------------------------------------------------------------------
--- Changelog.all ----------- Tue Sep 30 21:26:33 UTC 2025 ------
------------------------------------------------------------------
------------------------------------------------------------------
------------------  2025-9-29  -  Sep 29 2025  -------------------
------------------------------------------------------------------

++++ patterns-base:

  - Bump to 6.2
  - Micro 6.2 Thunderbolt enablement code-o-o#leap/features#242

++++ patterns-micro:

  - Bump to 6.2
  - Micro 6.2 Thunderbolt enablement code-o-o#leap/features#242
  - Sync with 6.2

------------------------------------------------------------------
------------------  2025-9-11  -  Sep 11 2025  -------------------
------------------------------------------------------------------

++++ virt-manager:

  - Fix issues with detection of openSUSE Leap 16.
    virtinst-add-sle16-detection-support.patch

------------------------------------------------------------------
------------------  2025-9-8  -  Sep 8 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Fix OOB access in "drm/amdgpu: read back register after written for VCN v4.0.5" (bsc#1249251)
  - commit 3545bbd

------------------------------------------------------------------
------------------  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 requiers SSL v3 certificates. Update 2
    region server certs to support SLE 16 when it gets released.

------------------------------------------------------------------
------------------  2025-8-23  -  Aug 23 2025  -------------------
------------------------------------------------------------------

++++ kmod:

  - kmod-testsuite
    * BuildIgnore pesign-obs-integration (new runtime requirement
    of kernel-default-devel): we don't need it for the kmod
    testsuite, and it also breaks the build as we aren't
    producting any binaries. (bsc#1248108)

------------------------------------------------------------------
------------------  2025-8-22  -  Aug 22 2025  -------------------
------------------------------------------------------------------

++++ kdump:

  - upgrade to version 2.1.6
    * drop broken option KDUMP_NETCONFIG="" from manpage
    * prevent NetworkManager from overwriting resolv.conf (bsc#1247848)
    * fix KDUMP_NETCONFIG=auto for NetworkManager (bsc#1247848)
    * exclude kernel.panic_on_warn sysctl (bsc#1247355)

++++ openldap2_6:

  - Fix the git version identifying as 2.6.X which breaks packages
    parsing the version string trying to match numbers.

++++ libtpms:

  - Allow for %is_opensuse to be unset, following up to
    https://src.suse.de/products/SLFO/pulls/204 (bsc#1248486).

------------------------------------------------------------------
------------------  2025-8-20  -  Aug 20 2025  -------------------
------------------------------------------------------------------

++++ git:

  - Use zlib instead of zlib-ng for SLES16

------------------------------------------------------------------
------------------  2025-8-18  -  Aug 18 2025  -------------------
------------------------------------------------------------------

++++ 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:

  - sched/psi: Fix psi_seq initialization (bsc#1248155).
  - commit 2dd3707

------------------------------------------------------------------
------------------  2025-8-17  -  Aug 17 2025  -------------------
------------------------------------------------------------------

++++ openssl-3:

  - Move ssl configuration files to the libopenssl package [bsc#1247463]
  - Don't install unneeded NOTES

------------------------------------------------------------------
------------------  2025-8-14  -  Aug 14 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Fix not falling back to PRETTY_NAME in SUSE_PRETTY_NAME patches bsc#1248446

++++ kernel-default:

  - Move pesign-obs-integration requirement from kernel-syms to kernel devel
    subpackage (bsc#1248108).
  - commit e707e41

++++ openldap2_6:

  - Update to version 2.6.10+10:
    * Add export symbols related to LDAP_CONNECTIONLESS
  - Initial import of OpenLDAP 2.6

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

  - make sure Requires to nvidia packages are not added for SLE16

------------------------------------------------------------------
------------------  2025-8-13  -  Aug 13 2025  -------------------
------------------------------------------------------------------

++++ podman:

  - Add patch for CVE-2025-6032 (bsc#1245320):
    * 0003-CVE-2025-6032-machine-init-fix-tls-check.patch

++++ virt-manager:

  - Adjust how we detect sles16 as the media layout changes.
    (bsc#1244685) (bsc#1249466)
    virtinst-add-sle16-detection-support.patch

------------------------------------------------------------------
------------------  2025-8-12  -  Aug 12 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.696.g950c4798:
    * fix(dracut-util): crash if CMDLINE ends with quotation mark (bsc#1247819)
    * fix(74nvmf): set root=nvmf (bsc#1238848)

++++ qemu:

  - Fix build issues due to Python version:
    * mkvenv: Support pip 25.2 (bsc#1247972)
  - Bug and CVE fixes:
    * tests: Avoid dependency on padding on signal messages (boo#1246830)
    * pcie_sriov: Fix configuration and state synchronization (bsc#1246992 CVE-2025-54566 CVE-2025-54567)
    * [openSUSE][RPM] linux-user: restart systemd-binfmt upon changes (bsc#1247443)

++++ virt-manager:

  - bsc#1247865 - sles 16.0 rc3 KVM virt-manager detects windows 2025
    as 2022
    virtinst-windows-server-detection.patch

------------------------------------------------------------------
------------------  2025-8-11  -  Aug 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - 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).
  - 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 5c830c5
  - kABI: io_uring: msg_ring ensure io_kiocb freeing is deferred
    (CVE-2025-38453 bsc#1247234).
    Conflicts:
    series.conf
  - commit 909d7fe

++++ sqlite3:

  - Update to version 3.50.4:
    * Fix two long-standings cases of the use of uninitialized
    variables in obscure circumstances.

++++ unbound:

  - simplify python handling. python2 support is dropped and python3
    is built by default. Conditionals for the latter are removed.
  - enable EDNS subnet handling

++++ 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-10  -  Aug 10 2025  -------------------
------------------------------------------------------------------

++++ unbound:

  - Update to 1.23.1: (boo#1246625)
    Bug Fixes:
    * Fix RebirthDay Attack CVE-2025-5994, reported by Xiang Li from
    AOSP Lab Nankai University.
  - our package was not built with EDNS subnet support up to this
    point and therefor was not affected.
  - prepare enabling quic support:
    currently fails on missing quic support in openssl. aws-lc is
    sadly not a drop in replacement for unbound.
  - enable TCP Fast Open for the server and client
  - remove unused --with-ldns option
  - enable cachedb including hiredis support on Tumbleweed
    new BuildRequires pkgconfig(libhiredis)

++++ qemu:

  - Update to stable release 10.0.3:
    Full list of backports here:
    https://lore.kernel.org/qemu-devel/1748499690.323471.13081.nullmailer@localhost/
    A selection of them is reported here too:
    hvf: arm: Emulate ICC_RPR_EL1 accesses properly
    target/arm: Correct encoding of Debug Communications Channel registers
    ui: fix setting client_endian field defaults
    hw/net/npcm_gmac.c: Send the right data for second packet in a row
    target/i386: do not expose ARCH_CAPABILITIES on AMD CPU
    i386/cpu: Honor maximum value for CPUID.8000001DH.EAX[25:14]
    i386/cpu: Fix overflow of cache topology fields in CPUID.04H
    i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
    ui/vnc: Do not copy z_stream
    vhost: Fix used memslot tracking when destroying a vhost device
    roms: re-remove execute bit from hppa-firmware*
    file-posix: Fix aio=threads performance regression after enablign FUA
    amd_iommu: Fix truncation of oldval in amdvi_writeq
    amd_iommu: Remove duplicated definitions
    amd_iommu: Fix the calculation for Device Table size
    amd_iommu: Fix mask to retrieve Interrupt Table Root Pointer from DTE
    amd_iommu: Fix masks for various IOMMU MMIO Registers
    amd_iommu: Update bitmasks representing DTE reserved fields
    amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
    amd_iommu: Fix Miscellaneous Information Register 0 encoding
    virtio-net: Add queues for RSS during migration
    net: fix buffer overflow in af_xdp_umem_create()
    accel/kvm: Adjust the note about the minimum required kernel version
    ...

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

++++ kernel-default:

  - io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
    (CVE-2025-38453 bsc#1247234).
  - commit 171360a
  - tls: always refresh the queue when reading sock (CVE-2025-38471
    bsc#1247450).
  - commit 2bcb640
  - smc: Fix various oops due to inet_sock type confusion
    (CVE-2025-38475 bsc#1247308).
  - commit 05e8074

------------------------------------------------------------------
------------------  2025-8-7  -  Aug 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498 bsc#1247374)
  - commit cb82edb

++++ libzypp:

  - Fix evaluation of libproxy results (bsc#1247690)
  - Replace URL variables inside mirrorlist/metalink files
    (fixes #667)
  - version 17.37.16 (35)

------------------------------------------------------------------
------------------  2025-8-6  -  Aug 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nvme-tcp: fix selinux denied when calling sock_sendmsg
    (bsc#1247497).
  - commit 6082643

++++ libvirt:

  - Set virt_hooks_unconfined boolean to true in libvirt-daemon-hooks
    %post script (see comment 13 in bsc#1242998)

++++ toolbox:

  - Update to version 2.4+git20250806.ba48bd3:
    * Add SCC credentials if available [bsc#1247491]

------------------------------------------------------------------
------------------  2025-8-5  -  Aug 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - md/md-cluster: handle REMOVE message earlier (bsc#1247057).
  - commit 8e8eaf1

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

++++ kernel-default:

  - kernel-syms.spec: Drop old rpm release number hack (bsc#1247172).
  - commit b4fa2d1

++++ numactl:

  - bsc#1247093 bsc#1246858
    Cleanup code by reverting 2 patches and get back to old
    has_preferred_many initialization.
    This allows to call numa_set_bind_policy early again.
    A    Cleanup-No-need-to-suppress-possible-errno-anymore.patch
    A    Cleanup-move-has_preferred_many-to-numa_init-again.patch

++++ net-tools:

  - Fix a regression in net-tools-CVE-2025-46836.patch (bsc#1246608).

------------------------------------------------------------------
------------------  2025-8-1  -  Aug 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move upstreamed sched, SCSI and ACPI patches into sorted section
  - commit 836e139

++++ python313-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).

++++ python313:

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

++++ 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)

++++ selinux-policy:

  - Update to version 20250627+git66.15675827a:
    * Set /srv/tftpboot = /var/lib/tftpboot as equivalent file context (bsc#1247381)
    * Create unconfined type for salt-minion bsc#1228984
  - Change default of example config to enforcing mode. With
    selinux-autorelabel taking care of relabeling this should work
    nowadays

------------------------------------------------------------------
------------------  2025-7-30  -  Jul 30 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - drop duplicate %changelog macro

++++ kernel-default:

  - fs: export anon_inode_make_secure_inode() and fix secretmem
    LSM bypass (CVE-2025-38396 bsc#1247156).
    Conflicts:
    series.conf
  - commit 4bbdefe

++++ openssl-3:

  - Disable LTO for userspace livepatching [jsc#PED-13245]

++++ selinux-policy:

  - Unify with factory specfile, which includes:
  - Explain that disabling SELinux should not be done via the config
    file anymore (bsc#1246549)
  - Drop mls option, as we don't provide this ATM
  - Improve selinux-policy-devel dependencies and add post script to
    improve experience when debugging (bsc#1236193).
  - Move manpages to selinux-policy-doc package (bsc#1241391)
  - Add ugly workaround for semodule removal issues
    (bsc#1221342 bsc#1238062 bsc#1230643 bsc#1230938)
    Can be dropped when PED-12491 is done.
  - Use python311 tools in 15.4 and 15.5 when building selinux-policy to deprecate
    python36 tooling
  - Improve selinux-policy packaging
    * Remove bashisms to support UNIX SH syntax in scriptlets (bsc#1237517)
    * Fix non-existing $package variable in "%post minimum" scriptlet
    * Improve selinux-policy.rpmlintrc file
    * Remove duplicates with fdupes

------------------------------------------------------------------
------------------  2025-7-29  -  Jul 29 2025  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Add the missing /var/log/fde (bsc#1247228)

------------------------------------------------------------------
------------------  2025-7-28  -  Jul 28 2025  -------------------
------------------------------------------------------------------

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

++++ kernel-default:

  - btrfs: fix use-after-free when COWing tree bock and tracing
    is enabled (bsc#1235645 CVE-2024-56759).
  - commit bd41b6c

------------------------------------------------------------------
------------------  2025-7-24  -  Jul 24 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - U_loader_wayland-Fix-missing-timespec.h-include.patch
    * fixes build with wayland-protocols 1.45

++++ Mesa-drivers:

  - U_loader_wayland-Fix-missing-timespec.h-include.patch
    * fixes build with wayland-protocols 1.45

++++ container-selinux:

  - Add workaround for rootless docker iptables AVCs (bsc#1246348)
    adding rootless-docker_iptables.patch

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

++++ glibc:

  - regcomp-double-free.patch: posix: Fix double-free after allocation
    failure in regcomp (CVE-2025-8058, bsc#1246965, BZ #33185)

++++ kdump:

  - upgrade to version 2.1.5
    * kdumptool calibrate: use kernel flavour from the
    kdump kernel (jsc#PED-12971)
    * order kdump-commandline.service after kdump.service
    * updated documentation (bsc#1246908)

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

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

++++ cockpit:

  - Add %postun for firewalld package to ensure the firewall state
    remains as expected

++++ transactional-update:

  - Add journalmount.patch to bind mount systemd journal only when
    available

++++ kernel-default:

  - 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 736dcb9

++++ 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)

++++ qemu:

  - Fix bsc#1246566:
    * [roms] seabios: include "pciinit: don't misalign large BARs" (bsc#1246566)

++++ sysuser-tools:

  - disable the buildroot virus scanning, as it needs the vscan user
    this package provides. (bsc#1246878)

------------------------------------------------------------------
------------------  2025-7-22  -  Jul 22 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Update to version 25.1.3 (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-firmware-sound:

  - Update to version 20250721 (git commit d89120bb80fc):
    * cirrus: cs35l41: Add Firmware for various ASUS commercial Laptops using CS35L41 HDA
    * cirrus: cs35l41: Update Firmware for Dell Oasis
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops
    * qcom: Add Audio topology for QCS6490 RB3Gen2

++++ libnvme:

  - Update to version 1.11+4.g18b9f8e5:
    * tree: free ctrl attributes when (re)configure ctrl (bsc#1243716)
    * tree: filter tree after scan has completed (bsc#1243716)
    * test/mock: pass thru unknown ioctls
    * linux: fix derive_psk_digest OpenSSL 1.1 version
  - Drop intergrated patches
    * remove 0001-linux-fix-derive_psk_digest-OpenSSL-1.1-version.patch
    * remove 0002-test-mock-pass-thru-unknown-ioctls.patch

++++ 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)

++++ nvme-cli:

  - Update to version 2.11+4.g16c450a7:
    * nvme: fix mem leak in nvme copy (bsc#1243716)
    * nvme-print: suppress output when no ctrl is present for list-subsys (bsc#1243716)
    * nvme: extend filter to match device name (bsc#1243716)
    * udev-rules-ontap: switch to queue-depth iopolicy (bsc#1246599)

++++ patterns-container:

  - No longer require libcontainers-sles-mounts (bsc#1246779).

------------------------------------------------------------------
------------------  2025-7-21  -  Jul 21 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Add cockpit-firewalld package for easily configuring the users
    firewall jsc#PED-13228

++++ transactional-update:

  - Version 5.0.7
  - Add sysext compatibility [bsc#1246140]
  - Fix soft-reboot with btrfs subvolume based /etc
  - Sync /etc layers also on soft-reboot
  - Bind mount /run/systemd/journal to allow log calls
    [gh#openSUSE/transactional-update#149]
  - Use rootlesskit instead of fakeroot for tests
  - Small coding style fixes
  - Temporarily disabling the testsuite because it doesn't run in
    the build environment so far

++++ kernel-default:

  - kABI workaround for bluetooth hci_dev changes (CVE-2025-38250
    bsc#1246182).
  - commit 9363e74
  - Bluetooth: hci_core: Fix use-after-free in vhci_flush()
    (CVE-2025-38250 bsc#1246182).
  - commit 7979f02
  - tools/hv: fcopy: Fix irregularities with size of ring buffer
    (git-fixes).
  - PCI: hv: Use the correct hypercall for unmasking interrupts
    on nested (git-fixes).
  - x86/hyperv: Expose hv_map_msi_interrupt() (git-fixes).
  - Drivers: hv: Use nested hypercall for post message and signal
    event (git-fixes).
  - x86/hyperv: Clean up hv_map/unmap_interrupt() return values
    (git-fixes).
  - x86/hyperv: Fix usage of cpu_online_mask to get valid cpu
    (git-fixes).
  - PCI: hv: Don't load the driver for baremetal root partition
    (git-fixes).
  - net: mana: Fix warnings for missing export.h header inclusion
    (git-fixes).
  - PCI: hv: Fix warnings for missing export.h header inclusion
    (git-fixes).
  - clocksource: hyper-v: Fix warnings for missing export.h header
    inclusion (git-fixes).
  - x86/hyperv: Fix warnings for missing export.h header inclusion
    (git-fixes).
  - Drivers: hv: Fix warnings for missing export.h header inclusion
    (git-fixes).
  - Drivers: hv: Fix the check for HYPERVISOR_CALLBACK_VECTOR
    (git-fixes).
  - tools/hv: fcopy: Fix incorrect file path conversion (git-fixes).
  - Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled
    (git-fixes).
  - hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open
    to prevent IPv6 addrconf (git-fixes).
  - commit 6fce57d
  - i2c: stm32f7: unmap DMA mapped buffer (git-fixes).
  - 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: dwc2: gadget: Fix enter to hibernation for UTMI+ PHY
    (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).
  - serial: core: fix OF node leak (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).
  - interconnect: icc-clk: destroy nodes in case of memory
    allocation failures (git-fixes).
  - interconnect: exynos: handle node name allocation failure
    (git-fixes).
  - interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1
    node (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: axp20x_adc: Add missing sentinel to AXP717 ADC
    channel maps (git-fixes).
  - iio: adc: stm32-adc: Fix race in installing chained IRQ handler
    (git-fixes).
  - iio: backend: fix out-of-bound write (git-fixes).
  - spi: Add check for 8-bit transfer with 8 IO mode support
    (git-fixes).
  - regmap: fix potential memory leak of regmap_bus (git-fixes).
  - Input: xpad - set correct controller type for Acer NGR200
    (git-fixes).
  - commit efa1e54

++++ kernel-firmware-nvidia:

  - Remove stale *.rpmmoved directories (bsc#1244458)

++++ kernel-firmware-qcom:

  - Remove stale *.rpmmoved directories (bsc#1244458)

++++ libbpf:

  - update to 1.6.0:
    * add more control over BPF object lifetime with new preparation step
    (bpf_object__prepare() API)
    * libbpf will report symbolic error code (e.g., "-EINVAL") in addition to
    human-readable error description
    * bpf_prog_stream_read() API
    * BPF token support when attaching BPF trampoline-based BPF programs in
    bpf_program__set_attach_target()
    * BPF token support for BPF_BTF_GET_FD_BY_ID command
    * support multi-uprobe session (SEC("uprobe.session")) BPF programs
    * support unique_match option for multi-kprobe attachment
    * support creating and destroying qdisk with BPF_TC_QDISC flag;
    * bpf_program__attach_cgroup_opts() which enables more precise cgroup-based
    attachment ordering
    * automatically take advantage of memory-mappable kernel BTF
    (/sys/kernel/btf/vmlinux), if supported
    * emit_strings option for BTF dumper API, improving string-like data printing
    * add BPF program's func and line info accessors
    * BPF linker supports linking ELF object files coming from memory buffer and
    referenced by FD, in addition to file path-based APIs;
    * small improvements to BTF dedup to handle rare quirky corner cases produces
    by some compilers
    * add likely() and unlikely() convenience macros;
    * __arg_untrusted annotation for BPF global subprog arguments;
    * bpf_stream_printk() macro for working with BPF streams;
    * bpf_usdt_arg_size() API
  - update to 1.6.0:
    * fixing a possible crash when handling BPF arena global variable relocations
  - drop 0001-libbpf-Add-identical-pointer-detection-to-btf_dedup_.patch, which
    is now included

------------------------------------------------------------------
------------------  2025-7-20  -  Jul 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - hwmon: (corsair-cpro) Validate the size of the received input
    buffer (git-fixes).
  - drm/mediatek: only announce AFBC if really supported
    (git-fixes).
  - drm/mediatek: Add wait_event_timeout when disabling plane
    (git-fixes).
  - drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume
    (git-fixes).
  - drm/nouveau: check ioctl command codes better (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 f4e7d99

++++ unbound:

  - Remove leftover dependency on sudo (not required)
    See also: boo#1215628

------------------------------------------------------------------
------------------  2025-7-19  -  Jul 19 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - virtio-net: fix recursived rtnl_lock() during probe()
    (git-fixes).
  - commit 0bc7aff
  - vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also
    `transport_local` (git-fixes).
  - commit 615e0f1
  - vsock: Fix transport_* TOCTOU (git-fixes).
  - commit 704674f
  - vsock: Fix transport_{g2h,h2g} TOCTOU (git-fixes).
  - commit 3024c81

++++ kernel-firmware-amdgpu:

  - Update to version 20250718 (git commit a5fbfa20d1bd):
    * amdgpu: update dmcub fw for various DCN version

++++ kernel-firmware-intel:

  - Update to version 20250718 (git commit a5fbfa20d1bd):
    * intel_vpu: Update NPU firmware

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

++++ kdump:

  - upgrade to version 2.1.4
    * work around failing calibration on aarch64
    * support for kernel flavour-specific calibration
    * specific calibration for aarch64 -64kb kernels (jsc#PED-12971)
    * use KDUMP_NET_TIMEOUT as sftp/ftp timeout
  - update calibrate values

++++ kernel-default:

  - vsock/vmci: Clear the vmci transport packet properly when
    initializing it (git-fixes).
  - commit ec91da1
  - virtio-net: xsk: rx: fix the frame's length check (git-fixes).
  - commit d6ac97d
  - af_unix: Don't set -ECONNRESET for consumed OOB skb
    (bsc#1246093).
  - commit 6c81d26
  -  sched/psi: Optimize psi_group_change() cpu_clock() usage KABI
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit 74a8f57
  - virtio-net: ensure the received length does not exceed allocated
    size (git-fixes).
  - commit 98cd35a
  - sched: Skip useless sched_balance_running acquisition if load
    balance is not due (bsc#1234634 (Scheduler functional and
    performance backports)).
  - commit 8648646
  - net/sched: Return NULL when htb_lookup_leaf encounters an
    empty rbtree (git-fixes).
  - commit ecdd7a1
  - net: fix segmentation after TCP/UDP fraglist GRO (git-fixes).
  - commit 0365d28
  - ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
    (git-fixes).
  - commit 6b2d784
  - rpl: Fix use-after-free in rpl_do_srh_inline() (git-fixes).
  - commit fa150fb
  - af_packet: fix the SO_SNDTIMEO constraint not effective on
    tpacked_snd() (git-fixes).
  - commit f0f997a
  - net/sched: sch_qfq: Fix race condition on qfq_aggregate
    (git-fixes).
  - commit e3a7f48
  - sched/deadline: Less agressive dl_server handling KABI
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit ce216e3
  - sched/fair: Workaround NO_RUN_TO_PARITY fix kabi (bsc#1234634
    (Scheduler functional and performance backports)).
  - commit 6a6e170
  - af_unix: Don't leave consecutive consumed OOB skbs
    (CVE-2025-38236 bsc#1246093).
  - commit a443f38
  - kABI workaround for struct drm_framebuffer changes (git-fixes).
  - commit 7f15c4f
  - bridge: mcast: Fix use-after-free during router port
    configuration (CVE-2025-38248 bsc#1246173).
  - commit 78cf8a3
  - 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: hci_core: add missing braces when using macro
    parameters (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: btintel: Check if controller is ISO capable on
    btintel_classify_pkt_type (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).
  - wifi: cfg80211: remove scan request n_channels counted_by
    (git-fixes).
  - can: tcan4x5x: fix reset gpio usage during probe (git-fixes).
  - usb: net: sierra: check for no status endpoint (git-fixes).
  - net: phy: Don't register LEDs for genphy (git-fixes).
  - clk: imx: Fix an out-of-bounds access in
    dispmix_csr_clk_dev_data (git-fixes).
  - clk: scmi: Handle case where child clocks are initialized
    before their parents (git-fixes).
  - drm/gem: Fix race in drm_gem_handle_create_tail()
    (stable-fixes).
  - drm/framebuffer: Acquire internal references on GEM handles
    (git-fixes).
  - wifi: prevent A-MSDU attacks in mesh networks (stable-fixes).
  - wifi: mac80211: correctly identify S1G short beacon (git-fixes).
  - wifi: cfg80211: fix S1G beacon head validation in nl80211
    (git-fixes).
  - net: phy: qcom: qca808x: Fix WoL issue by utilizing
    at8031_set_wol() (git-fixes).
  - net: phy: qcom: move the WoL function to shared library
    (stable-fixes).
  - Revert "ACPI: battery: negate current when discharging"
    (stable-fixes).
  - drm/gem: Acquire references on GEM handles for framebuffers
    (stable-fixes).
  - vt: add missing notification when switching back to text mode
    (stable-fixes).
  - Revert "PCI/ACPI: Fix allocated memory release on error in
    pci_acpi_scan_root()" (stable-fixes).
  - ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak
    (stable-fixes).
  - ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
    (stable-fixes).
  - ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606
    (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).
  - HID: nintendo: avoid bluetooth suspend/resume stalls
    (stable-fixes).
  - driver: bluetooth: hci_qca:fix unable to load the BT driver
    (stable-fixes).
  - net: usb: qmi_wwan: add SIMCom 8230C composition (stable-fixes).
  - wifi: cfg80211/mac80211: correctly parse S1G beacon optional
    elements (git-fixes).
  - drm/amdgpu/ip_discovery: add missing ip_discovery fw
    (stable-fixes).
  - drm/amdgpu/discovery: use specific ip_discovery.bin for legacy
    asics (stable-fixes).
  - ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43
    laptops (stable-fixes).
  - ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address
    struct (stable-fixes).
  - commit ead540d

++++ kernel-firmware-media:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-mellanox:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-network:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-platform:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-qlogic:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-realtek:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-serial:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ kernel-firmware-usb-network:

  - Update to version 20250717 (git commit 6fc20e018cca):
    * WHENCE: extract more license statements

++++ leancrypto:

  - Add baselibs.conf

++++ ceph:

  - Drop cryptopp as potential dependency [jsc#PED-13011] and use gnutls as upstream seastar.
    * Remove cryptopp and use gnutls instead.
    * Add ceph-replace-CryptoPP-calls-with-GnuTLS.patch

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

++++ busybox:

  - add placeholder variable and ignore applet logic to busybox.install

++++ busybox-links:

  - add filtering of ignored applets to busybox.install

++++ 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:

  - sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Enable scheduler feature NEXT_BUDDY (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Always trigger resched at the end of a protected
    period (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/fair: Fix entity's lag with run to parity (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Limit run to parity to the min slice of enqueued
    entities (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/fair: Remove spurious shorter slice preemption
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Fix NO_RUN_TO_PARITY case (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/fair: Use protect_slice() instead of direct comparison
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/deadline: Less agressive dl_server handling (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/psi: Optimize psi_group_change() cpu_clock() usage
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Bump sd->max_newidle_lb_cost when newidle balance
    fails (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/eevdf: Correct the comment in place_entity (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/deadline: Fix dl_server runtime calculation formula
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Fix migrate_swap() vs. hotplug (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Fix preemption string of preempt_dynamic_none
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/numa: fix task swap by skipping kernel threads
    (bsc#1234634 (Scheduler functional and performance backports)).
  - mm: pcp: increase pcp->free_count threshold to trigger free_high
    (bsc#1241169 (MM functional and performance backports)).
  - sched/numa: add tracepoint that tracks the skipping of numa
    balancing due to cpuset memory pinning (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/numa: skip VMA scanning on memory pinned to one NUMA
    node via cpuset.mems (bsc#1234634 (Scheduler functional and
    performance backports)).
  - mm: page_alloc: remove redundant READ_ONCE (bsc#1241169 (MM
    functional and performance backports)).
  - sched/uclamp: Align uclamp and util_est and call before freq
    update (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/util_est: Simplify condition for util_est_{en,de}queue()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUE (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/core: Tweak wait_task_inactive() to force dequeue
    sched_delayed tasks (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/fair: Adhere to place_entity() constraints (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/debug: Print the local group's asym_prefer_cpu
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/topology: Introduce sched_update_asym_prefer_cpu()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/isolation: Make use of more than one housekeeping cpu
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/rt: Fix race in push_rt_task (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/fair: Allow decaying util_est when util_avg > CPU capa
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Fix trace_sched_switch(.prev_state) (bsc#1234634
    (Scheduler functional and performance backports)).
  - commit 2289d34
  - Update
    patches.suse/scsi-megaraid_sas-Fix-invalid-node-index.patch
    (git-fixes CVE-2025-38239 bsc#1246178).
  - commit 3918567
  - 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 d4ff6f9
  - x86/iopl: Cure TIF_IO_BITMAP inconsistencies (CVE-2025-38100
    bsc#1245650).
  - commit 2e30d9c
  - config: x86_64: default: use run_oldconfig to refresh
  - commit e2e6c0d
  - kABI workaround for bpf: Do not include stack ptr register in
    precision backtracking bookkeeping (bsc#1246264 CVE-2025-38279).
  - commit e82df30

++++ kernel-firmware-amdgpu:

  - Update to version 20250716 (git commit 1b1a9d871442):
    * amdgpu: Update GC 11.5.1 microcode

++++ gcc15:

  - Fixup conflicts again.
  - Make sure to retain binary suffixes for accelerator crosses.

++++ 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.
    * 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)

++++ patterns-base:

  - Add kernel_livepatching pattern for SLES16 (bsc#1246606).

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#191
  - avoid spurious warning messages when parsing /etc/default/grub
    (bsc#1246373, bsc#1245323)
  - 1.25

------------------------------------------------------------------
------------------  2025-7-16  -  Jul 16 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.692.g6ec224d5:
    * ci(suse.conf.example): change log levels (jsc#PED-12922)

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

++++ grub2:

  - Fix test -f and -s do not work properly over the network files served via
    tftp and http (bsc#1246157) (bsc#1246237)
    * 0001-test-Fix-f-test-on-files-over-network.patch
    * 0002-http-Return-HTTP-status-code-in-http_establish.patch
    * 0003-docs-Clarify-test-for-files-on-TFTP-and-HTTP.patch
    * 0004-tftp-Fix-hang-when-file-is-a-directory.patch

++++ kernel-default:

  - seg6: Fix validation of nexthop addresses (CVE-2025-38310
    bsc#1246361).
  - netfs: Fix oops in write-retry from mis-resetting the subreq
    iterator (CVE-2025-38139 bsc#1245718).
  - x86/sgx: Prevent attempts to reclaim poisoned pages
    (CVE-2025-38334 bsc#1246384).
  - commit 5e00081
  - fs/proc/kcore.c: Clear ret value in read_kcore_iter after
    successful iov_iter_zero (bsc#1246620).
  - commit ac8d8ea
  - 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 f2dcced
  - objtool: Ignore end-of-section jumps for KCOV/GCOV (git-fixes).
  - commit cdba1ce
  - objtool: Silence more KCOV warnings, part 2 (git-fixes).
  - commit 4da0721
  - objtool: Add missing endian conversion to read_annotate()
    (git-fixes).
  - commit 33dacf5
  - ixgbe: add FW API version check (jsc#PED-12380 bsc#1245410
    bsc#1246128).
  - Refresh
    patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch.
  - commit c263240
  - ixgbe: add support for devlink reload (jsc#PED-12380 bsc#1245410
    bsc#1246128).
  - Refresh
    patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch.
  - commit 207db98
  - ixgbe: devlink: add devlink region support for E610
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add E610 .set_phys_id() callback implementation
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: apply different rules for setting FC on E610
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add support for ACPI WOL for E610 (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: create E610 specific ethtool_ops structure (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: add support for FW rollback mode (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: add E610 implementation of FW recovery mode
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add device flash update via devlink (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: extend .info_get() with stored versions (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: add E610 functions getting PBA and FW ver info
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add .info_get extension specific for E610 devices
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: read the netlist version information (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: read the OROM version information (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: add E610 functions for acquiring flash data
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add handler for devlink .info_get() (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - ixgbe: add initial devlink support (jsc#PED-12380 bsc#1245410
    bsc#1246128).
  - ixgbe: wrap netdev_priv() usage (jsc#PED-12380 bsc#1245410
    bsc#1246128).
  - ixgbe: Fix unreachable retry logic in combined and byte I2C
    write functions (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add support for thermal sensor event reception
    (jsc#PED-12380 bsc#1245410 bsc#1246128).
  - ixgbe: add PTP support for E610 device (jsc#PED-12380
    bsc#1245410 bsc#1246128).
  - commit aea9558
  - objtool: Stop UNRET validation on UD2 (git-fixes).
  - commit 82f38be
  - objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
    (git-fixes).
  - commit af1e729
  - objtool: Properly disable uaccess validation (git-fixes).
  - commit c47d66e
  - objtool: Silence more KCOV warnings (git-fixes).
  - commit 700d945
  - wifi: mt76: mt7925: fix invalid array index in ssid assignment
    during hw scan (git-fixes).
  - commit bd0db70
  - wifi: mt76: mt7925: fix the wrong config for tx interrupt
    (git-fixes).
  - commit 1568d0d
  - wifi: rt2x00: fix remove callback type mismatch (git-fixes).
  - commit c0ae7f4
  - wifi: mwifiex: discard erroneous disassoc frames on STA
    interface (git-fixes).
  - commit decdc76
  - wifi: mac80211: fix non-transmitted BSSID profile search
    (git-fixes).
  - commit 7ee21af
  - wifi: zd1211rw: Fix potential NULL pointer dereference in
    zd_mac_tx_to_dev() (git-fixes).
  - commit c13b504
  - 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).
  - commit 3a79b8b
  - selftests/bpf: Set test path for
    token/obj_priv_implicit_token_envvar (git-fixes).
  - commit 493edb3
  - perf/core: Fix the WARN_ON_ONCE is out of lock protected region
    (git-fixes).
  - commit 6223b3a
  - perf: Revert to requiring CAP_SYS_ADMIN for uprobes (git-fixes).
  - 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 dangling cgroup pointer in cpuctx (git-fixes).
  - perf: Fix cgroup state vs ERROR (git-fixes).
  - perf test: Directory file descriptor leak (git-fixes).
  - perf evsel: Missed close() when probing hybrid core PMUs
    (git-fixes).
  - perf callchain: Always populate the addr_location map when
    adding IP (git-fixes).
  - perf trace: Set errpid to false for rseq and set_robust_list
    (git-fixes).
  - perf trace: Always print return value for syscalls returning
    a pid (git-fixes).
  - perf record: Fix incorrect --user-regs comments (git-fixes).
  - perf symbol: Fix use-after-free in filename__read_build_id
    (git-fixes).
  - perf pmu: Avoid segv for missing name/alias_name in wildcarding
    (git-fixes).
  - perf tests switch-tracking: Fix timestamp comparison
    (git-fixes).
  - perf scripts python: exported-sql-viewer.py: Fix pattern
    matching with Python 3 (git-fixes).
  - perf intel-pt: Fix PEBS-via-PT data_src (git-fixes).
  - perf tests: Fix 'perf report' tests installation (git-fixes).
  - perf trace: Fix leaks of 'struct thread' in
    set_filter_loop_pids() (git-fixes).
  - perf symbol-minimal: Fix double free in filename__read_build_id
    (git-fixes).
  - perf tool_pmu: Fix aggregation on duration_time (git-fixes).
  - perf ui browser hists: Set actions->thread before calling
    do_zoom_thread() (git-fixes).
  - perf build: Warn when libdebuginfod devel files are not
    available (git-fixes).
  - tools build: Don't show libunwind build status as it is opt-in
    (git-fixes).
  - tools build: Don't set libunwind as available if test-all.c
    build succeeds (git-fixes).
  - perf/core: Fix broken throttling when max_samples_per_tick=1
    (git-fixes).
  - perf/x86/amd/uncore: Prevent UMC counters from saturating
    (git-fixes).
  - perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node'
    member (git-fixes).
  - perf: Ensure bpf_perf_link path is properly serialized
    (git-fixes).
  - arch/powerpc/perf: Check the instruction type before creating
    sample with perf_mem_data_src (git-fixes).
  - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint
    type (git-fixes).
  - commit 4d40f30

++++ kernel-default-base:

  - Add modules for confidential compute (bsc#1246502)

++++ kernel-firmware-realtek:

  - Update to version 20250715 (git commit 04c379b552c7):
    * rtw89: 8852b: update fw to v0.29.128.0
    * rtw89: 8852bt: update fw to v0.29.127.0
    * rtw89: 8922a: add regd fw element with version R72-R6
    * rtw89: 8852c: add regd fw element with version R72-R57
    * rtw89: 8922a: update BB parameter V49

++++ leancrypto:

  - Split kernel module into to a separate package as to allow leancrypto to be
    part of ring1 following replacement of liboqs in gnutls [jsc#PED-3176]
  - Update to 1.5.1:
    * add ChaCha20 Poly 1305 AEAD
    * ChaCha20: add ARMv8 NEON, ARMv7 Neon, Intel AVX2, Intel AVX512,
    RISCV RVV/ZBB implementations
    * RISC-V entropy source: make implementation consistent to spec
    * Unify stack memory allocation

++++ patterns-base:

  - Do not build transactional_base pattern for Leap 16
  - Drop yast inclusion for Leap 16, code-o-o#leap/features/173

++++ selinux-policy:

  - Update to version 20250627+git62.68c403828:
    * Allow virtqemud_t use its private tmpfs files (bsc#1242998)
    * Allow virtqemud_t setattr to /dev/userfaultfd (bsc#1242998)
    * Allow virtqemud_t read and write /dev/ptmx (bsc#1242998)
    * Extend virtqemud_t tcp_socket permissions (bsc#1242998)
    * Mark configfs_t as mountpoint (bsc#1246080)
    * healthchecker: add proper optional_policy() guards
    * Allow virtqemud_t to read and write generic pty (bsc#1242998)
    * Drop SUSE-specific /usr/etc = /etc equivalency
    * Allow irqbalance execute shell if irqbalance_run_unconfined is on
    * Allow openvswitch ioctl vduse devices
    * Label /dev/vduse/control and /dev/vduse/NAME devices
    * Allow virtstoraged the sys_rawio capability
    * Allow virtqemud read insights-core state files
    * Allow virtnodedev create mdevctl config dirs
    * Allow virtqemud additional permissions on scsi generic chr files
    * Allow local login execute gnome keyring daemon
    * Allow plymouthd_t read proc files of systemd_passwd_agent (bsc#1245470)
    * Allow virtqemud send a generic signal to passt
    * Allow svirt-tcg read init state
    * Allow irqbalance execute shell if irqbalance_run_unconfined is on
    * Label /run/opendkim with dkim_milter_data_t
    * Allow sa-update status systemd services
    * Introduce new cluster_service_transition_to_unconfined_user boolean (bsc#1244495)
    * Allow updpwd logging send audit messages
    * Temporary dontaudit iio-sensor-proxy sys_admin.
    * Allow iio-sensor-proxy sendto to journald over a unix datagram socket
    * Revert "Allow iio-sensor-proxy sendto to journald over a unix datagram socket"
    * virt: allow QEMU use of the qgs daemon for attestation
    * qgs: add contrib module for TDX "qgs" daemon
    * kernel: add interfaces for using SGX enclaves
    * Define file equivalency for /usr/etc
    * Allow mongod to receive pressure stall information
    * Dontaudit systemd_generator read sssd public files
    * Allow plymouthd read/write input event devices
    * Label 99-nvme-nbft-connect.sh with NetworkManager_dispatcher_nvme_script_t
    * Allow systemd-user-runtime-dir sendto to syslogd
    * Remove pcp module
    * Update irqbalance policy for using unconfined scripts
    * Allow utempter use terminal multiplexor
    * Allow virtqemud execute ovs-vsctl with a domain transition
    * Update the files_search_mnt() interface
    * Allow nmbd read network sysctls
    * Allow iio-sensor-proxy sendto to journald over a unix datagram socket
    * Allow logrotate stop all systemd services
    * systemd: rework systemd_manage_random_seed
    * Allow tuned-ppd connect to sssd over a unix stream socket
    * Drop config for /run/random-seed
    * Update file location for systemd random-seed file
    * Allow tomcat execute cracklib-check with a domain transition
    * Allow sssd watch lib dirs
    * Confine systemd-hibernate-resume
    * Allow login_userdomain create /run/tlog directory with user_tmp_t
    * Allow login_pgm read filesystem sysctls
    * Allow gconfd connect to system dbus
    * Allow NetworkManager manage NetworkManager_etc_rw_t symlinks
  - Syncing with upstream rawhide selinux-policy up to:
    * 23514206ea45e1d1d2f8a4c08288065c813fcc91
  - Update embedded container-selinux version to commit:
    * 36e8f213b7ac8a1843e5e37b37eb8ef7bdc2af9c (version 2.238.0)

------------------------------------------------------------------
------------------  2025-7-15  -  Jul 15 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - add 0001-cockpit-overview-support-SUSE_SUPPORT_PRODUCT-keys.patch
  - add 0002-cockpit-kdump-support-SLE-micro-6.2.patch
  - add 0003-branding-use-SUSE_SUPPORT_PRODUCT-and-SUSE_SUPPORT_P.patch to fix bsc#1241003

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

++++ gnutls:

  - Build with leancrypto. The liboqs support for post-quantum
    cryptography (PQC) has been removed and is only provided through
    leancrypto.
  - Build with TPM 2.0 support via tpm2-0-tss.

++++ kernel-default:

  - dm-bufio: fix sched in atomic context (git-fixes).
  - commit ccc1d23
  - Update
    patches.suse/nvme-pci-fix-queue-unquiesce-check-on-slot_reset.patch
    (git-fixes bsc#1240885).
  - commit 03e1767
  - objtool: Fix error handling inconsistencies in check()
    (git-fixes).
  - commit ec79144
  - x86/traps: Make exc_double_fault() consistently noreturn
    (git-fixes).
  - commit bf4b16f
  - objtool: Fix C jump table annotations for Clang (git-fixes).
  - commit 529d2a6
  - objtool: Add bch2_trans_unlocked_error() to bcachefs noreturns
    (git-fixes).
  - commit 7e1fde5
  - perf: Fix sample vs do_exit() (bsc#1246547).
  - commit 073eb4d
  - drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() (bsc#1245951 CVE-2025-38187)
  - commit 9b6cd76
  - nvme-multipath: fix suspicious RCU usage warning (git-fixes).
  - nvme-pci: refresh visible attrs after being checked (git-fixes).
  - nvmet: fix memory leak of bio integrity (git-fixes).
  - nvme: Fix incorrect cdw15 value in passthru error logging
    (git-fixes).
  - nvme-tcp: fix I/O stalls on congested sockets (git-fixes).
  - commit 717d386
  - tools: fix atomic_set() definition to set the value correctly
    (git-fixes).
  - Refresh
    patches.suse/mm-replace-vm_lock-and-detached-flag-with-a-reference-coun.patch.
  - commit a7fcdf3
  - firewall: remove misplaced semicolon from
    stm32_firewall_get_firewall (git-fixes).
  - commit 2dc4084
  - scsi: lpfc: Copyright updates for 14.4.0.10 patches (bsc#1245260
    bsc#1243100 bsc#1246125).
  - 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 db7c71a
  - sched_ext: fix application of sizeof to pointer (git-fixes).
  - commit 7226f76
  - crypto: hkdf - skip TVs with unapproved salt lengths in FIPS
    mode (bsc#1241200 bsc#1246134).
  - commit 5472af3
  - Update
    patches.suse/net-clear-the-dst-when-changing-skb-protocol.patch
    (bsc#1245954 CVE-2025-38192).
    Fix incorrect CVE reference.
  - commit 0f40511
  - bpf: Check rcu_read_lock_trace_held() in
    bpf_map_lookup_percpu_elem() (bsc#1245980 CVE-2025-38202).
  - commit ca2d088
  - bpf, sockmap: Avoid using sk_socket after free when sending
    (bsc#1245749 CVE-2025-38154).
  - selftest/bpf/benchs: Add benchmark for sockmap usage
    (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 b7122ae
  - btrfs: improve the warning and error message for
    btrfs_remove_qgroup() (bsc#1246357).
  - commit 01d925c

++++ kernel-firmware-bluetooth:

  - Update to version 20250714 (git commit ecdbd2b8af04):
    * linux-firmware: Update firmware file for Intel Solar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel BlazarI core

++++ kernel-firmware-qcom:

  - Update to version 20250714 (git commit ecdbd2b8af04):
    * qcom: Update gpu firmwares of QCS615 chipset

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

++++ systemd:

  - systemd-update-helper: fix regression introduced when support for package
    renaming/splitting was added (bsc#1245551)
    The cleanup of the flags in /run/systemd/rpm was previously handled in the
    %pretrans/%posttrans sections of the systemd main package. However, this
    method was ineffective if systemd was not part of the transaction. The cleanup
    is now run in %transfiletriggerin instead.

++++ pam-config:

  - Update to version 2.13+git.20250715:
    * Release version 2.13
    * Place himmelblau near the top of pam stack [bsc#1243418]

++++ psmisc:

  - Add patch 0001-fuser-Fix-expandpath.patch
    * Is an upstream commit which fixes https://gitlab.com/psmisc/psmisc/-/issues/57
    as well as bug boo#1242093

------------------------------------------------------------------
------------------  2025-7-14  -  Jul 14 2025  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Update accountsservice-sysconfig.patch: Check whether sysconfig
    is used and fallback to display manager settings if sysconfig is
    not used (bsc#1246127).

++++ branding-SLE:

  - Update square-hicolor.svg to adapt the GNOME light color style
    (bsc#1243104).

++++ cockpit:

  - update check_cockpit_users to only check for systemd support in /etc/nsswitch.conf bsc#1246408

++++ 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:

  - Update to 3.8.10:
    * libgnutls: Fix NULL pointer dereference when 2nd Client Hello omits PSK
    Reported by Stefan Bühler. [GNUTLS-SA-2025-07-07-4, CVSS: medium]
    [bsc#1246299, CVE-2025-6395]
    * libgnutls: Fix heap read buffer overrun in parsing X.509 SCTS timestamps
    Spotted by oss-fuzz and reported by OpenAI Security Research Team,
    and fix developed by Andrew Hamilton. [GNUTLS-SA-2025-07-07-1,
    CVSS: medium] [bsc#1246233, CVE-2025-32989]
    * libgnutls: Fix double-free upon error when exporting otherName in SAN
    Reported by OpenAI Security Research Team. [GNUTLS-SA-2025-07-07-2,
    CVSS: low] [bsc#1246232, CVE-2025-32988]
    * certtool: Fix 1-byte write buffer overrun when parsing template
    Reported by David Aitel. [GNUTLS-SA-2025-07-07-3,
    CVSS: low] [bsc#1246267, CVE-2025-32990]
    * libgnutls: PKCS#11 modules can now be used to override the default
    cryptographic backend. Use the [provider] section in the system-wide config
    to specify path and pin to the module (see system-wide config Documentation).
    * libgnutls: Linux kernel version 6.14 brings a Kernel TLS (kTLS) key update
    support. The library running on the aforementioned version now utilizes the
    kernel’s key update mechanism when kTLS is enabled, allowing uninterrupted
    TLS session. The --enable-ktls configure option as well as the system-wide
    kTLS configuration(see GnuTLS Documentation) are still required to enable
    this feature.
    * libgnutls: liboqs support for PQC has been removed
    For maintenance purposes, support for post-quantum cryptography
    (PQC) is now only provided through leancrypto. The experimental key
    exchange algorithm, X25519Kyber768Draft00, which is based on the
    round 3 candidate of Kyber and only supported through liboqs has
    also been removed altogether.
    * libgnutls: TLS certificate compression methods can now be set with
    cert-compression-alg configuration option in the gnutls priority file.
    * libgnutls: All variants of ML-DSA private key formats are supported
    While the previous implementation of ML-DSA was based on
    draft-ietf-lamps-dilithium-certificates-04, this updates it to
    draft-ietf-lamps-dilithium-certificates-12 with support for all 3
    variants of private key formats: "seed", "expandedKey", and "both".
    * libgnutls: ML-DSA signatures can now be used in TLS
    The ML-DSA signature algorithms, ML-DSA-44, ML-DSA-65, and
    ML-DSA-87, can now be used to digitally sign TLS handshake
    messages.
    * API and ABI modifications:
  - GNUTLS_PKCS_MLDSA_SEED: New enum member of gnutls_pkcs_encrypt_flags_t
  - GNUTLS_PKCS_MLDSA_EXPANDED: New enum member of gnutls_pkcs_encrypt_flags_t
  - Add patch gnutls-3.8.10-disable-ktls_test.patch
  - Rebased patches:
    * gnutls-FIPS-140-3-references.patch
    * gnutls-FIPS-disable-mac-sha1.patch
    * gnutls-disable-flaky-test-dtls-resume.patch
    * gnutls-skip-pqx-test.patch

++++ texinfo:

  - Add texinfo-perl-5.42.patch: Fix syntax to be unambiguous
    if (! $str eq '') is not really clear; is it
    (!$str) eq ''
    or
    !($str eq '')
    Perl 5.42 rightly flagges this syntax with:
    Possible precedence problem between ! and string eq
    Assuming !($str eq '') was meant, we can rewrite this as
    $str ne '', which happens to also be used in multiple places
    already (sometimes just a few lines further down in the same
    files)

++++ kernel-default:

  - scsi: core: Enforce unlimited max_segment_size when
    virt_boundary_mask is set (git-fixes).
  - scsi: sd: Fix VPD page 0xb7 length check (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).
  - block: use plug request list tail for one-shot backmerge attempt
    (git-fixes).
  - block: don't use submit_bio_noacct_nocheck in
    blk_zone_wplug_bio_work (git-fixes).
  - block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion
    (git-fixes).
  - md/md-bitmap: fix dm-raid max_write_behind setting (git-fixes).
  - scsi: smartpqi: Add new PCI IDs (git-fixes).
  - block: use q->elevator with ->elevator_lock held in
    elv_iosched_show() (git-fixes).
  - commit abdb18a
  - mm: fix uprobe pte be overwritten when expanding vma
    (CVE-2025-38207 bsc#1246004).
  - commit b1729e5
  - ipc: fix to protect IPCS lookups using RCU (CVE-2025-38212
    bsc#1246029).
  - commit 78df593
  - 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 ddcefe6
  - s390x config: set CONFIG_PCI_NR_FUNCTIONS=512 (bsc#1246470 LTC#214321)
  - commit 1465ef8
  - x86/fred: Fix system hang during S4 resume with FRED enabled (bsc#1245084 CVE-2025-38047).
  - commit 622750a
  - 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 fb63fb6

++++ gcc15:

  - Update to GCC 15 branch head, 15.1.1+git9973
  - Fixes PR120995, unrecognizable insn UNSPEC_COMPARE_AND_SWAP with
    rv64gc_zabha_zacas

++++ libcontainers-common:

  - Remove subpackage libcontainers-sles-mounts and prevent auto mounting
    SUSEConnect credentials from host to container. SLE16 onwards, the idea is
    to expect users to explicitly mount secrets. (bsc#1246227)

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

++++ gnutls:

  - enable ktls support
  - enable brotli and zstd compression support

++++ open-iscsi:

  - Update to version 2.1.11.suse+73.1723affc61eb:
    * README for rpm build directory
    * Fix issue with IPv6 adapter interfaces (#508, bsc#1240969)
    * fwparam_ppc.c: Fix the calloc-transposed-args issue (#504)
    * Makefile: fix "No rule to make target 'iscsiuio/Makefile.in" issue (#506)
    * Fix typo in initiator.c (#507)
  - Fixed some issues in this changes file
    * One date had incorrect format from 2014
    * Two separator lines were formatted incrrectly

++++ 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).
  - maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()
    (git-fixes).
  - kasan: avoid sleepable page allocation from atomic context
    (git-fixes).
  - commit 3186bf7

------------------------------------------------------------------
------------------  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/imagination: Fix kernel crash when hard resetting the GPU
    (git-fixes).
  - drm/tegra: nvdec: Fix dma_alloc_coherent error check
    (git-fixes).
  - drm/xe/pm: Correct comment of xe_pm_set_vram_threshold()
    (git-fixes).
  - drm/xe/bmg: fix compressed VRAM handling (git-fixes).
  - Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2"
    (git-fixes).
  - drm/xe: Allocate PF queue size on pow2 boundary (git-fixes).
  - drm/xe/pf: Clear all LMTT pages on alloc (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).
  - net: phy: microchip: Use genphy_soft_reset() to purge stale
    LPA bits (git-fixes).
  - wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()
    (git-fixes).
  - wifi: mt76: mt7921: prevent decap offload config before STA
    initialization (git-fixes).
  - wifi: mt76: mt7925: prevent NULL pointer dereference in
    mt7925_sta_set_decap_offload() (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: mwifiex: discard erroneous disassoc frames on STA
    interface (git-fixes).
  - wifi: mac80211: fix non-transmitted BSSID profile search
    (git-fixes).
  - wifi: zd1211rw: Fix potential NULL pointer dereference in
    zd_mac_tx_to_dev() (git-fixes).
  - commit 7d2f716

------------------------------------------------------------------
------------------  2025-7-11  -  Jul 11 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - add a requirement on /usr/sbin/kdumptool for cockpit-kdump (bsc#1227402)
  - add libzypp-plugin-appdata dependency to cockpit-packagekit as
    this will generate the swcatalog which it depends on for calculating
    various cockpit packages

++++ grub2:

  - Enable loongarch64 build (bsc#1234248)

++++ kernel-default:

  - xfs: fix off-by-one error in fsmap's end_daddr usage
    (bsc#1235837).
  - commit f532c0d
  - hisi_acc_vfio_pci: fix XQE dma address error (CVE-2025-38158
    bsc#1245750).
  - commit d6de051
  - platform/x86: think-lmi: Create ksets consecutively
    (stable-fixes).
  - Refresh
    patches.suse/platform-x86-think-lmi-Fix-kobject-cleanup.patch.
  - commit ed9e879
  - ASoC: tas2764: Extend driver to SN012776 (stable-fixes).
  - Refresh
    patches.suse/ASoC-tas2764-Reinit-cache-on-part-reset.patch.
  - commit d98ebe4
  - drm/xe/guc: Dead CT helper (stable-fixes).
  - Refresh
    patches.suse/drm-xe-Fix-early-wedge-on-GuC-load-failure.patch.
  - commit f279fcb
  - net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
    (git-fixes).
  - net: phy: smsc: Force predictable MDI-X state on LAN87xx
    (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).
  - platform/x86: dell-wmi-sysman: Fix class device unregistration
    (git-fixes).
  - platform/x86: think-lmi: Fix class device unregistration
    (git-fixes).
  - platform/x86: hp-bioscfg: Fix class device unregistration
    (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).
  - drm/xe/guc: Explicitly exit CT safe mode on unwind (git-fixes).
  - drm/xe: move DPT l2 flush to a more sensible place (git-fixes).
  - drm/xe: Move DSB l2 flush to a more sensible place (git-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).
  - ACPI: thermal: Execute _SCP before reading trip points
    (git-fixes).
  - crypto: zynqmp-sha - Add locking (git-fixes).
  - crypto: iaa - Do not clobber req->base.data (git-fixes).
  - crypto: iaa - Remove dst_null support (stable-fixes).
  - spinlock: extend guard with spinlock_bh variants (stable-fixes).
  - ACPI: thermal: Fix stale comment regarding trip points
    (stable-fixes).
  - platform/x86: dell-sysman: Directly use
    firmware_attributes_class (stable-fixes).
  - platform/x86: hp-bioscfg: Directly use firmware_attributes_class
    (stable-fixes).
  - platform/x86: think-lmi: Directly use firmware_attributes_class
    (stable-fixes).
  - platform/x86: firmware_attributes_class: Simplify API
    (stable-fixes).
  - platform/x86: firmware_attributes_class: Move include
    linux/device/class.h (stable-fixes).
  - drm/xe: Allow bo mapping on multiple ggtts (stable-fixes).
  - drm/xe: add interface to request physical alignment for buffer
    objects (stable-fixes).
  - drm/xe: Fix DSB buffer coherency (stable-fixes).
  - drm/xe: Replace double space with single space after comma
    (stable-fixes).
  - commit 909dad5
  - 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 13d7db9
  - x86/process: Move the buffer clearing before MONITOR (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 8266745
  - x86/microcode/AMD: Add TSA microcode SHAs (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit b20882f
  - KVM: SVM: Advertise TSA CPUID bits to guests (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit eae5894
  - x86/cpu: Avoid running off the end of an AMD erratum table (git-fixes).
  - commit 1a01a37
  - x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id' (git-fixes).
  - commit 00956a9
  - x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id' (git-fixes).
  - commit a673ad4
  - x86/cpu: Introduce new microcode matching helper (git-fixes).
  - commit e274dab
  - 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 8a110dc
  - kabi: fix dm-fix-dm_blk_report_zones.patch
    (CVE-2025-38140 bsc#1245717).
  - commit 701faad
  - net: clear the dst when changing skb protocol (bsc#1245954
    CVE-2024-49861).
  - commit b34915e

++++ llvm19:

  - Add reproducible.patch to make libomp.so reproducible (boo#1199076)
  - Replace usage of %jobs for reproducible builds (boo#1237231)

++++ at-spi2-core:

  - Add upstream fixes:
    +  at-spi2-core-grab-memory-leak.patch
    + at-spi2-core-key-grabs.patch (glgo#GNOME/at-spi2-core!193)
    + at-spi2-core-plug-crash.patch (glgo#GNOME/at-spi2-core#198)

++++ procps:

  - Add patch procps-ng-4.0.5-bsc1246330.patch
    * Do not Fail in year 2038 (bsc#1246330)

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

++++ perl:

  - update to 5.42.0
    * new pragma "source::encoding"
    * new ":writer" attribute on field variables
    * new "any" and "all" operators
    * lexical method declaration using "my method"
    * lexical method invocation operator "->&"
    * switch and Smart Match operator kept, behind a feature
    * unicode 16.0 supported
    * assigning logical xor "^^=" operator
    * many performance enhancements
  - drop perl-dirdup.diff (included upstream)

------------------------------------------------------------------
------------------  2025-7-10  -  Jul 10 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Show reboot nofication after updates in packagekit
    * Add 0009-packagekit-reboot-notification.patch

++++ kernel-default:

  - dm: limit swapping tables for devices with zone write plugs
    (CVE-2025-38140 bsc#1245717).
  - commit 8c8d49f
  - dm: fix dm_blk_report_zones (CVE-2025-38140 bsc#1245717).
  - commit 6d395b8
  - dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lock
    (git-fixes).
  - commit d31c434
  - 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 4dcb9b9
  - ACPI: PRM: Reduce unnecessary printing to avoid user confusion
    (bsc#1246122).
  - commit 13b2592
  - ALSA: hda: Add missing NVIDIA HDA codec IDs (stable-fixes).
  - ALSA: hda/tegra: Add Tegra264 support (stable-fixes).
  - commit df0e4a0
  - ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
    (stable-fixes).
  - ALSA: usb-audio: Improve filtering of sample rates on Focusrite
    devices (stable-fixes).
  - ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop
    15-eg100 (stable-fixes).
  - commit 3d097e2
  - ALSA: hda/realtek: Enable headset Mic on Positivo K116J
    (stable-fixes).
  - ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx
    (stable-fixes).
  - ALSA: hda/realtek: Add quirks for some Clevo laptops
    (stable-fixes).
  - ALSA: hda/realtek: Enable headset Mic on Positivo P15X
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for Asus GA605K (stable-fixes).
  - commit c130ef1
  - pinctrl: amd: Clear GPIO debounce for suspend (git-fixes).
  - pinctrl: qcom: msm: mark certain pins as invalid for interrupts
    (git-fixes).
  - commit f2d1e17

++++ kernel-firmware-amdgpu:

  - Update to version 20250708 (git commit 99d64b4f788c):
    * amdgpu: Add DCN 3.6
    * amdgpu: Add PSP 14.0.5
    * amdgpu: Add SDMA 6.1.3
    * amdgpu: Add GC 11.5.3

++++ kernel-firmware-i915:

  - Update to version 20250708 (git commit 99d64b4f788c):
    * xe: Add fan_control v203.0.0.0 for BMG

++++ kernel-firmware-mediatek:

  - Update to version 20250708 (git commit 99d64b4f788c):
    * mediatek MT7921: update bluetooth firmware to 20250625154126

++++ kernel-firmware-qcom:

  - Update to version 20250708 (git commit 99d64b4f788c):
    * qcom/adreno: move A610 and A702 ZAP files to Adreno driver section
    * qcom: Add sdx61 Foxconn vendor firmware image file

++++ python313-core:

  - Fix gil/nogil package description, bsc#1246229

++++ net-tools:

  - Perform bound checks when parsing interface labels in
    /proc/net/dev (bsc#1243581, CVE-2025-46836,
    net-tools-CVE-2025-46836.patch,
    net-tools-CVE-2025-46836-regression.patch).

++++ patterns-base:

  - Add suse-lifecyle* packages to sw_management pattern
    (bsc#1240517).

++++ python313:

  - Fix gil/nogil package description, bsc#1246229

++++ systemd-presets-common-SUSE:

  - Add cockpit.socket to improve user experience as it is replacing
    YaST (jsc#PED-13228)

------------------------------------------------------------------
------------------  2025-7-9  -  Jul 9 2025  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Explicitly set uefi as default firmware (bsc#1245145)

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

++++ transactional-update:

  - Version 5.0.6
  - Fix missing x-initrd.mount in fstab on migration [boo#1246139]
    When migrating overlayfs based /etc to btrfs subvolumes, then
    the attribute was not set - this may result in failures from
    services operating on /etc during initrd phase such as SELinux
    relabelling
  - Optimize execution time of tests

++++ 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.

++++ kdump:

  - upgrade to version 2.1.1
    * check for reserved memory on load for better error reporting
    * update man page
    * set KDUMP_CPUS to 1 on XEN (bsc#1244289)
    * load.sh clean up
    * use eval for PRESCRIPT, POSTSCRIPT and TRANSFER
    * sftp: fix key-based authentication
    * fix and improve calibrate build
  - update calibrate values

++++ kernel-default:

  - 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 063ca35
  - net: lan743x: fix potential out-of-bounds write in
    lan743x_ptp_io_event_clock_get() (CVE-2025-38183 bsc#1246006).
  - commit 39da23e
  - net_sched: sch_sfq: fix a potential crash on gso_skb handling
    (CVE-2025-38115 bsc#1245689).
  - commit 9e19da0
  - ALSA: usb-audio: Kill timer properly at removal (CVE-2025-38105
    bsc#1245682).
  - commit 79e6efd
  - rpm/mkspec: Fix missing kernel-syms-rt creation (bsc#1244337)
  - commit 630f139
  - exfat: fix double free in delayed_free (bsc#1246073
    CVE-2025-38206).
  - commit ad15d15
  - pwm: mediatek: Ensure to disable clocks in error path
    (git-fixes).
  - pwm: Fix invalid state detection (git-fixes).
  - ASoC: cs35l56: probe() should fail if the device ID is not
    recognized (git-fixes).
  - ASoC: fsl_sai: Force a software reset when starting in consumer
    mode (git-fixes).
  - ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select
    SND_SOC_ACPI_INTEL_MATCH (git-fixes).
  - ASoC: fsl_asrc: use internal measured ratio for non-ideal
    ratio mode (git-fixes).
  - ALSA: ad1816a: Fix potential NULL pointer deref in
    snd_card_ad1816a_pnp() (git-fixes).
  - commit 04c53e4

++++ gcc15:

  - Prune the use of update-alternatives from openSUSE Factory and
    SLFO.
  - Adjust crosses to conflict consistently where they did not
    already and make them use unsuffixed binaries.

------------------------------------------------------------------
------------------  2025-7-8  -  Jul 8 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.690.g496a1409:
    * 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.

++++ grub2:

  - Backport upstream disk password retry (bsc#1245545)
    * 0001-disk-cryptodisk-Allow-user-to-retry-failed-passphras.patch

++++ jeos-firstboot:

  - Update to version 1.5.8:
    * Update files/usr/share/jeos-firstboot/jeos-firstboot-functions
    * Use SUSE_PRETTY_NAME as product name to display if it exists (bsc#1245364)
    * Use xterm-256color on WSL based hosts boo#1237756

++++ kernel-default:

  - dm-raid: fix variable in journal device check (git-fixes).
  - commit 03404b3
  - dm-verity: fix a memory leak if some arguments are specified
    multiple times (git-fixes).
  - commit bbecd6f
  - dm-mirror: fix a tiny race condition (git-fixes).
  - commit 0d4f8fc
  - dm vdo indexer: don't read request structure after enqueuing
    (git-fixes).
  - commit 4cb65b5
  - dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits
    (git-fixes).
  - commit 2396437
  - dm-flakey: make corrupting read bios work (git-fixes).
  - commit b0152c6
  - dm-flakey: error all IOs when num_features is absent
    (git-fixes).
  - commit fd9c57b
  - dm: lock limits when reading them (git-fixes).
  - commit 153ee47
  - dm: handle failures in dm_table_set_restrictions (git-fixes).
  - commit 78fcb29
  - dm: free table mempools if not used in __bind (git-fixes).
  - commit 5859b3f
  - dm: don't change md if dm_table_set_restrictions() fails
    (git-fixes).
  - commit 4bd9525
  - virtgpu: don't reset on shutdown (git-fixes).
  - commit 901c686
  - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated
    for fork() (git-fix for CVE-2025-22090 bsc#1241537).
  - commit 09cb3ff
  - netfilter: nft_set_pipapo: prevent overflow in lookup table
    allocation (CVE-2025-38162 bsc#1245752).
  - commit 8282c3d
  - vhost-scsi: protect vq->log_used with vq->mutex (CVE-2025-38074
    bsc#1244735).
  - commit 4cc2d93
  - crypto: ecdsa - Harden against integer overflows in
    DIV_ROUND_UP() (CVE-2025-37984 bsc#1243669).
  - commit 743073a
  - virtio: break and reset virtio devices on device_shutdown()
    (CVE-2025-38064 bsc#1245201).
  - commit dec0ac7

++++ samba:

  - Update to 4.22.3
    * samba-tool cannot add user to group whose name is exactly 16
    characters long; (bso#15854);
    * Windows security hardening locks out schannel'ed netlogon dc
    calls like netr_DsRGetDCName; (bsc#1246431); (bso#15876);
    * Startup messages of rpc deamons fills /var/log/messages;
    (bso#15869);

++++ libvirt:

  - qemu: ARM: Change default SCSI controller model from 'lsilogic'
    to 'virtio-scsi'
    bsc#1240762

++++ ovmf:

  - Backport the patch from edk2-stable202505 (jsc#PED-13202)
  - ovmf-UefiCpuPkg-MpInitLib-Fix-SNP-AP-creation.patch
    dca5d26bc57e UefiCpuPkg/MpInitLib: Fix SNP AP creation when using known APIC IDs

++++ read-only-root-fs:

  - Update to version 1.0+git20250708.3eed5de:
    * writable-etc: Install findmnt instead of mountpoint
    * CI: Omit volatile-overlay from the initrd
    * Add basic CI
    * Only remount when [/sysroot]/etc is ro (bsc#1246021)

++++ systemd-rpm-macros:

  - Bump version to 26

------------------------------------------------------------------
------------------  2025-7-7  -  Jul 7 2025  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.239.0:
    * Allow containers to use hsa devices for ROCM

++++ 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:

  - rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (bsc#1234810 CVE-2024-53160)
  - commit cc08ae0
  - NFSv4: Always set NLINK even if the server doesn't support it
    (git-fixes).
  - commit ab761d1
  - NFSv4.2: fix listxattr to return selinux security label
    (git-fixes).
  - commit b10a707
  - NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when
    timestamps are delegated (git-fixes).
  - commit 3f2e95e
  - NFSv4: xattr handlers should check for absent nfs filehandles
    (git-fixes).
  - commit 4564984
  - sunrpc: don't immediately retransmit on seqno miss (git-fixes).
  - commit eaac877
  - usb: typec: displayport: Fix potential deadlock (git-fixes).
  - commit bf24223
  - iio: dac: ad3552r: changes to use FIELD_PREP (stable-fixes).
  - Refresh
    patches.suse/iio-dac-ad3552r-clear-reset-status-flag.patch.
  - commit 9805aa5
  - accel/ivpu: Make command queue ID allocated on XArray
    (stable-fixes).
  - Refresh
    patches.suse/accel-ivpu-Fix-locking-order-in-ivpu_job_submit.patch.
  - commit f24456f
  - accel/ivpu: Do not fail on cmdq if failed to allocate preemption
    buffers (stable-fixes).
  - Refresh
    patches.suse/accel-ivpu-Use-xa_alloc_cyclic-instead-of-custom-fun.patch.
  - commit d5a180a
  - 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).
  - wifi: mac80211: finish link init before RCU publish (git-fixes).
  - Bluetooth: L2CAP: Fix L2CAP MTU negotiation (stable-fixes).
  - spi: spi-cadence-quadspi: Fix pm runtime unbalance (git-fixes).
  - drm/xe: Fix early wedge on GuC load failure (git-fixes).
  - drm/amdkfd: Fix race in GWS queue scheduling (stable-fixes).
  - drm/amdgpu: Fix SDMA UTC_L1 handling during start/stop sequences
    (stable-fixes).
  - drm/amd/display: Check dce_hwseq before dereferencing it
    (stable-fixes).
  - drm/amdgpu: Add kicker device detection (stable-fixes).
  - drm/amd/display: Fix RMCM programming seq errors (stable-fixes).
  - drm/amd/display: Fix mpv playback corruption on weston
    (stable-fixes).
  - drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTAL
    (stable-fixes).
  - ASoC: rt1320: fix speaker noise when volume bar is 100%
    (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).
  - 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: gadget: f_hid: wake up readers on disable/unbind
    (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).
  - 8250: microchip: pci1xxxx: Add PCIe Hot reset disable support
    for Rev C0 and later devices (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).
  - misc: tps6594-pfsm: Add NULL pointer check in
    tps6594_pfsm_probe() (stable-fixes).
  - drm/scheduler: signal scheduled fence when kill job
    (stable-fixes).
  - drm/amd/display: Correct non-OLED pre_T11_delay (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).
  - drm/amdgpu: seq64 memory unmap uses uninterruptible lock
    (stable-fixes).
  - Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts
    on DG1" (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: imx6: Add workaround for errata ERR051624 (stable-fixes).
  - PCI: dwc: Make link training more robust by setting
    PORT_LOGIC_LINK_WIDTH to one lane (stable-fixes).
  - PCI: apple: Fix missing OF node reference in
    apple_pcie_setup_port (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).
  - wifi: mac80211: Create separate links for VLAN interfaces
    (stable-fixes).
  - wifi: mac80211: Add link iteration macro for link data
    (stable-fixes).
  - drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
    (stable-fixes).
  - drm/xe: Fix taking invalid lock on wedge (stable-fixes).
  - ASoC: codec: wcd9335: Convert to GPIO descriptors
    (stable-fixes).
  - accel/ivpu: Separate DB ID and CMDQ ID allocations from CMDQ
    allocation (stable-fixes).
  - drm/amdkfd: Fix instruction hazard in gfx12 trap handler
    (stable-fixes).
  - types: Complement the aligned types with signed 64-bit one
    (stable-fixes).
  - drm/amdkfd: remove gfx 12 trap handler page size cap
    (stable-fixes).
  - accel/ivpu: Remove copy engine support (stable-fixes).
  - net: phy: realtek: add RTL8125D-internal PHY (stable-fixes).
  - net: phy: realtek: merge the drivers for internal NBase-T PHY's
    (stable-fixes).
  - commit 3355077

++++ kernel-firmware-bluetooth:

  - Update to version 20250707 (git commit ba5e4e381494):
    * Revert "linux-firmware: Update firmware file for Intel Pulsar core"

++++ kernel-firmware-i915:

  - Update to version 20250707 (git commit ba5e4e381494):
    * xe: First HuC release for Pantherlake
    * xe: First GuC release for Pantherlake

++++ kernel-firmware-mediatek:

  - Update to version 20250707 (git commit ba5e4e381494):
    * linux-firmware: update firmware for MT7921 WiFi device

++++ kernel-firmware-qcom:

  - Update to version 20250707 (git commit ba5e4e381494):
    * qcom/adreno: sort entries in WHENCE

++++ libsolv:

  - add support for product-obsoletes() provides in the product
    autopackage generation code
  - bump version to 0.7.34

++++ 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)

++++ systemd-rpm-macros:

  - Introduce %udev_trigger_with_reload() for packages that need to trigger events
    in theirs scriplets. The new macro automatically triggers a reload of the udev
    rule files as this step is often overlooked by packages (bsc#1237143).

------------------------------------------------------------------
------------------  2025-7-6  -  Jul 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c/designware: Fix an initialization issue (git-fixes).
  - powercap: intel_rapl: Do not change CLAMPING bit if ENABLE
    bit cannot be changed (git-fixes).
  - firmware: arm_ffa: Fix memory leak by freeing notifier callback
    node (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: dwc3: gadget: Fix TRB reclaim logic for short transfers
    and ZLPs (git-fixes).
  - usb: typec: altmodes/displayport: do not index invalid
    pin_assignments (git-fixes).
  - usb: cdnsp: Fix issue with CV Bad Descriptor test (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).
  - Revert "usb: gadget: u_serial: Add null pointer check in
    gs_start_io" (git-fixes).
  - usb: chipidea: udc: disconnect/reconnect from host when do
    suspend/resume (git-fixes).
  - usb: dwc3: Abort suspend on soft disconnect failure (git-fixes).
  - usb: cdnsp: do not disable slot for disabled slot (git-fixes).
  - Input: cs40l50-vibra - fix potential NULL dereference in
    cs40l50_upload_owt() (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/v3d: Disable interrupts before resetting the GPU
    (git-fixes).
  - drm/sched: Increment job count before swapping tail spsc queue
    (git-fixes).
  - drm/bridge: aux-hpd-bridge: fix assignment of the of_node
    (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).
  - drm/amdkfd: Don't call mmput from MMU notifier callback
    (git-fixes).
  - commit 58c4f95

++++ wayland:

  - Update to release 1.24
    * A new wl_fixes interface to add a request to destroy a
    wl_registry object.
    * A new wl_keyboard.key repeated state, to allow compositors to
    take over the responsibility of repeating keys, which is
    useful for remote desktop.
    * wl_display_dispatch_queue_timeout() and
    wl_display_dispatch_timeout(), to set a timeout when
    dispatching events.
    * wl_shm_buffer_ref() and wl_shm_buffer_unref(), to access
    wl_shm_buffer underlying storage after the protocol object
    has been destroyed (e.g. when a client is shutting down).
    * wl_proxy_get_interface() and wl_resource_get_interface(), to
    fetch the wl_interface of an object.
    * wl_resource_post_error_vargs(), as an alternative to
    wl_resource_post_error() when the compositor already has a
    va_list.

------------------------------------------------------------------
------------------  2025-7-4  -  Jul 4 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - U_0001-svga-add-svga_resource_create_with_modifiers-functio.patch
    U_0002-svga-fix-printing-64-bit-value-for-32-bit-build.patch
    * fixes Wayland session when using SP7 as vmware guest (bsc#1245034)

++++ Mesa-drivers:

  - U_0001-svga-add-svga_resource_create_with_modifiers-functio.patch
    U_0002-svga-fix-printing-64-bit-value-for-32-bit-build.patch
    * fixes Wayland session when using SP7 as vmware guest (bsc#1245034)

++++ python-kiwi:

  - Update test-image-disk
    Add NetworkManager for better remote debugging capabilities

++++ transactional-update:

  - Version 5.0.5
  - Add support for kdump 2.1.0 [bsc#1243758]
  - Integrate test to support `make check`

++++ kernel-default:

  - smb: client: Fix use-after-free in cifs_fill_dirent
    (CVE-2025-38051 bsc#1244750).
  - commit f65fc44
  - cgroup/cpuset: Extend kthread_is_per_cpu() check to all
    PF_NO_SETAFFINITY tasks (bsc#1241166).
  - commit e4048e5
  - rose: fix dangling neighbour pointers in rose_rt_device_down()
    (git-fixes).
  - Bluetooth: HCI: Set extended advertising data synchronously
    (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 a505fc6
  - gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add (bsc#1243993
    bsc#1245617).
  - writeback: fix false warning in inode_to_wb() (bsc#1243993
    bsc#1245617).
  - gfs2: replace sd_aspace with sd_inode (bsc#1243993 bsc#1245617).
  - commit 9761d03

++++ systemd:

  - triggers.systemd: skip update of hwdb, journal-catalog if executed during an
    offline update.

++++ 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)

++++ salt:

  - Add `minion_legacy_req_warnings` option to avoid noisy warnings
  - Require M2Crypto >= 0.44.0 for SUSE Family distros
  - Added:
    * add-minion_legacy_req_warnings-option-to-avoid-noisy.patch

++++ ovmf:

  - Revert the following change due to security concerns and potential underlying issues.
  - Enables UEFI Shell support for guests on X64 and AARCH64 platforms (bsc#1244266)
  - Build Shell.efi independently
  - Add ovmf-ShellPkg-Add-post-script-for-Shell-installation.patch
  - Install Shell.efi to EFI boot partition (/boot/efi/EFI/opensuse/ or /boot/efi/EFI/sles/)
  - Register Shell.efi as a boot entry

++++ 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:

  - dma-mapping: Fix warning reported for missing prototype
    (git-fixes).
  - dma/mapping.c: dev_dbg support for dma_addressing_limited
    (git-fixes).
  - commit 0c85d2b
  - s390/pci: Fix stale function handles in error handling
    (git-fixes bsc#1245644).
  - commit 6883c36
  - s390/pci: Do not try re-enabling load/store if device is
    disabled (git-fixes bsc#1245643).
  - commit 0f86722
  - NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (git-fixes).
  - commit d887598
  - nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init()
    fails (git-fixes).
  - commit cebbc14
  - mtk-sd: reset host->mrq on prepare_data() error (git-fixes).
  - commit 9cc3c5f
  - 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 34daecf
  - RDMA/mlx5: Fix vport loopback for MPV device (git-fixes)
  - commit 2e17666
  - RDMA/mlx5: Fix CC counters query for MPV (git-fixes)
  - commit 047aefd
  - RDMA/mlx5: Fix HW counters query for non-representor devices (git-fixes)
  - commit 385720a
  - IB/mlx5: Fix potential deadlock in MR deregistration (git-fixes)
  - commit e26004c
  - RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert (git-fixes)
  - commit da1aeda
  - RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling (git-fixes)
  - commit 877a2f1
  - RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup (git-fixes)
  - commit 95b475f

++++ kernel-firmware-realtek:

  - Update to version 20250630 (git commit e2dad11e8d4b):
    * rtw89: 8922a: update fw to v0.35.80.0
    * rtw89: 8852c: update fw to v0.27.129.1
    * rtw89: 8852c: update fw to v0.27.128.0

++++ leancrypto:

  - Update to 1.5.0:
    * Enable SHA3 CE 2x implementation for SLH-DSA and ML-DSA (performance increases 2 to 3 fold)
    * Fix lookup of RDRAND support in CPUID
    * Catch Y2038 issue on 32-bit systems that do not have 64 bit time_t support
    * Start Python interface
    * Add ED448 / X448 for use in hybrid PQC constructions, ED448 implementation verified with NIST ACVP
    * Add ML-KEM-X448 and ML-DSA-ED448 support
    * ASN.1: Add ML-DSA-ED448 certificate support
    * RUST: Add ML-DSA-ED448 support
    * Linux kernel: Add ML-KEM-X448 and ML-DSA-ED448 support
    * Ascon AEAD: Bug fix when calculating the tag for plaintext that is not multiples of 128 bits
    * Composite X.509 signatures: update implementation to match draft revision 5
    * Add support for the Linux kernel updated scatterwalk API in 6.15 for leancrypto_kernel_aead_ascon.ko
  - Includes changes from 1.4.0:
    * ML-DSA: add signature generation rejection test cases and enable them during self tests
    * add HQC following reference implementation (https://pqc-hqc.org/implementation.html (versions from 2025-02-19)) but derived from PQClean implementation. NOTE: HQC is not yet considered stable as the implementation currently does not exhibit the IND-CCA2 property. Moreover, the FIPS standardization of HQC is pending. Changes to the HQC algorithm until standardization will need to be expected. I.e. the versioning rules of the library do not apply to the HQC algorithm until being announced in the CHANGES.md file.
    * ARMv8: properly save/restore SIMD registers v8 through v15 for ML-DSA/ML-KEM, X25519 and SHA3-CE (reported by Alexander Sosedkin)
    * Rust: add wrapper allowing a native interaction with the leancrypto library - the API offered by the Rust wrappers is not yet defined to be stable and may change to the next version - i.e. the versioning rules of the library do not apply to the Rust API until being announced in the CHANGES.md file.
    * Add “secure_execution” compile-time option
    * Add HQC AVX2 implementation derived from https://pqc-hqc.org/
  - Remove patch fix-aarch64.patch

++++ ovmf:

  - Removed ovmf-Revert-OvmfPkg-PlatformInitLib-dynamic-mmio-window-s.patch
    because the bsc#1205978 be fixed in qemu. And re-enabling 'dynamic mmio
    window size' feature in ovmf can support big GPU passthrough to guest.
    (bsc#1245542)

++++ suseconnect-ng:

  - switch to go1.24-openssl for SL16/SLE15

------------------------------------------------------------------
------------------  2025-7-2  -  Jul 2 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: remove the subpage related warning message (bsc#1241492).
  - commit 0e19b2b
  - x86/sev: Add the Secure TSC feature for SNP guests
    (jsc#PED-12716).
  - commit 3ab97c0
  - x86/sev: Mark the TSC in a secure TSC guest as reliable
    (jsc#PED-12716).
  - commit 643400d
  - Update config files (bsc#1245603).
    Enable rtl8139 driver on ppc64le.
  - commit 61b03fb
  - scsi: s390: zfcp: Ensure synchronous unit_add (git-fixes
    bsc#1245597).
  - commit 3235d4d
  - s390/pkey: Prevent overflow in size calculation for
    memdup_user() (git-fixes bsc#1245596).
  - commit 0eac12f
  - Update config files.
    Enabled the following config on x86_64 and arm64:
    CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
    CONFIG_INTEGRITY_CA_MACHINE_KEYRING_MAX=y
    (bsc#1243677, PED-12554, PED-6528)
  - commit 5d04048

++++ kernel-default-base:

  - Add nvme support (bsc#1245533)

++++ gcc15:

  - Tune for power10 for SLES 16.  [jsc#PED-12029]
  - Tune for z15 for SLES 16.  [jsc#PED-253]

++++ python313-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).
  - Add bsc1243155-sphinx-non-determinism.patch (bsc#1243155) to
    generate ids for audit_events using docname (reproducible
    builds).

++++ 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)

++++ patterns-base:

  - Add a kdump pattern (bsc#1244712).

++++ python313:

  - 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).
  - Add bsc1243155-sphinx-non-determinism.patch (bsc#1243155) to
    generate ids for audit_events using docname (reproducible
    builds).

++++ ovmf:

  - Remove 60-ovmf-x86_64-sev.json descriptor (bsc#1245497)

++++ update-alternatives:

  - Update to version 1.22.21
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.21
  - Changes from 1.22.20:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.20
  - Changes from 1.22.19:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.19
  - Release 1.22.21 includes the fix upstream for CVE-2025-6297 / bsc#1245573.

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

  - kABI workaround for xsk: Fix race condition in AF_XDP generic
    RX path (CVE-2025-37920 bsc#1243479).
  - xsk: Fix race condition in AF_XDP generic RX path
    (CVE-2025-37920 bsc#1243479).
  - commit 53ced4a
  - 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 b450a63
  - 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 b3f2db2
  - Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
    (git-fixes).
  - commit 106066c
  - treewide: Convert new and leftover hrtimer_init() users
    (git-fixes).
  - commit a0cfc87
  - net: vlan: don't propagate flags on open (CVE-2025-23163 bsc#1242837).
  - commit aa9c6ef
  - ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM
    quirk (git-fixes).
  - commit b1c1e22
  - blacklist.conf: 2 fixes to drivers we don't build
  - Delete patches.suse/watchdog-da9052_wdt-respect-TWDMIN.patch.
  - commit 493eda5
  - rtc: pcf2127: add missing semicolon after statement (git-fixes).
  - rtc: pcf2127: fix SPI command byte for PCF2131 (git-fixes).
  - rtc: cmos: use spin_lock_irqsave in cmos_interrupt (git-fixes).
  - commit 1050c51

++++ python313-core:

  - Use one core to build doc. This will make sphinx doc build
    reproducible.
    bsc#1243155

++++ ceph:

  - Enable build on riscv64

++++ 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.

++++ systemd:

  - Import commit a0dfd5de4cdc3f97ef2ad23396904f3e20769317 (merge of v257.7)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/1e42ecf5a145589954df77da05937ee69619f3e5...a0dfd5de4cdc3f97ef2ad23396904f3e20769317

++++ libvirt:

  - qemu: Use numa-preplace instead of numad for numa placement advice
    bsc#1242979, jsc#PED-12821

++++ python313:

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

++++ crypto-policies:

  - Allow openssl to load when using the DEFAULT policy, and also
    other policies, in FIPS mode. [bsc#1243830, bsc#1242233]
    * Add crypto-policies-Allow-openssl-other-policies-in-FIPS-mode.patch

++++ curl:

  - Disable insecure NTLM authentication support [bsc#1245491, jsc#PED-12960]

++++ ignition:

  - ignition-suse-generator: Only use Ignition platform ID when
    the corresponding kernel modules are found
    [bsc#1234315] [boo#1230668] [gh#coreos/ignition#1984]

++++ kernel-default:

  - vhost-scsi: Fix vhost_scsi_send_status() (git-fixes).
  - commit 5eeec6a
  - Refresh
    patches.suse/virtio_net-ensure-netdev_tx_reset_queue-is-called-on.patch.
  - commit b3cad97
  - Update config files.
  - commit 8ef851e
  - net: mana: Record doorbell physical address in PF mode (bsc#1244229).
  - scsi: storvsc: Increase the timeouts to storvsc_timeout (bsc#1245455).
  - commit daecbe1
  - kernel/watchdog: always restore
    watchdog_softlockup(,hardlockup)_user_enabled after proc show
    (bsc#1245522).
    Refresh
    patches.suse/watchdog-fix-watchdog-may-detect-false-positive-of-s.patch
    (bsc#1245523).
  - commit 789b353
  - tools/power turbostat: Fix AMD package-energy reporting
    (git-fixes).
  - commit 053070b
  - vsock: avoid timeout during connect() if the socket is closing
    (git-fixes).
  - commit 7192292
  - vhost-scsi: Return queue full for page alloc failures during
    copy (git-fixes).
  - commit 4420b10
  - vhost-scsi: Add better resource allocation failure handling
    (git-fixes).
  - Refresh
    patches.suse/vhost-scsi-Fix-vhost_scsi_send_bad_target.patch.
  - commit 575b441
  - kABI: update kABI symbols
    kABI exceptions were allowed for a couple of branches. Update kABI
    symbols after the merge. Since kABI symbols are being updated, remove
    current kABI workaround patches before the update.
  - commit 0c9b3ad
  - 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
  - virtio_net: xsk: bind/unbind xsk for tx (git-fixes).
  - Update
    patches.suse/virtio-net-free-xsk_buffs-on-error-in-virtnet_xsk_po.patch
    (git-fixes).
  - Refresh
    patches.suse/virtio_net-ensure-netdev_tx_reset_queue-is-called-on.patch.
  - commit 0050a39
  - KVM: VMX: Flush shadow VMCS on emergency reboot (git-fixes).
  - commit dec589f
  - KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
    (git-fixes).
  - commit bfaf83d
  - KVM: SVM: Clear current_vmcb during vCPU free for all *possible*
    CPUs (git-fixes).
  - commit e71b652
  - KVM: x86: Explicitly zero-initialize on-stack CPUID unions
    (git-fixes).
  - commit 8f58b75
  - NFSD: Implement FATTR4_CLONE_BLKSIZE attribute (git-fixes).
  - commit 4f434fe
  - overflow: Introduce __DEFINE_FLEX for having no initializer
    (git-fixes).
  - commit 99c412c
  - nfsd: nfsd4_spo_must_allow() must check this is a v4 compound
    request (git-fixes).
  - commit d974da9
  - NFSD: fix race between nfsd registration and exports_proc
    (git-fixes).
  - commit 7c3e6b5
  - netlink: specs: tc: replace underscores with dashes in names
    (git-fixes).
  - netlink: specs: dpll: replace underscores with dashes in names
    (git-fixes).
  - netlink: specs: nfsd: 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).
  - ice: fix eswitch code memory leak in reset scenario (git-fixes).
  - net: ice: Perform accurate aRFS flow match (git-fixes).
  - net: ethtool: remove duplicate defines for family info
    (git-fixes).
  - bnxt_en: Fix double invocation of
    bnxt_ulp_stop()/bnxt_ulp_start() (git-fixes).
  - net/mlx5e: Fix leak of Geneve TLV option object (git-fixes).
  - net/mlx5: HWS, make sure the uplink is the last destination
    (git-fixes).
  - net/mlx5: HWS, fix missing ip_version handling in definer
    (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).
  - e1000: Move cancel_work_sync to avoid deadlock (git-fixes).
  - iavf: fix reset_task for early reset event (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).
  - iavf: iavf_suspend(): take RTNL before netdev_lock()
    (git-fixes).
  - gve: add missing NULL check for gve_alloc_pending_packet()
    in TX DQO (git-fixes).
  - idpf: avoid mailbox timeout delays during reset (git-fixes).
  - idpf: fix a race in txq wakeup (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).
  - octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback
    (git-fixes).
  - octeontx2-pf: QOS: Perform cache sync on send queue teardown
    (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).
  - net/mlx5: HWS, Fix matcher action template attach (git-fixes).
  - overflow: Fix direct struct member initialization in
    _DEFINE_FLEX() (git-fixes).
  - idpf: fix idpf_vport_splitq_napi_poll() (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).
  - commit af82899
  - x86/xen: disable CPU idle and frequency drivers for PVH dom0
    (git-fixes).
  - commit 1d99be7
  - xen: Change xen-acpi-processor dom0 dependency (git-fixes).
  - commit 70cda63
  - xen/pci: Do not register devices with segments >= 0x10000
    (git-fixes).
  - commit 1940a47
  - xen/mcelog: Add __nonstring annotations for unterminated strings
    (git-fixes).
  - commit 6e1a750
  - xen: Add support for XenServer 6.1 platform device (git-fixes).
  - commit 7dd2df0
  - Xen/swiotlb: mark xen_swiotlb_fixup() __init (git-fixes).
  - commit 4ff5446
  - Grab mm lock before grabbing pt lock (git-fixes).
  - commit 26a77ff
  - 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).
  - serial: core: restore of_node information in sysfs (git-fixes).
  - commit 3895da7
  - RDMA/hns: initialize db in update_srq_db() (git-fixes)
  - commit 980c53d

++++ kernel-firmware-amdgpu:

  - Update to version 20250627 (git commit f40eafe21683):
    * amdgpu: DMCUB updates for DCN401

++++ kernel-firmware-bnx2:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts

++++ kernel-firmware-chelsio:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts

++++ kernel-firmware-media:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts
    * qcom: update firmware binary for SM8550

++++ kernel-firmware-network:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts

++++ kernel-firmware-platform:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: expand the advansys license statement
    * WHENCE: some older AMD drivers are MIT licensed

++++ kernel-firmware-radeon:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: some older AMD drivers are MIT licensed

++++ kernel-firmware-serial:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts

++++ kernel-firmware-sound:

  - Update to version 20250627 (git commit f40eafe21683):
    * WHENCE: extract license texts

++++ numactl:

  - Update to version 2.0.19.14.g690a72c:
    * numastat command fails on LPAR which is not having node0
    Patch is now upstream:
    https://github.com/numactl/numactl/pull/246
    D    4abeee1aac20a7a2552870e0359b8df013ae9037.patch
    Patches are wrong or not needed anymore:
    https://github.com/numactl/numactl/pull/246
    D    0001-Fixed-segfault-when-no-node-could-be-found-in-sysfs-.patch
    D    numactl-clearcache-pie.patch

++++ sudo:

  - Update to 1.9.17p1
    * Fix a possible local privilege escalation via the --host option
    [bsc#1245274, CVE-2025-32462]
    * Fix a possible local privilege Escalation via chroot option
    [bsc#1245275, CVE-2025-32463]
  - Update to 1.9.17
    * Sudo now uses the NODEV macro consistently. Bug #1074.
    Fixed a bug where the ALL command in a sudoers rule would
    override a previous NOSETENV tag. Command tags are inherited from
    previous Cmnds in a Cmnd_Spec_List. There is a special case for
    the SETENV tag with the ALL command, where SETENV is implied if
    no explicit SETENV or NOSETENV tag is specified. This special
    case did not take into account that a NOSETENV tag that was inherited
    should override this behavior.
    * If sudo is run via ssh without a terminal and a password is required,
    it now suggest using ssh’s -t option.
    * Fixed the display of timeout values in the sudo -V output on systems
    without a C99-compliant snprintf() function.
    * Quieted a number of minor Coverity warnings.
    * Fixed a problem running sudo from a serial console on Linux when the
    command is run in a pseudo-terminal (the default).
    * Fixed a crash in sudo which could occur if there was a fatal error
    after the user was validated but before the command was actually run.
    * Fixed a number of man page style warnings. The “lint” make target in
    the docs directory will now run groff with warnings enabled if it is
    available. Bug #1075.
    * The ignore_dot sudoers setting is now on by default. There is now a
  - -disable-ignore-dot configure option to disable it. The
  - -with-ignore-dot configure option has been deprecated.
    * Fixed a problem with the pwfeedback option where an initial backspace
    would reduce the maximum length allowed for the password.
    GitHub issue #439.
    * Fixed minor grammar and spelling problems in the man pages.
    * Fixed a bug where a user could avoid entering a password for sudo -l
    command if they specified their own user or group name via the -u or
  - g options.
    * Avoid potential password guessing based on timing attacks on the
    strcmp() function on systems without PAM or a crypt() function where
    plaintext passwords are stored in the shadow password file.
    * Fixed a potential information leak where sudo -l command could be used
    to determine whether an executable exists in a directory that they do
    not have search access to.
    * Sudo uses TCSAFLUSH, not TCSADRAIN, when disabling echo once again.
    A long time ago sudo changed from using TCSAFLUSH to TCSADRAIN due
    to some systems having bugs related to TCSAFLUSH. That should no longer
    be a concern. Using TCSAFLUSH ensures that password input that has been
    received by the kernel, but not yet read by sudo, will be discarded and
    not echoed.
    * Added the SUDO_TTY environment variable if the user has a terminal.
    This can be used to find the user’s original tty device when sudo runs
    the command in its own pseudo-terminal. GitHub issue #447.
    * New Cantonese translation for sudo.

++++ toolbox:

  - Update to version 2.4+git20250630.5e08e45:
    * Forbid --user if running as root

------------------------------------------------------------------
------------------  2025-6-29  -  Jun 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - wifi: rtw88: usb: Upload the firmware in bigger chunks
    (stable-fixes).
  - commit 1df8f6c
  - 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: mt7925: introduce thermal protection (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: mac80211: validate SCAN_FLAG_AP in scan request during
    MLO (stable-fixes).
  - wifi: rtw89: leave idle mode when setting WEP encryption for
    AP mode (stable-fixes).
  - wifi: rtw89: 8922a: fix TX fail with wrong VCO setting
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix beacon CCK flag (stable-fixes).
  - wireless: purelifi: plfxlc: fix memory leak in
    plfxlc_usb_wreq_asyn() (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: using msdu end descriptor to check for rx
    multicast packets (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).
  - commit b75f8f8
  - drivers/rapidio/rio_cm.c: prevent possible heap overwrite
    (stable-fixes).
  - PCI: Add ACS quirk for Loongson PCIe (stable-fixes).
  - watchdog: da9052_wdt: respect TWDMIN (stable-fixes).
  - watchdog: fix watchdog may detect false positive of softlockup
    (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: 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).
  - power: supply: max17040: adjust thermal channel scaling
    (stable-fixes).
  - power: supply: bq27xxx: Retrieve again when busy (stable-fixes).
  - power: supply: collie: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - platform-msi: Add msi_remove_device_irq_domain() in
    platform_device_msi_free_irqs_all() (stable-fixes).
  - wifi: rtw89: phy: add dummy C2H event handler for report of
    TAS power (stable-fixes).
  - commit 132d8d6
  - i2c: tiny-usb: disable zero-length read messages (git-fixes).
  - i2c: robotfuzz-osif: disable zero-length read messages
    (git-fixes).
  - i2c: designware: Invoke runtime suspend on quick slave
    re-registration (stable-fixes).
  - i2c: npcm: Add clock toggle recovery (stable-fixes).
  - hid-asus: check ROG Ally MCU version and warn (stable-fixes).
  - mmc: Add quirk to disable DDR50 tuning (stable-fixes).
  - gpiolib: of: Add polarity quirk for s5m8767 (stable-fixes).
  - Make 'cc-option' work correctly for the -Wno-xyzzy pattern
    (stable-fixes).
  - Input: sparcspkr - avoid unannotated fall-through
    (stable-fixes).
  - commit 1379ece
  - drm/xe/gt: Update handling of xe_force_wake_get return
    (stable-fixes).
  - Refresh
    patches.suse/drm-xe-Fix-GT-for-each-engine-workarounds.patch.
  - commit b01435e
  - drm/xe: Process deferred GGTT node removals on device unwind
    (git-fixes).
  - drm/xe/display: Add check for alloc_ordered_workqueue()
    (git-fixes).
  - drm/i915: fix build error some more (git-fixes).
  - drm/amd: Adjust output for discovery error handling (git-fixes).
  - drm/xe/bmg: Update Wa_16023588340 (git-fixes).
  - drm/v3d: Avoid NULL pointer dereference in
    `v3d_job_update_stats()` (stable-fixes).
  - fbcon: Make sure modelist not set on unregistered console
    (stable-fixes).
  - drm/amdgpu: read back register after written for VCN v4.0.5
    (stable-fixes).
  - drm/xe: Wire up device shutdown handler (stable-fixes).
  - commit 425e83a
  - 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/realtek: Add quirk for Asus GU605C (stable-fixes).
  - ALSA: hda/realtek - Add mute LED support for HP Victus 16-s1xxx
    and HP Victus 15-fa1xxx (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).
  - bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925
    (stable-fixes).
  - ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86
    case (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: Apply pack(1) to union aml_resource (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).
  - ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
    (stable-fixes).
  - ASoC: intel/sdw_utils: Assign initial value in
    asoc_sdw_rt_amp_spk_rtd_init() (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).
  - commit 36941d3

++++ at-spi2-core:

  - Update to version 2.56.3:
    + DeviceEventController: update mouse coordinates before sending
    button events
    + atspi-device-legacy: Don't crash when XkbGetMap fails
    + Return localized role name for ATSPI_ROLE_EDITBAR

------------------------------------------------------------------
------------------  2025-6-28  -  Jun 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Revert "block/bdev: enable large folio support for large logical block"
    (bsc#1245444)
    This reverts commit 03e169f9e789f08bac7bdb238dbd9bd7cfd00142.
  - commit f46bdc5

++++ patterns-base:

  - Add myrlyn to x11_enhanced
    Myrlyn replaces YaST software management code-o-o#leap/features#173

------------------------------------------------------------------
------------------  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/ALSA-pcm-Fix-race-of-buffer-access-at-PCM-OSS-layer.patch
    (stable-fixes CVE-2025-38078 bsc#1244737).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-Fix-UAF-when-reloading-module.patch
    (git-fixes CVE-2025-38056 bsc#1244748).
  - Update
    patches.suse/HID-bpf-abort-dispatch-if-device-destroyed.patch
    (git-fixes CVE-2025-38016 bsc#1244745).
  - Update
    patches.suse/HID-uclogic-Add-NULL-check-in-uclogic_input_configur.patch
    (git-fixes CVE-2025-38007 bsc#1244938).
  - Update
    patches.suse/KVM-arm64-Fix-uninitialized-memcache-pointer-in-user.patch
    (git-fixes CVE-2025-37996 bsc#1243828).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Fix-double-free-that-cause.patch
    (stable-fixes CVE-2025-38069 bsc#1245246).
  - 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/block-fix-race-between-set_blocksize-and-read-paths.patch
    (git-fixes CVE-2025-38073 bsc#1244741).
  - 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/btrfs-zoned-fix-extent-range-end-unlock-in-cow_file_.patch
    (bsc#1239514 CVE-2025-21942 bsc#1240704).
  - 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/can-m_can-m_can_class_allocate_dev-initialize-spin-l.patch
    (git-fixes CVE-2025-37993 bsc#1243822).
  - 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/dm-cache-prevent-BUG_ON-by-blocking-retries-on-faile.patch
    (git-fixes CVE-2025-38066 bsc#1244909).
  - Update
    patches.suse/dm-fix-unconditional-IO-throttle-caused-by-REQ_PREFL.patch
    (git-fixes CVE-2025-38063 bsc#1245202).
  - 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-Fix-invalid-context-error-in-dml-hel.patch
    (git-fixes CVE-2025-37965 bsc#1244174).
  - Update
    patches.suse/drm-amd-display-Increase-block_sequence-array-size.patch
    (stable-fixes CVE-2025-38080 bsc#1244738).
  - Update
    patches.suse/drm-amdgpu-csa-unmap-use-uninterruptible-lock.patch
    (stable-fixes CVE-2025-38011 bsc#1244729).
  - Update patches.suse/espintcp-fix-skb-leaks.patch (git-fixes
    CVE-2025-38057 bsc#1244862).
  - Update
    patches.suse/ext4-avoid-journaling-sb-update-on-error-if-journal-is-des.patch
    (bsc#1241967 CVE-2025-22113 bsc#1241617).
  - 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/fs-erofs-fileio-call-erofs_onlinefolio_split-after-bio_add_folio.patch
    (git-fixes CVE-2025-37999 bsc#1243846).
  - Update
    patches.suse/gpio-virtuser-fix-potential-out-of-bound-write.patch
    (stable-fixes CVE-2025-38082 bsc#1244740).
  - Update
    patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch
    (git-fixes CVE-20255-22126 bsc#1241597 CVE-2025-22126).
  - Update patches.suse/media-cx231xx-set-device_caps-for-417.patch
    (stable-fixes CVE-2025-38044 bsc#1245082).
  - Update
    patches.suse/net-mlx5e-Disable-MACsec-offload-for-uplink-represen.patch
    (git-fixes CVE-2025-38020 bsc#1245001).
  - Update
    patches.suse/net-pktgen-fix-access-outside-of-user-given-buffer-i.patch
    (git-fixes CVE-2025-38061 bsc#1245440).
  - Update
    patches.suse/net-tls-fix-kernel-panic-when-alloc_page-failed.patch
    (git-fixes CVE-2025-38018 bsc#1244999).
  - 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/nvmet-tcp-don-t-restore-null-sk_state_change.patch
    (git-fixes CVE-2025-38035 bsc#1244801).
  - Update
    patches.suse/padata-do-not-leak-refcount-in-reorder_work.patch
    (git-fixes CVE-2025-38031 bsc#1245046).
  - Update
    patches.suse/perf-x86-intel-Fix-segfault-with-PEBS-via-PT-with-sample_f.patch
    (git-fixes CVE-2025-38055 bsc#1244747).
  - 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/ptp-ocp-Limit-signal-freq-counts-in-summary-output-f.patch
    (git-fixes CVE-2025-38054 bsc#1244752).
  - Update
    patches.suse/regulator-max20086-fix-invalid-memory-access.patch
    (git-fixes CVE-2025-38027 bsc#1245042).
  - 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/staging-bcm2835-camera-Initialise-dev-in-v4l2_dev.patch
    (git-fixes CVE-2025-37971 bsc#1244173).
  - Update
    patches.suse/tracing-Have-process_string-also-allow-arrays.patch
    (git-fixes CVE-2024-57930 bsc#1236194).
  - Update
    patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-37994 bsc#1243823).
  - 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).
  - Update
    patches.suse/x86-microcode-AMD-Fix-__apply_microcode_amd-s-return-value.patch
    (git-fixes CVE-2025-22047 bsc#1241437).
  - commit db15093
  - cpufreq/ondemand: Set io_is_busy to 1 by default on all
    platforms (bsc#1233975).
  - commit e5c69ac
  - Delete
    patches.suse/cpufreq-amd-pstate-Default-to-powersave-governor-whe.patch (jsc#PED-13111).
  - commit e2263cb
  - HID: wacom: fix crash in wacom_aes_battery_handler()
    (git-fixes).
  - 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 ea1fa22

++++ pango:

  - Update to version 1.56.4:
    + fontconfig:
  - Improve the add_font_file implementation
  - Combine font features and style variants
  - Make sure font faces stay alive
    + win32:
  - Drop some caching
  - Make sure font faces stay alive
  - Modernize and simplify the code
  - Stop synthesizing fonts
  - Implement list models
    + coretext: Support synthetic small caps
    + layout: Avoid assertions in line breaking
    + build: Require GLib 2.82

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

++++ ovmf:

  - Enables UEFI Shell support for virtual machines on X64 and AARCH64 platforms (bsc#1244266)
  - Build Shell.efi and install it to /usr/share/ovmf/
  - Add ovmf-ShellPkg-Add-post-script-for-Shell-installation.patch
  - Add post-install and post-uninstall scripts in /usr/share/ovmf/
  - Install Shell.efi to the EFI boot partition
    (/boot/efi/EFI/opensuse/ or /boot/efi/EFI/sles/)
  - Register Shell.efi as a UEFI boot entry

++++ selinux-policy:

  - Update to version 20250627+git0.1805634d:
    * Set /srv/www = /var/www as equivalent file context (bsc#1239177)
    * Add a smoke test to the gitlab-ci
    * Add a default PR template
    * allow openvpn to attach to wicked owned tun interfaces (bsc#1243291)
    * allow wicked to connect to networkmanager and mange pid files for it (bsc#1243291)
    * allow wicked to transition to openvswitch domain (bsc#1243291)
    * allow wicked to start systemd services (bsc#1243291)
    * allow wicked to controll firewalld services (bsc1243291)
    * allow wicked interaction with tmpfs files and creation of sysfs files (bsc#1243291)
    * introduce fs_dontaudit_exec_tmpfs_files interface
    * Trigger the gitlab-ci tests only for merge requests to factory
    * Move 'logging_mounton_syslog_pid_socket' to end of file
    * Revert "Allow init_t create syslog files (bsc#1230134)"
    * Allow mdadm nosuid_transition
    * Label plasma user service files as xdm_unit_file_t.
    * Revert "Allow systemd-homed to start services."
    * Allow virtstoraged write qemu runtime files
    * Allow virtqemud read/write/setattr input event devices
    * Allow systemd create journal pid files
    * Allow networkmanager send a general signal to iptables
    * Allow syslogd watch syslog_conf_t directories
    * Revert downstream fix for bsc#1199630 due to regression (bsc#1243242)
    * Allow systemd-machined work with its private tmp and tmpfs files
    * Allow geoclue read virt lib files
    * Fix files_dontaudit_delete_all_files()
    * Label /run/polkit-1 with policykit_var_run_t
    * Label /dev/diag as diagnostic_device_t
    * Allow systemd-homed to start services.
    * Allow named_t to read NetworkManager's runtime files
    * Improve README* documentation
    * Add missing permissions for ftpd_anon_write to manage NFS directories
    * Add missing permissions for ftpd_anon_write to manage CIFS directories
    * Allow nut-upsmon write systemd inhibit pipes
    * Allow systemd-user-runtime-dir connect to systemd-userdbd over a unix socket
    * Remove permissive domain for systemd_vsftpd_generator_t
    * Change generator-specific rules to apply to systemd_generator
    * Define file equivalency for /var/etc
    * Allow tuned-ppd create ppd_base_profile with a file transition
    * Allow lldpd connect to systemd-homed over a unix socket
    * Allow sysadm_sudo_t signal rpm script
    * Fix the "/var/cache/systemd/home(/.*)?" regex
    * allow selinux_autorelabel_generator_t dac_read_search (bsc#1237511)
    * do not set sulogin_no_pam (bsc#1237511)
  - Replace internal slfo-main git branch with factory

------------------------------------------------------------------
------------------  2025-6-26  -  Jun 26 2025  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Patch cockpit-machines to ignore domain not found errors
    when domain is deleted (bsc#1236383)
    * added nic-domain-not-found.patch

++++ 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 another regression due to the T7547 fix.
    * The fix for CVE-2025-30258 was introduced in 2.5.5
    * Add gnupg-gpg-Fix-another-regression-due-to-the-T7547-fix.patch

++++ kernel-default:

  - mm/memory-tier: Fix abstract distance calculation overflow
    (bsc#1244051).
  - commit 3248628
  - x86/xen: Fix __xen_hypercall_setfunc() (git-fixes).
  - commit 76c9b78
  - x86: don't re-generate cpufeaturemasks.h so eagerly (git-fixes).
  - commit 1bde9b6
  - btrfs: fix wrong start offset for delalloc space release during
    mmap write (git-fixes).
  - btrfs: prepare btrfs_page_mkwrite() for large folios
    (git-fixes).
  - commit e702032
  - btrfs: fix invalid data space release when truncating block
    in NOCOW mode (git-fixes).
  - commit ecc292a
  - kabi/severities: ignore nf_flow_register_bpf() that depends on
    CONFIG_DEBUG_* (bsc#1245399)
  - commit f7994ea
  - x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET  in <asm/cpufeaturemasks.h> (git-fixes).
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit c797ea7
  - x86/cpufeatures: Remove {disabled,required}-features.h (git-fixes).
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit 7c1ff00
  - x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on  build config (git-fixes).
  - commit aa4d1af
  - x86/cpufeatures: Add {REQUIRED,DISABLED} feature configs (git-fixes).
  - commit 130db28
  - x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8 (git-fixes).
  - commit c39c8b4
  - KVM: SVM: Add Idle HLT intercept support (jsc#PED-12577).
  - commit 9b4ced8
  - kabi: restore layout of struct cgroup_subsys (bsc#1241166).
  - commit 4553ae3
  - x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
    (jsc#PED-12577).
  - commit c78722e
  - cgroup/cpuset: Fix race between newly created partition and
    dying one (bsc#1241166).
  - cgroup/cpuset: Don't allow creation of local partition over
    a remote one (bsc#1241166).
  - commit 0392529
  - vmxnet3: correctly report gso type for UDP tunnels
    (bsc#1244626).
  - commit 1216762
  - vmxnet3: update MTU after device quiesce (bsc#1244626).
  - commit d22f709

++++ kmod:

  - Fix testsuite on Leap 16.0 (bsc#1240126)
    * Revert-build-check-for-__xstat-declarations.patch

++++ gcc15:

  - Update to GCC 15 branch head, 15.1.1+git9866
  - Fix PR120827, ICE due to splitter emitting constant loads directly

++++ patterns-base:

  - Refine topics and descriptions of patterns (bsc#1243961).
  - Drop requirement on NetworkManager-wifi, it was merged back in
    NetworkManager in 2022.

++++ ovmf:

  - Add patch to make Ovmf builds reproducible in OvmfPkg and ArmVirtPkg (bsc#1244218)
  - Add ovmf-OvmfPkg-ArmVirtPkg-Keep-JSON-stack-cookie-files.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:

  - btrfs: factor out nocow ordered extent and extent map generation
    into a helper (git-fixes).
  - btrfs: fix qgroup reservation leak on failure to allocate
    ordered extent (git-fixes).
  - btrfs: move ordered extent cleanup to where they are allocated
    (git-fixes).
  - btrfs: remove the unused locked_folio parameter from
    btrfs_cleanup_ordered_extents() (git-fixes).
  - btrfs: use unsigned types for constants defined as bit shifts
    (git-fixes).
  - Refresh
    patches.suse/0005-btrfs-do-proper-folio-cleanup-when-run_delalloc_noco.patch.
  - commit a1f80d1
  - tracing: Fix compilation warning on arm32 (bsc#1243551).
  - commit 5ab4900
  - cpufreq/amd-pstate: Add support for the "Requested CPU Min
    frequency" BIOS option (jsc#PED-13164).
  - cpufreq/amd-pstate: Add offline, online and suspend callbacks
    for amd_pstate_driver (jsc#PED-13164).
  - cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update
    (jsc#PED-13164).
  - commit c625c71
  - cpufreq/amd-pstate: Enable ITMT support after initializing
    core rankings (jsc#PED-13164).
  - cpufreq/amd-pstate: Fix min_limit perf and freq updation for
    performance governor (jsc#PED-13164).
  - commit f84536f
  - cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen (jsc#PED-13164).
  - Refresh patches.suse/cpufreq-amd-pstate-Default-to-powersave-governor-whe.patch.
  - commit f5fec72
  - ata: ahci: Disallow LPM for Asus B550-F motherboard (git-fixes).
  - commit 50509e4
  - ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard
    (git-fixes).
  - commit 1162257
  - ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk
    (git-fixes).
  - commit be1e349
  - pidfs: ensure that PIDFS_INFO_EXIT is available (jsc#PED-13113).
  - blacklist.conf: Guard against unused prerequisite
  - commit 872e385
  - exit: fix the usage of delay_group_leader->exit_code in
    do_notify_parent() and pidfs_exit() (jsc#PED-13113).
  - pidfs: improve multi-threaded exec and premature thread-group
    leader exit polling (jsc#PED-13113).
  - commit c5e2e6c
  - ata: Fix typos in the comment (git-fixes).
  - commit c056491
  - cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Stop caching EPP (jsc#PED-13164).
  - cpufreq/amd-pstate: Rework CPPC enabling (jsc#PED-13164).
  - cpufreq/amd-pstate: Drop debug statements for policy setting
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP
    writes (jsc#PED-13164).
  - cpufreq/amd-pstate: Move all EPP tracing into *_update_perf
    and *_set_epp functions (jsc#PED-13164).
  - cpufreq/amd-pstate: Cache CPPC request in shared mem case too
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks
    (jsc#PED-13164).
  - cpufreq/amd-pstate-ut: Adjust variable scope (jsc#PED-13164).
  - cpufreq/amd-pstate-ut: Run on all of the correct CPUs
    (jsc#PED-13164).
  - cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enums
    (jsc#PED-13164).
  - cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to
    be the same (jsc#PED-13164).
  - cpufreq/amd-pstate-ut: Use _free macro to free put policy
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Drop `cppc_cap1_cached` (jsc#PED-13164).
  - cpufreq/amd-pstate: Overhaul locking (jsc#PED-13164).
  - cpufreq/amd-pstate: Move perf values into a union
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Drop min and max cached frequencies
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Show a warning when a CPU fails to setup
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend
    (jsc#PED-13164).
  - cpufreq/amd-pstate: Fix the clamping of perf values
    (jsc#PED-13164).
  - commit 0b848ba
  - bpf: abort verification if env->cur_state->loop_entry != NULL
    (CVE-2025-38060 bsc#1245155).
  - commit 3e1f9c9
  - tracing: Fix oob write in trace_seq_to_buffer() (CVE-2025-37923
    bsc#1243551).
  - commit 3a99a12
  - cpufreq/amd-pstate: Remove the unncecessary driver_lock in
    amd_pstate_update_limits (jsc#PED-13164).
  - cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy
    refs (jsc#PED-13164).
  - cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy
    call (jsc#PED-13164).
  - cpufreq/amd-pstate: Modularize perf<->freq conversion (jsc#PED-13164).
  - Refresh patches.suse/cpufreq-amd-pstate-Add-missing-NULL-ptr-check-in-amd.patch.
  - cpufreq/amd-pstate: Convert all perf values to u8 (jsc#PED-13164).
  - Refresh patches.suse/cpufreq-amd-pstate-Add-missing-NULL-ptr-check-in-amd.patch.
  - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf
    to amd_pstate_update (jsc#PED-13164).
  - cpufreq/amd-pstate: Remove the redundant des_perf clamping in
    adjust_perf (jsc#PED-13164).
  - cpufreq/amd-pstate: Modify the min_perf calculation in
    adjust_perf callback (jsc#PED-13164).
  - commit 21b14f2
  - tracing: Fix use-after-free in print_graph_function_flags
    during tracer switching (CVE-2025-22035 bsc#1241544).
  - commit 49f381e
  - bpf: free verifier states when they are no longer referenced
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.suse/kABI-padding-for-bpf.patch.
  - commit 06e2482
  - bpf: fix env->peak_states computation (CVE-2025-38060
    bsc#1245155).
  - commit 53d5bd3
  - bpf: use list_head to track explored states and free list
    (CVE-2025-38060 bsc#1245155).
  - bpf: do not update state->loop_entry in get_loop_entry()
    (CVE-2025-38060 bsc#1245155).
  - bpf: make state->dfs_depth < state->loop_entry->dfs_depth an
    invariant (CVE-2025-38060 bsc#1245155).
  - bpf: detect infinite loop in get_loop_entry() (CVE-2025-38060
    bsc#1245155).
  - 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).
  - selftests/bpf: test correct loop_entry update in
    copy_verifier_state (CVE-2025-38060 bsc#1245155).
  - bpf: copy_verifier_state() should copy 'loop_entry' field
    (CVE-2025-38060 bsc#1245155).
  - commit 6388e16
  - bpf: Fix deadlock between rcu_tasks_trace and event_mutex
    (CVE-2025-37884 bsc#1243060).
  - commit 1feaa51

++++ kernel-firmware-media:

  - Update to version 20250624 (git commit b05fabcd6f2a):
    * qcom: venus-5.4: add the firmware binary for qcs615

++++ ldmtool:

  - Update to version 0.2.5 (jsc#PED-12706)
    * Fix crash while creating mapper for a volume which lacks of
    partitions
    * Make libldm to parse and return volume GUID
    * Change the way we sanitise LDM partition name
    * Set UUID for device mapper devices (partitions and volumes)
    * Fix potential memory leak
    * Use device mapper device UUID instead of name to find device in
    a tree
    * New API: ldm_volume_dm_get_device
    * New API: ldm_partition_dm_get_device
    * Fix bug in libldm to allow for all spanned LDM volumes to bex
    correctly identified/mounted
  - Upstream fixes post 0.2.5
    001-Add-example-systemd-unit-file.patch
    002-ldmtool-fix-NULL-pointer-dereference.patch
    003-Add-ability-to-override-device-mapper-UUID.patch
    004-src-Fix-declaration-of-ldm_new.patch
    005-Update-gtkdocize.patch
  - Drop patch contained in new tarball
    Remove-deprecated-g_type_class_add_private.patch

++++ xfsprogs:

  - update to 6.15.0
  - xfs_mdrestore: don't allow restoring onto zoned block devices
  - man: adjust description of the statx manpage
  - xfs_protofile: fix permission octet when suid/guid is set
  - xfs_repair: fix libxfs abstraction mess
  - xfs_growfs: support internal RT devices
  - xfs_mdrestore: support internal RT devices
  - xfs_scrub: support internal RT device
  - xfs_spaceman: handle internal RT devices
  - xfs_io: handle internal RT devices in fsmap output
  - xfs_io: don't re-query fs_path information in fsmap_f
  - xfs_io: correctly report RGs with internal rt dev in bmap output
  - man: document XFS_FSOP_GEOM_FLAGS_ZONED
  - xfs_mkfs: document the new zoned options in the man page
  - xfs_mkfs: reflink conflicts with zoned file systems for now
  - xfs_mkfs: default to rtinherit=1 for zoned file systems
  - xfs_mkfs: calculate zone overprovisioning when specifying size
  - xfs_mkfs: support creating file system with zoned RT devices
  - xfs_mkfs: factor out a validate_rtgroup_geometry helper
  - xfs_repair: validate rt groups vs reported hardware zones
  - xfs_repair: fix the RT device check in process_dinode_int
  - xfs_repair: support repairing zoned file systems
  - libfrog: report the zoned geometry
  - xfs_repair: phase6: scan longform entries before header check
  - xfs_repair: Bump link count if longform_dir2_rebuild yields shortform dir
  - mkfs: fix the issue of maxpct set to 0 not taking effect
  - mkfs: fix blkid probe API violations causing weird output
  - xfs_io: make statx mask parsing more generally useful
  - xfs_io: redefine what statx -m all does
  - xfs_io: catch statx fields up to 6.15
  - man: fix missing cachestat manpage

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

  - netfilter: nft_exthdr: fix offset with ipv4_find_option()
    (git-fixes).
  - commit be2a228
  - netfilter: conntrack: Bound nf_conntrack sysctl writes
    (git-fixes).
  - commit 0ac13d2
  - netfilter: nf_tables: Only use nf_skip_indirect_calls() when
    MITIGATION_RETPOLINE (git-fixes).
  - commit 114a1de
  - netfilter: nft_set_hash: GC reaps elements with conncount for
    dynamic sets only (git-fixes).
  - commit fd8be75
  - netfilter: nft_quota: match correctly when the quota just
    depleted (git-fixes).
  - commit 563b1e8
  - netfilter: nf_set_pipapo_avx2: fix initial map fill (git-fixes).
  - commit 5316618
  - netfilter: bridge: Move specific fragmented packet to slow_path
    instead of dropping it (git-fixes).
  - commit 3a5285b
  - netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result
    discrepancy (git-fixes).
  - commit 18d1e67
  - netfilter: nf_tables: nft_fib: consistent l3mdev handling
    (git-fixes).
  - commit 2b7f119
  - s390/pci: Fix s390_mmio_read/write syscall page fault handling
    (git-fixes bsc#1245291).
  - commit 2f37aef
  - s390: Fix linker error when -no-pie option is unavailable
    (git-fixes bsc#1245290).
  - commit 788b161
  - Delete patches.suse/nvdimm-disable-namespace-on-error.patch.
    We think the patch is not needed and the issue bsc#1166486 has actually
    been resolved by upstream commit c1f45d86a522. The upstream submission
    never got any reply [*], so if we decide we in the end want the patch,
    it should be resent there first.
    [*] https://lore.kernel.org/nvdimm/20211201164844.125296-1-colyli@suse.de/
  - commit ecc0f57
  - s390/vfio-ap: Fix no AP queue sharing allowed message written
    to kernel log (git-fixes bsc#1245285).
  - commit 9d4cdf8
  - scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()
    (git-fixes).
  - scsi: iscsi: Fix incorrect error path labels for flashnode
    operations (git-fixes).
  - commit 1fc590c

++++ kernel-firmware-amdgpu:

  - Update to version 20250623 (git commit dbfe16e9e8ac):
    * amdgpu: update dmcub fw for dcn401

++++ kernel-firmware-brcm:

  - Update to version 20250623 (git commit dbfe16e9e8ac):
    * brcm: Fix symlinks for Khadas VIM SDIO wifi config

++++ util-linux-systemd:

  - Update to version 2.41.1:
    * cfdisk: fix memory leak and possible NULL dereference
    * fdisk: fix possible memory leak
    * findmnt: fix -k option parsing regression (boo#1242705,
    drop util-linux-libblkid-econf-parse.patch)
    * hardlink: fix performance regression
    * include/cctype: fix string comparison
    * libblkid:
    * Fix crash while parsing config with libeconf
    * befs fix underflow
    * avoid strcasecmp() for ASCII-only strings
    * libblkid/src/topology/dm: fix fscanf return value check to
    match expected number of parsed items
    * libmount:
    * (subdir) restrict for real mounts only
    * (subdir) remove unused code
    * avoid calling memset() unnecessarily
    * fix --no-canonicalize regression (boo#1244251,
    drop libmount-fix-no-canonicalize-regression.patch)
    * lsblk:
    * use ID_PART_ENTRY_SCHEME as fallback for PTTYPE
    * avoid strcasecmp() for ASCII-only strings
    * lscpu:
    * fix possible buffer overflow in cpuinfo parser
    * Fix loongarch op-mode output with recent kernel
    * lsfd:
    * scan the protocol field of /proc/net/packet as a hex number
    * fix the description for PACKET.PROTOCOL column
    * lsns:
    * enhance compilation without USE_NS_GET_API
    * fix undefined reference to add_namespace_for_nsfd #3483
    * more:
    * fix broken ':!command' command key
    * fix implicit previous shell_line execution #3508
    * tests: (test_mkfds::mapped-packet-socket) add a new parameter,
    protocol
    * treewide:
    * add ul_ to parse_timestamp() function name
    (drop util-linux-rename-common-symbols-4.patch)
    * add ul_ to parse_switch() function name
    (drop util-linux-rename-common-symbols-3.patch)
    * add ul_ to parse_size() function name
    (drop util-linux-rename-common-symbols-2.patch)
    * add ul_ to parse_range() function name
    (drop util-linux-rename-common-symbols-1.patch)
    * fix optional arguments usage
    * avoid strcasecmp() for ASCII-only strings
    * Wipefs: improve --all descriptions for whole-disks
    * Misc: Do not call exit() on code ending in shared libraries
    * Other fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.1-ReleaseNotes
  - Fix problem with uname26 listed twice.

++++ util-linux:

  - Update to version 2.41.1:
    * cfdisk: fix memory leak and possible NULL dereference
    * fdisk: fix possible memory leak
    * findmnt: fix -k option parsing regression (boo#1242705,
    drop util-linux-libblkid-econf-parse.patch)
    * hardlink: fix performance regression
    * include/cctype: fix string comparison
    * libblkid:
    * Fix crash while parsing config with libeconf
    * befs fix underflow
    * avoid strcasecmp() for ASCII-only strings
    * libblkid/src/topology/dm: fix fscanf return value check to
    match expected number of parsed items
    * libmount:
    * (subdir) restrict for real mounts only
    * (subdir) remove unused code
    * avoid calling memset() unnecessarily
    * fix --no-canonicalize regression (boo#1244251,
    drop libmount-fix-no-canonicalize-regression.patch)
    * lsblk:
    * use ID_PART_ENTRY_SCHEME as fallback for PTTYPE
    * avoid strcasecmp() for ASCII-only strings
    * lscpu:
    * fix possible buffer overflow in cpuinfo parser
    * Fix loongarch op-mode output with recent kernel
    * lsfd:
    * scan the protocol field of /proc/net/packet as a hex number
    * fix the description for PACKET.PROTOCOL column
    * lsns:
    * enhance compilation without USE_NS_GET_API
    * fix undefined reference to add_namespace_for_nsfd #3483
    * more:
    * fix broken ':!command' command key
    * fix implicit previous shell_line execution #3508
    * tests: (test_mkfds::mapped-packet-socket) add a new parameter,
    protocol
    * treewide:
    * add ul_ to parse_timestamp() function name
    (drop util-linux-rename-common-symbols-4.patch)
    * add ul_ to parse_switch() function name
    (drop util-linux-rename-common-symbols-3.patch)
    * add ul_ to parse_size() function name
    (drop util-linux-rename-common-symbols-2.patch)
    * add ul_ to parse_range() function name
    (drop util-linux-rename-common-symbols-1.patch)
    * fix optional arguments usage
    * avoid strcasecmp() for ASCII-only strings
    * Wipefs: improve --all descriptions for whole-disks
    * Misc: Do not call exit() on code ending in shared libraries
    * Other fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.1-ReleaseNotes
  - Fix problem with uname26 listed twice.

++++ libguestfs:

  - Update to version 1.56.1 (jsc#PED-12706)
    * lib: Enable ACPI for the libvirt backend for x86_64 and arm
  - Only build the inspect-icons RPM for Tumbleweed. Tumbleweed is
    the only place where icoutils package exists which it requires.

++++ numactl:

  - Fix Node0 does not exist (bsc#1244492)
    A 4abeee1aac20a7a2552870e0359b8df013ae9037.patch

++++ ceph:

  - Disable ceph-mgr-cephadm in ring1

++++ libssh:

  - Update to version 0.11.2
    * Security:
    * CVE-2025-4877 - Write beyond bounds in binary to base64 conversion (bsc#1245309)
    * CVE-2025-4878 - Use of uninitialized variable in privatekey_from_file() (bsc#1245310)
    * CVE-2025-5318 - Likely read beyond bounds in sftp server handle management (bsc#1245311)
    * CVE-2025-5351 - Double free in functions exporting keys (bsc#1245312)
    * CVE-2025-5372 - ssh_kdf() returns a success code on certain failures (bsc#1245314)
    * CVE-2025-5449 - Likely read beyond bounds in sftp server message decoding (bsc#1245316)
    * CVE-2025-5987 - Invalid return code for chacha20 poly1305 with OpenSSL (bsc#1245317)
    * Compatibility
    * Fixed compatibility with CPM.cmake
    * Compatibility with OpenSSH 10.0
    * Tests compatibility with new Dropbear releases
    * Removed p11-kit remoting from the pkcs11 testsuite
    * Bugfixes
    * Implement missing packet filter for DH GEX
    * Properly process the SSH2_MSG_DEBUG message
    * Allow escaping quotes in quoted arguments to ssh configuration
    * Do not fail with unknown match keywords in ssh configuration
    * Process packets before selecting signature algorithm during authentication
    * Do not fail hard when the SFTP status message is not sent by noncompliant
    servers
  - Removed libssh-CmakeLists-Fix-multiple-digit-major-version-for-OpenSSH.patch
  - Removed libssh-misc-Fix-OpenSSH-banner-parsing.patch

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

------------------------------------------------------------------
------------------  2025-6-23  -  Jun 23 2025  -------------------
------------------------------------------------------------------

++++ busybox:

  - enable halt, poweroff, reboot commands (bsc#1243201)

++++ busybox-links:

  - Blacklist creating links for halt, reboot, shutdown commands to avoid accidental
    use in a fully booted system (bsc#1243201)

++++ 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:

  - fs/mpage: use blocks_per_folio instead of blocks_per_page
    (bsc#1245219).
  - commit 6f61662
  - fs/mpage: avoid negative shift for large blocksize
    (bsc#1245219).
  - commit f40b15c
  - s390/tty: Fix a potential memory leak bug (git-fixes
    bsc#1245230).
  - commit 5f783ee
  - pidfs: never refuse ppid == 0 in PIDFD_GET_INFO (jsc#PED-13113).
  - commit 4327fa2
  - iommu/amd: Fix potential buffer overflow in  parse_ivrs_acpihid
    (CVE-2025-37927 bsc#1243620).
  - commit 0e060e5
  - Move upstreamed patch "genksyms: Fix enum consts from a reference
    affecting new values" into the sorted section (git-fixes).
  - commit 7c87e2b
  - s390/boot: Use -D__DISABLE_EXPORTS (bsc#1245126).
  - commit 79382ab
  - nvme: always punt polled uring_cmd end_io work to task_work
    (git-fixes).
  - nvme-tcp: remove tag set when second admin queue config fails
    (git-fixes).
  - nvme: fix implicit bool to flags conversion (git-fixes).
  - nvme: fix command limits status code (git-fixes).
  - 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).
  - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44
    Pro (git-fixes).
  - commit 60761a1
  - btrfs: fix fsync of files with no hard links not persisting
    deletion (bsc#1245068).
  - btrfs: remove end_no_trans label from btrfs_log_inode_parent()
    (bsc#1245068).
  - btrfs: simplify condition for logging new dentries at
    btrfs_log_inode_parent() (bsc#1245068).
  - commit 188ca65
  - 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
  - btrfs: always fallback to buffered write if the inode  requires
    checksum (bsc#1245067).
  - commit b160824
  - cpufreq: Default to performance governor on servers
    (jsc#PED-13111).
  - commit 0f4c2f8
  - sunrpc: handle SVC_GARBAGE during svc auth processing as auth
    error (git-fixes).
  - commit 753d7ae
  - nfsd: use threads array as-is in netlink interface (git-fixes).
  - commit 3a8806c
  - Refresh patches.suse/x86-entry-Add-__init-to-ia32_emulation_override_cmdline.patch.
  - commit 15f587c
  - x86/microcode/AMD: Do not return error when microcode update is not  necessary (git-fixes).
  - commit 0b0ecd8
  - x86/virt/tdx: Avoid indirect calls to TDX assembly functions (git-fixes).
  - Refresh
    patches.suse/x86-virt-tdx-Mark-memory-cache-state-incoherent-when-making-seamcall.patch.
  - commit a3e640a
  - Revert "mm/execmem: Unify early execmem_cache behaviour" (git-fixes).
  - commit 99e2ca1
  - x86/its: explicitly manage permissions for ITS pages (git-fixes).
  - commit 4d57729
  - x86/Kconfig: only enable ROX cache in execmem when STRICT_MODULE_RWX  is set (git-fixes).
  - commit d3bec4e

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

++++ python-urllib3:

  - Update to 2.5.0:
    * Security issues
    Pool managers now properly control redirects when retries is passed
    (CVE-2025-50181, GHSA-pq67-6m6q-mj2v, bsc#1244925)
    Redirects are now controlled by urllib3 in the Node.js runtime
    (CVE-2025-50182, GHSA-48p4-8xcf-vxj5, bsc#1244924)
    * Features
    Added support for the compression.zstd module that is new in Python 3.14.
    Added support for version 0.5 of hatch-vcs
    * Bugfixes
    Raised exception for HTTPResponse.shutdown on a connection already
    released to the pool.
    Fixed incorrect CONNECT statement when using an IPv6 proxy with
    connection_from_host. Previously would not be wrapped in [].

------------------------------------------------------------------
------------------  2025-6-22  -  Jun 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - md/raid1,raid10: don't handle IO error for REQ_RAHEAD and
    REQ_NOWAIT (git-fixes).
  - commit 0ec5b97
  - PCI/PM: Set up runtime PM even for devices without PCI PM
    (git-fixes).
  - commit 58c3f30

------------------------------------------------------------------
------------------  2025-6-21  -  Jun 21 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA
    (git-fixes).
  - commit 0071891
  - ALSA: hda: Apply volume control on speaker+lineout for HP
    EliteStudio AIO (stable-fixes).
  - commit ba1a979
  - ALSA: hda/realtek - Support mute led function for HP platform
    (stable-fixes).
  - commit 74fc8d1
  - gpio: mlxbf3: only get IRQ for device instance 0 (git-fixes).
  - gpio: pca953x: fix wrong error probe return value (git-fixes).
  - drm/xe: Fix memset on iomem (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/a7xx: Call CP_RESET_CONTEXT_STATE (git-fixes).
  - drm/msm: Fix CP_RESET_CONTEXT_STATE bitfield names (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).
  - ALSA: hda/realtek: Add support for Acer Helios Laptops using
    CS35L41 HDA (stable-fixes).
  - commit 26d96c5

++++ kernel-firmware-amdgpu:

  - Update to version 20250620 (git commit 49c833a10ad9):
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update sdma 7.0.1 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: add raven2 ip discovery firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update sdma 7.0.0 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: add picasso ip discovery firmware
    * amdgpu: add raven ip discovery firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update smu 13.0.10 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: add smu 13.0.0 kicker firmware
    * amdgpu: add psp 13.0.0 kicker firmware
    * amdgpu: add gc 11.0.0 kicker firmware
    * amdgpu: add vcn 5.0.1 firmware
    * amdgpu: add sdma 4.4.4 firmware
    * amdgpu: add psp 13.0.12 firmware
    * amdgpu: add gc 9.5.0 firmware
    * amdgpu: add arcturus IP discovery 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 psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update beige_goby firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update dimgrey_cavefish firmware
    * amdgpu: update aldebaran firmware

++++ kernel-firmware-iwlwifi:

  - Update aliases

++++ kernel-firmware-mediatek:

  - Update aliases

++++ kernel-firmware-network:

  - Update aliases

++++ kernel-firmware-platform:

  - Update aliases

++++ kernel-firmware-realtek:

  - Update aliases

++++ kernel-firmware-sound:

  - Update aliases

++++ python313-core:

  - adjusted sofilename for "nogil" build correctly.

++++ python313:

  - adjusted sofilename for "nogil" build correctly.

------------------------------------------------------------------
------------------  2025-6-20  -  Jun 20 2025  -------------------
------------------------------------------------------------------

++++ transactional-update:

  - Add correct SELinux policy version dependency for SLE 16

++++ kernel-default:

  - libnvdimm/labels: Fix divide error in nd_label_data_init()
    (bsc#1244743, CVE-2025-38072).
  - commit 100db61
  - mm/hugetlb: fix kernel NULL pointer dereference when replacing
    free hugetlb folios (CVE-2025-38050 bsc#1244751).
  - commit 805754b
  - config: enable rbd and libceph (jsc#PED-13108)
  - commit 793f4d9
  - s390/purgatory: Use -D__DISABLE_EXPORTS (bsc#1245126).
  - commit 490ac3b
  - wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850
    (git-fixes).
  - commit 6b57cd2
  - 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).
  - can: tcan4x5x: fix power regulator retrieval during probe
    (git-fixes).
  - hwmon: (ltc4282) avoid repeated register write (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).
  - net: wwan: mhi_wwan_mbim: use correct mux_id for multiplexing
    (git-fixes).
  - pinctrl: samsung: add gs101 specific eint suspend/resume
    callbacks (git-fixes).
  - pinctrl: samsung: add dedicated SoC eint suspend/resume
    callbacks (stable-fixes).
  - pinctrl: samsung: refactor drvdata suspend & resume callbacks
    (stable-fixes).
  - Bluetooth: ISO: Fix not using SID from adv report
    (stable-fixes).
  - wifi: ath12k: refactor ath12k_hw_regs structure (stable-fixes).
  - firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
    (git-fixes).
  - thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exit
    (git-fixes).
  - Bluetooth: MGMT: Remove unused mgmt_pending_find_data
    (stable-fixes).
  - wifi: ath11k: convert timeouts to secs_to_jiffies()
    (stable-fixes).
  - commit 9415389
  - workqueue: Initialize wq_isolated_cpumask in
    workqueue_init_early() (bsc#1245101).
  - commit 6bd2836
  - Revert "rpm/config.sh: Use suse-kabi-tools (jsc#PED-12618)"
    This breaking build on s390x and blocking upcoming submissions:
    Failed to read symtypes from '.': arch/s390/lib/string.symtypes:3:
    Export 'strlen' is duplicate, previous occurrence found in
    'arch/s390/purgatory/string.symtypes'
    This reverts commit a0854fc92f0d8c56e48e96980cea7efe15509265.
  - commit 672894a
  - calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
    (git-fixes).
  - commit 666ce5b
  - net/sched: fix use-after-free in taprio_dev_notifier
    (git-fixes).
  - commit bd3ade1
  - net_sched: ets: fix a race in ets_qdisc_change() (git-fixes).
  - commit 035ae9a
  - net_sched: tbf: fix a race in tbf_change() (git-fixes).
  - commit 4131c83
  - net_sched: red: fix a race in __red_change() (git-fixes).
  - commit f0af35e
  - net_sched: prio: fix a race in prio_tune() (git-fixes).
  - commit 13ce5f2
  - net_sched: sch_sfq: reject invalid perturb period (git-fixes).
  - commit dc06830
  - net: Fix TOCTOU issue in sk_is_readable() (git-fixes).
  - commit 9d72614
  - KEYS: trusted: don't fail module __init if SHA1 is unavailable
    (bsc#1240423 jsc#PED-12225).
  - commit 93f363a
  - pidfs: lookup pid through rbtree (jsc#PED-13113).
  - commit eead84f

++++ kernel-firmware-amdgpu:

  - Update to version 20250619 (git commit dcd2ee2f57a7):
    * amdgpu: update dmcub fw for dcn32 and dcn401

++++ kernel-firmware-mediatek:

  - Update to version 20250619 (git commit dcd2ee2f57a7):
    * mediatek: Update mt8186 SCP firmware

++++ qemu:

  - Add Live migration support for QEMU-emulated AMD IOMMU (jsc#PED-13144):
    * hw/i386/amd_iommu: Allow migration when explicitly create the AMDVI-PCI device (jsc#PED-PED-13144)
    * hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation (jsc#PED-13144)

++++ ovmf:

  - Enable TDVF firmware to boot TDX guest VM with Secure boot (jsc#PED-13070)
  - Add ovmf-x86_64-tdx-secureboot.bin
  - Add 60-ovmf-x86_64-tdx.json

------------------------------------------------------------------
------------------  2025-6-19  -  Jun 19 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Add kdump-nfs-fixes.patch to fix bsc#1241949

++++ 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 4a3a0a7
  - selftests/ftrace: Use readelf to find entry point in uprobe test
    (bsc#1242836).
  - commit c5198f9
  - selftests/ftrace: Make uprobe test more robust against binary
    name (bsc#1242836).
  - commit 97eea6a

++++ systemd:

  - Import commit 1e42ecf5a145589954df77da05937ee69619f3e5
    1e42ecf5a1 firstboot: make sure labelling is enabled
    3bdb2efbe0 tmpfiles: fix symlink creation when replacing
    61c228d2cc firstboot: use WRITE_STRING_FILE_LABEL more
    f5148acf37 env-file: port write_env_file() to label_ops_pre()
    bbff8b5523 fs-util: replace symlink_atomic_full_label() by a flag to symlinkat_atomic_full() (bsc#1244237)
    2b39393efa env-file: rework write_env_file() to make use of O_TMPFILE

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

  - rpm/config.sh: Use suse-kabi-tools (jsc#PED-12618)
    Fix for bsc#1245126 was merged.
  - rpm/config.sh: Use suse-kabi-tools (jsc#PED-12618)
  - commit 90af69e
  - net_sched: hfsc: Address reentrant enqueue adding class to
    eltree twice (CVE-2025-38001 bsc#1244234).
  - commit 031f2d0
  - block: flip iter directions in blk_rq_integrity_map_user()
    (git-fixes).
  - loop: add file_start_write() and file_end_write() (git-fixes).
  - brd: fix discard end sector (git-fixes).
  - brd: fix aligned_sector from brd_do_discard() (git-fixes).
  - block: only update request sector if needed (git-fixes).
  - block: fix race between set_blocksize and read paths
    (git-fixes).
  - badblocks: Fix a nonsense WARN_ON() which checks whether a
    u64 variable < 0 (git-fixes).
  - blk-throttle: don't take carryover for prioritized processing
    of metadata (git-fixes).
  - ublk: enforce ublks_max only for unprivileged devices
    (git-fixes).
  - block: mark bounce buffering as incompatible with integrity
    (git-fixes).
  - ublk: complete command synchronously on error (git-fixes).
  - loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
    (git-fixes).
  - commit 9c6fb7f
  - 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
  - platform/x86: dell_rbu: Stop overwriting data buffer
    (git-fixes).
  - platform/x86: dell_rbu: Fix list usage (git-fixes).
  - platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from
    running twice (git-fixes).
  - platform/x86/amd: pmf: Use device managed allocations
    (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).
  - platform/x86: ideapad-laptop: use usleep_range() for EC polling
    (git-fixes).
  - commit 89154c9

++++ ceph:

  - Added cephadm-fix-get_cluster_count_when_data_dir_is_missing.patch
  - Add ceph-rocksdb-gcc15.patch

++++ 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)

++++ pam:

  - hardcode disabling elogind, meson detection is unreliable in OBS
  - Update to version 1.7.1
  - pam_access: do not resolve ttys or display variables as hostnames.
  - pam_access: added "nodns" option to disallow resolving of tokens
    as hostnames (CVE-2024-10963).
  - pam_limits: added support for rttime (RLIMIT_RTTIME).
  - pam_namespace: fixed potential privilege escalation (CVE-2025-6020).
  - meson: added support of elogind as a logind provider.
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - pam_access-rework-resolving-of-tokens-as-hostname.patch got obsoleted

++++ pam-config:

  - Update to version 2.12+git.20250516:
    * Don't add pam_env twice

++++ pam-full-src:

  - hardcode disabling elogind, meson detection is unreliable in OBS
  - Update to version 1.7.1
  - pam_access: do not resolve ttys or display variables as hostnames.
  - pam_access: added "nodns" option to disallow resolving of tokens
    as hostnames (CVE-2024-10963).
  - pam_limits: added support for rttime (RLIMIT_RTTIME).
  - pam_namespace: fixed potential privilege escalation (CVE-2025-6020).
  - meson: added support of elogind as a logind provider.
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - pam_access-rework-resolving-of-tokens-as-hostname.patch got obsoleted

++++ virt-manager:

  - bsc#1244685 - Could not find an installable distribution with
    virt-install command
    virtinst-add-sle16-detection-support.patch

++++ 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)

++++ drbd-utils:

  - merge upstream patch to fix build error
    * add patch
    + DRBDmon-Add-missing-default_types.h-include-in-strin.patch
  - Fix SELinux equivalency rules in module (bsc#1242915)
    * add patch
    + 0001-Fix-selinux-policy-for-usr-bin-equivalency-rules.patch
    + 0002-Fix-selinux-module-for-run-lock-equivalency-rules.patch
    + 0003-Fix-selinux-module-for-run-equivalency-rules.patch

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

++++ glibc:

  - ppc64le-revert-power10-strcmp.patch: Revert optimized POWER10 strcmp,
    strncmp implementations (CVE-2025-5745, CVE-2025-5702, bsc#1244184,
    bsc#1244182, BZ #33060, BZ #33056)
  - ppc64le-revert-power10-memcmp.patch: Revert optimized POWER10 memcmp
    implementation (BZ #33059)

++++ gpg2:

  - Don't install expired sks certificate [bsc#1243069]
    * Add patch gnupg-dirmngr-Don-t-install-expired-sks-certificate.patch

++++ kernel-default:

  - loop: factor out a loop_assign_backing_file helper (git-fixes).
  - Refresh
    patches.suse/loop-Add-sanity-check-for-read-write_iter.patch.
  - commit 6b2b09e
  - platform/x86/amd/hsmp: mark hsmp_msg_desc_table as maybe_unused (git-fixes).
  - commit a5ad60f
  - iommu: Clear iommu-dma ops on cleanup (CVE-2025-37877
    bsc#1243058).
  - commit 5ecb9e1
  - kernel-source: Remove log.sh from sources
  - commit 96bd779
  - powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO
    EEH recovery (bsc#1215199).
  - commit e772925

++++ kernel-firmware-amdgpu:

  - Update to version 20250616 (git commit 1d98972a5635):
    * amdgpu: Update DMCUB fw for DCN401 & DCN315

++++ kernel-firmware-qcom:

  - Update to version 20250616 (git commit 1d98972a5635):
    * qcom: add gpu firmwares for X1P42100 chipset

++++ vim:

  - Fix bsc#1228776 / CVE-2024-41965.
  - Fix bsc#1239602 / CVE-2025-29768.
  - Refresh patch:
    vim-7.3-sh_is_bash.patch
  - Update to 9.1.1406:
    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()

------------------------------------------------------------------
------------------  2025-6-16  -  Jun 16 2025  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - Update cifs-utils to 7.4
    * mount.cifs: retry mount on -EINPROGRESS
    * cifs.upcall: correctly treat UPTARGET_UNSPECIFIED as UPTARGET_APP
    * cifs.upcall: fix memory leaks in check_service_ticket_exits()
    * cifs-utils: bump version to 7.4
    * getcifsacl, setcifsacl: use <libgen.h> for basename
    * cifscreds: use <libgen.h> for basename

++++ cockpit:

  - Update to 340
    * Detect multiple mount points when creating btrfs subvolumes
    * Disk Self-Test error warnings on the overview page
    * Prevent modifying partitions in unsupported places
    * Bug fixes and translation updates

++++ cockpit-machines:

  - Update to 333
    * Bug fixes
    * The "shareable" attribute of disks is no longer modified by Cockpit
    * Virtual network interfaces can now select source mode

++++ cockpit-podman:

  - Update to 107
    * Bug fixes
    * Translation updates

++++ 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:

  - block/bdev: enable large folio support for large logical block
    sizes (git-fixes).
  - commit 03e169f
  - x86/amd_node: Add support for debugfs access to SMN registers (jsc#PED-13094).
  - commit 718f7f2
  - x86/amd_node: Add SMN offsets to exclusive region access (jsc#PED-13094).
  - commit 8b0488f
  - x86/amd_node: Use defines for SMN register offsets (jsc#PED-13094).
  - commit fdceb0c
  - ima: Suspend PCR extends and log appends when rebooting
    (bsc#1210025 ltc#196650).
  - Refresh patches.suse/0008-ima-track-the-set-of-PCRs-ever-extended.patch.
  - commit 87b6eff
  - wifi: ath12k: Prevent sending WMI commands to firmware during
    firmware crash (bsc#1240998).
  - wifi: ath12k: Resolve multicast packet drop by populating
    key_cipher in ath12k_install_key() (bsc#1240998).
  - commit 7530032
  - wifi: ath12k: ath12k_mac_op_set_key(): fix uninitialized symbol
    'ret' (bsc#1240998).
  - commit f7be9d8
  - wifi: ath12k: Fix for out-of bound access error (bsc#1240998
    CVE-2024-58015 bsc#1238995).
  - blacklist.conf:
  - commit 3c5bf1f
  - wifi: ath12k: fix key cache handling (bsc#1240998).
  - commit dcb3d62
  - wifi: ath12k: convert tasklet to BH workqueue for CE interrupts
    (bsc#1240998).
  - wifi: ath12k: fix A-MSDU indication in monitor mode
    (bsc#1240998).
  - wifi: ath12k: use tail MSDU to get MSDU information
    (bsc#1240998).
  - wifi: ath12k: delete NSS and TX power setting for monitor vdev
    (bsc#1240998).
  - wifi: ath12k: fix struct hal_rx_mpdu_start (bsc#1240998).
  - wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
    (bsc#1240998).
  - wifi: ath12k: fix struct hal_rx_ppdu_start (bsc#1240998).
  - wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
    (bsc#1240998).
  - wifi: ath12k: remove unused variable monitor_present
    (bsc#1240998).
  - commit 8ed2a0a
  - wifi: ath12k: modify link arvif creation and removal for MLO
    (bsc#1240998).
  - Refresh
    patches.suse/wifi-ath12k-fix-read-pointer-after-free-in-ath12k_ma.patch.
  - commit 66e4cb1
  - wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLO
    (bsc#1240998).
  - wifi: ath12k: update ath12k_mac_op_conf_tx() for MLO
    (bsc#1240998).
  - wifi: ath12k: modify ath12k_mac_op_set_key() for MLO
    (bsc#1240998).
  - wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLO
    (bsc#1240998).
  - wifi: ath12k: modify ath12k_get_arvif_iter() for MLO
    (bsc#1240998).
  - wifi: ath12k: modify ath12k_mac_vif_chan() for MLO
    (bsc#1240998).
  - wifi: ath12k: prepare vif config caching for MLO (bsc#1240998).
  - wifi: ath12k: prepare sta data structure for MLO handling
    (bsc#1240998).
  - wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
    (bsc#1240998).
  - commit e2a68c7
  - wifi: ath12k: prepare vif data structure for MLO handling
    (bsc#1240998).
  - Refresh
    patches.suse/wifi-ath12k-Handle-error-cases-during-extended-skb-a.patch.
  - Refresh
    patches.suse/wifi-ath12k-fix-tx-power-max-reg-power-update-to-fir.patch.
  - commit be086ca
  - wifi: ath12k: Add firmware coredump collection support
    (bsc#1240998).
  - Update config files.
  - commit 13fc60a
  - wifi: ath12k: Support BE OFDMA Pdev Rate Stats (bsc#1240998).
  - wifi: ath12k: Support Pdev Scheduled Algorithm Stats
    (bsc#1240998).
  - wifi: ath12k: Support DMAC Reset Stats (bsc#1240998).
  - wifi: ath12k: add missing lockdep_assert_wiphy() for
    ath12k_mac_op_ functions (bsc#1240998).
  - wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk
    cancellation (bsc#1240998).
  - wifi: ath12k: ath12k_mac_set_key(): remove exit label
    (bsc#1240998).
  - commit 4d42f04
  - wifi: ath12k: switch to using wiphy_lock() and remove
    ar->conf_mutex (bsc#1240998).
  - Refresh
    patches.suse/wifi-ath12k-fix-node-corruption-in-ar-arvifs-list.patch.
  - Refresh
    patches.suse/wifi-ath12k-fix-read-pointer-after-free-in-ath12k_ma.patch.
  - commit 728526a
  - wifi: ath12k: convert struct ath12k_sta::update_wk to use
    struct wiphy_work (bsc#1240998).
  - commit 91ddf3a
  - wifi: ath12k: Support Pdev OBSS Stats (bsc#1240998).
  - wifi: ath12k: Support pdev CCA Stats (bsc#1240998).
  - wifi: ath12k: Support pdev Transmit Multi-user stats
    (bsc#1240998).
  - wifi: ath12k: Support Ring and SFM stats (bsc#1240998).
  - wifi: ath12k: Support Self-Generated Transmit stats
    (bsc#1240998).
  - wifi: ath12k: Modify print_array_to_buf() to support arrays
    with 1-based semantics (bsc#1240998).
  - wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dp
    (bsc#1240998).
  - wifi: ath12k: make read-only array svc_id static const
    (bsc#1240998).
  - commit 3509024
  - x86/bugs: Restructure ITS mitigation (git-fixes).
  - commit 085abef
  - x86/bugs: Fix spectre_v2 mitigation default on Intel (git-fixes).
  - commit f344e75
  - KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions (git-fixes).
  - commit b648f1d
  - platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m (jsc#PED-13094).
  - commit dc03ed2
  - platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry (jsc#PED-13094).
  - commit d63496c
  - platform/x86/amd/hsmp: Report power via hwmon sensors (jsc#PED-13094).
  - commit 357c2f9
  - platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all usmp  modules (jsc#PED-13094).
  - commit 60b1624
  - platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers (jsc#PED-13094).
  - Refresh
    patches.suse/x86-platform-amd-Move-the-asm-amd_hsmp.h-header-to-asm-amd.patch.
  - commit 02efe4c
  - x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h> (jsc#PED-13094).
  - commit cd8f689
  - x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE (jsc#PED-13094).
  - commit 84c6aed
  - x86/amd_node: Remove dependency on AMD_NB (jsc#PED-13094).
  - commit 7a96278
  - x86/amd_node: Update __amd_smn_rw() error paths (jsc#PED-13094).
  - commit 4c71e32
  - x86/amd_nb: Move SMN access code to a new amd_node driver (jsc#PED-13094).
  - commit e227b52
  - x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id() (jsc#PED-13094).
  - commit 4ab060a
  - x86/amd_nb: Simplify function 3 search (jsc#PED-13094).
  - commit 995c30f
  - x86/amd_nb: Use topology info to get AMD node count (jsc#PED-13094).
  - commit 92a3127
  - x86/amd_nb: Simplify root device search (jsc#PED-13094).
  - commit 99743f8
  - x86/amd_nb: Simplify function 4 search (jsc#PED-13094).
  - commit 969836a
  - x86: Start moving AMD node functionality out of AMD_NB (jsc#PED-13094).
  - commit dedae8e
  - x86/amd_nb: Clean up early_is_amd_nb() (jsc#PED-13094).
  - commit 3e7ae58
  - x86/amd_nb: Restrict init function to AMD-based systems (jsc#PED-13094).
  - commit 4581815
  - x86/mce/amd: Remove shared threshold bank plumbing (jsc#PED-13094).
  - commit 5e367df
  - platform/x86: amd: Use *-y instead of *-objs in Makefiles (jsc#PED-13094).
  - commit 80da452
  - platform/x86/amd/hsmp: Constify 'struct bin_attribute' (jsc#PED-13094).
  - commit ed01393
  - Refresh
    patches.suse/drm-panel-simple-Update-timings-for-AUO-G101EVN010.patch.
  - Refresh
    patches.suse/drm-xe-Fix-and-re-enable-xe_print_blob_ascii85.patch.
  - commit 7527c99
  - platform/x86/amd/hsmp: Add support for HSMP protocol version 7  messages (jsc#PED-13094).
  - commit 98c4882
  - platform/x86/amd/hsmp: Change the error type (jsc#PED-13094).
  - commit a450822
  - platform/x86/amd/hsmp: Add new error code and error logs (jsc#PED-13094).
  - commit 2c1e1e0
  - platform/x86/amd/hsmp: Make hsmp_pdev static instead of global (jsc#PED-13094).
  - commit 25dfaea

++++ ovmf:

  - Add the patch from edk2-stable202505 (bsc#1243199)
  - ovmf-OvmfPkg-CcExitLib-Use-the-proper-register-when-filte.patch
    856bdc8eec0f OvmfPkg/CcExitLib: Use the proper register when filtering MSRs

------------------------------------------------------------------
------------------  2025-6-15  -  Jun 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-firmware-bluetooth:

  - Update to version 20250613 (git commit 12fe085fa409):
    * QCA: Update WCN785x btusb firmware to 2.0.0-00799-5

++++ kernel-firmware-mediatek:

  - Update to version 20250613 (git commit 12fe085fa409):
    * linux-firmware: update firmware for MT7986
    * linux-firmware: update firmware for MT7981
    * linux-firmware: update firmware for MT7916

++++ kernel-firmware-qcom:

  - Update to version 20250613 (git commit 12fe085fa409):
    * qcom: sc8280xp: Updated power FW for X13s

++++ kernel-firmware-realtek:

  - Update to version 20250613 (git commit 12fe085fa409):
    * rtl_nic: update firmware of RTL8153A

++++ kernel-firmware-sound:

  - Update to version 20250613 (git commit 12fe085fa409):
    * cirrus: cs35l41: Add Firmware for ASUS NUC using CS35L41

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

  - update non-CUDA variant to 570.169 (boo#1244614)

------------------------------------------------------------------
------------------  2025-6-14  -  Jun 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - udmabuf: use sgtable-based scatterlist wrappers (git-fixes).
  - drm/meson: fix more rounding issues with 59.94Hz modes
    (git-fixes).
  - drm/meson: use vclk_freq instead of pixel_freq in debug print
    (git-fixes).
  - drm/meson: fix debug log statement when setting the HDMI clocks
    (git-fixes).
  - ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
    (git-fixes).
  - spi: omap2-mcspi: Disable multi-mode when the previous message
    kept CS asserted (git-fixes).
  - spi: omap2-mcspi: Disable multi mode when CS should be kept
    asserted after message (git-fixes).
  - regulator: max20086: Fix refcount leak in
    max20086_parse_regulators_dt() (git-fixes).
  - commit 8d2d704

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

  - Update to version 2.84.3:
    + Bug fixed: gstring: Fix overflow check when expanding the
    string (CVE-2025-6052, boo#1244596).

++++ kernel-default:

  - Revert "openvswitch: switch to per-action label counting in
    conntrack" (CVE-2025-21958 bsc#1240758).
  - commit 99845fa
  - fgraph: Still initialize idle shadow stacks when starting
    (git-fixes).
  - commit bbb8b6d
  - platform/x86/amd/hsmp: Use dev_groups in the driver structure (jsc#PED-13094).
  - commit 0d0227e
  - tracing/eprobe: Fix to release eprobe when failed to add
    dyn_event (git-fixes).
  - commit 1e81e5c
  - platform/x86/amd/hsmp: Use name space while exporting module symbols (jsc#PED-13094).
  - commit 43e9d2b
  - platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers (jsc#PED-13094).
  - Update config files.
  - commit 1820255
  - mm/damon: fix order of arguments in damos_before_apply
    tracepoint (git-fixes).
  - commit 573e8fc
  - platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev (jsc#PED-13094).
  - commit e81369a
  - platform/x86/amd/hsmp: Move ACPI code to acpi.c (jsc#PED-13094).
  - commit 4d8807d
  - platform/x86/amd/hsmp: Move platform device specific code to plat.c (jsc#PED-13094).
  - commit a6d1274
  - platform/x86/amd/hsmp: Move structure and macros to header file (jsc#PED-13094).
  - commit 226e6d8
  - platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer (jsc#PED-13094).
  - commit cfa6b2b
  - platform/x86/amd/hsmp: Create wrapper function init_acpi() (jsc#PED-13094).
  - commit 7b2aa8b
  - tracing: Fix cmp_entries_dup() to respect sort() comparison
    rules (git-fixes).
  - commit b955896
  - platform/x86/amd/hsmp: Create hsmp/ directory (jsc#PED-13094).
  - Refresh
    patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_is.patch.
  - commit fb1429d
  - tracing: Fix function name for trampoline (git-fixes).
  - commit db0dd06
  - tracing: Use atomic64_inc_return() in trace_clock_counter()
    (git-fixes).
  - commit 58aed75
  - trace/trace_event_perf: remove duplicate samples on the first
    tracepoint event (git-fixes).
  - commit 4902f47
  - x86/bugs: Restructure SRSO mitigation (git-fixes).
  - commit b308adf
  - x86/bugs: KVM: Add support for SRSO_MSR_FIX (git-fixes).
  - commit d3911cf
  - x86/bugs: Restructure L1TF mitigation (git-fixes).
  - Refresh
    patches.suse/x86-sme-Use-percpu-boolean-to-control-wbinvd-during-kexec.patch.
  - commit 1d465a8
  - x86/bugs: Restructure SSB mitigation (git-fixes).
  - commit 4fad51e
  - x86/bugs: Restructure spectre_v2 mitigation (git-fixes).
  - commit 811ec5d
  - x86/bugs: Restructure BHI mitigation (git-fixes).
  - commit 185e70f
  - x86/bugs: Restructure spectre_v2_user mitigation (git-fixes).
  - commit 7ec3712
  - x86/bugs: Remove X86_FEATURE_USE_IBPB (git-fixes).
  - commit fa88ebe
  - KVM: nVMX: Always use IBPB to properly virtualize IBRS (git-fixes).
  - blacklist.conf: Removed the patch
  - commit 557f9fb
  - x86/bugs: Use a static branch to guard IBPB on vCPU switch (git-fixes).
  - commit e724e81
  - x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set() (git-fixes).
  - commit 42db235
  - x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation() (git-fixes).
  - commit 4022f33
  - x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Fix-RSB-clearing-in-indirect_branch_prediction_ba.patch.
  - commit 68a66c6
  - x86/bugs: Use the cpu_smt_possible() helper instead of open-coded  code (git-fixes).
  - commit a3f48f2
  - x86/bugs: Restructure retbleed mitigation (git-fixes).
  - commit 57e9149
  - x86/bugs: Allow retbleed=stuff only on Intel (git-fixes).
  - commit be36749
  - x86/bugs: Restructure spectre_v1 mitigation (git-fixes).
  - commit 9d9c4f9
  - x86/bugs: Restructure GDS mitigation (git-fixes).
  - commit 07ce138
  - x86/bugs: Restructure SRBDS mitigation (git-fixes).
  - commit 985324a
  - x86/bugs: Remove md_clear_*_mitigation() (git-fixes).
  - commit 3670fb7
  - x86/bugs: Restructure RFDS mitigation (git-fixes).
  - commit 5f6d514
  - x86/bugs: Restructure MMIO mitigation (git-fixes).
  - commit fbecfda
  - x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear (git-fixes).
  - commit 6562e0a
  - x86/bugs: Restructure TAA mitigation (git-fixes).
  - commit 2b3c942
  - x86/bugs: Restructure MDS mitigation (git-fixes).
  - commit d61c636
  - x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds (git-fixes).
  - commit 8f40133
  - x86/bugs: Relocate mds/taa/mmio/rfds defines (git-fixes).
  - commit dd6ad69
  - x86/bugs: Add X86_BUG_SPECTRE_V2_USER (git-fixes).
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - commit 2251acf
  - net: ibmveth: Refactored veth_pool_store for better
    maintainability (jsc#PED-3944).
  - net: ibmveth: added KUnit tests for some buffer pool functions
    (jsc#PED-3944).
  - net: ibmveth: Reset the adapter when unexpected states are
    detected (jsc#PED-3944).
  - net: ibmveth: Indented struct ibmveth_adapter correctly
    (jsc#PED-3944).
  - commit 8a53c7b
  - patches.suse/block-make-sure-nr_integrity_segments-is-cloned-in-blk_rq_.patch:
    (git-fixes, bsc#1243874).
    Patch metadata
  - commit 3065561
  - 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 497daab
  - Bluetooth: MGMT: Fix sparse errors (git-fixes).
  - commit f4127bc
  - 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).
  - Revert "wifi: mwifiex: Fix HT40 bandwidth issue." (git-fixes).
  - Bluetooth: eir: Fix possible crashes on eir_create_adv_data
    (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: btintel_pcie: Reduce driver buffer posting to
    prevent race condition (git-fixes).
  - Bluetooth: btintel_pcie: Increase the tx and rx descriptor count
    (git-fixes).
  - Bluetooth: btintel_pcie: Fix driver not posting maximum rx
    buffers (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).
  - ptp: ocp: Limit signal/freq counts in summary output functions
    (git-fixes).
  - ptp: ocp: fix start time alignment in ptp_ocp_signal_set
    (git-fixes).
  - ptp: ocp: reject unsupported periodic output flags (git-fixes).
  - ptp: Properly handle compat ioctls (git-fixes).
  - commit ad94026
  - PCI/MSI: Size device MSI domain with the maximum number of
    vectors (git-fixes).
  - PCI: apple: Set only available ports up (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/pwrctrl: Cancel outstanding rescan work when unregistering
    (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).
  - PCI: apple: Use helper function for_each_child_of_node_scoped()
    (git-fixes).
  - x86/kaslr: Reduce KASLR entropy on most x86 systems (git-fixes).
  - commit f6125e9

++++ libguestfs:

  - Drop gzip mtime from base.tar.gz (bsc#1216986)

++++ osinfo-db:

  - Update to database version 20250606 (jsc#PED-12706)
    osinfo-db-20250606.tar.xz
  - Drop add-Windows-Server-2025.patch

------------------------------------------------------------------
------------------  2025-6-12  -  Jun 12 2025  -------------------
------------------------------------------------------------------

++++ transactional-update:

  - Version 5.0.4
  - Don't override soft-reboot with hard reboot
  - Fix stdio when returning from selfupdate [boo#1243910],
    [gh#openSUSE/transactional-update#151]

++++ jq:

  - Add patch CVE-2024-23337.patch (CVE-2024-23337, bsc#1243450)

++++ kernel-default:

  - scsi: dc395x: Remove leftover if statement in reselect()
    (git-fixes).
  - commit 6750876
  - scsi: smartpqi: Fix smp_processor_id() call trace for
    preemptible kernels (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: logging: Fix scsi_logging_level bounds (git-fixes).
  - scsi: mpi3mr: Update timestamp only for supervisor IOCs
    (git-fixes).
  - scsi: scsi_debug: First fixes for tapes (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 edc8361
  - sch_hfsc: Fix qlen accounting bug when using peek in
    hfsc_enqueue() (CVE-2025-38000 bsc#1244277).
  - commit 57fc275
  - ring-buffer: Limit time with disabled interrupts in
    rb_check_pages() (git-fixes).
  - commit eb4c51a
  - bpf: Force uprobe bpf program to always return 0 (git-fixes).
  - commit 8c62ccf
  - tracing: Fix function timing profiler to initialize hashtable
    (git-fixes).
  - commit bb3c8fc
  - xfs: don't lose solo dquot update transactions (bsc#1244502).
  - commit de784a3
  - xfs: don't lose solo superblock counter update transactions
    (bsc#1244502).
  - commit d46099b
  - xfs: avoid nested calls to __xfs_trans_commit (bsc#1244502).
  - commit 0e219be
  - netfilter: ipset: fix region locking in hash types
    (CVE-2025-37997 bsc#1243832).
  - commit 7805bf7
  - Revert "sysctl: update common tuning parameters for SAP workloads"
    This reverts commit 86d9b0692912bbfa298dbe77683f16d0872aaf27.
    jsc#PED-11676 has been rejected.
  - commit 346a6d9
  - supported.conf: mark mana drivers as external
  - uio_hv_generic: Set event for all channels on the device (git-fixes).
  - Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (git-fixes).
  - Drivers: hv: vmbus: Add comments about races with "channels" sysfs dir (git-fixes).
  - PCI: hv: Remove unnecessary flex array in struct pci_packet (git-fixes).
  - Drivers: hv: Use kzalloc for panic page allocation (git-fixes).
  - uio_hv_generic: Align ring size to system page (git-fixes).
  - uio_hv_generic: Use correct size for interrupt and monitor pages (git-fixes).
  - Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary (git-fixes).
  - x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (git-fixes).
  - Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device() (git-fixes).
  - Drivers: hv: vmbus: Get the IRQ number from DeviceTree (git-fixes).
  - arm64, x86: hyperv: Report the VTL the system boots in (git-fixes).
  - arm64: hyperv: Initialize the Virtual Trust Level field (git-fixes).
  - Drivers: hv: Provide arch-neutral implementation of get_vtl() (git-fixes).
  - Drivers: hv: Enable VTL mode for arm64 (git-fixes).
  - tools: hv: Enable debug logs for hv_kvp_daemon (git-fixes).
  - net: mana: Add support for auxiliary device servicing events (git-fixes).
  - 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 (git-fixes).
  - RDMA/mana_ib: Access remote atomic for MRs (git-fixes).
  - net: mana: Add support for Multi Vports on Bare metal (bsc#1244229).
  - commit e5bb2a2

++++ kernel-firmware-nvidia:

  - Fix zypper conflict about directory -> symlink workaround (bsc#1244458)

++++ kernel-firmware-qcom:

  - Better workaround for directory -> symlink change (bsc#1244458)

++++ patterns-base:

  - Remove xf86-video-fbdev from x11_raspberrypi pattern as the
    package has been removed - boo#1243696

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942)
    050-Validation-allow-spaces-disallow-slashes.patch
    051-fix-default-start_folder-to-None.patch
    052-Add-Ctrl+Alt+Shift+Esc-key-command-for-loginds-SecureAttentionKey.patch

------------------------------------------------------------------
------------------  2025-6-11  -  Jun 11 2025  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - document static ip setup on boot (bsc#1244072)
    add 0001-man-document-static-ip-setup-differences-to-dracut-n.patch

++++ fde-tools:

  - Add fde-tools-bsc1244323-firstboot-fix-lsinitrd.patch to fix the
    empty LUKS header checksum from lsinitrd (bsc#1244323)

++++ kernel-default:

  - Revert "ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit f07ae24f52481201baa11e1e91aab0812e1043c6.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit a4337cd
  - Revert "kABI: ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit c19b92367fe535ac505c72a32609b2b5aa190746.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit d9787d8
  - rxrpc: Fix handling of received connection abort (CVE-2024-58053
    bsc#1238982).
  - commit 6192989
  - tipc: fix memory leak in tipc_link_xmit (CVE-2025-37757 bsc#1242521)
  - commit c36615f
  - 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-cpus.patch.
  - patches.suse/lib-group_cpus-let-group_cpu_evenly-return-number-initialized-masks.patch.
  - commit 55c520e
  - Refresh patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
    This patch has two identical hunks but there is only one site where the
    hunk can be applied.
  - commit da23587
  - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (git-fixes)
  - commit 5fb1a6c
  - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC (git-fixes)
  - commit 0ba4e57
  - xen/arm: call uaccess_ttbr0_enable for dm_op hypercall (git-fixes)
  - commit 1f1b63d
  - ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt
    3 dock (stable-fixes).
  - commit ba34170
  - ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
    (stable-fixes).
  - ALSA: usb-audio: Rename Pioneer mixer channel controls
    (git-fixes).
  - ALSA: usb-audio: Add Pioneer DJ DJM-V10 support (stable-fixes).
  - ALSA: usb-audio: enable support for Presonus Studio 1824c
    within 1810c file (stable-fixes).
  - commit db6d17b
  - ALSA: hda: Add new pci id for AMD GPU display HD audio
    controller (stable-fixes).
  - ALSA: hda: hda-intel: add Wildcat Lake support (stable-fixes).
  - ALSA: hda: add HDMI codec ID for Intel WCL (stable-fixes).
  - PCI: Add Intel Wildcat Lake audio Device ID (stable-fixes).
  - ALSA: hda: cs35l41: Fix swapped l/r audio channels for Acer
    Helios laptops (stable-fixes).
  - commit b41ea81
  - accel/ivpu: Trigger device recovery on engine reset/resume
    failure (git-fixes).
  - accel/ivpu: Use firmware names from upstream repo (git-fixes).
  - commit cfcd050
  - 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).
  - Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands
    (git-fixes).
  - rtc: Make rtc_time64_to_tm() support dates before 1970
    (stable-fixes).
  - net: lan743x: Fix memleak issue when GSO enabled (git-fixes).
  - accel/ivpu: Add handling of
    VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW (stable-fixes).
  - PCI/ASPM: Disable L1 before disabling L1 PM Substates
    (stable-fixes).
  - accel/ivpu: Update power island delays (stable-fixes).
  - accel/ivpu: Add initial Panther Lake support (stable-fixes).
  - commit 122402d

++++ libguestfs:

  - Update to version 1.56.0 (jsc#PED-12706)
    * Add support for Windows 2025 (thanks Ming Xie).
    * Add support for TencentOS (Denise Cheng).
    * Inspection of Ubuntu 22+ guests that use a split /usr
    configuration now works properly (thanks Jaroslav Spanko,
    Daniel Berrange).
    * Inspecting guests that have duplicated root mountpoints now
    works.
    * Inspection of SUSE Linux guests using btrfs snapshots now
    ignores snapshots that mirror content in the root filesystem
    (thanks Ming Xie).
    * Inspection of SUSE Linux >= 15 now returns the correct osinfo
    short name (eg. "sle15") (thanks Ming Xie).
    * New command_out and sh_out APIs which allow you to capture
    output from guest commands that generate more output than the
    protocol limit allows.
    * New btrfs_scrub_full API which runs a full Btrfs scrub,
    synchronously. It works more like fsck for other filesystems.
    * The fstrim API has been modified to work around several issues
    in upstream and RHEL 9 kernels related to XFS support (Eric
    Sandeen, Dave Chinner).
    * The existing e2fsck API has a new FORCENO option enabling use
    of the command line -n flag.
    * json-c is now required. This replaces Jansson which was
    previously used for parsing JSON input files.
    * OCaml ≥ 4.08 is now required.
    * When using ./configure --disable-daemon we no longer require
    augeas and hivex (thanks Mohamed Akram).
    * zfs-fuse support has been dropped. The project is unmaintained
    upstream (thanks Paul Bolle, Gwyn Ciesla, Timothée Ravier).
    * Fix compatibility with GNU gettext 0.25.
    * Fix dhcpcd failing on systemd-resolved stub (Thomas Wouters).
    * Add support for dhcpcd and sfdisk on Debian (Daniel Gomez).
    * Print the kernel utsname in debug output.
    * We no longer emit a false warning about BLKDISCARD when
    creating a block device.
    * If qemu-img(1) commands fail during snapshot creation, make
    sure we capture and print stderr from the qemu command (Cole
    Robinson).
    * For a complete list of changes and bug fixes see,
    https://libguestfs.org/guestfs-release-notes-1.56.1.html
  - bsc#1216986 - libguestfs: embeds /etc/hosts
    reproducible-builds.patch

++++ python313-core:

  - Update to 3.13.5:
  - Tests
  - gh-135120: Add test.support.subTests().
  - Library
  - gh-133967: Do not normalize locale name ‘C.UTF-8’ to
    ‘en_US.UTF-8’.
  - gh-135326: Restore support of integer-like objects with
    __index__() in random.getrandbits().
  - gh-135321: Raise a correct exception for values greater
    than 0x7fffffff for the BINSTRING opcode in the C
    implementation of pickle.
  - gh-135276: Backported bugfixes in zipfile.Path from
    zipp 3.23. Fixed .name, .stem and other basename-based
    properties on Windows when working with a zipfile on disk.
  - gh-134151: email: Fix TypeError in
    email.utils.decode_params() when sorting RFC 2231
    continuations that contain an unnumbered section.
  - gh-134152: email: Fix parsing of email message ID with
    invalid domain.
  - gh-127081: Fix libc thread safety issues with os by
    replacing getlogin with getlogin_r re-entrant version.
  - gh-131884: Fix formatting issues in json.dump() when both
    indent and skipkeys are used.
  - Core and Builtins
  - gh-135171: Roll back changes to generator and list
    comprehensions that went into 3.13.4 to fix gh-127682,
    but which involved semantic and bytecode changes not
    appropriate for a bugfix release.
  - C API
  - gh-134989: Fix Py_RETURN_NONE, Py_RETURN_TRUE and
    Py_RETURN_FALSE macros in the limited C API 3.11 and
    older: don’t treat Py_None, Py_True and Py_False as
    immortal. Patch by Victor Stinner.
  - gh-134989: Implement PyObject_DelAttr() and
    PyObject_DelAttrString() as macros in the limited C API
    3.12 and older. Patch by Victor Stinner.
  - Substantially rewritten doc-py38-to-py36.patch patch to be more
    flexible and covering even unexpected changes.

++++ 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).

++++ python313:

  - Update to 3.13.5:
  - Tests
  - gh-135120: Add test.support.subTests().
  - Library
  - gh-133967: Do not normalize locale name ‘C.UTF-8’ to
    ‘en_US.UTF-8’.
  - gh-135326: Restore support of integer-like objects with
    __index__() in random.getrandbits().
  - gh-135321: Raise a correct exception for values greater
    than 0x7fffffff for the BINSTRING opcode in the C
    implementation of pickle.
  - gh-135276: Backported bugfixes in zipfile.Path from
    zipp 3.23. Fixed .name, .stem and other basename-based
    properties on Windows when working with a zipfile on disk.
  - gh-134151: email: Fix TypeError in
    email.utils.decode_params() when sorting RFC 2231
    continuations that contain an unnumbered section.
  - gh-134152: email: Fix parsing of email message ID with
    invalid domain.
  - gh-127081: Fix libc thread safety issues with os by
    replacing getlogin with getlogin_r re-entrant version.
  - gh-131884: Fix formatting issues in json.dump() when both
    indent and skipkeys are used.
  - Core and Builtins
  - gh-135171: Roll back changes to generator and list
    comprehensions that went into 3.13.4 to fix gh-127682,
    but which involved semantic and bytecode changes not
    appropriate for a bugfix release.
  - C API
  - gh-134989: Fix Py_RETURN_NONE, Py_RETURN_TRUE and
    Py_RETURN_FALSE macros in the limited C API 3.11 and
    older: don’t treat Py_None, Py_True and Py_False as
    immortal. Patch by Victor Stinner.
  - gh-134989: Implement PyObject_DelAttr() and
    PyObject_DelAttrString() as macros in the limited C API
    3.12 and older. Patch by Victor Stinner.
  - Substantially rewritten doc-py38-to-py36.patch patch to be more
    flexible and covering even unexpected changes.

++++ python-argcomplete:

  - Remove executable bit on files installed outside of the path. (bsc#1244435)

++++ xfsprogs:

  - update to 6.14.0
  - xfs_scrub_all: localize the strings in the program
  - xfs_protofile: add messages to localization catalog
  - Makefile: inject package name/version/bugreport into pot file
  - xfs_scrub_all: rename source code to .py.in
  - xfs_protofile: rename source code to .py.in
  - xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing
  - xfs_repair: fix stupid argument error in verify_inode_chunk
  - xfs_repair: fix infinite loop in longform_dir2_entry_check*
  - xfs_repair: fix crash in reset_rt_metadir_inodes
  - xfs_repair: don't recreate /quota metadir if there are no quota inodes
  - xfs_repair: fix wording of error message about leftover CoW blocks on the rt device
  - xfs_io: Add cachestat syscall support
  - xfs_io: Add RWF_DONTCACHE support to preadv2
  - xfs_io: Add RWF_DONTCACHE support to pwritev2
  - xfs_io: Add support for preadv2
  - make: remove the .extradep file in libxfs on "make clean"
  - xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots
  - xfsprogs: Fix mismatched return type of filesize()
  - xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support
  - configure: additionally get icu-uc from pkg-config
  - xfs_scrub: use the display mountpoint for reporting file corruptions
  - xfs_scrub: don't warn about zero width joiner control characters
  - xfs_scrub: fix buffer overflow in string_escape
  - xfs_db: add command to copy directory trees out of filesystems
  - xfs_db: make listdir more generally useful
  - xfs_db: use an empty transaction to try to prevent livelocks in path_navigate
  - xfs_db: pass const pointers when we're not modifying them
  - mkfs: enable reflink on the realtime device
  - mkfs: validate CoW extent size hint when rtinherit is set
  - xfs_logprint: report realtime CUIs
  - xfs_repair: validate CoW extent size hint on rtinherit directories
  - xfs_repair: allow realtime files to have the reflink flag set
  - xfs_repair: rebuild the realtime refcount btree
  - xfs_repair: reject unwritten shared extents
  - xfs_repair: check existing realtime refcountbt entries against observed refcounts
  - xfs_repair: compute refcount data for the realtime groups
  - xfs_repair: find and mark the rtrefcountbt inode
  - xfs_repair: use realtime refcount btree data to check block types
  - xfs_repair: allow CoW staging extents in the realtime rmap records
  - xfs_spaceman: report health of the realtime refcount btree
  - xfs_db: add rtrefcount reservations to the rgresv command
  - xfs_db: copy the realtime refcount btree
  - xfs_db: support the realtime refcountbt
  - xfs_db: display the realtime refcount btree contents
  - man: document userspace API changes due to rt reflink
  - mkfs: create the realtime rmap inode
  - xfs_logprint: report realtime RUIs
  - xfs_repair: reserve per-AG space while rebuilding rt metadata
  - xfs_repair: rebuild the bmap btree for realtime files
  - xfs_repair: check for global free space concerns with default btree slack levels
  - xfs_repair: rebuild the realtime rmap btree
  - xfs_repair: always check realtime file mappings against incore info
  - xfs_repair: check existing realtime rmapbt entries against observed rmaps
  - xfs_repair: find and mark the rtrmapbt inodes
  - xfs_repair: refactor realtime inode check
  - xfs_repair: create a new set of incore rmap information for rt groups
  - xfs_repair: use realtime rmap btree data to check block types
  - xfs_repair: flag suspect long-format btree blocks
  - xfs_repair: tidy up rmap_diffkeys
  - xfs_spaceman: report health status of the realtime rmap btree
  - xfs_db: add an rgresv command
  - xfs_db: make fsmap query the realtime reverse mapping tree
  - xfs_db: copy the realtime rmap btree
  - xfs_db: support the realtime rmapbt
  - xfs_db: display the realtime rmap btree contents
  - xfs_db: don't abort when bmapping on a non-extents/bmbt fork
  - xfs_db: compute average btree height
  - man: document userspace API changes due to rt rmap
  - xfs_scrub: try harder to fill the bulkstat array with bulkstat()
  - xfs_scrub: ignore freed inodes when single-stepping during phase 3
  - xfs_scrub: hoist the phase3 bulkstat single stepping code
  - xfs_scrub: don't blow away new inodes in bulkstat_single_step
  - xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data
  - xfs_scrub: don't complain if bulkstat fails
  - xfs_scrub: don't
  - xfs_scrub: don't double-scan inodes during phase 3
  - xfs_scrub: actually iterate all the bulkstat records
  - xfs_scrub: selectively re-run bulkstat after re-running inumbers
  - xfs_scrub: remove flags argument from scrub_scan_all_inodes
  - xfs_scrub: call bulkstat directly if we're only scanning user files
  - xfs_scrub: don't report data loss in unlinked inodes twice
  - man: document new XFS_BULK_IREQ_METADIR flag to bulkstat
  - xfs_db: obfuscate rt superblock label when metadumping
  - mkfs,xfs_repair: don't pass a daddr as the flags argument
  - drop mkfs-fix-filesize-function-compilation-error-on-32-b.patch
  - now part of the release (merged in v6.14.0)

------------------------------------------------------------------
------------------  2025-6-10  -  Jun 10 2025  -------------------
------------------------------------------------------------------

++++ branding-SLE:

  - Merge all files from distributions-logos-SLE into
    distributions-logos-branding-SLE.

++++ 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:

  - 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 1e0ef1b
  - ucsi_debugfs_entry: restore u32 respectively s32 for int
    (git-fixes).
  - commit 94a62e7
  - tracing: Verify event formats that have "%*p.." (CVE-2025-37938
    bsc#1243544).
  - tracing: Have process_string() also allow arrays (git-fixes).
  - tracing: Check "%s" dereference via the field and not the
    TP_printk format (git-fixes).
  - tracing: Add "%s" check in test_event_printk() (git-fixes).
  - tracing: Add missing helper functions in event pointer
    dereference check (git-fixes).
  - tracing: Fix test_event_printk() to process entire print
    argument (git-fixes).
  - tracing: Add __print_dynamic_array() helper (git-fixes).
  - commit 4da5a05
  - usb: typec: ucsi: fix Clang -Wsign-conversion warning
    (git-fixes).
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit f07681a
  - usb: acpi: Prevent null pointer dereference in
    usb_acpi_add_usb4_devlink() (git-fixes).
  - commit 31571ee
  - module: ensure that kobject_put() is safe for module type kobjects (CVE-2025-37995 bsc#1243827)
  - commit ca96390
  - ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations (CVE-2025-37910 bsc#1243468)
  - commit c0e3266
  - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337).
  - commit 7c95ae0
  - 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 43c5814
  - xen/x86: fix initial memory balloon target (git-fixes).
  - commit af7a319
  - kABI: kabi fix after vsock/virtio: fix `rx_bytes` accounting
    (git-fixes).
  - commit d25e930
  - vsock/virtio: fix `rx_bytes` accounting for stream sockets
    (git-fixes).
  - commit 86c965e
  - Delete patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch.
  - commit 56249f7
  - gfs2: Don't start unnecessary transactions during log flush
    (bsc#1243993).
  - dlm: use SHUT_RDWR for SCTP shutdown (bsc#1228854).
  - dlm: mask sk_shutdown value (bsc#1228854).
  - commit 691de31
  - bpf: Search and add kfuncs in struct_ops prologue and epilogue
    (git-fixes).
  - selftests/bpf: Fix stdout race condition in traffic monitor
    (git-fixes).
  - selftests/bpf: Fix freplace_link segfault in tailcalls prog test
    (git-fixes).
  - selftests: bpf: test batch lookup on array of maps with holes
    (git-fixes).
  - bpf: skip non exist keys in generic_map_lookup_batch
    (git-fixes).
  - commit 63fb01b
  - selftests/bpf: Add distilled BTF test about marking
    BTF_IS_EMBEDDED (git-fixes).
  - libbpf: Fix incorrect traversal end type ID when marking
    BTF_IS_EMBEDDED (git-fixes).
  - libbpf: Fix return zero when elf_begin failed (git-fixes).
  - selftests/bpf: Fix btf leak on new btf alloc failure in
    btf_distill test (git-fixes).
  - libbpf: Fix segfault due to libelf functions not setting errno
    (git-fixes).
  - libbpf: Prevent compiler warnings/errors (git-fixes).
  - resolve_btfids: Fix compiler warnings (git-fixes).
  - commit f3a284f

++++ kernel-firmware-iwlwifi:

  - Update to version 20250609 (git commit 0d92efb540f4):
    * Revert "iwlwifi: add Bz/gl FW for core96-76 release"

++++ util-linux-systemd:

  - Fix libmount --no-canonicalize regression (boo#1244251,
    gh#util-linux/util-linux#3479,
    libmount-fix-no-canonicalize-regression.patch).

++++ gcc15:

  - Remove all %gcc_icecream mode cross-compilers and the corresponding
    icecream backend subpackages.  Instead use glibc-bootstrap only
    configs for cross-x86_64-gcc (ipxe,ovmf,qemu), cross-ppc64-gcc (qemu)
    and cross-arm-gcc (ovmf).

++++ util-linux:

  - Fix libmount --no-canonicalize regression (boo#1244251,
    gh#util-linux/util-linux#3479,
    libmount-fix-no-canonicalize-regression.patch).

++++ patterns-base:

  - Add cockpit-packages to sw_management Recommends for SLES 16.0
    (bsc#1240517).

++++ 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:

  - s390/pci: Fix __pcilg_mio_inuser() inline assembly (git-fixes
    bsc#1244280).
  - commit d830b32
  - 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
  - KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (git-fixes bsc#1244278).
  - commit fb0286b
  - uprobes/x86: Harden uretprobe syscall trampoline check
    (CVE-2025-22046 bsc#1241434).
  - commit 5cc86ac
  - 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 13235ba
  - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (git-fixes).
  - commit 2343c8f
  - sort series.conf
  - commit 7c822ea
  - tracing: Fix bad hist from corrupting named_triggers list
    (CVE-2025-21899 bsc#1240577).
  - commit b162509
  - ring-buffer: Validate the persistent meta data subbuf array
    (CVE-2025-21777 bsc#1238764).
  - commit b030dbe
  - x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s  description (git-fixes).
  - commit 2e19a8b
  - x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (git-fixes).
  - commit 895937c
  - x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any  unreleased standalone Zen5 microcode patches (git-fixes).
  - commit a46ec06
  - x86/microcode/AMD: Add some forgotten models to the SHA check (git-fixes).
  - commit 5ed1d64
  - x86/microcode/AMD: Load only SHA256-checksummed patches (git-fixes).
  - commit c395380
  - x86/alternative: Remove unused header #defines (git-fixes).
  - commit 0ced93a
  - x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (git-fixes).
  - commit 1051216
  - x86/microcode/AMD: Add get_patch_level() (git-fixes).
  - commit 08a178d
  - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward  declaration (git-fixes).
  - commit 563faf8
  - x86/microcode/AMD: Merge early_apply_microcode() into its single  callsite (git-fixes).
  - commit 409c545
  - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (git-fixes).
  - commit 5d4cce2
  - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section()  signature (git-fixes).
  - commit dc8a454
  - x86/microcode/AMD: Have __apply_microcode_amd() return bool (git-fixes).
  - commit 3dd0b23
  - x86/microcode/AMD: Return bool from find_blobs_in_containers() (git-fixes).
  - commit 31a173d
  - Sort series.conf
  - commit 4948d54
  - iommu: Skip PASID validation for devices without PASID capability (bsc#1244100)
  - commit 913f1ca
  - selftests/bpf: Add selftest for may_goto (bsc#1241460
    CVE-2025-22087).
  - selftests/bpf: Introduce __load_if_JITed annotation for tests
    (bsc#1241460 CVE-2025-22087).
  - bpf: Fix array bounds error with may_goto (bsc#1241460
    CVE-2025-22087).
  - commit 4c36585
  - selftests/bpf: Check for timeout in perf_link test (git-fixes).
  - commit 73ccf26

++++ 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.patch

++++ python313-core:

  - Update to 3.13.4:
  - 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-134718: ast.dump() now only omits None and [] values if
    they are default values.
  - gh-128840: Fix parsing long IPv6 addresses with embedded
    IPv4 address.
  - gh-134696: Built-in HACL* and OpenSSL implementations of
    hash function constructors now correctly accept the same
    documented named arguments. For instance, md5() could be
    previously invoked as md5(data=data) or md5(string=string)
    depending on the underlying implementation but these calls
    were not compatible. Patch by Bénédikt Tran.
  - gh-134210: curses.window.getch() now correctly handles
    signals. Patch by Bénédikt Tran.
  - gh-80334: multiprocessing.freeze_support() now checks for
    work on any “spawn” start method platform rather than only
    on Windows.
  - gh-114177: Fix asyncio to not close subprocess pipes which
    would otherwise error out when the event loop is already
    closed.
  - gh-134152: Fixed UnboundLocalError that could occur during
    email header parsing if an expected trailing delimiter is
    missing in some contexts.
  - gh-62184: Remove import of C implementation of io.FileIO
    from Python implementation which has its own implementation
  - gh-133982: Emit RuntimeWarning in the Python implementation
    of io when the file-like object is not closed explicitly in
    the presence of multiple I/O layers.
  - gh-133890: The tarfile module now handles
    UnicodeEncodeError in the same way as OSError when cannot
    extract a member.
  - gh-134097: Fix interaction of the new REPL and -X
    showrefcount command line option.
  - gh-133889: The generated directory listing page in
    http.server.SimpleHTTPRequestHandler now only shows the
    decoded path component of the requested URL, and not the
    query and fragment.
  - gh-134098: Fix handling paths that end with
    a percent-encoded slash (%2f or %2F) in
    http.server.SimpleHTTPRequestHandler.
  - gh-134062: ipaddress: fix collisions in __hash__() for
    IPv4Network and IPv6Network objects.
  - gh-133745: In 3.13.3 we accidentally changed the signature
    of the asyncio create_task() family of methods and how it
    calls a custom task factory in a backwards incompatible
    way. Since some 3rd party libraries have already made
    changes to work around the issue that might break if
    we simply reverted the changes, we’re instead changing
    things to be backwards compatible with 3.13.2 while still
    supporting those workarounds for 3.13.3. In particular, the
    special-casing of name and context is back (until 3.14) and
    consequently eager tasks may still find that their name
    hasn’t been set before they execute their first yielding
    await.
  - gh-71253: Raise ValueError in open() if opener returns a
    negative file-descriptor in the Python implementation of io
    to match the C implementation.
  - gh-77057: Fix handling of invalid markup declarations in
    html.parser.HTMLParser.
  - gh-133489: random.getrandbits() can now generate more that
    231 bits. random.randbytes() can now generate more that 256
    MiB.
  - gh-133290: Fix attribute caching issue when setting
    ctypes._Pointer._type_ in the undocumented and deprecated
    ctypes.SetPointerType() function and the undocumented
    set_type() method.
  - gh-132876: ldexp() on Windows doesn’t round subnormal
    results before Windows 11, but should. Python’s
    math.ldexp() wrapper now does round them, so results may
    change slightly, in rare cases of very small results, on
    Windows versions before 11.
  - gh-133089: Use original timeout value for
    subprocess.TimeoutExpired when the func subprocess.run()
    is called with a timeout instead of sometimes a confusing
    partial remaining time out value used internally on the
    final wait().
  - gh-133009: xml.etree.ElementTree: Fix a crash in
    Element.__deepcopy__ when the element is concurrently
    mutated. Patch by Bénédikt Tran.
  - gh-132995: Bump the version of pip bundled in ensurepip to
    version 25.1.1
  - gh-132017: Fix error when pyrepl is suspended, then resumed
    and terminated.
  - gh-132673: Fix a crash when using _align_ = 0 and _fields_
    = [] in a ctypes.Structure.
  - gh-132527: Include the valid typecode ‘w’ in the error
    message when an invalid typecode is passed to array.array.
  - gh-132439: Fix PyREPL on Windows: characters entered via
    AltGr are swallowed. Patch by Chris Eibl.
  - gh-132429: Fix support of Bluetooth sockets on NetBSD and
    DragonFly BSD.
  - gh-132106: QueueListener.start now raises a RuntimeError if
    the listener is already started.
  - gh-132417: Fix a NULL pointer dereference when a C function
    called using ctypes with restype py_object returns NULL.
  - gh-132385: Fix instance error suggestions trigger potential
    exceptions in object.__getattr__() in traceback.
  - gh-132308: A traceback.TracebackException now correctly
    renders the __context__ and __cause__ attributes from
    falsey Exception, and the exceptions attribute from falsey
    ExceptionGroup.
  - gh-132250: Fixed the SystemError in cProfile when locating
    the actual C function of a method raises an exception.
  - gh-132063: Prevent exceptions that evaluate as
    falsey (namely, when their __bool__ method returns
    False or their __len__ method returns 0) from being
    ignored by concurrent.futures.ProcessPoolExecutor and
    concurrent.futures.ThreadPoolExecutor.
  - gh-119605: Respect follow_wrapped for __init__() and
    __new__() methods when getting the class signature for a
    class with inspect.signature(). Preserve class signature
    after wrapping with warnings.deprecated(). Patch by Xuehai
    Pan.
  - gh-91555: Ignore log messages generated during handling of
    log messages, to avoid deadlock or infinite recursion.
  - gh-131434: Improve error reporting for incorrect format in
    time.strptime().
  - gh-131127: Systems using LibreSSL now successfully build.
  - gh-130999: Avoid exiting the new REPL and offer suggestions
    even if there are non-string candidates when errors occur.
  - gh-130941: Fix configparser.ConfigParser parsing empty
    interpolation with allow_no_value set to True.
  - gh-129098: Fix REPL traceback reporting when using
    compile() with an inexisting file. Patch by Bénédikt Tran.
  - gh-130631: http.cookiejar.join_header_words() is now more
    similar to the original Perl version. It now quotes the
    same set of characters and always quote values that end
    with "\n".
  - gh-129719: Fix missing socket.CAN_RAW_ERR_FILTER constant
    in the socket module on Linux systems. It was missing since
    Python 3.11.
  - gh-124096: Turn on virtual terminal mode and enable
    bracketed paste in REPL on Windows console. (If the
    terminal does not support bracketed paste, enabling it does
    nothing.)
  - gh-122559: Remove __reduce__() and __reduce_ex__() methods
    that always raise TypeError in the C implementation
    of io.FileIO, io.BufferedReader, io.BufferedWriter
    and io.BufferedRandom and replace them with default
    __getstate__() methods that raise TypeError. This restores
    fine details of behavior of Python 3.11 and older versions.
  - gh-122179: hashlib.file_digest() now raises BlockingIOError
    when no data is available during non-blocking I/O. Before,
    it added spurious null bytes to the digest.
  - gh-86155: html.parser.HTMLParser.close() no longer loses
    data when the <script> tag is not closed. Patch by Waylan
    Limberg.
  - gh-69426: Fix html.parser.HTMLParser to not unescape
    character entities in attribute values if they are followed
    by an ASCII alphanumeric or an equals sign.
  - bpo-44172: Keep a reference to original curses windows in
    subwindows so that the original window does not get deleted
    before subwindows.
  - Tests
  - gh-133744: Fix multiprocessing interrupt test. Add an event
    to synchronize the parent process with the child process:
    wait until the child process starts sleeping. Patch by
    Victor Stinner.
  - gh-133639: Fix
    TestPyReplAutoindent.test_auto_indent_default() doesn’t run
    input_code.
  - gh-133131: The iOS testbed will now select the most
    recently released “SE-class” device for testing if a device
    isn’t explicitly specified.
  - gh-109981: The test helper that counts the list of open
    file descriptors now uses the optimised /dev/fd approach on
    all Apple platforms, not just macOS. This avoids crashes
    caused by guarded file descriptors.
  - IDLE
  - gh-112936: fix IDLE: no Shell menu item in single-process
    mode.
  - Documentation
  - gh-107006: Move documentation and example code for
    threading.local from its docstring to the official docs.
  - Core and Builtins
  - gh-134908: Fix crash when iterating over lines in a text
    file on the free threaded build.
  - gh-127682: No longer call __iter__ twice in list
    comprehensions. This brings the behavior of list
    comprehensions in line with other forms of iteration
  - gh-134381: Fix RuntimeError when using a not-started
    threading.Thread after calling os.fork()
  - gh-128066: Fixes an edge case where PyREPL improperly threw
    an error when Python is invoked on a read only filesystem
    while trying to write history file entries.
  - gh-134100: Fix a use-after-free bug that occurs when an
    imported module isn’t in sys.modules after its initial
    import. Patch by Nico-Posada.
  - gh-133703: Fix hashtable in dict can be bigger than
    intended in some situations.
  - gh-132869: Fix crash in the free threading build when
    accessing an object attribute that may be concurrently
    inserted or deleted.
  - gh-132762: fromkeys() no longer loops forever when adding
    a small set of keys to a large base dict. Patch by Angela
    Liss.
  - gh-133543: Fix a possible memory leak that could occur when
    directly accessing instance dictionaries (__dict__) that
    later become part of a reference cycle.
  - gh-133516: Raise ValueError when constants True, False or
    None are used as an identifier after NFKC normalization.
  - gh-133441: Fix crash upon setting an attribute with a dict
    subclass. Patch by Victor Stinner.
  - gh-132942: Fix two races in the type lookup cache. This
    affected the free-threaded build and could cause crashes
    (apparently quite difficult to trigger).
  - gh-132713: Fix repr(list) race condition: hold a strong
    reference to the item while calling repr(item). Patch by
    Victor Stinner.
  - gh-132747: Fix a crash when calling __get__() of a method
    with a None second argument.
  - gh-132542: Update Thread.native_id after fork(2) to ensure
    accuracy. Patch by Noam Cohen.
  - gh-124476: Fix decoding from the locale encoding in the
    C.UTF-8 locale.
  - gh-131927: Compiler warnings originating from the same
    module and line number are now only emitted once, matching
    the behaviour of warnings emitted from user code. This can
    also be configured with warnings filters.
  - gh-127682: No longer call __iter__ twice when creating and
    executing a generator expression. Creating a generator
    expression from a non-interable will raise only when the
    generator expression is executed. This brings the behavior
    of generator expressions in line with other generators.
  - gh-131878: Handle uncaught exceptions in the main input
    loop for the new REPL.
  - gh-131878: Fix support of unicode characters with two or
    more codepoints on Windows in the new REPL.
  - gh-130804: Fix support of unicode characters on Windows in
    the new REPL.
  - gh-130070: Fixed an assertion error for exec() passed a
    string source and a non-None closure. Patch by Bartosz
    Sławecki.
  - gh-129958: Fix a bug that was allowing newlines
    inconsitently in format specifiers for single-quoted
    f-strings. Patch by Pablo Galindo.
  - C API
  - gh-132909: Fix an overflow when handling the K format in
    Py_BuildValue(). Patch by Bénédikt Tran.
  - Remove upstreamed patches:
  - CVE-2025-4516-DecodeError-handler.patch
  - gh-132535-rsrc-warn-test_timeout.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

++++ perl:

  - Replace usage of %jobs for reproducible builds (boo#1237231)
  - Add perl-fixed-uname.patch to not store kernel version (boo#1230137)

++++ python313:

  - Update to 3.13.4:
  - 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-134718: ast.dump() now only omits None and [] values if
    they are default values.
  - gh-128840: Fix parsing long IPv6 addresses with embedded
    IPv4 address.
  - gh-134696: Built-in HACL* and OpenSSL implementations of
    hash function constructors now correctly accept the same
    documented named arguments. For instance, md5() could be
    previously invoked as md5(data=data) or md5(string=string)
    depending on the underlying implementation but these calls
    were not compatible. Patch by Bénédikt Tran.
  - gh-134210: curses.window.getch() now correctly handles
    signals. Patch by Bénédikt Tran.
  - gh-80334: multiprocessing.freeze_support() now checks for
    work on any “spawn” start method platform rather than only
    on Windows.
  - gh-114177: Fix asyncio to not close subprocess pipes which
    would otherwise error out when the event loop is already
    closed.
  - gh-134152: Fixed UnboundLocalError that could occur during
    email header parsing if an expected trailing delimiter is
    missing in some contexts.
  - gh-62184: Remove import of C implementation of io.FileIO
    from Python implementation which has its own implementation
  - gh-133982: Emit RuntimeWarning in the Python implementation
    of io when the file-like object is not closed explicitly in
    the presence of multiple I/O layers.
  - gh-133890: The tarfile module now handles
    UnicodeEncodeError in the same way as OSError when cannot
    extract a member.
  - gh-134097: Fix interaction of the new REPL and -X
    showrefcount command line option.
  - gh-133889: The generated directory listing page in
    http.server.SimpleHTTPRequestHandler now only shows the
    decoded path component of the requested URL, and not the
    query and fragment.
  - gh-134098: Fix handling paths that end with
    a percent-encoded slash (%2f or %2F) in
    http.server.SimpleHTTPRequestHandler.
  - gh-134062: ipaddress: fix collisions in __hash__() for
    IPv4Network and IPv6Network objects.
  - gh-133745: In 3.13.3 we accidentally changed the signature
    of the asyncio create_task() family of methods and how it
    calls a custom task factory in a backwards incompatible
    way. Since some 3rd party libraries have already made
    changes to work around the issue that might break if
    we simply reverted the changes, we’re instead changing
    things to be backwards compatible with 3.13.2 while still
    supporting those workarounds for 3.13.3. In particular, the
    special-casing of name and context is back (until 3.14) and
    consequently eager tasks may still find that their name
    hasn’t been set before they execute their first yielding
    await.
  - gh-71253: Raise ValueError in open() if opener returns a
    negative file-descriptor in the Python implementation of io
    to match the C implementation.
  - gh-77057: Fix handling of invalid markup declarations in
    html.parser.HTMLParser.
  - gh-133489: random.getrandbits() can now generate more that
    231 bits. random.randbytes() can now generate more that 256
    MiB.
  - gh-133290: Fix attribute caching issue when setting
    ctypes._Pointer._type_ in the undocumented and deprecated
    ctypes.SetPointerType() function and the undocumented
    set_type() method.
  - gh-132876: ldexp() on Windows doesn’t round subnormal
    results before Windows 11, but should. Python’s
    math.ldexp() wrapper now does round them, so results may
    change slightly, in rare cases of very small results, on
    Windows versions before 11.
  - gh-133089: Use original timeout value for
    subprocess.TimeoutExpired when the func subprocess.run()
    is called with a timeout instead of sometimes a confusing
    partial remaining time out value used internally on the
    final wait().
  - gh-133009: xml.etree.ElementTree: Fix a crash in
    Element.__deepcopy__ when the element is concurrently
    mutated. Patch by Bénédikt Tran.
  - gh-132995: Bump the version of pip bundled in ensurepip to
    version 25.1.1
  - gh-132017: Fix error when pyrepl is suspended, then resumed
    and terminated.
  - gh-132673: Fix a crash when using _align_ = 0 and _fields_
    = [] in a ctypes.Structure.
  - gh-132527: Include the valid typecode ‘w’ in the error
    message when an invalid typecode is passed to array.array.
  - gh-132439: Fix PyREPL on Windows: characters entered via
    AltGr are swallowed. Patch by Chris Eibl.
  - gh-132429: Fix support of Bluetooth sockets on NetBSD and
    DragonFly BSD.
  - gh-132106: QueueListener.start now raises a RuntimeError if
    the listener is already started.
  - gh-132417: Fix a NULL pointer dereference when a C function
    called using ctypes with restype py_object returns NULL.
  - gh-132385: Fix instance error suggestions trigger potential
    exceptions in object.__getattr__() in traceback.
  - gh-132308: A traceback.TracebackException now correctly
    renders the __context__ and __cause__ attributes from
    falsey Exception, and the exceptions attribute from falsey
    ExceptionGroup.
  - gh-132250: Fixed the SystemError in cProfile when locating
    the actual C function of a method raises an exception.
  - gh-132063: Prevent exceptions that evaluate as
    falsey (namely, when their __bool__ method returns
    False or their __len__ method returns 0) from being
    ignored by concurrent.futures.ProcessPoolExecutor and
    concurrent.futures.ThreadPoolExecutor.
  - gh-119605: Respect follow_wrapped for __init__() and
    __new__() methods when getting the class signature for a
    class with inspect.signature(). Preserve class signature
    after wrapping with warnings.deprecated(). Patch by Xuehai
    Pan.
  - gh-91555: Ignore log messages generated during handling of
    log messages, to avoid deadlock or infinite recursion.
  - gh-131434: Improve error reporting for incorrect format in
    time.strptime().
  - gh-131127: Systems using LibreSSL now successfully build.
  - gh-130999: Avoid exiting the new REPL and offer suggestions
    even if there are non-string candidates when errors occur.
  - gh-130941: Fix configparser.ConfigParser parsing empty
    interpolation with allow_no_value set to True.
  - gh-129098: Fix REPL traceback reporting when using
    compile() with an inexisting file. Patch by Bénédikt Tran.
  - gh-130631: http.cookiejar.join_header_words() is now more
    similar to the original Perl version. It now quotes the
    same set of characters and always quote values that end
    with "\n".
  - gh-129719: Fix missing socket.CAN_RAW_ERR_FILTER constant
    in the socket module on Linux systems. It was missing since
    Python 3.11.
  - gh-124096: Turn on virtual terminal mode and enable
    bracketed paste in REPL on Windows console. (If the
    terminal does not support bracketed paste, enabling it does
    nothing.)
  - gh-122559: Remove __reduce__() and __reduce_ex__() methods
    that always raise TypeError in the C implementation
    of io.FileIO, io.BufferedReader, io.BufferedWriter
    and io.BufferedRandom and replace them with default
    __getstate__() methods that raise TypeError. This restores
    fine details of behavior of Python 3.11 and older versions.
  - gh-122179: hashlib.file_digest() now raises BlockingIOError
    when no data is available during non-blocking I/O. Before,
    it added spurious null bytes to the digest.
  - gh-86155: html.parser.HTMLParser.close() no longer loses
    data when the <script> tag is not closed. Patch by Waylan
    Limberg.
  - gh-69426: Fix html.parser.HTMLParser to not unescape
    character entities in attribute values if they are followed
    by an ASCII alphanumeric or an equals sign.
  - bpo-44172: Keep a reference to original curses windows in
    subwindows so that the original window does not get deleted
    before subwindows.
  - Tests
  - gh-133744: Fix multiprocessing interrupt test. Add an event
    to synchronize the parent process with the child process:
    wait until the child process starts sleeping. Patch by
    Victor Stinner.
  - gh-133639: Fix
    TestPyReplAutoindent.test_auto_indent_default() doesn’t run
    input_code.
  - gh-133131: The iOS testbed will now select the most
    recently released “SE-class” device for testing if a device
    isn’t explicitly specified.
  - gh-109981: The test helper that counts the list of open
    file descriptors now uses the optimised /dev/fd approach on
    all Apple platforms, not just macOS. This avoids crashes
    caused by guarded file descriptors.
  - IDLE
  - gh-112936: fix IDLE: no Shell menu item in single-process
    mode.
  - Documentation
  - gh-107006: Move documentation and example code for
    threading.local from its docstring to the official docs.
  - Core and Builtins
  - gh-134908: Fix crash when iterating over lines in a text
    file on the free threaded build.
  - gh-127682: No longer call __iter__ twice in list
    comprehensions. This brings the behavior of list
    comprehensions in line with other forms of iteration
  - gh-134381: Fix RuntimeError when using a not-started
    threading.Thread after calling os.fork()
  - gh-128066: Fixes an edge case where PyREPL improperly threw
    an error when Python is invoked on a read only filesystem
    while trying to write history file entries.
  - gh-134100: Fix a use-after-free bug that occurs when an
    imported module isn’t in sys.modules after its initial
    import. Patch by Nico-Posada.
  - gh-133703: Fix hashtable in dict can be bigger than
    intended in some situations.
  - gh-132869: Fix crash in the free threading build when
    accessing an object attribute that may be concurrently
    inserted or deleted.
  - gh-132762: fromkeys() no longer loops forever when adding
    a small set of keys to a large base dict. Patch by Angela
    Liss.
  - gh-133543: Fix a possible memory leak that could occur when
    directly accessing instance dictionaries (__dict__) that
    later become part of a reference cycle.
  - gh-133516: Raise ValueError when constants True, False or
    None are used as an identifier after NFKC normalization.
  - gh-133441: Fix crash upon setting an attribute with a dict
    subclass. Patch by Victor Stinner.
  - gh-132942: Fix two races in the type lookup cache. This
    affected the free-threaded build and could cause crashes
    (apparently quite difficult to trigger).
  - gh-132713: Fix repr(list) race condition: hold a strong
    reference to the item while calling repr(item). Patch by
    Victor Stinner.
  - gh-132747: Fix a crash when calling __get__() of a method
    with a None second argument.
  - gh-132542: Update Thread.native_id after fork(2) to ensure
    accuracy. Patch by Noam Cohen.
  - gh-124476: Fix decoding from the locale encoding in the
    C.UTF-8 locale.
  - gh-131927: Compiler warnings originating from the same
    module and line number are now only emitted once, matching
    the behaviour of warnings emitted from user code. This can
    also be configured with warnings filters.
  - gh-127682: No longer call __iter__ twice when creating and
    executing a generator expression. Creating a generator
    expression from a non-interable will raise only when the
    generator expression is executed. This brings the behavior
    of generator expressions in line with other generators.
  - gh-131878: Handle uncaught exceptions in the main input
    loop for the new REPL.
  - gh-131878: Fix support of unicode characters with two or
    more codepoints on Windows in the new REPL.
  - gh-130804: Fix support of unicode characters on Windows in
    the new REPL.
  - gh-130070: Fixed an assertion error for exec() passed a
    string source and a non-None closure. Patch by Bartosz
    Sławecki.
  - gh-129958: Fix a bug that was allowing newlines
    inconsitently in format specifiers for single-quoted
    f-strings. Patch by Pablo Galindo.
  - C API
  - gh-132909: Fix an overflow when handling the K format in
    Py_BuildValue(). Patch by Bénédikt Tran.
  - Remove upstreamed patches:
  - CVE-2025-4516-DecodeError-handler.patch
  - gh-132535-rsrc-warn-test_timeout.patch

++++ python-maturin:

  - Update to 1.8.7
    * Allow specifying compression method and level, in both `build`
    and `develop` modes
    gh#PyO3/maturin#2625

------------------------------------------------------------------
------------------  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).
  - ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init
    (git-fixes).
  - commit 6f4de93
  - drm/xe: Rework eviction rejection of bound external bos
    (git-fixes).
  - commit ad6b6b2

++++ linux-glibc-devel:

  - Update to SL-16.0 git branch based on 6.12 kernel (bsc#1244066)

++++ python-click:

  - Add click-8.2.1-clirunner.patch to fix clirunner breaking other
    modules' tests, cf. github.com/pallets/click/issues/2939

------------------------------------------------------------------
------------------  2025-6-7  -  Jun 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - usb: misc: onboard_usb_dev: fix build warning for
    CONFIG_USB_ONBOARD_DEV_USB5744=n (git-fixes).
  - drm/xe: remove unmatched xe_vm_unlock() from
    __xe_exec_queue_init() (git-fixes).
  - commit cb5e053
  - 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).
  - pwm: axi-pwmgen: fix missing separate external clock
    (git-fixes).
  - USB: typec: fix const issue in typec_match() (git-fixes).
  - USB: gadget: udc: fix const issue in gadget_match_driver()
    (git-fixes).
  - USB: serial: bus: fix const issue in usb_serial_device_match()
    (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: misc: onboard_usb_dev: Fix usb5744 initialization sequence
    (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: move tcpm_queue_vdm_unlocked to asynchronous
    work (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: acpi: Prevent null pointer dereference in
    usb_acpi_add_usb4_devlink() (git-fixes).
  - usb: renesas_usbhs: Reorder clock handling and power management
    in probe (git-fixes).
  - tty: serial: 8250_omap: fix TX with DMA for am33xx (git-fixes).
  - vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
    (git-fixes).
  - serial: jsm: fix NPE during jsm_uart_port_init (git-fixes).
  - serial: Fix potential null-ptr-deref in mlb_usio_probe()
    (git-fixes).
  - iio: adc: ti-ads1298: Kconfig: add kfifo dependency to fix
    module build (git-fixes).
  - iio: adc: mcp3911: fix device dependent mappings for conversion
    result registers (git-fixes).
  - iio: adc: PAC1934: fix typo in documentation link (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).
  - mei: vsc: Cast tx_buf to (__be32 *) when passed to
    cpu_to_be32_array() (git-fixes).
  - iio: accel: fxls8962af: Fix temperature scan element sign
    (git-fixes).
  - iio: adc: ad7944: mask high bits on direct read (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).
  - bus: mhi: ep: Update read pointer only after buffer is written
    (git-fixes).
  - fpga: fix potential null pointer deref in
    fpga_mgr_test_img_load_sgt() (git-fixes).
  - sysfb: Fix screen_info type check for VGA (git-fixes).
  - accel/ivpu: Use dma_resv_lock() instead of a custom mutex
    (git-fixes).
  - drm/panel-simple: fix the warnings for the Evervision VGG644804
    (git-fixes).
  - accel/ivpu: Improve buffer object logging (git-fixes).
  - dummycon: Trigger redraw when switching consoles with deferred
    takeover (git-fixes).
  - drm/xe: Create LRC BO without VM (git-fixes).
  - drm/xe/guc_submit: add back fix (git-fixes).
  - drm/xe/sched: stop re-submitting signalled jobs (git-fixes).
  - drm/xe/vm: move rebind_work init earlier (git-fixes).
  - drm/i915/guc: Handle race condition where wakeref count drops
    below 0 (git-fixes).
  - drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP
    (git-fixes).
  - drm/i915/guc: Check if expecting reply before decrementing
    outstanding_submission_g2h (git-fixes).
  - drm/amd/display: Add null pointer check for
    get_first_active_display() (git-fixes).
  - drm/xe: Make xe_gt_freq part of the Documentation (git-fixes).
  - drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
    (git-fixes).
  - 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).
  - net: usb: aqc111: debug info before sanitation (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 0af74e1
  - Move upstreamed patches into sorted section
  - commit 99d25fb
  - Update video patch to the upstream version and put to sorted section
  - commit 5580ff0

++++ kernel-firmware-amdgpu:

  - Update to version 20250606 (git commit 4f0106cf1943):
    * amdgpu: DMCUB updates for various ASICs

++++ kernel-firmware-mediatek:

  - Update to version 20250606 (git commit 4f0106cf1943):
    * mediatek MT7922: update bluetooth firmware to 20250523103438
    * mediatek MT7921: update bluetooth firmware to 20250523111333
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device

++++ wayland:

  - Skip tests in qemu emulation

++++ python-argcomplete:

  - Update to version 3.5.3
    * Use interactive shells and bind to make environment variable
    name completions work in older Bash versions (#506)

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

++++ grub2:

  - Fix bls_bumpcounter breaking FDE (bsc#1243842)
    * grub2-blsbumpcounter-menu.patch

++++ kernel-default:

  - pidfs: allow to retrieve exit information (jsc#PED-13113).
  - pidfs: record exit code and cgroupid at exit (jsc#PED-13113).
  - pidfs: use private inode slab cache (jsc#PED-13113).
  - pidfs: move setting flags into pidfs_alloc_file() (jsc#PED-13113).
  - pidfd: rely on automatic cleanup in __pidfd_prepare()
    (jsc#PED-13113).
  - pidfs: switch to copy_struct_to_user() (jsc#PED-13113).
  - pidfd: add ioctl to retrieve pid info (jsc#PED-13113).
  - commit e6e14a5
  - Re-enable patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
  - commit d22e4a4
  - Refresh patches.suse/scsi-retry-alua-transition-in-progress.
  - commit 08dd7e8
  - Delete patches.suse/fcoe-reduce-max_sectors.
  - commit b728540
  - Delete patches.suse/scsi-do-not-put-scsi_common-in-a-separate-module.patch.
  - commit 7f0112a
  - patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
  - commit be8d6ac
  - Delete patches.suse/dm-mpath-no-partitions-feature.
  - commit cfbe465
  - Refresh patches.suse/md-display-timeout-error.patch.
  - commit fab1769
  - s390/pci: Prevent self deletion in disable_slot() (LTC#213760
    bsc#1244147 git-fixes).
  - commit f657f8e
  - Move upstreamed patches into sorted section
  - commit dd92279
  - drm/amd/display: Fix default DC and AC levels (bsc#1240650).
  - drm/amd/display: Add debugging message for brightness caps
    (bsc#1240650).
  - commit d85b918
  - net: fix udp gso skb_segment after pull from frag_list
    (git-fixes).
  - commit 4e1b517
  - page_pool: Fix use-after-free in page_pool_recycle_in_ring
    (git-fixes).
  - commit 829ed89
  - net_sched: Flush gso_skb list too during ->change()
    (CVE-2025-37992 bsc#1243698).
  - 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_sched: Prevent creation of classes with TC_H_ROOT
    (CVE-2025-21971 bsc#1240799).
  - 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).
  - commit e3d881c
  - 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 ac81323
  - wifi: ath12k: Avoid memory leak while enabling statistics
    (CVE-2025-37743 bsc#1242163).
  - Refresh
    patches.suse/wifi-ath12k-fix-the-ampdu-id-fetch-in-the-HAL_RX_MPD.patch.
  - commit 378a151
  - KVM: x86: Add infrastructure for secure TSC (jsc#PED-348).
  - commit b436268
  - KVM: x86: Push down setting vcpu.arch.user_set_tsc
    (jsc#PED-348).
  - commit 166cd1c
  - Update config files: add TDX host support
  - commit 069ff6c
  - can: kvaser_pciefd: refine error prone echo_skb_max handling
    logic (git-fixes).
  - commit a9840f5
  - x86/virt/tdx: Remove the !KEXEC_CORE dependency (jsc#PED-348).
  - commit 2f85d4e
  - x86/kexec: Disable kexec/kdump on platforms with TDX partial
    write erratum (jsc#PED-348).
  - commit 0956988
  - x86/virt/tdx: Mark memory cache state incoherent when making
    SEAMCALL (jsc#PED-348).
  - commit 3db11ae
  - x86/sme: Use percpu boolean to control wbinvd during kexec
    (jsc#PED-348).
  - commit 7c35fae

++++ gcc15:

  - Revert pruning the set of cross-compilers that conflict with different
    versions from the set using update-alternatives.  This causes
    endless headache with file conflicts with older GCC releases.

++++ libguestfs:

  - Update to version 1.55.14 (jsc#PED-12706)
    * lib/create.c: Capture and raise qemu-img stderr
    * inspection: Ignore btrfs snapshots of roots
  - Drop patches contained in new tarball
    004-Add-more-debugging-to-list_filesystems.patch
    005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
    007-inspection-Ignore-btrfs-snapshots-of-roots.patch

++++ samba:

  - Update to 4.22.2
    * (CVE-2025-0620) [SECURITY] CVE-2025-0620: smbd doesn't pick
    up group membership changes when re-authenticating an expired
    SMB session; (bso#15707); (bsc#1244136).
    * Profile sync fails due to Directory Leases; (bso#15861).
    * net ad join fails with "Failed to join domain: failed to
    create kerberos keytab"; (bso#15727).
    * dcerpcd not able to bind to listening port; (bso#15851).
    * vfs_ceph_snapshots fails to list snapshots for entries at any
    level beyond share root; (bso#15819).
    * CTDB does not put nodes running NFS into grace on graceful
    shutdown; (bso#15858).

++++ libvirt:

  - Update to libvirt 11.4.0
  - bsc#1241481, boo#1243740, bsc#1244488
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v11-4-0-2025-06-02
  - spec: Drop support for old distros

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

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250606.b852490:
    * Update repo definitions for Leap Micro 6.2

++++ python-libvirt-python:

  - Update to 11.4.0
  - Add all new APIs and constants in libvirt 11.4.0

++++ qemu:

  - Update to stable release 10.0.2:
    Full list of backports here:
    https://lore.kernel.org/qemu-devel/1748499690.323471.13081.nullmailer@localhost/
    A selection of them is reported here too:
    Revert "Drop support for Python 3.8"
    Update version for 10.0.1 release
    Drop support for Python 3.8
    target/hppa: Fix FPE exceptions
    linux-user/hppa: Send proper si_code on SIGFPE exception
    target/hppa: Copy instruction code into fr1 on FPU assist fault
    migration: Allow caps to be set when preempt or multifd cap enabled
    migration/multifd: Don't send device state packets with zerocopy flag
    qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
    hw/pci-host: Remove unused pci_host_data_be_ops
    hw/pci-host/gt64120: Fix endianness handling
    i386/hvf: Make CPUID_HT supported
    i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
    target/riscv/kvm: do not read unavailable CSRs
    target/riscv/kvm: add kvm_csr_cfgs[]
    target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
    target/riscv/kvm: turn u32/u64 reg functions into macros
    target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
    target/riscv/kvm: minor fixes/tweaks
    target/riscv: Fix vslidedown with rvv_ta_all_1s
    target/riscv: Fix the rvv reserved encoding of unmasked instructions
    ...

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

++++ dpdk:

  - Fix deterministic build [bsc#1244130]
    [+ 0001-dts-generate-random-capture_name-per-call.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)

++++ gobject-introspection:

  - Add explicit python3-setuptools BuildRequires: this was already
    used in the past, but was pulled in by python3-Mako. As meson
    explicitly tests for it, it's our responsibility it's there.

++++ glibc:

  - Add support for userspace livepatching for ppc64le (jsc#PED-11850)

++++ kernel-default:

  - ASoC: SOF: Intel: hda: Fix UAF when reloading module
    (git-fixes).
  - commit 0011189
  - openvswitch: Fix unsafe attribute parsing in output_userspace() (CVE-2025-37998 bsc#1243836)
  - commit 947ad09
  - supported.conf: Add PPC KVM PMU (jsc#PED-11017)
  - commit 26c31c2
  - octeon_ep: Fix host hang issue during device reboot (CVE-2025-37933 bsc#1243628)
  - commit 0fa38bf
  - spi: spi-imx: Add check for spi_imx_setupxfer() (CVE-2025-37801 bsc#1242850)
  - commit d9cd58c
  - Update
    patches.suse/driver-core-introduce-device_set_driver-helper.patch
    (stable-fixes CVE-2025-37800 bsc#1242849).
  - commit 07a018e
  - soc: qcom: smp2p: Fix fallback to qcom,ipc parse (git-fixes).
  - commit 18bbd46
  - wifi: mt76: mt7996: fix RX buffer size of MCU event (git-fixes).
  - wifi: mt76: mt7996: set EHT max ampdu length capability
    (git-fixes).
  - commit 6de50b9
  - 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: mt7996: Fix null-ptr-deref in mt7996_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: rtw89: fix firmware scan delay unit for WiFi 6 chips
    (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).
  - commit 063c386
  - 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).
  - wifi: ath12k: Add MSDU length validation for TKIP MIC error
    (git-fixes).
  - wifi: ath12k: fix invalid access to memory (git-fixes).
  - wifi: ath12k: Handle error cases during extended skb allocation
    (git-fixes).
  - wifi: ath12k: Fix buffer overflow in debugfs (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).
  - wifi: iwlwifi: add support for Killer on MTL (stable-fixes).
  - wifi: mt76: only mark tx-status-failed frames as ACKed on
    mt76x0/2 (stable-fixes).
  - commit bf4f1c9
  - wifi: mt76: mt7996: fix SER reset trigger on WED reset
    (stable-fixes).
  - wifi: mt76: mt7996: revise TXS size (stable-fixes).
  - wifi: mt76: mt7925: load the appropriate CLC data based on
    hardware type (stable-fixes).
  - wifi: mt76: mt7925: fix fails to enter low power mode in
    suspend state (stable-fixes).
  - wifi: rtw89: set force HE TB mode when connecting to 11ax AP
    (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: rtw89: fw: get sb_sel_ver via get_unaligned_le32()
    (stable-fixes).
  - wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware
    (stable-fixes).
  - wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU
    (stable-fixes).
  - wifi: mwifiex: Fix HT40 bandwidth issue (stable-fixes).
  - wifi: iwlwifi: mvm: fix setting the TK when associated
    (stable-fixes).
  - wifi: iwlwifi: don't warn when if there is a FW error
    (stable-fixes).
  - wifi: iwlwifi: w/a FW SMPS mode selection (stable-fixes).
  - wifi: iwlwifi: fix debug actions order (stable-fixes).
  - wifi: iwlwifi: mark Br device not integrated (stable-fixes).
  - wifi: iwlwifi: fix the ECKV UEFI variable name (stable-fixes).
  - wifi: mac80211: fix warning on disconnect during failed ML
    reconf (stable-fixes).
  - commit 19ba18c
  - vgacon: Add check for vc_origin address range in vgacon_scroll()
    (git-fixes).
  - watchdog: exar: Shorten identity name to fit correctly
    (git-fixes).
  - thermal/drivers/mediatek/lvts: Fix debugfs unregister on failure
    (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).
  - thunderbolt: Do not add non-active NVM if NVM upgrade is
    disabled for retimer (stable-fixes).
  - thermal/drivers/mediatek/lvts: Start sensor interrupts disabled
    (stable-fixes).
  - thermal/drivers/qoriq: Power down TMU on system suspend
    (stable-fixes).
  - watchdog: aspeed: fix 64-bit division (git-fixes).
  - watchdog: aspeed: Update bootstatus handling (stable-fixes).
  - tpm: Convert warn to dbg in tpm2_start_auth_session()
    (stable-fixes).
  - wifi: mac80211_hwsim: Fix MLD address translation
    (stable-fixes).
  - wifi: cfg80211: allow IR in 20 MHz configurations
    (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: fix the ampdu id fetch in the HAL_RX_MPDU_START
    TLV (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: Fetch regdb.bin file from board-2.bin
    (stable-fixes).
  - wifi: ath12k: Fix end offset bit definition in monitor ring
    descriptor (stable-fixes).
  - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer
    allocation (stable-fixes).
  - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
    (stable-fixes).
  - wifi: rtw89: coex: Assign value over than 0 to avoid firmware
    timer hang (stable-fixes).
  - wifi: rtw89: fw: validate multi-firmware header before getting
    its size (stable-fixes).
  - wifi: rtw89: fw: validate multi-firmware header before accessing
    (stable-fixes).
  - wifi: rtw89: call power_on ahead before selecting firmware
    (stable-fixes).
  - wifi: rtl8xxxu: retry firmware download on error (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: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi
    scan event (stable-fixes).
  - wifi: iwlwifi: use correct IMR dump variable (stable-fixes).
  - wifi: iwlwifi: don't warn during reprobe (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).
  - wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx
    (stable-fixes).
  - commit 8e68f8c
  - selftests/mm: restore default nr_hugepages value during cleanup
    in hugetlb_reparenting_test.sh (git-fixes).
  - soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
    (git-fixes).
  - soc: aspeed: lpc: Fix impossible judgment condition (git-fixes).
  - soc: qcom: pmic_glink_altmode: fix spurious DP hotplug events
    (git-fixes).
  - selftests/bpf: Fix caps for __xlated/jited_unpriv (git-fixes).
  - selftests/bpf: Fix bpf_nf selftest failure (git-fixes).
  - selinux: unify OOM handling in network hashtables (git-fixes).
  - selftests/seccomp: fix negative_ENOSYS tracer tests on arm32
    (git-fixes).
  - selftests/seccomp: fix syscall_restart test for arm compat
    (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).
  - kselftest: cpufreq: Get rid of double suspend in rtcwake case
    (git-fixes).
  - spi-rockchip: Fix register out of bounds access (stable-fixes).
  - rtc: rv3032: fix EERD location (stable-fixes).
  - rtc: ds1307: stop disabling alarms on probe (stable-fixes).
  - serial: sh-sci: Save and restore more registers (git-fixes).
  - serial: sh-sci: Update the suspend/resume support
    (stable-fixes).
  - soundwire: amd: change the soundwire wake enable/disable
    sequence (stable-fixes).
  - soundwire: cadence_master: set frame shape and divider based
    on actual clk freq (stable-fixes).
  - power: supply: axp20x_battery: Update temp sensor for AXP717
    from device tree (stable-fixes).
  - soc: ti: k3-socinfo: Do not use syscon helper to build regmap
    (stable-fixes).
  - soc: samsung: include linux/array_size.h where needed
    (stable-fixes).
  - soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex
    tables (stable-fixes).
  - selftests/net: have `gro.sh -t` return a correct exit code
    (stable-fixes).
  - spi: spi-mux: Fix coverity issue, unchecked return value
    (stable-fixes).
  - spi: zynqmp-gqspi: Always acknowledge interrupts (stable-fixes).
  - regulator: ad5398: Add device tree support (stable-fixes).
  - commit 6feee74
  - 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).
  - PM: sleep: Print PM debug messages during hibernation
    (git-fixes).
  - PM: wakeup: Delete space in the end of string shown by
    pm_show_wakelocks() (git-fixes).
  - PM: EM: Fix potential division-by-zero error in
    em_compute_costs() (git-fixes).
  - pinctrl: qcom: switch to devm_register_sys_off_handler()
    (git-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).
  - pinctrl: meson: define the pull up/down resistor value as 60
    kOhm (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: renesas: rzg2l: Add suspend/resume support for pull
    up/down (stable-fixes).
  - pinctrl: sophgo: avoid to modify untouched bit when setting
    cv1800 pinconf (stable-fixes).
  - pinctrl: devicetree: do not goto err when probing hogs in
    pinctrl_dt_to_map (stable-fixes).
  - PNP: Expand length of fixup id string (stable-fixes).
  - commit 30aa389
  - PCI: rcar-gen4: set ep BAR4 fixed size (git-fixes).
  - PCI: dwc: ep: Fix errno typo (git-fixes).
  - PCI: dw-rockchip: Fix PHY function call sequence in
    rockchip_pcie_phy_deinit() (git-fixes).
  - PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from
    rockchip_pcie_link_up() (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: dwc: 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/ACPI: Fix allocated memory release on error in
    pci_acpi_scan_root() (git-fixes).
  - PCI: Print the actual delay time in
    pci_bridge_wait_for_secondary_bus() (git-fixes).
  - PCI/DPC: Log Error Source ID only when valid (git-fixes).
  - PCI/DPC: Initialize aer_err_info before using it (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
    (stable-fixes).
  - phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz
    error (stable-fixes).
  - phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection
    failure (stable-fixes).
  - phy: rockchip: usbdp: Only verify link rates/lanes/voltage
    when the corresponding set flags are set (stable-fixes).
  - phy: phy-rockchip-samsung-hdptx: Swap the definitions of
    LCPLL_REF and ROPLL_REF (stable-fixes).
  - phy: core: don't require set_mode() callback for phy_get_mode()
    to work (stable-fixes).
  - phy: exynos5-usbdrd: fix EDS distribution tuning (gs101)
    (stable-fixes).
  - PCI: dwc: ep: Ensure proper iteration over outbound map windows
    (stable-fixes).
  - PCI: dwc: Use resource start as ioremap() input in
    dw_pcie_pme_turn_off() (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: epf-mhi: Update device ID for SA8775P (stable-fixes).
  - PCI: endpoint: pci-epf-test: Fix double free that causes kernel
    to oops (stable-fixes).
  - PCI: Fix old_size lower bound in calculate_iosize() too
    (stable-fixes).
  - PCI: vmd: Disable MSI remapping bypass under Xen (stable-fixes).
  - commit 697d499
  - 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).
  - mfd: exynos-lpass: Fix an error handling path in
    exynos_lpass_probe() (git-fixes).
  - mtd: rawnand: brcmnand: legacy exec_op implementation
    (git-fixes).
  - 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: spinand: esmt: fix id code for F50D1G41LB (git-fixes).
  - mtd: rawnand: qcom: Fix read len for onfi param page
    (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).
  - media: verisilicon: Free post processor buffers on error
    (git-fixes).
  - mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf
    type (stable-fixes).
  - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
    (stable-fixes).
  - mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs
    (stable-fixes).
  - net: phy: nxp-c45-tja11xx: add match_phy_device to
    TJA1103/TJA1104 (stable-fixes).
  - commit 80f0e45
  - media: uvcvideo: Fix deferred probing error (git-fixes).
  - media: uvcvideo: Send control events for partial succeeds
    (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: i2c: imx335: Fix frame size enumeration (git-fixes).
  - media: ov8856: suppress probe deferral errors (git-fixes).
  - media: ov5675: suppress probe deferral errors (git-fixes).
  - media: imx335: Use correct register width for HNUM (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: intel/ipu6: Fix dma mask for non-secure mode (git-fixes).
  - media: ov2740: Move pm-runtime cleanup on probe-errors to
    proper place (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: ipu6: Remove workaround for Meteor Lake ES2 (git-fixes).
  - media: i2c: ds90ub913: Fix returned fmt from .set_fmt()
    (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: imagination: fix a potential memory leak in e5010_probe()
    (git-fixes).
  - media: imx-jpeg: Drop the first error frames (git-fixes).
  - media: venus: Fix probe error handling (git-fixes).
  - media: mediatek: vcodec: Correct vsi_core framebuffer size
    (git-fixes).
  - media: rkvdec: Fix frame size enumeration (git-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: imx335: Set vblank immediately (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).
  - commit 0c12415
  - Input: ims-pcu - check record size in ims_pcu_flash_firmware()
    (git-fixes).
  - Input: gpio-keys - fix possible concurrent access in
    gpio_keys_irq_timer() (git-fixes).
  - mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting (git-fixes).
  - mailbox: imx: Fix TXDB_V2 sending (git-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).
  - iio: adc: ad7944: don't use storagebits for sizing
    (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).
  - leds: trigger: netdev: Configure LED blink interval for HW
    offload (stable-fixes).
  - ieee802154: ca8210: Use proper setters and getters for bitwise
    types (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).
  - media: qcom: camss: Add default case in vfe_src_pad_code
    (stable-fixes).
  - commit 71b3876
  - hwmon: (asus-ec-sensors) check sensor index in read_string()
    (git-fixes).
  - gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
    (stable-fixes).
  - gpio: virtuser: fix potential out-of-bound write (stable-fixes).
  - HID: quirks: Add ADATA XPG alpha wireless mouse support
    (stable-fixes).
  - fpga: altera-cvp: Increase credit timeout (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).
  - commit 3023def
  - EDAC/altera: Use correct write width with the INTTEST register
    (git-fixes).
  - 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).
  - firmware: arm_scmi: Ensure that the message-id supports
    fastchannel (git-fixes).
  - efi/libstub: Describe missing 'out' parameter in efi_load_initrd
    (git-fixes).
  - firmware: psci: Fix refcount leak in psci_dt_init (git-fixes).
  - drm/msm/a6xx: Disable rgb565_predicator on Adreno 7c3
    (git-fixes).
  - drm/msm/gpu: Fix crash when throttling GPU immediately during
    boot (git-fixes).
  - drm/msm/dpu: enable SmartDMA on SC8180X (git-fixes).
  - drm/msm/dpu: enable SmartDMA on SM8150 (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).
  - EDAC/skx_common: Fix general protection fault (git-fixes).
  - eeprom: ee1004: Check chip before probing (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: xilinx: Dont send linux address to get fpga config
    get status (stable-fixes).
  - firmware: arm_ffa: Set dma_mask for ffa devices (stable-fixes).
  - firmware: arm_ffa: Reject higher major version as incompatible
    (stable-fixes).
  - firmware: arm_ffa: Handle the presence of host partition in
    the partition info (stable-fixes).
  - firmware: arm_scmi: Relax duplicate name constraint across
    protocol ids (stable-fixes).
  - commit 1c0c86d
  - 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/panthor: Update panthor_mmu::irq::mask when needed
    (git-fixes).
  - drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions
    (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/panic: add missing space (git-fixes).
  - drm/udl: Unregister device before cleaning up on disconnect
    (git-fixes).
  - drm/vmwgfx: Fix dumb buffer leak (git-fixes).
  - drm/vmwgfx: Add error path for xa_store in
    vmw_bo_add_detached_resource (git-fixes).
  - commit a60f216
  - drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401
    (stable-fixes).
  - Refresh
    patches.suse/drm-amd-display-prevent-hang-on-link-training-fail.patch.
  - commit 16ba726
  - docs: dt: Update overlay file extension (git-fixes).
  - drm/vmwgfx: Add seqno waiter for sync_files (git-fixes).
  - drm/xe/d3cold: Set power state to D3Cold during s2idle/s3
    (git-fixes).
  - Documentation: ACPI: Use all-string data node references
    (git-fixes).
  - docs: doc-guide: clarify latest theme usage (git-fixes).
  - Documentation/scheduler: Fix typo in sched-stats domain field
    description (git-fixes).
  - Documentation/rtla: Fix typo in common_timerlat_description.rst
    (git-fixes).
  - Documentation/rtla: Fix typo in rtla-timerlat.rst (git-fixes).
  - Documentation/rtla: Fix duplicate text about timerlat tracer
    (git-fixes).
  - crypto: api - Redo lookup on EEXIST (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-ce - undo runtime PM changes during driver removal
    (git-fixes).
  - crypto: sun8i-ss - do not use sg_dma_len before calling DMA
    functions (git-fixes).
  - crypto: sun8i-ce-cipher - fix error handling in
    sun8i_ce_cipher_prepare() (git-fixes).
  - dmaengine: idxd: cdev: Fix uninitialized use of sva in
    idxd_cdev_open (stable-fixes).
  - drm/xe: Save the gt pointer in lrc and drop the tile
    (stable-fixes).
  - drm/xe/xe2hpg: Add Wa_22021007897 (stable-fixes).
  - drm/amd/display: check stream id dml21 wrapper to get plane_id
    (stable-fixes).
  - drm/amd/display: fix link_set_dpms_off multi-display MST corner
    case (stable-fixes).
  - drm/amd/display: Defer BW-optimization-blocked DRR adjustments
    (git-fixes).
  - drm/amd/display: Call FP Protect Before Mode Programming/Mode
    Support (stable-fixes).
  - drm/amdgpu: Allow P2P access through XGMI (stable-fixes).
  - drm/amdgpu/discovery: check ip_discovery fw file available
    (stable-fixes).
  - drm/amdkfd: set precise mem ops caps to disabled for gfx 11
    and 12 (stable-fixes).
  - drm/amdgpu: Skip pcie_replay_count sysfs creation for VF
    (stable-fixes).
  - drm/amdgpu: release xcp_mgr on exit (stable-fixes).
  - drm/amd/display: Guard against setting dispclk low for dcn31x
    (stable-fixes).
  - drm/amdgpu: adjust drm_firmware_drivers_only() handling
    (stable-fixes).
  - drm/amdkfd: Correct F8_MODE for gfx950 (git-fixes).
  - drm/amdgpu/gfx12: don't read registers in mqd init
    (stable-fixes).
  - drm/amdgpu/gfx11: don't read registers in mqd init
    (stable-fixes).
  - drm/amdgpu: Fix the race condition for draining retry fault
    (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: Correct timing_adjust_pending flag setting
    (stable-fixes).
  - drm/amd/display: calculate the remain segments for all pipes
    (stable-fixes).
  - drm/amd/display: not abort link train when bw is low
    (stable-fixes).
  - drm/amd/display: Do not enable replay when vtotal update is
    pending (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/xe: Nuke VM's mapping upon close (stable-fixes).
  - drm/xe: Retry BO allocation (stable-fixes).
  - drm/xe/vf: Retry sending MMIO request to GUC on timeout error
    (stable-fixes).
  - drm/xe/pf: Create a link between PF and VF devices
    (stable-fixes).
  - drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
    (stable-fixes).
  - drm/amdkfd: Set per-process flags only once for gfx9/10/11/12
    (stable-fixes).
  - drm/amdkfd: Set per-process flags only once cik/vi
    (stable-fixes).
  - drm/amdgpu: Fix missing drain retry fault the last entry
    (stable-fixes).
  - drm/amdgpu: Do not program AGP BAR regs under SRIOV in
    gfxhub_v1_0.c (stable-fixes).
  - drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35
    (stable-fixes).
  - drm/amd/display: Skip checking FRL_MODE bit for PCON BW
    determination (stable-fixes).
  - drm/amd/display: Fix DMUB reset sequence for DCN401
    (stable-fixes).
  - drm/amd/display: Fix p-state type when p-state is unsupported
    (stable-fixes).
  - drm/amd/display: Request HW cursor on DCN3.2 with SubVP
    (stable-fixes).
  - drm/amdkfd: KFD release_work possible circular locking
    (stable-fixes).
  - drm/amd/display: handle max_downscale_src_width fail check
    (stable-fixes).
  - drm/amd/display: fix dcn4x init failed (stable-fixes).
  - drm/amdgpu: remove all KFD fences from the BO on release
    (stable-fixes).
  - drm/rockchip: vop2: Add uv swap for cluster window
    (stable-fixes).
  - drm/xe/oa: Ensure that polled read returns latest data
    (stable-fixes).
  - drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
    (stable-fixes).
  - drm/xe: Fix xe_tile_init_noalloc() error propagation
    (stable-fixes).
  - drm/xe/debugfs: fixed the return value of wedged_mode_set
    (stable-fixes).
  - drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set
    (stable-fixes).
  - drm/xe/relay: Don't use GFP_KERNEL for new transactions
    (stable-fixes).
  - drm/xe/pf: Reset GuC VF config when unprovisioning critical
    resource (stable-fixes).
  - drm/xe: Move suballocator init to after display init
    (stable-fixes).
  - drm/xe: Do not attempt to bootstrap VF in execlists mode
    (stable-fixes).
  - drm/xe/sa: Always call drm_suballoc_manager_fini()
    (stable-fixes).
  - drm/xe: Reject BO eviction if BO is bound to current VM
    (stable-fixes).
  - drm/amd/pm: Fetch current power limit from PMFW (stable-fixes).
  - drm/amd/display: Add support for disconnected eDP streams
    (stable-fixes).
  - drm/amd/display: Guard against setting dispclk low when active
    (stable-fixes).
  - drm/amd/display: Fix BT2020 YCbCr limited/full range input
    (stable-fixes).
  - drm/amd/display: Read LTTPR ALPM caps during link cap retrieval
    (stable-fixes).
  - drm/amd/display: Don't treat wb connector as physical in
    create_validate_stream_for_sink (stable-fixes).
  - drm/amdgpu/mes11: fix set_hw_resources_1 calculation
    (stable-fixes).
  - drm/amdkfd: fix missing L2 cache info in topology
    (stable-fixes).
  - drm/amdgpu: Set snoop bit for SDMA for MI series (stable-fixes).
  - drm/amd/display: pass calculated dram_speed_mts to dml2
    (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/pm: Skip P2S load for SMU v13.0.12 (stable-fixes).
  - drm/amd/display: Support multiple options during psr entry
    (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/amd/display: Use Nominal vBlank If Provided Instead Of
    Capping It (stable-fixes).
  - drm/amd/display: Populate register address for dentist for
    dcn401 (stable-fixes).
  - drm/amdgpu: Use active umc info from discovery (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/rockchip: vop2: Improve display modes handling on RK3588
    HDMI0 (stable-fixes).
  - drm/ast: Find VBIOS mode from regular display size
    (stable-fixes).
  - drm: bridge: adv7511: fill stream capabilities (stable-fixes).
  - drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE
    (stable-fixes).
  - drm/atomic: clarify the rules around
    drm_atomic_state->allow_modeset (stable-fixes).
  - drm/buddy: fix issue that force_merge cannot free all roots
    (stable-fixes).
  - drm/panel-edp: Add Starry 116KHD024006 (stable-fixes).
  - drm: Add valid clones check (stable-fixes).
  - commit 88828d8
  - crypto: sun8i-ce-hash - fix error handling in
    sun8i_ce_hash_run() (git-fixes).
  - can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
    (stable-fixes).
  - can: kvaser_pciefd: Fix echo_skb race (stable-fixes).
  - char: tpm: tpm-buf: Add sanity check fallback in read helpers
    (stable-fixes).
  - crypto: octeontx2 - suppress auth failure screaming due to
    negative tests (stable-fixes).
  - crypto: lzo - Fix compression buffer overrun (stable-fixes).
  - crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
    (stable-fixes).
  - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
    (stable-fixes).
  - commit a9645bd
  - 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: btintel: Check dsbr size from EFI variable
    (git-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: amd: sof_amd_sdw: Fix unlikely uninitialized variable
    use in create_sdw_dailinks() (git-fixes).
  - ASoC: SOF: amd: add missing acp descriptor field (git-fixes).
  - ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation
    type (git-fixes).
  - ASoC: meson: meson-card-utils: use of_property_present()
    for DT parsing (git-fixes).
  - Bluetooth: btmtksdio: Do close if SDIO card removed without
    close (git-fixes).
  - Bluetooth: btmtksdio: Check function enabled before doing close
    (git-fixes).
  - Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ
    handler removal (stable-fixes).
  - Bluetooth: Disable SCO support if READ_VOICE_SETTING is
    unsupported/broken (stable-fixes).
  - can: c_can: Use of_property_present() to test existence of DT
    property (stable-fixes).
  - commit 8fe3f19
  - ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMP_DUMMY()
    (git-fixes).
  - ASoC: tas2764: Enable main IRQs (git-fixes).
  - ASoC: tas2764: Reinit cache on part reset (git-fixes).
  - ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers
    (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
    (stable-fixes).
  - ASoC: cs42l43: Disable headphone clamps during type detection
    (stable-fixes).
  - ASoC: imx-card: Adjust over allocation of memory in
    imx_card_parse_of() (stable-fixes).
  - ASoC: codecs: wsa884x: Correct VI sense channel mask
    (stable-fixes).
  - ASoC: codecs: wsa883x: Correct VI sense channel mask
    (stable-fixes).
  - commit 86bb694
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
    (stable-fixes).
  - ALSA: hda/realtek - restore auto-mute mode for Dell Chrome
    platform (stable-fixes).
  - ALSA: pcm: Fix race of buffer access at PCM OSS layer
    (stable-fixes).
  - ALSA: usb-audio: Fix duplicated name in MIDI substream names
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
    (stable-fixes).
  - ASoC: pcm6240: Drop bogus code handling IRQ as GPIO
    (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).
  - 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).
  - ALSA: seq: Improve data consistency at polling (stable-fixes).
  - commit 08338b9
  - kABI workaround for hda_codec.beep_just_power_on flag
    (git-fixes).
  - commit 2932a2f
  - acpi-cpufreq: Fix nominal_freq units to KHz in
    get_max_boost_ratio() (git-fixes).
  - ACPI: resource: fix a typo for MECHREVO in
    irq1_edge_low_force_override[] (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: hda/realtek: Enable PC beep passthrough for HP EliteBook
    855 G7 (stable-fixes).
  - ACPI: HED: Always initialize before evged (stable-fixes).
  - commit a49c2aa
  - kabi/severities: Add more PPC KVM symbols
  - commit 72910b3
  - Update patches.suse/mm-execmem-Unify-early-execmem_cache-behaviour.patch (bsc#1244062).
  - commit d02c14c
  - accel/ivpu: Correct mutex unlock order in job submission
    (git-fixes).
  - commit 9044b56
  - net: ethernet: mtk-star-emac: fix spinlock recursion issues
    on rx/tx poll (CVE-2025-37917 bsc#1243475).
  - commit 6f4e259
  - net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAM
    (CVE-2025-37935 bsc#1243546).
  - commit 8eb532f
  - Delete patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch.
  - commit c9207ce
  - platform/x86: thinkpad_acpi: Ignore battery threshold change
    event notification (git-fixes).
  - commit de4db35
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (git-fixes).
  - commit aad5008
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (git-fixes).
  - commit 3d5ab3a
  - accel/ivpu: Fix locking order in ivpu_job_submit (CVE-2025-37907 bsc#1243464).
  - commit 9c91371
  - accel/ivpu: Abort all jobs after command queue unregister (CVE-2025-37907 bsc#1243464).
  - commit de61fba
  - kABI: kabi fixes after tdx host patches (jsc#PED-348).
  - commit d736c22

++++ kernel-firmware-amdgpu:

  - Update to version 20250603 (git commit 3b75d677f898):
    * amdgpu: DMCUB updates for various ASICs

++++ kernel-firmware-bluetooth:

  - Update to version 20250603 (git commit 3b75d677f898):
    * linux-firmware: Update firmware file for Intel Pulsar core
    * linux-firmware: Update firmware file for Intel BlazarI core
    * linux-firmware: Update firmware file for Intel Quasar core
    * linux-firmware: Update firmware file for Intel Solar core
    * linux-firmware: Update firmware file for Intel Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core

++++ kernel-firmware-brcm:

  - Update to version 20250603 (git commit 3b75d677f898):
    * brcm: Add symlinks for Khadas VIM SDIO wifi config to AW-CM256SM.txt

++++ kernel-firmware-i915:

  - Update aliases
  - Update to version 20250603 (git commit 3b75d677f898):
    * xe: Update GUC to v70.45.2 for BMG, LNL
    * i915: Update GUC to v70.45.2 for DG2
    * xe: Update LNL GSC to v104.0.5.1429

++++ kernel-firmware-intel:

  - Update to version 20250603 (git commit 3b75d677f898):
    * Intel IPU7: Add firmware binary files

++++ kernel-firmware-iwlwifi:

  - Update to version 20250603 (git commit 3b75d677f898):
    * iwlwifi: add Bz/gl FW for core96-76 release
    * iwlwifi: update ty/So/Ma firmwares for core96-76 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core96-76 release
    * iwlwifi: update firmwares for 8000 series
    * iwlwifi: update 7265D firmware

++++ kernel-firmware-mediatek:

  - Update to version 20250603 (git commit 3b75d677f898):
    * mediatek MT7925: update bluetooth firmware to 20250526153203
    * linux-firmware: update firmware for MT7925 WiFi device

++++ kernel-firmware-network:

  - Update to version 20250603 (git commit 3b75d677f898):
    * ice: update wireless_edge package to 1.3.23.0
    * ice: update comms package to 1.3.55.0
    * ice: update package to 1.3.43.0

++++ kernel-firmware-nvidia:

  - Add workaround for directory/symlink changes (bsc#1243843)

++++ kernel-firmware-qcom:

  - Update aliases
  - Update to version 20250603 (git commit 3b75d677f898):
    * qcom: add QUPv3 firmware for QCS8300 platform
    * qcom: sc8280xp: FW blob updates for X13s

++++ libarchive:

  - update to 3.8.1:
    * libarchive: fix FILE_skip regression
    * compress: Prevent call stack overflow
    * iso9660: always check archive_string_ensure return value
    * tar: Support negative time values with pax
    * tar: Reset accumulated header state after reading macOS metadata blob
    * tar: Keep block alignment after pax error
    * tar: Handle extra bytes after sparse entries
  - includes changes from 3.8.0:
    * bsdtar: support --mtime and --clamp-mtime
    * 7-zip reader: improve self-extracting archive detection
    * xar: xmllite support for the XAR reader and writer
    * zip writer: added XZ, LZMA, ZSTD and BZIP2 support
    * zip writer: added LZMA + RISCV BCJ filter
    * rar: do not skip past EOF while reading (boo#1244159)
    * rar: fix double free with over 4 billion nodes (boo#1244160)
    * rar: fix heap-buffer-overflow (boo#1244161)
    * warc: prevent signed integer overflow (boo#1244162)
    * tar: fix overflow in build_ustar_entry (boo#1244163)
    * bsdtar: don't hardlink negative inode files together
    * gz: allow setting the original filename for gzip compressed files
    * lib: improve lseek handling
    * lib: support @-prefixed Unix epoch timestamps as date strings
    * rar: support large headers on 32 bit systems
    * tar reader: Improve LFS support on 32 bit systems
  - drop lib-suffix.patch, different implementation upstream
  - spec file clean-up, removing currently unused -static

++++ libbpf:

  - Workaround kernel module size increase due to BTF deduplication
    issue since the introduction of TYPEOF_UNQUAL (poo#183503 bsc#1244135)
    * add 0001-libbpf-Add-identical-pointer-detection-to-btf_dedup_.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:

  - Delete
    patches.suse/scsi-target-iscsi-don-t-warn-of-R-W-when-no-data.patch.
    This patch was never accepted upstream, and it has a simple
    workaround.
  - commit f19bccd
  - Delete
    patches.suse/scsi-target-iscsi-handle-SCSI-immediate-commands.patch.
    This patch was never accepted upstream, and it has a simple
    workaround.
  - commit b76df52
  - iommu: Protect against overflow in iommu_pgsize() (git-fixes).
  - commit 447faef
  - Drop unneeded guarded patches
  - Delete
    patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch.
  - Delete
    patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch.
  - Delete
    patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch.
  - commit 109a1a7
  - ext4: ignore xattrs past end (bsc#1242846 CVE-2025-37738).
  - commit 4250787
  - KVM: VMX: use __always_inline for is_td_vcpu and is_td
    (git-fixes).
  - commit b92c31e
  - KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL
    hook (git-fixes).
  - commit 60d9b39
  - KVM: x86: Do not use kvm_rip_read() unconditionally for
    KVM_PROFILING (git-fixes).
  - commit 6275fc3
  - KVM: x86: Do not use kvm_rip_read() unconditionally in KVM
    tracepoints (git-fixes).
  - commit 4df0c10
  - usb: xhci: Don't change the status of stalled TDs on failed
    Stop EP (git-fixes).
  - commit c602063
  - net: usb: aqc111: fix error handling of usbnet read calls
    (git-fixes).
  - commit 161e4aa
  - r8152: add vendor/device ID pair for Dell Alienware AW1022z
    (git-fixes).
  - commit 0be40bd
  - mm/execmem: Unify early execmem_cache behaviour (git-fixes).
  - commit 2b988fd
  - iio: light: opt3001: fix deadlock due to concurrent flag access (CVE-2025-37968 bsc#1243571)
  - commit 38c1f6f
  - tc: Ensure we have enough buffer space when sending filter
    netlink notifications (git-fixes).
  - commit e91ebf9
  - net: pktgen: fix mpls maximum labels list parsing (git-fixes).
  - commit 23ee838
  - perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value (CVE-2025-37936 bsc#1243537)
  - commit 595605e
  - net: pktgen: fix access outside of user given buffer in
    pktgen_thread_write() (git-fixes).
  - commit dc28109
  - netdev: fix repeated netlink messages in queue stats
    (git-fixes).
  - commit 35d6fa6
  - net: sched: fix erspan_opt settings in cls_flower (git-fixes).
  - commit 3501db1
  - net/sched: tbf: correct backlog statistic for GSO packets
    (git-fixes).
  - commit dec223e
  - pds_core: Prevent possible adminq overflow/stuck condition (CVE-2025-37987 bsc#1243542)
  - commit 1019426
  - netfilter: fib: avoid lookup if socket is available (git-fixes).
  - commit 2ec4377
  - tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
    (git-fixes).
  - commit bb6f90b
  - net: ipv6: Init tunnel link-netns before registering dev
    (git-fixes).
  - commit 7594ce3
  - net: ipv6: fix missing dst ref drop in ila lwtunnel (git-fixes).
  - commit c1b70b1
  - net: ipv6: fix dst ref loop in ila lwtunnel (git-fixes).
  - commit 86493f5
  - net: ipv6: fix dst ref loop on input in rpl lwt (git-fixes).
  - commit 4009ad2
  - net: ipv6: fix dst ref loop on input in seg6 lwt (git-fixes).
  - commit 6e27dbd
  - powerpc/kvm-hv-pmu: Add perf-events for Hostwide counters
    (jsc#PED-11017).
  - powerpc/kvm-hv-pmu: Implement GSB message-ops for hostwide
    counters (jsc#PED-11017).
  - kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
    (jsc#PED-11017).
    Update config files.
  - kvm powerpc/book3s-apiv2: Add kunit tests for Hostwide GSB
    elements (jsc#PED-11017).
  - kvm powerpc/book3s-apiv2: Add support for Hostwide GSB elements
    (jsc#PED-11017).
  - powerpc: Document APIv2 KVM hcall spec for Hostwide counters
    (jsc#PED-11017).
  - commit 5094316
  - SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
    (git-fixes).
  - commit fd7832d
  - nfs: ignore SB_RDONLY when remounting nfs (git-fixes).
  - commit da5b33e
  - nfs: clear SB_RDONLY before getting superblock (git-fixes).
  - commit 35b5d18
  - NFSv4: Don't check for OPEN feature support in v4.1 (git-fixes).
  - commit cb622d7
  - fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
    (git-fixes).
  - commit d3f8f13
  - arm64: sysreg: Drag linux/kconfig.h to work around vdso build issue (git-fixes)
  - commit 1cc351d
  - i2c: tegra: check msg length in SMBUS block read (bsc#1242086)
  - commit d765f59
  - soc: qcom: ice: introduce devm_of_qcom_ice_get (git-fixes).
  - commit 6cb417e
  - 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 679f2a3
  - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (git-fixes)
  - commit cad8ec2
  - RDMA/core: Fix best page size finding when it can cross SG entries (git-fixes)
  - commit 3f842a4
  - Documentation/virt/kvm: Document on Trust Domain Extensions
    (TDX) (jsc#PED-348).
  - commit 8414857
  - KVM: TDX: Make TDX VM type supported (jsc#PED-348).
  - commit 707d68f
  - KVM: TDX: KVM: TDX: Always honor guest PAT on TDX enabled guests
    (jsc#PED-348).
  - commit 1989f3c
  - KVM: x86: remove shadow_memtype_mask (jsc#PED-348).
  - commit be496d7
  - KVM: x86: Introduce Intel specific quirk
    KVM_X86_QUIRK_IGNORE_GUEST_PAT (jsc#PED-348).
  - commit a4399ff
  - KVM: x86: Introduce supported_quirks to block disabling quirks
    (jsc#PED-348).
  - commit b2c7cdd
  - KVM: x86: Allow vendor code to disable quirks (jsc#PED-348).
  - commit e2dd0d6
  - KVM: x86: do not allow re-enabling quirks (jsc#PED-348).
  - commit e772bf3
  - KVM: TDX: Enable guest access to MTRR MSRs (jsc#PED-348).
  - commit b2b6235
  - KVM: TDX: Add a method to ignore hypercall patching
    (jsc#PED-348).
  - commit d85513a
  - KVM: TDX: Ignore setting up mce (jsc#PED-348).
  - commit 94cc52d
  - KVM: TDX: Add methods to ignore accesses to TSC (jsc#PED-348).
  - commit f3fab48
  - KVM: TDX: Add methods to ignore VMX preemption timer
    (jsc#PED-348).
  - commit 9856061
  - KVM: TDX: Add method to ignore guest instruction emulation
    (jsc#PED-348).
  - commit 1b78596
  - KVM: TDX: Add methods to ignore accesses to CPU state
    (jsc#PED-348).
  - commit 6a204e7
  - KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
    (jsc#PED-348).
  - commit c70683b
  - KVM: TDX: Enable guest access to LMCE related MSRs
    (jsc#PED-348).
  - commit 38a0d91
  - KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall (jsc#PED-348).
  - commit 4e4c4ee
  - KVM: TDX: Implement callbacks for MSR operations (jsc#PED-348).
  - commit c357360
  - KVM: x86: Move KVM_MAX_MCE_BANKS to header file (jsc#PED-348).
  - commit 4352152
  - KVM: TDX: Handle TDX PV HLT hypercall (jsc#PED-348).
  - commit 5047fe8
  - KVM: TDX: Handle TDX PV CPUID hypercall (jsc#PED-348).
  - commit d83ca6d
  - KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page
    removal (jsc#PED-348).
  - commit 723b654
  - KVM: TDX: Handle EXIT_REASON_OTHER_SMI (jsc#PED-348).
  - Refresh
    patches.suse/KVM-TDX-Handle-EPT-violation-misconfig-exit.patch.
  - commit ea445d7

++++ gcc15:

  - Exclude shared objects present for link editing in the GCC specific
    subdirectory from provides processing via __provides_exclude_from.
    [bsc#1244050][bsc#1243991]

++++ libzypp:

  - RepoInfo: use pathNameSetTrailingSlash (fixes #643)
  - Fix wrong userdata parameter type when running zypp with debug
    verbosity (bsc#1239012)
  - version 17.37.4 (35)

++++ netcat-openbsd:

  - Update netcat to upstream version 1.229.
    * Fix build failure with GCC-15.
    * In UDP mode, do not test the connection (by writing "XXX" junk)
    when ‘-z’ is unset and the standard input is not a TTY.
    * rsync: Replace ‘-v’ flag with ‘-P’.
    * udp-scan-timeout.patch: Call connection_info() and udptest()
    call when ‘-z’ flag is set. This is the upstream behavior.
    * Add support for abstract namespace sockets in the AF_UNIX family.
    * Make getnameinfo(3) errors non-fatal in report_sock():
    report_sock() is used to show the peer's address/name and port
    when the '-v' flag is set. Reverse resolution errors need not
    be fatal.
    * Fix TCP MD5 signature support. The feature now requires the
    TCP_MD5SIG_EXT socket option, available since Linux 4.13.
    * Make -q0 quit immediately also with UDP sockets.
    * Re-enable specifying client socket for UNIX-domain datagram
    sockets. Regression introduced in version 1.187.
  - Added "abstract-unix-domain-socket.patch": when using '-U' to
    connect() or bind() to a UNIX domain socket, if the address
    (path) starts with "@", it is read as an abstract namespace
    socket.
  - Added "make-getnameinfo-errors-nonfatal-in-report_sock.patch":
    report_sock() is used to show the peer's address/name and port
    when the ‘-v’ flag is set. Reverse resolution errors need not be
    fatal.
  - Renamed the misspelled "port-to-linux-with-libsd.patch" to
    "port-to-linux-with-libbsd.patch".
  - Refreshed patches:
    * broadcast-support.patch
    * build-without-TLS-support.patch
    * connect-timeout.patch
    * dccp-support.patch
    * destination-port-list.patch
    * enable-udp-ip_recverr.patch
    * get-sev-by-name.patch
    * misc-failures-and-features.patch
    * port-select-on-connect.patch
    * port-to-linux-with-libbsd.patch
    * quit-timer.patch
    * send-crlf.patch
    * serialized-handling-multiple-clients.patch
    * set-TCP-MD5SIG-correctly-for-client-connections.patch
    * udp-scan-timeout.patch
    * use-flags-to-specify-listen-address.patch

++++ qemu:

  - Continue trying to fix building with GCC15:
    * roms/edk2: continue to try fixing building with GCC15 (bsc#1241473)
    * roms/ipxe: fix building with GCC15 (bsc#1241473)

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

++++ kernel-default:

  - kABI workaround for adding an header (CVE-2025-21868
    bsc#1240180).
  - commit 072dad0
  - iommu/tegra241-cmdqv: Fix warnings due to  dmam_free_coherent()
    (CVE-2025-37837 bsc#1242952).
  - commit 94c2388
  - KVM: TDX: Retry locally in TDX EPT violation handler on
    RET_PF_RETRY (jsc#PED-348).
  - commit 372dc9e
  - KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
    (jsc#PED-348).
  - commit 9331c7d
  - KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
    (jsc#PED-348).
  - commit 2a1fde3
  - KVM: VMX: Add a helper for NMI handling (jsc#PED-348).
  - commit 24f802e
  - KVM: TDX: Handle EPT violation/misconfig exit (jsc#PED-348).
  - commit a0ec838
  - net: ngbe: fix memory leak in ngbe_probe() error path (CVE-2025-37874 bsc#1242940)
  - commit bafeaea
  - net: txgbe: fix memory leak in txgbe_probe() error path (CVE-2025-37872 bsc#1242950)
  - commit 185c018
  - KVM: VMX: Move emulation_required to struct vcpu_vt
    (jsc#PED-348).
  - commit 9434e32
  - net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported (CVE-2025-37865 bsc#1242954)
  - commit ee6b079
  - KVM: TDX: Add methods to ignore virtual apic related operation
    (jsc#PED-348).
  - commit bf9bca9
  - KVM: TDX: Force APICv active for TDX guest (jsc#PED-348).
  - commit d79a636
  - KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
    (jsc#PED-348).
  - commit 9e38109
  - KVM: TDX: Always block INIT/SIPI (jsc#PED-348).
  - commit 622c0b5
  - KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM (jsc#PED-348).
  - commit 1d4c6d0
  - KVM: TDX: Implement methods to inject NMI (jsc#PED-348).
  - commit 27010d8
  - KVM: TDX: Handle TDX PV MMIO hypercall (jsc#PED-348).
  - commit d3a7554
  - KVM: TDX: Wait lapic expire when timer IRQ was injected
    (jsc#PED-348).
  - commit df10413
  - generic_pm_domain_data: hide new member in hole (git-fixes).
  - commit 2492c7a
  - KVM: TDX: Handle TDX PV port I/O hypercall (jsc#PED-348).
  - commit a4d0ab3
  - KVM: x86: Assume timer IRQ was injected if APIC state is
    protected (jsc#PED-348).
  - commit d27ed33
  - KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError> (jsc#PED-348).
  - commit f0081ab
  - KVM: TDX: Implement non-NMI interrupt injection (jsc#PED-348).
  - commit 6430243
  - KVM: TDX: Handle TDG.VP.VMCALL<MapGPA> (jsc#PED-348).
  - commit 06d28ef
  - KVM: VMX: Move posted interrupt delivery code to common header
    (jsc#PED-348).
  - commit 4cdd8be
  - KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL (jsc#PED-348).
  - commit b711514
  - KVM: TDX: Disable PI wakeup for IPIv (jsc#PED-348).
  - commit 0083672
  - KVM: TDX: Add a place holder for handler of TDX hypercalls
    (TDG.VP.VMCALL) (jsc#PED-348).
  - commit bbfe1d3
  - KVM: TDX: Add support for find pending IRQ in a protected
    local APIC (jsc#PED-348).
  - commit 0ac86e2
  - KVM: x86: Add a switch_db_regs flag to handle TDX's
    auto-switched behavior (jsc#PED-348).
  - commit e59aad1
  - KVM: TDX: Add a place holder to handle TDX VM exit
    (jsc#PED-348).
  - commit f6d9d03
  - KVM: TDX: Save and restore IA32_DEBUGCTL (jsc#PED-348).
  - commit 16db600
  - KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()
    (jsc#PED-348).
  - commit 43d4480
  - pmdomain: core: Introduce dev_pm_genpd_rpm_always_on()
    (git-fixes).
  - commit 0ef07f9
  - net: switchdev: Convert blocking notification chain to a raw
    one (CVE-2025-21986 bsc#1240810).
  - commit 85f36f1
  - KVM: TDX: Disable support for TSX and WAITPKG (jsc#PED-348).
  - commit bc35c5e
  - KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs
    (jsc#PED-348).
  - commit 850ed89
  - KVM: TDX: restore user ret MSRs (jsc#PED-348).
  - commit cfdcb3d
  - KVM: x86: Allow to update cached values in kvm_user_return_msrs
    w/o wrmsr (jsc#PED-348).
  - commit 8a2fb55
  - KVM: TDX: restore host xsave state when exit from the guest TD
    (jsc#PED-348).
  - commit 611c719
  - KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
    (jsc#PED-348).
  - commit 06d5ada
  - KVM: TDX: Implement TDX vcpu enter/exit path (jsc#PED-348).
  - commit 38e314c
  - KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a
    struct (jsc#PED-348).
  - commit dd35aa6
  - KVM: TDX: Handle SEPT zap error due to page add error in premap
    (jsc#PED-348).
  - commit 046d39c
  - x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
    (jsc#PED-348).
  - commit 12e92a7
  - KVM: TDX: Skip updating CPU dirty logging request for TDs
    (jsc#PED-348).
  - commit 95e549f
  - KVM: x86: Make cpu_dirty_log_size a per-VM value (jsc#PED-348).
  - commit 94f097d
  - KVM: x86/mmu: Add parameter "kvm" to
    kvm_mmu_page_ad_need_write_protect() (jsc#PED-348).
  - commit 1e27dc3
  - KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its
    callers (jsc#PED-348).
  - commit 74de069
  - KVM: TDX: Handle vCPU dissociation (jsc#PED-348).
  - commit 9718bb2
  - KVM: TDX: Finalize VM initialization (jsc#PED-348).
  - commit f6520b5
  - KVM: TDX: Add an ioctl to create initial guest memory
    (jsc#PED-348).
  - commit ff60511
  - KVM: x86/mmu: Export kvm_tdp_map_page() (jsc#PED-348).
  - commit 3465834
  - KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead
    (jsc#PED-348).
  - commit 144e592
  - KVM: TDX: Implement hook to get max mapping level of private
    pages (jsc#PED-348).
  - commit 554515d
  - KVM: TDX: Implement hooks to propagate changes of TDP MMU
    mirror page table (jsc#PED-348).
  - commit f1d4b55
  - KVM: TDX: Handle TLB tracking for TDX (jsc#PED-348).
  - commit f0faa8e
  - KVM: TDX: Set per-VM shadow_mmio_value to 0 (jsc#PED-348).
  - commit 49dae5c
  - KVM: x86/mmu: Add setter for shadow_mmio_value (jsc#PED-348).
  - commit b058430
  - KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for
    TDX (jsc#PED-348).
  - commit 7d874e9
  - KVM: TDX: Set gfn_direct_bits to shared bit (jsc#PED-348).
  - commit ef0e482
  - KVM: TDX: Add load_mmu_pgd method for TDX (jsc#PED-348).
  - commit d5b9d6f
  - KVM: TDX: Add accessors VMX VMCS helpers (jsc#PED-348).
  - commit 1f2f6c1
  - KVM: VMX: Teach EPT violation helper about private mem
    (jsc#PED-348).
  - commit 7088974
  - KVM: VMX: Split out guts of EPT violation to common/exposed
    function (jsc#PED-348).
  - commit 72c8f3e
  - KVM: x86/mmu: Do not enable page track for TD guest
    (jsc#PED-348).
  - commit de6c038
  - KVM: x86/tdp_mmu: Add a helper function to walk down the TDP
    MMU (jsc#PED-348).
  - commit 44a0f73
  - KVM: x86/mmu: Implement memslot deletion for TDX (jsc#PED-348).
  - commit 3d2ab8b
  - x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of
    initial contents (jsc#PED-348).
  - commit abf2eb5
  - net: allow small head cache usage with large MAX_SKB_FRAGS
    values (CVE-2025-21868 bsc#1240180).
  - commit 289f29e
  - KVM: TDX: Register TDX host key IDs to cgroup misc controller
    (jsc#PED-348).
  - commit b50c816
  - x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
    (jsc#PED-348).
  - commit 466591d
  - KVM: x86/mmu: Taking guest pa into consideration when calculate
    tdp level (jsc#PED-348).
  - commit 3904d80
  - x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
    (jsc#PED-348).
  - commit a485453
  - KVM: x86: Introduce KVM_TDX_GET_CPUID (jsc#PED-348).
  - commit fe28688
  - x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages
    (jsc#PED-348).
  - commit 2498b76
  - KVM: TDX: Do TDX specific vcpu initialization (jsc#PED-348).
  - commit 165bc3a
  - x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add
    SEPT pages (jsc#PED-348).
  - commit 7395169
  - KVM: TDX: create/free TDX vcpu structure (jsc#PED-348).
  - commit 98bd9d9
  - KVM: TDX: Don't offline the last cpu of one package when
    there's TDX guest (jsc#PED-348).
  - commit e74a04c
  - powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes
    for IO add (bsc#1243042 ltc#212167).
  - commit 87e2def
  - KVM: TDX: Make pmu_intel.c ignore guest TD case (jsc#PED-348).
  - commit 7db5893
  - KVM: TDX: add ioctl to initialize VM with TDX specific
    parameters (jsc#PED-348).
  - commit 9a8f7c4
  - KVM: x86: expose cpuid_entry2_find for TDX (jsc#PED-348).
  - commit d6d74c0
  - KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
    (jsc#PED-348).
  - commit 99f1ef2
  - KVM: TDX: create/destroy VM structure (jsc#PED-348).
  - commit ff395b9
  - KVM: TDX: Get system-wide info about TDX module on
    initialization (jsc#PED-348).
  - commit f966b83
  - cifs: avoid NULL pointer dereference in dbg call (CVE-2025-37844 bsc#1242946)
  - commit 13ce184
  - KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
    (jsc#PED-348).
  - commit fb81451
  - KVM: TDX: Add helper functions to print TDX SEAMCALL error
    (jsc#PED-348).
  - commit c7850a7
  - KVM: TDX: Add TDX "architectural" error codes (jsc#PED-348).
  - commit ae6dde8
  - KVM: TDX: Define TDX architectural definitions (jsc#PED-348).
  - commit 0b39ad1
  - KVM: TDX: Add placeholders for TDX VM/vCPU structures
    (jsc#PED-348).
  - commit 4331504
  - KVM: TDX: Get TDX global information (jsc#PED-348).
  - commit 2639f49
  - KVM: VMX: Initialize TDX during KVM module load (jsc#PED-348).
  - commit e605aaf
  - KVM: VMX: Refactor VMX module init/exit functions (jsc#PED-348).
  - commit 3880b0c
  - scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer() (CVE-2025-37826 bsc#1242862)
  - commit d04f316
  - KVM: Export hardware virtualization enabling/disabling functions
    (jsc#PED-348).
  - commit dbb21b7
  - x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and
    free TDX guest KeyID (jsc#PED-348).
  - commit 4dc8a98
  - x86/virt/tdx: Read essential global metadata for KVM
    (jsc#PED-348).
  - commit 8ddca0b
  - x86/virt/tdx: allocate tdx_sys_info in static memory
    (jsc#PED-348).
  - commit 6a14d13
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations
    (jsc#PED-348).
  - commit c2d6ae0
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
    (jsc#PED-348).
  - commit a4a8ea9
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache
    management (jsc#PED-348).
  - commit f562ade
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
    (jsc#PED-348).
  - commit 4596a12
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
    (jsc#PED-348).
  - commit 67ea0be
  - x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
    (jsc#PED-348).
  - commit 4535d8f
  - Update
    patches.suse/9p-net-fix-improper-handling-of-bogus-negative-read-.patch
    (git-fixes CVE-2025-37879 bsc#1243077).
  - 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-amd-acp-Fix-NULL-pointer-deref-in-acp_i2s_set_t.patch
    (git-fixes CVE-2025-37919 bsc#1243478).
  - Update
    patches.suse/ASoC-codecs-wcd937x-fix-a-potential-memory-leak-in-w.patch
    (git-fixes CVE-2025-37941 bsc#1243525).
  - 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/ASoC-simple-card-utils-Fix-pointer-check-in-graph_ut.patch
    (git-fixes CVE-2025-37934 bsc#1243548).
  - 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/HID-pidff-Fix-null-pointer-dereference-in-pidff_find.patch
    (stable-fixes CVE-2025-37862 bsc#1242982).
  - Update
    patches.suse/HID-pidff-Make-sure-to-fetch-pool-before-checking-SI.patch
    (stable-fixes CVE-2025-37942 bsc#1243576).
  - Update
    patches.suse/HSI-ssi_protocol-Fix-use-after-free-vulnerability-in.patch
    (stable-fixes CVE-2025-37838 bsc#1241641).
  - Update
    patches.suse/Input-mtk-pmic-keys-fix-possible-null-pointer-derefe.patch
    (git-fixes CVE-2025-37972 bsc#1243573).
  - Update
    patches.suse/KVM-SVM-Forcibly-leave-SMM-mode-on-SHUTDOWN-intercep.patch
    (git-fixes CVE-2025-37957 bsc#1243513).
  - Update
    patches.suse/KVM-x86-Reset-IRTE-to-host-control-if-new-route-isn-.patch
    (git-fixes CVE-2025-37885 bsc#1242960).
  - 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-pciehp-Avoid-unnecessary-device-replacement-chec.patch
    (git-fixes CVE-2025-37843 bsc#1242956).
  - 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/PM-hibernate-Avoid-deadlock-in-hibernate_compressor_.patch
    (stable-fixes CVE-2025-37745 bsc#1242853).
  - 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 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/accel-ivpu-Fix-PM-related-deadlocks-in-MS-IOCTLs.patch
    (git-fixes CVE-2025-37848 bsc#1242943).
  - Update
    patches.suse/accel-ivpu-Fix-deadlock-in-ivpu_ms_cleanup.patch
    (git-fixes CVE-2025-37847 bsc#1242947).
  - Update
    patches.suse/arm64-errata-Add-missing-sentinels-to-Spectre-BHB-MIDR-arr.patch
    (git-fixes CVE-2025-37929 bsc#1243624).
  - Update
    patches.suse/arm64-mops-Do-not-dereference-src-reg-for-a-set-operation.patch
    (git-fixes CVE-2025-37846 bsc#1242963).
  - 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/block-mark-GFP_NOIO-around-sysfs-store.patch
    (jsc#PED-9651 CVE-2025-21817 bsc#1239106).
  - Update
    patches.suse/bnxt_en-Fix-error-handling-path-in-bnxt_init_chip.patch
    (git-fixes CVE-2025-37895 bsc#1243532).
  - Update
    patches.suse/bnxt_en-Fix-out-of-bound-memcpy-during-ethtool-w.patch
    (git-fixes CVE-2025-37911 bsc#1243469).
  - Update
    patches.suse/book3s64-radix-Align-section-vmemmap-start-address-t.patch
    (bsc#1238318 bsc#1243298 ltc#212689 CVE-2025-37922 bsc#1243481).
  - 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
    (git-fixes 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/crypto-null-Use-spin-lock-instead-of-mutex.patch
    (stable-fixes CVE-2025-37808 bsc#1242923).
  - 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/dmaengine-fsl-edma-free-irq-correctly-in-remove-path.patch
    (git-fixes CVE-2025-38479 bsc#1242036).
  - Update
    patches.suse/driver-core-fix-potential-NULL-pointer-dereference-i.patch
    (stable-fixes CVE-2025-37800 bsc#1242849).
  - 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-display-prevent-hang-on-link-training-fail.patch
    (stable-fixes CVE-2025-37870 bsc#1243056).
  - 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-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-imagination-fix-firmware-memory-leaks.patch
    (git-fixes CVE-2025-37764 bsc#1242577).
  - Update
    patches.suse/drm-imagination-take-paired-job-reference.patch
    (git-fixes CVE-2025-37763 bsc#1242508).
  - 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/drm-xe-Fix-an-out-of-bounds-shift-when-invalidating-.patch
    (git-fixes CVE-2025-37761 bsc#1242724).
  - Update
    patches.suse/drm-xe-Use-local-fence-in-error-path-of-xe_migrate_c.patch
    (git-fixes CVE-2025-37869 bsc#1242967).
  - Update
    patches.suse/drm-xe-userptr-fix-notifier-vs-folio-deadlock.patch
    (git-fixes CVE-2025-37868 bsc#1242966).
  - Update
    patches.suse/drm-xe-vf-Don-t-try-to-trigger-a-full-GT-reset-if-VF.patch
    (stable-fixes CVE-2025-23162 bsc#1242834).
  - Update
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch
    (git-fixes CVE-2025-37873 bsc#1242961).
  - Update
    patches.suse/ethtool-cmis_cdb-use-correct-rpl-size-in-ethtool_cmi.patch
    (git-fixes CVE-2025-37791 bsc#1242729).
  - 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/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-backend-make-sure-to-NULL-terminate-stack-buffer.patch
    (git-fixes CVE-2025-22082 bsc#1241336).
  - 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/iio-light-Add-check-for-array-bounds-in-veml6075_rea.patch
    (git-fixes CVE-2025-40114 bsc#1241639).
  - Update
    patches.suse/iommu-Fix-two-issues-in-iommu_copy_struct_from_user.patch
    (git-fixes CVE-2025-37900 bsc#1243560).
  - 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/lib-iov_iter-fix-to-increase-non-slab-folio-refcount.patch
    (bsc#1241169 (MM functional and performance backports)
    CVE-2025-37779 bsc#1242525).
  - 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-mediatek-vcodec-Fix-a-resource-leak-related-to.patch
    (git-fixes CVE-2025-23160 bsc#1242507).
  - 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/mei-vsc-Fix-fortify-panic-caused-by-invalid-counted_.patch
    (git-fixes CVE-2025-37816 bsc#1242863).
  - 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/mm-slab-clean-up-slab-obj_exts-always.patch
    (git-fixes CVE-2025-37908 bsc#1243466).
  - 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-decrease-cached-dst-counters-in-dst_release.patch
    (git-fixes CVE-2025-22057 bsc#1241533).
  - Update
    patches.suse/net-mlx5-Fix-null-ptr-deref-in-mlx5_create_-inner_-t.patch
    (git-fixes CVE-2025-37888 bsc#1242964).
  - Update
    patches.suse/net-phy-allow-MDIO-bus-PM-ops-to-start-stop-state-ma.patch
    (git-fixes CVE-2025-37945 bsc#1243538).
  - Update patches.suse/net-phy-leds-fix-memory-leak.patch
    (git-fixes CVE-2025-37989 bsc#1243511).
  - Update patches.suse/net-tls-explicitly-disallow-disconnect.patch
    (git-fixes CVE-2025-37756 bsc#1242515).
  - Update
    patches.suse/net-use-sock_gen_put-when-sk_state-is-TCP_TIME_WAIT.patch
    (git-fixes CVE-2025-37894 bsc#1243533).
  - 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-allow-SC_STATUS_FREEABLE-when-searching-via-nfs4_lookup_stateid.patch
    (git-fixes CVE-2025-39688 bsc#1241652).
  - 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/nvmet-fix-out-of-bounds-access-in-nvmet_enable_port.patch
    (jsc#PED-9651 CVE-2025-37825 bsc#1242874).
  - Update
    patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch
    (git-fixes CVE-2025-37937 bsc#1243540).
  - Update
    patches.suse/objtool-nvmet-Fix-out-of-bounds-stack-access-in-nvme.patch
    (git-fixes CVE-2025-39778 bsc#1241632).
  - 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/page_pool-avoid-infinite-loop-to-schedule-delayed-wo.patch
    (git-fixes CVE-2025-37859 bsc#1243051).
  - Update
    patches.suse/powerpc64-ftrace-fix-module-loading-without-patchabl.patch
    (jsc#PED-10909 git-fixes bsc#1236402 CVE-2025-37898
    bsc#1243549).
  - 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/remoteproc-core-Clear-table_sz-when-rproc_shutdown.patch
    (git-fixes CVE-2025-38152 bsc#1241627).
  - Update
    patches.suse/s390-pci-Fix-duplicate-pci_dev_put-in-disable_slot-w.patch
    (git-fixes CVE-2025-37946 bsc#1243506).
  - 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/scsi-smartpqi-Use-is_kdump_kernel-to-check-for-kdump.patch
    (git-fixes CVE-2025-37981 bsc#1243514).
  - Update
    patches.suse/sfc-fix-NULL-dereferences-in-ef100_process_design_pa.patch
    (git-fixes CVE-2025-37860 bsc#1241452).
  - 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/staging-vchiq_arm-Fix-possible-NPR-of-keep-alive-thr.patch
    (git-fixes CVE-2025-22078 bsc#1241418).
  - Update
    patches.suse/tipc-fix-NULL-pointer-dereference-in-tipc_mon_reinit.patch
    (git-fixes CVE-2025-37824 bsc#1242867).
  - Update patches.suse/tpm-do-not-start-chip-while-suspended.patch
    (git-fixes CVE-2025-23149 bsc#1242758).
  - Update
    patches.suse/tty-Require-CAP_SYS_ADMIN-for-all-usages-of-TIOCL_SE.patch
    (git-fixes CVE-2025-37814 bsc#1242865).
  - Update
    patches.suse/ublk-fix-handling-recovery-reissue-in-ublk_abort_queue.patch
    (git-fixes CVE-2025-37759 bsc#1242519).
  - Update
    patches.suse/usb-cdns3-Fix-deadlock-when-using-NCM-gadget.patch
    (git-fixes CVE-2025-37812 bsc#1242908).
  - Update
    patches.suse/usb-chipidea-ci_hdrc_imx-fix-usbmisc-handling.patch
    (git-fixes CVE-2025-37811 bsc#1242907).
  - 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
    (git-fixes CVE-2025-37881 bsc#1242973).
  - Update
    patches.suse/usb-typec-class-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-37809 bsc#1242856).
  - Update
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch
    (git-fixes CVE-2025-37986 bsc#1243515).
  - Update
    patches.suse/usb-typec-ucsi-displayport-Fix-deadlock.patch
    (git-fixes CVE-2025-37967 bsc#1243572).
  - Update
    patches.suse/usb-xhci-Don-t-skip-on-Stopped-Length-Invalid.patch
    (git-fixes CVE-2025-22023 bsc#1241298).
  - Update
    patches.suse/usb-xhci-Fix-invalid-pointer-dereference-in-Etron-wo.patch
    (git-fixes CVE-2025-37813 bsc#1242909).
  - Update
    patches.suse/usb-xhci-Fix-isochronous-Ring-Underrun-Overrun-event.patch
    (stable-fixes CVE-2025-37882 bsc#1243234).
  - Update
    patches.suse/virtio-net-free-xsk_buffs-on-error-in-virtnet_xsk_po.patch
    (git-fixes CVE-2025-37955 bsc#1243507).
  - 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).
  - Update
    patches.suse/xen-netfront-handle-NULL-returned-by-xdp_convert_buf.patch
    (git-fixes CVE-2025-37820 bsc#1242866).
  - Update patches.suse/xenbus-Use-kref-to-track-req-lifetime.patch
    (git-fixes CVE-2025-37949 bsc#1243541).
  - Update
    patches.suse/xsk-fix-an-integer-overflow-in-xp_create_and_assign_.patch
    (git-fixes CVE-2025-21997 bsc#1240823).
  - commit bc63f80
  - arm64: Add override for MPAM (bsc#1242843)
  - commit eb086b5
  - printk: Check CON_SUSPEND when unblanking a console
    (bsc#1243998).
  - commit bab4aa6
  - Flush console log from kernel_power_off() (bsc#1243996).
  - commit cd77fb7
  - arm64/mm: Permit lazy_mmu_mode to be nested (git-fixes)
  - commit ed7a958
  - arm64/mm: Disable barrier batching in interrupt contexts (git-fixes)
  - commit dabd452
  - smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI (git-fixes)
  - commit cbe1757

++++ gcc15:

  - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap
    variant conflict with the unversioned cross-*-gcc package.

++++ ceph:

  - Add ceph-volume-fix-importlib.metadata-compat.patch
  - Added ceph-mgr-python-avoid-pyo3-errors.patch
  - Added ceph-mgr-do-not-require-NOTIFY_TYPES-in-python-modules.patch
  - Added ceph-mgr-workaround-numpy-28271.patch

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

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250604.94835c9:
    * Add gpgkey for codecs-o-o as well
    * Drop opensuse_repos.sh

------------------------------------------------------------------
------------------  2025-6-2  -  Jun 2 2025  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.238.0:
    * label /run/sysctl.d correctly on creation

++++ coreutils:

  - coreutils-9.6-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-systemd:

  - coreutils-9.6-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)

++++ dhcpcd:

  - Update to 10.2.4
    * compat: use timingsafe_bcmp if available
    * IPv6: Sort routers by reachability correctly.
    * definitions: define ND Route Information option
    * IPv6: Clear previous address RA flags on receipt of a RA.

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

++++ glibc:

  - Filter GLIBC_PRIVATE symbols again
  - Drop ngpt provides
  - Compile functions in libc_nonshared.a as PIC

++++ kernel-default:

  - kABI: net: page_pool: avoid false positive warning if NAPI
    was never added (git-fixes).
  - commit 06adb55
  - smb: cached directories can be more than root file handle
    (git-fixes).
  - commit afb4d0b
  - smb: client: remove unnecessary checks in open_cached_dir()
    (git-fixes).
  - commit a9818f2
  - smb: client: change return value in open_cached_dir_by_dentry()
    if !cfids (git-fixes).
  - commit 3994f63
  - smb: client: Avoid race in open_cached_dir with lease breaks
    (CVE-2025-37954 bsc#1243664).
  - commit af201ef
  - KVM: arm64: Specify hypercall ABI for retrieving target (git-fixes)
  - commit 5a6faf6
  - KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries
    KVM Guest (bsc#1242205 ltc#212592).
  - commit d1b31ab
  - arm64: errata: Work around AmpereOne's erratum AC04_CPU_23 (git-fixes)
    Enable workaround for this errata and remove one slot of kABI
    preservation list.
  - commit 0a959f3
  - KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode (git-fixes)
  - commit 92b45e1
  - arm64: sysreg: Add layout for ICH_HCR_EL2 (git-fixes)
  - commit 10c80f5
  - objtool, panic: Disable SMAP in __stack_chk_fail()
    (bsc#1243963).
  - commit 1d39035
  - net: stmmac: Fix accessing freed irq affinity_hint (CVE-2025-23155 bsc#1242573)
  - commit b63c5f4
  - memblock: Accept allocated memory before use in
    memblock_double_array() (CVE-2025-37960 bsc#1243519).
  - commit 754095c
  - mm/huge_memory: fix dereferencing invalid pmd migration entry
    (CVE-2025-37958 bsc#1243539).
  - commit 675ffa4
  - dm: restrict dm device size to 2^63-512 bytes (git-fixes).
  - commit ae2ce2b
  - dm cache: prevent BUG_ON by blocking retries on failed device
    resumes (git-fixes).
  - commit d254a94
  - dm: fix unconditional IO throttle caused by REQ_PREFLUSH
    (git-fixes).
  - commit fec8e9d
  - dm vdo indexer: prevent unterminated string warning (git-fixes).
  - commit 379a5f2
  - dm vdo: use a short static string for thread name prefix
    (git-fixes).
  - commit 8084a50
  - net_sched: sch_sfq: move the limit validation (CVE-2025-37752 bsc#1242504)
  - commit c353024
  - net: lwtunnel: disable BHs when required (git-fixes).
  - commit 304c8c4
  - mmc: sdhci-of-dwcmshc: add PD workaround on RK3576 (git-fixes).
  - commit 19be083
  - mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get
    (git-fixes).
  - commit e8bf316
  - mmc: host: Wait for Vdd to settle on card power off (git-fixes).
  - commit 6799785
  - mmc: dw_mmc: add exynos7870 DW MMC support (git-fixes).
  - commit 2d642c3
  - mmc: sdhci: Disable SD card clock before changing parameters
    (git-fixes).
  - commit eab27bb
  - platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID
    (git-fixes).
  - commit 2916acb
  - platform/x86: dell-wmi-sysman: Avoid buffer overflow in
    current_password_store() (git-fixes).
  - commit d257f90
  - platform/x86: ideapad-laptop: add support for some new buttons
    (git-fixes).
  - commit 1e3c868
  - platform/x86: asus-wmi: Disable OOBE state after resume from
    hibernation (git-fixes).
  - commit c9e24c6
  - platform/x86/intel: hid: Add Pantherlake support (git-fixes).
  - commit 460cc0c
  - Input: synaptics-rmi - fix crash with unsupported versions of
    F34 (git-fixes).
  - commit b62a334
  - Input: xpad - add more controllers (git-fixes).
  - commit b79f69c
  - Input: xpad - fix xpad_device sorting (git-fixes).
  - commit 46af804
  - Input: xpad - add support for several more controllers
    (git-fixes).
  - commit ab01d4f
  - arm64/sysreg: Expose MTE_frac so that it is visible to KVM (git-fixes)
  - commit 53f8737
  - arm64/cpuinfo: only show one cpu's info in c_show() (git-fixes)
  - commit c7e06a7
  - arm64/mm: Batch barriers when updating kernel mappings (git-fixes)
  - commit 133d7c0
  - arm64/cpufeature: Add missing id_aa64mmfr4 feature reg update (git-fixes)
  - commit 0d85371
  - arm64: Rework checks for broken Cavium HW in the PI code (git-fixes)
  - commit 589c17e
  - arm64: Add support for HIP09 Spectre-BHB mitigation (git-fixes)
  - commit f8ba796
  - arm64: topology: Support SMT control on ACPI based system (git-fixes)
  - commit 48b6d40
  - 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 c19b923
  - ipv6: save dontfrag in cork (git-fixes).
  - commit f07ae24
  - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
    (git-fixes).
  - commit 3096e43
  - net: page_pool: avoid false positive warning if NAPI was never
    added (git-fixes).
  - commit 13d3621
  - ipv4: ip_gre: Fix set but not used warning in ipgre_err()
    if IPv4-only (git-fixes).
  - commit e7bb54c
  - net: flush_backlog() small changes (git-fixes).
  - commit db8d6de
  - kABI: net: lwtunnel: fix recursion loops (git-fixes).
  - commit 0d4c30c
  - arm64/mm: Define PTDESC_ORDER (git-fixes)
  - commit fe6a508
  - arm64/kernel: Always use level 2 or higher for early mappings (git-fixes)
  - commit c847735
  - arm64/sysreg: Rename POE_RXW to POE_RWX (git-fixes)
  - commit 81d3162
  - arm64/sysreg: Improve PIR/POR helpers (git-fixes)
  - commit 8cac771
  - smccc/kvm_guest: Enable errata based on implementation CPUs (git-fixes)
  - commit cca968d
  - arm64: Make  _midr_in_range_list() an exported function (git-fixes)
  - commit 27f4bc5
  - arm64: Modify _midr_range() functions to read MIDR/REVIDR internally (git-fixes)
  - commit 52f11f0
  - arm64: cpufeature: Handle NV_frac as a synonym of NV2 (git-fixes)
  - commit 1c65e7c
  - nvme: avoid creating multipath sysfs group under namespace
    path devices (git-fixes).
  - nvmet: pci-epf: clear completion queue IRQ flag on delete
    (git-fixes).
  - 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).
  - nvmet-auth: always free derived key data (git-fixes).
  - nvmet-tcp: don't restore null sk_state_change (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 4e0829c
  - Remove debug flavor (bsc#1243919).
  - commit ddb9b4c
  - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE
    Useful when someone tries (needs) to build the kernel with clang.
  - commit 06918e3
  - Squashfs: check return result of sb_min_blocksize (git-fixes).
  - commit 2e52086
  - powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view
    (jsc#PED-10539 git-fixes).
  - commit 4182148
  - RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (git-fixes)
  - commit a0be830
  - RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (git-fixes)
  - commit 0ac05e4
  - RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction (git-fixes)
  - commit f3c40d5
  - IB/cm: Drop lockdep assert and WARN when freeing old msg (git-fixes)
  - commit a7456d7
  - RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h (git-fixes)
  - commit 7f90606
  - RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bug (git-fixes)
  - commit a59c563
  - IB/cm: use rwlock for MAD agent lock (git-fixes)
  - commit c06f30d
  - fix a couple of races in MNT_TREE_BENEATH handling by
    do_move_mount() (bsc#1243521 CVE-2025-37988).
  - commit e9c9973

++++ ncurses:

  - Add ncurses patch 20250531
    + improve logic in misc/run_tic.in for constructing symbolic link
    when $DESTDIR is set.

++++ rpm:

  - use the pubkey modification time instead of the creation time
    as the release number, as it was with older rpm versions
    * new patch: pgpreleasemtime.diff

++++ systemd:

  - Import commit c929295b4c1fb3cd6b9963bc7588fbc3e597ab86 (merge of v257.6)
    This merge includes the following fix:
    c58a8a6ec9 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/8e9840a2897e36ae3f926f8d10a2b0d7e4102c67...c929295b4c1fb3cd6b9963bc7588fbc3e597ab86

++++ 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)

++++ tuned:

  - Fix newlines in changelog

------------------------------------------------------------------
------------------  2025-6-1  -  Jun 1 2025  -------------------
------------------------------------------------------------------

++++ gstreamer-plugins-base:

  - Update to version 1.26.2:
    + alsa: Avoid infinite loop in DSD rate detection
    + gl: Implement basetransform meta transform function
    + glshader: free shader on stop
    + glupload: Only add texture-target field to GL caps
    + gstaudioutilsprivate: Fix gcc 15 compiler error with function
    pointer
    + mikey: Avoid infinite loop while parsing MIKEY payload with
    unhandled payload types
    + properties: add G_PARAM_STATIC_STRINGS where missing
    + riff-media: fix MS and DVI ADPCM av_bps calculations
    + subtitleoverlay: Remove 0.10 hardware caps handling
    + subtitleoverlay: Missing support for DMABuf(?)
    + tests: opus: Update channel support and add to meson
    + textoverlay: fix shading for RGBx / RGBA pixel format variants
    + textoverlay background is wrong while cropping
    + uridecodebin3: Don't hold play items lock while releasing pads
    + uridecodebin3: deadlock on PLAY_ITEMS_LOCK
    + Fix new warnings on Fedora 42, various meson warnings, and
    other small meson build/wrap fixes
    + Fix Qt detection in various places

++++ ceph:

  - Update to 18.2.7 (Reef):
    + RADOS
    * FileStore is not supported in Reef.
    * RocksDB has been upgraded to version 7.9.2.
    * There have been significant improvements to RocksDB iteration overhead
    and performance.
    * The `perf dump` and `perf schema` commands have been deprecated in favor
    of the new `counter dump` and `counter schema` commands.
    * Cache tiering is now deprecated.
    * A new feature, the "read balancer", is now available, which allows users
    to balance primary PGs per pool on their clusters.
    * A POOL_APP_NOT_ENABLED health warning will now be reported if the
    application is not enabled for the pool whether the pool is in use or
    not.
    * The get_pool_is_selfmanaged_snaps_mode C++ API has been deprecated due
    to being prone to false negative results. Its safer replacement is
    pool_is_in_selfmanaged_snaps_mode.
    * A new command, `ceph osd rm-pg-upmap-primary-all`, has been added that
    allows users to clear all pg-upmap-primary mappings in the osdmap when
    desired.
    * A bug related to IPv6 support is now fixed.
    + RGW
    * Bucket resharding is now supported for multi-site configurations.
    * There have been significant improvements to the stability and
    consistency of multi-site replication.
    * Compression is now supported for objects uploaded with Server-Side
    Encryption.
    * S3 multipart uploads using Server-Side Encryption now replicate
    correctly in a multi-site deployment.
    * New tools have been added to `radosgw-admin` for identifying and
    correcting issues with versioned bucket indexes.
    + Dashboard
    * There is a new Dashboard page with improved layout. Active alerts and
    some important charts are now displayed inside cards.
    * An overview page for RGW to show the overall status of RGW components.
    * Added management support for RGW Multi-site and CephFS Subvolumes and
    groups.
    * Fixed several issues in Ceph dashboard on Rook-backed clusters, and
    improved the user experience on the Rook environment.
    + RBD
    * Support for layered client-side encryption has been added.
    * When diffing against the beginning of time (fromsnapname == NULL) in
    fast-diff mode (whole_object == true with fast-diff image feature
    enabled and valid), diff-iterate is now guaranteed to execute locally if
    exclusive lock is available. This brings a dramatic performance
    improvement for QEMU live disk synchronization and backup use cases.
    * The option --image-id has been added to `rbd children` CLI command, so
    it can be run for images in the trash.
    * The try-netlink mapping option for rbd-nbd has become the default and is
    now deprecated.
    + Telemetry
    * Users can now opt in to participate in a leaderboard in the telemetry
    public dashboards.
    + CEPHFS
    * MDS now evicts clients which are not advancing their request tids.
    + mgr
    * For clusters with multiple CephFS file systems, all the snap-schedule
    commands now expect the ‘--fs’ argument.
    * Refine the orchestrator availability check to prevent against crashes in
    the prometheus module during startup.
    + ceph-volume
    * A bug related to cryptsetup version handling has been fixed.
  - Switched to managing the spec directly with a pristine source and set of
    patches
  - Removed ceph-test
  - Removed checkin scripts
  - Added ceph-mgr-stop-using-deprecated-api-to-initialize-python.patch
  - Added ceph-mgr-set-argv-for-python.patch
  - Added ceph-mgr-add-site-packages-paths.patch
  - Added ceph-librbd-fix-atomic-shared-pointer.patch
  - Added ceph-cmake-ensure-git-exists-before-executing-it.patch
  - Added ceph-build-fix-fmt-version-check.patch
  - Added ceph-tracing-fix-c-type-errors-in-librados-tracing.patch
  - Added ceph-pybind-fix-c-type-errors-in-cython-generated-python-bindings.patch

------------------------------------------------------------------
------------------  2025-5-31  -  May 31 2025  -------------------
------------------------------------------------------------------

++++ gstreamer:

  - Update to version 1.26.2:
    + Highlighted bugfixes:
  - Various security fixes and playback fixes
  - aggregator base class fixes to not produce buffers too early
    in live mode
  - AWS translate element improvements
  - D3D12 video decoder workarounds for crashes on NVIDIA cards
    on resolution changes
  - dav1d AV1-decoder performance improvements
  - fmp4mux: tfdt and composition time offset fixes, plus AC-3 /
    EAC-3 audio support
  - GStreamer editing services fixes for sources with non-1:1
    aspect ratios
  - MIDI parser improvements for tempo changes
  - MP4 demuxer atom parsing improvements and security fixes
  - New skia-based video compositor element
  - Subtitle parser security fixes
  - Subtitle rendering and seeking fixes
  - Playbin3 and uridecodebin3 stability fixes
  - GstPlay stream selection improvements
  - WAV playback regression fix
  - GTK4 paintable sink colorimetry support and other
    improvements
  - WebRTC: allow webrtcsrc to wait for a webrtcsink producer to
    initiate the connection
  - WebRTC: new Janus Video Room WebRTC source element
  - vah264enc profile decision making logic fixes
  - Python bindings gained support for handling mini object
    writability (buffers, caps, etc.)
  - Various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer:
  - aggregator: Various state related fixes
  - element: ref-sink the correct pad template when replacing an
    existing one
  - pipeline: Store the actual latency even if no static latency
    was configured
  - structure: Add gst_structure_is_writable() API to allow
    python bindings to be able to handle writability of
    MiniObjects
  - tracerutils: Do not warn on empty string as tracername
  - tracerutils: Fix leak in gst_tracer_utils_create_tracer()
  - Ensure properties are freed before (re)setting with
    g_value_dup_object() or g_value_dup_boxed() and during
    cleanup
  - Fix new warnings on Fedora 42, various meson warnings, and
    other small meson build/wrap fixes

++++ kernel-default:

  - perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq
    (git-fixes).
  - perf/x86/intel: Only check the group flag for X86 leader
    (git-fixes).
  - perf/x86: Fix non-sampling (counting) events on certain x86
    platforms (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 tools: Remove evsel__handle_error_quirks() (git-fixes).
  - perf tools: Fix up some comments and code to properly use the
    event_source bus (git-fixes).
  - commit 2275c01

------------------------------------------------------------------
------------------  2025-5-30  -  May 30 2025  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - Ensure we depend on branding-SLE so that indirect dependencies
    and supplements can still pull in the correct branding
    packages

++++ 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:

  - erofs: initialize decompression early (git-fixes).
  - commit 2d8813f
  - pstore: Change kmsg_bytes storage size to u32 (git-fixes).
  - commit 6956b60
  - exfat: call bh_read in get_block only when necessary
    (git-fixes).
  - commit 7dd637f
  - NFSv4: Check for delegation validity in
    nfs_start_delegation_return_locked() (git-fixes).
  - commit 418b04a
  - NFS: Don't allow waiting for exiting tasks (git-fixes).
  - Refresh
    patches.suse/nfs-add-missing-selections-of-CONFIG_CRC32.patch.
  - commit bba0843
  - SUNRPC: Don't allow waiting for exiting tasks (git-fixes).
  - commit 66f99da
  - NFSv4: Treat ENETUNREACH errors as fatal for state recovery
    (git-fixes).
  - commit 9c48276
  - SUNRPC: rpc_clnt_set_transport() must not change the autobind
    setting (git-fixes).
  - commit 3c4ee4b
  - SUNRPC: rpcbind should never reset the port to the value '0'
    (git-fixes).
  - commit 754a098
  - pNFS/flexfiles: Report ENETDOWN as a connection error
    (git-fixes).
  - commit 3294f72
  - iommu/mediatek: Fix NULL pointer deference in
    mtk_iommu_device_group (CVE-2025-37748 bsc#1242523).
  - commit 6ffeaed
  - arm64/fpsimd: Make clone() compatible with ZA lazy saving (git-fixes)
  - commit 958752f
  - kABI: update definitions after genksyms update
    Restore arm64 kABI definitions as following patch fixed genksyms issue:
    https://lore.kernel.org/linux-kbuild/20250527142318.14175-1-petr.pavlu@suse.com/
  - commit 0244242
  - arm64/fpsimd: signal: Consistently read FPSIMD context (git-fixes)
  - commit 58794fb
  - arm64/fpsimd: signal: Simplify preserve_tpidr2_context() (git-fixes)
  - commit 6c25a15
  - hypfs_create_cpu_files(): add missing check for hypfs_mkdir()
    failure (git-fixes bsc#1243839).
  - s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
    (git-fixes bsc#1243840).
  - commit cd720c1
  - cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()
    (bsc#1242875 CVE-2025-37829).
  - commit 48ff1cf
  - cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
    (bsc#1242860 CVE-2025-37830).
  - commit c157f2a
  - arm64/fpsimd: ptrace: Gracefully handle errors (git-fixes)
  - commit 4628747
  - arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode state (git-fixes)
  - commit fc027c7
  - arm64/fpsimd: ptrace: Do not present register data for inactive mode (git-fixes)
  - commit a5f9b46
  - arm64/fpsimd: ptrace: Save task state before generating SVE header (git-fixes)
  - commit 5fbb1e4
  - arm64/fpsimd: Clear PSTATE.SM during clone() (git-fixes)
  - commit 7019526
  - arm64/fpsimd: Consistently preserve FPSIMD state during clone() (git-fixes)
  - commit 3571c11
  - arm64/fpsimd: Remove redundant task->mm check (git-fixes)
  - commit 18353bd
  - arm64/fpsimd: signal: Use SMSTOP behaviour in setup_return() (git-fixes)
  - commit 7171c52
  - arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (git-fixes)
  - commit 8081e49
  - arm64/fpsimd: signal: Clear PSTATE.SM when restoring FPSIMD frame (git-fixes)
  - commit c18043d
  - arm64/fpsimd: signal: Clear TPIDR2 when delivering signals (git-fixes)
  - commit b7319ad
  - arm64/fpsimd: signal32: Always save+flush state early (git-fixes)
  - commit 2c12b65
  - arm64/fpsimd: ptrace/prctl: Ensure VL changes leave task in a valid (git-fixes)
  - commit eee117a
  - arm64/fpsimd: ptrace/prctl: Ensure VL changes do not resurrect stale (git-fixes)
  - commit 6fdd7ce
  - arm64/fpsimd: Add task_smstop_sm() (git-fixes)
  - commit 2b4d7f8
  - arm64/fpsimd: Factor out {sve,sme}_state_size() helpers (git-fixes)
  - commit 75d2e8f
  - arm64/fpsimd: Clarify sve_sync_*() functions (git-fixes)
  - commit b1c77e1
  - arm64/fpsimd: ptrace: Consistently handle partial writes to (git-fixes)
  - commit e488352
  - arm64/fpsimd: Do not discard modified SVE state (git-fixes)
  - commit 399b562
  - arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unused (git-fixes)
  - commit 970f616
  - arm64/fpsimd: Avoid unnecessary per-CPU buffers for EFI runtime calls (git-fixes)
  - commit b6b5636
  - arm64/fpsimd: signal: Always save+flush state early (git-fixes)
  - commit 03d771f
  - arm64/fpsimd: Add fpsimd_save_and_flush_current_state() (git-fixes)
  - commit 5b8e5fb
  - arm64/fpsimd: Fix merging of FPSIMD state during signal return (git-fixes)
  - commit dbab629
  - arm64/fpsimd: Reset FPMR upon exec() (git-fixes)
  - commit 8dda200
  - arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP (git-fixes)
  - commit c32fbdc
  - arm64/fpsimd: Don't corrupt FPMR when streaming mode changes (git-fixes)
  - commit 6a5279e
  - arm64/fpsimd: Discard stale CPU state when handling SME traps (git-fixes)
  - commit afd7c13
  - arm64/fpsimd: Remove opportunistic freeing of SME state (git-fixes)
  - commit 017ab7e
  - arm64/fpsimd: Remove redundant SVE trap manipulation (git-fixes)
  - commit 88e70b0
  - arm64/fpsimd: Remove unused fpsimd_force_sync_to_sve() (git-fixes)
  - commit ec25502
  - arm64/fpsimd: Avoid RES0 bits in the SME trap handler (git-fixes)
  - commit 0d0c04f

++++ gcc15:

  - Enable C++ for offload compilers.  [bsc#1243794]

++++ python-rich:

  - Update to 14.0.0
    * Added
  - Added env var TTY_COMPATIBLE to override auto-detection of TTY
    support (See console.rst for details). #3675
    * Changed
  - An empty NO_COLOR env var is now considered disabled. #3675
  - An empty FORCE_COLOR env var is now considered disabled. #3675
  - Rich tracebacks will now render notes on Python 3.11 onwards
    (added with Exception.add_note) #3676
  - Indentation in exceptions won't be underlined #3678
  - Rich tracebacks will now render Exception Groups #3677

++++ wpa_supplicant:

  - Remove support for WEP authentication (jsc#PED-12955)

------------------------------------------------------------------
------------------  2025-5-29  -  May 29 2025  -------------------
------------------------------------------------------------------

++++ grub2:

  - Use /etc/SUSE-brand to display OS label (bsc#1239169)
    * 0001-mkconfig-Determine-GRUB_DISTRIBUTOR-from-etc-SUSE-br.patch

++++ kernel-default:

  - io_uring/net: fix io_req_post_cqe abuse by send bundle
    (CVE-2025-23154 bsc#1242533).
  - commit 2870613
  - mtd: phram: Add the kernel lock down check (bsc#1232649).
  - commit 984e9a9
  - io_uring: always do atomic put from iowq (CVE-2025-37804
    bsc#1242854).
  - commit cd0bf60
  - s390/bpf: Store backchain even for leaf progs (git-fixes
    bsc#1243803).
  - commit d2e89ff
  - cpufreq: apple-soc: Fix null-ptr-deref in
    apple_soc_cpufreq_get_rate() (bsc#1242861 CVE-2025-37831).
  - commit bb8e639
  - selftests/mm: vm_util: split up /proc/self/smaps parsing
    (bsc#1243354 ltc#213242).
  - commit e8e0348
  - svcrdma: Reduce the number of rdma_rw contexts per-QP
    (git-fixes).
  - commit 978dec2
  - svcrdma: Unregister the device if svc_rdma_accept() fails
    (git-fixes).
  - commit 8ddd85f
  - nfsd: Initialize ssc before laundromat_work to prevent NULL
    dereference (git-fixes).
  - commit a2f7bec
  - NFSD: unregister filesystem in case genl_register_family()
    fails (git-fixes).
  - commit f290746
  - mm: memory-failure: enhance comments for return value of
    memory_failure() (CVE-2022-49145 bsc#1238162).
  - commit 2586946
  - mm/hwpoison: do not send SIGBUS to processes with recovered
    clean pages (CVE-2022-49145 bsc#1238162).
  - commit ac8ff11
  - x86/mce: use is_copy_from_user() to determine copy-from-user
    context (CVE-2025-39989 bsc#1241629).
  - commit 4cc844d
  - perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
    (bsc#1243235 CVE-2025-37878).
  - commit ee25a1b

++++ util-linux-systemd:

  - Add ul_ prefix to functions with common names. Fixes btrfsprogs
    build failure (gh#util-linux/util-linux#3603,
    util-linux-rename-common-symbols-1.patch,
    util-linux-rename-common-symbols-2.patch,
    util-linux-rename-common-symbols-3.patch,
    util-linux-rename-common-symbols-4.patch).

++++ util-linux:

  - Add ul_ prefix to functions with common names. Fixes btrfsprogs
    build failure (gh#util-linux/util-linux#3603,
    util-linux-rename-common-symbols-1.patch,
    util-linux-rename-common-symbols-2.patch,
    util-linux-rename-common-symbols-3.patch,
    util-linux-rename-common-symbols-4.patch).

++++ libcontainers-common:

  - Sync containers.conf & storage.conf with the current c/* versions
  - Rename storage-conf-prio-list.patch to 0002-storage-conf-prio-list.patch
  - Add patch to set SUSE defaults to containers.conf:
    * 0003-containers-conf-suse-defaults.patch

++++ gpgme:

  - Do not build the qt5 flavor in SLE16 where Qt5 won't be
    available.

++++ openssl-3:

  - Fix P-384 curve on lower-than-P9 PPC64 targets [bsc#1243014]
    * Add openssl-Fix-P384-on-P8-targets.patch [a72f753c]

++++ libssh:

  - Fix hang in torture_session test (bsc#1243799)
    * Add patch libssh-tests-Fix-an-issue-where-torture_session-request-a-SIGTERM-too-early.patch

++++ makedumpfile:

  - Update to 1.7.7:
    * Support for kernels up to v6.14 (x86_64)
    * Fix gcc-15 compile errors
    * Improve message readability and fix typos
  - Drop upstreamed patches:
    * makedumpfile-fix-detection-of-typed-compound-pages-Linux-6.12.patch
  - Update bundled eppic to 63c2a2072464d774097a1a6cc1d2e98290f89c49.

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

++++ python-jsonschema:

  - update to 4.24.0:
    * Fix calculation of evaluated properties by @V02460 in #1351
    * Support for Python 3.8 has been dropped, as it is end-of-life.

++++ python-psutil:

  - update to 7.0.0:
    * 669_, [Windows]: `net_if_addrs()`_ also returns the broadcast
    address instead of None.
    * 2480_: Python 2.7 is no longer supported. Latest version
    supporting Python 2.7 is psutil 6.1.X. Install it with: pip2
    install psutil==6.1.*.
    * 2490_: removed long deprecated Process.memory_info_ex()
    method. It was deprecated in psutil 4.0.0, released 8 years
    ago. Substitute is Process.memory_full_info().
    * 2496_, [Linux]: Avoid segfault (a cPython bug) on
    Process.memory_maps() for processes that use hundreds of GBs
    of memory.
    * 2502_, [macOS]: `virtual_memory()`_ now relies on
    host_statistics64 instead of host_statistics. This is the
    same approach used by vm_stat CLI tool, and should grant more
    accurate results.
    * 2480_: Python 2.7 is no longer supported.
    * 2490_: removed long deprecated Process.memory_info_ex()
    method.

------------------------------------------------------------------
------------------  2025-5-28  -  May 28 2025  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - Ship own SUSE-brand file with SL-Micro specific data, as
    branding-SLE doesn't provide one anymore (bsc#1239169)

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

++++ haproxy:

  - Update apparmor profile to allow new cpu binding handling
  - Update to version 3.2.0+git0.e134140d2:
    https://www.haproxy.com/blog/announcing-haproxy-3-2
    https://www.mail-archive.com/haproxy@formilux.org/msg45917.html
    VUL-0: CVE-2025-32464: haproxy: HAProxy 2.2 through 3.1.6, in certain
    uncommon configurations, has a sample_conv_regsub heap-based buffer
    overflow because of mishandling of the replacement of multiple short
    patterns with a longer one. (bsc#1240971)

++++ kernel-default:

  - perf/dwc_pcie: fix duplicate pci_dev devices (CVE-2025-37746 bsc#1242885)
  - commit dea67be
  - perf/dwc_pcie: Qualify RAS DES VSEC Capability by Vendor, Revision (bsc#1242885)
  - commit ffcf22b
  - isofs: Prevent the use of too small fid (CVE-2025-37780 bsc#1242786)
  - commit 5c5ba6b
  - ext4: fix off-by-one error in do_split (CVE-2025-23150 bsc#1242513)
  - commit 0080833
  - net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered (CVE-2025-37787 bsc#1242585)
  - commit 9e7d0f2
  - xfrm: Fix UDP GRO handling for some corner cases (git-fixes).
  - commit 1c0c1c5
  - espintcp: fix skb leaks (git-fixes).
  - commit 15cdb39
  - xsk: Bring back busy polling support in XDP_COPY (git-fixes).
  - commit 6c2f2b4
  - net/tls: fix kernel panic when alloc_page failed (git-fixes).
  - commit 92ec148
  - gre: Fix again IPv6 link-local address generation (git-fixes).
  - commit c3ee537
  - net: lwtunnel: fix recursion loops (git-fixes).
  - commit 9d17465
  - tcp/dccp: allow a connection when sk_max_ack_backlog is zero
    (git-fixes).
  - commit 28fd02b
  - netpoll: Use rcu_access_pointer() in __netpoll_setup
    (git-fixes).
  - commit bc4dbd6
  - net: ipv4: Cache pmtu for all packet paths if multipath enabled
    (git-fixes).
  - commit 5efb982
  - ipv4: Convert ip_route_input() to dscp_t (git-fixes).
  - commit 2191938
  - ipv4: Convert icmp_route_lookup() to dscp_t (git-fixes).
  - commit 24dfb21
  - vfio/pci: Virtualize zero INTx PIN if no pdev->irq
    (bsc#1241486).
  - commit b964ce4
  - arm64: proton-pack: Add new CPUs 'k' values for branch
    mitigation (bsc#1242778).
  - arm64: bpf: Only mitigate cBPF programs loaded by unprivileged
    users (bsc#1242778 bsc#1243660 CVE-2025-37963).
  - arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs
    (bsc#1242778 bsc#1243649 CVE-2025-37948).
  - arm64: proton-pack: Expose whether the branchy loop k value
    (bsc#1242778).
  - arm64: proton-pack: Expose whether the platform is mitigated
    by firmware (bsc#1242778).
  - arm64: insn: Add support for encoding DSB (bsc#1242778).
  - commit 994f7ea
  - 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 03f85af
  - net: libwx: handle page_pool_dev_alloc_pages error (CVE-2025-37755 bsc#1242506)
  - commit f2b10a7
  - virtiofs: add filesystem context source name check (CVE-2025-37773 bsc#1242502).
  - commit b34e55c
  - net_sched: skbprio: Remove overly strict queue assertions (CVE-2025-38637 bsc#1241657)
  - commit 688fda2
  - fs/9p: fix NULL pointer dereference on mkdir (CVE-2025-22070 bsc#1241305)
  - commit 77c1602
  - btrfs: zoned: fix extent range end unlock in cow_file_range()
    (bsc#1239514).
  - commit 6f500d2
  - btrfs: do proper folio cleanup when run_delalloc_nocow()
    failed (CVE-2024-57975 bsc#1239099).
  - commit 1c61c63
  - btrfs: do proper folio cleanup when cow_file_range()  failed
    (CVE-2024-57976 bsc#1239100).
  - commit a599667
  - btrfs: simplify range tracking in cow_file_range()
    (bsc#1239514).
  - commit 31063e8
  - btrfs: fix error handling of submit_uncompressed_range()
    (bsc#1243744).
  - commit 923ac9f
  - btrfs: fix double accounting race when  extent_writepage_io()
    failed (bsc#1243743).
  - commit f484c24
  - btrfs: do not assume the full page range is not dirty in
    extent_writepage_io() (bsc#1239514).
  - commit 06b104d
  - btrfs: fix double accounting race when
    btrfs_run_delalloc_range() failed (CVE-2024-58089 bsc#1239514).
  - commit b3345e8
  - btrfs: use btrfs_inode in extent_writepage() (bsc#1239514).
  - commit 06adcd7
  - btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
    (bsc#1239514).
  - commit 7ce4bd6
  - btrfs: unify to use writer locks for subpage locking
    (bsc#1239514).
  - commit 9a6e0a9
  - btrfs: remove unused btrfs_folio_start_writer_lock()
    (bsc#1239514).
  - commit 9326b94
  - btrfs: mark all dirty sectors as locked inside
    writepage_delalloc() (bsc#1239514).
  - commit 760b074
  - btrfs: move the delalloc range bitmap search into  extent_io.c
    (bsc#1239514).
  - commit fd2855a
  - net: fix NULL pointer dereference in l3mdev_l3_rcv (CVE-2025-22103 bsc#1241448)
  - commit 694b073
  - udmabuf: fix a buf size overflow issue during udmabuf creation (CVE-2025-37803 bsc#1242852)
  - commit 2b275c3

++++ gcc15:

  - Update to GCC 15 branch head, 15.1.1+git9739
  - Do not build any loongarch64 compiler for distros where we do
    not have cross-binutils.

++++ libguestfs:

  - Upstream bug fix for BTRFS based images (SLES and openSUSE)
    004-Add-more-debugging-to-list_filesystems.patch
    005-Pipeline-style-when-mapping-and-filtering-filesystems.patch
    007-inspection-Ignore-btrfs-snapshots-of-roots.patch
  - Adjustment to use fusermount3 when fuse3 is required by distro.
    use-fuse3-for-build.patch

++++ python313-core:

  - Don't use %elif, it is supported only from rpm 4.15.0, which is
    not in SLE-15.

++++ libsoup:

  - Add libsoup-CVE-2025-4969.patch: multipart: verify array bounds
    before accesing its members (boo#1243423 CVE-2025-4969).
  - Also rerun tests for ppc64le should they fail. hsts-db-test
    appears to time out intermittently there (bsc#1243570).

++++ libvirt:

  - spec: Drop dependencies on the nwfilter driver (which requires
    iptables) for Factory and SLFO
    boo#1231798, jsc#PED-12034

++++ lsof:

  - Force skip NFS test, as it cannot complete properly in OBS but it
    can be accidentally triggered there on ppc64. (bsc#1243577,
    lsof-skip-nfs-test.patch).

++++ python313:

  - Don't use %elif, it is supported only from rpm 4.15.0, which is
    not in SLE-15.

++++ qemu:

  - Fix building opensbi with gcc-15:
    * [openSUSE] Fix bsc#1241473 (in opensbi)
  - Fixes for bsc#1241240 and bsc#1243585:
    * vfio/spapr: Fix L2 crash with PCI device passthrough and memory > 128G (bsc#1241240)
    * vfio/spapr: Enhance error handling in vfio_spapr_create_window() (bsc#1241240)
    * tests/functional: Use -no-shutdown in the hppa_seabios test (bsc#1243585)

++++ u-boot-rpiarm64:

    Patch queue updated from https://github.com/openSUSE/u-boot.git sle16
    * Patches added:
    0020-scripts-dtc-pylibfdt-libfdt.i_shipp.patch
    0021-pylibfdt-Fix-invalid-escape-sequenc.patch

------------------------------------------------------------------
------------------  2025-5-27  -  May 27 2025  -------------------
------------------------------------------------------------------

++++ branding-SLE:

  - Drop branding-SLE main package, its content is moved to release
    package (bsc#1239169).

++++ python-kiwi:

  - Bump version: 10.2.23 → 10.2.24

++++ kernel-default:

  - add bug reference for an existing hv_netvsc change (bsc#1243737).
  - commit c741e73
  - genksyms: Fix enum consts from a reference affecting new values.
  - commit 2ee402c
  - s390/pci: Serialize device addition and removal (git-fixes
    bsc#1243729).
  - s390/pci: Allow re-add of a reserved but not yet removed device
    (git-fixes bsc#1243727).
  - s390/pci: Remove redundant bus removal and disable from
    zpci_release_device() (git-fixes bsc#1243728).
  - commit e9987df
  - scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()
    (CVE-2025-37828 bsc#1242869).
  - commit 8116e01
  - xfs: don't assume perags are initialised when trimming AGs
    (git-fixes).
  - commit 67a3805
  - erofs: avoid using multiple devices with different type
    (git-fixes).
  - commit 0af5a86
  - erofs: fix file handle encoding for 64-bit NIDs (git-fixes).
  - commit 740cd9e
  - net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
    (CVE-2025-37823 bsc#1242924).
  - commit caed7b7
  - btrfs: zoned: return EIO on RAID1 block group write pointer mismatch (CVE-2025-37827 bsc#1242876)
  - commit c5ee090
  - team: better TEAM_OPTION_TYPE_STRING validation (CVE-2025-21787 bsc#1238774)
  - commit 857f4eb
  - scsi: ufs: bsg: Set bsg_queue to NULL after removal (CVE-2024-54458 bsc#1238992)
  - commit 3efcbdb
  - cxl: Fix warning from emitting resource_size_t as long long
    int on 32bit systems (bsc#1241258).
  - commit 536fb73

++++ libguestfs:

  - bsc#1243351 - guestfs-appliance still requires ISC dhcp
    Conditionally replace usage of dhcp-client with dhcpcd in
    libguestfs.spec

++++ libsoup:

  - Add libsoup-CVE-2025-4476.patch: fix crash in
    soup_auth_digest_get_protection_space (boo#1243422
    CVE-2025-4476 glgo#GNOME/libsoup!457).
  - Add libsoup-CVE-2025-4948.patch: verify boundary limits for
    multipart body (boo#1243332 CVE-2025-4948
    glgo#GNOME/libsoup#449).

++++ 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)

++++ python-lxml:

  - Update to 5.4.0
    * LP#2107279: Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve
    several CVEs. Issue found by Anatoly Katyushin, see
    https://bugs.launchpad.net/lxml/+bug/2107279

++++ python-urllib3:

  - Update to 2.4.0
    * Applied PEP 639 by specifying the license fields in
    pyproject.toml. (#3522)
    * Updated exceptions to save and restore more properties during the
    pickle/serialization process. (#3567)
    * Added verify_flags option to create_urllib3_context with a default
    of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python
    3.13+. (#3571)
    * Fixed a bug with partial reads of streaming data in Emscripten.
    (#3555)
    * Switched to uv for installing development dependecies. (#3550)
    * Removed the multiple.intoto.jsonl asset from GitHub releases.
    Attestation of release files since v2.3.0 can be found on PyPI.
    (#3566)
  - 2.3.0:
    * Added HTTPResponse.shutdown() to stop any ongoing or future reads
    for a specific response. It calls shutdown(SHUT_RD) on the
    underlying socket. This feature was sponsored by LaunchDarkly.
    (#2868)
    * Added support for JavaScript Promise Integration on Emscripten.
    This enables more efficient WebAssembly requests and streaming,
    and makes it possible to use in Node.js if you launch it as node
  - -experimental-wasm-stack-switching. (#3400)
    * Added the proxy_is_tunneling property to HTTPConnection and
    HTTPSConnection. (#3285)
    * Added pickling support to NewConnectionError and
    NameResolutionError. (#3480)
    * Fixed an issue in debug logs where the HTTP version was rendering
    as "HTTP/11" instead of "HTTP/1.1". (#3489)
    * Removed support for Python 3.8. (#3492)
  - Skip test_close_after_handshake flaky test, it fails sometimes in
    ppc64le and s390x architectures, bsc#1243583

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

  - pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (CVE-2025-21702 bsc#1237312)
  - commit e108fd0
  - ptp: Ensure info->enable callback is always set (CVE-2025-21814 bsc#1238473)
  - commit 0465308
  - kABI: arm64: delete definitions
    kABI checks are currently broken for arm64 and causing most of the
    branches to fail integration tests. Remove arm64 kABI files to
    workaround till this issue is fixed.
  - commit dfeef4c
  - Revert "rndis_host: Flag RNDIS modems as WWAN devices"
    (git-fixes).
  - commit 2a0aeda
  - kernel/range: Const-ify range_contains parameters (bsc#1241258).
  - commit b9d16ed
  - cxl: core/region - ignore interleave granularity when ways=1 (bsc#1241258).
  - cxl: Add extended linear cache address alias emission for cxl events (bsc#1241258).
  - acpi/hmat / cxl: Add extended linear cache support for CXL
    (bsc#1241258).
  - acpi: numa: Add support to enumerate and store extended linear
    address mode (bsc#1241258).
  - cxl: core/region - ignore interleave granularity when ways=1 (bsc#1241258).
  - cxl: Add extended linear cache address alias emission for cxl events (bsc#1241258).
  - acpi/hmat / cxl: Add extended linear cache support for CXL
    (bsc#1241258).
  - acpi: numa: Add support to enumerate and store extended linear
    address mode (bsc#1241258).
  - commit 95333c7
  - scripts/python/git_sort/git_sort.yaml: Add 'cxl/next'
    Add 'cxl/next' tree for git sort.
  - commit 61a26cf
  - s390/pci: Fix missing check for zpci_create_device() error
    return (git-fixes CVE-2025-37974 bsc#1243547).
  - commit 8413a5a
  - s390/entry: Fix last breaking event handling in case of stack
    corruption (git-fixes bsc#1243654).
  - KVM: s390: Don't use %pK through debug printing (git-fixes
    bsc#1243652).
  - KVM: s390: Don't use %pK through tracepoints (git-fixes
    bsc#1243653).
  - commit c3b5d9b
  - kABI: arm64: drop second PIDTYPE_MAX definition
    scripts/update-symvers is adding a second PIDTYPE_MAX definition which
    is causing kbuild failures. Remove it manually as a workaround till the
    source of the issue is identified.
  - commit 467e42f

++++ kernel-firmware-ath12k:

  - Update to version 20250523 (git commit f4e75db20a11):
    * ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00284.1-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3

++++ llvm19:

  - Use generic python3 for SLES 16 as python 3.11 is dropped there.
    [bsc#1243630]

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

++++ ncurses:

  - Add ncurses patch 20250524
    + correct option-name used in configure script, which resulted in size
    change for cchar_t (cf: 20250517).

++++ openssl-3:

  - Security fix: [bsc#1243564, CVE-2025-4575]
    * Fix the x509 application adding trusted use instead of rejected use
    * Add openssl-CVE-2025-4575.patch

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250526.4556805:
    * Default zypp parallel downloads for 16.0 and TW
    * Enable NVIDIA repository for Leap 16.0

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

++++ file:

  - Add file-zipdata.patch
    * Fix "Some zip files are misclassified as data"
    see https://bugs.astron.com/view.php?id=571
    based on https://github.com/file/file/commit/60b2032b96fc185b37fb0f2152e834efb2edad6e

++++ grub2:

  - Add support for LoaderEntryOneshot
    * grub2-bls-loader-entry-oneshot.patch

++++ kernel-default:

  - 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).
  - spi: use container_of_cont() for to_spi_device() (git-fixes).
  - commit 96f52d2

------------------------------------------------------------------
------------------  2025-5-24  -  May 24 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - U_gbm-fix-get_back_bo-failure-with-gbm_surface-and-imp.patch
    * should fix hangup on "Started GNOME Display Manager" in a VM
    on VMware Fusion Pro (bsc#1241370)

++++ Mesa-drivers:

  - U_gbm-fix-get_back_bo-failure-with-gbm_surface-and-imp.patch
    * should fix hangup on "Started GNOME Display Manager" in a VM
    on VMware Fusion Pro (bsc#1241370)

++++ kernel-default:

  - loop: don't require ->write_iter for writable files in
    loop_configure (git-fixes).
  - commit e9b3c58
  - drm/amd: Add Suspend/Hibernate notification callback support
    (stable-fixes).
  - Refresh
    patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch.
  - commit da887b2
  - accel/ivpu: Refactor functions in ivpu_fw_log.c (stable-fixes).
  - Refresh patches.suse/accel-ivpu-Add-coredump-support.patch.
  - commit 0c5d673
  - accel/ivpu: Reset fw log on cold boot (stable-fixes).
  - Refresh patches.suse/accel-ivpu-Add-coredump-support.patch.
  - commit 836180c
  - 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: think-lmi: Fix attribute name usage for
    non-compliant items (git-fixes).
  - pmdomain: core: Fix error checking in
    genpd_dev_pm_attach_by_id() (git-fixes).
  - pmdomain: renesas: rcar: Remove obsolete nullify checks
    (git-fixes).
  - 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: Intel: hda-bus: Use PIO mode on ACE2+ platforms
    (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).
  - drm/amdgpu: fix incorrect MALL size for GFX1151 (stable-fixes).
  - drm/amdgpu: csa unmap use uninterruptible lock (stable-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB
    Camera (stable-fixes).
  - HID: bpf: abort dispatch if device destroyed (git-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).
  - drm/amdgpu: fix pm notifier handling (git-fixes).
  - Revert "drm/amd: Stop evicting resources on APUs in suspend"
    (stable-fixes).
  - accel/ivpu: Fix fw log printing (stable-fixes).
  - accel/ivpu: Rename ivpu_log_level to fw_log_level
    (stable-fixes).
  - commit 6014984

------------------------------------------------------------------
------------------  2025-5-23  -  May 23 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Update branding patch for micro and sle

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

++++ gstreamer-plugins-base:

  - Drop obsolete update-desktop-files BuildRequires.

++++ kernel-default:

  - perf vendor events: Add Clearwaterforest events (jsc#PED-10528).
  - commit fe52204
  - Update patches.suse/book3s64-radix-Align-section-vmemmap-start-address-t.patch
    (bsc#1238318 bsc#1243298 ltc#212689).
  - commit 1e96a7d
  - kABI: arm64: fix put_pid_ns definition
    arm64 -rt build is currently failing in ibs so its definition is not
    updated yet.
  - commit 576371e
  - x86/speculation: Remove the extra #ifdef around CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit 92a4d4d
  - x86/speculation: Add a conditional CS prefix to CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit 0e463b4
  - x86/speculation: Simplify and make CALL_NOSPEC consistent (bsc#1242006 CVE-2024-28956).
  - commit 18673e3
  - supported.conf: set einj module to unsupported (bsc#1243232)
    Finally we still build EINJ as module on SLE16 but set it to
    unsupported. (bsc#1243232)
    The original plan is removing EINJ module from SLE16 kernel because it
    should NOT be used on production system. (bsc#1023051 CVE-2016-3695)
    But then Lenovo raised that they need einj module for testing RAS
    features. We do not have a approach for shipping a module to partner
    for testing only. So we build EINJ as module on SLE16 but set it to
    unsupported. Which means that EINJ module will be included in
    kernel-default-extra package. (bsc#1243232)
    User can still grab signed EINJ module from kernel-default-extra through
    Leap repo on OBS. So we continue maintain a downstream patch to lock down
    EINJ.
  - Refresh
    patches.suse/acpi-Disable-APEI-error-injection-if-the-kernel-is-lockeddown.patch.
    (bsc#1243232 bsc#1023051 CVE-2016-3695)
  - Update config files.
    x86_64/default
    CONFIG_ACPI_APEI_EINJ=m
    [#] CONFIG_ACPI_APEI_EINJ_CXL is not set
  - commit 96a1c16

++++ gpgme:

  - update to 1.24.3:
    * cpp: Ensure that all transitions go from one state to a different
    state
    * cpp: Ensure correct expiration time on 32-bit arch with 64-bit
    time_t

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

++++ cockpit:

  - Bug fixes
  - Update theme for patternfly 6
  - Update spec from upstream
  - Change when selinux policies are installed

++++ docker:

  - Update to docker-buildx v0.24.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.24.0>

++++ kdump:

  - upgrade to version 2.1.0
    * fix calibrate (no run-time changes)
    * man: update kdump(7)
    * add kdump-commandline.service (jsc#PED-12454)
    * kdumptool: introduce the commandline subcommand (jsc#PED-12454)
    * kdumptool calibrate: add per-cpu userspace requirements
    * Use FADUMP_COMMANDLINE_APPEND to detect explicit ip= configuration
    (bsc#1242134)
  - update calibrate values for SLFO (alp1600)

++++ kernel-default:

  - loop: Add sanity check for read/write_iter (git-fixes).
  - commit 6c2e9cd
  - net/niu: Niu requires MSIX ENTRY_DATA fields touch before
    entry reads (CVE-2025-37833 bsc#1242868).
  - commit 720f829
  - tpm: Add SNP SVSM vTPM driver (bsc#1241191).
  - Update config files.
  - supported.conf: Add SNP SVSM vTPM driver
  - commit 0f75d8f
  - platform/x86/intel/ifs: Add Clearwater Forest to CPU support list (jsc#PED-10558).
  - commit 718d39f

++++ 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)

++++ netcfg:

  - Re-add /etc/services with a warning saying it was moved to
    /usr/etc/services [jsc#PED-12191].

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

++++ glib2:

  - Update to version 2.84.2:
    + Bugs fixed:
  - gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically
  - Windows: fix wrong typelib path
  - gstring: carefully handle gssize parameters
  - Update macOS job for new CI runner
  - gdate: Call tzset before localtime_r
  - Backport -Wsign-conversion fixes for g_get_locale_variants()
  - glocalfile: Disable faccessat()-based query_exists on Android

++++ kernel-default:

  - kABI: freeze it
    Generated on commit a36af99b035b ("Merge branch 'users/tiwai/SL-16.0/for-next' into SL-16.0")
  - commit 2f7ad33
  - btrfs: check folio mapping after unlock in put_file_data()
    (git-fixes).
  - commit af1da2c
  - btrfs: don't loop for nowait writes when checking for cross
    references (git-fixes).
  - commit 8661911
  - btrfs: fix improper generation check in snapshot delete
    (git-fixes).
  - commit 3532f6f
  - btrfs: fix missing snapshot drew unlock when root is dead
    during swap activation (bsc#1241204).
  - commit ee4fa40
  - btrfs: fix folio leak in submit_one_async_extent() (git-fixes).
  - commit 78685ec
  - btrfs: fix reclaimed bytes accounting after automatic block
    group reclaim (git-fixes).
  - btrfs: get used bytes while holding lock at
    btrfs_reclaim_bgs_work() (git-fixes).
  - btrfs: get zone unusable bytes while holding lock at
    btrfs_reclaim_bgs_work() (git-fixes).
  - btrfs: fix reclaimed bytes accounting after automatic block
    group reclaim (git-fixes).
  - btrfs: get used bytes while holding lock at
    btrfs_reclaim_bgs_work() (git-fixes).
  - btrfs: get zone unusable bytes while holding lock at
    btrfs_reclaim_bgs_work() (git-fixes).
  - commit 2eb9b7c
  - btrfs: fix a leaked chunk map issue in read_one_chunk()
    (git-fixes).
  - commit f35fbb4
  - btrfs: avoid monopolizing a core when activating a swap file
    (git-fixes).
  - commit 2db5c34
  - btrfs: allow swap activation to be interruptible (git-fixes).
  - commit 17cd587
  - btrfs: fix swap file activation failure due to extents that
    used to be shared (bsc#1241204).
  - commit 97cbdcc
  - btrfs: fix race with memory mapped writes when activating swap
    file (bsc#1241204).
  - commit 2943521
  - btrfs: fix stale page cache after race between readahead and
    direct IO write (git-fixes).
  - btrfs: rename __get_extent_map() and pass btrfs_inode
    (git-fixes).
  - btrfs: fix stale page cache after race between readahead and
    direct IO write (git-fixes).
  - btrfs: rename __get_extent_map() and pass btrfs_inode
    (git-fixes).
  - commit eedd048
  - iommu/arm-smmu-v3: Fix pgsize_bit for sva domains (bsc#1243341)
  - commit 95c386e
  - crypto: algif_hash - fix double free in hash_accept (git-fixes).
  - padata: do not leak refcount in reorder_work (git-fixes).
  - Bluetooth: hci_event: Fix not using key encryption size when
    its known (git-fixes).
  - Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
    (git-fixes).
  - Bluetooth: btnxpuart: Handle bootloader error during cmd5 and
    cmd7 (git-fixes).
  - Bluetooth: btnxpuart: Add correct bootloader error codes
    (git-fixes).
  - Bluetooth: btusb: Fix regression in the initialization of fake
    Bluetooth controllers (git-fixes).
  - commit 65e80ed

++++ kernel-firmware-sound:

  - Update to version 20250521 (git commit 3fbaee2775a4):
    * cirrus: cs35l41: Fix firmware links for several ASUS laptops
    * cirrus: cs35l41: Add Firmware for various HP Agusta Laptops using CS35L41 HDA
    * cirrus: cs35l41: Add Firmware for various ACER Laptops using CS35L41 HDA

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

++++ libguestfs:

  - Update to version 1.55.13 (jsc#PED-12706)
    * appliance: Remove zfs-fuse
    * Various updates to common submodule
    * ocaml-dep.sh.in: Remove mlgettext subdirectory
    * New API: Replace btrfs-fsck with btrfs-scrub-full
    * daemon: Implement e2fsck -n flag (as FORCENO option)

++++ rpm:

  - fix posttrans scriptlet argument in the update case [bsc#1243279]
    * updated patch: posttrans.diff
  - fix postuntrans scriptlets not being run if dump_posttrans is set

++++ openSUSE-repos-LeapMicro:

  - Fix url for Leap 16 tmp migration repo

++++ python-click:

  - Update to 8.2.1:
    * Fix flag value handling for flag options with a provided type.
    [#2894] #2897
    * Fix shell completion for nested groups. #2906
    * Flush sys.stderr at the end of CliRunner.invoke. #2682
    * Fix EOF handling for stdin input in CliRunner. #2787
  - Update URL.

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

++++ grub2:

  - Fix product name missing in snapshot list (bsc#1243162)
    * grub2-snapper-plugin.sh
  - Fix incorrect nvme disks and boot order in bootlist output (bsc#1237174)
    * 0001-ieee1275-support-added-for-multiple-nvme-bootpaths.patch

++++ guestfs-tools:

  - Update to version 1.54.0 (jsc#PED-12706)
    * bash: Replace 'cp -d' command with POSIX 'cp -P'
    * ocaml-link.sh.in: Remove redundant use of getopt
    * mltools: decouple and simplify osinfo device support checks
    * mlcustomize: disable `--inject-virtio-win osinfo`
    * mltools: Unreference various objects
    * Revert "mltools: Unreference various objects"
    * mltools: Fix memory leak in OCaml binding of libosinfo
    * mlstdutils: Implement String.implode
    * mlstdutils: Add List.make function
    * mltools: Fix spelling mistake
    * mlstdutils: Add List.same function
    * mlstdutils: Modify List.take, List.drop to match OCaml 5.3
    * mlstdutils: Rename List.dropwhile -> drop_while, takewhile -> take_while
    * mlstdutils: Add List.last function
    * mlstdutils: Move List module first
    * mlstdutils: Add String.common_prefix, longest_common_prefix
    * mlstdutils: Remove Std_utils.identity
    * mlstdutils: Remove Std_utils.protect
    * mlstdutils: Remove List.filter_map
    * mlstdutils: Fix comment that still referred to the old function names
    * mldrivers: Link to gettext-stub if ocaml-gettext is enabled
    * mlstdutils: Rename String.is_prefix -> starts_with, is_suffix -> ends_with

++++ jq:

  - Add patch CVE-2024-53427.patch (CVE-2024-53427, bsc#1238078)

++++ kernel-default:

  - perf: Fix hang while freeing sigtrap event (bsc#1242520
    CVE-2025-37747).
  - commit 6aa371b
  - btrfs: fix non-empty delayed iputs list on unmount due to
    compressed write workers (git-fixes).
  - commit 62a7e9f
  - btrfs: fix discard worker infinite loop after disabling discard
    (bsc#1242012).
  - commit 19ab462
  - btrfs: fix hole expansion when writing at an offset beyond EOF
    (bsc#1241151).
  - commit 8f434d2
  - NFSv4/pnfs: Reset the layout state after a layoutreturn
    (git-fixes).
  - commit f1c7782
  - nfs: handle failure of nfs_get_lock_context in unlock path
    (git-fixes).
  - commit c89f442
  - platform/x86/intel/pmc: Disable C1 auto-demotion during suspend
    (jsc#PED-12855).
  - commit 9c3ceb9
  - btrfs: avoid NULL pointer dereference if no valid csum tree
    (bsc#1243342).
  - commit 78306f4
  - btrfs: avoid NULL pointer dereference if no valid extent tree
    (bsc#1236208).
  - commit 2b0bc81
  - btrfs: adjust subpage bit start based on sectorsize
    (bsc#1241492).
  - commit 8f98bfc

++++ kernel-firmware-mediatek:

  - Update to version 20250520 (git commit 341b9e805613):
    * mediatek: Add mt8196 VCP firmware

++++ kernel-firmware-platform:

  - Update to version 20250520 (git commit 341b9e805613):
    * cnm: Add Chips&Media wave633c firmware for NXP i.MX9

++++ kernel-firmware-qcom:

  - Update to version 20250520 (git commit 341b9e805613):
    * Adjust QUPv3 driver name

++++ util-linux-systemd:

  - Fix segfault of findmnt (boo#1242705,
    gh#util-linux/util-linux#3574,
    util-linux-libblkid-econf-parse.patch).

++++ util-linux:

  - Fix segfault of findmnt (boo#1242705,
    gh#util-linux/util-linux#3574,
    util-linux-libblkid-econf-parse.patch).

++++ libbpf:

  - update to 1.5.1:
    * Patch release with a single backported change that improves compatibility
    story of older versions of libbpf-cargo.
    https://github.com/libbpf/libbpf/commit/
    453601a65a6ebcf523b009585b49ce0ad0adeff1

++++ osinfo-db:

  - bsc#1243296 - What version of virt-manager-common supports SLES16
    ISO layout
    add-sles16-support.patch

++++ python-decorator:

  - Update to 5.2.1
    * Updated CHANGES.md
    * Update Makefile [ci skip]
    * Include tests and documentation in sdist
    * Managed functions without __name__
  - from version 5.2.0
    * Replace deprecated logging.warn with logging.warning
    * Add support for Python 3.11
    * Update download links
    * Fix codespell errors
    * Add support for decorative partial functions
    * Replace 'bytecode' by 'binary' in LICENSE.txt to align with BSD-2-Clause
    * Add support for Python 3.12
    * Stop testing EOL Python 3.5 and 3.6 due to CI unavailability
    * Requiring Python >= 3.7
    * Dropped support for Python <= 3.6
    * Use SPDX license identifier
    * Add support for Python 3.13
    * codespell: assertIn is not a typo
    * Testing only Python >= 3.8
    * Using asyncio.run
    * Replaced setup.py with pyproject
    * Updated copyright
    * Moved tests outside of src
  - Switch package to modern Python Stack on SLE-15
    * Use Python 3.11 on SLE-15 by default
    * Drop support for older Python versions
  - Switch build system from setuptools to pyproject.toml
    * Add python-pip and python-wheel to BuildRequires
    * Replace %python_build with %pyproject_wheel
    * Replace %python_install with %pyproject_install
    * Update name for dist directory in %files section

++++ python-typing_extensions:

  - Update to 4.13.2
    * Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType`
    and a `typing.TypeAliasType` on Python 3.12 and 3.13.
    * Backport from CPython PR #132160) to avoid having user arguments
    shadowed in generated `__new__` by `@typing_extensions.deprecated`.
  - from version 4.13.1
    * Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when
    using `Concatenate`.
    * Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2
    and 3.9.8-10.

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

++++ kernel-default:

  - 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/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regs
    (git-fixes).
  - drm/amdgpu/vcn: using separate VCN1_AON_SOC offset
    (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).
  - Bluetooth: btmtk: Remove the resetting step before downloading
    the fw (stable-fixes).
  - Bluetooth: btmtk: Remove resetting mt7921 before downloading
    the fw (stable-fixes).
  - drm/xe/tests/mocs: Update xe_force_wake_get() return handling
    (stable-fixes).
  - commit c7fcf05
  - update metadata
  - Update
    patches.suse/nvme-fixup-scan-failure-for-non-ANA-multipath-contro.patch
    (jsc#PED-9651 bsc#1235149).
  - Update
    patches.suse/nvme-re-read-ANA-log-page-after-ns-scan-completes.patch
    (jsc#PED-9651 bsc#1235149).
  - commit fec09ab
  - Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() (git-fixes).
  - 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).
  - RDMA/mana_ib: Fix integer overflow during queue creation (git-fixes).
  - RDMA/mana_ib: Handle net event for pointing to the current netdev (git-fixes).
  - net: mana: Change the function signature of mana_get_primary_netdev_rcu (git-fixes).
  - RDMA/mana_ib: Use safer allocation function() (git-fixes).
  - 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).
  - commit 354638c
  - octeontx2-pf: Do not reallocate all ntuple filters (git-fixes).
  - netlink: specs: tc: all actions are indexed arrays (git-fixes).
  - netlink: specs: tc: fix a couple of attribute names (git-fixes).
  - octeontx2-pf: Fix ethtool support for SDP representors
    (git-fixes).
  - net/mlx5e: Disable MACsec offload for uplink representor profile
    (git-fixes).
  - net: qede: Initialize qede_ll_ops with designated initializer
    (git-fixes).
  - ice: use DSN instead of PCI BDF for ice_adapter index
    (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 module unload sequence (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: call pci_alloc_irq_vectors() after bnxt_reserve_rings()
    (git-fixes).
  - bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()
    (git-fixes).
  - bnxt_en: Fix ethtool selftest output in one of the failure cases
    (git-fixes).
  - bnxt_en: Fix error handling path in bnxt_init_chip()
    (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).
  - ice: fix Get Tx Topology AQ command error on E830 (git-fixes).
  - bnxt_en: improve TX timestamping FIFO configuration (git-fixes).
  - net/mlx5: E-switch, Fix error handling for enabling roce
    (git-fixes).
  - net/mlx5e: Fix lock order in
    mlx5e_tx_reporter_ptpsq_unhealthy_recover (git-fixes).
  - net/mlx5e: TC, Continue the attr process even if encap entry
    is invalid (git-fixes).
  - net/mlx5: E-Switch, Initialize MAC Address for Default GID
    (git-fixes).
  - net/mlx5e: Use custom tunnel header for vxlan gbp (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).
  - ice: Remove unnecessary ice_is_e8xx() functions (git-fixes).
  - ice: Don't check device type when checking GNSS presence
    (git-fixes).
  - net: don't dump Tx and uninitialized NAPIs (git-fixes).
  - netdev-genl: avoid empty messages in napi get (git-fixes).
  - netdev-genl: avoid empty messages in queue dump (git-fixes).
  - netdev: fix repeated netlink messages in queue dump (git-fixes).
  - commit 18e8329
  - net: ppp: Add bound checking for skb data on ppp_sync_txmung (CVE-2025-37749 bsc#1242859)
  - commit 37d30d4
  - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (CVE-2025-22063 bsc#1241351)
  - commit 948ed51
  - 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
  - scripts/common-functions: lower curl's connection timeout
    Set it to 2 seconds. Either it can reach the server or not...
    ftp.suse.com is currently unreachable and it takes minutes to have a
    reply from check-kernel-fixes.
  - commit f9f1100
  - Fix Patch-mainline tags.
  - Refresh
    patches.suse/RDMA-core-Fix-KASAN-slab-use-after-free-Read-in-ib_r.patch.
  - Refresh
    patches.suse/RDMA-rxe-Fix-slab-use-after-free-Read-in-rxe_queue_c.patch.
  - commit a8f3f2a
  - PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI
    backends (git-fixes).
  - Refresh
    patches.suse/PCI-MSI-Add-an-option-to-write-MSIX-ENTRY_DATA-befor.patch.
  - commit bedc18c
  - s390/pci: Fix duplicate pci_dev_put() in disable_slot() when
    PF has child VFs (git-fixes).
  - PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
    (git-fixes).
  - commit 55e48e2
  - ocfs2: fix the issue with discontiguous allocation in the
    global_bitmap (git-fixes).
  - commit 309b543

++++ kernel-firmware-amdgpu:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * amdgpu: DMCUB updates for various ASICs

++++ kernel-firmware-bluetooth:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * rtl_bt: Update RTL8822C BT USB and UART firmware to 0x7C20

++++ kernel-firmware-brcm:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * brcmfmac: Add a couple of NanoPi devices

++++ kernel-firmware-nvidia:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * nvidia: add GSP-RM version 570.144 firmware images

++++ kernel-firmware-platform:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * powervr: add firmware for Imagination Technologies BXS-4-64 GPU
    * cnm: update chips&media wave521c firmware.

++++ kernel-firmware-realtek:

  - Update to version 20250516 (git commit 759c4acafb4a):
    * rtl_nic: add firmware rtl8127a-1

++++ ncurses:

  - Add ncurses patch 20250517
    + initial changes for some ABI 7 features:
    + disable wgetch-events
    + add feature for extending mouse-buttons
    + add feature for extending direct-color support
    + use bracketed+paste in nsterm, rlogin-color, screen, terminology -TD
  - First steps to support ABI 7
  - Update to tack-1.11-20250503
    * 2025/04/29 Add checks for RV/rv and XR/xr

++++ pam_pkcs11:

  - Removes pam_env from auth stack for security reason [bsc#1243226]

++++ virt-manager:

  - Add detection code for SLES 16 media (bsc#1236252, bsc#1243296)
    virtinst-add-sle16-detection-support.patch

------------------------------------------------------------------
------------------  2025-5-18  -  May 18 2025  -------------------
------------------------------------------------------------------

++++ 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 3ca33c7
  - dmaengine: fsl-edma: Fix return code for unhandled interrupts
    (git-fixes).
  - 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).
  - soundwire: bus: Fix race on the creation of the IRQ domain
    (git-fixes).
  - i2c: designware: Fix an error handling path in
    i2c_dw_pci_probe() (git-fixes).
  - commit eac523c
  - 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 3ecd666

------------------------------------------------------------------
------------------  2025-5-17  -  May 17 2025  -------------------
------------------------------------------------------------------

++++ fuse-overlayfs:

  - update to 0.15:
    * main: lookup upperdir only for created directories
    * main: allow escaped colons in directory paths
    * main: use extended override xattr to support devices
    * remove unsupported option "lazytime"

++++ kernel-default:

  - block: fix conversion of GPT partition name to 7-bit
    (git-fixes).
  - block: fix 'kmem_cache of name 'bio-108' already exists'
    (git-fixes).
  - commit 3799862
  - drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value
    (git-fixes).
  - commit 239d430
  - dma-buf: insert memory barrier before updating num_fences
    (git-fixes).
  - drm/meson: Use 1000ULL when operating with mode->clock
    (git-fixes).
  - Revert "drm/amd/display: Hardware cursor changes color when
    switched to software cursor" (stable-fixes).
  - ACPI: PPTT: Fix processor subtable walk (git-fixes).
  - spi: tegra114: Use value to check for invalid delays
    (git-fixes).
  - spi: loopback-test: Do not split 1024-byte hexdumps (git-fixes).
  - regulator: max20086: fix invalid memory access (git-fixes).
  - gpio: pca953x: fix IRQ storm on system wake up (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 c704699

------------------------------------------------------------------
------------------  2025-5-16  -  May 16 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - aarch64: enable panfrost vulkan driver on Leap 16.0

++++ Mesa-drivers:

  - aarch64: enable panfrost vulkan driver on Leap 16.0

++++ dhcpcd:

  - Update to 10.2.3
    * Restore logic on when to open an address specific socket
    * [Fix] DHCP Failure on WAN Interface Rename (Fixes #504)
    * BSD: routes via P2P interfaces now find their out-going
    interface
    * -b --background fixed
    * resolv: Fix processing more DNSSL options than RDNSS]
    * dhcpcd: Remove option rapid_commit from dhcpcd.conf
    * privsep: Fix valgrind and hardened-malloc on Linux with SECCOMP
    * route: Don't spam route changes for lifetime

++++ 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
  - Enable test suite

++++ kernel-default:

  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (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: mpi3mr: Avoid reply queue full condition (git-fixes).
  - scsi: core: Use GFP_NOIO to avoid circular locking dependency
    (git-fixes).
  - commit 0aaea76
  - x86/sev: Register tpm-svsm platform device (bsc#1241191).
  - svsm: Add header with SVSM_VTPM_CMD helpers (bsc#1241191).
  - x86/sev: Add SVSM vTPM probe/send_command functions
    (bsc#1241191).
  - tpm: Make chip->{status,cancel,req_canceled} opt (bsc#1241191).
  - commit a35885f
  - x86/its: Fix build errors when CONFIG_MODULES=n (git-fixes).
  - commit ed63681
  - x86/ibt: Fix hibernate (git-fixes).
  - commit 8f9d1f8
  - module: don't annotate ROX memory as kmemleak_not_leak() (git-fixes).
  - commit d3cd47f
  - module: fix writing of livepatch relocations in ROX text (git-fixes).
  - Refresh
    patches.suse/module-switch-to-execmem-API-for-remapping-as-RW-and-resto.patch.
  - commit 422351f
  - x86/execmem: fix ROX cache usage in Xen PV guests (git-fixes).
  - commit f9895f4
  - scripts/common-functions: fix sha_to_patch_in_branch
    sha_to_patch_in_branch f13abc1e8e1a3b7455511c4e122750127f6bc9b0 origin/SLE15-SP6
    returns
    origin/SLE15-SP6:patches.suse/watch_queue-fix-pipe-accounting-mismatch.patch
    which is obviously incorrect. We need to trim the branch name before
    filtering.
  - commit e2cf22b
  - spi: fsl-qspi: Fix double cleanup in probe error path
    (CVE-2025-37842 bsc#1242951).
  - spi: fsl-qspi: use devm function instead of driver remove
    (CVE-2025-37842 bsc#1242951).
  - commit 60d462a
  - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in
    insert_tree() (CVE-2025-21959 bsc#1240814).
  - commit 4b2c620
  - qibfs: fix _another_ leak (git-fixes)
  - commit 62b6060
  - mm/vma: add give_up_on_oom option on modify/merge, use in uffd
    release (CVE-2025-37760 bsc#1242726).
  - commit 5e60119
  - RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (git-fixes)
  - commit 86e6715
  - RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (git-fixes)
  - commit 1900b07
  - tpm: Mask TPM RC in tpm2_start_auth_session() (git-fixes).
  - commit 6d86701
  - ovl: don't allow datadir only (CVE-2025-37863 bsc#1242969).
  - commit 56c14ec

++++ python313-core:

  - Add CVE-2025-4516-DecodeError-handler.patch fixing
    CVE-2025-4516 (bsc#1243273) blocking DecodeError handling
    vulnerability, which could lead to DoS.

++++ systemd:

  - Import commit 8e9840a2897e36ae3f926f8d10a2b0d7e4102c67 (bsc#1243280)
    8e9840a289 bless-boot: never try to rename an entry file onto itself
    5b5cde8866 bless-boot: in "status" output report bad state from prev boot as "dirty"
    49949fa9fb bless-boot: switch from last_path_component() to path_find_last_component()

++++ python313:

  - Add CVE-2025-4516-DecodeError-handler.patch fixing
    CVE-2025-4516 (bsc#1243273) blocking DecodeError handling
    vulnerability, which could lead to DoS.

------------------------------------------------------------------
------------------  2025-5-15  -  May 15 2025  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - spec: require cargo instead of rust+cargo; drop redundant comment

++++ branding-SLE:

  - Add distribution-logos (bsc#1243104).

++++ 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:

  - x86/its: FineIBT-paranoid vs ITS (bsc#1242006 CVE-2024-28956).
  - commit 053af3b
  - x86/ibt: Optimize the fineibt-bhi arity 1 case (git-fixes).
  - commit 83c2d1c
  - x86/ibt: Implement FineIBT-BHI mitigation (git-fixes).
  - commit 7af7513
  - x86/bhi: Add BHI stubs (git-fixes).
  - commit 5c4d2d3
  - x86/ibt: Add paranoid FineIBT mode (git-fixes).
  - commit 58c8356
  - x86/traps: Decode LOCK Jcc.d8 as #UD (git-fixes).
  - commit c6f07d8
  - x86/ibt: Optimize the FineIBT instruction sequence (git-fixes).
  - commit 5993f66
  - x86/traps: Decode 0xEA instructions as #UD (git-fixes).
  - commit 6913267
  - x86/early_printk: Harden early_serial (git-fixes).
  - commit bf7d518
  - x86/ibt: Clean up poison_endbr() (git-fixes).
  - Refresh patches.suse/x86-ibt-Add-exact_endbr-helper.patch.
  - commit 17b408c
  - x86/traps: Cleanup and robustify decode_bug() (git-fixes).
  - commit a5c24d4
  - x86/alternative: Simplify callthunk patching (git-fixes).
  - commit 1ba25b6
  - x86/boot: Mark start_secondary() with __noendbr (git-fixes).
  - commit 22d80e7
  - objtool: Warn about unknown annotation types (git-fixes).
  - commit e893f80
  - objtool: Fix ANNOTATE_REACHABLE to be a normal annotation (git-fixes).
  - commit 52cfaf7
  - objtool: Convert {.UN}REACHABLE to ANNOTATE (git-fixes).
  - commit 223c7d6
  - objtool: Remove annotate_{,un}reachable() (git-fixes).
  - commit 2954713
  - unreachable: Unify (git-fixes).
  - commit e72eec4
  - objtool: Collect more annotations in objtool.h (git-fixes).
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch.
  - commit 0bcdfcd
  - objtool: Collapse annotate sequences (git-fixes).
  - commit d9cc842
  - objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATE (git-fixes).
  - commit c425677
  - objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATE (git-fixes).
  - commit 384a5a4
  - objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATE (git-fixes).
  - commit 6f86771
  - objtool: Convert instrumentation_{begin,end}() to ANNOTATE (git-fixes).
  - commit 9d3ff83
  - objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE  (git-fixes).
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch.
  - commit e2c7195
  - objtool: Convert ANNOTATE_NOENDBR to ANNOTATE (git-fixes).
  - commit 727a06d
  - objtool: Generic annotation infrastructure (git-fixes).
  - commit 0fba83d
  - x86/cfi: Clean up linkage (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Rename-entry_ibpb-to-write_ibpb.patch.
  - Refresh
    patches.suse/x86-bugs-Use-SBPB-in-write_ibpb-if-applicable.patch.
  - Refresh
    patches.suse/x86-its-Align-RETs-in-BHB-clear-sequence-to-avoid-thunking.patch.
  - commit 6fb4977
  - x86,kcfi: Fix EXPORT_SYMBOL vs kCFI (git-fixes).
  - commit 4e0ae6a
  - x86/ibt: Clean up is_endbr() (git-fixes).
  - Refresh patches.suse/x86-ibt-Add-exact_endbr-helper.patch.
  - commit 23dc2db
  - x86/alternatives: Clean up preprocessor conditional block comments (git-fixes).
  - commit 8cb2529
  - x86/ibt: Add exact_endbr() helper (git-fixes).
  - commit 6768e40
  - x86/ibt: Handle FineIBT in handle_cfi_failure() (git-fixes).
  - commit e514559
  - x86/cfi: Add 'cfi=warn' boot option (git-fixes).
  - commit 40703d1
  - x86/its: Use dynamic thunks for indirect branches (bsc#1242006 CVE-2024-28956).
  - commit f7978bc
  - x86: re-enable EXECMEM_ROX support (git-fixes).
  - commit f4fd78c
  - module: drop unused module_writable_address() (git-fixes).
  - commit 49a69cd
  - Revert "x86/module: prepare module loading for ROX allocations of text" (git-fixes).
  - Refresh
    patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch.
  - commit 4e57a83
  - module: switch to execmem API for remapping as RW and restoring ROX (git-fixes).
  - commit fff908c
  - execmem: add API for temporal remapping as RW and restoring ROX afterwards (git-fixes).
  - commit e928bfd
  - execmem: don't remove ROX cache from the direct map (git-fixes).
  - commit eee583e
  - x86/mm/pat: restore large ROX pages after fragmentation (git-fixes).
  - commit 5598b75
  - x86/mm/pat: drop duplicate variable in cpa_flush() (git-fixes).
  - commit f93080f
  - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (git-fixes).
  - commit adde21b
  - x86: Disable EXECMEM_ROX support (git-fixes).
  - commit de5aac5
  - x86/module: enable ROX caches for module text on 64 bit (git-fixes).
  - commit 76a51ba
  - execmem: add support for cache of large ROX pages (git-fixes).
  - commit 4295212
  - x86/module: prepare module loading for ROX allocations of text  (git-fixes).
  - Refresh
    patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch.
  - commit ec664c3
  - arch: introduce set_direct_map_valid_noflush() (git-fixes).
  - commit dab315c
  - module: prepare to handle ROX allocations for text (git-fixes).
  - commit 68b6958
  - asm-generic: introduce text-patching.h (git-fixes).
  - commit de10e1e
  - mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations (git-fixes).
  - commit 1090fe7
  - mm: vmalloc: group declarations depending on CONFIG_MMU together (git-fixes).
  - commit 2949d85
  - Fix Patch-mainline tags.
  - Refresh
    patches.suse/vhost-scsi-Fix-vhost_scsi_send_bad_target.patch.
  - Refresh
    patches.suse/virtio-net-disable-delayed-refill-when-pausing-rx.patch.
  - Refresh
    patches.suse/virtio_console-fix-missing-byte-order-handling-for-c.patch.
  - Refresh
    patches.suse/xen-netfront-handle-NULL-returned-by-xdp_convert_buf.patch.
  - commit a02aff8
  - x86/ibt: Keep IBT disabled during alternative patching (bsc#1242006 CVE-2024-28956).
  - commit 08c6924
  - x86/its: Align RETs in BHB clear sequence to avoid thunking (bsc#1242006 CVE-2024-28956).
  - commit a549c4e
  - misc: pci_endpoint_test: Avoid issue of interrupts remaining
    after request_irq error (CVE-2025-23140 bsc#1242763).
  - commit 7abc3f5
  - x86/its: Add support for RSB stuffing mitigation (bsc#1242006 CVE-2024-28956).
  - commit daf020d
  - x86/its: Add "vmexit" option to skip mitigation on some CPUs (bsc#1242006 CVE-2024-28956).
  - commit cfbe6c2
  - x86/its: Enable Indirect Target Selection mitigation (bsc#1242006 CVE-2024-28956).
  - commit 0d65b9c
  - x86/its: Add support for ITS-safe return thunk (bsc#1242006 CVE-2024-28956).
  - commit fd877d7
  - x86/its: Add support for ITS-safe indirect thunk (bsc#1242006 CVE-2024-28956).
  - commit 30641d4
  - x86/its: Enumerate Indirect Target Selection (ITS) bug (bsc#1242006 CVE-2024-28956).
  - commit ba99e99
  - x86/cpu: Expose only stepping min/max interface (bsc#1242006 CVE-2024-28956).
  - commit 8b54e17
  - Documentation: x86/bugs/its: Add ITS documentation (bsc#1242006 CVE-2024-28956).
  - commit 9540fdb
  - Refresh patches.suse/tpm-tis-Double-the-timeout-B-to-4s.patch.
  - commit e6d0a02
  - scripts/check-kernel-fix: wait for git-fixes background run properly
    we are printing potential follow up fixes only if there is an action
    required which is an intendeded behavior. We do want to wait for the run
    to finish regardless of the final outcome though as we do not want the
    git-fixes to outlive the script runtime. Theoretically we could just kill
    git_fixes_pid but this could get more tricky if the process terminated
    and the pid got recycled.
  - commit 4d3770f
  - scripts/check-kernel-fix: print ACTION NEEDED at the end
    ACTION NEEDED has been printed as soon as it is clear there is an action
    required for a certain branch. This works well for regular run but it
    generates a confusing output for verbose mode
    Link: https://git.kernel.org/linus/f9a9f43a62a04ec3183fb0da9226c7706eed0115
    SL-16.0: nope_commit_in_base
    SLE11-SP4-LTSS: nope_unaffected
    SLE12-SP3-TD: nope_unaffected
    ACTION NEEDED!
    SLE12-SP5: MANUAL: backport f9a9f43a62a04ec3183fb0da9226c7706eed0115 (Fixes v4.12)
    fix this by printing this at the very end after all the processing is
    done.
  - commit fe72ee2
  - arm64: dts: imx8mp-var-som: Fix LDO5 shutdown causing SD card timeout (git-fixes)
  - commit e0761c4
  - arm64: dts: rockchip: Assign RT5616 MCLK rate on (git-fixes)
  - commit 85e792e
  - arm64: dts: rockchip: Add pinmuxing for eMMC on QNAP TS433 (git-fixes)
  - commit 3120557
  - arm64: dts: rockchip: Remove overdrive-mode OPPs from RK3588J SoC (git-fixes)
  - commit 9670342
  - arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to (git-fixes)
  - commit 407716a
  - arm64: dts: st: Use 128kB size for aliased GIC400 register access on (git-fixes)
  - commit 12333da
  - arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs (git-fixes)
  - commit 120fe1f
  - arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 (git-fixes)
  - commit 16c5fbc
  - arm64: dts: imx95: Correct the range of PCIe app-reg region (git-fixes)
  - commit 2139ecb
  - arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (git-fixes)
  - commit 4976c35

++++ ncurses:

  - Avoid expanding %jobs in comment (boo#1237231)

++++ openssl-3:

  - FIPS: Fix the speed command in FIPS mode for KMAC
    * Add openssl-FIPS-Fix-openssl-speed-KMAC.patch

++++ systemd:

  - systemd-update-helper: Fix invalid use of "break" in case statement

++++ skopeo:

  - Add patch:
    * 0001-CVE-2025-27144-vendor-don-t-allow-unbounded-amounts-.patch
  - Remove patch:
    * 0001-http2-close-connections-when-receiving-too-many-head.patch
    * 0002-Switch-hashicorp-go-retryablehttp-to-the-SUSE-fork.patch
    * 0003-Don-t-allow-unbounded-amounts-of-splits-https-github.patch
  - Update to version 1.18.0:
    * Bump Skopeo to v1.18.0
    * Switch to the CNCF Code of Conduct
    * fix(deps): update module golang.org/x/term to v0.29.0
    * fix(deps): update module github.com/containers/common to v0.62.0
    * chore(deps): update dependency containers/automation_images to v20250131
    * fix(deps): update module github.com/spf13/pflag to v1.0.6
    * fix(deps): update module github.com/containers/image/v5 to v5.34.0
    * RPM: include check section to silence rpmlint
    * RPM: cleanup gobuild macro for CentOS Stream
    * fix(deps): update module github.com/containers/storage to v1.57.1
    * fix(deps): update module github.com/containers/storage to v1.57.0
    * feat: Add `--retry-delay` Option
    * fix(deps): update module github.com/containers/common to v0.61.1
    * fix(deps): update module github.com/containers/image/v5 to v5.33.1
    * fix(deps): update module github.com/containers/storage to v1.56.1
    * systemtest: update quay.io registry image
    * chore(deps): update dependency containers/automation_images to v20250107 (#2488)
    * fix(deps): update module golang.org/x/term to v0.28.0
    * chore(deps): update dependency golangci/golangci-lint to v1.63.4
    * chore(deps): update dependency golangci/golangci-lint to v1.63.3
    * chore(deps): update dependency golangci/golangci-lint to v1.63.2
    * fix(deps): update golang.org/x/exp digest to b2144cd
    * chore(deps): update module golang.org/x/net to v0.33.0 [security]
    * fix(deps): update module github.com/containers/ocicrypt to v1.2.1
    * fix(deps): update module golang.org/x/term to v0.27.0
    * Fix handling of errorShouldDisplayUsage
    * fix(deps): update golang.org/x/exp digest to 2d47ceb
    * Packit: remove rhel (epel) jobs
    * Packit: switch fedora copr targets to fedora-all
    * fix(deps): update module github.com/stretchr/testify to v1.10.0
    * chore(deps): update dependency golangci/golangci-lint to v1.62.2
    * Update an expected error message
    * fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1
    * chore(deps): update dependency golangci/golangci-lint to v1.62.0
    * fix(deps): update module github.com/moby/sys/capability to v0.4.0
    * Bump to c/Skopeo v1.18.0-dev
    * Bump to c/Skopeo v1.17.0
    * Bump c/common to v0.60.0
    * fix(deps): update module github.com/containers/image/v5 to v5.33.0
    * Trigger a rebuild of the ostree-rs-ext container
    * Update contrib/cirrus/ostree_ext.dockerfile for DNF 5
    * update CI images to f41
    * cirrus: use dnf remove over erase
    * fix(deps): update golang.org/x/exp digest to f66d83c
    * fix(deps): update module github.com/containers/storage to v1.55.1
    * Fix format string inconsistency causing a build failure
    * proxy: Add various debug logging
    * chore(deps): update dependency containers/automation_images to v20241010
    * * Added option to create digest file for syncing images. * Digest file output would have docker reference of source and sha of of the mainfest sync'd with the target. This file would not be created if dry-run flag is enabled * improved the sync document to include the correct output for manifest file. * added new line for the manifest file once all images are sync'd * Ensuring we log on manifest digest if the copy operation was successful. * Check for errors if any once sync process is complete. * Ensure to capture the failure when closing the manifest file. * Ensure we are not writing manifest sha for failed copy of imagesand aborting the process in case write to file fails
    * Packit: constrain downstream koji job to fedora package
    * fix(deps): update module golang.org/x/term to v0.25.0
    * fix(deps): update module github.com/containers/common to v0.60.4
    * fix(deps): update golang.org/x/exp digest to 701f63a
    * vendor: switch to moby/sys/capability (#2428)
    * Document that zstd:chunked is downgraded to zstd when encrypting
    * fix(deps): update module github.com/containers/common to v0.60.3
    * Packit: split out ELN jobs and reuse fedora downstream targets
    * Packit: Enable sidetags for bodhi updates
    * chore(deps): update dependency golangci/golangci-lint to v1.61.0
    * fix(deps): update module golang.org/x/term to v0.24.0
    * Use a range expression
    * Update to Go 1.22
    * Restrict Packit targets to those that support Go 1.22
    * fix(deps): update golang.org/x/exp digest to 9b4947d
    * chore(deps): update dependency containers/automation_images to v20240821
    * Update skopeo-generate-sigstore-key.1.md
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.3
    * fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0
    * fix(deps): update module github.com/containers/common to v0.60.2
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.2
    * fix(deps): update module github.com/containers/image/v5 to v5.32.2
    * Replace egrep with grep -E
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.1
    * fix(deps): update module github.com/containers/common to v0.60.1
    * fix(deps): update module github.com/containers/image/v5 to v5.32.1
    * fix(deps): update module golang.org/x/term to v0.23.0
    * The fakeroot package doesn't exist in RHEL.
    * Bump Skopeo to v1.17.0-dev
    * Bump Skopeo to v1.16.0
    * fix(deps): update module github.com/containers/common to v0.60.0
    * Drop the toolchain back to 1.21.0
    * fix(deps): update module github.com/containers/image/v5 to v5.32.0
    * fix(deps): update module github.com/containers/storage to v1.55.0
    * chore(deps): update module google.golang.org/grpc to v1.64.1 [security]
    * fix(deps): update module github.com/containers/common to v0.59.2
    * [skip-ci] RPM: spec file cleanup
    * fix(deps): update module golang.org/x/term to v0.22.0
    * fix(deps): update module github.com/containers/ocicrypt to v1.2.0
    * fix(deps): update golang.org/x/exp digest to 7f521ea
    * Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7
    * fix(deps): update module github.com/containers/image/v5 to v5.31.1
    * fix(deps): update module github.com/spf13/cobra to v1.8.1
    * Refer to registry.k8s.io instead of k8s.gcr.io
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.1
    * fix(deps): update module golang.org/x/term to v0.21.0
    * fix(deps): update module github.com/containers/common to v0.59.1
    * Execute cross-build task using PW pool
    * fix(deps): update golang.org/x/exp digest to fd00a4e
    * CI: bump VMs
    * Don't offer the tarball: transport in completions
    * [skip-ci] Packit: `packages: [skopeo-fedora]` for podman-next jobs
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.0
    * fix(deps): update module github.com/containers/common to v0.59.0
    * Stop using the exclude_graphdriver_devicemapper build tag
    * fix(deps): update module github.com/containers/image/v5 to v5.31.0
    * Update for changed c/image error texts
    * Update c/image after https://github.com/containers/image/pull/2408
    * fix(deps): update module github.com/containers/common to v0.58.3
    * hack: Support picking cc and cpp via environment variables.
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.1
    * [skip-ci] RPM: bats requirement only on Fedora
    * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842
    * [skip-ci] Packit: enable c10s downstream sync
    * [skip-ci] Packit: delete EL8 jobs
    * fix(deps): update module golang.org/x/term to v0.20.0
    * Add info on Skopeo image to README.md
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.0
    * fix summaries for standalone-sign and standalone-verify
    * fix(deps): update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f
    * CI VMs: bump to new versions with tmpfs /tmp
    * chore(deps): update module golang.org/x/net to v0.23.0 [security]
    * Use "slices" from the standard library
    * Update to Go 1.21
    * chore: fix function names
    * Center logo in README.md
    * fix(deps): update module github.com/containers/common to v0.58.2
    * Hard-code the device-mapper graph driver to disabled
    * Fix issue/pr lock workflow
    * feat: add `--image-parallel-copies` flag
    * Use strings.CutSuffix
    * Use strings.CutPrefix
    * Update to Go 1.20
    * fix(deps): update module golang.org/x/term to v0.19.0
    * Freeze the fedora-minimal image reference at Fedora 38
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.2
    * fix(deps): update module github.com/containers/common to v0.58.1
    * [CI:DOCS] Add golang 1.21 update warning
    * chore(deps): update dependency containers/automation_images to v20240320
    * main: return exit code `2` when an input is not found
    * chore(deps): update module github.com/docker/docker to v25.0.5+incompatible [security]
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.1
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.0
    * [skip-ci] rpm: use macro supported vendoring
    * Bump to v1.16.0-dev

++++ suse-module-tools:

  - Update to version 16.0.60:
    * spec file: add missing util-linux requirement (bsc#1241465)
    * kernel-scriptlets: enable tracing with KERNEL_PACKAGE_SCRIPT_TRACE=1

------------------------------------------------------------------
------------------  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 fd771b8
  - smb: client: fix UAF in decryption with multichannel
    (bsc#1242510, CVE-2025-37750).
  - commit 68f2d81
  - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (CVE-2025-23137 bsc#1241363)
  - commit 48dc7df
  - Update
    patches.suse/md-raid10-wait-barrier-before-returning-discard-request-wi.patch
    (git-fixes CVE-2025-40325 bsc#1241638).
    Update meta-data, adding CVE and bug#.
  - commit b0a6c4b
  - 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 c3254e9
  - Refresh sorted patches.
  - commit 327f25e
  - drivers/platform/x86/amd: pmf: Check for invalid Smart PC
    Policies (git-fixes).
  - commit 70e0f6a
  - Refresh patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch
  - commit 2f5ab59
  - sctp: detect and prevent references to a freed transport in
    sendmsg (CVE-2025-23142 bsc#1242760).
  - commit 23a3fc0
  - scripts/check-kernel-fix: do a full check in verbose mode
    we are skipping evaluation of ineligible (based on CVSS scoring) branches
    to save runtime because a common case is a low score CVE that is not
    eligible to any LTSS branches. Security team would like to know whether
    as specific branch is affected even in those case so let's change the
    implementation and do the full evaluation even if a branch is not
    eligible based on the scoring.
    With the current implementation we are getting
    ./scripts/check-kernel-fix -v CVE-2022-49320
    Security fix for CVE-2022-49320 bsc#1238394 with CVSS 5.5
    = f9a9f43a62a0 ("dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type") merged v5.19-rc1~100^2~37
    Fixes: b0cc417c1637 ("dmaengine: Add Xilinx zynqmp dma engine driver support") merged v4.8-rc1~117^2~7^2~2
    Experts candidates:  tiwai@suse.com (36) subsystem/role="DRIVERS"
    Link: https://git.kernel.org/linus/f9a9f43a62a04ec3183fb0da9226c7706eed0115
    SL-16.0: nope_commit_in_base
    SLE11-SP4-LTSS: nope_cvss
    SLE12-SP3-TD: nope_unaffected
    ACTION NEEDED!
    SLE12-SP5: MANUAL: backport f9a9f43a62a04ec3183fb0da9226c7706eed0115 (Fixes v4.12)
    SLE15-SP6: nope_commit_in_base
    SLE15-SP7-GA: nope_cvss
    cve/linux-5.14-LTSS: ok_reference_present
    cve/linux-5.3-LTSS: nope_cvss
    SUSE-2024: nope_commit_in_base
    SLE15-SP6-RT: nope_commit_in_base
    SLE15-SP6-COCO: nope_commit_in_base
    SLE15-SP6-AZURE: nope_commit_in_base
    SLE15-SP7: nope_commit_in_base
    SLE15-SP2-LTSS: nope_cvss
    SLE15-SP3-LTSS: ok_reference_present
    SUSE-2024-RT: nope_commit_in_base
    SLE15-SP7-RT: nope_commit_in_base
    SLE15-SP7-COCO: nope_commit_in_base
    SLE15-SP7-AZURE: nope_commit_in_base
    With the updated one we are getting a more specific answer for
    all branches whether they are eligible or not.
    ./scripts/check-kernel-fix -v CVE-2022-49320
    Security fix for CVE-2022-49320 bsc#1238394 with CVSS 5.5
    = f9a9f43a62a0 ("dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type") merged v5.19-rc1~100^2~37
    Fixes: b0cc417c1637 ("dmaengine: Add Xilinx zynqmp dma engine driver support") merged v4.8-rc1~117^2~7^2~2
    Experts candidates:  tiwai@suse.com (36) subsystem/role="DRIVERS"
    Link: https://git.kernel.org/linus/f9a9f43a62a04ec3183fb0da9226c7706eed0115
    SL-16.0: nope_commit_in_base
    SLE11-SP4-LTSS: nope_unaffected
    SLE12-SP3-TD: nope_unaffected
    ACTION NEEDED!
    SLE12-SP5: MANUAL: backport f9a9f43a62a04ec3183fb0da9226c7706eed0115 (Fixes v4.12)
    SLE15-SP6: nope_commit_in_base
    SLE15-SP7-GA: nope_commit_in_base
    cve/linux-5.14-LTSS: ok_reference_present
    cve/linux-5.3-LTSS: missing_commit_nope_cvss
    SLE12-SP5-RT: MANUAL: backport f9a9f43a62a04ec3183fb0da9226c7706eed0115 (Fixes v4.12)
    WW CONFIG_XILINX_ZYNQMP_DMA not enabled.
    SUSE-2024: nope_commit_in_base
    SLE15-SP6-RT: nope_commit_in_base
    SLE15-SP6-COCO: nope_commit_in_base
    SLE15-SP6-AZURE: nope_commit_in_base
    SLE15-SP7: nope_commit_in_base
    SLE15-SP4-LTSS: ok_reference_present
    SLE15-SP5-LTSS: ok_reference_present
    SLE15-SP2-LTSS: missing_commit_nope_cvss
    SLE15-SP3-LTSS: ok_reference_present
    SUSE-2024-RT: nope_commit_in_base
    SLE15-SP7-RT: nope_commit_in_base
    SLE15-SP7-COCO: nope_commit_in_base
    SLE15-SP7-AZURE: nope_commit_in_base
    SLE15-SP4-RT-LTSS: ok_reference_present
    SLE15-SP5-RT-LTSS: ok_reference_present
    SLE15-SP3-RT-LTSS: ok_reference_present
  - commit 2022652

++++ 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-Pygments:

  - Redownload source file to have the same version released in pypi.

------------------------------------------------------------------
------------------  2025-5-13  -  May 13 2025  -------------------
------------------------------------------------------------------

++++ cockpit-tukit:

  - Update to version 0.1.4~git0.6eacfc1:
    * Display message for user if they aren't superuser (bsc#1242139)
    * UI Fixes
    * FEAT: Patternfly 6 support
    * BUMP deps to patternfly-6 and update COCKPIT_REPO_COMMIT
    * fix: Properly handle superuser.allowed
    * Bump @typescript-eslint/eslint-plugin in the types group
    * Bump qunit from 2.19.4 to 2.24.1
    * Bump the stylelint group across 1 directory with 2 updates
    * Bump ts-loader from 9.4.4 to 9.5.2
    * Bump glob from 11.0.1 to 11.0.2
    * Bump the stylelint group with 2 updates
    * Bump @typescript-eslint/eslint-plugin in the types group
    * Bump @babel/preset-typescript from 7.22.5 to 7.27.1
    * Chore: With dependabot now enabled, lets update insecure npm packages
    * Bump the react group with 2 updates
    * Bump esbuild from 0.25.2 to 0.25.4 in the esbuild group
    * ci: Add in dependabot and automated updates to cockpit-lib
    * Translated using Weblate (German)
    * Translated using Weblate (German)
    * Translated using Weblate (Japanese)
    * Translated using Weblate (Japanese)
    * Translated using Weblate (Spanish)
    * Translated using Weblate (Czech)
    * Translated using Weblate (Italian)
    * Translated using Weblate (Portuguese)
    * Translated using Weblate (Portuguese)
    * Translated using Weblate (Swedish)
    * Translated using Weblate (Swedish)
    * Translated using Weblate (Georgian)
    * Translated using Weblate (Georgian)
    * Translated using Weblate (Chinese (Traditional Han script))
    * Translated using Weblate (Chinese (China) (zh_CN))
    * Translated using Weblate (Chinese (China) (zh_CN))
    * Translated using Weblate (French)
    * Translated using Weblate (Polish)
    * Translated using Weblate (Polish)
    * Translated using Weblate (German)
    * Translated using Weblate (German)
    * Translated using Weblate (Chinese (China) (zh_CN))
    * Translated using Weblate (Chinese (China) (zh_CN))
    * Translated using Weblate (Italian)
    * Translated using Weblate (Swedish)
    * Translated using Weblate (Swedish)
    * Translated using Weblate (Czech)
    * Translated using Weblate (Chinese (Traditional Han script))
    * Translated using Weblate (French)
    * Translated using Weblate (Japanese)
    * Translated using Weblate (Japanese)
    * Translated using Weblate (Polish)
    * Translated using Weblate (Polish)
    * Translated using Weblate (Georgian)
    * Translated using Weblate (Georgian)
    * Translated using Weblate (Portuguese)
    * Translated using Weblate (Portuguese)
    * Translated using Weblate (Spanish)
    * Update tukit.pot
    * Added translation using Weblate (Italian)
    * Added translation using Weblate (French)
    * Added translation using Weblate (Spanish)
    * Translated using Weblate (German)
    * Added translation using Weblate (Chinese (Traditional Han script))

++++ 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:

  - Update
    patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch
    (git-fixes CVE-20255-22126 bsc#1241597).
    Update metadata, adding CVE and bug references
  - commit f526dd7
  - Update patches.suse/md-raid1-raid10-don-t-ignore-IO-flags.patch
    (git-fixes CVE-2025-22125 bsc#1241596).
    Update meta-data: add CVE and bug reference
  - commit e4da8bd
  - Delete
    patches.suse/Revert-kallsyms-unexport-kallsyms_lookup_name-and-kallsyms_on_each_symbol.patch.
  - commit a0dbeff
  - net: openvswitch: fix nested key length validation in the set()
    action (CVE-2025-37789 bsc#1242762).
  - commit f1c1667
  - platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection
    (git-fixes).
  - commit d054e55
  - platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO
    Wujie 14XA (GX4HRXL) (git-fixes).
  - commit 6ed7e5e
  - drivers/platform/x86/amd: pmf: Check for invalid sideloaded
    Smart PC Policies (git-fixes).
  - commit 9f77444
  - s390/cpumf: Update CPU Measurement facility extended counter
    set support (bsc#1243118).
  - s390: Add z17 elf platform (bsc#1243119).
  - commit 342b428
  - 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 1ee5e84
  - netfilter: nft_tunnel: fix geneve_opt type confusion addition
    (CVE-2025-22056 bsc#1241525).
  - commit c55bcc7
  - net: export a helper for adding up queue stats (git-fixes).
  - commit 60dc7bb
  - virtio-net: fix total qstat values (git-fixes).
  - commit 8780e19
  - mm, slab: clean up slab->obj_exts always (git-fixes).
  - commit 82e1c69
  - slab: ensure slab->obj_exts is clear in a newly allocated slab
    page (CVE-2025-37774 bsc#1242783).
  - commit bf2c798
  - alloc_tag: uninline code gated by mem_alloc_profiling_key in
    slab allocator (git-fixes dependency).
  - commit fdcf54b
  - virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()
    (git-fixes).
  - commit 70be972
  - mm: zswap: fix crypto_free_acomp() deadlock in
    zswap_cpu_comp_dead() (CVE-2025-22030 bsc#1241376).
  - commit b15b5e1
  - virtio-net: don't re-enable refill work too early when NAPI
    is disabled (git-fixes).
  - commit 36d0adc
  - scripts/check-kernel-fix: recognized reserved but not published yet CVEs
    We have seen a large pile of CVEs that are not released yet.
    c-k-f currently says
    $ ./scripts/check-kernel-fix CVE-2025-37846
    Can't find sha in upstream: CVE-2025-37846.
    Let's check whether the said CVE is reserved and say so to make the fact
    $ ./scripts/check-kernel-fix CVE-2025-37846
    CVE-2025-37846 is reserved but not fully published
  - commit 97893d4
  - virtio-net: disable delayed refill when pausing rx (git-fixes).
  - commit 896d338
  - vhost-scsi: Fix vhost_scsi_send_bad_target() (git-fixes).
  - commit bc9266a
  - 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).
  - drivers/platform/x86/amd: pmf: Check for invalid sideloaded
    Smart PC Policies (git-fixes).
  - commit 44333aa
  - virtio_console: fix missing byte order handling for cols and
    rows (git-fixes).
  - commit 6700379

++++ kernel-firmware-intel:

  - Update to version 20250512 (git commit 9f8e520fd736):
    * intel_vpu: Update NPU firmware

++++ kernel-firmware-sound:

  - Update to version 20250512 (git commit 9f8e520fd736):
    * intel: avs: Update topology file for Digital Microphone Array
    (bsc#1243030)

++++ llvm19:

  - Enable build of libc++ for ppc64le

++++ gcc15:

  - Prune set of cross-compilers that conflict with different
    versions from the set using update-alternatives.

++++ libguestfs:

  - Update to version 1.55.11 (jsc#PED-12706)
    * daemon/fstrim.c: Run the fstrim command twice
    * lib/create.c: Fix check after BLKDISCARD
    * daemon: inspect: Remove duplicate root mountpoints in /etc/fstab

++++ mpdecimal:

  - Fix LDXXFLAGS (thank you Stefan Krah for providing the patch)

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

++++ python-maturin:

  - Update to 1.8.6
    * Print a message when overriding platform tag from
    `_PYTHON_HOST_PLATFORM`
    gh#PyO3/maturin#2594
    * Use the current python interpreter's version when the abi3
    feature is set with no explicit version
    gh#PyO3/maturin#2597

++++ python-packaging:

  - skip primary build only for Tumbleweed (adjust version)

++++ python-setuptools:

  - update to 78.1.1:
    * More fully sanitized the filename in PackageIndex._download.
  - switch build-exclusion to be tumbleweed only

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

  - KVM: x86/mmu: Prevent installing hugepages when mem attributes
    are changing (git-fixes).
  - commit 0174a2a
  - KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
    (git-fixes).
  - commit 891290f
  - KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()
    (git-fixes).
  - commit 774db33
  - 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).
  - commit a2b4b26
  - KVM: x86: Check that the high 32bits are clear in
    kvm_arch_vcpu_ioctl_run() (git-fixes).
  - commit fe32097
  - KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
    (git-fixes).
  - commit c609983
  - KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass
    producer (git-fixes).
  - commit 60e8b26
  - KVM: x86: Explicitly treat routing entry type changes as changes
    (git-fixes).
  - commit 00025dc
  - 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 3480857
  - KVM: x86: Reset IRTE to host control if *new* route isn't
    postable (git-fixes).
  - commit 9592682
  - KVM: SVM: Allocate IR data using atomic allocation (git-fixes).
  - commit 853028b
  - KVM: arm64: Fix memory check in host_stage2_set_owner_locked()
    (git-fixes).
  - commit f1fda19
  - KVM: arm64: Fix uninitialized memcache pointer in
    user_mem_abort() (git-fixes).
  - commit 090f76d
  - xenbus: Allow PVH dom0 a non-local xenstore (git-fixes).
  - commit eeaa5aa
  - xenbus: Use kref to track req lifetime (git-fixes).
  - commit 49fbb67
  - Refresh
    patches.suse/io_uring-sqpoll-Increase-task_work-submission-batch-.patch.
    Patch was accepted upstream.  Update the version and add final headers.
  - commit 52da9d4
  - xen: swiotlb: Use swiotlb bouncing if kmalloc allocation
    demands it (git-fixes).
  - commit bef02e3
  - xen-netfront: handle NULL returned by
    xdp_convert_buff_to_frame() (git-fixes).
  - commit fba38b4
  - scsi: lpfc: Copyright updates for 14.4.0.9 patches
    (bsc#1242995).
  - scsi: lpfc: Update lpfc version to 14.4.0.9 (bsc#1242995).
  - scsi: lpfc: Create lpfc_vmid_info sysfs entry (bsc#1242995).
  - scsi: lpfc: Avoid potential ndlp use-after-free in
    dev_loss_tmo_callbk (bsc#1242995).
  - scsi: lpfc: Prevent failure to reregister with NVMe transport
    after PRLI retry (bsc#1242995).
  - scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still
    unset (bsc#1242995).
  - scsi: lpfc: Notify FC transport of rport disappearance during
    PCI fcn reset (bsc#1242995).
  - scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64
    commands (bsc#1242995).
  - scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
    (bsc#1242995).
  - scsi: lpfc: Convert timeouts to secs_to_jiffies() (bsc#1242995).
  - scsi: lpfc: convert timeouts to secs_to_jiffies() (bsc#1242995).
  - commit 45811f8
  - scsi: lpfc: Use memcpy() for BIOS version (bsc#1240965).
  - commit 53e46c0
  - Update patches.suse/powerpc-pseries-iommu-create-DDW-for-devices-with-DM.patch
    (bsc#1239691 bsc#1243044 ltc#212555).
  - commit ebbb0e6
  - usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT
    transition (git-fixes).
  - commit 8f8f222
  - USB: usbtmc: use interruptible sleep in usbtmc_read (git-fixes).
  - commit b7a1a0c
  - usb: typec: ucsi: displayport: Fix NULL pointer access
    (git-fixes).
  - commit 0670aa5
  - usb: typec: ucsi: displayport: Fix deadlock (git-fixes).
  - commit b6bdc79
  - dm-integrity: fix a warning on invalid table line (git-fixes).
  - commit a020eab
  - usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN
    (git-fixes).
  - commit e100777
  - bpf: Scrub packet on bpf_redirect_peer (git-fixes).
  - commit 652efa2
  - check-for-config-changes: Fix flag name typo
  - commit 1046b16
  - netfilter: socket: Lookup orig tuple for IPv6 SNAT
    (CVE-2025-22021 bsc#1241282).
  - commit 19d5805
  - Drivers: hv: Make the sysfs node size for the ring buffer
    dynamic (git-fixes).
  - uio_hv_generic: Fix sysfs creation path for ring buffer
    (git-fixes).
  - commit 5be80b8
  - Move upstreamed sound patch into sorted section
  - commit bb3dd19
  - Input: xpad - fix two controller table values (git-fixes).
  - Input: mtk-pmic-keys - fix possible null pointer dereference
    (git-fixes).
  - Input: cyttsp5 - fix power control issue on wakeup (git-fixes).
  - Input: cyttsp5 - ensure minimum reset pulse width (git-fixes).
  - commit bc65477

++++ libguestfs:

  - Use FUSE3 starting with suse_version 1600 (aka CODE16): Release
    CODE16 from the beginning without relying on FUSE 2.
  - Do not add the patch conditionally to the .src.rpm, but only
    apply the patch conditionally: allows to reuse src.rpm across
    codestreams.

++++ ncurses:

  - Add ncurses patch 20250510
    + add rv/xr codes for domterm, mintty, mlterm -TD
    + add xr code for putty -TD
    + update teraterm to 5.0 -TD
    + add rlogin-color -TD

++++ openssl-3:

  - FIPS: Restore the check to deny SHA1 signatures in FIPS mode and
    the functionality to allow/deny via crypto-policies. [jsc#PED-12224]
    * Remove openssl-rh-allow-sha1-signatures.patch
    * Add patches:
  - openssl-Allow-disabling-of-SHA1-signatures.patch
  - openssl-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch
  - openssl-FIPS-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch

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

++++ rebootmgr:

  - Update to version 3.3+git20250512.b6e4e84:
    * Release version 3.3
    * Fix handling of temporarily disabled reboots

++++ selinux-policy:

  - Update to version 20241031+git652.e1d5a07e:
    * healthchecker: allow capability sys_admin (bsc#1240138)
    * Enable mysql_run_under_different_user for (open)SUSE (bsc#1240949)
    * Introduce mysql_run_under_different_user boolean (bsc#1240949)
    * Revert "Set mysqld_t permissive until we have tested it thorougly (bsc#1240949)"
    * slapd needs dac_override for ldapi socket (bsc#1242252)
    * Allow slapd_t nnp_transition for NoNewPrivileges (bsc#1242252)
    * Allow snapper_tu_etc_plugin_t fowner (bsc#1242768)
    * Allow snapper_tu_etc_plugin_t dac_override (bsc#1242768)
    * Revert "add dev_watch_sysfs_dirs interface"
    * Revert "Allow journalctl read messages from /var/lib/machines (bsc#1235829)"
    * Revert "Allow xenstored_t manage xend_var_lib_t files (bsc#1228540)"
    * label start script for pcp logger properly (bsc#1241611)
    * Allow collectd accept and listen to tcp sockets
    * healthchecker: fix findmnt with encrypted disks (bsc#1238606)
    * Allow cluster_t use NoNewPrivileges systemd hardening (bsc#1241921)
    * dontaudit sys_resource for NetworkManager_dispatcher types (bsc#1241888)
    * Allow init_t nnp domain transition to redis_t
    * Allow tlshd read network sysctls
    * Allow NetworkManager create and use icmp_socket
    * Allow varnishd execute the prlimit64() syscall
    * Allow rhsmcertd connect to systemd-machined
    * Allow virt_domain write to virt_image_t files
    * Allow system-dbusd list systemd-machined directories
    * Allow asterisk read network sysctls
    * Allow virtstoraged fsetid capability
    * Allow xdm watch a mnt_t directory
    * Allow collectd bind TCP sockets to the collectd port
    * Allow virtqemud relabel from tmpfs lnk files
    * Allow gnome-remote-desktop additional sockets permissions
    * Update insights-core policy
    * Update systemd-homed policy
    * Allow xenstored_t manage xend_var_lib_t files (bsc#1228540)
    * Allow init and login_pgm connect to systemd-logind over a unix socket
    * Allow login_userdomain read pressure stall information
    * Allow systemd-journald create and use vsock socket
    * Update systemd-pcrextend policy
    * Allow systemd watch/watch_reads usb ttys
    * Update coreos-installer-generator policy
    * Update systemd-homed policy
    * Allow systemd-user-runtime-dir get/set tmpfs quotas
    * Allow systemd-rfkill read nsfs files
    * Dontaudit bootc-systemd-generator search sssd lib directories
    * Allow systemd-user-runtime-dir delete gnome homedir content
    * allows gssd_t to read nfs symlinks (bsc#1241042)
    * Allow tuned-ppd read sssd public files
    * Allow tuned-ppd watch_reads sysfs directories
    * Confine /usr/lib/systemd/systemd-user-runtime-dir
    * Revert "Dontaudit systemd-logind remove all files"
    * Make bootupd use bootupd_tmp_t as its private type for files in /tmp
    * Label SetroubleshootPrivileged.py with setroubleshootd_exec_t
    * Allow power-profiles-daemon watch sysfs directories
    * systemd: allow reading /dev/cpu/0/msr
    * Update the pcmsensor policy
    * Allow chronyd-restricted sendto to chronyc
    * Allow system_dbusd_t r/w unix stream sockets of unconfined_service_t
    * Allow dovecot-deliver read mail aliases
    * Confine systemd-factory-reset system generator
    * Allow systemd debug generator read tmpfs files
    * Allow gnome-shell get attributes of systemd inhibit pipes
    * Allow tuned-ppd watch sysfs directories
    * Fix the storage_rw_inherited_removable_device() interface
    * Allow sadc read global pressure stall information
    * Allow virtqemud read sblim-gatherd process state
  - Update embedded container-selinux version to commit:
    * d7e420a1166c8bd237a7877f76fa9a0e484a7c68 (version 2.237.0)

++++ tuned:

  - Add hardened profile (PED-12781)
    A 0001-hardened-Introduce-hardened-profile.patch

------------------------------------------------------------------
------------------  2025-5-11  -  May 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xhci: dbc: Avoid event polling busyloop if pending rx transfers
    are inactive (git-fixes).
  - 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: typec: ucsi: displayport: Fix deadlock (git-fixes).
  - usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubs
    (git-fixes).
  - usb: uhci-platform: Make the clock really optional (git-fixes).
  - usb: dwc3: gadget: Make gadget_wakeup asynchronous (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: cdnsp: Fix issue with resuming from L1 (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).
  - staging: bcm2835-camera: Initialise dev in v4l2_dev (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: inv_mpu6050: align buffer for timestamp (git-fixes).
  - iio: adc: rockchip: Fix clock initialization sequence
    (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/xe: Add page queue multiplier (git-fixes).
  - drm/amdgpu/hdp7: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amdgpu/hdp6: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amdgpu/hdp5.2: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amdgpu/hdp5: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amdgpu/hdp4: 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/amd/display: Fix invalid context error in dml helper
    (git-fixes).
  - drm/panel: simple: Update timings for AUO G101EVN010
    (git-fixes).
  - accel/ivpu: Increase state dump msg timeout (git-fixes).
  - wifi: mac80211: fix the type of status_code for negotiated
    TID to Link Mapping (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: rockchip_canfd: rkcanfd_remove(): 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).
  - can: m_can: m_can_class_allocate_dev(): initialize spin lock
    on device probe (git-fixes).
  - EDAC/altera: Set DDR and SDMMC interrupt mask before
    registration (git-fixes).
  - EDAC/altera: Test the correct error reg offset (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/amdgpu: Fix offset for HDP remap in nbio v7.11
    (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).
  - Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID for WCN785x (stable-fixes).
  - ASoC: soc-core: Stop using of_property_read_bool() for
    non-boolean properties (stable-fixes).
  - EDAC/{skx_common,i10nm}: Fix some missing error reports on
    Emerald Rapids (git-fixes).
  - Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x
    (stable-fixes).
  - accel/ivpu: Use xa_alloc_cyclic() instead of custom function
    (stable-fixes).
  - accel/ivpu: Make DB_ID and JOB_ID allocations incremental
    (stable-fixes).
  - accel/ivpu: Update VPU FW API headers (stable-fixes).
  - accel/ivpu: Fix a typo (stable-fixes).
  - commit f4b367d

++++ kernel-firmware-amdgpu:

  - Update to version 20250509 (git commit a1d732703915):
    * amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0

++++ python-click:

  - Update to version 8.2.0:
    * Drop support for Python 3.7, 3.8, and 3.9. #2588 #2893
    * Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    [#2438]
    * Use flit_core instead of setuptools as build backend. #2543
    * Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("click"), instead. #2598
    * BaseCommand is deprecated. Command is the base class for all
    commands. #2589
    * MultiCommand is deprecated. Group is the base class for all group
    commands. #2590
    * The current parser and related classes and methods, are deprecated.
    [#2205]
  - OptionParser and the parser module, which is a modified copy of
    optparse in the standard library.
  - Context.protected_args is unneeded. Context.args contains any
    remaining arguments while parsing.
  - Parameter.add_to_parser (on both Argument and Option) is
    unneeded. Parsing works directly without building a separate parser.
  - split_arg_string is moved from parser to shell_completion.
    * Enable deferred evaluation of annotations with
    from __future__ import annotations. #2270
    * When generating a command's name from a decorated function's name, the
    suffixes _command, _cmd, _group, and _grp are removed.
    [#2322]
    * Show the types.ParamType.name for types.Choice options within
  - -help message if show_choices=False is specified.
    [#2356]
    * Do not display default values in prompts when Option.show_default is
    False. #2509
    * Add get_help_extra method on Option to fetch the generated extra
    items used in get_help_record to render help text. #2516
    [#2517]
    * Keep stdout and stderr streams independent in CliRunner. Always
    collect stderr output and never raise an exception. Add a new
    output stream to simulate what the user sees in its terminal. Removes
    the mix_stderr parameter in CliRunner. #2522 #2523
    * Option.show_envvar now also shows environment variable in error messages.
    [#2695] #2696
    * Context.close will be called on exit. This results in all
    Context.call_on_close callbacks and context managers added via
    Context.with_resource to be closed on exit as well. #2680
    * Add ProgressBar(hidden: bool) to allow hiding the progressbar. #2609
    * A UserWarning will be shown when multiple parameters attempt to use the
    same name. #2396
    * When using Option.envvar with Option.flag_value, the flag_value
    will always be used instead of the value of the environment variable.
    [#2746] #2788
    * Add Choice.get_invalid_choice_message method for customizing the
    invalid choice message. #2621 #2622
    * If help is shown because no_args_is_help is enabled (defaults to True
    for groups, False for commands), the exit code is 2 instead of 0.
    [#1489] #1489
    * Contexts created during shell completion are closed properly, fixing
    a ResourceWarning when using click.File. #2644 #2800
    [#2767]
    * click.edit(filename) now supports passing an iterable of filenames in
    case the editor supports editing multiple files at once. Its return type
    is now also typed: AnyStr if text is passed, otherwise None.
    [#2067] #2068
    * Specialized typing of progressbar(length=...) as ProgressBar[int].
    [#2630]
    * Improve echo_via_pager behaviour in face of errors.
    [#2674]
  - Terminate the pager in case a generator passed to echo_via_pager
    raises an exception.
  - Ensure to always close the pipe to the pager process and wait for it
    to terminate.
  - echo_via_pager will not ignore KeyboardInterrupt anymore. This
    allows the user to search for future output of the generator when
    using less and then aborting the program using ctrl-c.
    * deprecated: bool | str can now be used on options and arguments. This
    previously was only available for Command. The message can now also be
    customised by using a str instead of a bool. #2263 #2271
  - Command.deprecated formatting in --help changed from
    (Deprecated) help to help (DEPRECATED).
  - Parameters cannot be required nor prompted or an error is raised.
  - A warning will be printed when something deprecated is used.
    * Add a catch_exceptions parameter to CliRunner. If
    catch_exceptions is not passed to CliRunner.invoke, the value
    from CliRunner is used. #2817 #2818
    * Option.flag_value will no longer have a default value set based on
    Option.default if Option.is_flag is False. This results in
    Option.default not needing to implement __bool__. #2829
    * Incorrect click.edit typing has been corrected. #2804
    * Choice is now generic and supports any iterable value.
    This allows you to use enums and other non-str values. #2796
    [#605]
    * Fix setup of help option's defaults when using a custom class on its
    decorator. Removes HelpOption. #2832 #2840

------------------------------------------------------------------
------------------  2025-5-10  -  May 10 2025  -------------------
------------------------------------------------------------------

++++ python313-core:

  - Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
    since kernel 3.6-rc1)

++++ python313:

  - 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 d245386
  - dm: add missing unlock on in dm_keyslot_evict() (git-fixes).
  - commit 7c774eb
  - dm-ebs: fix prefetch-vs-suspend race (git-fixes).
  - commit ca47a3a
  - dm-verity: fix prefetch-vs-suspend race (git-fixes).
  - commit 08de9d9
  - dm-integrity: fix non-constant-time tag verification
    (git-fixes).
  - commit 08671cf
  - dm-integrity: set ti->error on memory allocation failure
    (git-fixes).
  - commit a523edf
  - net: mctp: Set SOCK_RCU_FREE (CVE-2025-37790 bsc#1242509).
  - commit b2b89d2
  - net_sched: hfsc: Fix a UAF vulnerability in class handling
    (CVE-2025-37797 bsc#1242417).
  - commit 5054069
  - powerpc/pseries/iommu: create DDW for devices with DMA mask
    less than 64-bits (bsc#1239691).
  - commit 73b27f8
  - codel: remove sch->q.qlen check before
    qdisc_tree_reduce_backlog() (CVE-2025-37798 bsc#1242414).
  - commit 1c8963f
  - Update
    patches.suse/mptcp-fix-NULL-pointer-in-can_accept_new_subflow.patch
    references (add CVE-2025-23145 bsc#1242596).
  - commit 86cf0bb
  - supported.conf: Make imx93-adc driver supported (jsc#PED-12016)
  - commit 0844125

++++ kernel-firmware-platform:

  - Update to version 20250508 (git commit 788aadc8f73d):
    * linux-firmware: Amphion: Update vpu firmware

++++ samba:

  - Update and rename update-apparmor-samba-profile script to
    update-samba-security-profile. It additionally now caters
    for selinux (if selinux is used); (bsc#1241391);

++++ systemd:

  - Add 1002-udev-persistent-net-rules-support.patch (bsc#1241190)
    This re-adds back the support for persistent net name rule. This is needed to
    support upgrades from older systems relying on persistent net rules.
  - systemd-update-helper: do not stop or disable services when they are migrated
    to other packages. This can occur during package renaming or splitting.
  - Add 1001-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.

++++ wtmpdb:

  - Update to version 0.74.0+git20250509.272b109:
    * libwtmpdb: enhance/unify error messages

++++ microos-tools:

  - Update to version 4.0+git16:
    * man-online: fetch product specific manual pages
    * Add import-pubring: create gpg file from rpmdb

++++ python-maturin:

  - Update to 1.8.4
    * Install a Rust toolchain into a temporary directory when building maturin
    itself or a package and a Rust toolchain is missing. Set
    MATURIN_NO_INSTALL_RUST to disable this behavior. #2421
    * Fix broken maturin develop with latest uv in #2584
    * Add PYO3_PYTHON env var support in #2534
    * Sort RECORD file in wheel archives to make them deterministic in #2550
    * Publish wheel for loongarch64 in #2548
    * Add --compression-level option to build command in #2572

------------------------------------------------------------------
------------------  2025-5-8  -  May 8 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - update to 338:
    Upstream Changes:
  - Translation updates
  - Bug fixes
  - Add check_cockpit_users and add_preexec_cockpit.patch to ensure manually created
    users and groups are removed. Also check systemd support is in nsswitch

++++ 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 bf39dd6
  - perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (bsc#1242172)
  - commit db95d42
  - perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (bsc#1242172)
  - commit 61a8aee
  - perf: arm_cspmu: nvidia: remove unsupported SCF events (bsc#1242172)
  - commit 1b5aa51
  - cifs: Fix integer overflow while processing actimeo mount option
    (git-fixes).
  - commit cc7bbc9
  - cifs: Fix integer overflow while processing closetimeo mount
    option (CVE-2025-21962 bsc#1240655).
  - commit 365c443
  - cifs: Fix integer overflow while processing acdirmax mount
    option (CVE-2025-21963 bsc#1240717).
  - commit 19fafdd
  - cifs: Fix integer overflow while processing acregmax mount
    option (CVE-2025-21964 bsc#1240740).
  - commit 4cde60f
  - watch_queue: fix pipe accounting mismatch (CVE-2025-23138 bsc#1241648).
  - commit 7f670bc
  - wifi: nl80211: store chandef on the correct link when starting
    CAC (git-fixes).
  - commit c3b2b6d
  - wifi: nl80211: remove redundant null pointer check in coalescing
    (git-fixes).
  - commit da447dd
  - Remove simpledrm workarounds for Nvidia (bsc#1242886)
    These workarounds were required for fbdev-based console support
    with old Nvidia drivers before release 570. These are not supported
    on SLE16. Recent Nvidia drivers provide a DRM-based console.
  - commit 7b5dbb9
  - wifi: mac80211, cfg80211: miscellaneous spelling fixes
    (git-fixes).
  - commit 26269ed
  - platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc()
    (git-fixes).
  - commit 22af071
  - platform/x86/amd/pmf: Switch to platform_get_resource() and
    devm_ioremap_resource() (git-fixes).
  - commit 6ee242c
  - media: i2c: imx214: Add vblank and hblank controls (git-fixes).
  - commit d20bc08
  - media: i2c: imx214: Drop IMX214_REG_EXPOSURE from mode reg
    arrays (git-fixes).
  - commit 8641706
  - media: ipu6: move the l2_unmap() up before l2_map() (git-fixes).
  - commit 15eadf0
  - media: intel/ipu6: remove buttress ish structure (git-fixes).
  - commit b671d23
  - vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
    (CVE-2025-37799 bsc#1242283).
  - commit 4b5767a
  - erofs: ensure the extra temporary copy is valid for shortened
    bvecs (git-fixes).
  - commit 30165a9
  - fs/erofs/fileio: call erofs_onlinefolio_split() after
    bio_add_folio() (git-fixes).
  - commit 287888e

++++ gcc15:

  - Update to GCC 15 branch head, 15.1.1+git9642
    * includes fix for libgfortran.so.5 ABI regression [gcc#120152]
  - Add libgcobol and libquadmath-devel dependence to the cobol frontend
    package.

++++ libeconf:

  - Update to version 0.7.9:
    * Comments can include comment character tag multiple time.
    * Fixed static library declaration in meason
    * Fixed versioning in cmake

++++ libgcrypt:

  - Update to 1.11.1: [jsc#PED-12227]
    * Bug fixes:
  - Fix Kyber secret-dependent branch introduced by recent versions of Clang. [rCf765778e82]
  - Fix build regression due to the use of AVX512 in Blake. [T7184]
  - Do not build i386 asm on amd64 and vice versa. [T7220]
  - Fix build regression on armhf with gcc-14. [T7226]
  - Return the proper error code on malloc failure in hex2buffer. [rCc51151f5b0]
  - Fix long standing bug for PRIME % 2 == 0. [rC639b0fca15]
    * Performance:
  - Add AES Vector Permute intrinsics implementation for AArch64. [rC94a63aedbb]
  - Add GHASH AArch64/SIMD intrinsics implementation. [rCfec871fd18]
  - Add RISC-V vector permute AES. [rCb24ebd6163]
  - Add GHASH RISC-V Zbb+Zbc implementation. [rC0f1fec12b0]
  - Add ChaCha20 RISC-V vector intrinsics implementation. [rC8dbee93ac2]
  - Add SHA3 acceleration for RISC-V Zbb extension. [rC1a660068ba]
    * Other:
  - Add CET support for i386 and amd64 assembly. [T7220]
  - Add PAC/BTI support for AArch64 asm. [T7220]
  - Apply changes to Kyber from upstream for final FIPS 203. [rCcc95c36e7f]
  - Introduce an internal API for a revampled FIPS service indicator. [T7340]
  - Several improvements for constant time operation by the introduction of
    Least Leak Intended (LLI) variants of internal functions. [T7519,T7490]
    * Add libgcrypt-1.11.1-public-SLI-API.patch
    * Rebase patches:
  - libgcrypt-FIPS-SLI-hash-mac.patch
  - libgcrypt-FIPS-SLI-pk.patch
  - libgcrypt-FIPS-jitter-standalone.patch
    * Remove patches:
  - libgcrypt-fips-Introduce-an-internal-API-for-FIPS-service-indicator.patch
  - libgcrypt-fips-Introduce-GCRYCTL_FIPS_SERVICE_INDICATOR-and-the-macro.patch
  - libgcrypt-fips-kdf-Implement-new-FIPS-service-indicator-for-gcry_kdf_derive.patch
  - libgcrypt-fips-md-Implement-new-FIPS-service-indicator-for-gcry_md_hash_.patch
  - libgcrypt-fips-tests-Add-t-digest.patch
  - libgcrypt-fips-Change-the-internal-API-for-new-FIPS-service-indicator.patch
  - libgcrypt-fips-md-Implement-new-FIPS-service-indicator-for-gcry_md_open-API.patch
  - libgcrypt-fips-tests-Add-tests-for-md_open-write-read-close-for-t-digest.patch
  - libgcrypt-fips-mac-Implement-new-FIPS-service-indicator-for-gcry_mac_open.patch
  - libgcrypt-fips-cipher-Implement-new-FIPS-service-indicator-for-cipher_open.patch
  - libgcrypt-tests-fips-Add-gcry_mac_open-tests.patch
  - libgcrypt-tests-fips-Rename-t-fips-service-ind.patch
  - libgcrypt-tests-fips-Move-KDF-tests-to-t-fips-service-ind.patch
  - libgcrypt-tests-fips-Add-gcry_cipher_open-tests.patch
  - libgcrypt-fips-md-gcry_md_copy-should-care-about-FIPS-service-indicator.patch
  - libgcrypt-fips-cipher-Implement-FIPS-service-indicator-for-gcry_pk_hash_-API.patch
  - libgcrypt-fips-Introduce-GCRYCTL_FIPS_REJECT_NON_FIPS.patch
  - libgcrypt-Fix-the-previous-change.patch
  - libgcrypt-fips-Rejection-by-GCRYCTL_FIPS_REJECT_NON_FIPS-not-by-open-flags.patch
  - libgcrypt-fips-cipher-Add-behavior-not-to-reject-but-mark-non-compliant.patch
  - libgcrypt-fips-ecc-Add-rejecting-or-marking-for-gcry_pk_get_curve.patch
  - libgcrypt-tests-Add-more-tests-to-tests-t-fips-service-ind.patch
  - libgcrypt-fips-ecc-Check-DATA-in-gcry_pk_sign-verify-in-FIPS-mode.patch
  - libgcrypt-fips-cipher-Fix-memory-leak-for-gcry_pk_hash_sign.patch
  - libgcrypt-build-Improve-__thread-specifier-check.patch
  - libgcrypt-cipher-Check-and-mark-non-compliant-cipher-modes-in-the-SLI.patch
  - libgcrypt-cipher-Rename-_gcry_cipher_is_mode_fips_compliant.patch
  - libgcrypt-cipher-Don-t-differentiate-GCRY_CIPHER_MODE_CMAC-in-FIPS-mode.patch
  - libgcrypt-cipher-rsa-Mark-reject-SHA1-unknown-with-RSA-signature-generation.patch
  - libgcrypt-md-Fix-gcry_md_algo_info-to-mark-reject-under-FIPS-mode.patch
  - libgcrypt-md-Use-check_digest_algo_spec-in-_gcry_md_selftest.patch
  - libgcrypt-tests-Update-t-fips-service-ind-using-GCRY_MD_SHA256-for-KDF-tests.patch
  - libgcrypt-fips-cipher-Do-the-computation-when-marking-non-compliant.patch
  - libgcrypt-tests-Allow-tests-with-USE_RSA.patch
  - libgcrypt-cipher-Add-KAT-for-non-rfc6979-ECDSA-with-fixed-k.patch
  - libgcrypt-cipher-Differentiate-use-of-label-K-in-the-SLI.patch
  - libgcrypt-cipher-Differentiate-igninvflag-in-the-SLI.patch
  - libgcrypt-cipher-Differentiate-no-blinding-flag-in-the-SLI.patch
  - libgcrypt-fips-cipher-Add-GCRY_FIPS_FLAG_REJECT_PK_FLAGS.patch
  - libgcrypt-cipher-ecc-Fix-for-supplied-K.patch
  - libgcrypt-cipher-visibility-Differentiate-use-of-random-override-in-the-SLI.patch
  - libgcrypt-cipher-fips-Fix-for-random-override.patch
  - libgcrypt-md-Make-SHA-1-non-FIPS-internally-for-1.12-API.patch
  - libgcrypt-fips-Fix-GCRY_FIPS_FLAG_REJECT_MD.patch
  - libgcrypt-doc-Add-about-GCRYCTL_FIPS_SERVICE_INDICATOR.patch
  - libgcrypt-doc-Fix-syntax-error.patch
  - libgcrypt-Disable-SHA3-s390x-acceleration-for-CSHAKE.patch

++++ qemu:

  - Update to latest stable release (10.0.0)
    Full changelog here:
    https://wiki.qemu.org/ChangeLog/10.0
    Highlights include:
    * block: virtio-scsi multiqueue support for using different I/O threads
    to process requests for each queue (similar to the virtio-blk multiqueue
    support that was added in QEMU 9.2)
    * VFIO: improved support for IGD passthrough on all Intel Gen 11/12
    devices
    * Documentation: significant improvement/overhaul of documentation for
    QEMU Machine Protocol to make it clearer and more organized, including
    all commands/events/types now being cross-reference-able via click-able
    links in generated documentation
    * ARM: emulation support for EL2 physical and virtual timers
    * ARM: emulation support for FEAT_AFP, FEAT_RPRES, and FEAT_XS
    architecture features
    * ARM: new board models for NPCM8445 Evaluation and i.MX 8M Plus EVK
    boards
    * HPPA: new SeaBIOS-hppa version 18 with lots of fixes and enhancements
    * HPPA: translation speed and virtual CPU reset improvements
    * HPPA: emulation support for Diva GSP BMC boards
    * LoongArch: support for CPU hotplug, paravirtual IPIs, KVM steal time
    accounting, and virtual 'extioi' interrupt routing.
    * RISC-V: ISA/extension support for riscv-iommu-sys devices, 'svukte',
    'ssstateen', 'smrnmi', 'smdbltrp'/'ssdbltrp', 'supm'/'sspm', and
    IOMMU translation tags
    * RISC-V: emulation support for Ascalon and RV64 Xiangshan Nanhu CPUs,
    and Microblaze V boards.
    * s390x: add CPU model support for the generation 17 mainframe CPU
    * s930x: add support for virtio-mem and for bypassing IOMMU to improve
    PCI device performance
    * x86: CPU model support for Clearwater Forest and Sierra Forest v2
    * x86: faster emulation of string instructions
    * and lots more...
    Have a look at the list of deprecated features too, especially if you're
    still interested in using 32bits systems as hosts:
    * https://qemu-project.gitlab.io/qemu/about/deprecated.html
  - Post-update improvements and fixes:
    * [openSUSE]: fix SLOF not building with gcc15 (bsc#1241473)
    * [openSUSE][RPM]: *.spec: improve the %check phases
    * docs: Don't define duplicate label in qemu-block-drivers.rst.inc
    * [openSUSE] tests: workaround expected failures of func-x86_64-mem_addr_space
    * [openSUSE]: tests/functional increase the timeout of func_hppa_seabios
    * [openSUSE] tests/unit increase the timeouts for tlssession tests

------------------------------------------------------------------
------------------  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
    * 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`
    * 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:

  - platform/x86/amd/pmf: Update PMF Driver for Compatibility with
    new PMF-TA (git-fixes).
  - commit cc3df34
  - dmaengine: idxd: Enable Function Level Reset (FLR) for halt
    (jsc#PED-10722).
  - dmaengine: idxd: Refactor halt handler (jsc#PED-10722).
  - dmaengine: idxd: Add idxd_device_config_save() and
    idxd_device_config_restore() helpers (jsc#PED-10722).
  - dmaengine: idxd: Binding and unbinding IDXD device and driver
    (jsc#PED-10722).
  - dmaengine: idxd: Add idxd_pci_probe_alloc() helper
    (jsc#PED-10722).
  - dmaengine: idxd: Remove unused idxd_(un)register_bus_type
    (git-fixes).
  - commit c5788f1
  - Review various patches for kABI changes
    Several patches require a refresh. No functional changes.
  - commit c1ac5ba
  - Update references for rtas patches (jsc#PED-12801).
  - commit 4634c37
  - net: ipv6: ioam6: fix lwtunnel_output() loop (git-fixes).
  - commit c113f7e
  - net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
    (git-fixes).
  - commit 96d8aa2
  - net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - commit 2d48008
  - x86/cpu/amd: Fix workaround for erratum 1054 (git-fixes).
  - commit d81a358

++++ kernel-firmware-platform:

  - Update to version 20250507 (git commit 94e4d273ad22):
    * amd_pmf: Update AMD PMF TA Firmware to v3.1

++++ mpdecimal:

  - Update to 4.0.1 (bsc#1242704):
  - Add Cygwin support.
  - Update config.guess and config.sub to the latest versions.
  - Fix pkg-config files for custom paths.
  - Set LD/LDXX unconditionally to CC/CXX, since LDFLAGS/LDXXFLAGS from ./configure rely on it.
  - Update to 4.0.0:
  - sync soversion and major_version
  - The added number formatting feature requires an ABI change,
    hence the increase to SOVERSION=4.
  - Packagers outside of the Linux distributions sometimes use
    the major version number as the equivalent of SOVERSION on
    their platforms and have an incorrect SOVERSION for 2.5.1,
    which requires SOVERSION=3.
  - While SOVERSION is not required to match the major
    version number (example: glibc), mpdecimal will from
    now on take the path of least resistance and always use
    SOVERSION=MPD_MAJOR_VERSION.
  - The jump to 4.0.0 should also remind users that a C++ library
    is available.
  - Support for out-of-tree build.
  - Support for pkg-config.
  - Unix: support for Loongson.
  - Unix: support for CheriBSD.
  - Compilers: support for icx, icpx, ibm-clang_r, ibm-clang++_r,
    CompCert, clang-cl and emscripten.
  - Windows: support for MSYS2/MinGW.
  - MSVC: the build now uses /O2 /DNDEBUG.
  - MSVC: new arm64/arm32 cross build scripts.
  - AIX: the shared libraries are now installed as versioned
    objects, e.g., shr4.o, shr4_64.o.
  - New ./configure switches:
  - --enable-static: enable/disable the build of the static
    libraries (default: enabled).
  - --enable-pc: enable/disable the install of the pkgconfig
    files (default: enabled).
  - --enable-doc: enable/disable the install of the documentation
    (default: enabled).
  - New man pages direct users to the mpdecimal-doc package or
    the online HTML documentation.
  - The prebuilt HTML documentation is now in the separate
    mpdecimal-doc package, which gives distributions that reject
    prebuilt documentation the option to disregard it and use the
    new man pages.
  - libmpdec:
  - Add the “z” format specifier (coerce negative zeros to
    positive).
  - In extremely rare cases the transcendental functions (exp,
    ln, log10) did not set the Subnormal/Underflow flags. The
    reason is that in the case of an exponent boundary the Ziv
    correction loop for correct rounding requires very few
    iterations to arrive at the correctly rounded result, but
    may need many more iterations to arrive at the correct
    flags.
  - In these cases, Subnormal/Underflow is not very
    informative, so the status quo was to skip the extra
    iterations.
  - Version 4.0.0 now specializes exponent boundary cases
    and uses up to five additional iterations to set
    Subnormal/Underflow. The refactored code has no speed
    penalty on average; in fact, in the deccheck tests (random
    tests with a bias towards corner cases) it is slightly
    faster.
  - No cases have been found where more than two additional
    iterations are required, but they may exist.
  - eability fixes
  - mpd_qset_string_exact(), mpd_qset_i64_exact() and
    mpd_qset_u64_exact() can now be called with a nonzero
    status. Previously, the functions could return
    NaN/Invalid_operation in that case.
  - This is listed under “reliability fixes” since there is
    no possible scenario under which these functions would
    legitimately be called with a nonzero status.
  - libmpdec++
  - Add input validation for Decimal.shiftl(), Decimal.shiftr()
    and Decimal::ln10().

++++ 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.

++++ wtmpdb:

  - Fix summary of libwtmpdb subpackage

++++ mdadm:

  - Allow any valid minor name in md device name (bsc#1240789)
    * add 1007-mdadm-allow-any-valid-minor-number-in-md-device-name.patch

++++ python-cryptography:

  - Update to 44.0.3
    * Fixed compilation when using LibreSSL 4.1.0.

++++ ovmf:

  - Add patchset to enable SVSM vTPM support in OVMF (jsc#PED-12743, jsc#PED-12767)
  - 9bceb1600005 ovmf-Maintainers.txt-Add-reviewer-for-SVSM-vTPM-related-m.patch
  - 87d4cdd09e4d ovmf-UefiCpuPkg-AmdSvsmLib-Stub-the-SVSM-vTPM-protocol-fo.patch
  - 40b4e190d37d ovmf-OvmfPkg-AmdSvsmLib-Add-the-SVSM-vTPM-protocol.patch
  - 06b2f9dc4385 ovmf-OvmfPkg-Use-Tpm2Device-lib-with-SVSM-vTPM-support.patch
  - 458198aa49c3 ovmf-OvmfPkg-AmdSvmLib-Use-named-protocol-and-call-consta.patch
  - fa74200c9269 ovmf-MdePkg-AmdSev-Add-SVSM-protocol-call-numbers.patch
  - 70f806ec23fb ovmf-MdePkg-AmdSev-Add-SVSM-protocol-vTPM-call-numbers.patch
  - edf5e365c104 ovmf-SecurityPkg-Tpm2DeviceLibDTpm-Add-header-file-for-Tp.patch
  - e868ece3c7d1 ovmf-SecurityPkg-Tpm2DeviceLibDTpm-Add-TPM2-lib-supportin.patch
  - 87f454532a61 ovmf-SecurityPkg-Tpm2DeviceLibDTpm-Improve-spelling-gramm.patch
  - c2d8e9236787 ovmf-SecurityPkg-Tpm2DeviceLibDTpm-Check-SNP-enabled-prio.patch
  - Remove non-unified SEV/TDX images due to potential security risks. (bsc#1232762)
  - ovmf-x86_64-sev-code.bin
  - ovmf-x86_64-sev-vars.bin
  - ovmf-x86_64-tdx-code.bin
  - ovmf-x86_64-tdx-vars.bin

++++ 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:

  - usb: xhci: Fix Short Packet handling rework ignoring errors
    (git-fixes).
  - media: i2c: imx214: Fix uninitialized variable in
    imx214_set_ctrl() (git-fixes).
  - media: i2c: imx214: Fix link frequency validation (git-fixes).
  - commit 9465e52
  - xhci: Handle spurious events on Etron host isoc enpoints
    (stable-fixes).
  - Refresh patches.suse/padding-XHCI-additional-padding.patch.
  - commit 292fe8c
  - firmware: arm_ffa: Skip Rx buffer ownership release if not
    acquired (git-fixes).
  - firmware: arm_scmi: Fix timeout checks on polling path
    (git-fixes).
  - firmware: arm_scmi: Balance device refcount when destroying
    devices (git-fixes).
  - irqchip/qcom-mpm: Prevent crash when trying to handle non-wake
    GPIOs (git-fixes).
  - i2c: imx-lpi2c: Fix clock count when probe defers (git-fixes).
  - 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/mipi-dbi: Fix blanking for non-16 bit formats (git-fixes).
  - drm/tests: shmem: Fix memleak (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).
  - pinctrl: imx: Return NULL if no group is matched and found
    (git-fixes).
  - drm/amd/display: Force full update in gpu reset (stable-fixes).
  - USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
    (stable-fixes).
  - xhci: Limit time spent with xHC interrupts disabled during
    bus resume (stable-fixes).
  - mei: me: add panther lake H DID (stable-fixes).
  - driver core: fix potential NULL pointer dereference in
    dev_uevent() (stable-fixes).
  - driver core: introduce device_set_driver() helper
    (stable-fixes).
  - drm/amdgpu: Use the right function for hdp flush (stable-fixes).
  - drm/amdgpu: use a dummy owner for sysfs triggered cleaner
    shaders v4 (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).
  - drm/xe/xe3lpg: Apply Wa_14022293748, Wa_22019794406
    (stable-fixes).
  - drm/amdgpu: Increase KIQ invalidate_tlbs timeout (stable-fixes).
  - gpiolib: of: Move Atmel HSMCI quirk up out of the regulator
    comment (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).
  - usb: host: xhci-plat: mvebu: use ->quirks instead of
  - >init_quirk() func (stable-fixes).
  - usb: xhci: Avoid Stop Endpoint retry loop if the endpoint
    seems Running (stable-fixes).
  - usb: xhci: Fix isochronous Ring Underrun/Overrun event handling
    (stable-fixes).
  - usb: xhci: Complete 'error mid TD' transfers when handling
    Missed Service (stable-fixes).
  - sound/virtio: Fix cancel_sync warnings on uninitialized
    work_structs (stable-fixes).
  - i3c: master: svc: Add support for Nuvoton npcm845 i3c
    (stable-fixes).
  - phy: rockchip: usbdp: Avoid call hpd_event_trigger in
    dp_phy_init (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).
  - pinctrl: mcp23s08: Get rid of spurious level interrupts
    (stable-fixes).
  - media: i2c: imx214: Check number of lanes from device tree
    (stable-fixes).
  - media: i2c: imx214: Replace register addresses with macros
    (stable-fixes).
  - media: i2c: imx214: Convert to CCI register access helpers
    (stable-fixes).
  - media: i2c: imx214: Simplify with dev_err_probe()
    (stable-fixes).
  - media: i2c: imx214: Use subdev active state (stable-fixes).
  - media: ov08x40: Add missing ov08x40_identify_module() call on
    stream-start (git-fixes).
  - media: ov08x40: Move ov08x40_identify_module() function up
    (stable-fixes).
  - commit 783db07
  - ASoC: simple-card-utils: Fix pointer check in
    graph_util_parse_link_direction (git-fixes).
  - ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot
    (git-fixes).
  - ASoC: Intel: sof_sdw: Add NULL check in
    asoc_sdw_rt_dmic_rtd_init() (git-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).
  - dmaengine: dmatest: Fix dmatest waiting less when interrupted
    (stable-fixes).
  - crypto: null - Use spin lock instead of mutex (stable-fixes).
  - crypto: ccp - Add support for PCI device 0x1134 (stable-fixes).
  - commit 957df2c
  - ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
    (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).
  - accel/ivpu: Fix the NPU's DPU frequency calculation (git-fixes).
  - ASoC: fsl_asrc_dma: get codec or cpu dai from backend
    (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).
  - accel/ivpu: Add auto selection logic for job scheduler
    (stable-fixes).
  - commit 1ad8ed8
  - sched/topology: Refinement to topology_span_sane speedup
    (bsc#1242119).
  - sched/topology: improve topology_span_sane speed (bsc#1242119).
  - commit 2cbf7fc
  - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to
    cpuset.h (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/topology: Stop exposing partition_sched_domains_locked
    (bsc#1234634 (Scheduler functional and performance backports)).
  - cgroup/cpuset: Remove partition_and_rebuild_sched_domains
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/topology: Remove redundant dl_clear_root_domain call
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/deadline: Rebuild root domain accounting after every
    update (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/deadline: Generalize unique visiting of root domains
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/topology: Wrappers for sched_domains_mutex (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/deadline: Ignore special tasks when rebuilding domains
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/deadline: Use online cpus for validating runtime
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit b339599
  - config: enable INTEGRITY_CA_MACHINE_KEYRING and IMA_BLACKLIST_KEYRING (jsc#PED-12554)
  - commit f6725b4
  - xfrm: Add error handling when nla_put_u32() returns an error
    (git-fixes).
  - commit a36fe76
  - ipv6: add exception routes to GC list in rt6_insert_exception
    (git-fixes).
  - commit a48e9e6
  - net: Handle napi_schedule() calls from non-interrupt
    (git-fixes).
  - commit a752323
  - thunderbolt: Scan retimers after device router has been
    enumerated (git-fixes).
  - commit 0362b7d
  - USB: serial: simple: add OWON HDS200 series oscilloscope support
    (git-fixes).
  - USB: serial: ftdi_sio: add support for Abacus Electrics Optical
    Probe (git-fixes).
  - commit 6c8ea90
  - ext4: goto right label 'out_mmap_sem' in ext4_setattr()
    (bsc#1242556).
  - commit 5bcf26f
  - mm/hugetlb: fix hugepage allocation for interleaved memory nodes
    (bsc#1242263).
  - commit 72a27cc
  - USB: serial: option: add Sierra Wireless EM9291 (git-fixes).
  - usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash
    Drive (git-fixes).
  - commit d78f11a
  - USB: VLI disk crashes if LPM is used (git-fixes).
  - commit 13ff8cb
  - xfs: lock dquot buffer before detaching dquot from b_li_list
    (git-fixes).
  - commit b938ffb
  - Update patches.suse/ax25-Remove-broken-autobind.patch references
    (add CVE-2025-22109 bsc#1241573).
  - commit 6b3aedd
  - xfs: release the dquot buf outside of qli_lock (git-fixes).
  - commit 487de6b
  - nfs: Add missing release on error in
    nfs_lock_and_join_requests() (git-fixes).
  - commit fb1389e
  - NFS: Shut down the nfs_client only after all the superblocks
    (git-fixes).
  - commit 6e7562f
  - NFS: fix open_owner_id_maxsz and related fields (git-fixes).
  - commit 8562675
  - Update patches.suse/udp-Fix-memory-accounting-leak.patch
    references (add CVE-2025-22058 bsc#1241332).
  - commit 4f32ba3
  - NFSv4: Avoid unnecessary scans of filesystems for delayed
    delegations (git-fixes).
  - commit f3951e3
  - NFSv4: Avoid unnecessary scans of filesystems for expired
    delegations (git-fixes).
  - commit 4cb5ad5
  - NFSv4: Avoid unnecessary scans of filesystems for returning
    delegations (git-fixes).
  - commit af0cb65
  - NFSv4: Don't trigger uneccessary scans for return-on-close
    delegations (git-fixes).
  - commit 7f34852
  - tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
    (git-fixes).
  - commit c34766d
  - net_sched: sch_sfq: use a temporary work area for validating
    configuration (git-fixes).
  - commit 39b7b36
  - 9p/trans_fd: mark concurrent read and writes to p9_conn->err
    (git-fixes).
  - commit 0dddd74
  - 9p/net: fix improper handling of bogus negative read/write
    replies (git-fixes).
  - commit 045504b
  - page_pool: avoid infinite loop to schedule delayed worker
    (git-fixes).
  - commit 610f372
  - net: page_pool: don't cast mp param to devmem (git-fixes).
  - commit 7466806
  - net: devmem: do not WARN conditionally after
    netdev_rx_queue_restart() (git-fixes).
  - commit 76cc252
  - sctp: Fix undefined behavior in left shift operation
    (git-fixes).
  - commit 27c992e
  - NFS: Adjust delegated timestamps for O_DIRECT reads and writes
    (git-fixes).
  - commit ffa994c
  - NFS: O_DIRECT writes must check and adjust the file length
    (git-fixes).
  - commit 9122df8
  - xfs: convert quotacheck to attach dquot buffers (git-fixes).
  - commit 938df21
  - xfs: fix superfluous clearing of info->low in
    __xfs_getfsmap_datadev (git-fixes).
  - commit e17f851
  - xfs: remove the unused pag_active_wq field in struct xfs_perag
    (git-fixes).
  - commit 2df6330
  - xfs: remove the unused pagb_count field in struct xfs_perag
    (git-fixes).
  - commit 02c5f7f
  - xfs: attach dquot buffer to dquot log item buffer (git-fixes).
  - commit 6c7c9e4
  - xfs: don't over-report free space or inodes in statvfs
    (git-fixes).
  - commit 11521f9
  - xfs: unmapped buffer item size straddling mismatch (git-fixes).
  - commit c49d035
  - erofs: set error to bio if file-backed IO fails (git-fixes).
  - commit a6727e0
  - erofs: fix potential return value overflow of
    z_erofs_shrink_scan() (git-fixes).
  - commit 17881c6
  - erofs: sunset `struct erofs_workgroup` (git-fixes).
  - commit a08db22
  - erofs: move erofs_workgroup operations into zdata.c (git-fixes).
  - commit 2057765
  - erofs: get rid of erofs_{find,insert}_workgroup (git-fixes).
  - commit 3d3733d
  - USB: storage: quirk for ADATA Portable HDD CH94 (git-fixes).
  - commit 11e9a18
  - xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate
    (git-fixes).
  - commit 2dad561
  - usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive
    (git-fixes).
  - commit ebb282b
  - xfs: do not check NEEDSREPAIR if ro,norecovery mount
    (git-fixes).
  - commit cca9581
  - xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
    (git-fixes).
  - commit 350d255
  - xfs: separate dquot buffer reads from xfs_dqflush (git-fixes).
  - commit 192f33e
  - NFSD: Encode COMPOUND operation status on page boundaries
    (git-fixes).
  - commit fecafc3
  - usb: gadget: aspeed: Add NULL pointer check in
    ast_vhub_init_dev() (git-fixes).
  - commit 0168bff
  - usb: dwc3: gadget: Avoid using reserved endpoints on Intel
    Merrifield (git-fixes).
  - commit c302821
  - usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
    (git-fixes).
  - commit d64f040
  - usb: host: max3421-hcd: Add missing spi_device_id table
    (git-fixes).
  - commit f198730
  - net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (git-fixes).
  - commit d054524
  - net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - commit ca9fbb2
  - include: net: add static inline dst_dev_overhead() to dst.h
    (git-fixes).
  - commit 22ecdb9
  - xfrm: Add support for per cpu xfrm state handling (git-fixes).
  - commit e9b8e0a
  - mptcp: fix possible integer overflow in mptcp_reset_tout_timer
    (git-fixes).
  - commit 980364e
  - mptcp: annotate data-races around subflow->fully_established
    (git-fixes).
  - commit 76ae7cb
  - net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
    (git-fixes).
  - commit 616b7a0
  - net_sched: sch_sfq: handle bigger packets (git-fixes).
  - commit d218638
  - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to (bsc#1241635 CVE-2025-38104)
  - commit 6887f04
  - selftests/bpf: Add strparser test for bpf (bsc#1242438).
  - selftests/bpf: Fix invalid flag of recv() (bsc#1242438).
  - bpf: Fix wrong copied_seq calculation (bsc#1242438).
  - strparser: Add read_sock callback (bsc#1242438).
  - selftests/bpf: Add some tests with sockmap SK_PASS
    (bsc#1242438).
  - commit 01d874a
  - selftests/bpf: Select NUMA_NO_NODE to create map (git-fixes).
  - selftests/bpf: Define SYS_PREFIX for powerpc (git-fixes).
  - selftests/bpf: Avoid generating untracked files when running
    bpf selftests (git-fixes).
  - bpf: Use refcount_t instead of atomic_t for mmap_count
    (git-fixes).
  - selftests/bpf: Fix fill_link_info selftest on powerpc
    (git-fixes).
  - tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for
    server bind (git-fixes).
  - selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
    (git-fixes).
  - selftests/bpf: Fix compilation error in get_uprobe_offset()
    (git-fixes).
  - commit 9c7f218
  - md/md-bitmap: fix stats collection for external bitmaps
    (git-fixes).
  - 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).
  - commit d9fa75e

++++ libgcrypt:

  - CSHAKE basic regression test failure in s390x [bsc#1242419]
    * Disable SHA3 s390x acceleration for CSHAKE [rC2486d9b5ae01]
    * Add libgcrypt-Disable-SHA3-s390x-acceleration-for-CSHAKE.patch

++++ mdadm:

  - Add dependency on suse-module-tools for SLE15 (bsc#1242696)

++++ microos-tools:

  - Update to version 4.0+git14:
    * test: Test with Minimal-VM as well
    * test: Add some missing SYSTEMD_IGNORE_CHROOT=1 to poweroff calls
    * selinux-autorelabel: Fix check for relabelling only specific filesystems

------------------------------------------------------------------
------------------  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/ALSA-timer-Don-t-take-register_mutex-with-copy_from-.patch
    (git-fixes CVE-2025-23134 bsc#1241628).
  - Update
    patches.suse/Bluetooth-btnxpuart-Fix-kernel-panic-during-FW-relea.patch
    (git-fixes CVE-2025-22102 bsc#1241456).
  - Update
    patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch
    (stable-fixes CVE-2025-21992 bsc#1240796).
  - Update
    patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch
    (git-fixes CVE-2024-58093 bsc#1241347).
  - Update
    patches.suse/RDMA-core-Fix-use-after-free-when-rename-device-name.patch
    (git-fixes CVE-2025-22085 bsc#1241419).
  - 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/RDMA-mlx5-Fix-page_size-variable-overflow.patch
    (git-fixes CVE-2025-22091 bsc#1241535).
  - 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/block-fix-adding-folio-to-bio.patch
    (git-fixes CVE-2025-22122 bsc#1241594).
  - Update
    patches.suse/block-fix-queue-freeze-vs-limits-lock-order-in-sysfs.patch
    (jsc#PED-9651 CVE-2025-21807 bsc#1238756).
  - 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-Fix-bpf_sk_select_reuseport-memory-leak.patch
    (git-fixes CVE-2025-21683 bsc#1236704).
  - 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/efi-Don-t-map-the-entire-mokvar-table-to-determine-i.patch
    (stable-fixes CVE-2025-21872 bsc#1240323).
  - Update
    patches.suse/eth-bnxt-fix-out-of-range-access-of-vnic_info-array.patch
    (jsc#PED-11923 CVE-2025-22112 bsc#1241581).
  - Update patches.suse/exfat-fix-missing-shutdown-check.patch
    (git-fixes CVE-2025-22076 bsc#1241417).
  - Update
    patches.suse/exfat-fix-random-stack-corruption-after-get_block.patch
    (git-fixes CVE-2025-22036 bsc#1241426).
  - 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/ipv6-mcast-add-RCU-protection-to-mld_newpack.patch
    (git-fixes CVE-2025-21758 bsc#1238737).
  - Update
    patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch
    (git-fixes CVE-2025-22027 bsc#1241369).
  - Update
    patches.suse/media-vimc-skip-.s_stream-for-stopped-entities.patch
    (git-fixes CVE-2025-22028 bsc#1241362).
  - Update
    patches.suse/mm-clear-uffd-wp-PTE-PMD-state-on-mremap.patch
    (bsc#1236648 CVE-2025-21696 bsc#1237111).
  - Update
    patches.suse/mptcp-fix-scheduling-while-atomic-in-mptcp_pm_nl_app.patch
    (git-fixes CVE-2025-21938 bsc#1240723).
  - Update
    patches.suse/msft-hv-3167-fbdev-hyperv_fb-Allow-graceful-removal-of-framebuffe.patch
    (git-fixes CVE-2025-21976 bsc#1241145).
  - Update
    patches.suse/net-9p-usbg-fix-handling-of-the-failed-kzalloc-memor.patch
    (git-fixes CVE-2024-56730 bsc#1235610).
  - Update
    patches.suse/net-Remove-RTNL-dance-for-SIOCBRADDIF-and-SIOCBRDELI.patch
    (git-fixes CVE-2025-22111 bsc#1241572).
  - Update
    patches.suse/net-ethtool-netlink-Allow-NULL-nlattrs-when-getting-.patch
    (git-fixes CVE-2025-21921 bsc#1240637).
  - Update patches.suse/net-rose-lock-the-socket-in-rose_bind.patch
    (git-fixes CVE-2025-21749 bsc#1238904).
  - Update
    patches.suse/netfilter-ipset-add-missing-range-check-in-bitmap_ip.patch
    (git-fixes CVE-2024-53141 bsc#1234381).
  - Update
    patches.suse/netfilter-nft_socket-remove-WARN_ON_ONCE-on-maximum-.patch
    (git-fixes CVE-2024-56783 bsc#1235625).
  - Update
    patches.suse/nfsd-fix-legacy-client-tracking-initialization.patch
    (git-fixes CVE-2024-58092 bsc#1241285).
  - Update
    patches.suse/nfsd-fix-management-of-listener-transports.patch
    (git-fixes CVE-2025-22024 bsc#1241348).
  - 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/ovl-support-encoding-fid-from-inode-with-no-alias.patch
    (bsc#1238448 CVE-2025-21654 bsc#1236162).
  - Update
    patches.suse/powerpc-perf-Fix-ref-counting-on-the-PMU-vpa_pmu.patch
    (git-fixes CVE-2025-22094 bsc#1241512).
  - Update
    patches.suse/riscv-kvm-Fix-out-of-bounds-array-access.patch
    (jsc#PED-348 CVE-2024-53228 bsc#1235094).
  - 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/thermal-int340x-Add-NULL-check-for-adev.patch
    (git-fixes CVE-2025-23136 bsc#1241357).
  - Update
    patches.suse/ublk-make-sure-ubq-canceling-is-set-when-queue-is-frozen.patch
    (git-fixes CVE-2025-22068 bsc#1241411).
  - Update patches.suse/udp-Fix-memory-accounting-leak.patch
    (git-fixes CVE-2025-22058 bsc#1241332).
  - Update
    patches.suse/usb-xhci-Apply-the-link-chain-quirk-on-NEC-isoc-endp.patch
    (git-fixes CVE-2025-22022 bsc#1241292).
  - Update patches.suse/usbnet-fix-NPE-during-rx_complete.patch
    (git-fixes CVE-2025-22050 bsc#1241441).
  - Update
    patches.suse/vhost-scsi-Fix-handling-of-multiple-calls-to-vhost_s.patch
    (git-fixes CVE-2025-22083 bsc#1241414).
  - Update
    patches.suse/w1-fix-NULL-pointer-dereference-in-probe.patch
    (git-fixes CVE-2025-22084 bsc#1241338).
  - 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-ath11k-update-channel-list-in-reg-notifier-inst.patch
    (git-fixes CVE-2025-23133 bsc#1241451).
  - Update
    patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch
    (git-fixes CVE-2025-22128 bsc#1241598).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-kernel-panic-due-to-null-pointe.patch
    (git-fixes CVE-2025-22032 bsc#1241425).
  - commit a5369e9
  - ext4: add more ext4_emergency_state() checks around sb_rdonly()
    (bsc#1242340).
  - commit e34367c
  - ext4: add ext4_emergency_state() helper function (bsc#1242340).
  - commit 2802292
  - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1242340).
  - commit 726006a
  - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1242340).
  - commit a75e7cb
  - ext4: make block validity check resistent to sb bh corruption
    (bsc#1242348).
  - commit 7d22394
  - ext4: don't treat fhandle lookup of ea_inode as FS corruption
    (bsc#1242347).
  - commit ba6203b
  - jbd2: add a missing data flush during file and fs
    synchronization (bsc#1242346).
  - commit fa4ed15
  - iommu: Fix two issues in iommu_copy_struct_from_user()
    (git-fixes).
  - commit 86e4261
  - ext4: don't over-report free space or inodes in statvfs
    (bsc#1242345).
  - commit 8be4480
  - jbd2: fix off-by-one while erasing journal (bsc#1242344).
  - commit 123caf6
  - jbd2: remove wrong sb->s_sequence check (bsc#1242343).
  - commit f026605
  - ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
    (bsc#1242342).
  - commit 383a1e1
  - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
    (bsc#1242340).
  - commit d5057af
  - ext4: correct behavior under errors=remount-ro mode
    (bsc#1242337).
  - blacklist.conf: Blacklist 57e7239ce0ed
  - commit a79e7b9
  - ext4: partial zero eof block on unaligned inode size extension
    (bsc#1242336).
  - commit cacba0b
  - ext4: protect ext4_release_dquot against freezing (bsc#1242335).
  - commit 457d212
  - ext4: introduce linear search for dentries (bsc#1242334).
  - commit 58bf0d9
  - jbd2: flush filesystem device before updating tail sequence
    (bsc#1242333).
  - commit 3798ec5
  - jbd2: increase IO priority for writing revoke records
    (bsc#1242332).
  - commit a382b37
  - ext4: fix race in buffer_head read fault injection
    (bsc#1242331).
  - commit 994f6d0
  - splice: remove duplicate noinline from pipe_clear_nowait
    (bsc#1242328).
  - commit 62a8d5e
  - mm: fix filemap_get_folios_contig returning batches of identical
    folios (bsc#1242327).
  - commit 7222583
  - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
    (bsc#1242326).
  - commit 4a38c7a
  - mm/readahead: fix large folio support in async readahead
    (bsc#1242321).
  - commit e2de4df
  - mm/filemap: don't call folio_test_locked() without a reference
    in next_uptodate_folio() (bsc#1242318).
  - commit 2a71dc7
  - mm: don't set readahead flag on a folio when lookahead_size >
    nr_to_read (bsc#1242317).
  - commit 06b8a5d
  - mm/truncate: reset xa_has_values flag on each iteration
    (bsc#1242316).
  - commit 33fa0e9
  - udf: Skip parent dir link count update if corrupted
    (bsc#1242315).
  - commit 8928a78
  - udf: Verify inode link counts before performing rename
    (bsc#1242314).
  - commit d1d387f
  - udf: Fix inode_getblk() return value (bsc#1242313).
  - commit 9d52630
  - fsnotify: fix sending inotify event with unexpected filename
    (bsc#1234198).
  - commit 4e33fd9
  - block: never reduce ra_pages in blk_apply_bdi_limits
    (bsc#1242308).
  - commit 9418247
  - isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
    (bsc#1242307).
  - commit 051b9f7
  - ext4: avoid journaling sb update on error if journal is destroying (bsc#1241967).
  - commit 4c6dcbd
  - ext4: define ext4_journal_destroy wrapper (bsc#1241967).
  - commit b1ba8b2
  - mptcp: consolidate suboption status (CVE-2025-21707
    bsc#1238862).
  - commit 83b24f9
  - reenable TN3270 so that conmode=3270 keep working (bsc#1242296)
  - commit 41f697e
  - drm/mgag200: Added support for the new device G200eH5 (bsc#1242129 jsc#PED-10427)
  - commit ed5dd29
  - Documentation: Fix description format for powerpc RTAS ioctls
    (jsc#PED-4486).
  - powerpc/pseries: Include linux/types.h in papr-platform-dump.h
    (jsc#PED-4486).
  - commit 0825081
  - make use of anon_inode_getfile_fmode() (jsc#PED-4486).
  - Refresh patches.suse/powerpc-pseries-Add-a-char-driver-for-physical-attes.patch.
  - Refresh patches.suse/powerpc-pseries-Add-ibm-get-dynamic-sensor-state-RTA.patch.
  - Refresh patches.suse/powerpc-pseries-Add-ibm-set-dynamic-indicator-RTAS-c.patch.
  - Refresh patches.suse/powerpc-pseries-Add-papr-indices-char-driver-for-ibm.patch.
  - Refresh patches.suse/powerpc-pseries-Add-papr-platform-dump-character-dri.patch.
  - Refresh patches.suse/powerpc-pseries-Define-common-functions-for-RTAS-seq.patch.
  - Refresh patches.suse/powerpc-pseries-Define-papr_indices_io_block-for-pap.patch.
  - commit e8f7e0c
  - powerpc/bpf: fix JIT code size calculation of bpf trampoline
    (jsc#PED-10909 git-fixes).
  - commit e7da6dd
  - powerpc: Don't use --- in kernel logs (git-fixes).
  - commit ecb31d5
  - powerpc64/ftrace: fix clobbered r15 during livepatching
    (jsc#PED-10909 git-fixes).
  - commit a971e4a
  - mptcp: only inc MPJoinAckHMacFailure for HMAC failures
    (git-fixes).
  - commit d5bbe65
  - mptcp: fix NULL pointer in can_accept_new_subflow (git-fixes).
  - commit e4b6b25
  - mptcp: sockopt: fix getting freebind & transparent (git-fixes).
  - commit 3a57f0a
  - mptcp: sockopt: fix getting IPV6_V6ONLY (git-fixes).
  - commit 3a8bd3c
  - mptcp: Fix data stream corruption in the address announcement
    (git-fixes).
  - commit 9194c38
  - mptcp: fix 'scheduling while atomic' in
    mptcp_pm_nl_append_new_local_addr (git-fixes).
  - commit 8aeaf4b
  - mptcp: reset when MPTCP opts are dropped after join (git-fixes).
  - commit 71d9d00
  - mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
    (git-fixes).
  - commit 32e4230
  - netdev: avoid CFI problems with sock priv helpers (git-fixes).
  - commit 9750c47
  - mptcp: be sure to send ack when mptcp-level window re-opens
    (git-fixes).
  - commit 3f7ccb9
  - mptcp: sysctl: avail sched: remove write access (git-fixes).
  - commit d8519fb
  - mptcp: prevent excessive coalescing on receive (git-fixes).
  - commit 261188f
  - mptcp: don't always assume copied data in mptcp_cleanup_rbuf()
    (git-fixes).
  - commit 7d46f2f
  - Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU
    goes offline (git-fixes).
  - tools/hv: update route parsing in kvp daemon (git-fixes).
  - Drivers: hv: Fix bad pointer dereference in hv_get_partition_id
    (git-fixes).
  - commit 72ebc30

++++ kernel-firmware-amdgpu:

  - Update to version 20250505 (git commit 2b8dfb5e11a8):
    * amdgpu: update dcn 4.01 firmware to 0.1.8.0

++++ ncurses:

  - Add ncurses patch 20250503
    + update/correct some of the rv/xr strings, checked with tack -TD
    + use ansi+rca in sclp -TD
    + use vt220+pcedit in sclp (Werner Fink)
    + move some building blocks from illumos to sun-color, based on
    illumos source-history -TD
    + improve use-clauses: ansi+cup, ansi+idl1, ansi+rca, ansi+rca2,
    ansi+sgrso, ansi+sgrul -TD
    + add ecma+standout, ecma+underline -TD
    + add rv code for alacritty -TD
    + add rv/xr codes for contour, ghostty, iterm2, kitty, konsole,
    vscode, vte, wezterm -TD
  - Modify patch ncurses-5.9-ibm327x.dif
    * Reflect upstream added changes
  - Port patch ncurses-6.4.dif

++++ libvirt:

  - Update to libvirt 11.3.0
  - bsc#1241952
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v11-3-0-2025-05-02
  - spec: Build with fuse3
    boo#1242081

++++ python-charset-normalizer:

  - Update to 3.4.2
    * Addressed the DeprecationWarning in our CLI regarding `argparse.FileType`
    by backporting the target class into the package. (#591)
    * Improved the overall reliability of the detector with CJK Ideographs.
    (#605) (#587)
    * Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8

++++ python-libvirt-python:

  - Update to 11.3.0
  - Add all new APIs and constants in libvirt 11.3.0

++++ toolbox:

  - Update to version 2.4+git20250429.b335d1b:
    * Support addition podman arguments

------------------------------------------------------------------
------------------  2025-5-3  -  May 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-firmware-mediatek:

  - Update to version 20250502 (git commit 43dfb5fb64bb):
    * linux-firmware: update firmware for MT7925 WiFi device
    * mediatek MT7925: update bluetooth firmware to 20250425073330

++++ kernel-firmware-qcom:

  - Update to version 20250502 (git commit 43dfb5fb64bb):
    * qcom: Add link for SM8350 GPU firmware

++++ kernel-firmware-realtek:

  - Update to version 20250502 (git commit 43dfb5fb64bb):
    * rtw89: 8852c: add tables for dynamic antenna TXPWR
    * rtw89: 8922a: update fw to v0.35.71.0

++++ kernel-firmware-sound:

  - Update to version 20250502 (git commit 43dfb5fb64bb):
    * cirrus: cs35l56: Add firmware for Cirrus Amps for some Lenovo laptops
    * cirrus: cs35l56: Add firmware for Cirrus Amps for some ASUS laptops
    * cirrus: cs35l56: Update firmware for Cirrus Amps for some Lenovo laptops
    * cirrus: cs35l56: Update firmware for Cirrus Amps for some Dell laptops

------------------------------------------------------------------
------------------  2025-5-2  -  May 2 2025  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - update to 330
    * Upgraded to Patternfly 6
  - changes from 329
    * Fix launching remote viewer
    * Translation updates

++++ cockpit-podman:

  - New version 104, updates since 102:
    * drop correct-container-search.patch: upstreamed
    * Upgraded to Patternfly 6
    * Link service containers to service pages
    * Connect to other accounts
    * Translation updates
    * Bug fixes

++++ 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:

  - scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1
    (jsc#PED-11259).
  - commit c5e6340
  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (jsc#PED-11259).
  - commit 5d51b2e
  - scsi: megaraid_sas: Make most module parameters static
    (jsc#PED-11259).
  - commit 3864bb1
  - scsi: usb: Rename the RESERVE and RELEASE constants
    (jsc#PED-11259).
  - commit d4d26d7
  - scsi: Constify struct pci_device_id (jsc#PED-11259).
  - commit 29e45b8
  - scsi: Eliminate scsi_register() and scsi_unregister() usage &
    docs (jsc#PED-11259).
  - commit 4ca2668
  - scsi: hpsa: Replace deprecated strncpy() with strscpy_pad()
    (jsc#PED-11374).
  - commit 4f60ab0
  - scsi: hpsa: Remove deprecated and unnecessary strncpy()
    (jsc#PED-11374).
  - commit 5f4ce17
  - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (CVE-2025-22107 bsc#1241575)
  - commit dc509e5
  - ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104 bsc#1241550)
  - commit 850c60b
  - dm: always update the array size in realloc_argv on success
    (git-fixes).
  - commit 87e3281
  - dm-bufio: don't schedule in atomic context (git-fixes).
  - commit c14d078
  - net: use sock_gen_put() when sk_state is TCP_TIME_WAIT
    (git-fixes).
  - commit 76d8aa5
  - net: ipv6: fix UDPv6 GSO segmentation with NAT (git-fixes).
  - commit 92c5da0
  - net_sched: qfq: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 0d2103f
  - net_sched: ets: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 9b56c28
  - net_sched: hfsc: Fix a UAF vulnerability in class with netem
    as child qdisc (git-fixes).
  - commit 42d57cb
  - net_sched: drr: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 0f8e965
  - Bluetooth: L2CAP: copy RX timestamp to new fragments
    (git-fixes).
  - Bluetooth: btintel_pcie: Add additional to checks to clear
    TX/RX paths (git-fixes).
  - Bluetooth: btusb: avoid NULL pointer dereference in
    skb_dequeue() (git-fixes).
  - Bluetooth: btintel_pcie: Avoid redundant buffer allocation
    (git-fixes).
  - Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync
    (git-fixes).
  - Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast
    Receiver (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).
  - wifi: iwlwifi: fix the check for the SCRATCH register upon
    resume (git-fixes).
  - wifi: iwlwifi: don't warn if the NIC is gone in resume
    (git-fixes).
  - commit bc2d5f4

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

++++ gstreamer:

  - Update to version 1.26.1:
    + Highlighted bugfixes:
  - awstranslate and speechmatics plugin improvements
  - decodebin3 fixes and urisourcebin/playbin3 stability
    improvements
  - Closed captions: CEA-708 generation and muxing fixes, and
    H.264/H.265 caption extractor fixes
  - dav1d AV1 decoder: RGB support, plus colorimetry,
    renegotiation and buffer pool handling fixes
  - Fix regression when rendering VP9 with alpha
  - H.265 decoder base class and caption inserter SPS/PPS
    handling fixes
  - hlssink3 and hlsmultivariantsink feature enhancements
  - Matroska v4 support in muxer, seeking fixes in demuxer
  - macOS: framerate guessing for cameras or capture devices
    where the OS reports silly framerates
  - MP4 demuxer uncompressed video handling improvements and
    sample table handling fixes
  - oggdemux: seeking improvements in streaming mode
  - unixfdsrc: fix gst_memory_resize warnings
  - Plugin loader fixes, especially for Windows
  - QML6 GL source renegotiation fixes
  - RTP and RTSP stability fixes
  - Thread-safety improvements for the Media Source Extension
    (MSE) library
  - v4l2videodec: fix A/V sync issues after decoding errors
  - Various improvements and fixes for the fragmented and
    non-fragmented MP4 muxers
  - Video encoder base class segment and buffer timestamp
    handling fixes
  - Video time code support for 119.88 fps and
    drop-frames-related conversion fixes
  - WebRTC: Retransmission entry creation fixes and better audio
    level header extension compatibility
  - YUV4MPEG encoder improvments
  - dots-viewer: make work locally without network access
  - gst-python: fix compatibility with PyGObject >= 3.52.0
  - Cerbero: recipe updates, compatibility fixes for Python <
    3.10; Windows Android cross-build improvements
  - Various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer:
  - Correctly handle whitespace paths when executing
    gst-plugin-scanner
  - Ensure properties are freed before (re)setting with
    g_value_dup_string() and during cleanup
  - cmake: Fix PKG_CONFIG_PATH formatting for Windows
    cross-builds
  - macos: Move macos function documentation to the .h so the
    introspection has the information
  - meson.build: test for and link against libatomic if it exists
  - pluginloader-win32: Fix helper executable path under devenv
  - pluginloader: fix pending_plugins Glist use-after-free issue
  - unixfdsrc: Complains about resize of memory area
  - tracers: dots: fix debug log

++++ gstreamer-plugins-base:

  - Update to version 1.26.1:
    + Ensure properties are freed before (re)setting with
    g_value_dup_string() and during cleanup
    + alsadeviceprovider: Fix leak of Alsa longname
    + audioaggregator: fix error added in !8416 when chaining up
    + audiobasesink: Fix custom slaving driftsamples calculation and
    add custom audio clock slaving callback example
    + decodebin3:
  - Don't avoid parsebin even if we have a matching decoder
  - Doesn't plug parsebin for AAC from tsdemux
    + gl: eglimage: warn the reason of export failure
    + glcolorconvert:
  - Fix YUVA<->RGBA conversions
  - Regression when rendering alpha vp9
    + gldownload: Unref glcontext after usage
    + meson.build: test for and link against libatomic if it exists
    + oggdemux: Don't push new packets if there is a pending seek
    + urisourcebin:
  - Make parsebin activation more reliable
  - Deadlock between parsebin and typefind
    + videoencoder: Use the correct segment and buffer timestamp in
    the chain function
    + videotimecode: Fix conversion of timecode to datetime with
    drop-frame timecodes and handle 119.88 fps correctly in all
    places

++++ jitterentropy:

  - Update to 3.6.3: [bsc#1242050]
    * Correct time stamp processing on AIX
    * Use high-resolution time stamp on Apple Silicon
    * GCD power-up test: consider OSR
    * Remove patches fixed in the update:
  - jitterentropy-fix-a-stack-corruption-on-s390x.patch
    * Rebase patches:
  - jitterentropy-split-internal-header.patch
  - jitterentropy-with-debug.patch
  - Update to 3.6.2:
    * Fix RCT re-initialization in jent_read_entropy_safe
    * simplify test code
    * improve keyword portability
  - Update to 3.6.1:
    * Add more test code
    * Add support for SunPRO compiler
    * Fix compilation on OpenBSD by replacing sed with tr
    * internal timer: Add support for Apple
    * Various small fixes to compilation to imporve portability
  - Update to 3.6.0:
    * Remove bi-modal behavior of conditioning function
    * Make jent_read_entropy_safe safer by retrying the health test
    * Move the version information to make them available at compile time
  - Update to 3.5.0:
    * add distinction between intermittent and permanent health failure
    * add compile time option to allow configuring a mask to reduce the
    size of the time stamp used for the APT

++++ kernel-default:

  - net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
    (CVE-2025-21768 bsc#1238714).
  - commit 9b3a0ce
  - Reassign patches.suse/md-display-timeout-error.patch
  - commit 800a738
  - devtmpfs: don't use vfs_getattr_nosec to query i_mode
    (git-fixes).
  - commit 8b172cd
  - Delete patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch.
    This patch was upstreamed in commit d98f72272500 ("nfs: simplify and guarantee
    owner uniqueness.") in v6.12-rc1, and as such is already part of the SL-16.0
    base.
  - commit cd65cf6
  - Refresh patches.suse/nfs-serialize-opens.patch.
  - commit ed1030a
  - Refresh
    patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch.
  - commit 54cd6de
  - Refresh patches.suse/nfs-access-cache-no-negative.patch.
  - commit a7a5059
  - Delete patches.suse/nfsd-dont-revoke-v4-0-states.patch.
    This patch was upstreamed in commit d688d8585e6b ("nfsd: allow admin-revoked
    NFSv4.0 state to be freed.") in v6.9-rc1, and as such is already part of the
    SL-16.0 base.
  - commit 4a72771
  - Delete
    patches.suse/nfsd-allow-delegation-state-ids-to-be-revoked-and-th.patch.
    This patch was upstreamed in commit 06efa66750a6 ("nfsd: allow delegation state
    ids to be revoked and then freed") in v6.9-rc1, and as such is already part of
    the SL-16.0 base.
  - commit eafba28
  - Delete
    patches.suse/nfsd-allow-lock-state-ids-to-be-revoked-and-then-fre.patch.
    This patch was upstreamed in commit 1c13bf9f2e3c ("nfsd: allow lock state ids
    to be revoked and then freed") in v6.9-rc1, and as such is already part of the
    SL-16.0 base.
  - commit 629688d
  - Delete
    patches.suse/nfsd-allow-open-state-ids-to-be-revoked-and-then-fre.patch.
    This patch was upstreamed in commit 39657c740644 ("nfsd: allow open state ids
    to be revoked and then freed") in v6.9-rc1, and as such is already part of the
    SL-16.0 base.
  - commit c5ad100
  - Delete
    patches.suse/nfsd-prepare-for-supporting-admin-revocation-of-stat.patch.
    This patch was upstreamed in commit 1ac3629bf012 ("nfsd: prepare for supporting
    admin-revocation of state") in v6.9-rc1, and as such is already part of the
    SL-16.0 base.
  - commit 1e7e247
  - Delete
    patches.suse/NFS-only-invalidate-dentrys-that-are-clearly-invalid.patch.
    This patch was upstreamed in commit 0c8c7c559740 ("nfs: don't invalidate
    dentries on transient errors") in v6.10-rc4, and as such is already part of the
    SL-16.0 base.
  - commit 2b97bc1
  - Refresh patches.suse/nfs-set-acl-perm.patch.
  - commit 212c3c6
  - Refresh patches.suse/mvfs-workaround.patch.
  - commit 96b23c0
  - Refresh patches.suse/NFS-flush-dirty-data-on-fput-fix.patch.
  - commit 4cff336
  - Update
    patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch
    (CVE-2025-21823 bsc#1238475).
  - commit ccc0061
  - Refresh
    patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch.
  - commit 003497d
  - Delete
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
    This patch was upstreamed in commit 6e2a10343ecb ("NFSv3: only use NFS
    timeout for MOUNT when protocols are compatible") in v6.12-rc7, and as
    such is already part of the SL-16.0 base.
  - commit 9433e96
  - Update
    patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch
    (bsc#1241280 CVE-2025-22020).
    Added CVE to reference
  - commit a22621c
  - Delete
    patches.suse/kabi-placeholders-for-coco-host-support.patch.
  - commit fb7d9fc
  - btrfs: fix block group refcount race in
    btrfs_create_pending_block_groups() (bsc#1241578
    CVE-2025-22115).
  - commit 8326b59
  - Update patches.suse/KVM-PPC-Enable-CAP_SPAPR_TCE_VFIO-on-pSeries-KVM-gue.patch
    (jsc#PED-10539 git-fixes bsc#1240419 ltc#212279).
  - commit 28f1cb3
  - netfilter: nf_tables: don't unregister hook when table is
    dormant (CVE-2025-22064 bsc#1241413).
  - commit 3c1fc05
  - net: libwx: fix Tx L4 checksum (CVE-2025-22101 bsc#1241555).
  - commit ca8ce70
  - Delete
    patches.suse/bpf-selftests-adapt-bpf_iter_task_vma-to-got_inode_dev.patch.
    I no longer use openSUSE/SLES VM to run BPF selftests, and instead uses
    upstream's BPF CI to run it. Since the rootfs use is not BTRFS, this
    patch isn't needed.
  - commit b4b1b2f
  - Update references for patches.suse/atm-Fix-NULL-pointer-dereference.patch (CVE-2025-22018 bsc#1241266 git-fixes)
  - commit 6abef3a
  - bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT (CVE-2024-58070 bsc#1238983)
  - commit 99a99f3
  - Update references for patches.suse/udp-Fix-multiple-wraparounds-of-sk-sk_rmem_alloc.patch (CVE-2025-22059 bsc#1241385 git-fixes)
  - commit 43e95fb
  - iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (CVE-2025-21833, bsc#1239108).
  - commit 4e09108
  - Fixup unused label in patches.suse/ext4-fix-out-of-bound-read-in-ext4_xattr_inode_dec_r.patch
  - commit e7a7af8
  - arm64: allow PREEMPT_LAZY, but keep disabled (bsc#1234370).
  - commit 4aea89c
  - net: mvpp2: Prevent parser TCAM memory corruption
    (CVE-2025-22060 bsc#1241526).
  - bonding: check xdp prog when set bond mode (CVE-2025-22105
    bsc#1241548).
  - bonding: return detailed error when loading native XDP fails
    (CVE-2025-22105 bsc#1241548).
  - commit 6dae3fd
  - ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
    (bsc#1242044).
  - commit a46f1d9
  - 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 858bc92
  - scsi: core: Clear flags for scsi_cmnd that did not complete
    (git-fixes).
  - scsi: mpi3mr: Fix pending I/O counter (git-fixes).
  - fs: move the bdex_statx call to vfs_getattr_nosec (git-fixes).
  - 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).
  - ublk: fix handling recovery & reissue in ublk_abort_queue()
    (git-fixes).
  - ublk: make sure ubq->canceling is set when queue is frozen
    (git-fixes).
  - block: fix adding folio to bio (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: attempt to merge adjacent badblocks during
    ack_all_badblocks (git-fixes).
  - badblocks: factor out a helper try_adjacent_combine (git-fixes).
  - badblocks: Fix error shitf ops (git-fixes).
  - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and
    BLK_INTEGRITY_NOVERIFY (git-fixes).
  - block: ensure correct integrity capability propagation in
    stacked devices (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).
  - ublk: set_params: properly check if parameters can be applied
    (git-fixes).
  - commit c655911

++++ libguestfs:

  - bsc#1242082 - libguestfs: migration to fuse 3 and deprecation of
    fuse (1)
    use-fuse3-for-build.patch
  - Update to version 1.55.10 (jsc#PED-8910)
    * mltools: decouple and simplify osinfo device support checks
    * mlcustomize: disable `--inject-virtio-win osinfo`
    * mltools: Fix de-oUnit-ized tests
    * mltools: Unreference various objects
    * Revert "mltools: Unreference various objects"
    * generator: Implement struct FDevice type
    * mltools: Fix memory leak in OCaml binding of libosinfo
    * mlstdutils: Implement String.implode
    * daemon: Rewrite {pvs,vgs,lvs}-full APIs in OCaml
    * daemon: inspect: Resolve Ubuntu 22+ /dev/disk/by-id/dm-uuid-LVM-... in fstab
    * Various build improvements
    * daemon/fstrim.c: Issue sync_disks after fstri

++++ samba:

  - Update smb.conf to enable SMB3 unix extensions

++++ ncurses:

  - Modify patch ncurses-5.9-ibm327x.dif
    * sclp term: use ASCII Console key mapping and support home
    * ibm327x term: can do color and drawings but no cursor

++++ pcp:

  - Add missing dependencies for selinux-policy-targeted in
    %post for pcp-selinux (bsc#1242052)

++++ 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-MarkupSafe:

  - Update to 3.0.2
    * Fix compatibility when __str__ returns a str subclass. #472
    * Build requires setuptools >= 70.1. #475
  - Update to 3.0.1
    * Address compiler warnings that became errors in GCC 14. #466
    * Fix compatibility with proxy objects. #467
  - Update to 3.0.0
    * Support Python 3.13 and its experimental free-threaded build. #461
    * Drop support for Python 3.7 and 3.8.
    * Use modern packaging metadata with pyproject.toml instead
    of setup.cfg. #348
    * Change distutils imports to setuptools. #399
    * Use deferred evaluation of annotations. #400
    * Update signatures for Markup methods to match str signatures.
    Use positional-only arguments. #400
    * Some str methods on Markup no longer escape their argument: strip,
    lstrip, rstrip, removeprefix, removesuffix, partition, and
    rpartition; replace only escapes its new argument. These methods
    are conceptually linked to search methods such as in, find, and
    index, which already do not escape their argument. #401
    * The __version__ attribute is deprecated. Use feature detection,
    or importlib.metadata.version("markupsafe"), instead. #402
    * Speed up escaping plain strings by 40%. #434
    * Simplify speedups implementation. #437

++++ 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)

++++ busybox:

  - fix regression in hexdump that broke kernel build:
    * busybox-1.37.0-fix-regression-n2.patch
  - fix build/tests and hexdump on big endian systems (S390):
    * busybox-1.37.0-hexdump-fix-regression-for-uint16-on-big-endian-syst.patch
    * busybox-1.37.0-od-make-B-test-little-endian-only-add-variant-for-bi.patch
    * busybox-1.37.0-hexdump-add-tests-for-x-handle-little-big-endian-pro.patch

++++ 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)

++++ cockpit:

  - Update cockpit to 337
    Upstream Changes:
    337:
  - Upgraded to Patternfly 6
  - Support dnf needs-restarting
    336.2:
  - storage: Revert "Use mdraid metadata version 1.0 when in Anaconda mode"
  - Translation updates
    336.1:
  - storage: Fix passphrase remembering with "Reuse encryption"
  - Translation updates
    336:
  - storage: Implement deletion of multi-device btrfs
  - storage: Use mdraid metadata version 1.0 when in Anaconda mode
  - Add a channel capabilities system
    335:
    storage: SMART support
  - update various patches to apply on 337

++++ container-selinux:

  - Update to version 2.237.0:
    * bootc/install_t: allow transition to container_runtime_t
    * Allow containers to mask parts of their /proc

++++ hwdata:

  - Update to version 0.394:
    * Update pci and vendor ids

++++ kernel-default:

  - Delete patches.suse/scsi_probe_lun-retry-after-timeout.patch.
    Obsoleted by 987d7d3db0b9 ("scsi: core: Retry INQUIRY after timeout")
  - commit ec64964
  - ublk: refactor recovery configuration flag helpers (git-fixes).
  - Refresh
    patches.suse/ublk-fix-ublk_ch_mmap-for-64K-page-size.patch.
  - commit 0fb5300
  - Fix an incorrect Jira reference in the following patches (the correct reference
    is jsc#PED-12756):
    patches.suse/perf-amd-ibs-Add-PMU-specific-minimum-period.patch
    patches.suse/perf-amd-ibs-Add-check_period-callback.patch
    patches.suse/perf-amd-ibs-Add-support-for-OP-Load-Latency-Filtering.patch
    patches.suse/perf-amd-ibs-Ceil-sample_period-to-min_period.patch
    patches.suse/perf-amd-ibs-Don-t-allow-freq-mode-event-creation-through-config-interface.patch
    patches.suse/perf-amd-ibs-Fix-config-to-sample-period-calculation-for-OP-PMU.patch
    patches.suse/perf-amd-ibs-Fix-perf_ibs_op.cnt_mask-for-CurCnt.patch
    patches.suse/perf-amd-ibs-Prevent-leaking-sensitive-data-to-userspace.patch
    patches.suse/perf-amd-ibs-Remove-IBS_-FETCH-OP-_CONFIG_MASK-macros.patch
    patches.suse/perf-amd-ibs-Remove-pointless-sample-period-check.patch
    patches.suse/perf-amd-ibs-Update-DTLB-PageSize-decode-logic.patch
    patches.suse/perf-core-Check-sample_type-in-perf_sample_save_callchain.patch
    patches.suse/perf-core-Export-perf_exclude_event.patch
    patches.suse/perf-x86-Check-data-address-for-IBS-software-filter.patch
    patches.suse/perf-x86-Relax-privilege-filter-restriction-on-AMD-IBS.patch
  - commit 57248d9
  - 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 b891bbf
  - Enable patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch (jsc#PED-12763)
    also patches.suse/dm-multipath-dont-attempt-SG_IO-on-non-SCSI-disks-.patch
    These are downstream patches for T-systems.
  - commit 51e8c0f
  - SUSE add padding for USB reset (jsc#PED-10906).
  - commit 2638f23
  - usb: ulpi: Remove unused otg_ulpi_create (jsc#PED-10906).
  - commit a3ee783
  - usb: Add base USB MCTP definitions (jsc#PED-10906).
  - commit 41d5579
  - Refreshed: clocksource: disable watchdog checks on TSC when TSC is watchdog
    (bsc#1215885).
  - commit 58f80d7
  - Reenable patches.suse/netfilter-nf_tables-fix-64-bit-load-issue-in-nft_byt.patch
    The upstream solution was supposed to be disabling multivalue access but it
    never actually happened so that we still need this fix.
  - commit e2924ba
  - Reenable and refresh
    patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.patch.
    Unfortunately we still cannot be sure this hack is no longer needed.
  - commit 742158c
  - Delete
    patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch.
    An old "not yet" patch that was likely never actually submitted to upstream
    and noone seems to miss it.
  - commit d6ed239
  - usb: typec: ucsi: return CCI and message from sync_control
    callback (jsc#PED-10906).
  - commit d935e14
  - Update config files (bsc#1241057 ltc#211774).
    CONFIG_PCI_DYNAMIC_OF_NODES=n
  - commit 33d2b82
  - powerpc/boot: Fix dash warning (bsc#1215199).
  - commit c77a110
  - exec: fix the racy usage of fs_struct->in_exec (CVE-2025-22029
    bsc#1241378).
  - commit 151287d
  - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs
    (CVE-2025-22045 bsc#1241433).
  - commit 77541f2
  - book3s64/radix : Align section vmemmap start address to
    PAGE_SIZE (bsc#1238318).
  - commit 0843767
  - powerpc/boot: Check for ld-option support (bsc#1215199).
  - commit 8087188
  - typeC: kABI padding for new altmode operations (bsc#1220369).
  - commit 283e965
  - i3c: adding kABI padding (bsc#1220369).
  - commit 2d462b3
  - i2c: adding kABI paddings (bsc#1220369).
  - commit 010bc3d
  - scripts/common-functions: drop is_upstream_sha
    is_upstream_sha is a misnomer because it only guarantees that the given
    commit is in the referenced repository. It doesn't really check whether
    it is reachable from a particular remote or branch. This is not a
    problem for its only existing user because Fixes tags are referring to
    upstream commits but the naming is misleading and more importantly we do
    have a proper function for the purpose so use sha_in_upstream instead.
  - commit 5f15f6f
  - Add perf events kabi padding (kabi).
  - commit b808f4b
  - tools headers: Update the uapi/linux/perf_event.h copy with
    the kernel sources (git-fixes).
  - commit 1eecb3d
  - perf/core: Export perf_exclude_event() (jsc#PED-12549).
  - commit 30abc8e

++++ kernel-firmware-brcm:

  - Update to version 20250428 (git commit 0d104598cd5b):
    * brcm: Add NVRAM file for Radxa Rock Pi X mini PC

++++ libsoup:

  - Add libsoup-CVE-2025-32907.patch: correct merge of ranges
    (boo#1241222 CVE-2025-32907 glgo#GNOME/libsoup!452).

++++ selinux-policy:

  - Update to version 20241031+git575.74e21c8b:
    * Allow cluster_t use NoNewPrivileges systemd hardening (bsc#1241921)

------------------------------------------------------------------
------------------  2025-4-28  -  Apr 28 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.35
    * Make s390 3215 console work that is use EPOLLOUT|EPOLLONESHOT
    to control if we can write to ttyS0 in nonblocking mode and if
    not reenable EPOLLOUT|EPOLLONESHOT.
    * At boot set for ttyS0 via vmcp API nonblocking MORE mode with
    `0 0'.  It beeps but boots.
  - Remove patches now upstream
    * blog-3215.patch
    * blog-install.patch

++++ cockpit:

  - Update 0007-Remove-DynamicUser-setting-as-these-conflict-with-re.patch
    Update the patch to set ProtectHome and PrivateTmp to yes as it is implied
    when DynamicUser is enabled. The patch is also now only applied on leap 15
    where it is relevant

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

++++ gnutls:

  - Fix FIPS mode running on Tumbleweed [bsc#1237101]
    * When nettle or libhogweed are installed with glbic-hwcaps for x86_64-v3,
    some paths differ and we are unable to match the hmac file for the lib.
    * Add gnutls-FIPS-HMAC-x86_64-v3-opt.patch

++++ iptables:

  - Provide ebtables for SLES16

++++ kernel-default:

  - perf/amd/ibs: Update DTLB/PageSize decode logic (jsc#PED-12549).
  - perf/amd/ibs: Add support for OP Load Latency Filtering
    (jsc#PED-12549).
  - perf/amd/ibs: Ceil sample_period to min_period (jsc#PED-12549).
  - perf/amd/ibs: Add ->check_period() callback (jsc#PED-12549).
  - perf/amd/ibs: Add PMU specific minimum period (jsc#PED-12549).
  - perf/amd/ibs: Don't allow freq mode event creation through
  - >config interface (jsc#PED-12549).
  - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
    (jsc#PED-12549).
  - perf/amd/ibs: Fix ->config to sample period calculation for
    OP PMU (jsc#PED-12549).
  - perf/amd/ibs: Remove pointless sample period check
    (jsc#PED-12549).
  - perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros
    (jsc#PED-12549).
  - perf/amd/ibs: Prevent leaking sensitive data to userspace
    (jsc#PED-12549).
  - perf/x86: Check data address for IBS software filter
    (jsc#PED-12549).
  - perf/x86: Relax privilege filter restriction on AMD IBS
    (jsc#PED-12549).
  - perf/core: Check sample_type in perf_sample_save_callchain
    (jsc#PED-12549).
  - commit 02c932c
  - Delete patches.suse/perf-local-check-alloc-histogram-return.patch.
    Patch was inherited from SP6 where it required a local fix which
    is no longer needed.
  - commit 0c4313d
  - scripts/check-kernel-fix: warn about all invalid shas for CVE
    There might be stable tree specific CVEs (e.g. CVE-2025-40364) which are
    referring to non-upstream (i.e. stable tree) commits. If we encounter
    such a CVE we simply bail out because we do not expect that a CVE would
    be mixing stable specific and upstream commits. If we ever have a case
    like that it would be good to learn about the fact and find out more
    about the reasoning. Therefore turn the hard failure into a warning and
    examine all commit associated with the CVE.
  - commit b0969e1
  - kabi/severities: exclude CXL (jsc#PED-12211)
  - commit 963a5c7
  - nvmet: pci-epf: Always configure BAR0 as 64-bit (jsc#PED-9651).
  - commit 1bd69f0
  - supported.conf: Mark HiSilicon I2C and GPIO modules as supported (jsc#PED-12808)
    Those two modules are needed for HiSilicon Kunpeng SoC.
  - commit acc31d6
  - supported.conf: Mark HiSilicon crypto ZIP, HPRE and SEC as supported (jsc#PED-12808)
  - commit a59b2d2
  - supported.conf: Mark HiSi PMU drivers as supported (jsc#PED-12808)
  - supported.conf:
  - drivers/perf/hisilicon/hisi_pcie_pmu
  - drivers/perf/hisilicon/hns3_pmu
    Those two will be handled by drivers/perf/hisilicon/*
  - commit c220da8
  - supported.conf: Mark HiSi DMA controller as supported (jsc#PED-12808)
  - supported.conf:
    + drivers/dma/hisi_dma
  - commit ab21278
  - supported.conf: Mark HiSi TRNG v2 as supported (jsc#PED-12808)
  - supported.conf:
  - drivers/char/hw_random/hisi-trng-v2
    + drivers/crypto/hisilicon/trng/hisi-trng-v2
  - commit 02dc142
  - scripts/check-kernel-fix: make branch_file local
  - scripts/common-functions: make branch_file local
    it doesn't have a global scope
  - commit 57f575c
  - supported.conf: Enable HiSi accel VFIO PCI (jsc#PED-12808)
  - supported.conf:
    + drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci
  - commit f5abe63
  - supported.conf: Enable SPI DW mmio driver (jsc#PED-12808)
  - supported.conf
    + drivers/spi/spi-dw
    + drivers/spi/spi-dw-mmio
  - commit 11a0f85
  - nvmet: fix out-of-bounds access in nvmet_enable_port
    (jsc#PED-9651).
  - nvmet: pci-epf: cleanup link state management (jsc#PED-9651).
  - commit 6121ef2
  - nvmet: pci-epf: clear CC and CSTS when disabling the controller
    (jsc#PED-9651).
  - nvmet: pci-epf: always fully initialize completion entries
    (jsc#PED-9651).
  - nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()
    (jsc#PED-9651).
  - nvme-multipath: sysfs links may not be created for devices
    (jsc#PED-9651).
  - nvme: fixup scan failure for non-ANA multipath controllers
    (jsc#PED-9651).
  - commit 57152f2
  - nvmet-fc: put ref when assoc->del_work is already scheduled
    (jsc#PED-9651).
  - nvmet-fc: take tgtport reference only once (jsc#PED-9651).
  - nvmet-fc: update tgtport ref per assoc (jsc#PED-9651).
  - nvmet-fc: inline nvmet_fc_free_hostport (jsc#PED-9651).
  - nvmet-fc: inline nvmet_fc_delete_assoc (jsc#PED-9651).
  - nvmet-fcloop: add ref counting to lport (jsc#PED-9651).
  - commit ebd7542
  - nvmet-fcloop: replace kref with refcount (jsc#PED-9651).
  - nvme-tcp: fix use-after-free of netns by kernel TCP socket
    (jsc#PED-9651).
  - nvme: multipath: fix return value of nvme_available_path
    (jsc#PED-9651).
  - nvme: re-read ANA log page after ns scan completes
    (jsc#PED-9651).
  - nvme: requeue namespace scan on missed AENs (jsc#PED-9651).
  - commit 9484ecd
  - nvme-multipath: change the NVME_MULTIPATH config option
    (jsc#PED-9651).
  - nvme: update the multipath warning in nvme_init_ns_head
    (jsc#PED-9651).
  - nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()
    (jsc#PED-9651).
  - nvme/ioctl: move blk_mq_free_request() out of
    nvme_map_user_request() (jsc#PED-9651).
  - nvmet: pci-epf: Keep completion queues mapped (jsc#PED-9651).
  - nvme: convert timeouts to secs_to_jiffies() (jsc#PED-9651).
  - commit b857496
  - nvme-multipath: Add visibility for queue-depth io-policy
    (jsc#PED-9651).
  - nvme-multipath: Add visibility for numa io-policy
    (jsc#PED-9651).
  - nvme-multipath: Add visibility for round-robin io-policy
    (jsc#PED-9651).
  - nvmet: add tls_concat and tls_key debugfs entries
    (jsc#PED-9651).
  - nvmet-tcp: support secure channel concatenation (jsc#PED-9651).
  - commit 9372a5d
  - nvmet: Add 'sq' argument to alloc_ctrl_args (jsc#PED-9651).
  - nvme-fabrics: reset admin connection for secure concatenation
    (jsc#PED-9651).
  - nvme-tcp: request secure channel concatenation (jsc#PED-9651).
  - Refresh patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch.
  - nvme-keyring: add nvme_tls_psk_refresh() (jsc#PED-9651).
  - nvme: add nvme_auth_derive_tls_psk() (jsc#PED-9651).
  - commit 0753eb8
  - nvme: add nvme_auth_generate_digest() (jsc#PED-9651).
  - nvme: add nvme_auth_generate_psk() (jsc#PED-9651).
  - crypto,fs: Separate out hkdf_extract() and hkdf_expand()
    (jsc#PED-9651).
  - block: remove unused parameter 'q' parameter in
    __blk_rq_map_sg() (jsc#PED-9651).
  - nvmet: pci-epf: Do not add an IRQ vector if not needed
    (jsc#PED-9651).
  - commit 1de7609
  - nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully
    created (jsc#PED-9651).
  - nvme-pci: fix stuck reset on concurrent DPC and HP
    (jsc#PED-9651).
  - block: change blk_mq_add_to_batch() third argument type to bool
    (jsc#PED-9651).
  - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
    (jsc#PED-9651).
  - nvme-pci: clean up CMBMSC when registering CMB fails
    (jsc#PED-9651).
  - commit 7bcdfba
  - nvme-tcp: fix possible UAF in nvme_tcp_poll (jsc#PED-9651).
  - nvmet: Use enum definitions instead of hardcoded values
    (jsc#PED-9651).
  - nvme: Cleanup the definition of the controller config
    (jsc#PED-9651).
  - nvmet: pci-epf: Avoid RCU stalls under heavy workload
    (jsc#PED-9651).
  - nvmet: pci-epf: Do not uselessly write the CSTS register
    (jsc#PED-9651).
  - nvmet: pci-epf: Correctly initialize CSTS when enabling the
    controller (jsc#PED-9651).
  - commit 2ee3668
  - nvmet: add a missing endianess conversion in
    nvmet_execute_admin_connect (jsc#PED-9651).
  - nvmet: the result field in nvmet_alloc_ctrl_args is little
    endian (jsc#PED-9651).
  - nvmet: fix a memory leak in controller identify (jsc#PED-9651).
  - nvme-pci: remove redundant dma frees in hmb (jsc#PED-9651).
  - nvmet: fix rw control endian access (jsc#PED-9651).
  - commit b37065f
  - nvme-pci: use correct size to free the hmb buffer
    (jsc#PED-9651).
  - nvme-pci: fix comment typo (jsc#PED-9651).
  - nvmet: New NVMe PCI endpoint function target driver
    (jsc#PED-9651).
  - Update config files.
  - nvmet: Implement arbitration feature support (jsc#PED-9651).
  - nvmet: Implement interrupt config feature support
    (jsc#PED-9651).
  - commit 355e9de
  - nvmet: Implement interrupt coalescing feature support
    (jsc#PED-9651).
  - nvmet: Implement host identifier set feature support
    (jsc#PED-9651).
  - nvmet: Introduce get/set_feature controller operations
    (jsc#PED-9651).
  - nvmet: Do not require SGL for PCI target controller commands
    (jsc#PED-9651).
  - nvmet: Add support for I/O queue management admin commands
    (jsc#PED-9651).
  - nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
    (jsc#PED-9651).
  - commit 3aebe42
  - nvmet: Introduce nvmet_req_transfer_len() (jsc#PED-9651).
  - nvmet: Improve nvmet_alloc_ctrl() interface and implementation
    (jsc#PED-9651).
  - nvme: Add PCI transport type (jsc#PED-9651).
  - nvmet: Add drvdata field to struct nvmet_ctrl (jsc#PED-9651).
  - nvmet: Introduce nvmet_get_cmd_effects_admin() (jsc#PED-9651).
  - commit 7f723e1
  - nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
    (jsc#PED-9651).
  - nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
    (jsc#PED-9651).
  - nvme: Move opcode string helper functions declarations
    (jsc#PED-9651).
  - nvme: change return type of nvme_poll_cq() to bool
    (jsc#PED-9651).
  - nvmet: handle rw's limited retry flag (jsc#PED-9651).
  - commit 6e3ff3c
  - nvme-tcp: remove nvme_tcp_destroy_io_queues() (jsc#PED-9651).
  - nvme: use blk_validate_block_size() for max LBA check
    (jsc#PED-9651).
  - nvme-tcp: simplify nvme_tcp_teardown_io_queues() (jsc#PED-9651).
  - nvme-tcp: no need to quiesce admin_q in
    nvme_tcp_teardown_io_queues() (jsc#PED-9651).
  - nvme-pci: don't use dma_alloc_noncontiguous with 0 merge
    boundary (jsc#PED-9651).
  - commit bc8ad33
  - nvmet: replace kmalloc + memset with kzalloc for data allocation
    (jsc#PED-9651).
  - nvme-pci: remove two deallocate zeroes quirks (jsc#PED-9651).
  - nvmet: use kzalloc instead of ZERO_PAGE in
    nvme_execute_identify_ns_nvm() (jsc#PED-9651).
  - nvme: tuning pr code by using defined structs and macros
    (jsc#PED-9651).
  - nvme: introduce change ptpl and iekey definition (jsc#PED-9651).
  - nvme: define the remaining used sgls constants (jsc#PED-9651).
  - commit cc50dac
  - nvmet: add tracing of reservation commands (jsc#PED-9651).
  - nvme: parse reservation commands's action and rtype to string
    (jsc#PED-9651).
  - nvmet: report ns's vwc not present (jsc#PED-9651).
  - nvme: check ns's volatile write cache not present
    (jsc#PED-9651).
  - nvme: add rotational support (jsc#PED-9651).
  - commit 6d72f74
  - nvme: use command set independent id ns if available
    (jsc#PED-9651).
  - nvmet: support for csi identify ns (jsc#PED-9651).
  - nvmet: implement rotational media information log
    (jsc#PED-9651).
  - nvmet: implement endurance groups (jsc#PED-9651).
  - Refresh
    patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch.
  - nvmet: declare 2.1 version compliance (jsc#PED-9651).
  - Refresh
    patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch.
  - nvmet: implement crto property (jsc#PED-9651).
  - commit a9d87e8
  - nvmet: implement supported features log (jsc#PED-9651).
  - nvmet: implement supported log pages (jsc#PED-9651).
  - nvmet: implement active command set ns list (jsc#PED-9651).
  - Refresh
    patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch.
  - nvmet: implement id ns for nvm command set (jsc#PED-9651).
  - nvmet: support reservation feature (jsc#PED-9651).
  - Refresh
    patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch.
  - Refresh
    patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch.
  - commit 88ed9df
  - nvme: add reservation command's defines (jsc#PED-9651).
  - nvme-core: remove repeated wq flags (jsc#PED-9651).
  - commit 1ad47bf
  - nvmet: make nvmet_wq visible in sysfs (jsc#PED-9651).
  - commit 6767401
  - nvme-pci: use dma_alloc_noncontigous if possible (jsc#PED-9651).
  - Refresh
    patches.suse/nvme-pci-add-support-for-sgl-metadata.patch.
  - commit 26b5396
  - nvme-multipath: don't bother clearing max_hw_zone_append_sectors
    (jsc#PED-9651).
  - commit bbefc23
  - iommu/amd: Fix header file (jsc#PED-12548).
  - iommu/amd: Preserve default DTE fields when updating Host Page
    Table Root (jsc#PED-12548).
  - commit e9648a6
  - net/mlx5: Move ttc allocation after switch case to prevent leaks
    (git-fixes).
  - net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
    (git-fixes).
  - netlink: specs: rt-link: adjust mctp attribute naming
    (git-fixes).
  - netlink: specs: rtnetlink: attribute naming corrections
    (git-fixes).
  - netlink: specs: rt-link: add an attr layer around alt-ifname
    (git-fixes).
  - 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).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors (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).
  - netlink: specs: ovs_vport: align with C codegen capabilities
    (git-fixes).
  - octeontx2-pf: qos: fix VF root node parent queue index
    (git-fixes).
  - idpf: fix adapter NULL pointer dereference on reboot
    (git-fixes).
  - ixgbe: fix media type detection for E610 device (git-fixes).
  - e1000e: change k1 configuration on MTP and later platforms
    (git-fixes).
  - igc: Fix XSK queue NAPI ID mapping (git-fixes).
  - sfc: fix NULL dereferences in ef100_process_design_param()
    (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: fix using untrusted value of pkt_len in
    ice_vc_fdir_parse_raw() (CVE-2025-22117 bsc#1241633).
  - ice: fix input validation for virtchnl BW (git-fixes).
  - ice: validate queue quanta parameters to prevent OOB access
    (CVE-2025-22118 bsc#1241562).
  - 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).
  - ice: ensure periodic output start time is in the future
    (git-fixes).
  - net/mlx5: Start health poll after enable hca (git-fixes).
  - net/mlx5: LAG, reload representors on LAG creation failure
    (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).
  - gve: unlink old napi only if page pool exists (git-fixes).
  - igb: reject invalid external timestamp requests for 82580-based
    HW (git-fixes).
  - bonding: fix incorrect MAC address setting to receive NS
    messages (git-fixes).
  - net/mlx5: Fill out devlink dev info only for PFs (git-fixes).
  - cxgb4: Avoid removal of uninserted tid (git-fixes).
  - Revert "rtnetlink: add guard for RTNL" (git-fixes).
  - commit 1c6076b
  - ext4: avoid remount errors with 'abort' mount option
    (bsc#1241673).
  - commit 7e45d00
  - ext4: fix OOB read when checking dotdot dir (bsc#1241640
    CVE-2025-37785).
  - commit 1f644d1
  - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
    (bsc#1241593 CVE-2025-22121).
  - commit 31cdb6e
  - proc: fix UAF in proc_get_inode() (bsc#1240802 CVE-2025-21999).
  - commit 17ecba0
  - fs: relax assertions on failure to encode file handles
    (bsc#1236086 CVE-2024-57924).
  - commit 7fa3943
  - Revert "readahead: properly shorten readahead when falling
    back to do_page_cache_ra()" (bsc#1235799 CVE-2024-57839).
  - commit 6921c3b
  - isofs: avoid memory leak in iocharset (bsc#1234965
    CVE-2024-56534).
  - commit 2bb1019
  - quota: flush quota_release_work upon quota writeback
    (bsc#1235650 CVE-2024-56780).
  - commit 9807ea9
  - fsnotify: Fix ordering of iput() and watched_objects decrement
    (bsc#1234316 CVE-2024-53143).
  - commit 80f01f0
  - dm-integrity: Do not emit journal configuration in DM table
    fro Inline mode (jsc#PED-9651).
  - dm-crypt: don't initialize cc_sector again (jsc#PED-9651).
  - dm-crypt: use bi_sector in bio when initialize integrity seed
    (jsc#PED-9651).
  - dm-crypt: fully initialize clone->bi_iter in
    crypt_alloc_buffer() (jsc#PED-9651).
  - dm-crypt: set atomic as false when calling crypt_convert()
    in kworker (jsc#PED-9651).
  - dm-mirror: Support atomic writes (jsc#PED-9651).
  - dm-io: Warn on creating multiple atomic write bios for a region
    (jsc#PED-9651).
  - dm-stripe: Enable atomic writes (jsc#PED-9651).
  - dm-linear: Enable atomic writes (jsc#PED-9651).
  - dm: Ensure cloned bio is same length for atomic write
    (jsc#PED-9651).
  - dm-table: atomic writes support (jsc#PED-9651).
  - dm-transaction-manager: use red-black trees instead of linear
    lists (jsc#PED-9651).
  - dm: disable REQ_NOWAIT for flushes (jsc#PED-9651).
  - dm: remove useless test in alloc_multiple_bios (jsc#PED-9651).
  - dm: change kzalloc to kcalloc (jsc#PED-9651).
  - dm raid: fix spelling errors in raid_ctr() (jsc#PED-9651).
  - dm-verity FEC: Avoid copying RS parity bytes twice
    (jsc#PED-9651).
  - dm-verity: remove the unused "data_start" variable
    (jsc#PED-9651).
  - dm-bufio: use kmalloc to allocate power-of-two sized buffers
    (jsc#PED-9651).
  - dm: add support for get_unique_id (jsc#PED-9651).
  - dm vdo: fix function doc comment formatting (jsc#PED-9651).
  - dm vdo int-map: remove unused parameters (jsc#PED-9651).
  - dm-vdo: reset bi_ioprio to the default value when the bio is
    reset (jsc#PED-9651).
  - dm-vdo murmurhash: remove u64 alignment requirement
    (jsc#PED-9651).
  - dm ioctl: rate limit a couple of ioctl based error messages
    (jsc#PED-9651).
  - dm vdo: Remove unused uds_compute_index_size (jsc#PED-9651).
  - dm vdo: Remove unused functions (jsc#PED-9651).
  - dm: zoned: Remove unused functions (jsc#PED-9651).
  - dm: Remove unused dm_table_bio_based (jsc#PED-9651).
  - dm: Remove unused dm_set_md_type (jsc#PED-9651).
  - dm cache: Remove unused functions in bio-prison-v1
    (jsc#PED-9651).
  - dm cache: Remove unused dm_cache_size (jsc#PED-9651).
  - dm cache: Remove unused dm_cache_dump (jsc#PED-9651).
  - dm cache: Remove unused btracker_nr_writebacks_queued
    (jsc#PED-9651).
  - commit abbc785
  - iommu/amd: Enable support for up to 2K interrupts per function
    (jsc#PED-12548).
  - iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro
    (jsc#PED-12548).
  - iommu/amd: Replace slab cache allocator with page allocator
    (jsc#PED-12548).
  - iommu/amd: Introduce generic function to set multibit feature
    value (jsc#PED-12548).
  - iommu/amd: Remove amd_iommu_apply_erratum_63() (jsc#PED-12548).
  - iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
    (jsc#PED-12548).
  - iommu/amd: Modify clear_dte_entry() to avoid in-place update
    (jsc#PED-12548).
  - iommu/amd: Introduce helper function get_dte256()
    (jsc#PED-12548).
  - iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
    (jsc#PED-12548).
  - iommu/amd: Introduce helper function to update 256-bit DTE
    (jsc#PED-12548).
  - iommu/amd: Introduce struct ivhd_dte_flags to store persistent
    DTE flags (jsc#PED-12548).
  - iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not
    supported (jsc#PED-12548).
  - iommu/amd: Misc ACPI IVRS debug info clean up (jsc#PED-12548).
  - commit cea8105
  - Update patches.suse/powerpc64-ftrace-fix-module-loading-without-patchabl.patch
    (jsc#PED-10909 git-fixes bsc#1236402).
  - commit 851952d
  - Delete patches.suse/dm-mpath-leastpending-path-update.
  - commit 2fdb1ca
  - Delete
    patches.suse/nvme_core-scan-namespaces-asynchronously.patch.
  - commit b9417d4
  - Delete
    patches.suse/nvme-multipath-suppress-partition-scan-until-the-dis.patch.
  - commit e258b74
  - Delete
    patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch.
  - commit 9af6fe5

++++ kernel-firmware-bluetooth:

  - Update to version 20250425 (git commit 8d82acd29b5c):
    * rtl_bt: Update RTL8852B BT USB FW to 0x098B_154B

++++ kernel-firmware-i915:

  - Update to version 20250425 (git commit 8d82acd29b5c):
    * i915: Update Xe3LPD DMC to v2.23

++++ at-spi2-core:

  - Update to version 2.56.2:
    + Fix the build with glib < 2.76.
    + a11y-manager-device: Fix unmap_keysym_modifier.

++++ gcc15:

  - Update to GCC 15 branch head, 15.1.1+git9595
    * includes GCC 15.1 release
  - Enable gfx9-generic, gfx10-3-generic and gfx11-generic multilibs
    for the AMD GCN offload compiler when llvm is new enough.
  - Build the COBOL frontend also for risc-v

++++ ncurses:

  - Add ncurses patch 20250426
    + expand note on extensions in curs_addch.3x
    + add illumos, sun-16color, sun-256color, sun-direct -TD
    + add wyse+cvis -TD
  - Add ncurses patch 20250419
    + add note on scrolling and lower-right corner to waddch and wadd_wch
    manual pages.
  - Modify patch ncurses-5.9-ibm327x.dif
    * sclp term: more missed features like home/end/pageup/pagedown keys

++++ libnftnl:

  - Update signing key to 0x8C5F7146A1757A65E2422A94D70D1A666ACF2B21,
    which is currently used to sign the latest tarballs including
    version 1.2.9.

++++ wtmpdb:

  - Update to version 0.74.0+git20250424.2e93e77:
    * Release version 0.74.0
    * Fix varlink interface name (rebootmgr vs wtmpdb)
    * import: match login by tty if non-zero pid does not match

++++ ovmf:

  - Add TDX flavor OVMF using Config-B (OvmfPkg/IntelTdx/IntelTdxX64.dsc).
    Full TDX functionality has been supported with Config-B.
  - Config-A (OvmfPkg/OvmfPkgX64.dsc) will be proposed for switching
    from Config-B once TDX upstream support becomes more complete and integration is
    more mature.
  - Below is the difference between Config-A and Config-B.
  - Config-A:
  - Merge the basic TDVF feature to existing OvmfPkgX64.dsc. (Align with existing SEV)
  - Threat model: VMM is NOT out of TCB. (We don't make things worse)
  - The OvmfPkgX64.dsc includes SEV/TDX/normal OVMF basic boot capability. The final binary can run on SEV/TDX/normal OVMF.
  - No changes to existing OvmfPkgX64 image layout.
  - No need to remove features if they exist today.
  - PEI phase is NOT skipped in either TD or Non-TD.
  - RTMR based measurement (CC_MEASUREMENT) is supported as an optional requirement.
  - External inputs from Host VMM are measured, such as TdHob, CFV.
  - Other external inputs are measured, such as FW_CFG data, os loader, initrd, etc.
  - Config-B:
  - Add a standalone IntelTdxX64.dsc to a TDX specific directory (OvmfPkg/IntelTdx) for a full feature TDVF.(Align with existing SEV)
  - Threat model: VMM is out of TCB. (We need necessary change to prevent attack from VMM)
  - IntelTdxX64.dsc includes TDX/normal OVMF basic boot capability. The final binary can run on TDX/normal OVMF.
  - It might eventually merge with AmdSev.dsc, but NOT at this point of time. And we don't know when it will happen. We need sync with AMD in the community after both of us think the solutions are mature to merge.
  - RTMR based measurement (CC_MEASUREMENT) is supported as a mandatory requirement.
  - External inputs from Host VMM are measured, such as TdHob, CFV.
  - Other external inputs are measured, such as FW_CFG data, os loader, initrd, etc.
  - PEI phase is skipped to remove unnecessary attack surface.
  - DXE FV is split into 2 FVs (DXEFV & NCCFV) to remove the unnecessary attack surface in a TD guest..
  - When launching a TD guest, only drivers in DXEFV are loaded.
  - When launching a Non-TD guest, dirvers in both DXEFV and NCCFV are loaded.

++++ systemd-presets-common-SUSE:

  - Create devel subpackage:
    * Add RPM macros file
    * Package to be used to develop preset packages
    (distro, display manager etc.)
  - Move specfile scriptlets to the ones in macros.systemd-preset

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

  - Delete
    patches.suse/sched-fair-Increase-wakeup_gran-if-current-task-has-not-executed-the-minimum-granularity.patch.
    Conceptually incompatible with EEVDF.
  - commit e1d8356
  - Delete
  - patches.suse/cpuidle-Poll-for-a-minimum-of-30ns-and-poll-for-a-tick-if-lower-c-states-are-disabled.patch.
  - patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch.
    Neither patch has been found for be beneficial recently except as a
    debugging aid.
  - commit 2ffcdfb
  - Delete
    patches.suse/sched-fair-Revert-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch.
  - commit c749b06
  - Delete
    patches.suse/sched-Temporarily-restore-deprecated-scheduler-sysctls-with-a-warning.patch.
    Deprecated sysctls can no longer be restored.
  - commit 92b7eb8
  - Update
    patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch
    (bsc#464461,bsc#981838,bsc#1064414,bsc#1144943,bsc#1193200,bsc#1193088,bsc#1217546,bsc#1241613).
  - commit 4052251
  - Refresh patches.suse/iommu-Allow-attaching-static-domains-in-iommu_attach.patch (bsc#1241193)
    Refreshed to v3 patch
  - commit 2d5f06a
  - irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
    (git-fixes).
  - drm/amd/display: Enable urgent latency adjustment on DCN35
    (stable-fixes).
  - drm/amd/display: Fix gpu reset in multidisplay config
    (git-fixes).
  - drm: panel: jd9365da: fix reset signal polarity in unprepare
    (git-fixes).
  - drm/meson: use unsigned long long / Hz for frequency types
    (git-fixes).
  - Revert "drm/meson: vclk: fix calculation of 59.94 fractional
    rates" (git-fixes).
  - commit 6c8c3c2

------------------------------------------------------------------
------------------  2025-4-26  -  Apr 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - usb: typec: class: Unlocked on error in typec_register_partner()
    (git-fixes).
  - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()
    (git-fixes).
  - commit db6edbe
  - crypto: tegra - Transfer HASH init function to crypto engine
    (git-fixes).
  - Refresh
    patches.suse/crypto-tegra-Use-HMAC-fallback-when-keyslots-are-ful.patch.
  - commit 21485d2
  - crypto: tegra - Do not use fixed size buffers (git-fixes).
  - Refresh
    patches.suse/crypto-tegra-Fix-CMAC-intermediate-result-handling.patch.
  - commit e3d6cdb
  - cxl/core/regs.c: Skip Memory Space Enable check for RCD and
    RCH Ports (git-fixes).
  - 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).
  - usb: chipidea: ci_hdrc_imx: fix usbmisc handling (git-fixes).
  - usb: typec: class: Invalidate USB device pointers on partner
    unregistration (git-fixes).
  - usb: typec: class: Fix NULL pointer access (git-fixes).
  - usb: xhci: Fix invalid pointer dereference in Etron workaround
    (git-fixes).
  - serial: sifive: lock port in startup()/shutdown() callbacks
    (git-fixes).
  - tty: Require CAP_SYS_ADMIN for all usages of
    TIOCL_SELMOUSEREPORT (git-fixes).
  - serial: msm: Configure correct working mode before starting
    earlycon (git-fixes).
  - firmware: stratix10-svc: Add of_platform_default_populate()
    (git-fixes).
  - mei: vsc: Fix fortify-panic caused by invalid counted_by()
    use (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).
  - char: misc: register chrdev region with all possible minors
    (git-fixes).
  - Revert "drivers: core: synchronize really_probe() and
    dev_uevent()" (stable-fixes).
  - dma/contiguous: avoid warning about unused size_bytes
    (git-fixes).
  - Bluetooth: l2cap: Process valid commands in too long frame
    (stable-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).
  - platform/x86: msi-wmi-platform: Workaround a ACPI firmware bug
    (git-fixes).
  - platform/x86: msi-wmi-platform: Rename "data" variable
    (stable-fixes).
  - crypto: tegra - Fix IV usage for AES ECB (git-fixes).
  - drm/amd/display: Add HP Elitebook 645 to the quirk list for
    eDP on DP1 (stable-fixes).
  - drm/amd/display: Add HP Probook 445 and 465 to the quirk list
    for eDP on DP1 (stable-fixes).
  - drm/i915/gvt: fix unterminated-string-initialization warning
    (stable-fixes).
  - drm/amd/display: prevent hang on link training fail
    (stable-fixes).
  - drm/amd: Handle being compiled without SI or CIK support better
    (stable-fixes).
  - clk: samsung: Fix UBSAN panic in samsung_clk_init()
    (CVE-2025-39728 bsc#1241626).
  - crypto: tegra - Reserve keyslots to allocate dynamically
    (git-fixes).
  - crypto: tegra - Fix HASH intermediate result handling
    (git-fixes).
  - crypto: tegra - finalize crypto req on error (git-fixes).
  - drm/amd/display: Temporarily disable hostvm on DCN31
    (stable-fixes).
  - crypto: tegra - remove redundant error check on ret
    (stable-fixes).
  - commit 01594c5

------------------------------------------------------------------
------------------  2025-4-25  -  Apr 25 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - U_egl-never-select-swrast-for-vmwgfx.patch
    * fixes crash in libgallium on virtualbox (bsc#1241701)

++++ Mesa-drivers:

  - U_egl-never-select-swrast-for-vmwgfx.patch
    * fixes crash in libgallium on virtualbox (bsc#1241701)

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

++++ grub2:

  - grub2-common: use fuse3

++++ kernel-default:

  - vmxnet3: unregister xdp rxq info in the reset path (bsc#1241394
    CVE-2025-22106 bsc#1241547).
  - commit 98a3203
  - mm: (un)track_pfn_copy() fix + doc improvements (CVE-2025-22090
    bsc#1241537).
  - commit fdf32a4
  - x86/mm/pat: Fix VM_PAT handling when fork() fails in
    copy_page_range() (CVE-2025-22090 bsc#1241537).
  - commit 72666c0
  - fs/ntfs3: Prevent integer overflow in hdr_first_de()
    (bsc#1241416 CVE-2025-22080).
  - commit 715db43
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - commit 1b23642
  - Refresh patches.suse/kabi-padding-for-vmstat-items.patch.
  - fix up and re-enable the kabi padding for vmstat items
  - commit cd9d69f
  - Refresh patches.suse/crasher.patch and reenable it.
  - Update config files.
  - commit 7a517c9
  - padding: add placeholders to device controllers structures (git-fixes)
  - commit bf484b5
  - Re-enable b43 patch for missing firmware notification
    The patch is still valid and applied to Tumbleweed as well
  - commit 5a8e854
  - Add kABI placeholders for sound core
  - Add kABI placeholders for regmap
  - commit 864c7f1
  - 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 89bf1f8
  - bpf: Fix softlockup in arena_map_free on 64k page kernel (CVE-2025-21851 bsc#1239480)
  - commit 125c4ff
  - netfs: Call `invalidate_cache` only if implemented (CVE-2025-22002 bsc#1240875)
  - commit 5ef8097
  - Refresh patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch.
    Use same drm kabi padding as in SLE15-SP7
  - commit 27dd19d

++++ kernel-firmware-amdgpu:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-ath10k:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-ath11k:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.
  - Update to version 20250424 (git commit c8af472e05cb):
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01300-QCAHKSWPL_SILICONZ-1

++++ kernel-firmware-ath12k:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.
  - Update to version 20250424 (git commit c8af472e05cb):
    * ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00284-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
    * ath12k: QCN9274 hw2.0: update board-2.bin

++++ kernel-firmware-atheros:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-bluetooth:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-bnx2:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-brcm:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-chelsio:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-dpaa2:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-i915:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-intel:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-iwlwifi:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-liquidio:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-marvell:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-media:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.
  - Update to version 20250424 (git commit c8af472e05cb):
    * qcom: vpu: update video firmware binary for SA8775p

++++ kernel-firmware-mediatek:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-mellanox:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-mwifiex:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-network:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-nfp:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-nvidia:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-platform:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-prestera:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-qcom:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-qlogic:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-radeon:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-realtek:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-serial:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-sound:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-ti:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-ueagle:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ kernel-firmware-usb-network:

  - Change conflicts filesystem < 84 to conflicts filesystem without
    may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE
    16 uses Version 16; yet we need to ensure we get an up-to-date
    version of filesystem. Relying on the recently introduced provides
    instructing zypp about the usrmerge is perfect for this use case.

++++ libeconf:

  - Update to version 0.7.8:
    * Fix memory access if there are a comment character inside a comment.

++++ rpm:

  - print scriptlet messages in --runposttrans
    * needed to fix leaking tmp files [bsc#1218459]
    * updated patch: posttrans.diff
  - backport architecture check fix from upstream
    * new patch: archcheck.diff
  - backport empty password fix from upstream
    * new patch: emptypw.diff
  - backport buildsys specific prep fix from upstream
    * new patch: buildsysprep.diff
  - fix memory leak in str2locale [bsc#1241052]
    * updated patch: localetag.diff

++++ 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)

++++ python-httpcore:

  - Update to 1.0.9
    * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11
    dependency update. (#1008)

------------------------------------------------------------------
------------------  2025-4-24  -  Apr 24 2025  -------------------
------------------------------------------------------------------

++++ transactional-update:

  - Version 5.0.3
  - When continuing a transaction that was based on the running
    system, sync new changes from /etc into the new snapshot.
    This way it behaves as-if the snapshot was booted into
    before continuing the transaction, which matches the
    behaviour of versions < 5.0.
  - Fix syncing of file times and ownership
  - Do not sync /etc/etc.syncpoint/ into the running system
    (or parent snapshot) when using --discard

++++ kernel-default:

  - scripts/check-kernel-fix: check for non upstream sha coming from VULN_GIT
    CVE-2025-40364 is refering to a stable specific vulnerability. We
    currently choke on that
    $ ./scripts/check-kernel-fix CVE-2025-40364
    Security fix for CVE-2025-40364 bsc#1241637 with CVSS 6.1
    fatal: bad object a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3
    fatal: bad object a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3
    = fatal: bad object a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3
    merged Could not get object for a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3. Skipping.
    No Fixes tag. Requires manual review for affected branches.
    Experts candidates:  subsystem/role=
    Link: https://git.kernel.org/linus/a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3
    fatal: bad object a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3
    Be more defensive and bail out on non upstream commits before prossing
    each sha for the CVE
    $ ./scripts/check-kernel-fix CVE-2025-40364
    Security fix for CVE-2025-40364 bsc#1241637 with CVSS 6.1
    a94592ec30ff67dc36c424327f1e0a9ceeeb9bd3 is not an upstream commit
  - commit e3ed589
  - scripts/common-functions: sha_get_upstream_git_fixes be more careful about vulnerable files
    CVE.vulnerable file is not really designed for multi sha CVEs as it is
    not really easy to tell which fix they correspond to. E.g.
    $ cat CVE-2024-56705.vulnerable
    a49d25364dfb9f8a64037488a39ab1f56c5fa419
    ad85094b293e40e7a2f831b0311a389d952ebd5e
    $ cat CVE-2024-56705.sha1
    ed61c59139509f76d3592683c90dc3fdc6e23cd6
    51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654
    Our current implementation will print
    = ed61c5913950 ("media: atomisp: Add check for rgby_data memory allocation failure") merged v6.13-rc1~149^2~15
    Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2") merged v4.12-rc1~84^2~796
    = 51b8dc5163d2 ("media: staging: atomisp: Remove driver") merged v4.18-rc1~107^2~112
    Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2") merged v4.12-rc1~84^2~796
    Fixes: ad85094b293e ("Revert "media: staging: atomisp: Remove driver"") merged v5.8-rc1~162^2~125
    The output for ed61c5913950 is correct because the patch itself has
    Fixes tag. For 51b8dc5163d2 there is none so we fallback to .vulnerable
    file and it is quite clear that ad85094b293e cannot be breaker as it has
    been merged much later. The whole situation is quite confused and
    described in https://lore.kernel.org/all/2024122837-CVE-2024-56705-049b@gregkh/T/#m85050dadf9eef7608c25fe0108bee9dde056d557
    Reduce the confusion and only use .vulnerable entries which are
    ancestors of the sha so they are related from the development POV.
  - commit 1988895
  - scripts/check-kernel-fix: implement multi sha CVEs handling
    CVE-2024-56705 has two upstream commits referenced in
    VULNS_GIT/cve/published/2024/CVE-2024-56705.sha1
    Reasons for that are arguably dubious (see
    https://lore.kernel.org/all/2024122837-CVE-2024-56705-049b@gregkh/T/#m85050dadf9eef7608c25fe0108bee9dde056d557)
    but we need to be able to handle CVEs associated with several upstream
    commits anyway.
    Preparatory patches have made this quite easy. The general logic is
    that we process and report each commit on its own. The final conclusion
    is printed after all of them are processed
    $ ./scripts/check-kernel-fix CVE-2024-56705
    Security fix for CVE-2024-56705 bsc#1235568 with CVSS 4.7
    = ed61c5913950 ("media: atomisp: Add check for rgby_data memory allocation failure") merged v6.13-rc1~149^2~15
    Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2") merged v4.12-rc1~84^2~796
    Experts candidates:  tiwai@suse.com (33) subsystem/role="DRIVERS"
    Link: https://git.kernel.org/linus/ed61c59139509f76d3592683c90dc3fdc6e23cd6
    = 51b8dc5163d2 ("media: staging: atomisp: Remove driver") merged v4.18-rc1~107^2~112
    Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2") merged v4.12-rc1~84^2~796
    Fixes: ad85094b293e ("Revert "media: staging: atomisp: Remove driver"") merged v5.8-rc1~162^2~125
    Experts candidates:  tiwai@suse.com (33) subsystem/role="DRIVERS"
    Link: https://git.kernel.org/linus/51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654
    ACTION NEEDED!
    SLE12-SP5: MANUAL: backport 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654 (Fixes v4.12)
    WW CONFIG_INTEL_ATOMISP not enabled.
    WW CONFIG_VIDEO_ATOMISP not enabled.
    All eligible branches have warnings. If they are correct then there is NO ACTION NEEDED for 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654
    Potential git-fixes for ed61c59139509f76d3592683c90dc3fdc6e23cd6 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654
    ad85094b293e Revert "media: staging: atomisp: Remove driver"
  - commit 998742a
  - scripts/check-kernel-fix: simplify no fixes case
    If there is no fixes tag then we cannot make an authoritative call for
    affected branches. We are still trying to capture situation that no
    branches might be actually affected e.g. because the code is not
    compiled in. E.g.
    36cef585e2a3 ("media: vimc: skip .s_stream() for stopped entities") merged v6.15-rc1~174^2~26
    Fixes: adc589d2a208 ("media: vimc: Add vimc-streamer for stream control") merged v5.1-rc1~88^2~133
    Security fix for CVE-2025-22028 bsc#1241362 with CVSS 5.5
    Experts candidates:  tiwai@suse.com (33) subsystem/role="MEDIA DRIVERS"
    Link: https://git.kernel.org/linus/36cef585e2a31e4ddf33a004b0584a7a572246de
    ACTION NEEDED!
    SLE15-SP6: MANUAL: backport 36cef585e2a31e4ddf33a004b0584a7a572246de (Fixes v6.4)
    WW CONFIG_VIDEO_VIMC not enabled.
    All eligible branches have warnings. If they are correct then there is NO ACTION NEEDED
    Potential git-fixes for 36cef585e2a31e4ddf33a004b0584a7a572246de
    Nothing found
    This works properly with the current code but it makes it harder to
    add a support for multi sha cves because the number of eligible branches
    tracking and gets more involved if we have a mixed bag of shas with and
    without known breakers.
    Therefore drop the heuristic and make multi sha tracking easier. That
    means to track all shas without breakers in no_fixes_shas file.
    Existence of the file triggers print_no_fixes_warning. Also collect
    per sha "all eligible branches have warning" hint into a global warning
    file.
  - commit 0b7b897
  - scripts/common-functions: make cve2sha multi sha aware
  - scripts/cve_tools/cve2metadata.sh: support multi sha CVEs
    cve2sha relied on the VULN_GIT/scripts/cve_search but that is harder to
    post process for multi sha CVEs so find and read the $CVE.sha1 file
    directly.
    make scipts/cve2metadata multi sha CVEs aware
    $ scripts/cve_tools/cve2metadata.sh CVE-2024-56705
    ed61c59139509f76d3592683c90dc3fdc6e23cd6 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654  score:4.7 CVE-2024-56705 bsc#1235568
    $ scripts/cve_tools/cve2metadata.sh ed61c59139509f76d3592683c90dc3fdc6e23cd6
    ed61c59139509f76d3592683c90dc3fdc6e23cd6 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654  score:4.7 CVE-2024-56705 bsc#1235568
    $ scripts/cve_tools/cve2metadata.sh 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654
    ed61c59139509f76d3592683c90dc3fdc6e23cd6 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654  score:4.7 CVE-2024-56705 bsc#1235568
  - commit aae56b3
  - scripts/check-kernel-fix: make the whole state handling sha specific
    rename those functions to make the review easier. No function change is
    intended here.
  - commit 752b100
  - Revert "net: do not leave a dangling sk pointer, when socket
    creation fails" (git-fixes).
  - commit 4fa271e
  - net: warn, if pf->create does not clear sock->sk on error
    (git-fixes).
  - commit 5c25b73
  - Delete
    patches.suse/memcg-deprecate-memory.force_empty-knob.patch.
    we do not enable CONFIG_MEMCG_V1 anymore
  - commit 38e2616
  - re-enable patches.suse/mm-inform-about-enabling-mirrored-memory.patch
    reasons for having the patch are still true
  - commit fe7580c
  - Delete
    patches.suse/mm-Warn-users-of-node-memory-hot-remove-if-the-memory-ratio-is-a-high-risk.patch.
    We haven't received any warning report so it seems this is not a real
    life problem. Drop the patch to minimize the divergence from upstream
  - commit f02479f
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit e69c277
  - ethtool: cmis_cdb: use correct rpl size in
    ethtool_cmis_module_poll() (git-fixes).
  - net: ethtool: Don't call .cleanup_data when prepare_data fails
    (git-fixes).
  - net: ethtool: fix ethtool_ringparam_get_cfg() returns a
    hds_thresh value always as 0 (git-fixes).
  - net: ethtool: tsinfo: Fix dump command (git-fixes).
  - net: ethtool: netlink: Allow NULL nlattrs when getting a
    phy_device (git-fixes).
  - ethtool: ntuple: fix rss + ring_cookie check (git-fixes).
  - ethtool: rss: fix hiding unsupported fields in dumps
    (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).
  - commit 2ee5bc4
  - Test the correct macro to detect RT kernel build
    Fixes: 470cd1a41502 ("kernel-binary: Support livepatch_rt with merged RT branch")
  - commit 50e863e
  - Update config files.
  - commit f1cfbf4

++++ kernel-firmware-iwlwifi:

  - Update to version 20250423 (git commit c67433231cbd):
    * iwlwifi: add Bz/gl FW for core95-82 release
    * iwlwifi: update ty/So/Ma firmwares for core95-82 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core95-82 release

++++ unbound:

  - Update to 1.23.0:
    Features:
    * Increase the default of max-global-quota to 200 from 128 after
    operational feedback. Still keeping the possible amplification
    factor (CAMP related issues) in the hundreds.
    * Fix #1175: serve-expired does not adhere to secure-by-default
    principle. The default value of serve-expired-client-timeout
    is set to 1800 as suggested by RFC8767.
    * For #1175, the default value of serve-expired-ttl is set to 86400
    (1 day) as suggested by RFC8767.
    * For #1207: [FR] Support for RESINFO RRType 261 (RFC9606), add
    LDNS_RR_TYPE_RESINFO similar to LDNS_RR_TYPE_TXT.
    * Add resolver.arpa and service.arpa to the default locally served
    zones.
    * Merge #1042: Fast Reload. The unbound-control fast_reload is added.
    It reads changed config in a thread, then only briefly pauses the
    service threads, that keep running. DNS service is only interrupted
    briefly, less than a second.
    * Merge #1019: Redis read-only replica support.
    Introduces new 'redis-replica-*' options for the Redis cache backend.
    * Merge #902: DNS Error Reporting (RFC 9567). Introduces new
    configuration option 'dns-error-reporting' and new statistics for
    'num.dns_error_reports'.
    Bug Fixes:
    * Fix #1154: Tag Incorrectly Applying for Other Interfaces
    Using the Same IP. This fix is not for 1.22.0.
    * Fix #1163: Typos in unbound.conf documentation.
    * Merge #1159: Stats for discard-timeout and wait-limit.
    * Add test case for #1159.
    * Some clean up for stat_values.test.
    * Merge #1170 from Melroy van den Berg, Fix chroot manpage
    description.
    * Merge #1157 from Liang Zhu, Fix heap corruption when calling
    ub_ctx_delete in Windows.
    * Fix redis that during a reload it does not fail if the redis
    server does not connect or does not respond. It still logs the
    errors and if the server is up checks expiration features.
    * Merge #1167: Makefile.in: fix occasional parallel build failures
    around bison rule.
    * Fix SETEX check during Redis (re)initialization.
    * Fix for the serve expired DNSSEC information fix, it would not allow
    current delegation information be updated in cache. The fix allows
    current delegation and validation recursion information to be
    updated, but as a consequence no longer has certain expired
    information around for later dnssec valid expired responses.
    * Fix to log redis timeout error string on failure.
    * More descriptive text for 'harden-algo-downgrade'.
    * Complete fix for max-global-quota to 200.
    * Fix #1183: the data being used is released in method
    nsec3_hash_test_entry.
    * Fix for #1183: release nsec3 hashes per test file.
    * Merge #1169 from Sergey Kacheev, fix: lock-free counters for
    auth_zone up/down queries.
    * Fix comparison to help static analyzer.
    * For #1175, update serve-expired tests.
    * Merge #1189: Fix the dname_str method to cause conversion errors
    when the domain name length is 255.
    * Merge #1197: dname_str() fixes.
    * Merge #1198: Fix log-servfail with serve expired and no useful cache
    contents.
    * Safeguard alias loop while looking in the cache for expired answers.
    * Merge #1187: Create the SSL_CTX for QUIC before chroot and privilege
    drop.
    * Fix typo in log_servfail.tdir test.
    * Merge #1204: ci: set persist-credentials: false for actions/checkout
    per zizmor suggestion.
    * Merge #1174: Serve expired cache update fixes. Fixes a regression bug
    with serve-expired that appeared in 1.22.0 and would not allow the
    iterator to update the cache with not-yet-validated entries resulting
    in increased outgoing traffic.
    * Merge #1214: Use TCP_NODELAY on TLS sockets to speed up the TLS
    handshake.
    * Fix #1213: Misleading error message on default access control causing
    refuse.
    * Merge #1221: Consider auth zones when checking for forwarders.
    * Merge #1222: Unique DoT and DoH SSL contexts to allow for different
    ALPN.
    * Create the quic SSL listening context only when needed.
    * Fix compile of interface check code when dnscrypt or quic is
    disabled.
    * Fix encoding of RR type ATMA.
    * Fix to check length in ATMA string to wire.
    * Merge #1229: check before use daemon->shm_info.
    * Use the same interface listening port discovery code for all needed
    protocols.
    * Port to string only when needed before getaddrinfo().
    * Do not open unencrypted channels next to encrypted ones on the same
    port.
    * Merge #1224 from Theo Buehler: Do not use DSA API unless USE_DSA is
    set.
    * Merge #1220 from Petr Menšík, Add unbound members group access to
    control key.
    * Make the default value of module-config "validator iterator"
    regardless of compilation options. --enable-subnet would implicitly
    change the value to enable the subnetcache module by default in the
    past.
    * Fix #986: Resolving sas.com with dnssec-validation fails though
    signed delegations seem to be (mostly) correct.
    Consider reconfigurations when calculating the still_useful_timeout
    for servers in the infrastructure cache.
    * Fix static analysis report about unhandled EOF on error conditions
    when reading anchor key files.
    * Merge #1241: Fix infra-keep-probing for low infra-cache-max-rtt
    values.
    * Fix hash calculation for cachedb to ignore case. Previously, cached
    records there were only relevant for same case queries (if not
    already in Unbound's internal cache).
    * Merge #1243: Do not shadow tm on line 236.
    * Merge #1238: Prefer SOURCE_DATE_EPOCH over actual time.
    Add --help output description for the SOURCE_DATE_EPOCH variable.
    * Fix 'unbound-control flush_negative' when reporting removed data;
    reported by David 'eqvinox' Lamparter.
    * Fix representation of types GPOS and RESINFO, add rdf type for
    unquoted str.
    * Fix #1251: WSAPoll first argument cannot be NULL.
    * Fix for windows compile create ssl contexts.
    * Fix print of RR type NSAP-PTR, it is an unquoted string.
    * Fix #1253: Cache entries fail to be removed from Redis cachedb
    backend with unbound-control flush* +c.
    * Fix for #1253: Fix for redis cachedb backend to expect an integer
    reply for the EXPIRE command.
    * Fix #1254: send failed: Socket is not connected and
    remote address is 0.0.0.0 port 53.
    * Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
    * For #1255, for ios use an older expat version that does not require
    C++11 language features.
    * For #1255, for ios disable building tests that require C++11.
    * For #1255, for ios try the latest expat version again.
    * Fix unit test dname log printout typecast.
    * Fix for ci test, expat is installed on the osx image.
    * iana portlist update.
    * Skip the unit tests for auth_tls.tdir and auth_tls_failcert.tdir.
    * Fix escape more characters when printing an RR type with an unquoted
    string.
    * Enable the auth_tls.tdir and auth_tls_failcert.tdir tests.
    * Fix unbound-control test so it counts the new flush_negative output,
    also answers the _ta probe from testns and prints command output
    and skip a thread specific test when no threads are available.
    * Fix that ub_event has the facility to deal with callbacks for
    fast reload, doq, windows-stop and dnstap.
    * Fix fast reload test to check if pid exists before acting on it.
    * Merge #1262 from markyang92, fix build with
    'gcc-15 -Wbuiltin-declaration-mismatch' error in compat/malloc.c.
    * For #1262, ifdef is no longer needed.
    * Fix #1263: Exempt loopback addresses from wait-limit.
    * Fix wait-limit-netblock and wait-limit-cookie-netblock config parse
    to allow two arguments.
    * Fix ub_event and include dnstap and win_svc headers.
    * Fix test for stat_values for wait limit defaults for localhost.
    * Fix parameter unused warning in net_help.c.
    * Fix mesh_copy_client_info to omit null contents from copy.
    * Fix comment name in the rpz nsdname test.
    * Fix nettle compile for warnings and ticket keys.
    * Fix redis_replica test for unused option defaults and log printout.
    * Fix test to speed up common.sh script kill_pid.
    * Fix to update common.sh for speed of kill_pid.
    * Update to the manpage for the fast_reload part.
    * Fix fast_reload to print chroot with config file name.
    * Fix to detect if atomic_store links in configure.
    * Fix #1264: unbound 1.22.0 leaks memory when doing DoH.
    * Fix for print of connection type in log-replies for dot and doh.
    * Merge #1265: Fix WSAPoll.

++++ toolbox-branding-SLE:

  - point to SLES16.0-based toolbox container
  - match the version with the actual SLES release for toolbox
    container

------------------------------------------------------------------
------------------  2025-4-23  -  Apr 23 2025  -------------------
------------------------------------------------------------------

++++ augeas:

  - Add patch, fix for bsc#1239909 / CVE-2025-2588:
    * CVE-2025-2588.patch

++++ branding-SLE:

  - Do not build main package as noarch, as we're actually looking at the
    build architecture in the spec file itself to control which
    subpackages to build. Required after rpm 4.20 update.

++++ grub2:

  - Add support for boot assessment, needed by health-checker
    * grub2-bls-boot-counting.patch
    * grub2-bls-boot-assessment.patch
    * grub2-bls-boot-show-snapshot.patch
    * grub2-blscfg-fix-hang.patch
    * grub2-blscfg-set-efivars.patch
  - Fix reading bls fragments in file-system dependent order that is not
    predictable (bsc#1241046)
    * 0001-blscfg-read-fragments-in-order.patch
  - Fix PPC CAS reboot failure work when initiated via submenu (bsc#1241132)
    * 0001-Fix-PowerPC-CAS-reboot-to-evaluate-menu-context.patch

++++ kernel-default:

  - scsi: smartpqi: Use is_kdump_kernel() to check for kdump
    (git-fixes).
  - Refresh
    patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-queues.patch.
  - commit fc8ffe9
  - 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: hisi_sas: Fixed failure to issue vendor specific commands
    (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).
  - commit c213b0d
  - kernel-source: Also update the search to match bin/env
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit bae6b69
  - xen: fix multicall debug feature (git-fixes).
  - commit 22440da
  - x86/xen: fix balloon target initialization for PVH dom0
    (git-fixes).
  - commit 3ec180c
  - xenfs/xensyms: respect hypervisor's "next" indication
    (git-fixes).
  - commit 25e2e64
  - s390/virtio_ccw: Don't allocate/assign airqs for non-existing
    queues (git-fixes).
  - commit 39793ac
  - vhost-scsi: Fix handling of multiple calls to
    vhost_scsi_set_endpoint (git-fixes).
  - commit 3b90d10
  - tools: virtio/linux/module.h add MODULE_DESCRIPTION() define
    (git-fixes).
  - commit bb13108
  - virtio_net: Allocate rss_hdr with devres (git-fixes).
  - commit b12f322
  - 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
  - virtio_net: Fix endian with virtio_net_ctrl_rss (git-fixes).
  - commit ce0974f
  - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
    (git-fixes).
  - commit 81808c0
  - KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not
    for Xen PV clock (git-fixes).
  - commit 0786f06
  - KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
    (git-fixes).
  - commit 29423ad
  - KVM: x86: Process "guest stopped request" once per guest time
    update (git-fixes).
  - commit 036561e
  - KVM: x86: Drop local pvclock_flags variable in
    kvm_guest_time_update() (git-fixes).
  - commit 992c7b0
  - KVM: x86/xen: Use guest's copy of pvclock when starting timer
    (git-fixes).
  - commit 3737391
  - KVM: x86: Don't take kvm->lock when iterating over vCPUs in
    suspend notifier (git-fixes).
  - commit 6a2158b
  - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT
    error (git-fixes).
  - commit fb05255
  - KVM: SVM: Refuse to attempt VRMUN if an SEV-ES+ guest has an
    invalid VMSA (git-fixes).
  - commit f1a16f5
  - KVM: SVM: Inject #GP if memory operand for INVPCID is
    non-canonical (git-fixes).
  - commit c2abbd2
  - KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1 (git-fixes).
  - commit 3071379
  - KVM: x86: Remove the unreachable case for 0x80000022 leaf in
    __do_cpuid_func() (git-fixes).
  - commit faa824f
  - KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest
    state is protected (git-fixes).
  - commit 8f330f9
  - KVM: nVMX: Allow emulating RDPID on behalf of L2 (git-fixes).
  - commit ec3ab2c
  - KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit
    on emulation (git-fixes).
  - commit 42350b0
  - KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on
    PAUSE emulation (git-fixes).
  - commit cda8eef
  - KVM: x86: Clear pv_unhalted on all transitions to
    KVM_MP_STATE_RUNNABLE (git-fixes).
  - commit 7a65819
  - KVM: x86: Introduce kvm_set_mp_state() (git-fixes).
  - commit 04a2570
  - scripts/check-kernel-fix: prepare for per sha runs
    isolate sha and per CVE actions. Everything sha specific should live
    in handle_single_sha now.
  - commit 17c1590
  - KVM: x86: Wake vCPU for PIC interrupt injection iff a valid
    IRQ was found (git-fixes).
  - commit c642d0c
  - bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
    (git-fixes).
  - commit e6dede3
  - atm: Fix NULL pointer dereference (git-fixes).
  - commit 8fb9132
  - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF
    (git-fixes).
  - commit 7729588
  - Update
    patches.suse/net-fix-geneve_opt-length-integer-overflow.patch
    references (add CVE-2025-22055 bsc#1241371).
  - commit ba1e8a4
  - KVM: arm64: Use acquire/release to communicate FF-A version
    negotiation (git-fixes).
  - commit 50cc346
  - xsk: fix an integer overflow in xp_create_and_assign_umem()
    (git-fixes).
  - commit 7c4fb15
  - net: ipv6: fix TCP GSO segmentation with NAT (git-fixes).
  - commit 1c017db
  - net-timestamp: support TCP GSO case for a few missing flags
    (git-fixes).
  - commit c208f95
  - KVM: Allow building irqbypass.ko as as module when kvm.ko is
    a module (git-fixes).
  - commit 9b20684
  - net: Clear old fragment checksum value in napi_reuse_skb
    (git-fixes).
  - commit 2ce58e9
  - net: set the minimum for net_hotdata.netdev_budget_usecs
    (git-fixes).
  - commit 5ddd8ac
  - bpf: Disable non stream socket for strparser (git-fixes).
  - commit 7c4cfd5
  - bpf: Remove unnecessary BTF lookups in
    bpf_sk_storage_tracing_allowed (git-fixes).
  - commit 25b1d5d
  - KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs (git-fixes).
  - commit 2ecc7b5
  - net: fib_rules: annotate data-races around rule->ifindex
    (git-fixes).
  - commit cdcb902
  - udp: gso: do not drop small packets when PMTU reduces
    (git-fixes).
  - commit ab8803f
  - KVM: arm64: PMU: Set raw values from user to
    PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} (git-fixes).
  - commit a2da974
  - KVM: arm64: Copy guest CTR_EL0 into hyp VM (git-fixes).
  - commit d73af3d
  - bpf: Fix bpf_sk_select_reuseport() memory leak (git-fixes).
  - commit 7a6f651
  - bpf: Check negative offsets in __bpf_skb_min_len() (git-fixes).
  - commit e2c022f
  - tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress
    redirection (git-fixes).
  - commit 4150633
  - tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
    (git-fixes).
  - commit b09f3a4
  - bpf, sockmap: Fix update element with same (git-fixes).
  - commit 00fcef8
  - xsk: always clear DMA mapping information when unmapping the
    pool (git-fixes).
  - commit 839ef64
  - KVM: arm64: Set HCR_EL2.TID1 unconditionally (git-fixes).
  - commit 2a6d624
  - 9p/xen: fix init sequence (git-fixes).
  - commit 557d098
  - net/9p/usbg: fix handling of the failed kzalloc() memory
    allocation (git-fixes).
  - commit 27d9f0d
  - rxrpc: Improve setsockopt() handling of malformed user input
    (git-fixes).
  - commit d2d2373
  - llc: Improve setsockopt() handling of malformed user input
    (git-fixes).
  - commit cd07bbc
  - KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI
    not found (git-fixes).
  - commit fa659dd
  - bpf, sockmap: Fix sk_msg_reset_curr (git-fixes).
  - commit c954950
  - KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
    (git-fixes).
  - commit 1fc4218
  - bpf, sockmap: Several fixes to bpf_msg_push_data (git-fixes).
  - commit 6a7ee1c
  - scripts/check-kernel-fix: move all the single sha processing into handle_single_sha
    No functional change intended.
  - commit d024b31
  - mm: memory-failure: update ttu flag inside unmap_poisoned_folio
    (CVE-2025-21907 bsc#1240588).
    Refreshed:
    patches.suse/0001-hwpoison-memory_hotplug-lock-folio-before-unmap-hwpo.patch
  - commit d0121cb
  - mm/migrate: fix shmem xarray update during migration
    (CVE-2025-22015 bsc#1240944).
  - commit fe6b387
  - scripts/check-kernel-fix: prepare for multi sha CVEs
    c-k-f supports reverse mapping to a CVE when given a sha
    ./scripts/check-kernel-fix 5701875f9609
    Security fix for CVE-2025-22121 bsc#1241593 with CVSS 5.5
    5701875f9609 ("ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()") merged v6.15-rc1~145^2~16
    Fixes: e50e5129f384 ("ext4: xattr-in-inode support") merged v4.13-rc1~85^2~45
    [...]
    unify both CVE and sha paths to store CVE shas to cve_shas so that
    we are not mixing up sha used all over the place. In the next step
    we will iterate over multiple shas if they are associated with a CVE.
  - commit 0aa8f42
  - scripts/check-kernel-fix: print CVE info before sha
    this is a preparatory work to allow a single CVE to refer to multiple
    commits.
  - commit d1012d6
  - hwpoison, memory_hotplug: lock folio before unmap hwpoisoned
    folio (CVE-2025-21931 bsc#1240709).
  - commit bac57bd
  - PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
    (git-fixes).
  - irqchip/davinci: Remove leftover header (git-fixes).
  - tty: serial: lpuart: only disable CTS instead of overwriting
    the whole UARTMODIR register (git-fixes).
  - commit 766c734
  - Update config files (set re-set CONFIG_DRM_MSM_VALIDATE_XML=n).
    This disappeared during merges:
    acf9414cc3c603ab6c14e333e7815bffda62c250
    f94b1c184933d28d9f3a47941de5779c4a52f56b
  - commit 7d8dbec
  - Revert "tty/serial: Add kgdb_nmi driver" (git-fixes).
  - Update config files.
  - serial: kgdb_nmi: Remove unused knock code (git-fixes).
  - commit b9aff0c
  - iommu: Allow attaching static domains in
    iommu_attach_device_pasid() (bsc#1241193).
  - Delete
    patches.suse/iommu-vt-d-Assign-owner-to-the-static-identity-domai.patch.
  - commit f738282
  - 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: freplace tests for tracking of
    changes_packet_data (bsc#1241590).
  - commit 45d15f6
  - bpf: check changes_pkt_data property for extension programs
    (bsc#1241590).
  - selftests/bpf: test for changing packet data from global
    functions (bsc#1241590).
  - Refresh patches.suse/selftests-bpf-validate-that-tail-call-invalidates-pa.patch
  - bpf: track changes_pkt_data property for global functions
    (bsc#1241590).
  - bpf: add find_containing_subprog() utility function
    (bsc#1241590).
  - commit 11de59b

++++ kernel-firmware-iwlwifi:

  - Update to version 20250422 (git commit 32f3227b67c0):
    * iwlwifi: add Bz-hr FW for core93-123 release

++++ ledmon:

  - Add a patch to fix string2ibpi function (bsc#1241207):
    * 260.patch

++++ lua54:

  - Fix license: it is MIT, not GPL-3.0-or-later.

++++ libssh:

  - Fix build and tests with OpenSSH >= 10.0
    * Use %make_build instead of naked make
    * Add patches:
  - libssh-CmakeLists-Fix-multiple-digit-major-version-for-OpenSSH.patch
  - libssh-misc-Fix-OpenSSH-banner-parsing.patch

++++ python-M2Crypto:

  - Update to 0.45.1:
  - ci: switch from using sha1 to sha256.
  - ci(keys): regenerate rsa*.pem keys as well
  - fix: make the package compatible with OpenSSL >= 3.4 (don’t
    rely on LEGACY crypto-policies)
  - chore: package also system_shadowing directory to make builds more reliable

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

  - lib/iov_iter: fix to increase non slab folio refcount
    (bsc#1241169 (MM functional and performance backports)).
  - commit 27fbba6
  - mm: decline to manipulate the refcount on a slab page
    (bsc#1241169 (MM functional and performance backports)).
  - commit 953ff5e
  - mm: page_frag: fix a compile error when kernel is not compiled
    (bsc#1241169 (MM functional and performance backports)).
  - commit 1cfdca8
  - drm/amd/display/dml2: use vzalloc rather than kzalloc
    (bsc#1241568).
  - commit c6c7df4
  - nfsd: decrease sc_count directly if fail to queue dl_recall
    (git-fixes).
  - commit dfbd8a7
  - nfs: add missing selections of CONFIG_CRC32 (git-fixes).
  - commit 2f2f40e
  - iommu/vt-d: Assign owner to the static identity domain
    (bsc#1241193).
  - commit 4c9babf
  - 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).
  - objtool, nvmet: Fix out-of-bounds stack access in
    nvmet_ctrl_state_show() (git-fixes).
  - commit 551ee35
  - mm/page_isolation: don't pass gfp flags to
    start_isolate_page_range() (bsc#1241169 (MM functional and
    performance backports)).
  - commit 2482206
  - mm/page_isolation: don't pass gfp flags to
    isolate_single_pageblock() (bsc#1241169 (MM functional and
    performance backports)).
  - commit 3532ecf
  - mm: page_alloc: tighten up find_suitable_fallback() (bsc#1241169
    (MM functional and performance backports)).
  - mm: vmscan: fix kswapd exit condition in defrag_mode
    (bsc#1241169 (MM functional and performance backports)).
  - mm: vmscan: restore high-cpu watermark safety in kswapd
    (bsc#1241169 (MM functional and performance backports)).
  - mm: page_alloc: speed up fallbacks in rmqueue_bulk()
    (bsc#1241169 (MM functional and performance backports)).
  - mm/page_alloc: replace flag check with PageHWPoison() in check_new_page_bad().
  - mm: page_alloc: fix defrag_mode's retry & OOM path.
  - mm/page_alloc: remove unnecessary __maybe_unused in.
  - mm: page_alloc: defrag_mode kswapd/kcompactd watermarks.
  - mm: page_alloc: defrag_mode kswapd/kcompactd assistance.
  - mm: page_alloc: defrag_mode.
  - mm: page_alloc: trace type pollution from compaction.
  - mm: compaction: push watermark into compaction_suitable().
  - mm: lock PGDAT_RECLAIM_LOCKED with acquire memory ordering.
  - mm: add missing release barrier on PGDAT_RECLAIM_LOCKED.
  - mm/page_alloc: clarify should_claim_block() commentary.
  - mm/page_alloc: clarify terminology in migratetype fallback.
  - mm/page_alloc: warn on nr_reserved_highatomic underflow.
  - mm: page_alloc: group fallback functions together.
  - mm: page_alloc: remove remnants of unlocked migratetype.
  - mm: page_alloc: don't steal single pages from biggest buddy.
  - vmscan, cleanup: add for_each_managed_zone_pgdat macro.
  - mm/page_alloc: fix memory accept before watermarks gets.
  - mm/page_alloc: fix uninitialized variable.
  - mm: compaction: use the proper flag to determine watermarks.
  - mm/vmscan: fix hard LOCKUP in function isolate_lru_folios.
  - mm/page_alloc: remove the incorrect and misleading comment.
  - mm: alloc_pages_bulk_noprof: drop page_list argument.
  - mm: replace free hugepage folios after migration.
  - mm/memory_hotplug: don't use __GFP_HARDWALL when migrating.
  - mm/page_alloc: don't use __GFP_HARDWALL when migrating pages.
  - powernv/memtrace: use __GFP_ZERO with alloc_contig_pages().
  - mm/page_alloc: forward the gfp flags from.
  - mm/page_alloc: sort out the alloc_contig_range() gfp flags.
  - mm/page_alloc: make __alloc_contig_migrate_range() static.
  - commit 6d27651
  - mm/memory_hotplug: move debug_pagealloc_map_pages() into.
  - mm/page_alloc: add some detailed comments in.
  - slab: allocate frozen pages.
  - mm/mempolicy: add alloc_frozen_pages().
  - mm/page_alloc: add __alloc_frozen_pages().
  - mm/page_alloc: move set_page_refcounted() to end of
    __alloc_pages() (bsc#1241169 (MM functional and performance
    backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    __alloc_pages_slowpath() (bsc#1241169 (MM functional and
    performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    __alloc_pages_direct_reclaim() (bsc#1241169 (MM functional
    and performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    __alloc_pages_direct_compact() (bsc#1241169 (MM functional
    and performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    __alloc_pages_may_oom() (bsc#1241169 (MM functional and
    performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    __alloc_pages_cpuset_fallback() (bsc#1241169 (MM functional
    and performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    get_page_from_freelist() (bsc#1241169 (MM functional and
    performance backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    prep_new_page() (bsc#1241169 (MM functional and performance
    backports)).
  - mm/page_alloc: move set_page_refcounted() to callers of
    post_alloc_hook() (bsc#1241169 (MM functional and performance
    backports)).
  - mm/page_alloc: export free_frozen_pages() instead of
    free_unref_page() (bsc#1241169 (MM functional and performance
    backports)).
  - mm: make alloc_pages_mpol() static.
  - mm/page_alloc: cache page_zone() result in free_unref_page().
  - mm: Create/affine kswapd to its preferred node.
  - mm: Create/affine kcompactd to its preferred node.
  - mm: page_alloc: fix missed updates of lowmem_reserve in.
  - mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to.
  - mm/vmscan: wake up flushers conditionally to avoid cgroup OOM.
  - mm/page_alloc: use str_off_on() helper in.
  - mm/mempolicy: fix comments for better documentation.
  - mm: fix shrink nr.unqueued_dirty counter issue.
  - mm: move the page fragment allocator from page_alloc into its.
  - mm: page_frag: add a test module for page_frag.
  - commit bae8357
  - selftests: mincore: fix tmpfs mincore test failure
    (jsc#PED-12649).
  - commit fc35e0e
  - docs: tmpfs: drop 'fadvise()' from the documentation
    (jsc#PED-12649).
  - commit 65a3636
  - docs: tmpfs: update the large folios policy for tmpfs and shmem
    (jsc#PED-12649).
  - commit 30d861d
  - mm: shmem: add a kernel command line to change the default
    huge policy for tmpfs (jsc#PED-12649).
  - commit 39f6ebb
  - mm: shmem: add large folio support for tmpfs (jsc#PED-12649).
  - commit 1cd7838
  - mm: shmem: change shmem_huge_global_enabled() to return huge
    order bitmap (jsc#PED-12649).
  - commit 1f8c8c5
  - mm: shmem: fix incorrect index alignment for within_size policy
    (jsc#PED-12649).
  - commit 21b0427
  - mm: shmem: remove __shmem_huge_global_enabled() (jsc#PED-12649).
  - Refresh
    patches.suse/mm-shmem-control-THP-support-through-the-kernel-command-li.patch.
  - commit 983ef62
  - mm: huge_memory: move file_thp_enabled() into huge_memory.c
    (jsc#PED-12649).
  - commit 7974c27
  - tmpfs: don't enable large folios if not supported
    (jsc#PED-12649).
  - commit 81e34da
  - mm: factor out the order calculation into a new helper
    (jsc#PED-12649).
  - commit e3e8297
  - mm: shmem: fix khugepaged activation policy for shmem
    (jsc#PED-12649).
  - commit c54323a
  - mm: allocate THP on hugezeropage wp-fault (jsc#PED-12649).
  - commit 8313bfa
  - mm: abstract THP allocation (jsc#PED-12649).
  - commit 928388d
  - mm: huge_memory: use strscpy() instead of strcpy()
    (jsc#PED-12649).
  - commit dcfbb69
  - mm: shmem: override mTHP shmem default with a kernel parameter
    (jsc#PED-12649).
  - commit 5989f8b
  - mm: move ``get_order_from_str()`` to internal.h (jsc#PED-12649).
  - commit 1451f9c
  - powerpc64/ftrace: fix module loading without patchable function
    entries (jsc#PED-10909 git-fixes).
  - commit 38a673f
  - mm: shmem: control THP support through the kernel command line
    (jsc#PED-12649).
  - commit f26d9e9
  - video: screen_info: Update framebuffers behind PCI bridges
    (bsc#1240696).
  - commit 073be6a
  - 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 ed7450d
  - Refresh
    patches.suse/lockdown-fix-kernel-lockdown-enforcement-issue-when-secure.patch.
    Fix build failure due to undefined reference to
    'lockdown_hooks_secure_boot'. This only happens when
    CONFIG_SECURITY_LOCKDOWN_LSM is disabled, which is never the case for a
    SUSE-supported SL-16.0 kernel, and only needed for custom bare-minimal
    kernel used to run BPF selftests.
  - commit c8ec8b3

++++ kernel-firmware-bluetooth:

  - Update to version 20250422 (git commit 944acaa23457):
    * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x1881_BA06

++++ kernel-firmware-media:

  - Update to version 20250422 (git commit 944acaa23457):
    * qcom: vpu: add video firmware binary for qcm6490

++++ kernel-firmware-platform:

  - Update to version 20250422 (git commit 944acaa23457):
    * bmi260: Add BMI260 IMU initial configuration data file

++++ kernel-firmware-qcom:

  - Update to version 20250422 (git commit 944acaa23457):
    * qcom: add QUPv3 firmware for QCS9100 platform

++++ kernel-firmware-realtek:

  - Update to version 20250422 (git commit 944acaa23457):
    * rtw89: 8922a: update element RF TXPWR to R40
    * rtw89: 8852c: update element RF TXPWR to R78
    * rtw89: 8852c: add fw v0.27.125.0 with format version 2
    * Revert "rtw89: 8852c: update fw to v0.27.125.0"

++++ kernel-firmware-sound:

  - Update to version 20250422 (git commit 944acaa23457):
    * ASoC: tas2781: Swap channel for SPI projects.

++++ samba:

  - Update to 4.22.1
    * Running "gpo manage motd set" twice fails with backtrace;
    (bso#15774).
    * samba-tool gpo backup creates entity backups it can't read;
    (bso#15829).
    * gp_cert_auto_enroll_ext.py has problem unpacking GUIDs with
    prepended 0's; (bso#15839).
    * Deadlock between two smbd processes; (bso#15767).
    * Subnet based interfaces definition not listening on all
    covered IP addresses; (bso#15823).
    * PANIC: assert failed at source3/smbd/smb2_oplock.c(156):
    sconn->oplocks.exclusive_open>=0; (bso#15836).
    * net ad join fails with "Failed to join domain: failed to
    create kerberos keytab"; (bso#15727).
    * Enable support for cephfs case insensitive behavior;
    (bso#15822).
    * Remove of file or directory not possible with vfs_acl_tdb;
    (bso#15791).
    * Wide link issue in samba 4.22; (bso#15841).
    * NT_STATUS_INVALID_PARAMETER: Can't create folders on share of
    an exfat file system; (bso#15845).
    * Lease code is not endian-safe; (bso#15849).
    * vfs_ceph_new module does not work with other modules for
    snapshot management; (bso#15818).
    * vfs_ceph_new: Add path based fallback for SMB_VFS_FCHOWN,
    SMB_VFS_FCHMOD and SMB_VFS_FNTIMES; (bso#15834).
    * Add async io API from libcephfs to ceph_new VFS module;
    (bso#15810).

++++ nftables:

  - Update to release 1.1.3
    * Fix incorrect bytecode for vlan pcp mangling from netdev family
    chains such as ingress/egress: `... vlan pcp set 6 counter`
    * Fix bogus element in large concatenated set ranges, leading to:
    ``16777216 . 00:11:22:33:44:55 . 10.1.2.3 comment "123"``
    instead of:
    ``"lo" . 00:11:22:33:44:55 . 10.1.2.3 comment "123"``
    * Restore set auto-merge feature with timeouts, disabled in the
    previous v1.1.2 release.

++++ openssh:

  - Add openssh-send-extra-term-env.patch, which appends a few
    environment variables useful for terminal identification to the
    default send and accept lists.

++++ python-rich:

  - Add test dependency on attrs

++++ read-only-root-fs:

  - Update to version 1.0+git20250422.3e17744:
    * Remount /sysroot/etc between sysroot-etc.mount and initrd-fs.target

++++ shim:

  - Undefine %_enable_debug_packages to fix building with rpm-4.20
    (backport of the fix from Factory in SR#1232808)
  - Fix build with rpm 4.20 by copying the extracted directories
    explicitly

------------------------------------------------------------------
------------------  2025-4-21  -  Apr 21 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed integration test builds for TW
    Request dracut explicitly when needed

++++ kernel-default:

  - kABI: restore tpm_pcr_extend()'s current upstream signature
    (jsc#PED-12225).
  - commit 01d2be9
  - ima: invalidate unsupported PCR banks only once (jsc#PED-12225).
  - commit 0dd99c8
  - ima: track the set of PCRs ever extended (jsc#PED-12225).
  - commit 6e9d017
  - tpm: enable bank selection for PCR extend (jsc#PED-12225).
  - commit 6bfe5f8
  - ima: move INVALID_PCR() to ima.h (jsc#PED-12225).
  - commit 971e961
  - ima: select CRYPTO_SHA256 from Kconfig (jsc#PED-12225).
  - commit 3f70f02
  - ima: make SHA1 non-mandatory (jsc#PED-12225).
  - commit fc1fa39
  - ima: invalidate unsupported PCR banks (jsc#PED-12225).
  - commit 1e32a1d
  - ima: always create runtime_measurements sysfs file for ima_hash
    (jsc#PED-12225).
  - commit 280f136
  - ima: don't expose runtime_measurements for unsupported hashes
    (jsc#PED-12225).
  - commit 9d38add
  - netfilter: nf_tables: must hold rcu read lock while iterating
    object type list (git-fixes).
  - commit b390560
  - ipv6: Align behavior across nexthops during path selection
    (git-fixes).
  - commit 57b36ca
  - net: tls: explicitly disallow disconnect (git-fixes).
  - commit 2ba499d
  - ipv6: Do not consider link down nexthops in path selection
    (git-fixes).
  - commit 59d4d47
  - ipv6: Start path selection from the first nexthop (git-fixes).
  - commit 9eafb13
  - net: fix geneve_opt length integer overflow (git-fixes).
  - commit e87d20f
  - ipv6: fix omitted netlink attributes when using
    RTEXT_FILTER_SKIP_STATS (git-fixes).
  - commit d20db35
  - net: decrease cached dst counters in dst_release (git-fixes).
  - commit db1c23e
  - udp: Fix memory accounting leak (git-fixes).
  - commit a3ec081
  - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (git-fixes).
  - commit b0fc2d4
  - sctp: add mutual exclusion in proc_sctp_do_udp_port()
    (git-fixes).
  - commit f8d22f9
  - ipv6: Set errno after ip_fib_metrics_init() in
    ip6_route_info_create() (git-fixes).
  - commit 32ff0b7
  - netpoll: hold rcu read lock in __netpoll_send_skb() (git-fixes).
  - commit 5fa9ec5
  - net: Add non-RCU dev_getbyhwaddr() helper (git-fixes).
  - commit 77512cd
  - arp: switch to dev_getbyhwaddr() in arp_req_set_public()
    (git-fixes).
  - commit 0696317
  - ipv6: mcast: add RCU protection to mld_newpack() (git-fixes).
  - commit a965980
  - bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
    (git-fixes).
  - commit e052c7d
  - tcp_cubic: fix incorrect HyStart round start detection
    (git-fixes).
  - commit 54c97fa
  - dev: Acquire netdev_rename_lock before restoring dev->name in
    dev_change_name() (git-fixes).
  - commit 1407d36
  - inet: ipmr: fix data-races (git-fixes).
  - commit 6ab03cc
  - xsk: Bring back busy polling support (git-fixes).
  - commit 2f4d213
  - tls: Fix tls_sw_sendmsg error handling (git-fixes).
  - commit 99fffb7
  - netfilter: ipset: Fix for recursive locking warning (git-fixes).
  - commit 2894b98
  - netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup
    level (git-fixes).
  - commit e88b4d8
  - Revert "udp: avoid calling sock_def_readable() if possible"
    (git-fixes).
  - commit 94ab068
  - ipmr: fix tables suspicious RCU usage (git-fixes).
  - commit 135ece8
  - ip6mr: fix tables suspicious RCU usage (git-fixes).
  - commit 0af4c97
  - net/ipv6: delete temporary address if mngtmpaddr is removed
    or unmanaged (git-fixes).
  - commit d9ac2cf
  - netfilter: ipset: add missing range check in bitmap_ip_uadt
    (git-fixes).
  - commit f75ac14
  - netdev-genl: Hold rcu_read_lock in napi_get (git-fixes).
  - commit ff70928
  - netfilter: nf_tables: must hold rcu read lock while iterating
    expression type list (git-fixes).
  - commit 652d26e
  - netfilter: nf_tables: avoid false-positive lockdep splat on
    rule deletion (git-fixes).
  - commit 0bd3b16
  - x86/mm: Convert unreachable() to BUG() (git-fixes).
  - commit 069c530
  - PCI: Check BAR index for validity (stable-fixes).
  - commit 55d043c
  - net: phy: allow MDIO bus PM ops to start/stop state machine
    for phylink-controlled PHY (git-fixes).
  - net: phy: move phy_link_change() prior to
    mdio_bus_phy_may_suspend() (stable-fixes).
  - PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type
    (stable-fixes).
  - PCI: Add Rockchip Vendor ID (stable-fixes).
  - misc: pci_endpoint_test: Fix displaying 'irq_type' after
    'request_irq' error (git-fixes).
  - PCI: Enable Configuration RRS SV early (stable-fixes).
  - tpm: End any active auth session before shutdown (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).
  - wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB
    issues (stable-fixes).
  - wifi: mac80211: ensure sdata->work is canceled before
    initialized (stable-fixes).
  - wifi: mac80211: add strict mode disabling workarounds
    (stable-fixes).
  - net: usb: asix_devices: add FiberGecko DeviceID (stable-fixes).
  - platform/x86: x86-android-tablets: Add select POWER_SUPPLY to
    Kconfig (stable-fixes).
  - platform/chrome: cros_ec_lpc: Match on Framework ACPI device
    (stable-fixes).
  - mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two
    halves (stable-fixes).
  - PM: hibernate: Avoid deadlock in
    hibernate_compressor_param_set() (stable-fixes).
  - zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to
    11.0 to work around compiler segfault (stable-fixes).
  - commit add9125
  - kbuild: exclude .rodata.(cst|str)* when building ranges
    (git-fixes).
  - HSI: ssi_protocol: Fix use after free vulnerability in
    ssi_protocol Driver Due to Race Condition (stable-fixes).
  - ima: limit the number of ToMToU integrity violations
    (stable-fixes).
  - ima: limit the number of open-writers integrity violations
    (stable-fixes).
  - ktest: Fix Test Failures Due to Missing LOG_FILE Directories
    (stable-fixes).
  - HID: pidff: Fix set_device_control() (stable-fixes).
  - HID: pidff: Fix 90 degrees direction name North -> East
    (stable-fixes).
  - HID: pidff: Compute INFINITE value instead of using hardcoded
    0xffff (stable-fixes).
  - HID: pidff: Clamp effect playback LOOP_COUNT value
    (stable-fixes).
  - HID: pidff: Rename two functions to align them with naming
    convention (stable-fixes).
  - HID: pidff: Remove redundant call to pidff_find_special_keys
    (stable-fixes).
  - HID: pidff: Support device error response from PID_BLOCK_LOAD
    (stable-fixes).
  - HID: pidff: Comment and code style update (stable-fixes).
  - HID: hid-universal-pidff: Add Asetek wheelbases support
    (stable-fixes).
  - HID: pidff: Make sure to fetch pool before checking
    SIMULTANEOUS_MAX (stable-fixes).
  - HID: pidff: Factor out pool report fetch and remove excess
    declaration (stable-fixes).
  - HID: pidff: Use macros instead of hardcoded min/max values
    for shorts (stable-fixes).
  - HID: pidff: Simplify pidff_rescale_signed (stable-fixes).
  - HID: pidff: Move all hid-pidff definitions to a dedicated header
    (stable-fixes).
  - HID: pidff: Fix null pointer dereference in pidff_find_fields
    (stable-fixes).
  - HID: pidff: Factor out code for setting gain (stable-fixes).
  - HID: pidff: Rescale time values to match field units
    (stable-fixes).
  - HID: pidff: Define values used in pidff_find_special_fields
    (stable-fixes).
  - HID: pidff: Simplify pidff_upload_effect function
    (stable-fixes).
  - HID: pidff: Completely rework and fix pidff_reset function
    (stable-fixes).
  - HID: pidff: Add PERIODIC_SINE_ONLY quirk (stable-fixes).
  - media: s5p-mfc: Corrected NV12M/NV21M plane-sizes
    (stable-fixes).
  - media: uvcvideo: Add quirk for Actions UVC05 (stable-fixes).
  - media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef
    noinline (stable-fixes).
  - commit 9b73679
  - Update config files: CONFIG_HID_UNIVERSAL_PIDFF=m
  - supported.conf:add hid-universal-pidff
  - commit e9a63ce
  - gpio: zynq: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - HID: Add hid-universal-pidff driver and supported device ids
    (stable-fixes).
  - HID: pidff: Stop all effects before enabling actuators
    (stable-fixes).
  - HID: pidff: Add FIX_WHEEL_DIRECTION quirk (stable-fixes).
  - HID: pidff: Add hid_pidff_init_with_quirks and export as GPL
    symbol (stable-fixes).
  - HID: pidff: Add PERMISSIVE_CONTROL quirk (stable-fixes).
  - HID: pidff: Add MISSING_PBO quirk and its detection
    (stable-fixes).
  - HID: pidff: Add MISSING_DELAY quirk and its detection
    (stable-fixes).
  - HID: pidff: Clamp PERIODIC effect period to device's logical
    range (stable-fixes).
  - HID: pidff: Do not send effect envelope if it's empty
    (stable-fixes).
  - HID: pidff: Convert infinite length from Linux API to PID
    standard (stable-fixes).
  - commit a51995f
  - drm/tests: helpers: Create kunit helper to destroy a
    drm_display_mode (stable-fixes).
  - drm/amdgpu: grab an additional reference on the gang fence v2
    (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/xe/xelp: Move Wa_16011163337 from tunings to workarounds
    (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: stop DML2 from removing pipes based on planes
    (stable-fixes).
  - drm/xe/vf: Don't try to trigger a full GT reset if VF
    (stable-fixes).
  - drm/amdgpu: Unlocked unmap only clear page table leaves
    (stable-fixes).
  - drm/amd/display: Update Cursor request mode to the beginning
    prefetch always (stable-fixes).
  - drm/bridge: panel: forbid initializing a panel with unknown
    connector type (stable-fixes).
  - drm/debugfs: fix printk format for bridge index (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).
  - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
    (stable-fixes).
  - Bluetooth: Add quirk for broken READ_VOICE_SETTING
    (stable-fixes).
  - Bluetooth: qca: simplify WCN399x NVM loading (stable-fixes).
  - cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
    (stable-fixes).
  - can: flexcan: add NXP S32G2/S32G3 SoC support (stable-fixes).
  - can: flexcan: Add quirk to handle separate interrupt lines
    for mailboxes (stable-fixes).
  - commit 3b991e8
  - drivers: base: devres: Allow to release group on device release
    (stable-fixes).
  - Bluetooth: hci_qca: use the power sequencer for wcn6750
    (stable-fixes).
  - Bluetooth: btusb: Add 2 HWIDs for MT7922 (stable-fixes).
  - Bluetooth: hci_uart: Fix another race during initialization
    (git-fixes).
  - Bluetooth: hci_uart: fix race during initialization
    (stable-fixes).
  - Bluetooth: btintel_pcie: Add device id of Whale Peak
    (stable-fixes).
  - ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI
    (stable-fixes).
  - ahci: add PCI ID for Marvell 88SE9215 SATA Controller
    (stable-fixes).
  - ata: libata-eh: Do not use ATAPI DMA for a device limited to
    PIO mode (stable-fixes).
  - ata: libata-core: Add 'external' to the libata.force kernel
    parameter (stable-fixes).
  - ASoC: amd: yc: update quirk data for new Lenovo model
    (stable-fixes).
  - ASoC: Intel: adl: add 2xrt1316 audio configuration
    (stable-fixes).
  - ASoC: fsl_audmix: register card device depends on 'dais'
    property (stable-fixes).
  - ASoC: amd: ps: use macro for ACP6.3 pci revision id
    (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).
  - commit f8cceaa
  - Update config files.
  - commit ea75203

++++ libgpg-error:

  - Update to 1.54:
    * Fix a regression in 1.52 which did not allow to open UNC
    specified files on Windows. [rE28ae4ee194]
    * Ignore log file specification from the Registry in the gpg-error
    tool.

++++ libsoup:

  - Add CVE fixes:
    + libsoup-CVE-2025-32914.patch (boo#1241164 CVE-2025-32914)
    + libsoup-CVE-2025-32908.patch (boo#1241223 CVE-2025-32908)

++++ vim:

  - update to 9.1.1330:
    * patch 9.1.1330: may receive E315 in terminal
    * patch 9.1.1329: cannot get information about command line completion
    * patch 9.1.1328: too many strlen() calls in indent.c
    * patch 9.1.1327: filetype: nroff detection can be improved
    * runtime(doc): cross-link :| meaning :p and explain E749
    * runtime(doc): style: clarify to prefer 2 spaces after a sentence
    * runtime(pov): deprecate `#render` and `#statistics` in syntax script
    * patch 9.1.1326: invalid cursor position after 'tagfunc'
    * runtime(keymaps): update Brazilian keymaps
    * patch 9.1.1325: tests: not checking error numbers properly
    * runtime(doc): clarify 'includeexpr' is not used for <cfile>
    * runtime(filetype): improve *.h filetype detection
    * runtime(indent-tests): Raise timeouts for "search*()"es
    * runtime(indent-tests): Annotate timed "search*()"es for tracing
    * runtime(indent-tests): Instrument timed "search*()" calls
    * patch 9.1.1324: undefined behaviour if X11 connection dies
    * patch 9.1.1323: b:undo_ftplugin not executed when re-using buffer
    * runtime(nix): set iskeyword and b:match_words in ftplugin
    * runtime(doc): clarify "nearest" value for 'completeopt'
    * runtime(doc): Tweak documentation style a bit
    * patch 9.1.1322: small delete register cannot paste multi-line correctly
    * patch 9.1.1321: filetype: MS ixx and mpp files are not recognized
    * patch 9.1.1320: filetype: alsoft config files are not recognized
    * patch 9.1.1319: Various typos in the code, issue with test_inst_complete.vim
    * patch 9.1.1318: tests: test_format fails
    * runtime(jjdescription): Don't require a space to start comments
    * patch 9.1.1317: noisy error when restoring folds from session fails
    * patch 9.1.1316: missing memory allocation failure in os_mswin.c
    * patch 9.1.1315: completion: issue with fuzzy completion and 'completefuzzycollect'
    * patch 9.1.1314: max allowed string width too small
    * patch 9.1.1313: compile warning about uninitialized value
    * patch 9.1.1312: tests: Test_backupskip() fails when HOME is defined
    * patch 9.1.1311: completion: not possible to limit number of matches
    * patch 9.1.1310: completion: redundant check for preinsert effect
    * runtime(gleam): Update ftplugin, use recommended_style config variable
    * patch 9.1.1309: tests: no test for 'pummaxwidth' with non-truncated "kind"
    * runtime: set 'cpoptions' for line-continuation in various runtime files
    * runtime(tar): remove dependency on netrw#WinPath, include mapping doc
    * runtime(netrw): remove deprecated functions
    * patch 9.1.1308: completion: cannot order matches by distance to cursor
    * patch 9.1.1307: make syntax does not reliably detect different flavors
    * patch 9.1.1306: completion menu rendering can be improved
    * patch 9.1.1305: completion menu active after switching windows/tabs
    * patch 9.1.1304: filetype: some man files are not recognized
    * runtime(netrw): upstream snapshot of v180
    * patch 9.1.1303: missing out-of-memory check in linematch.c
    * patch 9.1.1302: Coverity warns about using uninitialized value
    * patch 9.1.1301: completion: cannot configure completion functions with 'complete'
    * patch 9.1.1300: wrong detection of -inf
    * runtime(doc): update enum helptext
    * patch 9.1.1299: filetype: mbsyncrc files are not recognized
    * runtime(doc): update options.txt and clarify 'wildmode' further
    * runtime(gleam): update Maintainer and filetype options
    * patch 9.1.1298: define_function() is too long
    * patch 9.1.1297: Ctrl-D scrolling can get stuck
    * runtime(new-tutor): update tutor and correct comandline completion
    * patch 9.1.1296: completion: incorrect truncation logic
    * patch 9.1.1295: clientserver: does not handle :stopinsert correctly
    * runtime(doc): disable last-position-jump in diff mode
    * runtime(doc): Improve 'wildmode' setting desciption
    * patch 9.1.1294: gui tabline menu does not use confirm when closing tabs
    * runtime(doc): correct backslash escaping comma example
    * patch 9.1.1293: comment plugin does not handle 'exclusive' selection for comment object
    * patch 9.1.1292: statusline not correctly evaluated
    * runtime(sh): Do not look up a "sh" utility in $PATH for "sh_13.sh"
    * runtime(filetype): make shell filetype detection more robust
    * patch 9.1.1291: too many strlen() calls in buffer.c
    * runtime(keymaps): include 2 Brazilian Keymaps
    * runtime(vim): Update-base-syntax, match full :*grep, :make, :sort and :filter commands
    * patch 9.1.1290: tests: missing cleanup in test_filetype.vim
    * patch 9.1.1289: tests: no test for matchparen plugin with WinScrolled event
    * runtime(remind): include remind.vim ftplugin
    * runtime(vim): Update base-syntax, improve :command highlighting
    * runtime(help): add omni completion and 'iskeyword' to filetype plugin
    * runtime(lf): improve syntax script, add filetype plugin
    * patch 9.1.1288: Using wrong window in ll_resize_stack()
    * runtime(doc): rename wrong option to 'pummaxwidth'
    * patch 9.1.1287: quickfix code can be further improved
    * patch 9.1.1286: filetype: help files not detected when 'iskeyword' includes ":"
    * patch 9.1.1285: Vim9: no error message for missing method after "super."
    * patch 9.1.1284: not possible to configure pum truncation char
    * runtime(lua): fix whitespace style issues in lua ftplugin
    * runtime(lua): improve foldexpr, add vim9 script version
    * runtime(doc): Fix minor typo in options.txt
    * runtime(fstab): set formatoptions-=t in filetype plugin
    * runtime(svelte): add matchit support to svelte filetype plugin
    * patch 9.1.1283: quickfix stack is limited to 10 items
    * patch 9.1.1282: Build and test failure without job feature
    * patch 9.1.1281: extra newline output when editing stdin
    * patch 9.1.1280: trailing additional semicolon in get_matches_in_str()
    * patch 9.1.1279: Vim9: null_object and null_class are no reserved names
    * patch 9.1.1278: Vim9: too long functions in vim9type.c
    * runtime(vim): Update base-syntax, match full :redir command
    * patch 9.1.1277: tests: trailing comment char in test_popupwin
    * patch 9.1.1276: inline word diff treats multibyte chars as word char
    * runtime(doc): update WinScrolled documentation
    * runtime(vim): Update base-syntax, improve :set backslash handling
    * patch 9.1.1275: MS-Windows: Not possible to pass additional flags to Make_mvc
    * patch 9.1.1274: Vim9: no support for object<type> as variable type
    * patch 9.1.1273: Coverity warns about using uninitialized value
    * patch 9.1.1272: completion: in keyword completion Ctrl_P cannot go back after Ctrl_N
    * runtime(sh): Update syntax file, command substitution opening paren at EOL
    * patch 9.1.1271: filetype: Power Query files are not recognized
    * translation(ru): fix and updated messages translation
    * runtime(doc): clarify the use of change marks when writing a buffer
    * runtime(zip): add *.whl to the list of zip extensions
    * patch 9.1.1270: missing out-of-memory checks in buffer.c
    * runtime(doc): update pi_zip.txt with current list of zip file extensions
    * patch 9.1.1269: completion: compl_shown_match is updated when starting keyword completion
    * patch 9.1.1268: filetype: dax files are not recognized
    * runtime(openPlugin): fix E480 when opening URLs with wildcards on Windows
    * patch 9.1.1267: Vim9: no support for type list/dict<object<any>>
    * patch 9.1.1266: MS-Windows: type conversion warnings
    * translation(ru): Updated messages translation
    * patch 9.1.1265: tests: no tests for typing normal char during completion
    * runtime(rust): set formatprg to rustfmt
    * patch 9.1.1264: Vim9: error when comparing objects
    * runtime(doc): update last change date for diff.txt
    * runtime(doc): Update the tuple help text
    * patch 9.1.1263: string length wrong in get_last_inserted_save()
    * patch 9.1.1262: heap-buffer-overflow with narrow 'pummaxwidth' value
    * patch 9.1.1261: No test for 'pummaxwidth' non-truncated items
    * runtime(debversions): Add release name for Debian 15 - duke
    * patch 9.1.1260: Hang when filtering buffer with NUL bytes
    * runtime(odin): add new keywords to syntax script
    * patch 9.1.1259: some issues with comment package and tailing spaces
    * runtime(java): Make changes for JDK 24 in syntax script

------------------------------------------------------------------
------------------  2025-4-20  -  Apr 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: cros-ec-tunnel: defer probe if parent EC is not present
    (git-fixes).
  - i2c: atr: Fix wrong include (git-fixes).
  - drm/msm/a6xx+: Don't let IB_SIZE overflow (git-fixes).
  - drm/xe/dma_buf: stop relying on placement in unmap (git-fixes).
  - drm/xe/userptr: fix notifier vs folio deadlock (git-fixes).
  - drm/xe: Set LRC addresses before guc load (git-fixes).
  - drm/mgag200: Fix value in <VBLKSTR> register (git-fixes).
  - dma-buf/sw_sync: Decrement refcount on error in
    sw_sync_ioctl_get_deadline() (git-fixes).
  - drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6
    and later (git-fixes).
  - drm/amdgpu: Add back JPEG to video caps for carrizo and newer
    (git-fixes).
  - drm/amdgpu: fix warning of drm_mm_clean (git-fixes).
  - string: Add load_unaligned_zeropad() code path to
    sized_strscpy() (git-fixes).
  - Documentation: PM: runtime: Fix a reference to
    pm_runtime_autosuspend() (git-fixes).
  - kunit: qemu_configs: SH: Respect kunit cmdline (git-fixes).
  - commit 2ff002e

++++ kernel-firmware-amdgpu:

  - Update to version 20250419 (git commit 5aa42075d00c):
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update picasso firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update dcn 4.01 frmware to 0.1.6.0

++++ kernel-firmware-intel:

  - Update to version 20250419 (git commit 5aa42075d00c):
    * intel: ish: Update license file for ISH

------------------------------------------------------------------
------------------  2025-4-19  -  Apr 19 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't
    supported by KVM (jsc#PED-348).
  - commit 6ea52a5
  - KVM: SVM: Don't rely on DebugSwap to restore host DR0..DR3
    (jsc#PED-348).
  - commit 444f443
  - KVM: SVM: Save host DR masks on CPUs with DebugSwap
    (jsc#PED-348).
  - commit 5ed001c
  - kvm: retry nx_huge_page_recovery_thread creation (jsc#PED-348).
  - commit 37391d6
  - vhost: return task creation error instead of NULL (jsc#PED-348).
  - commit ab9278d
  - KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
    (jsc#PED-348).
  - commit dfe2ab4
  - KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization
    is disabled (jsc#PED-348).
  - commit dd7305d
  - KVM: x86: Snapshot the host's DEBUGCTL in common x86
    (jsc#PED-348).
  - commit cce9ec5
  - KVM: SVM: Suppress DEBUGCTL.BTF on AMD (jsc#PED-348).
  - commit 6c4742c
  - KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
    (jsc#PED-348).
  - commit 8ff18f3
  - KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the
    STI shadow (jsc#PED-348).
  - commit a9f8b51
  - KVM: nVMX: Process events on nested VM-Exit if injectable IRQ
    or NMI is pending (jsc#PED-348).
  - commit 4ed5eed
  - KVM: x86: Free vCPUs before freeing VM state (jsc#PED-348).
  - commit df99449
  - KVM: arm64: Ensure a VMID is allocated before programming
    VTTBR_EL2 (jsc#PED-348).
  - commit b95233d
  - KVM: arm64: Fix tcr_el2 initialisation in hVHE mode
    (jsc#PED-348).
  - commit 611c563
  - x86/sev: Fix broken SNP support with KVM module built-in
    (jsc#PED-348).
  - commit 7022d3a
  - x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD
    mitigation (jsc#PED-348).
  - commit e353bec
  - x86/virt/tdx: Switch to use auto-generated global metadata
    reading code (jsc#PED-348).
  - commit 166cc82
  - x86/virt/tdx: Use dedicated struct members for PAMT entry sizes
    (jsc#PED-348).
  - commit 71b25ee
  - x86/virt/tdx: Use auto-generated code to read global metadata
    (jsc#PED-348).
  - commit ee1f1c1
  - x86/virt/tdx: Start to track all global metadata in one
    structure (jsc#PED-348).
  - commit 2ebc496
  - x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the
    spec better (jsc#PED-348).
  - commit 7ed2a91
  - x86/sev: Add full support for a segmented RMP table
    (jsc#PED-348).
  - commit be63ba4
  - x86/sev: Treat the contiguous RMP table as a single RMP segment
    (jsc#PED-348).
  - commit d7caf03
  - x86/sev: Map only the RMP table entries instead of the full
    RMP range (jsc#PED-348).
  - commit 8f23caf
  - x86/sev: Move the SNP probe routine out of the way
    (jsc#PED-348).
  - commit a6edabd
  - x86/sev: Add support for the RMPREAD instruction (jsc#PED-348).
  - commit 3f98d95

++++ vim:

  - Update apparmor.vim to latest version (from AppArmor 4.1.0)
  - add more units for rlimit rules

------------------------------------------------------------------
------------------  2025-4-18  -  Apr 18 2025  -------------------
------------------------------------------------------------------

++++ haproxy:

  - Update to version 3.1.7+git0.c3f408945:
    * [RELEASE] Released version 3.1.7
    * BUG/MINOR: rhttp: ensure GOAWAY can be emitted after reversal
    * BUG/MINOR: rhttp: fix reconnect if timeout connect unset
    * BUG/MINOR: mux-h2: prevent past scheduling with idle connections
    * MINOR: compiler: rely on builtin detection for __builtin_unreachable()
    * MINOR: debug: make ha_stuck_warning() print the whole message at once
    * MINOR: debug: make ha_stuck_warning() only work for the current thread
    * MEDIUM: wdt: always make the faulty thread report its own warnings
    * MINOR: pass a valid buffer pointer to ha_thread_dump_one()
    * MINOR: debug: remove unused case of thr!=tid in ha_thread_dump_one()
    * MINOR: debug: always reset the dump pointer when done
    * MINOR: tinfo: keep a copy of the pointer to the thread dump buffer
    * MINOR: debug: protect ha_dump_backtrace() against risks of re-entrance
    * MINOR: tools: protect dladdr() against reentrant calls from the debug handler
    * MINOR: tools: also protect the library name resolution against concurrent accesses
    * BUG/MINOR: debug: detect and prevent re-entrance in ha_thread_dump_fill()
    * BUG/MINOR: wdt/debug: avoid signal re-entrance between debugger and watchdog
    * BUG/MINOR debug: fix !USE_THREAD_DUMP in ha_thread_dump_fill()
    * BUG/MINOR: threads: set threads_idle and threads_harmless even with no threads
    * BUILD: makefile: enable backtrace by default on musl
    * MINOR: compiler: add ASSUME_NONNULL() to tell the compiler a pointer is valid
    * MINOR: compiler: also enable __builtin_assume() for ASSUME()
    * MINOR: compiler: add a new "ASSUME" macro to help the compiler
    * MINOR: compiler: add a __has_builtin() macro to detect features more easily
    * BUG/MEDIUM: hlua: fix hlua_applet_{http,tcp}_fct() yield regression (lost data)
    * BUG/MINOR: h3: reject request URI with invalid characters
    * BUG/MINOR: h3: reject invalid :path in request
    * BUG/MINOR: h3: filter upgrade connection header
    * BUG/MEDIUM: h3: trim whitespaces in header value prior to QPACK encoding
    * BUG/MEDIUM: h3: trim whitespaces when parsing headers value
    * MINOR: debug: detect call instructions and show the branch target in backtraces
    * MINOR: debug: in call traces, dump the 8 bytes before the return address, not after
    * MINOR: tools: let dump_addr_and_bytes() support dumping before the offset
    * BUILD: quic: fix overflow in global tune
    * MINOR: quic: define quic_tune
    * MINOR: quic: transform pacing settings into a global option
    * MINOR: quic: allow BBR testing without pacing
    * MINOR: quic: remove references to burst in quic-cc-algo parsing
    * BUG/MEDIUM: http-ana: Report 502 from req analyzer only during rsp forwarding
    * BUG/MINOR: http-ana: Properly detect client abort when forwarding the response
    * DOC: config: add the missing "force-cfg-parser-pause" to the global kw index
    * DOC: config: add the missing "profiling.memory" to the global kw index
    * BUG/MINOR: debug: remove the trailing \n from BUG_ON() statements
    * BUG/MINOR: hlua: fix invalid errmsg use in hlua_init()
    * BUG/MINOR: backend: do not use the source port when hashing clientip
    * BUG/MEDIUM: sample: fix risk of overflow when replacing multiple regex back-refs
    * BUG/MINOR: log: fix CBOR encoding with LOG_VARTEXT_START() + lf_encode_chunk()
    * CLEANUP: log: adjust _lf_cbor_encode_byte() comment
    * BUG/MINOR: hlua_fcn: fix potential UAF with Queue:pop_wait()
    * MINOR: task: add thread safe notification_new and notification_wake variants
    * TESTS: Fix build for filltab25.c
    * BUG/MEDIUM: stream: Fix a possible freeze during a forced shut on a stream
    * DOC: update INSTALL to reflect the minimum compiler version
    * BUILD: quic_sock: address a strict-aliasing build warning with gcc 5 and 6
    * BUG/MEDIUM: backend: fix reuse with set-dst/set-dst-port
    * BUG/MINOR: backend: do not overwrite srv dst address on reuse
    * BUG/MINOR: rhttp: fix incorrect dst/dst_port values
    * BUILD: compiler: undefine the CONCAT() macro if already defined
    * DOC: config: fix two missing "content" in "tcp-request" examples
    * BUG/MINOR: config: silence .notice/.warning/.alert in discovery mode
    * BUG/MINOR: log: fix gcc warn about truncating NUL terminator while init char arrays
    * BUG/MINOR: mux-quic: remove extra BUG_ON() in _qcc_send_stream()
    * BUG/MEDIUM: mux-quic: fix crash on RS/SS emission if already close local
    * BUG/MEDIUM: peers: prevent learning expiration too far in futur from unsync node
    * BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks
    * MINOR: log: support "raw" logformat node typecast

++++ kernel-default:

  - x86/sev: Prepare for using the RMPREAD instruction to access
    the RMP (jsc#PED-348).
  - commit 7285465
  - x86/virt: Provide "nosnp" boot option for sev kernel command
    line (jsc#PED-348).
  - commit 9aba991
  - KVM: SVM: Ensure PSP module is initialized if KVM module is
    built-in (jsc#PED-348).
  - commit 833f5aa
  - crypto: ccp: Add external API interface for PSP module
    initialization (jsc#PED-348).
  - commit a5d6aaa
  - KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to
    kvm_create_vgic() (jsc#PED-348).
  - commit 10c96b3
  - KVM: arm64: timer: Drop warning on failed interrupt signalling
    (jsc#PED-348).
  - commit 51183b7
  - KVM: arm64: Convert timer offset VA when accessed in HYP code
    (jsc#PED-348).
  - commit 268c80f
  - KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()
    (jsc#PED-348).
  - commit 1bc1f92
  - KVM: arm64: Eagerly switch ZCR_EL{1,2} (jsc#PED-348).
  - commit 7a22e64
  - KVM: arm64: Mark some header functions as inline (jsc#PED-348).
  - commit 1cfd25c
  - KVM: arm64: Refactor exit handlers (jsc#PED-348).
  - commit e5402fd
  - KVM: arm64: Refactor CPTR trap deactivation (jsc#PED-348).
  - commit 83cdb48
  - KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
    (jsc#PED-348).
  - commit 8be93a3
  - KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
    (jsc#PED-348).
  - commit d88a1d3
  - KVM: arm64: Remove host FPSIMD saving for non-protected KVM
    (jsc#PED-348).
  - commit 5181b6b
  - KVM: arm64: Fix __pkvm_host_mkyoung_guest() return value
    (jsc#PED-348).
  - commit faf9635
  - KVM: arm64: Simplify np-guest hypercalls (jsc#PED-348).
  - commit b546f47
  - KVM: arm64: Improve error handling from
    check_host_shared_guest() (jsc#PED-348).
  - commit 2f08e8b
  - KVM: x86/mmu: Ensure NX huge page recovery thread is alive
    before waking (jsc#PED-348).
  - commit 05116bb
  - KVM: remove kvm_arch_post_init_vm (jsc#PED-348).
  - commit 773d5f0
  - KVM: arm64: timer: Don't adjust the EL2 virtual timer offset
    (jsc#PED-348).
  - commit 92a7c8b
  - KVM: arm64: timer: Correctly handle EL1 timer emulation when
    !FEAT_ECV (jsc#PED-348).
  - commit a65b9fa
  - KVM: arm64: timer: Always evaluate the need for a soft timer
    (jsc#PED-348).
  - commit a0fcc9f
  - KVM: arm64: Fail protected mode init if no vgic hardware is
    present (jsc#PED-348).
  - commit 8888838
  - KVM: arm64: Flush/sync debug state in protected mode
    (jsc#PED-348).
  - commit 14c9899
  - KVM: s390: fake memslot for ucontrol VMs (jsc#PED-348).
  - commit 8e19c9f
  - KVM: s390: wrapper for KVM_BUG (jsc#PED-348).
  - commit 54b5f7a
  - KVM: Do not restrict the size of KVM-internal memory regions
    (jsc#PED-348).
  - commit 8fd4c93
  - KVM: s390: vsie: stop using "struct page" for vsie page
    (jsc#PED-348).
  - commit efa5690
  - KVM: s390: vsie: stop messing with page refcount (jsc#PED-348).
  - commit 7a84437
  - KVM: s390: vsie: stop using page->index (jsc#PED-348).
  - commit 6ed9ce8
  - x86/sev: Disable jump tables in SEV startup code (jsc#PED-348).
  - commit 6c45685
  - kvm: defer huge page recovery vhost task to later (jsc#PED-348).
  - blacklist.conf:
  - commit 3499024
  - KVM: x86/mmu: Return RET_PF* instead of 1 in
    kvm_mmu_page_fault() (jsc#PED-348).
  - commit 067a012
  - KVM: Disallow all flags for KVM-internal memslots (jsc#PED-348).
  - commit 12a97a6
  - KVM: x86: Drop double-underscores from __kvm_set_memory_region()
    (jsc#PED-348).
  - commit 5ce4734
  - KVM: Add a dedicated API for setting KVM-internal memslots
    (jsc#PED-348).
  - commit a323072
  - KVM: Assert slots_lock is held when setting memory regions
    (jsc#PED-348).
  - commit fb6ddb3
  - KVM: Open code kvm_set_memory_region() into its sole caller
    (ioctl() API) (jsc#PED-348).
  - commit 256fe59
  - x86/sev: Disable ftrace branch profiling in SEV startup code
    (jsc#PED-348).
  - commit b52c766
  - KVM: arm64: nv: Apply RESx settings to sysreg reset values
    (jsc#PED-348).
  - commit 45b8348
  - Revert "PCI: Avoid reset when disabled via sysfs" (git-fixes).
  - Bluetooth: vhci: Avoid needless snprintf() calls (git-fixes).
  - can: rockchip_canfd: fix broken quirks checks (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: fsl: fsl_qmc_audio: Reset audio data pointers on
    TRIGGER_START event (git-fixes).
  - ASoC: cs42l43: Reset clamp override on jack removal (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).
  - ASoC: dwc: always enable/disable i2s irqs (git-fixes).
  - ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16
    (git-fixes).
  - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
    (git-fixes).
  - ALSA: hda/cirrus_scodec_test: Don't select dependencies
    (git-fixes).
  - platform/x86: amd: pmf: Fix STT limits (git-fixes).
  - asus-laptop: Fix an uninitialized variable (git-fixes).
  - ata: libata-sata: Save all fields from sense data descriptor
    (git-fixes).
  - commit dc52581

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

  - update CUDA variant to 570.133.20

------------------------------------------------------------------
------------------  2025-4-17  -  Apr 17 2025  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - Update os-release file

++++ blog:

  - Add patch blog-3215.patch
    * Try to avoid blocking mode of 3215 console on s390x as holding
    the output at `MORE' stops blogd, that is that it can not see
    any messages over its socket like switch of the root file system.
  - Add patch blog-install.patch
    * Fixes install problems
    * Use module-setup.sh to install in BUILDROOT

++++ transactional-update:

  - Version 5.0.2
  - Fix continuing from an already booted snapshot
  - Fix check for overlayfs when using tukit open with --discard

++++ iptables:

  - Remove legacy backend from SLES16

++++ kernel-default:

  - Update -rt config files.
  - commit eb8f856
  - config/arm64/rt*: Use delta configs for rt and rt_debug
  - commit 50e0baa
  - config/x86_64/rt*: Use delta configs for rt and rt_debug
  - commit 91bfd3c
  - KVM: arm64: nv: Always evaluate HCR_EL2 using sanitising
    accessors (jsc#PED-348).
  - commit 00f9d3e
  - KVM: arm64: Support trace filtering for guests (jsc#PED-348).
  - commit 4c7c76f
  - KVM: arm64: coresight: Give TRBE enabled state to KVM
    (jsc#PED-348).
  - commit 11d152f
  - KVM: arm64: Drop pkvm_mem_transition for host/hyp donations
    (jsc#PED-348).
  - commit f924906
  - KVM: arm64: Drop pkvm_mem_transition for host/hyp sharing
    (jsc#PED-348).
  - commit 046b34b
  - KVM: arm64: Drop pkvm_mem_transition for FF-A (jsc#PED-348).
  - commit 5b52a59
  - KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
    (jsc#PED-348).
  - commit ed370c6
  - KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
    (jsc#PED-348).
  - commit 3bb6ff9
  - KVM: SVM: Use str_enabled_disabled() helper in
    svm_hardware_setup() (jsc#PED-348).
  - commit 6f41c4e
  - KVM: VMX: read the PML log in the same order as it was written
    (jsc#PED-348).
  - commit bccbcae
  - KVM: VMX: refactor PML terminology (jsc#PED-348).
  - commit b544ed3
  - KVM: VMX: Reinstate __exit attribute for vmx_exit()
    (jsc#PED-348).
  - commit 14a4dce
  - KVM: SVM: Use str_enabled_disabled() helper in
    sev_hardware_setup() (jsc#PED-348).
  - commit 2552094
  - KVM: x86: Use LVT_TIMER instead of an open coded literal
    (jsc#PED-348).
  - commit c79d364
  - x86/tsc: Init the TSC for Secure TSC guests (jsc#PED-348).
  - commit e1bf1ec
  - arm64: rsi: Add automatic arm-cca-guest module loading
    (jsc#PED-348).
  - commit ba7ca3a
  - arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09
    (jsc#PED-348).
  - commit 418c6dd
  - KVM: arm64: Allow control of dpISA extensions in
    ID_AA64ISAR3_EL1 (jsc#PED-348).
  - Refresh
    patches.suse/KVM-arm64-Work-around-x1e-s-CNTVOFF_EL2-bogosity.patch.
  - commit 17e5fed
  - arm64: kvm: Introduce nvhe stack size constants (jsc#PED-348).
  - commit 3346c3a
  - KVM: arm64: Fix nVHE stacktrace VA bits mask (jsc#PED-348).
  - commit fba9974
  - x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC
    enabled guests (jsc#PED-348).
  - commit 91e1f0f
  - x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure
    TSC enabled guests (jsc#PED-348).
  - commit 1619aae
  - x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
    (jsc#PED-348).
  - commit 11fb1e6
  - virt: sev-guest: Move SNP Guest Request data pages handling
    under snp_cmd_mutex (jsc#PED-348).
  - blacklist.conf:
  - commit 733c44d
  - x86/sev: Add Secure TSC support for SNP guests (jsc#PED-348).
  - Refresh
    patches.suse/x86-sev-Don-t-hang-but-terminate-on-failure-to-remap.patch.
  - commit b533cc5
  - x86/sev: Don't hang but terminate on failure to remap SVSM CA
    (jsc#PED-348).
  - commit 8116c53
  - x86/sev: Relocate SNP guest messaging routines to common code
    (jsc#PED-348).
  - commit 552d0ba
  - x86/sev: Carve out and export SNP guest messaging init routines
    (jsc#PED-348).
  - commit 2443d39
  - virt: sev-guest: Replace GFP_KERNEL_ACCOUNT with GFP_KERNEL
    (jsc#PED-348).
  - commit 90d0384
  - virt: sev-guest: Remove is_vmpck_empty() helper (jsc#PED-348).
  - commit 1f8e8db
  - KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosity
    (jsc#PED-348).
  - commit f93e623
  - KVM: arm64: nv: Sanitise CNTHCTL_EL2 (jsc#PED-348).
  - commit 203632a
  - KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits
    (jsc#PED-348).
  - commit 60a8ea7
  - KVM: arm64: nv: Add trap routing for
    CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT} (jsc#PED-348).
  - commit d9c7361
  - KVM: arm64: Handle counter access early in non-HYP context
    (jsc#PED-348).
  - commit ffbbbd0
  - KVM: arm64: nv: Accelerate EL0 counter accesses from hypervisor
    context (jsc#PED-348).
  - commit 1753972
  - KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV
    in use (jsc#PED-348).
  - commit b3d1aef
  - KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
    (jsc#PED-348).
  - commit e031801
  - KVM: arm64: nv: Publish emulated timer interrupt state in the
    in-memory state (jsc#PED-348).
  - commit 0a26877
  - KVM: arm64: nv: Sync nested timer state with FEAT_NV2
    (jsc#PED-348).
  - commit 1650047
  - KVM: arm64: nv: Add handling of EL2-specific timer registers
    (jsc#PED-348).
  - commit 207d743
  - x86/sev: Disable UBSAN on SEV code that may execute very early
    (jsc#PED-348).
  - commit 876b85f
  - RISC-V: KVM: Add SBI system suspend support (jsc#PED-348).
  - commit f08bd14
  - KVM: x86/mmu: Prevent aliased memslot GFNs (jsc#PED-348).
  - commit a6d398c
  - KVM: x86/tdp_mmu: Don't zap valid mirror roots in
    kvm_tdp_mmu_zap_all() (jsc#PED-348).
  - commit 54a655a
  - KVM: x86/tdp_mmu: Take root types for
    kvm_tdp_mmu_invalidate_all_roots() (jsc#PED-348).
  - commit a57e36b
  - KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
    (jsc#PED-348).
  - commit 1a40f72
  - KVM: x86/tdp_mmu: Propagate building mirror page tables
    (jsc#PED-348).
  - commit 3cccd94
  - KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier
    callbacks (jsc#PED-348).
  - commit b7f9b9b
  - KVM: x86/tdp_mmu: Support mirror root for TDP MMU (jsc#PED-348).
  - commit 517d32a
  - KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
    (jsc#PED-348).
  - commit d476e94
  - KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page
    table type (jsc#PED-348).
  - commit 0ed70b6
  - KVM: x86/tdp_mmu: Extract root invalid check from
    tdx_mmu_next_root() (jsc#PED-348).
  - commit dd22ac6
  - KVM: x86/mmu: Support GFN direct bits (jsc#PED-348).
  - commit d7ff58c
  - KVM: x86/tdp_mmu: Take struct kvm in iter loops (jsc#PED-348).
  - commit f86a705
  - KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
    (jsc#PED-348).
  - commit a83e9e3
  - enabled CONFIG_DAMON (jsc#PED-12520)
  - commit 0674446
  - KVM: x86/mmu: Add an is_mirror member for union
    kvm_mmu_page_role (jsc#PED-348).
  - commit c30eeae
  - KVM: x86: Add a VM type define for TDX (jsc#PED-348).
  - commit ee9ed63
  - KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
    (jsc#PED-348).
  - commit e95d7d7
  - KVM: Add member to struct kvm_gfn_range to indicate
    private/shared (jsc#PED-348).
  - commit 1c2ff6d
  - KVM: x86/mmu: Zap invalid roots with mmu_lock holding for
    write at uninit (jsc#PED-348).
  - commit 13bf1e1
  - KVM: guest_memfd: Remove RCU-protected attribute from
    slot->gmem.file (jsc#PED-348).
  - commit 4d8e2b2
  - KVM: x86: Refactor __kvm_emulate_hypercall() into a macro
    (jsc#PED-348).
  - commit fe456a9
  - KVM: x86: Always complete hypercall via function callback
    (jsc#PED-348).
  - commit 6308fc3
  - KVM: x86: Bump hypercall stat prior to fully completing
    hypercall (jsc#PED-348).
  - commit e5b686b
  - KVM: x86: Move "emulate hypercall" function declarations to
    x86.h (jsc#PED-348).
  - commit 823ce3c
  - KVM: x86: Add a helper to check for user interception of KVM
    hypercalls (jsc#PED-348).
  - commit 18023dd
  - KVM: x86: clear vcpu->run->hypercall.ret before exiting for
    KVM_EXIT_HYPERCALL (jsc#PED-348).
  - commit 5595e7d
  - KVM: arm64: nv: Advertise the lack of AArch32 EL0 support
    (jsc#PED-348).
  - commit 2506605
  - KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm
    (jsc#PED-348).
  - commit 0cabcd6
  - KVM: arm64: Fix FEAT_MTE in pKVM (jsc#PED-348).
  - blacklist.conf:
  - commit afe065b
  - KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
    (jsc#PED-348).
  - commit 57f384a
  - KVM: arm64: Remove PtrAuth guest vcpu flag (jsc#PED-348).
  - commit 1727949
  - KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
    (jsc#PED-348).
  - commit b2aa45c
  - KVM: arm64: Refactor kvm_reset_cptr_el2() (jsc#PED-348).
  - commit a627719
  - KVM: arm64: Calculate cptr_el2 traps on activating traps
    (jsc#PED-348).
  - commit ee465fa
  - KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
    (jsc#PED-348).
  - commit 28bdeb3
  - KVM: arm64: Remove fixed_config.h header (jsc#PED-348).
  - commit 5791ec1
  - KVM: arm64: Rework specifying restricted features for protected
    VMs (jsc#PED-348).
  - commit 2f8220d
  - KVM: arm64: Set protected VM traps based on its view of feature
    registers (jsc#PED-348).
  - commit f831267
  - KVM: arm64: Fix RAS trapping in pKVM for protected VMs
    (jsc#PED-348).
  - commit 6cee1f3
  - KVM: arm64: Initialize feature id registers for protected VMs
    (jsc#PED-348).
  - commit 1ac9df5
  - KVM: arm64: Use KVM extension checks for allowed protected VM
    capabilities (jsc#PED-348).
  - commit 13df3e5
  - KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs
    allowed features in pKVM (jsc#PED-348).
  - commit 5b3a7f3
  - KVM: arm64: Move checking protected vcpu features to a separate
    function (jsc#PED-348).
  - commit c2816cc
  - KVM: arm64: Group setting traps for protected VMs by control
    register (jsc#PED-348).
  - commit 16f522d
  - KVM: arm64: Consolidate allowed and restricted VM feature checks
    (jsc#PED-348).
  - commit 077b10b
  - KVM: arm64: Plumb the pKVM MMU in KVM (jsc#PED-348).
  - commit 06d9e82
  - KVM: arm64: Introduce the EL1 pKVM MMU (jsc#PED-348).
  - commit 77ef574
  - KVM: arm64: Introduce __pkvm_tlb_flush_vmid() (jsc#PED-348).
  - commit f67a1b6
  - rpm/kernel-binary.spec.in: Also order against update-bootloader
    (boo#1228659, boo#1240785, boo#1241038).
  - commit fe0a8c9
  - KVM: arm64: Introduce __pkvm_host_mkyoung_guest() (jsc#PED-348).
  - commit 4b5f88b
  - KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
    (jsc#PED-348).
  - commit 35723b2
  - KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
    (jsc#PED-348).
  - commit 245cc05
  - KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
    (jsc#PED-348).
  - commit c7cc89c
  - KVM: arm64: Introduce __pkvm_host_unshare_guest() (jsc#PED-348).
  - commit d7cae74
  - KVM: arm64: Introduce __pkvm_host_share_guest() (jsc#PED-348).
  - commit e6080ad
  - KVM: arm64: Introduce __pkvm_vcpu_{load,put}() (jsc#PED-348).
  - commit 6802451
  - KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers (jsc#PED-348).
  - commit 9121741
  - KVM: arm64: Make kvm_pgtable_stage2_init() a static inline
    function (jsc#PED-348).
  - commit c15dc2c
  - KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
    (jsc#PED-348).
  - commit 06b61af
  - KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
    (jsc#PED-348).
  - commit 93eac59
  - KVM: arm64: Move host page ownership tracking to the hyp vmemmap
    (jsc#PED-348).
  - commit 5ea671f
  - KVM: arm64: Make hyp_page::order a u8 (jsc#PED-348).
  - commit 7081de3
  - KVM: arm64: Move enum pkvm_page_state to memory.h (jsc#PED-348).
  - commit 7e99c55
  - KVM: arm64: Change the layout of enum pkvm_page_state
    (jsc#PED-348).
  - commit 38fe175
  - KVM: arm64: Promote guest ownership for DBGxVR/DBGxCR reads
    (jsc#PED-348).
  - commit a24d033
  - KVM: arm64: Fold DBGxVR/DBGxCR accessors into common set
    (jsc#PED-348).
  - commit a959b03
  - KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore
    (jsc#PED-348).
  - commit 42d7f35
  - KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
    (jsc#PED-348).
  - commit a690913
  - KVM: arm64: Manage software step state at load/put
    (jsc#PED-348).
  - commit 318d8db
  - KVM: arm64: Don't hijack guest context MDSCR_EL1 (jsc#PED-348).
  - commit c57ed08
  - KVM: arm64: Compute MDCR_EL2 at vcpu_load() (jsc#PED-348).
  - commit 8b69d67
  - KVM: arm64: Reload vCPU for accesses to OSLAR_EL1 (jsc#PED-348).
  - commit f901dd3
  - KVM: arm64: Use debug_owner to track if debug regs need
    save/restore (jsc#PED-348).
  - commit 0d72241
  - KVM: arm64: Remove vestiges of debug_ptr (jsc#PED-348).
  - commit 55a0c51
  - KVM: arm64: Remove debug tracepoints (jsc#PED-348).
  - commit 072a66f
  - KVM: arm64: Select debug state to save/restore based on debug
    owner (jsc#PED-348).
  - commit 5d875f7
  - KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler (jsc#PED-348).
  - commit 23c64df
  - KVM: arm64: Evaluate debug owner at vcpu_load() (jsc#PED-348).
  - commit bf4bfe0
  - KVM: arm64: Write MDCR_EL2 directly from
    kvm_arm_setup_mdcr_el2() (jsc#PED-348).
  - commit e06e0a3
  - KVM: arm64: Move host SME/SVE tracking flags to host data
    (jsc#PED-348).
  - Refresh
    patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch.
  - commit 96b52e1
  - KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead
    of vCPU (jsc#PED-348).
  - commit 02bb671
  - KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
    (jsc#PED-348).
  - commit 360d175
  - KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK (jsc#PED-348).
  - commit 654a038
  - arm64/sysreg: Get rid of CPACR_ELx SysregFields (jsc#PED-348).
  - commit 4f6a67e
  - arm64/sysreg: Convert *_EL12 accessors to Mapping (jsc#PED-348).
  - commit ab8171a
  - arm64/sysreg: Get rid of the TCR2_EL1x SysregFields
    (jsc#PED-348).
  - commit ac99b49
  - arm64: setup: name 'tcr2' register (jsc#PED-348).
  - commit 083cc0a
  - arm64/sysreg: Allow a 'Mapping' descriptor for system registers
    (jsc#PED-348).
  - commit e10ff75
  - arm64/kvm: Avoid invalid physical addresses to signal owner
    updates (jsc#PED-348).
  - commit 5332312
  - arm64/kvm: Configure HYP TCR.PS/DS based on host stage1
    (jsc#PED-348).
  - commit 3fa17e8
  - KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
    (jsc#PED-348).
  - commit ec44993
  - KVM: nVMX: Honor event priority when emulating PI delivery
    during VM-Enter (jsc#PED-348).
  - commit 8b35f41
  - KVM: nVMX: Use vmcs01's controls shadow to check for IRQ/NMI
    windows at VM-Enter (jsc#PED-348).
  - commit 227df19
  - KVM: nVMX: Drop manual vmcs01.GUEST_INTERRUPT_STATUS.RVI check
    at VM-Enter (jsc#PED-348).
  - commit 2678d06
  - KVM: nVMX: Check for pending INIT/SIPI after entering non-root
    mode (jsc#PED-348).
  - commit 5281aec
  - KVM: nVMX: Explicitly update vPPR on successful nested VM-Enter
    (jsc#PED-348).
  - commit d094324
  - KVM: x86: Add information about pending requests to kvm_exit
    tracepoint (jsc#PED-348).
  - commit 62af53f
  - KVM: x86: Add interrupt injection information to the kvm_entry
    tracepoint (jsc#PED-348).
  - commit 19c8851
  - KVM: SVM: Handle event vectoring error in
    check_emulate_instruction() (jsc#PED-348).
  - commit 9866a06
  - KVM: VMX: Handle event vectoring error in
    check_emulate_instruction() (jsc#PED-348).
  - commit 3f9c1bc
  - KVM: x86: Try to unprotect and retry on unhandleable emulation
    failure (jsc#PED-348).
  - commit 23860d1
  - KVM: x86: Add emulation status for unhandleable exception
    vectoring (jsc#PED-348).
  - commit 9d2063a
  - KVM: x86: Add function for vectoring error generation
    (jsc#PED-348).
  - commit b30b581
  - KVM: x86: Use only local variables (no bitmask) to init
    kvm_cpu_caps (jsc#PED-348).
  - commit 7fe2c13
  - KVM: x86: Explicitly track feature flags that are enabled at
    runtime (jsc#PED-348).
  - commit ee49c88
  - KVM: x86: Explicitly track feature flags that require vendor
    enabling (jsc#PED-348).
  - commit 50a4cc7
  - KVM: x86: Rename "SF" macro to "SCATTERED_F" (jsc#PED-348).
  - commit fc020fe
  - KVM: x86: Pull CPUID capabilities from boot_cpu_data only as
    needed (jsc#PED-348).
  - commit dad6907
  - KVM: x86: Add a macro for features that are synthesized into
    boot_cpu_data (jsc#PED-348).
  - commit 90f17ed
  - KVM: x86: Drop superfluous host XSAVE check when adjusting
    guest XSAVES caps (jsc#PED-348).
  - commit eeb8bd7
  - KVM: x86: Replace (almost) all guest CPUID feature queries
    with cpu_caps (jsc#PED-348).
  - commit bafc961
  - KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
    (jsc#PED-348).
  - commit ae3d20d
  - KVM: x86: Update guest cpu_caps at runtime for dynamic
    CPUID-based features (jsc#PED-348).
  - commit 088e022
  - KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective
    of host support (jsc#PED-348).
  - commit e29333b
  - KVM: x86: Drop unnecessary check that cpuid_entry2_find()
    returns right leaf (jsc#PED-348).
  - commit 3744528
  - KVM: x86: Avoid double CPUID lookup when updating MWAIT at
    runtime (jsc#PED-348).
  - commit b1910e2
  - KVM: x86: Initialize guest cpu_caps based on KVM support
    (jsc#PED-348).
  - commit 9ca94f2
  - KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
    (jsc#PED-348).
  - commit 12694d7
  - KVM: x86: Extract code for generating per-entry emulated CPUID
    information (jsc#PED-348).
  - commit 6b47ba9
  - KVM: x86: Initialize guest cpu_caps based on guest CPUID
    (jsc#PED-348).
  - commit c4ec6d7
  - KVM: x86: Replace guts of "governed" features with comprehensive
    cpu_caps (jsc#PED-348).
  - commit 744133e
  - radix-tree: add missing cleanup.h (git-fixes).
  - crypto: caam/qi - Fix drv_ctx refcount bug (git-fixes).
  - commit 3c5ba83
  - KVM: x86: Rename "governed features" helpers to use
    "guest_cpu_cap" (jsc#PED-348).
  - commit 0fff997
  - KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
    (jsc#PED-348).
  - commit 3203ab7
  - KVM: x86: Advertise TSC_DEADLINE_TIMER in
    KVM_GET_SUPPORTED_CPUID (jsc#PED-348).
  - commit a3e58fe
  - KVM: x86: Remove all direct usage of cpuid_entry2_find()
    (jsc#PED-348).
  - commit bf23d0c
  - KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near
    cpuid_entry2_find() (jsc#PED-348).
  - commit 2a644e6
  - KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
    (jsc#PED-348).
  - commit 843079b
  - KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
    (jsc#PED-348).
  - commit cdb8730
  - KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace
    sets CPUID (jsc#PED-348).
  - commit 74aaac1
  - KVM: x86: Swap incoming guest CPUID into vCPU before massaging
    in KVM_SET_CPUID2 (jsc#PED-348).
  - commit 9defaee
  - KVM: x86: Add a macro to init CPUID features that KVM emulates
    in software (jsc#PED-348).
  - commit eb8f359

++++ util-linux-systemd:

  - Enable mountfd support again (jsc#PED-9752).
    BREAKING CHANGE
    Mountfd is nearly completely compatible with the old mount. There
    is a special case that cannot be handled by mountfd, and it needs
    to be handled by applications:
    Mountfd discriminates between physical mount layer and virtual
    mount layer. Once the physical mount layer is read-only,
    read-write mount on the virtual layer is not possible.
    If the first mount is read only, then the physical filesystem is
    mounted read-only, and later mount of the same file system as
    read-write is not possible. To solve this problem, the first
    mount needs to be read-only only on the virtual layer, keeping
    the physical layer read-write.
    The user space fix is simple:
    Instead of
    mount -oro
    use
    mount -oro=vfs
    This will keep the physical layer read-write, but the virtual
    file system layer (and the user space access) will be read-only.

++++ util-linux:

  - Enable mountfd support again (jsc#PED-9752).
    BREAKING CHANGE
    Mountfd is nearly completely compatible with the old mount. There
    is a special case that cannot be handled by mountfd, and it needs
    to be handled by applications:
    Mountfd discriminates between physical mount layer and virtual
    mount layer. Once the physical mount layer is read-only,
    read-write mount on the virtual layer is not possible.
    If the first mount is read only, then the physical filesystem is
    mounted read-only, and later mount of the same file system as
    read-write is not possible. To solve this problem, the first
    mount needs to be read-only only on the virtual layer, keeping
    the physical layer read-write.
    The user space fix is simple:
    Instead of
    mount -oro
    use
    mount -oro=vfs
    This will keep the physical layer read-write, but the virtual
    file system layer (and the user space access) will be read-only.

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

++++ libxml2:

  - Update to version 2.13.8:
    + Security:
  - [CVE-2025-32415] schemas: Fix heap buffer overflow in
    xmlSchemaIDCFillNodeTables.
  - [CVE-2025-32414] python: Read at most len/4 characters.
  - bug references: [bsc#1241453], [bsc#1241551]

++++ patterns-base:

  - Do not force-require chrony, but rather ntp-daemon and Suggest
    chrony as the default we want (boo#1233542).

++++ python-azuremetadata:

  - Update build setup
    + Switch source tarball name to be consistent with other tools of
    similar nature
    + Set the modules directory properly

++++ python-M2Crypto:

  - Update to 0.45.0:
  - chore: preparing 0.45.0 release
  - fix(lib,ssl): rewrite ssl_accept, ssl_{read,write}_nbio for better error handling
  - fix: replace m2_PyBuffer_Release with native PyBuffer_Release
  - chore: build Windows builds with Python 3.13 as well
  - fix: remove support for Engine
  - chore: use actual license of the project
  - ci(Debian): make M2Crypto buildable on Debian (bsc#1240965)
  - swig: Workaround for reading sys/select.h ending with wrong types.
  - ci: bump required setuptools version because of change in naming strategy
  - fix: add fix for build with older GCC
  - fix: remove AnyStr and Any types

++++ python-PyYAML:

  - dont use suse version for the dist info handling as people can
    build with newer setuptools on older distros

++++ libxml2-python:

  - Update to version 2.13.8:
    + Security:
  - [CVE-2025-32415] schemas: Fix heap buffer overflow in
    xmlSchemaIDCFillNodeTables.
  - [CVE-2025-32414] python: Read at most len/4 characters.
  - bug references: [bsc#1241453], [bsc#1241551]

------------------------------------------------------------------
------------------  2025-4-16  -  Apr 16 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.34
    * Make it work on s390x (still no 3215 console)
    This is a bug fix release.  But still no support in conmode
    3215 as there is a race triggered by using conmode 3215.
    The order of the systemd units seems to change with this
    console mode.

++++ cockpit:

  - Add extra requirements for selinux policies to cockpit-selinux-policies
    so it can't be installed before selinux or policycoreutils

++++ dracut:

  - Update to version 059+suse.684.g4c6c5a89:
    * fix(dracut.spec): require jq for nvmf (bsc#1239603)
  - Update to version 059+suse.683.g38e017da:
    * fix(crypt): always install s390 crypto modules (jsc#IBM-1444)
    * fix(crypt): install dm_crypt module in non-hostonly mode as well
    * fix(dmsquash-live): do not check ISO md5 if image filesystem (bsc#1240919)
    * fix(dmsquash-live): use load_fstype to load driver for filesystems
    * 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

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

++++ ethtool:

  - fix AppStream metainfo XML file
    * misc-fix-AppStream-metainfo-XML.patch
  - update to upstream release 6.14 (jsc#PED-11353)
    Normally we want the ethtool package version to match kernel
    version but upstream skipped 6.12 and 6.13 versions so that
    version 6.14 is going to be used instead. For list of features
    and fixes between versions 6.10 and 6.14 see the NEWS file in the
    package.
  - adapt package to git based patch tracking

++++ iproute2:

  - add post-6.12 upstream fixes (bsc#1241316)
    * ip-fix-memory-leak-in-do_show.patch
    * devlink-do-dry-parse-for-extended-handle-with-select.patch
    * devlink-use-the-correct-handle-flag-for-port-param-s.patch
  - update to upstream version 6.12 (jsc#PED-11361)
    * for detailed list of changes between 6.3 and 6.12 see Factory
    package changelog
    * replace upstream tarball and signature
    * update specfile with changes from Factory package
    * refresh non-upstream patches
  - 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
  - adapt the package for git based patch tracking
    * move patches into patches.tar.xz
    * add helper scripts apply-patches and guards
    * add series.conf file listing patches
    * update iproute2.spec to apply patches from patches.tar.xz

++++ open-iscsi:

  - Update to version 2.1.11.suse+66.13c070123738:
    * Fix iscsid.conf NOP configuration (bsc#1240541)

++++ kernel-default:

  - KVM: x86: Add a macro to init CPUID features that ignore host
    kernel support (jsc#PED-348).
  - commit 08b20bc
  - KVM: x86: Harden CPU capabilities processing against
    out-of-scope features (jsc#PED-348).
  - commit 510b6f1
  - KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro
    collisions (jsc#PED-348).
  - commit 21d3e95
  - KVM: x86: Handle kernel- and KVM-defined CPUID words in a
    single helper (jsc#PED-348).
  - commit 276a84b
  - KVM: x86: Add a macro to precisely handle aliased 0x1.EDX
    CPUID features (jsc#PED-348).
  - commit 634ca32
  - KVM: x86: Add a macro to init CPUID features that are 64-bit
    only (jsc#PED-348).
  - commit ad2d27f
  - KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
    (jsc#PED-348).
  - commit 07cb013
  - KVM: x86: Unpack F() CPUID feature flag macros to one flag
    per line of code (jsc#PED-348).
  - commit 94d8a41
  - KVM: x86: Account for max supported CPUID leaf when getting
    raw host CPUID (jsc#PED-348).
  - commit e01ea13
  - KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
    (jsc#PED-348).
  - commit 386c0e7
  - KVM: x86: Don't update PV features caches when enabling
    enforcement capability (jsc#PED-348).
  - commit e32cc5c
  - KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
    (jsc#PED-348).
  - Refresh
    patches.suse/KVM-x86-Reject-disabling-of-MWAIT-HLT-interception-w.patch.
  - commit 7ab259a
  - KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from
    vCPU creation (jsc#PED-348).
  - commit 24d1858
  - KVM: x86/pmu: Drop now-redundant refresh() during init()
    (jsc#PED-348).
  - commit bdd0c1f
  - KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
    (jsc#PED-348).
  - commit 43b554e
  - KVM: x86: Explicitly do runtime CPUID updates "after" initial
    setup (jsc#PED-348).
  - commit e180b3c
  - KVM: x86: Do all post-set CPUID processing during vCPU creation
    (jsc#PED-348).
  - commit d8bccfa
  - KVM: x86: Limit use of F() and SF() to
    kvm_cpu_cap_{mask,init_kvm_defined}() (jsc#PED-348).
  - commit 988beee
  - KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating
    CPUID (jsc#PED-348).
  - commit edd2809
  - KVM: SVM: Remove redundant TLB flush on guest CR4.PGE change
    (jsc#PED-348).
  - commit a1d30ca
  - KVM: SVM: Macrofy SEV=n versions of sev_xxx_guest()
    (jsc#PED-348).
  - commit 2eb6ad5
  - KVM/x86: add comment to kvm_mmu_do_page_fault() (jsc#PED-348).
  - commit f8b9220
  - KVM: Drop hack that "manually" informs lockdep of kvm->lock
    vs. vcpu->mutex (jsc#PED-348).
  - commit 8bb2bd9
  - KVM: Don't BUG() the kernel if xa_insert() fails with -EBUSY
    (jsc#PED-348).
  - commit 49c66f6
  - Revert "KVM: Fix vcpu_array[0] races" (jsc#PED-348).
  - commit 413becc
  - KVM: Grab vcpu->mutex across installing the vCPU's fd and
    bumping online_vcpus (jsc#PED-348).
  - commit 7f30aeb
  - x86/tdx: Dump attributes and TD_CTLS on boot (jsc#PED-348).
  - commit 74acffc
  - x86/boot: Disable UBSAN in early boot code (jsc#PED-348).
  - commit 3c2b2d2
  - x86/sev: Avoid WARN()s and panic()s in early boot code
    (jsc#PED-348).
  - commit 4125835
  - x86/tdx: Disable unnecessary virtualization exceptions
    (jsc#PED-348).
  - commit abda8db
  - x86/mtrr: Rename mtrr_overwrite_state() to
    guest_force_mtrr_state() (jsc#PED-348).
  - commit 8430eb6
  - x86: Convert unreachable() to BUG() (jsc#PED-348).
  - commit e4cd586
  - Documentation: KVM: fix malformed table (jsc#PED-348).
  - commit 12a0164
  - mm/vmscan: accumulate nr_demoted for accurate demotion
    statistics (bsc#1241017).
  - commit dee521e
  - mm: vmscan : pgdemote vmstat is not getting updated when MGLRU
    is enabled (bsc#1241017).
  - commit c383344
  - x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling (git-fixes).
  - commit 821f908
  - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (git-fixes).
  - commit fba743c
  - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (git-fixes).
  - commit 18b7232
  - x86/coco: Replace 'static const cc_mask' with the newly introduced  cc_get_mask() function (git-fixes).
  - commit 297d234
  - x86/entry: Add __init to ia32_emulation_override_cmdline() (git-fixes).
  - commit 8ea5b5f
  - x86/uaccess: Improve performance by aligning writes to 8 bytes in  copy_user_generic(), on non-FSRM/ERMS CPUs (git-fixes).
  - commit 7e6aaa6
  - Update config files.
  - commit 2b9e98a
  - KVM: e500: perform hugepage check after looking up the PFN
    (jsc#PED-348).
  - commit 3d3cc93
  - KVM: e500: map readonly host pages for read (jsc#PED-348).
  - commit bf95e9e
  - KVM: e500: track host-writability of pages (jsc#PED-348).
  - commit 0c38772
  - KVM: e500: use shadow TLB entry as witness for writability
    (jsc#PED-348).
  - commit b72acdd
  - KVM: e500: always restore irqs (jsc#PED-348).
  - commit 25407ab
  - KVM: x86: let it be known that ignore_msrs is a bad idea
    (jsc#PED-348).
  - commit 667c8d0
  - KVM: VMX: don't include '<linux/find.h>' directly (jsc#PED-348).
  - commit a37309e
  - KVM: x86/mmu: Treat TDP MMU faults as spurious if access is
    already allowed (jsc#PED-348).
  - commit 4aa85bd
  - KVM: SVM: Disable AVIC on SNP-enabled system without
    HvInUseWrAllowed feature (jsc#PED-348).
  - commit cce39fd
  - KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters
    (jsc#PED-348).
  - commit 8343d6d
  - KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change
    (jsc#PED-348).
  - commit 760f548
  - KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change
    (jsc#PED-348).
  - commit 3439829
  - KVM: arm64: Add unified helper for reprogramming counters by
    mask (jsc#PED-348).
  - commit 7b982cc
  - KVM: arm64: Always check the state from hyp_ack_unshare()
    (jsc#PED-348).
  - commit 4d50406
  - x86/bugs: Add RSB mitigation document (git-fixes).
  - commit 256a12f
  - x86/bugs: Don't fill RSB on context switch with eIBRS (git-fixes).
  - commit aed0c44
  - KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
    init (jsc#PED-348).
  - commit 9ce0023
  - RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow
    bit (jsc#PED-348).
  - commit ee3ee05
  - coco: virt: arm64: Do not enable cca guest driver by default
    (jsc#PED-348).
  - commit a4bf6c7
  - drivers/virt: pkvm: Don't fail ioremap() call if MMIO_GUARD
    fails (jsc#PED-348).
  - commit 64169e7
  - x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (git-fixes).
  - commit 54d8017
  - x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (git-fixes).
  - commit 677de47
  - LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCU
    (jsc#PED-348).
  - commit 56dbbd7
  - LoongArch: KVM: Protect kvm_check_requests() with SRCU
    (jsc#PED-348).
  - commit 0a3d0d9
  - KVM: s390: Increase size of union sca_utility to four bytes
    (jsc#PED-348).
  - commit 64d89b3
  - KVM: s390: Remove one byte cmpxchg() usage (jsc#PED-348).
  - commit 59db533
  - s390/asm: Helper macros for flag output operand handling
    (jsc#PED-348).
  - commit f370957
  - x86/bugs: Use SBPB in write_ibpb() if applicable (git-fixes).
  - commit b35b815
  - s390/cmpxchg: Provide arch_try_cmpxchg() (jsc#PED-348).
  - commit 7cfc4f9
  - KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
    (jsc#PED-348).
  - commit 7cac529
  - x86/bugs: Rename entry_ibpb() to write_ibpb() (git-fixes).
  - commit 7709e9f
  - arm64: Fix usage of new shifted MDCR_EL2 values (jsc#PED-348).
  - commit 92356bc
  - KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp
    counters (jsc#PED-348).
  - commit 162887d
  - KVM: arm64: Mark set_sysreg_masks() as inline to avoid build
    failure (jsc#PED-348).
  - commit 268b927
  - KVM: arm64: vgic-its: Add stronger type-checking to the ITS
    entry sizes (jsc#PED-348).
  - commit 4cd8d38
  - KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition
    (jsc#PED-348).
  - commit 0b6d63c
  - KVM: arm64: vgic: Make vgic_get_irq() more robust (jsc#PED-348).
  - commit 201dd08
  - KVM: x86: switch hugepage recovery thread to vhost_task
    (jsc#PED-348).
  - Refresh
    patches.suse/msft-hv-3141-hyperv-Clean-up-unnecessary-includes.patch.
  - commit 45a316b
  - KVM: x86: expose MSR_PLATFORM_INFO as a feature MSR
    (jsc#PED-348).
  - commit 35b6eee
  - x86: KVM: Advertise CPUIDs for new instructions in Clearwater
    Forest (jsc#PED-348).
  - commit c3aa0c5
  - s390/kvm: Convert to use flag output macros (jsc#PED-348).
  - Refresh
    patches.suse/KVM-s390-add-concurrent-function-facility-to-cpu-model.patch.
  - commit e5c65be
  - LoongArch: KVM: Add irqfd support (jsc#PED-348).
  - commit b40a03d
  - LoongArch: KVM: Add PCHPIC user mode read and write functions
    (jsc#PED-348).
  - commit 68a054f
  - LoongArch: KVM: Add PCHPIC read and write functions
    (jsc#PED-348).
  - commit 3c665e0
  - LoongArch: KVM: Add PCHPIC device support (jsc#PED-348).
  - commit f815008
  - LoongArch: KVM: Add EIOINTC user mode read and write functions
    (jsc#PED-348).
  - commit eb0dbd3
  - LoongArch: KVM: Add EIOINTC read and write functions
    (jsc#PED-348).
  - commit 8dc3259
  - LoongArch: KVM: Add EIOINTC device support (jsc#PED-348).
  - commit edb0a3f
  - LoongArch: KVM: Add IPI user mode read and write function
    (jsc#PED-348).
  - commit 36d79fb
  - LoongArch: KVM: Add IPI read and write function (jsc#PED-348).
  - commit 0131900
  - LoongArch: KVM: Add IPI device support (jsc#PED-348).
  - commit 854022c
  - LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
    (jsc#PED-348).
  - commit 7b8524b
  - KVM: arm64: Pass on SVE mapping failures (jsc#PED-348).
  - commit aa7cc11
  - KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
    (jsc#PED-348).
  - commit dcc7422
  - KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
    (jsc#PED-348).
  - commit 35b98e1
  - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1240181
    CVE-2025-21867).
  - bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
    (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: check program redirect in xdp_cpumap_attach
    (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: make xdp_cpumap_attach keep redirect prog
    attached (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: fix bpf_map_redirect call for cpu map test
    (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1240181
    CVE-2025-21867).
  - bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
    (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: check program redirect in xdp_cpumap_attach
    (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: make xdp_cpumap_attach keep redirect prog
    attached (bsc#1240181 CVE-2025-21867).
  - selftests/bpf: fix bpf_map_redirect call for cpu map test
    (bsc#1240181 CVE-2025-21867).
  - commit a4cc2a4
  - KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
    (jsc#PED-348).
  - commit d51cc10
  - KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
    (jsc#PED-348).
  - commit 03af8fa
  - KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMA
    (jsc#PED-348).
  - commit dfc6040
  - x86/tdx: Enable CPU topology enumeration (jsc#PED-348).
  - commit add304a
  - x86/sev: Cleanup vc_handle_msr() (jsc#PED-348).
  - commit 58e7dcc
  - s390/kvm: Mask extra bits from program interrupt code
    (jsc#PED-348).
  - commit ae18f46
  - KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
    (jsc#PED-348).
  - commit a62436a
  - riscv: kvm: Fix out-of-bounds array access (jsc#PED-348).
  - commit 889deb8
  - RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
    (jsc#PED-348).
  - commit 68b09dc
  - KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR
    value is unchanged (jsc#PED-348).
  - commit 3509130
  - KVM: x86: Unpack msr_data structure prior to calling
    kvm_apic_set_base() (jsc#PED-348).
  - Refresh
    patches.suse/KVM-nVMX-Defer-SVI-update-to-vmcs01-on-EOI-when-L2-i-04bc93cf49d1.patch.
  - commit 2e2dd13
  - KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
    (jsc#PED-348).
  - commit f2d4992
  - KVM: x86: Rename APIC base setters to better capture their
    relationship (jsc#PED-348).
  - Refresh
    patches.suse/KVM-nVMX-Defer-SVI-update-to-vmcs01-on-EOI-when-L2-i-04bc93cf49d1.patch.
  - commit 01cbb78
  - KVM: x86: Move kvm_set_apic_base() implementation to lapic.c
    (from x86.c) (jsc#PED-348).
  - commit d4905e6
  - KVM: x86: Inline kvm_get_apic_mode() in lapic.h (jsc#PED-348).
  - Refresh
    patches.suse/KVM-nVMX-Defer-SVI-update-to-vmcs01-on-EOI-when-L2-i-04bc93cf49d1.patch.
  - commit 9a4a16c
  - KVM: x86: Get vcpu->arch.apic_base directly and drop
    kvm_get_apic_base() (jsc#PED-348).
  - commit 0360cf7
  - KVM: x86: Drop superfluous kvm_lapic_set_base() call when
    setting APIC state (jsc#PED-348).
  - commit 29aec95
  - KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value
    isn't changing (jsc#PED-348).
  - commit 5459e02
  - KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
    (jsc#PED-348).
  - commit c7a188a
  - KVM: x86/mmu: Remove KVM's MMU shrinker (jsc#PED-348).
  - commit bfb6ee0
  - KVM: x86/mmu: WARN if huge page recovery triggered during
    dirty logging (jsc#PED-348).
  - commit 753cf9e
  - KVM: x86/mmu: Rename make_huge_page_split_spte() to
    make_small_spte() (jsc#PED-348).
  - commit ac83548
  - KVM: x86/mmu: Recover TDP MMU huge page mappings in-place
    instead of zapping (jsc#PED-348).
  - commit 004050f
  - KVM: x86/mmu: Refactor TDP MMU iter need resched check
    (jsc#PED-348).
  - commit a6df396
  - KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched()
    to KVM_MMU_WARN_ON (jsc#PED-348).
  - commit f4b05f2
  - KVM: x86/mmu: Check yielded_gfn for forward progress iff
    resched is needed (jsc#PED-348).
  - commit bdd5722
  - assorted variants of irqfd setup: convert to CLASS(fd)
    (jsc#PED-348).
  - commit f721c33
  - fdget(), more trivial conversions (jsc#PED-348).
  - commit 30e47bb
  - fdget(), trivial conversions (jsc#PED-348).
  - commit 2f28bfd
  - KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and
    MISC_FEATURES_ENABLES (jsc#PED-348).
  - commit 988d494
  - KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES
    w/o support (jsc#PED-348).
  - commit 06e97ce
  - KVM: VMX: Remove restriction that PMU version > 0 for
    PERF_CAPABILITIES (jsc#PED-348).
  - commit dfd8959
  - KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES
    w/o PDCM (jsc#PED-348).
  - commit 06280a1
  - KVM: x86: Quirk initialization of feature MSRs to KVM's max
    configuration (jsc#PED-348).
  - commit 995d691
  - KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has
    run (jsc#PED-348).
  - commit 91f2e05
  - KVM: x86: Co-locate initialization of feature MSRs in
    kvm_arch_vcpu_create() (jsc#PED-348).
  - commit 1844716
  - KVM: nVMX: fix canonical check of vmcs12 HOST_RIP (jsc#PED-348).
  - commit ff28b79
  - KVM: x86: model canonical checks more precisely (jsc#PED-348).
  - commit cad7c10
  - KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid
    canonical checks (jsc#PED-348).
  - commit 89eefbe
  - KVM: x86: Route non-canonical checks in emulator through
    emulate_ops (jsc#PED-348).
  - commit 32514ac
  - KVM: x86: drop x86.h include from cpuid.h (jsc#PED-348).
  - commit 92ed878
  - KVM: x86: Use '0' for guest RIP if PMI encounters protected
    guest state (jsc#PED-348).
  - commit 233268f
  - fs/proc/task_mmu: add guard region bit to pagemap
    (jsc#PED-11997).
  - commit 1dbd453
  - KVM: x86: Add lockdep-guarded asserts on register cache usage
    (jsc#PED-348).
  - commit 220a6e4
  - mm: allow guard regions in file-backed and read-only mappings
    (jsc#PED-11997).
  - commit 6e3700c
  - KVM: x86: Advertise AMD_IBPB_RET to userspace (jsc#PED-348).
  - commit 36ee592
  - KVM: x86: Ensure vcpu->mode is loaded from memory in
    kvm_vcpu_exit_request() (jsc#PED-348).
  - commit 8c2b6da
  - KVM: x86: Fix a comment inside kvm_vcpu_update_apicv()
    (jsc#PED-348).
  - commit 71218c5
  - KVM: arm64: nv: Reprogram PMU events affected by nested
    transition (jsc#PED-348).
  - commit b92fc52
  - KVM: arm64: nv: Apply EL2 event filtering when in hyp context
    (jsc#PED-348).
  - commit 100a2fa
  - KVM: arm64: nv: Honor MDCR_EL2.HLP (jsc#PED-348).
  - commit 8baeb0f
  - KVM: arm64: nv: Honor MDCR_EL2.HPME (jsc#PED-348).
  - commit 8f5ac10
  - KVM: arm64: Add helpers to determine if PMC counts at a given EL
    (jsc#PED-348).
  - commit 3723d87
  - KVM: arm64: nv: Adjust range of accessible PMCs according to
    HPMN (jsc#PED-348).
  - commit 0746fdf
  - KVM: arm64: Rename kvm_pmu_valid_counter_mask() (jsc#PED-348).
  - commit 175c7bc
  - KVM: arm64: nv: Advertise support for FEAT_HPMN0 (jsc#PED-348).
  - commit 51c1cf8
  - KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
    (jsc#PED-348).
  - commit a7132a5
  - KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} in Host EL0
    (jsc#PED-348).
  - commit 3284e56
  - KVM: arm64: nv: Reinject traps that take effect in Host EL0
    (jsc#PED-348).
  - commit 8342c68
  - accel/ivpu: Increase DMA address range (jsc#PED-12366).
  - commit 40c638e
  - KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY (jsc#PED-348).
  - commit 2f590ae
  - KVM: arm64: nv: Allow coarse-grained trap combos to use complex
    traps (jsc#PED-348).
  - commit 33415da
  - arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1
    (jsc#PED-348).
  - commit d84a3cb
  - arm64: sysreg: Describe ID_AA64DFR2_EL1 fields (jsc#PED-348).
  - commit e2d4281
  - KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2 (jsc#PED-348).
  - commit 2ae3f33
  - arm64: sysreg: Migrate MDCR_EL2 definition to table
    (jsc#PED-348).
  - commit 3384192
  - KVM: arm64: Initialize trap register values in hyp in pKVM
    (jsc#PED-348).
  - commit f99fff0
  - KVM: arm64: Initialize the hypervisor's VM state at EL2
    (jsc#PED-348).
  - commit 95114e0
  - KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
    (jsc#PED-348).
  - commit 7187aea
  - KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()
    (jsc#PED-348).
  - Refresh
    patches.suse/KVM-arm64-Get-rid-of-userspace_irqchip_in_use.patch.
  - commit 2076e77
  - rpm/package-descriptions: Add rt and rt_debug descriptions
  - commit 09573c0

++++ ceph:

  - Update to 16.2.15-84-gb9c09b69575:
    + ceph.spec.in: Fix cephfs-{top,shell} shebangs with setuptools >= 76

++++ systemd:

  - Split systemd-network into two new sub-packages: systemd-networkd and
    systemd-resolved (bsc#1224386 jsc#PED-12669)

++++ passt:

  - Update to version 20250415.2340bbf:
    * udp: Propagate errors on listening and brand new sockets
    * udp: Minor re-organisation of udp_sock_recverr()
    * udp: Add udp_pktinfo() helper
    * udp: Deal with errors as we go in udp_sock_fwd()
    * udp: Pass socket & flow information direction to error handling functions
    * udp: Be quieter about errors on UDP receive
    * udp: Fix breakage of UDP error handling by PKTINFO support
    * conf: Honour --dns-forward for local resolver even with --no-map-gw
    * conf: Split add_dns_resolv() into separate IPv4 and IPv6 versions
    * udp, udp_flow: Track our specific address on socket interfaces
    * inany: Improve ASSERT message for bad socket family
    * udp: Use PKTINFO cmsgs to get destination address for received datagrams
    * tcp_splice: Don't clobber errno before checking for EAGAIN
    * tcp_splice: Don't double count bytes read on EINTR
    * conf: Add missing return in conf_nat(), fix --map-guest-addr none
    * udp_flow: Save 8 bytes in struct udp_flow on 64-bit architectures
    * udp_flow: Don't discard packets that arrive between bind() and connect()
    * udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sock
    * udp: Rework udp_listen_sock_data() into udp_sock_fwd()
    * udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock()
    * udp: Move UDP_MAX_FRAMES to udp.c
    * udp: Merge vhost-user and "buf" listening socket paths
    * udp: Split spliced forwarding path from udp_buf_reply_sock_data()
    * udp: Parameterize number of datagrams handled by udp_*_reply_sock_data()
    * udp: Don't bother to batch datagrams from "listening" socket
    * udp: Polish udp_vu_sock_info() and remove from vu specific code
    * udp: Make udp_sock_recv() take max number of frames as a parameter
    * udp: Use connect()ed sockets for initiating side
    * udp: support traceroute in direction tap-socket
    * passt-repair: Ensure that read buffer is NULL-terminated
    * udp: Correct some seccomp filter annotations
    * udp: Simplify updates to UDP flow timestamp
    * udp: Remove redundant udp_at_sidx() call in udp_tap_handler()
    * passt-repair: Correct off-by-one error verifying name
    * migrate, tcp: bind() migrated sockets in repair mode
    * platform requirements: Add test for address conflicts with TCP_REPAIR
    * platform requirements: Add attributes to die() function
    * platform requirements: Fix clang-tidy warning
    * udp: Improve name of UDP related ICMP sending functions
    * udp: Don't attempt to forward ICMP socket errors to other sockets
    * pasta, passt-repair: Support multiple events per read() in inotify handlers
    * udp: correct source address for ICMP messages
    * build: normalize arm targets
    * udp: Add helper function for creating connected UDP socket
    * udp: Always hash socket facing flowsides
    * udp: Better handling of failure to forward from reply socket
    * udp: Share more logic between vu and non-vu reply socket paths
    * udp_vu: Factor things out of udp_vu_reply_sock_data() loop
    * udp: Simplify checking of epoll event bits
    * udp: Common invocation of udp_sock_errs() for vhost-user and "buf" paths
    * packet: Upgrade severity of most packet errors
    * packet: ASSERT on signs of pool corruption
    * util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers
    * packet: Rework packet_get() versus packet_get_try()
    * packet: Move checks against PACKET_MAX_LEN to packet_check_range()
    * packet: Avoid integer overflows in packet_get_do()
    * packet: Correct type of PACKET_MAX_LEN
    * tap: Clarify calculation of TAP_MSGS
    * tap: Make size of pool_tap[46] purely a tuning parameter
    * packet: More cautious checks to avoid pointer arithmetic UB
    * vu_common: Tighten vu_packet_check_range()

++++ python-httpcore:

  - Update to 1.0.8
    * Fix AttributeError when importing on Python 3.14. (#1005)

++++ selinux-policy:

  - Update to version 20241031+git573.66b1ba94:
    * allows gssd_t to read nfs symlinks (bsc#1241042)
    * Label tpm2-measure.log with systemd_pcrlock_var_lib_t (bsc#1240887)
    * Introduce unconfined mysqld_systemd_helper_t (bsc#1240949)
    * Set mysqld_t permissive until we have tested it thorougly (bsc#1240949)
    * Fix label of mysqld (bsc#1240949)
    * Allow login to podman container from tty (1238709)
    * Initial policy for snapper 50-etc plugin (bsc#1236671)
    * Add an rpmbuild test to the gitlab-ci
    * Allow hyper-v's fcopy_uio_daemon to run as unconfined_service_t (bsc#1239593)
    * Allow switcheroo-control dbus chat with xdm
    * Fix typo in calling unconfined_dbus_chat for switcheroo-control
    * Allow sysadm_t to write to /dev/kmsg
    * Allow init_t nnp domain transition to pcscd_t
    * Fix the genfscon statement for pidfs filesystem
    * Allow tuned-ppd dbus chat with xdm
    * Update INSTALL to describe necessary steps to build it
    * Rename the default policy to fedora-selinux
    * Update COPYING to the latest version of GPLv2
    * Allow traceroute_t bind rawip sockets to unreserved ports
    * Revert "Allow traceroute_t bind rawip sockets to unreserved ports"
    * Change the bootc system generator name to bootc-systemd-generator
    * Correct path for SAP HDB binary
    * additional path for SAP binaries
    * Allow xenstored_t manage xend_var_lib_t files (bsc#1228540)
    * dontaudit access to /etc/passwd for power-profiles-daemon (bsc#1237534)
    * allow power-profiles-daemon to watch sysfs directories (bsc#1237534)
    * add dev_watch_sysfs_dirs interface
    * Allow mpd use the io_uring API
    * Confine tuned-ppd
    * Add the switcheroo module
    * Label wine's windows libraries as textrel_shlib_t
    * Allow systemd domains write global pressure stall information
    * Add label and interfaces for kernel PSI files
    * Update bootupd policy
    * Update ktls policy
    * Add policy for systemd-bootc-generator
    * Allow blueman the kill capability
    * Add context for plymouth debug log files
    * Allow rlimit inheritance for domains transitioning to local_login_t
    * Update insights-core policy
    * Allow insights-core map all non-security files
    * Allow insights-core map audit config and log files
    * Allow insights-client manage insights_client_var_log_t files
  - Update embedded container-selinux version to commit:
    * 4244f856ea34d20edb903a6ff28667400a4b6c18 (version 2.236.0)

++++ sudo:

  - Update to 1.9.16p2:
    * Sudo now passes the terminal device number to the policy plugin
    even if it cannot resolve it to a path name. This allows sudo to
    run without warnings in a chroot jail when the terminal device
    files are not present. GitHub issue #421.
    * On Linux systems, sudo will now attempt to use the symbolic links
    in /proc/self/fd/{0,1,2} when resolving the terminal device number.
    This can allow sudo to map a terminal device to its path name even
    when /dev/pts is not mounted in a chroot jail.
    * Fixed compilation errors with gcc and clang in C23 mode. C23 no
    longer supports functions with unspecified arguments. GitHub issue
    [#420].
    * Fixed the test for cross-compiling when checking for C99 snprintf().
    The changes made to the test in sudo 1.9.16 resulted in a different
    problem. GitHub issue #386.
    * Fixed the date used by the exit record in sudo-format log files.
    This was a regression introduced in sudo 1.9.16 and only affected
    file-based logs, not syslog. GitHub issue #405.
    * Fixed the root cause of the “unable to find terminal name for device”
    message when running sudo on AIX when no terminal is present. In
    sudo 1.9.16 this was turned from a debug message into a warning.
    GitHub issue #408.
    * When a duplicate alias is found in the sudoers file, the warning
    message now includes the file and line number of the previous
    definition.
    * Added support for the --with-secure-path-value=no configure option
    to allow packagers to ship the default sudoers file with the secure
    path line commented out.
    * Sudo no longer sends mail when a user runs sudo -nv or sudo -nl,
    even if mail_badpass or mail_always are set. Sudo already avoids
    logging to a file or syslog in this case. Bug #1072.
    * Added the cmddenial_message sudoers option to provide additional
    information to the user when a command is denied by the sudoers
    policy. The default message is still displayed.
    * The time stamp used for file-based logs is now more consistent
    with the time stamp produced by syslog. GitHub issue #327.
    * Sudo will now warn the user if it can detect the user’s terminal but
    cannot determine the path to the terminal device. The sudoers time
    stamp file will now use the terminal device number directly.
    GitHub issue #329.
    * The embedded copy of zlib has been updated to version 1.3.1.
    * Improved error handling if generating the list of signals and signal
    names fails at build time.
    * Fixed a compilation issue on Linux systems without process_vm_readv().
    * Fixed cross-compilation with WolfSSL.
    * Added a json_compact value for the sudoers log_format option which can
    be used when logging to a file. The existing json value has been aliased
    to json_pretty. In a future release, json will be an alias for
    json_compact. GitHub issue #357.
    * A new pam_silent sudoers option has been added which may be negated to
    avoid suppressing output from PAM authentication modules. GitHub issue #216.
    * Fixed several cvtsudoers JSON output problems. GitHub issues #369, #370,
    [#371], #373, #381.
    * When sudo runs a command in a pseudo-terminal and the user’s terminal is
    revoked, the pseudo-terminal’s foreground process group will now receive
    SIGHUP before the terminal is revoked. This emulates the behavior of the
    session leader exiting and is consistent with what happens when,
    for example, an ssh session is closed. GitHub issue #367.
    * Fixed make test with Python 3.12. GitHub issue #374.
    * In schema.ActiveDirectory, fixed the quoting in the example command.
    GitHub issue #376.
    * Paths specified via a Chdir_Spec or Chroot_Spec in sudoers may now
    be double-quoted.
    * Sudo insults are now included by default, but disabled unless the
  - -with-insults configure option is specified or the insults sudoers
    option is enabled.
    * The default sudoers file now enables the secure_path option by
    default and preserves the EDITOR, VISUAL, and SUDO_EDITOR environment
    variables when running visudo. The new --with-secure-path-value
    configure option can be used to set the value of secure_path in
    the default sudoers file. GitHub issue #387.
    * A sudoers schema for IBM Directory Server (aka IBM Tivoli Directory
    Server, IBM Security Directory Server, and IBM Security Verify
    Directory) is now included.
    * When cross-compiling sudo, the configure script now assumes that
    the snprintf() function is C99-compliant if the C compiler
    supports the C99 standard. Previously, configure would use sudo’s
    own snprintf() when cross-compiling. GitHub issue #386.

------------------------------------------------------------------
------------------  2025-4-15  -  Apr 15 2025  -------------------
------------------------------------------------------------------

++++ cockpit-tukit:

  - Update to version 0.1.3~git0.41f9fbc:
    * FEAT: add ci
    * FEAT: drop rome and use styelint and eslint
    * FIX: update makefile to support updated translation utils
    * FEAT: explicitly specify cockpit-tukit is only supported on transacional systems
    * use typescript types provided by upstream
    * drop 38.patch

++++ lvm2-device-mapper:

  - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938)
    * set lvm.conf devices.multipath_wwids_file=""

++++ firewalld:

  - Require python3-PyQt6 in firewall-applet, since that's preferred
    over PyQt5.

++++ jeos-firstboot:

  - Update to version 1.5.5:
    * user: Add field to add the user to specified groups (bsc#1241215)
    * Add title and description to remaining modules
  - Remove changesauthor from _service

++++ kdump:

  - upgrade to version 2.0.18
    * set KDUMP_CPUs to 32 by default (bsc#1240769, jsc#PED-9894,
    bsc#1237754, bsc#1239999)

++++ kernel-default:

  - tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
    (bsc#1241175).
  - commit 0ef38a2
  - KVM: arm64: Disable MPAM visibility by default and ignore VMM
    writes (jsc#PED-348).
  - commit e3beeb3
  - KVM: arm64: Add a macro for creating filtered sys_reg_descs
    entries (jsc#PED-348).
  - commit 84c72db
  - KVM: arm64: Fix missing traps of guest accesses to the MPAM
    registers (jsc#PED-348).
  - commit e04fac3
  - arm64/sysreg: Convert existing MPAM sysregs and add the
    remaining entries (jsc#PED-348).
  - commit fc877ac
  - arm64: cpufeature: discover CPU support for MPAM (jsc#PED-348).
  - Refresh
    patches.suse/arm64-sme-Move-storage-of-reg_smidr-to-__cpuinfo_store_cpu.patch.
  - commit 4273e38
  - s390/kvm: Initialize uninitialized flags variable (jsc#PED-348).
  - commit bd0573c
  - KVM: arm64: Handle WXN attribute (jsc#PED-348).
  - commit 9517663
  - KVM: arm64: Handle stage-1 permission overlays (jsc#PED-348).
  - commit f65766f
  - KVM: arm64: Make PAN conditions part of the S1 walk context
    (jsc#PED-348).
  - commit c70d3fb
  - KVM: arm64: Disable hierarchical permissions when POE is enabled
    (jsc#PED-348).
  - commit dcfbd15
  - KVM: arm64: Add POE save/restore for AT emulation fast-path
    (jsc#PED-348).
  - commit 89f6f7b
  - KVM: arm64: Add save/restore support for POR_EL2 (jsc#PED-348).
  - commit 4e2e599
  - KVM: arm64: Add basic support for POR_EL2 (jsc#PED-348).
  - commit 54dfec0
  - arm64: Add encoding for POR_EL2 (jsc#PED-348).
  - commit 9267b41
  - mm: fix kernel BUG when userfaultfd_move encounters swapcache
    (CVE-2025-21984 bsc#1240793).
  - commit 8567e65
  - KVM: arm64: Add kvm_has_s1poe() helper (jsc#PED-348).
  - commit da6756a
  - KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}
    (jsc#PED-348).
  - commit 1d7e9b8
  - KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing
    (jsc#PED-348).
  - commit 9eac74b
  - KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
    (jsc#PED-348).
  - commit 694ef1d
  - KVM: arm64: Hide S1PIE registers from userspace when disabled
    for guests (jsc#PED-348).
  - commit 2dec159
  - KVM: arm64: Hide TCR2_EL1 from userspace when disabled for
    guests (jsc#PED-348).
  - commit f97c2f8
  - KVM: arm64: Define helper for EL2 registers with custom
    visibility (jsc#PED-348).
  - commit 3d235f5
  - KVM: arm64: Add a composite EL2 visibility helper (jsc#PED-348).
  - commit f47be3b
  - KVM: arm64: Implement AT S1PIE support (jsc#PED-348).
  - commit 820b016
  - KVM: arm64: Disable hierarchical permissions when S1PIE is
    enabled (jsc#PED-348).
  - commit e14aa8f
  - KVM: arm64: Split S1 permission evaluation into direct and
    hierarchical parts (jsc#PED-348).
  - commit f4fb624
  - KVM: arm64: Add AT fast-path support for S1PIE (jsc#PED-348).
  - commit 1a3afec
  - KVM: arm64: Handle PIR{,E0}_EL2 traps (jsc#PED-348).
  - commit e7ff115
  - arm64: Add encoding for PIRE0_EL2 (jsc#PED-348).
  - commit 83735b4
  - KVM: arm64: Add save/restore for PIR{,E0}_EL2 (jsc#PED-348).
  - commit 20ffc77
  - KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays (jsc#PED-348).
  - commit 88c8532
  - KVM: arm64: Add save/restore for TCR2_EL2 (jsc#PED-348).
  - commit ff41ff0
  - KVM: arm64: Sanitise TCR2_EL2 (jsc#PED-348).
  - commit f3d1cd4
  - usb: core: Don't use %pK through printk (jsc#PED-10906).
  - commit 451ccc3
  - arm64/sysreg: Update ID_AA64MMFR1_EL1 register (jsc#PED-348).
  - commit 9e3de0a
  - usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipe
    (jsc#PED-10906).
  - commit d5e9e32
  - USB: core: Add eUSB2 descriptor and parsing in USB core
    (jsc#PED-10906).
  - commit 9bca1b9
  - KVM: arm64: nv: Save/Restore vEL2 sysregs (jsc#PED-348).
  - commit f6a4e31
  - KVM: arm64: Add TCR2_EL2 to the sysreg arrays (jsc#PED-348).
  - commit 451336d
  - KVM: arm64: Extend masking facility to arbitrary registers
    (jsc#PED-348).
  - commit b513a82
  - usb: hcd: Bump local buffer size in rh_string() (jsc#PED-10906).
  - commit 68d4f73
  - KVM: arm64: nv: Handle CNTHCTL_EL2 specially (jsc#PED-348).
  - commit 6e65067
  - KVM: arm64: nv: Add missing EL2->EL1 mappings in
    get_el2_to_el1_mapping() (jsc#PED-348).
  - commit 12505d9
  - net: atm: fix use after free in lec_send() (CVE-2025-22004
    bsc#1240835).
  - commit adce8b1
  - KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
    (jsc#PED-348).
  - commit fc823e4
  - KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP
    MMU SPTEs (jsc#PED-348).
  - commit de109d1
  - KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
    (jsc#PED-348).
  - commit dd47125
  - KVM: x86: Don't emit TLB flushes when aging SPTEs for
    mmu_notifiers (jsc#PED-348).
  - Refresh
    patches.suse/KVM-x86-Break-CONFIG_KVM_X86-s-direct-dependency-on-.patch.
  - Refresh
    patches.suse/KVM-x86-add-back-X86_LOCAL_APIC-dependency.patch.
  - commit ae06851
  - KVM: Allow arch code to elide TLB flushes when aging a young
    page (jsc#PED-348).
  - commit 7716eab
  - KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_
    A/D bits are disabled (jsc#PED-348).
  - commit e1874d2
  - usb: typec: tcpm: Switch to use hrtimer_setup() (jsc#PED-10906).
  - commit 6f682e4
  - KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf
    SPTE changes (jsc#PED-348).
  - commit e07246c
  - KVM: x86/mmu: Stop processing TDP MMU roots for test_age if
    young SPTE found (jsc#PED-348).
  - commit 27f92c8
  - usb: typec: ucsi: Enable UCSI commands in debugfs
    (jsc#PED-10906).
  - commit c833f26
  - KVM: x86/mmu: Process only valid TDP MMU roots when aging a
    gfn range (jsc#PED-348).
  - commit 943dc36
  - usb: typec: ucsi: Rename SET_UOM UCSI command to SET_CCOM
    (jsc#PED-10906).
  - commit ab708c6
  - KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits
    are disabled (jsc#PED-348).
  - commit cfcfab1
  - usb: typec: ucsi: Add a macro definition for UCSI v1.0
    (jsc#PED-10906).
  - commit 39299cc
  - KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits
    disabled (jsc#PED-348).
  - commit b2bf96d
  - KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D
    bits disabled (jsc#PED-348).
  - commit 566d28e
  - USB: typec: Use str_enable_disable-like helpers (jsc#PED-10906).
  - commit 120ce5f
  - KVM: x86/mmu: Add a dedicated flag to track if A/D bits are
    globally enabled (jsc#PED-348).
  - commit 3d2e74a
  - KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault
    clears MMU-writable (jsc#PED-348).
  - commit 48ca2b6
  - KVM: x86/mmu: Fold mmu_spte_update_no_track() into
    mmu_spte_update() (jsc#PED-348).
  - commit 75b98ac
  - KVM: x86/mmu: Drop ignored return value from
    kvm_tdp_mmu_clear_dirty_slot() (jsc#PED-348).
  - commit a673add
  - KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in
    shadow MMU (jsc#PED-348).
  - commit 5534036
  - KVM: x86/mmu: Don't force flush if SPTE update clears Accessed
    bit (jsc#PED-348).
  - commit b286e77
  - KVM: x86/mmu: Fold all of make_spte()'s writable handling into
    one if-else (jsc#PED-348).
  - commit af747d2
  - KVM: x86/mmu: Always set SPTE's dirty bit if it's created as
    writable (jsc#PED-348).
  - commit c950df4
  - KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is
    cleared from RO SPTE (jsc#PED-348).
  - commit d8a996f
  - KVM: Protect vCPU's "last run PID" with rwlock, not RCU
    (jsc#PED-348).
  - commit 33d08b8
  - KVM: Return '0' directly when there's no task to yield to
    (jsc#PED-348).
  - commit 61738c0
  - KVM: Rework core loop of kvm_vcpu_on_spin() to use a single
    for-loop (jsc#PED-348).
  - commit f053a79
  - kvm/vfio: Constify struct kvm_device_ops (jsc#PED-348).
  - commit d80fea1
  - KVM: VMX: Remove the unused variable "gpa" in __invept()
    (jsc#PED-348).
  - commit 7ec63c5
  - s390/kvm: Stop using gmap_{en,dis}able() (jsc#PED-348).
  - commit ad5699e
  - s390/mm/fault: Handle guest-related program interrupts in KVM
    (jsc#PED-348).
  - commit 6f895c5
  - usb: typec: ucsi: make yoga_c630_ucsi_ops be static (git-fixes).
  - Refresh
    patches.suse/acpi-typec-ucsi-Introduce-a-poll_cci-method.patch.
  - commit 1fd8834
  - s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
    (jsc#PED-348).
  - commit 9fb399c
  - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw()
    (CVE-2025-22005 bsc#1240866).
  - commit 55ba3fc
  - sched: address a potential NULL pointer dereference in the
    GRED scheduler (CVE-2025-21980 bsc#1240809).
  - commit 6b4ede1
  - llc: do not use skb_get() before dev_queue_xmit()
    (CVE-2025-21925 bsc#1240713).
  - commit bda383b
  - net: gso: fix ownership in __udp_gso_segment (CVE-2025-21926
    bsc#1240712).
  - commit b665cba
  - s390/kvm: Remove kvm_arch_fault_in_page() (jsc#PED-348).
  - commit 3095779
  - x86/sev: Convert shared memory back to private on kexec
    (jsc#PED-348).
  - commit 0647d96
  - x86/mm: Refactor __set_clr_pte_enc() (jsc#PED-348).
  - commit ea457a5
  - RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEs
    (jsc#PED-348).
  - commit d360325
  - RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()
    (jsc#PED-348).
  - commit e8697fa
  - RISC-V: KVM: Use SBI sync SRET call when available
    (jsc#PED-348).
  - commit 3da5307
  - RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs
    (jsc#PED-348).
  - commit 82bdae7
  - RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
    (jsc#PED-348).
  - commit 6970419
  - RISC-V: KVM: Add common nested acceleration support
    (jsc#PED-348).
  - commit d82db7c
  - RISC-V: KVM: Don't setup SGEI for zero guest external interrupts
    (jsc#PED-348).
  - commit b1f1f2e
  - RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()
    (jsc#PED-348).
  - commit 7003072
  - RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros
    (jsc#PED-348).
  - commit b08f02a
  - RISC-V: KVM: Save/restore SCOUNTEREN in C source (jsc#PED-348).
  - commit fe6d178
  - RISC-V: KVM: Save/restore HSTATUS in C source (jsc#PED-348).
  - commit c7799a4
  - RISC-V: KVM: Order the object files alphabetically
    (jsc#PED-348).
  - commit 559c6a4
  - riscv: KVM: add basic support for host vs guest profiling
    (jsc#PED-348).
  - commit 6ab0369
  - KVM: Don't grab reference on VM_MIXEDMAP pfns that have a
    "struct page" (jsc#PED-348).
  - commit 35de075
  - KVM: Drop APIs that manipulate "struct page" via pfns
    (jsc#PED-348).
  - commit 609bbfb
  - KVM: arm64: Don't mark "struct page" accessed when making SPTE
    young (jsc#PED-348).
  - commit 9484013
  - KVM: x86/mmu: Don't mark "struct page" accessed when zapping
    SPTEs (jsc#PED-348).
  - commit cc2a92b
  - KVM: Make kvm_follow_pfn.refcounted_page a required field
    (jsc#PED-348).
  - commit 169d6a4
  - KVM: s390: Use kvm_release_page_dirty() to unpin "struct page"
    memory (jsc#PED-348).
  - commit 18e2728
  - KVM: Drop gfn_to_pfn() APIs now that all users are gone
    (jsc#PED-348).
  - commit 5338a4f
  - KVM: PPC: Explicitly require struct page memory for Ultravisor
    sharing (jsc#PED-348).
  - commit 21ddf5e
  - KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from
    userspace (jsc#PED-348).
  - commit 3eaa98c
  - KVM: Add support for read-only usage of gfn_to_page()
    (jsc#PED-348).
  - commit 9d01822
  - KVM: Convert gfn_to_page() to use kvm_follow_pfn()
    (jsc#PED-348).
  - commit 9029bc7
  - KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz
    instructions (jsc#PED-348).
  - commit bd2622b
  - KVM: PPC: Remove extra get_page() to fix page refcount leak
    (jsc#PED-348).
  - commit 8e1492f
  - KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
    (jsc#PED-348).
  - commit 518e429
  - KVM: MIPS: Mark "struct page" pfns accessed prior to dropping
    mmu_lock (jsc#PED-348).
  - commit ddd3591
  - KVM: MIPS: Mark "struct page" pfns accessed only in "slow"
    page fault path (jsc#PED-348).
  - commit 297d0d2
  - KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page
    fault path (jsc#PED-348).
  - commit c07fb69
  - KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
    (jsc#PED-348).
  - commit b0ce30a
  - KVM: LoongArch: Mark "struct page" pfn accessed before dropping
    mmu_lock (jsc#PED-348).
  - commit 19db987
  - KVM: LoongArch: Mark "struct page" pfns accessed only in "slow"
    page fault path (jsc#PED-348).
  - commit f4eecd8
  - KVM: LoongArch: Mark "struct page" pfns dirty only in "slow"
    page fault path (jsc#PED-348).
  - commit e66b533
  - KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s
    PR (jsc#PED-348).
  - commit 7939351
  - KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after
    installing PTE (jsc#PED-348).
  - commit aa1dde6
  - KVM: PPC: Drop unused @kvm_ro param from
    kvmppc_book3s_instantiate_page() (jsc#PED-348).
  - commit cc34550
  - KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on
    Book3s Radix (jsc#PED-348).
  - commit 0e15d53
  - KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on
    Book3s HV (jsc#PED-348).
  - commit f67a3b8
  - KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the
    guest (jsc#PED-348).
  - commit 9d03d10
  - KVM: RISC-V: Mark "struct page" pfns accessed before dropping
    mmu_lock (jsc#PED-348).
  - commit 7c80cea
  - KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE
    is installed (jsc#PED-348).
  - commit 9552f6c
  - KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
    (jsc#PED-348).
  - commit fa597ff
  - KVM: arm64: Mark "struct page" pfns accessed/dirty before
    dropping mmu_lock (jsc#PED-348).
  - commit a4270e1
  - KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
    (jsc#PED-348).
  - commit 6be6f59
  - KVM: PPC: e500: Mark "struct page" pfn accessed before dropping
    mmu_lock (jsc#PED-348).
  - commit 5546e1c
  - KVM: PPC: e500: Mark "struct page" dirty in
    kvmppc_e500_shadow_map() (jsc#PED-348).
  - commit 160e7cb
  - KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
    (jsc#PED-348).
  - commit 61408ef
  - KVM: VMX: Hold mmu_lock until page is released when updating
    APIC access page (jsc#PED-348).
  - Refresh
    patches.suse/KVM-x86-Plumb-in-the-vCPU-to-kvm_x86_ops.hwapic_isr_.patch.
  - commit e97d169
  - KVM: Move x86's API to release a faultin page to common KVM
    (jsc#PED-348).
  - commit 035d4ba
  - KVM: x86/mmu: Don't mark unused faultin pages as accessed
    (jsc#PED-348).
  - commit e82b47f
  - KVM: x86/mmu: Put refcounted pages instead of blindly releasing
    pfns (jsc#PED-348).
  - commit 6c6ce8a
  - KVM: guest_memfd: Provide "struct page" as output from
    kvm_gmem_get_pfn() (jsc#PED-348).
  - commit feb8cad
  - KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn()
    (jsc#PED-348).
  - commit bd6cf4e
  - KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
    (jsc#PED-348).
  - commit 6ea159b
  - KVM: Add kvm_faultin_pfn() to specifically service guest page
    faults (jsc#PED-348).
  - commit 6ea3a1f
  - KVM: Move declarations of memslot accessors up in kvm_host.h
    (jsc#PED-348).
  - commit 346a8cc
  - KVM: x86/mmu: Mark pages/folios dirty at the origin of
    make_spte() (jsc#PED-348).
  - commit b50aad2
  - KVM: x86/mmu: Add helper to "finish" handling a guest page fault
    (jsc#PED-348).
  - commit 25e2704
  - usb: typec: Only use SVID for matching altmodes (jsc#PED-10906).
  - commit 61e9ea2
  - KVM: x86/mmu: Add common helper to handle prefetching SPTEs
    (jsc#PED-348).
  - commit cf1410f
  - KVM: x86/mmu: Put direct prefetched pages via
    kvm_release_page_clean() (jsc#PED-348).
  - commit 7ec071e
  - KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up
    generic names (jsc#PED-348).
  - commit 2a00967
  - KVM: x86: Don't fault-in APIC access page during initial
    allocation (jsc#PED-348).
  - commit 78f29d5
  - KVM: Disallow direct access (w/o mmu_notifier) to unpinned
    pfn by default (jsc#PED-348).
  - commit f85530d
  - KVM: Get writable mapping for __kvm_vcpu_map() only when
    necessary (jsc#PED-348).
  - commit f777357
  - KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
    (jsc#PED-348).
  - commit 883428f
  - modpost: rename variables in handle_moddevtable()
    (jsc#PED-10906).
  - commit aba5386
  - KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
    (jsc#PED-348).
  - commit 6e89a6c
  - KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
    (jsc#PED-348).
  - commit 16f3b31
  - modpost: move strstarts() to modpost.h (jsc#PED-10906).
  - Refresh patches.suse/kbuild-modpost-integrate-klp-convert.patch.
  - commit a756d33
  - KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn() (jsc#PED-348).
  - commit d7f465b
  - modpost: convert do_usb_table() to a generic handler
    (git-fixes).
  - commit ecc46de
  - KVM: pfncache: Precisely track refcounted pages (jsc#PED-348).
  - commit 0aff3f5
  - modpost: convert do_of_table() to a generic handler
    (jsc#PED-10906).
  - commit d8f945d
  - KVM: Add kvm_release_page_unused() API to put pages that KVM
    never consumes (jsc#PED-348).
  - commit f3f2577
  - modpost: convert do_pnp_device_entry() to a generic handler
    (jsc#PED-10906).
  - commit af13ab1
  - modpost: convert do_pnp_card_entries() to a generic handler
    (jsc#PED-10906).
  - commit f180a34
  - modpost: call module_alias_printf() from all do_*_entry()
    functions (jsc#PED-10906).
  - commit e34cda7
  - modpost: pass (struct module *) to do_*_entry() functions
    (jsc#PED-10906).
  - commit cc012bd
  - KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up
    in kvm_main.c (jsc#PED-348).
  - commit 83af984
  - modpost: remove DEF_FIELD_ADDR_VAR() macro (jsc#PED-10906).
  - commit 90a6f96
  - KVM: Provide refcounted page as output field in struct
    kvm_follow_pfn (jsc#PED-348).
  - commit 20e080e
  - modpost: deduplicate MODULE_ALIAS() for all drivers
    (jsc#PED-10906).
  - commit 76f77e7
  - KVM: Use plain "struct page" pointer instead of single-entry
    array (jsc#PED-348).
  - commit 9282fe8
  - KVM: nVMX: Add helper to put (unmap) vmcs12 pages (jsc#PED-348).
  - commit b7b598e
  - modpost: introduce module_alias_printf() helper (jsc#PED-10906).
  - Refresh patches.suse/add-suse-supported-flag.patch.
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
  - commit 272330b
  - KVM: nVMX: Drop pointless msr_bitmap_map field from struct
    nested_vmx (jsc#PED-348).
  - commit d39c536
  - modpost: remove unnecessary check in do_acpi_entry()
    (jsc#PED-10906).
  - commit a88bac3
  - KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS
    mapping (jsc#PED-348).
  - commit 4f03277
  - KVM: Use NULL for struct page pointer to indicate mremapped
    memory (jsc#PED-348).
  - commit 8ec4686
  - KVM: Explicitly initialize all fields at the start of
    kvm_vcpu_map() (jsc#PED-348).
  - commit 0ee9c47
  - KVM: Remove pointless sanity check on @map param to
    kvm_vcpu_(un)map() (jsc#PED-348).
  - commit c5f3ebd
  - KVM: Introduce kvm_follow_pfn() to eventually replace
    "gfn_to_pfn" APIs (jsc#PED-348).
  - commit f0c102d
  - KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
    (jsc#PED-348).
  - commit fc13047
  - KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track
    intermediate hva (jsc#PED-348).
  - commit a75fb71
  - KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and
    error code (jsc#PED-348).
  - commit 267c432
  - KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect
    poisoned page (jsc#PED-348).
  - commit 17f0d93
  - KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns
  - EGAIN (jsc#PED-348).
  - commit 3b658f3
  - KVM: Annotate that all paths in hva_to_pfn() might sleep
    (jsc#PED-348).
  - commit edfdc02
  - KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
    (jsc#PED-348).
  - commit 8f753c1
  - KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
    (jsc#PED-348).
  - commit da09c4e
  - KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching
    indirect PTEs (jsc#PED-348).
  - commit a2ea2a7
  - KVM: x86/mmu: Mark page/folio accessed only when zapping leaf
    SPTEs (jsc#PED-348).
  - commit 7d8ddfe
  - KVM: x86/mmu: Mark folio dirty when creating SPTE, not when
    zapping/modifying (jsc#PED-348).
  - commit 93e9c16
  - KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing
    existing SPTE (jsc#PED-348).
  - commit 0710a89
  - KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
    (jsc#PED-348).
  - commit 2af317d
  - KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when
    prefaulting (jsc#PED-348).
  - commit cf029e8
  - KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was
    a leaf SPTE (jsc#PED-348).
  - commit 8176a7a
  - KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL
    page pointer (jsc#PED-348).
  - commit dae8f22
  - KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to
    indicate an error (jsc#PED-348).
  - commit 7c4b876
  - KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
    (jsc#PED-348).
  - commit 932dd19
  - KVM: arm64: Add support for PSCI v1.2 and v1.3 (jsc#PED-348).
  - commit f451559
  - KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
    (jsc#PED-348).
  - commit 6c5d08c
  - firmware/psci: Add definitions for PSCI v1.3 specification
    (jsc#PED-348).
  - commit d3ca0ff
  - RDMA/bnxt_re: Remove unusable nq variable (git-fixes)
  - commit 047a720
  - KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVM
    (jsc#PED-348).
  - commit b6ff591
  - KVM: arm64: Just advertise SEIS as 0 when emulating ICC_CTLR_EL1
    (jsc#PED-348).
  - commit fa5285c
  - selftest/bpf: Add vsock test for sockmap rejecting unconnected
    (bsc#1239470 CVE-2025-21854).
  - commit 6e36f6b
  - selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting
    unconnected (bsc#1239470 CVE-2025-21854).
  - sockmap, vsock: For connectible sockets allow only connected
    (bsc#1239470 CVE-2025-21854).
  - 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).
  - commit 750fb4b
  - RDMA/core: Silence oversized kvmalloc() warning (git-fixes)
  - commit b40a0b3
  - RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (git-fixes)
  - commit 1195add
  - RDMA/hns: Fix wrong maximum DMA segment size (git-fixes)
  - commit 10442e4
  - RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() (git-fixes)
  - commit a0ae514
  - RDMA/bnxt_re: Fix budget handling of notification queue (git-fixes)
  - commit 4f16ca1
  - selftests/net: Add test for loading devbound XDP program in
    generic mode (bsc#1238742 CVE-2025-21808).
  - net: xdp: Disallow attaching device-bound programs in generic
    mode (bsc#1238742 CVE-2025-21808).
  - commit 461e3db
  - Update
    patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch
    (bsc#1238212).
  - commit 43028e5

++++ kernel-firmware-sound:

  - Update to version 20250415 (git commit 2f411c10e457):
    * intel: avs: Update topology file for I2S Analog Devices 4567
    * intel: avs: Update topology file for I2S Realtek 5663
    * intel: avs: Update topology file for I2S Realtek 5640
    * intel: avs: Update topology file for I2S Realtek 5514
    * intel: avs: Update topology file for I2S Realtek 298
    * intel: avs: Update topology file for I2S Realtek 286
    * intel: avs: Update topology file for I2S Realtek 274
    * intel: avs: Update topology file for I2S Nuvoton 8825
    * intel: avs: Update topology file for I2S Maxim 98927
    * intel: avs: Update topology file for I2S Maxim 98373
    * intel: avs: Update topology file for I2S Maxim 98357a
    * intel: avs: Update topology file for HDAudio codecs
    * intel: avs: Update topology file for HDMI codecs
    * intel: avs: Update topology file for Digital Microphone Array
    * intel: avs: Update topology file for I2S Dialog 7219

++++ alsa:

  - Update to alsa-lib 1.2.14:
    * Disable and delete alsalisp code
    * include: prefer alsa/asoundlib.h for apps, dependency cleanups
    * seq: Define new events for UMP EP/FB change notifications
    * control: remap improvements
    * pcm: tstamp mode fixes
    * rawmidi: ump fixes and tied device flag extensions
    * seq: fix UMP handling and other minot fixes
    * ucm: add sys-card substitution, etc
    * test/playmidi1: fix compilation caused by conflict between midifile.h and ump_msg.h
    For details, see:
    https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-lib
  - Drop obsoleted patches:
    0001-src-Versions.in.in-Update-_tempo_base-name.patch
    0002-configure-Make-sequencer-dependent-on-rawmidi.patch
    0003-seq-include-UMP-headers.patch

++++ leancrypto:

  - added keyring, https://leancrypto.org/about/smuellerDD-2024.asc
  - adjust license to BSD-3-clause

++++ lvm2:

  - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938)
    * set lvm.conf devices.multipath_wwids_file=""

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

  - update non-CUDA variant to 570.144 (boo#1241231)

++++ raspberrypi-firmware-dt:

  - Fix xHCI power-domain (CVE-2025-22011, bsc#1240941)
    * 0002-ARM-dts-bcm2711-Fix-xHCI-power-domain.patch

++++ read-only-root-fs:

  - Update to version 1.0+git20250415.7e7aea4:
    * Add missing dependency on mountpoint
  - Add missing dependencies for %post

------------------------------------------------------------------
------------------  2025-4-14  -  Apr 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Fix deadlock when freeing cgroup storage (CVE-2024-58088 bsc#1239510)
  - commit 16371d9
  - dpll: fix xa_alloc_cyclic() error handling (CVE-2025-22016 bsc#1240934)
  - commit cc084a2
  - devlink: fix xa_alloc_cyclic() error handling (CVE-2025-22017 bsc#1240936)
  - commit 768ef0a
  - caif_virtio: fix wrong pointer check in cfv_probe()
    (CVE-2025-21904 bsc#1240576).
  - commit 3c0bb89
  - tools/power turbostat: report CoreThr per measurement interval
    (git-fixes).
  - commit f32d7c3
  - cgroup/cpuset: Fix error handling in remote_partition_disable()
    (bsc#1241166).
  - cgroup/cpuset: Fix incorrect isolated_cpus update in
    update_parent_effective_cpumask() (bsc#1241166).
  - cgroup/cpuset: Fix spelling errors in file
    kernel/cgroup/cpuset.c (bsc#1241166).
  - commit 9c766ef
  - Update config files.
  - Disabled CONFIG_SYSFS_SYSCALL (jsc#PED-12651)
  - Had to enable CONFIG_EXPERT for config/s390x/zfcpdump to expose
    CONFIG_SYSFS_SYSCALL. The rest of new options exposed by CONFIG_EXPERT
    were set to match the other configs.
  - commit 7bd5ed3
  - arm64: realm: Use aliased addresses for device DMA to shared
    buffers (jsc#PED-11786).
  - commit e3877ff
  - dma: Introduce generic dma_addr_*crypted helpers
    (jsc#PED-11786).
  - commit 5d1c551
  - dma: Fix encryption bit clearing for dma_to_phys
    (jsc#PED-11786).
  - commit dd8af28
  - virt: sev-guest: Allocate request data dynamically
    (jsc#PED-348).
  - commit e63518a
  - Update config files.
  - supported.conf: add drivers/virt/coco/arm-cca-guest/arm-cca-guest
  - commit 758e23b
  - patches.suse/arm64-Document-Arm-Confidential-Compute.patch:
    (jsc#PED-11786).
  - commit 4c3c801
  - Update config files.
  - supported.conf: add lib/crypto/libaesgcm (needed for SEV guests)
  - commit 989f69b
  - supported.conf: Mark Intel ivpu accel driver as supported (jsc#PED-10529 jsc#PED-10738)
  - commit d6a0ec5
  - RDMA/mana_ib: Ensure variable err is initialized (git-fixes).
  - commit c0a5353
  - wifi: ath11k: update channel list in worker when wait flag is
    set (bsc#1241134).
  - commit 7612236

++++ ncurses:

  - Add ncurses patch 20250412
    + add pangoterm -TD
    + add kf1 to kf5 to sclp (report by Werner Fink)
    + add vt100+pf1-pf4 -TD
  - Modify patch ncurses-5.9-ibm327x.dif
    * Skip the further entry as now aprt of the common `sclp' entry
    * Add ansi.sys entry to ibm327x for coloring support

++++ nftables:

  - Update to release 1.1.2
    * Allow for expressing protocol dependency on sets.
    * Support for more advanced bitwise operations with statements.
    * Set element auto-merge now skips elements with
    timeout/expiration.
    * Memory footprint reduction for set elements.
    * Updated `nft monitor` to report flowtable events.
    * Support for merging bitmask matching in set/map with
  - o/--optimize.
    * Improved MPTCP support with symbol table for subtypes.

++++ libnftnl:

  - Update to release 1.2.9
    * Added support for kernel space AND, OR and XOR operations (for
    Linux kernel >= 6.13)
    * Fix ct id being printed as "unknown" key

++++ perl:

  - update to 5.40.2
    * fix heap buffer overflow with tr// [bsc#1241083] [CVE-2024-56406]

++++ python-lxml:

  - update to 5.3.2 (bsc#1237370, CVE-2025-24928):
    * This release resolves CVE-2025-24928 as described in
    * https://gitlab.gnome.org/GNOME/libxml2/-/issues/847
    * GH#440: Some tests were adapted for libxml2 2.14.0.
    * LP#2097175: ``DTD(external_id="…")`` erroneously required a
    byte string as ID value.
    * GH#450: ``iterparse()`` internally triggered the
    `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

++++ read-only-root-fs:

  - Update to version 1.0+git20250414.6ef7163:
    * Add a note why we need to keep 10-read-only-root-fs.conf around
    * Migrate from /etc overlays to subvolumes
  - Switch _service to use mode="manual"

++++ update-alternatives:

  - Update to version 1.22.18.
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.18
  - Changes from 1.22.17:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.17
  - Changes from 1.22.16:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.16
  - Changes from 1.22.15:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.15
  - Changes from 1.22.14:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.14
  - Changes from 1.22.13:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.13
  - Changes from 1.22.12:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.12
  - Refresh patch:
    * openssl.patch

++++ virt-manager:

  - Spec file changes for including the correct dependencies
    depending on the distro. (bsc#1241082 and bsc#1241119)

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

++++ grub2:

  - add grub2-string-initializer.patch, part of upstream gnulib
    patch, to fix gcc15 compile time error (bsc#1239884)

++++ 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 ef3f359

++++ libgcrypt:

  - Differentiate use of SHA1 in the service level indicator [jsc#PED-12227]
    * Include upstream SLI revamp and fips certification fixes
    * Add patches:
  - libgcrypt-fips-Introduce-an-internal-API-for-FIPS-service-indicator.patch
  - libgcrypt-fips-Introduce-GCRYCTL_FIPS_SERVICE_INDICATOR-and-the-macro.patch
  - libgcrypt-fips-kdf-Implement-new-FIPS-service-indicator-for-gcry_kdf_derive.patch
  - libgcrypt-fips-md-Implement-new-FIPS-service-indicator-for-gcry_md_hash_.patch
  - libgcrypt-fips-tests-Add-t-digest.patch
  - libgcrypt-fips-Change-the-internal-API-for-new-FIPS-service-indicator.patch
  - libgcrypt-fips-md-Implement-new-FIPS-service-indicator-for-gcry_md_open-API.patch
  - libgcrypt-fips-tests-Add-tests-for-md_open-write-read-close-for-t-digest.patch
  - libgcrypt-fips-mac-Implement-new-FIPS-service-indicator-for-gcry_mac_open.patch
  - libgcrypt-fips-cipher-Implement-new-FIPS-service-indicator-for-cipher_open.patch
  - libgcrypt-tests-fips-Add-gcry_mac_open-tests.patch
  - libgcrypt-tests-fips-Rename-t-fips-service-ind.patch
  - libgcrypt-tests-fips-Move-KDF-tests-to-t-fips-service-ind.patch
  - libgcrypt-tests-fips-Add-gcry_cipher_open-tests.patch
  - libgcrypt-fips-md-gcry_md_copy-should-care-about-FIPS-service-indicator.patch
  - libgcrypt-fips-cipher-Implement-FIPS-service-indicator-for-gcry_pk_hash_-API.patch
  - libgcrypt-fips-Introduce-GCRYCTL_FIPS_REJECT_NON_FIPS.patch
  - libgcrypt-Fix-the-previous-change.patch
  - libgcrypt-fips-Rejection-by-GCRYCTL_FIPS_REJECT_NON_FIPS-not-by-open-flags.patch
  - libgcrypt-fips-cipher-Add-behavior-not-to-reject-but-mark-non-compliant.patch
  - libgcrypt-fips-ecc-Add-rejecting-or-marking-for-gcry_pk_get_curve.patch
  - libgcrypt-tests-Add-more-tests-to-tests-t-fips-service-ind.patch
  - libgcrypt-fips-ecc-Check-DATA-in-gcry_pk_sign-verify-in-FIPS-mode.patch
  - libgcrypt-fips-cipher-Fix-memory-leak-for-gcry_pk_hash_sign.patch
  - libgcrypt-build-Improve-__thread-specifier-check.patch
  - libgcrypt-cipher-Check-and-mark-non-compliant-cipher-modes-in-the-SLI.patch
  - libgcrypt-cipher-Rename-_gcry_cipher_is_mode_fips_compliant.patch
  - libgcrypt-cipher-Don-t-differentiate-GCRY_CIPHER_MODE_CMAC-in-FIPS-mode.patch
  - libgcrypt-cipher-rsa-Mark-reject-SHA1-unknown-with-RSA-signature-generation.patch
  - libgcrypt-md-Fix-gcry_md_algo_info-to-mark-reject-under-FIPS-mode.patch
  - libgcrypt-md-Use-check_digest_algo_spec-in-_gcry_md_selftest.patch
  - libgcrypt-tests-Update-t-fips-service-ind-using-GCRY_MD_SHA256-for-KDF-tests.patch
  - libgcrypt-fips-cipher-Do-the-computation-when-marking-non-compliant.patch
  - libgcrypt-tests-Allow-tests-with-USE_RSA.patch
  - libgcrypt-cipher-Add-KAT-for-non-rfc6979-ECDSA-with-fixed-k.patch
  - libgcrypt-cipher-Differentiate-use-of-label-K-in-the-SLI.patch
  - libgcrypt-cipher-Differentiate-igninvflag-in-the-SLI.patch
  - libgcrypt-cipher-Differentiate-no-blinding-flag-in-the-SLI.patch
  - libgcrypt-fips-cipher-Add-GCRY_FIPS_FLAG_REJECT_PK_FLAGS.patch
  - libgcrypt-cipher-ecc-Fix-for-supplied-K.patch
  - libgcrypt-cipher-visibility-Differentiate-use-of-random-override-in-the-SLI.patch
  - libgcrypt-cipher-fips-Fix-for-random-override.patch
  - libgcrypt-md-Make-SHA-1-non-FIPS-internally-for-1.12-API.patch
  - libgcrypt-fips-Fix-GCRY_FIPS_FLAG_REJECT_MD.patch
  - libgcrypt-doc-Add-about-GCRYCTL_FIPS_SERVICE_INDICATOR.patch
  - libgcrypt-doc-Fix-syntax-error.patch
    * Rebase patches:
  - libgcrypt-FIPS-SLI-kdf-leylength.patch

------------------------------------------------------------------
------------------  2025-4-12  -  Apr 12 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Fix error in "probe libc's inet_pton & backtrace" perf test
    perf test record+probe_libc_inet_pton: Make test resilient
    (git-fixes).
  - commit ad50bb0
  - perf bpf-filter: Fix a parsing error with comma (git-fixes).
  - perf tools: Fix is_compat_mode build break in ppc64 (git-fixes).
  - perf vendor events arm64 AmpereOneX: Fix frontend_bound
    calculation (git-fixes).
  - perf pmu: Handle memory failure in tool_pmu__new() (git-fixes).
  - perf: intel-tpebs: Fix incorrect usage of zfree() (git-fixes).
  - perf dso: fix dso__is_kallsyms() check (git-fixes).
  - perf python: Check if there is space to copy all the event
    (git-fixes).
  - perf python: Don't keep a raw_data pointer to consumed ring
    buffer space (git-fixes).
  - perf python: Decrement the refcount of just created event on
    failure (git-fixes).
  - perf python: Fixup description of sample.id event member
    (git-fixes).
  - perf test stat_all_pmu.sh: Correctly check 'perf stat' result
    (git-fixes).
  - perf units: Fix insufficient array space (git-fixes).
  - perf x86/topdown: Fix topdown leader sampling test error on
    hybrid (git-fixes).
  - perf evlist: Add success path to evlist__create_syswide_maps
    (git-fixes).
  - perf debug: Avoid stack overflow in recursive error message
    (git-fixes).
  - perf tests: Fix data symbol test with LTO builds (git-fixes).
  - perf bench: Fix perf bench syscall loop count (git-fixes).
  - perf test: Add timeout to datasym workload (git-fixes).
  - perf arm-spe: Fix load-store operation checking (git-fixes).
  - perf build: Fix in-tree build due to symbolic link (git-fixes).
  - perf pmu: Don't double count common sysfs and json events
    (git-fixes).
  - perf pmu: Dynamically allocate tool PMU (git-fixes).
  - perf report: Fix input reload/switch with symbol sort key
    (git-fixes).
  - perf report: Switch data file correctly in TUI (git-fixes).
  - perf tests: Fix Tool PMU test segfault (git-fixes).
  - perf tools: Add skip check in tool_pmu__event_to_str()
    (git-fixes).
  - perf stat: Don't merge counters purely on name (git-fixes).
  - perf pmu: Rename name matching for no suffix or wildcard
    variants (git-fixes).
  - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs
    (git-fixes).
  - perf test: Fix Hwmon PMU test endianess issue (git-fixes).
  - perf: Always feature test reallocarray (git-fixes).
  - perf stat: Fix find_stat for mixed legacy/non-legacy events
    (git-fixes).
  - tools: Unify top-level quiet infrastructure (git-fixes).
  - perf test: Skip syscall enum test if no landlock syscall
    (git-fixes).
  - perf trace: Fix runtime error of index out of bounds
    (git-fixes).
  - perf trace: Fix BPF loading failure (-E2BIG) (git-fixes).
  - perf bench: Fix undefined behavior in cmpworker() (git-fixes).
  - perf lock: Add percpu-rwsem for type filter (git-fixes).
  - perf lock: Fix parse_lock_type which only retrieve one lock flag
    (git-fixes).
  - perf tools: Expose quiet/verbose variables in Makefile.perf
    (git-fixes).
  - perf inject: Fix use without initialization of local variables
    (git-fixes).
  - perf report: Fix misleading help message about --demangle
    (git-fixes).
  - perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h
    to the perf tarball (git-fixes).
  - perf namespaces: Fixup the nsinfo__in_pidns() return type,
    its bool (git-fixes).
  - perf namespaces: Introduce nsinfo__set_in_pidns() (git-fixes).
  - perf machine: Don't ignore _etext when not a text symbol
    (git-fixes).
  - perf maps: Fix display of kernel symbols (git-fixes).
  - perf top: Don't complain about lack of vmlinux when not
    resolving some kernel samples (git-fixes).
  - perf intel-pt: Add a test for pause / resume (jsc#PED-10651).
  - perf intel-pt: Add documentation for pause / resume
    (jsc#PED-10651).
  - perf intel-pt: Improve man page format (jsc#PED-10651).
  - perf tools: Add missing_features for aux_start_paused,
    aux_pause, aux_resume (jsc#PED-10651).
  - perf tools: Parse aux-action (jsc#PED-10651).
  - perf tools: Add aux-action config term (jsc#PED-10651).
  - perf tools: Add aux_start_paused, aux_pause and aux_resume
    (jsc#PED-10651).
  - perf expr: Initialize is_test value in expr__ctx_new()
    (git-fixes).
  - perf bpf: Fix two memory leakages when calling
    perf_env__insert_bpf_prog_info() (git-fixes).
  - perf header: Fix one memory leakage in process_bpf_prog_info()
    (git-fixes).
  - perf header: Fix one memory leakage in process_bpf_btf()
    (git-fixes).
  - perf arm-spe: Prepare for adding data source packet
    implementations for other cores (git-fixes).
  - tools headers: Sync uapi/linux/perf_event.h with the kernel
    sources (jsc#PED-10651).
  - commit 16d8625
  - 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).
  - APEI: GHES: Have GHES honor the panic= setting (stable-fixes).
  - commit 2c30291

++++ gcc15:

  - Add loongarch64 to quadmath_arch

------------------------------------------------------------------
------------------  2025-4-11  -  Apr 11 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Use rpm-config-SUSE instead of suse-module-tools for suse version
    above 1550 and add code for the missing macros for older
    distributions like leap 15.6

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

++++ cockpit:

  - Add a requires for either sudo or polkit for assuming admin rights
    (bsc#1240569)

++++ curl:

  - fix Leap build add curl-8.13.0-CloseSocket.patch

++++ diffutils:

  - diffutils 3.12:
    * diff -r no longer merely summarizes when comparing an empty
    regular file to a nonempty regular file.
    * diff -y no longer crashes when given nontrivial differences
  - drop diff-fix-allocation-typo-leading-to-crashes.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

++++ grub2:

  - Measure the envblk used by pre_loadenv
    * 0001-prep_loadenv-Measure-the-environment-block-into-PCR-.patch
  - Enable PowerPC 64 support for tss2 and tpm2_key_protector
    * 0001-tpm2_key_protector-Add-grub-emu-support.patch
    * 0001-tss2-Adjust-bit-fields-for-big-endian-targets.patch
    * 0002-term-ieee1275-serial-Cast-0-to-proper-type.patch
    * 0003-ieee1275-Consolidate-repeated-definitions-of-IEEE127.patch
    * 0004-ieee1275-ibmvpm-Move-TPM-initialization-functions-to.patch
    * 0005-ieee1275-tcg2-Refactor-grub_ieee1275_tpm_init.patch
    * 0006-ieee1275-tcg2-Add-TCG2-driver-for-ieee1275-PowerPC-f.patch
    * 0007-tpm2_key_protector-Enable-build-for-powerpc_ieee1275.patch
  - Dump PCRs when TPM unsealing fails
    * 0001-tpm2_key_protector-Dump-PCRs-on-policy-fail.patch
    * 0002-tpm2_key_protector-Add-tpm2_dump_pcr-command.patch
  - Add 'NV index' handle support to tpm2_key_protector
    * 0003-tss2-Fix-the-missing-authCommand.patch
    * 0004-tss2-Add-TPM-2.0-NV-index-commands.patch
    * 0005-tpm2_key_protector-Unseal-key-from-a-buffer.patch
    * 0006-tpm2_key_protector-Support-NV-index-handles.patch
    * 0007-util-grub-protect-Support-NV-index-mode.patch

++++ kernel-default:

  - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529)
  - commit c5b32c4
  - s390/cpumf: Fix double free on error in cpumf_pmu_event_init()
    (git-fixes).
  - commit b32df18
  - Update config files: CONFIG_LAN966X_OIC and co are dropped
  - commit 32dd855
  - virt: arm-cca-guest: TSM_REPORT support for realms
    (jsc#PED-11786).
  - commit c5ab2be
  - arm64: Enable memory encrypt for Realms (jsc#PED-11786).
  - commit 3213422
  - arm64: mm: Avoid TLBI when marking pages as valid
    (jsc#PED-11786).
  - commit eecca06
  - arm64: Enforce bounce buffers for realm DMA (jsc#PED-11786).
  - commit b10d721
  - efi: arm64: Map Device with Prot Shared (jsc#PED-11786).
  - commit aefd90e
  - arm64: rsi: Map unprotected MMIO as decrypted (jsc#PED-11786).
  - commit ce08db2
  - arm64: rsi: Add support for checking whether an MMIO is
    protected (jsc#PED-11786).
  - commit 442a9ae
  - arm64: realm: Query IPA size from the RMM (jsc#PED-11786).
  - commit 9a064e4
  - arm64: Detect if in a realm and set RIPAS RAM (jsc#PED-11786).
  - commit e4b4ff0
  - arm64: rsi: Add RSI definitions (jsc#PED-11786).
  - commit 9e7e749
  - s390: Fix various typos (jsc#PED-348).
  - commit ae11616
  - RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guests
    (jsc#PED-348).
  - commit 5fc44fd
  - virt: sev-guest: Carve out SNP message context structure
    (jsc#PED-348).
  - commit 9276b20
  - virt: sev-guest: Reduce the scope of SNP command mutex
    (jsc#PED-348).
  - commit 72f46bd
  - virt: sev-guest: Consolidate SNP guest messaging parameters
    to a struct (jsc#PED-348).
  - commit e467c7c
  - x86/sev: Cache the secrets page address (jsc#PED-348).
  - commit d373d20
  - 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-intel-ish-hid-Fix-use-after-free-issue-in-hid_is.patch
    (git-fixes CVE-2025-21929 bsc#1240711).
  - 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/NFSv4-Fix-a-deadlock-when-recovering-state-on-a-sillyrenamed-file.patch
    (git-fixes CVE-2025-21900 bsc#1240578).
  - Update
    patches.suse/RDMA-bnxt_re-Add-sanity-checks-on-rdev-validity.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21901 bsc#1240579).
  - 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/acpi-typec-ucsi-Introduce-a-poll_cci-method.patch
    (git-fixes CVE-2025-21902 bsc#1240599).
  - 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-out-of-bound-accesses.patch
    (stable-fixes CVE-2025-21985 bsc#1240811).
  - 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-amd-display-fix-missing-.is_two_pixels_per_conta.patch
    (git-fixes CVE-2025-21989 bsc#1240805).
  - Update
    patches.suse/drm-amdgpu-NULL-check-BO-s-backing-store-when-determ.patch
    (git-fixes CVE-2025-21990 bsc#1240804).
  - Update
    patches.suse/drm-amdgpu-init-return-value-in-amdgpu_ttm_clear_buf.patch
    (git-fixes CVE-2025-21987 bsc#1240798).
  - Update
    patches.suse/drm-amdkfd-Fix-NULL-Pointer-Dereference-in-KFD-queue.patch
    (git-fixes CVE-2025-21940 bsc#1240702).
  - 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-imagination-avoid-deadlock-on-fence-release.patch
    (git-fixes CVE-2025-21911 bsc#1240589).
  - 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/drm-xe-hmm-Don-t-dereference-struct-page-pointers-wi.patch
    (git-fixes CVE-2025-21939 bsc#1240710).
  - Update
    patches.suse/eth-bnxt-do-not-update-checksum-in-bnxt_xdp_build_sk.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21960 bsc#1240815).
  - Update
    patches.suse/eth-bnxt-fix-kernel-panic-in-the-bnxt_get_queue_stat.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21973 bsc#1240803).
  - Update
    patches.suse/eth-bnxt-fix-truesize-for-mb-xdp-pass-case.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21961 bsc#1240816).
  - Update
    patches.suse/eth-bnxt-return-fail-if-interface-is-down-in-bnxt_qu.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21974 bsc#1240800).
  - Update
    patches.suse/firmware-qcom-uefisecapp-fix-efivars-registration-ra.patch
    (git-fixes CVE-2025-21998 bsc#1240865).
  - Update
    patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch
    (git-fixes CVE-2025-21943 bsc#1240647).
  - Update patches.suse/keys-Fix-UAF-in-key_put.patch (git-fixes
    CVE-2025-21893 bsc#1240427).
  - Update
    patches.suse/msft-hv-3165-fbdev-hyperv_fb-Fix-hang-in-kdump-kernel-when-on-Hyp.patch
    (git-fixes CVE-2025-21977 bsc#1240876).
  - 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-mlx5-Bridge-fix-the-crash-caused-by-LAG-state-ch.patch
    (jsc#PED-11331 CVE-2025-21970 bsc#1240819).
  - Update
    patches.suse/net-mlx5-handle-errors-in-mlx5_chains_create_table.patch
    (jsc#PED-11331 CVE-2025-21975 bsc#1240812).
  - Update
    patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch
    (git-fixes CVE-2025-21927 bsc#1240714).
  - Update
    patches.suse/pinctrl-nuvoton-npcm8xx-Add-NULL-check-in-npcm8xx_gp.patch
    (git-fixes CVE-2025-21982 bsc#1240807).
  - 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-dummy-force-synchronous-probing.patch
    (git-fixes CVE-2025-22009 bsc#1240940).
  - Update
    patches.suse/sched-fair-Fix-potential-memory-corruption-in-child_cfs_rq_on_list.patch
    (bsc#1234634 (Scheduler functional and performance backports)
    CVE-2025-21919 bsc#1240593).
  - 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-clean-up-ROC-on-failure.patch
    (git-fixes CVE-2025-21906 bsc#1240587).
  - 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 759681a
  - virt: sev-guest: Use AES GCM crypto library (jsc#PED-348).
  - commit ffa1eb0
  - exfat: add a check for invalid data size (git-fixes).
  - commit 9baf5c3
  - nfsd: put dl_stid if fail to queue dl_recall (git-fixes).
  - commit 8a68217
  - KVM: PPC: replace call_rcu by kfree_rcu for simple
    kmem_cache_free callback (jsc#PED-348).
  - commit 5ad92ec
  - x86/virt: Move SEV-specific parsing into arch/x86/virt/svm
    (jsc#PED-348).
  - commit 7237a96
  - drm/amd: Keep display off while going into S4 (stable-fixes).
  - Refresh
    patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch.
  - commit 015cb7c
  - drm/xe/hw_engine: define sysfs_ops on all directories
    (git-fixes).
  - drm/xe: Use local fence in error path of xe_migrate_clear
    (git-fixes).
  - drm/xe: Fix an out-of-bounds shift when invalidating TLB
    (git-fixes).
  - 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: modeset: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/sti: remove duplicate object names (git-fixes).
  - accel/ivpu: Fix PM related deadlocks in MS IOCTLs (git-fixes).
  - accel/ivpu: Fix deadlock in ivpu_ms_cleanup() (git-fixes).
  - accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal()
    (git-fixes).
  - drm/nouveau: prime: fix ttm_bo_delayed_delete oops (git-fixes).
  - drm/imagination: fix firmware memory leaks (git-fixes).
  - drm/imagination: take paired job reference (git-fixes).
  - drm/amdgpu/mes12: optimize MES pipe FW version fetching
    (git-fixes).
  - drm/amd/pm/smu11: Prevent division by zero (git-fixes).
  - drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()
    (git-fixes).
  - drm/amd/display: Protect FPU in dml2_init()/dml21_init()
    (git-fixes).
  - drm/amd/display: Protect FPU in dml21_copy() (git-fixes).
  - drm/amd/display: Do not enable Replay and PSR while VRR is on
    in amdgpu_dm_commit_planes() (git-fixes).
  - drm/amdgpu/dma_buf: fix page_link check (git-fixes).
  - drm/amdgpu: immediately use GTT for new allocations (git-fixes).
  - drm/amdgpu/mes11: optimize MES pipe FW version fetching
    (git-fixes).
  - drm/i915/huc: Fix fence not released on early probe errors
    (git-fixes).
  - drm/i915/vrr: Add vrr.vsync_{start, end} in vrr_params_changed
    (git-fixes).
  - drm/i915: Disable RPG during live selftest (git-fixes).
  - gpiolib: of: Fix the choice for Ingenic NAND quirk (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_perf: Delete duplicate dmaengine_unmap_put() call in
    perf_copy_chunk() (git-fixes).
  - ntb: intel: Fix using link status DB's (git-fixes).
  - ntb_hw_switchtec: Fix shift-out-of-bounds in
    switchtec_ntb_mw_set_trans (git-fixes).
  - tty: serial: fsl_lpuart: Use u32 and u8 for register variables
    (stable-fixes).
  - tty: n_tty: use uint for space returned by tty_write_room()
    (stable-fixes).
  - staging: vchiq_arm: Fix possible NPR of keep-alive thread
    (git-fixes).
  - staging: vchiq_arm: Register debugfs after cdev (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
    (stable-fixes).
  - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (stable-fixes).
  - selinux: Chain up tool resolving errors in install_policy.sh
    (git-fixes).
  - selinux: always check the file label in
    selinux_kernel_read_file() (git-fixes).
  - can: statistics: use atomic access in hot path (stable-fixes).
  - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}
    (stable-fixes).
  - memory: omap-gpmc: drop no compatible check (stable-fixes).
  - ASoC: rt1320: set wake_capable = 0 explicitly (stable-fixes).
  - ASoC: codecs: wsa884x: report temps to hwmon in millidegree
    of Celsius (stable-fixes).
  - selftests: netfilter: skip br_netfilter queue tests if kernel
    is tainted (stable-fixes).
  - wifi: mac80211: fix SA Query processing in MLO (stable-fixes).
  - wifi: mac80211: flush the station before moving it to
    UN-AUTHORIZED state (stable-fixes).
  - platform/x86/amd/pmf: Propagate PMF-TA return codes
    (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: mac80211: Fix sparse warning for monitor_sdata
    (git-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).
  - wifi: mac80211: remove debugfs dir for virtual monitor
    (stable-fixes).
  - wifi: mac80211: Cleanup sta TXQs on flush (stable-fixes).
  - HID: i2c-hid: improve i2c_hid_get_report error message
    (stable-fixes).
  - commit 0295513
  - perf/core: Fix child_total_time_enabled accounting bug at task
    exit (git-fixes).
  - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (git-fixes).
  - perf: Clean up pmu specific data (git-fixes).
  - perf/x86: Remove swap_task_ctx() (git-fixes).
  - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide
    mode (git-fixes).
  - perf: Supply task information to sched_task() (git-fixes).
  - perf: attach/detach PMU specific data (git-fixes).
  - locking/percpu-rwsem: Add guard support (git-fixes).
  - perf: Save PMU specific data in task_struct (git-fixes).
  - perf: Extend per event callchain limit to branch stack
    (git-fixes).
  - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
    (git-fixes).
  - perf/core: Clean up perf_try_init_event() (git-fixes).
  - perf/core: Fix perf_mmap() failure path (git-fixes).
  - perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu'
    lifetimes (git-fixes).
  - perf/core: Lift event->mmap_mutex in perf_mmap() (git-fixes).
  - perf/core: Remove retry loop from perf_mmap() (git-fixes).
  - perf/core: Further simplify perf_mmap() (git-fixes).
  - perf/core: Simplify the perf_mmap() control flow (git-fixes).
  - perf/bpf: Robustify perf_event_free_bpf_prog() (git-fixes).
  - perf/core: Introduce perf_free_addr_filters() (git-fixes).
  - perf/core: Add this_cpc() helper (git-fixes).
  - perf/core: Merge struct pmu::pmu_disable_count into struct
    perf_cpu_pmu_context::pmu_disable_count (git-fixes).
  - perf/core: Simplify perf_event_alloc() (git-fixes).
  - perf/core: Simplify perf_init_event() (git-fixes).
  - perf/core: Simplify perf_pmu_register() (git-fixes).
  - perf/core: Simplify the perf_pmu_register() error path
    (git-fixes).
  - perf/core: Simplify the perf_event_alloc() error path
    (git-fixes).
  - perf: Avoid the read if the count is already updated
    (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).
  - lockdep/mm: Fix might_fault() lockdep check of
    current->mm->mmap_lock (git-fixes).
  - perf/x86/rapl: Fix error handling in init_rapl_pmus()
    (git-fixes).
  - perf/core: Fix perf_pmu_register() vs. perf_init_event()
    (git-fixes).
  - perf/core: Fix pmus_lock vs. pmus_srcu ordering (git-fixes).
  - perf/x86/rapl: Add support for Intel Arrow Lake U (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: Fix event constraints for LNC (git-fixes).
  - perf/x86/intel: Ensure LBRs are disabled when a CPU is starting
    (git-fixes).
  - perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF (git-fixes).
  - perf/x86/intel: Clean up PEBS-via-PT on hybrid (git-fixes).
  - perf/x86/rapl: Fix the error checking order (git-fixes).
  - perf: map pages in advance (git-fixes).
  - perf/core: Save raw sample data conditionally based on sample
    type (git-fixes).
  - perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNC
    (git-fixes).
  - perf/x86/intel/ds: Add PEBS format 6 (git-fixes).
  - perf/x86/intel/ds: Unconditionally drain PEBS DS when changing
    PEBS_DATA_CFG (git-fixes).
  - perf/x86/intel: Do not enable large PEBS for events with aux
    actions or aux sampling (jsc#PED-10651).
  - perf/x86/intel/pt: Add support for pause / resume
    (jsc#PED-10651).
  - perf/core: Add aux_pause, aux_resume, aux_start_paused
    (jsc#PED-10651).
  - perf/x86/intel/pt: Fix buffer full but size is 0 case
    (git-fixes).
  - perf/x86/amd: Warn only on new bits set (git-fixes).
  - commit 6f059e0

++++ kernel-firmware-i915:

  - Update to version 20250410 (git commit 6a006cef10ce):
    * xe: Update GUC to v70.44.1 for BMG and LNL
    * i915: Update GUC to v70.44.1 for i915 platforms

++++ libmicrohttpd:

  - fix build with curl 8.13.0 (boo#1241036)
    add libmicrohttpd-1.0.1-curl-8.13.0.patch

++++ numactl:

  - Update to version 2.0.19.13.g63e0223:
    * libnuma.c: Introduce numa_preferred_err()
    * numactl: Add --show option support for MPOL_WEIGHTED_INTERLEAVE
    * Add numa_get_weighted_interleave_mask() API
    * libnuma: Add APIs for weighted-interleaved allocations
    * libnuma.c: Fix memleak in numa_has_home_node()
    * Replace fgrep with grep -F to fix warning
    * Make numa_available respect EPERM

++++ python313-core:

  - Update to 3.13.3:
  - Tools/Demos
  - gh-131852: msgfmt no longer adds the POT-Creation-Date to
    generated .mo files for consistency with GNU msgfmt.
  - gh-85012: Correctly reset msgctxt when compiling messages
    in msgfmt.
  - gh-130025: The iOS testbed now correctly handles symlinks
    used as Python framework references.
  - Tests
  - gh-131050: test_ssl.test_dh_params is skipped if the
    underlying TLS library does not support finite-field
    ephemeral Diffie-Hellman.
  - gh-129200: Multiple iOS testbed runners can now be started
    at the same time without introducing an ambiguity over
    simulator ownership.
  - gh-130292: The iOS testbed will now run successfully on a
    machine that has not previously run Xcode tests (such as CI
    configurations).
  - gh-130293: The tests of terminal colorization are no longer
    sensitive to the value of the TERM variable in the testing
    environment.
  - gh-126332: Add unit tests for pyrepl.
  - Security
  - gh-131809: Update bundled libexpat to 2.7.1
  - gh-131261: Upgrade to libexpat 2.7.0
  - gh-127371: Avoid unbounded buffering for
    tempfile.SpooledTemporaryFile.writelines(). Previously,
    disk spillover was only checked after the lines iterator
    had been exhausted. This is now done after each line is
    written.
  - 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.
  - Library
  - gh-132174: Fix function name in error message of
    _interpreters.run_string.
  - gh-132171: Fix crash of _interpreters.run_string on string
    subclasses.
  - gh-129204: Introduce new _PYTHON_SUBPROCESS_USE_POSIX_SPAWN
    environment variable knob in subprocess to control the use
    of os.posix_spawn().
  - gh-132159: Do not shadow user arguments in generated
    __new__() by decorator warnings.deprecated. Patch by Xuehai
    Pan.
  - gh-132075: Fix possible use of socket address structures
    with uninitialized members. Now all structure members are
    initialized with zeroes by default.
  - gh-132002: Fix crash when deallocating
    contextvars.ContextVar with weird unahashable string names.
  - gh-131668: socket: Fix code parsing AF_BLUETOOTH socket
    addresses.
  - gh-131492: Fix a resource leak when constructing a
    gzip.GzipFile with a filename fails, for example when
    passing an invalid compresslevel.
  - gh-131325: Fix sendfile fallback implementation to drain
    data after writing to transport in asyncio.
  - gh-129843: Fix incorrect argument passing in
    warnings.warn_explicit().
  - gh-131204: Use monospace font from System Font Stack for
    cross-platform support in difflib.HtmlDiff.
  - gh-130940: The PyConfig.use_system_logger attribute,
    introduced in Python 3.13.2, has been removed. The
    introduction of this attribute inadvertently introduced an
    ABI breakage on macOS and iOS. The use of the system logger
    is now enabled by default on iOS, and disabled by default
    on macOS.
  - gh-131045: Fix issue with __contains__, values, and
    pseudo-members for enum.Flag.
  - gh-130959: Fix pure-Python implementation of
    datetime.time.fromisoformat() to reject times with spaces
    in fractional part (for example, 12:34:56.400 +02:00),
    matching the C implementation. Patch by Michał Gorny.
  - gh-130637: Add validation for numeric response data in
    poplib.POP3.stat() method
  - gh-130461: Remove .. index:: directives from the uuid
    module documentation. These directives previously created
    entries in the general index for getnode() as well as
    the uuid1(), uuid3(), uuid4(), and uuid5() constructor
    functions.
  - gh-130379: The zipapp module now calculates the list of
    files to be added to the archive before creating the
    archive. This avoids accidentally including the target when
    it is being created in the source directory.
  - gh-130285: Fix corner case for random.sample() allowing the
    counts parameter to specify an empty population. So now,
    sample([], 0, counts=[]) and sample('abc', k=0, counts=[0,
    0, 0]) both give the same result as sample([], 0).
  - gh-130250: Fix regression in traceback.print_last().
  - gh-130230: Fix crash in pow() with only Decimal third
    argument.
  - gh-118761: Reverts a change in the previous release
    attempting to make some stdlib imports used within the
    subprocess module lazy as this was causing errors during
    __del__ finalizers calling methods such as terminate, or
    kill, or send_signal.
  - gh-130164: Fixed failure to raise TypeError in
    inspect.Signature.bind() for positional-only arguments
    provided by keyword when a variadic keyword argument (e.g.
  - -kwargs) is present.
  - gh-130151: Fix reference leaks in _hashlib.hmac_new() and
    _hashlib.hmac_digest(). Patch by Bénédikt Tran.
  - gh-130145: Fix asyncio.AbstractEventloop.run_forever() when
    another loop is already running.
  - gh-129726: Fix gzip.GzipFile raising an unraisable
    exception during garbage collection when referring to
    a temporary object by breaking the reference loop with
    weakref.
  - gh-127750: Remove broken functools.singledispatchmethod()
    caching introduced in gh-85160.
  - gh-129583: Update bundled pip to 25.0.1
  - gh-97850: Update the deprecation warning of
    importlib.abc.Loader.load_module().
  - gh-129646: Update the locale alias mapping in the locale
    module to match the latest X Org locale alias mapping and
    support new locales in Glibc 2.41.
  - gh-129603: Fix bugs where sqlite3.Row objects could
    segfault if their inherited description was set to
    None. Patch by Erlend Aasland.
  - gh-128231: Execution of multiple statements in the new
    REPL now stops immediately upon the first exception
    encountered. Patch by Bartosz Sławecki.
  - gh-117779: Fix reading duplicated entries in zipfile by
    name. Reading duplicated entries (except the last one)
    by ZipInfo now emits a warning instead of raising an
    exception.
  - gh-128772: Fix pydoc for methods with the __module__
    attribute equal to None.
  - gh-92897: Scheduled the deprecation of the check_home
    argument of sysconfig.is_python_build() to Python 3.15.
  - gh-128657: Fix possible extra reference when using objects
    returned by hashlib.sha256() under free threading.
  - gh-128703: Fix mimetypes.guess_type() to use default
    mapping for empty Content-Type in registry.
  - gh-128308: Support the name keyword argument
    for eager tasks in asyncio.loop.create_task(),
    asyncio.create_task() and asyncio.TaskGroup.create_task(),
    by passing on all kwargs to the task factory set by
    asyncio.loop.set_task_factory().
  - gh-128388: Fix PyREPL on Windows to support more
    keybindings, like the Control-← and Control-→ word-skipping
    keybindings and those with meta (i.e. Alt), e.g. Alt-d to
    kill-word or Alt-Backspace backward-kill-word.
  - gh-126037: xml.etree.ElementTree: Fix a crash in
    Element.find, Element.findtext and Element.findall when
    the tag to find implements an __eq__() method mutating the
    element being queried. Patch by Bénédikt Tran.
  - gh-127712: Fix handling of the secure argument of
    logging.handlers.SMTPHandler.
  - gh-126033: xml.etree.ElementTree: Fix a crash in
    Element.remove when the element is concurrently
    mutated. Patch by Bénédikt Tran.
  - gh-118201: Fixed intermittent failures of os.confstr,
    os.pathconf and os.sysconf on iOS and Android.
  - gh-124927: Non-printing characters are now properly handled
    in the new REPL.
  - IDLE
  - gh-129873: Simplify displaying the IDLE doc by only copying
    the text section of idle.html to idlelib/help.html. Patch
    by Stan Ulbrych.
  - Documentation
  - gh-131417: Mention asyncio.Future and asyncio.Task in
    generic classes list.
  - gh-125722: Require Sphinx 8.2.0 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-129712: The wheel tags supported by each macOS universal
    SDK option are now documented.
  - gh-46236: C API: Document PyUnicode_RSplit(),
    PyUnicode_Partition() and PyUnicode_RPartition().
  - Core and Builtins
  - gh-132011: Fix crash when calling list.append() as an
    unbound method.
  - gh-131998: Fix a crash when using an unbound method
    descriptor object in a function where a bound method
    descriptor was used.
  - gh-131988: Fix a performance regression that caused scaling
    bottlenecks in the free threaded build in 3.13.1 and
    3.13.2.
  - gh-131719: Fix missing NULL check in _PyMem_FreeDelayed in
    free-threaded build.
  - gh-131670: Fix anext() failing on sync __anext__() raising
    an exception.
  - gh-131141: Fix data race in sys.monitoring instrumentation
    while registering callback.
  - gh-130932: Fix incorrect exception handling in
    _PyModule_IsPossiblyShadowing
  - gh-130851: Fix a crash in the free threading build when
    constructing a code object with co_consts that contains
    instances of types that are not otherwise generated by the
    bytecode compiler.
  - gh-130794: Fix memory leak in the free threaded build
    when resizing a shared list or dictionary from multiple
    short-lived threads.
  - gh-130775: Do not crash on negative column and end_column
    in ast locations.
  - gh-130382: Fix PyRefTracer_DESTROY not being sent from
    Python/ceval.c Py_DECREF().
  - gh-130618: Fix a bug that was causing UnicodeDecodeError or
    SystemError to be raised when using f-strings with lambda
    expressions with non-ASCII characters. Patch by Pablo
    Galindo
  - gh-130163: Fix possible crashes related to concurrent
    change and use of the sys module attributes.
  - gh-88887: Fixing multiprocessing Resource Tracker process
    leaking, usually observed when running Python as PID 1.
  - gh-130115: Fix an issue with thread identifiers being
    sign-extended on some platforms.
  - gh-128396: Fix a crash that occurs when calling locals()
    inside an inline comprehension that uses the same local
    variable as the outer frame scope where the variable is a
    free or cell var.
  - gh-116042: Fix location for SyntaxErrors of invalid escapes
    in the tokenizer. Patch by Pablo Galindo
  - gh-129983: Fix data race in compile_template in sre.c.
  - gh-129967: Fix a race condition in the free threading build
    when repr(set) is called concurrently with set.clear().
  - gh-129900: Fix return codes inside SystemExit not getting
    returned by the REPL.
  - gh-129732: Fixed a race in _Py_qsbr_reserve in the free
    threading build.
  - gh-129643: Fix thread safety of PyList_Insert() in
    free-threading builds.
  - gh-129668: Fix race condition when raising MemoryError in
    the free threaded build.
  - gh-129643: Fix thread safety of PyList_SetItem() in
    free-threading builds. Patch by Kumar Aditya.
  - gh-128714: Fix the potential races in get/set dunder
    methods __annotations__, __annotate__ and __type_params__
    for function object, and add related tests.
  - gh-128632: Disallow __classdict__ as the name of a type
    parameter. Using this name would previously crash the
    interpreter in some circumstances.
  - gh-127953: The time to handle a LINE event in
    sys.monitoring (and sys.settrace) is now independent of the
    number of lines in the code object.
  - gh-125331: from __future__ import barry_as_FLUFL now works
    in more contexts, including when it is used in files,
    with the -c flag, and in the REPL when there are multiple
    statements on the same line. Previously, it worked only
    on subsequent lines in the REPL, and when the appropriate
    flags were passed directly to compile(). Patch by Pablo
    Galindo.
  - C API
  - gh-131740: Update PyUnstable_GC_VisitObjects to traverse
    perm gen.
  - gh-129533: Update PyGC_Enable(), PyGC_Disable(),
    PyGC_IsEnabled() to use atomic operation for thread-safety
    at free-threading build. Patch by Donghee Na.
  - Build
  - gh-131865: The DTrace build now properly passes the CC
    and CFLAGS variables to the dtrace command when utilizing
    SystemTap on Linux.
  - gh-131675: Fix mimalloc library builds for 32-bit ARM
    targets.
  - gh-130673: Fix potential KeyError when handling object
    sections during JIT building process.
  - gh-130740: Ensure that Python.h is included before
    stdbool.h unless pyconfig.h is included before or in some
    platform-specific contexts.
  - gh-129838: Don’t redefine _Py_NO_SANITIZE_UNDEFINED when
    compiling with a recent GCC version and undefined sanitizer
    enabled.
  - gh-129660: Drop test_embed from PGO training, whose
    contribution in recent versions is considered to be
    ignorable.
  - Add gh126985-mv-pyvenv.cfg2getpath.patch to remove failing
    tests in test_sysconfig.
  - Add gh-132535-rsrc-warn-test_timeout.patch to fix
    failing tests in the build system without network access
    (gh#python/cpython#132535).

++++ ceph:

  - Update to 16.2.15-83-g635361e68c0:
    + Fix FTBFS on GCC 15 (bsc#1239885)

++++ pam-config:

  - Update to version 2.12+git.20250411:
    * Release version 2.12
    * Call ecryptfs/fscrypt before pam_unix (#30)
    * Don't exit with error if admin disabled pam-config

++++ python313:

  - Update to 3.13.3:
  - Tools/Demos
  - gh-131852: msgfmt no longer adds the POT-Creation-Date to
    generated .mo files for consistency with GNU msgfmt.
  - gh-85012: Correctly reset msgctxt when compiling messages
    in msgfmt.
  - gh-130025: The iOS testbed now correctly handles symlinks
    used as Python framework references.
  - Tests
  - gh-131050: test_ssl.test_dh_params is skipped if the
    underlying TLS library does not support finite-field
    ephemeral Diffie-Hellman.
  - gh-129200: Multiple iOS testbed runners can now be started
    at the same time without introducing an ambiguity over
    simulator ownership.
  - gh-130292: The iOS testbed will now run successfully on a
    machine that has not previously run Xcode tests (such as CI
    configurations).
  - gh-130293: The tests of terminal colorization are no longer
    sensitive to the value of the TERM variable in the testing
    environment.
  - gh-126332: Add unit tests for pyrepl.
  - Security
  - gh-131809: Update bundled libexpat to 2.7.1
  - gh-131261: Upgrade to libexpat 2.7.0
  - gh-127371: Avoid unbounded buffering for
    tempfile.SpooledTemporaryFile.writelines(). Previously,
    disk spillover was only checked after the lines iterator
    had been exhausted. This is now done after each line is
    written.
  - 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.
  - Library
  - gh-132174: Fix function name in error message of
    _interpreters.run_string.
  - gh-132171: Fix crash of _interpreters.run_string on string
    subclasses.
  - gh-129204: Introduce new _PYTHON_SUBPROCESS_USE_POSIX_SPAWN
    environment variable knob in subprocess to control the use
    of os.posix_spawn().
  - gh-132159: Do not shadow user arguments in generated
    __new__() by decorator warnings.deprecated. Patch by Xuehai
    Pan.
  - gh-132075: Fix possible use of socket address structures
    with uninitialized members. Now all structure members are
    initialized with zeroes by default.
  - gh-132002: Fix crash when deallocating
    contextvars.ContextVar with weird unahashable string names.
  - gh-131668: socket: Fix code parsing AF_BLUETOOTH socket
    addresses.
  - gh-131492: Fix a resource leak when constructing a
    gzip.GzipFile with a filename fails, for example when
    passing an invalid compresslevel.
  - gh-131325: Fix sendfile fallback implementation to drain
    data after writing to transport in asyncio.
  - gh-129843: Fix incorrect argument passing in
    warnings.warn_explicit().
  - gh-131204: Use monospace font from System Font Stack for
    cross-platform support in difflib.HtmlDiff.
  - gh-130940: The PyConfig.use_system_logger attribute,
    introduced in Python 3.13.2, has been removed. The
    introduction of this attribute inadvertently introduced an
    ABI breakage on macOS and iOS. The use of the system logger
    is now enabled by default on iOS, and disabled by default
    on macOS.
  - gh-131045: Fix issue with __contains__, values, and
    pseudo-members for enum.Flag.
  - gh-130959: Fix pure-Python implementation of
    datetime.time.fromisoformat() to reject times with spaces
    in fractional part (for example, 12:34:56.400 +02:00),
    matching the C implementation. Patch by Michał Gorny.
  - gh-130637: Add validation for numeric response data in
    poplib.POP3.stat() method
  - gh-130461: Remove .. index:: directives from the uuid
    module documentation. These directives previously created
    entries in the general index for getnode() as well as
    the uuid1(), uuid3(), uuid4(), and uuid5() constructor
    functions.
  - gh-130379: The zipapp module now calculates the list of
    files to be added to the archive before creating the
    archive. This avoids accidentally including the target when
    it is being created in the source directory.
  - gh-130285: Fix corner case for random.sample() allowing the
    counts parameter to specify an empty population. So now,
    sample([], 0, counts=[]) and sample('abc', k=0, counts=[0,
    0, 0]) both give the same result as sample([], 0).
  - gh-130250: Fix regression in traceback.print_last().
  - gh-130230: Fix crash in pow() with only Decimal third
    argument.
  - gh-118761: Reverts a change in the previous release
    attempting to make some stdlib imports used within the
    subprocess module lazy as this was causing errors during
    __del__ finalizers calling methods such as terminate, or
    kill, or send_signal.
  - gh-130164: Fixed failure to raise TypeError in
    inspect.Signature.bind() for positional-only arguments
    provided by keyword when a variadic keyword argument (e.g.
  - -kwargs) is present.
  - gh-130151: Fix reference leaks in _hashlib.hmac_new() and
    _hashlib.hmac_digest(). Patch by Bénédikt Tran.
  - gh-130145: Fix asyncio.AbstractEventloop.run_forever() when
    another loop is already running.
  - gh-129726: Fix gzip.GzipFile raising an unraisable
    exception during garbage collection when referring to
    a temporary object by breaking the reference loop with
    weakref.
  - gh-127750: Remove broken functools.singledispatchmethod()
    caching introduced in gh-85160.
  - gh-129583: Update bundled pip to 25.0.1
  - gh-97850: Update the deprecation warning of
    importlib.abc.Loader.load_module().
  - gh-129646: Update the locale alias mapping in the locale
    module to match the latest X Org locale alias mapping and
    support new locales in Glibc 2.41.
  - gh-129603: Fix bugs where sqlite3.Row objects could
    segfault if their inherited description was set to
    None. Patch by Erlend Aasland.
  - gh-128231: Execution of multiple statements in the new
    REPL now stops immediately upon the first exception
    encountered. Patch by Bartosz Sławecki.
  - gh-117779: Fix reading duplicated entries in zipfile by
    name. Reading duplicated entries (except the last one)
    by ZipInfo now emits a warning instead of raising an
    exception.
  - gh-128772: Fix pydoc for methods with the __module__
    attribute equal to None.
  - gh-92897: Scheduled the deprecation of the check_home
    argument of sysconfig.is_python_build() to Python 3.15.
  - gh-128657: Fix possible extra reference when using objects
    returned by hashlib.sha256() under free threading.
  - gh-128703: Fix mimetypes.guess_type() to use default
    mapping for empty Content-Type in registry.
  - gh-128308: Support the name keyword argument
    for eager tasks in asyncio.loop.create_task(),
    asyncio.create_task() and asyncio.TaskGroup.create_task(),
    by passing on all kwargs to the task factory set by
    asyncio.loop.set_task_factory().
  - gh-128388: Fix PyREPL on Windows to support more
    keybindings, like the Control-← and Control-→ word-skipping
    keybindings and those with meta (i.e. Alt), e.g. Alt-d to
    kill-word or Alt-Backspace backward-kill-word.
  - gh-126037: xml.etree.ElementTree: Fix a crash in
    Element.find, Element.findtext and Element.findall when
    the tag to find implements an __eq__() method mutating the
    element being queried. Patch by Bénédikt Tran.
  - gh-127712: Fix handling of the secure argument of
    logging.handlers.SMTPHandler.
  - gh-126033: xml.etree.ElementTree: Fix a crash in
    Element.remove when the element is concurrently
    mutated. Patch by Bénédikt Tran.
  - gh-118201: Fixed intermittent failures of os.confstr,
    os.pathconf and os.sysconf on iOS and Android.
  - gh-124927: Non-printing characters are now properly handled
    in the new REPL.
  - IDLE
  - gh-129873: Simplify displaying the IDLE doc by only copying
    the text section of idle.html to idlelib/help.html. Patch
    by Stan Ulbrych.
  - Documentation
  - gh-131417: Mention asyncio.Future and asyncio.Task in
    generic classes list.
  - gh-125722: Require Sphinx 8.2.0 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-129712: The wheel tags supported by each macOS universal
    SDK option are now documented.
  - gh-46236: C API: Document PyUnicode_RSplit(),
    PyUnicode_Partition() and PyUnicode_RPartition().
  - Core and Builtins
  - gh-132011: Fix crash when calling list.append() as an
    unbound method.
  - gh-131998: Fix a crash when using an unbound method
    descriptor object in a function where a bound method
    descriptor was used.
  - gh-131988: Fix a performance regression that caused scaling
    bottlenecks in the free threaded build in 3.13.1 and
    3.13.2.
  - gh-131719: Fix missing NULL check in _PyMem_FreeDelayed in
    free-threaded build.
  - gh-131670: Fix anext() failing on sync __anext__() raising
    an exception.
  - gh-131141: Fix data race in sys.monitoring instrumentation
    while registering callback.
  - gh-130932: Fix incorrect exception handling in
    _PyModule_IsPossiblyShadowing
  - gh-130851: Fix a crash in the free threading build when
    constructing a code object with co_consts that contains
    instances of types that are not otherwise generated by the
    bytecode compiler.
  - gh-130794: Fix memory leak in the free threaded build
    when resizing a shared list or dictionary from multiple
    short-lived threads.
  - gh-130775: Do not crash on negative column and end_column
    in ast locations.
  - gh-130382: Fix PyRefTracer_DESTROY not being sent from
    Python/ceval.c Py_DECREF().
  - gh-130618: Fix a bug that was causing UnicodeDecodeError or
    SystemError to be raised when using f-strings with lambda
    expressions with non-ASCII characters. Patch by Pablo
    Galindo
  - gh-130163: Fix possible crashes related to concurrent
    change and use of the sys module attributes.
  - gh-88887: Fixing multiprocessing Resource Tracker process
    leaking, usually observed when running Python as PID 1.
  - gh-130115: Fix an issue with thread identifiers being
    sign-extended on some platforms.
  - gh-128396: Fix a crash that occurs when calling locals()
    inside an inline comprehension that uses the same local
    variable as the outer frame scope where the variable is a
    free or cell var.
  - gh-116042: Fix location for SyntaxErrors of invalid escapes
    in the tokenizer. Patch by Pablo Galindo
  - gh-129983: Fix data race in compile_template in sre.c.
  - gh-129967: Fix a race condition in the free threading build
    when repr(set) is called concurrently with set.clear().
  - gh-129900: Fix return codes inside SystemExit not getting
    returned by the REPL.
  - gh-129732: Fixed a race in _Py_qsbr_reserve in the free
    threading build.
  - gh-129643: Fix thread safety of PyList_Insert() in
    free-threading builds.
  - gh-129668: Fix race condition when raising MemoryError in
    the free threaded build.
  - gh-129643: Fix thread safety of PyList_SetItem() in
    free-threading builds. Patch by Kumar Aditya.
  - gh-128714: Fix the potential races in get/set dunder
    methods __annotations__, __annotate__ and __type_params__
    for function object, and add related tests.
  - gh-128632: Disallow __classdict__ as the name of a type
    parameter. Using this name would previously crash the
    interpreter in some circumstances.
  - gh-127953: The time to handle a LINE event in
    sys.monitoring (and sys.settrace) is now independent of the
    number of lines in the code object.
  - gh-125331: from __future__ import barry_as_FLUFL now works
    in more contexts, including when it is used in files,
    with the -c flag, and in the REPL when there are multiple
    statements on the same line. Previously, it worked only
    on subsequent lines in the REPL, and when the appropriate
    flags were passed directly to compile(). Patch by Pablo
    Galindo.
  - C API
  - gh-131740: Update PyUnstable_GC_VisitObjects to traverse
    perm gen.
  - gh-129533: Update PyGC_Enable(), PyGC_Disable(),
    PyGC_IsEnabled() to use atomic operation for thread-safety
    at free-threading build. Patch by Donghee Na.
  - Build
  - gh-131865: The DTrace build now properly passes the CC
    and CFLAGS variables to the dtrace command when utilizing
    SystemTap on Linux.
  - gh-131675: Fix mimalloc library builds for 32-bit ARM
    targets.
  - gh-130673: Fix potential KeyError when handling object
    sections during JIT building process.
  - gh-130740: Ensure that Python.h is included before
    stdbool.h unless pyconfig.h is included before or in some
    platform-specific contexts.
  - gh-129838: Don’t redefine _Py_NO_SANITIZE_UNDEFINED when
    compiling with a recent GCC version and undefined sanitizer
    enabled.
  - gh-129660: Drop test_embed from PGO training, whose
    contribution in recent versions is considered to be
    ignorable.
  - Add gh126985-mv-pyvenv.cfg2getpath.patch to remove failing
    tests in test_sysconfig.
  - Add gh-132535-rsrc-warn-test_timeout.patch to fix
    failing tests in the build system without network access
    (gh#python/cpython#132535).

++++ qemu:

  - all glib2 versions are recent enough to use pcre2:
    * qemu-linux-user: drop pcre (by Andreas Stieger)
  - Correct wrong bug mentioned in changelog (bsc#1236329)

++++ virt-manager:

  - Upstream features and bug fixes (bsc#1027942) (jsc#PED-8910)
    040-virtinst-add-pstore-backend-support.patch
    041-tests-add-pstore-test.patch
    042-man-virt-install-Document-pstore-device.patch
    043-tests-Increase-virtio-mem-block-size.patch
    044-tests-test_urls-fix-dead-URL.patch
    045-urlfetcher-add-riscv64-architecture-for-Debian.patch
    046-virt-manager-list-virtual-networks-when-creating-new-QEMU-Session-VM.patch
    047-virt-install-add-support-for-vDPA-network-device.patch
    048-virt-manager-add-support-for-vDPA-network-device.patch
    049-virt-install-detect-wayland-in-order-to-start-virt-viewer.patch
  - bsc#1241082 - [Build 20250410] virt_install fails to launch:
    missing dependencies.
    Spec file modifications

------------------------------------------------------------------
------------------  2025-4-10  -  Apr 10 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250410.71df276:
    * Modern s390x uses TERM=linux for ttysclp<X>

++++ blog:

  - The suse-module-tools are required at build otherwise blog
    is not in the initrd

++++ 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:

  - Revert "kheaders: Ignore silly-rename files" (stable-fixes).
  - rust: kbuild: add -fzero-init-padding-bits to
    bindgen_skip_cflags (git-fixes).
  - docs: rust: remove spurious item in `expect` list (git-fixes).
  - commit 2d49340
  - 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).
  - thermal: gov_power_allocator: Update total_weight on bind and
    cdev updates (git-fixes).
  - vmlinux.lds: Ensure that const vars with relocations are mapped
    R/O (stable-fixes).
  - usb: phy: generic: Use proper helper for property detection
    (stable-fixes).
  - commit cf7a1fa
  - selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
    (git-fixes).
  - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata
    (git-fixes).
  - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata
    (git-fixes).
  - kbuild: userprogs: use correct lld when linking through clang
    (git-fixes).
  - thermal/of: Fix cdev lookup in thermal_of_should_bind()
    (git-fixes).
  - selftests/landlock: Test that MPTCP actions are not restricted
    (stable-fixes).
  - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
    (stable-fixes).
  - irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit
    interrupt request (git-fixes).
  - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
    (stable-fixes).
  - objtool: Ignore dangling jump table entries (stable-fixes).
  - selftests/cgroup: use bash in test_cpuset_v1_hp.sh
    (stable-fixes).
  - kbuild: Move -Wenum-enum-conversion to W=2 (git-fixes).
  - powercap: call put_device() on an error path in
    powercap_register_control_type() (stable-fixes).
  - selftests: always check mask returned by statmount(2)
    (stable-fixes).
  - net: rose: lock the socket in rose_bind() (git-fixes).
  - irqchip/apple-aic: Only handle PMC interrupt as FIQ when
    configured so (git-fixes).
  - irqchip/irq-mvebu-icu: Fix access to msi_data from
    irq_domain::host_data (git-fixes).
  - irqchip/lan966x-oic: Make CONFIG_LAN966X_OIC depend on
    CONFIG_MCHP_LAN966X_PCI (git-fixes).
  - kbuild: Use -fzero-init-padding-bits=all (stable-fixes).
  - kbuild: suppress stdout from merge_config for silent builds
    (stable-fixes).
  - selftests: gpio: gpio-sim: Fix missing chip disablements
    (stable-fixes).
  - kunit: platform: Resolve 'struct completion' warning
    (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).
  - selftests/net/ipsec: Fix Null pointer dereference in
    rtattr_pack() (stable-fixes).
  - net: wwan: iosm: Fix hibernation by re-binding the driver
    around it (stable-fixes).
  - irqchip: Plug a OF node reference leak in
    platform_irqchip_probe() (git-fixes).
  - selftests: tc-testing: reduce rshift value (stable-fixes).
  - kheaders: Ignore silly-rename files (stable-fixes).
  - kbuild: pacman-pkg: provide versioned linux-api-headers package
    (git-fixes).
  - net: wwan: iosm: Properly check for valid exec stage in
    ipc_mmio_init() (git-fixes).
  - sky2: Add device ID 11ab:4373 for Marvell 88E8075
    (stable-fixes).
  - selftests/alsa: Fix circular dependency involving global-timer
    (stable-fixes).
  - kbuild: switch from lz4c to lz4 for compression (stable-fixes).
  - selftests: rtnetlink: update netdevsim ipsec output format
    (stable-fixes).
  - libsubcmd: Silence compiler warning (stable-fixes).
  - commit 875f3e3
  - efi/libstub: Avoid physical address 0x0 when doing random
    allocation (stable-fixes).
  - efi: Don't map the entire mokvar table to determine its size
    (stable-fixes).
  - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
    (git-fixes).
  - gpio: vf610: add locking to gpio direction functions
    (git-fixes).
  - efi: Avoid cold plugged memory for placing the kernel
    (stable-fixes).
  - Input: allocate keycode for phone linking (stable-fixes).
  - i2c: designware: Actually make use of the I2C_DW_COMMON and
    I2C_DW symbol namespaces (git-fixes).
  - hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol
    namespace (git-fixes).
  - Input: serio - define serio_pause_rx guard to pause and resume
    serio ports (stable-fixes).
  - commit dc90670
  - clk: samsung: update PLL locktime for PLL142XX used on FSD
    platform (git-fixes).
  - clk: samsung: gs101: fix synchronous external abort in
    samsung_clk_save() (git-fixes).
  - cpufreq: s3c64xx: Fix compilation warning (stable-fixes).
  - clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and
    CLK_PLL_MIPI (git-fixes).
  - Documentation: rust: discuss `#[expect(...)]` in the guidelines
    (stable-fixes).
  - Documentation: rust: add coding guidelines on lints
    (stable-fixes).
  - commit 6114330
  - ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain
    Samsung SSDs (git-fixes).
  - ASoC: dapm-graph: set fill colour of turned on nodes
    (stable-fixes).
  - batman-adv: Drop unmanaged ELP metric worker (git-fixes).
  - batman-adv: Ignore neighbor throughput metrics in error case
    (stable-fixes).
  - accel/ivpu: Fix error handling in recovery/reset (git-fixes).
  - ACPI: resource: IRQ override for Eluktronics MECH-17
    (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10
    tablet 5V (stable-fixes).
  - apparmor: allocate xmatch for nullpdb inside aa_alloc_null
    (stable-fixes).
  - commit bbf19e0
  - HID: apple: disable Fn key handling on the Omoton KB066
    (git-fixes).
  - gpio: sim: lock hog configfs items if present (git-fixes).
  - ASoC: samsung: Add missing depends on I2C (git-fixes).
  - thermal: gov_power_allocator: Add missing NULL pointer check
    (git-fixes).
  - commit b2840e7
  - media: i2c: ds90ub953: Add error handling for i2c reads/writes
    (stable-fixes).
  - media: i2c: ds90ub913: Add error handling to ub913_hw_init()
    (stable-fixes).
  - media: cxd2841er: fix 64-bit division on gcc-9 (stable-fixes).
  - commit 5d82128
  - mmc: sdhci-msm: Correctly set the load for the regulator
    (stable-fixes).
  - mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G
    (stable-fixes).
  - mmc: core: Respect quirk_max_rate for non-UHS SDIO card
    (stable-fixes).
  - commit c3e39a3
  - platform/x86: thinkpad_acpi: disable ACPI fan access for T495*
    and E560 (git-fixes).
  - platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad
    X131e (stable-fixes).
  - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E
    (stable-fixes).
  - platform/x86: int3472: Use correct type for "polarity", call
    it gpio_flags (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).
  - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
    (stable-fixes).
  - commit 85fd67b
  - platform/x86: acer-wmi: Ignore AC events (stable-fixes).
  - platform/x86: acer-wmi: add support for Acer Nitro AN515-58
    (stable-fixes).
  - platform/x86: acer-wmi: Add support for Acer Predator PH16-72
    (stable-fixes).
  - platform/x86: acer-wmi: Add support for Acer PH14-51
    (stable-fixes).
  - platform/x86: ISST: Add Clearwater Forest to support list
    (stable-fixes).
  - platform/x86/intel: power-domains: Add Clearwater Forest support
    (stable-fixes).
  - platform/x86: thinkpad-acpi: Add support for hotkey 0x1401
    (stable-fixes).
  - platform/x86: hp-wmi: mark 8A15 board for timed OMEN thermal
    profile (stable-fixes).
  - commit f16312f
  - ASoC: SOF: Intel: don't check number of sdw links when set
    dmic_fixup (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).
  - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
    (stable-fixes).
  - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (stable-fixes).
  - ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14
    (stable-fixes).
  - commit a03c313
  - ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID
    (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).
  - ASoC: simple-card-utils.c: add missing dlc->of_node
    (stable-fixes).
  - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull
    (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet 5V (stable-fixes).
  - ASoC: amd: Add ACPI dependency to fix build error
    (stable-fixes).
  - commit 8395ba3
  - ALSA: hda: cs35l56: Remove calls to
    cs35l56_force_sync_asp1_registers_from_cache() (stable-fixes).
  - Refresh
    patches.suse/ASoC-cs35l56-Prevent-races-when-soft-resetting-using.patch.
  - commit e8d62b1
  - ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7
    (stable-fixes).
  - ASoC: cs42l43: Add codec force suspend/resume ops
    (stable-fixes).
  - ASoC: samsung: Add missing selects for MFD_WM8994
    (stable-fixes).
  - ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK
    (stable-fixes).
  - ASoC: wm8994: Add depends on MFD core (stable-fixes).
  - ASoC: mediatek: disable buffer pre-allocation (stable-fixes).
  - ASoC: rt722: add delay time to wait for the calibration
    procedure (stable-fixes).
  - ASoC: audio-graph-card: Call of_node_put() on correct node
    (stable-fixes).
  - ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers
    (stable-fixes).
  - commit d94e804
  - 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).
  - commit c0214ef
  - tty: serial: 8250: Add Brainboxes XC devices (stable-fixes).
  - tty: serial: 8250: Add some more device IDs (stable-fixes).
  - HID: hid-plantronics: Add mic mute mapping and generalize quirks
    (stable-fixes).
  - commit 27219be
  - 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).
  - phy: ti: gmii-sel: Do not use syscon helper to build regmap
    (stable-fixes).
  - irqchip/gic-v3: Fix rk3399 workaround when secure interrupts
    are enabled (git-fixes).
  - gpiolib: protect gpio_chip with SRCU in array_info paths in
    multi get/set (stable-fixes).
  - commit a763c51
  - gpiolib: acpi: Add a quirk for Acer Nitro ANV14 (stable-fixes).
  - thermal/cpufreq_cooling: Remove structure member documentation
    (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: intel-ish-hid: ipc: Add Panther Lake PCI device IDs
    (stable-fixes).
  - HID: hid-steam: Fix issues with disabling both gamepad mode
    and lizard mode (stable-fixes).
  - HID: ignore non-functional sensor in HP 5MP Camera
    (stable-fixes).
  - HID: intel-ish-hid: Send clock sync message immediately after
    reset (stable-fixes).
  - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in
    doorbell (stable-fixes).
  - serial: 8250_pci: Share WCH IDs with parport_serial driver
    (stable-fixes).
  - commit 2b5b959
  - Update config files: config files: CONFIG_MIPI_I3C_HCI_PCI=m
  - supported.con
  - commit 52bee05
  - HID: hid-steam: Make sure rumble work is canceled on removal
    (stable-fixes).
  - Refresh
    patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch.
  - Refresh
    patches.suse/HID-hid-steam-Move-hidraw-input-un-registering-to-wo.patch.
  - commit 051b5d1
  - i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
    (stable-fixes).
  - i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
    (stable-fixes).
  - soc/tegra: fuse: Update Tegra234 nvmem keepout list
    (stable-fixes).
  - HID: Wacom: Add PCI Wacom device support (stable-fixes).
  - HID: hid-asus: Disable OOBE mode on the ProArt P16
    (stable-fixes).
  - HID: multitouch: Add quirk for Hantick 5288 touchpad
    (stable-fixes).
  - commit cee8b14
  - i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
    (stable-fixes).
  - spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer
    SoC families (stable-fixes).
  - irqchip/sunxi-nmi: Add missing SKIP_WAKE flag (stable-fixes).
  - of/unittest: Add test that of_address_to_resource() fails on
    non-translatable address (stable-fixes).
  - hwmon: (drivetemp) Set scsi command timeout to 10s
    (stable-fixes).
  - gpio: sim: lock up configfs that an instantiated device depends
    on (stable-fixes).
  - gpio: virtuser: lock up configfs that an instantiated device
    depends on (stable-fixes).
  - irqchip/gic: Correct declaration of *percpu_base pointer in
    union gic_base (stable-fixes).
  - spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA
    (stable-fixes).
  - thermal: of: Simplify thermal_of_should_bind with scoped for
    each OF child (stable-fixes).
  - commit 3bac618
  - accel/ivpu: Add FW state dump on TDR (stable-fixes).
  - Refresh
    patches.suse/accel-ivpu-Prevent-recovery-invocation-during-probe-.patch.
  - commit e154818
  - accel/ivpu: Add coredump support (stable-fixes).
  - accel/ivpu: Limit FW version string length (stable-fixes).
  - thermal: core: Move lists of thermal instances to trip
    descriptors (stable-fixes).
  - commit 1b6fd5f
  - Bluetooth: qca: Fix poor RF performance for WCN6855 (git-fixes).
  - commit 8f8d064
  - Bluetooth: qca: Update firmware-name to support board specific
    nvm (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922
    (stable-fixes).
  - commit ff34f1d
  - Input: xpad - rename QH controller to Legion Go S (git-fixes).
  - commit aba26a6
  - Input: xpad - add support for TECNO Pocket Go (git-fixes).
  - Input: xpad - add support for ZOTAC Gaming Zone (git-fixes).
  - commit d081c97
  - Input: xpad - add multiple supported devices (git-fixes).
  - commit 8c43ca9
  - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir
    G7 SE controllers (git-fixes).
  - commit a67b5a7
  - regulator: check that dummy regulator has been probed before
    using it (CVE-2025-22008 bsc#1240942).
  - commit eab7c21
  - io_uring/uring_cmd: unconditionally copy SQEs at prep time
    (CVE-2025-21837 bsc#1239064).
  - io_uring/uring_cmd: switch sqe to async_data on EAGAIN
    (CVE-2025-21837 bsc#1239064).
  - commit f44e166

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git9352
  - Make sure link editing is done against our own shared library
    copy rather than the installed system runtime.  [bsc#1240788]
  - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation
    for GCN offloading.

++++ leancrypto:

  - updated to 1.3.0
    * Allow CPU entropy sources to be used as seed sources with meson option "seedsource=cpu"
    * Ensure full clean run on vintage system without AVX2 (thanks to "David C. Rankin" <drankinatty@gmail.com>)
    * EFI: compilation support on AARCH64
    * Meson: reduce number of object files to speed up compilation process
    * Intel assembler: add endbr[64|32] to every function and ensure IBT is enabled
    * ARMv8 assembler / ELF: add BTI and PAC support
    * *Full FIPS 140 compliance*: Invoke PCT, add integrity test for ELF compilations, enable FIPS compilation by default
    * ML-DSA: add external-mu support; new API: lc_dilithium_ctx_external_mu
    * Add optional Jitter RNG entropy source
    * Add SLH-DSA-Ascon-128[s|f]  (by default they are disabled, enable with meson configuration options `slh_dsa_ascon_128s` and `slh_dsa_ascon_128f`)
    * ML-KEM: use common poly_tobytes / poly_compress including fix for kyberslash for ARMv8 (thus all ML-KEM implementations have proper protections against it)
    * ML-KEM: reduce code duplication
    * Big-Endian: fixes on X.509 key usage processing, ML-KEM modulus tester
  - Changes 1.2.0
    * Locking für seeded_rng added to avoid requiring the caller providing a lock
    * Addition of ASN.1 decoder, X.509 parser, PKCS#7 / CMS parser
    * Addition of ASN.1 encoder, X.509 generator, PKCS#7 / CMS generator for ML-DSA, SLH-DSA, ML-DSA-ED25519
    * ML-DSA-ED25519: Hybrid implementation changed to match definition https://www.ietf.org/archive/id/draft-ietf-lamps-pq-composite-sigs-03.html
    * RISCV64: Keccak - add assembler and ZBB implementation
    * RISCV64: ML-KEM - add assembler implementation
    * RISCV64: ML-DSA - add assembler implementation
    * Add FIPS 140 mode (as of now, it does not yet implement full FIPS 140 compliance)
    * Ascon AEAD, Hash, XOF, Ascon-Keccak: Update to comply with SP800-232
    * Dilithium AVX2: Add side channel analysis
    * leancrypto passes X.509 IETF-Hackathon tests: https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results_certs_r4_automated_tests.html
    * Add compilation support for (U)EFI environment
    * RISCV64 RVV: ML-KEM, ML-DSA - add assembler implementation using RVV support
    * Seeded DRNG: Require a reseed after 2**14 bytes to comply with AIS20/31 3.0 DRG.4 and the discussed upcoming changes to SP800-90A.
    * SHA-512 / 384 / 256: Addition of AVX2, SHA_NI, SHA_NI-512, ARMv8 Neon, ARMv8 CE, RISCV ASM, RISCV ZBB acceleration
    * Add lc_init API
    * Intel non-AVX2 systems: remove all SIGILL causes by ensuring no AVX2 code is executed
    * Linux kernel: support version 6.13 kernel crypto signature API
    * Allow switching the central leancrypto seeded RNG instance with a caller-provided RNG
    * ML-KEM: fix poly_frombytes to perform the loading operation modulo 3329 (instead of modulo 4096) - thanks to Daiki Ueno for reporting it
  - Changes 1.1.0
    * ML-KEM remove modulus check of decapsulation key (not required by FIPS 203)
    * ML-KEM: add key pair PCT API - leancrypto cannot invoke it itself as it does not know when both keys are provided from outside
    * ML-DSA: add consistency with FIPS 204 - the signature changes as the input data handling is added (if you want to apply the old signature, use the new lc_dilithium_[sign|verify]_ctx API with ctx->ml_dsa_internal = 1)
    * ML-DSA: add API to allow caller to provide a user context as allowed by FIPS 204, to invoke ML-DSA.Sign_internal, ML-DSA.Verify_internal and HashML-DSA
    * ML-KEM: rename source code directory to ml-kem
    * ML-DSA: rename source code directory to ml-dsa
    * BIKE: Add NIST round 4 KEM candiate
    * ML-DSA: Add support to retain the expanded key to increase the performance of signature operations by 15 to 20%
    * ML-DSA: add key pair PCT API - leancrypto will not invoke it, but provides it for FIPS 140 support
    * SLH-DSA: Add SLH-DSA-SHAKE-256s, SLH-DSA-SHAKE-256f, SLH-DSA-SHAKE-192s, SLH-DSA-SHAKE-192f, SLH-DSA-SHAKE-128s, SLH-DSA-SHAKE-128f
    * ML-DSA, ML-KEM, SLH-DSA, BIKE, Hash, AEAD, RNG, HMAC, HKDF, symmetric: move API implementation from H to C file - this implies that no RUST wrappers are needed
    * Linux kernel: ML-DSA / SLH-DSA sigver input changed to be compliant to existing kernel structures: req->src SGL contains signature || msg, req->dst SGL is not processed
  - Changes 1.0.1
    * fix: Kyber keygen - add LC_KYBER_K to initial hash (change is only relevant when storing keys as seed and for interoperability)
    * fix: Dilithium keygen - add dimensions K and L (change is only relevant when storing keys as seed and for interoperability)
    * small performance improvements for hasher apps
  - Changes 1.0.0
    * enhancement: add Doxygen support - it is automatically compiled if Doxygen is present
    * enhancement: add Dilithium-ED25519 stream mode operation (i.e. init/update/final)
    * due to the Dilithium-ED25519 stream mode support, the Dilithium-ED25519 now used ED25519ph signature algorithm mode
    * Dilithium API change: the stream mode uses struct lc_dilithium_ctx instead of lc_hash_ctx to reflect the newly added Dilithium-ED25519 API - the lc_dilithium_ctx can be allocated on the stack or heap using LC_DILITHIUM_CTX_ON_STACK or lc_dilithium_ctx_alloc
    * enhancement: add Dilithium-ED25519 as Linux kernel akcipher algorithm
    * enhancement: make Kyber-X25519 as Linux kernel kpp algorithm consistent with the standalone Kyber kpp implementation and add a tester
    * seeded_rng: when using the ESDM as entropy source, use DRBG without prediction resistance. When having heavy respawning of applications, using the PR DRBG will strain the entropy source significantly.
    * Dilithium: add edge case tests as referenced by https://github.com/usnistgov/ACVP/pull/1525.patch and https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/G8Zf0hC-uu0/m/Kb3qNJb0AwAJ
  - Changes 0.11.0
    * security fix: fix possible leak of message in Kyber
    * Kyber: reduce memory footprint, use common lc_memcmp_secure API
    * Ascon-Keccak: include the tag length into the IV and thus implicitly authenticate the tag length (thanks to Markku-Juhani Saarinen to suggest this)
    * Kyber: change standard API such that caller can select Kyber type
    * Dilithium: change standard API such that caller can select Dilithium type
    * security: addition of Timecop and instrumentation of tests to find side-channels
    * enhancement: add Linux kernel crypto API support for Ascon / Ascon-Keccak
    * fix: performance of seeded RNG by setting reseed threshold to 1MB
    * fix: Linux kernel warning on return thunk
    * enhancement: add ASM ARMv7 and ARMv8 implementation for X25519
    * enhancement: add Ascon support for XDRBG
    * enhancement: performance increase for XDRBG256
    * enhancement: add ED25519ph to support Dilithium hybrid init/update/final handling
  - Changes 0.10.1
    * enhancement: Linux kernel - Kyber: allow parallel compilation of all Kyber types including all optimizations
    * enhancement: Linux kernel - Dilithium: allow parallel compilation of all Dilithium types including all optimizations
    * add additional hardening compiler flags stipulated by openssf.org
  - Changes 0.10.0
    * enhancement: add Sponge APIs
    * enhancement: add Ascon Keccak 512 and 256
    * update AEAD: add lc_aead_enc|dec_init and change all AEAD algo's tag calculation to now perform MAC(AAD || ciphertext) instead of MAC(ciphertext || AAD) - this brings it in line with all AEAD algorithms
    * enhancement: add Ascon AEAD 128 and 128b
    * rename API lc_shake to lc_xof
    * enhancement: add Ascon Hash 128 and 128a
    * enhancement: add Ascon XOF and XOFa
    * enhancement: add Ascon 128/128a hasher apps
    * large data tests can now execute on small systems by using smaller memory sizes
    * remove riscv64 hash assembler directory: it is a duplicate of the riscv32 assembler code
    * Kyber 768: Add AVX2, ARMv8, ARMv7 support
    * Dilithium 65: Add AVX2, ARMv8, ARMv7 support
    * Enable compilation of Kyber 1024, Kyber-768 and Kyber-512 at the same time (APIs starting with lc_kyber_768/lc_kex_768 refer to Kyber-768, APIs starting with lc_kyber_512/lc_kex_512 refer to Kyber-512, all others refer to Kyber-1024)
    * Enable compilation of Dilithium 87, Dilithium-65 and Dilithium-44 at the same time (APIs starting with lc_dilithium_65 refer to Dilithium-768, APIs starting with lc_dilithium_44 refer to Dilithium-44, all others refer to Dilithium-87)
    * enhancement: Windows is now supported as target platform using the MINGW compiler with full acceleration support
    * Dilithium: update SampleInBall implementation following https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/y8ul-ZcVWI4 - implementation is fully checked against NIST ACVP Demo server
  - Changes 0.9.2
    * fix: update "reduce memory footprint of Keccak state" to handle big-endian systems
    * enhancement: Seed the lc_seeded_rng with (random.c || Jitter RNG)
  - Changes 0.9.1
    * fix: move XOR-256 memory definitions to lc_memory_support.h as otherwise compilation of external applications and libraries fail due to missing xor256.h
  - Changes 0.9.0
    * enhancement: X/ED25519: enable 128 bit mode on Intel for both, kernel and user
    space
    * add Rust binding support
    * enhancement: reduce memory footprint of Keccak state
    * enhancement: add cSHAKE re-init support
    * fix: KMAC-AEAD / cSHAKE-AEAD - ensure proper re-initialization
    * enhancement: add RISC-V 64 bit Keccak - currently disabled due to a bug
    * enhancement: compile Dilithium ARMv8 support in Linux kernel (excluding the SIMD Keccak operation)
    * fix: fix ARM-CE detection logic
    * fix: potential Kyber side channel
    * fix: KMAC min MAC size is 32 bits
    * enhancement: use accelerated XOR for KMAC/cSHAKE AEAD
    * fix: enable poly_compress_avx for Linux kernel compilation when GCC >= 13 is present
    * enhancement: add interface code to register leancrypto with Linux kernel crypto API
  - Changes 0.8.0:
    * enhancement: add applications
    * enhancement: add Dilithium ARMv8 support (including SHAKE 2x ARMv8 support)
    * enhancement: add Dilithium ARMv7 support
    * enhancement: add Kyber ARMv7 support
    * reduce memory footprint of Dilithium and Kyber
    * enhancement: Add Kyber-X25519 KEM, KEX, and IES
    * enhancement: Add Dilithium-ED25519
    * hardening: use -fzero-call-used-regs=used-gpr if available to counter ROP
    attacks
    * fix: Add fork-detection for seeded_rng
    * update XDRBG256 implementation based on latest draft
  - Changes 0.7.0:
    * enhancement: add XDRBG256 - the SHAKE256-based DRNG discussed for SP800-90A
    inclusion (almost idential to cSHAKE/KMAC DRNG specified with leancrypto)
    * enhancement: add SymKMAC AEAD algorithm - it uses 100 bytes less context than
    SymHMAC (it is less than 1024 bytes now), uses accelerated Keccak for KDF and
    authentication but is otherwise identical to SymHMAC
    * Kyber: switch responder and initiator definitions
    * enhancement: add ESDM seed source to seed lc_seeded_rng
    * editorial: reformat code using clang-format and provided configuration file
    * Dilithium: Update implementation to match FIPS 204 (draft from Aug 24, 2023)
    * Kyber: Update implementation to match FIPS 203 (draft from Aug 24, 2023)
    * enhancement: Dilithium and Kyber security strengths are selectable via Meson options
    * Kyber KEM: Update shared secret KDF (as the KDF is now removed from FIPS 203,
    it can be adjusted to be more performant and consistent with SP800-108)
    * Kyber KEX: Updated shared secret KDF to use SP800-108 compliant KMAC KDF
    * enhancement: Add input parameter validatino to Kyber as specified in FIPS 203
    * enhancement: consolidate all testing requiring an RNG to use selftest_rng
  - Changes 0.6.0:
    * enhancement: Linux - add memfd_secret(2) support for secure memory allocation
    * fix: documentation of lc_kyber_keypair
    * enhancement: remove the rng_ctx parameter in all Kyber APIs except the key
    generation - internally lc_seeded_rng is used instead
    * enhancement: use -Wmissing-prototypes and fix reported issues
    * enhancement: provide standalone CBC, CTR, KW implementation
    * enhancement: provide AESNI implementation
    * enhancement: provide AES ARM CE implementation
    * enhancement: provide AES RISC-V 64 assembler implementation
    * enhancement: provide Linux kernel configuration option to enable startup
    health tests
    * fix: apply fixes such that all self tests and regression tests pass when compiled for Linux kernel
    * fix: properly zeroize memory when using the workspace memory
  - Changes 0.5.3:
    * convert to safe min/max implementations
    * enhancement: allow kernel modules to be compiled directly from installed user space headers
    * enhancement: make ARMv8 code compile on macOS

++++ systemd:

  - Import commit c10a66fb4dd34b86d42fa92501bd88db63df479a (merge of v257.5)
    This merge includes the following fix:
    9b52c10986 test-network: replace symlink to 99-default.link with a copy
    d7577221b8 man/pstore.conf: pstore.conf template is not always installed in /etc
    62071a984d man: coredump.conf template is not always installed in /etc (bsc#1237496)
    18dde3dd2a umount: do not move busy network mounts (bsc#1236177)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/f133e5974e69708d7491d4823780690c913f7bda...c10a66fb4dd34b86d42fa92501bd88db63df479a

++++ libvirt:

  - cpu_map: Install Ampere-1 ARM CPU models
    bsc#1240922

++++ mdadm:

  - IMSM RAID0 2 disks to RAID10 4 disks migration fix
    add 1006-imsm-Fix-RAID0-to-RAID10-migration.patch (bsc#1241001)

++++ openssh:

  - "Update" to openssh 10.0p2:
  - There was an issue during the packaging of 10.0p1 which made it
    identify itself as 10.0p2 so 10.0p1 is now considered identical
    to 10.0p2 and upstream won't release a separate 10.0p2 package.

++++ python313-pyparsing:

  - update to 3.2.3:
    * Fixed bug released in 3.2.2 in which `nested_expr` could
    overwrite parse actions for defined content, and could truncate
    list of items within a nested list.
    * Released `cvt_pyparsing_pep8_names.py` conversion utility to
    upgrade pyparsing-based programs and libraries that use legacy
    camelCase names to use the new PEP8-compliant
    snake_case method names.
    * Fixed bug in `nested_expr` where nested contents were
    stripped of whitespace when the default whitespace characters
    were cleared
    * Fixed bug in `rest_of_line` and the underlying `Regex` class,
    in which matching a pattern that could match an empty string
    (such as `".*"` or `"[A-Z]*"` would not raise
    a `ParseException` at or beyond the end of the input
    string. This could cause an
    infinite parsing loop when parsing `rest_of_line` at the
    end of the input string.
    * Fixed syntax warning raised in `bigquery_view_parser.py`,
    invalid escape sequence "\s".
    * Added support for Python 3.14.

++++ runc:

  - Update to runc v1.2.6. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.6>.

++++ supermin:

  - Update Copyright year
  - Exclude the Requires on sysconfig-netconfig for SLES16 and newer

------------------------------------------------------------------
------------------  2025-4-9  -  Apr 9 2025  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Remove '-Dhostname_persist=suse' compile option, as it's not
    needed anymore. The behaviours of this option are mainly:
    1. stores hostname in /etc/HOSTNAME instead of /etc/hostname.
    2. checks DHCLIENT_SET_HOSTNAME value in /etc/sysconfig/netowrk/dhcp
    to know whether the hostname is valid.
    These are not desired haviours anymore.

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

++++ crypto-policies:

  - Update crypto-policies-enable-SHA1-sigver-in-DEFAULT.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:

  - io_uring/kbuf: reallocate buf lists on upgrade (CVE-2025-21836
    bsc#1239066).
  - commit e7bf444
  - io_uring: prevent opcode speculation (CVE-2025-21863
    bsc#1239475).
  - commit a129dda
  - net: mctp: unshare packets when reassembling (CVE-2025-21972
    bsc#1240813).
  - commit 7e7e668
  - gpio: rcar: Use raw_spinlock to protect register access
    (CVE-2025-21912 bsc#1240584).
  - commit ef2385e
  - s390: Remove ioremap_wt() and pgprot_writethrough() (git-fixes
    bsc#1240977).
  - commit 8037d34
  - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation
    (git-fixes bsc#1240976).
  - commit 4b51b40
  - s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (git-fixes, bsc#1240975).
  - commit f780310
  - 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 f0a348c
  - Update upstream status for ath11k patches
  - commit 4a45d06
  - configs: update using run_oldconfig.sh
  - commit d3805c5
  - 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 9969be2

++++ kernel-firmware-bluetooth:

  - Update to version 20250408 (git commit c1a774f36657):
    * QCA: Add 8 bluetooth nvm files for WCN785x btusb
    * QCA: Update WCN785x btusb firmware to 2.0.0-00790-3

++++ kernel-firmware-i915:

  - Update aliases from 6.15-rc1

++++ kernel-firmware-media:

  - Update to version 20250408 (git commit c1a774f36657):
    * qcom: update firmware binary for SM8250

++++ kernel-firmware-mediatek:

  - Update aliases from 6.15-rc1

++++ kernel-firmware-mellanox:

  - Update to version 20250408 (git commit c1a774f36657):
    * Mellanox: Add new mlxsw_spectrum firmware xx.2014.4012

++++ kernel-firmware-network:

  - Update to version 20250408 (git commit c1a774f36657):
    * linux-firmware: add firmware for Aeonsemi AS21x1x 1G/2.5G/5G/10G Ethernet Phy

++++ kernel-firmware-platform:

  - Update aliases from 6.15-rc1

++++ kernel-firmware-qcom:

  - Update aliases from 6.15-rc1
  - Update to version 20250408 (git commit c1a774f36657):
    * qcom:x1e80100: Iris Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo Yoga Slim 7 Snapdragon platform

++++ kernel-firmware-realtek:

  - Update aliases from 6.15-rc1

++++ kernel-firmware-sound:

  - Update to version 20250408 (git commit c1a774f36657):
    * mediatek: Add new mt8195 SOF firmware
    * mediatek: Add new mt8188 SOF firmware

++++ libcontainers-common:

  - containers.conf default configuration modifications:
    * set runc as the default OCI runtime (bsc#1239088)
    * set nftables as the default firewall driver for netavark
  - New release 20250409
    * bump bundled c/common to 0.59.1
    * bump bundled c/image to 5.31.0
    * bump bundled c/storage to 1.54.0

++++ libgpg-error:

  - Update to 1.53:
    * Fix regression in 1.52.
    * Rebase libgpg-error-nobetasuffix.patch
  - Update to 1.52:
    * The KEY_WOW64_xxKEY flags can now be passed to the Registry read
    functions. [rE652328c786]
    * In the spawn functions care about closefrom/close call is
    interrupted. [T7478]
    * New simple string list API. [rE47097806f1]
    * New API for name value files. [rE7ec1f27b60]
    * Interface changes relative to the 1.51 release:
  - gpgrt_w32_reg_query_string          NEW (Windows only).
  - gpgrt_strlist_t                     NEW type.
  - gpgrt_strlist_free                  NEW.
  - gpgrt_strlist_add                   NEW.
  - gpgrt_strlist_tokenize              NEW.
  - gpgrt_strlist_copy                  NEW.
  - gpgrt_strlist_rev                   NEW.
  - gpgrt_strlist_prev                  NEW.
  - gpgrt_strlist_last                  NEW.
  - gpgrt_strlist_pop                   NEW.
  - gpgrt_strlist_find                  NEW.
  - GPGRT_STRLIST_APPEND                NEW const.
  - GPGRT_STRLIST_WIPE                  NEW const.
  - gpgrt_nvc_t                         NEW type.
  - gpgrt_nve_t                         NEW type.
  - gpgrt_nvc_new                       NEW.
  - gpgrt_nvc_release                   NEW.
  - gpgrt_nvc_get_flag                  NEW.
  - gpgrt_nvc_add                       NEW.
  - gpgrt_nvc_set                       NEW.
  - gpgrt_nve_set                       NEW.
  - gpgrt_nvc_delete                    NEW.
  - gpgrt_nvc_lookup                    NEW.
  - gpgrt_nvc_parse                     NEW.
  - gpgrt_nvc_write                     NEW.
  - gpgrt_nve_next                      NEW.
  - gpgrt_nve_name                      NEW.
  - gpgrt_nve_value                     NEW.
  - gpgrt_nvc_get_string                NEW.
  - gpgrt_nvc_get_bool                  NEW.
  - GPGRT_NVC_WIPE                      NEW const.
  - GPGRT_NVC_PRIVKEY                   NEW const.
  - GPGRT_NVC_SECTION                   NEW const.
  - GPGRT_NVC_MODIFIED                  NEW const.

++++ ncurses:

  - Modify patch ncurses-5.9-ibm327x.dif
    * Add a further sclp entry for qemu s390 based systems

++++ shadow:

  - shadow-util-linux.patch: util-linux-2.41 introduced new variable:
    LOGIN_ENV_SAFELIST. Recognize it and update dependencies. The
    patch includes gh/shadow-maint/shadow/pull#1248.
  - shadow-login_defs-check-login_defs.lst: Make the util-linux.spec
    multibuild file compatible with quilt. Make it working with new
    quilt.

++++ openssh:

  - Update to openssh 10.0p1:
    = Potentially-incompatible changes
    * This release removes support for the weak DSA signature
    algorithm, completing the deprecation process that began in
    2015 (when DSA was disabled by default) and repeatedly warned
    over the last 12 months.
    * scp(1), sftp(1): pass "ControlMaster no" to ssh when invoked by
    scp & sftp. This disables implicit session creation by these
    tools when ControlMaster was set to yes/auto by configuration,
    which some users found surprising. This change will not prevent
    scp/sftp from using an existing multiplexing session if one had
    already been created. GHPR557
    * This release has the version number 10.0 and announces itself
    as "SSH-2.0-OpenSSH_10.0". Software that naively matches
    versions using patterns like "OpenSSH_1*" may be confused by
    this.
    * sshd(8): this release removes the code responsible for the
    user authentication phase of the protocol from the per-
    connection sshd-session binary to a new sshd-auth binary.
    Splitting this code into a separate binary ensures that the
    crucial pre-authentication attack surface has an entirely
    disjoint address space from the code used for the rest of the
    connection. It also yields a small runtime memory saving as the
    authentication code will be unloaded after the authentication
    phase completes. This change should be largely invisible to
    users, though some log messages may now come from "sshd-auth"
    instead of "sshd-session". Downstream distributors of OpenSSH
    will need to package the sshd-auth binary.
    * sshd(8): this release disables finite field (a.k.a modp)
    Diffie-Hellman key exchange in sshd by default. Specifically,
    this removes the "diffie-hellman-group*" and
    "diffie-hellman-group-exchange-*" methods from the default
    KEXAlgorithms list. The client is unchanged and continues to
    support these methods by default. Finite field Diffie Hellman
    is slow and computationally expensive for the same security
    level as Elliptic Curve DH or PQ key agreement while offering
    no redeeming advantages. ECDH has been specified for the SSH
    protocol for 15 years and some form of ECDH has been the
    default key exchange in OpenSSH for the last 14 years.
    * sshd(8): this release removes the implicit fallback to
    compiled-in groups for Diffie-Hellman Group Exchange KEX when
    the moduli file exists but does not contain moduli within the
    client-requested range.  The fallback behaviour remains for the
    case where the moduli file does not exist at all. This allows
    administrators more explicit control over which DH groups will
    be selected, but can lead to connection failures if the moduli
    file is edited incorrectly. bz#2793
    = Security
    * sshd(8): fix the DisableForwarding directive, which was failing
    to disable X11 forwarding and agent forwarding as documented.
    X11 forwarding is disabled by default in the server and agent
    forwarding is off by default in the client.
    = New features
    * ssh(1): the hybrid post-quantum algorithm mlkem768x25519-sha256
    is now used by default for key agreement. This algorithm is
    considered to be safe against attack by quantum computers,
    is guaranteed to be no less strong than the popular
    curve25519-sha256 algorithm, has been standardised by NIST
    and is considerably faster than the previous default.
    * ssh(1): prefer AES-GCM to AES-CTR mode when selecting a cipher
    for the connection. The default cipher preference list is now
    Chacha20/Poly1305, AES-GCM (128/256) followed by AES-CTR
    (128/192/256).
    * ssh(1): add %-token and environment variable expansion to the
    ssh_config SetEnv directive.
    * ssh(1): allow %-token and environment variable expansion in
    the ssh_config User directive, with the exception of %r and %C
    which would be self-referential. bz#3477
    * ssh(1), sshd(8): add "Match version" support to ssh_config and
    sshd_config. Allows matching on the local version of OpenSSH,
    e.g. "Match version OpenSSH_10.*".
    * ssh(1): add support for "Match sessiontype" to ssh_config.
    Allows matching on the type of session initially requested,
    either "shell" for interactive sessions, "exec" for command
    execution sessions, "subsystem" for subsystem requests, such as
    sftp, or "none" for transport/forwarding-only sessions.
    * ssh(1): add support for "Match command ..." support to
    ssh_config, allowing matching on the remote command as
    specified on the command-line.
    * ssh(1): allow 'Match tagged ""' and 'Match command ""' to match
    empty tag and command values respectively.
    * sshd(8): allow glob(3) patterns to be used in sshd_config
    AuthorizedKeysFile and AuthorizedPrincipalsFile directives.
    bz2755
    * sshd(1): support the VersionAddendum in the client, mirroring
    the option of the same name in the server; bz2745
    * ssh-agent(1): the agent will now delete all loaded keys when
    signaled with SIGUSR1. This allows deletion of keys without
    having access to $SSH_AUTH_SOCK.
    * Portable OpenSSH, ssh-agent(1): support systemd-style socket
    activation in ssh-agent using the LISTEN_PID/LISTEN_FDS
    mechanism. Activated when these environment variables are set,
    the agent is started with the -d or -D option and no socket
    path is set. GHPR502
    * ssh-keygen(1): support FIDO tokens that return no attestation
    data, e.g. recent WinHello. GHPR542
    * ssh-agent(1): add a "-Owebsafe-allow=..." option to allow the
    default FIDO application ID allow-list to be overridden.
    * Add a work-in-progress tool to verify FIDO attestation blobs
    that ssh-keygen can optionally write when enrolling FIDO keys.
    This tool is available under
    regress/misc/ssh-verify-attestation for experimentation but is
    not installed by "make install".
    * ssh-keygen(1): allow "-" as output file for moduli screening.
    GHPR393
    = Bugfixes
    * sshd(8): remove assumption that the sshd_config and any configs
    it includes can fit in a (possibly enlarged) socket buffer.
    Previously it was possible to create a sufficiently large
    configuration that could cause sshd to fail to accept any
    connection. sshd(8) will now actively manage sending its config
    to the sshd-session sub-process.
    * ssh(1): don't start the ObscureKeystrokeTiming mitigations if
    there has been traffic on a X11 forwarding channel recently.
    Should fix X11 forwarding performance problems when this
    setting is enabled. bz3655
    * ssh(1): prohibit the comma character in hostnames accepted, but
    allow an underscore as the first character in a hostname.
    * sftp(1): set high-water when resuming a "put". Prevents bogus
    "server reordered acks" debug message.
    * ssh(1), sshd(8): fix regression in openssh-9.8, which would
    fail to accept "Match criteria=argument" as well as the
    documented "Match criteria argument" syntax in ssh_config and
    sshd_config. bz3739
    * sftp(1), ssh(1): fix a number possible NULL dereference bugs,
    including Coverity CIDs 405019 and 477813.
    * sshd(8): fix PerSourcePenalty incorrectly using "crash" penalty
    when LoginGraceTime was exceeded. bz3797
    * sshd(8): fix "Match invalid-user" from incorrectly being
    activated in initial configuration pass when no other
    predicates were present on the match line
    * sshd(8): fix debug logging of user specific delay. GHPR#552
    * sshd(8): improve debug logging across sub-process boundaries.
    Previously some log messages were lost early in the sshd-auth
    and sshd-session processes' life.
    * ssh(1): require control-escape character sequences passed via
    the '-e ^x' command-line to be exactly two characters long.
    Avoids one byte out-of-bounds read if ssh is invoked as
    "ssh -e^ ..." GHPR368
    * ssh(1), sshd(8): prevent integer overflow in x11 port handling.
    These are theoretically possible if the admin misconfigured
    X11DisplayOffset or the user misconfigures their own $DISPLAY,
    but don't happen in normal operation. bz#3730
    * ssh-keygen(1): don't mess up ssh-keygen -l output when the file
    contains CR characters; GHPR236 bz3385.
    * sshd(8): add rate limits to logging of connections dropped by
    PerSourcePenalties. Previously these could be noisy in logs.
    * ssh(1): fix argument of "Compression" directive in ssh -G
    config dump, which regressed in openssh-9.8.
    * sshd(8): fix a corner-case triggered by UpdateHostKeys when
    sshd refuses to accept the signature returned by an agent
    holding host keys during the hostkey rotation sub-protocol.
    This situation could occur in situations where a PKCS#11
    smartcard that lacked support for particular signature
    algorithms was used to store host keys.
    * ssh-keygen(1): when using RSA keys to sign messages with
    "ssh-keygen -Y", select the signature algorithm based on the
    requested hash algorithm ("-Ohashalg=xxx"). This allows using
    something other than the default of rsa-sha2-512, which may not
    be supported on all signing backends, e.g. some smartcards only
    support SHA256.
    * ssh(1), sshd(8), ssh-keyscan(1): fix ML-KEM768x25519 KEX on
    big-endian systems.
    * Many regression and interop test improvements.
    = Portability
    * All: add support for AWS-LC (AWS libcrypto). bz3784
    * sshd(8): add wtmpdb support as a Y2038 safe wtmp replacement.
    * sshd(8): add support for locking sshd into memory, enabled with
    the --with-linux-memlock-onfault configure flag.
    * Add support for building a standalone sk-libfido2 library,
    enabled by --with-security-key-standalone
    * ssh(1), sshd(8), ssh-keyscan(1): include __builtin_popcount
    replacement function. for compilers that lack it.
    * All: Check for and replace le32toh, le64toh, htole64
    separately. It appears that at least some versions of endian.h
    in glibc do not have the latter two. bz#3794
    * Remove ancient RHL 6.x config in RPM spec.
  - Rebase patches:
    * openssh-7.7p1-fips.patch
    * openssh-7.7p1-cavstest-ctr.patch
    * openssh-7.7p1-cavstest-kdf.patch
    * openssh-7.7p1-fips_checks.patch
    * openssh-8.0p1-gssapi-keyex.patch
    * openssh-8.1p1-audit.patch
    * openssh-7.7p1-ldap.patch
    * openssh-reenable-dh-group14-sha1-default.patch
    * openssh-8.4p1-vendordir.patch
    * logind_set_tty.patch
    * openssh-mitigate-lingering-secrets.patch
    * openssh-7.8p1-role-mls.patch
    * openssh-6.6p1-privsep-selinux.patch
    * openssh-6.6.1p1-selinux-contexts.patch
    * openssh-9.6p1-crypto-policies-man.patch
    * openssh-7.6p1-cleanup-selinux.patch
  - Drop patches now included upstream:
    * wtmpdb.patch
    * fix-x11-regression-bsc1229449.patch
    * fix-nopie-flag.patch
  - Drop patch since SHA-1 isn't considered secure and the default
    kex list comes from crypto-policies anyway:
    * openssh-reenable-dh-group14-sha1-default.patch

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

++++ transactional-update:

  - Version 5.0.1
  - Fix path to rebootmgrctl [bsc#1236908]

++++ kernel-default:

  - perf/core: Order the PMU list to fix warning about unordered
    pmu_ctx_list (bsc#1240585 CVE-2025-21895).
  - commit 820ecfc
  - ext4: fix FS_IOC_GETFSMAP handling (bsc#1240557).
  - commit 3d92358
  - gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol
    namespace (git-fixes).
  - commit f08563d
  - module: Convert default symbol namespace to string literal
    (git-fixes).
  - commit fd4c957
  - gpio: vf610: use generic device_get_match_data() (git-fixes).
  - commit 7d5c89d
  - 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
  - s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()
    (git-fixes, bsc#1237055).
  - Refresh
    patches.suse/s390-lock-down-kernel-in-secure-boot-mode.patch.
  - commit daf9150
  - ovl: support encoding fid from inode with no alias (bsc#1238448).
  - commit 258d9fd
  - ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (git-fixes).
  - commit 28b34c8
  - ovl: properly handle large files in ovl_security_fileattr (git-fixes).
  - commit 2f1a01a
  - tools/power turbostat: Restore GFX sysfs fflush() call
    (git-fixes).
  - commit e034d9b
  - tools/power turbostat: Allow Zero return value for some RAPL
    registers (git-fixes).
  - commit 39d1fd1
  - net: usb: qmi_wwan: add Telit Cinterion FE990B composition
    (git-fixes).
  - commit b2dd890
  - net: usb: qmi_wwan: add Telit Cinterion FN990B composition
    (git-fixes).
  - commit a3fe22b
  - usb: xhci: Apply the link chain quirk on NEC isoc endpoints
    (git-fixes).
  - commit bec8bdb
  - 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).
  - bpf: handle implicit declaration of function gettid in
    bpf_iter.c (git-fixes).
  - Refresh patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch
  - selftests/bpf: Fix uprobe consumer test (git-fixes).
  - commit 2087211
  - drm/amd/display: Don't write DP_MSTM_CTRL after LT
    (stable-fixes).
  - commit fa64fbb
  - 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).
  - commit 016f27b

++++ c-ares:

  - c-ares version 1.34.5
    * CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that
    was introduced in v1.32.3 (bsc#1240955)
  - a531524a3d085fcd9a5e25d5f6cbdb953082c2b9.patch: upstreamed, removed

++++ wtmpdb:

  - Update to version 0.73.0+git20250408.edb8638:
    * Release version 0.73.0
    * expand accepted time format options
    * use documented -t short option for last --until
    * hurd: avoid PATH_MAX
    * hurd: compat for lack of CLOCK_BOOTTIME

++++ netcat-openbsd:

  - add -std=gnu99 to CFLAGS to fix gcc15 compile time errors

++++ python-gcemetadata:

  - Switch te SLE 15 build setup to also use a macro instead of referencing
    the Python 3.11 interpreter directly.

++++ python-certifi:

  - Update to 2025.1.31
    * Added certs
  - Subject: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH
  - Subject: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH
    * Removed certs
  - Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG
  - from version 2024.12.14
    * Upload attestations to PyPI
    * Added 3.13 classifier (#322)
    * Test against 3.13 final
    * Added certs
  - Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH
    * Removed certs
  - Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.
  - Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc.
    OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for
    authorized use only
  - Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD.

++++ virt-manager:

  - bsc#1239837 - [SLFO] virt-manager still has unresolved
    dependencies in beta2
    Remove dependencies on spice and other Gtk sources as these
    packages don't exist in SLES16. Cleanup other dependencies.
    virt-manager.spec

------------------------------------------------------------------
------------------  2025-4-7  -  Apr 7 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Ensure cockpit-selinux-policies always installs the selinux policy
    regardless of selinuxenabled status (bsc#1240787 and bsc#1240421)

++++ 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.

++++ open-iscsi:

  - Change SPEC file so that open-iscsi lock files always go
    in /run/lock/iscsi (bsc#1239107)
  - Update to version 2.1.11.suse+65.65365e1cdedb:
    * doc: fixup iscsiadm man page option for -r (#501)
    * Modify log function to print session id (#498)
    * Fix minor typo ("authenticaton") (#500)
    * Preparing for version 2.1.11 (#499)
    * iscsid: Rate limit session reopen log messages (#492)
    * IPv6 support for iBFT iSCSI boot (#493)
    * Improve iscsiadm command line parsing messages (#494)
    * More testing cleanup, and fix dprint test usage (#491)
    * Fix a typo in test/README (#486)
    * iscsid: Fix hang during login with scan=manual (#485)
    * fix 4 issues which are finded when building with clang 17 (#478)

++++ kernel-default:

  - netmem: prevent TX of unreadable skbs (CVE-2025-21954 bsc#1240734)
  - commit a1c5aa6
  - io_uring/sqpoll: Increase task_work submission batch size
    (bsc#1237349).
  - commit 1fd5694
  - OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (CVE-2024-58068 bsc#1238961)
  - commit becf7cb
  - net: let net.core.dev_weight always be non-zero (CVE-2025-21806 bsc#1238746)
  - commit 77296a7
  - fs/netfs/read_collect: add to next->prev_donated (CVE-2025-21988 bsc#1240794).
  - commit 266358d
  - cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter() (git-fixes).
  - Refresh
    patches.suse/cachefiles-Fix-NULL-pointer-dereference-in-object-file.patch.
  - commit a239da8
  - cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()
    (git-fixes).
  - Refresh
    patches.suse/cachefiles-Fix-NULL-pointer-dereference-in-object-file.patch.
  - commit f7aa4b2
  - OPP: add index check to assert to avoid buffer overflow in _read_freq() (CVE-2024-57998 bsc#1238527)
  - commit ba92a26
  - mm/mremap: do not set vrm->vma NULL immediately prior to
    checking it (bsc#1236648).
  - commit c9bedf5
  - mm/mremap: thread state through move page table operation
    (bsc#1236648).
  - commit 587499d
  - mm/mremap: refactor move_page_tables(), abstracting state
    (bsc#1236648).
  - commit 3e4a075
  - mm/mremap: complete refactor of move_vma() (bsc#1236648).
  - commit d2e4046
  - mm/mremap: initial refactor of move_vma() (bsc#1236648).
  - commit 10aa9c0
  - mm/mremap: introduce and use vma_remap_struct threaded state
    (bsc#1236648).
  - commit d7aa505
  - mm/mremap: refactor mremap() system call implementation
    (bsc#1236648).
  - commit 3260e42
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1236648).
  - Refresh
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch.
  - commit 3eabb30
  - mm/mremap: remove goto from mremap_to() (bsc#1236648).
  - commit b290f99
  - mm/mremap: cleanup vma_to_resize() (bsc#1236648).
  - commit 5eeb6b7
  - mm/mremap: correctly handle partial mremap() of VMA starting
    at 0 (bsc#1236648).
  - commit 0158c20
  - mm: make vma cache SLAB_TYPESAFE_BY_RCU (bsc#1236648).
  - commit 6632f8f
  - mm: prepare lock_vma_under_rcu() for vma reuse possibility
    (bsc#1236648).
  - commit 182064f
  - mm: remove extra vma_numab_state_init() call (bsc#1236648).
  - commit 4fa76bd
  - mm/debug: print vm_refcnt state when dumping the vma
    (bsc#1236648).
  - commit b0336b4
  - mm: move lesser used vma_area_struct members into the last
    cacheline (bsc#1236648).
  - Refresh
    patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch.
  - commit 3621034
  - mm: replace vm_lock and detached flag with a reference count
    (bsc#1236648).
  - Refresh
    patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch.
  - commit 20a4f53
  - refcount: introduce
    __refcount_{add|inc}_not_zero_limited_acquire (bsc#1236648).
  - commit 7cae058
  - refcount: provide ops for cases when object's memory can be
    reused (bsc#1236648).
  - commit 65378f2
  - mm: uninline the main body of vma_start_write() (bsc#1236648).
  - commit 07fd6a8
  - mm: move mmap_init_lock() out of the header file (bsc#1236648).
  - commit fef8887
  - mm: allow vma_start_read_locked/vma_start_read_locked_nested
    to fail (bsc#1236648).
  - commit 8ccc607
  - types: move struct rcuwait into types.h (bsc#1236648).
  - commit aafad00
  - mm: mark vmas detached upon exit (bsc#1236648).
  - commit f8b68a1
  - mm: introduce vma_iter_store_attached() to use with attached
    vmas (bsc#1236648).
  - commit 466e36f
  - mm: move per-vma lock into vm_area_struct (bsc#1236648).
  - Refresh
    patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch.
  - commit 95e3916
  - mm: mark vma as detached until it's added into vma tree
    (bsc#1236648).
  - commit 73de5d7
  - usbnet:fix NPE during rx_complete (git-fixes).
  - commit 0174b0c
  - Refresh patches.suse/btrfs-fix-use-after-free-waiting-for-encoded-read-en.patch (bsc#1240559).
    There was a trivial typo in commit 0406131af095 ("btrfs: fix use-after-free
    waiting for encoded read endios (bsc#1235128)") while backporting d29662695ed7c.
    This refresh fixes the typo.
  - commit 7d8f5ea
  - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (CVE-2025-21983
    bsc#1240792).
  - commit 5558350
  - mm/huge_memory: drop beyond-EOF folios with the right number
    of refs (CVE-2025-22000 bsc#1240834).
  - commit 71ff73e
  - mm: abort vma_modify() on merge out of memory failure
    (CVE-2025-21932 bsc#1240707).
  - commit b1120f6
  - net: mana: Switch to page pool for jumbo frames (git-fixes).
  - net/mana: fix warning in the writer of client oob (git-fixes).
  - PCI: hv: Correct a comment (git-fixes).
  - net: mana: Add metadata support for xdp mode (git-fixes).
  - net: mana: Add debug logs in MANA network driver (git-fixes).
  - hv_netvsc: Use VF's tso_max_size value when data path is VF (git-fixes).
  - net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE (git-fixes).
  - scsi: storvsc: Don't report the host packet status as the hv status (git-fixes).
  - x86/hyperv: fix an indentation issue in mshyperv.h (git-fixes).
  - x86/hyperv: Add comments about hv_vpset and var size hypercall input args (git-fixes).
  - Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs (git-fixes).
  - hyperv: Add definitions for root partition driver to hv headers (git-fixes).
  - x86: hyperv: Add mshv_handler() irq handler and setup function (git-fixes).
  - Drivers: hv: Introduce per-cpu event ring tail (git-fixes).
  - Drivers: hv: Export some functions for use by root partition module (git-fixes).
  - acpi: numa: Export node_to_pxm() (git-fixes).
  - hyperv: Introduce hv_recommend_using_aeoi() (git-fixes).
  - arm64/hyperv: Add some missing functions to arm64 (git-fixes).
  - x86/mshyperv: Add support for extended Hyper-V features (git-fixes).
  - hyperv: Log hypercall status codes as strings (git-fixes).
  - x86/hyperv: Fix check of return value from snp_set_vmsa() (git-fixes).
  - x86/hyperv: Add VTL mode callback for restarting the system (git-fixes).
  - x86/hyperv: Add VTL mode emergency restart callback (git-fixes).
  - hyperv: Remove unused union and structs (git-fixes).
  - hyperv: Add CONFIG_MSHV_ROOT to gate root partition support (git-fixes).
  - hyperv: Change hv_root_partition into a function (git-fixes).
  - hyperv: Convert hypercall statuses to linux error codes (git-fixes).
  - drivers/hv: add CPU offlining support (git-fixes).
  - drivers/hv: introduce vmbus_channel_set_cpu() (git-fixes).
  - cpu: export lockdep_assert_cpus_held() (git-fixes).
  - hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv (git-fixes).
  - hyperv: Move hv_current_partition_id to arch-generic code (git-fixes).
  - x86/hyperv: Use named operands in inline asm (git-fixes).
  - commit 3716372
  - ACPI/HMAT: Move HMAT messages to pr_debug() (bsc#1240653)
  - commit c3391ab
  - 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 222a34e
  - NFS: fix nfs_release_folio() to not deadlock via kcompactd
    writeback (CVE-2025-21908 bsc#1240600).
  - commit bfa8b42

++++ util-linux-systemd:

  - Update to version 2.41:
    * agetty: Fixed an issue where issue files were not being printed
    from additional locations, such as /run or /usr/lib. This
    change now allows for the use of local information from /etc,
    in addition to generated files from /run and
    distribution-specific files from /usr/lib.
    * cfdisk and sfdisk: Added support for the --sector-size command
    line option.
    * sfdisk: Added a new option, --discard-free.
    * fdisk: Added a new command, 'T', to discard sectors.
    * chrt: The --sched-runtime now supports SCHED_{OTHER,BATCH}
    policies.
    * column: Can now handle ANSI SGR colors inside OSC 8 hyperlink
    escape codes and sequences.
    * enosys: Can now dump defined filters.
    * libmount:
    * Added experimental support for statmount() and listmount()
    syscalls.
    * This new functionality can be accessed using "findmnt
  - -kernel=listmount".
    * Added a new mount option,
    X-mount.nocanonicalize[=source|target].
    * Added new mount extensions to the "ro" flag (ro[=vfs,fs]).
    * Added a new option, X-mount.noloop, to disable automatic loop
    device creation.
    * Now supports bind symlinks over symlinks.
    * Reads all kernel info/warning/error messages from new API
    syscalls (and mount(8) prints them).
    * libuuid: Now supports RFC9562 UUIDs.
    * findmnt, lsblk, and lsfd: Added a new --hyperlink command line
    option to print paths as terminal hyperlinks.
    * findmnt: Can now address filesystems using --id and --uniq-id
    (requires listmount() kernel support).
    * flock: Added support for the --fcntl command line option.
    * hardlink: Can now prioritize specified trees on the command
    line using --prioritize-trees.
    * Can exclude sub-trees using --exclude-subtree or keep them in
    the current mount using --mount.
    * Duplicates can now be printed using --list-duplicates.
    * hwclock: Added a new --param-index option to address position
    for RTC_PARAM_{GET,SET} ioctls.
    * kill: Can now decode signal masks (e.g. as used in /proc) to
    signal names.
    * libblkid: Made many changes to improve detection, including
    exfat, GPT, LUKS2, bitlocker, etc.
    * login: Added support for LOGIN_ENV_SAFELIST in /etc/login.def.
    * lsfd: Now supports pidfs and AF_VSOCK sockets.
    * lsipc, ipcmk, ipcrm: Now supports POSIX ipc.
    * lslogins: Now supports lastlog2.
    * lsns: Added support for the --filter option.
    * build by meson: Now supports translated man pages and has fixed
    many bugs.
    * mkswap: The option --file should now be usable on btrfs.
    * nsenter: Improved support for pidfd and can now join target
    process's socket net namespace.
    * scriptlive: Added a new option, --echo <never|always|auto>.
    * zramctl: Now supports COMP-RATIO and --algorithm-params.
    * Many other new features and fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41-ReleaseNotes
  - Update util-linux-login_defs-check.sh:
    * Make instructions up to date.
    * Update checksum reflecting the shadow update.
  - Refresh libmount-print-a-blacklist-hint-for-unknown-filesyst.patch.

++++ util-linux:

  - Update to version 2.41:
    * agetty: Fixed an issue where issue files were not being printed
    from additional locations, such as /run or /usr/lib. This
    change now allows for the use of local information from /etc,
    in addition to generated files from /run and
    distribution-specific files from /usr/lib.
    * cfdisk and sfdisk: Added support for the --sector-size command
    line option.
    * sfdisk: Added a new option, --discard-free.
    * fdisk: Added a new command, 'T', to discard sectors.
    * chrt: The --sched-runtime now supports SCHED_{OTHER,BATCH}
    policies.
    * column: Can now handle ANSI SGR colors inside OSC 8 hyperlink
    escape codes and sequences.
    * enosys: Can now dump defined filters.
    * libmount:
    * Added experimental support for statmount() and listmount()
    syscalls.
    * This new functionality can be accessed using "findmnt
  - -kernel=listmount".
    * Added a new mount option,
    X-mount.nocanonicalize[=source|target].
    * Added new mount extensions to the "ro" flag (ro[=vfs,fs]).
    * Added a new option, X-mount.noloop, to disable automatic loop
    device creation.
    * Now supports bind symlinks over symlinks.
    * Reads all kernel info/warning/error messages from new API
    syscalls (and mount(8) prints them).
    * libuuid: Now supports RFC9562 UUIDs.
    * findmnt, lsblk, and lsfd: Added a new --hyperlink command line
    option to print paths as terminal hyperlinks.
    * findmnt: Can now address filesystems using --id and --uniq-id
    (requires listmount() kernel support).
    * flock: Added support for the --fcntl command line option.
    * hardlink: Can now prioritize specified trees on the command
    line using --prioritize-trees.
    * Can exclude sub-trees using --exclude-subtree or keep them in
    the current mount using --mount.
    * Duplicates can now be printed using --list-duplicates.
    * hwclock: Added a new --param-index option to address position
    for RTC_PARAM_{GET,SET} ioctls.
    * kill: Can now decode signal masks (e.g. as used in /proc) to
    signal names.
    * libblkid: Made many changes to improve detection, including
    exfat, GPT, LUKS2, bitlocker, etc.
    * login: Added support for LOGIN_ENV_SAFELIST in /etc/login.def.
    * lsfd: Now supports pidfs and AF_VSOCK sockets.
    * lsipc, ipcmk, ipcrm: Now supports POSIX ipc.
    * lslogins: Now supports lastlog2.
    * lsns: Added support for the --filter option.
    * build by meson: Now supports translated man pages and has fixed
    many bugs.
    * mkswap: The option --file should now be usable on btrfs.
    * nsenter: Improved support for pidfd and can now join target
    process's socket net namespace.
    * scriptlive: Added a new option, --echo <never|always|auto>.
    * zramctl: Now supports COMP-RATIO and --algorithm-params.
    * Many other new features and fixes. For complete list see
    https://kernel.org/pub/linux/utils/util-linux/v2.41/v2.41-ReleaseNotes
  - Update util-linux-login_defs-check.sh:
    * Make instructions up to date.
    * Update checksum reflecting the shadow update.
  - Refresh libmount-print-a-blacklist-hint-for-unknown-filesyst.patch.

++++ ncurses:

  - Add ncurses patch 20250405
    + improve formatting/style of manpages (patches by Branden Robinson).
    + improve infocmp -E/-e fallback feature (report by Ville Rissanen):
    + prefix names with "ti_" if they begin with a digit, e.g., 9term
    + escape backslashes and double-quotes in description fields
    + modify infocmp -E/-e fallback feature to reduce stricter compiler
    warnings for the extended capability data.
    + add sclp -TD
    + add op to vt525 -TD
    + update contour -TD
  - The new sclp terminfo description entry if for s390 sclp terminal lines
  - Correct offsets of patches
    * ncurses-6.4.dif
    * ncurses-6.5-ghostty.dif
  - Modify patch ncurses-5.9-ibm327x.dif
    * Make use of dumb

++++ slang:

  - Drop pcre module, it hasn't been ported to pcre2 yet.

++++ openssh:

  - Do not try to create /etc/ssh in sshd-gen-keys-start
    (bsc#1238191). sshd-gen-keys-start transitions to a SELinux
    domain that doesn't have the necessary permissions. Based on
    a SR by Johannes Segitz <jsegitz@suse.com>.

++++ python-ec2metadata:

  - Switch the build to s apecific Python interpreter. This avoids
    chasing Python binary names in our image build setup.

++++ python-gcemetadata:

  - Switch to a defined Python interpreter. Use the primary interpreter
    in SLE 16 and later distribution and Python 3.11 for SLE 15 SP4 and
    later.

++++ wpa_supplicant:

  - CVE-2025-24912: hostapd fails to process crafted RADIUS packets
    properly (bsc#1239461)
    [+ CVE-2025-24912.patch]
  - Drop rcFOO symlinks for CODE16 (PED-266).
  - 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, bsc#1240791)
    [+ Revert-Mark-authorization-completed-on-driver-indica.patch]

------------------------------------------------------------------
------------------  2025-4-6  -  Apr 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
    (CVE-2025-21969 bsc#1240784).
  - commit d0f474f
  - 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 10fbb41
  - drm/amdgpu/gfx12: fix num_mec (git-fixes).
  - drm/amdgpu/gfx11: fix num_mec (git-fixes).
  - drm/amdgpu: Prefer shadow rom when available (git-fixes).
  - drm/amd/display: Actually do immediate vblank disable
    (git-fixes).
  - drm/amd/display: Increase vblank offdelay for PSR panels
    (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 33c0e80

++++ libsoup:

  - Rerun tests once for s390x should they fail, tests for this arch
    is very flaky.

------------------------------------------------------------------
------------------  2025-4-5  -  Apr 5 2025  -------------------
------------------------------------------------------------------

++++ diffutils:

  - Fix failure (noticed in sdiff as fatal "realloc(): invalid next size")
    Original upstream report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77265
    New patch: diff-fix-allocation-typo-leading-to-crashes.patch

++++ kernel-default:

  - ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx
    (stable-fixes).
  - ALSA: usb-audio: Add quirk for Plantronics headsets to fix
    control names (stable-fixes).
  - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA
    (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
    (stable-fixes).
  - commit 1c28dfb
  - usbnet:fix NPE during rx_complete (git-fixes).
  - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835
    is absent (git-fixes).
  - spi: bcm2835: Do not call gpiod_put() on invalid descriptor
    (git-fixes).
  - spi: cadence: Fix out-of-bounds array access in
    cdns_mrvl_xspi_setup_clock() (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: q6apm-dai: make use of q6apm_get_hw_pointer (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: q6apm: add q6apm_get_hw_pointer helper (git-fixes).
  - ASoC: q6apm-dai: schedule all available frames to avoid dsp
    under-runs (git-fixes).
  - ASoC: codecs: rt5665: Fix some error handling paths in
    rt5665_probe() (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 eb0afe3

++++ libarchive:

  - Update to 3.7.9:
    * fix regression regarding GNU sparse entries

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

++++ gawk:

  - GNU awk 5.3.2:
    * pretty printer now produces fewer spurious newlines
    * -no-pie linker flag is no longer required
    * fix more subtle issues related to uninitialized array elements
    * Associative arrays should now not grow quite as fast as they
    used to
    * documentation updates

++++ texinfo:

  - add -std=gnu17 to CFLAGS to fix gcc15 compile time error
    (flag can be dropped w/ release 7.2)

++++ kernel-default:

  - Delete patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    To be replaced with upstream fix.
  - commit 05e2046
  - rpm/config.sh: Enable LIVEPATCH_RT
    This will be needed with merged RT branch
  - commit 3491368
  - tools: add VM_WARN_ON_VMG definition (bsc#1236648).
  - commit b9bc574
  - seqlock: add missing parameter documentation for
    raw_seqcount_try_begin() (bsc#1236648).
  - commit 1a97d75
  - mm: introduce mmap_lock_speculate_{try_begin|retry}
    (bsc#1236648).
  - commit d7eec4e
  - mm: convert mm_lock_seq to a proper seqcount (bsc#1236648).
  - commit 5975193
  - mm/gup: Use raw_seqcount_try_begin() (bsc#1236648).
  - commit 8a17d47
  - seqlock: add raw_seqcount_try_begin (bsc#1236648).
  - commit 0c393c8
  - rtnetlink: Allocate vfinfo size for VF GUIDs when supported
    (bsc#1224013).
  - commit 93c2a65
  - mm: introduce vma_start_read_locked{_nested} helpers
    (bsc#1236648).
  - commit e4c793a
  - mm: completely abstract unnecessary adj_start calculation
    (bsc#1236648).
  - commit 3a293a4
  - mm: make vmg->target consistent and further simplify
    commit_merge() (bsc#1236648).
  - commit ce2f380
  - mm: eliminate adj_start parameter from commit_merge()
    (bsc#1236648).
  - commit 558534f
  - mm: further refactor commit_merge() (bsc#1236648).
  - commit 093c32c
  - mm: simplify vma merge structure and expand comments
    (bsc#1236648).
  - commit bd25498
  - mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warnings
    (bsc#1236648).
  - commit cd94aee
  - cpuidle: menu: Update documentation after get_typical_interval()
    changes (bsc#1234634 (Scheduler functional and performance
    backports)).
  - commit 930e090
  - cpuidle: menu: Update documentation after previous changes
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit 65fe202
  - mm: make mmap_region() internal (bsc#1236648).
  - commit d96d66d
  - mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge state
    (bsc#1236648).
  - commit 595e9aa
  - mm: remove unnecessary calls to lru_add_drain (bsc#1236648).
  - commit 4e1322b
  - mm: add comments to do_mmap(), mmap_region() and vm_mmap()
    (bsc#1236648).
  - commit f63b0a5
  - mm: assert mmap write lock held on do_mmap(), mmap_region()
    (bsc#1236648).
  - commit 9aa4cb9
  - mm: perform all memfd seal checks in a single place
    (bsc#1236648).
  - commit 5547229
  - mm: enforce __must_check on VMA merge and split (bsc#1236648).
  - commit 68d1342
  - kernel-binary: Support livepatch_rt with merged RT branch
  - commit 470cd1a
  - Update and enable
    patches.suse/cpuidle-menu-Bias-selection-of-a-shallower-c-state-when-CPU-idles-for-IO.patch
    (bsc#1193353,bsc#1237425).
  - commit 0d14d31
  - cpuidle: menu: Avoid discarding useful information (bsc#1234634
    (Scheduler functional and performance backports)).
  - cpuidle: menu: Eliminate outliers on both ends of the sample set
    (bsc#1234634 (Scheduler functional and performance backports)).
  - cpuidle: menu: Tweak threshold use in get_typical_interval()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - cpuidle: menu: Use one loop for average and variance
    computations (bsc#1234634 (Scheduler functional and performance
    backports)).
  - cpuidle: menu: Drop a redundant local variable (bsc#1234634
    (Scheduler functional and performance backports)).
  - cpuidle: menu: Remove iowait influence (bsc#1234634 (Scheduler
    functional and performance backports)).
  - commit 49ef926
  - mm/vma: move __vm_munmap() to mm/vma.c (bsc#1236648).
  - commit 206f77d
  - mm/vma: move stack expansion logic to mm/vma.c (bsc#1236648).
  - commit eceb38c
  - mm: abstract get_arg_page() stack expansion and mmap read lock
    (bsc#1236648).
  - commit e7be015
  - mm/vma: move unmapped_area() internals to mm/vma.c
    (bsc#1236648).
  - commit ae04c39
  - mm/vma: move brk() internals to mm/vma.c (bsc#1236648).
  - commit 71942ff
  - arm64: Don't call NULL in do_compat_alignment_fixup() (git-fixes)
  - commit 7dce8aa
  - arm64: mm: Drop dead code for pud special bit handling (git-fixes)
  - commit 1f7e15c
  - arm64: mops: Do not dereference src reg for a set operation (git-fixes)
  - commit 41a6490
  - arm64: mm: Correct the update of max_pfn (git-fixes)
  - commit 67d6463
  - arm64: Utilize for_each_cpu_wrap for reference lookup (bsc#1238052)
  - commit e541ce3
  - arch_topology: init capacity_freq_ref to 0 (bsc#1238052)
  - commit 8ce966e
  - cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (bsc#1238052)
    Keep the feature disabled by default on x86_64
  - commit 5f4c4bc
  - cpufreq: Allow arch_freq_get_on_cpu to return an error (bsc#1238052)
  - commit 8850fea
  - arm64: Update AMU-based freq scale factor on entering idle (bsc#1238052)
  - commit 50698c9
  - arm64: Provide an AMU-based version of arch_freq_get_on_cpu (bsc#1238052)
  - commit 6a96c9a
  - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1238052)
  - commit dd18237
  - tpm: tis: Double the timeout B to 4s (bsc#1235870).
  - commit 1ff9564
  - tpm, tpm_tis: Workaround failed command reception on Infineon
    devices (bsc#1235870).
  - commit 76159f7
  - Update
    patches.suse/ice-fix-memory-leak-in-aRFS-after-reset.patch
    (jsc#PED-10419 CVE-2025-21981 bsc#1240612).
    Added CVE reference.
  - commit a80c7dd
  - mctp i3c: handle NULL header address (CVE-2025-21903
    bsc#1240580).
  - 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).
  - commit 4e4dcb0
  - 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 298ac86

++++ openssl-3:

  - Update to 3.5.0:
    * Security fixes:
  - [bsc#1243459, CVE-2025-27587] Minerva side channel vulnerability in P-384
    * Changes:
  - Default encryption cipher for the req, cms, and smime applications
    changed from des-ede3-cbc to aes-256-cbc.
  - The default TLS supported groups list has been changed to include
    and prefer hybrid PQC KEM groups. Some practically unused groups
    were removed from the default list.
  - The default TLS keyshares have been changed to offer X25519MLKEM768
    and and X25519.
  - All BIO_meth_get_*() functions were deprecated.
    * New features:
  - Support for server side QUIC (RFC 9000)
  - Support for 3rd party QUIC stacks including 0-RTT support
  - Support for PQC algorithms (ML-KEM, ML-DSA and SLH-DSA)
  - A new configuration option no-tls-deprecated-ec to disable support
    for TLS groups deprecated in RFC8422
  - A new configuration option enable-fips-jitter to make the FIPS
    provider to use the JITTER seed source
  - Support for central key generation in CMP
  - Support added for opaque symmetric key objects (EVP_SKEY)
  - Support for multiple TLS keyshares and improved TLS key establishment
    group configurability
  - API support for pipelining in provided cipher algorithms
    * Remove patches:
  - openssl-3-disable-hmac-hw-acceleration-with-engine-digest.patch
  - openssl-3-support-CPACF-sha3-shake-perf-improvement.patch
  - openssl-3-add-defines-CPACF-funcs.patch
  - openssl-3-fix-memleak-s390x_HMAC_CTX_copy.patch
  - openssl-3-add-xof-state-handling-s3_absorb.patch
  - openssl-3-fix-state-handling-sha3_absorb_s390x.patch
  - openssl-3-fix-s390x_shake_squeeze.patch
  - openssl-3-hw-acceleration-aes-xts-s390x.patch
  - openssl-3-support-EVP_DigestSqueeze-in-digest-prov-s390x.patch
  - openssl-3-fix-state-handling-keccak_final_s390x.patch
  - openssl-3-add-hw-acceleration-hmac.patch
  - openssl-3-fix-state-handling-sha3_final_s390x.patch
  - openssl-3-fix-hmac-digest-detection-s390x.patch
  - openssl-3-support-multiple-sha3_squeeze_s390x.patch
  - openssl-3-fix-sha3-squeeze-ppc64.patch
  - openssl-3-fix-s390x_sha3_absorb.patch
  - openssl-3-fix-state-handling-shake_final_s390x.patch
  - openssl-3-add_EVP_DigestSqueeze_api.patch
  - openssl-FIPS-enforce-security-checks-during-initialization.patch
  - openssl-FIPS-140-3-zeroization.patch
  - openssl-FIPS-Add-explicit-indicator-for-key-length.patch
  - openssl-FIPS-Mark-SHA1-as-nonapproved.patch
  - openssl-Remove-EC-curves.patch
  - openssl-FIPS-services-minimize.patch
  - openssl-Revert-Improve-FIPS-RSA-keygen-performance.patch
  - openssl-3-FIPS-GCM-Implement-explicit-indicator-for-IV-gen.patch
  - openssl-3-fix-quic_multistream_test.patch
  - openssl-3-jitterentropy-3.4.0.patch
  - openssl-Add-FIPS-indicator-parameter-to-HKDF.patch
  - openssl-FIPS-140-3-DRBG.patch
  - openssl-FIPS-Use-FFDHE2048-in-self-test.patch
  - openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
  - openssl-FIPS-signature-Add-indicator-for-PSS-salt-length.patch
  - openssl-pbkdf2-Set-indicator-if-pkcs5-param-disabled-checks.patch
  - openssl-FIPS-enforce-EMS-support.patch
  - openssl-Allow-disabling-of-SHA1-signatures.patch
  - openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch
    * Rebased patches:
  - openssl-pkgconfig.patch
  - openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
  - openssl-Add-Kernel-FIPS-mode-flag-support.patch
  - openssl-Force-FIPS.patch
  - openssl-disable-fipsinstall.patch
  - openssl-FIPS-embed-hmac.patch
  - openssl-Add-changes-to-ectest-and-eccurve.patch
  - openssl-Disable-explicit-ec.patch
  - openssl-skipped-tests-EC-curves.patch
  - openssl-FIPS-140-3-keychecks.patch
  - openssl-FIPS-early-KATS.patch
  - openssl-FIPS-limit-rsa-encrypt.patch
  - openssl-FIPS-Expose-a-FIPS-indicator.patch
  - openssl-FIPS-Use-OAEP-in-KATs-support-fixed-OAEP-seed.patch
  - openssl-rand-Forbid-truncated-hashes-SHA-3-in-FIPS-prov.patch
  - openssl-pbkdf2-Set-minimum-password-length-of-8-bytes.patch
  - openssl-FIPS-RSA-disable-shake.patch
  - openssl-DH-Disable-FIPS-186-4-type-parameters-in-FIPS-mode.patch
  - openssl-FIPS-Enforce-error-state.patch
  - openssl-FIPS-Remove-X9.31-padding-from-FIPS-prov.patch
  - openssl-FIPS-enforce-EMS-support.patch
  - openssl-TESTS-Disable-default-provider-crypto-policies.patch
  - openssl-skip-quic-pairwise.patch
    * Add patches:
  - openssl-FIPS-Fix-encoder-decoder-negative-test.patch
  - openssl-FIPS-SUSE-FIPS-module-version.patch
  - openssl-FIPS-EC-disable-weak-curves.patch
  - openssl-FIPS-NO-DES-support.patch
  - openssl-FIPS-NO-DSA-Support.patch
  - openssl-FIPS-NO-Kmac.patch
  - openssl-FIPS-NO-PQ-ML-SLH-DSA.patch
  - openssl-shared-jitterentropy.patch
  - openssl-rh-allow-sha1-signatures.patch
  - openssl-disable-75-test_quicapi-test.patch
  - Changes between 3.3.0 and 3.4.0:
    * Changes:
  - Deprecation of TS_VERIFY_CTX_set_* functions and addition of
    replacement TS_VERIFY_CTX_set0_* functions with improved semantics
  - The X25519 and X448 key exchange implementation in the FIPS provider
    is unapproved and has fips=no property.
  - SHAKE-128 and SHAKE-256 implementations have no default digest length
    anymore. That means these algorithms cannot be used with
    EVP_DigestFinal/_ex() unless the xoflen param is set before.
  - Setting config_diagnostics=1 in the config file will cause errors to
    be returned from SSL_CTX_new() and SSL_CTX_new_ex() if there is an
    error in the ssl module configuration.
  - An empty renegotiate extension will be used in TLS client hellos
    instead of the empty renegotiation SCSV, for all connections with a
    minimum TLS version > 1.0.
  - Deprecation of SSL_SESSION_get_time(), SSL_SESSION_set_time() and
    SSL_CTX_flush_sessions() functions in favor of their respective _ex
    functions which are Y2038-safe on platforms with Y2038-safe time_t
    * New features:
  - Support for directly fetched composite signature algorithms such as
    RSA-SHA2-256 including new API functions
  - FIPS indicators support in the FIPS provider and various updates of
    the FIPS provider required for future FIPS 140-3 validations
  - Implementation of RFC 9579 (PBMAC1) in PKCS#12
  - An optional additional random seed source RNG JITTER using a statically
    linked jitterentropy library
  - New options -not_before and -not_after for explicit setting start and
    end dates of certificates created with the req and x509 apps
  - Support for integrity-only cipher suites TLS_SHA256_SHA256 and
    TLS_SHA384_SHA384 in TLS 1.3, as defined in RFC 9150
  - Support for retrieving certificate request templates and CRLs in CMP
  - Support for additional X.509v3 extensions related to Attribute Certificates
  - Initial Attribute Certificate (RFC 5755) support
  - Possibility to customize ECC groups initialization to use precomputed
    values to save CPU time and use of this feature by the P-256 implementation
  - Changes between 3.2.0 and 3.3.0:
    * Changes:
  - Optimized AES-CTR for ARM Neoverse V1 and V2
  - Various optimizations for cryptographic routines using RISC-V vector
    crypto extensions
  - Added assembly implementation for md5 on loongarch64
  - Accept longer context for TLS 1.2 exporters
  - The activate and soft_load configuration settings for providers in
    openssl.cnf have been updated to require a value of [1|yes|true|on]
    (in lower or UPPER case) to enable the setting. Conversely a value of
    [0|no|false|off] will disable the setting.
  - In openssl speed, changed the default hash function used with hmac from
    md5 to sha256.
  - The -verify option to the openssl crl and openssl req will make the
    program exit with 1 on failure.
  - The d2i_ASN1_GENERALIZEDTIME(), d2i_ASN1_UTCTIME(), ASN1_TIME_check(),
    and related functions have been augmented to check for a minimum length
    of the input string, in accordance with ITU-T X.690 section 11.7 and 11.8.
  - OPENSSL_sk_push() and sk__push() functions now return 0 instead of -1
    if called with a NULL stack argument.
  - New limit on HTTP response headers is introduced to HTTP client.
    The default limit is set to 256 header lines.
    * Bug fixes and mitigations:
  - The BIO_get_new_index() function can only be called 127 times before
    it reaches its upper bound of BIO_TYPE_MASK and will now return -1
    once its exhausted.
    * new features:
  - Support for qlog for tracing QUIC connections has been added
  - Added APIs to allow configuring the negotiated idle timeout for QUIC
    connections, and to allow determining the number of additional streams
    that can currently be created for a QUIC connection.
  - Added APIs to allow disabling implicit QUIC event processing for QUIC
    SSL objects
  - Added APIs to allow querying the size and utilisation of a QUIC
    stream's write buffer
  - New API SSL_write_ex2, which can be used to send an end-of-stream (FIN)
    condition in an optimised way when using QUIC.
  - Limited support for polling of QUIC connection and stream objects in a
    non-blocking manner.
  - Added a new EVP_DigestSqueeze() API. This allows SHAKE to squeeze multiple
    times with different output sizes.
  - The BLAKE2s hash algorithm matches BLAKE2b's support for configurable
    output length.
  - The EVP_PKEY_fromdata function has been augmented to allow for the
    derivation of CRT (Chinese Remainder Theorem) parameters when requested
  - Added API functions SSL_SESSION_get_time_ex(), SSL_SESSION_set_time_ex()
    using time_t which is Y2038 safe on 32 bit systems when 64 bit time
    is enabled.
  - Unknown entries in TLS SignatureAlgorithms, ClientSignatureAlgorithms
    config
    options and the respective calls to SSL[_CTX]_set1_sigalgs() and
    SSL[_CTX]_set1_client_sigalgs() that start with ? character are ignored
    and the configuration will still be used.
  - Added -set_issuer and -set_subject options to openssl x509 to override
    the Issuer and Subject when creating a certificate. The -subj option
    now is an alias for -set_subject.
  - Added several new features of CMPv3 defined in RFC 9480 and RFC 9483
  - New option SSL_OP_PREFER_NO_DHE_KEX, which allows configuring a TLS1.3
    server to prefer session resumption using PSK-only key exchange over
    PSK with DHE, if both are available.
  - New atexit configuration switch, which controls whether the OPENSSL_cleanup
    is registered when libcrypto is unloaded.
  - Added X509_STORE_get1_objects to avoid issues with the existing
    X509_STORE_get0_objects API in multi-threaded applications.
  - Support for using certificate profiles and extened delayed delivery in CMP

++++ openssl:

  - Update to 3.5.0

++++ python-azuremetadata:

  - Version 5.1.6
    + Handle queries of attributes that return an empty list properly
    + Switch the package build to a specific Python interpreter set
    by the project configuration in the Build Service

++++ setroubleshoot-plugins:

  - Update to 3.3.15
    * restorecon.py: exclude more paths
    * Improve disable_ipv6 plugin then_text
    * Update generated configuration files
    * Update translations
  - patch 9e54f6a661330070ad25a0e86f197b3530bfc5c7.patch removed since
    it is not needeed anymore

++++ setroubleshoot:

  - bumb version to 3.35 for SL Micro 6.2 which fixes bsc#1240428

------------------------------------------------------------------
------------------  2025-4-3  -  Apr 3 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.32
    * Better 3270 console support, use uevent below /sys file system

++++ btrfsprogs:

  - update to 6.14
    * mkfs:
    * allow --sectorsize to be 2K for testing purposes of subpage mode (needs
    the same block size supported by kernel)
    * fix false error when no compression is requested and lzo is not compiled in
    * convert: support 2K block size in the source filesystem
    * defrag: new parameter -L/--level to specify compression levels (kernel 6.15),
    also supports the realtime levels
    * subvol delete: show names of recursively deleted child subvolumes
    * qgroup show: use sysfs to detect up to date consistency status
    * zoned mode: support zone capacity tracking
    * other:
    * CI new and updated workflows
    * documentation updates
  - spec file:
  - update subpackage descriptions
  - drop conditional build of documentation, always use source
  - drop pre-systemd udev workarounds (version 190)

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

++++ glib2:

  - Update to version 2.84.1:
    + Fix test failure when building against gobject-introspection
    ≥1.83.4
    + Bugs fixed:
  - 2.84.0 build failure on Linux:
    ../gio/gnetworkmonitornetlink.c:47:10: fatal error:
    netlink/netlink_route.h: No such file or directory
  - test failure with gobject-introspection 1.83.4: warning:
    element doc:format from state 3 is unknown, ignoring
  - gio/trash does not handle special characters well
  - `g_cancellable_connect()` documentation incorrect
  - g_cancellable_connect(): is it safe to unref cancellable from
    callback?
  - Crash with some registry key values in GWin32AppInfo
  - Memory sanitizer fixes
  - gobject: Be consistent in using atomic logic to handle the
    GParamSpecPool
  - gsettings: Port docs to gi-docgen format, add missing
    annotations and make various improvements
  - tests: Don't install runner scripts without installed_tests
  - docs: Document GSignalFlags members added after 2.0
  - tests: Add a test for g_object_freeze_notify() being called
    too often
  - gfileinfo: Slightly expand docs for
    g_file_info_get_attribute_as_string()
  - gi: Dynamically set doc-format
  - tests: Various fixes to create temporary files in /tmp rather
    than the build directory
  - gdbusnameowning: Convert docs to gi-docgen linking syntax
  - giounix-private: Fix macro for checking for epoll_create1()
  - Fix LGPL in header
  - gutils: make documentation of g_set_prgname() clearer
  - docs: Add some detail
  - gspawn-win32: Fix potential integer overflows in argv
    handling
  - gvarianttype: Improve docs on type validation
    + Updated translations.

++++ glibc:

  - pthread-wakeup.patch: pthreads NPTL: lost wakeup fix 2 (bsc#1234128, BZ
    [#25847])

++++ gnutls:

  - Disable liboqs on armv6

++++ guestfs-tools:

  - Update to version 1.53.9 (jsc#PED-8910)
    * Various build improvements
    * mlcustomize: ignore sriov vioprot.* files too
    * mlcustomize: don't inject .pdb files
    * mlcustomize: Only use osinfo id for virtio-win path matching
    * mlcustomize: virtio-win: clarify virtio-1.0 support
    * mlcustomize: make windows q35 check independent of virtio drivers
    * mlcustomize: virtio-win: stop checking osinfo for virtio drivers
    * mltools: Strip out all libosinfo driver plumbing
    * mlutils: Remove need for OCaml OUnit2
    * mltools: Remove need for OCaml OUnit2
    * mlstdutils: Remove need for OCaml OUnit2
    * mltools: Fix de-oUnit-ized tests

++++ kernel-default:

  - nfsd: allow SC_STATUS_FREEABLE when searching via
    nfs4_lookup_stateid() (git-fixes).
  - commit f2e6ba2
  - svcrdma: do not unregister device for listeners (git-fixes).
  - commit 0694dd5
  - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
    (git-fixes).
  - commit 1db7344
  - NFSD: nfsd_unlink() clobbers non-zero status returned from
    fh_fill_pre_attrs() (git-fixes).
  - commit d6e06f3
  - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
    (git-fixes).
  - commit 1f12db0
  - nfsd: fix management of listener transports (git-fixes).
  - commit 57c3828
  - exfat: fix potential wrong error return from get_block
    (git-fixes).
  - commit f7ac77d
  - exfat: fix missing shutdown check (git-fixes).
  - commit bddb6cb
  - exfat: fix the infinite loop in exfat_find_last_cluster()
    (git-fixes).
  - commit 132ac47
  - exfat: fix random stack corruption after get_block (git-fixes).
  - commit 00c87f9
  - 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
  - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1240174 CVE-2024-58091)
    Fix patch to make use of drm_fbdev_dma_helper_fb_probe()
  - commit 777c5a6
  - Update config files (jsc#PED-11779).
  - commit b834b27
  - serial: stm32: do not deassert RS485 RTS GPIO prematurely
    (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 verbose disassembly if CROSS_COMPILE isn't set
    (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).
  - serial: stm32: do not deassert RS485 RTS GPIO prematurely
    (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 verbose disassembly if CROSS_COMPILE isn't set
    (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).
  - commit 72b8c37
  - Move upstreamed ACPI patch into sorted section
  - commit 8422d4a
  - usb: xhci: correct debug message page size calculation
    (git-fixes).
  - commit 762b059
  - usb: xhci: Don't skip on Stopped - Length Invalid (git-fixes).
  - commit fa33a12
  - ucsi_ccg: Don't show failed to get FW build information error
    (git-fixes).
  - commit b624e76
  - usb: typec: thunderbolt: Remove IS_ERR check for plug
    (git-fixes).
  - commit 8424de6
  - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P
    and TYPEC_PLUG_SOP_PP (git-fixes).
  - commit 3a55100
  - btrfs: fix mount failure due to remount races (bsc#1240564).
  - commit 2f2a4ad
  - config: drop CONFIG_INITRAMFS_PRESERVE_MTIME (bsc#1240389)
  - commit afb8ef9
  - 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 0a2a220

++++ rdma-core:

  - Update to rdma-core v56.1 (jsc#PED-11289, jsc#PED-11323)
  - Bug fixes for all providers

++++ libguestfs:

  - Update to version 1.55.8 (jsc#PED-8910)
    * Various build improvements
    * Updated translations for several languages
    * lib/launch-libvirt.c: Remove fallback <emulator> for Arm

++++ xz:

  - Update to 5.8.1:
    * Multithreaded .xz decoder (lzma_stream_decoder_mt()):
  - Fix a bug that could at least result in a crash with
    invalid input. (bsc#1240414, CVE-2025-31115)
  - Fix a performance bug: Only one thread was used if the whole
    input file was provided at once to lzma_code(), the output
    buffer was big enough, timeout was disabled, and LZMA_FINISH
    was used. There are no bug reports about this, thus it's
    possible that no real-world application was affected.
    * Avoid <stdalign.h> even with C11/C17 compilers. This fixes the
    build with Oracle Developer Studio 12.6 on Solaris 10 when the
    compiler is in C11 mode (the header doesn't exist).
    * Autotools: Restore compatibility with GNU make versions older
    than 4.0 by creating the package using GNU gettext 0.23.1
    infrastructure instead of 0.24.
    * Update Croatian translation.
  - 5.8.0 changelog:
    * liblzma on 32/64-bit x86: When possible, use SSE2 intrinsics
    instead of memcpy() in the LZMA/LZMA2 decoder. In typical cases,
    this may reduce decompression time by 0-5 %. However, when built
    against musl libc, over 15 % time reduction was observed with
    highly compressed files.
    * CMake: Make the feature test macros match the Autotools-based
    build on NetBSD, Darwin, and mingw-w64.
    * Update the Croatian, Italian, Portuguese, and Romanian
    translations.
    * Update the German, Italian, Korean, Romanian, Serbian, and
    Ukrainian man page translations.
  - Summary of changes in the 5.7.x development releases:
    * Mark the following LZMA Utils script aliases as deprecated:
    lzcmp, lzdiff, lzless, lzmore, lzgrep, lzegrep, and lzfgrep.
    * liblzma:
  - Improve LZMA/LZMA2 encoder speed on 64-bit PowerPC (both
    endiannesses) and those 64-bit RISC-V processors that
    support fast unaligned access.
  - Add low-level APIs for RISC-V, ARM64, and x86 BCJ filters
    to lzma/bcj.h. These are primarily for erofs-utils.
  - x86/x86-64/E2K CLMUL CRC code was rewritten.
  - Use the CRC32 instructions on LoongArch.
    * xz:
  - Synchronize the output file and its directory using fsync()
    before deleting the input file. No syncing is done when xz
    isn't going to delete the input file.
  - Add --no-sync to disable the sync-before-delete behavior.
  - Make --single-stream imply --keep.
    * xz, xzdec, lzmainfo: When printing messages, replace
    non-printable characters with question marks.
    * xz and xzdec on Linux: Support Landlock ABI versions 5 and 6.
    * CMake: Revise the configuration variables and some of their
    options, and document them in the file INSTALL. CMake support
    is no longer experimental. (It was already not experimental
    when building for native Windows.)
    * Add build-aux/license-check.sh.

++++ ncurses:

  - Do not provides ncurses for *new* C++ library subpackages

++++ 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)

++++ patterns-base:

  - Replace sle_version is !is_opensuse macro (bsc#1240642).

++++ python-PyJWT:

  - Just use a wildcard for the dist-info metadata to make it
    properly work on all setuptools versions.

++++ ovmf:

  - Using old ovmf-Revert-Add-Stack-Cookie-Support-to-MSVC-and-GCC.patch
    to replace ovmf-Remove-unsupported-GCC-flag-mstack-protector-guard.patch
    because the new patch causes that smm ovmf can not boot success.
    (bsc#1240300)
  - guest OS: openSUSE Tumbleweed, Windows 11
  - Added ovmf-UefiCpuPkg-Disable-EFI-memory-attributes-protocol.patch
    to disable EFI memory attributes protocol at this moment. It causes
    old shim 15.8 boot fail on SLE12-SP5. (bsc#1240771)

------------------------------------------------------------------
------------------  2025-4-2  -  Apr 2 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.31
    * Handel BS on password prompt as well
    * Drop spining code as systemd uses clear to end of line
    escape sequence (hard coded!) for its cylon lines.
  - blog: again suggest blog-plymouth

++++ cifs-utils:

  - Update cifs-utils to 7.3
    * Fix regression in mount.cifs with guest mount option
    * resolve_host.c: Initialize site_name
    * cldap_ping: Fix socket fd leak
    * getcifsacl: fix return code check for getting full ACL
    * cifs-utils: add documentation for upcall_target
    * cifs-utils: avoid using mktemp when updating mtab
    * cldap_ping.c: add missing <sys/types.h> include
    * configure.ac: libtalloc is now mandatory
    * cifscreds: allow user to set the key's timeout
    * cifscreds: use continue instead of break when matching commands
    * Do not pass passwords with sec=none and sec=krb5
    * docs: add esize description
    * docs: add max_cached_dirs description
    * docs: update actimeo description
    * Fix compiler warnings in mount.cifs
    * CIFS.upcall to accomodate new namespace mount opt
    * cifs-utils: Skip TGT check if valid service ticket is already available
    * use enums to check password or password2 in set_password, get_password_from_file and minor documentation additions
    * cifs-utils: support and document password2 mount option
    * smbinfo: add bash completion support for filestreaminfo, keys, gettconinfo

++++ 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:

  - smb: During unmount, ensure all cached dir instances drop
    their dentry (bsc#1234894, CVE-2024-53176).
  - commit 1197dc4
  - smb: prevent use-after-free due to open_cached_dir error paths
    (bsc#1234896, CVE-2024-53177).
  - commit 418a7db
  - smb: Don't leak cfid when reconnect races with open_cached_dir
    (bsc#1234895, CVE-2024-53178).
  - commit 1515dee
  - net: usb: usbnet: restore usb%d name exception for local mac
    addresses (bsc#1234480).
  - commit d54d858
  - PCI: Allow relaxed bridge window tail sizing for optional
    resources (git-fixes).
  - PCI: Simplify size1 assignment logic (git-fixes).
  - PCI: mediatek-gen3: Rely on msleep() in
    mtk_pcie_en7581_power_up() (git-fixes).
  - Refresh
    patches.suse/PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch.
  - commit ae9c470
  - EDAC/ie31200: Switch Raptor Lake-S to interrupt mode (jsc#PED-10928).
  - commit c9941a8
  - EDAC/ie31200: Add Intel Raptor Lake-S SoCs support (jsc#PED-10928).
  - commit f51c2b8
  - EDAC/ie31200: Break up ie31200_probe1() (jsc#PED-10928).
  - commit 62ea605
  - EDAC/ie31200: Fold the two channel loops into one loop (jsc#PED-10928).
  - commit 6e2b5ee
  - EDAC/ie31200: Make struct dimm_data contain decoded information (jsc#PED-10928).
  - commit 325dfcf
  - EDAC/ie31200: Make the memory controller resources configurable (jsc#PED-7619).
  - commit eae70e1
  - EDAC/ie31200: work around false positive build warning (jsc#PED-7619).
  - commit 7dc9d30
  - EDAC/ie31200: Simplify the pci_device_id table (jsc#PED-10928).
  - commit 48616aa
  - EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info() (jsc#PED-10928).
  - commit 5eb75d7
  - EDAC/ie31200: Fix the error path order of ie31200_init() (jsc#PED-10928).
  - commit b6e74b6
  - EDAC/ie31200: Fix the DIMM size mask for several SoCs (jsc#PED-10928).
  - commit 362d87f
  - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (jsc#PED-10928).
  - commit 081264d
  - Delete patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch.
    It's not needed as the kernel includes the upstream fix from
    a6b227d70d2a ("RAS: Avoid build errors when CONFIG_DEBUG_FS=n")
  - commit 5f22656
  - selftests: mptcp: close fd_in before returning in main_loop
    (git-fixes).
  - selftests: mptcp: fix incorrect fd checks in main_loop
    (git-fixes).
  - net: phy: broadcom: Correct BCM5221 PHY model detection
    (git-fixes).
  - rndis_host: Flag RNDIS modems as WWAN devices (git-fixes).
  - thermal/drivers/mediatek/lvts: Disable Stage 3 thermal threshold
    (git-fixes).
  - thermal/drivers/mediatek/lvts: Disable monitor mode during
    suspend (git-fixes).
  - thermal: core: Remove duplicate struct declaration (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).
  - dmaengine: fsl-edma: free irq correctly in remove path
    (git-fixes).
  - dmaengine: fsl-edma: cleanup chan after
    dma_async_device_unregister (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset and perst in
    power off (git-fixes).
  - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to
    determine phy-id (git-fixes).
  - soundwire: slave: fix an OF node reference leak in soundwire
    slave device (git-fixes).
  - w1: fix NULL pointer dereference in probe (git-fixes).
  - bus: mhi: host: Fix race between unprepare and queue_buf
    (git-fixes).
  - iio: light: Add check for array bounds in
    veml6075_read_int_time_ms (git-fixes).
  - iio: adc: ad7768-1: set MOSI idle state to prevent accidental
    reset (git-fixes).
  - iio: adc: ad7173: Fix comparison of channel configs (git-fixes).
  - iio: adc: ad7124: Fix comparison of channel configs (git-fixes).
  - iio: adc: ad4130: Fix comparison of channel setups (git-fixes).
  - iio: backend: make sure to NULL terminate stack buffer
    (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).
  - docs: thermal: sync hardware protection doc with code
    (git-fixes).
  - selftests/mm/cow: fix the incorrect error handling (git-fixes).
  - maple_tree: remove a BUG_ON() in mas_alloc_nodes() (git-fixes).
  - selftests/mm: fix thuge-gen test name uniqueness (git-fixes).
  - commit e915f3b
  - disable erdma driver (jsc#PED-12235)
  - commit b893010
  - mark SIW and RXE as not supported (jsc#PED-12026)
  - commit 7ca3899

++++ kernel-firmware-bluetooth:

  - Update to version 20250401 (git commit d864697fd38a):
    * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x17E9_16ED
    * Revert "rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6"

++++ openssh:

  - Add patch to fix parsing of CFLAGS with duplicated -pie flags,
    which break 'make tests'. Submitted to upstream in
    https://bugzilla.mindrot.org/show_bug.cgi?id=3806 .
    * fix-nopie-flag.patch

++++ python-M2Crypto:

  - Allow for ambiguity in first letter of directories in
    %{python_sitearch}.

++++ qemu:

  - Update to latest stable release (9.2.3)
    Full backport list here:
    https://lore.kernel.org/qemu-devel/44124379-3349-45cf-9238-8a847d8b2770@tls.msk.ru/
    Fixes: bsc#1236329
    Highlights include:
    * hw/intc/aspeed: Fix IRQ handler mask check
    * hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
    * target/riscv: fix handling of nop for vstart >= vl in some vector instruction
    * target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
    * Makefile: "make dist" generates a .xz, not .bz2
    * target/ppc: Fix e200 duplicate SPRs
    * target/ppc: Fix facility interrupt checks for VSX
    * ppc/spapr: fix default cpu for pre-9.0 machines.
    * host/include/loongarch64: Fix inline assembly compatibility with Clang
    * linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
    * target/riscv: fixes a bug against `ssamoswap` behavior in M-mode
    * target/riscv: fix access permission checks for CSR_SSP
    * 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
    * 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
    * ppc/pnv/occ: Fix common area sensor offsets
    * xen: No need to flush the mapcache for grants (bsc#1236329)
    * 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
    * hw/arm: enable secure EL2 timers for sbsa machine
    * hw/arm: enable secure EL2 timers for virt machine
    * target/arm: Implement SEL2 physical and virtual timers
    * ...
  - Fix bsc#1240157:
    * [openSUSE][RPM] spec: Require ipxe and virtio-gpu packages for more arch-es

------------------------------------------------------------------
------------------  2025-4-1  -  Apr 1 2025  -------------------
------------------------------------------------------------------

++++ dpdk:

  - Change 0001-always_inline-fix.patch by replacing the function
    rte_trace_feature_is_enabled with a preprocessor substitution,
    this also work with older gcc7 where -mgeneral-regs-only isn't
    available.

++++ python-kiwi:

  - Update documentation
    Add information about new apk (Alpine) support

++++ grub2:

  - Add grub2-provide-edid.patch: Grub2 already retrieves the EDID
    from video adapters. Copy the raw data into the Linux kernel boot
    parameters, so that Linux can use this information. The necessary
    fields have been present in the boot parameters since at least
    commit f8eeaaf41803 ("[PATCH] Make the bzImage format
    self-terminating"), but never used. Within the kernel, the EDID
    data will be propagated to graphics drivers and finally to user
    space. (bsc#1240624)

++++ ignition:

  - Update to version 2.21.0:
    * Features
    * Add Azure blob support for fetching ignition configs
    * Add a check for ignition config in vendor-data (proxmoxve)
    * Bug fixes
    * Add pkey_cca kernel module to detect CEX domain for LUKS encryption
  - Add support for nested /etc subvolume (t-u 5.0.0)

++++ kernel-default:

  - uprobes: Reject the shared zeropage in uprobe_write_opcode() (CVE-2025-21881 bsc#1240185)
  - commit 7d7f5f2
  - scsi: ufs: core: bsg: Fix crash when arpmb command fails (CVE-2025-21873 bsc#1240184)
  - commit 8a3801b
  - supported.conf: Mark habanalabs drivers as supported (jsc#PED-10735)
  - commit 83e7063
  - rpm/release-projects: Update the ALP projects again (bsc#1231293).
  - commit a2f9145
  - platform/x86/intel/pmc: Add Arrow Lake U/H support to
    intel_pmc_core driver (jsc#PED-10628).
  - commit 507d3c4
  - platform/x86/intel/pmc: Remove simple init functions
    (jsc#PED-10628).
  - commit 8c62b6b
  - platform/x86:intel/pmc: Create generic_core_init() for all
    platforms (jsc#PED-10628).
  - commit ea95203
  - platform/x86/intel/pmc: Remove duplicate enum (jsc#PED-10628).
  - commit e3e65be
  - platform/x86:intel/pmc: Make tgl_core_generic_init() static
    (jsc#PED-10628).
  - commit c7ac508
  - Refresh patches.suse/kABI-padding-for-bpf.patch.
  - Refresh and renable kABI padding for BPF
  - Add padding for 'struct bpf_verifier_state'
  - commit ae782d1
  - Delete
    patches.suse/selftests-bpf-user_ringbuf-define-c_ringbuf_size.patch.
    SUSE-2025 uses GCC 13, so this workaround is no longer required.
  - commit 3707020
  - Delete
    patches.suse/selftests-bpf-lsm_cgroup-define-sockaddr_ll.patch.
    Switching to using kernel config found in tools/testing/selftests/bpf/
    instead, so this definition is no longer needed.
  - commit 6df9702
  - bpf: Add tracepoints with null-able arguments (bsc#1235501
    CVE-2024-56702).
  - commit c49f936

++++ kernel-firmware-bluetooth:

  - Update to version 20250331 (git commit 0f7fe1e739bf):
    * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6

++++ kernel-firmware-intel:

  - Update to version 20250331 (git commit 0f7fe1e739bf):
    * intel_vpu: Update NPU firmware

++++ kernel-firmware-sound:

  - Update to version 20250331 (git commit 0f7fe1e739bf):
    * cirrus: cs35l56: Correct filenames of SSID 103c8e1b and 103c8e1c

++++ libvirt:

  - Update to libvirt 11.2.0
  - jsc#PED-6556, jsc#PED-11466
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v11-2-0-2025-04-01

++++ 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-MarkupSafe:

  - Make the dist-info name case-insensitive

++++ python-PyJWT:

  - Wrap the metadata directory name in a distro-based conditional

++++ python-PyYAML:

  - Wrap the metadata directory name in a distro-based conditional

++++ python-gobject:

  - Re-add BuildRequires pkgconfig(gobject-introspection-1.0) to
    fix "cannot import name GLib, introspection typelib not found"
    error (boo#1240549)

++++ python-libvirt-python:

  - Update to 11.2.0
  - Add all new APIs and constants in libvirt 11.2.0

++++ vim:

  - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
    still allow build on Leap 15.6

------------------------------------------------------------------
------------------  2025-3-31  -  Mar 31 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.30
    * The asking variable is not shared
    * Allow password asking prompt to be repeated if empty.
    * Make spinner support UTF-8 multibyte conform.
    * Spinner lines of system still not handled.

++++ btrfsprogs:

  - update to 6.13
    * mkfs:
    * allow --sectorsize to be 2K for testing purposes of subpage mode (needs
    the same block size supported by kernel)
    * fix false error when no compression is requested and lzo is not compiled in
    * convert: support 2K block size in the source filesystem
    * defrag: new parameter -L/--level to specify compression levels (kernel 6.15),
    also supports the realtime levels
    * subvol delete: show names of recursively deleted child subvolumes
    * qgroup show: use sysfs to detect up to date consistency status
    * zoned mode: support zone capacity tracking
    * other:
    * CI new and updated workflows
    * documentation updates
  - spec: package btrfs-find-root unconditionally (bsc#1239992)
  - Refresh patches: mkfs-default-features.patch (context)

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

++++ dpdk:

  - Add 0001-always_inline-fix.patch to fix issue with always_inline
    and rte_trace_feature_is_enabled which should use -mgeneral-regs-only
    to inter-operate with other ISA flags.  Remove GCC 14 build requirement
    for SLE15/16 again.

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

++++ gtk3:

  - Update to version 3.24.49+14:
    + widget: Explicitly annotate visible's getter.

++++ kernel-default:

  - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887 bsc#1240176)
  - commit aefb37c
  - mptcp: always handle address removal under msk socket lock (CVE-2025-21875 bsc#1240168)
  - commit 30269f0
  - perf/core: Add RCU read lock protection to perf_iterate_ctx() (CVE-2025-21889 bsc#1240167)
  - commit 68c5afe
  - Update references for patches.suse/nvkm-correctly-calculate-the-available-space-of-the-.patch (CVE-2024-58018 bsc#1238990 stable-fixes)
  - commit 5d4613b
  - team: prevent adding a device which is already a team device lower (CVE-2024-58071 bsc#1238970)
  - commit e1c6462
  - nvme-tcp: Fix a C2HTermReq error message (git-fixes).
  - commit 1aeab84
  - nvmet-fc: Remove unused functions (git-fixes).
  - nvme-pci: remove stale comment (git-fixes).
  - nvme: move error logging from nvme_end_req() to __nvme_end_req()
    (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).
  - nvme-fc: rely on state transitions to handle connectivity loss
    (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).
  - nvme-fc: go straight to connecting state when initializing
    (git-fixes bsc#1222649).
  - nvme-pci: use sgls for all user requests if possible
    (git-fixes).
  - nvme-pci: add support for sgl metadata (git-fixes).
  - commit af2f0ab
  - series: update metadata
  - Refresh
    patches.suse/ARM-module-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh
    patches.suse/Documentation-powerpc-fadump-add-additional-paramete.patch.
  - Refresh
    patches.suse/arm-Rely-on-generic-printing-of-preemption-model.patch.
  - Refresh
    patches.suse/arm64-Rely-on-generic-printing-of-preemption-model.patch.
  - Refresh
    patches.suse/arm64-module-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh
    patches.suse/bpf-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh
    patches.suse/bug-Use-RCU-instead-RCU-sched-to-protect-module_bug_list.patch.
  - Refresh
    patches.suse/cfi-Use-RCU-while-invoking-__module_address.patch.
  - Refresh
    patches.suse/jump_label-Use-RCU-in-all-users-of-__module_address.patch.
  - Refresh
    patches.suse/jump_label-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh
    patches.suse/kprobes-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh patches.suse/lib-dump_stack-Use-preempt_model_str.patch.
  - Refresh
    patches.suse/module-Allow-__module_address-to-be-called-from-RCU-section.patch.
  - Refresh
    patches.suse/module-Begin-to-move-from-RCU-sched-to-RCU.patch.
  - Refresh
    patches.suse/module-Remove-module_assert_mutex_or_preempt-from-try_add_tainted_module.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-__find_kallsyms_symbol_value.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-__is_module_percpu_address.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-all-users-of-__module_address.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-find_kallsyms_symbol.patch.
  - Refresh patches.suse/module-Use-RCU-in-find_module_all.patch.
  - Refresh patches.suse/module-Use-RCU-in-find_symbol.patch.
  - Refresh patches.suse/module-Use-RCU-in-module_get_kallsym.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-module_kallsyms_on_each_symbol.patch.
  - Refresh
    patches.suse/module-Use-RCU-in-search_module_extables.patch.
  - Refresh
    patches.suse/module-Use-proper-RCU-assignment-in-add_kallsyms.patch.
  - Refresh
    patches.suse/powerpc-Document-details-on-H_HTM-hcall.patch.
  - Refresh
    patches.suse/powerpc-Rely-on-generic-printing-of-preemption-model.patch.
  - Refresh patches.suse/powerpc-export-MIN-RMA-size.patch.
  - Refresh
    patches.suse/powerpc-fadump-fix-additional-param-memory-reservati.patch.
  - Refresh
    patches.suse/powerpc-increase-MIN-RMA-size-for-CAS-negotiation.patch.
  - Refresh
    patches.suse/powerpc-pseries-Export-hardware-trace-macro-dump-via.patch.
  - Refresh
    patches.suse/powerpc-pseries-Macros-and-wrapper-functions-for-H_H.patch.
  - Refresh
    patches.suse/powerpc-pseries-iommu-memory-notifier-incorrectly-ad.patch.
  - Refresh
    patches.suse/s390-Rely-on-generic-printing-of-preemption-model.patch.
  - Refresh
    patches.suse/sched-Add-a-generic-function-to-return-the-preemption-string.patch.
  - Refresh
    patches.suse/sched-Add-unlikey-branch-hints-to-several-system-calls.patch.
  - Refresh
    patches.suse/sched-Cancel-the-slice-protection-of-the-idle-entity.patch.
  - Refresh
    patches.suse/sched-Don-t-define-sched_clock_irqtime-as-static-key.patch.
  - Refresh
    patches.suse/sched-Reduce-the-default-slice-to-avoid-tasks-getting-an-extra-tick.patch.
  - Refresh
    patches.suse/sched-core-Remove-duplicate-included-header-file-stats.h.patch.
  - Refresh
    patches.suse/sched-eevdf-Force-propagating-min_slice-of-cfs_rq-when-en-de-queue-tasks.patch.
  - Refresh
    patches.suse/sched-fair-Refactor-can_migrate_task-to-elimate-looping.patch.
  - Refresh
    patches.suse/sched-membarrier-Fix-redundant-load-of-membarrier_st.patch.
  - Refresh
    patches.suse/static_call-Use-RCU-in-all-users-of-__module_text_address.patch.
  - Refresh patches.suse/tracing-Use-preempt_model_str.patch.
  - Refresh
    patches.suse/x86-Rely-on-generic-printing-of-preemption-model.patch.
  - Refresh
    patches.suse/x86-Use-RCU-in-all-users-of-__module_address.patch.
  - Refresh
    patches.suse/x86-tsc-Always-save-restore-TSC-sched_clock-on-suspend-resume.patch.
  - Refresh
    patches.suse/xtensa-Rely-on-generic-printing-of-preemption-model.patch.
  - commit 50abd21
  - arm64: cputype: Add MIDR_CORTEX_A76AE (git-fixes)
  - commit 12c538d
  - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1240174 CVE-2024-58091)
  - commit 81b755a
  - arm64: dts: rockchip: Fix PWM pinctrl names (git-fixes)
  - commit e826378
  - arm64: dts: rockchip: Remove bluetooth node from rock-3a (git-fixes)
  - commit 1354fe4
  - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (git-fixes)
  - commit 9607ffc
  - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (git-fixes)
  - commit 79b8eb1
  - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (git-fixes)
  - commit 54699e8
  - arm64: dts: imx8mp-skov: correct PMIC board limits (git-fixes)
  - commit 864f35b
  - arm64: dts: exynos: gs101: disable pinctrl_gsacore node (git-fixes)
  - commit ea03073
  - arm64: tegra: Remove the Orin NX/Nano suspend key (git-fixes)
  - commit 5f41ffa
  - arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9 (git-fixes)
  - commit b053f6d
  - arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() (git-fixes)
  - commit 581e653
  - arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe (git-fixes)
  - commit 4a0576a
  - arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre (git-fixes)
  - commit a914636
  - arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (git-fixes)
  - commit 318ba4c
  - bitmap: Align documentation between bitmap_gather() and
    bitmap_scatter() (git-fixes).
  - commit 5ae3c5e
  - ipvlan: ensure network headers are in skb linear part
    (CVE-2025-21891 bsc#1240186).
  - commit be4e602
  - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220)
  - commit c79d4b3
  - Update
    patches.suse/ASoC-SOF-ipc4-topology-Harden-loops-for-looking-up-A.patch
    (git-fixes CVE-2025-21870 bsc#1240191).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch
    (jsc#PED-10684 jsc#PED-11230 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/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch
    (git-fixes CVE-2025-21738 bsc#1238917).
  - Update
    patches.suse/cpufreq-amd-pstate-Fix-cpufreq_policy-ref-counting.patch
    (git-fixes CVE-2025-21841 bsc#1239062).
  - Update
    patches.suse/dm-integrity-Avoid-divide-by-zero-in-table-status-in.patch
    (git-fixes CVE-2025-21874 bsc#1240190).
  - Update patches.suse/drm-xe-userptr-fix-EFAULT-handling.patch
    (git-fixes CVE-2025-21880 bsc#1240170).
  - Update
    patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch
    (git-fixes CVE-2025-21878 bsc#1240192).
  - Update
    patches.suse/ice-Fix-deinitializing-VF-in-error-path.patch
    (jsc#PED-10419 CVE-2025-21883 bsc#1240189).
  - Update patches.suse/idpf-fix-checksums-set-in-idpf_rx_rsc.patch
    (jsc#PED-10581 CVE-2025-21890 bsc#1240173).
  - Update patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch
    (git-fixes CVE-2025-21876 bsc#1240179).
  - Update
    patches.suse/net-mlx5-Fix-vport-QoS-cleanup-on-error.patch
    (jsc#PED-11331 CVE-2025-21882 bsc#1240187).
  - 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 608a30b
  - Update
    patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch
    (git-fixes CVE-2024-57834 bsc#1238993).
  - Update
    patches.suse/nvkm-correctly-calculate-the-available-space-of-the-.patch
    (stable-fixes CVE-2024-58018 bsc#1238990).
  - commit 60408e9
  - IB/mad: Check available slots before posting receive WRs (git-fixes)
  - commit 89aff72
  - RDMA/mlx5: Fix calculation of total invalidated pages (git-fixes)
  - commit d8fa607
  - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (git-fixes)
  - commit 7a3d709
  - RDMA/mlx5: Fix page_size variable overflow (git-fixes)
  - commit d686296
  - RDMA/mlx5: Fix cache entry update on dereg error (git-fixes)
  - commit 5b61d30
  - RDMA/mlx5: Fix MR cache initialization error flow (git-fixes)
  - commit 977d207
  - RDMA/core: Fix use-after-free when rename device name (git-fixes)
  - commit e693f34
  - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (git-fixes)
  - commit a2f7db1
  - RDMA/core: Don't expose hw_counters outside of init net namespace (git-fixes)
  - commit ac060af

++++ ncurses:

  - Add ncurses patch 20250329
    + add XM/xm to ms-terminal, to enable mouse with experimental Windows
    driver -TD
    + add -x option to infocmp in MKfallback.sh
    + improve experimental Windows driver by restoring the scroll buffer
    and console mode, e.g., when reset_prog_mode or endwin is called
    (patch by Daniel Starke).
    + add a buffer-limit check in postprocess_termcap (report/testcase by
    Yifan Zhang).

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

  - limit build of -azure flavor to SP6

------------------------------------------------------------------
------------------  2025-3-30  -  Mar 30 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move upstreamed patches into sorted section
  - commit aabb1e8
  - crypto: qat - add shutdown handler to qat_c3xxx (bsc#1239934).
  - crypto: qat - remove redundant prototypes in qat_c3xxx
    (bsc#1239934).
  - crypto: qat - add shutdown handler to qat_c62x (bsc#1239934).
  - crypto: qat - remove redundant prototypes in qat_c62x
    (bsc#1239934).
  - crypto: qat - add shutdown handler to qat_dh895xcc
    (bsc#1239934).
  - crypto: qat - remove redundant prototypes in qat_dh895xcc
    (bsc#1239934).
  - crypto: qat - add shutdown handler to qat_420xx (bsc#1239934).
  - crypto: qat - add shutdown handler to qat_4xxx (bsc#1239934).
  - commit 94c5984
  - mailbox: tegra-hsp: Define dimensioning masks in SoC data
    (git-fixes).
  - power: supply: max77693: Fix wrong conversion of charge input
    threshold value (git-fixes).
  - power: supply: bq27xxx_battery: do not update cached flags
    prematurely (git-fixes).
  - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust
    (git-fixes).
  - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226
    (git-fixes).
  - remoteproc: core: Clear table_sz when rproc_shutdown
    (git-fixes).
  - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS
    (git-fixes).
  - remoteproc: qcom_q6v5_mss: Handle platforms with one power
    domain (git-fixes).
  - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment
    (git-fixes).
  - pinctrl: samsung: add support for eint_fltcon_offset
    (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).
  - pinctrl: renesas: rzg2l: Fix missing of_node_put() call
    (git-fixes).
  - pinctrl: renesas: rzg2l: Suppress binding attributes
    (git-fixes).
  - pinctrl: nuvoton: npcm8xx: Fix error handling in
    npcm8xx_gpio_fw() (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res
    PWMs (git-fixes).
  - mfd: ene-kb3930: Fix a potential NULL pointer dereference
    (git-fixes).
  - mfd: sm501: Switch to BIT() to mitigate integer overflows
    (git-fixes).
  - of: property: Increase NR_FWNODE_REFERENCE_ARGS (git-fixes).
  - of/irq: Fix device node refcount leakages in of_irq_init()
    (git-fixes).
  - of/irq: Fix device node refcount leakage in API
    irq_of_parse_and_map() (git-fixes).
  - of/irq: Fix device node refcount leakages in of_irq_count()
    (git-fixes).
  - of/irq: Fix device node refcount leakage in API
    of_irq_parse_raw() (git-fixes).
  - of/irq: Fix device node refcount leakage in API
    of_irq_parse_one() (git-fixes).
  - lib: 842: Improve error handling in sw842_compress()
    (git-fixes).
  - commit f260551
  - backlight: led_bl: Hold led_access lock when calling
    led_sysfs_disable() (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
    (git-fixes).
  - leds: Fix LED_OFF brightness race (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: tegra - Use HMAC fallback when keyslots are full
    (git-fixes).
  - crypto: tegra - Set IV to NULL explicitly for AES ECB
    (git-fixes).
  - crypto: tegra - Fix CMAC intermediate result handling
    (git-fixes).
  - crypto: tegra - check return value for hash do_one_req
    (git-fixes).
  - crypto: tegra - Use separate buffer for setkey (git-fixes).
  - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (git-fixes).
  - crypto: api - Fix larval relookup type and mask (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).
  - commit aa5d485

++++ pcre2:

  - Update to 10.45:
    * New upstream maintainers (and signing key)
    * Update Unicode support to UCD 16
    * Case-insensitive matching of Unicode properties Ll, Lt, and Lu
    has been changed to match Perl
    * Case-insensitive matching of backreferences now respects the
    PCRE2_EXTRA_CASELESS_RESTRICT option
    * Parsing of the \x escape is stricter, and is no longer parsed
    as an escape for the NUL character if not followed by '{' or
    a hexadecimal digit. Use \x00 instead.
    * Add a new feature called scan substring. This is a type of
    assertion which matches the content of a capturing block to a
    sub-pattern.
    * Add support for UTS#18 compatible character classes
    * Add support for Perl-style extended character classes
    * JIT compilation now fails with the new error code
    PCRE2_ERROR_JIT_UNSUPPORTED for patterns which use features not
    supported by the JIT compiler.
    * New options PCRE2_EXTRA_NO_BS0 (disallow \0 as an escape for
    the NUL character); PCRE2_EXTRA_PYTHON_OCTAL (use Python
    disambiguation rules for deciding whether \12 is a
    backreference or an octal escape); PCRE2_EXTRA_NEVER_CALLOUT
    (disable callout syntax entirely); PCRE2_EXTRA_TURKISH_CASING
    (use Turkish rules for case-insensitive matching).
    * Add new API function pcre2_set_optimize() for
    controlling which optimizations are enabled.
    * A variety of extensions have been made to pcre2_substitute()
    and its syntax for replacement strings. These now support:
    \123 octal escapes; titlecasing \u\L; \1 backreferences; \g<1>
    and $<NAME> backreferences; $& $` $' and $_; new function
    pcre2_set_substitute_case_callout() to allow locale-aware case
    transformation.
  - drop pcre2-10.44-github-issue-415.patch, included upstream
  - update license to BSD-3-Clause WITH PCRE2-exception and cascade
    to subpackages and parts (boo#1240358)

++++ python-setuptools:

  - update to 78.1.0:
    * Restore access to _get_vc_env with a warning.

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

++++ kbd:

  - Add kbd-2.7.1-reproducible-gzip.patch (bsc#1240348)

++++ kernel-default:

  - landlock: Add erratum for TCP fix (git-fixes).
  - commit 0d484c7
  - ocfs2: fix incorrect CPU endianness conversion causing mount
    failure (git-fixes).
  - commit 8fd90d0
  - ocfs2: mark dquot as inactive if failed to start trans while
    releasing dquot (git-fixes).
  - commit cc37a55
  - ocfs2: handle a symlink read error correctly (git-fixes).
  - commit 444eb1b
  - ocfs2: check dir i_size in ocfs2_find_entry (git-fixes).
  - commit c0e37b2
  - ocfs2: fix the space leak in LA when releasing LA (git-fixes).
  - commit 1a397ea
  - ocfs2: update seq_file index in ocfs2_dlm_seq_next (git-fixes).
  - commit 036dd0b
  - selftests/landlock: Add a new test for setuid() (git-fixes).
  - commit 01c306d
  - selftests/landlock: Split signal_scoping_threads tests
    (git-fixes).
  - commit 523b194
  - landlock: Always allow signals between threads of the same
    process (git-fixes).
  - commit 1745380
  - landlock: Prepare to add second errata (git-fixes).
  - commit 7565437
  - landlock: Add the errata interface (git-fixes).
  - commit ab61616
  - landlock: Move code to ease future backports (git-fixes).
  - commit 8bc7b59
  - landlock: Fix non-TCP sockets restriction (git-fixes).
  - commit 10f3a13
  - dlm: fix error if active rsb is not hashed (git-fixes).
  - commit dde3f38
  - dlm: fix error if inactive rsb is not hashed (git-fixes).
  - commit 2a17834
  - dlm: prevent NPD when writing a positive value to event_done
    (git-fixes).
  - commit 312be0b
  - Move upstreamed nfsd and sunrpc patches into sorted section
  - commit 34f7d67
  - Move upstreamed PCI, initramfs and dlm patches into sorted section
  - commit c907f08
  - drm/amd/display: Exit idle optimizations before accessing PHY
    (git-fixes).
  - commit 56b98fb
  - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe
    (git-fixes).
  - PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as
    RESERVED (git-fixes).
  - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC
    (git-fixes).
  - PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4
    (git-fixes).
  - PCI: histb: Fix an error handling path in histb_pcie_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: Fix BAR resizing when VF BARs are assigned (git-fixes).
  - PCI: Remove add_align overwrite unrelated to size0 (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: pciehp: Avoid unnecessary device replacement check
    (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: Fix reference leak in pci_register_host_bridge()
    (git-fixes).
  - PCI: Fix wrong length of devres array (git-fixes).
  - PCI/ASPM: Fix link state exit during switch upstream function
    removal (git-fixes).
  - tpm, tpm_tis: Fix timeout handling when waiting for TPM status
    (git-fixes).
  - tpm: do not start chip while suspended (git-fixes).
  - commit 9fad6ad
  - 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: Fix config_updating flag never false when no
    mbox channel (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: Add check for devm_kstrdup() (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/dsi/phy: Program clock inverters in correct register
    (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/amd/display: fix an indent issue in DML21 (git-fixes).
  - drm/panthor: Update CS_STATUS_ defines to correct values
    (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/amdgpu/umsch: fix ucode check (git-fixes).
  - drm/amdgpu/umsch: declare umsch firmware (git-fixes).
  - drm/amdgpu: refine smu send msg debug log format (git-fixes).
  - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling
    routines (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).
  - commit ec5fccf
  - Revert "drm/amd/display: Exit idle optimizations before attempt
    to access PHY" (stable-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/ast: Fix ast_dp connection status (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).
  - drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for
    smu 14.0.2 (stable-fixes).
  - drm/amd/display: Fix message for support_edp0_on_dp1
    (git-fixes).
  - drm/amdgpu: Restore uncached behaviour on GFX12 (stable-fixes).
  - drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2
    (stable-fixes).
  - drm/amd/pm: add unique_id for gfx12 (stable-fixes).
  - drm/amdgpu: Remove JPEG from vega and carrizo video caps
    (stable-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).
  - commit 86197b9

++++ kernel-firmware-amdgpu:

  - Update to version 20250328 (git commit 4bfa7c6351ab):
    * amdgpu: update dcn 3.5 and dcn 3.5.1 firmware to 9.0.27.0
    * amdgpu: update dcn 3.1.4 firmware to 8.0.78.0

++++ at-spi2-core:

  - Update to version 2.56.1:
    + device-a11y-manager:
  - Fix crash on dispose
  - Check properly for the DBus backend presence

++++ python-typing_extensions:

  - update to 4.13.0:
    * Add `typing_extensions.TypeForm` from PEP 747.
    * Add `typing_extensions.get_annotations`, a backport of
    * `inspect.get_annotations` that adds features specified
    * by PEP 649.
    * Backport `evaluate_forward_ref` from CPython
    * Update PEP 728 implementation to a newer version of the PEP.
    * Copy the coroutine status of functions and methods wrapped
    with `@typing_extensions.deprecated`.
    * Fix bug where `TypeAliasType` instances could be subscripted
    even where they were not generic.
    * Fix bug where a subscripted `TypeAliasType` instance did not
    have all attributes of the original `TypeAliasType` instance
    on older Python versions.
    * Fix bug where subscripted `TypeAliasType` instances (and some
    other subscripted objects) had wrong parameters if they were
    directly subscripted with an `Unpack` object.

++++ vim:

  - Update to version 9.1.1258:
    * patch 9.1.1258: regexp: max \U and \%U value is limited by
    INT_MAX
    * patch 9.1.1257:
  - Mixing vim_strsize() with mb_ptr2cells() in pum_redraw()
  - runtime(lf): add lf r34 keywords to syntax script
    * patch 9.1.1256:
  - if_python: duplicate tuple data entries
  - runtime(vim): Update base-syntax, match tuples
    * patch 9.1.1255: missing test condition for 'pummaxwidth'
    setting
    * patch 9.1.1254: need more tests for the comment plugin
    * patch 9.1.1253:
  - abort when closing window with attached quickfix data
  - runtime(doc): non-portable sed regex in Makefile for
    pi_netrw.txt rule
    * patch 9.1.1252: typos in code and docs related to 'diffopt'
    "inline:"
    * patch 9.1.1251: if_python: build error with tuples and dynamic
    python
    * patch 9.1.1250: cannot set the maximum popup menu width
    * patch 9.1.1249:
  - tests: no test that 'listchars' "eol" doesn't affect "gM"
  - runtime(doc): group python interface related items in
    todo.txt
    * patch 9.1.1248: compile error when building without
    FEAT_QUICKFIX
    * patch 9.1.1247: fragile setup to get (preferred) keys from
    key_name_entry
    * patch 9.1.1246: coverity complains about some changes in
    v9.1.1243
    * patch 9.1.1245: need some more tests for curly braces
    evaluation

++++ wireless-regdb:

  - Update to version 20250220 (boo#1240356):
    * Update regulatory info for Oman (OM)
    * Update regulatory rules for Iran (IR) on both 2.4 and 5Ghz for 2021
    * Update regulatory info for Cayman Islands (KY) for 2024
    * Update regulatory rules for Austria (AT)
    * Permit 320 MHz bandwidth in 6 GHz band in ETSI/CEPT
    * Update regulatory rules for Armenia (AM) on 2.4 and 5 GHz
    * Update regulatory info for Azerbaijan (AZ) on 6GHz for 2024

------------------------------------------------------------------
------------------  2025-3-28  -  Mar 28 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.29
    * Make sure that password prompt is seen Latest
    Use a temporary buffer to be silent during asking passwords.
    And stop system console output during password questions
    only if temporary buffer becomes short. As well as do coloring
    on /dev/ttysclp0 for S390.
  - Drop patch.patch as now upstream
  - Modify temporary patch patch.patch
    * Use a temporary buffer to be silent during asking passwords
    * Stop system console output during password questions only
    if temporary buffer becomes short

++++ dmidecode:

  - Use %autosetup to work with rpm-4.20 (bsc#1240154)

++++ kernel-default:

  - mptcp: pm: only set fullmesh for subflow endp (CVE-2025-21706 bsc#1238528)
  - commit 3791cc6
  - memcg: drain obj stock on cpu hotplug teardown (bsc#1240336).
  - commit 1dd26e6
  - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1240335).
  - cgroup/rstat: Tracking cgroup-level niced CPU time
    (bsc#1240335).
  - commit cb11201
  - splice: do not checksum AF_UNIX sockets (bsc#1240333).
  - commit ffdef6b
  - cxl/core/regs: Refactor out functions to count regblocks of
    given type (jsc#PED-10013).
  - cxl/events: Update Memory Module Event Record to CXL spec rev
    3.1 (jsc#PED-10013).
  - cxl/events: Update DRAM Event Record to CXL spec rev 3.1
    (jsc#PED-10013).
  - cxl/events: Update General Media Event Record to CXL spec rev
    3.1 (jsc#PED-10013).
  - cxl/events: Add Component Identifier formatting for CXL spec
    rev 3.1 (jsc#PED-10013).
  - cxl/events: Update Common Event Record to CXL spec rev 3.1
    (jsc#PED-10013).
  - cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()
    (jsc#PED-10013).
  - cxl/pmem: Remove is_cxl_nvdimm_bridge() (jsc#PED-10013).
  - cxl/pmem: Replace match_nvdimm_bridge() with API
    device_match_type() (jsc#PED-10013).
  - commit 0d44ee1
  - cxl/pci: Check dport->regs.rcd_pcie_cap availability before
    accessing (jsc#PED-10013).
  - cxl/region: Refactor common create region code (jsc#PED-10013).
  - cxl/hdm: Use guard() in cxl_dpa_set_mode() (jsc#PED-10013).
  - cxl/pci: Delay event buffer allocation (jsc#PED-10013).
  - cxl/cdat: Use %pra for dpa range outputs (jsc#PED-10013).
  - cxl: downgrade a warning message to debug level in
    cxl_probe_component_regs() (jsc#PED-10013).
  - cxl/pci: Add sysfs attribute for CXL 1.1 device link status
    (jsc#PED-10013).
  - cxl/core/regs: Add rcd_pcie_cap initialization (jsc#PED-10013).
  - commit 4e61860
  - drivers/block/sunvdc.c: update the correct AIP call
    (jsc#PED-9651).
  - loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
    (jsc#PED-9651).
  - commit f6c9b2f
  - 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 2b18011
  - tee: optee: Fix supplicant wait loop (CVE-2025-21871
    bsc#1240183).
  - commit e277e7f
  - wifi: mt76: mt7925: fix the wrong link_idx when a p2p_device
    is present (git-fixes).
  - commit c80ad3f
  - 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).
  - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection
    (git-fixes).
  - wifi: mt76: mt7925: remove unused acpi function for clc
    (git-fixes).
  - wifi: mt76: mt7925: fix the wrong simultaneous cap for MLO
    (git-fixes).
  - wifi: mt76: mt7921: fix kernel panic due to null pointer
    dereference (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: rtw89: rtw8852b{t}: fix TSSI debug timestamps (git-fixes).
  - wifi: mwifiex: Fix RF calibration data download from file
    (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: mac80211: check basic rates validity in
    sta_link_apply_parameters (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: ath12k: Add missing htt_metadata flag in ath12k_dp_tx()
    (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: update channel list in reg notifier instead reg
    worker (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).
  - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path
    (git-fixes).
  - wifi: mac80211: fix integer overflow in hwmp_route_info_get()
    (git-fixes).
  - wifi: rtw89: Correct immediate cfg_len calculation for
    scan_offload_be (git-fixes).
  - commit 413a548
  - 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).
  - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
    (git-fixes).
  - firmware: arm_ffa: Skip the first/partition ID when parsing
    vCPU list (git-fixes).
  - firmware: arm_ffa: Explicitly cast return value from
    NOTIFICATION_INFO_GET (git-fixes).
  - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION
    before comparison (git-fixes).
  - ax25: Remove broken autobind (git-fixes).
  - Bluetooth: btnxpuart: Fix kernel panic during FW release
    (git-fixes).
  - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
    (git-fixes).
  - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
    (git-fixes).
  - broadcom: fix supported flag check in periodic output function
    (git-fixes).
  - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove
    duplicated setup of RX FIFO (git-fixes).
  - ata: libata: Fix NCQ Non-Data log not supported print
    (git-fixes).
  - clocksource/drivers/stm32-lptimer: Use wakeup capable instead
    of init wakeup (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).
  - platform/x86: dell-uart-backlight: Make
    dell_uart_bl_serdev_driver static (git-fixes).
  - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make
    symbol static (git-fixes).
  - commit ff0de4a
  - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook
    X515UA (git-fixes).
  - ASoC: codecs: wcd937x: fix a potential memory leak in
    wcd937x_soc_codec_probe() (git-fixes).
  - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via
    _DSD entry (git-fixes).
  - ASoC: cs35l41: check the return value from spi_setup()
    (git-fixes).
  - ALSA: timer: Don't take register_mutex with copy_from/to_user()
    (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 4fd931a
  - btrfs: zoned: calculate max_extent_size properly on non-zoned
    setup (jsc#PED-9651).
  - arm64: patching: avoid early page_to_phys() (jsc#PED-9651).
  - block: make struct rq_list available for !CONFIG_BLOCK
    (jsc#PED-9651).
  - btrfs: validate queue limits (jsc#PED-9651).
  - commit 587ec60
  - series.conf: move patches to sorted section (jsc#PED-9561)
  - commit eb6beb7
  - KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
    (jsc#PED-10539 git-fixes).
  - commit f5abb5d
  - block: add support for partition table defined in OF
    (jsc#PED-9651).
  - Update config files.
  - commit 842f5a7

++++ kmod:

  - Update to release 34.2
    * libkmod: fix buffer-overflow in weakdep_to_char
  - Delete unused 0001-build-resolve-build-failure-due-to-missing-include.patch

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git9001
    * includes -msplit-patch-nops required for user-space livepatching
    on powerpc
    * includes fix for Ada build with --enable-host-pie
  - Adjust for removed avx10_2roundingintrin.h intrinsic header.
  - Build GCC executables PIE on SLE.  [bsc#1239938]

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

++++ libxml2:

  - Update to version 2.13.7:
    + Regressions:
  - tree: Fix xmlTextMerge with NULL args
  - io: Fix `compressed` flag for uncompressed stdin
  - parser: Fix parsing of DTD content

++++ zlib:

  - Use %autopatch to work with rpm-4.20 (bsc#1240154)

++++ linux-glibc-devel:

  - Use %patch -P N instead of deprecated %patchN. (bsc#1240154)

++++ osinfo-db:

  - bsc#1240121 - [SLEMicro6.2] osinfo-db: Add support for slem6.2 to
    the database
    add-slem6.2-support.patch
  - bsc#1240338 - virt-manager: Windows Server 2025 is not
    automatically detected and missing from manual selection
    add-Windows-Server-2025.patch

++++ libxml2-python:

  - Update to version 2.13.7:
    + Regressions:
  - tree: Fix xmlTextMerge with NULL args
  - io: Fix `compressed` flag for uncompressed stdin
  - parser: Fix parsing of DTD content

++++ rpm-config-SUSE:

  - Update to version 20250328:
    * Revert "Define %jobs as variable (boo#1237231)"
    * Create the directory for rpm macros installation in install

++++ rsync:

  - Add rsync341-gcc15-bool.patch to fix gcc15 compile time error

------------------------------------------------------------------
------------------  2025-3-27  -  Mar 27 2025  -------------------
------------------------------------------------------------------

++++ blog:

  - Add temporary patch named patch.patch
    * Stop system console output during password questions
    * Do coloring on /dev/ttysclp0

++++ crypto-policies:

  - Relax the nss version requirement since the mlkem768secp256r1
    enablement has been reverted.

++++ dialog:

  - Use %autosetup to work with rpm-4.20 (bsc#1240154)

++++ grub2:

  - Fix grub-bls has broken builtin theme for SLE (bsc#1240090)

++++ kernel-default:

  - ipv6: mcast: extend RCU protection in igmp6_send()
    (CVE-2025-21759 bsc#1238738).
  - commit d7804c2
  - ndisc: extend RCU protection in ndisc_send_skb() (CVE-2025-21760
    bsc#1238763).
  - commit 42e3dd1
  - vrf: use RCU protection in l3mdev_l3_out() (CVE-2025-21791
    bsc#1238512).
  - commit e9d9d17
  - openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
    (CVE-2025-21761 bsc#1238775).
  - commit 78199de
  - arp: use RCU protection in arp_xmit() (CVE-2025-21762
    bsc#1238780).
  - commit 61a327a
  - ndisc: use RCU protection in ndisc_alloc_skb() (CVE-2025-21764
    bsc#1237885).
  - commit 71b670d
  - ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
    (bsc#1239994).
  - commit eb3adeb
  - ipv6: Use RCU in ip6_input() (bsc#1239994).
  - commit c9a38e6
  - ipv6: icmp: convert to dev_net_rcu() (bsc#1239994).
  - commit 68b80e3
  - ipv6: use RCU protection in ip6_default_advmss() (CVE-2025-21765
    bsc#1237906).
  - commit 67b2d6d
  - flow_dissector: use RCU protection to fetch dev_net()
    (bsc#1239994).
  - commit bacdd89
  - ipv4: icmp: convert to dev_net_rcu() (bsc#1239994).
  - commit 7b71f37
  - ipv4: use RCU protection in __ip_rt_update_pmtu()
    (CVE-2025-21766 bsc#1238754).
  - commit 370b0fb
  - ipv4: use RCU protection in inet_select_addr() (bsc#1239994).
  - commit cb28364
  - ipv4: use RCU protection in rt_is_expired() (bsc#1239994).
  - commit 113e926
  - ipv4: use RCU protection in ipv4_default_advmss() (bsc#1239994).
  - commit e699546
  - ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
    (bsc#1239994).
  - commit 60c5596
  - ipv4: add RCU protection to ip4_dst_hoplimit() (bsc#1239994).
  - commit c9e4bc0
  - udp: Deal with race between UDP socket address change and rehash
    (CVE-2024-57974 bsc#1238532).
  - commit 4eccbe0
  - Patches moving to mainline causing merge conflicts.
  - Refresh
    patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.8-patches.patch.
  - Refresh
    patches.suse/scsi-lpfc-Free-phba-irq-in-lpfc_sli4_enable_msi-when.patch.
  - Refresh
    patches.suse/scsi-lpfc-Handle-duplicate-D_IDs-in-ndlp-search-by-D.patch.
  - Refresh
    patches.suse/scsi-lpfc-Ignore-ndlp-rport-mismatch-in-dev_loss_tmo.patch.
  - Refresh
    patches.suse/scsi-lpfc-Reduce-log-message-generation-during-ELS-r.patch.
  - Refresh
    patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.8.patch.
  - commit 7e994f0
  - Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()
    (jsc#PED-12286).
  - Bluetooth: SMP: convert timeouts to secs_to_jiffies()
    (jsc#PED-12286).
  - Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
    (jsc#PED-12286).
  - Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
    (jsc#PED-12286).
  - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready
    (jsc#PED-12286).
  - bluetooth: mgmt: convert timeouts to secs_to_jiffies()
    (jsc#PED-12286).
  - Bluetooth: SCO: remove the redundant sco_conn_put
    (jsc#PED-12286).
  - Bluetooth: MGMT: Add initial implementation of
    MGMT_OP_HCI_CMD_SYNC (jsc#PED-12286).
  - commit 352ae09
  - Bluetooth: hci_bcm: Use the devm_clk_get_optional() helper
    (jsc#PED-12286).
  - Bluetooth: hci_conn: Remove alloc from critical section
    (jsc#PED-12286).
  - Bluetooth: SCO: Use kref to track lifetime of sco_conn
    (jsc#PED-12286).
  - Bluetooth: HCI: Add IPC(11) bus type (jsc#PED-12286).
  - Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast
    slave (jsc#PED-12286).
  - Bluetooth: ISO: Fix matching parent socket for BIS slave
    (jsc#PED-12286).
  - Bluetooth: btrtl: Decrease HCI_OP_RESET timeout from 10 s to
    2 s (jsc#PED-12286).
  - Bluetooth: btintel_pcie: Replace deprecated PCI functions
    (jsc#PED-12286).
  - Bluetooth: btintel_pcie: remove redundant assignment to variable
    ret (jsc#PED-12286).
  - Bluetooth: btintel_pcie: Remove deadcode (jsc#PED-12286).
  - Bluetooth: hci_qca: use
    devm_clk_get_optional_enabled_with_rate() (jsc#PED-12286).
  - Bluetooth: btintel: Add DSBR support for BlazarIW, BlazarU
    and GaP (jsc#PED-12286).
  - Bluetooth: btmtksdio: Lookup device node only as fallback
    (jsc#PED-12286).
  - Bluetooth: btintel_pcie: Add recovery mechanism (jsc#PED-12286).
  - Bluetooth: hci_core: Fix not checking skb length on
    hci_scodata_packet (jsc#PED-12286).
  - Bluetooth: btnxpuart: Add GPIO support to power save feature
    (jsc#PED-12286).
  - bluetooth: Fix typos in the comments (jsc#PED-12286).
  - Bluetooth: btnxpuart: Rename IW615 to IW610 (jsc#PED-12286).
  - Bluetooth: btnxpuart: Drop _v0 suffix from FW names
    (jsc#PED-12286).
  - Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm
    WCN785x (jsc#PED-12286).
  - Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm
    WCN785x (jsc#PED-12286).
  - Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x
    (jsc#PED-12286).
  - Bluetooth: add HAS_IOPORT dependencies (jsc#PED-12286).
  - commit 638ded7
  - eth: bnxt: fix out-of-range access of vnic_info array
    (jsc#PED-11923).
  - bnxt_en: Add TPH support in BNXT driver (jsc#PED-11923).
  - bnxt_en: Extend queue stop/start for TX rings (jsc#PED-11923).
  - bnxt_en: Refactor TX ring free logic (jsc#PED-11923).
  - bnxt_en: Reallocate RX completion ring for TPH support
    (jsc#PED-11923).
  - bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings
    (jsc#PED-11923).
  - bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS
    (jsc#PED-11923).
  - bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring
    (jsc#PED-11923).
  - bnxt_en: Refactor completion ring free routine (jsc#PED-11923).
  - bnxt_en: Refactor TX ring allocation logic (jsc#PED-11923).
  - bnxt_en: Refactor completion ring allocation logic for P5_PLUS
    chips (jsc#PED-11923).
  - bnxt_en: Set NPAR 1.2 support when registering with firmware
    (jsc#PED-11923).
  - netdev: define NETDEV_INTERNAL (jsc#PED-11923).
  - commit 5d77362
  - ice: health.c: fix compilation on gcc 7.5 (jsc#PED-10419).
  - commit 7e632c2

++++ kernel-firmware-qcom:

  - Update aliases

++++ podman:

  - Depend on runc unconditionally, not only on SLE 15 (bsc#1239088)

++++ vim:

  - Update to version 9.1.1244:
    * patch 9.1.1244:
  - part of patch v9.1.1242 was wrong
  - runtime(omnimark): update and rewrite syntax script in Vim9
    script
    * patch 9.1.1243: diff mode is lacking for changes within lines
    * patch 9.1.1242: Crash when evaluating variable name
    * patch 9.1.1241: wrong preprocessort indentation in term.c
    * patch 9.1.1240:
  - Regression with ic/ac text objects and comment plugin
  - runtime(hyprlang): save and restore cpo setting in syntax
    script
  - runtime(solidity): update syntax script with error
    definitions
  - runtime(doc): add back help tag "pi_netrw.txt"
    * patch 9.1.1239:
  - if_python: no tuple data type support
  - runtime(doc): Add missing garbagecollect() hypertext link
  - Improve contributing guide by adding a section on signing
    off commits
    * patch 9.1.1238: wrong cursor column with 'set
    splitkeep=screen'
    * patch 9.1.1237: Compile error with C89 compiler in term.c
    * patch 9.1.1236: tests: test_comments leaves swapfiles around
    * patch 9.1.1235: cproto files are outdated
    * patch 9.1.1234: Compile error when SIZE_MAX is not defined
    * patch 9.1.1233:
  - Coverity warns about NULL pointer when triggering WinResized
  - runtime(doc): Fix an omission in the documentation.
    * patch 9.1.1232:
  - Vim script is missing the tuple data type
  - runtime(vim): Update base-syntax, match protected
    constructors
  - runtime(syntax-tests): Do not ignore failed screendumps
    * patch 9.1.1231:
  - filetype: SPA JSON files are not recognized
  - runtime(doc): update and correct str2blob() and blob2str()
    examples
  - runtime(hlyank): update the hlyank package
  - runtime(syntax-tests): Add non-Latin-1 character filters for
    C syntax tests

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

++++ file:

  - baselibs.conf: drop it

++++ kernel-default:

  - 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 382e790
  - af_packet: fix vlan_get_tci() vs MSG_PEEK (CVE-2024-57902
    bsc#1235950).
  - commit fd3162f
  - net: fix memory leak in tcp_conn_request() (CVE-2024-57841
    bsc#1235944).
  - commit cf965e6
  - nvme: core: switch to non_owner variant of start_freeze/unfreeze
    queue (jsc#PED-9651).
  - commit c314272
  - net/smc: check smcd_v2_ext_offset when receiving proposal msg
    (CVE-2024-47408 bsc#1235711).
  - commit 24369ad
  - Delete
    patches.suse/s390-Fix-mlx5-RoCE-throuput-degradtion.patch.
    With commit 1d5024f88dad ("net/mlx5e: Default to Striding RQ when
    not conflicting with CQE compression") added to v5.18-rc5 this
    patch is no longer needed.
  - commit 7f247c8
  - asm-generic: add an optional pfn_valid check to page_to_phys
    (jsc#PED-9651).
  - asm-generic: provide generic page_to_phys and phys_to_page
    (jsc#PED-9651).
  - commit 8762cfe
  - block: use page_to_phys in bvec_phys (jsc#PED-9651).
  - commit 6850cb9
  - block: fix NULL pointer dereferenced within __blk_rq_map_sg
    (jsc#PED-9651).
  - block/merge: remove unnecessary min() with UINT_MAX
    (jsc#PED-9651).
  - commit 41708a1
  - block: force noio scope in blk_mq_freeze_queue (jsc#PED-9651).
  - nbd: fix partial sending (jsc#PED-9651).
  - loop: remove the use_dio field in struct loop_device
    (jsc#PED-9651).
  - loop: don't freeze the queue in loop_update_dio (jsc#PED-9651).
  - loop: allow loop_set_status to re-enable direct I/O
    (jsc#PED-9651).
  - commit 6d37915
  - loop: open code the direct I/O flag update in loop_set_dio
    (jsc#PED-9651).
  - loop: only write back pagecache when starting to to use direct
    I/O (jsc#PED-9651).
  - loop: create a lo_can_use_dio helper (jsc#PED-9651).
  - loop: update commands in loop_set_status still referring to
    transfers (jsc#PED-9651).
  - loop: move updating lo_flags out of loop_set_status_from_info
    (jsc#PED-9651).
  - loop: fix queue freeze vs limits lock order (jsc#PED-9651).
  - loop: refactor queue limits updates (jsc#PED-9651).
  - loop: Fix ABBA locking race (jsc#PED-9651).
  - nvme: use helpers to access io_uring cmd space (jsc#PED-9651).
  - rbd: unfreeze queue after marking disk as dead (jsc#PED-9651).
  - loop: Simplify discard granularity calc (jsc#PED-9651).
  - loop: Use bdev limit helpers for configuring discard
    (jsc#PED-9651).
  - commit a5f9b6f
  - netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
    (git-fixes CVE-2025-21703 bsc#1237313).
  - commit f9fdeb8
  - net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
    proposal msg (CVE-2024-49568 bsc#1235728).
  - net/smc: protect link down work from execute after lgr freed
    (CVE-2024-56718 bsc#1235589).
  - net/smc: fix LGR and link use-after-free issue (CVE-2024-56640
    bsc#1235436).
  - drop_monitor: fix incorrect initialization order (CVE-2025-21862
    bsc#1239474).
  - net/sched: cls_api: fix error handling causing NULL dereference
    (CVE-2025-21857 bsc#1239478).
  - netfilter: nf_tables: reject mismatching sum of field_len with
    set key length (CVE-2025-21826 bsc#1238968).
  - rxrpc, afs: Fix peer hash locking vs RCU callback
    (CVE-2025-21809 bsc#1238733).
  - rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
    (CVE-2025-21635 bsc#1236111).
  - netfilter: nf_tables: do not defer rule destruction via call_rcu
    (CVE-2024-56655 bsc#1235446).
  - netfilter: IDLETIMER: Fix for possible ABBA deadlock
    (CVE-2024-54683 bsc#1235729).
  - net/sched: netem: account for backlog updates from child qdisc
    (CVE-2024-56770 bsc#1235637).
  - netlink: fix false positive warning in extack during dumps
    (CVE-2024-53212 bsc#1234972).
  - ipv6: Fix soft lockups in fib6_select_path under high next
    hop churn (CVE-2024-56703 bsc#1235455).
  - ipv6: release nexthop on device removal (CVE-2024-56751
    bsc#1234936).
  - commit fc26e30
  - gpio: 74x164: Remove unneeded dependency to OF_GPIO (git-fixes).
  - Update config files.
  - commit 9b9af75
  - 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: rockchip: rga: fix rga offset lookup (git-fixes).
  - media: vimc: skip .s_stream() for stopped entities (git-fixes).
  - media: omap3isp: Handle ARM dma_iommu_mapping (git-fixes).
  - media: intel/ipu6: set the dev_parent of video device to pdev
    (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: nuvoton: Fix reference handling of ece_pdev (git-fixes).
  - media: nuvoton: Fix reference handling of ece_node (git-fixes).
  - media: mgb4: Fix switched CMT frequency range "magic values"
    sets (git-fixes).
  - media: mgb4: Fix CMT registers update logic (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: mediatek: vcodec: Fix a resource leak related to the
    scp device in FW initialization (git-fixes).
  - media: uapi: rkisp1-config: Fix typo in extensible params
    example (git-fixes).
  - media: mtk-vcodec: venc: avoid -Wenum-compare-conditional
    warning (git-fixes).
  - media: imx219: Adjust PLL settings based on the number of MIPI
    lanes (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: imx319: Rectify runtime PM handling probe and remove
    (git-fixes).
  - media: i2c: imx219: Rectify runtime PM handling in probe and
    remove (git-fixes).
  - media: i2c: ccs: Set the device's runtime PM status correctly
    in probe (git-fixes).
  - media: i2c: ccs: Set the device's runtime PM status correctly
    in remove (git-fixes).
  - media: i2c: imx214: Rectify probe error handling related to
    runtime PM (git-fixes).
  - Revert "media: imx214: Fix the error handling in imx214_probe()"
    (git-fixes).
  - media: hi556: Fix memory leak (on error) in hi556_check_hwcfg()
    (git-fixes).
  - media: chips-media: wave5: Fix timeout while testing 10bit
    hevc fluster (git-fixes).
  - media: chips-media: wave5: Fix a hang after seeking (git-fixes).
  - media: chips-media: wave5: Avoid race condition in the interrupt
    handler (git-fixes).
  - media: chips-media: wave5: Fix gray color on screen (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).
  - auxdisplay: hd44780: Fix an API misuse in hd44780.c (git-fixes).
  - auxdisplay: MAX6959 should select BITREVERSE (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).
  - regulator: pca9450: Fix enable register for LDO5 (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 5906346
  - dlm: make tcp still work in multi-link env (jsc#PED-11932).
  - dlm: increase max number of links for corosync3/knet
    (jsc#PED-11932).
  - commit 973d3b7

++++ rpm:

  - Backport check_c_compiler_flag cmake tests fix from upstream
    The old code would pick up -fhardened by accident
    * new patch: cmake_fhardened.diff

++++ 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.

++++ tuned:

  - Add BuildRequires:
    * gobject-introspection-devel for test in check section to succeed
    * pyinotify in ppd

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

++++ haproxy:

  - Build with QUIC on Tumbleweed

++++ kernel-default:

  - smb: client: Add check for next_buffer in receive_encrypted_standard() (CVE-2025-21844 bsc#1239512)
  - commit 26d78d1
  - EDAC/i10nm: Add Intel Clearwater Forest server support (jsc#PED-10632).
  - commit 74f0879
  - block: fix nr_hw_queue update racing with disk addition/removal
    (jsc#PED-9651).
  - commit 1ad06cb
  - blk: Re-add symbols (jsc#PED-9651).
  - commit b75f36f
  - block: get rid of request queue ->sysfs_dir_lock (jsc#PED-9651).
  - commit 427cb3f
  - block: make bio_integrity_map_user() static inline
    (jsc#PED-9651).
  - block: add support to pass user meta buffer (jsc#PED-9651).
  - scsi: add support for user-meta interface (jsc#PED-9651).
  - nvme: add support for passing on the application tag
    (jsc#PED-9651).
  - block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
    (jsc#PED-9651).
  - io_uring: introduce attributes for read/write and PI support
    (jsc#PED-9651).
  - fs: introduce IOCB_HAS_METADATA for metadata (jsc#PED-9651).
  - fs, iov_iter: define meta io descriptor (jsc#PED-9651).
  - block: modify bio_integrity_map_user to accept iov_iter as
    (jsc#PED-9651).
  - commit 1783ba5
  - block: define set of integrity flags to be inherited by
    (jsc#PED-9651).
  - block: Don't trim an atomic write (jsc#PED-9651).
  - commit d4c21f0
  - block: Add common atomic writes enable flag (jsc#PED-9651).
  - Refresh
    patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch.
  - commit b34e56a
  - md: Replace deprecated kmap_atomic() with kmap_local_page()
    (jsc#PED-9651).
  - commit 55de4aa
  - md/raid10: Atomic write support (jsc#PED-9651).
  - Refresh
    patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch.
  - commit 3025a42
  - md/raid1: Atomic write support (jsc#PED-9651).
  - Refresh
    patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch.
  - commit cddb7c9
  - md/raid0: Atomic write support (jsc#PED-9651).
  - Refresh
    patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch.
  - commit aa8067d
  - lockdep: Don't disable interrupts on RT in
    disable_irq_nosync_lockdep.*() (git-fixes).
  - kbuild: hdrcheck: fix cross build with clang (git-fixes).
  - commit acb9e30
  - md/raid5: Increase r5conf.cache_name size (jsc#PED-9651).
  - commit 0cb15e6
  - md/raid10: Handle bio_split() errors (jsc#PED-9651).
  - md/raid1: Handle bio_split() errors (jsc#PED-9651).
  - md/raid0: Handle bio_split() errors (jsc#PED-9651).
  - commit 3e727d4
  - md/raid5: don't set Faulty rdev for blocked_rdev (jsc#PED-9651).
  - md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()
    (jsc#PED-9651).
  - md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
    (jsc#PED-9651).
  - commit a5e2aa8
  - md/raid1: factor out helper to handle blocked rdev from
    raid1_write_request() (jsc#PED-9651).
  - Refresh
    patches.suse/md-md-bitmap-remove-the-last-parameter-for-bimtap_ops-endwrite.patch.
  - commit 6d35bb1
  - md: don't record new badblocks for faulty rdev (jsc#PED-9651).
  - md: don't wait faulty rdev in md_wait_for_blocked_rdev()
    (jsc#PED-9651).
  - md: add a new helper rdev_blocked() (jsc#PED-9651).
  - md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()
    (jsc#PED-9651).
  - commit f925245

++++ kernel-firmware-amdgpu:

  - Fix a typo in download URL

++++ kernel-firmware-ath10k:

  - Fix a typo in download URL

++++ kernel-firmware-bluetooth:

  - Fix a typo in download URL

++++ kernel-firmware-media:

  - Fix a typo in download URL

++++ kernel-firmware-mediatek:

  - Fix a typo in download URL

++++ kernel-firmware-nvidia:

  - Fix a typo in download URL

++++ kernel-firmware-platform:

  - Fix a typo in download URL

++++ kernel-firmware-qcom:

  - Fix a typo in download URL

++++ kernel-firmware-sound:

  - Fix a typo in download URL

++++ pcp:

  - Enable custom pcp-selinux module (bsc#1237260)

++++ sssd:

  - Add python3-setuptools build dependency
  - Drop nscd build dependency

++++ microos-tools:

  - Update to version 4.0+git11:
    * Only parse section with at minimum two arguments (#42)

++++ python-MarkupSafe:

  - Lowercase metadata directory name.

++++ python-PyJWT:

  - Lowercase metadata directory name.

++++ python-PyYAML:

  - Lowercase metadata directory name.

++++ strace:

  - Update to strace 6.14
    * Added -e namespace=new option for printing the namespaces entered
    by the tracee.
    * Implemented decoding of FRA_FLOWLABEL and FRA_FLOWLABEL_MASK netlink
    attributes of RTM_{NEW,DEL,GET}RULE NETLINK_ROUTE messages.
    * Implemented decoding of RTM_{NEW,DEL}MULTICAST and RTM_{NEW,DEL}ANYCAST
    NETLINK_ROUTE messages.
    * Updated decoding of statx syscall.
    * Updated lists of AT_*, AUDIT_*, ETHTOOL_*, FAN_*, IORING_*, IPPROTO_*,
    KEY_*, NL80211_*, RWF_*, and SECBIT_* constants.
    * Updated lists of ioctl commands from Linux 6.14.

++++ systemd-presets-common-SUSE:

  - Change display-manager.service to display-manager-legacy.service
    (rename for future systemd control of display manager choice)

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

++++ gnutls:

  - FIPS: Mark SHA-1 as non-approved in the SLI for all operations. [jsc#PED-12224]
    * Add gnutls-FIPS-disable-mac-sha1.patch

++++ kernel-default:

  - block: limit disk max sectors to (LLONG_MAX >> 9)
    (jsc#PED-9651).
  - block: Change blk_stack_atomic_writes_limits() unit_min check
    (jsc#PED-9651).
  - block: Ensure start sector is aligned for stacking atomic writes
    (jsc#PED-9651).
  - blk-mq: Move more error handling into blk_mq_submit_bio()
    (jsc#PED-9651).
  - block: Reorder the request allocation code in
    blk_mq_submit_bio() (jsc#PED-9651).
  - commit ff53e6b
  - blk-cgroup: rwstat: fix kernel-doc warnings in header file
    (jsc#PED-9651).
  - blacklist.conf:
  - blk-cgroup: fix kernel-doc warnings in header file
    (jsc#PED-9651).
  - block: mark GFP_NOIO around sysfs ->store() (jsc#PED-9651).
  - usb-storage: fix queue freeze vs limits lock order
    (jsc#PED-9651).
  - nbd: fix queue freeze vs limits lock order (jsc#PED-9651).
  - nvme: fix queue freeze vs limits lock order (jsc#PED-9651).
  - block: fix queue freeze vs limits lock order in sysfs store
    (jsc#PED-9651).
  - block: add a store_limit operations for sysfs entries
    (jsc#PED-9651).
  - commit db47806
  - block: add a queue_limits_commit_update_frozen helper
    (jsc#PED-9651).
  - block: fix docs for freezing of queue limits updates
    (jsc#PED-9651).
  - block: simplify tag allocation policy selection (jsc#PED-9651).
  - block: remove BLK_MQ_F_NO_SCHED (jsc#PED-9651).
  - block: remove blk_mq_init_bitmaps (jsc#PED-9651).
  - block: better split mq vs non-mq code in add_disk_fwnode
    (jsc#PED-9651).
  - block: add a dma mapping iterator (jsc#PED-9651).
  - block: remove blk_rq_bio_prep (jsc#PED-9651).
  - block: remove bio_add_pc_page (jsc#PED-9651).
  - kyber: constify sysfs attributes (jsc#PED-9651).
  - block, bfq: constify sysfs attributes (jsc#PED-9651).
  - block: mq-deadline: Constify sysfs attributes (jsc#PED-9651).
  - elevator: Enable const sysfs attributes (jsc#PED-9651).
  - blk-zoned: Split queue_zone_wplugs_show() (jsc#PED-9651).
  - blk-zoned: Improve the queue reference count strategy
    documentation (jsc#PED-9651).
  - blk-zoned: Document locking assumptions (jsc#PED-9651).
  - blk-zoned: Minimize #include directives (jsc#PED-9651).
  - block: remove BLK_MQ_F_SHOULD_MERGE (jsc#PED-9651).
  - commit aaae71e
  - blktrace: remove redundant return at end of function
    (jsc#PED-9651).
  - block: Delete bio_set_prio() (jsc#PED-9651).
  - block: Delete bio_prio() (jsc#PED-9651).
  - commit c246365
  - blktrace: move copy_[to|from]_user() out of ->debugfs_lock
    (jsc#PED-9651).
  - blktrace: don't centralize grabbing q->debugfs_mutex in
    blk_trace_ioctl (jsc#PED-9651).
  - null_blk: Add rotational feature support (jsc#PED-9651).
  - block: track queue dying state automatically for modeling
    queue freeze lockdep (jsc#PED-9651).
  - block: don't verify queue freeze manually in elevator_init_mq()
    (jsc#PED-9651).
  - block: track disk DEAD state automatically for modeling queue
    freeze lockdep (jsc#PED-9651).
  - block: remove unnecessary check in blk_unfreeze_check_owner()
    (jsc#PED-9651).
  - commit fc5adc6
  - block: Revert "block: Fix potential deadlock while freezing
    queue and acquiring sysfs_lock (jsc#PED-9651).
  - block/bdev: use helper for max block size check (jsc#PED-9651).
  - block: Fix potential deadlock while freezing queue and acquiring
    sysfs_lock (jsc#PED-9651).
  - block: Fix queue_iostats_passthrough_show() (jsc#PED-9651).
  - blk-mq: Clean up blk_mq_requeue_work() (jsc#PED-9651).
  - mq-deadline: Remove a local variable (jsc#PED-9651).
  - block: Make bio_iov_bvec_set() accept pointer to const iov_iter
    (jsc#PED-9651).
  - commit f6d6aff
  - mq-deadline: don't call req_get_ioprio from the I/O completion
    handler (jsc#PED-9651).
  - block: Remove extra part pointer NULLify in blk_rq_init()
    (jsc#PED-9651).
  - commit bd669e8
  - sched/fair: Fix potential memory corruption in
    child_cfs_rq_on_list (bsc#1234634 (Scheduler functional and
    performance backports)).
  - cpuidle, sched: Use smp_mb__after_atomic() in
    current_clr_polling() (bsc#1234634 (Scheduler functional and
    performance backports)).
  - commit 3fdb94f
  - block: return bool from get_disk_ro and bdev_read_only
    (jsc#PED-9651).
  - block: remove a duplicate definition for bdev_read_only
    (jsc#PED-9651).
  - block: return bool from blk_rq_aligned (jsc#PED-9651).
  - block: return unsigned int from blk_lim_dma_alignment_and_pad
    (jsc#PED-9651).
  - block: return unsigned int from bdev_io_opt (jsc#PED-9651).
  - block: req->bio is always set in the merge code (jsc#PED-9651).
  - block: don't bother checking the data direction for merges
    (jsc#PED-9651).
  - block: blk-mq: fix uninit-value in blk_rq_prep_clone and
    refactor (jsc#PED-9651).
  - block: Support atomic writes limits for stacked devices
    (jsc#PED-9651).
  - block: Add extra checks in blk_validate_atomic_write_limits()
    (jsc#PED-9651).
  - block: Drop granularity check in queue_limit_discard_alignment()
    (jsc#PED-9651).
  - commit 60a3d57
  - block/genhd: use seq_put_decimal_ull for diskstats decimal
    values (jsc#PED-9651).
  - block: don't reorder requests in blk_mq_add_to_batch
    (jsc#PED-9651).
  - block: don't reorder requests in blk_add_rq_to_plug
    (jsc#PED-9651).
  - block: add a rq_list type (jsc#PED-9651).
  - block: remove rq_list_move (jsc#PED-9651).
  - commit ee68c48
  - 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).
  - x86/hyperv: Fix output argument to hypercall that changes page
    visibility (git-fixes).
  - fbdev: hyperv_fb: Allow graceful removal of framebuffer
    (git-fixes).
  - fbdev: hyperv_fb: Simplify hvfb_putmem (git-fixes).
  - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V
    Gen 2 VMs (git-fixes).
  - fbdev: hyperv_fb: iounmap() the correct memory when removing
    a device (git-fixes).
  - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
    (git-fixes).
  - commit 6ca88b5
  - kprobes: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - kprobes: Reduce preempt disable scope
    in check_kprobe_access_safe() (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - commit 8d86dd1
  - block: export blk_validate_limits (jsc#PED-9651).
  - block: remove the ioprio field from struct request
    (jsc#PED-9651).
  - block: remove the write_hint field from struct request
    (jsc#PED-9651).
  - commit 4da93a9
  - Refresh
    patches.suse/block-pre-calculate-max_zone_append_sectors.patch.
  - Delete
    patches.suse/Revert-block-pre-calculate-max_zone_append_sectors.patch.
  - commit 176765a
  - net/mlx5e: Prevent bridge link show failure for
    non-eswitch-allowed devices (jsc#PED-11331).
  - net/mlx5: Bridge, fix the crash caused by LAG state check
    (jsc#PED-11331).
  - net/mlx5: Lag, Check shared fdb before creating MultiPort
    E-Switch (jsc#PED-11331).
  - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs
    (jsc#PED-11331).
  - net/mlx5: HWS, Rightsize bwc matcher priority (jsc#PED-11331).
  - net/mlx5: DR, use the right action structs for STEv3
    (jsc#PED-11331).
  - eth: bnxt: fix memory leak in queue reset (jsc#PED-10684
    jsc#PED-11230).
  - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx |
    tx} (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in
    queue restart logic (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: return fail if interface is down in
    bnxt_queue_mem_alloc() (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: fix truesize for mb-xdp-pass case (jsc#PED-10684
    jsc#PED-11230).
  - net/mlx5: handle errors in mlx5_chains_create_table()
    (jsc#PED-11331).
  - ice: register devlink prior to creating health reporters
    (jsc#PED-10419).
  - ice: Fix switchdev slow-path in LAG (jsc#PED-10419).
  - ice: fix memory leak in aRFS after reset (jsc#PED-10419).
  - ice: do not configure destination override for switchdev
    (jsc#PED-10419).
  - be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink
    (jsc#PED-8900 jsc#PED-11248).
  - commit cffd61f
  - block: Handle bio_split() errors in bio_submit_split()
    (jsc#PED-9651).
  - block: Error an attempt to split an atomic write in bio_split()
    (jsc#PED-9651).
  - block: Rework bio_split() return value (jsc#PED-9651).
  - commit cc36652
  - block: remove blk_freeze_queue() (jsc#PED-9651).
  - Refresh
    patches.suse/block-always-verify-unfreeze-lock-on-the-owner-task.patch.
  - commit c10f921
  - block: Replace sprintf() with sysfs_emit() (jsc#PED-9651).
  - commit e18c441
  - block: Add a public bdev_zone_is_seq() helper (jsc#PED-9651).
  - block: return unsigned int from queue_dma_alignment
    (jsc#PED-9651).
  - Refresh
    patches.suse/block-Prevent-potential-deadlocks-in-zone-write-plug-error-recovery.patch.
  - Refresh
    patches.suse/dm-Fix-dm-zoned-reclaim-zone-write-pointer-alignment.patch.
  - commit 9f0b2a7
  - series: update metadata
    The lpfc driver update moved forward to the next stage on the way
    to mainline. Update the metadata to avoid breaking the kernel patch
    maintainance tooling.
  - Refresh
    patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.8-patches.patch.
  - Refresh
    patches.suse/scsi-lpfc-Free-phba-irq-in-lpfc_sli4_enable_msi-when.patch.
  - Refresh
    patches.suse/scsi-lpfc-Handle-duplicate-D_IDs-in-ndlp-search-by-D.patch.
  - Refresh
    patches.suse/scsi-lpfc-Ignore-ndlp-rport-mismatch-in-dev_loss_tmo.patch.
  - Refresh
    patches.suse/scsi-lpfc-Reduce-log-message-generation-during-ELS-r.patch.
  - Refresh
    patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.8.patch.
  - commit 61224c0
  - Revert "block: pre-calculate max_zone_append_sectors"
    (jsc#PED-9651).
  - commit 72c7300
  - config: update using run_oldconfig.sh
  - commit 71298c4
  - block: pre-calculate max_zone_append_sectors (jsc#PED-9651).
  - commit 630582a
  - block: remove the max_zone_append_sectors check in
    blk_revalidate_disk_zones (jsc#PED-9651).
  - block: update blk_stack_limits documentation (jsc#PED-9651).
  - block: remove bio_add_zone_append_page (jsc#PED-9651).
  - block: remove zone append special casing from the direct I/O
    path (jsc#PED-9651).
  - blk-integrity: remove seed for user mapped buffers
    (jsc#PED-9651).
  - block: add a bdev_limits helper (jsc#PED-9651).
  - blk-mq: Unexport blk_mq_flush_busy_ctxs() (jsc#PED-9651).
  - block: remove redundant explicit memory barrier from rq_qos
    waiter and waker (jsc#PED-9651).
  - block: flush all throttled bios when deleting the cgroup
    (jsc#PED-9651).
  - commit f26135d
  - block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (jsc#PED-9651
  - commit 4f40e80
  - block: replace call_rcu by kfree_rcu for simple kmem_cache_free
    callback (jsc#PED-9651).
  - block: enable passthrough command statistics (jsc#PED-9651).
  - block: return void from the queue_sysfs_entry load_module method
    (jsc#PED-9651).
  - block: add partition uuid into uevent as "PARTUUID"
    (jsc#PED-9651).
  - block: move issue side time stamping to blk_account_io_start()
    (jsc#PED-9651).
  - block: set issue time stamp based on queue state (jsc#PED-9651).
  - block: introduce add_disk_fwnode() (jsc#PED-9651).
  - block: add support for defining read-only partitions
    (jsc#PED-9651).
  - block: kill blk_do_io_stat() helper (jsc#PED-9651).
  - block: remove 'req->part' check for stats accounting
    (jsc#PED-9651).
  - block: remove redundant passthrough check in
    blk_mq_need_time_stamp() (jsc#PED-9651).
  - block: move iostat check into blk_acount_io_start()
    (jsc#PED-9651).
  - commit 7ebf536
  - 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
  - turbostat: rename patches using ./scripts/renamepatches
    Prepare to merge turbostat forklift backport
  - commit c56074a
  - s390/cio: Fix CHPID "configure" attribute caching (git-fixes
    bsc#1239979).
  - commit 8905a0c

++++ gcc15:

  - Disable build of glibc cross to loongarch64 and hppa in SLFO.

++++ libguestfs:

  - libguestfs-appliance: drop incorrect requireson libpcre1,
    package was converted to pcre2 by 1.44.2

++++ harfbuzz:

  - Update to version 11.0.0:
    + There are three new font-functions implementations
    (integrations) in this release:
  - hb-coretext has gained one, calling into the CoreText
    library.
  - hb-directwrite has gained one, calling into the DirectWrite
    library.
  - hb-fontations has gained one, calling into the Skrifa Rust
    library.
  - All three are mostly useful for performance and correctness
    testing, but some clients might find them useful.
    + An API is added to use them from a single API by providing a
    backend name string: hb_font_set_funcs_using()
    + Several new APIs are added, to load a font-face using different
    "face-loaders", and a single entry point to them all using a
    loader name string:
  - hb_ft_face_create_from_file_or_fail() and
    hb_ft_face_create_from_blob_or_fail().
  - hb_coretext_face_create_from_file_or_fail() and
    hb_coretext_face_create_from_blob_or_fail().
  - hb_directwrite_face_create_from_file_or_fail() and
    hb_directwrite_face_create_from_blob_or_fail().
  - hb_face_create_from_file_or_fail_using()
    + All drawing and painting operations using the default, hb-ot
    functions have become memory allocation-free.
    + Several performance optimizations have been implemented.
    + Application of the trak table during shaping has been improved.
    + The directwrite shaper now supports font variations, and
    correctly applies user features.
    + The hb-directwrite API and shaper has graduated from
    experimental.
    + Various bug fixes and other improvements.

++++ ncurses:

  - Add ncurses patch 20250322
    + add a null pointer check in mouse-initialization, for the
    experimental Windows driver (patch by Daniel Starke).
    + improve makefile dependency in Ada95/src
    + add note in user_caps.5 addressing a quibble about dates.

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250324.7d1bc96:
    * Add non-oss / non-oss-debug repos for Leap 16.0 (#80)

++++ pam:

  - Remove unix2_chkpwd, no consumer left

++++ pam-full-src:

  - Remove unix2_chkpwd, no consumer left

++++ pcsc-tools:

  - Update to version 1.7.3
    * A number of new ATRs.
    * build system and portability changes.

++++ python-setuptools:

  - update to 78.0.2
    * Reverted distutils changes that broke the monkey patching of command
    classes.
    * Temporarily remove requests from integration tests.

++++ rpm-config-SUSE:

  - Update to version 20250324:
    * Define %jobs as variable (boo#1237231)
    * %requires_eq|ge(): Fix multiline output
    * Split the SUSE distribution version macros to a separate file

------------------------------------------------------------------
------------------  2025-3-23  -  Mar 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated
    irq (git-fixes).
  - keys: Fix UAF in key_put() (git-fixes).
  - drm/i915/cdclk: Do cdclk post plane programming later
    (stable-fixes).
  - drm/atomic: Filter out redundant DPMS calls (stable-fixes).
  - drm/amd/amdkfd: Evict all queues even HWS remove queue failed
    (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/amdgpu/display: Allow DCC for video formats on GFX12
    (stable-fixes).
  - drm/hyperv: Fix address space leak when Hyper-V DRM device is
    removed (git-fixes).
  - drm/nouveau: Do not override forced connector status
    (stable-fixes).
  - drm/vkms: Round fixp2int conversion in lerp_u16 (stable-fixes).
  - drm/tests: hdmi: Remove redundant assignments (stable-fixes).
  - drm/amd/display: Fix out-of-bound accesses (stable-fixes).
  - commit f9bc5aa

++++ kernel-firmware-amdgpu:

  - Update to version 20250322 (git commit 710a336b3198):
    * amdgpu: update dcn 4.01 firmware to 0.1.3.0
    * amdgpu: update dcn 3.5 firmware to 0.1.0.0
  - Update kernel-firmware-tools scripts to be downloadable

++++ libarchive:

  - Update to 3.7.8:
    * 7zip reader: add SPARC and POWERPC filter support for non-LZMA compressors
    * tar reader: Ignore ustar size when pax size is present
    * tar writer: Fix bug when -s/a/b/ used more than once with b flag
    * libarchive: Handle ARCHIVE_FILTER_LZOP in archive_read_append_filter
    * libarchive: Adding missing seeker function to archive_read_open_FILE()
  - inludes the previously patched security fixes, dropping:
    CVE-2025-1632.patch, CVE-2025-25724.patch, CVE-2024-57970.patch

++++ python-cryptography:

  - update to 44.0.2:
    * We now build wheels for PyPy 3.11.

++++ timezone:

  - Update to 2025b:
    * New zone for Aysén Region in Chile (America/Coyhaique) which
    moves from -04/-03 to -03

------------------------------------------------------------------
------------------  2025-3-22  -  Mar 22 2025  -------------------
------------------------------------------------------------------

++++ hwdata:

  - Update to version 0.393:
    * Update pci, usb and vendor ids
    * Fix usb.ids encoding and a couple of typos
    * Fix configure to honor --prefix

++++ kernel-default:

  - Delete patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch.
    No upstrem consensus on whether this is necessary. It's possible the same
    benefit could be achieved within udev with the risk that dynamic preempt
    may cause complications if preemption level changes during udev rule
    resolution.
  - commit f984751
  - Delete
    patches.suse/preempt-Add-a-generic-function-to-return-the-preemption-string.patch.
    Will be replaced by upstream equivalent via SUSE-2025.
  - commit 0d463f4
  - spi: Fix reference count leak in slave_show() (git-fixes).
  - regulator: rtq2208: Fix the LDO DVS capability (git-fixes).
  - regulator: rtq2208: Fix incorrect buck converter phase mapping
    (git-fixes).
  - regulator: dummy: force synchronous probing (git-fixes).
  - regulator: core: Fix deadlock in create_regulator() (git-fixes).
  - spi: microchip-core: prevent RX overflows when transmit size >
    FIFO size (git-fixes).
  - spi: omap2-mcspi: Correctly handle devm_clk_get_optional()
    errors (git-fixes).
  - commit e7c032b

++++ kernel-firmware-ath10k:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-bluetooth:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-media:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-mediatek:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-nvidia:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-platform:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-qcom:

  - Correct aliases with comma (bsc#1239877)
  - Update spec to make kernel-firmware-tools downloadable

++++ kernel-firmware-sound:

  - Correct aliases with comma (bsc#1239877)
  - Update to version 20250321 (git commit e61b8981aeef):
    * cirrus: cs35l41: Add Firmware for various HP Laptops using CS35L41 HDA

++++ patterns-base:

  - On S390x plymouth is rather useless therefore replace it with
    blog-plymouth for similar services but without boot splash

++++ python-cssselect:

  - Remove superfluous %python_module definition

++++ python-setuptools:

  - update to 77.0.3:
    * Temporarily convert error for license glob patterns containing
    ../ into a deprecation warning to allow an accomodation period
    * Better error messages for packaging.
    * Avoided eagerly raising an exception when license-files is
    defined simultaneously inside and outside of pyproject.toml.
    * Added initial support for license expression (PEP 639)
    * Store License-Files in .dist-info/licenses subfolder and
    added support for recursive globs for license_files (PEP 639)
    * Bump core metadata version to 2.4.
    * Updated vendored copy of wheel to v0.45.1

++++ vim:

  - update to 9.1.1230
  - refresh vim-7.3-sh_is_bash.patch
    * patch 9.1.1230: inconsistent CTRL-C behaviour for popup windows
    * patch 9.1.1229: the comment plugin can be improved
    * runtime(sh): consider sh as POSIX shell by default
    * patch 9.1.1228: completion: current position column wrong after got a match
    * runtime(hlyank): add the hlyank package
    * patch 9.1.1227: no tests for the comment package
    * patch 9.1.1226: "shellcmdline" completion doesn't work with input()
    * patch 9.1.1225: extra NULL check in VIM_CLEAR()
    * runtime(sh): remove invalid commented out line in syntax script
    * runtime(sh): update sh indent script
    * patch 9.1.1224: cannot :put while keeping indent
    * runtime(go): use :term for keywordprg for nvim/gvim
    * patch 9.1.1223: wrong translation used for encoding failures
    * patch 9.1.1222: using wrong length for last inserted string
    * patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent'
    * patch 9.1.1220: filetype: uv.lock file not recognized
    * patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"
    * patch 9.1.1218: missing out-of-memory check in filepath.c
    * patch 9.1.1217: tests: typos in test_matchfuzzy.vim
    * patch 9.1.1216: Pasting the '.' register multiple times may not work
    * runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap
    * runtime(vim): Update base-syntax, match multiline return types
    * patch 9.1.1215: Patch 9.1.1213 has some issues
    * patch 9.1.1214: matchfuzzy() can be improved for camel case matches
    * patch 9.1.1213: cannot :put while keeping indent
    * runtime(syntax-tests): Support "wait-free" test failure
    * patch 9.1.1212: too many strlen() calls in edit.c
    * patch 9.1.1212: filetype: logrotate'd pacmanlogs are not recognized
    * runtime(prql): include prql syntax script
    * patch 9.1.1211: TabClosedPre is triggered just before the tab is being freed
    * patch 9.1.1210: translation(ru): missing Russian translation for the new tutor
    * patch 9.1.1209: colorcolumn not drawn after virtual text lines
    * patch 9.1.1208: MS-Windows: not correctly restoring alternate screen on Win 10
    * patch 9.1.1207: MS-Windows: build warning in filepath.c
    * translation(ru): include Russian translation for chapter two of the tutorial
    * runtime(matchparen): line continuation causes failure in CI
    * patch 9.1.1206: tests: test_filetype fails when a file is a directory
    * runtime(doc): symlinking netrw.txt causes problems during install on Windows
    * patch 9.1.1205: completion: preinserted text not removed when closing pum
    * runtime(tutor): updated Russian translation for tutor chapter 1
    * runtime(cs): Update C# runtime files
    * patch 9.1.1203: matchparen keeps cursor on case label in sh filetype
    * runtime(doc): fix a typo in gitrebase filetype
    * runtime(doc): Tweak documentation style a bit
    * runtime(vim): Sync syntax generator base file with output file.
    * runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9
    * patch 9.1.1202: Missing TabClosedPre autocommand
    * patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly
    * runtime(doc): make :h 'completefuzzycollect' a bit clearer
    * runtime(doc): document gitrebase filetype
    * translation(it): update menu_it
    * translation(sr): Add chapter two of the new tutor
    * patch 9.1.1200: cmdline pum not cleared for input() completion
    * patch 9.1.1199: gvim uses hardcoded xpm icon file
    * runtime(indent-tests): GitHub Actions doesn't show why indent tests failed
    * patch 9.1.1198: [security]: potential data loss with zip.vim
    * patch 9.1.1197: process_next_cpt_value() uses wrong condition
    * patch 9.1.1196: filetype: config files for container tools are not recognized
    * runtime(doc): remove unnecessary "an"
    * patch 9.1.1195: inside try-block: fn body executed with default arg undefined
    * runtime(doc): Update doc 52.6
    * runtime(compiler): allow customizing exe and args for tsc
    * runtime(compiler): add comment for Dispatch
    * runtime(tera): remove unwanted code and fix issues in syntax script
    * runtime(doc): clarify that a umask is applied to mkdir()
    * patch 9.1.1194: filetype: false positive help filetype detection
    * runtime(man): improve :Man completion for man-db
    * patch 9.1.1193: Unnecessary use of STRCAT() in au_event_disable()
    * translation(sr): Update Serbian messages translation
    * runtime(doc): document vim syntax switches
    * runtime(vim): Update base-syntax, improve :syntax highlighting
    * patch 9.1.1192: Vim crashes with term response debug logging enabled
    * runtime(vim): Update base-syntax and generator, only match valid predefined variables
    * runtime(plsql): move fold option from syntax to filetype plugin
    * patch 9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the patch
    * patch 9.1.1190: C indentation does not detect multibyte labels
    * runtime(sh): set b:match_skip to ignore matches for matchit
    * patch 9.1.1189: if_python: build error due to incompatible pointer types
    * patch 9.1.1188: runtime(tera): tera support can be improved
    * patch 9.1.1187: matchparen plugin wrong highlights shell case statement
    * runtime(doc): use GNOME instead of Gnome
    * patch 9.1.1186: filetype: help files in git repos are not detected
    * runtime(nohlsearch): fix CursorHold loop
    * runtime(doc): warn users about potentially risky hotkey
    * runtime(syntax-tests): Improve parts of "runtest.vim"
    * patch 9.1.1185: endless loop with completefuzzycollect and no match found
    * runtime(doc): CmdUndefined and FuncUndefined can always be nested
    * patch 9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc()
    * patch 9.1.1083: "above" virtual text breaks cursorlineopt=number
    * runtime(go): add 'keywordprg' and 'formatprg' to ftplugin
    * runtime(syntax-tests): Re-introduce support for "phoney" languages
    * patch 9.1.1182: No cmdline completion for 'completefuzzycollect'
    * patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c
    * patch 9.1.1180: short-description
    * runtime(vim): Update base-syntax, bug fixes
    * patch 9.1.1179: too many strlen() calls in misc2.c
    * patch 9.1.1178: not possible to generate completion candidates using fuzzy matching
    * editorconfig: set editing style for comment and hlsearch package
    * patch 9.1.1177: filetype: tera files not detected
    * runtime(doc): revert modeline change in vim9.txt
    * runtime(new-tutor): add chapter two to the interactive tutorial
    * patch 9.1.1176: wrong indent when expanding multiple lines
    * test(runtime/syntax): improve syntax tests
    * editorconfig: set indent config for *.vim files
    * runtime(doc): mention alternative check for vim9script
    * patch 9.1.1175: inconsistent behaviour with exclusive selection and motion commands
    * runtime(man): don't add jumps when loading a manpage
    * runtime(vim): recognize <...> strings (and keys) for 'keywordprg'
    * patch 9.1.1174: tests: Test_complete_cmdline() may fail
    * runtime(doc): mention bzip3 in gzip plugin documentation

------------------------------------------------------------------
------------------  2025-3-21  -  Mar 21 2025  -------------------
------------------------------------------------------------------

++++ combustion:

  - Update to version 1.5:
    * Add support for nested /etc subvolumes
    * Log combustion-prepare.service to journal+console
    * CI: Verify combustion runs only on the first boot
    * CI: Add some missing SYSTEMD_IGNORE_CHROOT=1 to poweroff calls
    * CI: Add a test with Minimal-VM
    * Silence stderr of grep in /proc/*/mountinfo

++++ dracut:

  - Update to version 059+suse.672.g25f25f98:
    * fix(dracut.spec): move znet to the main package (bsc#1239632)
    * feat(lsinitrd.sh): print stored dracut cmdline
    * feat(lsinitrd.sh): enable unpacking files from squash-root.img

++++ python-kiwi:

  - Fixed python3_sitelib for debbuild in OBS
  - Fixed test-image-agama
    Service setup-systemd-proxy-env.path no longer exists

++++ grub2:

  - Filter out the non-subvolume btrfs mount points when creating the
    relative path (bsc#1239674)
    * grub2-btrfs-filter-non-subvol-mount.patch

++++ haproxy:

  - Update to version 3.1.6+git0.d929ca290:
    * [RELEASE] Released version 3.1.6
    * BUILD: tools: avoid a build warning on gcc-4.8 in resolve_sym_name()
    * MINOR: tools: teach resolve_sym_name() a few more common symbols
    * MINOR: tools: ease the declaration of known symbols in resolve_sym_name()
    * MINOR: tools: improve symbol resolution without dl_addr
    * MINOR: cli: export cli_io_handler() to ease symbol resolution
    * BUG/MEDIUM: stream: don't use localtime in dumps from a signal handler
    * MINOR: tinfo: split the signal handler report flags into 3
    * IMPORT: plock: use cpu_relax() for a shorter time in EBO
    * IMPORT: plock: lower the slope of the exponential back-off
    * IMPORT: plock: give higher precedence to W than S
    * BUG/MINOR: mux-h2: Reset streams with NO_ERROR code if full response was already sent
    * BUG/MEDIUM: hlua/cli: fix cli applet UAF in hlua_applet_wakeup()
    * BUG/MINOR: limits: compute_ideal_maxconn: don't cap remain if fd_hard_limit=0
    * BUILD: tools: silence a build warning when USE_THREAD=0
    * MINOR: tools: use only opportunistic symbols resolution
    * BUG/MINOR: stats: fix capabilities and hide settings for some generic metrics
    * DOC: management: rename some last occurences from domain "dns" to "resolvers"
    * MINOR: compiler: add a new __decl_thread_var() macro to declare local variables
    * MINOR: compiler: add a simple macro to concatenate resolved strings
    * BUG/MEDIUM: thread: use pthread_self() not ha_pthread[tid] in set_affinity
    * MINOR: startup: adjust alert messages, when capabilities are missed
    * BUG/MINOR: cfgparse-tcp: relax namespace bind check
    * MINOR: stream/cli: make "show sess" support filtering on front/back/server
    * MINOR: stream/cli: rework "show sess" to better consider optional arguments
    * BUG/MINOR: stream: fix age calculation in "show sess" output
    * MINOR: cfgparse/peers: provide more info when ignoring invalid "peer" or "server" lines
    * BUG/MINOR: server: dont return immediately from parse_server() when skipping checks
    * BUG/MINOR: cfgparse/peers: properly handle ignored local peer case
    * BUG/MINOR: cfgparse/peers: fix inconsistent check for missing peer server
    * BUG/MEIDUM: startup: return to initial cwd only after check_config_validity()
    * BUG/MINOR: log: set proper smp size for balance log-hash
    * CLEANUP: log: removing "log-balance" references
    * CI: github: fix h2spec.config proxy names
    * TESTS: ist: fix wrong array size
    * BUG/MINOR: server: check for either proxy-protocol v1 or v2 to send hedaer
    * BUG/MEDIUM: mux-fcgi: Try to fully fill demux buffer on receive if not empty
    * CLEANUP: h3: fix documentation of h3_rcv_buf()
    * BUG/MINOR: h3: do not report transfer as aborted on preemptive response
    * BUG/MINOR: server: fix the "server-template" prefix memory leak
    * BUG/MEDIUM: server: properly initialize PROXY v2 TLVs
    * BUG/MINOR: h2: always trim leading and trailing LWS in header values
    * BUG/MEDIUM: stream: use non-blocking freq_ctr calls from the stream dumper
    * MINOR: freq_ctr: provide non-blocking read functions
    * BUG/MEDIUM: stream: never allocate connection addresses from signal handler
    * MINOR: tinfo: add a new thread flag to indicate a call from a sig handler
    * BUG/MINOR: mux-h1: always make sure h1s->sd exists in h1_dump_h1s_info()
    * BUG/MINOR: stream: do not call co_data() from __strm_dump_to_buffer()
    * MINOR: clock: always use atomic ops for global_now_ms
    * BUG/MINOR: sink: add tempo between 2 connection attempts for sft servers
    * BUG/MINOR: log: fix outgoing abns address family
    * BUG/MEDIUM: uxst: fix outgoing abns address family in connect()
    * BUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_parse_peers

++++ kernel-default:

  - firmware: qcom: scm: smc: Handle missing SCM device
    (CVE-2024-57852 bsc#1239006).
  - commit a7a0e2d
  - KVM: Explicitly verify target vCPU is online in  kvm_get_vcpu()
    (CVE-2024-58083 bsc#1239036).
  - commit ea92b0c
  - ACPI: processor: idle: Return an error if both P_LVL{2,3}
    idle states are invalid (bsc#1237530).
  - commit c93b04f
  - nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CVE-2025-21848
    bsc#1239479).
  - commit 594a7b5
  - lockdown: fix kernel lockdown enforcement issue when secure
    boot is enabled (bsc#1237521).
  - commit f8669a3
  - Delete
    patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch.
    Removed this patch because we will apply
    [PATCH] lockdown: fix kernel lockdown enforcement issue when secure boot
    is enabled
    from Srish Srinivasan <ssrish@linux.ibm.com>. (bsc#1237521)
    Refresh
    patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch.
  - commit 5500cb2
  - Delete
    patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch.
    Removed this patch because we will apply
    [PATCH] lockdown: fix kernel lockdown enforcement issue when secure boot
    is enabled
    from Srish Srinivasan <ssrish@linux.ibm.com>. (bsc#1237521)
    Refresh
    patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch.
  - commit 331aba7
  - Delete
    patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch.
    Removed this patch because we will apply
    [PATCH] lockdown: fix kernel lockdown enforcement issue when secure boot
    is enabled
    from Srish Srinivasan <ssrish@linux.ibm.com>. (bsc#1237521)
  - commit 586858d
  - Delete
    patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch.
    Removed this patch because we will apply
    [PATCH] lockdown: fix kernel lockdown enforcement issue when secure
    boot is enabled
    from Srish Srinivasan <ssrish@linux.ibm.com>. (bsc#1237521)
  - commit 347398a
  - Delete
    patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch.
    Removed this patch because we will apply
    [PATCH] lockdown: fix kernel lockdown enforcement issue when secure boot is enabled
    from Srish Srinivasan <ssrish@linux.ibm.com>. (bsc#1237521)
  - commit 0872595
  - dma-mapping: fix missing clear bdr in check_ram_in_range_map()
    (git-fixes).
  - commit 3994034
  - tracing: Use preempt_model_str() (bsc#1234634 (Scheduler
    functional and performance backports)).
  - xtensa: Rely on generic printing of preemption model
    (bsc#1234634 (Scheduler functional and performance backports)).
  - x86: Rely on generic printing of preemption model (bsc#1234634
    (Scheduler functional and performance backports)).
  - s390: Rely on generic printing of preemption model (bsc#1234634
    (Scheduler functional and performance backports)).
  - powerpc: Rely on generic printing of preemption model
    (bsc#1234634 (Scheduler functional and performance backports)).
  - arm64: Rely on generic printing of preemption model (bsc#1234634
    (Scheduler functional and performance backports)).
  - arm: Rely on generic printing of preemption model (bsc#1234634
    (Scheduler functional and performance backports)).
  - lib/dump_stack: Use preempt_model_str() (bsc#1234634 (Scheduler
    functional and performance backports)).
    Refresh
  - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
  - patches.suse/kernel-add-release-status-to-kernel-build.patch
  - sched: Add a generic function to return the preemption string
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Add unlikey branch hints to several system calls
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Remove duplicate included header file stats.h
    (bsc#1234634 (Scheduler functional and performance backports)).
  - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/rt: Update limit of sched_rt sysctl in documentation
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit 0efe548
  - gve: unlink old napi when stopping a queue using queue API
    (jsc#PED-12442).
  - gve: set xdp redirect target only when it is available
    (jsc#PED-12442).
  - gve: Convert timeouts to secs_to_jiffies() (jsc#PED-12442).
  - net: ena: Fix incorrect indentation (jsc#PED-12441).
  - gve: Remove unused gve_adminq_set_mtu (jsc#PED-12442).
  - eth: gve: use appropriate helper to set xdp_features
    (jsc#PED-12442).
  - gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup
    (jsc#PED-12442).
  - gve: fix XDP allocation path in edge cases (jsc#PED-12442).
  - gve: process XSK TX descriptors as part of RX NAPI
    (jsc#PED-12442).
  - gve: clean XDP queues in gve_tx_stop_ring_gqi (jsc#PED-12442).
  - gve: Flow steering trigger reset only for timeout error
    (jsc#PED-12442).
  - net: ena: remove devm from ethtool (jsc#PED-12441).
  - net: ena: Remove deadcode (jsc#PED-12441).
  - net: ena: Remove autopolling mode (jsc#PED-12441).
  - gve: change to use page_pool_put_full_page when recycling pages
    (jsc#PED-12442).
  - gve: add support for basic queue stats (jsc#PED-12442).
  - gve: adopt page pool for DQ RDA mode (jsc#PED-12442).
  - gve: move DQO rx buffer management related code to a new file
    (jsc#PED-12442).
  - gve: Map NAPI instances to queues (jsc#PED-12442).
  - gve: Map IRQs to NAPI instances (jsc#PED-12442).
  - ena: Link queues to NAPIs (jsc#PED-12441).
  - ena: Link IRQs to NAPI instances (jsc#PED-12441).
  - commit 7e86f33
  - config: drop CONFIG_RTS5208 (jsc#PED-12436)
  - commit aa48231
  - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
    (git-fixes).
  - drm/amdkfd: Fix user queue validation on Gfx7/8 (git-fixes).
  - drm/amdgpu/gfx12: correct cleanup of 'me' field with
    gfx_v12_0_me_fini() (git-fixes).
  - drm/radeon: fix uninitialized size issue in
    radeon_vce_cs_parse() (git-fixes).
  - drm/xe: Fix exporting xe buffers multiple times (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).
  - phy: fix xa_alloc_cyclic() error handling (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 b41c1ad
  - RDMA/hns: Fix wrong value of max_sge_rd (git-fixes)
  - commit 27c0c16
  - RDMA/hns: Fix missing xa_destroy() (git-fixes)
  - commit eb7233d
  - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (git-fixes)
  - commit 8cab2f7
  - RDMA/hns: Fix invalid sq params not being blocked (git-fixes)
  - commit 78e84f5
  - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (git-fixes)
  - commit d091e88
  - RDMA/hns: Fix soft lockup during bt pages loop (git-fixes)
  - commit f21c5dc
  - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (git-fixes)
  - commit 0cf903d
  - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (git-fixes)
  - commit 6773008
  - RDMA/bnxt_re: Fix reporting maximum SRQs on P7 chips (git-fixes)
  - commit d02de7f
  - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (git-fixes)
  - commit d2797fc
  - RDMA/bnxt_re: Fix allocation of QP table (git-fixes)
  - commit 2120053
  - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (git-fixes)
  - commit 6ee5467

++++ kernel-firmware-sound:

  - Update to version 20250320 (git commit a60087f7c925):
    * cirrus: Add cs35l56 firmware symlinks for Asus UM5606KA
  - Update kernel-firmware-tools scripts to be downloadable

++++ openssl-3:

  - FIPS: Mark SHA-1 as non-approved in the SLI. [jsc#PED-12224]
    * Add openssl-FIPS-Mark-SHA1-as-nonapproved.patch

++++ openvswitch:

  - Update OVN to 25.03.0 for a list of changes, check
    https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS (jsc#PED-11228)
  - Update openvswitch to 3.5.0 for a list of changes, check
    https://www.openvswitch.org/releases/NEWS-3.5.0.txt (jsc#PED-11228)
  - Rename "python3-ovs" to "python3-openvswitch" for distro consistency
  - Update patch file 0001-Use-strongswan-for-openvswitch-ipsec-service.patch

++++ libsoup:

  - Update to version 3.6.5 (boo#1241263):
    + session: Strip authentication credentials on cross-origin
    redirects
    + build: Use pkg-config instead of krb5-config for the gssapi
    dependency
    + http1: When using chunked encoding report an error in case of
    unexpected stream end
    + http2:
  - When a message has no content still respect its Content-Type
  - Revert manual window size management temporarily, as it could
    stall
    + sniffer: Fix potential overflows
    + hsts: Fix minor leak
    + headers: Fix a few parsing edge cases that could be an out of
    bound read
    + connection: Avoid ever calling disconnect twice
    + auth-digest: Fix handling when a nonce isn't present
    + cookies:
  - Limit max size of max-age, path, and domain attributes to
    1024 bytes
  - Limit max size of name and value to 4096 bytes
    + docs: Remove references to old libsoup domain
    + Reintroduce some thread-safety to SoupSession (see
    https://libsoup.gnome.org/libsoup-3.0/client-thread-safety.html)
    Numerous API have been changed which is documented on
    https://libsoup.gnome.org
  - Replace pkgconfig(krb5) with pkgconfig(krb5-gssapi)
    BuildRequires: Following upstream changes, and stop passing
    krb5_config="$(which krb5-config)" to meson setup, no longer
    needed nor recognized.

++++ libvirt:

  - spec: Disable rbd storage driver for SLFO
    bsc#1239836

++++ wayland:

  - Disable test on loongarch.

++++ python-bcrypt:

  - Update 4.3.0
    * Bump proc-macro2 from 1.0.89 to 1.0.90 in /src/_bcrypt (#916)
    * Bump unicode-ident from 1.0.13 to 1.0.14 in /src/_bcrypt (#915)
    * fixes #917 -- correctly handle a salt that's too short (#918)
    * Bump cpufeatures from 0.2.15 to 0.2.16 in /src/_bcrypt (#919)
    * Bump proc-macro2 from 1.0.90 to 1.0.92 in /src/_bcrypt (#920)
    * Bump syn from 2.0.87 to 2.0.89 in /src/_bcrypt (#921)
    * Fix new ruff warning (#923)
    * Build manylinux 2.34 images (#922)
    * Bump portable-atomic from 1.9.0 to 1.10.0 in /src/_bcrypt (#924)
    * drop py37 (#926)
    * Bump pyo3 from 0.23.1 to 0.23.2 in /src/_bcrypt (#927)
    * Bump libc from 0.2.164 to 0.2.165 in /src/_bcrypt (#928)
    * Bump libc from 0.2.165 to 0.2.166 in /src/_bcrypt (#929)
    * Bump dawidd6/action-download-artifact from 6 to 7 (#932)
    * Bump syn from 2.0.89 to 2.0.90 in /src/_bcrypt (#931)
    * Bump libc from 0.2.166 to 0.2.167 in /src/_bcrypt (#930)
    * Bump pyo3 from 0.23.2 to 0.23.3 in /src/_bcrypt (#933)
    * Bump actions/cache from 4.1.2 to 4.2.0 (#934)
    * Bump libc from 0.2.167 to 0.2.168 in /src/_bcrypt (#935)
    * Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#936)
    * Bump dtolnay/rust-toolchain (#937)
    * Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#938)
    * Bump libc from 0.2.168 to 0.2.169 in /src/_bcrypt (#939)
    * Bump syn from 2.0.90 to 2.0.91 in /src/_bcrypt (#940)
    * Bump quote from 1.0.37 to 1.0.38 in /src/_bcrypt (#942)
    * Bump syn from 2.0.91 to 2.0.92 in /src/_bcrypt (#941)
    * Bump syn from 2.0.92 to 2.0.93 in /src/_bcrypt (#943)
    * Bump syn from 2.0.93 to 2.0.94 in /src/_bcrypt (#944)
    * Bump syn from 2.0.94 to 2.0.95 in /src/_bcrypt (#945)
    * Bump syn from 2.0.95 to 2.0.96 in /src/_bcrypt (#948)
    * Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#947)
    * Bump proc-macro2 from 1.0.92 to 1.0.93 in /src/_bcrypt (#949)
    * Bump pyo3 from 0.23.3 to 0.23.4 in /src/_bcrypt (#950)
    * Support free-threaded Python 3.13 (#925)
    * Switch to nox (#954)
    * use github hosted arm runners in wheel builder (#952)
    * use github hosted arm runners in ci (#951)
    * Bump dawidd6/action-download-artifact from 7 to 8 (#956)
    * Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#957)
    * Bump unicode-ident from 1.0.14 to 1.0.15 in /src/_bcrypt (#958)
    * include matrix.PYTHON.VERSION in CI cache keys (#964)
    * Bump cpufeatures from 0.2.16 to 0.2.17 in /src/_bcrypt (#960)
    * Bump unicode-ident from 1.0.15 to 1.0.16 in /src/_bcrypt (#962)
    * Bump actions/setup-python from 5.3.0 to 5.4.0 (#963)
    * Update getrandom and bcrypt (#966)
    * Bump syn from 2.0.96 to 2.0.98 in /src/_bcrypt (#967)
    * Bump quansight-labs/setup-python from 5.3.1 to 5.4.0 (#968)
    * add support for free-threaded wheels (#955)
    * Bump once_cell from 1.20.2 to 1.20.3 in /src/_bcrypt (#970)
    * Bump unicode-ident from 1.0.16 to 1.0.17 in /src/_bcrypt (#972)
    * Bump typenum from 1.17.0 to 1.18.0 in /src/_bcrypt (#973)
    * Bump actions/cache from 4.2.0 to 4.2.1 (#974)
    * Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#975)
    * Bump libc from 0.2.169 to 0.2.170 in /src/_bcrypt (#976)
    * Bump inout from 0.1.3 to 0.1.4 in /src/_bcrypt (#977)
    * Bump portable-atomic from 1.10.0 to 1.11.0 in /src/_bcrypt (#978)
    * Update PyO3 to 0.23.5 (#980)
    * Bump actions/download-artifact from 4.1.8 to 4.1.9 (#982)
    * Add PyPy 3.11 and armv7l to matrix runner (#983)
    * PyPy 3.11 and armv7l wheels (#984)

++++ velociraptor-client:

  - Update to version 0.7.0.4.git152.fb24dfd:
    * audit: fix watch rules in artifacts
    * audit: update go-libaudit dependency for pcc64le arch filter fix
    * Use execsnoop plugin in artifacts when possible
    * Add execsnoop plugin to capture execve system calls
    * github-actions: update ubuntu runners to 22.04
    * Fix failing tls unit test on new go versions

------------------------------------------------------------------
------------------  2025-3-20  -  Mar 20 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - fixed build on SLE16

++++ Mesa-drivers:

  - fixed build on SLE16

++++ docker:

  - Make container-selinux requirement conditional on selinux-policy
    (bsc#1237367)

++++ kernel-default:

  - Update MIN RMA patch metadata.
  - commit 397880c
  - scsi: core: Update API documentation (jsc#PED-11374).
  - commit afbed9f
  - scsi: core: Remove the .slave_configure() method
    (jsc#PED-11374).
  - commit e23ac39
  - scsi: Convert SCSI drivers to .sdev_configure() (jsc#PED-11374).
  - commit f727f99
  - scsi: Rename .device_configure() into .sdev_configure()
    (jsc#PED-11374).
  - commit da24907
  - scsi: Rename .slave_alloc() and .slave_destroy()
    (jsc#PED-11374).
  - commit 15bec2e
  - powerpc/pseries: Add a char driver for physical-attestation RTAS
    (jsc#PED-4486).
  - powerpc/pseries: Add papr-platform-dump character driver for
    dump retrieval (jsc#PED-4486).
  - powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call
    support (jsc#PED-4486).
  - powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
    (jsc#PED-4486).
  - powerpc/pseries: Add papr-indices char driver for
    ibm,get-indices (jsc#PED-4486).
  - powerpc/pseries: Define papr_indices_io_block for papr-indices
    ioctls (jsc#PED-4486).
  - powerpc/pseries: Define common functions for RTAS sequence calls
    (jsc#PED-4486).
  - commit c1d4c4f
  - ata: libata-sff: Ensure that we cannot write outside the
    allocated buffer (git-fixes).
  - commit 3d8b30d
  - tools/power turbostat: version 2025.02.02 (jsc#PED-10489).
  - commit 7bf3da6
  - tools/power turbostat: Add CPU%c1e BIC for CWF (jsc#PED-10489).
  - commit 8256a23
  - tools/power turbostat: Harden one-shot mode against cpu offline
    (jsc#PED-10489).
  - commit 366d8e0
  - tools/power turbostat: Fix forked child affinity regression
    (jsc#PED-10489).
  - commit 6366db1
  - tools/power turbostat: Add tcore clock PMT type (jsc#PED-10489).
  - commit afcffd8
  - tools/power turbostat: version 2025.01.14 (jsc#PED-10489).
  - commit ca12a02
  - tools/power turbostat: Allow adding PMT counters directly by
    sysfs path (jsc#PED-10489).
  - commit 37b1df6
  - tools/power turbostat: Allow mapping multiple PMT files with
    the same GUID (jsc#PED-10489).
  - commit 8a90e6f
  - tools/power turbostat: Add PMT directory iterator helper
    (jsc#PED-10489).
  - commit 75d1b39
  - tools/power turbostat: Extend PMT identification with a sequence
    number (jsc#PED-10489).
  - commit 0290a7e
  - tools/power turbostat: Return default value for unmapped PMT
    domains (jsc#PED-10489).
  - commit 9817bf4
  - tools/power turbostat: Check for non-zero value when MSR probing
    (jsc#PED-10489).
  - commit a43d1f2
  - tools/power turbostat: Enhance turbostat self-performance
    visibility (jsc#PED-10489).
  - commit 6c19cae
  - tools/power turbostat: Add fixed RAPL PSYS divisor for SPR
    (jsc#PED-10489).
  - commit bf6f8ef
  - tools/power turbostat: Fix PMT mmaped file size rounding
    (jsc#PED-10489).
  - commit cf7c965
  - tools/power turbostat: Remove SysWatt from DISABLED_BY_DEFAULT
    (jsc#PED-10489).
  - commit af2594a
  - tools/power turbostat: Add an NMI column (jsc#PED-10489).
  - commit 5470be6
  - tools/power turbostat: add Busy% to "show idle" (jsc#PED-10489).
  - commit 3646652
  - tools/power turbostat: Introduce --force parameter
    (jsc#PED-10489).
  - commit 23ebcd1
  - tools/power turbostat: Improve --help output (jsc#PED-10489).
  - commit b1c1e48
  - tools/power turbostat: Exit on unsupported Vendors
    (jsc#PED-10489).
  - commit 9955156
  - tools/power turbostat: Exit on unsupported Intel models
    (jsc#PED-10489).
  - commit ac6ed96
  - tools/power turbostat: update turbostat(8) (jsc#PED-10489).
  - commit 4189edc
  - tools/power turbostat: Add initial support for ClearwaterForest
    (jsc#PED-10489).
  - commit 00868a5
  - tools/power turbostat: Add initial support for PantherLake
    (jsc#PED-10489).
  - commit 6c786e0
  - tools/power turbostat: 2024.11.30 (jsc#PED-10489).
  - commit befcb16
  - tools/power turbostat: Add RAPL psys as a built-in counter
    (jsc#PED-10489).
  - commit 461da30
  - tools/power turbostat: Force --no-perf in --dump mode
    (jsc#PED-10489).
  - commit c44095e
  - tools/power turbostat: Add support for /sys/class/drm/card1
    (jsc#PED-10489).
  - commit 58cfa1c
  - tools/power turbostat: Cache graphics sysfs file descriptors
    during probe (jsc#PED-10489).
  - commit 1bd8b6e
  - tools/power turbostat: Consolidate graphics sysfs access
    (jsc#PED-10489).
  - commit 0f0ae6c
  - tools/power turbostat: Remove unnecessary fflush() call
    (jsc#PED-10489).
  - commit 044a10d
  - tools/power turbostat: Enhance platform divergence description
    (jsc#PED-10489).
  - commit 5a915ac
  - tools/power turbostat: Remove PC3 support on Lunarlake
    (jsc#PED-10489).
  - commit 5cdff5e
  - tools/power turbostat: Rename arl_features to lnl_features
    (jsc#PED-10489).
  - commit 71430ca
  - tools/power turbostat: Add back PC8 support on Arrowlake
    (jsc#PED-10489).
  - commit 1469155
  - tools/power turbostat: Remove PC7/PC9 support on MTL
    (jsc#PED-10489).
  - commit adf5534
  - tools/power turbostat: Honor --show CPU, even when even when
    num_cpus=1 (jsc#PED-10489).
  - commit dffe523
  - tools/power turbostat: Allow using cpu device in perf counters
    on hybrid platforms (jsc#PED-10489).
  - commit adc2554
  - tools/power turbostat: Fix column printing for PMT xtal_time
    counters (jsc#PED-10489).
  - commit 5fa62f1
  - tools/power turbostat: fix GCC9 build regression
    (jsc#PED-10489).
  - commit 50f1052
  - config: s390x: update using run_oldconfig.sh
  - commit fc516b9
  - arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board (git-fixes)
  - commit e3ff48c
  - arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi (git-fixes)
  - commit 5516b5a
  - arm64: dts: rockchip: Remove undocumented sdmmc property from (git-fixes)
  - commit 638d95e
  - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (git-fixes)
  - commit 80f0a4f
  - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (git-fixes)
  - commit fedab81
  - arm64: dts: rockchip: remove supports-cqe from rk3588 tiger (git-fixes)
  - commit 178b294
  - arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar (git-fixes)
  - commit 3a1de74
  - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to (git-fixes)
  - commit d13da10
  - arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to (git-fixes)
  - commit f19dbca
  - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (git-fixes)
  - commit 5d6cf39
  - arm64: dts: bcm2712: PL011 UARTs are actually r1p5 (git-fixes)
  - commit 965834f
  - arm64: mm: Populate vmemmap at the page level if not section aligned (git-fixes)
  - commit 11d7647

++++ kernel-firmware-mediatek:

  - Update to version 20250319 (git commit b8828772e413):
    * mediatek: Add MT8188 SCP firmware

++++ kernel-firmware-qcom:

  - Update to version 20250319 (git commit b8828772e413):
    * qcom: Add DSP firmware for QCS8300 platform

++++ libusb-1_0:

  - Update to version 1.0.28
    * New libusb_get_ssplus_usb_device_capability_descriptor API
    for query of SuperSpeed+ Capability Descriptors
    * API support for reporting USB 3.2 Gen2x2 speeds
    * macOS: Fix Zero-Length Packet for multiple packets per frame
    * Windows: Base HID device descriptor on OS-cached values
    * Build fixes for Haiku and SunOS
    * Many code correctness fixes

++++ mailx:

  - drop unneeded pcre build dependency

++++ passt:

  - Update to version 20250320.32f6212:
    * Makefile: Enable -Wformat-security
    * conf: Include libgen.h for basename(), fix build against musl
    * tcp: Flush socket before checking for more data in active close state
    * migrate: Bump migration version number
    * migrate, tcp: Migrate RFC 7323 timestamp
    * migrate, tcp: More careful marshalling of mss parameter during migration
    * passt-repair: Fix build with -Werror=format-security
    * tcp, flow: Better use flow specific logging heleprs
    * conf: Unify several paths in conf_ports()
    * test/perf: Simplify iperf3 server lifetime management
    * conf: Limit maximum MTU based on backend frame size
    * pcap: Correctly set snaplen based on tap backend type
    * Simplify sizing of pkt_buf
    * tap: Use explicit defines for maximum length of L2 frame
    * packet: Remove redundant TAP_BUF_BYTES define
    * packet: Give explicit name to maximum packet size
    * conf: Detect vhost-user mode earlier
    * conf: Move mode detection into helper function
    * conf: Use the same optstring for passt and pasta modes
    * flow, repair: Wait for a short while for passt-repair to connect
    * passt-repair: Add directory watch
    * cppcheck: Add suppressions for "logically" exported functions
    * vhost_user: Don't export several functions
    * tcp: Don't export tcp_update_csum()
    * checksum: Don't export various functions
    * log: Don't export passt_vsyslog()
    * treewide: Mark assorted functions static
    * udp: create and send ICMPv6 to local peer when applicable
    * tap: break out building of udp header from tap_udp6_send function
    * udp: create and send ICMPv4 to local peer when applicable
    * tap: break out building of udp header from tap_udp4_send function
    * conf: Be more precise about minimum MTUs
    * tcp: Send RST in response to guest packets that match no connection
    * tap: Consider IPv6 flow label when building packet sequences
    * ip: Helpers to access IPv6 flow label
    * migrate, tcp: Don't flow_alloc_cancel() during incoming migration
    * tcp: Unconditionally move to CLOSED state on tcp_rst()
    * tcp: Correct error code handling from tcp_flow_repair_socket()
    * migrate, flow: Don't attempt to migrate TCP flows without passt-repair
    * migrate, flow: Trivially succeed if migrating with no flows
    * selinux: Fixes/workarounds for passt and passt-repair, mostly for libvirt usage
    * seccomp.sh: Silence stty errors
    * tap: always set the no_frag flag in IPv4 headers
    * contrib/fedora: Actually install passt-repair SELinux policy file
    * dhcp: Add option code byte in calculation for OPT_MAX boundary check
    * Makefile: Use mmap2() as alternative for mmap() in valgrind extra syscalls
    * conf: Use 0 instead of -1 as "unassigned" mtu value
    * conf: More thorough error checking when parsing --mtu option
    * flow: Clean up and generalise flow traversal macros
    * flow: Remove unneeded bound parameter from flow traversal macros
    * flow: Remove unneeded index from foreach_* macros
    * flow: Add flow_perror() helper
    * tcp: Don't pass both flow pointer and flow index
    * tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window
    * tcp: More type safety for tcp_flow_migrate_target_ext()
    * tcp_vu: head_cnt need not be global
    * tap: Remove unused ETH_HDR_INIT() macro
    * packet: Don't pass start and offset separately to packet_check_range()
    * packet: Use flexible array member in struct pool
    * dhcp: Remove option 255 length byte

++++ patterns-base:

  - Add lvm2 to enhanced_base (#1239784)

++++ perl:

  - Drop BerkeleyDB support from core perl [jsc#PED-12413]

++++ python-cssselect:

  - Update to 1.3.0
    * Dropped support for Python 3.7-3.8, added support for
    Python 3.12-3.13 and PyPy 3.10.
    * Removed ``_unicode_safe_getattr()``, deprecated in 1.2.0.
    * Added ``pre-commit`` and formatted the code with ``ruff``.
    * Many CI additions and improvements.
  - Limit Python files matched in %files section
  - Switch build system from setuptools to pyproject.toml
    * Add python-pip and python-wheel to BuildRequires
    * Replace %python_build with %pyproject_wheel
    * Replace %python_install with %pyproject_install

++++ selinux-policy:

  - Update to version 20241031+git516.1a75276b:
    * rebootmgr: Handle config under /etc/rebootmgr (bsc#1239720)
    * health-checker-plugin: Move from dbus to varlink for rebootmgr communication (bsc#1237273)
    * Introduce rebootmgr_var_run_t for files under run (bsc#1237273)
    * Adjust to correct new binary path (bsc#1237273)
    * health-checker: allow snapshot rollback (bsc#1235860)
    * snapper: add interface to select the next boot snapshot
    * Label wine's windows libraries as textrel_shlib_t (bsc#1239317)
    * Allow auth_use_pam to create /var/lib/wtmpdb (bsc#1237513)
    * initial labeling for Hana systems
    * allow ping to bind generic UDP nodes
    * allow systemd_pcrlock_t to manage dos directories (bsc#1233358)
    * Allow snapper to manage dos files and dontaudit execmem (bsc#1233358)
    * enabled filed name transitions for systemd_pcrlock (bsc#1233358)
    * Update kmscon policy module to kmscon version 9 (bsc#1238137)
    * Revert "Allow systemd-networkd to rw memfd objects in tmpfs (bsc#1237515)"
    * Label /var/log/php-fpm.log httpd_log_t (bsc#1238403)
    * Allow systemd-networkd to rw memfd objects in tmpfs (bsc#1237515)
    * Add a gitlab-ci build test
    * allow ssh-keygen to connect to the ssh daemon via vsockets (bsc#1238191)
    * Add context for plymouth debug log files (bsc#1237440)
    * Remove duplicate dev_rw_dma_dev(xdm_t)
    * Allow thumbnailer read and write the dma device
    * Allow named_filetrans_domain filetrans raid/mdadm named content
    * Allow afterburn to mount and read config drives
    * dist/targeted/modules.conf: Enable kmscon module (bsc#1238137)
    * Allow mptcpd the net_admin capability
    * label apache2 binaries correctly (bsc#1237596)
    * Label /run/systemd/pcrlock.json systemd_pcrlock_var_lib_t
    * systemd_pcrlock_t needs to filetrans when recreating /var/lib/pcrlock.d
    * Allow snapper access to keys
    * Add rules for pcrlock (bsc#1233358)
    * allow snapper to call pcrlock and manage its files
    * allow unconfined_t to execute pcrlock
    * label rules for default systemd_pcrlock_var_lib_t locations
    * new interfaces: systemd_domtrans_pcrlock and systemd_pcrlock_exec
    * introduce systemd_pcrlock_var_lib_t and systemd_manage_pcrlock_files
    * Introduce interfaces snapper_manage_tmp_files and snapper_manage_tmp_dirs
    * Allow named_filetrans_domain filetrans raid/mdadm named content (bsc#1236807)
    * Grant privoxy_t the sys_chroot capability (bsc#1237375)
    * Allow init_t nnp_transition to tor_t (bsc#1237375)
    * Allow systemd-networkd the sys_admin capability
    * Update systemd-networkd policy in systemd v257
    * Separate insights-core from insights-client
    * Removed unused insights_client interfaces calls from other modules
    * Update policy for insights_client wrt new rules for insights_core_t
    * Add policy for insights-core
    * Allow systemd-networkd use its private tmpfs files
    * Allow boothd connect to systemd-machined over a unix socket
    * Update init_explicit_domain() interface
    * Allow tlp to read/write nmi_watchdog state information
    * Allow power-profiles-daemon the bpf capability
    * Allow svirt_t to connect to nbdkit over a unix stream socket
    * Update ktlshd policy to read /proc/keys and domain keyrings
    * Allow virt_domain read hardware state information unconditionally
    * Allow init mounton crypto sysctl files
    * Rename winbind_rpcd_* types to samba_dcerpcd_*
    * Support peer-to-peer migration of vms using ssh
    * Allow virtqemud use hostdev usb devices conditionally
    * Allow virtqemud map svirt_image_t plain files
    * Allow virtqemud work with nvdimm devices
    * Support saving and restoring a VM to/from a block device
    * Allow virtnwfilterd dbus chat with firewalld
  - Update embedded container-selinux version to commit:
    * c9b3eca0e1a878a1fe79408cb6c2e89b38b10829

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

++++ cockpit:

  - Patch python bridge to handle dbus message endianness correctly
  - added 0008-pybridge-endian-flag.patch
    (bsc#1220477)

++++ file:

  - Change patch file-seccomp.patch
    * Remove the dumb prctl allow rule as for glibc malloc the prctl
    PR_SET_VMA with flag PR_SET_VMA_ANON_NAME is already allowed
  - Require at build zlib-devel to enable direct uncompresion of
    zip'ed files as well

++++ gawk:

  - Mark profiling as non-deterministic (boo#1040589, jsc#PED-12137)

++++ librsvg:

  - Update to version 2.60.0:
    + The minimum supported Rust version (MSRV) is 1.77.2.
    + Many build fixes for various platforms.
    + Basic support for the dominant-baseline property.
    + Parse the white-space property. It is not processed yet; this
    is part of the work to support SVG2 text layout.
    + Report errors correctly from the parsers for attribute values.
    + Portability fixes to the C header files.

++++ kernel-default:

  - iommu/vt-d: Remove device comparison in
    context_setup_pass_through_cb (git-fixes).
  - commit 6f00978
  - iommu/vt-d: Fix suspicious RCU usage (git-fixes).
  - commit 5ad5ea1
  - Revert "drm/i915: Depend on !PREEMPT_RT." (bsc#1234370).
  - drm/i915/guc: Consider also RCU depth in busy loop
    (bsc#1234370).
  - drm/i915: Drop the irqs_disabled() check (bsc#1234370).
  - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable()
    + spin_lock() (bsc#1234370).
  - drm/i915: Disable tracing points on PREEMPT_RT (bsc#1234370).
  - drm/i915: Don't check for atomic context on PREEMPT_RT
    (bsc#1234370).
  - commit 88585fa
  - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic
    updates (bsc#1234370).
  - commit cdca27f
  - drm/i915: Use preempt_disable/enable_rt() where recommended
    (bsc#1234370).
  - commit 63dfe9f
  - serial: 8250: Revert "drop lockdep annotation from
    serial8250_clear_IER()" (bsc#1234370 (PREEMPT_RT prerequisite
    backports)).
  - blacklist.conf: Refresh
  - serial: 8250: Switch to nbcon console (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - serial: 8250: Provide flag for IER toggling for RS485
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Use high-level writing function for FIFO
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Use frame time to determine timeout (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Explain the role of @read_status_mask (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - serial: 8250: Use @ier bits to determine if Rx is stopped
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct
    value (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - tty: serial: Work around warning backtrace in
    serial8250_set_defaults (bsc#1234370 (PREEMPT_RT prerequisite
    backports)).
  - tty: serial: export serial_8250_warn_need_ioport (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - tty: serial: handle HAS_IOPORT dependencies (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - commit 031ec61
  - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1238212)
  - commit e36aa4c
  - initramfs: fix hardlink hash leak without TRAILER (bsc#1232848).
  - initramfs: allocate heap buffers together (bsc#1232848).
  - init: add initramfs_internal.h (bsc#1232848).
  - commit 9d3eb63
  - x86/efi: skip memattr table on kexec boot (jsc#PED-12274).
  - efi/esrt: remove esre_attribute::store() (jsc#PED-12274).
  - efi/zboot: Limit compression options to GZIP and ZSTD
    (jsc#PED-12274).
  - efi: Fix memory leak in efivar_ssdt_load (jsc#PED-12274).
  - efi/libstub: Take command line overrides into account for
    loaded files (jsc#PED-12274).
  - efi/libstub: Fix command line fallback handling when loading
    files (jsc#PED-12274).
  - efi/libstub: Parse builtin command line after bootloader
    provided one (jsc#PED-12274).
  - x86/efi: Apply EFI Memory Attributes after kexec
    (jsc#PED-12274).
  - x86/efi: Drop support for the EFI_PROPERTIES_TABLE
    (jsc#PED-12274).
    Refresh
    patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
  - efi/memattr: Ignore table if the size is clearly bogus
    (jsc#PED-12274).
  - efi/zboot: Fix outdated comment about using LoadImage/StartImage
    (jsc#PED-12274).
  - libstub,tpm: do not ignore failure case when reading final
    event log (jsc#PED-12274).
  - tpm: fix unsigned/signed mismatch errors related to
    __calc_tpm2_event_size (jsc#PED-12274).
  - tpm: do not ignore memblock_reserve return value
    (jsc#PED-12274).
  - efi/libstub: measure initrd to PCR9 independent of source
    (jsc#PED-12274).
  - efi/libstub: remove unnecessary cmd_line_len from
    efi_convert_cmdline() (jsc#PED-12274).
  - x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()
    (jsc#PED-12274).
  - commit b9ae6eb
  - efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
    (bsc#1239349).
  - commit f7e4da8

++++ netavark:

  - Update to version 1.14.1:
    * Release v1.14.1
    * Release notes for v1.14.0
    * Fix detect of Firewalld's StrictForwardPorts property
    * test/001-basic: Make commit test optional
    * cirrus: do not build debug bins
    * Makefile: do not rebuild if nothing changed
    * Makefile: uninstall netavark-firewalld-reload.service
    * docs/Makefile: several fixes
    * Makefile: build docs by default
    * Makefile: do not build twice

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

------------------------------------------------------------------
------------------  2025-3-18  -  Mar 18 2025  -------------------
------------------------------------------------------------------

++++ cpupower:

  - Show the first 2 lines of kernel-source sources we build against
    in the package description.
    Also show the latest git hash commit ID there to be able to track
    the exact sources the package has been built against.

++++ crypto-policies:

  - Allow sshd in FIPS mode when using the DEFAULT policy [bsc#1227370]
    * Add crypto-policies-Allow-sshd-in-FIPS-mode-using-DEFAULT.patch

++++ file:

  - Add patch file-seccomp-ppc.patch
    * Minimal patch to work around of wrong provide of used TCGETS

++++ gnutls:

  - bsc#1237101, FIPS selfcheck fails on tumbleweed
    * Match dependent library names ( nettle, gmp, hogweed ) even when they include full verison in soname
    * Add gnutls-fips-sonames-check.patch

++++ kernel-default:

  - Update config files: set CONFIG_DRM_CLIENT_SELECTION and CONFIG_DRM_CLIENT_SETUP
  - commit 97c1612
  - EDAC/qcom: Correct interrupt enable register configuration
    (git-fixes).
  - commit cf86879
  - module: Don't fail module loading when setting ro_after_init
    section RO failed (git-fixes).
  - mtd: hyperbus: hbmc-am654: fix an OF node reference leak
    (git-fixes).
  - commit db53e48
  - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
    (git-fixes).
  - rseq: Fix rseq registration with CONFIG_DEBUG_RSEQ (git-fixes).
  - commit d572a1b
  - samples/landlock: Fix possible NULL dereference in parse_path()
    (git-fixes).
  - commit 9a41c2d
  - scripts: generate_rust_analyzer: add missing macros deps
    (git-fixes).
  - scripts/Makefile.extrawarn: Do not show clang's non-kprintf
    warnings at W=1 (git-fixes).
  - scripts/mksysmap: Fix escape chars '$' (git-fixes).
  - scripts/sorttable: fix orc_sort_cmp() to maintain symmetry
    and transitivity (git-fixes).
  - commit 8b3ebf9
  - selftests: bonding: fix incorrect mac address (git-fixes).
  - selftests/damon/damon_nr_regions: sort collected regiosn before
    checking with min/max boundaries (git-fixes).
  - selftests/damon/damon_nr_regions: set ops update for merge
    results check to 100ms (git-fixes).
  - selftests/damon/damos_quota: make real expectation of quota
    exceeds (git-fixes).
  - selftests/damon/damos_quota_goal: handle minimum quota that
    cannot be further reduced (git-fixes).
  - Revert "selftests/mm: remove local __NR_* definitions"
    (git-fixes).
  - commit f916b2c
  - tools/power turbostat: Fix forked child affinity regression
    (git-fixes).
  - tools/power turbostat: Fix PMT mmaped file size rounding
    (git-fixes).
  - commit 00c6f9a
  - usb: typec: ucsi: Set orientation as none when connector is
    unplugged (git-fixes).
  - commit 5e217bd
  - HID: hid-steam: Fix use-after-free when detaching device
    (git-fixes).
  - commit 23d7480
  - wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit
    (stable-fixes).
  - commit a65f71f
  - wifi: rtw89: tweak setting of channel and TX power for MLO
    (stable-fixes).
  - Refresh
    patches.suse/wifi-rtw89-fix-proceeding-MCC-with-wrong-scanning-st.patch.
  - commit 77488c0
  - wifi: mac80211: Support parsing EPCS ML element (stable-fixes).
  - Refresh
    patches.suse/wifi-mac80211-fix-MLE-non-inheritance-parsing.patch.
  - Refresh
    patches.suse/wifi-mac80211-fix-vendor-specific-inheritance.patch.
  - commit 1421c5d
  - drm/nouveau: select FW caching (git-fixes).
  - nvkm: correctly calculate the available space of the GSP cmdq
    buffer (stable-fixes).
  - nvkm/gsp: correctly advance the read pointer of GSP message
    queue (stable-fixes).
  - drm/nouveau: Run DRM default client setup (stable-fixes).
  - drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
    (stable-fixes).
  - drm: Add client-agnostic setup helper (stable-fixes).
  - drm/fbdev: Add memory-agnostic fbdev client (stable-fixes).
  - drm/fbdev-helper: Move color-mode lookup into 4CC format helper
    (stable-fixes).
  - commit 7808594
  - dm-flakey: Fix memory corruption in optional corrupt_bio_byte
    feature (git-fixes).
  - commit 5ee65a9
  - soc: qcom: pdr: Fix the potential deadlock (git-fixes).
  - firmware: qcom: uefisecapp: fix efivars registration race
    (git-fixes).
  - firmware: qcom: scm: Fix error code in probe() (git-fixes).
  - soc: imx8m: Unregister cpufreq and soc dev in cleanup path
    (git-fixes).
  - firmware: imx-scu: fix OF node leak in .probe() (git-fixes).
  - ubi: Add a check for ubi_num (git-fixes).
  - commit 65fa628

++++ kernel-firmware-amdgpu:

  - Update to version 20250318 (git commit 588505068c48):
    * amdgpu: DMCUB updates for various ASICs

++++ kernel-firmware-bluetooth:

  - Update to version 20250318 (git commit 588505068c48):
    * linux-firmware: Update firmware file for Intel BlazarI core

++++ kernel-firmware-sound:

  - Update to version 20250318 (git commit 588505068c48):
    * qcom: Add Audio firmware for Lenovo Slim 7x
    * qcom: Add Audio firmware for Lenovo T14s

++++ llvm19:

  - Enable build of libc++ and openmp for riscv64

++++ openssh:

  - Disable seccomp_filter and rlimitsandbox sandbox for loongarch.
    seccomp_filter and rlimitsandbox not supported on loongarch64 yet.

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

++++ drbd-utils:

  - Default SELinux Profile prevents configuration of drbd_passive resources in cluster (bsc#1239436)
    * update spec file to create a new package drbd-selinux
    * update patch bsc-1233273_drbd.ocf-update-for-OCF-1.1.patch
  - fix the commit log mistake and typo, no code change

++++ fwupd:

  - Add 8588.patch: Fix compile when using Pango >= 1.56.2.

++++ grub2:

  - Refresh PPC NVMEoF ofpath related patches to newer revision
    * 0002-ieee1275-ofpath-enable-NVMeoF-logical-device-transla.patch
  - Patch refreshed
    * 0001-ieee1275-support-added-for-multiple-nvme-bootpaths.patch
  - Patch obseleted
    * 0004-ofpath-controller-name-update.patch
    * 0001-squash-ieee1275-ofpath-enable-NVMeoF-logical-device-.patch
  - Fix segmentation fault error in grub2-probe with target=hints_string
    (bsc#1235971) (bsc#1235958) (bsc#1239651)
    * 0001-ofpath-Add-error-check-in-NVMEoF-device-translation.patch

++++ gsettings-desktop-schemas:

  - Update to version 48.0:
    + Updated translations.

++++ kernel-default:

  - scsi: ufs: core: Fix use-after free in init error and remove
    paths (CVE-2025-21739 bsc#1238506).
  - commit df21342
  - cpufreq/amd-pstate: Fix cpufreq_policy ref counting (git-fixes
    CVE-2025-21841).
  - commit be4b6ae
  - cpufreq/amd-pstate: Fix max_perf updation with schedutil
    (git-fixes).
  - cpufreq/amd-pstate: Remove the goto label in
    amd_pstate_update_limits (git-fixes).
  - commit 89584e6
  - cpufreq/amd-pstate: Fix per-policy boost flag incorrect when
    fail (git-fixes).
  - commit 3905635
  - cpufreq/amd-pstate: Refactor max frequency calculation
    (bsc#1233975).
  - commit 2243400
  - cpufreq/amd-pstate: Drop boost_state variable (bsc#1233975).
  - commit 8becee9
  - cpufreq/amd-pstate: Drop ret variable from
    amd_pstate_set_energy_pref_index() (bsc#1233975).
  - cpufreq/amd-pstate: Always write EPP value when updating perf
    (bsc#1233975).
  - cpufreq/amd-pstate: Cache EPP value and use that everywhere
    (bsc#1233975).
  - cpufreq/amd-pstate: Move limit updating code (bsc#1233975).
  - cpufreq/amd-pstate: Change amd_pstate_update_perf() to return
    an int (bsc#1233975).
  - cpufreq/amd-pstate: store all values in cpudata struct in khz
    (bsc#1233975).
  - cpufreq/amd-pstate: Only update the cached value in
    msr_set_epp() on success (bsc#1233975).
  - cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros
    (bsc#1233975).
  - cpufreq/amd-pstate: Drop cached epp_policy variable
    (bsc#1233975).
  - commit 72b6cbd
  - cpufreq/amd-pstate: convert mutex use to guard() (stable-fixes).
  - commit fff7e25
  - cpufreq/amd-pstate: Add trace event for EPP perf updates
    (bsc#1233975).
  - commit ff4fc8b
  - cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and
    amd_pstate_epp_offline() (stable-fixes).
  - cpufreq/amd-pstate: Remove the cppc_state check in
    offline/online functions (stable-fixes).
  - cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and
    amd_pstate_epp_offline() (stable-fixes).
  - commit 96308d8
  - cpufreq/amd-pstate: Move the invocation of
    amd_pstate_update_perf() (bsc#1233975).
  - cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp()
    to static calls (bsc#1233975).
  - commit d070175
  - media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
    (git-fixes).
  - commit 97cb127
  - cpufreq/amd-pstate-ut: Add fix for min freq unit test
    (bsc#1233975).
  - commit 9e7a47c
  - cpufreq/amd-pstate: Drop needless EPP initialization
    (bsc#1233975).
  - cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit()
    for EPP limits (bsc#1233975).
  - commit 441355e
  - media: uvcvideo: Add Kurokesu C1 PRO camera (git-fixes).
  - commit ea77e6f
  - media: uvcvideo: Add new quirk definition for the Sonix
    Technology Co. 292a camera (git-fixes).
  - commit 36000c4
  - media: uvcvideo: Implement dual stream quirk to fix loss of
    usb packets (git-fixes).
  - commit 26eff04
  - media: bcm2835-unicam: Disable trigger mode operation
    (git-fixes).
  - commit aed8a4d
  - usbnet: ipheth: document scope of NCM implementation
    (git-fixes).
  - commit 59787c7
  - usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass
    Storage Card Reader (git-fixes).
  - commit 80d32a6
  - usb: xhci: Enable the TRB overfetch quirk on VIA VL805
    (git-fixes).
  - commit 6690424
  - USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
    (git-fixes).
  - commit a1670ac
  - usb: typec: ucsi: Set orientation as none when connector is
    unplugged (git-fixes).
  - commit 5ce8719
  - Fix mmu notifiers for range-based invalidates (bsc#1239601)
  - commit 2dfd96f
  - supported.conf:
    Mark intel_plr_tpmi and intel_tpmi_power_domains as supported
    jsc#PED-10664
  - commit 474b66f
  - 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/bpf-Reject-struct_ops-registration-that-uses-module-.patch
    (git-fixes CVE-2024-58060 bsc#1238967).
  - Update
    patches.suse/drm-i915-gt-Use-spin_lock_irqsave-in-interruptible-c.patch
    (git-fixes CVE-2025-21849 bsc#1239485).
  - Update
    patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch
    (stable-fixes CVE-2025-21821 bsc#1239174).
  - Update
    patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch
    (jsc#PED_10911 jsc#PED-3606 CVE-2025-21855 bsc#1239484).
  - Update patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch
    (git-fixes CVE-2025-21845 bsc#1239511).
  - Update
    patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch
    (git-fixes CVE-2025-21852 bsc#1239487).
  - Update
    patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch
    (git-fixes CVE-2025-21850 bsc#1239477).
  - Update
    patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch
    (bsc#1215199 CVE-2025-21866 bsc#1239473).
  - Update
    patches.suse/s390-ism-add-release-function-for-struct-device.patch
    (git-fixes bsc#1237494 CVE-2025-21856 bsc#1239486).
  - commit f5a5d00
  - Update "nvkm/gsp: correctly advance the read pointer of GSP message queue" (bsc#1238997 CVE-2024-58019)
  - commit 31b49bf
  - drm/i915: Grab intel_display from the encoder to avoid potential (bsc#1238972 CVE-2024-58074)
  - commit 04e6c21
  - 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 4d52526
  - ACPI: GTDT: Relax sanity checking on Platform Timers array count
    (jsc#PED-12273).
  - ACPI: video: Fix random crashes due to bad kfree()
    (jsc#PED-12273).
  - ACPI: resource: acpi_dev_irq_override(): Check DMI match last
    (jsc#PED-12273).
  - ACPI: resource: Add TongFang GM5HG0A to
    irq1_edge_low_force_override (jsc#PED-12273).
  - ACPI: resource: Add Asus Vivobook X1504VAP to
    irq1_level_low_skip_override (jsc#PED-12273).
  - ACPI: introduce acpi_arch_init() (jsc#PED-12273).
  - ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values
    (jsc#PED-12273).
  - ACPI/IORT: Support CANWBS memory access flag (jsc#PED-12273).
  - ACPICA: IORT: Update for revision E.f (jsc#PED-12273).
  - ACPI: Switch back to struct platform_driver::remove()
    (jsc#PED-12273).
  - ACPI: scan: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: SBSHC: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: SBS: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: power: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: pci_root: Use strscpy() instead of strcpy()
    (jsc#PED-12273).
  - ACPI: pci_link: Use strscpy() instead of strcpy()
    (jsc#PED-12273).
  - ACPI: event: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: EC: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: APD: Use strscpy() instead of strcpy() (jsc#PED-12273).
  - ACPI: thermal: Use strscpy() instead of strcpy()
    (jsc#PED-12273).
  - ACPI: processor_perflib: extend X86 dependency (jsc#PED-12273).
  - ACPI: allow building without CONFIG_HAS_IOPORT (jsc#PED-12273).
  - ACPI: pfr_telemetry: remove redundant error check on ret
    (jsc#PED-12273).
  - ACPI: EC: make EC support compile-time conditional
    (jsc#PED-12273).
    Update config files.
    CONFIG_ACPI_EC=y on x86_64
    CONFIG_ACPI_EC is not set on arm64
    blacklist.conf: add 0674188f2f4d Enable EC support on LoongArch by default
    Add '0674188f2f4d ACPI: EC: Enable EC support on LoongArch by default'
    because we do not support LoongArch.
  - ACPI: battery: Check for error code from devm_mutex_init()
    call (jsc#PED-12273).
  - ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPS (jsc#PED-12273).
  - ACPI: battery: initialize mutexes through devm_ APIs
    (jsc#PED-12273).
  - ACPI: battery: allocate driver data through devm_ APIs
    (jsc#PED-12273).
  - ACPI: battery: check result of register_pm_notifier()
    (jsc#PED-12273).
  - acpi/arm64: remove unnecessary cast (jsc#PED-12273).
  - ACPI: GTDT: Tighten the check for the array of platform timer
    structures (jsc#PED-12273).
  - commit 08aefe9
  - series.conf: Move kprobe patches to sorted section
  - commit 50044e2

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git8082
  - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF
    debug info DW_AT_producer string.  [bsc#1239566]
  - Package GCC COBOL compiler for openSUSE Factory for supported
    targets which are x86_64, aarch64 and ppc64le.

++++ cairo:

  - Update to version 1.18.4:
    + The dependency on LZO has been made optional through a build
    time configuration toggle.
    + You can build Cairo against a Freetype installation that does
    not have the FT_Color type.
    + Cairo tests now build on Solaris 11.4 with GCC 14.
    + The DirectWrite backend now builds on MINGW 11.
    + The DirectWrite backend now supports font variations and proper
    glyph coverage.
    + Support for Windows 98 has been removed. The minimum
    requirement for Windows is now Vista.
  - Use tarball in lieu of source service due to freedesktop gitlab
    migration, will switch back at next release at the latest.
  - Drop b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: Fixed
    upstream.
  - Add pkgconfig(lzo2) BuildRequires: New optional dependency, build
    lzo2 support feature.

++++ ncurses:

  - Add ncurses patch 20250315
    + improve formatting/style of manpages (patches by Branden Robinson).

++++ systemd:

  - Maintain the network device naming scheme used on SLE15 (jsc#PED-12317)

++++ 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)

++++ python-Jinja2:

  - Skip test_elif_deep on s390x arch

++++ rebootmgr:

  - Update to version 3.2+git20250317.27192cc:
    * Set c_std to gnu17

------------------------------------------------------------------
------------------  2025-3-16  -  Mar 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bug: Use RCU instead RCU-sched to protect module_bug_list
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - static_call: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - bpf: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - jump_label: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - jump_label: Use RCU in all users of __module_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - x86: Use RCU in all users of __module_address() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - cfi: Use RCU while invoking __module_address() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - arm64: module: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - ARM: module: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in all users of __module_address() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in search_module_extables() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Allow __module_address() to be called from RCU section
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in __is_module_percpu_address() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in find_symbol() (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - module: Remove module_assert_mutex_or_preempt() from
    try_add_tainted_module() (bsc#1234370 (PREEMPT_RT prerequisite
    backports)).
  - module: Use RCU in module_kallsyms_on_each_symbol() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in __find_kallsyms_symbol_value() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Use RCU in find_module_all() (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - module: Use RCU in module_get_kallsym() (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - module: Use RCU in find_kallsyms_symbol() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Use proper RCU assignment in add_kallsyms() (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Begin to move from RCU-sched to RCU (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - module: Extend the preempt disabled section in
    dereference_symbol_descriptor() (bsc#1234370 (PREEMPT_RT
    prerequisite backports)).
  - commit a01f490
  - Input: iqs7222 - preserve system status register (git-fixes).
  - Input: goodix-berlin - fix vddio regulator references
    (git-fixes).
  - Input: goodix-berlin - fix comment referencing wrong regulator
    (git-fixes).
  - Input: ads7846 - fix gpiod allocation (git-fixes).
  - commit 7b707af

++++ at-spi2-core:

  - Update to version 2.56.0:
    + Updated translations.

++++ pango:

  - Update to version 1.56.3:
    + Improve font description serialization
    + fontconfig: Avoid FcFontSetSort when possible
    + coverage: Extend coverage by Unicode decomposition
    + win32: Speed up coverage creation
    + Deprecate pango_font_descriptions_free

++++ python-gobject:

  - Update to version 3.52.3:
    + Remove invalid error check for gi_constant_info_get_value.

++++ python-maturin:

  - Update to 1.8.3
    * Fix cargo run uniffi-bindgen when cross compiling
    gh#PyO3/maturin#2476
    * Add rnet python library to examples
    gh#PyO3/maturin#2480
    * bump the attest-build-provenance version in the generated ci file
    gh#PyO3/maturin#2484
    * Auto detect PyPy 3.11
    gh#PyO3/maturin#2487
    * Update manylinux/musllinux policies to the latest main
    gh#PyO3/maturin#2491
    * Update generate-ci options in user guide
    gh#PyO3/maturin#2501
    * chore: Update cbindgen to 0.28.0
    gh#PyO3/maturin#2498
    * Don't install dependencies when running maturin develop --skip-install
    gh#PyO3/maturin#2504
    * Upgrade pyo3 to 0.24.0
    gh#PyO3/maturin#2511
    * Update the TP docs to use pypi as the GH Env name
    gh#PyO3/maturin#2512
    * fix auditwheel .so relocation for namespace modules
    gh#PyO3/maturin#2513
    * Updates Rng legacy methods in tutorial
    gh#PyO3/maturin#2514

------------------------------------------------------------------
------------------  2025-3-15  -  Mar 15 2025  -------------------
------------------------------------------------------------------

++++ gobject-introspection:

  - Update to version 1.84.0:
    + No changes, stable version bump only.

++++ kernel-default:

  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360
    14-dy1xxx (stable-fixes).
  - commit 7b3f84c
  - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen
    2 model (stable-fixes).
  - commit dfd3c28
  - ASoC: codecs: wm0010: Fix error handling path in
    wm0010_spi_probe() (git-fixes).
  - ASoC: rt722-sdca: add missing readable registers (git-fixes).
  - ASoC: cs42l43: Fix maximum ADC Volume (git-fixes).
  - ASoC: ops: Consistently treat platform_max as control value
    (git-fixes).
  - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use
    in create_sdw_dailinks() (git-fixes).
  - drm/xe: remove redundant check in xe_vm_create_ioctl()
    (git-fixes).
  - drm/xe/pm: Temporarily disable D3Cold on BMG (git-fixes).
  - drm/xe/userptr: Fix an incorrect assert (git-fixes).
  - drm/xe: Release guc ids before cancelling work (git-fixes).
  - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to
    indicate support for partial mmaps (git-fixes).
  - drm/dp_mst: Fix locking when skipping CSN before topology
    probing (git-fixes).
  - drm/panic: fix overindented list items in documentation
    (git-fixes).
  - drm/panic: use `div_ceil` to clean Clippy warning (git-fixes).
  - drm/gma500: Add NULL check for pci_gfx_root in
    mid_get_vbt_data() (git-fixes).
  - drm/amdgpu: NULL-check BO's backing store when determining
    GFX12 PTE flags (git-fixes).
  - drm/amd/display: Fix slab-use-after-free on hdcp_work
    (git-fixes).
  - drm/amd/display: fix default brightness (git-fixes).
  - drm/amd/display: fix missing .is_two_pixels_per_container
    (git-fixes).
  - commit a0a574a

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

  - update non-CUDA variant to 570.133.07 (bsc#1239653)

------------------------------------------------------------------
------------------  2025-3-14  -  Mar 14 2025  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Patch cockpit-machines to use UEFI as default firmware
    * added uefi-default-firmware.patch

++++ cryptsetup:

  - Set pbkdf2 as the default PBKDF algorithm in LUKS2 format.
    [bsc#1236375, bsc#1236164]
    * The default PBKDF algorithm in the LUKS2 format is now Argon2id
    but its not FIPS compliant. A system would be unbootable if using
    Argon2id or Argon2i for disk encryption and then switching to
    kernel FIPS mode. This can be avoided by setting pbkdf2 as default.
    * Build using the configure option --with-luks2-pbkdf=pbkdf2.
    * Remove the dependency on libargon2 as is now provided by openssl.

++++ dpdk:

  - Remove the 'thunderx' multibuild flavor; it was identical to aarch64.
    It also makes 'Provides: dpdk-any' obsolete. [bsc#1237385]

++++ 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:

  - tty: serial: export serial_8250_warn_need_ioport (bsc#1234370
    (PREEMPT_RT prerequisite backports)).
  - commit 48458ed
  - Update patches to mainline versions (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Add
    kprobes: Reduce preempt disable scope in check_kprobe_access_safe()
  - Update
    patches.suse/kprobes-Use-RCU-in-all-users-of-__module_text_address.patch
  - commit d74e94a
  - intel_idle: add Clearwater Forest SoC support (jsc#10590).
  - commit 2854d6d
  - mm/migrate_device: don't add folio to be freed to LRU in
    migrate_device_finalize() (CVE-2025-21861 bsc#1239483).
  - commit fdddb9f
  - dm vdo: add missing spin_lock_init (git-fixes).
  - commit b792a24
  - dm-integrity: Avoid divide by zero in table status in Inline
    mode (git-fixes).
  - commit e905656
  - dm-crypt: track tag_offset in convert_context (git-fixes).
  - commit 915d69f
  - dm-crypt: don't update io->sector after
    kcryptd_crypt_write_io_submit() (git-fixes).
  - commit 8f09e8c
  - dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
    (git-fixes).
  - commit 0a56a91
  - dm-verity FEC: Fix RS FEC repair for roots unaligned to block
    size (take 2) (git-fixes).
  - commit 54105ae
  - dm array: fix cursor index when skipping across block boundaries
    (git-fixes).
  - commit 326fa75
  - dm array: fix unreleased btree blocks on closing a faulty
    array cursor (git-fixes).
  - commit c753f51
  - dm thin: Add missing destroy_work_on_stack() (git-fixes).
  - commit 9070649
  - dm: Fix typo in error message (git-fixes).
  - commit e99a4d1
  - 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).
  - geneve: Fix use-after-free in geneve_find_dev() (CVE-2025-21858
    bsc#1239468).
  - 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).
  - geneve: Fix use-after-free in geneve_find_dev() (CVE-2025-21858
    bsc#1239468).
  - commit 3208c63
  - rt: Add clarification comments to series.conf
  - commit dab06d0
  - Update 8250 closer to mainline implementation
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Add
    serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
    serial: 8250: Explain the role of @read_status_mask
    serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
    serial: 8250: Provide flag for IER toggling for RS485
    serial: 8250: Use frame time to determine timeout (bsc#1234370
    serial: 8250: Use high-level writing function for FIFO
    serial: 8250: Use @ier bits to determine if Rx is stopped
    serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct value
    tty: serial: Work around warning backtrace in serial8250_set_defaults
    tty: serial: handle HAS_IOPORT dependencies
  - Refresh
    patches.suse/serial-8250-Revert-drop-lockdep-annotation-from-serial8250_clear_IER.patch
    patches.suse/serial-8250-Switch-to-nbcon-console.patch
  - blacklist.conf: Ignore reverts
  - commit 156c7e3
  - wifi: cfg80211: cancel wiphy_work before freeing wiphy
    (git-fixes).
  - wifi: mac80211: don't queue sdata::work for a non-running sdata
    (git-fixes).
  - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
    (git-fixes).
  - wifi: iwlwifi: pcie: Fix TSO preparation (git-fixes).
  - Bluetooth: hci_event: Fix enabling passive scanning (git-fixes).
  - drm/amd/pm: always allow ih interrupt from fw (stable-fixes).
  - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress
    200M (stable-fixes).
  - drm/xe: Fix GT "for each engine" workarounds (stable-fixes).
  - drm/xe: Remove double pageflip (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: intel-ish-hid: Fix use-after-free issue in
    hid_ishtp_cl_remove() (git-fixes).
  - HID: google: fix unused variable warning under !CONFIG_ACPI
    (git-fixes).
  - drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
    (git-fixes).
  - drm/i915/dsi: convert to struct intel_display (stable-fixes).
  - drm/i915: Plumb 'dsb' all way to the plane hooks (stable-fixes).
  - drm/i915/color: Extract intel_color_modeset() (stable-fixes).
  - wifi: cfg80211: cancel wiphy_work before freeing wiphy
    (git-fixes).
  - wifi: mac80211: don't queue sdata::work for a non-running sdata
    (git-fixes).
  - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
    (git-fixes).
  - wifi: iwlwifi: pcie: Fix TSO preparation (git-fixes).
  - Bluetooth: hci_event: Fix enabling passive scanning (git-fixes).
  - drm/amd/pm: always allow ih interrupt from fw (stable-fixes).
  - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress
    200M (stable-fixes).
  - drm/xe: Fix GT "for each engine" workarounds (stable-fixes).
  - drm/xe: Remove double pageflip (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: intel-ish-hid: Fix use-after-free issue in
    hid_ishtp_cl_remove() (git-fixes).
  - HID: google: fix unused variable warning under !CONFIG_ACPI
    (git-fixes).
  - drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
    (git-fixes).
  - drm/i915/dsi: convert to struct intel_display (stable-fixes).
  - drm/i915: Plumb 'dsb' all way to the plane hooks (stable-fixes).
  - drm/i915/color: Extract intel_color_modeset() (stable-fixes).
  - commit a981d96
  - crypto/testmgr: disallow sha1 in FIPS mode (jsc#PED-12225).
  - commit 8e93183
  - ipv6: sr: continue initialization at ENOENT HMAC instantiation
    failures (jsc#PED-12225).
  - commit 27c4e79
  - ipv6: sr: factor seg6_hmac_init_algo()'s per-algo code into
    separate function (jsc#PED-12225).
  - commit 4e9bfd8
  - ipv6: sr: factor seg6_hmac_exit()'s per-algo code into separate
    function (jsc#PED-12225).
  - commit f60189c
  - ipv6: sr: reject unsupported SR HMAC algos with -ENOENT
    (jsc#PED-12225).
  - commit 6f2bd16
  - Refresh patches.suse/drm-xe-Move-the-coredump-registration-to-the-worker-.patch.
  - Refresh patches.suse/drm-xe-Take-PM-ref-in-delayed-snapshot-capture-worke.patch.
  - Refresh patches.suse/xe-oa-Fix-query-mode-of-operation-for-OAR-OAC.patch.
    Alt-commits
  - commit 3371d69

++++ kernel-firmware-realtek:

  - Update to version 20250313 (git commit 1d4c88ee96ec):
    * rtw88: Add firmware v33.6.0 for RTL8814AE/RTL8814AU
    * rtw89: 8922a: update fw to v0.35.64.0
    * rtw89: 8922a: update fw to v0.35.63.0
    * rtw89: 8852c: update fw to v0.27.125.0

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

++++ libxslt:

  - Update to 1.1.43:
    * Major changes:
  - The non-standard EXSLT crypto extensions and support for dynamically
    loaded plugins are now disabled by default. These features can be
    enabled by passing --with-crypto or --with-plugins to configure.
    In a future release, these features will be removed.
  - Debug output and the debugger are disabled by default and can be
    enabled by passing --with-debug or --with-debugger.
    * Security:
  - [bsc#1239625, CVE-2025-24855] Fix use-after-free of XPath context node
  - [bsc#1239637, CVE-2024-55549] Fix UAF related to excluded namespaces
    * Bug fixes:
  - variables: Fix non-deterministic generated IDs
    * libxml2 related cleanup:
  - python: Don't use removed libxml2 macro
  - tests: Skip test_bad.xsl with libxml2 before 2.13
  - python: Don't include nanoftp.h and nanohttp.h
  - tests: Avoid namespace warning on Windows
  - numbers: Stop using libxml2 XPath axis API
  - numbers: Use private copy of xmlCopyCharMultiByte
  - documents: Use xmlCtxtParseDocument if available
  - tests: Make runtest compile with older libxml2 versions
  - utils: Account for libxml2 change
  - tests: Make bug-219.xsl compatible with older libxml2
  - extensions: always include stdlib.h (Hugo Beauzée-Luyssen)
  - extensions: Don't use libxml2's "modules" feature
    * Code cleanup:
  - numbers: Make static variables const
  - variables: Remove debug code
    * Portability:
  - python: Declare init func with PyMODINIT_FUNC
  - exslt: Use C99 NAN macro
    * Build:
  - cmake: Always build Python module as shared library
  - cmake: Fix compatibility in package version file
  - configure.ac: Find libgcrypt via pkg-config (Alessandro Astone)
    * Remove patches fixed in the update:
  - libxslt-reproducible.patch
  - libxslt-test-compile-with-older-libxml2-versions.patch

++++ microos-tools:

  - Update to version 4.0+git10:
    * Remove setup-systemd-proxy, now part of aaa_base
    * Drop wtmpdb SELinux AVC workaround in test suite
    * test: Wait for sshd.service before checking labels in /etc

++++ tuned:

  - tuned-ppd: add missing requirement on `asyncore` python library

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

++++ drbd-utils:

  - drbd_passive resource times out after 10 minutes and drbd device doesn't exist (bsc#1239437)
    * add patch
    + bsc-1239437_drbd.rules-fix-missing-udev-device.patch
    * update drbd.spec
    + remove '--without-83support' from configure, which is not needed anymore

++++ grub2:

  - Update the patch to fix "SRK not matched" errors when unsealing
    the key (bsc#1232411)
    * 0001-tpm2-Add-extra-RSA-SRK-types.patch

++++ haproxy:

  - Update to version 3.1.5+git0.076df0292:
    * [RELEASE] Released version 3.1.5
    * BUG/MEDIUM: spoe/mux-spop: Introduce an NOOP action to deal with empty ACK
    * BUG/MEDIUM: applet: Don't handle EOI/EOS/ERROR is applet is waiting for room
    * [RELEASE] Released version 3.1.4
    * DOC: option redispatch should mention persist options
    * BUG/MINOR: stats-json: Define JSON_INT_MAX as a signed integer
    * BUG/MINOR: flt-trace: Support only one name option
    * BUG/MINOR: auth: Fix a leak on error path when parsing user's groups
    * BUG/MINOR: config/userlist: Support one 'users' option for 'group' directive
    * BUG/MINOR: cli: Fix a possible infinite loop in _getsocks()
    * BUG/MINOR: cli: Fix memory leak on error for _getsocks command
    * BUG/MINOR: cli: Don't set SE flags from the cli applet
    * MINOR: mux-spop: Set SPOP_CF_ERROR flag on connection error only
    * MINOR: mux-spop: Report EOI on the SE when a ACK is received for a stream
    * MINOR: flt-spoe: Report end of input immediately after applet init
    * BUG/MEDIUM: flt-spoe: Properly handle end of stream from the SPOE applet
    * BUG/MEDIUM: applet: Don't pretend to have more data to handle EOI/EOS/ERROR
    * BUG/MEDIUM: flt-spoe: Set/test applet flags instead of SE flags from I/O handler
    * BUG/MINOR: http-check: Don't pretend a C-L heeader is set before adding it
    * BUG/MINOR: tcp-rules: Don't forward close during tcp-response content rules eval
    * BUG/MEDIUM: mux-fcgi: Properly handle read0 on partial records
    * DOC: htx: clarify <mark> parameter for htx_xfer_blks()
    * BUG/MEDIUM: htx: wrong count computation in htx_xfer_blks()
    * MEDIUM: epoll: skip reports of stale file descriptors
    * DEBUG: epoll: store and compare the FD's generation count with reported event
    * MINOR: fd: add a generation number to file descriptors
    * DEBUG: fd: add a counter of takeovers of an FD since it was last opened
    * BUG/MEDIUM: chunk: make sure to flush the trash pool before resizing
    * MINOR: epoll: permit to mask certain specific events
    * MINOR: quic: adapt credit based pacing to BBR
    * MINOR: quic: remove unused pacing burst in bind_conf/quic_cc_path
    * MEDIUM: quic: use dynamic credit for pacing
    * MEDIUM: mux-quic: reduce pacing CPU usage with passive wait
    * MEDIUM: quic: implement credit based pacing
    * MINOR: mux-quic: increment pacing retry counter on expired
    * MINOR: quic: rename pacing_rate cb to pacing_inter
    * BUG/MINOR: stktable: invalid use of stkctr_set_entry() with mixed table types
    * BUG/MINOR: mux-h2: Properly handle full or truncated HTX messages on shut
    * REGTESTS: Fix truncated.vtc to send 0-CRLF
    * BUG/MINOR: mux-quic: prevent crash after MUX init failure
    * BUG/MINOR: quic: prevent crash on conn access after MUX init failure
    * BUG/MINOR: fcgi: Don't set the status to 302 if it is already set
    * BUG/MEDIUM: filters: Handle filters registered on data with no payload callback
    * BUG/MINOR: cli: Wait for the last ACK when FDs are xferred from the old worker
    * BUG/MEDIUM: cli: Be sure to drop all input data in END state
    * BUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
    * BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals
    * BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED
    * BUG/MINOR: mworker: post_section_parser for the last section in discovery
    * BUG/MINOR: mworker: section ignored in discovery after a post_section_parser
    * BUG/MINOR: quic: fix CRYPTO payload size calcul for encoding
    * BUG/MINOR: quic: reserve length field for long header encoding
    * BUG/MEDIUM: debug: close a possible race between thread dump and panic()
    * BUG/MEDIUM: ssl: chosing correct certificate using RSA-PSS with TLSv1.3
  - apparmor: fix debug output when running in a vm (/sys paths
    differ from hardware)

++++ kernel-default:

  - Refresh
    patches.suse/serial-8250-Revert-drop-lockdep-annotation-from-serial8250_clear_IER.patch.
  - blacklist.conf: Remove blacklisted dependency
  - commit c753de3
  - Refresh patches.suse/serial-8250-Switch-to-nbcon-console.patch.
  - commit 82ef2ab
  - tcp: Defer ts_recent changes until req is owned (git-fixes).
  - tcp: devmem: don't write truncated dmabuf CMSGs to userspace
    (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).
  - net/tcp: Add missing lockdep annotations for TCP-AO hlist
    traversals (git-fixes).
  - commit ac8e01e
  - tcp: drop secpath at the same time as we currently drop dst
    (CVE-2025-21864 bsc#1239482).
  - commit 847360a
  - net/smc: check iparea_offset and ipv6_prefixes_cnt when
    receiving proposal msg (CVE-2024-49571 bsc#1235733).
  - commit 3e094ad
  - Refresh
    patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch.
    Improve the secret key invalid message.(bsc#1238797)
  - commit 401f424

++++ kernel-firmware-iwlwifi:

  - Update to version 20250312 (git commit 89ba9b7ce05c):
    * iwlwifi: add Bz/gl FW for core94-91 release
    * iwlwifi: update ty/So/Ma firmwares for core94-91 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core94-91 release

++++ spirv-tools:

  - Bump BuildRequires to match spirv-headers

++++ ncurses:

  - Add _c++ library subpackages to libncurses5, libncurses6 & libncurses6-compat
    This removes libstdc++ from the ncurses dependency chain unless a binary or
    librarly explicitly depends on libncurses++ or libncurses++w

++++ pciutils:

  - Synchronize SLE-12 and openSUSE:Factory [jsc#PED-4587].
    The following patches are now obsolete in version 3.13.0:
    * add-decoding-of-vendor-specific-vpd-fields.patch
    * pciutils-3.1.7-fix-memory-leak-in-get_cache_name.patch
    * pciutils-3.2.0_update-dist.patch
    * pciutils-3.5.1-add-support-for-32-bit-pci-domains.patch
    * pciutils-lspci-Correct-Root-Capabilities-CRS-Software-Visibil.patch
    * show-gen4-speed-properly.patch

++++ systemd:

  - triggers.systemd: more posix.fork() conversion (bsc#1238566)

++++ vulkan-loader:

  - Update to tag SDK-1.4.309.0
    * Make Xrandr not implicitly required when x11 is used
    * Make emulate_VK_EXT_surface_maintenance1 comply better with
    Vulkan spec
    * Support VK_GOOGLE_surfaceless_query

++++ patterns-container:

  - Drop SLFO from the description and category (bsc#1237361).

++++ patterns-micro:

  - re-add pam_pwquality (bsc#1214886)
  - base the KVM pattern on the server virtualization patterns
  - more alignment of patterns

++++ psmisc:

  - fix build with gcc15
  - added patches
    + psmisc-gcc15.patch

++++ suse-module-tools:

  - Update to version 16.0.59:
    * inkmp-script: fix "bad array subscript" error (bsc#1239550)
  - Update to version 16.0.58:
    * mkosi-initrd: build initrds directly to /boot
    (gh#openSUSE/suse-module-tools#115)

++++ u-boot-rpiarm64:

    Update package to use git workflow
    Patch queue updated from https://github.com/openSUSE/u-boot.git sle16
    * Patches dropped:
    0017-dlmalloc-Fix-integer-overflow-in-s-.patch
    0018-dlmalloc-Fix-integer-overflow-in-r-.patch
    0019-ext4-Fix-integer-overflow-in-ext4f-.patch
    * Patches added:
    0017-dlmalloc-Fix-integer-overflow-in-sb.patch
    0018-dlmalloc-Fix-integer-overflow-in-re.patch
    0019-ext4-Fix-integer-overflow-in-ext4fs.patch

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

++++ blog:

  - blog: recommend blog-plymouth instead of only suggesting
    * More house advertising to make plymouth support of blogd
    more familiar and known by the users

++++ cockpit:

  - move selinux policies to cockpit-selinux-policies bsc#1236057

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

++++ glibc:

  - Do not build libnsl1 (bsc#1239459)

++++ gstreamer:

  - Update to version 1.26.0:
    + Highlights
  - H.266 Versatile Video Coding (VVC) codec support
  - Low Complexity Enhancement Video Coding (LCEVC) support
  - Closed captions: H.264/H.265 extractor/inserter,
    cea708overlay, cea708mux, tttocea708 and more
  - New hlscmafsink, hlssink3, and hlsmultivariantsink; HLS/DASH
    client and dashsink improvements
  - New AWS and Speechmatics transcription, translation and TTS
    services elements, plus translationbin
  - Splitmux lazy loading and dynamic fragment addition support
  - Matroska: H.266 video and rotation tag support, defined
    latency muxing
  - MPEG-TS: support for H.266, JPEG XS, AV1, VP9 codecs and
    SMPTE ST-2038 and ID3 meta; mpegtslivesrc
  - ISO MP4: support for H.266, Hap, Lagarith lossless codecs;
    raw video support; rotation tags
  - SMPTE 2038 ancillary data streams support
  - JPEG XS image codec support
  - Analytics: New TensorMeta; N-to-N relationships; Mtd to carry
    segmentation masks
  - ONVIF metadata extractor and conversion to/from relation
    metas
  - New originalbuffer element that can restore buffers again
    after transformation steps for analytics
  - Improved Python bindings for analytics API
  - Lots of Vulkan integration and Vulkan Video decoder/encoder
    improvements
  - OpenGL integration improvements, esp. in glcolorconvert,
    gldownload, glupload
  - Qt5/Qt6 QML GL sinks now support direct DMABuf import from
    hardware decoders
  - CUDA: New compositor, Jetson NVMM memory support,
    stream-ordered allocator
  - NVCODEC AV1 video encoder element, and nvdsdewarp
  - New Direct3D12 integration support library
  - New d3d12swapchainsink and d3d12deinterlace elements and
    D3D12 sink/source for zero-copy IPC
  - Decklink HDR support (PQ + HLG) and frame scheduling
    enhancements
  - AJA capture source clock handling and signal loss recovery
    improvements
  - RTP and RTSP: New rtpbin sync modes, client-side MIKEY
    support in rtspsrc
  - New Rust rtpbin2, rtprecv, rtpsend, and many new Rust RTP
    payloaders and depayloaders
  - webrtcbin support for basic rollbacks and other improvements
  - webrtcsink: support for more encoders, SDP munging, and a
    built-in web/signalling server
  - webrtcsrc/sink: support for uncompressed audio/video and NTP
    & PTP clock signalling and synchronization
  - rtmp2: server authentication improvements incl. Limelight
    CDN (llnw) authentication
  - New Microsoft WebView2 based web browser source element
  - The GTK3 plugin has gained support for OpenGL/WGL on Windows
  - Many GTK4 paintable sink improvements
  - GstPlay: id-based stream selection and message API
    improvements
  - Real-time pipeline visualization in a browser using a new
    dots tracer and viewer
  - New tracers for tracking memory usage, pad push timings, and
    buffer flow as pcap files
  - VA hardware-acclerated H.266/VVC decoder, VP8 and JPEG
    encoders, VP9/VP8 alpha decodebins
  - Video4Linux2 elements support DMA_DRM caps negotiation now
  - V4L2 stateless decoders implement inter-frame resolution
    changes for AV1 and VP9
  - Editing services: support for reverse playback and audio
    channel reordering
  - New QUIC-based elements for working with raw QUIC streams,
    RTP-over-QUIC (RoQ) and WebTransport
  - Apple AAC audio encoder and multi-channel support for the
    Apple audio decoders
  - cerbero: Python bindings and introspection support; improved
    Windows installer based on WiX5
  - Lots of new plugins, features, performance improvements and
    bug fixes
    + Possibly Breaking Changes
  - qroverlay: the "pixel-size" property has been removed in
    favour of a new "size" property with slightly different
    semantics, where the size of the square is expressed in
    percent of the smallest of width and height.
  - svtav1enc: The SVT-AV1 3.0.0 API exposes a different
    mechanism to configure the level of parallelism when
    encoding, which has been exposed as a new
    "level-of-parallelism" property. The old "logical-processors"
    property is no longer functional if the plugin has been
    compiled against the new API, which might affect encoder
    performance if application code setting it is not updated.
  - udpsrc: now disables allocated port reuse for unicast to
    avoid unexpected side-effects of SO_REUSEADDR where the
    kernel allocates the same listening port for multiple udpsrc.
  - uridecodebin3 remove non-functional "source" property that
    doesn't make sense and always returned NULL anyway.
    + Known Issues
  - GstBuffer now uses C11 atomics for 64 bit atomic operations
    if available, which may require linking to libatomic on some
    systems, but this is not done automatically yet, see issue
    glfo#gstreamer/gstreamer#4177.
    + For more detailed information on this update, please see
    https://gstreamer.freedesktop.org/releases/1.26/

++++ gstreamer-plugins-base:

  - Update to version 1.26.0:
    + Highlights
  - H.266 Versatile Video Coding (VVC) codec support
  - Low Complexity Enhancement Video Coding (LCEVC) support
  - Closed captions: H.264/H.265 extractor/inserter,
    cea708overlay, cea708mux, tttocea708 and more
  - New hlscmafsink, hlssink3, and hlsmultivariantsink; HLS/DASH
    client and dashsink improvements
  - New AWS and Speechmatics transcription, translation and TTS
    services elements, plus translationbin
  - Splitmux lazy loading and dynamic fragment addition support
  - Matroska: H.266 video and rotation tag support, defined
    latency muxing
  - MPEG-TS: support for H.266, JPEG XS, AV1, VP9 codecs and
    SMPTE ST-2038 and ID3 meta; mpegtslivesrc
  - ISO MP4: support for H.266, Hap, Lagarith lossless codecs;
    raw video support; rotation tags
  - SMPTE 2038 ancillary data streams support
  - JPEG XS image codec support
  - Analytics: New TensorMeta; N-to-N relationships; Mtd to carry
    segmentation masks
  - ONVIF metadata extractor and conversion to/from relation
    metas
  - New originalbuffer element that can restore buffers again
    after transformation steps for analytics
  - Improved Python bindings for analytics API
  - Lots of Vulkan integration and Vulkan Video decoder/encoder
    improvements
  - OpenGL integration improvements, esp. in glcolorconvert,
    gldownload, glupload
  - Qt5/Qt6 QML GL sinks now support direct DMABuf import from
    hardware decoders
  - CUDA: New compositor, Jetson NVMM memory support,
    stream-ordered allocator
  - NVCODEC AV1 video encoder element, and nvdsdewarp
  - New Direct3D12 integration support library
  - New d3d12swapchainsink and d3d12deinterlace elements and
    D3D12 sink/source for zero-copy IPC
  - Decklink HDR support (PQ + HLG) and frame scheduling
    enhancements
  - AJA capture source clock handling and signal loss recovery
    improvements
  - RTP and RTSP: New rtpbin sync modes, client-side MIKEY
    support in rtspsrc
  - New Rust rtpbin2, rtprecv, rtpsend, and many new Rust RTP
    payloaders and depayloaders
  - webrtcbin support for basic rollbacks and other improvements
  - webrtcsink: support for more encoders, SDP munging, and a
    built-in web/signalling server
  - webrtcsrc/sink: support for uncompressed audio/video and NTP
    & PTP clock signalling and synchronization
  - rtmp2: server authentication improvements incl. Limelight
    CDN (llnw) authentication
  - New Microsoft WebView2 based web browser source element
  - The GTK3 plugin has gained support for OpenGL/WGL on Windows
  - Many GTK4 paintable sink improvements
  - GstPlay: id-based stream selection and message API
    improvements
  - Real-time pipeline visualization in a browser using a new
    dots tracer and viewer
  - New tracers for tracking memory usage, pad push timings, and
    buffer flow as pcap files
  - VA hardware-acclerated H.266/VVC decoder, VP8 and JPEG
    encoders, VP9/VP8 alpha decodebins
  - Video4Linux2 elements support DMA_DRM caps negotiation now
  - V4L2 stateless decoders implement inter-frame resolution
    changes for AV1 and VP9
  - Editing services: support for reverse playback and audio
    channel reordering
  - New QUIC-based elements for working with raw QUIC streams,
    RTP-over-QUIC (RoQ) and WebTransport
  - Apple AAC audio encoder and multi-channel support for the
    Apple audio decoders
  - cerbero: Python bindings and introspection support; improved
    Windows installer based on WiX5
  - Lots of new plugins, features, performance improvements and
    bug fixes
    + Some other changes include:
  - New AV1 caps utility functions for AV1 Codec Configuration
    Record codec_data handling
  - The GstEncodingProfile (de)serialization functions are now
    public
  - GstEncodingProfile gained a way to specify a factory-name
    when specifying caps. In some cases you want to ensure that
    a specific element factory is used while requiring some
    specific caps, but this was not possible so far. You can now
    do e.g. qtmux:video/x-prores,variant=standard|factory-name=avenc_prores_ks
    to ensure that the avenc_prores_ks factory is used to produce
    the variant of prores video stream.
    + For more detailed information on this update, please see
    https://gstreamer.freedesktop.org/releases/1.26/

++++ guestfs-tools:

  - Update to version 1.53.8 (jsc#PED-8910)
    * mlstdutils: Reimplement String.find, add String.find_from
    * mlstdutils: Reimplement String.nsplit tail recursively
    * mldrivers: Handle large output from 'rpm -ql' command
    * drivers: Handle large output from 'rpm -ql' command
    This requires the new guestfs_sh_out API from libguestfs 1.55.6
    * Add a 'git-publish' profile
    * builder: Link to the actually existing virt-builder templates dir
    * mlcustomize: Drop old virtio-win dir name scraping
    * mlcustomize: Remove dnf --verbose option

++++ kernel-default:

  - series.conf: Move modules patches to sorted section
  - commit 3d9f4dd
  - scripts/python/git_sort/git_sort.yaml: update modules location
    Update the modules-next location jeyu/modules-next does not appear to have
    been used since 2021.
    See also ced75a2f5da7 ("MAINTAINERS: Add Luis Chamberlain as modules maintainer")
  - commit 7c7198e
  - series.conf: Move patch to sorted section
  - commit 3d9810e
  - ARM: module: Use RCU in all users of __module_text_address()
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/arm64-module-Use-RCU-in-all-users-of-__module_text_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/bpf-Use-RCU-in-all-users-of-__module_text_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/bug-Use-RCU-instead-RCU-sched-to-protect-module_bug_list.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/cfi-Use-RCU-while-invoking-__module_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/jump_label-Use-RCU-in-all-users-of-__module_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/jump_label-Use-RCU-in-all-users-of-__module_text_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Allow-__module_address-to-be-called-from-RCU-section.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Begin-to-move-from-RCU-sched-to-RCU.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Extend-the-preempt-disabled-section-in-dereference_symbol_descriptor.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Remove-module_assert_mutex_or_preempt-from-try_add_tainted_module.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-__find_kallsyms_symbol_value.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-__is_module_percpu_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-all-users-of-__module_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-all-users-of-__module_text_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update patches.suse/module-Use-RCU-in-find_kallsyms_symbol.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update patches.suse/module-Use-RCU-in-find_module_all.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update patches.suse/module-Use-RCU-in-find_symbol.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update patches.suse/module-Use-RCU-in-module_get_kallsym.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-module_kallsyms_on_each_symbol.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-RCU-in-search_module_extables.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/module-Use-proper-RCU-assignment-in-add_kallsyms.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/static_call-Use-RCU-in-all-users-of-__module_text_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - Update
    patches.suse/x86-Use-RCU-in-all-users-of-__module_address.patch
    (bsc#1234370 (PREEMPT_RT prerequisite backports)).
  - commit bb9ab70
  - series.conf: Move RT-specific patches pending for mainline to top of RT section
  - commit bc2a85a
  - config: Disable CONFIG_CGROUP_FREEZER (jsc#PED-12329)
    We already have (by default):
    [#] CONFIG_MEMCG_V1 is not set
    [#] CONFIG_CPUSETS_V1 is not set
    that disable memory and cpuset v1 controllers respectively.
    Natural extension is disabling freezer v1 controller (as gradually going
    away from v1 controllers).
    This keeps the global freezer functionality (for suspend) and there is
    independent group freezing in cgroup v2.
  - commit 46442b5
  - config: Disable CONFIG_CGROUP_DEVICE (jsc#PED-12328)
    We already have (by default):
    [#] CONFIG_MEMCG_V1 is not set
    [#] CONFIG_CPUSETS_V1 is not set
    that disable memory and cpuset v1 controllers respectively.
    The replacement are BPF device-control programs attached to cgroups.
    openSUSE Tumbleweed switched to (such) v2 setup in 2021-03. Today is
    time for config cleanup.
  - commit f845e63
  - config: Disable CONFIG_CGROUP_CPUACCT (jsc#PED-12327)
    We already have (by default):
    [#] CONFIG_MEMCG_V1 is not set
    [#] CONFIG_CPUSETS_V1 is not set
    that disable memory and cpuset v1 controllers respectively.
    cpuacct is v1-only controller whose functionality was taken over with
    cgroup v2 core. It even adds slight overhead since it doubly-accounts
    CPU time in root cgroup even on v2-only runtimes.
    openSUSE Tumbleweed switched to v2 setup in 2021-03. Today (if not
    earlier) is time for config cleanup.
  - commit fb4110d
  - net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
    (CVE-2025-21788 bsc#1238761).
  - net: ravb: Fix missing rtnl lock in suspend/resume path
    (CVE-2025-21801 bsc#1238758).
  - net: hns3: fix oops when unload drivers paralleling
    (CVE-2025-21802 bsc#1238751).
  - commit 3709944
  - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw
    (git-fixes).
  - pinctrl: bcm281xx: Fix incorrect regmap max_registers value
    (git-fixes).
  - commit 53a34e8
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    mgmt_remove_adv_monitor_sync (bsc#1239095 CVE-2024-58013).
  - commit 828d19c
  - Update
    patches.suse/Bluetooth-btusb-mediatek-Add-locks-for-usb_driver_cl.patch
    (git-fixes CVE-2025-21827 bsc#1238974).
  - Update
    patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch
    (git-fixes CVE-2025-21794 bsc#1238502).
  - Update
    patches.suse/Input-synaptics-fix-crash-when-enabling-pass-through.patch
    (bsc#1219522 CVE-2025-21746 bsc#1238498).
  - Update
    patches.suse/KVM-x86-Load-DR6-with-guest-value-only-before-enteri.patch
    (git-fixes CVE-2025-21839 bsc#1239061).
  - Update
    patches.suse/LoongArch-Fix-warnings-during-S3-suspend.patch
    (git-fixes CVE-2025-21803 bsc#1238744).
  - 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-rtrs-Add-missing-deinit-call.patch
    (git-fixes CVE-2025-21805 bsc#1238741).
  - 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/amdkfd-properly-free-gang_ctx_bo-when-failed-to-init.patch
    (git-fixes CVE-2025-21842 bsc#1239063).
  - Update
    patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch
    (git-fixes CVE-2025-21785 bsc#1238747).
  - Update
    patches.suse/ax25-Fix-refcount-leak-caused-by-setting-SO_BINDTODE.patch
    (git-fixes CVE-2025-21792 bsc#1238745).
  - Update patches.suse/ax25-rcu-protect-dev-ax25_ptr.patch
    (git-fixes CVE-2025-21812 bsc#1238471).
  - 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/block-don-t-revert-iter-for-EIOCBQUEUED.patch
    (git-fixes CVE-2025-21832 bsc#1239105).
  - 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/can-rockchip-rkcanfd_handle_rx_fifo_overflow_int-bai.patch
    (git-fixes CVE-2025-21774 bsc#1238770).
  - 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/firewire-test-Fix-potential-null-dereference-in-fire.patch
    (git-fixes CVE-2025-21798 bsc#1238776).
  - Update
    patches.suse/gpiolib-Fix-crash-on-error-in-gpiochip_get_ngpios.patch
    (git-fixes CVE-2025-21783 bsc#1238530).
  - Update
    patches.suse/gpu-host1x-Fix-a-use-of-uninitialized-mutex.patch
    (git-fixes CVE-2025-21824 bsc#1238478).
  - Update
    patches.suse/iommu-Fix-potential-memory-leak-in-iopf_queue_remove.patch
    (git-fixes CVE-2025-21770 bsc#1238495).
  - Update patches.suse/landlock-Handle-weird-files.patch (git-fixes
    CVE-2025-21830 bsc#1239033).
  - Update
    patches.suse/md-md-bitmap-Synchronize-bitmap_get_stats-with-bitmap-lifetime.patch
    (git-fixes CVE-2025-21712 bsc#1237886).
  - 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/neighbour-use-RCU-protection-in-__neigh_notify.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21763 bsc#1237897).
  - Update
    patches.suse/net-avoid-race-between-device-unregistration-and-eth.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2025-21701 bsc#1237164).
  - Update
    patches.suse/net-mlx5-HWS-change-error-flow-on-matcher-disconnect.patch
    (jsc#PED-11331 CVE-2025-21751 bsc#1238907).
  - Update
    patches.suse/net-mlx5-HWS-fix-definer-s-HWS_SET32-macro-for-negat.patch
    (jsc#PED-11331 CVE-2025-21800 bsc#1238743).
  - Update
    patches.suse/net-mlx5e-add-missing-cpu_to_node-to-kvzalloc_node-i.patch
    (jsc#PED-11331 CVE-2025-21717 bsc#1238866).
  - Update
    patches.suse/net-rose-fix-timer-races-against-user-threads.patch
    (git-fixes CVE-2025-21718 bsc#1239073).
  - 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/netdev-prevent-accessing-NAPI-instances-from-another.patch
    (jsc#PED-12085 CVE-2025-21659 bsc#1236206).
  - Update
    patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch
    (git-fixes CVE-2025-21796 bsc#1238716).
  - 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/partitions-mac-fix-handling-of-bogus-partition-table.patch
    (git-fixes CVE-2025-21772 bsc#1238911).
  - Update
    patches.suse/powerpc-pseries-iommu-Don-t-unset-window-if-it-was-n.patch
    (jsc#PED-10539 git-fixes CVE-2025-21713 bsc#1237887).
  - Update
    patches.suse/sched_ext-Fix-incorrect-autogroup-migration-detection.patch
    (git fixes (sched) CVE-2025-21771 bsc#1238752).
  - Update
    patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-fails.patch
    (git-fixes CVE-2025-21723 bsc#1238864).
  - Update
    patches.suse/seccomp-passthrough-uretprobe-systemcall-without-fil.patch
    (git-fixes CVE-2025-21834 bsc#1239026).
  - 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/vsock-Orphan-socket-after-transport-release.patch
    (jsc#PED-11028 CVE-2025-21755 bsc#1237882).
  - Update
    patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch
    (stable-fixes CVE-2025-21750 bsc#1238905).
  - Update
    patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch
    (git-fixes CVE-2025-21828 bsc#1238958).
  - Update
    patches.suse/wifi-rtw89-avoid-to-init-mgnt_entry-list-twice-when-.patch
    (git-fixes CVE-2025-21730 bsc#1237878).
  - Update
    patches.suse/wifi-rtw89-fix-race-between-cancel_hw_scan-and-hw_sc.patch
    (git-fixes CVE-2025-21729 bsc#1237874).
  - Update
    patches.suse/workqueue-Put-the-pwq-after-detaching-the-rescuer-from-the-pool.patch
    (bsc#1237866 CVE-2025-21786 bsc#1238505).
  - Update patches.suse/zram-fix-potential-UAF-of-zram-table.patch
    (git-fixes CVE-2025-21671 bsc#1236692).
  - commit af45f0e
  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054 bsc#1234853).
  - Update
    patches.suse/ASoC-soc-pcm-don-t-use-soc_pcm_ret-on-.prepare-callb.patch
    (stable-fixes CVE-2024-58077 bsc#1239090).
  - 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/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch
    (git-fixes CVE-2024-58009 bsc#1238760).
  - Update
    patches.suse/Bluetooth-btbcm-Fix-NULL-deref-in-btbcm_get_board_na.patch
    (git-fixes CVE-2024-57988 bsc#1237910).
  - Update
    patches.suse/Bluetooth-btrtl-check-for-NULL-in-btrtl_setup_realte.patch
    (git-fixes CVE-2024-57987 bsc#1237905).
  - 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/HID-winwing-Add-NULL-check-in-winwing_init_led.patch
    (git-fixes CVE-2024-58021 bsc#1238778).
  - Update
    patches.suse/KEYS-trusted-dcp-fix-improper-sg-use-with-CONFIG_VMA.patch
    (git-fixes CVE-2024-58008 bsc#1238749).
  - 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/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch
    (git-fixes CVE-2024-58006 bsc#1238772).
  - Update
    patches.suse/block-Prevent-potential-deadlocks-in-zone-write-plug-error-recovery.patch
    (git-fixes CVE-2024-55642 bsc#1235744).
  - 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/bpf-Mark-raw_tp-arguments-with-PTR_MAYBE_NULL.patch
    (git-fixes CVE-2024-56702 bsc#1235501).
  - Update
    patches.suse/clk-mmp2-call-pm_genpd_init-only-after-genpd.name-is.patch
    (git-fixes CVE-2024-58081 bsc#1239032).
  - 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/crypto-tegra-do-not-transfer-req-when-tegra-init-fai.patch
    (git-fixes CVE-2024-58075 bsc#1238976).
  - 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/drm-xe-tracing-Fix-a-potential-TP_printk-UAF.patch
    (git-fixes CVE-2024-49570 bsc#1238782).
  - Update
    patches.suse/firmware-qcom-scm-Cleanup-global-__scm-on-probe-fail.patch
    (git-fixes CVE-2024-57985 bsc#1237914).
  - Update
    patches.suse/firmware-qcom-scm-Fix-missing-read-barrier-in-qcom_s-b628510.patch
    (git-fixes CVE-2024-58084 bsc#1239028).
  - Update
    patches.suse/i3c-dw-Fix-use-after-free-in-dw_i3c_master-driver-du.patch
    (git-fixes CVE-2024-57984 bsc#1237909).
  - Update patches.suse/idpf-convert-workqueues-to-unbound.patch
    (jsc#PED-10581 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-i2c-ds90ub9x3-Fix-extra-fwnode_handle_put.patch
    (git-fixes CVE-2024-58003 bsc#1238766).
  - Update
    patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch
    (git-fixes CVE-2024-57978 bsc#1238523).
  - Update
    patches.suse/media-intel-ipu6-remove-cpu-latency-qos-request-on-e.patch
    (git-fixes CVE-2024-58004 bsc#1238508).
  - Update
    patches.suse/media-nuvoton-Fix-an-error-check-in-npcm_video_ece_i.patch
    (git-fixes CVE-2024-58082 bsc#1239031).
  - 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-deadlock-during-uvc_probe.patch
    (git-fixes CVE-2024-58059 bsc#1238960).
  - 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/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/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
    (bsc#1218470 ltc#204531 CVE-2024-57999 bsc#1238526).
  - Update patches.suse/pps-Fix-a-use-after-free.patch (git-fixes
    CVE-2024-57979 bsc#1238521).
  - 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/rhashtable-Fix-potential-deadlock-by-moving-schedule.patch
    (git-fixes CVE-2024-58042 bsc#1238769).
  - Update
    patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch
    (git-fixes CVE-2024-58069 bsc#1238978).
  - Update
    patches.suse/rtc-tps6594-Fix-integer-overflow-on-32bit-systems.patch
    (git-fixes CVE-2024-57953 bsc#1238524).
  - 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/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
    (bsc#1233260 bsc#1233259 bsc#1232421 CVE-2024-58005
    bsc#1237873).
  - Update
    patches.suse/ubi-fastmap-Fix-duplicate-slab-cache-names-while-att.patch
    (git-fixes CVE-2024-53172 bsc#1234898).
  - 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-ath12k-fix-read-pointer-after-free-in-ath12k_ma.patch
    (git-fixes CVE-2024-57995 bsc#1237895).
  - 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-cfg80211-tests-Fix-potential-NULL-dereference-i.patch
    (git-fixes CVE-2024-58064 bsc#1238977).
  - Update
    patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch
    (git-fixes CVE-2024-58062 bsc#1238965).
  - Update
    patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch
    (git-fixes CVE-2024-58061 bsc#1238973).
  - Update
    patches.suse/wifi-mt76-mt7925-fix-NULL-deref-check-in-mt7925_chan.patch
    (git-fixes CVE-2024-57989 bsc#1237899).
  - 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-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
    (git-fixes CVE-2024-56539 bsc#1234963 bsc#1234853).
  - 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-rtw89-chan-fix-soft-lockup-in-rtw89_entity_reca.patch
    (git-fixes CVE-2024-57991 bsc#1237896).
  - Update
    patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch
    (git-fixes CVE-2024-57997 bsc#1238529).
  - commit 214e3e7
  - io_uring/waitid: don't abuse io_tw_state (git-fixes).
  - io_uring/net: don't retry connect operation on EPOLLERR
    (git-fixes).
  - commit 4470192
  - io_uring: fix multishots with selected buffers (git-fixes).
  - io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()
    (git-fixes).
  - io_uring/timeout: fix multishot updates (git-fixes).
  - io_uring/kbuf: use pre-committed buffer address for non-pollable
    file (git-fixes).
  - io_uring/net: always initialize kmsg->msg.msg_inq upfront
    (git-fixes).
  - io_uring/rw: fix downgraded mshot read (git-fixes).
  - io_uring/sqpoll: fix sqpoll error handling races (git-fixes).
  - commit 1987e55

++++ kernel-firmware-amdgpu:

  - Update to version 20250311 (git commit b69d4b74c986):
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update sdma 7.0.1 firmware
    * amdgpu: update gc 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update picasso firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update gc 10.3.7 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update aldebaran firmware

++++ kernel-firmware-intel:

  - Update to version 20250311 (git commit b69d4b74c986):
    * linux-firmware: add firmware for qat_420xx devices

++++ kernel-firmware-qcom:

  - Update to version 20250311 (git commit b69d4b74c986):
    * qcom: Update gpu firmwares for qcs8300 chipset

++++ kmod:

  - tests: drop ppc64 workaround, print failed test results if any

++++ spirv-tools:

  - Update to release 2025.1~rc1
    * Added OpImageSampleFootprintNV to IsAllowedSampledImageOperand
    * spirv-val: Validate zero product workgroup size
    * Added EXT_mesh_shader validation support
    * Added support for SPV_INTEL_subgroup_matrix_multiply_accumulate
    * Added SPV_AMDX_shader_enqueue version 2 support
    * Now validates SPV_NV_cooperative_vector
    * Added validation for SPV_NV_cluster_acceleration_structure,
    SPV_NV_linear_swept_spheres

++++ libguestfs:

  - Update to version 1.55.7 (jsc#PED-8910)
    * libguestfs: Rust binding build error and warning fixes
    * support TencentOS
    * lib: Print kernel utsname in debug output
    * daemon: Fix loongarch64 detection on RHEL 9

++++ samba:

  - Update to 4.22.0
    * SMB3 Directory Leases are supported. By default, SMB3 Directory
    Leases are enabled on non-clustered Samba and disabled on
    clustered Samba, based on the "clustering" option.
    * Netlogon Ping over LDAP and LDAPS
    * Experimental Himmelblaud Authentication in Samba
    * The "nmbd proxy logon" feature was removed.
    * fruit:posix_rename option of the vfs_fruit VFS module that
    could be used to enable POSIX directory rename behaviour for
    OS X clients has been removed as it could result in severe
    problems for Windows clients.

++++ pango:

  - Update to version 1.56.2:
    + Annotation fixes
    + fontconfig:
  - Set optical size for fonts with an opsz axis
  - Make panog_font_map_reload_font scale linearly
    + win32: Improve the pango_font_map_reload_font implementation

++++ systemd:

  - Import commit f133e5974e69708d7491d4823780690c913f7bda (merge of v257.4)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/e03ffd74c4a30c1c75e05874ce18d31e503437b7...f133e5974e69708d7491d4823780690c913f7bda

++++ tdb:

  - Update to 1.4.13
    * Add LGPLv3 LICENSE file

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250312.dd33dd1:
    * Add openh264 repo for Leap 16.0 (#76)

++++ patterns-base:

  - Remove setserial, stty is the tool for this since a long time

++++ python-gobject:

  - Update to version 3.52.2:
    + Revert to legacy license definition in pyproject.toml.
  - Drop pygobject-license.patch: variant of this has been merged
    upstream.

++++ system-users:

  - system-group-hardware: add group clock for systemd 258
    (udev: set clock group for PTP and RTC devices)

++++ virt-manager:

  - Upstream bug fix (bsc#1027942)
    010-virtManager-domain-fix-indentation.patch
  - Upstream features from Lin Ma and others (jsc#PED-8910)
    021-cli-Add-memdev-target.dynamicMemslots-support-for-virtio-mem.patch
    022-cli-add-target.memReserve-for-pci-bridge-and-pcie-root-port-controllers.patch
    023-cli-Add-disk-driver.queue_size-support.patch
    024-cli-Add-poll-settings-for-iothread.patch
    025-test_cli-Fix-a-pycodestyle-E261-issue.patch
    026-gitignore-Ignore-coverage.xml.patch
    027-cli-Add-tpm-backend.profile.source-removeDisabled-support.patch
    028-cli-Add-nvram.templateFormat-to-indicate-template-format.patch
    029-cli-Add-features-hyperv.xmm_input.state-on-off.patch
    030-cli-Add-features-hyperv.emsr_bitmap.state-on-off.patch
    031-cli-Add-features-hyperv.tlbflush.direct.state-on-off.patch
    032-cli-Add-features-hyperv.tlbflush.extended.state-on-off.patch
    033-createvm-prioritize-riscv64.patch
    034-tests-uitests-handle-linux2020-going-EOL.patch

++++ yast2:

  - Checking if a TPM2 device is available (has_tpm2). (jsc#PED-10703)
  - 5.0.13

------------------------------------------------------------------
------------------  2025-3-11  -  Mar 11 2025  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add 2069.patch: Fix build against girepository-2.0 (pygobject
    3.52).

++++ crypto-policies:

  - Enable SHA1 sigver in the DEFAULT policy.
    * Add crypto-policies-enable-SHA1-sigver-in-DEFAULT.patch

++++ fde-tools:

  - Add fde-tools-bsc1238593-firstboot-more-bootloader-functions.patch
    to define non-expanded functions for the firstboot script
    (bsc#1238593)

++++ fwupd:

  - Add explicit pkgconfig(pango) BuildRequires: used to be pulled in
    by python-gobject, but that's no longer the case with 3.52.
  - Add 8583.patch: Fix build againts pygobject 3.52.

++++ grub2:

  - Update patches for Power guest secure boot with key management (jsc#PED-3520)
    (jsc#PED-9892)
    * 0001-ieee1275-adding-failure-check-condition-on-ibm-secur.patch
    * 0002-ieee1275-Platform-Keystore-PKS-Support.patch
    * 0003-ieee1275-Read-the-DB-and-DBX-secure-boot-variables.patch
    * 0004-appendedsig-The-creation-of-trusted-and-distrusted-l.patch
    * 0005-appendedsig-While-verifying-the-kernel-use-trusted-a.patch
    * 0006-powerpc_ieee1275-set-use_static_keys-flag.patch
    * 0007-appendedsig-Reads-the-default-DB-keys-from-ELF-Note.patch
    * 0008-appendedsig-The-grub-command-s-trusted-and-distruste.patch
    * 0009-appendedsig-documentation.patch
  - Remove patches
    * 0001-ieee1275-Platform-Keystore-PKS-Support.patch
    * 0002-ieee1275-Read-the-DB-and-DBX-secure-boot-variables.patch
    * 0003-appendedsig-The-creation-of-trusted-and-distrusted-l.patch
    * 0004-appendedsig-While-verifying-the-kernel-use-trusted-a.patch
    * 0005-appendedsig-The-grub-command-s-trusted-and-distruste.patch
    * 0006-appendedsig-documentation.patch

++++ kernel-default:

  - r8169: don't apply UDP padding quirk on RTL8126A (stable-fixes).
  - commit 68384e2
  - drm/xe: Fix and re-enable xe_print_blob_ascii85() (git-fixes).
  - commit 3db422a
  - sched/membarrier: Fix redundant load of membarrier_state
    (bsc#1232743).
  - commit bf44b2b
  - bpf: Reject struct_ops registration that uses module ptr and
    the module btf_id is missing (git-fixes).
  - commit 3b9c73b
  - 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).
  - bpf: Free element after unlock in
    __htab_map_lookup_and_delete_elem() (bsc#1238971
    CVE-2025-21825).
  - bpf: Bail out early in __htab_map_lookup_and_delete_elem()
    (bsc#1238971 CVE-2025-21825).
  - bpf: Free special fields after unlock in
    htab_lru_map_delete_node() (bsc#1238971 CVE-2025-21825).
  - commit 1cd4c2e

++++ kernel-firmware-amdgpu:

  - Update to version 20250310 (git commit 11c4e60f9573):
    * amdgpu: DMCUB updates for various ASICs

++++ kernel-firmware-bluetooth:

  - Update to version 20250310 (git commit 11c4e60f9573):
    * QCA: Add Bluetooth firmwares for QCA2066 with USB transport
    * QCA: Add two bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00653
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00653
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel BlazarI core

++++ kernel-firmware-i915:

  - Update to version 20250310 (git commit 11c4e60f9573):
    * i915: Update Xe3LPD DMC to v2.20

++++ kernel-firmware-mediatek:

  - Update to version 20250310 (git commit 11c4e60f9573):
    * linux-firmware: update firmware for MT7925 WiFi device
    * mediatek MT7925: update bluetooth firmware to 20250305133215
    * mediatek MT7920: update bluetooth firmware to 20250210151502

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

++++ ncurses:

  - Move manual pages of examples from section 6 to subsection 6n

++++ sqlite3:

  - Mark build recipe as POSIX-sh-incompatible
  - Run mkdir/rm with verbose mode for the build log

++++ tevent:

  - Update to version 0.16.2
    * Documentation fixes
    * Add LGPLv3 LICENSE file

------------------------------------------------------------------
------------------  2025-3-10  -  Mar 10 2025  -------------------
------------------------------------------------------------------

++++ bash:

  - Skip PGO with %want_reproducible_builds (boo#1040589)

++++ busybox:

  - add busybox-1.37.0-make-ping-work-without-root-privileges.patch
    (bsc#1239176)

++++ cockpit:

  - Update to 334.1
  - Various bug fixes and improvements
  - Translation updates
  - npm modules updated, since new version

++++ cockpit-machines:

  - Update to 328
    * Translation updates
  - Remove qemu-spice from SLFO_16 (bsc#1238723)

++++ cockpit-podman:

  - Update to version 102
    * Translation updates
    * Bug fixes

++++ dpdk:

  - Update to version 24.11.1
    * Contains DPDK 24.11 plus the fix for CVE-2024-11614,
    remove patch dpdk-CVE-2024-11614.patch
  - Move docs from %{_docdir}/dpdk/dpdk to %{docdir}/dpdk

++++ kernel-default:

  - Input: atkbd - map F23 key to support default copilot shortcut
    (git-fixes).
  - commit bfe2bb7
  - Input: xpad - add unofficial Xbox 360 wireless receiver clone
    (git-fixes).
  - Input: xpad - add support for wooting two he (arm) (git-fixes).
  - Input: xpad - improve name of 8BitDo controller 2dc8:3106
    (git-fixes).
  - Input: xpad - add QH Electronics VID/PID (git-fixes).
  - Input: xpad - add support for Nacon Evol-X Xbox One Controller
    (git-fixes).
  - commit 4710207
  - Input: xpad - add support for Nacon Pro Compact (git-fixes).
  - commit 3a2bb67
  - KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu() (git-fixes)
  - commit 2805274
  - KVM: arm64: Initialize HCR_EL2.E2H early (git-fixes)
  - commit 0ff07a9
  - USB: hub: Ignore non-compliant devices with too many configs
    or interfaces (bsc#1238909 CVE-2025-21776).
  - commit 1601393
  - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs
    for pmemory (bsc#1239167 ltc#211055).
  - commit 5ee1b4c
  - s390/traps: Fix test_monitor_call() inline assembly (git-fixes
    bsc#1239160).
  - commit 1a519e2
  - platform/x86: int3472: Check for adev == NULL (CVE-2024-58011
    bsc#1239080).
  - commit 58ea3d9
  - net_sched: sch_sfq: don't allow 1 packet limit (CVE-2024-57996
    bsc#1239076).
  - commit 6b3567e
  - ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during
    params (CVE-2024-58012 bsc#1239104).
  - commit 642aedc
  - wifi: brcmfmac: fix NULL pointer dereference in
    brcmf_txfinalize() (CVE-2025-21744 bsc#1238903).
  - commit 062e9bf
  - usb: gadget: Check bmAttributes only if configuration is valid
    (git-fixes).
  - usb: gadget: Fix setting self-powered state on suspend
    (git-fixes).
  - commit fb64cab
  - usb: typec: ucsi: Fix NULL pointer access (git-fixes).
  - usb: xhci: Fix host controllers "dying" after suspend and resume
    (git-fixes).
  - usb: dwc3: Set SUSPENDENABLE soon after phy init (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).
  - xhci: Restrict USB4 tunnel detection for USB3 devices to Intel
    hosts (git-fixes).
  - usb: typec: ucsi: increase timeout for PPM reset operations
    (git-fixes).
  - acpi: typec: ucsi: Introduce a ->poll_cci method (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).
  - mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
    (git-fixes).
  - iio: filter: admv8818: Force initialization of SDO (git-fixes).
  - iio: dac: ad3552r: clear reset status flag (git-fixes).
  - iio: adc: ad7192: fix channel select (git-fixes).
  - iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
    (git-fixes).
  - iio: light: apds9306: fix max_scale_nano values (git-fixes).
  - commit 2fb3d9c

++++ gcc15:

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

++++ ncurses:

  - Add ncurses patch 20250308
    + remove test in wgetch which applied notimeout to the initial read
    of a character (patch by Branden Robinson).
    + improve formatting/style of manpages (patches by Branden Robinson).
    + fix a few compiler-warnings in MinGW port.

++++ python313-core:

  - Skip PGO with %want_reproducible_builds (bsc#1239210).

++++ talloc:

  - Update to 2.4.3
    * Testsuite and documenation fixes
    * Add LGPLv3 LICENSE file

++++ patterns-base:

  - Ensure SUSEConnect is installed on SLES 16 (bsc#1235771)
    See also https://build.suse.de/requests/359397 .

++++ python313:

  - Skip PGO with %want_reproducible_builds (bsc#1239210).

++++ python-Jinja2:

  - Update to 3.1.6
    * The ``|attr`` filter does not bypass the environment's attribute lookup,
    allowing the sandbox to apply its checks.

++++ python-Pygments:

  - Remove files from testsamples that licensedigger flagged as high risks.
    Also created an issue upstream for potential licensing issues. See
    https://github.com/pygments/pygments/issues/2872
  - Disable tests which depended on those files

++++ python-gobject:

  - Update to version 3.52.1
    + Use `girepository` 2.0 for GIR mappings.
    + Use Python's vectorcall protocol internally.
    + Improved API for asyncio.
    + Deprecation: The pygtkcompat module now throws an exception
    when imported.
    + Method signatures are exposed from PyGObject now.
    + Use gobject-introspection-tests for testing.
    + Convenience API for Gdk.RGBA got GDK 4, similar to GDK 3.
    + Added a [pre-commit](https://pre-commit.com/) configuration.
    + Use standard `enum` module for enums and flags in PyGObject.
    + Added an option to skip automatic initialization of GTK and
    GDK.
    + PyGObject is no longer automatically tested on i386
    architecture.
    + Fixed iterator protocol implementation for properties.
    + Various code and documentation improvements.
  - Add pythoncapi-compat as subproject.
  - Pass -Dtests=false to meson: disable tests for now, as we do not
    have the submodule for that.
  - Pass -Dwheel=false to meson, as we use our own python
    single-spec mechanism to install the python bindings.
  - Add pygobject-license.patch: Fix build by not relying on PE-639
    yet.
  - Replace pkgconfig(gobject-introspection-1.0) BuildRequires with
    pkgconfig(girepository-2.0): follow upstreams changes.
  - Drop pkgconfig(gmodule-2.0) BuildRequires: no longer needed.

------------------------------------------------------------------
------------------  2025-3-9  -  Mar 9 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
    (stable-fixes).
  - ALSA: seq: Avoid module auto-load handling at event delivery
    (stable-fixes).
  - commit 5548289
  - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops
    using CS35L41 HDA (stable-fixes).
  - 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 5f7974b
  - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA
    Laptops using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for various ASUS Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: update ALC222 depop optimize (stable-fixes).
  - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
    (git-fixes).
  - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo
    platform (stable-fixes).
  - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
    (stable-fixes).
  - ALSA: hda/realtek: Fix Asus Z13 2025 audio (stable-fixes).
  - commit c78c8b9
  - drm/xe/oa: Signal output fences (stable-fixes).
  - Refresh
    patches.suse/xe-oa-Fix-query-mode-of-operation-for-OAR-OAC.patch.
  - commit 9868b15
  - 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).
  - 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).
  - hwmon: (peci/dimmtemp) Do not provide fake thresholds data
    (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/xe/oa: Allow oa_exponent value of 0 (git-fixes).
  - drm/amd/display: Fix HPD after gpu reset (stable-fixes).
  - drm/amd/display: add a quirk to enable eDP0 on DP1
    (stable-fixes).
  - drm/amd/display: Disable PSR-SU on eDP panels (stable-fixes).
  - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd
    (stable-fixes).
  - drm/xe/oa: Allow only certain property changes from config
    (stable-fixes).
  - drm/xe/oa: Add syncs support to OA config ioctl (stable-fixes).
  - drm/xe/oa: Move functions up so they can be reused for config
    ioctl (stable-fixes).
  - commit d3f758a
  - sunrpc: suppress warnings for unused procfs functions
    (git-fixes).
  - commit c61a5ed
  - SUNRPC: Handle -ETIMEDOUT return from tlshd (git-fixes).
  - commit 5ae6ead
  - NFSv4: Fix a deadlock when recovering state on a sillyrenamed
    file (git-fixes).
  - commit 68a98ff
  - SUNRPC: Prevent looping due to rpc_signal_task() races
    (git-fixes).
  - commit efcf93f
  - NFSD: Fix CB_GETATTR status fix (git-fixes).
  - commit bfb8cfa
  - nfsd: validate the nfsd_serv pointer before calling svc_wake_up
    (git-fixes).
  - commit 2e52d43
  - nfsd: clear acl_access/acl_default after releasing them
    (git-fixes).
  - commit 27010fb
  - pnfs/flexfiles: retry getting layout segment for reads
    (git-fixes).
  - commit b6de6d7
  - nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending
    on it (git-fixes).
  - commit 7c2ea4b
  - KMSAN: uninit-value in inode_go_dump (5) (git-fixes).
  - commit 33eb119
  - gfs2: Fix unlinked inode cleanup (git-fixes).
  - commit 34e8c14
  - gfs2: Allow immediate GLF_VERIFY_DELETE work (git-fixes).
  - commit 85fd98d
  - gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE (git-fixes).
  - commit 7b42f25
  - xfs: flush inodegc before swapon (git-fixes).
  - commit 5c0ff3f
  - xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
    (git-fixes).
  - commit 188fef0
  - xfs: report realtime block quota limits on realtime directories
    (git-fixes).
  - commit fe8bc40
  - exfat: short-circuit zero-byte writes in exfat_file_write_iter
    (git-fixes).
  - commit e7632e9
  - exfat: fix soft lockup in exfat_clear_bitmap (git-fixes).
  - commit 72aa500
  - exfat: fix just enough dentries but allocate a new cluster to
    dir (git-fixes).
  - commit 9bf8f0b
  - NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
    (bsc#1239113 CVE-2024-54456).
  - commit a3a35d5

++++ kernel-firmware-intel:

  - Update to version 20250307 (git commit bd3d8a8b1bb7):
    * intel_vpu: Add firmware for 37xx and 40xx NPUs
  - Update aliases

++++ libidn2:

  - update to 2.3.8:
    * Unicode 15.1.0 table updates
    * Now U+19DA is DISALLOWED again
    * The idn2 tool now binds the "gnulib" domain for translations

++++ vim:

  - Introduce patch to fix bsc#1235751 (regression).
    * vim-9.1.1134-revert-putty-terminal-colors.patch
  - Update to 9.1.1176. Changes:
    * 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

------------------------------------------------------------------
------------------  2025-3-8  -  Mar 8 2025  -------------------
------------------------------------------------------------------

++++ gobject-introspection:

  - Update to version 1.83.4:
    + Revert support for "static" virtual functions.

++++ nftables:

  - Update 0001-tools-add-a-systemd-unit-for-static-rulesets.patch
    from new submission.

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

++++ checkpolicy:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ lvm2-device-mapper:

  - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857)
    * Update SUSE special patch
    + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch

++++ dracut:

  - Update to version 059+suse.667.gf0265ebe:
    * fix(iscsi): make sure services are shut down when switching root (bsc#1237695)
    * fix(iscsi): don't require network setup for qedi
    * fix(90kernel-modules): explicitly include xhci-pci-renesas (bsc#1238258)
    * fix(network-legacy): do not require pgrep when using wicked (bsc#1236982)

++++ gpg2:

  - Update to 2.5.5: [bsc#1236931, bsc#1239119]
    * gpg: Fix a verification DoS due to a malicious subkey in the
    keyring.  [T7527]
    * dirmngr: Fix possible hangs due to blocking connection requests.
    [T6606, T7434]
    Release-info: https://dev.gnupg.org/T7530

++++ grub2:

  - Pass through PAES cipher as AES on s390x-emu (jsc#PED-10950)
    * 0001-s390x-emu-Pass-through-PAES-cipher-as-AES.patch
  - Fix zfs.mo not found message when booting on legacy BIOS (bsc#1237865)
    * 0001-autofs-Ignore-zfs-not-found.patch

++++ kernel-default:

  - block: Remove zone write plugs when handling native zone append
    writes (git-fixes).
  - md/raid*: Fix the set_queue_limits implementations (git-fixes).
  - 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 9fb2f84
  - 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 2bff62d
  - btrfs: fix assertion failure when splitting ordered extent
    after transaction abort (CVE-2025-21754 bsc#1238496).
  - commit 57147c4
  - tcp: correct handling of extreme memory squeeze (CVE-2025-21710
    bsc#1237888).
  - commit 101929d
  - x86/boot: Use '-std=gnu11' to fix build with GCC 15
    (jsc#PED-12251).
  - commit bb8a87d
  - drm/amdkfd: Fix NULL Pointer Dereference in KFD queue
    (git-fixes).
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    resource_build_scaling_params (git-fixes).
  - drm/xe/userptr: Unmap userptrs in the mmu notifier (git-fixes).
  - drm/xe/hmm: Don't dereference struct page pointers without
    notifier lock (git-fixes).
  - drm/xe/hmm: Style- and include fixes (git-fixes).
  - drm/xe: Add staging tree for VM binds (git-fixes).
  - drm/xe: Fix fault mode invalidation with unbind (git-fixes).
  - drm/xe/vm: Fix a misplaced #endif (git-fixes).
  - drm/xe/vm: Validate userptr during gpu vma prefetching
    (git-fixes).
  - drm/xe/userptr: properly setup pfn_flags_mask (git-fixes).
  - drm/sched: Fix preprocessor guard (git-fixes).
  - drm/imagination: Fix timestamps in firmware traces (git-fixes).
  - drm/imagination: only init job done fences once (git-fixes).
  - drm/imagination: Hold drm_gem_gpuva lock for unmap (git-fixes).
  - drm/imagination: avoid deadlock on fence release (git-fixes).
  - wifi: cfg80211: regulatory: improve invalid hints checking
    (git-fixes).
  - wifi: mac80211: fix vendor-specific inheritance (git-fixes).
  - wifi: mac80211: fix MLE non-inheritance parsing (git-fixes).
  - wifi: iwlwifi: Fix A-MSDU TSO preparation (git-fixes).
  - wifi: iwlwifi: Free pages allocated when failing to build A-MSDU
    (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: iwlwifi: mvm: clean up ROC on failure (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 bceb443
  - initcall_blacklist: Does not allow kernel_lockdown be
    blacklisted (bsc#1237521).
  - commit 4ab5f98

++++ lvm2:

  - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857)
    * Update SUSE special patch
    + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch

++++ rpm:

  - update to rpm-4.20.1
    * add support for fully locked user accounts in sysusers.d
    * fix unmodified %config files being removed in case of an
    unpack failure
    * fix lua deprecation warnings being shown packages built with
    old rpm versions
    * ignore all files in macro directories that do not end with an
    alphanumeric character
  - refreshed patches:
    * rpmqpack.diff
    * unshare.diff
    * rpm2archive.diff
  - dropped patches:
    * debugpackage.diff
    * nextfiles.diff
    * buildsys.diff

++++ libselinux:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ libsemanage:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * libsemanage: improved performance of semanage store rebuild

++++ libsepol:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ 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)

++++ perl:

  - update to 5.40.1
    * fix strftime sometimes crashing if a non-string was used as argument
    * some functions in the builtin:: package would crash when used after
    a tail call
    * fix utf8n_to_uvchr sometimes failing to correctly identify certain
    invalid UTF-8 sequences as invalid.

++++ policycoreutils:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ python-rpm:

  - update to rpm-4.20.1

++++ libselinux-bindings:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ python-semanage:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * libsemanage: improved performance of semanage store rebuild

++++ restorecond:

  - Update to version 3.8.1
    https://github.com/SELinuxProject/selinux/releases/tag/3.8.1
    * no source change

++++ setroubleshoot-plugins:

  - Fix license tag, it's GPL-3.0-or-later.

------------------------------------------------------------------
------------------  2025-3-6  -  Mar 6 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Build with GCC 13 on Leap/SLES 15 (bsc#1238713)
  - reverted previous change; n_remove-llvm17-wa-option.patch didn't
    help at all ...

++++ Mesa-drivers:

  - Build with GCC 13 on Leap/SLES 15 (bsc#1238713)
  - reverted previous change; n_remove-llvm17-wa-option.patch didn't
    help at all ...

++++ cpupower:

  - Not also adopt the kernel version, but also the exact build release
    By that it is finally possible to find out on which exact (kernel)
    sources the cpupower tools are based on.
    D amd_do_not_show_amount_of_boost_states_if_zero.patch
  -> This was only needed for an old Dell test env, will not go mainline
    and can vanish now.

++++ python-kiwi:

  - distutils sysconfig is deprecated
    Move to sysconfig module

++++ librsvg:

  - Update to version 2.59.91 (Unstable):
    + Fix linkage on Illumos.
    + Fix the build of the static library on MinGW.
    + Fix versioning of library name.
    + Enable cross-compilation of the gdk-pixbuf loader if meson/qemu
    can handle it.

++++ glib2:

  - Update to version 2.84.0:
    + Bugs fixed:
  - tests: Minor fixes to reference and stream-rw_all tests
  - gdebugcontrollerdbus: Fix a minor typo in a code example in
    the docs
    + Updated translations.

++++ gtk3:

  - Update to version 3.24.49:
    + Fix a crash in GtkIMContext
    + Fix crashes in DND with GtkPlug/GtkSocket
    + Wayland:
  - Fix erroneous crossing events, causing menus to malfunction
  - Support the cursor-shape protocol
    + X11: Enforce size limits on windows, preventing lockups
    + Updated translations.

++++ kernel-default:

  - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251).
  - commit 177c148
  - efi: libstub: Use '-std=gnu11' to fix build with GCC 15
    (jsc#PED-12251).
  - commit 3a88c96
  - NFSD: fix hang in nfsd4_shutdown_callback (CVE-2025-21795
    bsc#1238759).
  - commit 839b02b
  - vxlan: check vxlan_vnigroup_init() return value (CVE-2025-21790
    bsc#1238753).
  - commit 45e6d1b
  - clocksource: Use migrate_disable() to avoid calling
    get_random_u32() in atomic context (CVE-2025-21767 bsc#1238509).
  - commit 1d52af5
  - vxlan: Fix uninit-value in vxlan_vnifilter_dump()
    (CVE-2025-21716 bsc#1237891).
  - commit e46863c
  - mptcp: handle fastopen disconnect correctly (CVE-2025-21705
    bsc#1238525).
  - commit 320aaa6
  - smb: client: fix oops due to unset link speed (CVE-2025-21725
    bsc#1238877).
  - commit 675f8ca
  - ipmr: do not call mr_mfc_uses_dev() for unres entries
    (CVE-2025-21719 bsc#1238860).
  - commit 32e5d0c
  - net: davicom: fix UAF in dm9000_drv_remove (CVE-2025-21715
    bsc#1237889).
  - commit a8a4ff6
  - iommufd/iova_bitmap: Fix shift-out-of-bounds in
    iova_bitmap_offset_to_index() (CVE-2025-21724 bsc#1238863).
  - commit 707e0f9
  - net: ethernet: ti: am65-cpsw: fix freeing IRQ in
    am65_cpsw_nuss_remove_tx_chns() (CVE-2025-21799 bsc#1238739).
  - commit 922ef51
  - powerpc/ftrace: Fix ftrace bug with KASAN=y (jsc#PED-10909).
  - powerpc64/bpf: Add support for bpf trampolines (jsc#PED-10909).
  - samples/ftrace: Add support for ftrace direct samples on powerpc
    (jsc#PED-10909).
  - Update config files
  - powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
    (jsc#PED-10909).
  - Update config files
  - powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
    (jsc#PED-10909).
  - Update config files
  - powerpc64/ftrace: Support .text larger than 32MB with
    out-of-line stubs (jsc#PED-10909).
  - Update config files
  - powerpc64/ftrace: Move ftrace sequence out of line
    (jsc#PED-10909).
  - Update config files
  - kbuild: Add generic hook for architectures to use before the
    final vmlinux link (jsc#PED-10909).
  - powerpc/ftrace: Add a postlink script to validate function
    tracer (jsc#PED-10909).
  - powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into
    bpf_jit_emit_func_call_rel() (jsc#PED-10909).
  - powerpc/ftrace: Move ftrace stub used for init text before
    _einittext (jsc#PED-10909).
  - powerpc/ftrace: Skip instruction patching if the instructions
    are the same (jsc#PED-10909).
  - powerpc/ftrace: Remove pointer to struct module from
    dyn_arch_ftrace (jsc#PED-10909).
  - powerpc/module_64: Convert #ifdef to IS_ENABLED()
    (jsc#PED-10909).
  - powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
    (jsc#PED-10909).
  - powerpc64/ftrace: Nop out additional 'std' instruction emitted
    by gcc v5.x (jsc#PED-10909).
  - powerpc/kprobes: Use ftrace to determine if a probe is at
    function entry (jsc#PED-10909).
  - commit 52bb9ce
  - supported.conf: correct dependencies for optional (bsc#1238570)
    Also move some fortoggen cros modules into optional, too
  - commit 1502e47
  - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)
  - commit 8be63c4
  - ipvs: fix UB due to uninitialized stack access in
    ip_vs_protocol_init() (CVE-2024-53680 bsc#1235715).
  - commit 1f83147

++++ kernel-firmware-i915:

  - Update to version 20250306 (git commit 44740031a34e):
    * xe: Update GUC to v70.40.2 for BMG, LNL

++++ kernel-firmware-sound:

  - Update to version 20250306 (git commit 44740031a34e):
    * cirrus: cs35l41: Add firmware and tuning for ASUS Consumer laptops
    * cirrus: cs35l41: Add Firmware for various ASUS Commercial laptops
    * ASoC: tas2781: Update dsp firmware for Gemtree project

++++ kmod:

  - Update to release 34.1
    * Build fixes only

++++ spirv-tools:

  - Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build
    (bsc#1238713)

++++ passt:

  - Introduce apparmor subpackage, fixes bsc#1238597

++++ patterns-base:

  - Ensure supportutils is installed on SLES 16 (bsc#1238894).

++++ patterns-micro:

  - Drop patterns-micro-hardware-tools and patterns-micro-firmware:
    + They are not needed anymore, see jsc#PED-11715 for more details.
    + Package requirements are now folded back to
    patterns-micro-hardware.
  - Make patterns-micro-default depend on pattern() = transactional_base
    and pattern() = bootloader.

++++ setroubleshoot:

  - Fix in spec file (correct sysemctl command to reload auditd on
    install/uninstall) (bsc#1237388)
  - Update to version 3.35
    * Mon Mar 03 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.3.35-4
  - Update tmpfiles.d config (bz#2346971)
    * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.3.35-3
  - Drop call to %sysusers_create_compat
    * Tue Nov 26 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.35-1
  - Do not hardcode /var/lib/selinux as store_root
    * Fri Nov 15 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.34-2
  - Do not hardcode /var/lib/selinux as store_root
  - Fix icon file name (bz#2300369)
    * Mon Nov 04 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.34-1
  - data: update app icon
  - Disable bug reporting, if libreport is not available
  - Enable Georgian and Arabic (ar) languages in configure.ac
  - Update translations
    * Wed Aug 21 2024 Michal Srb <michal@redhat.com> - 3.3.33-6
  - Disable bug reporting, if libreport is not available
  - Resolves: RHEL-52902
    * Mon Jun 03 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.3.33-2
  - Ship with contemporary app icon
    * Wed Jan 31 2024 Vit Mojzis <vmojzis@redhat.com> - 3.3.33-1
  - Check that SELinux is enabled before running (rhbz#2178950)
  - Improve limiting RAM utilization
    * Tue Jul 25 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.3.32-7
  - Always reset pending alarms when alarm(0) (rhbz#2112573)
    * Tue Jul 25 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.3.32-6
  - 'imp' module is deprecated in favor of 'importlib' (rhbz#2224393)
    * Fri May 26 2023 Miro Hrončok <mhroncok@redhat.com> - 3.3.32-3
  - Fix build with pip 23.1.2+
  - Fixes: rhbz#2209022

++++ vim:

  - Introduce patch to fix bsc#1235751 (regression).
    * vim-9.1.1134-revert-putty-terminal-colors.patch
  - Update to 9.1.1176.
    * 9.1.1176: wrong indent when expanding multiple lines
    test(runtime/syntax): improve syntax tests
    editorconfig: set indent config for *.vim files
    runtime(doc): mention alternative check for vim9script
    * 9.1.1175: inconsistent behaviour with exclusive selection and motion commands
    runtime(man): don't add jumps when loading a manpage
    runtime(vim): recognize <...> strings (and keys) for 'keywordprg'
    * 9.1.1174: tests: Test_complete_cmdline() may fail
    runtime(doc): mention bzip3 in gzip plugin documentation
    * 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
    runtime(netrw): upstream snapshot of v179
    runtime(doc): fix typo "bet" in :h 'completeopt'
    * 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
    runtime(doc): update how to get Vim
    * 9.1.1166: command-line auto-completion hard with wildmenu
    runtime(tar): use readblob() instead of shelling out to file(1)
    * 9.1.1165: diff: regression with multi-file diff blocks
    * 9.1.1164: [security]: code execution with tar.vim and special crafted tar files
    translation(it): Update Italian translation
    runtime(tar): fix syntax error in tar.vim
    * 9.1.1163: $MYVIMDIR is set too late
    runtime(syntax-tests): Apply stronger synchronisation between buffers
    * 9.1.1162: completion popup not cleared in cmdline
    * 9.1.1161: preinsert requires bot "menu" and "menuone" to be set
    runtime(misc): add support for bzip3 to tar, vimball and gzip plugins
    * 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!
    runtime(netrw): correctly handle shellslash variable
    * 9.1.1157: command completion wrong for input()
    runtime(doc): fix confusing docs for 'completeitemalign'
    * 9.1.1156: tests: No test for what patch 9.1.1152 fixes
    * 9.1.1155: Mode message not cleared after :silent message
    runtime(lua): Improve 'include' and make '*expr' functions script-local
    runtime(vim): Update base-syntax, match Vim9 function calls after "|"
    * 9.1.1154: Vim9: not able to use autoload class accross scripts
    runtime(compiler): improve svelte-check
    * 9.1.1153: build error on Haiku
    * 9.1.1152: Patch v9.1.1151 causes problems
    runtime(new-tutor): update examples from Neovim to Vim
    nsis: add Portuguese Brazilian translation to nsis installer
    * 9.1.1151: too many strlen() calls in getchar.c
    runtime(vim): make VimKeywordPrg even smarter for regexes
    * 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
    runtime(lua): Update lua ftplugin and documentation
    * 9.1.1147: preview-window does not scroll correctly
    nsis: added support for pt-BR to installer and update README.txt
    translation(tr): Update Turkish translations
    * 9.1.1146: Vim9: wrong context being used when evaluating class member
    * 9.1.1145: multi-line completion has wrong indentation for last line
    runtime(netrw): runtime(netrw): upstream snapshot of v178
    * 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
    runtime(vim): improve &keywordprg in ftplugin
    runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands
    * 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()
    CI: Install netbeans on windows to make sure to run test_netbeans.vim
    runtime(dockerfile): set comments in filetype plugin
    runtime(compiler): include svelte-check compiler
    runtime(doc): get rid of the titlestring hack for terminal-api
    * 9.1.1136: Match highlighting marks a buffer region as changed
    * 9.1.1135: 'suffixesadd' doesn't work with multiple items
    runtime(filetype): move filetype detection into filetypedetect augroup
    CI: add Makefile target to verify default highlighting groups are present

++++ virt-manager:

  - bsc#1239013 - Unable to install an SEV-SNP guest with virt-install
    virtinst-dont-require-uefi-for-sev-snp.patch

------------------------------------------------------------------
------------------  2025-3-5  -  Mar 5 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - n_remove-llvm17-wa-option.patch
    * no longer use --llvm17-wa option when running intel_clc;
    hopefully this fixes again Mesa's build after we updated
    llvm 19.1.5 to 19.1.7 and building it now with gcc13 instead of
    gcc7 (bsc#1238713)

++++ Mesa-drivers:

  - n_remove-llvm17-wa-option.patch
    * no longer use --llvm17-wa option when running intel_clc;
    hopefully this fixes again Mesa's build after we updated
    llvm 19.1.5 to 19.1.7 and building it now with gcc13 instead of
    gcc7 (bsc#1238713)

++++ 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:

  - udmabuf: fix vmap_udmabuf error page set (git-fixes).
  - Update config files.
  - commit e2e943e
  - acct: block access to kernel internal filesystems (git-fixes).
  - acct: perform last write from workqueue (git-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
    (stable-fixes).
  - wifi: rtw88: sdio: Fix disconnection after beacon loss
    (stable-fixes).
  - wifi: rtw88: add __packed attribute to efuse layout struct
    (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).
  - xe/oa: Fix query mode of operation for OAR/OAC (git-fixes).
  - drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX
    Isolation (git-fixes).
  - drm/amd/display: Reduce accessing remote DPCD overhead
    (git-fixes).
  - alloc_tag: fix set_codetag_empty() when
    !CONFIG_MEM_ALLOC_PROFILING_DEBUG (git-fixes).
  - udmabuf: also check for F_SEAL_FUTURE_WRITE (git-fixes).
  - EDAC/amd64: Simplify ECC check on unified memory controllers
    (git-fixes).
  - ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from
    kvm_arch_ptp_init() (git-fixes).
  - ptp: Add error handling for adjfine callback in
    ptp_clock_adjtime (git-fixes).
  - ubi: fastmap: Fix duplicate slab cache names while attaching
    (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).
  - verification/dot2: Improve dot parser robustness (stable-fixes).
  - EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source
    indicator (git-fixes).
  - EDAC/skx_common: Differentiate memory error sources (git-fixes).
  - commit dcf43d4
  - Revert "of: reserved-memory: Fix using wrong number of cells
    to get property 'alignment'" (stable-fixes).
  - commit dfbe690
  - net: Add rx_skb of kfree_skb to raw_tp_null_args (git-fixes).
  - commit 449c6f3
  - selftests/bpf: Add tests for raw_tp NULL args (git-fixes).
  - bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (git-fixes).
  - bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
    (git-fixes).
  - selftests/bpf: Add more test cases for LPM trie (git-fixes).
  - selftests/bpf: Move test_lpm_map.c to map_tests (git-fixes).
  - bpf: Use raw_spinlock_t for LPM trie (git-fixes).
  - bpf: Switch to bpf mem allocator for LPM trie (git-fixes).
  - bpf: Fix exact match conditions in trie_get_next_key()
    (git-fixes).
  - bpf: Handle in-place update for full LPM trie correctly
    (git-fixes).
  - bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie (git-fixes).
  - bpf: Remove unnecessary check when updating LPM trie
    (git-fixes).
  - selftests/bpf: Add test for narrow spill into 64-bit spilled
    scalar (git-fixes).
  - selftests/bpf: Add test for reading from STACK_INVALID slots
    (git-fixes).
  - selftests/bpf: Introduce __caps_unpriv annotation for tests
    (git-fixes).
  - bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
    (git-fixes).
  - bpf: Don't mark STACK_INVALID as STACK_MISC in
    mark_stack_slot_misc (git-fixes).
  - selftests/bpf: Add tests for raw_tp null handling (git-fixes).
  - bpf: Mark raw_tp arguments with PTR_MAYBE_NULL (git-fixes).
  - commit 33a0c52

++++ multipath-tools:

  - Update to version 0.11.0+183+suse.3973293:
    * multipathd: fix hang during shutdown with queuing maps
    (bsc#1238484).
    This adds multipathd-queueing.service.
    * multipath-tools: make multipathd listen on a pathname socket
    (/run/multipathd.socket) besides listening on an abstract socket.
    This allows connecting to multipathd from a containerized application
    (gh#opensvc/multipath-tools#111). In client mode, applications
    linked against libmpathcmd will attempt to connect to the pathname
    socket first, and to the abstract socket if this fails.
    The MULTIPATH_SOCKET_NAME environment variable can be used to
    override the socket name.
    * multipathd: trigger uevents for blacklisted paths in reconfigure
    (bsc#1236321)
    * libmultipath: remove buggy reinstate_paths function

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git7827
  - Includes fix for emacs JIT use
  - Bumps libgo SONAME to libgo24 which should fix go1.9 build

++++ openssl-3:

  - Introduce --without lto. When %{optflags} contains -flto=*, tests cases are
    also built using -flto=* which significantly increases build times, this
    option disables lto which improve iteration times when developing.

++++ wtmpdb:

  - Update to version 0.72.0+git20250305.10803fd:
    * Release version 0.72.0
    * i386: fix integer format length errors
    * Add utmp format importer
    * Fix wtmp database path in documentation
    * test: schedule test logins on correct day
    * rotate: don't throw away microseconds calculating threshold

++++ ovmf:

  - Update to edk2-stable202502
  - New Features & Bug Fixes (https://github.com/tianocore/edk2/releases):
  - DynamicTablesPkg: Adds X64 support to SRAT table generator
  - DynamicTablesPkg: Generates X64 MADT and CPU SSDT Topology Table
  - Add RNG PPI
  - Update to openssl-3.4.x
  - Update CI to VS2022
  - Produce EFI memory attribute protocol
  - UefiCpuPkg: Add TdxMeasurementLib
  - DxeRngLib: GetRandomNumber spurious success
  - SecurityPkg: Update libspdm
  - OvmfPkg: Use the OvmfPkg version of CcProbeLib
  - ShellPkg: Fix bug #3080, OOB, minor UefiShellLib fixes
  - MdePkg: Fix overflow issue in PeCoffLoaderRelocateImageForRuntime
  - Add Dynamic Stack Cookie Support to IA32/X64/AARCH64
  - Patches (git log --oneline --date-order edk2-stable202411..edk2-stable202502):
    fbe0805b20 MdeModulePkg/HiiDatabaseDxe: Remove buffer error for string default.
    0192f2d7cb MdeModulePkg/UsbBusPei: Improve PEI USB enumeration
    bc664d1830 Revert "FatPkg: Validate Reserved FAT Entries on Volume Open"
    523dbb6d59 ArmPkg: ArmFfaStandaloneMmLib: Fix non-FFA path
    96cf70951f MdePkg/DynamicStackCookieEntryPointLib: Drop execute-in-place versions
    5c3dcef94c MdePkg/DynamicStackCookieEntryPointLib: Remove unused files
    23007f7ae2 UefiPayloadPkg: Add StackCheckLib to fix FIT build issue
    7308568dd6 StandaloneMmPkg StandaloneMmCoreMemoryAllocationLib: Rename gMmst
    0d61f52fe3 Add MockVariablePolicyHelperLib
    2b3ea9334f DynamicTablesPkg: Adds X64 support to SRAT table generator
    1f1182c396 ArmVirtPkg: ArmVirtQemu: Add Custom Stack Cookies
    861b91d975 ArmVirtPkg: Add RNDR Support to QEMU
    30547859f2 OvmfPkg: OvmfIA32X64: Add Custom Stack Cookie Checking
    6d741357c2 OvmfPkg: Add RDRAND Support To QEMU
    e6b6aa90d4 MdePkg: Add Dynamic Stack Cookie Support
    efbf5ed08c MdePkg: Move StackCheckLibStaticInit to StackCheckLib
    db03bf1d9d StandaloneMmPkg: Consume X64 StandaloneMmCoreEntryPoint From MdePkg
    885bcca649 MdePkg: Add StandaloneMmCoreEntryPoint for X64
    e63cdeebb8 MdePkg: Add StackCheckLib Library Class
    d9715c133f MdePkg: Centralize RNDR Register Definition
    5c02a64823 Maintainers.txt: adding Ard and Michael to stewards team
    1cb349e4bb IntelFsp2WrapperPkg: Remove inactive maintainer email
    edf1450f3e SecurityPkg: Add RngPei
    bcab6996a0 MdePkg: Add PeiRngLib
    de5c1198c1 MdePkg: Add Random Number Generator (RNG) PPI
    7518b93f77 MdePkg: Split RNG protocol definitions
    15e225d06a Maintainers.txt: add myself as PrmPkg maintainer
    258f2d1563 ReadMe.rst: reflect bugzilla migration
    f7cf6ce299 License-History.txt: Reflect bugzilla migration
    fe5c2df49e SignedCapsulePkg: make Doxygen interpret ASCII art as verbatim text
    259e1f04c6 BaseTools: Add @verbatim as allowed Doxygen tag
    0664c4e3b9 UefiPayloadPkg: Revert 4KB alignment of CLANGDWARF build
    cd87106d26 BaseTools: Add /DRIVER to CLANGPDB link flags
    074f61e4c6 MdePkg/IndustryStandard: add definitions for CXL CEDT
    62b0698309 BaseTools/AutoGen: GenMake response file quotes strings
    15a7d311a8 BaseTools/tools_def: Remove no-warn-rwx-segments linker options
    f2b42c83dd BaseTools/Scripts/GccBase.lds: Use separate R-W and RW- ELF segments
    e5d95c786b BaseTools/Scripts: Merge GCC and Clang ELF linker scripts
    f5d585b46b BaseTools/Scripts/ClangBase.lds: Move .entry into .text section
    7fd3c89ff4 UefiPayloadPkg: Update Elf segment/section syncup process
    d844a7eab5 BaseTools/tools_def: Use no-warn-rwx-segments only for GCC5
    09d4e6f7c7 MdePkg: Add Hot pluggable resource attribute
    4ec3539e34 MdePkg: Add UEFI 2.11 specification macro
    2e6359a088 MdePkg: Add Confidential Computing Extension for RISC-V AP-TEE
    12ceee664a MdePkg: Add HotPlug Memory Attribute
    62cd7d338b ArmPkg: Retire ArmDisassemblerLib
    fbe19844e0 Revert "ArmVirtPkg/ArmVirtQemu: Reduce MMIO region mapped by default"
    4dd8b9e0f7 ArmVirtPkg: turn off debug logging for VirtioSerialDxe
    c1ab2d6397 Maintainers: update my email address
    e063f8b8a5 BaseTools/Pccts: set C standard
    c0796335d3 MdePkg/BaseFdtLib: fix build with gcc 15
    7742247d1c MdePkg: Add SM3 crypto algorithm GUID definition
    d949ed05d4 Devcontainer: Use latest Fedora 40 image
    31abbed237 .github/codeql.yml: Drop ArmPkg IA32 and X64 from build matrix
    87f14322da ArmVirtPkg: Drop reference to ArmDisassemblerLib
    ef80dd8fad ArmPkg: Stop using ArmDisassemblerLib
    74376f0b72 ArmPkg,ArmPkg/ArmExceptionLib: drop vector relocation variant/support
    43233ff9f8 ArmVirtPkg/ArmVirtQemu: Reduce MMIO region mapped by default
    c558a3b18b ArmPkg/ArmGicDxe: Map GIC MMIO regions before use
    3c4c7a0fc9 ArmPkg/ArmGicDxe: Remove pointless passing around of MMIO addresses
    e68e784649 ArmPkg/ArmGicDxe: Avoid pointless repeated iteration over GIC frames
    387fcf4fa1 ArmPkg/ArmGicDxe: Replace CpuArch registration event with DEPEX
    fb7497cbf9 ArmPkg/CpuDxe: Replace DEPEX on h/w protocol with event notification
    0422dd0669 ArmPkg/CpuDxe: Remove rudimentary vector handoff logic
    e5b56d6ef9 ArmPkg/CpuDxe: Use STATIC linkage where possible
    afdae789cd ArmPkg/CpuDxe: Fix error handling in driver initialization
    b64f735867 Maintainers.txt: Update EmulatorPkg maintainers
    2cb8bf6c69 UnitTestFrameworkPkg: Fix false positives from address sanitizer
    3600675368 MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime code
    254937f0bc ShellPkg: fix warnings about uninitialized variable
    755d4b9397 OvmfPkg: fix warning about uninitialized variable
    ceb87029c5 SecurityPkg/RngDxe: fix warning about uninitialized variable
    c58501aa1a MdeModulePkg: NvmExpressDxe: fix warning about uninitialized variable
    0f12a5f722 MdeModulePkg: fix warning about uninitialized variable
    a5cb67fb8d MdeModulePkg: PeiMain: fix warning about uninitialized variable
    bba72ffbe1 OvmfPkg/QemuKernelLoaderFsDxe: use SIZE_OF_EFI_FILE_INFO
    df84bb5eda Resolved Coverity Issues in Http Dxe
    428cd8a46f MdePkg: Fix Clang Build Error
    18984b68fe OvmfPkg: make legacy direct kernel loader code nx clean
    6d2143f685 BaseTools: Fix NoneType parent reference in FMMT operations
    8c1e786e50 OvmfPkg/XenPvBlkDxe: Update disk size calculation
    3cf7a644eb OvmfPkg/IndustryStandard/Xen: Update io/blkif.h
    7c5ec51175 MdeModulePkg PeiMain: Remove return for PeiCoreBuildHobHandoffInfoTable()
    d35899b6d2 UnitTestFrameworkPkg: Add SafeIntLib to Common Includes
    6278bbb898 MdePkg: Use SafeIntLib to handle overflow
    aedcaa3df8 MdePkg: Fix overflow issue in PeCoffLoaderRelocateImageForRuntime
    b3bfb8f22d UefiPayloadPkg: Add 4KB align to CLANGDWARF build.
    e356b0f6fd EmulatorPkg PlatformBm: Fix duplicate BootManagerMenuApp boot option issue
    0df3729ad6 ShellPkg Http.c: Remove extra `\n` when using `-m` param
    1f19c3d6ee OvmfPkg/GenericQemuLoadImageLib: fix cmdline + initrd handling
    b873e8b8e3 OvmfPkg/QemuKernelLoaderFsDxe: root directory name should be ""
    9f28d48d2f Maintainers.txt: Add Star as UefiCpuPkg reviewer
    38c17825ad UefiCpuPkg LocalApicLib: Correct typo LINT0 to LINT1
    99cbb63652 OvmfPkg/OvmfXen: use PeiPcdLib for PEI_CORE
    33309733e4 command drvcfg ASSERT REF: https://github.com/tianocore/edk2/issues/10626
    eda58c143c DynamicTablesPkg: Adds X64 FACS generator library
    feb8d49834 OvmfPkg/RiscVVirtQemu.dsc: enable VGA support
    a36fb60053 Maintainers.txt: Remove myself from some reviewer role
    81802056c8 EmulatorPkg: Move magic page to first allocation
    54c1460dd0 RedfishPkg/RedfishHttpDxe: report failure via status code
    3ba6f7d966 Maintainers.txt: add myself as UefiPayloadPkg maintainer
    14cb48b0a0 BaseTools: Break Build on Linker Warnings
    4613eb6abc EmulatorPkg: Fix IA32 MSVC Linker Warnings
    81ba76f7df PrmPkg: Clarify Architecture Support
    336e7e06eb UefiCpuPkg/CpuMpPei: Add LoongArch64 support
    7bc51fc68e UefiCpuPkg/CpuMpPei: Split CpuMpPei.c to two files
    f6afd87663 UefiCpuPkg/PiSmmCpuDxeSmm: SmmWaitForApArrival first sync check
    cbfae3e8a9 EmulatorPkg: Fix Source Level Debug on Windows
    58766a4729 FatPkg: Validate Reserved FAT Entries on Volume Open
    35232f165c OvmfPkg: document opt/org.tianocore/EnableLegacyLoader option
    1549bf11cc OvmfPkg/X86QemuLoadImageLib: make legacy loader configurable.
    4b507b4966 OvmfPkg/GenericQemuLoadImageLib: support booting via shim
    3da39f2cb6 OvmfPkg/X86QemuLoadImageLib: support booting via shim
    c45051450e OvmfPkg/QemuKernelLoaderFsDxe: don't quit when named blobs are present
    46ae4e4b95 OvmfPkg/QemuKernelLoaderFsDxe: accept absolute paths
    1111e9fe70 OvmfPkg/QemuKernelLoaderFsDxe: drop bogus assert
    adf385ecab OvmfPkg/QemuKernelLoaderFsDxe: allow longer file names
    20df7c42bd OvmfPkg/QemuKernelLoaderFsDxe: add support for named blobs
    459f5ffa24 OvmfPkg/QemuKernelLoaderFsDxe: rework direct kernel boot filesystem
    139cbb266b BaseTools/Plugin/HostBasedUnitTestRunner: Set ASAN env vars
    e78fb8a366 UnitTestFrameworkPkg/MemoryAllocationLibPosix: Add allocate below address
    5f97d5391e UnitTestFrameworkPkg/UnitTestLib: Reduce sanitizer false positive
    1c73f0e71d UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer
    de06288019 UnitTestFrameworkPkg: Use /MTd and enable Address Sanitizers
    8d0e23d998 BaseTools/Conf: Simplify VS20xx HOST_APPLICATION builds
    ca4e19ccc2 UnitTestFraworkPkg: Enable DEBUG_CLEAR_MEMORY in host tests
    30b10dcdd0 UnitTestFrameworkPkg/UnitTestLib: Implement Free*() services
    182dbe79a0 UnitTestFrameworkPkg/MemoryAllocationLibPosix: Add DEBUG_CLEAR_MEMORY()
    f9a0e54953 OvmfPkg/OvmfDisplayPcds.dsc.inc: set SetupConOut too
    df35307196 OvmfPkg/OvmfDisplayPcds.dsc.inc: set SetupVideoResolution too
    fde034447f OvmfPkg/PlatformDxe: set SetupVideoResolution too
    b4536e36c4 OvmfPkg/VirtioGpuDxe: set SetupVideoResolution too
    1d2558af76 OvmfPkg/QemuVideoDxe: set SetupVideoResolution too
    2f5db44fdd ArmVirtPkg/ArmVirtQemu.dsc: use OvmfDisplayPcds.dsc.inc
    2b72a70cd1 OvmfPkg/RiscVVirtQemu.dsc: use OvmfDisplayPcds.dsc.inc
    787450af9c OvmfPkg/OvmfXen.dsc: use OvmfDisplayPcds.dsc.inc
    c3427ae439 OvmfPkg: move display pcds to OvmfDisplayPcds.dsc.inc include file
    2091e449f1 StandaloneMmPkg: Introduce a PCD to disable shadow boot FV
    2d2642f483 ArmPkg/ArmGicDxe: Use EOImode 0x0 on GICv3
    81e2cd329e ArmPkg/ArmGic: Rename directory to ArmGicDxe
    9d1a9b426e ArmPkg/ArmGic: Implement GICv3+ version of GIC driver
    86119ff79e ArmPkg/ArmGic: Implement GICv2-only version of GIC driver
    0bb40c79be ArmPkg: Retire ArmGicLib implementations
    c9e38d1afb ArmPkg/ArmGic: Incorporate v3 code from ArmGicLib
    eaa60a6b10 ArmPkg/ArmGic: Retire ArmGicArchLib
    34ab9197a5 DynamicTablesPkg/SsdtSerialPortFixupLib: Switch to ArmGicLib.h
    9bf20991b4 ArmPkg/ArmGic: Move some GIC defines into ArmGicLib.h
    e663b79f74 ArmVirtPkg: Convert ArmVirtGicArchLib to NULL class library
    8edd5fd6d3 ArmPkg/ArmGic: Move GICv3 sysreg check into ArmGicDxe
    84eed1ef2a ArmPkg/ArmGic: Move GICv2 specific EOI/ACK routines into v2 driver
    337a99af10 ArmPkg/ArmGic: Move remaining shared code into ArmGicDxe
    298d8c436a ArmPkg/ArmGic: Drop declarations for non-existent functions
    2ab362f313 ArmPkg/ArmGic: Disentangle ArmGicEnableDistributor () versions
    4e874fcf09 ArmPkg/ArmGic: Disentangle v2 and v3 versions of IRQ en/disable APIs
    a4928a0cfc ArmPkg/ArmGic: Remove ArmGicEndOfInterrupt () API
    aad4dd9aac ArmPkg/ArmGic: Remove ArmGicSendSgiTo () API
    ec5bb8f953 ArmPkg/ArmGic: drop ArmGicEnableInterruptInterface from ArmGicLib
    555bbc6643 ArmPkg/ArmGic: Drop GICv2 legacy support
    ea2f6c68ee MdePkg/Base: Don't error out on missing compiler CPP macros
    f0c87b9ef4 StandaloneMmPkg: move core entry point lib and cpu driver to ArmPkg
    b370eab898 StandaloneMmPkg: introduce StandaloneMmExtractGuidedSectionLib
    6dd5375820 StandaloneMmPkg: remove per-cpu feature on StandaloneMm
    6c62f40df3 StandaloneMmPkg: Move sanity check for comm buffer to entrypoint
    7340a4b63a StandaloneMmPkg: Apply embedded stack in StandaloneMmEntryPoint
    6975494655 ArmPkg: Add StandaloneMm stack size Pcd
    6016c522c6 StandaloneMmCore: Change log level when mCommunicationBuffer is NULL
    1bebc97b81 ArmPkg/MmCommunication: add helper function converting smc return
    8f3c157e04 AmrPkg/MmCommunication: move Mmcommunicate.h to common include
    73b2831879 ArmPkg/MmCommunicationPei: Mmcommunication via FF-A
    9f9a3de9e4 ArmPkg/MmCommunicationDxe: Mmcommunication via FF-A
    1c963008e8 StandaloneMm/Library: Apply FF-A v1.2 in StandaloneMm
    4ca452cf91 ArmPkg/Library: Update StandaloneMmuLib with FF-A v1.2 with page granulirty
    401699c326 ArmPkg: Add ArmFfaLib used in StandaloneMm
    166c3b2eb7 ArmPkg: Add ArmFfaLib used in PEIM
    5d1b38dd07 ArmPkg: Add ArmFfaLib used in Dxe driver
    18948c4a6a ArmPkg: Add ArmFfaLib.h
    30ecebe015 ArmPkg: Remove PcdFfaEnabled
    843f4fd60d ArmPkg: Add FF-A related dynamic Pcd and Guid
    79875fdde0 ArmPkg: Add FF-A partition information header
    d1d690f363 ArmPkg/IndustryStandard: Introduce ArmFfaBootInfo.h
    173af697dd ArmPkg/IndustryStandard: Update ArmFfaSvc.h
    a5212d3db7 StandaloneMm/Library: Apply transfer list boot protocol in StandaloneMm
    54e394b4a2 ArmPkg/StandaloneMmMmuLib: Introduce a SPM_MM status helper fucntion
    c56856f068 ArmPkg/IndustryStandard: Change naming convention in ArmMmSvc.h
    31fcaf1fc0 StandaloneMm/Library: Remove Hob creation on Arm CoreHob Library
    fbeab84945 ArmPkg/Library: Introduce ArmTransferListLib
    6087382c62 StandaloneMmPkg: Introduce PI_MM_CPU_DRIVER_EP protocol.
    62127dfbc7 StandaloneMmPkg: Simplify returning event complete values
    1301e0b47e MdePkg: Add manageability status code defined in PI 1.9 Spec.
    89d413731d NetworkPkg/SnpDxe: Shutdown SnpDxe on BeforeExitBootServices Event.
    c1548908c9 NetworkPkg: UefiPxeBcDxe: Fix error packet detection
    cb672a8eb1 ArmVirtPkg: Use OvmfPkg/Include/*/Shell*.inc
    076ef39ba2 OvmfPkg: Use OvmfPkg/Include/*/Shell*.inc throughout
    7d958e55a4 ArmVirtPkg/CI: Copy shell to virtual drive
    e8de471660 ArmVirtPkg: Include no network components with -D NETWORK_ENABLE=0
    9a21320361 OvmfPkg: Include no network components with -D NETWORK_ENABLE=0
    b24ad97e53 Add VS Code GitHub issues notebook
    f07b03ea90 IntelFsp2Pkg/IntelFsp2Pkg.dec: add a GUID defined in FSP EAS
    8b2256fbf2 MdePkg/Include: Use _Static_assert for clang and GNUC
    aae044a130 EmbeddedPkg: CodeQL Fixes.
    d6f828b384 OvmfPkg/MicroVM: use PeiPcdLib for PEI_CORE
    ac9a6eed02 BaseTools: build_rule.template generate a different dll for wholearchive.
    f35d3a5bd3 MdeModulePkg: Make noisy log DEBUG_VERBOSE
    f2a8bb9dfb CloudHv: Disable PcdFirstTimeWakeUpAPsBySipi
    cbe8a09dba MdeModulePkg/HiiDatabaseDxe: Add string question load default support.
    7c1562f03c CryptoPkg: Add HMAC algorithms for signature/keymgmt
    8b87eb9dfb OvmfPkg: Use the OvmfPkg version of CcProbeLib
    d51baa02a6 OvmfPkg: Update with TdxMeasurementLib
    6f73428d06 OvmfPkg: Implement TdxMeasurementLib
    d97f530413 UefiCpuPkg: Add NULL TdxMeasurementLib instance
    94bfc6f0cb UefiCpuPkg: Add TdxMeasurementLib.h
    8c180acf1d StandaloneMmPkg/MmIpl: Correct FV HOB check founction
    3c8f47bf21 EmulatorPkg/Win/Host: Use safe function _vsnprintf_s()
    4218026bd6 CryptoPkg/BaseCryptLib: Fix mktime() coding style issue
    96390bb8a5 UefiCpuPkg: Update return status to follow spec
    efaa102d00 UefiCpuPkg: Produce EFI memory attributes protocol
    aaf0846fa2 ArmPkg: remove ArmGicAcknowledgeInterrupt function.
    11cffd9c3f CryptoPkg/BaseCryptLibMbedTls : Add strncpy() support to SecCryptLib
    c0533b7e22 OvmfPkg/SmmCpuPlatformHookLibQemu: Define IsCpuSyncAlwaysNeeded
    a8363bce36 Add SmmCpuPlatformHookLib IsCpuSyncAlwaysNeeded interface
    21cbba1bb3 StandaloneMmPkg: Call PeCoffLoaderUnloadImage When Unloading Image
    9bb11cad9d EmbeddedPkg: Remove misleading error message in FindNextMemoryNodeReg
    107981f3f0 StandaloneMmPkg: Assert if dispatcher fails memory allocation
    3ac092cf72 BaseTools: Clean up os.path.normcase and os.path.normpath usage
    8593eca048 ShellPkg: AcpiView: TPM2 parser for Arm FF-A
    14f5e9b098 ShellPkg: AcpiView: TPM2 Parser
    7216013b36 MdePkg: Tpm2Acpi.h: Add defines for TPM2 ACPI table revision 5
    1a23fe7472 MdeModulePkg: Update AtaPassThru to UEFI 2.10A
    114b54e3fb MdePkg: Update AtaPassThru header to UEFI 2.10A
    bb129c6a82 SignedCapsulePkg: Clarify return status of Fmp Protocol GetImage()
    768adcd9c1 FmpDevicePkg: Clarify return status of FMP Protocol GetImage()
    e4d74bb592 MdePkg: Add UEFI Specification macros
    a872cc18e0 MdePkg: Clarify return status of FMP Protocol GetImage()
    9144bb940a MdePkg: Update Default IP TTL
    42a141800c BaseTools: Skip directories with code extensions in the name
    7e03c40659 MdePkg: Update BASE_CR macro in Base.h for a Coverity error
    f6e19abd97 OvmfPkg/VirtioSerialDxe: respond CONSOLE_PORT with PORT_OPEN
    dca265a8ca RedfishPkg/RedfishPlatformConfigDxe: check attribute max. and min. value
    a7cc0014d2 FatPkg: CI: Add PrEval entry
    62de957185 CryptoPkg: Add sleep() function to BaseCryptLibMbedTls
    070eadb550 NetworkPkg/UefiPxeBcDxe: Bugfix for pxe driver
    a2263cb201 UefiPayloadpkg Add Missing part back
    105a62d3ac UefiPayloadPkg ：Update RetrieveMultiSegmentInfoFromHob
    fc140c5eae OvmfPkg: Enable virtio keyboard driver for Ia32x64 OVMF platform
    ce4317b4c8 OvmfPkg: Enable virtio keyboard driver for X64 OVMF platform
    573057cb1d ArmVirtPkg: Enable virtio keyboard driver for ARM OVMF platform
    8bc9f5a2bc OvmfPkg: Virtio based keyboard driver implementation
    0eea7b9c02 OvmfPkg: Add virtio keyboard device hooks
    0986082d7e Redfish/HiiUtilityLib Fix incorrect type assignment
    9e6537469d MdePkg: UefiDevicePathLib: Add Display Only format for Hard Drive.
    f39b121066 UefiPayloadPkg: Align base address for ACPI region
    da6504e5cc IntelFsp2WrapperPkg: Save FspHobListPtr right after FspMemoryInit exits
    1cc78814cd Remove dependancy on re.T
    e8c7b14da0 UefiPayloadPkg: Set PixelsPerScanLine property in GraphicInfo HOB
    c52dddf1eb ArmPkg: Update Generic Watchdog PCD Type
    4971459ab2 OvmfPkg: add new shell runtime config option to documentation.
    597342b212 OvmfPkg/PlatformBootManagerLib: Optimize PlatformRegisterFvBootOption
    abbd05992d OvmfPkg/PlatformBootManagerLib: Introduce FileIsInFv function.
    103aed83a7 OvmfPkg/PlatformBootManagerLib: Introduce support for fw_cfg for UEFI Shell
    07bb226542 OvmfPkg: Add a runtime switch for PlatformRegisterFvBootOption
    b8f3199595 OvmfPkg/LoongArch: Enabling some base libraries
    2ece0790f7 UefiCpuPkg: Add dump interrupt type on LoongArch64
    0fdffb71df UefiCpuPkg: Adjust the exception handler logic on LoongArch64
    fbbf4206c1 MdeModulePkg/XhciDxe: Non-zero start/stop values in XhcGetElapsedTicks
    896930edc9 .github: Add issue automation workflows
    3c8016b302 BaseTools: Support custom library build for base tools on Linux ARM
    74bf7f55c1 BaseTools: Adding cross compilation of BaseTool for Windows ARM/ARM64
    4b2f964749 BaseTools: Adding support of building BaseTool on Windows ARM/ARM64
    79a64e73f7 StandaloneMmPkg/Core: Support to dispatch multiple standalone MM FVs
    40df344b54 .github: Add GitHub issue templates
    124ed0f6d8 IntelFsp2Pkg : Add FSP-I arch config PPI
    1d1e0474d7 IntelFsp2WrapperPkg/FspiWrapperPeim : Support FSP-I measurement
    df1726a65e IntelFsp2WrapperPkg/FspiWrapperPeim : Support API mode
    4ffa8810af IntelFsp2Pkg : Add fsp status code for fspsmm init
    e374edc180 IntelFsp2WrapperPkg/FspiWrapperPeim : Support dispatch mode
    6fd8533b62 IntelFsp2WrapperPkg/FspiWrapperPeim : FSP-I wrapper PEIM entrypoint
    816a02cb3b StandaloneMmPkg/MmIpl : Add MM core fv location PPI support
    47cb080ca4 StandaloneMmPkg : Add MM core fv location PPI
    8279e49aae StandaloneMmPkg/MmIpl : Check if  MM FV HOB was built
    e8ce6c5189 UefiPkg/PiSmmCpuDxeSmm: Set SmmProfile Variable only for DXE SMM
    4af5849556 UefiPayloadPkg: Fix the issue detected by Uncrustify
    c5811ef1b3 UefiPayloadPkg: Enhance universal payload build
    72b65146bf UefiPayloadPkg: Enhance Universal payload serial port node
    7e7492fa12 .pytool/EccCheck: Open files in utf-8
    260d36484d .pytool/LicenseCheck: Open files in utf-8
    b8602d8fee NetworkPkg/WifiConnectionManagerDxe: Keep Setup page on no Wi-Fi module
    d1fccbf494 EmulatorPkg: spurious failure in WriteBlocks on X64
    30c8a73850 SecurityPkg/SecureBootConfigDxe: Enhance help in Delete Signature page
    2c07ab6256 Maintainers.txt: Add myself as ShellPkg reviewer
    9ef348350a OvmfPkg: document runtime config options
    924780f2cc UefiCpuPkg: x86 CpuDxe: Allocate AP Exception Stack Below 4GB
    cef65b2e93 MdePkg BootManagerPolicy.h: Define GUID for connecting storage devices.
    b38180effe ShellPkg/AcpiView: RAS2 Parser - check validity of PCC Count
    35216819b5 SourceLevelDebugPkg DxeDebugAgent: Handle additional initialize cases.
    17e67d26d9 MdeModulePkg DxeMain: Add late initialization for Debug Agent.
    e99d532fd7 ShellPkg/UefiShellLib: Accept "0 " as valid numeric string
    d63d5884d7 ShellPkg/UefiShellLib: Only write value if successful conversion
    f34a945a80 ShellPkg/UefiShellLib: Simplify check for empty string
    e11a912aa3 ShellPkg/UefiShellLib: Correct check for empty string
    ef3a1ef397 ShellPkg/UefiShellLib: Prevent out-of-bounds access
    7936ffa1e6 MdePkg/Ufs.h: Update to UFS 4.0
    59cfc13139 MdeModulePkg/Bus/Ufs: Use IndustryStandard headers
    29ebe5ee5a MdePkg/IndustryStandard: Add UFS definitions
    89b527df17 CryptoPkg: revert BUFSIZ macro definition from commit 456dd8b99f00
    1a440d9638 Retrieve the USB class specific data from the configuration descriptor
    c7354e9c84 OvmfPkg: Add minimum Python version for CI badge
    4274bcf146 EmulatorPkg: Add minimum Python version for CI badge
    ff003faabe ReadMe.rst: Add minimum Python version badge
    c1eb477e06 OvmfPkg/TdxDxe: Clear GPR Mask for RBX
    3022bab164 OvmfPkg: Remove macro MAX_LOONGARCH_EXCEPTION
    9537f8ce67 UefiCpuPkg: Remove macro MAX_LOONGARCH_EXCEPTION
    3c8e10c8b3 MdePkg: Synchronize UEFI2.11 LoongArch64 DebugSupportLib definition
    03783393e1 MdePkg: Allows loading X64 and ARM64 OPROM images on LoongArch64
    25ce25ecce ArmPkg: DefaultExceptionHandlerLib: Update function input bitwidth
    e8b7d7a238 ArmPkg: ArmExceptionLib: Fixing exception vector and type casting
    b689c387e2 ArmPkg: ArmLib: Update function to match header file
    6539b693d1 MdePkg: ArmLib: Return UINT32 for ArmCacheWritebackGranule
    9d0f3dd35d ArmPkg: ArmArchTimerLib: Update operations to be 64 bit wide
    77d32b1796 ArmPkg: TimerDxe: Use 64bit operation for timer ticks
    957fcbe7a3 ArmPkg: ArmGic: Cast CpuTarget to UINT32 for legacy GIC
    95972f966e DynamicTablesPkg: Correct parser for X64 architecture objects
    cf8241facc MdePkg: Add Google Mock Library for SafeIntLib
    232003ce5a MdePkg: Update StatusCodeDataTypeId.h
    e02c7848af MdeModulePkg SmbiosMeasurementDxe: Release TableAddress after use
    58c7517228 MdeModulePkg DriverHealthManagerDxe: Display HealthStatus as TextTwo
    f8f29a4a6a BaseTools: fix spelling error
    74ac8cc0e8 BaseTools: Typo fixes
    aca75d3c08 BaseTools: Update alignment for entry seg for Clang
    1bb10a479f MdeModulePkg/BrotliCustomDecompressLib: Make the library buildable
    1c5c951ec3 Update CI to VS2022
    bcbb709959 BaseTools: Add VS2022 XIPFLAGS
    f1e014a5ca BaseTools: Add /WHOLEARCHIVE for VS2022 Builds
    4c7c90254f Maintainers.txt: Add VS Code PR Dashboard maintainer
    2941f4b57f PullRequests.github-issues: Add PR notebook
    d55d4e22f4 OvmfPkg: Update PlatformPei.inf with TdxHelperLib
    1f55e175f4 OvmfPkg: Update OvmfPkgX64.dsc to support TdTcg2Pei
    9f9657e7da OvmfPkg: Update OvmfTpmLibs.dsc.inc to add PeiTpmMeasurementLib.inf
    7689c0d9fa OvmfPkg/TdTcg2Pei: Add TdTcg2Pei to install gEdkiiCcPpi
    bdf3c917e3 OvmfPkg/TdTcg2Dxe: Update with TdxHelperLib
    b6b1fdb073 OvmfPkg/TdxHelperLib: Refactor for new APIs
    cc0ec8ebae OvmfPkgX64: Add BaseCryptLib definition in PEIM
    b2df9a89ba SecurityPkg/PeiTpmMeasurementLib: Support CC Measurement
    3b07a2fb52 SecurityPkg/Ppi: Add gEdkiiCcPpi for CC Measurement in PEI phase
    481c43308b MdePkg: Add new PCDs for IPMI Serial
    5b760ca087 MdePkg/IndustryStandard: Add definitions for IPMI Serial
    e53cf2412a ShellPkg/UefiShellLevel2CommandsLib: Add helper for reset -fwui option
    694cc9f100 UefiPayloadPkg: Update ReadUnaligned64 in ACPI parsing
    ddb4ea681b UefiPayloadPkg: Update FDT parser logic for unaligned data access
    2d6d03056a UefiPayloadPkg: Add AARCH64 support on FdtParserLib
    f0424ec80e OvmfPkg: disable iscsi by default
    645988d9b3 OvmfPkg: add PcdEntryPointOverrideDefaultValue
    9ca29831f6 OvmfPkg: add fw_cfg option for usb storage
    f9335bcb7c OvmfPkg: add fw_cfg option for iscsi support
    b9cb18206a OvmfPkg: add fw_cfg option for virtio-net support
    5be587067a OvmfPkg: move USB drivers to new UsbComponents.dsc.inc
    b3b3cfab7e OvmfPkg: move VirtioNet to NetworkComponents.dsc.inc
    35706d43c5 NetworkPkg: PXE boot option build flag
    087a47688c OvmfPkg: PXE boot option build flag
    9e0c46efb0 ArmVirtPkg: PXE boot option build flag
    f6422011e5 MdeModulePkg/PlatformDriOverrideDxe: fix HiiOpCodeHandle leak
    1b283cf437 MdeModulePkg/UiApp: fix HiiOpCodeHandle leak
    e8cfc7beba NetworkPkg/IScsiDxe: fix HiiOpCodeHandle leak
    b1cdfc556f SecurityPkg/OpalPassword: fix HiiOpCodeHandle leak on error path
    fd9501f582 DxeRngLib: GetRandomNumber spurious success
    bbcdc0b7d9 MdePkg: Improve comments on DebugLib PCDs
    5b2d55533b BaseTools: Improve error messages from UefiCapsuleHeader.py
    e508c6c08a MdeModulePkg/DxeIplPeim: Free scratch buffer after FV extraction
    73570d8ab6 openssl: disable visual studio warning #4189
    99e18f2327 CryptoPkg: CI: update OpensslGen file list
    8c5dcecd24 CryptoPkg: gcc needs 4k section alignment too
    9895fe25ac CryptoPkg/BaseCryptLib: add next parameter to SHA3_squeeze
    a801363249 CryptoPkg: add openssl/providers/fips/include to includes
    005f4c6b5e openssl: add more stubs for openssl 3.2.x
    53cea8efd1 openssl: adapt stubs to openssl 3.2.x
    8f6c2ccc45 openssl: update generated files
    e584e865f8 openssl: update submodule to 3.4.0
    333e9638ad MdeModulePkg/Bus/Pci: Fix Descriptor Misalignment in USB Config Handling
    e8668d2dee MdeModulePkg/DxeCore: Call BeforeExitBootServices event group only once
    47e28a6d44 ArmVirtPkg/ArmPlatformLibQemu: Enable early ID map on EL2+VHE
    793f4d2662 Maintainers.txt: Add a new R for LoongArch64
    47ef197873 BaseTools: Coverage: Detect lcov version
    2940708eb2 NetworkPkg/DxeNetLib: drop GLOBAL_REMOVE_IF_UNREFERENCED
    d31fd8bcb7 MdePkg/DxeRngLib: drop GLOBAL_REMOVE_IF_UNREFERENCED
    061bccff3a DynamicTablesPkg: Update link to iASL in Readme.md
    210a76e917 Remove Ray from maintainer list of FatPkg
    775d6cd7ed OvmfPkg/QemuFwCfgDxeLib: use PcdConfidentialComputingGuestAttr
    194cdc1700 SecurityPkg: remove unused `EfiSig` variable in SecureBootFetchData
    dfab971e91 SecurityPkg: Improve formatting of msg when GetVariable fails
    61c714285f BaseTools: Coverage: make lcov v2.0 work
    29859cbc28 CI: Use latest Fedora 40 image for Linux jobs
    0f9dbb4abf Maintainers.txt: Add myself as FatPkg Maintainer
    745cab5aad DynamicTablesPkg: Fix BDF format for PCI initiators
    bff50932c1 OvmfPkg: Update links to Intel & MS ACPI compilers in README
    da1084ccf4 MdePkg/Include/IndustryStandard: Address C++ keyword collisions
    e6a886fdfc SecurityPkg/Library/TpmCommandLib: Change xor to xor_
    05ac9a58f5 MdePkg/Include/IndustryStandard: Add operator_ and xor_ field names
    1e079360cd PrmPkg: Update link to ACPICA in Readme.md
    9112fb0ecc MdeModulePkg/HiiDatabase: Return default value for BIT VarStore as UNIT32
    9a9bcacbe0 UefiCpuPkg/CpuMmuLib: Adjust default memory attributes on LoongArch
    9098efdf0d EmulatorPkg: BlockIo2 APIs do not signal event
    5158b598f7 DynamicTablesPkg: Adds X64 support for CPU SSDT generator
    e89ff68110 DynamicTablesPkg: Add X64 MADT table generator
    24d835a131 OvmfPkg/Library/HardwareInfoLib: Fix memory allocation for a root bridge
    4928851899 ArmVirtPkg: Report an error if NETWORK_TLS_ENABLE is TRUE on ARM
    3781ad107d OvmfPkg/QemuVideoDxe: Clean up Non-Used PCDs
    9c4542a064 OvmfPkg: Rerun dispatcher after initializing virtio-rng
    3ee2ceb6fa FatPkg/EnhancedFatDxe: Add comments around StrSize() checks
    bf32c2d61f ArmPkg/SemihostFs: StrSize() cannot return 0
    d90bf1f973 EmbeddedPkg: reduce "Found ACPI table" messages from ERROR to INFO
    b78b4da1fb ArmPlatformPkg: Allow up to 5 Secure Boot DB certs
    ae8ab7190c ArmVirtPkg/ArmVirtKvmTool: Use PSCI/SMCCC conduit from FDT
    f9f4164af9 ArmVirtPkg: Rename ArmVirtQemuMonitorLib to ArmVirtMonitorLib
    91171b6b94 ArmVirtPkg/PrePi: Don't clear HCR_EL2 fields when setting TGE
    f60a839480 ArmPkg/ArmMmuLib: Add support for EL2&0 translation regime
    e80b17d21a ArmPkg/ArmMmuLib: Ignore EL3 in RELEASE code
    31ff325228 ArmPkg/ArmLib: Use VHE alternatives for timer system registers
    c2827283a8 MdePkg/AArch64: Add some missing MMU related constants
    a25eb7557f SignedCapsulePkg: Drop ARM support
    6f0e977165 Drop git submodule for Berkeley softfloat library
    31ea376b58 ArmPkg: Remove ArmSoftFloatLib implementation
    e54794bcc6 Remove all ArmSoftFloatLib library class resolutions
    98f4d35aae RedfishPkg: Drop ARM support
    f73f7b2318 CryptoPkg/OpensslLib: Drop dependency on ArmSoftFloatLib
    a4c50dd3e8 .github: Handle deleted GitHub accounts
    7eff71fe69 SecurityPkg: Update libspdm
    c15bd99342 SecurityPkg/Tcg2Config: Set TPM2.0 for default of Attempt TPM Device
    468b3d9589 UefiCpuPkg/PiSmmCpuDxeSmm:Check resource HOB range before mapping
    065df32de3 CryptoPkg: Apply gettimeofday() solution to BaseCryptLibMbedTls
    8c8e05db24 OvmfPkg/PlatformInitLib: enable x2apic mode if needed
    800205678f ShellPkg: Fix check on OldArgv in UpdateArgcArgv()
    6142f0a8a5 OvmfPkg/EmuVariableFvbRuntimeDxe: Issue NV vars initializitation message
    d502cc7702 OvmfPkg/PlatformInitLib: Retry NV vars FV check as shared
    52fa7e78d2 OvmfPkg/PlatformPei: Move NV vars init to after SEV-SNP memory acceptance
    f0d2bc3ab2 OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Do not use flash with SEV-SNP
    a6f1433e95 DynamicTablesPkg/ArmGicCParser: Parse VGIC interrupt for all CPUs
    0d129450c2 NetworkPkg: Restore TPL Before Return
    f3bc6013d2 MdeModulePkg HobPrintLib: Add Guid to Guids section.
    edb312d5d0 MdePkg/BaseRngLib: Remove global variable for RDRAND state update
    4d3cf37ff0 MdePkg/SmmPciExpressLib: Ensure gBS variable for the constructor
  - Remove berkeley-softfloat-3-b64af41c3276f.tar.xz because of commit "31ea376b58 ArmPkg: Remove ArmSoftFloatLib implementation"
  - Remove ovmf-Revert-Add-Stack-Cookie-Support-to-MSVC-and-GCC.patch (modified as ovmf-Remove-unsupported-GCC-flag-mstack-protector-guard.patch to minimize impact)
  - Add ovmf-Remove-unsupported-GCC-flag-mstack-protector-guard.patch
  - Add ovmf-Increase-FVMAIN-Size-for-Compatibility-with-2MB-Size.patch
  - Update openssl library to 3.4

------------------------------------------------------------------
------------------  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 2bf5321
  - powerpc: Document details on H_HTM hcall (jsc#PED-10944).
  - powerpc/pseries: Export hardware trace macro dump via debugfs
    (jsc#PED-10944).
  - Update config files.
  - powerpc/pseries: Macros and wrapper functions for H_HTM call
    (jsc#PED-10944).
  - commit 5460fb0
  - rpm/config.sh: Update Bugzillla product
    There is now proper product for SLE16 which is the preferred target for
    automated bug reports.
  - commit 1b3f821
  - btrfs: check folio mapping after unlock in relocate_one_folio() (CVE-2024-56758 bsc#1235621)
  - commit ba0cfe2
  - arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level (git-fixes)
  - commit 8f89035
  - arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes (git-fixes)
  - commit f4826cb
  - mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() (git-fixes)
  - commit 1fac258
  - arm64/mm: Fix Boot panic on Ampere Altra (git-fixes)
  - commit a6faf3e
  - arm64: dts: rockchip: adjust SMMU interrupt type on rk3588 (git-fixes)
  - commit 638ed0e
  - arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook (git-fixes)
  - commit dcbc592
  - USB: serial: option: fix Telit Cinterion FN990A name
    (git-fixes).
  - commit c850a7b
  - USB: serial: option: add Telit Cinterion FN990B compositions
    (git-fixes).
  - commit 1f5ca02
  - USB: serial: option: drop MeiG Smart defines (git-fixes).
  - commit f6098ca
  - USB: serial: option: add MeiG Smart SLM828 (git-fixes).
  - commit e39974a
  - USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
    (git-fixes).
  - commit c8ad9c4
  - USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
    (git-fixes).
  - commit 1cd3bfd
  - usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters
    ERROR_RECOVERY (git-fixes).
  - commit d3d2cdf
  - 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 ac8f9f3
  - arm64: dts: rockchip: Fix broken tsadc pinctrl names for rk3588 (git-fixes)
  - commit 730f333
  - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)
  - commit 1f1e842
  - Refresh patches.suse/0001-idpf-extend-tx-watchdog-timeout.patch.
  - Refresh
    patches.suse/s390-Fix-mlx5-RoCE-throuput-degradtion.patch.
    Re-enabled needed patches.
  - commit 553c7bc
  - ila: serialize calls to nf_register_net_hooks() (CVE-2024-57900
    bsc#1235973).
  - commit 4159884
  - net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
    (CVE-2025-21629 bsc#1235968).
  - commit f3eb8e0

++++ nftables:

  - Add 0001-tools-add-a-systemd-unit-for-static-rulesets.patch
    [boo#1237277]

++++ npth:

  - specfile: update license to LGPL-2.1-or-later

++++ python313-core:

  - Do not build with experimental_jit when primary_python

++++ 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.

++++ mdadm:

  - cleanup 1005-mdadm-enable-Intel-Alderlake-RSTe-configuration.patch
    (remove a redundant macro definition)

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

  - update CUDA variant to 570.124.06

++++ patterns-base:

  - Ensure btrfsmaintenance is required by transactional_base
    (bsc#1238405).
  - Ensure less, sudo (bsc#1238409) and iputils (bsc#1238371) are
    required in transactional_base pattern for SLFO.

++++ python313:

  - Do not build with experimental_jit when primary_python

++++ python-libvirt-python:

  - Update to 11.1.0
  - Add all new APIs and constants in libvirt 11.1.0

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

++++ grub2:

  - Cherry-pick upstream XFS fixes
    * 0001-fs-xfs-Add-new-superblock-features-added-in-Linux-6..patch
    * 0002-fs-xfs-Fix-grub_xfs_iterate_dir-return-value-in-case.patch
  - Fix "attempt to read of write outside of partition" error message (bsc#1237844)
    * 0003-fs-xfs-fix-large-extent-counters-incompat-feature-su.patch

++++ kernel-default:

  - tracing: Do not allow mmap() of persistent ring buffer
    (git-fixes bsc#1237898 CVE-2025-21778).
  - commit 7bd7207
  - Delete
    patches.suse/staging-qlge-devlink-use-retained-error-fmsg-API.patch.
    Dropped patch for no longer present driver.
  - commit d78cf53
  - bpf: Send signals asynchronously if !preemptible (git-fixes
    bsc#1237879 CVE-2025-21728).
  - commit bf6a524
  - scsi: lpfc: Copyright updates for 14.4.0.8 patches
    (bsc#1238349).
  - scsi: lpfc: Update lpfc version to 14.4.0.8 (bsc#1238349).
  - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID
    routine (bsc#1238349).
  - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
    (bsc#1238349).
  - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when
    pci_irq_vector() fails (bsc#1238349).
  - scsi: lpfc: Reduce log message generation during ELS ring
    clean up (bsc#1238349).
  - commit 9c9e63e
  - net: ethtool: Use hwprov under rcu_read_lock (git-fixes).
  - commit 9b0a090
  - idpf: fix checksums set in idpf_rx_rsc() (jsc#PED-10581).
  - net/mlx5: IRQ, Fix null string in debug print (jsc#PED-11331).
  - net/mlx5: Restore missing trace event when enabling vport QoS
    (jsc#PED-11331).
  - net/mlx5: Fix vport QoS cleanup on error (jsc#PED-11331).
  - ixgbe: fix media cage present detection for E610 device
    (jsc#PED-9647).
  - iavf: fix circular lock dependency with netdev_lock
    (jsc#PED-10423).
  - ice: Avoid setting default Rx VSI twice in switchdev setup
    (jsc#PED-10419).
  - ice: Fix deinitializing VF in error path (jsc#PED-10419).
  - net: ethtool: fix ioctl confusing drivers about desired HDS
    user config (git-fixes).
  - RDMA/bnxt_re: Fix the page details for the srq created by
    kernel consumers (jsc#PED-10684 jsc#PED-11230).
  - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (jsc#PED-10684
    jsc#PED-11230).
  - RDMA/bnxt_re: Fix issue in the unload path (jsc#PED-10684
    jsc#PED-11230).
  - RDMA/bnxt_re: Add sanity checks on rdev validity (jsc#PED-10684
    jsc#PED-11230).
  - RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifier
    (jsc#PED-10684 jsc#PED-11230).
  - vsock/bpf: Warn on socket without transport (jsc#PED-11028).
  - ibmvnic: Don't reference skb after sending to VIOS
    (jsc#PED_10911 jsc#PED-3606).
  - s390/qeth: move netif_napi_add_tx() and napi_enable() from
    under BH (git-fixes).
  - vsock: Orphan socket after transport release (jsc#PED-11028).
  - igc: Set buffer type for empty frames in igc_init_empty_frame
    (jsc#PED-10417).
  - igc: Fix HW RX timestamp when passed by ZC XDP (jsc#PED-10417).
  - ixgbe: Fix possible skb NULL pointer dereference (jsc#PED-9647).
  - idpf: record rx queue in skb for RSC packets (jsc#PED-10581).
  - idpf: fix handling rsc packet with a single segment
    (jsc#PED-10581).
  - iavf: Fix a locking bug in an error path (jsc#PED-10423).
  - neighbour: use RCU protection in __neigh_notify() (jsc#PED-10684
    jsc#PED-11230).
  - net: ethtool: tsconfig: Fix netlink type of hwtstamp flags
    (git-fixes).
  - net: add dev_net_rcu() helper (jsc#PED-10684 jsc#PED-11230).
  - net: atlantic: fix warning during hot unplug (jsc#PED-11287).
  - ice: stop storing XDP verdict within ice_rx_buf (jsc#PED-10419).
  - ice: gather page_count()'s of each frag right before XDP prog
    call (jsc#PED-10419).
  - ice: put Rx buffers after being done with current frame
    (jsc#PED-10419).
  - tg3: Disable tg3 PCIe AER on system reboot (jsc#PED-3526
    jsc#PED-11226).
  - vmxnet3: Fix tx queue race condition with XDP (jsc#PED-11024).
  - ice: Add check for devm_kzalloc() (jsc#PED-10419).
  - vsock: Allow retrying on connect() failure (jsc#PED-11028).
  - iavf: allow changing VLAN state without calling PF
    (jsc#PED-10423).
  - ice: remove invalid parameter of equalizer (jsc#PED-10419).
  - ice: fix ice_parser_rt::bst_key array size (jsc#PED-10419).
  - idpf: add more info during virtchnl transaction timeout/salt
    mismatch (jsc#PED-10581).
  - idpf: convert workqueues to unbound (jsc#PED-10581).
  - idpf: Acquire the lock before accessing the xn->salt
    (jsc#PED-10581).
  - idpf: fix transaction timeouts on reset (jsc#PED-10581).
  - idpf: add read memory barrier when checking descriptor done bit
    (jsc#PED-10581).
  - net: page_pool: don't try to stash the napi id (jsc#PED-10423).
  - netdevsim: don't assume core pre-populates HDS params on GET
    (jsc#PED-10684 jsc#PED-11230).
  - wifi: mt76: move napi_enable() from under BH (git-fixes).
  - eth: via-rhine: fix calling napi_enable() in atomic context
    (git-fixes).
  - eth: niu: fix calling napi_enable() in atomic context
    (git-fixes).
  - eth: 8139too: fix calling napi_enable() in atomic context
    (git-fixes).
  - eth: forcedeth: fix calling napi_enable() in atomic context
    (git-fixes).
  - eth: forcedeth: remove local wrappers for napi enable/disable
    (git-fixes).
  - eth: tg3: fix calling napi_enable() in atomic context
    (jsc#PED-3526 jsc#PED-11226).
  - net/mlx5e: add missing cpu_to_node to kvzalloc_node in
    mlx5e_open_xdpredirect_sq (jsc#PED-11331).
  - net: mvneta: fix locking in mvneta_cpu_online() (git-fixes).
  - octeontx2: don't mess with ->d_parent or ->d_parent->d_name
    (jsc#PED-11317).
  - sysfs: constify bin_attribute argument of
    sysfs_bin_attr_simple_read() (jsc#PED-10421 jsc#PED-8564).
  - sysfs: constify macro BIN_ATTRIBUTE_GROUPS() (jsc#PED-10421
    jsc#PED-8564).
  - VMCI: remove unused ioctl definitions (jsc#PED-11026).
  - RDMA/hfi1: Constify 'struct bin_attribute' (jsc#PED-10421
    jsc#PED-8564).
  - RDMA/bnxt_re: Allocate dev_attr information dynamically
    (jsc#PED-10684 jsc#PED-11230).
  - RDMA/bnxt_re: Pass the context for ulp_irq_stop (jsc#PED-10684
    jsc#PED-11230).
  - RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event
    (jsc#PED-10684 jsc#PED-11230).
  - RDMA/bnxt_re: Query firmware defaults of CC params during probe
    (jsc#PED-10684 jsc#PED-11230).
  - RDMA/bnxt_re: Add Async event handling support (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Add ULP call to notify async events (jsc#PED-10684
    jsc#PED-11230).
  - net: avoid race between device unregistration and ethnl ops
    (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: update header sizing defaults (jsc#PED-10684
    jsc#PED-11230).
  - eth: bnxt: allocate enough buffer space to meet HDS threshold
    (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: populate the default HDS params in the core
    (jsc#PED-10684 jsc#PED-11230).
  - eth: bnxt: apply hds_thrs settings correctly (jsc#PED-10684
    jsc#PED-11230).
  - net: provide pending ring configuration in net_device
    (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: store netdev in a temp variable in
    ethnl_default_set_doit() (jsc#PED-10684 jsc#PED-11230).
  - net: move HDS config from ethtool state (jsc#PED-10684
    jsc#PED-11230).
  - net: destroy dev->lock later in free_netdev() (git-fixes).
  - eth: bnxt: fix string truncation warning in FW version
    (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: ts: add separate counter for unconfirmed one-step
    TX timestamps (jsc#PED-10684 jsc#PED-11230).
  - net/mlx5: fix unintentional sign extension on shift of
    dest_attr->vport.vhca_id (jsc#PED-11331).
  - ice: support FW Recovery Mode (jsc#PED-10419).
  - devlink: add devl guard (jsc#PED-10419).
  - pldmfw: enable selected component update (jsc#PED-10419).
  - net/mlx5e: CT: Offload connections with hardware steering rules
    (jsc#PED-11331).
  - net/mlx5e: CT: Make mlx5_ct_fs_smfs_ct_validate_flow_rule
    reusable (jsc#PED-11331).
  - net/mlx5e: CT: Add initial support for Hardware Steering
    (jsc#PED-11331).
  - net/mlx5: HWS, rework the check if matcher size can be increased
    (jsc#PED-11331).
  - net: protect napi->irq with netdev_lock() (jsc#PED-3526
    jsc#PED-11226).
  - net: protect NAPI enablement with netdev_lock() (jsc#PED-10423).
  - net: protect netdev->napi_list with netdev_lock()
    (jsc#PED-10423).
  - net: add netdev->up protected by netdev_lock() (jsc#PED-10423).
  - net: make netdev_lock() protect netdev->reg_state
    (jsc#PED-10423).
  - net: add netdev_lock() / netdev_unlock() helpers
    (jsc#PED-10423).
  - ice: Add in/out PTP pin delays (jsc#PED-10419).
  - ice: implement low latency PHY timer updates (jsc#PED-10419).
  - ice: check low latency PHY timer update firmware capability
    (jsc#PED-10419).
  - ice: add lock to protect low latency interface (jsc#PED-10419).
  - ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*
    (jsc#PED-10419).
  - ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810
    (jsc#PED-10419).
  - ice: use string choice helpers (jsc#PED-10419).
  - ice: add fw and port health reporters (jsc#PED-10419).
  - ice: add recipe priority check in search (jsc#PED-10419).
  - ice: ice_probe: init ice_adapter after HW init (jsc#PED-10419).
  - ice: minor: rename goto labels from err to unroll
    (jsc#PED-10419).
  - ice: split ice_init_hw() out from ice_init_dev()
    (jsc#PED-10419).
  - ice: c827: move wait for FW to ice_init_hw() (jsc#PED-10419).
  - netdevsim: add HDS feature (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: add support for hds-thresh ethtool command
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: add support for tcp-data-split ethtool command
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: add support for rx-copybreak ethtool command
    (jsc#PED-10684 jsc#PED-11230).
  - net: disallow setup single buffer XDP when tcp-data-split is
    enabled (jsc#PED-10684 jsc#PED-11230).
  - net: devmem: add ring parameter filtering (jsc#PED-10684
    jsc#PED-11230).
  - net: ethtool: add support for configuring hds-thresh
    (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: add hds_config member in ethtool_netdev_state
    (jsc#PED-10684 jsc#PED-11230).
  - net/mlx5: Add nic_cap_reg and vhca_icm_ctrl registers
    (jsc#PED-11331).
  - net/mlx5: SHAMPO: Introduce new SHAMPO specific HCA caps
    (jsc#PED-11331).
  - net/mlx5: Add support for MRTCQ register (jsc#PED-11331).
  - net/mlx5: Update mlx5_ifc to support FEC for 200G per lane
    link modes (jsc#PED-11331).
  - net: ethtool: add support for structured PHY statistics
    (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: plumb PHY stats to PHY drivers (jsc#PED-10684
    jsc#PED-11230).
  - ethtool: linkstate: migrate linkstate functions to support
    multi-PHY setups (jsc#PED-10684 jsc#PED-11230).
  - net/mlx5: HWS, update flow - support through bigger action RTC
    (jsc#PED-11331).
  - net/mlx5: HWS, update flow - remove the use of dual RTCs
    (jsc#PED-11331).
  - net/mlx5: fs, add HWS to steering mode options (jsc#PED-11331).
  - net/mlx5: fs, add HWS get capabilities (jsc#PED-11331).
  - net/mlx5: fs, set create match definer to not supported by HWS
    (jsc#PED-11331).
  - net/mlx5: fs, add support for dest vport HWS action
    (jsc#PED-11331).
  - net/mlx5: fs, add HWS fte API functions (jsc#PED-11331).
  - net/mlx5: fs, add dest table cache (jsc#PED-11331).
  - net/mlx5: fs, manage flow counters HWS action sharing by
    refcount (jsc#PED-11331).
  - net/mlx5: fs, add HWS modify header API function
    (jsc#PED-11331).
  - net/mlx5: fs, add HWS packet reformat API function
    (jsc#PED-11331).
  - net/mlx5: fs, add HWS actions pool (jsc#PED-11331).
  - net/mlx5: fs, add HWS flow group API functions (jsc#PED-11331).
  - net/mlx5: fs, add HWS flow table API functions (jsc#PED-11331).
  - net/mlx5: fs, add HWS root namespace functions (jsc#PED-11331).
  - eth: iavf: extend the netdev_lock usage (jsc#PED-10423).
  - net/mlx5e: Update TX ESN context for IPSec hardware offload
    (jsc#PED-11331).
  - xfrm: Support ESN context update to hardware for TX
    (jsc#PED-11331).
  - net/mlx5: use do_aux_work for PHC overflow checks
    (jsc#PED-11331).
  - igc: Link queues to NAPI instances (jsc#PED-10417).
  - igc: Link IRQs to NAPI instances (jsc#PED-10417).
  - i40e: add ability to reset VF for Tx and Rx MDD events
    (jsc#PED-10428).
  - ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
    (jsc#PED-9647).
  - ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
    (jsc#PED-9647).
  - igb: Fix passing 0 to ERR_PTR in igb_run_xdp() (jsc#PED-10426).
  - igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
    (jsc#PED-10417).
  - igc: Allow hot-swapping XDP program (jsc#PED-10417).
  - igb: Add AF_XDP zero-copy Tx support (jsc#PED-10426).
  - igb: Add AF_XDP zero-copy Rx support (jsc#PED-10426).
  - igb: Add XDP finalize and stats update functions
    (jsc#PED-10426).
  - igb: Introduce XSK data structures and helpers (jsc#PED-10426).
  - igb: Introduce igb_xdp_is_enabled() (jsc#PED-10426).
  - igb: Remove static qualifiers (jsc#PED-10426).
  - ixgbevf: Remove unused ixgbevf_hv_mbx_ops (jsc#PED-9647).
  - octeontx2-pf: mcs: Remove dead code and semi-colon from
    rsrc_name() (jsc#PED-11317).
  - net/mlx5: HWS, set timeout on polling for completion
    (jsc#PED-11331).
  - net/mlx5: HWS, support flow sampler destination (jsc#PED-11331).
  - net/mlx5: HWS, use the right size when writing arg data
    (jsc#PED-11331).
  - net/mlx5: HWS, handle returned error value in pool alloc
    (jsc#PED-11331).
  - net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset
    (jsc#PED-11331).
  - net/mlx5: HWS, separate SQ that HWS uses from the usual traffic
    SQs (jsc#PED-11331).
  - net/mlx5: HWS, num_of_rules counter on matcher should be atomic
    (jsc#PED-11331).
  - net/mlx5: HWS, reduce memory consumption of a matcher struct
    (jsc#PED-11331).
  - net/mlx5: HWS, remove wrong deletion of the miss table list
    (jsc#PED-11331).
  - net/mlx5: HWS, change error flow on matcher disconnect
    (jsc#PED-11331).
  - net/mlx5: HWS, add error message on failure to move rules
    (jsc#PED-11331).
  - net/mlx5: HWS, simplify allocations as we support only FDB
    (jsc#PED-11331).
  - net/mlx5: HWS, denote how refcounts are protected
    (jsc#PED-11331).
  - net/mlx5: HWS, remove implementation of unused FW commands
    (jsc#PED-11331).
  - net/mlx5: HWS, remove the use of duplicated structs
    (jsc#PED-11331).
  - igc: Remove unused igc_read/write_pcie_cap_reg (jsc#PED-10417).
  - igc: Remove unused igc_read/write_pci_cfg wrappers
    (jsc#PED-10417).
  - igc: Remove unused igc_acquire/release_nvm (jsc#PED-10417).
  - i40e: Remove unused i40e_dcb_hw_get_num_tc (jsc#PED-10428).
  - i40e: Remove unused i40e_asq_send_command_v2 (jsc#PED-10428).
  - i40e: Remove unused i40e_commit_partition_bw_setting
    (jsc#PED-10428).
  - i40e: Remove unused i40e_del_filter (jsc#PED-10428).
  - i40e: Remove unused i40e_get_cur_guaranteed_fd_count
    (jsc#PED-10428).
  - i40e: Deadcode profile code (jsc#PED-10428).
  - i40e: Remove unused i40e_(read|write)_phy_register
    (jsc#PED-10428).
  - i40e: Remove unused i40e_blink_phy_link_led (jsc#PED-10428).
  - i40e: Deadcode i40e_aq_* (jsc#PED-10428).
  - devlink: Improve the port attributes description
    (jsc#PED-10419).
  - ixgbevf: Add support for Intel(R) E610 device (jsc#PED-9647).
  - PCI: Add PCI_VDEVICE_SUB helper macro (jsc#PED-9647).
  - ixgbe: Enable link management in E610 device (jsc#PED-9647).
  - ixgbe: Clean up the E610 link management related code
    (jsc#PED-9647).
  - ixgbe: Add ixgbe_x540 multiple header inclusion protection
    (jsc#PED-9647).
  - ixgbe: Add support for EEPROM dump in E610 device
    (jsc#PED-9647).
  - ixgbe: Add support for NVM handling in E610 device
    (jsc#PED-9647).
  - ixgbe: Add link management support for E610 device
    (jsc#PED-9647).
  - ixgbe: Add support for E610 device capabilities detection
    (jsc#PED-9647).
  - ixgbe: Add support for E610 FW Admin Command Interface
    (jsc#PED-9647).
  - net: ethtool: Fix suspicious rcu_dereference usage (git-fixes).
  - net/mlx5: fs, Add support for RDMA RX steering over IB link
    layer (jsc#PED-11331).
  - net/mlx5: Remove PTM support log message (jsc#PED-11331).
  - net/mlx5: DR, add support for ConnectX-8 steering
    (jsc#PED-11331).
  - net/mlx5: DR, expand SWS STE callbacks and consolidate common
    structs (jsc#PED-11331).
  - net/mlx5: HWS, do not initialize native API queues
    (jsc#PED-11331).
  - net/mlx5: HWS, no need to expose mlx5hws_send_queues_open/close
    (jsc#PED-11331).
  - net/mlx5: fs, retry insertion to hash table on EBUSY
    (jsc#PED-11331).
  - net/mlx5: fs, add mlx5_fs_pool API (jsc#PED-11331).
  - net/mlx5: fs, add counter object to flow destination
    (jsc#PED-11331).
  - net/mlx5: LAG, Support LAG over Multi-Host NICs (jsc#PED-11331).
  - net/mlx5: LAG, Refactor lag logic (jsc#PED-11331).
  - sfc: Use netdev refcount tracking in struct
    efx_async_filter_insertion (jsc#PED-11366).
  - xsk: add generic XSk &xdp_buff -> skb conversion
    (jsc#PED-10428).
  - xsk: make xsk_buff_add_frag() really add the frag via
    __xdp_buff_add_frag() (jsc#PED-10428).
  - xdp: add generic xdp_build_skb_from_buff() (jsc#PED-10428).
  - xdp: add generic xdp_buff_add_frag() (jsc#PED-10428).
  - page_pool: add page_pool_dev_alloc_netmem() (jsc#PED-10428).
  - sfc: remove efx_writed_page_locked (jsc#PED-11366).
  - bnxt_en: Skip reading PXP registers during ethtool -d if
    unsupported (bsc#1238145).
  - bnxt_en: Skip MAC loopback selftest if it is unsupported by FW
    (bsc#1238145).
  - bnxt_en: Skip PHY loopback ethtool selftest if unsupported by FW
    (bsc#1238145).
  - bnxt_en: Do not allow ethtool -m on an untrusted VF
    (bsc#1238145).
  - bnxt_en: Use FW defined resource limits for RoCE (bsc#1238145).
  - ice: Add MDD logging via devlink health (jsc#PED-10419).
  - ice: add Tx hang devlink health reporter (jsc#PED-10419).
  - ice: rename devlink_port. to port.[ch] (jsc#PED-10419).
  - devlink: add devlink_fmsg_dump_skb() function (jsc#PED-10419).
  - devlink: add devlink_fmsg_put() macro (jsc#PED-10419).
  - net/mlx5e: Report rx_discards_phy via rx_dropped
    (jsc#PED-11331).
  - net: page_pool: rename page_pool_is_last_ref() (jsc#PED-10428).
  - net/mlx5: Add device cap abs_native_port_num (jsc#PED-11331).
  - net/mlx5: qos: Add ifc support for cross-esw scheduling
    (jsc#PED-11331).
  - net/mlx5: Add support for new scheduling elements
    (jsc#PED-11331).
  - net/mlx5: Add ConnectX-8 device to ifc (jsc#PED-11331).
  - net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits
    (jsc#PED-11331).
  - net: ethtool: Add support for tsconfig command to get/set
    hwtstamp config (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp
    by net topology (jsc#PED-10684 jsc#PED-11230).
  - net: Add the possibility to support a selected hwtstamp in
    netdevice (jsc#PED-10684 jsc#PED-11230).
  - net: Make net_hwtstamp_validate accessible (jsc#PED-10684
    jsc#PED-11230).
  - net: Make dev_get_hwtstamp_phylib accessible (jsc#PED-10684
    jsc#PED-11230).
  - octeontx2-af: fix build regression without CONFIG_DCB
    (jsc#PED-11317).
  - ionic: remove the unused nb_work (jsc#PED-11378).
  - page_pool: disable sync for cpu for dmabuf memory provider
    (jsc#PED-10428).
  - page_pool: Set `dma_sync` to false for devmem memory provider
    (jsc#PED-10428).
  - net: page_pool: create page_pool_alloc_netmem (jsc#PED-10428).
  - net: page_pool: rename page_pool_alloc_netmem to *_netmems
    (jsc#PED-10423).
  - xdp: make __xdp_return() MP-agnostic (jsc#PED-10428).
  - xdp: get rid of xdp_frame::mem.id (jsc#PED-10428).
  - page_pool: allow mixing PPs within one bulk (jsc#PED-10428).
  - ionic: add support for QSFP_PLUS_CMIS (jsc#PED-11378).
  - ionic: add speed defines for 200G and 400G (jsc#PED-11378).
  - ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPP (jsc#PED-11378).
  - ionic: Use VLAN_ETH_HLEN when possible (jsc#PED-11378).
  - ionic: add asic codes to firmware interface file
    (jsc#PED-11378).
  - ice: cleanup Rx queue context programming functions
    (jsc#PED-10419).
  - ice: move prefetch enable to ice_setup_rx_ctx (jsc#PED-10419).
  - ice: reduce size of queue context fields (jsc#PED-10419).
  - ice: use <linux/packing.h> for Tx and Rx queue context data
    (jsc#PED-10419).
  - ice: use structures to keep track of queue context size
    (jsc#PED-10419).
  - ice: remove int_q_state from ice_tlan_ctx (jsc#PED-10419).
  - lib: packing: add pack_fields() and unpack_fields()
    (jsc#PED-10419).
  - lib: packing: demote truncation error in pack() to a warning
    in __pack() (jsc#PED-10419).
  - lib: packing: create __pack() and __unpack() variants without
    error checking (jsc#PED-10419).
  - cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD
    disabled (jsc#PED-11317).
  - cn10k-ipsec: Enable outbound ipsec crypto offload
    (jsc#PED-11317).
  - cn10k-ipsec: Allow ipsec crypto offload for skb with SA
    (jsc#PED-11317).
  - cn10k-ipsec: Process outbound ipsec crypto offload
    (jsc#PED-11317).
  - cn10k-ipsec: Add SA add/del support for outb ipsec crypto
    offload (jsc#PED-11317).
  - cn10k-ipsec: Init hardware for outbound ipsec crypto offload
    (jsc#PED-11317).
  - octeontx2-af: Disable backpressure between CPT and NIX
    (jsc#PED-11317).
  - octeontx2-pf: Move skb fragment map/unmap to common code
    (jsc#PED-11317).
  - octeontx2-pf: map skb data as device writeable (jsc#PED-11317).
  - page_pool: make page_pool_put_page_bulk() handle array of
    netmems (jsc#PED-10428).
  - netmem: add a couple of page helper wrappers (jsc#PED-10428).
  - xdp: register system page pool as an XDP memory model
    (jsc#PED-10428).
  - xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
    (jsc#PED-10428).
  - xdp: allow attaching already registered memory model to
    xdp_rxq_info (jsc#PED-10428).
  - xdp, xsk: constify read-only arguments of some static inline
    helpers (jsc#PED-10428).
  - ethtool: regenerate uapi header from the spec (jsc#PED-10684
    jsc#PED-11230).
  - ethtool: remove the comments that are not gonna be generated
    (jsc#PED-10684 jsc#PED-11230).
  - ethtool: separate definitions that are gonna be generated
    (jsc#PED-10684 jsc#PED-11230).
  - ynl: add missing pieces to ethtool spec to better match uapi
    header (jsc#PED-10684 jsc#PED-11230).
  - net/mlx5e: Always start IPsec sequence number from 1
    (jsc#PED-11331).
  - net/mlx5e: Rely on reqid in IPsec tunnel mode (jsc#PED-11331).
  - net/mlx5: SF, Fix add port error handling (jsc#PED-11331).
  - net/mlx5: Fix a lockdep warning as part of the write combining
    test (jsc#PED-11331).
  - net/mlx5: Fix RDMA TX steering prio (jsc#PED-11331).
  - net: make page_pool_ref_netmem work with net iovs
    (jsc#PED-10428).
  - ice: Add correct PHY lane assignment (jsc#PED-10419).
  - ice: Fix ETH56G FC-FEC Rx offset value (jsc#PED-10419).
  - ice: Fix quad registers read on E825 (jsc#PED-10419).
  - ice: Fix E825 initialization (jsc#PED-10419).
  - igc: return early when failing to read EECD register
    (jsc#PED-10417).
  - ice: fix incorrect PHY settings for 100 GB/s (jsc#PED-10419).
  - ice: fix max values for dpll pin phase adjust (jsc#PED-10419).
  - bnxt_en: Fix DIM shutdown (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Fix possible memory leak when hwrm_req_replace fails
    (jsc#PED-10684 jsc#PED-11230).
  - sysfs: attribute_group: allow registration of const
    bin_attribute (jsc#PED-10421 jsc#PED-8564).
  - cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap()
    (git-fixes).
  - sysfs: bin_attribute: add const read/write callback variants
    (jsc#PED-10421 jsc#PED-8564).
  - sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
    (jsc#PED-10421 jsc#PED-8564).
  - sysfs: treewide: constify attribute callback of
    bin_attribute::llseek() (jsc#PED-10421 jsc#PED-8564).
  - sysfs: treewide: constify attribute callback of
    bin_attribute::mmap() (jsc#PED-10421 jsc#PED-8564).
  - sysfs: treewide: constify attribute callback of bin_is_visible()
    (jsc#PED-10421 jsc#PED-8564).
  - nvmem: core: calculate bin_attribute size through bin_size()
    (jsc#PED-10421 jsc#PED-8564).
  - PCI/sysfs: Calculate bin_attribute size through bin_size()
    (jsc#PED-10421 jsc#PED-8564).
  - sysfs: introduce callback attribute_group::bin_size
    (jsc#PED-10421 jsc#PED-8564).
  - sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
    (jsc#PED-10421 jsc#PED-8564).
  - tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets
    (jsc#PED-3526 jsc#PED-11226).
  - net/neighbor: clear error in case strict check is not set
    (jsc#PED-10684 jsc#PED-11230).
  - neighbour: Create netdev->neighbour association (jsc#PED-10684
    jsc#PED-11230).
  - neighbour: Remove bare neighbour::next pointer (jsc#PED-10684
    jsc#PED-11230).
  - neighbour: Convert iteration to use hlist+macro (jsc#PED-10684
    jsc#PED-11230).
  - neighbour: Convert seq_file functions to use hlist
    (jsc#PED-10684 jsc#PED-11230).
  - neighbour: Define neigh_for_each_in_bucket (jsc#PED-10684
    jsc#PED-11230).
  - neighbour: Add hlist_node to struct neighbour (jsc#PED-10684
    jsc#PED-11230).
  - Documentation: networking: Add missing PHY_GET command in the
    message list (jsc#PED-10684 jsc#PED-11230).
  - neighbour: use kvzalloc()/kvfree() (jsc#PED-10684
    jsc#PED-11230).
  - netlink: specs: Add missing phy-ntf command to ethtool spec
    (jsc#PED-10684 jsc#PED-11230).
  - netlink: specs: Add missing bitset attrs to ethtool spec
    (jsc#PED-10684 jsc#PED-11230).
  - ethtool: rss: prevent rss ctx deletion when in use (git-fixes).
  - neighbour: Use rtnl_register_many() (jsc#PED-10684
    jsc#PED-11230).
  - neighbour: Remove NEIGH_DN_TABLE (jsc#PED-10684 jsc#PED-11230).
  - xsk: s/free_list_node/list_node/ (jsc#PED-10428).
  - xsk: Get rid of xdp_buff_xsk::xskb_list_node (jsc#PED-10428).
  - lib: packing: catch kunit_kzalloc() failure in the pack() test
    (jsc#PED-10419).
  - lib: packing: use GENMASK() for box_mask (jsc#PED-10419).
  - lib: packing: use BITS_PER_BYTE instead of 8 (jsc#PED-10419).
  - lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
    (jsc#PED-10419).
  - lib: packing: add additional KUnit tests (jsc#PED-10419).
  - lib: packing: add KUnit tests adapted from selftests
    (jsc#PED-10419).
  - lib: packing: duplicate pack() and unpack() implementations
    (jsc#PED-10419).
  - lib: packing: add pack() and unpack() wrappers over packing()
    (jsc#PED-10419).
  - lib: packing: remove kernel-doc from header file
    (jsc#PED-10419).
  - lib: packing: adjust definitions and implementation for
    arbitrary buffer lengths (jsc#PED-10419).
  - lib: packing: refuse operating on bit indices which exceed
    size of buffer (jsc#PED-10419).
  - commit 6cae1c1
  - 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 1f4a76c
  - docs/zh_TW+zh_CN: Make rst references unique (bsc#1238303).
  - commit cc79623
  - sched: Compact RSEQ concurrency IDs with reduced threads and
    affinity (git fixes (sched)).
  - sched_ext: Fix incorrect autogroup migration detection (git
    fixes (sched)).
  - commit ff0b264
  - powerpc/vdso: Flag VDSO64 entry points as functions
    (bsc#1238318).
  - commit 8f0f0a0
  - btrfs: fix use-after-free when attempting to join an aborted transaction (CVE-2025-21753 bsc#1237875)
  - commit 03161f9
  - 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
    (git-fixes).
  - serial: 8250_pci: Resolve WCH vendor ID ambiguity (git-fixes).
  - PCI: switchtec: Add Microchip PCI100X device IDs (git-fixes).
  - PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P (git-fixes).
  - commit 55d8dfe
  - phy: tegra: xusb: reset VBUS & ID OVERRIDE (git-fixes).
  - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy
    in phy_exit() (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).
  - phy: rockchip: fix Kconfig dependency more (git-fixes).
  - commit d9bc035

++++ kernel-firmware-amdgpu:

  - Update to version 20250302 (git commit 76e258534a5d):
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DCUB update for DCN401 and DCN315

++++ kernel-firmware-sound:

  - Update to version 20250302 (git commit 76e258534a5d):
    * cirrus: cs35l41: Add firmware and tunings for CS35L41 driver for Steam Deck

++++ ncurses:

  - Add ncurses patch 20250301
    + add color to vt525 (Branden Robinson)
    + add vt520-w and vt525-w (Branden Robinson)
    + improve formatting/style of manpages (patches by Branden Robinson).
    + improve configurability of alloca() as used in Windows ports.
    + fix some typos in manpages.
    + modify configure script checks for stdbool.h to fix build with older
    gcc version.
  - Correct offsets of patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif
    * ncurses-6.5-ghostty.dif

++++ orc:

  - Removing patches after update
  - 0001-Use-vasprintf-if-available-for-error-messages-and.patch
  - orc-check-return-value-of-vasprintf.patch

++++ ceph:

  - Update to 16.2.15-82-gc12b9a96bd8:
    + ceph.spec.in: remove "Obsoletes: libcephfs1" (boo#1237420)
    + Suport Python 3.13

++++ libvirt:

  - Update to libvirt 11.1.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v11-1-0-2025-03-03

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250303.f74564e:
    * Enable experimental parallel downloads for Leap and TW (#79)
    * Fix $arch -> $basearch for Leap 16.0
    * Add /etc/profile.d/opensuse_repos.sh

++++ patterns-base:

  - Ensure branding is also requires on SLFO / SLE16.
  - patterns-base-transactional_base: requires toolbox-branding-SLE
    on SL-Micro (bsc#1232346)

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

++++ gsettings-desktop-schemas:

  - Update to version 48.rc:
    + Switch to JPEG for background image.
    + Updated translations.

++++ kernel-default:

  - i2c: ls2x: Fix frequency division register access (git-fixes).
  - i2c: npcm: disable interrupt enable bit before devm_request_irq
    (git-fixes).
  - Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD
    870 QVO drives" (git-fixes).
  - commit 33aa03b

------------------------------------------------------------------
------------------  2025-3-1  -  Mar 1 2025  -------------------
------------------------------------------------------------------

++++ gobject-introspection:

  - Update to version 1.83.2:
    + Improve GType inspection helper
    + Parse C11's _Alignas
    + Respect custom Python binary
    + Fix build on the latest Windows SDK
    + Small performance improvement when looking up a signal
    information
    + Use standard imports in the JavaScript templates for
    g-ir-doctool
    + Ensure that enumeration members can be marked as deprecated
    + Add more test coverage for structured union types
    + Add an option to skip tests when building
    + Fix various MSVC compatibility issues
    + Add support for "static" virtual functions
    + Allow specifying the format of the documentation inside doc
    blocks
    + Handle C99's _Complex
    + Consider UCRT64 and CLANG64 as mingw32 compilers
    + Handle static NSString syntax
    + Add instance parameter checks to strict validation
    + Documentation improvements
    + Add documentation to the RelaxNG schema
    + tests: Fix compatibility with Python 3.5
    + gir: Include C header in cairo gir file
    + tests: Add functions using flat struct arrays

++++ kernel-default:

  - thermal: gov_power_allocator: Fix incorrect calculation in
    divvy_up_power() (git-fixes).
  - drm/xe: cancel pending job timer before freeing scheduler
    (git-fixes).
  - drm/xe/regs: remove a duplicate definition for
    RING_CTL_SIZE(size) (git-fixes).
  - drm/xe/userptr: fix EFAULT handling (git-fixes).
  - drm/xe/userptr: restore invalidation list on error (git-fixes).
  - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer
    (git-fixes).
  - drm/amdgpu: disable BAR resize on Dell G5 SE (git-fixes).
  - amdgpu/pm/legacy: fix suspend/resume issues (git-fixes).
  - commit 4f76ef0
  - scsi: core: Clear driver private data when retrying request
    (git-fixes).
  - commit adaa7f6

++++ mozilla-nss:

  - Updated nss-fips-approved-crypto-non-ec.patch to exclude the
    SHA-1 hash from SLI approval.

++++ harfbuzz:

  - Update to version 10.4.0:
    + Drawing glyphs using hb-draw API now avoids any “malloc” calls,
    which improves drawing performance by 10+%.
    + Add support new “GVAR” table fonts with more than 65535 glyphs.
    Support is currently behind a compilation flag and is disabled
    by default.
    + Some hb-directwrite and hb-ft APIs got renamed with more clear
    names and the old names are deprecated.
    + Various build and fuzzing fixes.
    + New API:
  - +hb_directwrite_face_get_dw_font_face()
  - +hb_ft_font_get_ft_face()
    + Deprecated API:
  - +hb_directwrite_face_get_font_face()
  - +hb_ft_font_get_face()

------------------------------------------------------------------
------------------  2025-2-28  -  Feb 28 2025  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.52.0:
    + Store interactive history in `$XDG_CACHE_HOME/nmcli-history`
    instead of `~/.nmcli-history`
    + Add new ipv4.link-local=fallback to set an IPv4 link-local
    address when no other IPv4 is set.
    + Remove support for building with Autotools
    + Add IPVLAN interface support
    + Allow to manually configure the authentication of LTE's initial
    EPS Bearer.
    + Add support for the "IPv6-only preferred" DHCPv4 option (RFC
    8925), used to indicate that a host supports an IPv6-only mode
    and is willing to forgo obtaining an IPv4 address if the
    network provides IPv6 connectivity.
    + Support automatically adding routes to DNS servers via the
    ipv4.routed-dns and ipv6.routed-dns properties; when enabled,
    each name server is reached only via the device that specifies
    it.
    + Support OCI in nm-cloud-setup
    + Added support for ethtool FEC mode
    + Add new ipv4.shared-dhcp-range and ipv4.shared-dhcp-lease-time,
    which allows you to customize the DHCP range and lease time
    offered by DHCP server in `shared` connection method.
    + DNS servers can now be specified with a URI-like syntax which
    supports DNS over TLS name servers.
    + The initrd-generator understands the "rd.net.dns" option to
    configure global name servers.
    + Drop support for the "dhcpcanon" DHCP client.
    + global-dns configuration section now has 2 additional keys:
    "resolve-mode" and "certification-authority".
    + Dnsconfd plugin can now be used for configuration of
    system-wide DNS caching resolver. If dnsconfd plugin is enabled
    and ipvX.routed-dns is set to -1 then adding routes is by
    default enabled.
    + Add "shared" method to the IPv6 configuration options in nmtui.
    + Fix a bug that prevented the activation of bond and bridge's
    ports in some cases.
    + Fix a bug that prevented the activation of OVS interfaces in
    some cases.
    + Fix MTPCP endpoint creation for IPv4 with DAD and IPv6
    tentative addresses.
    + Fix some VPN routes not being added to the table specified in
    ipv4/6.routing-table. This fix allow to use policy routing to
    mitigate Tunnelvision attacks.
  - Stop passing dhcpcanon=no to meson setup, no longer recognized,
    nor needed.
  - Update to version 1.50.3:
    + Wait configuring MPTCP endpoints until DAD has completed.
    + Properly autoconnect OVS ports at boot.
    + Allow configuring "shared" IPv6 method in nmtui.
  - Changes from version 1.50.2:
    + Fix potential crash when the property "ipv4.dhcp-send-release"
    is enabled.
    + Support routing rules for VPN connections.
    + Place the route to the VPN gateway into the table defined by
    the "ipv{4,6}.route-table" properties-
    + Fix error handling rp_filter when kernel don't support MPTCP.
    + Fix configuration of VLAN QoS mappings.
  - Changes from version 1.50.1:
    + nmcli: fix handling of connection.down-on-poweroff property
    + sriov: only validate sriov capacity when enabled
    + wwan: fix crash with IPv4 and method=auto
    + dns: fix deleting internal global DNS configuration
    + wifi: fix list corruption when scanning with explicit SSID
    + bonding: steer IGMP queries to the active bond balance-slb
    primary port
    + Remove routes added by NM on reapply
    + Never retry ACD on NOARP interfaces
    + Support IPv6 EUI64 link-local address for ipv6 tunnels

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

++++ crypto-policies:

  - Fix fips-mode-setup in EFI or Secure Boot mode. [bsc#1227637]
    * Rebase crypto-policies-FIPS.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

++++ glib2:

  - Update to version 2.83.5 (Unstable):
    + A few improvements for when GLib is used as a subproject
    + Fix out-of-order parameters in a marshaller generated by
    `gdbus-codegen`
    + Various bugs fixed.
    + Updated translations.

++++ kdump:

  - upgrade to version 2.0.17
    * fix bonding options (bsc#1235933)
    * don't use wicked to read bond and bridge config
    * prevent KDUMP_NET_TIMEOUT busy loop when DNS fails
    * limit dump file permissions (bsc#1237497, bsc#1237529)

++++ kernel-default:

  - Revert "mm/page_alloc.c: don't show protection in zone's
  - >lowmem_reserve[] for empty zone" (bsc#1237124).
  - commit 50e61e8
  - KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active
    w/o VID (git-fixes).
  - commit 0abcd2f
  - KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
    (git-fixes).
  - commit 24722f8
  - KVM: x86: Reject disabling of MWAIT/HLT interception when not
    allowed (git-fixes).
  - commit a3d8ac2
  - KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL
    || KVM_AMD (git-fixes).
  - commit 0ad14bf
  - KVM: x86: add back X86_LOCAL_APIC dependency (git-fixes).
  - commit 32787b9
  - kernel: be more careful about dup_mmap() failures and uprobe
    registering (CVE-2025-21709 bsc#1237884).
  - commit 1a9b90a
  - vsock/virtio: fix variables initialization during resuming
    (git-fixes).
  - commit 2798352
  - virtio_net: ensure netdev_tx_reset_queue is called on tx ring
    resize (git-fixes).
  - commit 28a402c
  - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (stable-fixes).
  - ALSA: hda/realtek: Fix volume adjustment issue on Lenovo
    ThinkBook 16P Gen5 (stable-fixes).
  - ALSA: hda/realtek: fixup ASUS H7606W (stable-fixes).
  - ALSA: hda/realtek: fixup ASUS GA605W (stable-fixes).
  - ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
    (stable-fixes).
  - commit 7116445
  - ALSA: hda/cirrus: Reduce codec resume time (stable-fixes).
  - ALSA: hda: hda-intel: add Panther Lake-H support (stable-fixes).
  - ALSA: hda: intel-dsp-config: Add PTL-H support (stable-fixes).
  - PCI: pci_ids: add INTEL_HDA_PTL_H (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on Positivo ARN50
    (stable-fixes).
  - ALSA: hda: Support for Ideapad hotkey mute LEDs (stable-fixes).
  - ALSA: hda: Add AZX_DCAPS_NO_TCSEL flag for Loongson HDA devices
    (stable-fixes).
  - 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 4e48fbb
  - sound: usb: format: don't warn that raw DSD is unsupported
    (stable-fixes).
  - sound: usb: enable DSD output for ddHiFi TC44C (stable-fixes).
  - commit da2e3f4
  - selftests/mm: fix check for running THP tests (git-fixes).
  - selftests: net/{lib,openvswitch}: extend CFLAGS to keep options
    from environment (git-fixes).
  - selftests: mptcp: extend CFLAGS to keep options from environment
    (git-fixes).
  - commit ab48ae5
  - ALSA: usb-audio: Re-add sample rate quirk for Pioneer
    DJM-900NXS2 (stable-fixes).
  - commit 7a3eb62
  - selftests: drv-net: Check if combined-count exists (git-fixes).
  - usbnet: gl620a: fix endpoint checking in genelink_bind()
    (git-fixes).
  - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (git-fixes).
  - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT
    (git-fixes).
  - ASoC: cs35l56: Prevent races when soft-resetting using SPI
    control (git-fixes).
  - firmware: cs_dsp: Remove async regmap writes (git-fixes).
  - ASoC: fsl: Rename stream name of SAI DAI driver (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).
  - 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).
  - drm/amdkfd: Ensure consistent barrier state saved in gfx12
    trap handler (stable-fixes).
  - drm/amdgpu: bump version for RV/PCO compute fix (stable-fixes).
  - drm/amdgpu/gfx9: manually control gfxoff for CS on RV
    (stable-fixes).
  - drm/amd/display: Correct register address in dcn35
    (stable-fixes).
  - drm/amdkfd: Move gfx12 trap handler to separate file
    (stable-fixes).
  - drm/amd/display: update dcn351 used clock offset (stable-fixes).
  - drm/amd/display: Refactoring if and endif statements to enable
    DC_LOGGER (stable-fixes).
  - drm/xe/oa: Add input fence dependencies (stable-fixes).
  - drm/xe/oa/uapi: Define and parse OA sync properties
    (stable-fixes).
  - drm/xe/oa: Separate batch submission from waiting for completion
    (stable-fixes).
  - commit dbc984f
  - virtio_ring: add a func argument 'recycle_done' to
    virtqueue_resize() (git-fixes).
  - commit 9d5dc5a

++++ kernel-firmware-ath10k:

  - Don't install superfluous info texts to firmware directory
  - Update license entry

++++ kernel-firmware-ath11k:

  - Update to version 20250227 (git commit 30f36b8b9053):
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02175-QCAHKSWPL_SILICONZ-2
    * ath11k: QCA6698AQ hw2.1: update to WLAN.HSP.1.1-04604-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: update board-2.bin
  - Don't install superfluous info files to firmware directory

++++ at-spi2-core:

  - Update to version 2.55.90 (Unstable):
    + Support grabbing keyboard shortcuts through the new
    org.freedesktop.a11y.KeyboardMonitor interface. This allows key
    grabs to be supported under Wayland with the latest mutter.

++++ 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)

++++ mdadm:

  - mdopen: add sbin path to env PATH when call system("modprobe md_mod")
    (bsc#1233265)
    add 0010-mdopen-add-sbin-path-to-env-PATH-when-call-system-mo.patch

++++ qemu:

  - Update to latest upstream release, 9.2.2:
    The full list of changes are available at:
    https://lore.kernel.org/qemu-devel/3e847ae0-8dfc-440e-92f7-6eaa89818837@tls.msk.ru/
    Highlights include:
    * net/slirp: libslirp 4.9.0 compatibility
    * target/sparc: Fix gdbstub incorrectly handling registers f32-f62
    * target/sparc: Fix register selection for all F*TOx and FxTO* instructions
    * elfload: Fix alignment when unmapping excess reservation
    * hw/net/smc91c111: Ignore attempt to pop from empty RX fifo
    * make-release: don't rely on $CWD when excluding subproject directories
    * ui/sdl2: reenable the SDL2 Windows keyboard hook procedure
    * vfio/iommufd: Fix SIGSEV in iommufd_cdev_attach()
    * gitlab-ci.d/cirrus: Update the FreeBSD job to v14.2
    * qmp: update vhost-user protocol feature maps
    * linux-user: Do not define struct sched_attr if libc headers do
    * block-backend: Fix argument order when calling 'qapi_event_send_block_io_error()'
    * block: Fix leak in send_qmp_error_event
    * rust: add --rust-target option for bindgen
    * ...
  - Fix bsc#1237603:
    * linux-user: Do not define struct sched_attr if libc headers do

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

++++ lvm2-device-mapper:

  - fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
    * update lvm2.spec

++++ kernel-default:

  - netfilter: nft_inner: incorrect percpu area handling under
    softirq (CVE-2024-56638 bsc#1235524).
  - commit c4eaec2
  - ptr_ring: do not block hard interrupts in
    ptr_ring_resize_multiple() (CVE-2024-57994 bsc#1237901).
  - commit eb91bfe
  - printk: Fix signed integer overflow when defining
    LOG_BUF_LEN_MAX (bsc#1237950).
  - commit 2864e46
  - 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
  - tcp: Fix use-after-free of nreq in reqsk_timer_handler()
    (CVE-2024-53206 bsc#1234960).
  - commit 1d4fc49
  - workqueue: Put the pwq after detaching the rescuer from the pool
    (bsc#1237866).
  - commit 7f68bba

++++ gmp:

  - Manually select the z13/z14 architecture level specific assembly routines
    for s390x and SLFO since GMP lacks fat binary support there and also lacks
    a way to auto-detect the architecture level used at compile-time.
    [jsc#PED-3270]

++++ lvm2:

  - fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
    * update lvm2.spec

++++ zchunk:

  - Update to 1.5.1:
    * Stop storing last error when missing zchunk context
    * More statistics in zchunk_delta_info
    * Various memory leak fixes
    * Better support for OpenSSL 3.x
    * Various bug fixes
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ zstd:

  - update to 1.5.7:
    * zstd now employs multiple threads by default
    * Fix a rare bug in 32-bit mode
    * Enhanced Compression Speed for Small Data Blocks
    * Substantial --patch-from performance improvements
  - Drop pzstd.1.patch - not upstream, but also not needed
  - Changes between 1.5.5 and 1.5.6:
    * Introduce a new stable parameter ZSTD_c_targetCBlockSize,
    enabling the division of blocks into smaller segments to
    enhance initial byte delivery speed for congested networks
    * library allows allow ganular binary size selection

++++ 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)

++++ makedumpfile:

  - Update to 1.7.5:
    * Support for kernels up to v6.11 (x86_64)
  - Drop upstreamed patches:
    * 0001-PATCH-Fix-failure-of-hugetlb-pages-exclusion-on-Linu.patch
    * 0002-PATCH-Fix-wrong-exclusion-of-Slab-pages-on-Linux-6.1.patch
    * make-reserve_diskspace-do-nothing-for-flattened-form.patch
  - makedumpfile-fix-detection-of-typed-compound-pages-Linux-6.12.patch:
    Reflect mm changes in kernel v6.12 (bsc#1237269).

++++ mdadm:

  - Update to version 4.4 (jsc#PED-10220)
    Features:
    * Remove custom bitmap file support from Yu Kuai.
    * Custom device policies implementation from Mariusz Tkaczyk.
    * Self encrypted drives (**SED**) support for IMSM metadata from Blazej Kucman.
    * Support more than 4 disks for **IMSM** RAID10 from Mateusz Kusiak.
    * Read **IMSM** license information from ACPI tables from Blazej Kucman.
    * Support devnode in **--Incremental --remove** from Mariusz Tkaczyk.
    * Printing **IMSM** license type in **--detail-platform** from Blazej Kucman.
    * README.md from Mariusz Tkaczyk and Anna Sztukowska.
    Fixes:
    * Tests improvements from Xiao Ni and Kinga Stefaniuk.
    * Mdmon's Checkpointing improvements from Mateusz Kusiak.
    * Pass mdadm environment flags to systemd-env to enable tests from Mateusz Kusiak.
    * Superblock 1.0 uuid printing fixes from Mariusz Tkaczyk.
    * Find VMD bus manually if link is not available from Mariusz Tkaczyk.
    * Unconditional devices count printing in --detail from Anna Sztukowska.
    * Improve SIGTERM handling during reshape, from Mateusz Kusiak.
    * **Monitor.c** renamed to **Mdmonitor.c** from Kinga Stefaniuk.
    * Mdmonitor service documentation update from Mariusz Tkaczyk.
    * Rework around writing to sysfs files from Mariusz Tkaczyk.
    * Drop of HOT_REMOVE_DISK ioctl in Manage in favour of sysfs from Mariusz Tkaczyk.
    * Delegate disk removal to managemon from Mariusz Tkaczyk.
    * Some clean-ups of legacy code and functionalities like **--auto=md** from Mariusz Tkaczyk.
    * Manual clean-up, references to old kernels removed from Mariusz Tkaczyk.
    * Various static code analysis fixes.
  - Add 1000-Revert-mdmonitor-Abandon-custom-configuration-files.patch
    (reverts upstream change to ignore /etc/sysconfig/mdadm)
  - Drop obsolete patches (included upstream):
    * Del 0001-Remove-hardcoded-checkpoint-interval-checking.patch
    * Del 0002-monitor-refactor-checkpoint-update.patch
    * Del 0003-Super-intel-Fix-first-checkpoint-restart.patch
    * Del 0004-Grow-Move-update_tail-assign-to-Grow_reshape.patch
    * Del 0005-Add-understanding-output-section-in-man.patch
    * Del 0006-util.c-change-devnm-to-const-in-mdmon-functions.patch
    * Del 0007-Wait-for-mdmon-when-it-is-stared-via-systemd.patch
    * Del 0008-Detail-remove-duplicated-code.patch
    * Del 0009-mdadm-Fix-native-detail-export.patch
  - Use obs_scm for code maintenance

++++ microos-tools:

  - Update to version 4.0+git7:
    * Only autorelabel local filesystems with SELinux support (boo#1237202)

++++ osinfo-db:

  - Modify SLES and Leap 16 database entries to define new volume id
    of Agama 12 ISOs (bsc#1236401)
    add-sles16-support.patch
    add-opensuse-leap-16.0-support.patch

++++ patterns-base:

  - Disable x11 / x11_enhanced / basic_desktop on SLFO, we don't ship
    X11 server.
  - Disable 32bit patterns on SLFO.

++++ virt-manager:

  - Remove unneeded Requires on python3-ipaddr.

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

++++ conmon:

  - New upstream release 2.1.13
    [#]## Bug fixes
    * Make timestamp generation never fail.
    * Change permissions of logs from 0600 to 0640
    * Avoid bogus journal filling errors
    * Fix typos and clarify man page.
    * conmon: do not create oom file under cwd
    * logging: remove unuseful fsync

++++ dhcpcd:

  - Update to 10.2.2
    * DHCP6: Fix dhcpcd vendor class option
    * options: Allow interface block to be pattern matching

++++ 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).

++++ glibc:

  - Bump minimal kernel version to 4.3 to enable use of direct socketcalls
    on x86-32 and s390x (bsc#1234713)

++++ gpg2:

  - Fixing gpg-agent integration by changing --supervised to
  - -deprecated-supervised in service files.

++++ kernel-default:

  - kernel-source: Also replace bin/env
  - commit dc2037c
  - RDMA/mlx5: Fix bind QP error cleanup flow (git-fixes)
  - commit 789f3e9
  - RDMA/mlx5: Fix AH static rate parsing (git-fixes)
  - commit 9b914e2
  - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (git-fixes)
  - commit 094971b
  - RDMA/hns: Fix mbox timing out by adding retry mechanism (git-fixes)
  - commit d95c6ee
  - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (git-fixes)
  - commit f0da614
  - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (git-fixes)
  - commit a39ffd1
  - IB/mlx5: Set and get correct qp_num for a DCT QP (git-fixes)
  - commit d33e08b
  - RDMA/mlx5: Fix the recovery flow of the UMR QP (git-fixes)
  - commit 868f8b2
  - RDMA/efa: Reset device on probe failure (git-fixes)
  - commit 6c8b3e4
  - media: uvcvideo: Fix deadlock during uvc_probe (git-fixes).
  - commit c3f3457
  - md: Fix linear_set_limits() (git-fixes).
  - md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
    (git-fixes).
  - commit 7025de8

++++ patterns-base:

  - Change some core packages to Requires [bsc#1237513]

++++ pcr-oracle:

  - Add fix-bsc1230316-predict-sbatlevelrt.patch to predict
    SbatLevelRT for the next boot (bsc#1230316)

++++ python-cryptography:

  - update to 44.0.1:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.4.1.
    * We now build armv7l manylinux wheels and publish them to
    PyPI.
    * We now build manylinux_2_34 wheels and publish them to PyPI.

++++ u-boot-rpiarm64:

  - Fix CVE-2024-57256 (bsc#1237284)
    * Patches added:
    0019-ext4-Fix-integer-overflow-in-ext4f-.patch

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

++++ grub2:

  - Make SLFO/SLE-16 and openSUSE have identical package structures
  - Provide grub2-<CPUARCH>-efi-bls for SLFO/SLE-16

++++ kernel-default:

  - Refresh
    patches.suse/btrfs-provide-super_operations-get_inode_dev.
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
    We want to keep these two patches. See bsc#1237035.
  - commit b446678
  - media: videobuf2-core: update vb2_thread if wait_finish/prepare
    are NULL (jsc#PED-10929).
  - commit 10a1fa2
  - media: platform: video-mux: Fix mutex locking (jsc#PED-10929
    jsc#PED-10931).
  - commit dadd533
  - media: ipu6: fix the wrong type casting and 64-bit division
    (jsc#PED-10931).
  - commit 2627941
  - v4l2-subdev: Return -EOPNOTSUPP for unsupported pad type in
    call_get_frame_desc() (jsc#PED-10929).
  - commit 030d5b9
  - media: uapi: Add meta formats for PiSP FE config and stats
    (jsc#PED-10929).
  - commit 802cc52
  - crypto: ccp - Fix check for the primary ASP device
    (bsc#1237400).
  - commit 96d9d45
  - supported.conf: Mark Intel Xe DRM driver as supported (jsc#PED-10927)
  - commit e99dd3a
  - media: tda18271: add missing result checking of
    tda18271_lookup_map() (git-fixes).
  - commit 8360f5e
  - media: video-i2c: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit 76ce583
  - media: rcar_drif.c: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit 6c43c80
  - media: airspy: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit d204d85
  - media: hackrf: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit 0cf29c8
  - media: msi2500: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit 78a851d
  - media: pwc: set lock before calling vb2_queue_init()
    (jsc#PED-10929).
  - commit 88e95f0
  - media: v4l2-core: add v4l2_debugfs_root() (jsc#PED-10929).
  - commit cae4a2c
  - media: uvcvideo: Avoid race condition during unregister
    (git-fixes).
  - commit f90251c
  - media: uvcvideo: Refactor the status irq API (git-fixes).
  - commit fbb3682
  - config: update with run_oldconfig.sh
  - commit 6dd51d0
  - Revert "stackleak: disable stack erasing by default (jsc#PED-11837)."
    References: bsc#1236639
    This reverts commit 25d95db331f571abeffc51daf9daa6219b4e2925.
  - commit 84b2605
  - Revert "config: enable CONFIG_GCC_PLUGIN_STACKLEAK"
    References: bsc#1236639
    This reverts commit 8cf8a171b158d71a7c9aed37d0a2ddc905d92ad3.
  - commit f7b80f9
  - media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap type
    (jsc#PED-10929).
  - commit a17e732
  - media: uvcvideo: Add luma 16-bit interlaced pixel format
    (jsc#PED-10929).
  - commit 1f638e3
  - seqlock: annotate spinning as unlikely() in
    __read_seqcount_begin (bsc#1234634 (Scheduler functional and
    performance backports)).
  - commit a946846
  - usb: storage: fix wrong comments for struct bulk_cb_wrap
    (git-fixes).
  - fs_parser: update mount_api doc to match function signature
    (git-fixes).
  - media: v4l: Add luma 16-bit interlaced pixel format
    (jsc#PED-10929).
  - commit 33206f5
  - sysctl: remove kernel.stack_erase
    References: bsc#1236639
    Commit 25d95db331f5 ("stackleak: disable stack erasing by default (jsc#PED-11837)")
    changed the default state of kernel.stack_erase to 0. There is no need
    to do the same in the sysctl/defaults.
  - commit 5dfd8de
  - usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to
    pm_sleep_ptr() (jsc#PED-10596).
  - commit a7ea25c
  - usb: dwc3: gadget: Reinitiate stream for all host NoStream
    behavior (jsc#PED-10596).
  - commit df9c212
  - supported.conf: typec_thunderbolt: fix syntax
    Remove '+' from the start of the line as it causes kbuild failures
  - commit 7b2bf44

++++ kernel-default-base:

  - Add 9p with support for virtio and xen

++++ kernel-firmware-realtek:

  - Update to version 20250224 (git commit 1a1470d90de2):
    * rtw89: 8852bt: update fw to v0.29.122.0 and BB parameter to 07

++++ libarchive:

  - Fix CVE-2024-57970, heap-based buffer over-read in header_gnu_longlink
    because it mishandles truncation (CVE-2024-57970, bsc#1237233)
    * CVE-2024-57970.patch

++++ freetype2:

  - update to 2.13.2:
    * 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.

++++ ncurses:

  - Add ncurses patch 20250222
    + modify treatment of "n" parameter for waddnstr, waddnwstr, and
    wins_nwstr to return OK when "n" is zero, for consistency with other
    implementations (report by Benjamin Barenblat, cf: 20231118).
    + formatting improvements for terminfo.5 (Debian #1096164).

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

  - update non-CUDA variant to 570.124.04 (boo#1237585)

++++ python-setuptools:

  - update to 75.8.0:
    * Implemented Dynamic field for core metadata (as introduced in
    PEP 643). The existing implementation is currently
    experimental and the exact approach may change in future
    releases.
    * Synced with pypa/distutils@c97a3db2f including better support
    for free threaded Python on Windows (pypa/distutils#310),
    improved typing support, and linter accommodations.
    * Synced with pypa/distutils@ff11eed0c including bugfix for
    duplicate CFLAGS and adaption to support Python 3.13 is_abs
    in the C compiler (#4669).

++++ selinux-policy:

  - Update to version 20240604+git813.a995c5c8:
    * Label /run/systemd/pcrlock.json systemd_pcrlock_var_lib_t
    * systemd_pcrlock_t needs to filetrans when recreating /var/lib/pcrlock.d
    * Allow snapper access to keys
    * Add rules for pcrlock (bsc#1233358)
    * allow snapper to call pcrlock and manage its files
    * allow unconfined_t to execute pcrlock
    * label rules for default systemd_pcrlock_var_lib_t locations
    * new interfaces: systemd_domtrans_pcrlock and systemd_pcrlock_exec
    * introduce systemd_pcrlock_var_lib_t and systemd_manage_pcrlock_files
    * Introduce interfaces snapper_manage_tmp_files and snapper_manage_tmp_dirs

++++ u-boot-rpiarm64:

  - Fix CVE-2024-57258 (bsc#1237287)
    * Patches added:
    0017-dlmalloc-Fix-integer-overflow-in-s-.patch
    0018-dlmalloc-Fix-integer-overflow-in-r-.patch

------------------------------------------------------------------
------------------  2025-2-24  -  Feb 24 2025  -------------------
------------------------------------------------------------------

++++ bash:

  - Explicitly specify that the build recipe needs bash

++++ bash-completion:

  - Drop completions for kmod; kmod>=34 provides its own now.

++++ cockpit:

  - fix build with latest local-npm-registry

++++ dhcpcd:

  - Update to 10.2.1
    * Fix building with different options
    * Only drop IPv4 LL addresses if configured to handle them

++++ gnutls:

  - Update to 3.8.9:
  - libgnutls: leancrypto was added as an interim option for PQC
    The library can now be built with leancrypto instead of liboqs for
    post-quantum cryptography (PQC), when configured with
  - -with-leancrypto option instead of --with-liboqs.
  - libgnutls: Experimental support for ML-DSA signature algorithm
    The library and certtool now support ML-DSA signature algorithm as
    defined in FIPS 204 and based on
    draft-ietf-lamps-dilithium-certificates-04. This feature is
    currently marked as experimental and can only be enabled when
    compiled with --with-leancrypto or --with-liboqs.
    Contributed by David Dudas.
  - libgnutls: Support for ML-KEM-1024 key encapsulation mechanism
    The support for ML-KEM post-quantum key encapsulation mechanisms
    has been extended to cover ML-KEM-1024, in addition to ML-KEM-768.
    MLKEM1024 is only offered as SecP384r1MLKEM1024 hybrid as per
    draft-kwiatkowski-tls-ecdhe-mlkem-03.
  - libgnutls: Fix potential DoS in handling certificates with numerous name
    constraints, as a follow-up of CVE-2024-12133 in libtasn1. The
    bundled copy of libtasn1 has also been updated to the latest 4.20.0
    release to complete the fix.  Reported by Bing Shi (#1553).
    [GNUTLS-SA-2025-02-07, CVSS: medium] [bsc#1236974, CVE-2024-12243
  - Licensing information moved to REAMDE.md, COPYING, COPYING.LESSERv2
    * Rebased gnutls-FIPS-140-3-references.patch
    * Rebased gnutls-FIPS-TLS_KDF_selftest.patch
    * Rebased gnutls-FIPS-jitterentropy.patch
    * Rebased gnutls-disable-flaky-test-dtls-resume.patch
    * Rebased gnutls-srp-test-SIGPIPE.patch
    * Rebased gnutls-3.5.11-skip-trust-store-tests.patch
    * Add gnutls-set-cligen-python-interp.patch
    * Add gnutls-skip-pqx-test.patch

++++ kernel-default:

  - md/md-bitmap: Synchronize bitmap_get_stats() with bitmap
    lifetime (git-fixes).
  - md/md-bitmap: move bitmap_{start, end}write to md upper layer
    (git-fixes).
  - md/raid5: implement pers->bitmap_sector() (git-fixes).
  - md: add a new callback pers->bitmap_sector() (git-fixes).
  - md/md-bitmap: remove the last parameter for
    bimtap_ops->endwrite() (git-fixes).
  - md/md-bitmap: factor behind write counters out from
    bitmap_{start/end}write() (git-fixes).
  - commit 4ada1e0
  - md: reintroduce md-linear (git-fixes).
  - Update config files.
  - commit f99cccf
  - usb: dwc3: gadget: Fix incorrect UDC state after manual
    deconfiguration (git-fixes).
  - commit befc60a
  - usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and
    prior (jsc#PED-10596).
  - commit 8b10560
  - usb: dwc3: remove unused sg struct member (jsc#PED-10596).
  - commit 7e4c228
  - usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb
    (jsc#PED-10596).
  - commit afb0887
  - usb: dwc3: gadget: Cleanup SG handling (jsc#PED-10596).
  - commit c49703b
  - usb: dwc3: core: Set force_gen1 bit for all applicable
    SuperSpeed ports (jsc#PED-10596).
  - commit 288dd0b
  - usb: dwc3: gadget: Refine the logic for resizing Tx FIFOs
    (jsc#PED-10596).
  - Refresh
    patches.suse/usb-dwc3-gadget-Add-missing-check-for-single-port-RA.patch.
  - commit 7ccfe71
  - Update
    patches.suse/usb-Switch-back-to-struct-platform_driver-remove.patch
    (jsc#PED-10906 jsc#PED-10596).
  - commit 467bf03
  - s390/boot: Fix ESSA detection (git-fixes bsc#1237566).
  - commit 1f84598
  - thunderbolt: debugfs: Implement Gen 4 margining eye selection
    (jsc#PED-10603).
  - commit 759b7a2
  - thunderbolt: debugfs: Add USB4 Gen 4 margining capabilities
    (jsc#PED-10603).
  - commit 29dbb78
  - thunderbolt: Don't hardcode margining capabilities size
    (jsc#PED-10603).
  - commit 945d1a2
  - cgroup: Remove steal time from usage_usec (bsc#1237560).
  - cgroup: fix race between fork and cgroup.kill (bsc#1237559).
  - blk-cgroup: Fix class @block_class's subsystem refcount leakage
    (bsc#1237558).
  - commit 17c1245
  - series: enabled downstream patches for storage again
  - Refresh
    patches.suse/blk-kabi-add-suse_kabi_padding-to-blk-layer-structs.patch.
  - Refresh
    patches.suse/nvme-tcp-do-not-terminate-commands-when-in-resetting.patch.
  - Refresh
    patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch.
  - commit 152726d
  - x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (git-fixes).
  - commit 37d1575

++++ util-linux-systemd:

  - Delete /usr/sbin/rc* symlinks
  - Drop bashisms from build recipe

++++ util-linux:

  - Delete /usr/sbin/rc* symlinks
  - Drop bashisms from build recipe

++++ libvirt:

  - Adjust downstream patch 'Add virt-create-rootfs utility' to only
    install virt-create-rootfs when building the LXC driver

++++ libxmlb:

  - Update to 0.3.21
    * Check for corrupt XbSiloNode values in a smarter way
    Changes in 0.3.20:
    * Do not always strip literal text
    * Do not assume .txt files are application/xml
    * Fix a crash when loading a corrupt XMLb store

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

  - update non-CUDA variant to 570.124.02 (boo#1237585)

++++ patterns-micro:

  - Bump to 6.2
  - merge back SL Micro specific patterns-base patterns in this
    package.
  - Move cockpit pattern to another dedicated package.
  - drop crda, not needed since kernel 4.15.

------------------------------------------------------------------
------------------  2025-2-23  -  Feb 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - md/raid5: Wait sync io to finish before changing group cnt
    (git-fixes).
  - md/md-bitmap: Add missing destroy_work_on_stack() (git-fixes).
  - commit fd1221e

++++ 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:

  - mtd: rawnand: cadence: fix unchecked dereference (git-fixes).
  - commit f57c089
  - soc: loongson: loongson2_guts: Add check for devm_kstrdup()
    (git-fixes).
  - firmware: arm_scmi: imx: Correct tx size of
    scmi_imx_misc_ctrl_set (git-fixes).
  - platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU
    (git-fixes).
  - drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing
    bitclk source (git-fixes).
  - drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driver
    (git-fixes).
  - drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver
    side (git-fixes).
  - 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/dpu: enable DPU_WB_INPUT_CTRL for DPU 5.x (git-fixes).
  - drm/msm/dpu: skip watchdog timer programming through TOP on >=
    SM8450 (git-fixes).
  - drm/msm: Avoid rounding up to one jiffy (git-fixes).
  - drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
    (git-fixes).
  - drm/i915/gt: Use spin_lock_irqsave() in interruptible context
    (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).
  - drm: panel: jd9365da-h3: fix reset signal polarity (git-fixes).
  - mtd: spi-nor: sst: Fix SST write failure (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).
  - drm/amdgpu: avoid buffer overflow attach in
    smu_sys_set_pp_table() (stable-fixes).
  - fbdev: omap: use threaded IRQ for LCD DMA (stable-fixes).
  - commit b47b393

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

++++ cockpit:

  - Always apply 0007-Remove-DynamicUser-setting-as-these-conflict-with-re.patch
    for every build system. Fixes bsc#1237451

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

++++ file:

  - Add patch boo1237209.patch temporary
    * Fix stack overrun (boo#1237209)

++++ kernel-default:

  - Move upstreamed sound patch into sorted section
  - commit 9c8581a
  - s390/ism: add release function for struct device (git-fixes
    bsc#1237494).
  - commit 040e6ac
  - supported.conf: Make pca9450 and btnxpuart drivers supported (jsc#PED-12016)
  - commit 4bd4eef
  - power: supply: axp20x_battery: Fix fault handling for AXP717
    (git-fixes).
  - power: supply: da9150-fg: fix potential overflow (git-fixes).
  - commit 9a75ead

++++ kernel-firmware-mediatek:

  - Update to version 20250220 (git commit 6cf959daab2a):
    * linux-firmware: update firmware for MT7920 WiFi device

++++ kernel-firmware-platform:

  - Update to version 20250220 (git commit 6cf959daab2a):
    * linux-firmware: Update AMD SEV firmware

++++ kmod:

  - Update to release 34
    * modinfo now dlopens compression libraries, and only if needed.
    (insmod/modprobe exercises the kernel's built-in decompression
    anyway, so is unaffected).
    * depmod: add -m option for overriding the module directory at
    runtime.
    * depmod: deleted deprecated options --unresolved-error, --quiet,
  - root and --map.
    * rmmod: deleted deprecated option -w.
    * insmod: deleted deprecated options -p, -s.
  - Delete 0001-testsuite-fix-path-for-test-user.patch (obsolete)

++++ llvm19:

  - Build with GCC 13 on Leap/SLES 15 (bsc#1235697)

++++ harfbuzz:

  - Update to version 10.3.0:
    + Vastly improved “AAT” shaping performance. LucidaGrande
    benchmark-shape before: 14.6ms after: 5.9ms.
    + Improved OpenType shaping performance (kerning / ligature), at
    the expense of ~1kb per face allocated cache memory.
    Roboto-Regular benchmark-shape before: 10.3ms after: 9.4ms.
    + Improved “COLRv1” benchmark-font paint performance. Before:
    7.85ms after 4.85ms.
    + Don’t apply glyph substitutions in “morx” table of a font with
    known broken “morx” table (AALMAGHRIBI.ttf font).
    + Update IANA and OT language registries.
    + Various documentation updates.
    + Various build improvements, and test speed-ups.
    + The “hb_face_reference_blob()” API now works for faces created
    with “hb_face_create_for_tables()” if the face sets
    “get_table_tags” callback. This constructs a new face blob from
    individual table blobs.
    + Various fixes to how “trak” table is handled to bring it closer
    to Core Text behaviour. Particularly, the tracking values for
    sizes not explicitly set in the table are now properly
    interpolated, and the tracking is applied to glyph advances
    when they are returned by ot-font functions, instead of
    applying them during shaping. The “trak” pseudo OpenType
    feature that could be used to disable “trak” table application
    have been dropped.
    + Core Text font functions now support non-BMP code points.
    + The drawing algorithm used by hb-draw for “glyf” table now
    match the algorithm used by FreeType and Core Text.
    + The “hb_coretext_font_create()” API now copy font variations
    from Core Text font to the created HarfBuzz font.
    + Add an API to get the feature tags enabled on a given
    shape-plan after executing it, which can be used to
    applications to show in the UI what features are applied by
    default (which can vary based on the font, the script, the
    language, and the direction set on the buffer).
    + Add APIs to created HarfBuzz font from DirectWrite font, and
    copy the font variations.
    + New API:
    hb_directwrite_font_create()
    hb_directwrite_font_get_dw_font()
    hb_ot_shape_plan_get_feature_tags()

++++ 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)

++++ osinfo-db:

  - Add for SLES 16 / Leap 16, <firmware arch="x86_64" type="efi"/>
    add-sles16-support.patch
    add-opensuse-leap-16.0-support.patch

++++ patterns-base:

  - Only requires busybox on openSUSE MicroOS, not SL Micro.
  - Don't build apparmor pattern for SLFO.

++++ pcr-oracle:

  - Update the License tag to GPL-2.0-or-later to match the license
    declaration in the source files

++++ selinux-policy:

  - Update to version 20240604+git802.bedfc504:
    * Allow named_filetrans_domain filetrans raid/mdadm named content (bsc#1236807)

++++ vim:

  - Version bump to fix bsc#1237359 (fixed as of 9.1.1115).
  - Update to 9.1.1134.
    * 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
    * remove resolved complete item from todo list
    * 9.1.1130: 'listchars' "precedes" is not drawn on Tabs.
    * set fileformat=dos in filetype plugin
    * 9.1.1129: missing out-of-memory test in buf_write()
    * add commentstring '> %s' to ftplugin
    * 9.1.1128: 9.1.1119 caused a regression with imports
    * include simple filetype plugin
    * 9.1.1127: preinsert text is not cleaned up correctly
    * 9.1.1126: 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
    * Add support for # comments to ftplugin
    * 9.1.1122: too many strlen() calls in findfile.c
    * 9.1.1121: Enter does not insert newline with "noselect"
    * fix s:NetrwHome() regression
    * 9.1.1120: tests: Test_registers fails
    * add reference to extendnew() at extend()
    * 9.1.1119: Vim9: Not able to use an autoloaded class from another
    * autoloaded script
    * 9.1.1118: tests: test_termcodes fails
    * Update base-syntax, improve performance
    * 9.1.1117: there are a few minor style issues
    * 9.1.1116: Vim9: super not supported in lambda expressions
    * Update the 'specifies' keyword documentation, slightly
    * reformat
    * 9.1.1115: [security]: use-after-free in str_to_reg()
    * 9.1.1114: enabling termguicolors automatically confuses users
    * Add ukrainian-enhanced keymap
    * 9.1.1113: tests: Test_terminal_builtin_without_gui waits 2 seconds
    * 9.1.1112: Inconsistencies in get_next_or_prev_match()
    * document ComplMatchIns highlight for insert-completion
    * upstream snapshot of v177
    * 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
    * include simple filetype plugin
    * include simple filetype plugin
    * 9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol"
    * 9.1.1107: cannot loop through completion menu with fuzzy
    * Update base-syntax, always match continuation comments to EOL
    * set define option & add matchit config in ftplugin
    * Update base-syntax, match Vim9 boolean and null literals in
    * parens
    * 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
    * ci: syntax tests spam output
    * 9.1.1103: if_perl: still some compile errors with Perl 5.38
    * 9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename

------------------------------------------------------------------
------------------  2025-2-20  -  Feb 20 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Add functionality to cockpit-packagekit that allows selecting what updates
    should be applied
  - Added packagekit-single-install.patch file that adds this functionality

++++ lvm2-device-mapper:

  - system with LVM on iSCSI hangs on shutdown because blk-availability.service is not enabled (bsc#1236788)
    * update lvm2.spec
  - remove blk-availability.service from %postun
  - add new Provides 'dont_stop_blk_availability_service'

++++ glib2:

  - Update to version 2.83.4 (Unstable):
    + Fix Python shebang paths so they work on Windows again
    + Fix refcounting semantics of
    `g_dbus_connection_register_object_with_closures()` by adding a
    replacement API
    + Support static vfuncs in GIRepository
    + Add support for QNX8.0
    + Add a soft dependency on C11 — if your toolchain doesn’t
    support C11, you have six months to tell us before this becomes
    a hard dependency
    + Port from `net.hadess.PowerProfiles` to
    `org.freedesktop.UPower.PowerProfiles` for
    `GPowerProfileMonitorDBus`
    + Various bugs fixed.
    + Updated translations.
    + gdatetime: Fix integer overflow when parsing very long ISO8601 inputs.
    (CVE-2025-3360, bsc#1240897)
  - Rebase patches with quilt.
  - Update to version 2.83.3 (Unstable):
    + Fix build-time paths appearing in generated `Gio-2.0.gir` and
    `GioUnix-2.0.gir` files
    + Fix crash on macOS when opening links
    + Bugs fixed:
  - Recent `(inout)` changes caused unintended side-effects with
    `GWeakRef`
  - Missing nullable annotation on parameter user_data and on the
    return value of GVfsFileLookupFunc callback
  - GBytes semantics of handling empty strings are inconsistent
    and confusing
  - Bad anchor link in g_signal_connect() documentation
  - build-time paths to gio/gunixmounts.h, etc. end up in
    Gio-2.0.gir, GioUnix-2.0.gir
  - Links crash application on MacOS due to lack of machine-id
    file
  - Requirement of GUnixMountMonitor for a Valid Timestamp from
    unix_mount_at is not Suffeciently Documented
  - gmacros:  _G_BOOLEAN_EXPR_IMPL is incompatible with c++
    functions marked constexpr
  - [th/gdataset-index] add a lookup index (GHashTable) to
    `GData`
  - GWin32: Add g_win32_com_clear()
  - docs: Add --generate-md to the gdbus-codegen documentation
  - docs: Fix some backslash escaping issues in doc comments
  - gio, gobject: Improve reproducibility of enumtypes headers
  - gstrfuncs: Drop a redundant paragraph
  - Don't define test setups unless we're testing
  - build: Make the introspection feature yield
  - Fix pointer-to-paramref syntax in docs
  - gio: Fix a link to a specifications document
  - Add several assertions to help static analysis and fix some
    GIR annotations
  - Fix GCC version detection for GUINT*_SWAP_LE_BE
  - gioenums: Add deprecation for FLAGS_NONE
  - docs: Use gi-docgen syntax in main-loop.md
  - docs: Document more extension points
  - docs: Clarify that g_array_unref() works like
    g_ptr_array_unref()
  - Update to version 2.83.2:
    + This release has the same code as 2.83.1, but contains a fix
    for release archive generation which means that 2.83.1 does not
    have a release archive
    + Bugs fixed: ci: Enable -Dintrospection for dist builds.
  - Changes from version 2.83.1:
    + Heap buffer overflow read in utf8_verify_ascii().
    + Build failure “'ifunc' is not supported on this target” with
    muslc.
    + 2.82.3 regression: lollypop crashes on startup.
    + Replace procfs linuxism with kinfo freebsdism.
  - Update to version 2.83.0:
    + Update to Unicode 16.0.0; there may be bugs in linebreaking
    support.
    + Optimise UTF-8 validation of strings, including use of ifuncs
    to prevent spurious warnings from sanitizers and valgrind.
    + Change the default value of -Dglib_debug from `auto` to
    `enabled` for developers — distributions will almost certainly
    want to override it to `-Dglib_debug=disabled` for package
    release builds though.
    + Revert per-instance locking changes in `GCancellable` as they
    introduced new races.
    + Bump Meson dependency to 1.4.0.
    + Rename multiple `g_unix_mount_*()` APIs to
    `g_unix_mount_entry_*()` (#3492.
    + Add a new `GFileMonitor` backend for macOS and BSD.
    + Add APIs for sync, async and finish function annotations to
    libgirepository.
    + Updated translations.
  - Update to version 2.82.5:
    + Bugs fixed:
  - gosxappinfo: Correctly launch list of files
  - Don't mark test setups as default in subprojects
  - gdatetime: Fix integer overflow when parsing very long
    ISO8601 inputs

++++ gptfdisk:

  - Update to release 1.0.10
    * Fix failure & crash of sgdisk when compiled with latest popt
    * Fix NULL dereference when duplicating string argument
    * Allow partition dynamically allocated by --largest-new to be
    referenced by other options
    * Truncate decimal inputs (e.g. "9.5G" becomes "9G")
    * New partition type codes from the Discoverable Partitions
    Specification
  - Delete 0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch
    gptfdisk-1.0.9-libuuid.patch,
    gptfdisk-fix-null-pointer-dereference.patch (merged)

++++ kernel-default:

  - iommu/amd: Fix corruption when mapping large pages from 0
    (stable-fixes).
  - iommu/tegra241-cmdqv: Fix unused variable warning
    (stable-fixes).
  - iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated
    tables (stable-fixes).
  - commit dc2d748
  - sched/fair: Refactor can_migrate_task() to elimate looping
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/eevdf: Force propagating min_slice of cfs_rq when
    {en,de}queue tasks (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched: Don't define sched_clock_irqtime as static key
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Reduce the default slice to avoid tasks getting an
    extra tick (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: Cancel the slice protection of the idle entity
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Clarify wake_up_q()'s write to task->wake_q.next
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit 4c4449a
  - net: qcom/emac: Find sgmii_ops by device_for_each_child()
    (jsc#PED-10906).
  - commit a0954d0
  - libnvdimm: Replace namespace_match() with
    device_find_child_by_name() (jsc#PED-10906).
  - commit 9effb4f
  - driver core: Constify API device_find_child() and adapt for
    various usages (jsc#PED-10906).
  - commit ce62ef8
  - PCI: Use downstream bridges for distributing resources
    (bsc#1237325).
  - commit ac1a584
  - drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
    (stable-fixes).
  - Revert "drm/amd/display: Use HW lock mgr for PSR1"
    (stable-fixes).
  - drm/amdkfd: only flush the validate MES contex (stable-fixes).
  - drm/amd/pm: Mark MM activity as unsupported (stable-fixes).
  - drm/modeset: Handle tiled displays in pan_display_atomic
    (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).
  - commit 615893a
  - 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).
  - kasan: make kasan_record_aux_stack_noalloc() the default
    behaviour (git-fixes).
  - commit 0d9c641
  - dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI (git-fixes)
  - commit 0a7858b
  - arm64: dts: allwinner: a64: explicitly assign clock parent for TCON0 (git-fixes)
  - commit 9135ee4
  - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (git-fixes)
  - commit faef568
  - arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (git-fixes)
  - commit 10a9960
  - arm64: Handle .ARM.attributes section in linker scripts (git-fixes)
  - commit f30d30c
  - arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock (git-fixes)
  - commit 45bf054

++++ kernel-firmware-amdgpu:

  - Update to version 20250219 (git commit 5faab136de1a):
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-bluetooth:

  - Update to version 20250219 (git commit 5faab136de1a):
    * qca: update WCN3988 firmware

++++ kernel-firmware-network:

  - Update to version 20250219 (git commit 5faab136de1a):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy

++++ kernel-firmware-qcom:

  - Update to version 20250219 (git commit 5faab136de1a):
    * qcom: add firmware for Adreno A225

++++ kernel-firmware-sound:

  - Update to version 20250219 (git commit 5faab136de1a):
    * cirrus: cs35l56: Add and update firmware for Cirrus CS35L56 for two HP laptops
    * cirrus: cs35l56: Add firmware for Cirrus Amps for some ASUS laptops
    * cirrus: cs35l56: Add and update firmware for Cirrus CS35L56 for various Lenovo laptops
    * cirrus: cs35l56: Update firmware for Cirrus Amps for some Dell laptops

++++ gpgme:

  - Don't own content of all common-lisp directories, just own the
    directories themselves (adding %dir in front of them). Prevents
    duplicate ownership of the Common Lisp files.

++++ lvm2:

  - system with LVM on iSCSI hangs on shutdown because blk-availability.service is not enabled (bsc#1236788)
    * update lvm2.spec
  - remove blk-availability.service from %postun
  - add new Provides 'dont_stop_blk_availability_service'

++++ openSUSE-repos-LeapMicro:

  - Update to version 20250220.13a9986:
    * Use arch specific repodata on Leap 16.0 (#77)

++++ python-MarkupSafe:

  - split test dependencies into a multibuild to break cycle
    with pytest

++++ yast2:

  - respect kernel parameter filtering from agama if found
    (bsc#1237390,bsc#1234678)
  - 5.0.12

------------------------------------------------------------------
------------------  2025-2-19  -  Feb 19 2025  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Update to 327:
    * Translation updates
  - Changes from 326:
    * Download and install unsupported and older operating systems
  - Changes from 325:
    * Improve rendering of VM descriptions
    * Translation updates

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

++++ dracut:

  - Update to version 059+suse.658.ge9a17609:
    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:
    * feat(livenet): get live image size from TFTP servers

++++ gpg2:

  - Update to 2.5.4:
    * gpg: New option --disable-pqc-encryption. [rG00c31f8b04]
    * gpg: Fix --quick-add-key for Weierstrass ECC with usage given. [T7506]
    * gpg: Fix handling with no CRC armor. [T7071]
    * gpg: New private Kyber keys are now cross-referenced using a new
    Link attribute. [T6638]
    * gpg: Fix an import problem with keys having another primary key as
    a subkey. [T7527]
    * gpgsm: Allow unattended PKCS#12 export without passphrase. [rG159e801043]
    * gpgsm: Allow CSR generation with an unprotected key. [rG89055f24f4]
    * agent: New option --change-std-env-name. [T7522]
    * agent: Fix ssh-agent's request_identities for skipped Brainpool
    keys. [rG2469dc5aae]
    * Do not package zlib and bzip2 object files in a speedo release build. [T7442]
    * Rebase patches:
  - gnupg-add_legacy_FIPS_mode_option.patch
  - gnupg-allow-import-of-previously-known-keys-even-without-UIDs.patch
  - gnupg-revert-rfc4880bis.patch

++++ grub2:

  - Fix grub-bls does not rollback via setting new default (bsc#1237198)
    * 0001-bls-Accept-.conf-suffix-in-setting-default-entry.patch

++++ kernel-default:

  - idpf: call set_real_num_queues in idpf_open (bsc#1236661
    bsc#1237316).
  - commit 038664b
  - driver core: Introduce an device matching API
    device_match_type() (jsc#PED-10906).
  - commit 9f68205
  - driver core: Put device attribute @wakeup_last_time_ms and
    its show() together (jsc#PED-10906).
  - commit 0ab8f11
  - cacheinfo: Don't opencode per_cpu_cacheinfo() (jsc#PED-10906).
  - commit e469790
  - drivers/base: Remove unused auxiliary_find_device
    (jsc#PED-10906).
  - commit e7ed3d1
  - driver core: Add device probe log helper dev_warn_probe()
    (jsc#PED-10906).
  - commit e646f4e
  - regmap-irq: Consistently use memset32() in regmap_irq_thread()
    (jsc#PED-10906).
  - commit e64a63b
  - usb: typec: class: Remove both cable_match() and partner_match()
    (jsc#PED-10906).
  - commit e1bfd88
  - sysctl: update common tuning parameters for SAP workloads
    References: jsc#PED-11670
  - commit 86d9b06
  - config: set selinux as defautl lsm
    References: jsc#PED-12021
    Clear CONFIG_DEFAULT_SECURITY_APPARMOR=y
  - commit ad8cf6a
  - config: update configs using run_oldconfig.sh
    Mainly cleanup of TOMOYO configs after following commit:
    08c6cff34064 Update config files: disable tomoyo lsm (jsc#PED-12020)
  - commit 6d8067f
  - supported.conf: Add more iMX93 modules to supported list (jsc#PED-12016)
  - supported.conf: Make few iMX93 modules supported (jsc#PED-12016)
  - commit 8472ab7
  - i2c: imx-lpi2c: select CONFIG_I2C_SLAVE (git-fixes)
  - commit 9775c66
  - Update
    patches.suse/cachestat-fix-page-cache-statistics-permission-check.patch
    (CVE-2025-21691 bsc#1237026).
  - commit 77a27c3
  - usb: typec: Print err when displayport fails to enter
    (jsc#PED-10603).
  - commit ca6631e
  - usb: typec: Make active on port altmode writable
    (jsc#PED-10603).
  - commit eeb0401
  - usb: typec: Add driver for Thunderbolt 3 Alternate Mode
    (jsc#PED-10603).
  - commit 4279597
  - KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
    (git-fixes).
  - commit cd5d95b
  - KVM: arm64: Fix nested S2 MMU structures reallocation
    (git-fixes).
  - commit b5739e1
  - usb: typec: tcpm: Add new AMS for Get_Revision response
    (jsc#PED-10906).
  - commit 0dc07bd
  - PCI: microchip: Add support for using either Root Port 1 or 2
    (git-fixes).
  - Refresh
    patches.suse/PCI-microchip-Set-inbound-address-translation-for-co.patch.
  - commit a34fcbd
  - KVM: arm64: Flush hyp bss section after initialization of
    variables in bss (git-fixes).
  - commit aaf5efb
  - usb: typec: tcpm: Add support for parsing pd-revision DT
    property (jsc#PED-10906).
  - commit 3e2e05e
  - usb: typec: tcpm: Add support for sink-bc12-completion-time-ms
    DT property (jsc#PED-10906).
  - commit fc6e26e
  - KVM: arm64: vgic-its: Add error handling in
    vgic_its_cache_translation (git-fixes).
  - commit c94c6dc
  - KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be
    overridden (git-fixes).
  - commit 452d1e3
  - usb: typec: tcpm: Add support for parsing time dt properties
    (jsc#PED-10906).
  - commit 4bcea43
  - KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device
    memory type (git-fixes).
  - commit b033aa6
  - usb: typec: stusb160x: Make use of i2c_get_match_data()
    (jsc#PED-10906).
  - commit bd20d7d
  - usb: typec: Fix typo in comment (jsc#PED-10906).
  - commit 3f9d1f1
  - KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow
    status (git-fixes).
  - commit dcc3c1a
  - KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
    (git-fixes).
  - commit 817c4c3
  - usb: phy: Remove API devm_usb_put_phy() (jsc#PED-10906).
  - commit a4eae2b
  - usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
    (git-fixes).
  - commit eef2b55
  - KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with
    VHE (git-fixes).
  - commit ec41dc1
  - KVM: x86: Load DR6 with guest value only before entering
    .vcpu_run() loop (git-fixes).
  - commit 4a7679b
  - KVM: nSVM: Enter guest mode before initializing nested NPT MMU
    (git-fixes).
  - commit a57f140
  - KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
    (git-fixes).
  - commit 9f1de37
  - KVM: x86: Zero out PV features cache when the CPUID leaf is
    not present (git-fixes).
  - commit e7655b9
  - USB: Replace own str_plural with common one (jsc#PED-10906).
  - commit 78aa90a
  - KVM: x86: Account for KVM-reserved CR4 bits when passing
    through CR4 on VMX (git-fixes).
  - commit 72969c6
  - ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
    (stable-fixes).
  - commit 70602b0
  - 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: imx-audmix: remove cpu_mclk which is from cpu dai device
    (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: SOF: ipc4-topology: Harden loops for looking up ALH
    copiers (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 5049122
  - KVM: VMX: Fix comment of handle_vmx_instruction() (git-fixes).
  - commit 34e0912
  - KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable
    bit is cleared (git-fixes).
  - commit 8556a9f
  - Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata
    handling out of setup_vmcs_config()" (git-fixes).
  - commit 92c9049
  - KVM: x86: Bypass register cache when querying CPL from
    kvm_sched_out() (git-fixes).
  - commit 3f985bf
  - KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
    (git-fixes).
  - commit 7344d06
  - KVM: x86: Fix a comment inside
    __kvm_set_or_clear_apicv_inhibit() (git-fixes).
  - commit c404f67

++++ libassuan:

  - Update to 3.0.2:
    * Fix for FreeBSD to set the pid of assuan_peercred_t. [rAdfa5e6532d]
    * Use socklen_t for the length of socket address. [T5924]
    * Fix errno setting on Windows for assuan_sock_bind failure. [T7456]
    * New assuan_sock_get_flag "w32_error" to get the actual Windows
    error after a system call and not just the mapped errno. [T7456]

++++ rdma-core:

  - Update to rdma-core v56.0 (jsc#PED11323)
  - No release notes available

++++ libguestfs:

  - Update to version 1.55.6 (jsc#PED-8910)
    * appliance: add dhcpcd support on Debian
    * appliance: add support for sfdisk on Debian
    * mlcustomize, mltools: Replace $TEST_FUNCTIONS
    * ruby: Make sure all object files are cleaned up
    * daemon: New command_out and sh_out APIs

++++ samba:

  - Remove nscd build dependency and usage in RPM scriptlets;
    (bsc#1237296);
  - Update to 4.21.4
    * Increasing slowness of sharesec performance with high number
    of registry shares; (bso#15780).
    * winbindd shows memleak in kerberos_decode_pac; (bso#15782).
    * Creation of GPOs applicable to more than one group is
    impossible with Samba 4.20.0 and later; (bso#15738).
    * Replace `crypt` module in
    python/samba/netcmd/user/readpasswords/common.py;
    (bso#15756).
    * vfs_gpfs silently garbles timestamps > year 2106;
    (bso#15151).
    * Spotlight search results don't show file size and creation
    date; (bso#15796).
    * General improvements for vfs_ceph_new module; (bso#15703).
    * net offlinejoin not working correctly; (bso#15777).
    * net ads create/join/winbind producing unix dysfunctional
    keytabs; (bso#15759).
    * Windows Explorer crashes on S-1-22-* Unix-SIDs when accessing
    security tab; (bso#14213).
    * The values from hresult_errstr_const and hresult_errstr are
    reversed in 4.20 and 4.21; (bso#15769).
    * Kerberos referral tickets are generated for principals in our
    domain if we have a trust to a top level domain; (bso#15778).
    * NETLOGON_NTLMV2_ENABLED is missing in the SamLogon*
    user_flags field; (bso#15783).
    * Regression: stack-use-after-return in crypt_as_best_we_can();
    (bso#15784).
    * libreplace:readline: gcc 15 complains about incompatible
    pointer types; (bso#15788).

++++ openssh:

  - merge openssh-fips into the main openssh package (bsc#1185116)

++++ perl-Error:

  - Normalize CPAN version
    See https://github.com/openSUSE/cpanspec/issues/47 for details.
    I found no reverse dependencies in devel:languages:perl depending
    on a certain version higher than the normalized.

++++ ppp:

  - Update to version 2.5.2:
    * Some old and probably unused code has been removed, notably
    the pppgetpass program and the passprompt plugin, and some of
    the files in the sample and scripts directories.
    * If a remote number has been set, it is available to scripts in
    the REMOTENUMBER environment variable.
    * Various other bug fixes and minor enhancements.
  - Obsoleted patches:
    * ppp-fix-bashisms.patch

++++ python-M2Crypto:

  - Change macro to %{?sle15allpythons} so we build both Python 3.6
    and Python 3.11 on SLE-15.

++++ selinux-policy:

  - Update to version 20240604+git800.2adbf625:
    * Enable postfix_local_write_mail_spool boolean by default for targeted only
    * Revert "Enable postfix_local_write_mail_spool boolean by default"
    * Support openSUSE-specific krb5kdc paths (bsc#1237064)
    * Allow rlimit inheritance for domains transitioning to local_login_t
    * Enable postfix_local_write_mail_spool boolean by default
    * kanidm_unixd.fc: follow default style for aliased paths
    * Dontaudit systemd-logind remove all files
    * Add the files_dontaudit_read_all_dirs() interface
    * Add the files_dontaudit_delete_all_files() interface
    * Allow rhsmcertd notify virt-who
    * Allow irqbalance to run unconfined scripts conditionally
    * Allow snapperd execute systemctl in the caller domain
    * Allow svirt_tcg_t to connect to nbdkit over a unix stream socket
    * Allow iio-sensor-proxy read iio devices
    * Label /dev/iio:device[0-9]+ devices
    * Allow systemd-coredump the sys_admin capability
    * Allow apcupsd's apccontrol to send messages using wall
    * contrib/thumb: also allow per-user thumbnailers
    * contrib/thumb: fix thunar thumbnailer (rhbz#2315893)
    * Allow virt_domain to use pulseaudio - conditional
    * Allow pcmsensor read nmi_watchdog state information
    * Allow init_t nnp domain transition to gssproxy_t
    * Allow quota_t load its kernel module (bsc#1235805)
    * Allow apcupsd's apccontrol to send messages using wall (bsc#1235688)
    * Allow systemd-generator connect to syslog over a unix stream socket
    * Allow virtqemud manage fixed disk device nodes
    * Allow iio-sensor-proxy connect to syslog over a unix stream socket
    * Allow virtstoraged write to sysfs files
    * Allow power-profiles-daemon write sysfs files
    * Update iiosensorproxy policy
    * Allow pcmsensor write nmi_watchdog state information
    * Label /proc/sys/kernel/nmi_watchdog with sysctl_nmi_watchdog_t
    * Allow virtnodedev create /etc/mdevctl.d/scripts.d with bin_t type
    * Add the gpg_read_user_secrets() interface
    * Dontaudit xdm_t wanting to create /root/.cache dir (bsc#1235669)
    * Allow journalctl read messages from /var/lib/machines (bsc#1235829)
    * Allow gnome-remote-desktop read resolv.conf
    * Update switcheroo policy
    * Allow nfsidmap connect to systemd-homed over a unix socket
    * wtmpdbd systemd service uses NoNewPrivileges (bsc#1235660)
    * Transition samba-dcerpcd pid file from smbd_var_run_t to winbind_var_run_t (bsc#1235801)
    * /run/samba/samba-dcerpcd.pid needs fc type winbind_rpcd_var_run_t (bsc#1235801)
    * Adjust rpcd_lsad, samba-bgqd, samba-dcerpcd to SUSE-specific part (bsc#1235801)
    * Transition nmbd pid file from smbd_var_run_t to nmbd_var_run_t (bsc#1235801)
    * Add the auth_write_motd_var_run_files() interface
    * Add the bind_exec_named_checkconf() interface
    * Add the virt_exec_virsh() interface
    * Allow database rotation for wtmpdbd_t
    * Allow wtmpdbd to send messages notifications
    * Introduce policy for wtmpdbd (bsc#1235660)
    * Label xrdp scripts in /etc as bin_t (bsc#1233738)
    * introduce unconfined_service_transition_to_unconfined_user boolean (bsc#1233738)
    * Allow virtqemud domain transition to nbdkit
    * Add nbdkit interfaces defined conditionally
    * Allow samba-bgqd connect to cupsd over an unix domain stream socket
    * Confine the switcheroo-control service
    * Allow svirt_t read sysfs files
    * Allow init to manage DOS files (bsc#1232527)
    * Add rhsmcertd interfaces
    * Add the ssh_exec_sshd() interface
    * Add the gpg_domtrans_agent() interface
    * Label /usr/bin/dnf5 with rpm_exec_t
    * Label /dev/pmem[0-9]+ with fixed_disk_device_t
    * allow kdm to create /root/.kde/ with correct label
    * Change /usr/sbin entries to use /usr/bin or remove them
    * Allow systemd-homed get filesystem quotas
    * Allow login_userdomain getattr nsfs files
    * Allow virtqemud send a generic signal to the ssh client domain
    * Dontaudit request-key read /etc/passwd
    * Update virtqemud policy regarding the svirt_tcg_t domain
    * Allow virtqemud domain transition on numad execution
    * Support virt live migration using ssh
    * Allow virtqemud permissions needed for live migration
    * Allow virtqemud the getpgid process permission
    * Allow virtqemud manage nfs dirs when virt_use_nfs boolean is on
    * Allow virtqemud relabelfrom virt_log_t files
    * Allow virtqemud relabel tun_socket
    * Add policy for systemd-import-generator
    * Confine vsftpd systemd system generator
    * Allow virtqemud read and write sgx_vepc devices
    * Allow systemd-networkd list cgroup directories
    * Allow xdm dbus chat with power-profiles-daemon
    * Allow ssh_t read systemd config files
    * Add Valkey rules to Redis module
    * Update ktlsh policy
    * Allow request-key to read /etc/passwd
    * Allow request-key to manage all domains' keys
    * Add support for the KVM guest memfd anon inodes

++++ vim:

  - 9.1.1101 is a fix for:
    bsc#1229685 (CVE-2024-43790)
    bsc#1229822 (CVE-2024-43802)
    bsc#1230078 (CVE-2024-45306)
    bsc#1235695 (CVE-2025-22134)
    bsc#1236151 (CVE-2025-24014)
    bsc#1237137 (CVE-2025-1215)
  - Remove obsoleted patch:
    * vim-7.3-mktemp_tutor.patch
  - update to 9.1.1101
    * insexpand.c hard to read
    * tests: Test_log_nonexistent only works on Linux
    * Update base-syntax, improve variable matching
    * Vim9: import with extends may crash
    * leaking memory with completing multi lines
    * --log with non-existent path causes a crash
    * if_perl: Perl 5.38 adds new symbols causing link failure
    * tests: matchparen plugin test wrongly named
    * Vim9: problem finding implemented method in type hierarchy
    * runtime(qf): Update syntax file, match second delimiter
    * tests: output of test ...win32_ctrl_z depends on python version
    * tests: fix expected return code for python 3.13 on Windows
    * tests: timeout might be a bit too small
    * tests: test_terminwscroll_topline2 unreliable
    * tests: No check when tests are run under Github actions
    * tests: plugin tests are named inconsistently
    * Vim9: import with extends may crash
    * completion doesn't work with multi lines
    * filetype: cmmt files are not recognized
    * Unable to persistently ignore events in a window and its buffers
    * improve syntax highlighting
    * setreg() doesn't correctly handle mbyte chars in blockwise mode
    * unexpected DCS responses may cause out of bounds reads
    * has('bsd') is true for GNU/Hurd
    * filetype: Mill files are not recognized
    * GUI late startup leads to uninitialized scrollbars
    * Add support for lz4 to tar & gzip plugin
    * Terminal ansi colors off by one after tgc reset
    * included syntax items do not understand contains=TOP
    * vim_strnchr() is strange and unnecessary
    * Vim9: len variable not used in compile_load()
    * runtime(vim): Update base-syntax, match :debuggreedy count prefix
    * Strange error when heredoc marker starts with "trim"
    * tests: test_compiler fails on Windows without Maven
    * 'diffopt' "linematch" cannot be used with {n} less than 10
    * args missing after failing to redefine a function
    * Cannot control cursor positioning of getchar()
    * preinsert text completions not deleted with <C-W>/<C-U>
    * getchar() can't distinguish between C-I and Tab
    * tests: Test_termwinscroll_topline2 fails on MacOS
    * heap-use-after-free and stack-use-after-scope with :14verbose
    * no digraph for "Approaches the limit"
    * not possible to use plural forms with gettext()
    * too many strlen() calls in userfunc.c
    * terminal: E315 when dragging the terminal with the mouse
    * runtime(openPlugin): fix unclosed parenthesis in GetWordUnderCursor()
    * runtime(doc): Tweak documentation style a bit
    * tests: test_glvs fails when unarchiver not available
    * Vim always enables 'termguicolors' in a terminal
    * completion: input text deleted with preinsert when adding leader
    * translation(sr): Missing Serbian translation for the tutor
    * Superfluous cleanup steps in test_ins_complete.vim
    * runtime(netrw): correct wrong version check
    * Vim doesn't highlight to be inserted text when completing
    * runtime(netrw): upstream snapshot of v176
    * runtime(dist/vim9): fix regressions in dist#vim9#Open
    * runtime(hyprlang): fix string recognition
    * make install fails because of a missing dependency
    * runtime(asm): add byte directives to syntax script
    * Vim doesn't work well with TERM=xterm-direct
    * runtime(filetype): commit 99181205c5f8284a3 breaks V lang detection
    * runtime: decouple Open and Launch commands and gx mapping from netrw
    * "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt'
    * runtime(just): fix typo in syntax file
    * runtime(filetype): Improve Verilog detection by checking for modules definition
    * tests: off-by-one error in CheckCWD in test_debugger.vim
    * tests: no support for env variables when running Vim in terminal
    * too many strlen() calls in os_unix.c
    * insert-completed items are always sorted
    * crash after scrolling and pasting in silent Ex mode
    * Makefiles uses non-portable syntax
    * fuzzymatching doesn't prefer matching camelcase
    * filetype: N-Tripels and TriG files are not recognized
    * Vim9: Patch 9.1.1014 causes regressions
    * translation(sr): Update Serbian messages translation
  - updade to 9.1.1043
    * [security]: segfault in win_line()
    * update helptags
    * filetype: just files are not recognized
    * Update base-syntax, match ternary and falsy operators
    * Vim9: out-of-bound access when echoing an enum
    * Vim9: imported type cannot be used as func return type
    * runtime(kconfig): updated ftplugin and syntax script
    * runtime(doc): rename last t_BG reference to t_RB
    * Vim9: comments are outdated
    * tests: test_channel.py fails with IPv6
    * runtime(vim): Update base-syntax, fix is/isnot operator matching
    * Vim9: confusing error when using abstract method via super
    * make install fails when using shadowdir
    * Vim9: memory leak with blob2str()
    * runtime(tex): add texEmphStyle to texMatchGroup in syntax script
    * runtime(netrw): upstream snapshot of v175
    * Vim9: compiling abstract method fails without return
    * runtime(c): add new constexpr keyword to syntax file (C23)
    * tests: shaderslang was removed from test_filetype erroneously
    * link error when FEAT_SPELL not defined
    * Coverity complains about insecure data handling
    * runtime(sh): update syntax script
    * runtime(c): Add missing syntax test files
    * filetype: setting bash filetype is backwards incompatible
    * runtime(c): Update syntax and ftplugin files
    * the installer can be improved
    * too many strlen() calls in screen.c
    * no sanitize check when running linematch
    * filetype: swc configuration files are not recognized
    * runtime(netrw): change netrw maintainer
    * wrong return type of blob2str()
    * blob2str/str2blob() do not support list of strings
    * runtime(doc): fix typo in usr_02.txt
    * Coverity complains about dereferencing NULL pointer
    * linematch option value not completed
    * string might be used without a trailing NUL
    * no way to get current selected item in a async context
    * filetype: fd ignore files are not recognized
    * v9.1.0743 causes regression with diff mode
    * runtime(doc): fix base64 encode/decode examples
    * Vim9: Patch 9.1.1013 causes a few problems
    * Not possible to convert string2blob and blob2string
    * Coverity complains about dereferencing NULL value
    * Vim9: variable not found in transitive import
    * runtime(colors): Update colorschemes, include new unokai colorscheme
    * Vim9: Regression caused by patch v9.1.0646
    * runtime(lyrics): support milliseconds in syntax script
    * runtime(vim): Split Vim legacy and Vim9 script indent tests
    * Vim9: class interface inheritance not correctly working
    * popupmenu internal error with some abbr in completion item
    * filetype: VisualCode setting file not recognized
    * diff feature can be improved
    * tests: test for patch 9.1.1006 doesn't fail without the patch
    * filetype: various ignore are not recognized
    * tests: Load screendump files with "git vimdumps"
    * PmenuMatch completion highlight can be combined
    * completion text is highlighted even with no pattern found
    * tests: a few termdebug tests are flaky
    * [security]: heap-buffer-overflow with visual mode
    * runtime(doc): add package-<name> helptags for included packages
    * Vim9: unknown func error with interface declaring func var
    * runtime(filetype): don't detect string interpolation as angular
    * ComplMatchIns highlight hard to read on light background
    * runtime(vim): Update base-syntax, highlight literal string quote escape
    * runtime(editorconfig): set omnifunc to syntaxcomplete func
    * tests: ruby tests fail with Ruby 3.4
    * Vim9: leaking finished exception
    * runtime(tiasm):  use correct syntax name tiasm in syntax script
    * filetype: TI assembly files are not recognized
    * too many strlen() calls in drawscreen.c
    * runtime(xf86conf): add section name OutputClass to syntax script
    * ComplMatchIns may highlight wrong text
    * runtime(vim): Update base-syntax, improve ex-bang matching
    * runtime(doc): clarify buffer deletion on popup_close()
    * filetype: shaderslang files are not detected
    * Vim9: not able to use comment after opening curly brace
  - update to 9.1.0993
    * 9.1.0993: New 'cmdheight' behavior may be surprising
    * runtime(sh): fix typo in Last Change header
    * 9.1.0992: Vim9: double-free after v9.1.0988
    * 9.1.0991: v:stacktrace has wrong type in Vim9 script
    * runtime(sh): add PS0 to bashSpecialVariables in syntax script
    * runtime(vim): Remove trailing comma from match_words
    * runtime(zsh): sync syntax script with upstream repo
    * runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
    * 9.1.0990: Inconsistent behavior when changing cmdheight
    * 9.1.0989: Vim9: Whitespace after the final enum value causes a syntax error
    * runtime(java): Quietly opt out for unsupported markdown.vim versions
    * runtime(vim): fix failing vim syntax test
    * 9.1.0988: Vim9: no error when using uninitialized var in new()
    * runtime(doc): update index.txt
    * 9.1.0987: filetype: cake files are not recognized
    * 9.1.0986: filetype: 'jj' filetype is a bit imprecise
    * runtime(jj): Support diffs in jj syntax
    * runtime(vim): Update matchit pattern, no Vim9 short names
    * 9.1.0985: Vim9: some ex commands can be shortened
    * 9.1.0984: exception handling can be improved
    * runtime(doc): update doc for :horizontal
    * runtime(doc): update index.txt, windows.txt and version9.txt
    * runtime(doc): Tweak documentation about base64 function
    * runtime(chordpro): update syntax script
    * 9.1.0983: not able to get the displayed items in complete_info()
    * runtime(doc): use standard SGR format at :h xterm-true-color
    * 9.1.0982: TI linker files are not recognized
    * runtime(vim): update vim generator syntax script
    * 9.1.0981: tests: typo in test_filetype.vim
    * 9.1.0980: no support for base64 en-/decoding functions in Vim Script
    * syntax(sh): Improve the recognition of bracket expressions
    * runtime(doc): mention how NUL bytes are handled
    * 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
    * runtime(sh): set shellcheck as the compiler for supported shells
    * runtime(doc): Fix enum example syntax
    * 9.1.0972: filetype: TI linker map files are not recognized
    * runtime(vim): Improve syntax script generator for Vim Script
    * 9.1.0971: filetype: SLNX files are not recognized
    * 9.1.0970: VMS: build errors on VMS architecture
    * runtime(doc): Fix documentation typos
    * runtime(doc): update for new keyprotocol option value (after v9.1.0969)
    * 9.1.0969: ghostty not using kitty protocol by default
    * 9.1.0968: tests: GetFileNameChecks() isn't fully sorted by filetype name
    * runtime(doc): update version9.txt for bash filetype
    * runtime(netrw): update last change header for #16265
    * runtime(doc): fix doc error in :r behaviour
    * 9.1.0967: SpotBugs compiler setup can be further improved
    * 9.1.0966: Vim9: :enum command can be shortened
    * runtime(compiler): include a basic bash syntax checker compiler
    * 9.1.0965: filetype: sh filetype set when detecting the use of bash
    * runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt
    * 9.1.0963: fuzzy-matching does not prefer full match
    * 9.1.0962: filetype: bun.lock file is not recognized
    * runtime(vim): update indentation plugin for Vim script
    * runtime(doc): tweak documentation style in helphelp.txt
    * runtime(vim): Update base-syntax, allow parens in default arguments
    * runtime(doc): mention auto-format using clang-format for sound.c/sign.c
    * runtime(help): fix typo s/additional/arbitrary/
    * runtime(help): Add better support for language annotation highlighting
    * 9.1.0961: filetype: TI gel files are not recognized
    * 9.1.0960: filetype: hy history files are not recognized
    * translation(fi): Fix typoes in Finish menu translation
    * 9.1.0959: Coverity complains about type conversion
    * runtime(vim): Use supported syntax in indent tests
    * 9.1.0958: filetype: supertux2 config files detected as lisp
    * 9.1.0956: completion may crash, completion highlight wrong with preview window
    * 9.1.0955: Vim9: vim9compile.c can be further improved
    * runtime(doc): move help tag E1182
    * runtime(graphql): contribute vim-graphql to Vim core
    * 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
    * runtime(dockerfile): do not set commentstring in syntax script
    * 9.1.0950: filetype: fennelrc files are not recognized
    * runtime(netrw): do not double escape Vim special characters
    * git: ignore reformatting change of netrw plugin
    * runtime(netrw): more reformating #16248
    * runtime(doc): Add a note about handling symbolic links in starting.txt
    * 9.1.0949: popups inconsistently shifted to the left
    * git: ignore reformatting change of netrw plugin
    * runtime(netrw): change indent size from 1 to 2
    * 9.1.0948: Missing cmdline completion for :pbuffer
    * runtime(tutor): Reformat tutor1
    * 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
    * translation(sv): re-include the change from #16240
    * 9.1.0944: tests: test_registers fails when not run under X11
    * 9.1.0943: Vim9: vim9compile.c can be further improved
    * runtime(doc): Update README and mention make check to verify
    * translation(sv): partly revert commit 98874dca6d0b60ccd6fc3a140b3ec
    * runtime(vim): update base-syntax after v9.1.0936
    * 9.1.0942: a few typos were found
    * 9.1.0941: ComplMatchIns doesn't work after multibyte chars
    * runtime(doc): Fix style in fold.txt
    * translation(sv): Fix typo in Swedish translation
    * 9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal
    * runtime(doc): fix some small errors
    * 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
    * runtime(doc): document how to minimize fold computation costs
    * 9.1.0933: Vim9: vim9compile.c can be further improved
    * 9.1.0932: new Italian tutor not installed
    * runtime(doc): fix a few minor errors from the last doc updates
    * translation(it): add Italian translation for the interactive tutor
    * runtime(doc): update the change.txt help file
    * runtime(help): Add Vim lang annotation support for codeblocks
    * 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
    * editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
    * 9.1.0927: style issues in insexpand.c
    * 9.1.0926: filetype: Pixi lock files are not recognized
    * runtime(doc): Add a reference to |++opt| and |+cmd| at `:h :pedit`
    * runtime(doc): add a note about inclusive motions and exclusive selection
    * 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
    * runtime(netrw): do not pollute search history with symlinks
    * 9.1.0918: tiny Vim crashes with fuzzy buffer completion
    * 9.1.0917: various vartabstop and shiftround bugs when shifting lines
    * runtime(typst): add definition lists to formatlistpat, update maintainer
    * 9.1.0916: messages.c is exceeding 80 columns
    * runtime(proto): include filetype plugin for protobuf
    * 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'
    * runtime(netrw): only check first arg of netrw_browsex_viewer for being executable
    * 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
    * runtime(doc): update wrong Vietnamese localization tag
    * 9.1.0909: Vim9: crash when calling instance method
  - update to 9.1.0908
    * refresh vim-7.3-mktemp_tutor.patch
    * 9.1.0908: not possible to configure :messages
    * 9.1.0907: printoptions:portrait does not change postscript Orientation
    * runtime(doc): Add vietnamese.txt to helps main TOC
    * 9.1.0906: filetype: Nvidia PTX files are not recognized
    * runtime(doc): updated version9.txt with changes from v9.1.0905
    * 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()
    * runtime(netrw): do not detach when launching external programs in gvim
    * runtime(doc): make tag alignment more consistent in filetype.txt
    * runtime(doc): fix wrong syntax and style of vietnamese.txt
    * translation(it): update Italian manpage for vimtutor
    * runtime(lua): add optional lua function folding
    * Filelist: include translations for Chapter 2 tutor
    * translation(vi): Update Vietnamese translation
    * runtime(doc): include vietnamese.txt
    * runtime(tutor): fix another typo in tutor2
    * runtime(doc): fix typo in vimtutor manpage
    * translation(it): update Italian manpage for vimtutor
    * translation(it): include Italian version of tutor chapter 2
    * runtime(tutor): regenerated some translated tutor1 files
    * runtime(tutor): fix typo in Chapter 2
    * 9.1.0902: filetype: Conda configuration files are not recognized
    * runtime(doc): Tweak documentation style a bit
    * runtime(tutor): update the tutor files and re-number the chapters
    * runtime(tutor): Update the makefiles for tutor1 and tutor2 files
    * 9.1.0901: MS-Windows: vimtutor batch script can be improved
    * runtime(doc): remove buffer-local completeopt todo item
    * 9.1.0900: Vim9: digraph_getlist() does not accept bool arg
    * runtime(typst): provide a formatlistpat in ftplugin
    * runtime(doc): Update documentation for "noselect" in 'completeopt'
    * 9.1.0899: default for 'backspace' can be set in C code
    * runtime(helptoc): reload cached g:helptoc.shell_prompt when starting toc
    * translation(ru): Updated messages translation
    * 9.1.0898: runtime(compiler): pytest compiler not included
    * 9.1.0897: filetype: pyrex files are not detected
    * runtime(compiler): update eslint compiler
    * 9.1.0896: completion list wrong after v9.1.0891
    * runtime(doc): document changed default value for 'history'
    * 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
    * translation(de): update German manpages
    * runtime(compiler): include spotbugs Java linter
    * 9.1.0892: the max value of 'tabheight' is limited by other tabpages
    * runtime(po): remove poDiffOld/New, add po-format flags to syntax file
    * 9.1.0891: building the completion list array is inefficient
    * patch 9.1.0890: %! item not allowed for 'rulerformat'
    * runtime(gzip): load undofile if there exists one
    * 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
    * runtime(c3): include c3 filetype plugin
    * 9.1.0885: style of sign.c can be improved
    * 9.1.0884: gcc warns about uninitialized variable
    * runtime(apache): Update syntax directives for apache server 2.4.62
    * translation(ru): updated vimtutor translation, update MAINTAINERS file
    * 9.1.0883: message history cleanup is missing some tests
    * runtime(doc): Expand docs on :! vs. :term
    * runtime(netrw): Fixing powershell execution issues on Windows
    * 9.1.0882: too many strlen() calls in insexpand.c
    * 9.1.0881: GUI: message dialog may not get focus
    * runtime(netrw): update netrw's decompress logic
    * runtime(apache): Update syntax keyword definition
    * runtime(misc): add Italian LICENSE and (top-level) README file
    * 9.1.0880: filetype: C3 files are not recognized
    * runtime(doc): add helptag for :HelpToc command
    * 9.1.0879: source is not consistently formatted
    * Add clang-format config file
    * runtime(compiler): fix escaping of arguments passed to :CompilerSet
    * 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
    * runtime(doc): Makefile does not clean up all temporary files
    * 9.1.0867: ins_compl_add() has too many args
    * editorconfig: don't trim trailing whitespaces in runtime/doc
    * translation(am): Remove duplicate keys in desktop files
    * runtime(doc): update helptags
    * runtime(filetype): remove duplicated *.org file pattern
    * runtime(cfg): only consider leading // as starting a comment
    * 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
    * runtime(sh): better function support for bash/zsh in indent script
    * runtime(netrw): small fixes to netrw#BrowseX
    * 9.1.0862: 'wildmenu' not enabled by default in nocp mode
    * runtime(doc): update how to report issues for mac Vim
    * runtime(doc): mention option-backslash at :h CompilerSet
    * runtime(compiler): include a Java Maven compiler plugin
    * runtime(racket): update Racket runtime files
    * runtime(doc): improve indentation in examples for netrw-handler
    * runtime(doc): improve examples for netrw-handler functions
    * runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg
    * runtime(doc): clarify the use of filters and external commands
    * 9.1.0861: Vim9: no runtime check for object member access of any var
    * runtime(compiler): update pylint linter
    * 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
    * runtime(tar): Update tar.vim to support permissions
    * 9.1.0857: xxd: --- is incorrectly recognized as end-of-options
    * 9.1.0851: too many strlen() calls in getchar.c
    * 9.1.0850: Vim9: cannot access nested object inside objects
    * runtime(tex): extra Number highlighting causes issues
    * runtime(vim): Fix indent after :silent! function
    * 9.1.0849: there are a few typos in the source
    * runtime(netrw): directory symlink not resolved in tree view
    * runtime(doc): add a table of supported Operating Systems
    * runtime(tex): update Last Change header in syntax script
    * runtime(doc): fix typo in g:termdebug_config
    * runtime(vim): Update base-syntax, improve :normal highlighting
    * runtime(tex): add Number highlighting to syntax file
    * runtime(doc): Tweak documentation style a bit
    * 9.1.0848: if_lua: v:false/v:true are not evaluated to boolean
    * runtime(dune): use :setl instead of :set in ftplugin
    * runtime(termdebug): allow to use decimal signs
    * translation(it): Updated Italian vimtutor
    * runtime(compiler): improve cppcheck
    * git: git-blame-ignore-revs shown as an error on Github
    * 9.1.0847: tests: test_popupwin fails because of updated help file
    * 9.1.0846: debug symbols for xxd are not cleaned in Makefile
    * runtime(structurizr): Update structurizr syntax
    * runtime(8th): updated 8th syntax
    * runtime(doc): Add pi_tutor.txt to help TOC
    * runtime(compiler): add mypy and ruff compiler; update pylint linter
    * runtime(netrw): fix several bugs in netrw tree listing
    * runtime(netrw): prevent polluting the search history
    * 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
    * runtime(doc): update default value for fillchars option
    * runtime(compiler): fix typo in cppcheck compiler plugin
    * runtime(doc): simplify vimtutor manpage a bit more
    * runtime(matchparen): Add matchparen_disable_cursor_hl config option
    * 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
    * runtime(cook): include cook filetype plugin
    * runtime(debversions): Update Debian versions
    * patch 9.1.0838: vimtutor is bash-specific
    * runtime(doc): add help specific modeline to pi_tutor.txt
    * Filelist: vimtutor chapter 2 is missing in Filelist
    * 9.1.0837: cross-compiling has some issues
    * runtime(vimtutor): Add a second chapter

------------------------------------------------------------------
------------------  2025-2-18  -  Feb 18 2025  -------------------
------------------------------------------------------------------

++++ canutils:

  - Add 0001-build-give-libisobusfs-a-version.patch

++++ guestfs-tools:

  - Update to version 1.53.7 (jsc#PED-8910)
    * mlcustomize, mltools: Replace $TEST_FUNCTIONS
    * mldrivers/linux_bootloaders.ml: Don't overwrite EFI grub2 wrapper
    * resize: Use stderr consistently for debug messages
    * resize/test-virt-resize.pl: Various fixes and adjustments

++++ hwdata:

  - Update to version 0.392:
    * Update pci and vendor ids

++++ kernel-default:

  - vhost/net: Set num_buffers for virtio 1.0 (git-fixes).
  - commit 3d87f0e
  - s390/virtio_ccw: Fix dma_parm pointer not set up (git-fixes).
  - commit 15ec5ee
  - virtio_blk: reverse request order in virtio_queue_rqs
    (git-fixes).
  - commit a91d779
  - zram: fix potential UAF of zram table (git-fixes).
  - block: avoid to reuse `hctx` not removed from cpuhp callback
    list (git-fixes).
  - block: don't verify IO lock for freeze/unfreeze in
    elevator_init_mq() (git-fixes).
  - block: always verify unfreeze lock on the owner task
    (git-fixes).
  - commit 16febb0
  - iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
    (git-fixes).
  - commit b2a42ed
  - iommu: Fix potential memory leak in  iopf_queue_remove_device()
    (git-fixes).
  - commit 074adf0
  - s390/stackleak: Use exrl instead of ex in __stackleak_poison()
    (git-fixes bsc#1237317).
  - commit 4950e44
  - x86/xen: allow larger contiguous memory regions in PV guests
    (git-fixes).
  - commit 959d5ed
  - xen/swiotlb: relax alignment requirements (git-fixes).
  - commit 02c1859
  - x86/xen: add FRAME_END to xen_hypercall_hvm() (git-fixes).
  - commit f61b030
  - x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
    (git-fixes).
  - commit f11a452
  - Update
    patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch (CVE-2024-53226 bsc#1236576)
  - Update
    patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch (CVE-2025-21689 bsc#1237017)
  - Update
    patches.suse/bpf-Call-free_htab_elem-after-htab_unlock_bucket.patch (CVE-2024-56592 bsc#1235244)
  - Update
    patches.suse/bpf-Prevent-tailcall-infinite-loop-caused-by-freplac.patch (CVE-2024-47794 bsc#1235712)
  - Update
    patches.suse/bpf-put-bpf_link-s-program-when-link-is-safe-to-be-d.patch (CVE-2024-56786 bsc#1235644)
  - Update
    patches.suse/cachestat-fix-page-cache-statistics-permission-check.patch (CVE-2025-21691 bsc#1237026)
  - Update
    patches.suse/cgroup-cpuset-remove-kernfs-active-break.patch (CVE-2025-21634 bsc#1236110)
  - Update
    patches.suse/drm-amd-display-Initialize-denominator-defaults-to-1.patch (CVE-2024-57950 bsc#1237032)
  - 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/iomap-avoid-avoid-truncating-64-bit-offset-to-32-bits.patch (CVE-2025-21667 bsc#1236681)
  - Update
    patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch (CVE-2024-56579 bsc#1236575)
  - Update
    patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch (CVE-2025-21690 bsc#1237025)
  - Update
    patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch (CVE-2024-57889 bsc#1236573)
  - Update
    patches.suse/platform-x86-dell-uart-backlight-fix-serdev-race.patch (CVE-2025-21695 bsc#1237110)
  - Update
    patches.suse/platform-x86-lenovo-yoga-tab2-pro-1380-fastcharger-f.patch (CVE-2025-21685 bsc#1236953)
  - Update
    patches.suse/pmdomain-imx8mp-blk-ctrl-add-missing-loop-break-cond.patch (CVE-2025-21668 bsc#1236682)
  - commit 3462ac1
  - bpf, sockmap: Several fixes to bpf_msg_pop_data (CVE-2024-56720
    bsc#1235592).
  - commit 0185843
  - net: Fix icmp host relookup triggering ip_rt_bug (CVE-2024-56647
    bsc#1235435).
  - commit 49b2b74
  - USB: Fix the issue of task recovery failure caused by USB
    status when S4 wakes up (git-fixes).
  - commit 0e001cb
  - ipv6: avoid possible NULL deref in modify_prefix_route()
    (CVE-2024-56646 bsc#1235131).
  - commit 5a68a13
  - USB: make to_usb_device_driver() use container_of_const()
    (jsc#PED-10906).
  - commit 1cd52ca
  - drm/amd/display: Fix seamless boot sequence (stable-fixes).
  - drm/amdgpu: add a BO metadata flag to disable write compression
    for Vulkan (stable-fixes).
  - drm/amd/amdgpu: change the config of cgcg on gfx12
    (stable-fixes).
  - drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1
    (stable-fixes).
  - drm/amd/display: Optimize cursor position updates
    (stable-fixes).
  - drm/client: Handle tiled displays better (stable-fixes).
  - ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback
    (stable-fixes).
  - clk: qcom: Make GCC_8150 depend on QCOM_GDSC (stable-fixes).
  - wifi: iwlwifi: pcie: Add support for new device ids
    (stable-fixes).
  - drm/amd/display: Limit Scaling Ratio on DCN3.01 (stable-fixes).
  - drm/amd/display: Increase sanitizer frame larger than limit
    when compile testing with clang (stable-fixes).
  - drm/amdkfd: Queue interrupt work to different CPU
    (stable-fixes).
  - drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt
    (stable-fixes).
  - drm/amd/display: Overwriting dualDPP UBF values before usage
    (stable-fixes).
  - drm/amd/display: Populate chroma prefetch parameters, DET
    buffer fix (stable-fixes).
  - drm/vc4: hdmi: use eld_mutex to protect access to connector->eld
    (stable-fixes).
  - drm/sti: hdmi: use eld_mutex to protect access to connector->eld
    (stable-fixes).
  - drm/radeon: use eld_mutex to protect access to connector->eld
    (stable-fixes).
  - drm/exynos: hdmi: use eld_mutex to protect access to
    connector->eld (stable-fixes).
  - drm/amd/display: use eld_mutex to protect access to
    connector->eld (stable-fixes).
  - drm/bridge: ite-it66121: use eld_mutex to protect access to
    connector->eld (stable-fixes).
  - drm/bridge: anx7625: use eld_mutex to protect access to
    connector->eld (stable-fixes).
  - drm/connector: add mutex to protect ELD from concurrent access
    (stable-fixes).
  - drm/tests: hdmi: return meaningful value from
    set_connector_edid() (stable-fixes).
  - drm/tests: hdmi: handle empty modes in find_preferred_mode()
    (stable-fixes).
  - drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k
    panels (stable-fixes).
  - drm: panel-backlight-quirks: Add Framework 13 matte panel
    (stable-fixes).
  - drm: Add panel backlight quirks (stable-fixes).
  - commit 88df338
  - USB: make to_usb_driver() use container_of_const()
    (jsc#PED-10906).
  - commit 3096d5c
  - USB: properly lock dynamic id list when showing an id
    (jsc#PED-10906).
  - commit a65f0a3
  - USB: core: remove dead code in do_proc_bulk() (jsc#PED-10906).
  - commit f209e17
  - usb: core: use sysfs_emit() instead of sprintf()
    (jsc#PED-10906).
  - commit 4b40393
  - usb: require FMODE_WRITE for usbdev_mmap() (jsc#PED-10906).
  - commit 552bff1
  - 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 f5c0b81

++++ kernel-firmware-i915:

  - Update to version 20250217 (git commit 487f2f2421ae):
    * i915: Update Xe3LPD DMC to v2.17
  - Drop duplicated aliases

++++ kernel-firmware-sound:

  - Update to version 20250217 (git commit 487f2f2421ae):
    * ASoC: tas2781: Change regbin firmwares for single device
  - Drop duplicated aliases

++++ gcc15:

  - Enable cross compilers on loongarch64

++++ orc:

  - Update to version 0.4.41:
    + orccodemem: Don't modify the process umask, which caused race
    conditions with other threads
    + x86: various SSE and MMX fixes
    + avx: Fix sqrtps encoding causing an illegal instruction crash
    + Hide internal symbols from ABI and do not install internal
    headers
    + Rename backend to target, including `orc-backend` meson option
    and `ORC_BACKEND` environment variable
    + Testsuite, tools: Disambiguate OrcProgram naming conventions
    + Build: Fix `_clear_cache` call for Clang and error out on
    implicit function declarations
    + opcodes: Use MIN instead of CLAMP for known unsigned values to
    fix compiler warnings
    + Spelling fix in debug log message

++++ 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.

++++ libssh:

  - Move global config dir to /usr/etc/libssh (bsc#1222716)
    * Add patch libssh-cmake-Add-option-WITH_HERMETIC_USR.patch

++++ libvirt:

  - spec: Add note about packages with no files
    bsc#1237228

++++ libxml2:

  - Update to version 2.13.6 ([bsc#1237363], [bsc#1237370], [bsc#1237418]):
    + Security:
  - [CVE-2025-24928] Fix stack-buffer-overflow in
    xmlSnprintfElements
  - [CVE-2024-56171] Fix use-after-free after
    xmlSchemaItemListAdd
  - pattern: Fix compilation of explicit child axis
    + Regressions:
  - xmllint: Support compressed input from stdin
  - uri: Fix handling of Windows drive letters
  - reader: Fix return value of xmlTextReaderReadString again
  - SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL
    + Portability:
  - dict: Handle ENOSYS from getentropy gracefully
  - Fix compilation with uclibc (Dario Binacchi)
  - python: Declare init func with PyMODINIT_FUNC
  - tests: Fix sanitizer version check on old Apple clang
  - cmake: Work around broken sys/random.h in old macOS SDKs
    + Build:
  - autotools: Set AC_CONFIG_AUX_DIR
  - cmake: Always build Python module as shared library
  - cmake: add missing `Bcrypt` link on Windows
  - cmake: Fix compatibility in package version file
  - xmlIO: Fix reading from non-regular files like pipes
  - xmlreader: Fix return value of xmlTextReaderReadString
  - parser: Fix loading of parameter entities in external DTDs
  - parser: Fix downstream code that swaps DTDs
  - parser: Fix detection of duplicate attributes
  - string: Fix va_copy fallback
  - xpath: Fix parsing of non-ASCII names
  - Drop libxml2-support-compressed-input-from-stdin.patch: Fixed
    upstream.
  - Also CVE-2025-27113 was assigned to this release.

++++ 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:

  - Update to openssh 9.9p2:
    = Security
    * Fix CVE-2025-26465 - ssh(1) in OpenSSH versions 6.8p1 to 9.9p1
    (inclusive) contained a logic error that allowed an on-path
    attacker (a.k.a MITM) to impersonate any server when the
    VerifyHostKeyDNS option is enabled. This option is off by
    default.
    * Fix CVE-2025-26466 - sshd(8) in OpenSSH versions 9.5p1 to 9.9p1
    (inclusive) is vulnerable to a memory/CPU denial-of-service
    related to the handling of SSH2_MSG_PING packets. This
    condition may be mitigated using the existing
    PerSourcePenalties feature.
    Both vulnerabilities were discovered and demonstrated to be
    exploitable by the Qualys Security Advisory team. The openSSH
    team thanks them for their detailed review of OpenSSH.
    = Bugfixes
    * ssh(1), sshd(8): fix regression in Match directive that caused
    failures when predicates and their arguments were separated by
    '=' characters instead of whitespace (bz3739).
    * sshd(8): fix the "Match invalid-user" predicate, which was
    matching incorrectly in the initial pass of config evaluation.
    * ssh(1), sshd(8), ssh-keyscan(1): fix mlkem768x25519-sha256 key
    exchange on big-endian systems.
    * Fix a number of build problems on particular operating systems
    and configurations.
  - Remove patches that are already included in 9.9p2:
    * 0001-fix-utmpx-ifdef.patch
    * 0002-upstream-fix-regression-introduced-when-I-switched-the-Match.patch
    * 0003-upstream-fix-previous-change-to-ssh_config-Match_-which-broken-on.patch
    * 0004-upstream-fix-ML-KEM768x25519-KEX-on-big-endian-systems-spotted-by.patch
    * fix-CVE-2025-26465-and-CVE-2025-26466.patch

++++ perl-Error:

  - updated to 0.17030
    see /usr/share/doc/packages/perl-Error/ChangeLog

++++ psmisc:

  - Looks like Factory and TW includes glibc-gconv-modules-extra at build time

++++ python-M2Crypto:

  - Fix spelling of BSD-2-Clause license.
  - Add rpmlintrc … overflow of ignorable rpmlint warnings caused
    me not to see the previous problem.

++++ python-distro:

  - Build package for multiple Python flavors on the SLE15 family

++++ libxml2-python:

  - Update to version 2.13.6 ([bsc#1237363], [bsc#1237370], [bsc#1237418]):
    + Security:
  - [CVE-2025-24928] Fix stack-buffer-overflow in
    xmlSnprintfElements
  - [CVE-2024-56171] Fix use-after-free after
    xmlSchemaItemListAdd
  - pattern: Fix compilation of explicit child axis
    + Regressions:
  - xmllint: Support compressed input from stdin
  - uri: Fix handling of Windows drive letters
  - reader: Fix return value of xmlTextReaderReadString again
  - SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL
    + Portability:
  - dict: Handle ENOSYS from getentropy gracefully
  - Fix compilation with uclibc (Dario Binacchi)
  - python: Declare init func with PyMODINIT_FUNC
  - tests: Fix sanitizer version check on old Apple clang
  - cmake: Work around broken sys/random.h in old macOS SDKs
    + Build:
  - autotools: Set AC_CONFIG_AUX_DIR
  - cmake: Always build Python module as shared library
  - cmake: add missing `Bcrypt` link on Windows
  - cmake: Fix compatibility in package version file
  - xmlIO: Fix reading from non-regular files like pipes
  - xmlreader: Fix return value of xmlTextReaderReadString
  - parser: Fix loading of parameter entities in external DTDs
  - parser: Fix downstream code that swaps DTDs
  - parser: Fix detection of duplicate attributes
  - string: Fix va_copy fallback
  - xpath: Fix parsing of non-ASCII names
  - Drop libxml2-support-compressed-input-from-stdin.patch: Fixed
    upstream.
  - Also CVE-2025-27113 was assigned to this release.

++++ zypp-plugin:

  - version 0.6.5

++++ thin-provisioning-tools:

  - Enable internal testsuite
  - Refresh vendored dependencies

++++ xfsprogs:

  - mkfs: fix filesize function compilation error on 32-bit archs
  - add mkfs-fix-filesize-function-compilation-error-on-32-b.patch

------------------------------------------------------------------
------------------  2025-2-17  -  Feb 17 2025  -------------------
------------------------------------------------------------------

++++ dpdk:

  - Update to LTS version 24.11
    * Changelog: https://doc.dpdk.org/guides/rel_notes/release_24_11.html
    * This update fix build with glibc 2.41
  - Use gcc14 on x86_64 SLE15/16 to avoid the inline error

++++ fontconfig:

  - update to 2.16.0:
    * Fix misleading-indentation warning
    * Deal with glob string properly
    * Allow comma as a delimiter in postscriptname and ignore it on matching
    * Refactor exclusive language logic into separate file
    * Use proper postscriptname for named instance if any
    * Remove redundant leaf assignment in fcfreetype.c
    * Ensure lock/unlock symmetry
    * Ensure config is locked during retry in FcConfigReference
    * Unlock on allocation failure in FcCacheInsert
    * Fix FcSerialize undefined behavior with null pointer usage
    * Fix undefined behavior issue on qsort call
    * Add cop.orth for Coptic language
    * Add got.orth for Gothic language
    * Fix a memory leak in fc-list/fc-query/fc-scan
    * mark _FcPatternIter as may_alias
    * Accept integer for pixelsize
    * Improve hinting detection for fonthashint object
    * Add FcConfigSetFontSetFilter
    * Fix some code found by SAST
    * Set FcTypeVoid if no valid types to convert
    * Fix a memory leak in _get_real_paths_from_prefix
    * Fix double slashes in path
    * More information when no writable cache directories
    * Fix test case for reproducible builds
    * Fix invalid escape character \s
    * Sort out bitmap related config files
    * Clean up .uuid files with fc-cache -f too
  - add fontconfig-autoconf269.patch to start leap build

++++ glibc:

  - Remove nis from nsswitch.conf (bsc#1237210)

++++ kernel-default:

  - rseq: Fix rseq unregistration regression (bsc#1234634 (Scheduler
    functional and performance backports)).
  - commit d16e10a
  - locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest
    warnings (bsc#1234634 (Scheduler functional and performance
    backports)).
  - commit 7357fd9
  - debugfs: Fix the missing initializations in __debugfs_file_get()
    (jsc#PED-10906).
  - commit a5a225f
  - net: sched: Disallow replacing of child qdisc from one parent
    to another (CVE-2025-21700 bsc#1237159).
  - commit 45e9f84
  - usb: common: expand documentation for USB functions
    (jsc#PED-10906).
  - commit 5dc8ea1
  - USB: make single lock for all usb dynamic id lists
    (jsc#PED-10906).
  - commit ca6a4cf
  - pktgen: Avoid out-of-bounds access in get_imix_entries
    (CVE-2025-21680 bsc#1236700).
  - commit a7a7f74
  - sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy (CVE-2025-21640 bsc#1236123)
  - commit a4016e3
  - sctp: sysctl: rto_min/max: avoid using current->nsproxy (CVE-2025-21639 bsc#1236122)
  - commit 3a3fa72
  - sctp: sysctl: auth_enable: avoid using current->nsproxy (CVE-2025-21638 bsc#1236115)
  - commit 923596b
  - sctp: sysctl: udp_port: avoid using current->nsproxy (CVE-2025-21637 bsc#1236114)
  - commit 8abdd74
  - sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy (CVE-2025-21636 bsc#1236113)
  - commit 19d97ab
  - usb: host: xhci-plat: add support compatible ID PNP0D15
    (jsc#PED-10906).
  - commit e39bb0b
  - USB: host: Use str_enable_disable-like helpers (jsc#PED-10906).
  - commit 2c7456c
  - xhci: don't mess with ->d_iname (jsc#PED-10906).
  - commit 739b405
  - debugfs: allow to store an additional opaque pointer at file
    creation (jsc#PED-10906).
  - commit 2324ce1
  - debugfs: don't mess with bits in ->d_fsdata (jsc#PED-10906).
  - commit ef5509c
  - debugfs: get rid of dynamically allocation proxy_ops
    (jsc#PED-10906).
  - commit 2205145
  - debugfs: move ->automount into debugfs_inode_info
    (jsc#PED-10906).
  - commit 1597940
  - debugfs: separate cache for debugfs inodes (jsc#PED-10906).
  - commit dcce65c
  - fs: debugfs: fix open proxy for unsafe files (jsc#PED-10906).
  - commit 9dffd44
  - debugfs: fix missing mutex_destroy() in short_fops case
    (jsc#PED-10906).
  - commit efab813
  - fs: debugfs: differentiate short fops with proxy ops
    (jsc#PED-10906).
  - commit dae3000
  - debugfs: add small file operations for most files
    (jsc#PED-10906).
  - commit c4f473c
  - xhci: Add missing capability definition bits (jsc#PED-10906).
  - commit 7f85c83
  - xhci: Add command completion parameter support (jsc#PED-10906).
  - commit 946ecb2
  - xhci: dbgtty: Improve performance by handling received data
    immediately (jsc#PED-10906).
  - commit 61c0ac1
  - xhci: dbc: Improve performance by removing delay in transfer
    event polling (jsc#PED-10906).
  - commit 6fb9745
  - usb: cdns3: Synchronise PCI IDs via common data base
    (jsc#PED-10906).
  - commit d047513
  - usb: xhci: remove irrelevant comment (jsc#PED-10906).
  - commit 3e95364
  - usb: xhci: add help function xhci_dequeue_td() (jsc#PED-10906).
  - commit b370f56
  - s390/pci: Fix handling of isolated VFs (git-fixes bsc#1237252).
  - commit 09fc7a2
  - s390/pci: Pull search for parent PF out of
    zpci_iov_setup_virtfn() (git-fixes bsc#1237251).
  - commit 54c32f5
  - Use gcc-13 for build on SLE16 (jsc#PED-10028).
  - commit 51dacec
  - usb: xhci: Restore xhci_pci support for Renesas HCs (git-fixes).
  - commit c96fec0
  - 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).
  - serial: port: Always update ->iotype in __uart_read_properties()
    (git-fixes).
  - serial: port: Assign ->iotype correctly when ->iobase is set
    (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).
  - usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue
    during MIDI bind retries (git-fixes).
  - commit 3893a99

++++ bluez:

  - Add supplements bluedevil6 for bluez-obexd
    * In Plasma 6 bluedevil5 got renamed to bluedevil6.
    While bluedevil6 provides bluedevil5 on Tumbleweed it's a good
    idea to add it for future proofing.

++++ ncurses:

  - Add ncurses patch 20250216
    + add limit-checks in alloc_entry.c and alloc_ttype.c to avoid indexing
    errors when using infocmp to compare all capabilities when processing
    a malformed terminfo binary which has a valid header (testcase by
    "Ekkosun").
  - Add ncurses patch 20250215
    + add gzip option for suppressing filename/timestamp information to an
    overlooked case (cf: 20240330).
    + correct spelling errors found with codespell.
    + fix some typos in manpages (report by Sven Joachim)
    + amend change to lib_set_term.c to work with thread configuration
    (report by Rajeev Pillai, cf: 20250208).

++++ libtirpc:

  - update to 1.3.6:
    * configure.ac: Using autoupdate updated to the latest autoconf macros
    * svc_fd_create: skip getsockname on a non-network socket
    * detect whether linker supports --version-script
    * check for gss_pname_to_uid or hardcode an early return if we can't use aname to localname
    * test for IPV6_PKTINFO and potentially define __APPLE_USE_RFC_3542 to expose
    * macos uses the same mutex primitives as linux and so can use these defines
    * check for struct rpcent in netdb.h before redefining
    * include string.h when we need a memset prototype for
    * attempt to use machine/endian.h if endian.h does not exist
    * updated macOS support for tirpc [2/7] SOL_IP vs IPPROTO_IP
    * check for getpeereid
    * rpcb_prot.x: Update _PATH_RPCBINDSOCK
    * Move rpcbind.sock to /run
  - update to 1.3.5:
    * Try using a new abstract address when connecting to rpcbind
    * Change local_rpcb() to take a targaddr pointer.
    * Allow working with abstract AF_UNIX addresses.
    * rpcb_clnt.c: memory leak in destroy_addr
    * _rpc_dtablesize: Decrease the value of size.
    * netconfig: remove tcp6, udp6 on --disable-ipv6
    * gssapi: fix rpc_gss_seccreate passed in cred
    * Revert commit f5b6e6fdb1e6 "gss-api: expose gss major/minor
    error in authgss_refresh()".

++++ passt:

  - Update to version 20250217.a1e48a0:
    * test: Add migration tests
    * migrate: Migrate TCP flows
    * repair, passt-repair: Build and warning fixes for musl
    * tcp_splice: A typo three years ago and SO_RCVLOWAT is gone
    * tcp_splice: Don't wake up on input data if we can't write it anywhere
    * vhost_user: Clear ring address on GET_VRING_BASE
    * tcp, tcp_splice: Don't set SO_SNDBUF and SO_RCVBUF to maximum values
    * tcp: Keep updating window and checking for socket data after FIN from guest
    * contrib/selinux: Enable mapping guest memory for libvirt guests
    * selinux: Add rules needed to run tests
    * rampstream: Add utility to test for corruption of data streams
    * tcp: Get bound address for connected inbound sockets too
    * vhost_user: Make source quit after reporting migration state
    * Add interfaces and configuration bits for passt-repair
    * migrate: Migrate guest observed addresses
    * migrate: Skeleton of live migration logic
    * passt-repair: Fix off-by-one in check for number of file descriptors
    * tcp_vu: Fix off-by one in header count array adjustment
    * tcp: Implement conservative zero-window probe on ACK timeout
    * tcp: Don't discard window information on keep-alive segments
    * dhcp, dhcpv6: Add hostname and client fqdn ops
    * conf: Don't map DNS traffic to host, if host gateway is a resolver
    * passt-repair: Send one confirmation *per command*, not *per socket*
    * dhcp: Don't re-use request message for reply
    * passt-repair: Dodge "structurally unreachable code" warning from Coverity
    * passt-repair: Fix calculation of payload length from cmsg_len
    * passt-repair: Don't use perror(), accept ECONNRESET as termination
    * conf, passt.1: Un-deprecate --host-lo-to-ns-lo
    * debug: Add tcpdump to mbuto.img
    * apparmor: Workaround for unconfined libvirtd when triggered by unprivileged user
    * passt-repair.1: Fix indication of TCP_REPAIR constants
    * passt-repair: Build fixes for musl
    * passt-repair: use _exit() over return
    * treewide: use _exit() over exit()
    * tcp: Simplify handling of getsockname()
    * migrate: Fix several errors with passt-repair
    * doc: Add mock of migration source and target
    * tcp: Get socket port and address using getsockname() when connecting from guest
    * Introduce passt-repair
    * vhost_user: Turn some vhost-user message reports to trace()
    * util: Add read_remainder() and read_all_buf()
    * tcp_splice, udp_flow: fcntl64() support on PPC64 depends on glibc version
    * vhost_user: On 32-bit ARM, mmap() is not available, mmap2() is used instead
    * tcp: Don't reset outbound connection on SYN retries
    * pasta.te: fix demo.sh and remove one duplicate rule
    * tcp: Add HOSTSIDE(x), HOSTFLOW(x) macros
    * util: Rename and make global vu_remove_watch()
    * tcp: Always pass NULL event with EPOLL_CTL_DEL
    * vhost-user: Implement an empty VHOST_USER_SEND_RARP command
    * netlink: Skip loopback interface while looking for a template

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

++++ python-M2Crypto:

  - Update to 0.44.0:
  - fix(rsa): introduce internal cache for rsa.check_key()
    (bsc#1236664, srht#mcepl/m2crypto#369)
  - fix[authcookie]: modernize the module
  - fix(_lib): add missing #include for windows
  - ci: relax fedora crypto policy to legacy.
  - enhance setup.py for macos compatibility
  - prefer packaging.version over distutils.version
  - fix segfault with openssl 3.4.0
  - fix[ec]: raise ioerror instead when load_key_bio() cannot read
    the file.
  - doc: update installation instructions for windows.
  - fix setting x509.verify_* variables
  - fix building against openssl in non-standard location
  - test_x509: use only x509_version_1 (0) as version for csr.

++++ zypp-plugin:

  - Build package for multiple Python flavors on the SLE15 family
    (fixes #4)

++++ rpcbind:

  - Require system-user-nobody for as the rpc user relies on `nobody`
    from this package
  - 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
  - Refresh and rename patches (while turning them into git patches)
    * 0001-systemd-unit-files.patch -> 0001-systemd-rpcbind.service-Fix-ordering-add-etc-sysconf.patch
    * harden_rpcbind.service.patch -> 0001-systemd-rpcbind.service-Add-hardening-bsc-1181400.patch

++++ velociraptor-client:

  - Use the latest llvm/clang on tumbleweed

++++ xfsprogs:

  - update to 6.13.0
  - xfs_protofile: fix device number encoding
  - xfs_protofile: fix mode formatting error
  - mkfs: fix file size setting when interpreting a protofile
  - xfs_repair: require zeroed quota/rt inodes in metadir superblocks
  - mkfs: use a default sector size that is also suitable for the rtdev
  - xfs_scrub_all.timer: don't run if /var/lib/xfsprogs is readonly
  - xfs_logprint: Fix super block buffer interpretation issue
  - mkfs: allow sizing realtime allocation groups for concurrency
  - build: initialize stack variables to zero by default
  - m4: fix statx override selection if /usr/include doesn't define it
  - mkfs: fix parsing of value-less -d/-l concurrency cli option
  - xfs_db: improve error message when unknown btree type given to btheight
  - xfs_repair: don't obliterate return codes
  - xfs_db: fix multiple dblock commands
  - xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT
  - xfs_io: add extsize command support
  - xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
  - mkfs: enable rt quota options
  - xfs_quota: report warning limits for realtime space quotas
  - mkfs: add quota flags when setting up filesystem
  - xfs_repair: try not to trash qflags on metadir filesystems
  - xfs_repair: support quota inodes in the metadata directory
  - xfs_db: support metadir quotas
  - libfrog: scrub quota file metapaths
  - mkfs: format realtime groups
  - mkfs: add headers to realtime bitmap blocks
  - xfs_scrub: use histograms to speed up phase 8 on the realtime volume
  - xfs_scrub: trim realtime volumes too
  - xfs_scrub: call GETFSMAP for each rt group in parallel
  - xfs_scrub: cleanup fsmap keys initialization
  - xfs_scrub: check rtgroup metadata directory connections
  - xfs_scrub: scrub realtime allocation group metadata
  - xfs_spaceman: report on realtime group health
  - xfs_mdrestore: restore rt group superblocks to realtime device
  - xfs_io: display rt group in verbose fsmap output
  - xfs_io: display rt group in verbose bmap output
  - xfs_io: add a command to display realtime group information
  - xfs_io: add a command to display allocation group information
  - xfs_io: support scrubbing rtgroup metadata paths
  - xfs_io: support scrubbing rtgroup metadata
  - xfs_db: report rt group and block number in the bmap command
  - xfs_db: dump rt summary blocks
  - xfs_db: dump rt bitmap blocks
  - xfs_db: metadump realtime devices
  - xfs_db: metadump metadir rt bitmap and summary files
  - xfs_db: enable conversion of rt space units
  - xfs_db: support changing the label and uuid of rt superblocks
  - xfs_db: support dumping realtime group data and superblocks
  - xfs_db: listify the definition of enum typnm
  - xfs_db: enable rtconvert to handle segmented rtblocks
  - xfs_db: enable the rtblock and rtextent commands for segmented rt block numbers
  - xfs_repair: repair rtbitmap and rtsummary block headers
  - xfs_repair: support realtime superblocks
  - xfs_repair: find and clobber rtgroup bitmap and summary files
  - xfs_repair: support realtime groups
  - xfs_repair: add a real per-AG bitmap abstraction
  - xfs_repair: simplify rt_lock handling
  - xfs_repair: improve rtbitmap discrepancy reporting
  - xfs_repair: refactor offsetof+sizeof to offsetofend
  - xfs_repair: refactor phase4
  - xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values
  - xfs_logprint: report realtime EFIs
  - libfrog: add bitmap_clear
  - libfrog: report rt groups in output
  - libfrog: support scrubbing rtgroup metadata paths
  - man: document rgextents geom field
  - man: document the rt group geometry ioctl
  - mkfs: add a utility to generate protofiles
  - mkfs: support copying in xattrs
  - mkfs: support copying in large or sparse files
  - mkfs.xfs: enable metadata directories
  - xfs_repair: do not count metadata directory files when doing quotacheck
  - xfs_repair: truncate and unmark orphaned metadata inodes
  - xfs_repair: drop all the metadata directory files during pass 4
  - xfs_repair: metadata dirs are never plausible root dirs
  - xfs_repair: mark space used by metadata files
  - xfs_repair: update incore metadata state whenever we create new files
  - xfs_repair: don't let metadata and regular files mix
  - xfs_repair: rebuild the metadata directory
  - xfs_repair: check metadata inode flag
  - xfs_repair: dont check metadata directory dirent inumbers
  - xfs_repair: handle sb_metadirino correctly when zeroing supers
  - xfs_scrub: re-run metafile scrubbers during phase 5
  - xfs_scrub: scan metadata directories during phase 3
  - xfs_scrub: tread zero-length read verify as an IO error
  - xfs_spaceman: report health of metadir inodes too
  - xfs_io: support scrubbing metadata directory paths
  - xfs_io: support flag for limited bulkstat of the metadata directory
  - xfs_db: drop the metadata checking code from blockget
  - xfs_db: display di_metatype
  - xfs_db: show the metadata root directory when dumping superblocks
  - xfs_db: support metadata directories in the path command
  - xfs_db: don't obfuscate metadata directories and attributes
  - xfs_db: report metadir support for version command
  - xfs_db: disable xfs_check when metadir is enabled
  - xfs_io: support scrubbing metadata directory paths
  - libfrog: report metadata directories in the geometry report
  - man: update scrub ioctl documentation for metadir
  - man2: document metadata directory flag in fsgeom ioctl
  - man: document the -n parent mkfs option
  - man: fix ioctl_xfs_commit_range man page install
  - xfs_repair: fix maximum file offset comparison
  - update to 6.12.0
  - xfs_io: add support for atomic write statx fields
  - xfs_repair: fix crasher in pf_queuing_worker
  - xfs: Reduce unnecessary searches when searching for the best extents
  - xfs_spaceman: add dependency on libhandle target
  - mkfs: add a config file for 6.12 LTS kernels
  - xfs_scrub_all: wait for services to start activating
  - xfs_repair: checking rt free space metadata must happen during phase 4
  - xfs_db: allow setting current address to log blocks
  - xfs_db: convert rtsummary geometry
  - xfs_db: convert rtbitmap geometry
  - xfs_db: enable conversion of rt space units
  - xfs_db: access arbitrary realtime blocks and extents
  - xfs_db: access realtime file blocks
  - xfs_db: make the daddr command target the realtime device
  - xfs_db: report the realtime device when associated with each io cursor
  - xfs_db: support passing the realtime device to the debugger
  - xfs_io: add atomic file update commands to exercise file commit range
  - xfs_io: add a commitrange option to the exchangerange command
  - xfs_fsr: port to new file exchange library function
  - ------------------------------------------------------------------

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

  - 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).
  - block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
    (git-fixes).
  - zram: fix uninitialized ZRAM not releasing backing device
    (git-fixes).
  - zram: refuse to use zero sized block device as backing device
    (git-fixes).
  - blk-iocost: Avoid using clamp() on inuse in
    __propagate_weights() (git-fixes).
  - block: get wp_offset by bdev_offset_from_zone_start (git-fixes).
  - block: Prevent potential deadlocks in zone write plug error
    recovery (git-fixes).
  - commit 4b28019
  - objtool/rust: add one more `noreturn` Rust function (git-fixes).
  - gpiolib: Fix crash on error in gpiochip_get_ngpios()
    (git-fixes).
  - 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 218f1c3

------------------------------------------------------------------
------------------  2025-2-15  -  Feb 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - block: don't update BLK_FEAT_POLL in
    __blk_mq_update_nr_hw_queues (git-fixes).
  - block: check BLK_FEAT_POLL under q_usage_count (git-fixes).
  - nbd: don't allow reconnect after disconnect (git-fixes).
  - ps3disk: Do not use dev->bounce_size before it is set
    (git-fixes).
  - block: retry call probe after request_module in
    blk_request_module (git-fixes).
  - dm: Fix dm-zoned-reclaim zone write pointer alignment
    (git-fixes).
  - commit 7d6f0ed
  - PCI: Avoid FLR for Mediatek MT7922 WiFi (git-fixes).
  - mmc: mtk-sd: Fix register settings for hs400(es) mode
    (git-fixes).
  - commit 7643768
  - block: Ignore REQ_NOWAIT for zone reset and zone finish
    operations (git-fixes).
  - block: Use a zone write plug BIO work for REQ_NOWAIT BIOs
    (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).
  - brd: decrease the number of allocated pages which discarded
    (git-fixes).
  - block: Don't allow an atomic write be truncated in
    blkdev_write_iter() (git-fixes).
  - block: Prevent potential deadlock in blk_revalidate_disk_zones()
    (git-fixes).
  - ublk: fix error code for unsupported command (git-fixes).
  - block: return unsigned int from bdev_io_min (git-fixes).
  - blk-settings: round down io_opt to physical_block_size
    (git-fixes).
  - zram: ZRAM_DEF_COMP should depend on ZRAM (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).
  - block: lift bio_is_zone_append to bio.h (git-fixes).
  - block: fix bio_split_rw_at to take zone_write_granularity into
    account (git-fixes).
  - block: take chunk_sectors into account in bio_split_write_zeroes
    (git-fixes).
  - ublk: fix ublk_ch_mmap() for 64K page size (git-fixes).
  - loop: fix type of block size (git-fixes).
  - block: Switch to using refcount_t for zone write plugs
    (git-fixes).
  - commit df002cc

------------------------------------------------------------------
------------------  2025-2-14  -  Feb 14 2025  -------------------
------------------------------------------------------------------

++++ cockpit-podman:

  - Update to version 100
    * dropped: correct-container-search.patch as this behaviour is
    fixed upstream

++++ fwupd:

  - Update to version 2.0.6:
    + This release adds the following features:
  - Add 'fwupdtool efiboot-hive' to allow setting the nmbl cmdline
  - Allow setting the inhibit reason from fwupdmgr
  - Allow USB-provided hidraw devices to use DS-20 descriptors
    + This release fixes the following bugs:
  - Correctly deploy the dbx on MSI hardware
  - Correctly extract the milestone from Lenovo version numbers
  - Do not add invalid CoSWID entities to fix a fuzzing hang
  - Fix Logitech HID++ child device detection
  - Get the correct internal network VID and PID from Redfish
  - Include the payload length in the Wacom scaler update start command
  - Only use emulated devices when using device-emulate
  - Reload the thunderbolt retimer version after the payload is deployed
  - Speed up startup by ~1% by limiting the precision of percentage updates
  - Support new version formats for future Huddly devices
  - Updating the Logitech Rallybar in a more reliable way
    + This release adds support for the following hardware:
  - HPE Gen10/Gen10+ devices using Redfish

++++ 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:

  - block: model freeze & enter queue as lock for supporting lockdep
    (git-fixes).
  - Refresh
    patches.suse/block-fix-uaf-for-flush-rq-while-iterating-tags.patch.
  - commit da1d6bf
  - blk-mq: add non_owner variant of start_freeze/unfreeze queue
    APIs (git-fixes).
  - Refresh
    patches.suse/blk-mq-add-number-of-queue-calc-helper.patch.
  - Refresh
    patches.suse/blk-mq-introduce-blk_mq_map_hw_queues.patch.
  - commit 1793948
  - 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).
  - fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
    (git-fixes).
  - block/fs: Pass an iocb to generic_atomic_write_valid()
    (git-fixes).
  - commit 18a317b
  - drm/xe/client: bo->client does not need bos_lock (git-fixes).
  - 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).
  - amdkfd: properly free gang_ctx_bo when failed to init user queue
    (git-fixes).
  - drm: Fix DSC BPP increment decoding (git-fixes).
  - gpu: host1x: Fix a use of uninitialized mutex (git-fixes).
  - drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failures (git-fixes).
  - spi: sn-f-ospi: Fix division by zero (git-fixes).
  - regmap-irq: Add missing kfree() (git-fixes).
  - Bluetooth: btintel_pcie: Fix a potential race condition
    (git-fixes).
  - batman-adv: fix panic during interface removal (git-fixes).
  - can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail
    out if skb cannot be allocated (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).
  - Documentation/networking: fix basic node example document ISO
    15765-2 (git-fixes).
  - wifi: ath12k: fix handling of 6 GHz rules (git-fixes).
  - ax25: Fix refcount leak caused by setting SO_BINDTODEVICE
    sockopt (git-fixes).
  - commit c1eb6bd
  - scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1
    (git-fixes).
  - commit 57032e5
  - scsi: sg: Enable runtime power management (git-fixes).
  - Refresh
    patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch.
  - commit 234612c

++++ libblockdev:

  - update to 3.1.1:
    * Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
    * Port to G_GNUC_INTERNAL for controlling symbols visibility
    * Fix some more occurrences of missing port to G_GNUC_UNUSED
    * dm_logging: Annotate redirect_dm_log() printf format
    * tests: Add NVMe persistent discovery controller tests
    * tests: Add NVMe controller type checks
    * Makefile: Fix bumpver to work with micro versions
    * tests: Manually remove removed PVs from LVM devices file
    * tests: Ignore LVM devices file for non-LVM tests
    * tests: Fix removing custom LVM devices file
    * nvme: Add bd_nvme_is_tech_avail to the API file
    * lvm-dbus: Fix passing size for pvresize over DBus
  - Update to 3.1.0:
    * Add BDPluginSpec constructor and use it in plugin_specs_from_names
    * overrides: Remove unused 'sys' import
    * swap: Add support for checking label and UUID format
    * fs: Add a function to check label format for F2FS
    * fs: Add a generic function to check for fs info availability
    * fs: Fix allowed UUID for generic mkfs with VFAT
    * fs: Add support for getting filesystem min size for NTFS and Ext
    * Mark NVDIMM plugin as deprecated since 3.1
    * part: Fix potential double free when getting parttype
    * Fix missing progress initialization in bd_crypto_luks_add_key
    * lvm-dbus: Fix leaking error
    * lvm-dbus: Avoid using already-freed memory
    * utils: Add expected printf string annotation
    * fs: Report reason for open() and ioctl() failures
  - Add %{_libdir}/libbd_s390.so for s390x because missing file identitied
  - Update to 3.0.4:
    * plugins: use g_autofree for free'ing g_char's
    * plugins: btrfs: use g_autofree where possible for g_free
    * fs: correct btrfs set label description
    * nvme: Rework memory allocation for device ioctls
    * spec: Obsolete vdo plugin packages
    * spec: Move obsoleted devel subpackages to libblockdev-devel
    * ci: Bump actions/checkout from v3 to v4
    * part: Do not open disk read-write for read only operations
    * fs: Disable progress for ntfsresize
    * packit: Add configuration for downstream builds
    * logging: Default to DEBUG log level if compiled with --enable-debug
    * Use log function when calling a plugin function that is not loaded
    * lvm-dbus: Replace g_critical calls with bd_utils_log_format
    * tests: Fail early when recompilation fails in library_test
  - Update to version 3.0.3:
    * Always use "--fs ignore" with lvresize
    * nvme:
  - Use interim buffer for nvme_get_log_sanitize()
  - Generate HostID when missing
    * tests:
  - Specificy required versions when importing GLib and BlockDev
    introspection
  - Minor NVMe HostNQN fixes
  - Replace deprecated unittest assert calls
    * fs:
  - Fix leaking directories with temporary mounts
  - Fix memory leak
    * crypto: Correctly convert passphrases from Python to C
  - Update to version 3.0.2:
    * Use ntfsinfo instead of ntfscluster for faster
    bd_fs_ntfs_get_info.
    * Restrict list of exported symbols via -export-symbols-regex.
    * lib: Silence the missing DEFAULT_CONF_DIR_PATH.
    * loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices.
    * fs: Fix unused error in extract_e2fsck_progress.
    * fs: Use read-only mount where possible for generic FS
    functions.
    * fs: Document that generic functions can mount filesystems.
    * fs: Avoid excess logging in extract_e2fsck_progress.
  - Restructure all sub-packages in the spec file to enhance
    maintainability.
  - Update to 3.0.1:
    * New bugfix release of the libblockdev library with multiple
    fixes.
    * loop: Define LOOP_SET_BLOCK_SIZE is not defined. And remove
    bd_loop_get_autoclear definition.
    * crypto: Remove stray struct redefinition.
    * fs: Simplify struct BDFSInfo. And add missing copy and free
    functions to the header file.
    * vdo_stats: Remove unused libparted include.
    * lvm: Make _vglock_start_stop static. Fix declaration for
    bd_lvm_vdolvpoolname. And add bd_lvm_segdata_copy/free to the
    header file.
    * Make the conf.d directory versioned.
  - Changes from version 3.0.0:
    * New major release of the libblockdev library. This release
    contains a large API overhaul.
    * VDO a KBD plugins were removed.
    * New NVMe plugin was added.
    * Runtime dependencies are no longer checked during plugin
    initialization.
    * Part plugin was rewritten to use libfdisk instead of libparted
    * Crypto plugin API went through an extensive rewrite.
    * Support for new technologies was added to the crypto plugin:
    FileVault2 encryption, DM Integrity, LUKS2 tokens.
    * Filesystem plugin adds support for btrfs, F2FS, NILFS2, exFAT
    and UDF.
    * Support for new filesystem operations was added to the plugin:
    setting label and UUID, generic mkfs function and API for
    getting feature support for filesystems.
    * dmraid support was removed from the DM plugin.
    * Python 2 support was dropped.
  - Drop no longer needed libblockdev-fix-libkmod-include.patch
  - Drop no longer supported sub-packages with their dependencies,
    and their configure options, following upstream changes: python2
    (python-devel), bcache, dmraid (dmraid-devel BuildRequires) and
    kbd.
  - Add (gcc >= 11 or gcc11) boolean BuildRequires to ensure the
    package is buildable on Leap 15.5, where the gcc meta-package is
    of version 7.
  - Bump the SO version to 3 for the shared library and GI bindings
    sub-packages.
  - Add ext2fs, fdisk, and libkeyutils pkgconfig() BuildRequires.
    The first is a new dependency for the FS plugin. The second, for
    the PART plugin. And the latter, for the CRYPTO plugin (before,
    the explicit_bzero() function would be searched for).
  - Add libnvme-devel >= 1.3 BuildRequires, and pass --with-nvme to
    configure, needed for the NVMe plugin (new upstream addition).
  - Pass --with-tools to configure, ensuring we keep building the
    libblockdev tools.

++++ libbytesize:

  - Add NEWS.rst to source documentation
  - Add %python3_fix_shebang to fix binaries dependency on
    /usr/bin/python3
  - Update to release 2.10
    * remove dependency on python3-six
  - Rename python3-libbytesize sub-package to python3-bytesize. This
    is the expected name by its consumers.
  - Update to version 2.9:
    * This release contains fixes for some small issues.
    * Updated translations.

++++ systemd:

  - Import commit e03ffd74c4a30c1c75e05874ce18d31e503437b7 (merge of v257.3)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/47794646786ae4ddb6d3deb2030e2761447999ec...e03ffd74c4a30c1c75e05874ce18d31e503437b7
  - Import commit 47794646786ae4ddb6d3deb2030e2761447999ec
    4779464678 import-pubring.gpg: add openSUSE build key (bsc#1236751)
    2c8382881f systemd-pull: support .asc and .sha256.* signature (bsc#1236887)

++++ udisks2:

  - Drop rcFOO symlinks for CODE16 (PED-266).
  - update to version 2.10.1
  - Update Ukrainian translation
  - tests: Wipe used devices for LVM2 RAID tests
  - tests: Settle down before checking the LVM RAID MissingPhysicalVolumes property
  - tests: Rescan vdevs after lvm raid tests
  - Update German translation
  - tests: Mark UDF fstab filesystem tests as unstable
  - tests: Add offline and online filesystem grow tests
  - doc: Clarify the Filesystem.Size property presence
  - udiskslinuxfilesystem: Force native tools for mounted XFS fs size retrieval
  - udiskslinuxfilesystem: Refactor internal whitelists
  - tests: Fix Python class invocation in nvme tests
  - udisksctl: Add "--no-partition-scan" option for "loop-setup" command
  - tests: Fix regex escaping
  - integration-test: Fix invalid escaping
  - tests: Mark LVM RAID tests as unstable
  - tests: Fix LSM drive objects crawl
  - iscsi: Fix login on firmware-discovered nodes
  - udiskslinuxmanager: Properly handle disabled modules
  - tests: Replace deprecated unittest assert calls
  - udisksctl: Guard object lookup
  - Update ka.po
  - udiskslinuxloop: Avoid warnings on empty loop devices
  - Update Polish translation
  - Limit getting filesystem size only to Ext and XFS
  - build: Check for gobject-introspection m4 macro presence
  - tests: start the polkitd mock with the corresponding user if it exists
  - Add Obsoletes tags for libudisks2-0_bcache and libudisks2-0_zram
    modules, dropped on latest version bump, so they get removed from
    end users' systems upon system upgrade.
  - Drop unnecessary/discouraged %{?systemd_requires} from spec file.
  - Update to version 2.10.0:
    + This release brings large number of internal changes, while
    keeping the promise of API stability. This development cycle
    was mostly driven by libblockdev 3.0 API overhaul.
    + Partitioning was ported to libfdisk.
    + The kbd and vdo libblockdev plugins were removed and so were
    zram, bcache and vdo udisks modules.
    + Definition of supported filesystems was moved to libblockdev
    and filesystem operations were unified.
    + Native NVMe support has been added through libnvme.
    + Syntax of configurable mount options was extended to separate
    filesystem signature and filesystem driver used for mounting.
    + A number of workarounds was placed around the
    org.freedesktop.UDisks2.Filesystem.Size property value
    retrieval to avoid excessive I/O traffic whenever possible.
    + Bash and Zsh completion enhancements.
    + lvm2 module uevent handling improvements.
    + ATA Secure Erase is now allowed only on top-level block
    objects.
    + Extra iSCSI node parameters are now honoured properly.
    + FIPS mode fixes.
    + Added support for resolving devices by PARTLABEL and PARTUUID.
    + Full support for setting filesystem and partition UUIDs.
    + Dynamic mountpoint name sanitization and ACL fixes.
    + Added support for LVM2 RAID.
    + UUID of Bitlocker volumes is now properly exposed.
    + Added an option to force/avoid creation of mdraid write-intent
    bitmap.
    + Updated translations.
  - Drop default_luks_encryption macro definition. It's no longer
    needed as upstream defaults to LUKS2 now.
  - Drop bcache, vdo and zram sub-packages, following upstream
    changes, and libblockdev-kbd(-devel) BuildRequires/Requires.
  - Drop bogus build requirement on libblockdev-lvm-dbus-devel, and
    move libblockdev-lvm-devel BuildRequires to the lvm2 module
    sub-package.
  - Move libconfig and libstoragemgmt pkgconfig() BuildRequires to
    the lsm module sub-package, and libblockdev-btrfs-devel
    BuildRequires to the btrfs modules sub-package, which is where
    they belong.
  - Add libblockdev-nvme-devel BuildRequires and libblockdev-nvme
    Requires as new required dependencies.
  - Drop harden_udisks2-zram-setup@.service.patch: It's unneeded now
    that the zram module has been deprecated.
  - Drop merged upstream patches:
    0001-udisksata-Move-the-low-level-PM-state-call.patch,
    0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch,
    0001-udiskslinuxmountoptions-Do-not-free-static-daemon-re.patch,
    0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch.
  - Split Bash and Zsh (new to this release) completion scripts to
    sub-packages of their own.
  - Amend GPL-2.0-or-later License tags to LGPL-2.0-or-later for the
    btrfs, lvm2 and lsm UDisks modules sub-packages. This correction
    is based on what's explicitly stated on the source code from
    UDisks modules' folders under the modules/ top-level directory.

++++ netavark:

  - Remove netavark-1.14.0.obscpio checked-in mistakenly.
  - Use recommended way to require latest rust—require cargo.

++++ runc:

  - Update to runc v1.2.5. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.5>.

++++ xkeyboard-config:

  - update to 2.44 (boo#1237205)
    * Fixes and updates to multiple layouts, making them match
    current and updated specificatiopns
    * Changes to multiple layouts that change behavior
    * Add Diktor layout ru(diktor), and RuIntl layouts set
    ru(ruintl_ru),   ru(ruintl_en).
    * Expanded options for caps locking behavior for multiple
    layouts
    * Add <I570> keycode (KEY_REFRESH_RATE_TOGGLE)

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

++++ grub2:

  - Fix out of memory issue on PowerPC by increasing RMA size (bsc#1236744)
    * 0001-powerpc-increase-MIN-RMA-size-for-CAS-negotiation.patch

++++ kernel-default:

  - scsi: core: Do not retry I/Os during depopulation (git-fixes).
  - scsi: mpi3mr: Fix possible crash when setting up bsg fails
    (git-fixes).
  - scsi: st: Don't set pos_unknown just after device recognition
    (git-fixes).
  - scsi: myrb: Remove dead code (git-fixes).
  - scsi: qla2xxx: Move FCE Trace buffer allocation to user control
    (git-fixes).
  - scsi: iscsi: Fix redundant response for
    ISCSI_UEVENT_GET_HOST_STATS request (git-fixes).
  - scsi: core: Fix command pass through retry regression
    (git-fixes).
  - scsi: scsi_debug: Fix hrtimer support for ndelay (git-fixes).
  - scsi: mpi3mr: Handling of fault code for insufficient power
    (git-fixes).
  - scsi: mpi3mr: Start controller indexing from 0 (git-fixes).
  - scsi: mpi3mr: Synchronize access to ioctl data buffer
    (git-fixes).
  - scsi: qla1280: Fix hw revision numbering for ISP1020/1040
    (git-fixes).
  - scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after
    device reset (git-fixes).
  - scsi: st: Don't modify unknown block number in MTIOCGET
    (git-fixes).
  - scsi: hisi_sas: Enable all PHYs that are not disabled by user
    during controller reset (git-fixes).
  - commit 73a1130
  - sched/debug: Provide slice length for fair tasks (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Fix inaccurate h_nr_runnable accounting with
    delayed dequeue (bsc#1234634 (Scheduler functional and
    performance backports)).
  - lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: Use str_enabled_disabled() helper in
    update_selcpu_topology() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched_ext: Use sizeof_field for key_len in dsq_hash_params
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: Use the NUMA scheduling domain for NUMA optimizations
    (bsc#1234634 (Scheduler functional and performance backports)).
  - torture: Add dowarn argument to torture_sched_setaffinity()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Prioritize migrating eligible tasks in
    sched_balance_rq() (bsc#1234634 (Scheduler functional and
    performance backports)).
  - rseq: Validate read-only fields under DEBUG_RSEQ config
    (bsc#1234634 (Scheduler functional and performance backports)).
  - lockdep: Move lockdep_assert_locked() under #ifdef
    CONFIG_PROVE_LOCKING (bsc#1234634 (Scheduler functional and
    performance backports)).
  - lockdep: Mark chain_hlock_class_idx() with __maybe_unused
    (bsc#1234634 (Scheduler functional and performance backports)).
  - lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculation
    (bsc#1234634 (Scheduler functional and performance backports)).
  - locking/ww_mutex/test: Use swap() macro (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/wake_q: Add helper to call wake_up_q after unlock with
    preemption disabled (bsc#1234634 (Scheduler functional and
    performance backports)).
  - exec: Make sure task->comm is always NUL-terminated (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched_ext: initialize kit->cursor.flags (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking/rtmutex: Make sure we wake anything on the wake_q
    when we release the lock->wait_lock (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex
    (bsc#1234634 (Scheduler functional and performance backports)).
  - posix-timers: Cure si_sys_private race (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking/mutex: Expose __mutex_owner() (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking/mutex: Make mutex::wait_lock irq safe (bsc#1234634
    (Scheduler functional and performance backports)).
  - locking/mutex: Remove wakeups from under mutex::wait_lock
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: remove unused __HAVE_THREAD_FUNCTIONS hook support
    (bsc#1234634 (Scheduler functional and performance backports)).
  - locking/osq_lock: Use atomic_try_cmpxchg_release() in
    osq_unlock() (bsc#1234634 (Scheduler functional and performance
    backports)).
  - locking/rtmutex: Fix misleading comment (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking/pvqspinlock: Convert fields of 'enum vcpu_state' to
    uppercase (bsc#1234634 (Scheduler functional and performance
    backports)).
  - lockdep: Use info level for lockdep initial info messages
    (bsc#1234634 (Scheduler functional and performance backports)).
  - lockdep: Add lockdep_cleanup_dead_cpu() (bsc#1234634 (Scheduler
    functional and performance backports)).
  - locking/ww_mutex: Adjust to lockdep nest_lock requirements
    (bsc#1234634 (Scheduler functional and performance backports)).
  - commit 75dae08
  - usb: xhci: fix ring expansion regression in 6.13-rc1
    (jsc#PED-10906).
  - commit 2b24cc0
  - Update
    patches.suse/s390-debug-Pass-in-and-enforce-output-buffer-size-for-format-handlers.patch
    (git-fixes bsc#1234755 jsc#PED-11161).
  - commit 5e23e2a
  - s390/pci: Add pci_msg debug view to PCI report (jsc#PED-11161).
  - s390/debug: Add a reverse mode for debug_dump() (jsc#PED-11161).
  - s390/debug: Add debug_dump() to write debug view to a string
    buffer (jsc#PED-11161).
  - s390/debug: Split private data alloc/free out of file operations
    (jsc#PED-11161).
  - s390/debug: Simplify and document debug_next_entry() logic
    (jsc#PED-11161).
  - s390/pci: Report PCI error recovery results via SCLP
    (jsc#PED-11161).
  - commit d92d766
  - s390/diag: Move diag.c to diag specific folder (jsc#PED-12044).
  - s390/diag324: Retrieve power readings via diag 0x324
    (jsc#PED-12044).
  - s390/diag: Create misc device /dev/diag (jsc#PED-12044).
  - commit 21143cc
  - usb: xhci: refactor xhci_td_cleanup() to return void
    (jsc#PED-10906).
  - commit 60cb49d
  - usb: xhci: remove unused arguments from td_to_noop()
    (jsc#PED-10906).
  - commit 17866c8
  - usb: xhci: improve xhci_clear_command_ring() (jsc#PED-10906).
  - commit 9f64dbb
  - usb: xhci: request MSI/-X according to requested amount
    (jsc#PED-10906).
  - commit 8cf7b56
  - usb: xhci: move link TRB quirk to xhci_gen_setup()
    (jsc#PED-10906).
  - commit 1d53caf
  - usb: xhci: simplify TDs start and end naming scheme in struct
    'xhci_td' (jesc#PED-10906).
  - commit 5eda71a
  - xhci: pci: Fix indentation in the PCI device ID definitions
    (jsc#PED-10906).
  - commit 9679ec8
  - s390x config: enable vertical CPU polarization by default (jsc#PED-10331)
  - commit 41d6235
  - xhci: pci: Use standard pattern for device IDs (jsc#PED-10906).
  - commit 3ae969e
  - usb: xhci: add xhci_initialize_ring_segments() (jsc#PED-10906).
  - commit 576f71b
  - usb: xhci: rework xhci_link_segments() (jsc#PED-10906).
  - commit 13e18a0
  - usb: xhci: refactor xhci_link_rings() to use source and
    destination rings (jsc#PED-10906).
  - commit 90c0bd4
  - usb: xhci: rework xhci_free_segments_for_ring() (jsc#PED-10906).
  - commit 93a58c0
  - usb: xhci: adjust xhci_alloc_segments_for_ring() arguments
    (jsc#PED-10906).
  - commit 0ce1882
  - usb: xhci: remove option to change a default ring's TRB cycle
    bit (jsc#PED-10906).
  - commit 0379d4e
  - usb: xhci: introduce macro for ring segment list iteration
    (jsc#PED-10906).
  - commit 2fdef8c
  - xhci: debugfs: Add virt endpoint state to xhci debugfs
    (jsc#PED-10906).
  - commit 9e1a656
  - xhci: trace stream context at Set TR Deq command completion
    (jsc#PED-10906).
  - Refresh
    patches.suse/usb-xhci-Fix-TD-invalidation-under-pending-Set-TR-De.patch.
  - commit b9965d9
  - xhci: add stream context tracing (jsc#PED-10906).
  - commit 2301fc5
  - xhci: Don't trace ring at every enqueue or dequeue increase
    (jsc#PED-10906).
  - commit 2cbfb0a
  - xhci: show DMA address of TRB when tracing TRBs (jsc#PED-10906).
  - commit e22a715
  - xhci: Cleanup Candence controller PCI device and vendor ID usage
    (jsc#PED-10906).
  - commit fb9a885
  - usb: xhci: Fix sum_trb_lengths() (jsc#PED-10906).
  - commit 0631220
  - mptcp: sysctl: sched: avoid using current->nsproxy (CVE-2025-21642 bsc#1236572)
  - commit d313630
  - mptcp: sysctl: blackhole timeout: avoid using current->nsproxy (CVE-2025-21641 bsc#1236124)
  - commit 3010ecf
  - Update config files.
    Set TSX_MODE to upstream default.
  - commit 761f591

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

++++ patterns-base:

  - Disable 32bit pattern on aarch64 and ppc64le.
  - Build selinux pattern everywhere and requires targeted policy
    on SLE.

++++ rebootmgr:

  - Update to version 3.2+git20250213.bff65b1:
    * Release version 3.2
    * Handle case that main-window is not set correct
    * rebootmgrd: fix instantly strategy

------------------------------------------------------------------
------------------  2025-2-12  -  Feb 12 2025  -------------------
------------------------------------------------------------------

++++ crypto-policies:

  - Remove dangling symlink for the libreswan config [bsc#1236858]
  - Remove also sequoia config and generator files
  - Remove not needed fips bind mount service

++++ dhcpcd:

  - Update to 10.2.0
    * dhcp6: start request when advertise received after IRT
    * dhcpcd: stdout output sometimes empty when redirected to a file
    * Fix help text formatting
    * Apply lastlease behavior to DHCPv6
    * dhcpcd not ignoring source-based routes on linux
    * DHCP6: lastlease behavior after Confim non-response
    * Allow limited RLIMIT_FSIZE when dumping lease
    * IPv6: Avoid uninitialized ifp state when adding address
    * DHCPv6: Add support for sending Option 17 (VSIO)
    * Exit the timesyncd hook if not on systemd and not executable
    * Add route lifetime from Router Advertisement
    * revert e3c5de1
    * Fix using multiple enterprise IDs with vendclass (Option 124
    DHCP / Option 16 DHCPv6)
    * Update route if acquired time changes
    * Always send req for InfoRefreshTime option on Inform-Req
    * Increase max IPv4 clientid
    * Update build.yml to fix BSD builds

++++ 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]

++++ guestfs-tools:

  - Update to version 1.53.6 (jsc#PED-8910)
    * build: Move baseline OCaml to 4.08
    * builder: add various templates for rhel and fedora
    * po-docs: A couple adjustments and updates

++++ kernel-default:

  - brd: defer automatic disk creation until module initialization
    succeeds (CVE-2024-56693 bsc#1235418).
  - commit 4ea5368
  - usb: xhci: Remove unused parameters of next_trb()
    (jsc#PED-10906).
  - commit 4ce0d38
  - xhci: Add Isochronous TRB fields to TRB tracer (jsc#PED-10906).
  - commit 62ff2a5
  - xhci: add helper to stop endpoint and wait for completion
    (jsc#PED-10906).
  - Refresh
    patches.suse/usb-xhci-Avoid-queuing-redundant-Stop-Endpoint-comma.patch.
  - commit 1863002
  - usb: Switch back to struct platform_driver::remove()
    (jsc#PED-10906).
  - commit 5d10743
  - mm: zswap: move allocations during CPU init outside the lock
    (git-fixes).
  - commit 6c847ee
  - usb: host: fix typo in the comment (jsc#PED-10906).
  - commit 1243816
  - mm: zswap: properly synchronize freeing resources during CPU
    hotunplug (bsc#1237029 CVE-2025-21693).
  - commit 91784aa
  - vfio/platform: check the bounds of read/write syscalls
    (bsc#1237045 CVE-2025-21687).
  - commit 8ac3968
  - net: sched: fix ets qdisc OOB Indexing (bsc#1237028
    CVE-2025-21692).
  - commit a3b6e33
  - ASoC: fsl_utils: Add function to constrain rates (jsc#PED-12016)
  - commit d9c4732
  - dt-bindings: clock: imx93: Add SPDIF IPG clk (jsc#PED-12016)
  - commit 1672b95
  - dt-bindings: clock: Add i.MX91 clock support (jsc#PED-12016)
  - commit 24a24f1
  - dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition (jsc#PED-12016)
  - commit 5c1986d
  - io_uring/rsrc: require cloned buffers to share accounting
    contexts (CVE-2025-21686 bsc#1237043).
  - commit 864eac2
  - cachestat: fix page cache statistics permission checking
    (bsc#1237032 CVE-2024-57950).
  - commit 751ac1a
  - ASoC: fsl_sai: Add sample rate constraint (jsc#PED-12016)
  - commit 6510a2e
  - usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is Rp (jsc#PED-12016)
  - commit 45143cb
  - tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdown (jsc#PED-12016)
  - commit 1e6dbc5
  - tty: serial: fsl_lpuart: increase maximum uart_nr to 12 (jsc#PED-12016)
  - commit 33f1fe2
  - tty: serial: fsl_lpuart: add 7-bits format support on (jsc#PED-12016)
  - commit c193367
  - spi: spi-fsl-lpspi: support effective_speed_hz (jsc#PED-12016)
  - commit 4e04717
  - perf: imx9_perf: Introduce AXI filter version to refactor the driver (jsc#PED-12016)
  - commit e5aa649
  - perf: imx_perf: add support for i.MX91 platform (jsc#PED-12016)
  - commit ab04b10
  - nvmem: imx-ocotp-ele: set word length to 1 (jsc#PED-12016)
  - commit ac25b97
  - nvmem: imx-ocotp-ele: fix MAC address byte order (jsc#PED-12016)
  - commit 02edd36
  - nvmem: imx-ocotp-ele: fix reading from non zero offset (jsc#PED-12016)
  - commit d166349
  - nvmem: imx-ocotp-ele: simplify read beyond device check (jsc#PED-12016)
  - commit 764aad0
  - net: stmmac: imx: Use syscon_regmap_lookup_by_phandle_args (jsc#PED-12016)
  - commit 618e3d7
  - net: dwmac-imx: add imx93 clock input support in RMII mode (jsc#PED-12016)
  - commit bcac46a
  - net: dwmac-imx: Use helper rgmii_clock (jsc#PED-12016)
  - commit 792a263
  - net: phy: Add helper for mapping RGMII link speed to clock rate (jsc#PED-12016)
  - commit 9ebf4c7
  - net: stmmac: restructure the error path of stmmac_probe_config_dt() (jsc#PED-12016)
  - commit f9eed74
  - net: stmmac: Fix clock rate variables size (jsc#PED-12016)
  - commit c0ff972
  - net: fec: implement TSO descriptor cleanup (jsc#PED-12016)
  - commit 3b9cb06

++++ kernel-firmware-all:

  - Drop superfluous post scripts and Requires;
    this package doesn't need to treat post scripts by itself
  - Fix accidentally dropped buildreq-noarch

++++ libguestfs:

  - Update to version 1.55.4 (jsc#PED-8910)
    * appliance/init: Fix /usr/sbin symlinks in Fedora 42+
    * Various translation updates

++++ rpm:

  - make the rpm package not depend on libarchive
    * move the rpmuncompress tool to rpm-build
    * rewrite rpm2archive to not use libarchive for cpio/tar writing
    * new patch: rpm2archive.diff
  - revert buildroot macro setting that did more harm than good
  - add set_to_buildtime and set_to_source_date_epoch mtime policy
    support
    * new patch: mtime_policy_set.diff
  - drop unused 0001-Add-option-to-set-mtime-of-files-in-rpms.patch
    patch
  - do not output debug messages in rpmspec -q if a buildsystem is
    used
    * new patch: buildsys.diff

++++ 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)

++++ python-M2Crypto:

  - The real license is BSD 2-Clause, not MIT.

++++ 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)
  - Full boot order support (jsc#PED-958):
    * pc-bios: Update the s390 bios images with the recent changes (jsc#PED-958)
    * pc-bios/s390-ccw: Abort IPL on invalid loadparm (jsc#PED-958)
    * pc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP server (jsc#PED-958)
    * pc-bios/s390-ccw: Fix boot problem with virtio-net devices (jsc#PED-958)
    * pc-bios/s390-ccw/virtio: Add a function to reset a virtio device (jsc#PED-958)
    * hw/s390x: Fix crash that occurs when inspecting older versioned machines types (jsc#PED-958)
  - Update to latest upstream release, 9.2.1:
    The full list of changes are available at:
    https://lore.kernel.org/qemu-devel/qemu-stable-9.2.1-20250207102656@cover.tls.msk.ru/
    Highlights include:
    * 9pfs: fix regression regarding CVE-2023-2861
    * tcg: Reset free_temps before tcg_optimize
    * tcg/riscv: Fix StoreStore barrier generation
    * x86/loader: only patch linux kernels
    * roms: re-add edk2-basetools target
    * pc-bios: add missing riscv64 descriptor
    * hw/intc/arm_gicv3_its: Zero initialize local DTEntry etc structs
    * meson.build: Disallow libnfs v6 to fix the broken macOS build
    * target/i386: Reset TSCs of parked vCPUs too on VM reset
    * hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
    * s390x/s390-virtio-ccw: don't crash on weird RAM sizes
    * target/loongarch: Use actual operand size with vbsrl check
    * docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
    * docs: Correct release of TCG trace-events removal
    * target/i386/cpu: Fix notes for CPU models
    * migration/multifd: Fix compile error caused by page_size usage
    * migration/multifd: Fix compat with QEMU < 9.0
    * migration: Add more error handling to analyze-migration.py
    * migration: Remove unused argument in vmsd_desc_field_end
    * migration: Fix parsing of s390 stream
    * s390x: Fix CSS migration
    * migration: Rename vmstate_info_nullptr
    * ...

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

++++ aardvark-dns:

  - Update to version 1.14.0:
    * Release v1.14.0
    * release notes for v1.14.0
    * update release notes from v1.13.1
    * run cargo update
    * fix lint issues with rust 1.84
    * chore(deps): update dependency containers/automation_images to v20250131
    * fix(deps): update rust crate clap to ~4.5.28
    * fix(deps): update rust crate log to 0.4.25
    * fix(deps): update rust crate tokio to 1.43.0
    * chore(deps): update dependency containers/automation_images to v20250107
    * fix(deps): update rust crate clap to ~4.5.23
    * fix(deps): update rust crate libc to 0.2.169
    * fix(deps): update hickory-dns monorepo to 0.24.2
    * Cargo.lock: bump some versions
    * run cargo update
    * cargo: set rust-version
    * fix(deps): update rust crate clap to ~4.5.21
    * fix(deps): update rust crate libc to 0.2.167
    * OWNERS: remove edsantiago
    * fix(deps): update rust crate libc to 0.2.165
    * fix(deps): update rust crate libc to 0.2.164
    * chore(deps): update dependency containers/automation_images to v20241107
    * fix(deps): update rust crate tokio to 1.41.1
    * fix(deps): update rust crate libc to 0.2.162
    * test: make jq query work on centos stream 9
    * [skip-ci] Packit: disable osh-diff-scan
    * support ipv6 link local addresses in resolv.conf
    * [skip-ci] Packit: enable c9s downstream updates
    * [skip-ci] TMT: install builddeps downstream
    * [skip-ci] RPM: cleanup changelog conditionals
    * [skip-ci] Packit/TMT: idiomatic repo addition
    * [skip-ci] Packit: Remove epel jobs
    * tmt: install dnsmasq dependency
    * Bump to 1.14.0-dev

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

++++ librsvg:

  - Update to version 2.59.90 (Unstable):
    + Basic support for the dominant-baseline property.
    + Report errors correctly from the parsers for attribute values.
    + Slightly improved test coverage.
    + Don't use defined() in C macro definitions, since it is not
    portable.
    + Parse the white-space property. It is not processed yet; this
    will come after the Outreachy internship.
    + Documentation fixes.
    + Many build fixes.
    + Improvements for cross builds.
    + Fix CRLF characters in Python sources.

++++ kdump:

  - upgrade to version 2.0.16:
    * fix KDUMP_AUTO_RESIZE (bsc#1236921)
    * dracut: fix filtering ro keys in kdump_bond_config (bsc#1233137)
    * spec: add dependency on ethtool
    * allow negative KDUMP_KEEP_OLD_DUMPS (bsc#1234845)

++++ kernel-default:

  - mmc: pwrseq_simple: Handle !RESET_CONTROLLER properly (jsc#PED-12016)
  - commit e5cd33c
  - mmc: pwrseq_simple: add support for one reset control (jsc#PED-12016)
  - commit 30494ea
  - irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly (jsc#PED-12016)
  - commit de54886
  - i2c: imx-lpi2c: make controller available until the system enters (jsc#PED-12016)
  - commit 588e6b2
  - i2c: imx-lpi2c: add target mode support (jsc#PED-12016)
  - commit 9414869
  - i2c: imx-lpi2c: add eDMA mode support for LPI2C (jsc#PED-12016)
  - commit 07d963c
  - s390/fpu: Add fpc exception handler / remove fixup section again
    (git-fixes bsc#1237061).
  - commit 65e32a8
  - s390/pci: Fix SR-IOV for PFs initially in standby (git-fixes
    bsc#1237059).
  - commit f0ee871
  - s390/topology: Improve topology detection (bsc#1236996).
  - commit 06dc0b0
  - clk: imx: Apply some clks only for i.MX93 (jsc#PED-12016)
  - commit 0f650e5
  - clk: imx93: Add IMX93_CLK_SPDIF_IPG clock (jsc#PED-12016)
  - commit 073d7ef
  - clk: imx: add i.MX91 clk (jsc#PED-12016)
  - commit 46b8cd9
  - clk: imx93: Move IMX93_CLK_END macro to clk driver (jsc#PED-12016)
  - commit 890578b
  - s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS
    (git-fixes bsc#1237054).
  - commit 79eba3a
  - seccomp: Stub for !CONFIG_SECCOMP (git-fixes bsc#1237053).
  - commit b92853d
  - KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
    (git-fixes bsc#1237049).
  - commit d4d35a7
  - soc: imx: Add SoC device register for i.MX9 (jsc#PED-12016)
  - commit 6e43782
  - soc: imx8m: Use devm_* to simplify probe failure handling (jsc#PED-12016)
  - commit e0205ec
  - soc: imx8m: Remove global soc_uid (jsc#PED-12016)
  - commit fab4815
  - EDAC/fsl_ddr: Add support for i.MX9 DDR controller (jsc#PED-12016)
  - commit df25446
  - EDAC/fsl_ddr: Fix bad bit shift operations (jsc#PED-12016)
  - commit ce70346
  - EDAC/fsl_ddr: Move global variables into struct fsl_mc_pdata (jsc#PED-12016)
  - commit baa1744
  - EDAC/fsl_ddr: Pass down fsl_mc_pdata in ddr_in32() and ddr_out32() (jsc#PED-12016)
  - commit 4f4af2c
  - net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
    (bsc#1236995).
  - commit a6e1ba4
  - x86/Documentation: Update algo in init_size description of
    boot protocol (git-fixes).
  - commit 9166589
  - util_macros.h: fix/rework find_closest() macros (git-fixes).
  - commit 7e910c6
  - netlink: typographical error in nlmsg_type constants definition
    (git-fixes).
  - commit 0e6f2bb
  - irqchip/gic-v3-its: Don't enable interrupts in
    its_irq_set_vcpu_affinity() (CVE-2024-57949 bsc#1236950).
  - commit 081a1c9
  - PM: sleep: core: Restrict power.set_active propagation
    (git-fixes).
  - commit ae91759
  - 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).
  - 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).
  - HID: winwing: Add NULL check in winwing_init_led() (git-fixes).
  - pinctrl: pinconf-generic: Print unsigned value if a format is
    registered (git-fixes).
  - pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
    (git-fixes).
  - pinctrl: cy8c95x0: Rename PWMSEL to SELPWM (git-fixes).
  - pinctrl: cy8c95x0: Enable regmap locking for debug (git-fixes).
  - pinctrl: cy8c95x0: Avoid accessing reserved registers
    (git-fixes).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (git-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).
  - 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).
  - HID: winwing: Add NULL check in winwing_init_led() (git-fixes).
  - pinctrl: pinconf-generic: Print unsigned value if a format is
    registered (git-fixes).
  - pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
    (git-fixes).
  - pinctrl: cy8c95x0: Rename PWMSEL to SELPWM (git-fixes).
  - pinctrl: cy8c95x0: Enable regmap locking for debug (git-fixes).
  - pinctrl: cy8c95x0: Avoid accessing reserved registers
    (git-fixes).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (git-fixes).
  - commit 99e9fb4
  - netdev: prevent accessing NAPI instances from another namespace
    (jsc#PED-12085).
  - netdev-genl: Hold rcu_read_lock in napi_set (jsc#PED-12085).
  - commit f11f99b
  - scsi: storvsc: Set correct data length for sending SCSI command
    without payload (git-fixes).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (git-fixes).
  - scsi: storvsc: Set correct data length for sending SCSI command
    without payload (git-fixes).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (git-fixes).
  - commit 272f93e

++++ kernel-firmware-amdgpu:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-ath10k:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-ath11k:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-ath12k:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-atheros:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-bluetooth:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-bnx2:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-brcm:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-chelsio:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-dpaa2:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-i915:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file
  - Update aliases
  - Update to version 20250210 (git commit 5bc5868b7ee5):
    * i915: Update Xe2LPD DMC to v2.28

++++ kernel-firmware-intel:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-iwlwifi:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file
  - Update aliases

++++ kernel-firmware-liquidio:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-marvell:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-media:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-mediatek:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file
  - Update aliases

++++ kernel-firmware-mellanox:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-mwifiex:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-network:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-nfp:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-nvidia:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-platform:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file
  - Update aliases

++++ kernel-firmware-prestera:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-qcom:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-qlogic:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-radeon:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-realtek:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-serial:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-sound:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file
  - Update to version 20250210 (git commit 5bc5868b7ee5):
    * ASoC: tas2781: Add regbin firmware by index for single device

++++ kernel-firmware-ti:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-ueagle:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ kernel-firmware-usb-network:

  - Fix license description for kernel-firmware-tools package
  - Clean up spec file

++++ openssl-3:

  - Update to 3.2.4:
    * Fixed RFC7250 handshakes with unauthenticated servers don't abort as
    expected. [bsc#1236599, CVE-2024-12797]
    * Fixed timing side-channel in ECDSA signature computation. [CVE-2024-13176]
    * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic
    curve parameters. [CVE-2024-9143]
  - Remove patch openssl-CVE-2024-13176.patch
  - Rebase patches:
    * openssl-3-add_EVP_DigestSqueeze_api.patch
    * openssl-DH-Disable-FIPS-186-4-type-parameters-in-FIPS-mode.patch
    * openssl-FIPS-RSA-encapsulate.patch
    * openssl-disable-fipsinstall.patch

++++ openssl:

  - Update to 3.2.4

++++ liburing:

  - disable even more tests

++++ netavark:

  - Update to version 1.14.0:
    * Release v1.14.0
    * release notes for v1.14.0
    * update release notes from v1.13.1
    * run cargo update
    * Finalize firewalld port forwarding support
    * chore(deps): update rust crate once_cell to 1.20.3
    * fix(deps): update rust crate rand to 0.9.0
    * Add handling for firewalld's StrictForwardPorts setting
    * fix lint issues wirh rust 1.84
    * chore(deps): update dependency containers/automation_images to v20250131
    * chore(deps): update rust crate tempfile to 3.16.0
    * rename macvlan_dhcp.rs to dhcp.rs
    * bridge: only allow dhcp with unmanaged mode
    * bridge: support DHCP ipam driver
    * fix(deps): update rust crate ipnet to 2.11.0
    * fix(deps): update rust crate serde_json to 1.0.136
    * fix(deps): update rust crate log to 0.4.24
    * bridge: add vlan support
    * fix(deps): update rust crate tokio to 1.43.0
    * fix(deps): update rust crate serde_json to 1.0.135
    * New VM Images
    * fix(deps): update rust crate clap to ~4.5.23
    * chore(deps): update rust crate tempfile to 3.15.0
    * fix(deps): update rust crate nispor to 1.2.22
    * fix(deps): update rust crate serde_json to 1.0.134
    * fix(deps): update rust crate env_logger to 0.11.6
    * Add container hostname to DHCP requests and use container id as client id
    * fix(deps): update rust crate mozim to 0.2.5
    * generate protobuf in OUT_DIR
    * fix(deps): update rust crate tower to 0.5.2
    * Cargo.lock: bump some versions
    * run cargo update
    * cargo: set rust-version
    * fix new rust 1.83 lint errors
    * OWNERS: remove edsantiago
    * setup: on av errors cleanup again
    * nftables: add daddr match to port forward jump rule
    * network: bridge: don't change forwarding sysctl for internal bridges
    * network: bridge: add support for unmanaged mode
    * test-dhcp: remove deprecated ifconfig/brctl commands
    * fix new rust 1.82 lint errors
    * update ci images
    * fix(deps): update rust crate serde_json to 1.0.133
    * network: bridge: add support for host_interface_name option
    * network: add support for network-specific options
    * fix(deps): update rust crate ipnet to 2.10.1
    * chore(deps): update rust crate tempfile to 3.14.0
    * fix(deps): update rust crate tokio to 1.41.1
    * fix(deps): update rust crate anyhow to 1.0.93
    * fix(deps): update rust crate url to 2.5.3
    * [skip-ci] RPM: cleanup changelog conditionals
    * fix(deps): update rust crate anyhow to 1.0.92
    * Bump to 1.14.0-dev

++++ rebootmgr:

  - Update to version 3.0+git20250211.a56a554:
    * rebootmgr.service: fix Type=notify
  - Readd compat symlink of rebootmgrctl for tukit

++++ vim:

  - update to 9.1.1101
    * insexpand.c hard to read
    * tests: Test_log_nonexistent only works on Linux
    * Update base-syntax, improve variable matching
    * Vim9: import with extends may crash
    * leaking memory with completing multi lines
    * --log with non-existent path causes a crash
    * if_perl: Perl 5.38 adds new symbols causing link failure
    * tests: matchparen plugin test wrongly named
    * Vim9: problem finding implemented method in type hierarchy
    * runtime(qf): Update syntax file, match second delimiter
    * tests: output of test ...win32_ctrl_z depends on python version
    * tests: fix expected return code for python 3.13 on Windows
    * tests: timeout might be a bit too small
    * tests: test_terminwscroll_topline2 unreliable
    * tests: No check when tests are run under Github actions
    * tests: plugin tests are named inconsistently
    * Vim9: import with extends may crash
    * completion doesn't work with multi lines
    * filetype: cmmt files are not recognized
    * Unable to persistently ignore events in a window and its buffers
    * improve syntax highlighting
    * setreg() doesn't correctly handle mbyte chars in blockwise mode
    * unexpected DCS responses may cause out of bounds reads
    * has('bsd') is true for GNU/Hurd
    * filetype: Mill files are not recognized
    * GUI late startup leads to uninitialized scrollbars
    * Add support for lz4 to tar & gzip plugin
    * Terminal ansi colors off by one after tgc reset
    * included syntax items do not understand contains=TOP
    * vim_strnchr() is strange and unnecessary
    * Vim9: len variable not used in compile_load()
    * runtime(vim): Update base-syntax, match :debuggreedy count prefix
    * Strange error when heredoc marker starts with "trim"
    * tests: test_compiler fails on Windows without Maven
    * 'diffopt' "linematch" cannot be used with {n} less than 10
    * args missing after failing to redefine a function
    * Cannot control cursor positioning of getchar()
    * preinsert text completions not deleted with <C-W>/<C-U>
    * getchar() can't distinguish between C-I and Tab
    * tests: Test_termwinscroll_topline2 fails on MacOS
    * heap-use-after-free and stack-use-after-scope with :14verbose
    * no digraph for "Approaches the limit"
    * not possible to use plural forms with gettext()
    * too many strlen() calls in userfunc.c
    * terminal: E315 when dragging the terminal with the mouse
    * runtime(openPlugin): fix unclosed parenthesis in GetWordUnderCursor()
    * runtime(doc): Tweak documentation style a bit
    * tests: test_glvs fails when unarchiver not available
    * Vim always enables 'termguicolors' in a terminal
    * completion: input text deleted with preinsert when adding leader
    * translation(sr): Missing Serbian translation for the tutor
    * Superfluous cleanup steps in test_ins_complete.vim
    * runtime(netrw): correct wrong version check
    * Vim doesn't highlight to be inserted text when completing
    * runtime(netrw): upstream snapshot of v176
    * runtime(dist/vim9): fix regressions in dist#vim9#Open
    * runtime(hyprlang): fix string recognition
    * make install fails because of a missing dependency
    * runtime(asm): add byte directives to syntax script
    * Vim doesn't work well with TERM=xterm-direct
    * runtime(filetype): commit 99181205c5f8284a3 breaks V lang detection
    * runtime: decouple Open and Launch commands and gx mapping from netrw
    * "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt'
    * runtime(just): fix typo in syntax file
    * runtime(filetype): Improve Verilog detection by checking for modules definition
    * tests: off-by-one error in CheckCWD in test_debugger.vim
    * tests: no support for env variables when running Vim in terminal
    * too many strlen() calls in os_unix.c
    * insert-completed items are always sorted
    * crash after scrolling and pasting in silent Ex mode
    * Makefiles uses non-portable syntax
    * fuzzymatching doesn't prefer matching camelcase
    * filetype: N-Tripels and TriG files are not recognized
    * Vim9: Patch 9.1.1014 causes regressions
    * translation(sr): Update Serbian messages translation

++++ virt-manager:

  - Spec file modifications for SLES16 and some cleanups
    virt-manager.spec
  - Add additional detection code for SLES 16 media (bsc#1236252)
    virtinst-add-sle16-detection-support.patch

------------------------------------------------------------------
------------------  2025-2-10  -  Feb 10 2025  -------------------
------------------------------------------------------------------

++++ canutils:

  - version update to 2025.01
    * Support of new kernel features:
    * Full CAN XL support for candump, canplayer, cangen, log2asc,
    asc2log, lib
    * cangen: support socket priority
    * Improvements and features:
    * ISOBUS (ISO11783-13) File Server Interface (isobusfs-srv,
    isobusfs-cli)
    * Add j1939_datatime_cli
    * cansequence: allow to bind on "any" interface
    * cansequence: add support to send and receive CAN-FD
    * canfdtest: add support for loopback testing
    * isotpdump: option to capture functional addressing traffic
    * isotpdump: add color support for functional addressing traffic
    * isotprecv: add option to enable dynamic flow control
    parameters (Linux 6.9+)
    * cangen: add missing long CAN frame view for len8_dlc and eff
    * canbusload: add auto detection of CAN interfaces
    * canbusload: show RX/TX direction in bargraph
    * canbusload: support busload statistic and busload visualization

++++ fuse-overlayfs:

  - version update to 1.14
    * isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all security xattrs with XATTR_CONTAINERS_OVERRIDE_PREFIX.
    * prefer user.containers.override_stat over user.fuseoverlayfs.
    * do not force -1 for owner overriding extended attributes. Otherwise the value is written to the override extended attribute.
    * fix file owner retrieval for chmod.
    * honor umask with xattr_permissions.
    * honor mode for devices with xattr_permissions.
    * propagate extended attributes permissions with copyup.

++++ glibc:

  - Use rpm.execute when available (bsc#1236869)

++++ kernel-default:

  - iommu: Manage driver probe deferral better (bsc#1235032).
  - iommu/arm-smmu-v3: Clean up more on probe failure (bsc#1235032).
  - iommu/arm-smmu: Make instance lookup robust (bsc#1235032,
    CVE-2024-56568).
  - commit 029e52d

++++ kernel-firmware-bluetooth:

  - Update to version 20250208 (git commit 4ccb15a9dbfa):
    * WHENCE: split generic QCA section into USB and serial sections
    * rtl_bt: Update RTL8852B BT USB FW to 0x0474_842D

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git7452

++++ gpgme:

  - Update to 1.24.2:
    * Fix regression for RSA in gpgme_pubkey_algo_string
    * Prevent failing tests after 2027-05-15
  - drop python313.patch, is included

++++ ncurses:

  - Add ncurses patch 20250208
    + change etip.h.in to include either/both of <new> and <exception>,
    needed for another old BSD.
    + update st (report by Alexander Kashpir) -TD
    + add note for ghostty 1.1.0 -TD
    + fix a few issues found with coverity.
  - Correct offset of patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif
    * ncurses-6.5-ghostty.dif

++++ 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)

++++ python-anyio:

  - Update to 4.8.0:
    * Added experimental support for running functions in
    subinterpreters on Python 3.13 and later
    * Added support for the copy(), copy_into(), move() and move_into()
    methods in anyio.Path, available in Python 3.14
    * Changed TaskGroup on asyncio to always spawn tasks non-eagerly,
    even if using a task factory created
    via asyncio.create_eager_task_factory(), to preserve expected
    Trio-like task scheduling semantics (PR by @agronholm and @graingert)
    * Configure SO_RCVBUF, SO_SNDBUF and TCP_NODELAY on the selector
    thread waker socket pair (this should improve the performance of
    wait_readable() and wait_writable() when using the ProactorEventLoop)
    (#836; PR by @graingert)
    * Fixed AssertionError when using nest-asyncio (#840)
    * Fixed return type annotation of various context managers'
    __exit__ method (#847; PR by @Enegg)
  - from 4.7.0:
    * Updated TaskGroup to work with asyncio's eager task factories (#764)
    * Added the wait_readable() and wait_writable() functions which will
    accept an object with a .fileno() method or an integer handle, and
    deprecated their now obsolete versions (wait_socket_readable() and
    wait_socket_writable()) (PR by @davidbrochart)
    * Changed EventAdapter (an Event with no bound async backend) to allow
    set() to work even before an async backend is bound to it (#819)
    * Added support for wait_readable() and wait_writable() on
    ProactorEventLoop (used on asyncio + Windows by default)
    * Fixed a misleading ValueError in the context of DNS failures
    (#815; PR by @graingert)
    * Fixed the return type annotations of readinto() and readinto1()
    methods in the anyio.AsyncFile class (#825)
    * Fixed TaskInfo.has_pending_cancellation() on asyncio returning
    false positives in cleanup code on Python >= 3.11
    (#832; PR by @gschaffner)
    * Fixed cancelled cancel scopes on asyncio calling
    asyncio.Task.uncancel when propagating a CancelledError on exit
    to a cancelled parent scope (#790; PR by @gschaffner)

++++ sysvinit:

  - Update to sysvinit 3.14
    * Re-introduced DESTDIR flag in src/Makefile to assist building on Arch.
    * Fixed typo in init.8 manual page.
    * Expand process length in inittab to allow a command line 253 characters
    (up from 127). Expand child process structure to accomidate 253
    and some buffer room for newline/NULL.
    * Clear buffer when reading long lines from inittab, avoids garbage left
    over from old lines with long commands or comments.
    * Drop lines which are too long from inttab conf and log warning rather
    than truncate.

++++ thin-provisioning-tools:

  - thin-provisioning-tools lacks symlinks and related man pages (boo#1236800)
    * Call make install to generate symbolic links of comamnds
    * Update %files section to include above symbolic links and man

++++ 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:

  - seccomp: passthrough uretprobe systemcall without filtering
    (git-fixes).
  - drm/amd/display: Add hubp cache reset when powergating
    (stable-fixes).
  - wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN
    failed (git-fixes).
  - wifi: rtw89: chan: fix soft lockup in
    rtw89_entity_recalc_mgnt_roles() (git-fixes).
  - wifi: rtw89: chan: manage active interfaces (stable-fixes).
  - wifi: rtw89: handle entity active flag per PHY (stable-fixes).
  - commit f959305

++++ protobuf-c:

  - Update to release 1.5.1
    * Order `oneof` union members from largest to smallest
    * Better compatibility with protobuf >= 26.0
  - Delete 711.patch (merged)

------------------------------------------------------------------
------------------  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/dp: fix the Adaptive sync Operation mode for SDP
    (git-fixes).
  - drm/i915/guc: Debug print LRC state entries only if the context
    is pinned (git-fixes).
  - drm/i915: Fix page cleanup on DMA remap failure (git-fixes).
  - drm/i915/pmu: Fix zero delta busyness issue (git-fixes).
  - drm/xe/devcoredump: Move exec queue snapshot to Contexts section
    (git-fixes).
  - gpu: drm_dp_cec: fix broken CEC adapter properties check
    (git-fixes).
  - accel/ivpu: Clear runtime_error after
    pm_runtime_resume_and_get() fails (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).
  - PCI/TPH: Restore TPH Requester Enable correctly (git-fixes).
  - PCI/ASPM: Fix L1SS saving (git-fixes).
  - selftests: mptcp: connect: -f: no reconnect (git-fixes).
  - commit 902a5b3
  - tools build: Remove the libunwind feature tests from the ones
    detected when test-all.o builds (git-fixes).
  - commit f82da74
  - perf annotate: Use an array for the disassembler preference
    (git-fixes).
  - perf test: Fix parallel/sequential option documentation
    (git-fixes).
  - perf test stat: Avoid hybrid assumption when virtualized
    (git-fixes).
  - perf symbol: Prefer non-label symbols with same address
    (git-fixes).
  - perf stat: Fix trailing comma when there is no metric unit
    (git-fixes).
  - tools features: Don't check for libunwind devel files by default
    (git-fixes).
  - commit e8b27c5

++++ nfs-utils:

  - update to 2.8.2:
    * exports: Fix referrals when --enable-junction=no
    * nfsidmap(v2): Add guards around [nfsidmap] usages of [sysconf].
    * libnsm(v2): fix the safer atomic filenames fix
    * libnsm: fix the safer atomic filenames fix
    * nfsd: dump default number of threads to 16
    * autoconf: don't build nfsdcltrack by default
    * nfs(5): Update rsize/wsize options
    * nfsdctl: clarify when versions can be set on the man page
    * nfsdctl: fix up the help text in version_usage()
    * libnsm: safer atomic filenames
    * nfs-utils: fixup statd testing simulator host arg
    * mount.nfs: retry NFSv3 mount after NFSv4 failure in auto negotiation

++++ mokutil:

  - update to 0.7.2:
    * mokutil: revert the default listing to the verbose form
  - update to 0.7.1:
    * Fix an off-by-one reading passwords from a file.
    * Short certificate listing by default

++++ pcsc-tools:

  - update to 1.7.2:
    * A number of new ATRs
    * build system and portability changes

++++ python-maturin:

  - update to 1.8.2:
    * Exclude packages not in the dependency tree when finding
    bindings in #2426
    * Use uv automatically when running maturin develop inside uv-
    created virtualenv in #2433
    * Consider abi3 minor version when resolving Python
    interpreters in #2437
    * Handle archived dylibs on AIX in #2442
    * Fix unnecessary rebuilds due to pyo3 config file modified
    time change in #2446
    * Fix the name of the .data directory in the generated wheel in
    [#2449]
    * Update minimal manylinux version for loongarch64 in #2451

------------------------------------------------------------------
------------------  2025-2-7  -  Feb 7 2025  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Update to 332
  - Updated naming convention for motd to issue and relevant patches
  - Added 0007-Remove-DynamicUser-setting-as-these-conflict-with-re.patch
    since dynamic users can't be resolved since systemd is missing in nsswitch
    bsc#1230638

++++ kernel-default:

  - perf probe: Fix uninitialized variable
    (perf-sle16-v6.13-userspace-update).
  - libperf: evlist: Fix --cpu argument on hybrid platform
    (perf-sle16-v6.13-userspace-update).
  - perf test expr: Fix system_tsc_freq for only x86
    (perf-sle16-v6.13-userspace-update).
  - perf test hwmon_pmu: Fix event file location
    (perf-sle16-v6.13-userspace-update).
  - perf hwmon_pmu: Use openat rather than dup to refresh directory
    (perf-sle16-v6.13-userspace-update).
  - perf ftrace: Fix undefined behavior in cmp_profile_data()
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix precise_ip fallback logic
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix build error on generated/fs_at_flags_array.c
    (perf-sle16-v6.13-userspace-update).
  - perf machine: Initialize machine->env to address a segfault
    (perf-sle16-v6.13-userspace-update).
  - perf test: Don't signal all processes on system when
    interrupting tests (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix build-id event recording
    (perf-sle16-v6.13-userspace-update).
  - perf tests: Fix hwmon parsing with PMU name test
    (perf-sle16-v6.13-userspace-update).
  - perf hwmon_pmu: Ensure hwmon key union is zeroed before use
    (perf-sle16-v6.13-userspace-update).
  - perf tests hwmon_pmu: Remove double evlist__delete()
    (perf-sle16-v6.13-userspace-update).
  - perf/test: fix perf ftrace test on s390
    (perf-sle16-v6.13-userspace-update).
  - perf bpf-filter: Return -ENOMEM directly when pfi allocation
    fails (perf-sle16-v6.13-userspace-update).
  - perf test: Correct hwmon test PMU detection
    (perf-sle16-v6.13-userspace-update).
  - perf: Remove unused del_perf_probe_events()
    (perf-sle16-v6.13-userspace-update).
  - perf pmu: Move pmu_metrics_table__find and remove ARM override
    (perf-sle16-v6.13-userspace-update).
  - perf jevents: Add map_for_cpu()
    (perf-sle16-v6.13-userspace-update).
  - perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
    (perf-sle16-v6.13-userspace-update).
  - perf header: Avoid transitive PMU includes
    (perf-sle16-v6.13-userspace-update).
  - perf arm64 header: Use cpu argument in get_cpuid
    (perf-sle16-v6.13-userspace-update).
  - perf header: Refactor get_cpuid to take a CPU for ARM
    (perf-sle16-v6.13-userspace-update).
  - perf header: Move is_cpu_online to numa bench
    (perf-sle16-v6.13-userspace-update).
  - perf jevents: fix breakage when do perf stat on system metric
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add missing __exit calls in tool/hwmon tests
    (perf-sle16-v6.13-userspace-update).
  - perf tests: Make leader sampling test work without branch event
    (perf-sle16-v6.13-userspace-update).
  - perf util: Remove kernel version deadcode
    (perf-sle16-v6.13-userspace-update).
  - perf test shell trace_exit_race: Use --no-comm to avoid cases
    where COMM isn't resolved (perf-sle16-v6.13-userspace-update).
  - perf test shell trace_exit_race: Show what went wrong in
    verbose mode (perf-sle16-v6.13-userspace-update).
  - perf tests: Add test for trace output loss
    (perf-sle16-v6.13-userspace-update).
  - perf trace: Avoid garbage when not printing a syscall's
    arguments (perf-sle16-v6.13-userspace-update).
  - perf trace: Do not lose last events in a race
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Introduce quotation marks support
    (perf-sle16-v6.13-userspace-update).
  - perf string: Add strpbrk_esq() and strdup_esq() for escape
    and quote (perf-sle16-v6.13-userspace-update).
  - perf probe: Accept FUNC@* to specify function name explicitly
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Fix to ignore escaped characters in --lines option
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Fix error message for failing to find line range
    (perf-sle16-v6.13-userspace-update).
  - perf trace: Fix tracing itself, creating feedback loops
    (perf-sle16-v6.13-userspace-update).
  - perf timechart: Remove redundant variable assignment
    (perf-sle16-v6.13-userspace-update).
  - perf list: Fix topic and pmu_name argument order
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix typos Muliplier -> Multiplier
    (perf-sle16-v6.13-userspace-update).
  - perf disasm: Allow configuring what disassemblers to use
    (perf-sle16-v6.13-userspace-update).
  - perf disasm: Define stubs for the LLVM and capstone
    disassemblers (perf-sle16-v6.13-userspace-update).
  - perf disasm: Introduce symbol__disassemble_objdump()
    (perf-sle16-v6.13-userspace-update).
  - perf build: Remove PERF_HAVE_DWARF_REGS
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Remove get_arch_regstr code
    (perf-sle16-v6.13-userspace-update).
  - perf xtensa: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf sparc: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf sh: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf s390: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Move powerpc dwarf-regs out of arch
    (perf-sle16-v6.13-userspace-update).
  - perf mips: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf loongarch: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Move csky dwarf-regs out of arch
    (perf-sle16-v6.13-userspace-update).
  - perf arm: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf arm64: Remove dwarf-regs.c
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Move x86 dwarf-regs out of arch
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Pass accurate disassembly machine to
    get_dwarf_regnum (perf-sle16-v6.13-userspace-update).
  - perf disasm: Add e_machine/e_flags to struct arch
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Add EM_HOST and EF_HOST defines
    (perf-sle16-v6.13-userspace-update).
  - perf dwarf-regs: Remove
    PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
    (perf-sle16-v6.13-userspace-update).
  - perf bpf-prologue: Remove unused file
    (perf-sle16-v6.13-userspace-update).
  - perf docs: Document tool and hwmon events
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add hwmon "PMU" test
    (perf-sle16-v6.13-userspace-update).
  - perf pmu: Add calls enabling the hwmon_pmu
    (perf-sle16-v6.13-userspace-update).
  - perf hwmon_pmu: Add a tool PMU exposing events from hwmon in
    sysfs (perf-sle16-v6.13-userspace-update).
  - perf test: Add hwmon filename parser test
    (perf-sle16-v6.13-userspace-update).
  - perf hwmon_pmu: Add hwmon filename parser
    (perf-sle16-v6.13-userspace-update).
  - perf build: Include libtraceevent headers directly indicated
    by pkg-config (perf-sle16-v6.13-userspace-update).
  - perf script python: Adjust objdump start/end per map pgoff
    parameter (perf-sle16-v6.13-userspace-update).
  - perf script cs_etm: Add map_pgoff to python dictionary
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Expand metric+unit buffer size
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Add the empty-pmu-events build to .gitignore
    (perf-sle16-v6.13-userspace-update).
  - perf: event: Remove deadcode
    (perf-sle16-v6.13-userspace-update).
  - perf trace: avoid garbage when not printing a trace event's
    arguments (perf-sle16-v6.13-userspace-update).
  - perf test: Fix ftrace test with regex patterns
    (perf-sle16-v6.13-userspace-update).
  - perf test: Remove dangling CFLAGS for removed attr.o object
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Add all shellcheck_log to gitignore
    (perf-sle16-v6.13-userspace-update).
  - perf build: Add missing cflags when building with custom
    libtraceevent (perf-sle16-v6.13-userspace-update).
  - perf test: Remove cpu-list BPF cgroup counter test
    (perf-sle16-v6.13-userspace-update).
  - perf build: Make libunwind opt-in rather than opt-out
    (perf-sle16-v6.13-userspace-update).
  - perf test: Use sqrtloop workload to test bperf event
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Support inherit events during fork() for bperf
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Use old behavior when opening old SPE files
    (perf-sle16-v6.13-userspace-update).
  - perf ftrace latency: Fix unit on histogram first entry when
    using --use-nsec (perf-sle16-v6.13-userspace-update).
  - perf, riscv: Wire up perf trace support for RISC-V
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Fix retrieval of source files from a debuginfod
    server (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Update --itrace help text
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Correctly set sample flags
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing
    branches (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Set sample.addr to target address for instruction
    sample (perf-sle16-v6.13-userspace-update).
  - perf vendor events arm64: Add i.MX91 DDR Performance Monitor
    metrics (perf-sle16-v6.13-userspace-update).
  - perf test: Sort tests placing exclusive tests last
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add a signal handler to kill forked child processes
    (perf-sle16-v6.13-userspace-update).
  - perf test: Make parallel testing the default
    (perf-sle16-v6.13-userspace-update).
  - perf test: Run parallel tests in two passes
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add a signal handler around running a test
    (perf-sle16-v6.13-userspace-update).
  - perf test: Tag parallel failing shell tests with "(exclusive)"
    (perf-sle16-v6.13-userspace-update).
  - perf test: Avoid list test blocking on writing to stdout
    (perf-sle16-v6.13-userspace-update).
  - perf test: Reduce scope of parallel variable
    (perf-sle16-v6.13-userspace-update).
  - perf test: Display number of active running tests
    (perf-sle16-v6.13-userspace-update).
  - perf disasm: Fix not cleaning up disasm_line in
    symbol__disassemble_raw() (perf-sle16-v6.13-userspace-update).
  - perf disasm: Use disasm_line__free() to properly free
    disasm_line (perf-sle16-v6.13-userspace-update).
  - perf test: Add precise_max subtest to the perf record shell test
    (perf-sle16-v6.13-userspace-update).
  - perf record: Just use "cycles:P" as the default event
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Check fallback error and order
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Move x86__is_amd_cpu() to util/env.c
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Detect missing kernel features properly
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Do not set exclude_guest for precise_ip
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Simplify evsel__add_modifier()
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Don't set attr.exclude_guest by default
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Add fallback for exclude_guest
    (perf-sle16-v6.13-userspace-update).
  - perf tools: sched-pipe bench: add (-n) nonblocking benchmark
    (perf-sle16-v6.13-userspace-update).
  - perf test: Document the -w/--workload option
    (perf-sle16-v6.13-userspace-update).
  - perf test: Introduce --list-workloads to list the available
    workloads (perf-sle16-v6.13-userspace-update).
  - perf test: Introduce workloads__for_each()
    (perf-sle16-v6.13-userspace-update).
  - perf vendor events amd: Update Zen 5 data cache fill events
    (perf-sle16-v6.13-userspace-update).
  - perf vendor events amd: Add Zen 5 data fabric metrics
    (perf-sle16-v6.13-userspace-update).
  - perf vendor events amd: Add Zen 5 data fabric events
    (perf-sle16-v6.13-userspace-update).
  - perf test: Fix perf test case 84 on s390
    (perf-sle16-v6.13-userspace-update).
  - perf test: Update all metrics test like metricgroups test
    (perf-sle16-v6.13-userspace-update).
  - perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
    (perf-sle16-v6.13-userspace-update).
  - perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
    (perf-sle16-v6.13-userspace-update).
  - perf libdw: Remove unnecessary defines
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Move elfutils support check to libdw check
    (perf-sle16-v6.13-userspace-update).
  - perf build: Combine test-dwarf-getcfi into test-libdw
    (perf-sle16-v6.13-userspace-update).
  - perf build: Combine test-dwarf-getlocations into test-libdw
    (perf-sle16-v6.13-userspace-update).
  - perf build: Combine libdw-dwarf-unwind into libdw feature tests
    (perf-sle16-v6.13-userspace-update).
  - perf build: Rename test-dwarf to test-libdw
    (perf-sle16-v6.13-userspace-update).
  - perf build: Remove defined but never used variable
    (perf-sle16-v6.13-userspace-update).
  - perf build: Rename NO_DWARF to NO_LIBDW
    (perf-sle16-v6.13-userspace-update).
  - perf build: Fix LIBDW_DIR (perf-sle16-v6.13-userspace-update).
  - perf test: Move attr files into shell directory where they
    are used (perf-sle16-v6.13-userspace-update).
  - perf test: Remove C test wrapper for attr.py
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add a shell wrapper for "Setup struct
    perf_event_attr" (perf-sle16-v6.13-userspace-update).
  - perf probe: Correct demangled symbols in C++ program
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Disable metric thresholds for CSV and JSON
    metric-only mode (perf-sle16-v6.13-userspace-update).
  - perf stat: Add metric-threshold to json output
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Change color to threshold in print_metric
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Drop metric-unit if unit is NULL
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Display "none" for NaN with metric only json
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Fix/add parameter names for print_metric
    (perf-sle16-v6.13-userspace-update).
  - perf color: Add printf format checking and resolve issues
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Fix libdw memory leak
    (perf-sle16-v6.13-userspace-update).
  - perf disasm: Fix capstone memory leak
    (perf-sle16-v6.13-userspace-update).
  - tools/perf/powerpc/util: Add support to handle compatible mode
    PVR for perf json events (perf-sle16-v6.13-userspace-update).
  - tools/perf/pmu-events/powerpc: Add support for compat events
    in json (perf-sle16-v6.13-userspace-update).
  - perf dso: Fix symtab_type for kmod compression
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Improve log for long event name failure
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Check group string length
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Use the MAX_EVENT_NAME_LEN macro
    (perf-sle16-v6.13-userspace-update).
  - perf test: Speed up some tests using perf list
    (perf-sle16-v6.13-userspace-update).
  - perf x86/topdown: Refine helper arch_is_topdown_metrics()
    (perf-sle16-v6.13-userspace-update).
  - perf x86/topdown: Make topdown metrics comparators be symmetric
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Remove duplicate io.h header
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Add Cortex CPUs to common data source encoding
    list (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Add Neoverse-V2 to common data source encoding
    list (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Remove the unused 'midr' field
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Use metadata to decide the data source feature
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Introduce arm_spe__is_homogeneous()
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Rename the common data source encoding
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Rename arm_spe__synth_data_source_generic()
    (perf-sle16-v6.13-userspace-update).
  - perf test: Delete unused Intel CQM test
    (perf-sle16-v6.13-userspace-update).
  - perf evsel: Fix missing inherit + sample read check
    (perf-sle16-v6.13-userspace-update).
  - perf sched timehist: Add pre-migration wait time option
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Remove unnecessary parentheses
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix possible compiler warnings in hashmap
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Fix compiler error in util/tool_pmu.c
    (perf-sle16-v6.13-userspace-update).
  - tools/perf/tests: Remove duplicate evlist__delete in
    tests/tool_pmu.c (perf-sle16-v6.13-userspace-update).
  - tools/perf/tests: Fix compilation error with strncpy in
    tests/tool_pmu (perf-sle16-v6.13-userspace-update).
  - perf report: Display columns Predicted/Abort/Cycles in
  - -branch-history (perf-sle16-v6.13-userspace-update).
  - perf tests: Add tool PMU test
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Switch to standard pmu functions and json
    descriptions (perf-sle16-v6.13-userspace-update).
  - perf jevents: Add tool event json under a common architecture
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Move expr literals to tool_pmu
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
    (perf-sle16-v6.13-userspace-update).
  - perf tool_pmu: Factor tool events into their own PMU
    (perf-sle16-v6.13-userspace-update).
  - perf parse-events: Expose/rename config_term_name
    (perf-sle16-v6.13-userspace-update).
  - perf pmu: Allow hardcoded terms to be applied to attributes
    (perf-sle16-v6.13-userspace-update).
  - perf pmu: Simplify an asprintf error message
    (perf-sle16-v6.13-userspace-update).
  - perf tools: Remove unused color_fwrite_lines
    (perf-sle16-v6.13-userspace-update).
  - perf test x86: Fix typo in intel-pt-test
    (perf-sle16-v6.13-userspace-update).
  - perf probe: Remove unused add_perf_probe_events
    (perf-sle16-v6.13-userspace-update).
  - perf test attr: Add back missing topdown events
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Dump metadata with version 2
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Support metadata version 2
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Save per CPU information in metadata
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Calculate meta data size
    (perf-sle16-v6.13-userspace-update).
  - perf arm-spe: Define metadata header version 2
    (perf-sle16-v6.13-userspace-update).
  - perf list: update option desc in man page
    (perf-sle16-v6.13-userspace-update).
  - perf test: Restore sample rate for perf_event_attr
    (perf-sle16-v6.13-userspace-update).
  - perf trace: Keep exited threads for summary
    (perf-sle16-v6.13-userspace-update).
  - perf/test: perf test 86 fails on s390
    (perf-sle16-v6.13-userspace-update).
  - tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
    (perf-sle16-v6.13-userspace-update).
  - tools/perf: Correctly calculate sample period for inherited
    SAMPLE_READ values (perf-sle16-v6.13-userspace-update).
  - perf test: Skip not fail syscall tp fields test when
    insufficient permissions (perf-sle16-v6.13-userspace-update).
  - perf test: Skip not fail tp fields test when insufficient
    permissions (perf-sle16-v6.13-userspace-update).
  - perf test: Fix memory leaks on event-times error paths
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Fix affinity memory leaks on error path
    (perf-sle16-v6.13-userspace-update).
  - perf jevents: Don't stop at the first matched pmu when searching
    a events table (perf-sle16-v6.13-userspace-update).
  - perf tests: Add more topdown events regroup tests
    (perf-sle16-v6.13-userspace-update).
  - perf tests: Add topdown events counting and sampling tests
    (perf-sle16-v6.13-userspace-update).
  - perf tests: Add leader sampling test in record tests
    (perf-sle16-v6.13-userspace-update).
  - perf x86/topdown: Don't move topdown metric events in group
    (perf-sle16-v6.13-userspace-update).
  - perf x86/topdown: Correct leader selection with sample_read
    enabled (perf-sle16-v6.13-userspace-update).
  - perf x86/topdown: Complete topdown slots/metrics events check
    (perf-sle16-v6.13-userspace-update).
  - perf evsel: Reduce a variables scope
    (perf-sle16-v6.13-userspace-update).
  - perf vender events arm64: Use "Topdown" as topdown metric
    group name (perf-sle16-v6.13-userspace-update).
  - perf test: Use ARRAY_SIZE for array length
    (perf-sle16-v6.13-userspace-update).
  - perf/test: Speed up test case perf annotate basic tests
    (perf-sle16-v6.13-userspace-update).
  - perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}
    (perf-sle16-v6.13-userspace-update).
  - perf sched replay: Remove unused parts of the code
    (perf-sle16-v6.13-userspace-update).
  - libperf: Explicitly specify install-html dependencies
    (perf-sle16-v6.13-userspace-update).
  - perf test: Add a test for default perf stat command
    (perf-sle16-v6.13-userspace-update).
  - perf test: Make stat test work on DT devices
    (perf-sle16-v6.13-userspace-update).
  - perf evsel: Remove pmu_name (perf-sle16-v6.13-userspace-update).
  - perf evsel x86: Make evsel__has_perf_metrics work for legacy
    events (perf-sle16-v6.13-userspace-update).
  - perf stat: Remove evlist__add_default_attrs use strings
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Uniquify event name improvements
    (perf-sle16-v6.13-userspace-update).
  - perf evsel: Add alternate_hw_config and use in evsel__match
    (perf-sle16-v6.13-userspace-update).
  - perf test: Ignore security failures in all PMU test
    (perf-sle16-v6.13-userspace-update).
  - perf symbol: Do not fixup end address of labels
    (perf-sle16-v6.13-userspace-update).
  - perf vendor events arm64: imx95: add
    imx95_bandwidth_usage.lpddr4x metric
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Stop repeating when ref_perf_stat() returns -1
    (perf-sle16-v6.13-userspace-update).
  - perf stat: Close cork_fd when create_perf_stat_counter() failed
    (perf-sle16-v6.13-userspace-update).
  - perf evsel: display dmesg command of showing a hardcoded path
    (perf-sle16-v6.13-userspace-update).
  - perf test: cs-etm: Test Coresight disassembly script
    (perf-sle16-v6.13-userspace-update).
  - perf scripts python cs-etm: Add start and stop arguments
    (perf-sle16-v6.13-userspace-update).
  - perf scripts python cs-etm: Improve arguments
    (perf-sle16-v6.13-userspace-update).
  - perf scripts python cs-etm: Update to use argparse
    (perf-sle16-v6.13-userspace-update).
  - perf scripting python: Add function to get a config value
    (perf-sle16-v6.13-userspace-update).
  - perf cs-etm: Use new OpenCSD consistency checks
    (perf-sle16-v6.13-userspace-update).
  - perf cs-etm: Don't flush when packet_queue fills up
    (perf-sle16-v6.13-userspace-update).
  - perf test: Be more tolerant of metricgroup failures
    (perf-sle16-v6.13-userspace-update).
  - perf tools: update expected diff for lib/list_sort.c
    (perf-sle16-v6.13-userspace-update).
  - commit d7ab8b5
  - mptcp: fix recvbuffer adjust on sleeping rcvmsg (git-fixes)
  - commit d852207
  - smb: client: fix double free of TCP_Server_Info::hostname
    (CVE-2025-21673 bsc#1236689).
  - commit 5cebe70
  - openvswitch: fix lockup on tx to unregistering netdev with
    carrier (CVE-2025-21681 bsc#1236702).
  - commit 66a9042
  - cpuidle: teo: Update documentation after previous changes
    (git-fixes).
  - commit 2f5bf5c
  - mac802154: check local interfaces before deleting sdata list
    (CVE-2024-57948 bsc#1236677).
  - commit 684a927
  - 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 89b10dc
  - cpufreq: fix using cpufreq-dt as module (git-fixes).
  - commit a8a7426
  - 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 489fc8c
  - net/l2tp: fix warning in l2tp_exit_net found by syzbot (CVE-2024-53211 bsc#1234961)
  - commit 92b3970
  - blk-mq: create correct map for fallback case (bsc#1236896).
  - blk-mq: remove unused queue mapping helpers (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 eedefae
  - 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 3adbbcc
  - selftests: net: Add busy_poll_test (jsc#PED-12085).
  - eventpoll: Control irq suspension for prefer_busy_poll (jsc#PED-12085).
  - eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
    (jsc#PED-12085).
  - commit 170f675

++++ kernel-firmware-all:

  - Update the version number to 20250206:
    no actual content change, just for making the transition smoother

++++ kernel-firmware-amdgpu:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-ath10k:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-ath11k:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-ath12k:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-atheros:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-bluetooth:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-bnx2:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-brcm:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-chelsio:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-dpaa2:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-i915:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-intel:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-iwlwifi:

  - Update to version 20250206 (git commit aaae2fb60f75):
    * iwlwifi: add Bz/gl FW for core93-123 release
    * iwlwifi: update ty/So/Ma firmwares for core93-123 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core93-82 release

++++ kernel-firmware-liquidio:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-marvell:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-media:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-mediatek:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-mellanox:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-mwifiex:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-network:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-nfp:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-nvidia:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-platform:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-prestera:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-qcom:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-qlogic:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-radeon:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-realtek:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-serial:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-sound:

  - Update to version 20250206 (git commit aaae2fb60f75):
    * ASoC: tas2781: Add dsp firmware for new projects

++++ kernel-firmware-ti:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-ueagle:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ kernel-firmware-usb-network:

  - Update to version 20250206 (git commit aaae2fb60f75):
    just a version bump without content changes for making the smooth
    repo transition

++++ gcc15:

  - Remove SPU-specific sections
    * SPU target was dropped upstream in GCC 10

++++ libcontainers-common:

  - fix shortnames.config by updating them from upstream

++++ dtc:

  - Update to 1.7.2:
    * pylibfdt: Don't emit warnings from swig generate C code
    * fdtoverlay: provide better error message for missing /__symbols__
    * pylibfdt/libfdt.i: Use SWIG_AppendOutput
    * Escape spaces in depfile with backslashes.
    * libfdt.h: whitespace consistency fixups
    * libfdt.h: typo and consistency fixes
  - Revert previous commit and use upstream fix for glibc 2.41:
    * ce1d858.patch

++++ selinux-policy:

  - Improve semodule stderr logging during install/update: Verbose logging
    will just confuse users and the policy will be rebuild later in the update
    process correctly, if there was an earlier error. These transient errors
    are only related to the order in which packages are installed.

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

  - net: Add control functions for irq suspension (jsc#PED-12085).
  - net: Add napi_struct parameter irq_suspend_timeout (jsc#PED-12085).
  - netdev-genl: Support setting per-NAPI config values (jsc#PED-12085).
  - netdev-genl: Dump gro_flush_timeout (jsc#PED-12085).
  - netdev-genl: Dump napi_defer_hard_irqs (jsc#PED-12085).
  - commit ab1d6a3
  - iommufd: Fix struct iommu_hwpt_pgfault init and padding
    (git-fixes).
  - commit c2fe2e2
  - iommufd/fault: Destroy response and mutex in
    iommufd_fault_destroy() (git-fixes).
  - commit 4f00cba
  - sched: sch_cake: add bounds checks to host bulk flow fairness
    counts (CVE-2025-21647 bsc#1236133).
  - commit 1c89f89
  - x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (jsc#PED-12062).
  - commit 744bcec
  - x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (jsc#PED-12062).
  - commit 069f91c
  - x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (jsc#PED-12062).
  - commit 9c6e214
  - x86/itmt: Use guard() for itmt_update_mutex (jsc#PED-12062).
  - commit c195153
  - x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (jsc#PED-12062).
  - commit 9dfc635

++++ kernel-firmware-all:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-amdgpu:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-ath10k:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-ath11k:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-ath12k:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-atheros:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-bluetooth:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-bnx2:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-brcm:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-chelsio:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-dpaa2:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-i915:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-intel:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-iwlwifi:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-liquidio:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-marvell:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-media:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-mediatek:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-mellanox:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-mwifiex:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-network:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-nfp:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-nvidia:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-platform:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-prestera:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-qcom:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-qlogic:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-radeon:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-realtek:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-serial:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-sound:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-ti:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-ueagle:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ kernel-firmware-usb-network:

  - Split to each indiviaul build for each topic (bsc#1236966):
    the uncompressed big kernel-firmware package is deprecated now
  - Update to version 20250205 (git commit 429bdd620eb1):
    * amdgpu: DMCUB update for DCN401
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath12k: QCN9274 hw2.0: update to WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: QCN9074 hw1.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: QCA6698AQ hw2.1: add to WLAN.HSP.1.1-04479-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
    * ath11k: QCA6698AQ hw2.1: add board-2.bin
    * ath11k: QCA6390 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: update to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.6
    * ath11k: QCA2066 hw2.1: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
    * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.7.0.1-02409-QCAHKSWPL_SILICONZ-1
    * copy-firmware: Fix 'No such file or directory' error.
    * ath11k: add device-specific firmware for QCM6490 boards
    * qca: add more WCN3950 1.3 NVM files
    * qca: add firmware for WCN3950 chips
    * qca: move QCA6390 firmware to separate section
    * qca: restore licence information for WCN399x firmware
    * amdgpu: DMCUB updates for various ASICs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
    * qcom:x1e80100: Support for Lenovo T14s G6 Qualcomm platform
  - Update aliases from 6.13

++++ gcc15:

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

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

++++ systemd:

  - triggers.systemd: convert posix.fork() and posix.exec() to rpm.execute() (bsc#1236741)
  - Update 0009-pid1-handle-console-specificities-weirdness-for-s390.patch to not
    warn when "conmode=" is not specified on s390x (bsc#1236725).

++++ libtasn1:

  - libtasn1 4.20.0:
    * Fix CVE-2024-12133: Potential DoS in handling of numerous
    SEQUENCE OF or SET OF elements (boo#1236878)
    * The release tarball is now reproducible
    * Update gnulib files and various build/maintenance fixes.
  - update upstream signing key

++++ wtmpdb:

  - Update to version 0.71.0+git20250206.608632a:
    * Fix expected output of wtmpdb_rotate() test
    * Make header usable from C++

++++ pam_pkcs11:

  - Update to 0.6.13
    * Added pkcs11-eventmgr systemd service unit.
    * Updated Russian translations for pam_pkcs11 (thx Max Kosmach      and Andrey Cherepanov).
    * Fixed possible authentication bypass (CVE-2025-24032):
    * Use signatures to verify authentication by default      (thx Frank Morgner).
    * Fixed possible authentication bypass (CVE-2025-24531):
    * Restoring the original card_only / wait_for_card behavior      (thx Matthias Gerstner, Frank Morgner).
    * Move pam_securetty.so upward in the example PAM config.
    * Set 'slot_num' configuration parameter to 0 by default     (thx Jpereyra316).
    * Print details about configuration parse errors (thx Jpereyra316).
    * Add Chinese (Simplified) translation.
    * Capitalize all PAM messages (thx Alynx Zhou).
    * Made pkcs11_make_hash_link support whitespaces in file names
    * Drop 0001-Set-slot_num-configuration-parameter-to-0-by-default.patch
    * Drop 0001-memory-leak-fixes.patch
    * Rebase pam_pkcs11-0.5.3-nss-conf.patch
    * Rebase pam_pkcs11-0.6.0-nss-autoconf.patch

++++ patterns-base:

  - Merge MicroOS and SL Micro base patterns into existing base
    patterns.

++++ 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)
    Remove patch:
    * 0001-Use-securejoin.SecureJoin-when-forming-userns-paths.patch
    Skopeo is not affected by the CVE-2024-9676, thus this patch is not necessary

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

++++ lvm2-device-mapper:

  - thin-provisioning-tools 1.1.0 requires device-mapper-devel, this creates a cycle (boo#1236749)
    * update lvm2.spec
  - remove build require dependency thin-provisioning-tools from devicemapper
  - remove thin-provisioning-tools related configure options from devicemapper
  - remove a trivial empty line in extra_opts if default_use_devices_file=1

++++ diffutils:

  - diffutils 3.11:
    * quote file names more consistently in diagnostics
    * diff now outputs more information when symbolic links differ
    * diff's --ignore-case (-i) and --ignore-file-name-case options
    now support multi-byte characters
    * diff now supports multi-byte characters when treating white
    space
    * In options like --expand-tabs (-t), --ignore-space-change (-b)
    and --ignore-tab-expansion (-E), diff now recognizes non-ASCII
    space characters and counts columns for non-ASCII characters.
    * cmp -bl no longer omits "M-" from bytes with the high bit set
    in single-byte locales like en_US.iso8859-1
    * cmp -i N and -n N no longer fail merely because N is enormous.
    * cmp -s no longer mishandles /proc files
    * diff -E no longer mishandles some input lines containing '\a',
    '\b', '\f', '\r', '\v', or '\0'.
    * diff -ly no longer mishandles non-ASCII input.
    * diff - A/B now works correctly when standard input is a
    directory, by reading a file named B in that directory.
    * diff no longer suffers from race conditions in some cases when
    comparing files in a mutating file system

++++ gsettings-desktop-schemas:

  - Replace cantarell-fonts Recommends with adwaita-fonts: follow
    upstreams change from 48.beta.

++++ kernel-default:

  - RDMA/mlx5: Fix link status down event for MPV (git-fixes)
  - commit 34e8f80
  - Documentation/powerpc/fadump: add additional parameter feature
    details (bsc#1236743 ltc#211409).
  - powerpc: increase MIN RMA size for CAS negotiation (bsc#1236743
    ltc#211409).
  - powerpc/fadump: fix additional param memory reservation for
    HASH MMU (bsc#1236743 ltc#211409).
  - powerpc: export MIN RMA size (bsc#1236743 ltc#211409).
  - commit dbac901
  - vsock: Keep the binding until socket destruction (git-fixes)
  - commit 5950ee8
  - vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CVE-2025-21666 bsc#1236680)
  - commit 55d1d4a
  - vsock: reset socket state when de-assigning the transport (git-fixes)
  - commit 383ac2c
  - vsock/virtio: cancel close work in the destructor (git-fixes)
  - commit 4252990
  - vsock/bpf: return early if transport is not assigned (CVE-2025-21670 bsc#1236685)
  - commit e7946d0
  - vsock/virtio: discard packets if the transport changes (CVE-2025-21669 bsc#1236683)
  - commit a36ac6c
  - Update config files: disable tomoyo lsm (jsc#PED-12020)
  - commit 08c6cff
  - net/mlx5: Clear port select structure when fail to create (bsc#1236694 CVE-2025-21675)
  - commit 7d1f9fd
  - mptcp: fix TCP options overflow. (bsc#1235914 CVE-2024-57882)
  - commit edaa080
  - net: defer final 'struct net' free in netns dismantle
    (CVE-2024-56658 bsc#1235441).
  - commit d1e2d42
  - Refresh
    patches.suse/powerpc-book3s64-hugetlb-Fix-disabling-hugetlb-when-fadump-is-active.patch.
  - commit 4cd4a3a

++++ lvm2:

  - thin-provisioning-tools 1.1.0 requires device-mapper-devel, this creates a cycle (boo#1236749)
    * update lvm2.spec
  - remove build require dependency thin-provisioning-tools from devicemapper
  - remove thin-provisioning-tools related configure options from devicemapper
  - remove a trivial empty line in extra_opts if default_use_devices_file=1

++++ python313-core:

  - Update to 3.13.2:
  - Tools/Demos
  - gh-128152: Fix a bug where Argument Clinic’s C
    pre-processor parser tried to parse pre-processor
    directives inside C comments. Patch by Erlend Aasland.
  - Tests
  - gh-127906: Test the limited C API in test_cppext. Patch by
    Victor Stinner.
  - gh-127637: Add tests for the dis command-line
    interface. Patch by Bénédikt Tran.
  - gh-126925: iOS test results are now streamed during test
    execution, and the deprecated xcresulttool is no longer
    used.
  - Security
  - 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. (CVE-2025-0938,
    bsc#1236705)
  - gh-127655: Fixed the
    asyncio.selector_events._SelectorSocketTransport
    transport not pausing writes for the protocol when
    the buffer reaches the high water mark when using
    asyncio.WriteTransport.writelines() (CVE-2024-12254,
    bsc#1234290).
  - gh-126108: Fix a possible NULL pointer dereference in
    PySys_AddWarnOptionUnicode().
  - 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.
  - Library
  - gh-129502: Unlikely errors in preparing arguments for
    ctypes callback are now handled in the same way as errors
    raised in the callback of in converting the result of
    the callback – using sys.unraisablehook() instead of
    sys.excepthook() and not setting sys.last_exc and other
    variables.
  - gh-129403: Corrected ValueError message for asyncio.Barrier
    and threading.Barrier.
  - gh-129409: Fix an integer overflow in the csv module when
    writing a data field larger than 2GB.
  - gh-118761: Improve import time of subprocess by lazy
    importing locale and signal. Patch by Taneli Hukkinen.
  - gh-129346: In sqlite3, handle out-of-memory when creating
    user-defined SQL functions.
  - gh-129061: Fix FORCE_COLOR and NO_COLOR when empty
    strings. Patch by Hugo van Kemenade.
  - gh-128550: Removed an incorrect optimization relating
    to eager tasks in asyncio.TaskGroup that resulted in
    cancellations being missed.
  - gh-128991: Release the enter frame reference within bdb
    callback
  - gh-128978: Fix a NameError in
    sysconfig.expand_makefile_vars(). Patch by Bénédikt Tran.
  - gh-128961: Fix a crash when setting state on an exhausted
    array.array iterator.
  - gh-128894: Fix
    traceback.TracebackException._format_syntax_error not to
    fail on exceptions with custom metadata.
  - gh-128916: Do not attempt to set SO_REUSEPORT on sockets of
    address families other than AF_INET and AF_INET6, as it is
    meaningless with these address families, and the call with
    fail with Linux kernel 6.12.9 and newer.
  - gh-128679: Fix tracemalloc.stop() race condition. Fix
    tracemalloc to support calling tracemalloc.stop() in
    one thread, while another thread is tracing memory
    allocations. Patch by Victor Stinner.
  - gh-128636: Fix PyREPL failure when os.environ is
    overwritten with an invalid value.
  - gh-128562: Fix possible conflicts in generated tkinter
    widget names if the widget class name ends with a digit.
  - gh-128498: Default to stdout isatty for color detection
    instead of stderr. Patch by Hugo van Kemenade.
  - gh-128552: Fix cyclic garbage introduced
    by asyncio.loop.create_task() and
    asyncio.TaskGroup.create_task() holding a reference to the
    created task if it is eager.
  - gh-128479: Fix asyncio.staggered.staggered_race() leaking
    tasks and issuing an unhandled exception.
  - gh-128400: Fix crash when using
    faulthandler.dump_traceback() while other threads are
    active on the free threaded build.
  - gh-88834: Unify the instance check for typing.Union and
    types.UnionType: Union now uses the instance checks against
    its parameters instead of the subclass checks.
  - gh-128302: Fix
    xml.dom.xmlbuilder.DOMEntityResolver.resolveEntity(), which
    was broken by the Python 3.0 transition.
  - gh-128302: Allow xml.dom.xmlbuilder.DOMParser.parse()
    to correctly handle xml.dom.xmlbuilder.DOMInputSource
    instances that only have a systemId attribute set.
  - gh-112064: Fix incorrect handling of negative read sizes in
    HTTPResponse.read. Patch by Yury Manushkin.
  - gh-58956: Fixed a frame reference leak in bdb.
  - gh-128131: Completely support random access of uncompressed
    unencrypted read-only zip files obtained by ZipFile.open.
  - gh-112328: enum.EnumDict can now be used without resorting
    to private API.
  - gh-127975: Avoid reusing quote types in ast.unparse() if
    not needed.
  - gh-128062: Revert the font of turtledemo’s menu bar to its
    default value and display the shortcut keys in the correct
    position.
  - gh-128014: Fix resetting the default window icon by passing
    default='' to the tkinter method wm_iconbitmap().
  - gh-115514: Fix exceptions and incomplete writes after
    asyncio._SelectorTransport is closed before writes are
    completed.
  - gh-41872: Fix quick extraction of module docstrings from
    a file in pydoc. It now supports docstrings with single
    quotes, escape sequences, raw string literals, and other
    Python syntax.
  - gh-127060: Set TERM environment variable to “dumb” to
    disable traceback colors in IDLE, since IDLE doesn’t
    understand ANSI escape sequences. Patch by Victor Stinner.
  - gh-126742: Fix support of localized error messages reported
    by dlerror(3) and gdbm_strerror in ctypes and dbm.gnu
    functions respectively. Patch by Bénédikt Tran.
  - gh-127873: When -E is set, only ignore PYTHON_COLORS
    and not FORCE_COLOR/NO_COLOR/TERM when colourising
    output. Patch by Hugo van Kemenade.
  - gh-127870: Detect recursive calls in ctypes _as_parameter_
    handling. Patch by Victor Stinner.
  - gh-127847: Fix the position when doing interleaved seeks
    and reads in uncompressed, unencrypted zip files returned
    by zipfile.ZipFile.open().
  - gh-127732: The platform module now correctly detects
    Windows Server 2025.
  - gh-126821: macOS and iOS apps can now choose to redirect
    stdout and stderr to the system log during interpreter
    configuration.
  - gh-93312: Include <sys/pidfd.h> to get os.PIDFD_NONBLOCK
    constant. Patch by Victor Stinner.
  - gh-83662: Add missing __class_getitem__ method to the
    Python implementation of functools.partial(), to make it
    compatible with the C version. This is mainly relevant for
    alternative Python implementations like PyPy and GraalPy,
    because CPython will usually use the C-implementation of
    that function.
  - gh-127586: multiprocessing.pool.Pool now properly restores
    blocked signal handlers of the parent thread when creating
    processes via either spawn or forkserver.
  - gh-98188: Fix an issue in
    email.message.Message.get_payload() where data cannot be
    decoded if the Content Transfer Encoding mechanism contains
    trailing whitespaces or additional junk text. Patch by Hui
    Liu.
  - gh-127257: In ssl, system call failures that OpenSSL
    reports using ERR_LIB_SYS are now raised as OSError.
  - gh-127096: Do not recreate unnamed section on every read in
    configparser.ConfigParser. Patch by Andrey Efremov.
  - gh-127196: Fix crash when dict with keys in invalid
    encoding were passed to several functions in _interpreters
    module.
  - gh-126775: Make linecache.checkcache() thread safe and GC
    re-entrancy safe.
  - gh-126332: Fix _pyrepl crash when entering a double CTRL-Z
    on an overflowing line.
  - gh-126225: getopt and optparse are no longer marked as
    deprecated. There are legitimate reasons to use one of
    these modules in preference to argparse, and none of these
    modules are at risk of being removed from the standard
    library. Of the three, argparse remains the recommended
    default choice, unless one of the concerns noted at the top
    of the optparse module documentation applies.
  - gh-125553: Fix round-trip invariance for backslash
    continuations in tokenize.untokenize().
  - gh-123987: Fixed issue in NamespaceReader where a non-path
    item in a namespace path, such as a sentinel added by an
    editable installer, would break resource loading.
  - gh-123401: The http.cookies module now supports parsing
    obsolete RFC 850 date formats, in accordance with RFC 9110
    requirements. Patch by Nano Zheng.
  - gh-122431: readline.append_history_file() now raises a
    ValueError when given a negative value.
  - gh-119257: Show tab completions menu below the current
    line, which results in less janky behaviour, and fixes a
    cursor movement bug. Patch by Daniel Hollas
  - Documentation
  - gh-125722: Require Sphinx 8.1.3 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-67206: Document that string.printable is not
    printable in the POSIX sense. In particular,
    string.printable.isprintable() returns False. Patch by
    Bénédikt Tran.
  - Core and Builtins
  - gh-129345: Fix null pointer dereference in syslog.openlog()
    when an audit hook raises an exception.
  - gh-129093: Fix f-strings such as f'{expr=}' sometimes not
    displaying the full expression when the expression contains
    !=.
  - gh-124363: Treat debug expressions in f-string as raw
    strings. Patch by Pablo Galindo
  - gh-128799: Add frame of except* to traceback when it wraps
    a naked exception.
  - gh-128078: Fix a SystemError when using anext() with a
    default tuple value. Patch by Bénédikt Tran.
  - gh-128717: Fix a crash when setting the recursion limit
    while other threads are active on the free threaded build.
  - gh-128330: Restore terminal control characters on REPL
    exit.
  - gh-128079: Fix a bug where except* does not properly check
    the return value of an ExceptionGroup’s split() function,
    leading to a crash in some cases. Now when split() returns
    an invalid object, except* raises a TypeError with the
    original raised ExceptionGroup object chained to it.
  - gh-128030: Avoid error from calling
    PyModule_GetFilenameObject on a non-module object when
    importing a non-existent symbol from a non-module object.
  - gh-127903: Objects/unicodeobject.c: fix a crash on DEBUG
    builds in _copy_characters when there is nothing to copy.
  - gh-127599: Fix statistics for increments of object
    reference counts (in particular, when a reference count was
    increased by more than 1 in a single operation).
  - gh-127651: When raising ImportError for missing symbols
    in from imports, use __file__ in the error message if
    __spec__.origin is not a location
  - gh-127582: Fix non-thread-safe object resurrection when
    calling finalizers and watcher callbacks in the free
    threading build.
  - gh-127434: The iOS compiler shims can now accept arguments
    with spaces.
  - gh-127536: Add missing locks around some list assignment
    operations in the free threading build.
  - gh-126862: Fix a possible overflow when a class inherits
    from an absurd number of super-classes. Reported by Valery
    Fedorenko. Patch by Bénédikt Tran.
  - gh-127349: Fixed the error when resizing terminal in Python
    REPL. Patch by Semyon Moroz.
  - gh-126076: Relocated objects such as tuple, bytes and
    str objects are properly tracked by tracemalloc and its
    associated hooks. Patch by Pablo Galindo.
  - C API
  - gh-127791: Fix loss of callbacks after more than one call
    to PyUnstable_AtExit().
  - Build
  - gh-129539: Don’t redefine EX_OK when the system has the
    sysexits.h header.
  - gh-128472: Skip BOLT optimization of functions using
    computed gotos, fixing errors on build with LLVM 19.
  - gh-123925: Fix building the curses module on platforms with
    libncurses but without libncursesw.
  - gh-128321: Set LIBS instead of LDFLAGS when checking if
    sqlite3 library functions are available. This fixes the
    ordering of linked libraries during checks, which was
    incorrect when using a statically linked libsqlite3.
  - gh-127865: Fix build failure on systems without
    thread-locals support.
  - Remove upstreamed patches:
  - CVE-2024-12254-unbound-mem-buffering-SelectorSocketTransport.writelines.patch
  - Add doc-py38-to-py36.patch to make documentation buildable on
    SLE with older Sphinx.

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

++++ python313:

  - Update to 3.13.2:
  - Tools/Demos
  - gh-128152: Fix a bug where Argument Clinic’s C
    pre-processor parser tried to parse pre-processor
    directives inside C comments. Patch by Erlend Aasland.
  - Tests
  - gh-127906: Test the limited C API in test_cppext. Patch by
    Victor Stinner.
  - gh-127637: Add tests for the dis command-line
    interface. Patch by Bénédikt Tran.
  - gh-126925: iOS test results are now streamed during test
    execution, and the deprecated xcresulttool is no longer
    used.
  - Security
  - 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. (CVE-2025-0938,
    bsc#1236705)
  - gh-127655: Fixed the
    asyncio.selector_events._SelectorSocketTransport
    transport not pausing writes for the protocol when
    the buffer reaches the high water mark when using
    asyncio.WriteTransport.writelines() (CVE-2024-12254,
    bsc#1234290).
  - gh-126108: Fix a possible NULL pointer dereference in
    PySys_AddWarnOptionUnicode().
  - 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.
  - Library
  - gh-129502: Unlikely errors in preparing arguments for
    ctypes callback are now handled in the same way as errors
    raised in the callback of in converting the result of
    the callback – using sys.unraisablehook() instead of
    sys.excepthook() and not setting sys.last_exc and other
    variables.
  - gh-129403: Corrected ValueError message for asyncio.Barrier
    and threading.Barrier.
  - gh-129409: Fix an integer overflow in the csv module when
    writing a data field larger than 2GB.
  - gh-118761: Improve import time of subprocess by lazy
    importing locale and signal. Patch by Taneli Hukkinen.
  - gh-129346: In sqlite3, handle out-of-memory when creating
    user-defined SQL functions.
  - gh-129061: Fix FORCE_COLOR and NO_COLOR when empty
    strings. Patch by Hugo van Kemenade.
  - gh-128550: Removed an incorrect optimization relating
    to eager tasks in asyncio.TaskGroup that resulted in
    cancellations being missed.
  - gh-128991: Release the enter frame reference within bdb
    callback
  - gh-128978: Fix a NameError in
    sysconfig.expand_makefile_vars(). Patch by Bénédikt Tran.
  - gh-128961: Fix a crash when setting state on an exhausted
    array.array iterator.
  - gh-128894: Fix
    traceback.TracebackException._format_syntax_error not to
    fail on exceptions with custom metadata.
  - gh-128916: Do not attempt to set SO_REUSEPORT on sockets of
    address families other than AF_INET and AF_INET6, as it is
    meaningless with these address families, and the call with
    fail with Linux kernel 6.12.9 and newer.
  - gh-128679: Fix tracemalloc.stop() race condition. Fix
    tracemalloc to support calling tracemalloc.stop() in
    one thread, while another thread is tracing memory
    allocations. Patch by Victor Stinner.
  - gh-128636: Fix PyREPL failure when os.environ is
    overwritten with an invalid value.
  - gh-128562: Fix possible conflicts in generated tkinter
    widget names if the widget class name ends with a digit.
  - gh-128498: Default to stdout isatty for color detection
    instead of stderr. Patch by Hugo van Kemenade.
  - gh-128552: Fix cyclic garbage introduced
    by asyncio.loop.create_task() and
    asyncio.TaskGroup.create_task() holding a reference to the
    created task if it is eager.
  - gh-128479: Fix asyncio.staggered.staggered_race() leaking
    tasks and issuing an unhandled exception.
  - gh-128400: Fix crash when using
    faulthandler.dump_traceback() while other threads are
    active on the free threaded build.
  - gh-88834: Unify the instance check for typing.Union and
    types.UnionType: Union now uses the instance checks against
    its parameters instead of the subclass checks.
  - gh-128302: Fix
    xml.dom.xmlbuilder.DOMEntityResolver.resolveEntity(), which
    was broken by the Python 3.0 transition.
  - gh-128302: Allow xml.dom.xmlbuilder.DOMParser.parse()
    to correctly handle xml.dom.xmlbuilder.DOMInputSource
    instances that only have a systemId attribute set.
  - gh-112064: Fix incorrect handling of negative read sizes in
    HTTPResponse.read. Patch by Yury Manushkin.
  - gh-58956: Fixed a frame reference leak in bdb.
  - gh-128131: Completely support random access of uncompressed
    unencrypted read-only zip files obtained by ZipFile.open.
  - gh-112328: enum.EnumDict can now be used without resorting
    to private API.
  - gh-127975: Avoid reusing quote types in ast.unparse() if
    not needed.
  - gh-128062: Revert the font of turtledemo’s menu bar to its
    default value and display the shortcut keys in the correct
    position.
  - gh-128014: Fix resetting the default window icon by passing
    default='' to the tkinter method wm_iconbitmap().
  - gh-115514: Fix exceptions and incomplete writes after
    asyncio._SelectorTransport is closed before writes are
    completed.
  - gh-41872: Fix quick extraction of module docstrings from
    a file in pydoc. It now supports docstrings with single
    quotes, escape sequences, raw string literals, and other
    Python syntax.
  - gh-127060: Set TERM environment variable to “dumb” to
    disable traceback colors in IDLE, since IDLE doesn’t
    understand ANSI escape sequences. Patch by Victor Stinner.
  - gh-126742: Fix support of localized error messages reported
    by dlerror(3) and gdbm_strerror in ctypes and dbm.gnu
    functions respectively. Patch by Bénédikt Tran.
  - gh-127873: When -E is set, only ignore PYTHON_COLORS
    and not FORCE_COLOR/NO_COLOR/TERM when colourising
    output. Patch by Hugo van Kemenade.
  - gh-127870: Detect recursive calls in ctypes _as_parameter_
    handling. Patch by Victor Stinner.
  - gh-127847: Fix the position when doing interleaved seeks
    and reads in uncompressed, unencrypted zip files returned
    by zipfile.ZipFile.open().
  - gh-127732: The platform module now correctly detects
    Windows Server 2025.
  - gh-126821: macOS and iOS apps can now choose to redirect
    stdout and stderr to the system log during interpreter
    configuration.
  - gh-93312: Include <sys/pidfd.h> to get os.PIDFD_NONBLOCK
    constant. Patch by Victor Stinner.
  - gh-83662: Add missing __class_getitem__ method to the
    Python implementation of functools.partial(), to make it
    compatible with the C version. This is mainly relevant for
    alternative Python implementations like PyPy and GraalPy,
    because CPython will usually use the C-implementation of
    that function.
  - gh-127586: multiprocessing.pool.Pool now properly restores
    blocked signal handlers of the parent thread when creating
    processes via either spawn or forkserver.
  - gh-98188: Fix an issue in
    email.message.Message.get_payload() where data cannot be
    decoded if the Content Transfer Encoding mechanism contains
    trailing whitespaces or additional junk text. Patch by Hui
    Liu.
  - gh-127257: In ssl, system call failures that OpenSSL
    reports using ERR_LIB_SYS are now raised as OSError.
  - gh-127096: Do not recreate unnamed section on every read in
    configparser.ConfigParser. Patch by Andrey Efremov.
  - gh-127196: Fix crash when dict with keys in invalid
    encoding were passed to several functions in _interpreters
    module.
  - gh-126775: Make linecache.checkcache() thread safe and GC
    re-entrancy safe.
  - gh-126332: Fix _pyrepl crash when entering a double CTRL-Z
    on an overflowing line.
  - gh-126225: getopt and optparse are no longer marked as
    deprecated. There are legitimate reasons to use one of
    these modules in preference to argparse, and none of these
    modules are at risk of being removed from the standard
    library. Of the three, argparse remains the recommended
    default choice, unless one of the concerns noted at the top
    of the optparse module documentation applies.
  - gh-125553: Fix round-trip invariance for backslash
    continuations in tokenize.untokenize().
  - gh-123987: Fixed issue in NamespaceReader where a non-path
    item in a namespace path, such as a sentinel added by an
    editable installer, would break resource loading.
  - gh-123401: The http.cookies module now supports parsing
    obsolete RFC 850 date formats, in accordance with RFC 9110
    requirements. Patch by Nano Zheng.
  - gh-122431: readline.append_history_file() now raises a
    ValueError when given a negative value.
  - gh-119257: Show tab completions menu below the current
    line, which results in less janky behaviour, and fixes a
    cursor movement bug. Patch by Daniel Hollas
  - Documentation
  - gh-125722: Require Sphinx 8.1.3 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-67206: Document that string.printable is not
    printable in the POSIX sense. In particular,
    string.printable.isprintable() returns False. Patch by
    Bénédikt Tran.
  - Core and Builtins
  - gh-129345: Fix null pointer dereference in syslog.openlog()
    when an audit hook raises an exception.
  - gh-129093: Fix f-strings such as f'{expr=}' sometimes not
    displaying the full expression when the expression contains
    !=.
  - gh-124363: Treat debug expressions in f-string as raw
    strings. Patch by Pablo Galindo
  - gh-128799: Add frame of except* to traceback when it wraps
    a naked exception.
  - gh-128078: Fix a SystemError when using anext() with a
    default tuple value. Patch by Bénédikt Tran.
  - gh-128717: Fix a crash when setting the recursion limit
    while other threads are active on the free threaded build.
  - gh-128330: Restore terminal control characters on REPL
    exit.
  - gh-128079: Fix a bug where except* does not properly check
    the return value of an ExceptionGroup’s split() function,
    leading to a crash in some cases. Now when split() returns
    an invalid object, except* raises a TypeError with the
    original raised ExceptionGroup object chained to it.
  - gh-128030: Avoid error from calling
    PyModule_GetFilenameObject on a non-module object when
    importing a non-existent symbol from a non-module object.
  - gh-127903: Objects/unicodeobject.c: fix a crash on DEBUG
    builds in _copy_characters when there is nothing to copy.
  - gh-127599: Fix statistics for increments of object
    reference counts (in particular, when a reference count was
    increased by more than 1 in a single operation).
  - gh-127651: When raising ImportError for missing symbols
    in from imports, use __file__ in the error message if
    __spec__.origin is not a location
  - gh-127582: Fix non-thread-safe object resurrection when
    calling finalizers and watcher callbacks in the free
    threading build.
  - gh-127434: The iOS compiler shims can now accept arguments
    with spaces.
  - gh-127536: Add missing locks around some list assignment
    operations in the free threading build.
  - gh-126862: Fix a possible overflow when a class inherits
    from an absurd number of super-classes. Reported by Valery
    Fedorenko. Patch by Bénédikt Tran.
  - gh-127349: Fixed the error when resizing terminal in Python
    REPL. Patch by Semyon Moroz.
  - gh-126076: Relocated objects such as tuple, bytes and
    str objects are properly tracked by tracemalloc and its
    associated hooks. Patch by Pablo Galindo.
  - C API
  - gh-127791: Fix loss of callbacks after more than one call
    to PyUnstable_AtExit().
  - Build
  - gh-129539: Don’t redefine EX_OK when the system has the
    sysexits.h header.
  - gh-128472: Skip BOLT optimization of functions using
    computed gotos, fixing errors on build with LLVM 19.
  - gh-123925: Fix building the curses module on platforms with
    libncurses but without libncursesw.
  - gh-128321: Set LIBS instead of LDFLAGS when checking if
    sqlite3 library functions are available. This fixes the
    ordering of linked libraries during checks, which was
    incorrect when using a statically linked libsqlite3.
  - gh-127865: Fix build failure on systems without
    thread-locals support.
  - Remove upstreamed patches:
  - CVE-2024-12254-unbound-mem-buffering-SelectorSocketTransport.writelines.patch
  - Add doc-py38-to-py36.patch to make documentation buildable on
    SLE with older Sphinx.

++++ python-gobject:

  - Update to version 3.51.0:
    + Use `girepository` 2.0 for GIR mappings.
    + Use Python's vectorcall protocol internally.
    + Improved API for asyncio.
    + Deprecation: The pygtkcompat module now throws an exception
    when imported.
    + Method signatures are exposed from PyGObject now.
    + Convenience API for Gdk.RGBA got GDK 4, similar to GDK 3.
    + Use standard `enum` module for enums and flags in PyGObject.
    + Added an option to skip automatic initialization of GTK and
    GDK.
    + Fixed iterator protocol implementation for properties.
    + Various code and documentation improvements.

++++ qemu:

  - Fix bsc#1235709:
    * target/s390x: Fix MVC not always invalidating translation blocks

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

++++ checkpolicy:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

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

++++ crypto-policies:

  - Update to version 20250124.4d262e7: [bsc#1239009, bsc#1236165]
    * openssl: stricter enabling of Ciphersuites
    * openssl: make use of -CBC and -AESGCM keywords
    * openssl: add TLS 1.3 Brainpool identifiers
    * fix warning on using experimental key_exchanges
    * update-crypto-policies: don't output FIPS warning in fips mode
    * openssh: map mlkem768x25519-sha256 to KEM-ECDH & MLKEM768-X25519 & SHA2-256
    * openssh, libssh: refactor kx maps to use tuples
    * alg_lists: mark MLKEM768/SNTRUP kex experimental
    * nss: revert enabling mlkem768secp256r1
    * nss: add mlkem768x25519 and mlkem768secp256r1, remove xyber
    * gnutls: add GROUP-X25519-MLKEM768 and GROUP-SECP256R1-MLKEM768
    * openssl: use both names for SecP256r1MLKEM768 / X25519MLKEM768
    * openssh, TEST-PQ: rename MLKEM key_exchange to MLKEM768
    * openssh: add support for sntrup761x25519-sha512 and mlkem768x25519-sha256
    * openssl: map NULL to TLS_SHA256_SHA256:TLS_SHA384_SHA384...
    * python/update-crypto-policies: pacify pylint
    * fips-mode-setup: tolerate fips dracut module presence w/o FIPS
    * fips-mode-setup: small Argon2 detection fix
    * SHA1: add __openssl_block_sha1_signatures = 0
    * fips-mode-setup: block if LUKS devices using Argon2 are detected
    * update-crypto-policies: skip warning on --set=FIPS if bootc
    * fips-setup-helper: skip warning, BTW
    * fips-mode-setup: force --no-bootcfg when UKI is detected
    * fips-setup-helper: add a libexec helper for anaconda
    * fips-crypto-policy-overlay: automount FIPS policy
    * openssh: make dss no longer enableble, support is dropped
    * gnutls: wire GROUP-X25519-KYBER768 to X25519-KYBER768
    * DEFAULT: switch to rh-allow-sha1-signatures = no...
    * java: drop unused javasystem backend
    * java: stop specifying jdk.tls.namedGroups in javasystem
    * ec_min_size: introduce and use in java, default to 256
    * java: use and include jdk.disabled.namedCurves
    * BSI: Update BSI policy for new 2024 minimum recommendations
    * fips-mode-setup: flashy ticking warning upon use
    * fips-mode-setup: add another scary "unsupported"
    * CONTRIBUTING.md: add a small section on updating policies
    * CONTRIBUTING.md: remove trailing punctuation from headers
    * BSI: switch to 3072 minimum RSA key size
    * java: make hash, mac and sign more orthogonal
    * java: specify jdk.tls.namedGroups system property
    * java: respect more key size restrictions
    * java: disable anon ciphersuites, tying them to NULL...
    * java: start controlling / disable DTLSv1.0
    * nss: wire KYBER768 to XYBER768D00
    * nss: unconditionally load p11-kit-proxy.so
    * gnutls: make DTLS0.9 controllable again
    * gnutls: retire GNUTLS_NO_TLS_SESSION_HASH
    * openssh: remove OPENSSH_MIN_RSA_SIZE / OPENSSH_MIN_RSA_SIZE_FORCE
    * gnutls: remove extraneous newline
    * sequoia: move away from subprocess.getstatusoutput
    * python/cryptopolicies/cryptopolicies.py: add trailing commas
    * python, tests: rename MalformedLine to MalformedLineError
    * Makefile: introduce SKIP_LINTING flag for packagers to use
    * Makefile: run ruff
    * tests: use pathlib
    * tests: run(check=True) + CalledProcessError where convenient
    * tests: use subprocess.run
    * tests/krb5.py: check all generated policies
    * tests: print to stderr on error paths
    * tests/nss.py: also use encoding='utf-8'
    * tests/nss.py: also use removesuffix
    * tests/nss.py: skip creating tempfiles
    * tests/java.pl -> tests/java.py
    * tests/gnutls.pl -> tests/gnutls.py
    * tests/openssl.pl -> tests/openssl.py
    * tests/verify-output.pl: remove
    * libreswan: do not use up pfs= / ikev2= keywords for default behaviour
    * Rebase patches:
  - crypto-policies-no-build-manpages.patch
  - crypto-policies-policygenerators.patch
  - crypto-policies-supported.patch
  - crypto-policies-nss.patch

++++ 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)

++++ gsettings-desktop-schemas:

  - Update to version 48.beta:
    + Switch to Adwaita Fonts
    + Split data recording and limits in time limits schema
    + Set more useful defaults on stylus buttons
    + Updated translations.

++++ kernel-default:

  - mm/compaction: fix UBSAN shift-out-of-bounds warning (git fixes
    (mm/compaction)).
  - commit 42344d4
  - mm: don't try THP alignment for FS without get_unmapped_area
    (bsc#1236648).
  - commit 95593b1
  - mm: respect mmap hint address when aligning for THP
    (bsc#1236648).
  - commit 1ea50ed
  - mm: remove unnecessary page_table_lock on stack expansion
    (bsc#1236648).
  - commit 6f2730b
  - mm: remove misleading 'unlikely' hint in
    vms_gather_munmap_vmas() (bsc#1236648).
  - commit 5eed911
  - mm: correct typo in MMAP_STATE() macro (bsc#1236648).
  - vma: detect infinite loop in vma tree (bsc#1236648).
  - commit f1dbf1d
  - Update
    patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch
    (git-fixes bsc#1224049).
  - commit b40b27f
  - xfs: Add error handling for xfs_reflink_cancel_cow_range
    (git-fixes).
  - commit b508427
  - xfs: Propagate errors from xfs_reflink_cancel_cow_range in
    xfs_dax_write_iomap_end (git-fixes).
  - commit e231dcf
  - xfs: don't call remap_verify_area with sb write protection held
    (git-fixes).
  - commit b243b98
  - r8169: enable SG/TSO on selected chip versions per default
    (bsc#1235874).
  - commit 2795291
  - tools: ynl: c: correct reverse decode of empty attrs
    (git-fixes).
  - 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).
  - pfcp: Destroy device along with udp socket's netns dismantle
    (CVE-2025-21677 bsc#1236697).
  - 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).
  - eth: bnxt: always recalculate features after XDP clearing,
    fix null-deref (CVE-2025-21682 bsc#1236703).
  - commit 7d6efad
  - Update config files: Switch to CONFIG_PREEMPT_RT
  - commit af14e50
  - selftests/bpf: validate that tail call invalidates packet
    pointers (git-fixes).
  - bpf: consider that tail calls invalidate packet pointers
    (git-fixes).
  - bpf: refactor bpf_helper_changes_pkt_data to use helper number
    (git-fixes).
  - bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
    (git-fixes).
  - bpf: Zero index arg error string for dynptr and iter
    (git-fixes).
  - selftests/bpf: Add tests for iter arg check (git-fixes).
  - bpf: Ensure reg is PTR_TO_STACK in process_iter_arg (git-fixes).
  - bpftool: fix potential NULL pointer dereferencing in prog_dump()
    (git-fixes).
  - bpf: put bpf_link's program when link is safe to be deallocated
    (git-fixes).
  - selftests/bpf: Add push/pop checking for msg_verify_data in
    test_sockmap (git-fixes).
  - selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap
    (git-fixes).
  - selftests/bpf: Fix SENDPAGE data logic in test_sockmap
    (git-fixes).
  - selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
    (git-fixes).
  - selftests/bpf: Fix txmsg_redir of test_txmsg_pull in
    test_sockmap (git-fixes).
  - selftests/bpf: Fix msg_verify_data in test_sockmap (git-fixes).
  - selftests/bpf: add missing header include for htons (git-fixes).
  - bpf: Add kernel symbol for struct_ops trampoline (git-fixes).
  - bpf: Use function pointers count as struct_ops links count
    (git-fixes).
  - selftests/bpf: skip the timer_lockup test for single-CPU nodes
    (git-fixes).
  - selftests/bpf: Test the update operations for htab of maps
    (git-fixes).
  - selftests/bpf: Move ENOTSUPP from bpf_util.h (git-fixes).
  - bpf: Call free_htab_elem() after htab_unlock_bucket()
    (git-fixes).
  - selftests/bpf: Add kprobe session verifier test for return value
    (git-fixes).
  - bpf: Allow return values 0 and 1 for kprobe session (git-fixes).
  - selftests/bpf: Clean up open-coded gettid syscall invocations
    (git-fixes).
  - selftests/bpf: Add tests for tail calls with locks and refs
    (git-fixes).
  - bpf: Unify resource leak checks (git-fixes).
  - bpf: Tighten tail call checks for lingering locks, RCU,
    preempt_disable (git-fixes).
  - bpf, bpftool: Fix incorrect disasm pc (git-fixes).
  - libbpf: move global data mmap()'ing into bpf_object__load()
    (git-fixes).
  - selftests/bpf: fix test_spin_lock_fail.c's global vars usage
    (git-fixes).
  - selftests/bpf: Add test to verify tailcall and freplace
    restrictions (git-fixes).
  - bpf: Prevent tailcall infinite loop caused by freplace
    (git-fixes).
  - libbpf: never interpret subprogs in .text as entry programs
    (git-fixes).
  - samples/bpf: Fix a resource leak (git-fixes).
  - libbpf: fix sym_is_subprog() logic for weak global subprogs
    (git-fixes).
  - selftests/bpf: Fix backtrace printing for selftests crashes
    (git-fixes).
  - bpf: Fix the xdp_adjust_tail sample prog issue (git-fixes).
  - selftests: bpf: Add missing per-arch include path (git-fixes).
  - libbpf: Add missing per-arch include path (git-fixes).
  - libbpf: Fix output .symtab byte-order during linking
    (git-fixes).
  - selftests/bpf: Fix uprobe_multi compilation error (git-fixes).
  - libbpf: Fix expected_attach_type set handling in program load
    callback (git-fixes).
  - commit 9b2dc81

++++ dtc:

  - Mark assembler output as noexecstack

++++ libseccomp:

  - add 62-sim-arch_transactions-remove-fuzzer.patch to fix s390x build
    (https://github.com/seccomp/libseccomp/issues/455)

++++ libselinux:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * libselinux: deprecate security_disable(3)
    * libselinux/utils: introduce selabel_compare
    * improved selabel_lookup performance
    * libselinux: support parallel usage of selabel_lookup(3)
    * Improved man pages
    * Always build for LFS mode on 32-bit archs.
    * Binary fcontext files format changed, files using old format are ignored
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - Drop libselinux-set-free-d-data-to-NULL.patch: included upstream
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ libsemanage:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * libsemanage: Preserve file context and ownership in policy store
    * libsemanage: Optionally allow duplicate declarations
    * Improved man pages
    * libsemanage: Mute error messages from selinux_restorecon introduced in 3.8-rc1
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ libsepol:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * libsepol: Support nlmsg extended permissions
    * libsepol: Add policy capability netlink_xperm
    * libsepol: add support for xperms in conditional policies
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ libssh:

  - Do not Require cmake from the devel package: there is no
    requirement that consumers would be using cmake.
  - Own %{_libdir}/cmake to not leave traces when uninstalling the
    package and being the only one left installing files to that
    directory.

++++ systemd:

  - Move systemd-userwork from the experimental sub-package to the main package (bsc#1236643)
    It is likely an oversight from when systemd-userdb was migrated from the
    experimental package to the main one.

++++ libxkbcommon:

  - Update to release 1.8
    * `NoSymbol` is now systematically dropped in multi-keysyms
    levels.
    * Added the upper case mapping ß → ẞ (`ssharp` → `U1E9E`). This
    enable to type ẞ using CapsLock thanks to the internal
    capitalization rules.
    * Updated keysyms case mappings to cover full Unicode 16.0.
    * Implemented the `GroupLatch` action, usually activated with
    the keysym `ISO_Group_Latch`.
    * Symbols: Added support for multiple actions per levels.

++++ 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.

++++ openSUSE-repos-LeapMicro:

  - Fix build with RPM 4.20: the construct %else ifarch … was never
    valid; anything behing 'else' was simply ignored and now leads to
    an error.

++++ policycoreutils:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * policycoreutils: introduce unsetfiles
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - Update make_targets.patch
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ python-configobj:

  - Update to 5.0.9
    * Drop support for Python 2 and <3.7
    * Fix CVE-2023-26112, ReDoS attack
  - Drop CVE-2023-26112.patch, merged upstream
  - Drop remove_six.patch, fixed upstream

++++ python313-pyparsing:

  - update to 3.2.1:
    * Updated generated railroad diagrams to make non-terminal
    elements links to their related sub-diagrams. This _greatly_
    improves navigation of the diagram, especially for
    large, complex parsers.
    * Simplified railroad diagrams emitted for parsers using
    `infix_notation`, by hiding lookahead terms. Renamed
    internally generated expressions for clarity, and improved
    diagramming.
    * Improved performance of `cpp_style_comment`,
    `c_style_comment`, `common.fnumber`
    and `common.ieee_float` Regex expressions.
    * Add missing type annotations to `match_only_at_col`,
    `replace_with`, `remove_quotes`, `with_attribute`, and
    `with_class`. Issue #585 reported by rafrafrek.

++++ libselinux-bindings:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * libselinux: deprecate security_disable(3)
    * libselinux/utils: introduce selabel_compare
    * improved selabel_lookup performance
    * libselinux: support parallel usage of selabel_lookup(3)
    * Improved man pages
    * Always build for LFS mode on 32-bit archs.
    * Binary fcontext files format changed, files using old format are ignored
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - Drop 1231587-build-libselinux-with-swig-4.3.0.patch: fixed upstream
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ python-semanage:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * libsemanage: Preserve file context and ownership in policy store
    * libsemanage: Optionally allow duplicate declarations
    * Improved man pages
    * libsemanage: Mute error messages from selinux_restorecon introduced in 3.8-rc1
    * Code improvements and bug fixes
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - Drop 1231587-build-libsemanage-with-swig-4.3.0.patch: fixed upstream
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ restorecond:

  - Update to version 3.8
    https://github.com/SELinuxProject/selinux/releases/tag/3.8
    * No functional change
  - For a more in depth list of changes see
    https://github.com/SELinuxProject/selinux/releases/download/3.8/shortlog-3.8.txt
  - Drop 1231512-Set-GLib-IO-channels-to-binary-mode.patch: included upstream
  - Drop 1231512-Set-GLib-IO-channels-to-nonblocking.patch: included upstream
  - keyring: Update Petr Lautrbach <lautrbach@redhat.com>
    * removed 0xBC3905F235179CF1 (expired: 2024-10-25)
    * added 0xFB4C685B5DC1C13E (expires: 2026-11-04)

++++ tuned:

  - Add LIBEXECDIR=%{_prefix}/lib to adopt libexecdir and remove
    the sed hack in spec due to mainline git 410344b8dbc64bada45be
  - Update to version 2.25.1.0+git.889387b:
    * new release (2.25.1)
    * disk: Add missing remove parameter
    * plugins: Add missing instance parameters
    * Makefile: Add support for installation to custom $LIBEXECDIR
    * new release (2.25.0)
    * plugin_scheduler: add switch to disable processing of kthreads
    * sap-hana: Set transparent_hugepages to madvise
    * bootloader: export Grub variables to make them available in submenus
    * functions: Create a new parser object for each string expansion
    * utils: Rename `PluginLoader` to `ClassLoader`
    * plugin_net: handle cqe-mode-rx ethtool option
    * profiles: Correct CPU governor settings
    * utils.commands: Fix CPU online detection when not present
    * new release (2.25.0-rc.1)
    * docs: fixed docs generation on centos-7
    * plugin_scheduler: fixed API
    * plugin_scheduler: make perf support optional
    * plugin_net: added support for hotplug and rename
    * scheduler: Postpone cgroup blacklist check and double-check after fail
    * makefile: added support for installation to custom $BINDIR/$SBINDIR
    * tuned-ppd: Do not always clear holds with TuneD profile change signal
    * tuned-ppd: Check that TuneD profile change signal is relevant
    * doc: enable documentation generation on RHEL with asciidoc
    * scheduler: Log process info when its affinity cannot be changed

------------------------------------------------------------------
------------------  2025-2-3  -  Feb 3 2025  -------------------
------------------------------------------------------------------

++++ fwupd:

  - Update to version 2.0.5:
    + This release adds the following features:
  - Allow emulating devices reading EFI keys
  - Allow skipping device tests by CPU architecture
    + This release fixes the following bugs:
  - Cleanup Dell kestrel devices when disconnected
  - Correctly build binary EFI_SIGNATURE_LIST objects
  - Do not allow dbx updates when no ESP was found
  - Ignore BootXXXX entries that do not exist when checking the dbx
  - Ignore EFI binaries that are zero-sized, or not well formed
  - Inhibit dbx updates if snapd is not available when using Ubuntu-style FDE
  - Only match the device checksum if the protocol matches
  - Raise authentication requirements for emulation-load
  - Request to upload failed reports for install/downgrade too
  - Use the kernel architecture when building the dbx instance ID
  - Write sbatlevel to PE/COFF files correctly
    + This release adds support for the following hardware:
  - More ELAN Fingerprint readers
  - Star Labs StarLite Magnetic Keyboard

++++ gtk3:

  - Fix %filetriggerpostun for icon cache: ensure the icons that have
    just been removed are also cleared from the cache. We can't
    shortcut on upgrades, even though this would be nice. In context
    of RPM 4.20 this started breaking (boo#1236740).

++++ kernel-default:

  - NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (git-fixes).
  - commit 29678bd
  - NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (git-fixes).
  - commit d5313f5
  - nfs: fix incorrect error handling in LOCALIO (git-fixes).
  - commit 9daaf72
  - Revert "SUNRPC: Reduce thread wake-up rate when receiving
    large RPC messages" (git-fixes).
  - commit 39ec528
  - NFSD: Insulate nfsd4_encode_read_plus_data() from page
    boundaries in the encode buffer (git-fixes).
  - commit ffa4780
  - NFSD: Insulate nfsd4_encode_read_plus() from page boundaries
    in the encode buffer (git-fixes).
  - commit fd89a72
  - NFSD: Insulate nfsd4_encode_read() from page boundaries in
    the encode buffer (git-fixes).
  - commit a5474b1
  - NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (git-fixes).
  - commit 744c03a
  - nfsd: fix legacy client tracking initialization (git-fixes).
  - commit b058f86
  - net: inet6: do not leave a dangling sk pointer in inet6_create()
    (CVE-2024-56600 bsc#1235217).
  - commit 001ffac
  - printk: Defer legacy printing when holding printk_cpu_sync
    (bsc#1236733).
  - commit 35fb637
  - iomap: avoid avoid truncating 64-bit offset to 32 bits
    (git-fixes).
  - commit dcd6fd5
  - iomap: pass byte granular end position to iomap_add_to_ioend
    (git-fixes).
  - commit 3e58ba8
  - cachefiles: Parse the "secctx" immediately (git-fixes).
  - commit d3745ec
  - dlm: fix srcu_read_lock() return type to int (git-fixes).
  - commit befab55
  - dlm: fix removal of rsb struct that is master and dir record
    (git-fixes).
  - commit 0dc790e
  - xfs: check for dead buffers in xfs_buf_find_insert (git-fixes).
  - commit 518b962
  - xfs: fix a double completion for buffers on in-memory targets
    (git-fixes).
  - commit 230cef5
  - xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
    (git-fixes).
  - commit e30e5c1
  - Update config files: remove XEN PV support and kernel side PV device
    backends (jsc#PED-11779)
  - commit 31e5715
  - arm64: dts: marvell: cn9131-cf-solidwan: fix cp1 comphy links (git-fixes)
  - commit c3b3ad4
  - arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma (git-fixes)
  - commit 040d5bd
  - arm64: dts: rockchip: fix num-channels property of wolfvision pf5 mic (git-fixes)
  - commit 80bffba
  - arm64: dts: rockchip: Fix PCIe3 handling for Edgeble-6TOPS Modules (git-fixes)
  - commit 6eeb73e
  - arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boards (git-fixes)
  - commit 0f4955c
  - arm64: tegra: Fix Tegra234 PCIe interrupt-map (git-fixes)
  - commit 17b2e93
  - arm64: tegra: Disable Tegra234 sce-fabric node (git-fixes)
  - commit 5fbc68f
  - arm64: tegra: Fix typo in Tegra234 dce-fabric compatible (git-fixes)
  - commit b60c09f
  - xfs: don't shut down the filesystem for media failures beyond
    end of log (git-fixes).
  - commit b3253c4
  - arm64: tegra: Fix DMA ID for SPI2 (git-fixes)
  - commit ed27827
  - gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
    (git-fixes).
  - commit 2bdb106
  - arm64: dts: rockchip: Fix Turing RK1 PCIe3 hang (git-fixes)
  - commit 6545f4a
  - arm64: dts: rockchip: Split up RK3588's PCIe pinctrls (git-fixes)
  - commit ee6c1d3
  - arm64/mm: Override PARange for !LPA2 and use it consistently (git-fixes)
  - commit 46430f7
  - arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabled (git-fixes)
  - commit 1e5b33c
  - arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented (git-fixes)
  - commit 6644a3b
  - arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu() (git-fixes)
  - commit ee0c3e4
  - arm64: stacktrace: Don't WARN when unwinding other tasks (git-fixes)
  - commit c1b5cbf
  - nvme: fix bogus kzalloc() return check in
    nvme_init_effects_log() (git-fixes).
  - commit d42e4b8
  - USB: serial: option: add Neoway N723-EA support (git-fixes).
  - commit e972bca
  - USB: serial: option: add MeiG Smart SRM815 (git-fixes).
  - commit 77f7a0f
  - USB: serial: cp210x: add Phoenix Contact UPS Device (git-fixes).
  - commit f332140
  - usb-storage: Add max sectors quirk for Nokia 208 (git-fixes).
  - commit 0ad9095
  - 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 7f10443
  - usbnet: ipheth: fix DPE OoB read (git-fixes).
  - commit b2a02b8
  - usbnet: ipheth: break up NCM header size computation
    (git-fixes).
  - commit 7a83cc0
  - usbnet: ipheth: refactor NCM datagram loop (git-fixes).
  - commit 095ff33
  - scsi: storvsc: Ratelimit warning logs to prevent VM denial of
    service (git-fixes).
  - scsi: storvsc: Don't assume cpu_possible_mask is dense
    (git-fixes).
  - hyperv: Do not overlap the hvcall IO areas in
    hv_vtl_apicid_to_vp_id() (git-fixes).
  - hyperv: Do not overlap the hvcall IO areas in get_vtl()
    (git-fixes).
  - hyperv: Enable the hypercall output page for the VTL mode
    (git-fixes).
  - hv_balloon: Fallback to generic_online_page() for non-HV hot
    added mem (git-fixes).
  - Drivers: hv: vmbus: Log on missing offers if any (git-fixes).
  - Drivers: hv: vmbus: Wait for boot-time offers during boot and
    resume (git-fixes).
  - uio_hv_generic: Add a check for HV_NIC for send, receive
    buffers setup (git-fixes).
  - iommu/hyper-v: Don't assume cpu_possible_mask is dense
    (git-fixes).
  - Drivers: hv: Don't assume cpu_possible_mask is dense
    (git-fixes).
  - x86/hyperv: Don't assume cpu_possible_mask is dense (git-fixes).
  - hyperv: Remove the now unused hyperv-tlfs.h files (git-fixes).
  - hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h (git-fixes).
  - hyperv: Add new Hyper-V headers in include/hyperv (git-fixes).
  - hyperv: Clean up unnecessary #includes (git-fixes).
  - hyperv: Move hv_connection_id to hyperv-tlfs.h (git-fixes).
  - hv_netvsc: Replace one-element array with flexible array member
    (git-fixes).
  - commit bf2065f

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git7330
  - For cross compilers require the same or newer binutils, newlib
    or cross-glibc that was used at build time.  [bsc#1232526]

++++ libjcat:

  - Update to version 0.2.3:
    + Do not close the base stream when using
    jcat_file_import_stream().
    + Skip ed25519 part of a test with -Ded25519=false.

++++ ncurses:

  - Add ncurses patch 20250201
    + add <new> to the possible headers declaring the C++ std::bad_alloc
    (report by Carl Hansen).
    + modify check for stdbool.h to be more conservative in case the
    headers are used with a compiler other than that which was used to
    configure (Redhat #2342514).
    + improve MKlib_gen.sh handling of "bool" type, for building link_test
    + improve formatting/style of manpages (patches by Branden Robinson).

++++ rpm:

  - allow to have the primary binding signature in the unhashed area
    * updated rpmpgp_legacy-1.0.tar.gz to rpmpgp_legacy-1.1.tar.gz

++++ libvirt:

  - spec: Change hooks dependency from libvirtd to the qemu driver
    bsc#1236378

++++ wtmpdb:

  - Update to version 0.71.0+git20250203.86b8442:
    * Release version 0.71.0
    * zero struct tm before calling strptime()
    * Accept classic 'last -N' form for max entries
    * tst-varlink: fix order of error checking
    * CI: use valgrind
    * Run meson test in verbose mode
    * tst-varlink works only if run as root
    * Use meson feature and not combo options
    * Add CI for openSUSE
    * CI: make sure sqlite3 devel is installed

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

------------------------------------------------------------------
------------------  2025-2-2  -  Feb 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.8 → 10.2.9

++++ gstreamer:

  - Update to version 1.24.12:
    + Highlighted bugfixes:
  - d3d12: Fix shaders failing to compile with newer dxc versions
  - decklinkvideosink: Fix handling of caps framerate in auto
    mode; also a decklinkaudiosink fix
  - devicemonitor: Fix potential crash macOS when a device is
    unplugged
  - gst-libav: Fix crash in audio encoders like avenc_ac3 if
    input data has insufficient alignment
  - gst-libav: Fix build against FFmpeg 4.2 as in Ubuntu 20.04
  - gst-editing-services: Fix Python library name fetching on
    Windows
  - netclientclock: Don't store failed internal clocks in the
    cache, so applications can re-try later
  - oggdemux: Seeking and duration fixes
  - osxaudiosrc: Fixes for failing init/no output on recent iOS
    versions
  - qtdemux: Use mvhd transform matrix and support for flipping
  - rtpvp9pay: Fix profile parsing
  - splitmuxsrc: Fix use with decodebin3 which would occasionally
    fail with an assertion when seeking
  - tsdemux: Fix backwards PTS wraparound detection with
    ignore-pcr=true
  - video-overlay-composition: Declare the video/size/orientation
    tags for the meta and implement scale transformations
  - vtdec: Fix seeks occasionally hanging on macOS due to a race
    condition when draining
  - webrtc: Fix duplicate payload types with RTX and multiple
    video codecs
  - win32-pluginoader: Make sure not to create any windows when
    inspecting plugins
  - wpe: Various fixes for re-negotiation, latency reporting,
    progress messages on startup
  - x264enc: Add missing data to AvcDecoderConfigurationRecord in
    codec_data for high profile variants
  - cerbero: Support using ccache with cmake if enabled
  - Various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer:
  - device: Fix racy nullptr deref on macOS when a device is
    unplugged
  - iterator: Added error handling to filtered iterators
  - netclientclock: Don't ever store failed internal clocks in
    the cache
  - netclock-replay: use gst_c_args when building, fixing build
    failure on Solaris
  - pluginloader-win32: create no window
  - pluginloader-win32: fix use after free in
    find_helper_bin_location
  - sparsefile: ensure error is set when read_buffer() returns 0
  - basetransform: fix incorrect logging inside
    gst_base_transform_query_caps

++++ gstreamer-plugins-base:

  - Update to version 1.24.12:
    + oggdemux: fixes seeking in some cases by not overwriting a
    valid duration with CLOCK_TIME_NONE
    + video-overlay-composition: Declare the video/size/orientation
    tags for the meta & implement scale transformation
    + Various fixes found from adding extra warning flags

++++ kernel-default:

  - Revert "media: uvcvideo: Require entities to have a non-zero
    unique ID" (bsc#1235894).
  - wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
    (stable-fixes).
  - drm/amd/display: Initialize denominator defaults to 1
    (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 (stable-fixes).
  - drm/connector: hdmi: Validate supported_formats matches
    ycbcr_420_allowed (stable-fixes).
  - commit 839fcdd

++++ at-spi2-core:

  - Update to version 2.55.2 (Unstable):
    + Attempt to fix a use after free in the atk bridge.
    + Add a switch role.

++++ xz:

  - update to 5.6.4:
    * liblzma: Fix LZMA/LZMA2 encoder on big endian ARM64.
    * xz: Fix --filters= and --filters1= ... --filters9= options
    parsing. They require an argument, thus "xz --filters lzma2"
    should work in addition to "xz --filters=lzma2".
    * Updates to documentation, translations, build system files
  - package license files in all packages

------------------------------------------------------------------
------------------  2025-2-1  -  Feb 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: acp: Support microphone from Lenovo Go S (stable-fixes).
  - ALSA: pcm: use new array-copying-wrapper (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
    (stable-fixes).
  - commit ccad405
  - PCI: Restore original INTX_DISABLE bit by pcim_intx()
    (git-fixes).
  - kconfig: fix memory leak in sym_warn_unmet_dep() (git-fixes).
  - 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).
  - ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO
    drives (git-fixes).
  - ASoC: amd: acp: Fix possible deadlock (git-fixes).
  - ASoC: da7213: Initialize the mutex (git-fixes).
  - ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
    (git-fixes).
  - ALSA: hda: Fix headset detection failure due to unstable sort
    (git-fixes).
  - ALSA: hda/realtek: Fix quirk matching for Legion Pro 7
    (git-fixes).
  - commit 4daaa58

++++ which:

  - Update to 2.23:
    * The function that decides if a found path is executable
    (file_status) was updated to that of bash version 5.2.
  - add upstream signing key
  - drop obsolete texinfo packaging macros

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

  - io_uring/eventfd: ensure io_eventfd_signal() defers another
    RCU period (CVE-2025-21655 bsc#1236163).
  - commit 8c48635
  - io_uring/eventfd: abstract out ev_fd put helper (CVE-2025-21655
    bsc#1236163).
  - commit 3ee0779
  - io_uring/sqpoll: zero sqd->thread on tctx errors (CVE-2025-21633
    bsc#1236108).
  - commit e81e97d
  - sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON
    (git fixes (sched)).
  - cpufreq: schedutil: Fix superfluous updates caused by
    need_freq_update (git fixes (sched)).
  - sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE (git fixes
    (sched)).
  - sched/fair: Fix EEVDF entity placement bug causing scheduling
    lag (git fixes (sched)).
  - sched_ext: idle: Refresh idle masks during idle-to-idle
    transitions (git fixes (sched)).
  - freezer, sched: Report frozen tasks as 'D' instead of 'R'
    (git fixes (sched)).
  - epoll: Add synchronous wakeup support for ep_poll_callback
    (git fixes (sched)).
  - commit 3d30d97
  - mm/rodata_test: use READ_ONCE() to read const variable
    (git-fixes).
  - commit d31a779
  - cpufreq/amd-pstate: Fix prefcore rankings (git-fixes).
  - commit 6e54c2a
  - rtc: zynqmp: Fix optional clock name property (git-fixes).
  - rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()
    (git-fixes).
  - rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
    (git-fixes).
  - rtc: tps6594: Fix integer overflow on 32bit systems (git-fixes).
  - PM: sleep: core: Synchronize runtime PM status of parents and
    children (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).
  - Bluetooth: btusb: mediatek: Add locks for
    usb_driver_claim_interface() (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).
  - net: phy: marvell-88q2xxx: Fix temperature measurement with
    reset-gpios (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).
  - commit ca8e15a
  - docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htmldocs
    errors (jsc#PED-10947, git-fixes).
  - commit 84a7517
  - perf/x86/intel: Add PMU support for ArrowLake-H (jsc#PED-10527).
  - perf/x86/intel: Support hybrid PMU with multiple atom uarchs
    (jsc#PED-10527).
  - x86/cpu/intel: Define helper to get CPU core native ID
    (jsc#PED-10527).
  - perf/x86: Refine hybrid_pmu_type defination (jsc#PED-10527).
  - commit d4840cf
  - perf/x86/intel/uncore: Add Clearwater Forest support
    (jsc#PED-10657).
  - commit 3b2b3d7
  - perf/x86/intel: Add Arrow Lake U support (jsc#PED-10525).
  - commit 7de75f6
  - powerpc/perf: Add per-task/process monitoring to vpa_pmu driver
    (jsc#PED-10947).
  - powerpc/kvm: Add vpa latency counters to kvm_vcpu_arch
    (jsc#PED-10947).
  - docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Document
    sysfs event format entries for vpa_pmu (jsc#PED-10947).
  - commit a4dd907
  - powerpc/perf: Add perf interface to expose vpa counters
    (jsc#PED-10947).
  - Update config files (ppc64le/default/CONFIG_VPA_PMU)
  - Update supported.conf (arch/powerpc/perf/vpa-pmu)
  - commit f7b6f3e
  - perf/x86/rapl: Add core energy counter support for AMD CPUs
    (jsc#PED-11773).
  - perf/x86/rapl: Move the cntr_mask to rapl_pmus struct
    (jsc#PED-11773).
  - perf/x86/rapl: Remove the global variable rapl_msrs
    (jsc#PED-11773).
  - perf/x86/rapl: Modify the generic variable names to *_pkg*
    (jsc#PED-11773).
  - perf/x86/rapl: Add arguments to the init and cleanup functions
    (jsc#PED-11773).
  - perf/x86/rapl: Make rapl_model struct global (jsc#PED-11773).
  - perf/x86/rapl: Rename rapl_pmu variables (jsc#PED-11773).
  - perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
    (jsc#PED-11773).
  - x86/topology: Introduce topology_logical_core_id()
    (jsc#PED-11773).
  - perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
    (jsc#PED-11773).
  - perf/x86/rapl: Clean up cpumask and hotplug (jsc#PED-11773).
  - perf/x86/rapl: Move the pmu allocation out of CPU hotplug
    (jsc#PED-11773).
  - x86/amd: Use heterogeneous core topology for identifying boost
    numerator (jsc#PED-11773).
  - x86/cpu: Add CPU type to struct cpuinfo_topology
    (jsc#PED-11773).
  - x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD
    (jsc#PED-11773).
  - x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES
    (jsc#PED-11773).
  - x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
    (jsc#PED-11773).
  - commit c61d138

++++ npth:

  - Update to 1.8:
    * New function npth_get_version
    * New macros NPTH_VERSION and NPTH_VERSION_NUMBER
    * Fix INSERT_EXPOSE_RWLOCK_API for musl C library
    * Return a run-time error if npth_rwlock_timedrdlock is not
    supported

++++ liburing:

  - disable sqwait.t and nop.t for 15.6

------------------------------------------------------------------
------------------  2025-1-30  -  Jan 30 2025  -------------------
------------------------------------------------------------------

++++ branding-SLE:

  - Bump to version 16 (bsc#1235774)

++++ cockpit:

  - Remove 0005-cockpit-ws-user-remove-default-deps.patch
  - Fix dynamic users for 330 since systemd isn't included in the
    nsswitch.conf
  - Tidy up pam_oath removal for leap
  - Ship a new pam file since Leap15 doesn't have pam_oath
  - Don't change motd if we don't have pam_oath
  - Properly fix pidfd_getpid
  - This can be dropped once we update again as it's been upstreamed

++++ 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:

  - mm: correctly reference merged VMA (bsc#1236648).
  - commit 35b5461
  - mm/vma: the pgoff is correct if can_merge_right (bsc#1236648).
  - commit 7e8683d
  - mm: defer second attempt at merge on mmap() (bsc#1236648).
  - commit b2d49c9
  - mm: remove unnecessary reset state logic on merge new VMA
    (bsc#1236648).
  - commit b13bccd
  - mm: refactor __mmap_region() (bsc#1236648).
  - commit 88a5663
  - mm: isolate mmap internal logic to mm/vma.c (bsc#1236648).
  - commit d29a53f
  - tools: testing: add additional vma_internal.h stubs
    (bsc#1236648).
  - commit db16c3e
  - cpufreq/amd-pstate: Use boost numerator for upper bound of
    frequencies (git-fixes).
  - cpufreq/amd-pstate: Store the boost numerator as highest perf
    again (git-fixes).
  - commit 6f5ef23
  - cpufreq/amd-pstate: Detect preferred core support before driver
    registration (git-fixes).
  - cpufreq/amd-pstate: Move registration after static function
    call update (git-fixes).
  - cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_init
    (git-fixes).
  - cpufreq/amd-pstate: Align offline flow of shared memory and
    MSR based systems (git-fixes).
  - cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable
    function (git-fixes).
  - cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLE
    (git-fixes).
  - cpufreq/amd-pstate: Rename functions that enable CPPC
    (git-fixes).
  - cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver()
    call (git-fixes).
  - cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()
    (git-fixes).
  - cpufreq/amd-pstate: Call amd_pstate_set_driver() in
    amd_pstate_register_driver() (git-fixes).
  - cpufreq/amd-pstate: Call amd_pstate_register() in
    amd_pstate_init() (git-fixes).
  - cpufreq/amd-pstate: Set the initial min_freq to
    lowest_nonlinear_freq (git-fixes).
  - cpufreq/amd-pstate: Remove the redundant verify() function
    (git-fixes).
  - cpufreq/amd-pstate: Rename MSR and shared memory specific
    functions (git-fixes).
  - commit 3a64362
  - cpufreq: ACPI: Fix max-frequency computation (git-fixes
    jsc#PED-12064).
  - commit 8847124
  - Move upstreamed lpfc and initramfs patches into sorted section
  - commit 3188ca8
  - Input: synaptics - fix crash when enabling pass-through port
    (bsc#1219522).
  - commit 37ec4ab
  - powerpc/pseries/eeh: Fix get PE state translation (bsc#1215199).
  - commit 9a95d7d
  - Update config files.
    Disable accidentally enabled option
    ppc64le:
    CONFIG_IRQ_TIME_ACCOUNTING=n
  - commit 482ad8d
  - ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro
    7130 (bsc#1235686).
  - commit 9e21a47
  - powerpc/pseries/iommu: Don't unset window if it was never set
    (jsc#PED-10539 git-fixes).
  - commit 198b0d2
  - cpufreq: Move endif to the end of Kconfig file (git-fixes).
  - commit bff3dd1
  - RDMA/efa: Align interrupt related fields to same type (jsc#PED-11323)
  - commit a47f3d4
  - RDMA/hns: Support fast path for link-down events dispatching (jsc#PED-11323)
  - commit f1c4b07
  - RDMA/mlx5: Handle link status event only for LAG device (jsc#PED-11323)
  - commit 0a2c27a
  - RDMA/pvrdma: Support report_port_event() ops (jsc#PED-11323)
  - commit e6aa938
  - RDMA/mlx4: Support report_port_event() ops (jsc#PED-11323)
  - commit c56ddb4
  - RDMA/usnic: Support report_port_event() ops (jsc#PED-11323)
  - commit a5970c5
  - RDMA/siw: Remove deliver net device event (jsc#PED-11323)
  - commit 4efbd9d
  - RDMA/rxe: Remove deliver net device event (jsc#PED-11323)
  - commit 1346d71
  - RDMA/irdma: Remove deliver net device event (jsc#PED-10421)
  - commit 59a167e
  - RDMA/bnxt_re: Remove deliver net device event (jsc#PED-11235)
  - commit 7c9ae24
  - RDMA/core: Support link status events dispatching (jsc#PED-11323)
  - commit 49e4368
  - RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device. (jsc#PED-11323)
  - commit 0534314
  - RDMA/core: Remove unused ib_copy_path_rec_from_user (jsc#PED-11323)
  - commit 150e860
  - RDMA/core: Remove unused ibdev_printk (jsc#PED-11323)
  - commit 7975ae5
  - RDMA/core: Remove unused ib_find_exact_cached_pkey (jsc#PED-11323)
  - commit e46a588
  - RDMA/core: Remove unused ib_ud_header_unpack (jsc#PED-11323)
  - commit d4c2ff6
  - RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functions (jsc#PED-10421)
  - commit ad0bc98
  - IB/hfi1: Remove unused hfi1_format_hwerrors (jsc#PED-10421)
  - commit 6bd5a79
  - RDMA/bnxt_re: Remove unnecessary header file inclusion (jsc#PED-11235)
  - commit 213b4f3
  - RDMA/bnxt_re: Eliminate need for some forward declarations (jsc#PED-11235)
  - commit 786aa2c
  - RDMA/bnxt_re: Optimize error handling in bnxt_re_probe (jsc#PED-11235)
  - commit 71f48c3
  - RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_event (jsc#PED-11235)
  - commit 4141d4d
  - RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_event (jsc#PED-11235)
  - commit dc177d4
  - RDMA/mlx5: Extend ODP statistics with operation count (jsc#PED-1123)
    Refresh patches.suse/RDMA-mlx5-Fix-indirect-mkey-ODP-page-count.patch
  - commit e60ad0e
  - RDMA/mlx4: Use DMA iterator to write MTT (jsc#PED-1123)
  - commit 1a553db
  - RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size (jsc#PED-1123)
  - commit 25cc31e
  - dmaengine: ti: edma: fix OF node reference leaks in edma_driver
    (git-fixes).
  - regulator: core: Add missing newline character (git-fixes).
  - wifi: ath12k: fix read pointer after free in
    ath12k_mac_assign_vif_to_vdev() (git-fixes).
  - wifi: rtw89: fix proceeding MCC with wrong scanning state
    after sequence changes (git-fixes).
  - commit 04018e2

++++ kernel-firmware-all:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-amdgpu:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-ath10k:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-ath11k:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-ath12k:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-atheros:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-bluetooth:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-bnx2:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-brcm:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-chelsio:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-dpaa2:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-i915:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-intel:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-iwlwifi:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-liquidio:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-marvell:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-media:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-mediatek:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-mellanox:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-mwifiex:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-network:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-nfp:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-nvidia:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-platform:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-prestera:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-qcom:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-qlogic:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-radeon:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-realtek:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-serial:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-sound:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-ti:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-ueagle:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

++++ kernel-firmware-usb-network:

  - Update to version 20250129 (git commit 211fbc287a0b):
    * linux-firmware: Update FW files for MRVL SD8997 chips
    * i915: Update Xe2LPD DMC to v2.27
    * qca: Update Bluetooth WCN6856 firmware 2.1.0-00642 to 2.1.0-00650
    * rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
    * amdgpu: Update ISP FW for isp v4.1.1
    * trivial: contrib: wrap the process in try/except to catch server issues
    * trivial: contrib: use python-magic to detect encoding of emails
    * QCA: Add Bluetooth firmware for QCA6698
  - Drop the versions in Requires in kernel-firmare-all meta package
  - Fix a minor bug in the check script

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

++++ libguestfs:

  - Update to version 1.55.3 (jsc#PED-8910)
    * build: Move baseline OCaml to 4.08
    * Various translation updates

++++ lttng-ust:

  - Add python3-setuptools BuildRequires, needed for Python 3.13.

++++ rpm:

  - Split unshare plugin configuration into a new "rpm-plugin-unshare"
    subpackage. This disables the plugin unless the new package
    is installed.
  - enable config.guess/sub update also for loongarch64 architecture
  - update config.guess/sub files to current state from autoconf-2.72

------------------------------------------------------------------
------------------  2025-1-29  -  Jan 29 2025  -------------------
------------------------------------------------------------------

++++ babeltrace:

  - Add explicit python3-setuptools BuildRequires: needed when
    building with Python 3.13.

++++ haproxy:

  - Update to version 3.1.3+git0.929bedf83:
    * [RELEASE] Released version 3.1.3
    * BUILD: ssl: more cleaner approach to WolfSSL without renegotiation
    * BUILD: ssl: allow to build without the renegotiation API of WolfSSL
    * CLEANUP: quic: remove unused prototype
    * BUG/MINOR: stream: Properly handle "on-marked-up shutdown-backup-sessions"
    * BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES
    * BUG/MINOR: quic: do not increase congestion window if app limited
    * BUG/MEDIUM: mux-h1: Properly close H1C if an error is reported before sending data
    * BUILD: quic: Move an ASSUME_NONNULL() for variable which is not null
    * MINOR: quic: Add a BUG_ON() on quic_tx_packet refcount
    * BUG/MINOR: quic: ensure a detached coalesced packet can't access its neighbours
    * BUG/MINOR: init: set HAPROXY_STARTUP_VERSION from the variable, not the macro
    * BUG/MAJOR: log/sink: possible sink collision in sink_new_from_srv()
    * BUG/MAJOR: quic: reject too large CRYPTO frames
    * BUG/MEDIUM: promex: Use right context pointers to dump backends extra-counters
    * BUG/MEDIUM: stktable: fix missing lock on some table converters
    * BUG/MINOR: quic: reject NEW_TOKEN frames from clients
    * BUG/MINOR: stktable: fix big-endian compatiblity in smp_to_stkey()
  - Update to version 3.1.2+git0.cda631a79:
    * [RELEASE] Released version 3.1.2
    * BUG/MEDIUM: h1-htx: Properly handle bodyless messages
    * BUG/MEDIUM: promex/resolvers: Don't dump metrics if no nameserver is defined
    * BUG/MINOR: mux-quic: handle closure of uni-stream
    * MINOR: mux-quic: change return value of qcs_attach_sc()
    * MINOR: mux-quic: add traces on sd attach
    * BUG/MINOR: mux-quic: fix wakeup on qcc_set_error()
    * MINOR: config: Alert about extra arguments for errorfile and errorloc
    * BUG/MINOR: log: Allow to use if/unless conditionnals for do-log action
    * BUG/MEDIUM: mux-quic: do not attach on already closed stream
    * BUG/MAJOR: mux-quic: properly fix BUG_ON on empty STREAM emission
    * Revert "BUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM emission"
    * BUG/MEDIUM: mux-h2: Count copied data when looping on RX bufs in h2_rcv_buf()
    * BUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM emission
    * DOC: config: add missing "track-sc0" in action keywords matrix
    * BUG/MINOR: stats: fix segfault caused by uninitialized value in "show schema json"
    * BUG/MEDIUM: queue: Make process_srv_queue return the number of streams
    * MINOR: hlua: rename "tune.lua.preserve-smp-bool" to "tune.lua.bool-sample-conversion"
    * BUG/MINOR: h2/rhttp: fix HTTP2 conn counters on reverse
    * CLEANUP: mux-quic: remove dead err label in qcc_build_frms()
    * BUG/MEDIUM: mux-quic: prevent BUG_ON() by refreshing frms on MAX_DATA
    * REGTESTS: fix lua-based regtests using tune.lua.smp-preserve-bool
    * MINOR: hlua: add option to preserve bool type from smp to lua
    * DOC: config: add "tune.lua.burst-timeout" to the list of global parameters
    * DOC: config: reorder "tune.lua.*" keywords by alphabetical order
    * DOC: config: add example for server "track" keyword
    * MINOR: mux-quic: hide traces when woken up on pacing only
    * MINOR: trace: implement tracing disabling API
    * MEDIUM: mux-quic: remove pacing specific code on qcc_io_cb
    * MEDIUM/OPTIM: mux-quic: do not rebuild frms list on every send
    * MINOR: mux-quic: split STREAM and RS/SS emission
    * MINOR: mux-quic: extract code to build STREAM frames list
    * MEDIUM/OPTIM: mux-quic: implement purg_list
    * MEDIUM/OPTIM: mux-quic: define a recv_list for demux resumption
    * MINOR: mux-quic: refactor wait-for-handshake support
    * MINOR: quic: add traces
    * CLEANUP: mux-quic: remove unused qcc member send_retry_list
    * BUG/MEDIUM: mux-quic: do not mix qcc_io_send() return codes with pacing
    * BUILD: debug: only dump/reset glitch counters when really defined
    * BUG/MEDIUM: queues: Do not use pendconn_grab_from_px().
    * BUG/MEDIUM: queues: Make sure we call process_srv_queue() when leaving
    * BUG/MEDIUM: stconn: Only consider I/O timers to update stream's expiration date
    * CLEANUP: quic: Rename some BBR functions in relation with bw probing
    * BUG/MINOR: quic: missing Startup accelerating probing bw states
    * REGTESTS: ssl: add a PEM with mix of LF and CRLF line endings
    * BUG/MINOR: cli: cli_snd_buf: preserve \r\n for payload lines
    * BUG/MINOR: quic: too permissive exit condition for high loss detection in Startup (BBR)
    * BUG/MINOR: quic: fix the wrong tracked recovery start time value
    * CLEANUP: quic: remove a wrong comment about ->app_limited (drs)
    * MINOR: quic: reduce the private data size of QUIC cc algos
    * BUG/MINOR: quic: reduce packet losses at least during ProbeBW_CRUISE (BBR)
    * BUG/MINOR: quic: underflow issue for bbr_inflight_hi_from_lost_packet()
    * BUG/MINOR: quic: remove max_bw filter from delivery rate sampling
    * BUG/MINOR: quic: wrong bbr_target_inflight() implementation
    * BUG/MINOR: quic: fix BBB max bandwidth oscillation issue.
    * BUG/MINOR: quic: wrong logical statement in in_recovery_period() (BBR)
    * MINOR: window_filter: rely on the time to update the filter samples (QUIC/BBR)

++++ kernel-default:

  - virtio-blk: don't keep queue frozen during system suspend
    (CVE-2024-57946 bsc#1236247).
  - commit 7fd5c04
  - netfilter: x_tables: fix LED ID check in led_tg_check()
    (CVE-2024-56650 bsc#1235430).
  - commit 7f5dabf
  - tpm: send_data: Wait longer for the TPM to become ready
    (bsc#1235870).
  - commit cf67b6d
  - serial: sh-sci: Increment the runtime usage counter for the
    earlycon device (git-fixes).
  - serial: sh-sci: Clean sci_ports after at earlycon exit
    (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: Move runtime PM enable to sci_probe_single()
    (git-fixes).
  - serial: sh-sci: Drop __initdata macro for port_cfg (git-fixes).
  - tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
    (git-fixes).
  - tty: xilinx_uartps: split sysrq handling (git-fixes).
  - serial: 8250: Adjust the timeout for FIFO mode (git-fixes).
  - commit d006f88
  - driver core: class: Fix wild pointer dereferences in API
    class_dev_iter_next() (git-fixes).
  - devcoredump: cleanup some comments (git-fixes).
  - tools/bootconfig: Fix the wrong format specifier (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).
  - tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
    (git-fixes).
  - tty: xilinx_uartps: split sysrq handling (git-fixes).
  - serial: 8250: Adjust the timeout for FIFO mode (git-fixes).
  - tty: mips_ejtag_fdc: fix one more u8 warning (git-fixes).
  - LoongArch: Fix warnings during S3 suspend (git-fixes).
  - commit b05d21a

++++ gcc15:

  - Update to GCC trunk head, 15.0.1+git7269
  - Disable building the experimental rust frontend everywhere since
    the cargo build dependency is unwanted.
  - Adjust the list of RISC-V intrinsic includes.

++++ systemd:

  - Port path_id_compat to the sd_device API

++++ libxml2:

  - fix decompression from stdin [bsc#1236346]
  - added patches
    fix https://gitlab.gnome.org/nwellnhof/libxml2/-/commit/6208f86edd59e31a51a8d9b300d428504adb25a7
    + libxml2-support-compressed-input-from-stdin.patch

++++ libxml2-python:

  - fix decompression from stdin [bsc#1236346]
  - added patches
    fix https://gitlab.gnome.org/nwellnhof/libxml2/-/commit/6208f86edd59e31a51a8d9b300d428504adb25a7
    + libxml2-support-compressed-input-from-stdin.patch

++++ rebootmgr:

  - Update to version 3.0+git20250129.eed876f:
    * Release version 3.1
    * rebootmgrd: fix check if new strategy is valid

------------------------------------------------------------------
------------------  2025-1-28  -  Jan 28 2025  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - Require a cifs.idmap plugin, suggest wb-cifs-idmap-plugin as
    default (idmapwb.so)

++++ filesystem:

  - add Provides: may-perform-usrmerge (bsc#1236481)

++++ kernel-default:

  - tools/power turbostat: Add initial support for GraniteRapids-D
    (jsc#PED-10490).
  - commit 5b7dffe
  - Enable iSER support for s390x (jsc#PED-3319)
  - commit b386466
  - selftests/mm: virtual_address_range: avoid reading from VM_IO
    mappings (git-fixes).
  - selftests/mm: virtual_address_range: unmap chunks after
    validation (git-fixes).
  - selftests/mm/cow: modify the incorrect checking parameters
    (git-fixes).
  - selftests/mm: use selftests framework to print test result
    (git-fixes).
  - selftests/mm: fix condition in uffd_move_test_common()
    (git-fixes).
  - selftests: mm: fix conversion specifiers in transact_test()
    (git-fixes).
  - clk: clk-loongson2: Fix the number count of clk provider
    (git-fixes).
  - clk: sunxi-ng: a100: enable MMC clock reparenting (git-fixes).
  - clk: mmp2: call pm_genpd_init() only after genpd.name is set
    (git-fixes).
  - clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
    (git-fixes).
  - clk: thead: Add CLK_IGNORE_UNUSED to fix TH1520 boot
    (git-fixes).
  - clk: thead: Fix clk gate registration to pass flags (git-fixes).
  - clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs
    (git-fixes).
  - clk: qcom: gcc-x1e80100: Do not turn off usb_2 controller GDSC
    (git-fixes).
  - clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
    (git-fixes).
  - clk: qcom: camcc-x1e80100: Set titan_top_gdsc as the parent
    GDSC of subordinate GDSCs (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-sm8650: Do not turn off PCIe GDSCs during
    gdsc_disable() (git-fixes).
  - clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during
    gdsc_disable() (git-fixes).
  - clk: imx8mp: Fix clkout1/2 support (git-fixes).
  - clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0
    parent (git-fixes).
  - clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink
    SoC RT3883 (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).
  - clk: renesas: cpg-mssr: Fix 'soc' node handling in
    cpg_mssr_reserved_init() (git-fixes).
  - clk: analogbits: Fix incorrect calculation of vco rate delta
    (git-fixes).
  - clk: fix an OF node reference leak in of_clk_get_parent_name()
    (git-fixes).
  - pstore/blk: trivial typo fixes (git-fixes).
  - selftests/mm: set allocated memory to non-zero content in cow
    test (git-fixes).
  - clk: clk-imx8mp-audiomix: fix function signature (git-fixes).
  - clk: thead: Fix TH1520 emmc and shdci clock rate (git-fixes).
  - efivarfs: Fix error on non-existent file (stable-fixes).
  - qca_spi: Make driver probing reliable (git-fixes).
  - qca_spi: Fix clock speed for multiple QCA7000 (git-fixes).
  - commit 52abd40
  - PCI: rcar-ep: Fix incorrect variable used when calling
    devm_request_mem_region() (git-fixes).
  - PCI: microchip: Set inbound address translation for coherent
    or non-coherent mode (git-fixes).
  - PCI: imx6: Add missing reference clock disable logic
    (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: imx6: Configure PHY based on Root Complex or Endpoint mode
    (git-fixes).
  - PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
    (git-fixes).
  - PCI: qcom: Update ICC and OPP values after Link Up event
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL
    on error (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).
  - 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/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state()
    (git-fixes).
  - commit 6aedcaa
  - genirq: Make handle_enforce_irqctx() unconditionally available
    (git-fixes).
  - commit c47d221
  - Refresh patches.suse/tpm-Map-the-ACPI-provided-event-log.patch.
    Add Alt-commit.
  - commit 256dd4e
  - 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).
  - commit 513ad80
  - x86: Fix build regression with CONFIG_KEXEC_JUMP enabled (git-fixes).
  - commit e16e19e
  - clocksource: Make negative motion detection more robust (git-fixes).
  - commit fca041b
  - drm/v3d: Assign job pointer to NULL before signaling the fence
    (git-fixes).
  - drm/amd/display: Fix error pointers in
    amdgpu_dm_crtc_mem_type_changed (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).
  - iio: adc: ad7124: Refuse invalid input specifiers (git-fixes).
  - iio: adc: ad7124: Don't create more channels than the driver
    can handle (git-fixes).
  - extcon: realtek: fix NULL deref check in extcon_rtk_type_c_probe
    (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).
  - pps: Fix a use-after-free (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: typec: tcpci: Prevent Sink disconnection before
    vPpsShutdown in SPR PPS (git-fixes).
  - usb: dwc3: core: Defer the probe until USB power supply ready
    (git-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: dwc3: Skip resume if pm_runtime_set_active() fails
    (git-fixes).
  - usb: xhci: Fix NULL pointer dereference on certain command
    aborts (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).
  - usb: gadget: functionfs: fix spellos (git-fixes).
  - pwm: microchip-core: fix incorrect comparison with max period
    (git-fixes).
  - power: reset: as3722-poweroff: Remove unnecessary return in
    as3722_poweroff_probe (git-fixes).
  - power: ip5xxx_power: Fix return value on ADC read errors
    (git-fixes).
  - commit f4aee60

++++ util-linux-systemd:

  - Create and own directories /etc/blkid.conf.d and
    /usr/etc/blkid.conf.d (boo#1235887#c3).
  - Add missingok for /etc/blkid.conf.

++++ util-linux:

  - Create and own directories /etc/blkid.conf.d and
    /usr/etc/blkid.conf.d (boo#1235887#c3).
  - Add missingok for /etc/blkid.conf.

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

++++ rebootmgr:

  - Update to version 3.0+git20250128.8fa577c:
    * Import version 3.0 based on sd-varlink

++++ velociraptor-client:

  - Use llvm17 for SLE15SP6+

++++ systemd-presets-common-SUSE:

  - Enable wtmpdbd.socket to start wtmpdbd via socket activation.
    A seperate daemon for wtmpdb access is required to solve
    https://sourceware.org/bugzilla/show_bug.cgi?id=24492

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-8910)
    001-cli-Support-cpu-maximum.patch
    002-gui-Support-maximum-CPU-mode.patch
    003-cpu-Prefer-maximum-mode-for-many-emulated-guests.patch
    004-domcaps-get-list-of-supported-panic-device-models.patch
    005-tests-Update-capabilities-for-advertisting-panic-device-models.patch
    006-addhardware-panic-Fill-in-model-combo-with-advertised-values-by-libvirt.patch
    007-cli-man-Always-list-osinfo-before-os-variant.patch
    008-snapshots-default-to-same-snapshot-mode-as-currently-used-snapshot.patch
    009-snapshots-warn-users-to-not-mix-snapshot-modes.patch
  - Drop virtinst-dont-use-special-copy-cpu-features.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

++++ filesystem:

  - Add support for loongarch64

++++ gawk:

  - Stop using -fprofile-arcs in the final build
    instrumentation is not wanted there and
    it broke reproducible builds (boo#1040589)

++++ kernel-default:

  - padata: add pd get/put refcnt helper (git-fixes).
  - commit 816d211
  - RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS (git-fixes)
  - RDMA/mlx5: Fix implicit ODP use after free (git-fixes)
  - RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error (git-fixes)
  - RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (git-fixes)
  - RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event (git-fixes)
  - RDMA/mlx5: Fix indirect mkey ODP page count (git-fixes)
  - RDMA/rtrs: Add missing deinit() call (git-fixes)
  - RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error (git-fixes)
  - RDMA/srp: Fix error handling in srp_add_port (git-fixes)
  - RDMA/rxe: Fix mismatched max_msg_sz (git-fixes)
  - rdma/cxgb4: Prevent potential integer overflow on 32bit (git-fixes)
  - RDMA/mlx4: Avoid false error about access to uninitialized gids array (git-fixes)
  - commit 8a1518e
  - padata: avoid UAF for reorder_work (git-fixes).
  - padata: fix UAF in padata_reorder (git-fixes).
  - commit 0ccb421
  - fork: avoid inappropriate uprobe access to invalid mm
    (bsc#1236477).
  - commit d6bd244
  - x86/kexec: Restore GDT on return from ::preserve_context kexec (git-fixes).
  - commit 394a2d2
  - timekeeping: Always check for negative motion (git-fixes).
  - commit 6a6f244
  - cgroup/cpuset: remove kernfs active break (bsc#1236110).
  - commit 0d4d6ef
  - cgroup/cpuset: Prevent leakage of isolated CPUs into sched
    domains (jsc#PED-11934).
  - cgroup/cpuset: Remove stale text (jsc#PED-11934).
  - cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if
    not load balancing (jsc#PED-11934).
  - cgroup/cpuset: Enforce at most one
    rebuild_sched_domains_locked() call per operation
    (jsc#PED-11934).
  - cgroup/cpuset: Revert "Allow suppression of sched domain
    rebuild in update_cpumasks_hier()" (jsc#PED-11934).
  - commit b370227
  - bug: Use RCU instead RCU-sched to protect module_bug_list
    (bsc#1234370).
  - static_call: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - kprobes: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - bpf: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - jump_label: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - jump_label: Use RCU in all users of __module_address()
    (bsc#1234370).
  - x86: Use RCU in all users of __module_address() (bsc#1234370).
  - cfi: Use RCU while invoking __module_address() (bsc#1234370).
  - arm64: module: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - module: Use RCU in all users of __module_text_address()
    (bsc#1234370).
  - module: Use RCU in all users of __module_address()
    (bsc#1234370).
  - module: Use RCU in search_module_extables() (bsc#1234370).
  - module: Allow __module_address() to be called from RCU section
    (bsc#1234370).
  - module: Use RCU in __is_module_percpu_address() (bsc#1234370).
  - module: Use RCU in find_symbol() (bsc#1234370).
  - module: Remove module_assert_mutex_or_preempt() from
    try_add_tainted_module() (bsc#1234370).
  - module: Use RCU in module_kallsyms_on_each_symbol()
    (bsc#1234370).
  - module: Use RCU in __find_kallsyms_symbol_value() (bsc#1234370).
  - module: Use RCU in find_module_all() (bsc#1234370).
  - module: Use RCU in module_get_kallsym() (bsc#1234370).
  - module: Use RCU in find_kallsyms_symbol() (bsc#1234370).
  - module: Use proper RCU assignment in add_kallsyms()
    (bsc#1234370).
  - module: Begin to move from RCU-sched to RCU (bsc#1234370).
  - module: Extend the preempt disabled section in
    dereference_symbol_descriptor() (bsc#1234370).
  - commit 9b774cd
  - x86/ioapic: Remove a stray tab in the IO-APIC type string (git-fixes).
  - commit c9344f1
  - net: stmmac: dwmac-tegra: Read iommu stream id from device tree
    (CVE-2025-21663 bsc#1236260).
  - commit f877716
  - KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace (git-fixes).
  - commit 9294b74
  - x86/bugs: Add SRSO_USER_KERNEL_NO support (git-fixes).
  - commit 6001f65
  - maple_tree: simplify split calculation (git-fixes).
  - latencytop: use correct kernel-doc format for func params
    (git-fixes).
  - kasan: fix typo in kasan_poison_new_object documentation
    (git-fixes).
  - lib/inflate.c: remove dead code (git-fixes).
  - firewire: test: Fix potential null dereference in firewire
    kunit test (git-fixes).
  - maple_tree: reload mas before the second call for mas_empty_area
    (git-fixes).
  - commit 7ba9d83

++++ ncurses:

  - Add ncurses patch 20250125
    + improve error-handling in c++ binding (report by Mingjie Shen).
    + strict compiler-warning fixes for upcoming gcc15
  - Install missed ticw.pc
  - Update README.devel

++++ openvswitch:

  - Update openvswitch to 3.3.2. For a list of changes, check
    https://github.com/openvswitch/ovs/blob/v3.3.2/NEWS
  - Update OVN to 24.03.5. For a list of changes, check
    https://github.com/ovn-org/ovn/blob/v24.03.5/NEWS
  - This update fix CVE-2025-0650 ovn: egress ACLs may be bypassed
    via specially crafted UDP packet (bsc#1236353)

++++ python313-core:

  - Configure externally_managed with a bcond
    https://en.opensuse.org/openSUSE:Python:Externally_managed
    bsc#1228165

++++ liburing:

  - disable more tests on s390x

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

++++ osinfo-db:

  - Update to database version 20250124 (jsc#PED-8910)
    osinfo-db-20250124.tar.xz
  - Drop patches contained in new tarball
    add-opensuse-leap-15.6-support.patch
    add-sle15sp6-support.patch
    add-slem5.5-support.patch

++++ python313:

  - Configure externally_managed with a bcond
    https://en.opensuse.org/openSUSE:Python:Externally_managed
    bsc#1228165

++++ rebootmgr:

  - Update to version 3.0+git20250127.73667d7:
    * rebootmgrctl: implement verbose dump-config verb
    * Fix search path for vendor config file
    * Add CI with openSUSE container
    * Add new methods and use UID auth
  - Add timezone to BuildRequires for test suite

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

++++ selinux-policy:

  - Update to version 20240604+git689.da1e0e20:
    * Transition samba-dcerpcd pid file from smbd_var_run_t to winbind_var_run_t (bsc#1235801)
    * /run/samba/samba-dcerpcd.pid needs fc type winbind_rpcd_var_run_t (bsc#1235801)
    * Adjust rpcd_lsad, samba-bgqd, samba-dcerpcd to SUSE-specific part (bsc#1235801)
    * Transition nmbd pid file from smbd_var_run_t to nmbd_var_run_t (bsc#1235801)

++++ velociraptor-client:

  - Don't try to build or use system-user-velociraptor on SLE12

++++ sysuser-tools:

  - Add support for "u!" with useradd (shadow). busybox has no
    support for account/password expiration

++++ tuned:

  - Fix grub.cfg path (bsc#1236491)
    A 0001-tuned-consts-Fix-grub.cfg-path-in-SLE.patch

------------------------------------------------------------------
------------------  2025-1-26  -  Jan 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - remoteproc: mtk_scp: Only populate devices for SCP cores
    (git-fixes).
  - remoteproc: omap: Handle ARM dma_iommu_mapping (git-fixes).
  - remoteproc: core: Fix ida_free call while not allocated
    (git-fixes).
  - watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe()
    (git-fixes).
  - mtd: rawnand: brcmnand: fix status read of brcmnand_waitfunc
    (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: imx6: Add missing reference clock disable logic
    (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: imx6: Configure PHY based on Root Complex or Endpoint mode
    (git-fixes).
  - PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
    (git-fixes).
  - PCI: qcom: Update ICC and OPP values after Link Up event
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL
    on error (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).
  - 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).
  - PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state()
    (git-fixes).
  - media: nuvoton: Fix an error check in npcm_video_ece_init()
    (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: mmp: Bring back registration of the device (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: ds90ub960: Fix UB9702 VC map (git-fixes).
  - media: i2c: ds90ub960: Fix logging SP & EQ status only for
    UB9702 (git-fixes).
  - media: i2c: ds90ub960: Fix use of non-existing registers on
    UB9702 (git-fixes).
  - media: i2c: ds90ub960: Fix UB9702 refclk register access
    (git-fixes).
  - media: i2c: ds90ub9x3: Fix extra fwnode_handle_put()
    (git-fixes).
  - media: i2c: ov9282: Correct the exposure offset (git-fixes).
  - media: intel/ipu6: remove cpu latency qos request on error
    (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: i2c: imx290: Register 0x3011 varies between imx327 and
    imx290 (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: stm32: dcmipp: correct dma_set_mask_and_coherent mask
    value (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 aae4fa1

++++ python-cryptography:

  - Update to version 44.0.0:
    * BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.9.
    * Deprecated Python 3.7 support. Python 3.7 is no longer supported by
    the Python core team. Support for Python 3.7 will be removed in a future
    cryptography release.
    * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0.
    * macOS wheels are now built against the macOS 10.13 SDK. Users on older
    versions of macOS should upgrade, or they will need to build cryptography
    themselves.
    * Enforce the RFC 5280 requirement that extended key usage extensions must not be empty.
    * Added support for timestamp extraction to the :class:`~cryptography.fernet.MultiFernet` class.
    * Relax the Authority Key Identifier requirements on root CA certificates
    during X.509 verification to allow fields permitted by RFC 5280 but
    forbidden by the CA/Browser BRs.
    * Added support for
    :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id` when using
    OpenSSL 3.2.0+.
    * Added support for the :class:`~cryptography.x509.Admissions` certificate extension.
    * Added basic support for PKCS7 decryption (including S/MIME 3.2) via
    :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`,
    :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem`,
    and :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime`.
  - Update specfile to accommodate new project structure at version 44.0.0
  - Update no-pytest_benchmark.patch

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

++++ gtk3:

  - Update to version 3.24.48:
    + GtkFileChooser: Stop replacing : (colon) with U+2236 (ratio)
    + GtkEmojiChooser: Update to Unicode 16 / CLDR 46
    + GtkSpinButton:
  - Use semantically appropriate icon names
  - Make numeric spin buttons always LTR
    + GtkEntry:
  - Stop guessing text direction from keyboard layout
  - Add a shortcut and context menu item to change text direction
    + GtkEventControllerMotion: Make enter and leave signals work
    + Accessibility: Use message dialog titles as names
    + GDK: Fix portal handling of gvfs files
    + Wayland:
  - Support the xdg_foreign_v2 protocol
  - Try to fix monitor geometry on sway
  - Improve font setting fallback
  - Use a better default cursor size
  - Fix a crash during DND
    + Updated translations.

++++ 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 6acf6ed
  - rhashtable: Fix rhashtable_try_insert test (git-fixes).
  - commit f5a7305
  - mailbox: zynqmp: Remove invalid __percpu annotation in
    zynqmp_ipi_probe() (git-fixes).
  - mailbox: tegra-hsp: Clear mailbox before using message
    (git-fixes).
  - i3c: master: Fix missing 'ret' assignment in set_speed()
    (git-fixes).
  - i3c: dw: Fix use-after-free in dw_i3c_master driver due to
    race condition (git-fixes).
  - efi: sysfb_efi: fix W=1 warnings when EFI is not set
    (git-fixes).
  - of: address: Fix empty resource handling in
    __of_address_resource_bounds() (git-fixes).
  - of/fdt: Restore possibility to use both ACPI and FDT from
    bootloader (git-fixes).
  - of: reserved-memory: Do not make kmemleak ignore freed address
    (git-fixes).
  - of: reserved-memory: Fix using wrong number of cells to get
    property 'alignment' (git-fixes).
  - of: property: Avoiding using uninitialized variable @imaplen
    in parse_interrupt_map() (git-fixes).
  - of: Correct child specifier used as input of the 2nd nexus node
    (git-fixes).
  - of: Fix of_find_node_opts_by_path() handling of
    alias+path+options (git-fixes).
  - soc: samsung: exynos-pmu: Fix uninitialized ret in
    tensor_set_bits_atomic() (git-fixes).
  - firmware: qcom: scm: Cleanup global '__scm' on probe failures
    (git-fixes).
  - firmware: qcom: scm: Fix missing read barrier in
    qcom_scm_get_tzmem_pool() (git-fixes).
  - firmware: qcom: scm: Fix missing read barrier in
    qcom_scm_is_available() (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: qcom: llcc: Enable LLCC_WRCACHE at boot on X1 (git-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
    (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 init-config parsing (git-fixes).
  - ASoC: Intel: avs: Fix theoretical infinite loop (git-fixes).
  - ASoC: Intel: avs: Fix the minimum firmware version numbers
    (git-fixes).
  - ASoC: Intel: avs: Do not readq() u32 registers (git-fixes).
  - ASoC: sun4i-spdif: Add clock multiplier settings (git-fixes).
  - ASoC: Intel: sof_sdw: correct mach_params->dmic_num (git-fixes).
  - ASoC: wcd937x: Use *-y for Makefile (git-fixes).
  - ASoC: mediatek: mt8365: Use *-y for Makefile (git-fixes).
  - ASoC: cs40l50: Use *-y for Makefile (git-fixes).
  - ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83JX, 83MC and
    83NM (git-fixes).
  - ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83LC (git-fixes).
  - ALSA: hda/realtek - Fixed headphone distorted sound on Acer
    Aspire A115-31 laptop (git-fixes).
  - ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers
    (git-fixes).
  - ALSA: seq: Make dependency on UMP clearer (git-fixes).
  - padata: fix UAF in padata_reorder (git-fixes).
  - padata: fix sysfs store callback check (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: hisilicon/sec2 - fix for aead invalid authsize
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead icv error (git-fixes).
  - rhashtable: Fix potential deadlock by moving schedule_work
    outside lock (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).
  - crypto: api - Fix boot-up self-test race (git-fixes).
  - crypto: tegra - do not transfer req when tegra init fails
    (git-fixes).
  - pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E
    (git-fixes).
  - pinctrl: amd: Take suspend type into consideration which pins
    are non-wake (git-fixes).
  - pinctrl: stm32: Add check for clk_enable() (git-fixes).
  - pinctrl: samsung: fix fwnode refcount cleanup if
    platform_get_irq_optional() fails (git-fixes).
  - pinctrl: samsung: Fix irq handling if an error occurs in
    exynos_irq_demux_eint16_31() (git-fixes).
  - pinctrl: nomadik: Add check for clk_enable() (git-fixes).
  - platform/x86: serdev_helpers: Check for serial_ctrl_uid ==
    NULL (git-fixes).
  - platform/x86: x86-android-tablets: make platform data be static
    (git-fixes).
  - platform/mellanox: mlxbf-pmc: incorrect type in assignment
    (git-fixes).
  - commit 04804af
  - Move upstreamed TPM patch into sorted section
  - commit a914dc3

++++ pcsc-ccid:

  - Version 1.6.1
    * fix 'parse' build issues on some systems (pthread & strlcpy)
    * Some other minor improvements

++++ python-referencing:

  - Update to version 0.36.2:
    * Release using the newer twine release to preserve PEP 639
    license metadata.

------------------------------------------------------------------
------------------  2025-1-24  -  Jan 24 2025  -------------------
------------------------------------------------------------------

++++ bash:

  - As in bash-sh there is only a symbolic link avoid to require a version

++++ drbd:

  -  drbd failed to build with SLFO kernel candidate (bsc#1235595)
    * update drbd.spec

++++ kernel-default:

  - dm thin: make get_first_thin use rcu-safe list first function (CVE-2025-21664 bsc#1236262)
  - commit bce62ed
  - selinux: ignore unknown extended permissions (CVE-2024-57931 bsc#1236192)
  - commit edbf793
  - net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (CVE-2025-21653 bsc#1236161)
  - commit bfe69c3
  - ipvlan: Fix use-after-free in ipvlan_get_iflink() (CVE-2025-21652 bsc#1236160)
  - commit ed4d75b
  - net/sctp: Prevent autoclose integer overflow in sctp_association_init() (CVE-2024-57938 bsc#1236182)
  - commit cb64cb6
  - fgraph: Add READ_ONCE() when accessing fgraph_array[] (CVE-2024-57934 bsc#1236179)
  - commit f0f5c56
  - topology: Keep the cpumask unchanged when printing cpumap (CVE-2024-57917 bsc#1236127)
  - commit 29e8746
  - mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CVE-2024-57884 bsc#1235948)
  - commit cd69bfc
  - netrom: check buffer length before accessing it (CVE-2024-57802 bsc#1235941)
  - commit fecc867
  - 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: fix omac index assignment after hardware
    reset (git-fixes).
  - wifi: mt76: mt7915: firmware restart on devices with a second
    pcie link (git-fixes).
  - wifi: mt76: only enable tx worker after setting the channel
    (git-fixes).
  - wifi: mt76: mt7996: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7925: Properly handle responses for commands
    with events (git-fixes).
  - wifi: mt76: mt7925: Cleanup MLO settings post-disconnection
    (git-fixes).
  - wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO
    (git-fixes).
  - wifi: mt76: mt7925: Init secondary link PM state (git-fixes).
  - wifi: mt76: mt7925: Update secondary link PS flow (git-fixes).
  - wifi: mt76: mt7925: Update mt7925_unassign_vif_chanctx for
    per-link BSS (git-fixes).
  - wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STA
    (git-fixes).
  - wifi: mt76: mt7925: Update mt7925_mcu_sta_update for BC in
    ASSOC state (git-fixes).
  - wifi: mt76: Enhance mt7925_mac_link_sta_add to support MLO
    (git-fixes).
  - wifi: mt76: mt7925: Enhance mt7925_mac_link_bss_add to support
    MLO (git-fixes).
  - wifi: mt76: mt7925: Fix CNM Timeout with Single Active Link
    in MLO (git-fixes).
  - wifi: mt76: mt7925: fix wrong parameter for related cmd of
    chan info (git-fixes).
  - wifi: mt76: mt7925: Fix incorrect WCID phy_idx assignment
    (git-fixes).
  - wifi: mt76: mt7925: Fix incorrect WCID assignment for MLO
    (git-fixes).
  - wifi: mt76: mt7925: Fix incorrect MLD address in bss_mld_tlv
    for MLO support (git-fixes).
  - wifi: mt76: connac: Extend mt76_connac_mcu_uni_add_dev for MLO
    (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: mt7925: fix the invalid ip address for arp offload
    (git-fixes).
  - wifi: mt76: mt7925: fix get wrong chip cap from incorrect
    pointer (git-fixes).
  - commit 0569918
  - wifi: mt76: mt7925: fix wrong band_idx setting when enable
    sniffer mode (git-fixes).
  - wifi: mt76: mt7925: fix NULL deref check in
    mt7925_change_vif_links (git-fixes).
  - wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz
    on MT7916 (git-fixes).
  - wifi: mt76: mt7915: Fix an error handling path in
    mt7915_add_interface() (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).
  - 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: rtw88: 8703b: Fix RX/TX issues (git-fixes).
  - wifi: rtw89: fix race between cancel_hw_scan and hw_scan
    completion (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: cfg80211: Move cfg80211_scan_req_add_chan() n_channels
    increment earlier (git-fixes).
  - wifi: mac80211: prohibit deactivating all links (git-fixes).
  - wifi: iwlwifi: mvm: don't count mgmt frames as MPDU (git-fixes).
  - wifi: iwlwifi: mvm: avoid NULL pointer dereference (git-fixes).
  - commit 98d9d6c
  - tools: Sync if_xdp.h uapi tooling header (git-fixes).
  - wifi: iwlwifi: fw: read STEP table from correct UEFI var
    (git-fixes).
  - wifi: wlcore: fix unbalanced pm_runtime calls (git-fixes).
  - wifi: mt76: mt7996: fix invalid interface combinations
    (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: ath11k: cleanup struct ath11k_reg_tpc_power_info
    (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).
  - wifi: cfg80211: tests: Fix potential NULL dereference in
    test_cfg80211_parse_colocated_ap() (git-fixes).
  - commit d9471b1
  - keys: drop shadowing dead prototype (git-fixes).
  - Refresh
    patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch.
  - commit 9473efe
  - 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).
  - selftests: ktap_helpers: Fix uninitialized variable (git-fixes).
  - selftests/landlock: Fix error message (git-fixes).
  - selftests/landlock: Fix build with non-default pthread linking
    (git-fixes).
  - landlock: Handle weird files (git-fixes).
  - KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
    (git-fixes).
  - selftests/rseq: Fix handling of glibc without rseq support
    (git-fixes).
  - selftests/ftrace: Fix to use remount when testing mount GID
    option (git-fixes).
  - selftests: harness: fix printing of mismatch values in
    __EXPECT() (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).
  - Input: bbnsm_pwrkey - add remove hook (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).
  - HID: wacom: Initialize brightness of LED trigger (git-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).
  - hwmon: Fix help text for aspeed-g6-pwm-tach (git-fixes).
  - leds: cht-wcove: Use devm_led_classdev_register() to avoid
    memory leak (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).
  - mfd: syscon: Fix race in device_node_get_regmap() (git-fixes).
  - HID: hid-sensor-hub: don't use stale platform-data on remove
    (git-fixes).
  - spi: zynq-qspi: Add check for clk_enable() (git-fixes).
  - regulator: of: Implement the unwind path of of_regulator_match()
    (git-fixes).
  - gpio: pca953x: log an error when failing to get the reset GPIO
    (git-fixes).
  - net/rose: prevent integer overflows in rose_setsockopt()
    (git-fixes).
  - selinux: Fix SCTP error inconsistency in selinux_socket_bind()
    (git-fixes).
  - selftests/powerpc: Fix argument order to timer_sub()
    (git-fixes).
  - commit df484ba
  - drm/connector: hdmi: Do atomic check when necessary (git-fixes).
  - drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
    (git-fixes).
  - drm/msm/mdp4: correct LCDC regulator name (git-fixes).
  - drm/msm: don't clean up priv->kms prematurely (git-fixes).
  - drm/msm: Check return value of of_dma_configure() (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8650 (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/dpu: provide DSPP and correct LM config for SDM670
    (git-fixes).
  - drm/msm/dpu1: don't choke on disabling the writeback connector
    (git-fixes).
  - drm/msm/dpu: fix x1e80100 intf_6 underrun/vsync interrupt
    (git-fixes).
  - drm/msm/hdmi: simplify code in pll_get_integloop_gain
    (git-fixes).
  - drm/msm/dp: set safe_to_exit_level before printing it
    (git-fixes).
  - drm/amdgpu: fix gpu recovery disable with per queue reset
    (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).
  - drm/xe/tracing: Fix a potential TP_printk UAF (git-fixes).
  - Revert "drm/i915/dpt: Make DPT object unshrinkable"
    (stable-fixes).
  - Revert "drm/amd/display: Fix green screen issue after suspend"
    (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: include rockchip_drm_drv.h (git-fixes).
  - commit b984ce6
  - 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).
  - Bluetooth: btrtl: check for NULL in btrtl_setup_realtek()
    (git-fixes).
  - Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name()
    (git-fixes).
  - ax25: rcu protect dev->ax25_ptr (git-fixes).
  - Align git commit ID abbreviation guidelines and checks
    (git-fixes).
  - drm/rockchip: vop2: Add check for 32 bpp format for rk3588
    (git-fixes).
  - drm/rockchip: vop2: Check linear format for Cluster windows
    on rk3566/8 (git-fixes).
  - drm/rockchip: vop2: Setup delay cycle for Esmart2/3 (git-fixes).
  - drm/rockchip: vop2: Set AXI id for rk3588 (git-fixes).
  - drm/connector: Allow clearing HDMI infoframes (git-fixes).
  - drm/rcar-du: dsi: Fix PHY lock bit check (git-fixes).
  - drm/rockchip: vop2: Fix the windows switch between different
    layers (git-fixes).
  - drm/panthor: Preserve the result returned by panthor_fw_resume()
    (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).
  - drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro (git-fixes).
  - drm: renesas: rz-du: Increase supported resolutions (git-fixes).
  - drm/rockchip: vop2: fix rk3588 dp+dsi maxclk verification
    (git-fixes).
  - drm/tidss: Fix race condition while handling interrupt registers
    (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).
  - accel/ivpu: Fix Qemu crash when running in passthrough
    (git-fixes).
  - drm/v3d: Fix performance counter source settings on V3D 7.x
    (git-fixes).
  - drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
    (git-fixes).
  - commit ef0aef7
  - net/ipv6: release expired exception dst cached in socket
    (CVE-2024-56644 bsc#1235133).
  - commit a89d415
  - Update config files.
  - commit 5e1aa47
  - fortify: Move FORTIFY_SOURCE under 'Kernel hardening options'
    (jsc#PED-11838).
  - mm: security: Check early if HARDENED_USERCOPY is enabled
    (jsc#PED-11838).
  - mm: security: Allow default HARDENED_USERCOPY to be set at
    compile time (jsc#PED-11838).
  - mm: security: Move hardened usercopy under 'Kernel hardening
    options' (jsc#PED-11838).
  - commit 1f3276d
  - Delete
    patches.suse/mm-security-Allow-default-HARDENED_USERCOPY-to-be-set-at-compile-time.patch.
  - Delete
    patches.suse/mm-security-Move-hardened-usercopy-under-Kernel-hardening-options.patch.
  - commit 871e2b7
  - drm/i915/fb: Relax clear color alignment to 64 bytes
    (stable-fixes).
  - drm/amdgpu: fix fw attestation for MP0_14_0_{2/3}
    (stable-fixes).
  - drm/amdgpu: always sync the GFX pipe on ctx switch
    (stable-fixes).
  - drm/amdgpu: disable gfxoff with the compute workload on gfx12
    (stable-fixes).
  - drm/amd/display: Disable replay and psr while VRR is enabled
    (stable-fixes).
  - drm/amd/display: Fix PSR-SU not support but still call the
    amdgpu_dm_psr_enable (stable-fixes).
  - drm/amdgpu/smu13: update powersave optimizations (stable-fixes).
  - nouveau/fence: handle cross device fences properly
    (stable-fixes).
  - commit a60ee67

++++ multipath-tools:

  - Update to version 0.11.0+164+suse.24eeee7
  - Reviewed Upstream changes from 0.12 development
    * Continued rework of the path checker loop
    * multipathd now sets the port_state of Fibre Channel remote ports to
    "marginal" for NVMe devices, too (with nvme_core.multipath=N only).
    * 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 path grouping if a path device is added while offline with group_by_tpg
    and group_by_serial path grouping policy
    (gh#opensvc/multipath-tools#108, bsc#1236392)
    * 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)
  - Changes in Upstream 0.11.0 (see also NEWS.md)
    * multipathd: set rport port_state to marginal for NVMe devices
    * 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)
    * multipath-tools: add HPE MSA Gen7 (2070/2072) to hwtable
    * multipath-tools: add SCST to hwtable
    * Add defaults for SCST and HPE MSA Gen7 to hwtable
    * Reduce log level of harmless "map ... doesn't exist" message
    (bsc#1236390)
    * Fixes for handling empty or incompletely created multipath maps
    (bsc#1236390)
    * During map creation, fixed the case where a map with different name, but
    matching UUID and matching type was already present. multipathd
    previously failed to set up such maps. Now it will reload them with the
    correct content. (bsc#1236390)

++++ ncurses:

  - Drop support of build ncurses applications with ABI 5 but leave
    the shared libraries for older applications using ABI 5
  - Add new package libncurses6-compat with the shared libraries
    without weak (p)thread support for foreign ncurses applications.
    Use with LD_LIBRARY_PATH=/usr/lib64/ncurses6nt (boo#1132282)

++++ libpwquality:

  - pwquality.conf moved from /etc/security to /usr/lib/security

++++ libseccomp:

  - Update to release 2.6.0
    * Multiplexed syscall support for ppc
    * Add support for the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag
    * Add support for transactions with the
    seccomp_transaction_start(), seccomp_transaction_commit(), and
    seccomp_transaction_reject() APIs
    * Add support for binary tree filters without syscalls
    * Add support for the kernel’s implementation change of
    SECCOMP_IOCTL_NOTIF_ID_VALID

++++ libselinux:

  - Update selinux-ready to clarify that kernel options aren't necessary
    on newer (open)SUSE versions

++++ osinfo-db:

  - Add support for openSUSE Leap 16.0 (jsc#PED-8910)
    add-opensuse-leap-16.0-support.patch

++++ python-distro:

  - Use libalternatives instead of update-alternatives, bsc#1235785

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#190
  - re-add --refresh option (bsc#1236393)
  - update tests
  - 1.24

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

++++ 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
    (jsc#PED-10682 jsc#PED-11231 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-uverbs-Prevent-integer-overflow-issue.patch
    (git-fixes CVE-2024-57890 bsc#1235919).
  - 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-amd-display-fix-divide-error-in-DM-plane-scale-c.patch
    (git-fixes CVE-2024-57919 bsc#1236070).
  - Update
    patches.suse/drm-amd-display-fix-page-fault-due-to-max-surface-de.patch
    (git-fixes CVE-2024-57918 bsc#1236128).
  - Update
    patches.suse/drm-amdgpu-Add-a-lock-when-accessing-the-buddy-trim-.patch
    (git-fixes CVE-2024-57921 bsc#1236076).
  - Update
    patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
    (stable-fixes CVE-2024-57897 bsc#1235969).
  - Update
    patches.suse/drm-amdkfd-wq_release-signals-dma_fence-only-when-av.patch
    (git-fixes CVE-2024-57920 bsc#1236072).
  - 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/drm-xe-Fix-fault-on-fd-close-after-unbind.patch
    (git-fixes CVE-2024-57844 bsc#1235945).
  - Update
    patches.suse/drm-xe-Fix-tlb-invalidation-when-wedging.patch
    (git-fixes CVE-2025-21644 bsc#1236085).
  - Update
    patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
    (git-fixes CVE-2024-57940 bsc#1236227).
  - Update
    patches.suse/exfat-fix-the-new-buffer-was-not-zeroed-before-writing.patch
    (git-fixes CVE-2024-57943 bsc#1236230).
  - Update
    patches.suse/gpio-virtuser-fix-missing-lookup-table-cleanups.patch
    (git-fixes CVE-2025-21661 bsc#1236201).
  - 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-ads1119-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57905 bsc#1236083).
  - Update
    patches.suse/iio-adc-ti-ads1298-Add-NULL-check-in-ads1298_init.patch
    (git-fixes CVE-2024-57944 bsc#1236197).
  - 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-bh1745-fix-information-leak-in-triggered-b.patch
    (git-fixes CVE-2024-57909 bsc#1236095).
  - 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/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch
    (git-fixes CVE-2024-57916 bsc#1236125).
  - Update
    patches.suse/net-mlx5e-Skip-restore-TC-rules-for-vport-rep-withou.patch
    (jsc#PED-11331 CVE-2024-57801 bsc#1235940).
  - Update
    patches.suse/netfs-Fix-ceph-copy-to-cache-on-write-begin.patch
    (git-fixes CVE-2024-57942 bsc#1236229).
  - Update
    patches.suse/netfs-Fix-enomem-handling-in-buffered-reads.patch
    (git-fixes CVE-2024-57928 bsc#1236092).
  - Update
    patches.suse/netfs-Fix-the-non-cancellation-of-copy-when-cache-is-temporarily-disabled.patch
    (git-fixes CVE-2024-57941 bsc#1236228).
  - Update
    patches.suse/nfs-Fix-oops-in-nfs_netfs_init_request-when-copying-to-cache.patch
    (git-fixes CVE-2024-57927 bsc#1236089).
  - Update patches.suse/nvmet-Don-t-overflow-subsysnqn.patch
    (git-fixes CVE-2024-53681 bsc#1235904).
  - 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 bsc#1234715 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/usb-typec-tcpci-fix-NULL-pointer-issue-on-shared-irq.patch
    (git-fixes CVE-2024-57914 bsc#1236119).
  - Update
    patches.suse/wifi-cfg80211-clear-link-ID-from-bitmap-during-link-.patch
    (stable-fixes CVE-2024-57898 bsc#1235966).
  - 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).
  - Update
    patches.suse/x86-fpu-Ensure-shadow-stack-is-active-before-getting-regis.patch
    (git-fixes CVE-2025-21632 bsc#1236106).
  - commit 54bbd23
  - net: inet: do not leave a dangling sk pointer in inet_create()
    (CVE-2024-56601 bsc#1235230).
  - commit 9915dd5
  - bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog (CVE-2024-56665 bsc#1235489)
  - commit c21f948
  - psi: Fix race when task wakes up before psi_sched_switch()
    adjusts flags (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched, psi: Don't account irq time if sched_clock_irqtime is
    disabled (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: Don't account irq time if sched_clock_irqtime is disabled
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Define sched_clock_irqtime as static key (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Do not compute overloaded status unnecessarily
    during lb (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/fair: Do not compute NUMA Balancing stats unnecessarily
    during lb (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/debug: Change need_resched warnings to pr_err (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Encapsulate set custom slice in a __setparam_fair()
    function (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: Fix race between yield_to() and try_to_wake_up()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - docs: Update Schedstat version to 17 (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/stats: Print domain name in /proc/schedstat (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Move sched domain name out of CONFIG_SCHED_DEBUG
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Report the different kinds of imbalances in
    /proc/schedstat (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/fair: Cleanup in migrate_degrades_locality() to improve
    readability (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/fair: Update comments after sched_tick() rename
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: deadline: Cleanup goto label in
    pick_earliest_pushable_dl_task (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/fair: Untangle NEXT_BUDDY and pick_next_task()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Mark m*_vruntime() with __maybe_unused (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Fix variable declaration position (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Do not try to migrate delayed dequeue task
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Rename cfs_rq.nr_running into nr_queued (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Remove unused cfs_rq.idle_nr_running (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Removed unsued cfs_rq.h_nr_delayed (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Use the new cfs_rq.h_nr_runnable (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Add new cfs_rq.h_nr_runnable (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/fair: Rename h_nr_running into h_nr_queued (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/isolation: Consolidate housekeeping cpumasks that
    are always identical (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Remove HK_TYPE_SCHED (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of
    cfs_bandwidth_used() (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/deadline: Consolidate Timer Cancellation (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/deadline: Check bandwidth overflow earlier for hotplug
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/deadline: Correctly account for allocated bandwidth during
    hotplug (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched/deadline: Restore dl_server bandwidth on non-destructive
    root domain changes (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched: add READ_ONCE to task_on_rq_queued (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Don't try to catch up excess steal time (bsc#1234634
    (Scheduler functional and performance backports)).
  - commit fa2e8c2
  - doc/README.SUSE: Point to the updated version of LKMPG
  - commit 624b259
  - mm: reinstate ability to map write-sealed memfd mappings
    read-only (bsc#1236186).
  - commit ded0978
  - Update
    patches.suse/x86-fpu-Ensure-shadow-stack-is-active-before-getting-regis.patch
    (git-fixes CVE-2025-21632 bsc#1236106).
    Add CVE.
  - commit 887d7c3
  - net: restrict SO_REUSEPORT to inet sockets (bsc#1235967 CVE-2024-57903)
  - commit 58fab3c
  - net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (bsc#1236143 CVE-2025-21649)
  - commit 475f3b6
  - net/mlx5: Fix variable not being completed when function returns (bsc#1236198 CVE-2025-21662)
  - commit 07f6c41

++++ kernel-firmware-all:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-amdgpu:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-ath10k:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-ath11k:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-ath12k:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-atheros:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-bluetooth:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-bnx2:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-brcm:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-chelsio:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-dpaa2:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-i915:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-intel:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-iwlwifi:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-liquidio:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-marvell:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-media:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-mediatek:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-mellanox:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-mwifiex:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-network:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-nfp:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-nvidia:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-platform:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-prestera:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-qcom:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-qlogic:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-radeon:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-realtek:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-serial:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-sound:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-ti:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-ueagle:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ kernel-firmware-usb-network:

  - Update to version 20250122 (git commit 0e16f416fa29):
    * amdgpu: revert DMCUB 3.1.4 firmware (bsc#1236196)
    * amlogic: update firmware for w265s2

++++ python-Pygments:

  - Drop dependency on ca-certificates-mozilla-prebuilt to really
    avoid buildcycles

++++ qemu:

  - CPU model for new IBM Z HW (jsc#PED-10266):
    * s390x/cpumodel: gen17 model
    * s390x/cpumodel: Add PLO-extension facility
    * s390x/cpumodel: correct PLO feature wording
    * s390x/cpumodel: Add Sequential-Instruction-Fetching facility
    * s390x/cpumodel: add Ineffective-nonconstrained-transaction facility
    * s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3
    * s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4
    * s390x/cpumodel: add Vector Enhancements facility 3
    * s390x/cpumodel: add Concurrent-functions facility support
    * linux-headers: Update to Linux 6.13-rc1
    * s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support
    * s390x/cpumodel: add msa13 subfunctions
    * s390x/cpumodel: add msa12 changes
    * s390x/cpumodel: add msa11 subfunctions
    * s390x/cpumodel: add msa10 subfunctions

++++ 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).

++++ lvm2-device-mapper:

  - 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

++++ firewalld:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ open-iscsi:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ kernel-default:

  - s390/futex: Fix FUTEX_OP_ANDN implementation (git-fixes
    bsc#1236286).
  - commit 0dace5e
  - tracing: Prevent bad count for tracing_cpumask_write (CVE-2024-56763 bsc#1235638)
  - commit ddb87c7
  - dccp: Fix memory leak in dccp_feat_change_recv (CVE-2024-56643 bsc#1235132)
  - commit a463e51
  - net: stmmac: fix TSO DMA API usage causing oops (CVE-2024-56719 bsc#1235591)
  - commit 303cb71
  - net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() (CVE-2024-56717 bsc#1235588)
  - commit 9d81d98
  - EDAC/igen6: Avoid segmentation fault on module unload (CVE-2024-56708 bsc#1235564)
  - commit b104d19
  - net/smc: initialize close_work early to avoid warning (CVE-2024-56641 bsc#1235526)
  - commit 004c5ba
  - net: hsr: must allocate more bytes for RedBox support (CVE-2024-56639 bsc#1235525)
  - commit 5287ee6
  - btrfs: fix transaction atomicity bug when enabling simple quotas
    (bsc#1235792 CVE-2024-57806).
  - btrfs: flush delalloc workers queue before stopping cleaner
    kthread during unmount (bsc#1235965 CVE-2024-57896).
  - commit c277493
  - net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of
    bounds issue (CVE-2025-21650 bsc#1236144).
  - 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 234dcb0
  - Update config files. Make zsmalloc the default for zswap (bsc#1235938)
  - commit 5f343bc
  - Update config files. Enable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1235939)
  - commit afec79a
  - powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in
    DDW (bsc#1218470 ltc#204531).
  - commit 0e16ef6
  - Delete
    patches.suse/0001-kvm-Reintroduce-nopvspin-kernel-parameter.patch.
    This patch was required for a performance issue with specific kernels
  - commit 77171c1

++++ kexec-tools:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ multipath-tools:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ rdma-core:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ lvm2:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ openssl-3:

  - bsc#1236136 CVE-2024-13176: Fix timing side-channel in ECDSA signature computation
    * Add patch openssl-CVE-2024-13176.patch

++++ parted:

  - fixed build with gcc15
    added patches:
  - parted-do-version.patch

++++ 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)

++++ logrotate:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ mdadm:

  - Drop rcFOO symlinks for CODE16 (PED-266).

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

  - preamble: let -cuda KMP conflict with no-cuda variants < 550.135
    (bsc#1236191)

++++ openssh:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ pam_pkcs11:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ passt:

  - Update to version 20250121.4f2c8e7:
    * vhost_user: Drop packet with unsupported iovec array
    * tcp: Set PSH flag for last incoming packets in a batch
    * tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT state
    * tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
    * tcp: Buffer sizes are *not* inherited on accept()/accept4()
    * vhost_user: remove ASSERT() on iovec number
    * vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATE
    * vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command
    * vhost-user: add VHOST_USER_CHECK_DEVICE_STATE command
    * vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFD
    * vhost-user: add VHOST_USER_SET_LOG_BASE command
    * vhost-user: Pass vu_dev to more virtio functions
    * vhost-user: add VHOST_USER_SET_LOG_FD command
    * vhost-user: update protocol features and commands list
    * tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest
    * tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
    * tcp: Don't subscribe to EPOLLOUT events on STALLED
    * tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
    * vhost_user: fix multibuffer from linux
    * test/pasta_podman: Run Podman tests on a single CPU thread
    * checksum: fix checksum with odd base address
    * tcp_splice: Set (again) TCP_NODELAY on both sides
    * seccomp: Unconditionally allow accept(2) even if accept4(2) is present
    * virtio: Use const pointer for vu_dev
    * udp_flow: Don't block multicast and broadcast messages
    * Makefile: Report error and stop if we can't set TARGET
    * README: Mark vhost-user as supported

++++ qemu:

  - Build properly with the latest version of Sphinx:
    * [openSUSE][RPM] Fix the build with the latest Sphinx

++++ rsync:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ tuned:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ 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:

  - netfs: Fix kernel async DIO (CVE-2025-21643 bsc#1236129).
  - commit 5091c6e
  - KVM: x86: Play nice with protected guests in
    complete_hypercall_exit() (CVE-2024-55881 bsc#1235745).
  - commit 1b22d6c
  - netfilter: ipset: Hold module reference while requesting a module (CVE-2024-56637 bsc#1235523)
  - commit 690c0e7
  - btrfs: zlib: fix avail_in bytes for s390 zlib HW compression
    path (CVE-2024-57923 bsc#1236081).
  - commit 8a7a4cd
  - geneve: do not assume mac header is set in geneve_xmit_skb() (CVE-2024-56636 bsc#1235520)
  - commit 952c736
  - dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end (bsc#1236096, CVE-2024-57929).
  - commit 39a2cb0
  - net: avoid potential UAF in default_operstate() (CVE-2024-56635 bsc#1235519)
  - commit 3ce7665
  - net: lapb: increase LAPB_HEADER_LEN (CVE-2024-56659 bsc#1235439)
  - commit f8467db
  - net: enetc: Do not configure preemptible TCs if SIs do not support (CVE-2024-56649 bsc#1235449)
  - commit 72c14cf
  - smb: Initialize cfid->tcon before performing network ops (CVE-2024-56729 bsc#1235503)
  - commit 01281af
  - usb: typec: ucsi: Fix connector status writing past buffer size
    (git-fixes).
  - commit cef7f7d
  - reenabled kABI padding for rfkill subsystem
  - commit 6ada0c1
  - reenabled kABI padding for fpga subsystem
  - commit 2829876
  - reenabled kABI paddings for atheros wifi
  - commit e1e449a
  - reenable kABI paddings for mediatek wifi
  - commit 3acd857
  - reenable kABI padding for realtek wifi
  - commit f74657e
  - selftests/mm: add self tests for guard page feature
    (jsc#PED-11997).
  - commit 60e0640
  - tools: testing: update tools UAPI header for mman-common.h
    (jsc#PED-11997).
  - commit 8363626
  - mm: madvise: implement lightweight guard page mechanism
    (jsc#PED-11997).
  - commit ef64fd4
  - mm: add PTE_MARKER_GUARD PTE marker (jsc#PED-11997).
  - commit 8bdd1e7
  - mm: pagewalk: add the ability to install PTEs (jsc#PED-11997).
  - commit 05dd309
  - mm/madvise: unrestrict process_madvise() for current process
    (jsc#PED-11997).
  - commit 520a012
  - mm: refactor mm_access() to not return NULL (jsc#PED-11997).
  - commit f4b336b
  - x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC (git-fixes).
  - commit 62783ca
  - x86/microcode/intel: Remove unnecessary cache writeback and invalidation (git-fixes).
  - commit dc8791d
  - x86/tdx: Dynamically disable SEPT violations from causing #VEs (git-fixes).
  - commit 496a9c3
  - x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (git-fixes).
  - commit 5e1ffad
  - x86/tdx: Introduce wrappers to read and write TD metadata (git-fixes).
  - commit 755075a
  - x86/pkeys: Ensure updated PKRU value is XRSTOR'd (git-fixes).
  - commit 51df86b
  - x86/pkeys: Change caller of update_pkru_in_sigframe() (git-fixes).
  - commit 978efb4
  - x86/fpu: Ensure shadow stack is active before "getting" registers (git-fixes).
  - commit 46e75e2
  - x86/mm: Carve out INVLPG inline asm for use by others (git-fixes).
  - commit e895153
  - x86: fix off-by-one in access_ok() (git-fixes).
  - commit 4b269aa
  - x86/asm: Make serialize() always_inline (git-fixes).
  - commit f957994
  - x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR  fails (git-fixes).
  - commit c5e60f6
  - x86/microcode/AMD: Flush patch buffer mapping after application (git-fixes).
  - commit d8e2f7c
  - x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cache (git-fixes).
  - commit bb3c863
  - Reviewed
    patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch
  - commit 0e6968e
  - Reviewed
    patches.suse/0003-Add-external-no-support-as-bad-taint-module.patch
  - commit 86de2cb

++++ kernel-firmware-all:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-amdgpu:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-ath10k:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-ath11k:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-ath12k:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-atheros:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-bluetooth:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-bnx2:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-brcm:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-chelsio:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-dpaa2:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-i915:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-intel:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-iwlwifi:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-liquidio:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-marvell:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-media:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-mediatek:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-mellanox:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-mwifiex:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-network:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-nfp:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-nvidia:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-platform:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-prestera:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-qcom:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-qlogic:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-radeon:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-realtek:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-serial:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-sound:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-ti:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-ueagle:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ kernel-firmware-usb-network:

  - Update to version 20250120 (git commit 634d0a0aa07b):
    * mediatek MT7925: update bluetooth firmware to 20250113153307
    * linux-firmware: update firmware for MT7925 WiFi device
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update yellow carp firmware
    * qcom: correct licence information for SA8775P binaries
    * qcom: update SLPI firmware for RB5 board
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qcom: add DSP firmware for SA8775p platform
    * qcom: correct venus firmware versions
    * qcom: add missing version information
    * linux-firmware: Update firmware (v10) for mt7988 internal
    * iwlwifi: add Bz FW for core90-93 release
    * linux-firmware: wilc3000: add firmware for WILC3000 WiFi device
    * rtw89: 8852b: update fw to v0.29.29.8
    * rtw89: 8852c: update fw to v0.27.122.0
    * rtw89: 8922a: update fw to v0.35.54.0
    * rtw89: 8922a: update fw to v0.35.52.1 and stuffs
    * rtw89: 8852bt: update fw to v0.29.110.0
    * rtw89: 8852b: update fw to v0.29.29.7
  - Fix license for qcom_q6v5_pas
  - Update aliases from 6.13

++++ libcbor:

  - Explicitly BuildRequire sphinx_rtd_theme.

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

++++ sssd:

  - Migrate away from update-alternatives, replaced by package
    conflicts; (bsc#1235789); (bsc#1216739);

++++ wtmpdb:

  - Update to version 0.70.0+git20250121.3e409b5:
    * Fix installation of all wtmpdbd man page variants
    * Release version 0.70.0
    * Add wtmpdbd.8 manual page
    * wtmpdbd: fix printing help text
    * wtmpdbd: more fine granular log level filtering
    * wtmpdbd: implement varlink_event_loop_with_idle
    * wtmpdbd.socket: fix socket descriptor name
    * meson: no longer check for v258 sd-varlink function

++++ policycoreutils:

  - Drop manually generated typelib(Gtk) Requires: this was the
    minimal fix to eliminate usage of pythonj-gtk, but the python
    code references more typelibs; hence add gobject-introspection
    BuildRequires in order to inspect the code for typelib()
    dependencies.
  - Replace python3-gobject Requires for python3-gobject-Gdk: as this
    is a GUI application, we do need to Gdk bridge too.
  - Replace python-gtk Requires for -gui with introspection typelib for Gtk 3

++++ selinux-policy:

  - Update to version 20240604+git684.814e5b91:
    * wtmpdbd systemd service uses NoNewPrivileges (bsc#1235660)

++++ suse-module-tools:

    * Fix "initrd: file not found" error in sd-boot setup
    (gh#openSUSE/suse-module-tools#113, gh#openSUSE/sdbootutil#122)

++++ vim:

  - updade to 9.1.1043
    * [security]: segfault in win_line()
    * update helptags
    * filetype: just files are not recognized
    * Update base-syntax, match ternary and falsy operators
    * Vim9: out-of-bound access when echoing an enum
    * Vim9: imported type cannot be used as func return type
    * runtime(kconfig): updated ftplugin and syntax script
    * runtime(doc): rename last t_BG reference to t_RB
    * Vim9: comments are outdated
    * tests: test_channel.py fails with IPv6
    * runtime(vim): Update base-syntax, fix is/isnot operator matching
    * Vim9: confusing error when using abstract method via super
    * make install fails when using shadowdir
    * Vim9: memory leak with blob2str()
    * runtime(tex): add texEmphStyle to texMatchGroup in syntax script
    * runtime(netrw): upstream snapshot of v175
    * Vim9: compiling abstract method fails without return
    * runtime(c): add new constexpr keyword to syntax file (C23)
    * tests: shaderslang was removed from test_filetype erroneously
    * link error when FEAT_SPELL not defined
    * Coverity complains about insecure data handling
    * runtime(sh): update syntax script
    * runtime(c): Add missing syntax test files
    * filetype: setting bash filetype is backwards incompatible
    * runtime(c): Update syntax and ftplugin files
    * the installer can be improved
    * too many strlen() calls in screen.c
    * no sanitize check when running linematch
    * filetype: swc configuration files are not recognized
    * runtime(netrw): change netrw maintainer
    * wrong return type of blob2str()
    * blob2str/str2blob() do not support list of strings
    * runtime(doc): fix typo in usr_02.txt
    * Coverity complains about dereferencing NULL pointer
    * linematch option value not completed
    * string might be used without a trailing NUL
    * no way to get current selected item in a async context
    * filetype: fd ignore files are not recognized
    * v9.1.0743 causes regression with diff mode
    * runtime(doc): fix base64 encode/decode examples
    * Vim9: Patch 9.1.1013 causes a few problems
    * Not possible to convert string2blob and blob2string
    * Coverity complains about dereferencing NULL value
    * Vim9: variable not found in transitive import
    * runtime(colors): Update colorschemes, include new unokai colorscheme
    * Vim9: Regression caused by patch v9.1.0646
    * runtime(lyrics): support milliseconds in syntax script
    * runtime(vim): Split Vim legacy and Vim9 script indent tests
    * Vim9: class interface inheritance not correctly working
    * popupmenu internal error with some abbr in completion item
    * filetype: VisualCode setting file not recognized
    * diff feature can be improved
    * tests: test for patch 9.1.1006 doesn't fail without the patch
    * filetype: various ignore are not recognized
    * tests: Load screendump files with "git vimdumps"
    * PmenuMatch completion highlight can be combined
    * completion text is highlighted even with no pattern found
    * tests: a few termdebug tests are flaky
    * [security]: heap-buffer-overflow with visual mode
    * runtime(doc): add package-<name> helptags for included packages
    * Vim9: unknown func error with interface declaring func var
    * runtime(filetype): don't detect string interpolation as angular
    * ComplMatchIns highlight hard to read on light background
    * runtime(vim): Update base-syntax, highlight literal string quote escape
    * runtime(editorconfig): set omnifunc to syntaxcomplete func
    * tests: ruby tests fail with Ruby 3.4
    * Vim9: leaking finished exception
    * runtime(tiasm):  use correct syntax name tiasm in syntax script
    * filetype: TI assembly files are not recognized
    * too many strlen() calls in drawscreen.c
    * runtime(xf86conf): add section name OutputClass to syntax script
    * ComplMatchIns may highlight wrong text
    * runtime(vim): Update base-syntax, improve ex-bang matching
    * runtime(doc): clarify buffer deletion on popup_close()
    * filetype: shaderslang files are not detected
    * Vim9: not able to use comment after opening curly brace

------------------------------------------------------------------
------------------  2025-1-20  -  Jan 20 2025  -------------------
------------------------------------------------------------------

++++ bash-completion:

  - No longer ship completion for secret-tool, which belongs to
    libsecret and newly brings the completions by itself.
    https://github.com/scop/bash-completion/issues/1317

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

++++ fwupd:

  - Update to version 2.0.4+4:
    + dell-kestrel: cleanup the devices when disconnected
    + Raise authentication requirements for emulation-load
    + uefi-dbx: Only list the version in the quirk file key
  - Update to version 2.0.4:
    + This release adds the following features:
  - Record the entire USB descriptor in the emulation data
  - Return defined return code when network metadata refresh
    fails
    + This release fixes the following bugs:
  - Add a new private flag of 'delayed-removal' to remove a
    footgun
  - Added a more specific instance ID for qc-s5gen2 USB devices
  - Add fadvise64 to the systemd syscall allowlist
  - Add the Unifying bootloader VID/PID as a full instance ID
  - Allow disabling zero-length packet for modem-manager devices
  - Allow recovering Logitech Bolt receiver in bootloader mode
  - Correctly parse CSV streams without trailing NULs
  - Detect if network is reachable before downloading metadata
  - Disabling reading the OptionROM device after dumping
  - Do not claim kernel interface to avoid Parade downstream port
    resets
  - Do not save BootOrder when measuring system integrity
  - Enumerate child nordic-hid devices correctly
  - Fix a possible critical warning for Mediatek scaler devices
  - Fix Firehose padding for some modem-manager devices
  - Fix UEFI capsule updates when using 4096 byte NVME blocksize
  - Get the Dell dock update package version correctly
  - Never read more of the composite stream from a partial stream
  - Notify snapd about DBX updates
  - Probe sd_mod before starting
  - Properly handle FU_DEVICE_PRIVATE_FLAG_NO_GENERIC_GUIDS
  - Remove the test for CSME 18 manufacturing lock
  - Restore the Logitech compatibility UFY instance IDs
  - Show the correct version when installing a same-device
    composite update
  - Show updates with problems when using 'fwupdmgr get-releases'
  - Split up the AMD GPU VBIOS P/N for the version
  - Use attr USB4_TYPE rather than guessing from
    thunderbolt_domain
  - Use the ISO date as a dbx version number for the Microsoft
    KEK
  - Use the KEK to set the dbx vendor ID

++++ glibc:

  - Disable nscd support (bsc#1235247)

++++ hicolor-icon-theme:

  - Update to version 0.18:
    * Provide a pkgconfig file
    * Create HiDPI directories
    * Port build system to Meson
  - Create devel subpackage for pkgconfig file
  - Create all directories under symbolic
    (needed by budgie-desktop)
  - Create 1024x1024 HiDPI directories

++++ kernel-default:

  - tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
    (git-fixes).
  - commit 6f0e558
  - net: mana: Cleanup "mana" debugfs dir after cleanup of all children (git-fixes).
  - commit 7180a8a
  - RDMA/hns: Fix missing flush CQE for DWQE (git-fixes)
  - commit 87b30f5
  - RDMA/hns: Fix warning storm caused by invalid input in IO path (git-fixes)
  - commit e09ea24
  - RDMA/hns: Fix accessing invalid dip_ctx during destroying QP (git-fixes)
  - commit d0ac89c
  - RDMA/hns: Fix mapping error of zero-hop WQE buffer (git-fixes)
  - commit 87de660
  - RDMA/nldev: Set error code in rdma_nl_notify_event (git-fixes)
  - commit c4562bf
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit a0b253d
  - RDMA/uverbs: Prevent integer overflow issue (git-fixes)
  - commit aeb3e97
  - Reviewed
    patches.suse/0001-PKCS-7-Check-codeSigning-EKU-of-certificates-in-PKCS.patch
  - commit c96f4a3
  - Reviewed
    patches.suse/0001-X.509-Fix-the-parser-of-extended-key-usage-for-lengt.patch
  - commit b4da5d5
  - Reviewed
    patches.suse/0004-Documentation-admin-guide-module-signing.rst-add-ope.patch
  - commit 4076611
  - Reviewed
    patches.suse/0003-modsign-Add-codeSigning-EKU-when-generating-X.509-ke.patch
  - commit 3ca6e63
  - Refresh
    patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch.
    Update config files.
    CONFIG_CHECK_CODESIGN_EKU
  - commit 3293035
  - Refresh
    patches.suse/0001-X.509-Add-CodeSigning-extended-key-usage-parsing.patch.
  - commit af592d7
  - ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
    (bsc#1235964 CVE-2024-57892).
  - commit c39636c
  - efi: remove EFI secret key when booting with secure boot
    disabled (jsc#PED-1444).
  - commit b444d73

++++ util-linux-systemd:

  - Move blkid.conf to /usr/etc (boo#1235887).

++++ gcc15:

  - New package, inherits from gcc14
  - Take patches inherited from GCC 14.
    * gcc-add-defaultsspec.diff, add the ability to provide a specs
    file that is read by default
    * tls-no-direct.diff, avoid direct %fs references on x86 to not
    slow down Xen
    * gcc43-no-unwind-tables.diff, do not produce unwind tables for
    CRT files
    * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr
    for ppc, just a testcase
    * gcc44-textdomain.patch, make translation files version specific
    and adjust textdomain to find them
    * gcc44-rename-info-files.patch, fix cross-references in info files
    when renaming them to be version specific
    * gcc48-libstdc++-api-reference.patch, fix link in the installed
    libstdc++ html documentation
    * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes
    new warning from -Wextra
    * gcc7-avoid-fixinc-error.diff
    * gcc9-reproducible-builds-buildid-for-checksum.patch
    * gcc9-reproducible-builds.patch
    * gcc11-gdwarf-4-default.patch, default to -gdwarf-4 on old products

++++ util-linux:

  - Move blkid.conf to /usr/etc (boo#1235887).

++++ dav1d:

  - Update to version 1.5.1
    * Rewrite of the looprestoration (SGR, wiener) to reduce stack
    usage
    * Rewrite of {put,prep}_scaled functions
    * Improvements on the SSSE3 SGR
    * Improvements on ARM32/ARM64 looprestoration optimizations
    * RISC-V: blend optimizations for high bitdepth
    * Power9: blend optimizations for 8bpc
    * Port RISC-V to POSIX/non-Linux OS
    * AArch64: Add Neon implementation of load_tmvs
    * Fix a rare, but possible deadlock, in flush()

++++ ncurses:

  - Add ncurses patch 20250118
    + improve pattern used for configure --with-xterm-kbs option (report by
    Mingyu Wang)
    + update configure macros, from work on cdk and dialog.
    + change a parameter name in curs_sp_funcs.3x, for consistency (patch
    by "WHR").
    > patches by Branden Robinson:
    + improve formatting/style of manpages
    + change winwstr() to a generated function, using the macro definition,
    moving its handling of negative length parameter into winnwstr().
    + correct actual-function name in a few trace calls.

++++ shadow:

  - bsc#1235453: Set SYS_{UID,GID}_MIN to 201:
    After repeated similar requests to change the ID ranges we set the
    above mentioned value to 201. The max value will stay at 499.
    This range should be sufficient and will give us leeway for the
    future.
    It's not straightforward to find out which static UIDs/GIDs are
    used in all packages.
    Update shadow-login_defs-suse.patch

++++ wtmpdb:

  - Update to version 0.60.0+git20250120.64d23d8:
    * Release version 0.60.0
    * Merge reader/write socket to one generic one
    * wtmpdbd: add Ping, SetLogLevel and GetEnvironment

++++ 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)

++++ permissions:

  - Update to version 1699_20250120:
    * profiles: whitelist nvidia-modprobe (bsc#1230950)

++++ selinux-policy:

  - Update to version 20240604+git682.1bebca04:
    * Label xrdp scripts in /etc as bin_t (bsc#1233738)
    * introduce unconfined_service_transition_to_unconfined_user boolean (bsc#1233738)
    * Allow database rotation for wtmpdbd_t
    * Allow wtmpdbd to send messages notifications
    * Introduce policy for wtmpdbd (bsc#1235660)

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#189
  - make update-bootloader an alias for pbl and re-add still in-use
    legacy options (bsc#1235320)
  - update tests
  - 1.23
  - merge gh#openSUSE/perl-bootloader#188
  - really enforce bash everywhere now (bsc#1231018)
  - 1.22

------------------------------------------------------------------
------------------  2025-1-19  -  Jan 19 2025  -------------------
------------------------------------------------------------------

++++ lzlib:

  - Update to release 1.15
    * Lzlib now reports a nonzero first LZMA byte as a
    LZ_data_error.
    * LZ_Errno, LZ_Encoder, and LZ_Decoder are now declared in
    lzlib.h as typedef.

++++ pango:

  - Update to version 1.56.1:
    + Avoid criticals when there are no fonts
    + fontconfig:
  - Handle lack of FC_FONT_WRAPPER in font cache
  - Prefer application fonts even if they are older

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

  - scsi: mpi3mr: Fix corrupt config pages PHY state is switched
    in sysfs (CVE-2024-57804 bsc#1235779).
  - commit aa77f1e
  - soc: ti: pruss: Fix pruss APIs (git-fixes).
  - reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated
    device (git-fixes).
  - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev
    race (git-fixes).
  - platform/x86: dell-uart-backlight: fix serdev race (git-fixes).
  - Revert "mtd: spi-nor: core: replace dummy buswidth from addr
    to data" (git-fixes).
  - hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST
    (git-fixes).
  - hwmon: (tmp513) Fix division of negative numbers (git-fixes).
  - gpio: xilinx: Convert gpio_lock to raw spinlock (git-fixes).
  - i2c: testunit: on errors, repeat NACK until STOP (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: atr: Fix client detach (git-fixes).
  - i2c: core: fix reference leak in i2c_register_adapter()
    (git-fixes).
  - pmdomain: imx8mp-blk-ctrl: add missing loop break condition
    (git-fixes).
  - selftests: mptcp: avoid spurious errors on disconnect
    (git-fixes).
  - drm/amd/pm:  fix BUG: scheduling while atomic (stable-fixes).
  - drm/amdkfd: wq_release signals dma_fence only when available
    (git-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).
  - pmdomain: imx: gpcv2: fix an OF node reference leak in
    imx_gpcv2_probe() (git-fixes).
  - commit edae5a9
  - block: RCU protect disk->conv_zones_bitmap (bsc#1235820,
    CVE-2024-57875).
  - commit 76c266d
  - ublk: detach gendisk from ublk device if add_disk() fails
    (bsc#1235634, CVE-2024-56764).
  - commit 3688e07

++++ libxslt:

  - Remove the test_bad regression test that fails with old libxml2
    as suggested by upstream devs:
    * https://gitlab.gnome.org/GNOME/libxslt/-/issues/126
  - Allow building with older libxml2 versions:
    * tests: Make runtest compile with older libxml2 versions
    * https://gitlab.gnome.org/GNOME/libxslt/issues/125
    * Add libxslt-test-compile-with-older-libxml2-versions.patch

------------------------------------------------------------------
------------------  2025-1-17  -  Jan 17 2025  -------------------
------------------------------------------------------------------

++++ coreutils:

  - Update to 9.6:
    Bug fixes
    * cp fixes support for --update=none-fail, which would have been
    rejected as an invalid option.
    [bug introduced in coreutils-9.5]
    * cp,mv --update no longer overrides --interactive or --force.
    [bug introduced in coreutils-9.3]
    * csplit no longer creates empty files given empty input.
    [This bug was present in "the beginning".]
    * ls and printf fix shell quoted output in the edge case of escaped
    first and last characters, and single quotes in the string.
    [bug introduced in coreutils-8.26]
    * ls -l no longer outputs "Permission denied" errors on NFS
    which may happen with files without read permission, and which resulted
    in inaccurate indication of ACLs (missing '+' flag after mode).
    [bug introduced in coreutils-9.4]
    * ls -l no longer outputs "Not supported" errors on virtiofs.
    [bug introduced in coreutils-9.4]
    * mv works again with macFUSE file systems.  Previously it would
    have exited with a "Function not implemented" error.
    [bug introduced in coreutils-8.28]
    * nproc gives more consistent results on systems with more than 1024 CPUs.
    Previously it would have ignored the affinity mask on such systems.
    [bug introduced with nproc in coreutils-8.1]
    * numfmt --from=iec-i now works with numbers without a suffix.
    Previously such numbers were rejected with an error.
    [bug introduced with numfmt in coreutils-8.21]
    * printf now diagnoses attempts to treat empty strings as numbers,
    as per POSIX. For example, "printf '%d' ''" now issues a diagnostic
    and fails instead of silently succeeding.
    [This bug was present in "the beginning".]
    * pwd no longer outputs an erroneous double slash on systems
    where the system getcwd() was completely replaced.
    [bug introduced in coreutils-9.2]
    * 'shuf' generates more-random output when the output is small.
    [bug introduced in coreutils-8.6]
    * `tail --follow=name` no longer waits indefinitely for watched
    file names that are moved elsewhere within the same file system.
    [bug introduced in coreutils-8.24]
    * `tail --follow` without --retry, will consistently exit with failure status
    where inotify is not used, when all followed files become inaccessible.
    [This bug was present in "the beginning".]
    * `tail --follow --pid=PID` will now exit when the PID dies,
    even in the presence of blocking inputs like unopened fifos.
    [This bug was present in "the beginning".]
    * 'tail -c 4096 /dev/zero' no longer loops forever.
    [This bug was present in "the beginning".]
    Changes in behavior
    * 'factor' now buffers output more efficiently in some cases.
    * install -C now dereferences symlink sources when comparing,
    rather than always treating as different and performing the copy.
    * kill -l and -t now list signal 0, as it's a valid signal to send.
    * ls's -f option now simply acts like -aU, instead of also ignoring
    some earlier options.  For example 'ls -fl' and 'ls -lf' are now
    equivalent because -f no longer ignores an earlier -l.  The new
    behavior is more orthogonal and is compatible with FreeBSD.
    * stat -f -c%T now reports the "fuseblk" file system type as "fuse",
    given that there is no longer a distinct "ctl" fuse variant file system.
    New Features
    * cksum -a now supports the "crc32b" option, which calculates the CRC
    of the input as defined by ITU V.42, as used by gzip for example.
    For performance pclmul instructions are used where supported.
    * ls now supports the --sort=name option,
    to explicitly select the default operation of sorting by file name.
    * printf now supports indexed arguments, using the POSIX:2024 specified
    %<i>$ format, where '<i>' is an integer referencing a particular argument,
    thus allowing repetition or reordering of printf arguments.
    * test supports the POSIX:2024 specified '<' and '>' operators with strings,
    to compare the string locale collating order.
    * timeout now supports the POSIX:2024 specified -f, and -p short options,
    corresponding to --foreground, and --preserve-status respectively.
    Improvements
    * cksum -a crc, makes use of AVX2, AVX512, and ARMv8 SIMD extensions
    for time reductions of up to 40%, 60%, and 80% respectively.
    * 'head -c NUM', 'head -n NUM', 'nl -l NUM', 'nproc --ignore NUM',
    'tail -c NUM', 'tail -n NUM', and 'tail --max-unchanged-stats NUM’
    no longer fail merely because NUM stands for 2**64 or more.
    * sort operates more efficiently when used on pseudo files with
    an apparent size of 0, like those in /proc.
    * stat and tail now know about the "bcachefs", and "pidfs" file system types.
    stat -f -c%T now reports the file system type,
    and tail -f uses inotify for these file systems.
    * wc now reads a minimum of 256KiB at a time.
    This was previously 16KiB and increasing to 256KiB was seen to increase
    wc -l performance by about 10% when reading cached files on modern systems.
  - coreutils-fix-gnulib-time_r-tests.patch: Remove now-upstream patch.
  - coreutils-9.6-ls-Z-crash-fix.patch: Add upstream patch from after the release.
  - coreutils.spec (Patch920): Exchange names of above patch files accordingly.
  - coreutils-i18n.patch: Refresh patch, manually porting some upstream fixes
    into the i18n chunks for expand.c, fold.c and unexpand.c.
  - Refresh all other patches:
    * coreutils-disable_tests.patch
    * coreutils-remove_hostname_documentation.patch
    * coreutils-remove_kill_documentation.patch
    * coreutils-skip-gnulib-test-tls.patch
    * coreutils-tests-shorten-extreme-factor-tests.patch
    * coreutils-tests-workaround-make-fdleak.patch

++++ coreutils-systemd:

  - Update to 9.6:
    Bug fixes
    * cp fixes support for --update=none-fail, which would have been
    rejected as an invalid option.
    [bug introduced in coreutils-9.5]
    * cp,mv --update no longer overrides --interactive or --force.
    [bug introduced in coreutils-9.3]
    * csplit no longer creates empty files given empty input.
    [This bug was present in "the beginning".]
    * ls and printf fix shell quoted output in the edge case of escaped
    first and last characters, and single quotes in the string.
    [bug introduced in coreutils-8.26]
    * ls -l no longer outputs "Permission denied" errors on NFS
    which may happen with files without read permission, and which resulted
    in inaccurate indication of ACLs (missing '+' flag after mode).
    [bug introduced in coreutils-9.4]
    * ls -l no longer outputs "Not supported" errors on virtiofs.
    [bug introduced in coreutils-9.4]
    * mv works again with macFUSE file systems.  Previously it would
    have exited with a "Function not implemented" error.
    [bug introduced in coreutils-8.28]
    * nproc gives more consistent results on systems with more than 1024 CPUs.
    Previously it would have ignored the affinity mask on such systems.
    [bug introduced with nproc in coreutils-8.1]
    * numfmt --from=iec-i now works with numbers without a suffix.
    Previously such numbers were rejected with an error.
    [bug introduced with numfmt in coreutils-8.21]
    * printf now diagnoses attempts to treat empty strings as numbers,
    as per POSIX. For example, "printf '%d' ''" now issues a diagnostic
    and fails instead of silently succeeding.
    [This bug was present in "the beginning".]
    * pwd no longer outputs an erroneous double slash on systems
    where the system getcwd() was completely replaced.
    [bug introduced in coreutils-9.2]
    * 'shuf' generates more-random output when the output is small.
    [bug introduced in coreutils-8.6]
    * `tail --follow=name` no longer waits indefinitely for watched
    file names that are moved elsewhere within the same file system.
    [bug introduced in coreutils-8.24]
    * `tail --follow` without --retry, will consistently exit with failure status
    where inotify is not used, when all followed files become inaccessible.
    [This bug was present in "the beginning".]
    * `tail --follow --pid=PID` will now exit when the PID dies,
    even in the presence of blocking inputs like unopened fifos.
    [This bug was present in "the beginning".]
    * 'tail -c 4096 /dev/zero' no longer loops forever.
    [This bug was present in "the beginning".]
    Changes in behavior
    * 'factor' now buffers output more efficiently in some cases.
    * install -C now dereferences symlink sources when comparing,
    rather than always treating as different and performing the copy.
    * kill -l and -t now list signal 0, as it's a valid signal to send.
    * ls's -f option now simply acts like -aU, instead of also ignoring
    some earlier options.  For example 'ls -fl' and 'ls -lf' are now
    equivalent because -f no longer ignores an earlier -l.  The new
    behavior is more orthogonal and is compatible with FreeBSD.
    * stat -f -c%T now reports the "fuseblk" file system type as "fuse",
    given that there is no longer a distinct "ctl" fuse variant file system.
    New Features
    * cksum -a now supports the "crc32b" option, which calculates the CRC
    of the input as defined by ITU V.42, as used by gzip for example.
    For performance pclmul instructions are used where supported.
    * ls now supports the --sort=name option,
    to explicitly select the default operation of sorting by file name.
    * printf now supports indexed arguments, using the POSIX:2024 specified
    %<i>$ format, where '<i>' is an integer referencing a particular argument,
    thus allowing repetition or reordering of printf arguments.
    * test supports the POSIX:2024 specified '<' and '>' operators with strings,
    to compare the string locale collating order.
    * timeout now supports the POSIX:2024 specified -f, and -p short options,
    corresponding to --foreground, and --preserve-status respectively.
    Improvements
    * cksum -a crc, makes use of AVX2, AVX512, and ARMv8 SIMD extensions
    for time reductions of up to 40%, 60%, and 80% respectively.
    * 'head -c NUM', 'head -n NUM', 'nl -l NUM', 'nproc --ignore NUM',
    'tail -c NUM', 'tail -n NUM', and 'tail --max-unchanged-stats NUM’
    no longer fail merely because NUM stands for 2**64 or more.
    * sort operates more efficiently when used on pseudo files with
    an apparent size of 0, like those in /proc.
    * stat and tail now know about the "bcachefs", and "pidfs" file system types.
    stat -f -c%T now reports the file system type,
    and tail -f uses inotify for these file systems.
    * wc now reads a minimum of 256KiB at a time.
    This was previously 16KiB and increasing to 256KiB was seen to increase
    wc -l performance by about 10% when reading cached files on modern systems.
  - coreutils-fix-gnulib-time_r-tests.patch: Remove now-upstream patch.
  - coreutils-9.6-ls-Z-crash-fix.patch: Add upstream patch from after the release.
  - coreutils.spec (Patch920): Exchange names of above patch files accordingly.
  - coreutils-i18n.patch: Refresh patch, manually porting some upstream fixes
    into the i18n chunks for expand.c, fold.c and unexpand.c.
  - Refresh all other patches:
    * coreutils-disable_tests.patch
    * coreutils-remove_hostname_documentation.patch
    * coreutils-remove_kill_documentation.patch
    * coreutils-skip-gnulib-test-tls.patch
    * coreutils-tests-shorten-extreme-factor-tests.patch
    * coreutils-tests-workaround-make-fdleak.patch

++++ dracut:

  - Update to version 059+suse.651.g303e60b5:
    Sync SLFO with Factory (bsc#1236018):
    * fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)
    * fix(systemd): copy 20-systemd-stub.conf into the initrd
    * feat(systemd-coredump): save coredumps to journal
    * fix(suse-initrd): shellcheck SC1007
    * fix(pcsc): add libpcsclite_real.so.*
    * fix(dracut-systemd): use expected PS1 in the emergency shell
    * fix(dracut-systemd): unquote systemd conf strings
    * feat: add header comment to generators
    * refactor: change TimeoutSec=0 to TimeoutSec=infinity
    * fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
    * fix(btrfs): write cmdline in install()
    * fix(dracut.sh): omit compressed kernel modules from find searching exec files
    * fix(dracut): don't apply aggressive strip to kernel modules
    * fix(dracut-install): copy xattr when use clone ioctl
    * fix(systemd-ask-password): no graphical output in aarch64 (bsc#1224404)
    * perf(drm): group dracut_instmods calls
    * fix: do not write to /usr/lib/modprobe.d at boot
    * fix(install.d): skip if dracut is not the initrd or UKI generator
    * style(install.d): shfmt reformat
    * fix(suse-initrd): clean return of installkernel() (bsc#1223467)
    * fix(dracut.spec): do not check if fillup template exists at %post end
    * fix(dracut): move hooks directory from /usr/lib to /var/lib (bsc#1218068)
    * feat(tpm2-tss): add tpm2.target and systemd-tpm2-generator
    * fix(systemd): explicitly install some libs that will not be statically included
    * fix(dracut-lib): only remove initqueue/finished scripts, not the hook dir
    * fix(dracut-util): avoid memory leak
    * fix(dracut-install): memory leak in two `hashmap_put` calls if key exists
    * fix(dracut-install): release memory allocated for regular expressions
    * fix(dracut-install): memory leak in `--modalias` option
    * refactor(dracut-install): strerror(errno) -> %m
    * perf(dracut-install): don't strdup() environment block
    * perf(dracut-install): don't reallocate {src,dst}path in hmac_install()
    * perf(dracut-install): don't strdup() excessively for dracut_install()
    * perf(dracut-install): stat() w/unused buf -> access(F_OK) in dracut-install
    * perf(dracut-install): multiple single-character strstr()s -> strpbrk()
    * chore: remove src/install/hashmap.lo
    * feat(dracut): add option to disable automatic guessing of output file (bsc#1213648)
    * fix(systemd-pcrphase): rename systemd-pcrphase binary to systemd-pcrextend

++++ kernel-default:

  - KVM: arm64: Get rid of userspace_irqchip_in_use (CVE-2024-53195
    bsc#1234957).
  - commit 4e1a286
  - KVM: arm64: Don't retire aborted MMIO instruction
    (CVE-2024-53196 bsc#1234906).
  - commit c7394cd
  - xen: Fix the issue of resource not being properly released in
    xenbus_dev_probe() (CVE-2024-53198 bsc#1234923).
  - commit a0f3f9e
  - x86/static-call: Remove early_boot_irqs_disabled check to fix
    Xen PVH dom0 (git-fixes).
  - commit 8264638
  - mm: hugetlb: independent PMD page table shared count
    (CVE-2024-57883 bsc#1235947).
  - commit 454014f
  - ASoC: tas2781: Fix occasional calibration failture (git-fixes).
  - commit 9c36ea2
  - drm/xe: Mark ComputeCS read mode as UC on iGPU (git-fixes).
  - drm/xe/oa: Add missing VISACTL mux registers (git-fixes).
  - drm/xe: make change ccs_mode a synchronous action (git-fixes).
  - drm/xe: introduce xe_gt_reset and xe_gt_wait_for_reset
    (git-fixes).
  - drm/amd/display: Do not elevate mem_type change to full update
    (git-fixes).
  - drm/amd/display: Do not wait for PSR disable on vbl enable
    (git-fixes).
  - Revert "drm/amd/display: Enable urgent latency adjustments
    for DCN35" (git-fixes).
  - drm/amd/display: Validate mdoe under MST LCT=1 case as well
    (git-fixes).
  - drm/v3d: Ensure job pointer is set to NULL after job completion
    (git-fixes).
  - drm/vmwgfx: Add new keep_resv BO param (git-fixes).
  - drm/vmwgfx: Unreserve BO on error (git-fixes).
  - drm/tests: helpers: Fix compiler warning (git-fixes).
  - commit 0fe40cd
  - config: enable
    CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON
  - commit 7266c28
  - ftrace: Fix regression with module command in stack_trace_filter
    (CVE-2024-56569 bsc#1235031).
  - commit edf09c4
  - Move upstreamed DRM patch into sorted section
  - commit efd17c1

++++ libxslt:

  - Update to 1.1.42:
    * Regressions:
  - extensions: Readd call to xmlCheckFilename with older libxml2
    * Improvments:
  - utils: Don't use deprecated xmlCharEncodingHandler member
  - transform: Handle filesystem paths after libxml2 changes
  - locale: Work around issue with FreeBSD's strxfrm_l
    * Build systems:
  - cmake: Add LIBXSLT_WITH_PROGRAMS option (Don Olmstead)
  - cmake: Fix HAVE_GCRYPT check
  - Update to 1.1.41:
    * Removals:
  - autotools: Stop installing libxslt.m4
  - autotools: Remove RPM build
    * Improvements:
  - libxslt: Set _FILE_OFFSET_BITS to 64
  - xsltproc: Remove unneeded includes
  - include: Don't define ATTRIBUTE_UNUSED in public header
  - xsltproc: Make "-" read from stdin
    * Build systems:
  - cmake: Adjust paths for UNIX or UNIX-like target systems (Daniel E)
    * Tests:
  - cmake: Link testplugin with libxml2
  - tests: Link testplugin with libxml2
  - tests: Fix expected error after libxml2 change
  - runtest: Switch to xmlFormatError
  - fuzz: Avoid accessing internal struct members
  - Update to 1.1.40:
    * Removals:
  - xsltproc: remove maxparserdepth option (Mike Dalessio)
    * Improvements:
  - functions: xmlXPtrNewContext is deprecated
  - xsltproc: Stop calling xmlMemoryDump
  - xsltproc: Prefer XML_PARSE_NONET over xmlNoNetEntityLoader
  - functions: Fix build if libxml2 modules are disabled
  - extensions: Don't call deprecated xmlCheckFilename
  - documents: Don't set ctxt->directory
  - exslt: Fix EXSLT functions without parameters
    * Build systems:
  - build: Remove mem-debug option
    * Remove patches upstream:
  - gcc14-runtest-no-const.patch
  - 0001-tests-Fix-build-with-older-libxml2.patch

++++ wtmpdb:

  - Update to version 0.50.0+git20250117.a9b48cf:
    * wtmpdbd.service: secure more
    * wtmpdb: Implement json output for last (#20)

++++ libxml2:

  - Update to 2.13.5:
    * Regressions:
  - xmlIO: Fix reading from non-regular files like pipes
  - xmlreader: Fix return value of xmlTextReaderReadString
  - parser: Fix loading of parameter entities in external DTDs
  - parser: Fix downstream code that swaps DTDs
  - parser: Fix detection of duplicate attributes
  - string: Fix va_copy fallback
    * Bug fixes:
  - xpath: Fix parsing of non-ASCII names
  - Update to 2.13.4:
    * Regressions:
  - parser: Make unsupported encodings an error in declarations
  - io: don't set the executable bit when creating files
  - xmlcatalog: Improved fix for #699
  - Revert "catalog: Fetch XML catalog before dumping"
  - io: Add missing calls to xmlInitParser
  - tree: Restore return value of xmlNodeListGetString with NULL list
  - parser: Fix error handling after reaching limit
  - parser: Make xmlParseChunk return an error if parser was stopped
    * Bug fixes:
  - python: Fix SAX driver with character streams
    * Improvements:
  - xpath: Make recursion check work with xmlXPathCompile
  - parser: Report at least one fatal error
  - Update to 2.13.3:
    * Security:
  - [bsc#1234812, CVE-2024-40896] Fix XXE protection in downstream code
    * Regressions:
  - autotools: Use AC_CHECK_DECL to check for getentropy
  - xinclude: Fix fallback for text includes
  - io: Don't call getcwd in xmlParserGetDirectory
  - io: Fix return value of xmlFileRead
  - parser: Fix error return of xmlParseBalancedChunkMemory
    * Improvements:
  - xinclude: Set error handler when parsing text
  - Undeprecate xmlKeepBlanksDefault
  - Update to 2.13.2:
    * Regressions:
  - tree: Fix handling of empty strings in xmlNodeParseContent
  - valid: Restore ID lookup
  - parser: Reenable ctxt->directory
  - uri: Handle filesystem paths in xmlBuildRelativeURISafe
  - encoding: Make xmlFindCharEncodingHandler return UTF-8 handler
  - encoding: Fix encoding lookup with xmlOpenCharEncodingHandler
  - include: Define ATTRIBUTE_UNUSED for clang
  - uri: Fix xmlBuildURI with NULL base
    * Regressions:
  - parser: Selectively reenable reading from "-"
  - reader: Fix xmlTextReaderReadString
  - xinclude: Set XPath context doc
  - xinclude: Load included documents with XML_PARSE_DTDLOAD
  - include: Don't redefine ATTRIBUTE_UNUSED
  - include: Readd circular dependency between tree.h and parser.h
  - xinclude: Add missing include
  - xinclude: Don't raise error on empty nodeset
  - parser: Make failure to load main document a warning
  - tree: Fix freeing entities via xmlFreeNode
  - parser: Pass global object to sax->setDocumentLocator
    * Improvements:
  - io: Fix resetting xmlParserInputBufferCreateFilename hook
    * Documentation:
  - Fix typo in NEWS (--with-html -> --with-http)
  - doc: Don't mention xmlNewInputURL

++++ osinfo-db:

  - Add support for SLES-16 (bsc#1236252) (jsc#PED-8910)
    add-sles16-support.patch

++++ pam_u2f:

  - update to 1.3.1:
    * Fix incorrect usage of PAM_IGNORE (YSA-2025-01, CVE-2025-23013, bsc#1233517).
    * Changed return value when nouserok is enabled and the user has no
    credentials, PAM_IGNORE is used instead of PAM_SUCCESS.
    * Hardened checks of authfile permissions.
    * Hardened checks for nouserok.
    * Improved debug messages.
    * Improved documentation.

++++ libxml2-python:

  - Update to 2.13.5:
    * Regressions:
  - xmlIO: Fix reading from non-regular files like pipes
  - xmlreader: Fix return value of xmlTextReaderReadString
  - parser: Fix loading of parameter entities in external DTDs
  - parser: Fix downstream code that swaps DTDs
  - parser: Fix detection of duplicate attributes
  - string: Fix va_copy fallback
    * Bug fixes:
  - xpath: Fix parsing of non-ASCII names
  - Update to 2.13.4:
    * Regressions:
  - parser: Make unsupported encodings an error in declarations
  - io: don't set the executable bit when creating files
  - xmlcatalog: Improved fix for #699
  - Revert "catalog: Fetch XML catalog before dumping"
  - io: Add missing calls to xmlInitParser
  - tree: Restore return value of xmlNodeListGetString with NULL list
  - parser: Fix error handling after reaching limit
  - parser: Make xmlParseChunk return an error if parser was stopped
    * Bug fixes:
  - python: Fix SAX driver with character streams
    * Improvements:
  - xpath: Make recursion check work with xmlXPathCompile
  - parser: Report at least one fatal error
  - Update to 2.13.3:
    * Security:
  - [bsc#1234812, CVE-2024-40896] Fix XXE protection in downstream code
    * Regressions:
  - autotools: Use AC_CHECK_DECL to check for getentropy
  - xinclude: Fix fallback for text includes
  - io: Don't call getcwd in xmlParserGetDirectory
  - io: Fix return value of xmlFileRead
  - parser: Fix error return of xmlParseBalancedChunkMemory
    * Improvements:
  - xinclude: Set error handler when parsing text
  - Undeprecate xmlKeepBlanksDefault
  - Update to 2.13.2:
    * Regressions:
  - tree: Fix handling of empty strings in xmlNodeParseContent
  - valid: Restore ID lookup
  - parser: Reenable ctxt->directory
  - uri: Handle filesystem paths in xmlBuildRelativeURISafe
  - encoding: Make xmlFindCharEncodingHandler return UTF-8 handler
  - encoding: Fix encoding lookup with xmlOpenCharEncodingHandler
  - include: Define ATTRIBUTE_UNUSED for clang
  - uri: Fix xmlBuildURI with NULL base
    * Regressions:
  - parser: Selectively reenable reading from "-"
  - reader: Fix xmlTextReaderReadString
  - xinclude: Set XPath context doc
  - xinclude: Load included documents with XML_PARSE_DTDLOAD
  - include: Don't redefine ATTRIBUTE_UNUSED
  - include: Readd circular dependency between tree.h and parser.h
  - xinclude: Add missing include
  - xinclude: Don't raise error on empty nodeset
  - parser: Make failure to load main document a warning
  - tree: Fix freeing entities via xmlFreeNode
  - parser: Pass global object to sax->setDocumentLocator
    * Improvements:
  - io: Fix resetting xmlParserInputBufferCreateFilename hook
    * Documentation:
  - Fix typo in NEWS (--with-html -> --with-http)
  - doc: Don't mention xmlNewInputURL

++++ python-pyserial:

  - fix alternatives

++++ python-referencing:

  - Update to version 0.36.1:
    * Add a lower pin on typing-extensions for the version we depend
    on.
  - Update to version 0.36.0:
    * Declare support for Python 3.13.

++++ python-rich:

  - Add pygments.patch to fix tests with Pygments 2.19

++++ python-rpds-py:

  - Update to version 0.22.3:
    * Properly tag a release fixing the soundness issue.
    * Bump to PyO3 0.23.3, avoiding 0.23.x's previous soundness
    issues.
    * [pre-commit.ci] pre-commit autoupdate
  - Update to version 0.22.1:
    * Tag a release for regaining all the Windows wheels.
    * ci: separate free-threaded and standard 3.13 distribution
    builds
    * Bump pyo3 from 0.23.1 to 0.23.2
  - Update to version 0.22.0:
    * Bump to 0.22.0 for a free-threading-supported beta release.
    * Enable free-threaded wheel builds
    * [pre-commit.ci] pre-commit autoupdate
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    * revert changes to wheel-building config
    * work around CPython issue 127065
    * declare support for free-threading
    * [pre-commit.ci] pre-commit autoupdate
    * Bump pyo3 from 0.23.0 to 0.23.1
    * Build on all branches.
    * Skip zizmor in pre-commit.ci as well.
    * add 3.13t to CI config
    * point Cargo.toml at pyo3 0.23 on crates.io
    * update rpds.py for PyO3 0.23
    * [pre-commit.ci] pre-commit autoupdate
    * Bump the zizmor version.

++++ rsync:

  - Update to 3.4.1
    * BUG FIXES:
  - fixed handling of -⁠H flag with conflict in internal flag values
  - fixed a user after free in logging of failed rename
  - fixed build on systems without openat()
  - removed dependency on alloca() in bundled popt
    * DEVELOPER RELATED:
  - fix to permissions handling in the developer release script
  - Drop 705.patch, because now in upstream.

++++ suse-module-tools:

  - Update to version 16.0.56:
    * rpm-script: create /boot/vmlinuz and /boot/initrd in kiwi environment
    (bsc#1234275, bsc#1234759)

++++ velociraptor-client:

  - Reorganize llvm dependency version conditionals
  - Use llvm17 for Leap 15.5
  - Update to version 0.7.0.4.git142.862ef23:
    * github: fix deprecated upload artifact again
    * Update npm packages
    Includes fixes for the following vulnerabilities:
    CVE-2023-45133
    CVE-2023-46234
    CVE-2024-55565
    CVE-2024-45296
    CVE-2023-44270
    CVE-2024-47068
    CVE-2024-23331
    CVE-2024-31207
    CVE-2024-45812
    CVE-2024-45811
    * Update go dependencies
    Includes fixes for the following vulnerabilities:
    CVE-2024-45338
    CVE-2024-37298
    CVE-2024-24786
    CVE-2023-45683 (bsc#1216310)
    CVE-2023-1732
    * Update jwt to 4.5.1
    Fixes CVE-2024-51744 (bsc#1232944)
    * Update go-retryablehttp to 0.7.7
    Fixes CVE-2024-6104 (bsc#1227061)
    * Update go-oidc and go-jose
    Fixes CVE-2024-28180 (bsc#1235168)
    * Update dompurify to 3.1.3
    Fixes CVE-2024-47875 (bsc#1231574)
    * Update package-lock.json
    * Update micromatch to 4.0.8
    Partial fix for CVE-2024-4067 (bsc#1224367)
    Partial fix for CVE-2024-4068 (bsc#1224296)
    * Update axios to 1.7.9
    Fixes CVE-2024-39338 (bsc#1229424)
    * Update cross-spawn to 7.0.6
    Fixes CVE-2024-21538 (bsc#1233845)
    * Update elliptic to 6.6.1
    Update contains fixes for:
    CVE-2024-48949 (bsc#1231558)
    CVE-2024-48948 (bsc#1231685)
    CVE-2024-42459 (bsc#1232543)
    CVE-2024-42460 (bsc#1232543)
    CVE-2024-42461 (bsc#1232543)
    * Update follow-redirects to 1.15.6
    Fixes CVE-2024-28849 (bsc#1221456)
    * fix: gui/velociraptor/package.json to reduce vulnerabilities
    Fixes CVE-2022-25883 (bsc#1212572)
  - Drop CVE-2022-25883-npm-watch-semver-deps.patch
    * Fix was included upstream

++++ tuned:

  - Update to version 2.24.1.50+git.13dfc68:
    * scheduler: updated sched knobs for kernels 6.6+
    * plugin_cpu: allow raw energy_performance_preference values
    * Do not initialize kvm low latency if kvm not present
  - Do not conflict with power-profiles-daemon, this is managed via
    ppd-service in the tuned-ppd subpackage (bsc#1234754)

++++ virt-manager:

  - Fix issue being able to detect SLES 16 media (jsc#PED-8910)
    See also bsc#1236252
    virtinst-add-sle16-detection-support.patch

++++ 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:

  - RDMA/siw: Remove direct link to net_device (bsc#1235946 CVE-2024-57857)
  - commit a26645d
  - af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK
    (CVE-2024-57901 bsc#1235900).
  - net: wwan: t7xx: Fix FSM command timeout issue (CVE-2024-39282
    bsc#1235903).
  - commit f820992
  - tpm: Map the ACPI provided event log (bsc#1233260 bsc#1233259
    bsc#1232421).
  - commit 9c4f937
  - RDMA/rtrs: Ensure 'ib_sge list' is accessible (bsc#1235902 CVE-2024-36476)
  - commit 5e76f66
  - RDMA/rxe: Remove the direct link to net_device (bsc#1235906 CVE-2024-57795)
  - commit 09cd979
  - iommu/vt-d: Remove cache tags before disabling ATS
    (CVE-2024-56669 bsc#1235245).
  - commit f02f36b
  - iommu/vt-d: Fix qi_batch NULL pointer with nested parent  domain
    (CVE-2024-56668 bsc#1235017).
  - commit 1757163
  - mm: use aligned address in copy_user_gigantic_page()
    (CVE-2024-51729 bsc#1235741).
  - commit 3c62d9b
  - bpf: fix recursive lock when verdict program return SK_PASS (CVE-2024-56694 bsc#1235412)
  - commit dfde0f5
  - bpf: fix OOB devmap writes when deleting elements (CVE-2024-56615 bsc#1235426)
  - commit 997fa6c
  - xsk: fix OOB map writes when deleting elements (CVE-2024-56614 bsc#1235424)
  - commit 4dda137
  - mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CVE-2024-56611 bsc#1235391)
  - commit 3a11b51

++++ llvm19:

  - Update to version 19.1.7.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ freeipmi:

  - freeimpi 1.6.15:
    * In ipmi-config, fix incorrect output of
    IPv6_Dynamic_Address_Source_Type
    * In ipmi-oem, increase precision of Dell cumulative energy
    output
    * Do not advertise options that are only available when special
    debugging is compiled into FreeIPMI
    * libfreeipmi: remove unnecessary / duplicate parameter checks
    * Minor documentation updates
  - drop gcc-14.patch

++++ ncurses:

  - Drop all ghostty terminfo entries as ghostty read also its own
    termcap files even with terminfo (boo#1235689)

++++ pango:

  - Update to version 1.56.0+12:
    * Deal with FC_FONT_WRAPPER more graciously
    * itemize: Limp along harder
    * build: Reshuffle docs build
    * build: Move gir to toplevel meson.build
    * build: Generate glib deprecation defines
    * build: Sync naming with gtk

++++ libsoup:

  - Update to version 3.6.4:
    + http2: Fix regression on 32bit systems when reading response
    data.

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

++++ libvirt:

  - Update to libvirt 11.0.0
  - jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
    jsc#PED-9855
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v11-0-0-2025-01-15

++++ wtmpdb:

  - Update to version 0.50.0+git20250110.cbabeb7:
    * Harden wtmpdbd.service
    * libwtmpdb: fallback to sqlite if SELinux blocks varlink socket

++++ patterns-base:

  - selinux: Turn recommends for container-selinux into a hard but
    conditional dependency

++++ python-libvirt-python:

  - Update to 11.0.0
  - Add all new APIs and constants in libvirt 11.0.0
  - jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
    jsc#PED-9855

++++ python-setuptools:

  - Also provide python3-setuptools-wheel for the primary flavor.

++++ rsync:

  - update to 3.4.1
    * fixed handling of -H flag with conflict in internal flag values
    (replaces 705.patch)
    * fixed a user after free in logging of failed rename
    * fixed build on systems without openat()
    * removed dependency on alloca() in bundled popt

++++ timezone:

  - Update to 2025a:
    * Paraguay adopts permanent -03 starting spring 2024
    * Improve pre-1991 data for the Philippines
    * Etc/Unknown is now reserved

++++ tuned:

  - Update to version 2.24.1.44+git.cc168b9:
    * tuned-ppd: Remove the use of StrEnum
    * tuned-ppd: Disallow releasing profile holds of other processes
    * tuned-ppd: Unify polkit policy with power-profiles-daemon
    * Obsolete power-profiles-daemon
    * Document new vm plugin options
    * Adjust profiles to set dirty_(bytes|ratio) via the vm plugin
    * vm: Add support for dirty_(bytes|ratio) sysctl parameters
    * tuned-ppd: Support the new UPower PPD namespace
    * tuned-ppd: Enable changing profile via function keys
    * tuned-ppd: Use inotify to check for performance degradation
    * tuned-ppd: Require the presence of the balanced profile
    * tuned-ppd: Add the version property
    * tuned-ppd: Add docstrings
    * tuned-ppd: Keep track of active and base profile
    * tuned-ppd: Fix UPower signal handler initialization
    * Add variables to BLS entries only if grub is used
    * powertop2tuned: use default user profile path from the consts
    * tuned-ppd: Use effective hold profile when adding profile holds
    * Bump doc/manual revision date and number
    * Clean up plugin docstrings
    * Add a script for generation of plugin docs from docstrings
    * scheduler: Do not assume that perf events have type attribute
    * Fix the error in the raise statement of check_positive()
    * fix: expand variables in Plugin._verify_all_device_commands
    * Allow shared service drop-in directory
    * drop support for cpuspeed
    * Parse no_turbo cpu plugin option using commands.get_bool

------------------------------------------------------------------
------------------  2025-1-15  -  Jan 15 2025  -------------------
------------------------------------------------------------------

++++ glib2:

  - Update to version 2.82.4:
    + Fix a double-unref crash which affects many apps which use
    pygobject to export objects on D-Bus
    + Bugs fixed:
  - Fix regression: lollypop crashes on startup
  - Revert "gdbus: Fix leak of method invocation when registering
    an object with closures"
  - ci: Add release component to automate tarball publishing

++++ kernel-default:

  - iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (CVE-2024-53225 bsc#1235006)
  - commit d17bd9f
  - ring-buffer: Fix overflow in __rb_map_vma (bsc#1235752
    CVE-2024-56368).
  - commit 887043f
  - mm: use aligned address in clear_gigantic_page() (bsc#1235742
    CVE-2024-52319).
  - commit cf2082f
  - netdevsim: prevent bad user input in
    nsim_dev_health_break_write() (bsc#1235587 CVE-2024-56716).
  - commit 64a78e2
  - bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
    (bsc#1235555 CVE-2024-56675).
  - commit 9dd9586
  - net: netdevsim: fix nsim_pp_hold_write() (bsc#1235554
    CVE-2024-56713).
  - commit 9b9335e
  - mm/gup: handle NULL pages in unpin_user_pages() (bsc#1235388
    CVE-2024-56612).
  - commit 58f5e58
  - xsk: Free skb when TX metadata options are invalid (bsc#1235000
    CVE-2024-53236).
  - commit 488293a
  - ipc: fix memleak if msg_init_ns failed in create_ipc_ns
    (bsc#1234893 CVE-2024-53175).
  - commit ee73306
  - ocfs2: fix uninitialized value in ocfs2_file_read_iter() (CVE-2024-53155 bsc#1234855)
  - commit 29d10db
  - btrfs: add a sanity check for btrfs root in btrfs_search_slot()
    (CVE-2024-56774 bsc#1235653).
  - commit 7fe00e3
  - ocfs2: free inode when ocfs2_get_init_inode() fails (CVE-2024-56630 bsc#1235479)
  - commit 892fcc7
  - ceph: give up on paths longer than PATH_MAX (CVE-2024-53685 bsc#1235720)
  - commit 96cf2d2
  - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again (CVE-2024-48881 bsc#1235727)
  - commit 7611048
  - vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (CVE-2024-56742 bsc#1235613)
  - commit 561ef4c
  - net/smc: check return value of sock_recvmsg when draining clc
    data (CVE-2024-57791 bsc#1235759).
  - commit 3137fae
  - udmabuf: change folios array from kmalloc to kvmalloc (CVE-2024-56544 bsc#1235067)
  - commit e18704f
  - scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (CVE-2024-56748 bsc#1235627)
  - commit bf1507f
  - scsi: ufs: core: sysfs: Prevent div by zero (CVE-2024-56622 bsc#1235251)
  - commit e1723b2
  - scsi: ufs: core: Cancel RTC work during ufshcd_remove() (CVE-2024-56621 bsc#1235228)
  - commit dcbc4ba
  - scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (CVE-2024-56620 bsc#1235227)
  - commit a4f3898
  - virt: tdx-guest: Just leak decrypted memory on unrecoverable
    errors (CVE-2024-57793 bsc#1235768).
  - commit 5a20f80
  - stackdepot: fix stack_depot_save_flags() in NMI context
    (CVE-2024-48876 bsc#1235726).
  - commit 21d9f52
  - x86/fred: Clear WFE in missing-ENDBRANCH #CPs (CVE-2024-56761
    bsc#1235633).
  - commit d326277
  - net: ethernet: oa_tc6: fix tx skb race condition between
    reference pointers (CVE-2024-56788 bsc#1235754).
  - tools/net/ynl: fix sub-message key lookup for nested attributes
    (git-fixes).
  - 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 ab1ee58
  - KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
    (bsc#1234635).
  - commit ad88ff2
  - mm/page_alloc: don't call pfn_to_page() on possibly non-existent
    PFN in split_large_buddy() (CVE-2024-57881 bsc#1235843).
  - commit 47fc212
  - Reviewed
    patches.suse/0001-efi-do-not-automatically-generate-secret-key.patch
  - commit 64be71e
  - Reviewed
    patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch
  - commit fac3c3b
  - Refresh
    patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch.
    Update config files.
    CONFIG_HIBERNATE_VERIFICATION_FORCE is not set
  - commit d0b09b5
  - Refresh
    patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch.
  - commit 38aa2b2

++++ libsolv:

  - Provide a symbol specific for the ruby-version
    so yast does not break across updates (boo#1235598)

++++ python-charset-normalizer:

  - Use libalternatives instead of update-alternatives, bsc#1235781

++++ python-httpx:

  - Use libalternatives instead of update-alternatives, bsc#1235784
  - don't run tests in strict async mode, upstream doesn't either
  - disable flaky test

++++ python-pyserial:

  - Use libalternatives instead of update-alternatives, bsc#1235782

++++ python-setuptools:

  - Explicitly BuildRequire python-rpm-packaging: when primary flavor
    is added, this is auto-installed by dependencies. But as we now
    build the primary flavor separated, we have to ensure to also
    have it present in the other cases, in order to get the python(abi)
    dependencies added.
  - Split out the primary Python build.

++++ rebootmgr:

  - Update to version 3.0+git20250114.f74a9d5:
    * Add bash-completion for rebootmgrctl

++++ rsync:

  - Backport patch from PR 705 to fix broken handling of hashes and
    hard links:
    * Add 705.patch
  - Update to 3.4
    * Bump to protocol 32
    Drop CVE patches:
    * Drop rsync-gcc14.patch
    * Removed rsync-CVE-2024-12084-overflow-01.patch
    * Removed rsync-CVE-2024-12084-overflow-02.patch
    * Removed rsync-CVE-2024-12085.patch
    * Removed rsync-CVE-2024-12086_01.patch
    * Removed rsync-CVE-2024-12086_02.patch
    * Removed rsync-CVE-2024-12086_03.patch
    * Removed rsync-CVE-2024-12086_04.patch
    * Removed rsync-CVE-2024-12087_01.patch
    * Removed rsync-CVE-2024-12087_02.patch
    * Removed rsync-CVE-2024-12088.patch
    * Removed rsync-CVE-2024-12747.patch

------------------------------------------------------------------
------------------  2025-1-14  -  Jan 14 2025  -------------------
------------------------------------------------------------------

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

++++ gpg2:

  - Update to 2.5.3
    * gpg: Allow for signature subpackets of up to 30000 octets.
    [rG36dbca3e69]
    * gpg: Silence expired trusted-key diagnostics in quiet mode.  [T7351]
    * gpg: Allow smaller session keys with Kyber and enforce the use of
    AES-256 if useful.  [T7472]
    * gpg: Fix regression in key generation from existing card key.
    [T7309,T7457]
    * gpg: Print a warning if the card backup key could not be written.
    [T2169]
    * The --supervised options of gpg-agent and dirmngr have been
    renamed to --deprecated-supervised as preparation for their removal.
    [rGa019a0fcd8]
    * There is no more default for a keyserver.

++++ kernel-default:

  - Revert "block, bfq: merge bfq_release_process_ref() into
    bfq_put_cooperator()" (CVE-2024-53182 bsc#1234946).
  - 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 d7ec03b
  - smb: client: fix TCP timers deadlock after rmmod (bsc#1235723,
    CVE-2024-54680).
  - commit 067db58
  - x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation (jsc#PED-11963).
  - commit 40fc24b
  - scsi: hisi_sas: Add cond_resched() for no forced preemption model (CVE-2024-56589 bsc#1235241)
  - commit 5616a9a
  - Enable CONFIG_BUG_ON_DATA_CORRUPTION (jsc#PED-11849)
  - commit ad832d9
  - arm64: dts: rockchip: add hevc power domain clock to rk3328
    (git-fixes).
  - commit 4ced1a7
  - arm64: dts: rockchip: rename rfkill label for Radxa ROCK 5B
    (git-fixes).
  - commit 1aa0c5f
  - arm64: dts: imx95: correct the address length of
    netcmix_blk_ctrl (git-fixes).
  - commit 261c0be
  - Remove superflous References tags.
  - Refresh
    patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch.
  - Refresh
    patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch.
  - commit 53733e1
  - arm64: dts: broadcom: Fix L2 linesize for Raspberry Pi 5
    (git-fixes).
  - commit 34dcb38
  - reinstating kABI paddings for crypto
  - commit dcd0a1e
  - Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
  - commit 7e643ee
  - reinstate PCI kABI paddings
  - commit d5bb436
  - Reinstating kABI padding for Thunderbolt
  - commit 13936cf
  - usb: typec: Add attribute file showing the USB Modes of the
    partner (git-fixes).
  - Refresh patches.suse/paddings-add-for-type-C-new-in-SP5.patch.
  - commit 1aae08b
  - Delete patches.suse/btrfs-fix-use-after-free-waiting-for-encoded-read-en.patch (bsc#1235128)
  - commit 6ac27ed
  - Update config files.
    Disable HARDENED_USERCOPY by default but can be re-enabled via the kernel
    command line.
  - commit b89f0e3
  - usb: typec: Add attribute file showing the supported USB modes
    of the port (git-fixes).
  - Refresh patches.suse/paddings-add-for-type-C-new-in-SP5.patch.
  - commit 2fd6860
  - mm: security: Allow default HARDENED_USERCOPY to be set at
    compile time (jsc#PED-11838).
  - mm: security: Move hardened usercopy under 'Kernel hardening
    options' (jsc#PED-11838).
  - commit 6f73ffe
  - usb: typec: ucsi: Fix a missing bits to bytes conversion in
    ucsi_init() (git-fixes).
  - commit 7a60998
  - usb: typec: ucsi: Convert connector specific commands to bitmaps
    (git-fixes).
  - commit 1060e28
  - usb: typec: ucsi: Helper for Get Connector Status command
    (git-fixes).
  - commit 7530947
  - usb: typec: ucsi: Add support for the partner USB Modes
    (git-fixes).
  - commit bb31d21
  - usb: typec: ucsi: Supply the USB capabilities to the ports
    (git-fixes).
  - commit a77d656
  - usb: typec: ucsi: UCSI2.0 Set Sink Path command support
    (git-fixes).
  - commit 0376245
  - usb: typec: ucsi: glink: use device_for_each_child_node_scoped()
    (git-fixes).
  - commit 3691738
  - Refresh
    patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch.
    Update config files.
    CONFIG_HIBERNATE_VERIFICATION
    CONFIG_EFI_SECRET_KEY
    CONFIG_HIDDEN_AREA
  - commit 4b57a00
  - Refresh
    patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch.
  - commit a1cdd8d
  - Refresh
    patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch.
  - commit 498aa9e

++++ kernel-default-base:

  - Add virtiofs

++++ 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.

++++ at-spi2-core:

  - Update to version 2.55.0.1 (Unstable):
    + Fix regression in 2.55.0 where ungrabbing keys did not work
    reliably.

++++ 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.

++++ libxcrypt:

  - Update to 4.4.38
    * Fix several "-Wunterminated-string-initialization", which are seen by
    upcoming GCC 15.x (issue #194).
    * Fix "-Wmaybe-uninitialized" in crypt.c, which is seen by GCC 13.3.0.
    * Skip test/explicit-bzero if compiling with ASAN.
    * Drop hard requirement for the pkg-config binary (issue #198).
  - Use %ldconfig_scriptlets

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

++++ opensc:

  - Update to version 0.26.1
    General improvements
    * Align allocations of sc_mem_secure_alloc (#3281).
    * Fix -O3 gcc optimization failure on amd64 and ppc64el (#3299).
    pkcs11-spy
    * Avoid crash while spying C_GetInterface() (#3275).
    TCOS
    * Fix reading certificate (#3296).

++++ ovmf:

  - Update to edk2-stable202411
  - Features (https://github.com/tianocore/edk2/releases):
  - MdeModulePkg: Added PPI support in UFS PEI driver
  - DynamicTablesPkg: Adds SPMI table generator
  - MdeModulePkg: PeiMain: Add Delayed Dispatch PPI Implementation
  - UefiPayloadPkg: Add Secure Boot support
  - MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map
  - DynamicTablesPkg: Adds ACPI HPET table generator
  - Update Openssl 3.0.15
  - DynamicTablesPkg: Adds WSMT generator for X64
  - Enable UPL support for RISC-V
  - Patches (git log --oneline --date-order edk2-stable202408..edk2-stable202411):
    0f3867fa6e UefiPayloadPkg/UefiPayloadEntry: Fix PT protection in 5 level paging
    c28721484d MedModulePkg/DxeIplPeim: Fix pagetable protection region in 5 level paging
    13fad60156 UefiCpuPkg: Fix unchecked returns and potential integer overflows
    843f0c129e Maintainers.txt: Update M and R for UefiCpuPkg and StandaloneMmPkg
    fe1272dc57 NetworkPkg/DxeNetLib: make mSecureHashAlgorithms static
    cd681f5f6a MdePkg/DxeRngLib: make mSecureHashAlgorithms static
    d1c8a88e3b Maintainers.txt: update Leif's email address
    cb87aada97 ArmPlatformPkg: Honour RES1 fields in CPTR_EL2
    1bd09ad193 MdePkg: Define AARCH64_CPTR_RES1 and AARCH64_CPTR_DEFAULT
    ef35863880 ArmPlatformPkg,MdePkg: Rename AARCH64 CPACR_CP_FULL_ACCESS
    6f07aeb49c ArmPlatformPkg: Document that we don't support HCR_EL2.E2H being set
    3299c36ba1 EmulatorPkg WinThunk: Use Win32 API to get Performance Frequency and Count
    e12a8d83fa FatPkg/FatPei: Simplify the GPT Header Check
    ef4f3aa3f7 MdePkg: MdeLibs.dsc.inc: Apwhich are merged to edk2-stable202408:e public Architectural MSRs from MdePkg
    5a73776156 UefiCpuPkg: Use public Architectural MSRs from MdePkg
    961a9e1d76 MdePkg: Added definition of AMD specific public MSRs
    b904377d0d EmbeddedPkg/PrePiHobLib: Remove Non-RT Types from Mem Type Info HOB
    d1372720a8 ArmVirtPkg/MemoryInitPei: Remove Non-RT Types from Mem Type Info HOB
    7da3dcd45d ArmPlatformPkg/MemoryInitPei: Remove Non-RT Types from Mem Type Info HOB
    d8984e86c7 ArmVirtPkg: mark fixed network PCDs
    2ffd6d2e82 OvmfPkg: mark fixed network PCDs
    fc9f06de6f NetworkPkg: mark fixed network PCDs
    9cab9905af ArmVirtPkg: use NetworkDynamicPcds include file
    7ccda1a0b3 OvmfPkg: use NetworkDynamicPcds include file
    1db5895c39 NetworkPkg: introduce include file for dynamic PCDs
    599c8309a5 NetworkPkg/Dhcp6Dxe: Fix sanitizer issues
    171335e34e UefiCpuPkg/MtrrLib: Fix unit test read overflow
    fadf4f377e MdePkg/Test/DevicePathLib: Remove FreePool(NULL)
    d5600f4f5a CryptoPkg/BaseCryptLib: Fix serial number read overrun
    12e1b1f8ef UefiCpuPkg/SecCore: Consume PcdMaxMappingAddressBeforeTempRamExit
    e1b09dfca4 UefiCpuPkg/UefiCpuPkg.dec: Add PcdMaxMappingAddressBeforeTempRamExit
    836942fbad StandaloneMmPkg/MemLib: remove unnecessary check
    da8fd23dbb StandaloneMmPkg/Core: Check Resource HOB and Mmram ranges
    3adb507175 StandaloneMmPkg/Core: add a new InitializeMmHobList()
    d24bb10b1d StandaloneMmPkg/MemLib: Check if the non-MMRAM buffer is valid
    025cec183d StandaloneMmPkg/MemLib: Add an internal header file
    b19f1311d6 StandaloneMmPkg/Core: Remove unneeded check
    734406184f StandaloneMmPkg/MmIpl: Optimize hob pointer check flow
    6f17fe30bf CryptoPkg: Added MM_STANDALONE support in CryptoPkg.
    ccbe6f5030 CryptoPkg: Increase ScratchMemory buffer for openssl 3.0.15
    95d8a1c255 UnitTestFrameworkPkg: Use TianoCore mirror of subhook submodule
    47ba459fc1 CryptoPkg: Updated the missed architectures.
    03d8907321 UefiCpuPkg: Remove AMD 32-bit SMRAM save state map
    b7735a087a MdePkg: CodeQL Fixes.
    a9901a7748 MdeModulePkg: SataControllerSupported checks DevicePath Protocol
    d13f31c3fe UefiPayloadPkg ：ACPI memory node
    60c6486f79 UefiPayloadPkg：Add SMBIOS node.
    de19273e89 UefiPayloadPkg: Modify PCI root reg .
    aac5b3eca3 StandaloneMmPkg/MmIpl: Max physical address bits if disable 5 page level
    79ad703b55 ArmPlatformPkg: CodeQL Fixes.
    7327089f63 ArmVirtPkg: KvmTool: Fix clang linker error
    b72d3495ee MdePkg: Add Google Mock Library for PostCodeLib
    fc6a8bb131 Maintainers: Revert "Remove Ard Biesheuvel from all packages"
    004232c6af UefiCpuPkg/MmUnblockMemoryLib: Check if buffer range is valid
    acce74762b MdeModulePkg: Adding support for authenticated variable storage data format
    56dfab9a8a StandaloneMmPkg/Core: Shadow Standalone BFV into MMRAM
    11d4edc7c6 UefiCpuPkg/PiSmmCpuDxeSmm: Fix extraneous parentheses
    8d74a37944 StandaloneMmPkg/Core: RUpdate openssl library to 3.0.15a in-place option
    8af71632d6 DynamicTablesPkg: Drop the unnecessary comparision of UINT8 max value
    9e56b4373b EmbeddedPkg: Add MDEPKG_NDEBUG to RELEASE build
    8f04804593 EmbeddedPkg: Remove non-needed MDEPKG_NDEBUG dependent code
    051ef932bd BaseTools/GenFw X64: Detect GOTCPRELX relaxations applied by LLD
    9c557575a1 MdePkg/Include/Guid: Fix EFI_CXL_COMPONENT_EVENT_LOG in Cper.h
    4ab8c3cf99 ShellPkg: Updated Type 4 Info as per Smbios 3.8.0
    9dc7fb819c MdePkg: Updated Type 4 Info as per Smbios 3.8.0
    ad522d9609 DynamicTablesPkg: Update X64 FADT XPm1aEvtBlk
    11bd2fa072 Update CI config following CompilerIntrinsicsLib move from ArmPkg
    cb1db8b9b9 DynamicTablesPkg: Update creator id for WSMT table
    7b3969c951 MdeModulePkg UsbNetwork: Use USB class definition from MdePkg
    e2ab098e65 ShellPkg/SmbiosView: Correct wrong length offset usage in SMBIOS Type4
    a19f50bb95 MdePkg/Include/Guid: Rename CXL definitions in Cper.h
    8f84eb0e76 BaseTools: Remove -Wno-unneeded-internal-declaration from CLANGDWARF
    ae83c6b7fd MdePkg: Fix null macros for XCODE5 and CLANG
    6e197a8ba5 MdePkg: Add Google Test Library and Protocol
    866abb2338 MdeModulePkg: Replace rwhich are merged to edk2-stable202408: missing CXL definitions to Cper.h
    79598f34fa MdeModulePkg: PeiMain: Updated dispatcher for delayed dispatch
    d64d1e195c MdeModulePkg: PeiMain: Introduce implementation of delayed dispatch
    b3f36e151d MdePkg: Update Delayed Dispatch PPI as per PI 1.8 A Spec
    e19cc32bce edksetup.sh: Fix the Issue of PYTHON_COMMAND Un-Configurable
    b7342074a6 UnitTestFrameworkPkg: VS2022 Support on UnitTest.
    1b19ccfdfa Add USB Association Descriptor definitions
    d44b82270b ArmPkg: CodeQL Fixes.
    a232e0cd2f UefiCpuPkg/PiSmmCpuDxeSmm: Save and restore CR2 only if SmiProfile enable
    92c1274467 MdePkg: Describe storage location of config tables as per PI 1.7 A spec
    caec6089cf MdePkg: Clarify EFI_MM_SX_DISPATCH_PROTOCOL.Register() as per PI 1.7 A spec
    c80f456ef4 MdePkg: Define PI Specification Version Macro
    b3efbda166 NetworkPkg/HttpBootDxe: Report download error when resume attempts fail
    081cf576a2 DynamicTablesPkg: Update FADT fixed feature flags validation
    21767dcf4e RedfishPkg/RedfishCredentialDxe: Fix 'too many arguments' error
    fcd9570c8d UefiCpuPkg/PiSmmCpuDxeSmm: Consume SmmCpuPlatformHookBeforeMmiHandler func
    e34460c8b2 OvmfPkg/Library: Impl SmmCpuPlatformHookBeforeMmiHandler func
    7d4da670ea UefiCpuPkg: Add SmmCpuPlatformHookBeforeMmiHandler
    2351165f1b UefiCpuPkg/PiSmmCpuDxeSmm: Clarification for BSP & APs Sync Flow
    d2a41d1a7a Maintainers.txt: Update GitHub username for myself
    0bae161fed UefiCpuPkg/MpLib: Remove NotifyOnS3SmmInitDonePpi
    6f17bd5eaf UefiCpuPkg/S3: Skip CR3 modification in S3Resume for 64-bit PEI
    da1c6dd62a UefiPayloadPkg: Add Secure Boot support
    7bac0a940e BaseTools/SetupGit.py: Fix invalid choice 'edk2-test'
    fd619ec460 BaseTools/CodeQl: Give preference to Plugin settings
    06da7daab1 FmpDevicePkg/FmpDependencyLib: Fix potential overflow in loop
    550c38a299 UefiPayloadPkg : Roll back the sequence of gEfiEndOfPeiSignalPpiGuid.
    2ee050d1d5 UnitTestFrameworkPkg: UnitTestLib: Support Failure Strings of 512 Chars
    d99045f392 MdePkg: DebugLib: Check Signature in CR in Release Builds
    77c070b1a7 EmulatorPkg: Add Signature to Graphics Structure
    596773f5e3 DynamicTablesPkg: AmlLib: Fix CodeQL Issue
    80d9b44491 Maintainers.txt: Add myself as UefiPayloadPkg maintainer
    8cce048d48 DynamicTablesPkg: Correct _PSD package format
    54469a6918 ShellPkg: Fix Optional Data rewriting with bcfg
    b21cf3bd5b ShellPkg: ShellLevel2StripQuotes: Strip consecutive quotes
    df884297fd ShellPkg/AcpiView: RASF Parser
    c82bf392c5 ShellPkg/AcpiView: RAS2 Parser - Remove unused define
    91d806917f OvmfPkg: RiscV64: build BaseRiscVFpuLib
    f8c738577f UefiCpuPkg: RiscV64: initialize FPU
    28dd588ca8 MdePkg/BaseLib: RISC-V: Add FPU CSR constants
    7123940665 MdePkg: MdeLibs.dsc.inc: Introduce CUSTOM_STACK_CHECK_LIB Macro
    2fdc39d09d MdeModulePkg/UefiBootManagerLib: Build proper SD/MMC boot descriptions
    f962adc8a0 DynamicTablesPkg: Adds SPMI table generator
    0958b762fb MdePkg/IndustryStandard: Adds SPMI macros
    d2e8118461 StandaloneMmPkg: CodeQL Fixes.
    e73ec56942 MdePkg: Improving readability of CVE patch for PeCoffLoaderRelocateImage
    cac73c45c4 ArmVirtPkg/ArmVirtQemu: avoid unnecessary use of $(ARCH) conditional
    3297be20bb Maintainers.txt: add Leif Lindholm as additional BaseFdtLib maintainer
    eac33b88f4 Maintainers.txt: add all files in BaseFdtLib to component
    9a1d54665c MdePkg: add various additional functions to BaseFdtLib
    450a001c09 MdePkg: export additional Property functions from BaseFdtLib
    5bad560935 MdePkg: export FdtAddressCells/FdtSizeCells from BaseFdtLib
    9ba11ee131 MdePkg: export FdtOpenInto/FdtPack from BaseFdtLib
    9dc9a4bae6 MdePkg: export some additional macros from BaseFdtLib
    0cc9963cc9 MdePkg: align BaseFdtLib function prototypes
    8292296893 MdePkg: add FdtStrerror wrapper to BaseFdtLib
    8040fdbb8b MdePkg: consistently use "Property" in BaseFdtLib
    bf7dbf6380 MdePkg,UefiPayloadPkg: improve BaseFdtLib memreserve helper style
    4f4673846f .github/GitHub.py: Update bot in redundant comment check
    c95233b852 MdePkg: Fix overflow issue in BasePeCoffLib
    517019a553 .gitignore: Ignore Python venv files
    a6b472131e IntelFsp2Pkg : Refactor BaseFspCommonLib to reduce binary size
    21e1fc5400 BaseTools: LinuxGcc5ToolChain: Run for GCC Toolchain
    10783187dd .pytool/UncrustifyCheck: Show errors in output
    48b5815d77 RedfishPkg/Include: add common RedfishPkg header file.
    8b295e0aad NetworkPkg/Dhcp6Dxe: Fix extraneous parentheses
    e548e1cd73 CryptoPkg: Fix unused variable in CryptX509.c
    90fb3c6cfc CryptoPkg/OpensslLib: Fix build on XCODE5
    95292a0f24 MdeModulePkg/VariablePolicyLib: Fix extraneous parentheses
    0aa93aecb7 MdePkg: Fix DEBUG_CODE and PERF_CODE macros for XCODE5
    cc47e82703 BaseTools: Fix redefinition of UINT8_MAX in Decompress.c on XCODE5
    ded3ae2cf4 ArmPkg: drop FdtLib resolution from .dsc
    0693c66f76 EmbeddedPkg: add missing BaseLib/BaseMemoryLib declarations
    dab548a51b ArmVirtPkg: add QemuVirtMemInfoLib missing dependency/includes
    fe93b3745f DynamicTablesPkg/FdtHwInfoParserLib: add missing resolutions/includes
    3ed4f43f83 CryptoPkg: Update generated files based on openssl 3.0.15
    c13f9de56d CryptoPkg: Update openssl submodule to 3.0.15
    2936b7d162 ArmVirtPkg: Correct PcdDxeNxMemoryProtectionPolicy comment
    39462fcd99 openssl: add Library/OpensslLib/openssl to includes, drop e_os.h hack
    67c303cb5f CrtLibSupport: add intptr_t
    c371460cb4 CrtLibSupport: add timezone
    0ec54d8d0c CrtLibSupport: add mktime()
    af73d37741 CrtLibSupport: factor out EFI_TIME -> time_t calculation to new function
    ebf7daa583 CrtLibSupport: fix gettimeofday()
    609c7e8679 CrtLibSupport: add sleep()
    b8122cc9d8 ShellPkg: add missing linefeed in reset message
    a131839a3d FatPkg: Improvements to Fat to Fix File Corruption
    3ef6a71ed1 FatPkg: Check BlockIo Device Has Supported BlockSize
    4c3bffaeb3 UefiPayloadPkg: Enhance ReadMe.md for ELF and FIT
    1a89c690a1 CryptoPkg/OpensslLib: Create SM3-only version of the library
    1815f35b87 CryptoPkg: Add unit testcase for SM3
    89309fee81 CryptoPkg/MbedTls CLANGDWARF: Replace outdated CLANG3x references
    6820004b3e BaseTools: Fix multiple 'invalid escape sequence' warnings in tests
    0354e89fc9 UefiPayloadPkg: Add LOCKBOX_SUPPORT in UPL and set it as FALSE in default
    14bfcc4021 UefiPayloadPkg: Align relocation item with spec
    222e2854fe BaseTools: Update RETURN_ERROR Macro in BaseTypes.h
    c358009352 Set PcdSerialClockRate from SerialPortInfo in UefiPayloadEntry
    3a3b12cbda UefiCpuPkg/MtrrLib: MtrrLibIsMtrrSupported always return FALSE in TD-Guest
    ff8a7d101f Maintainers.txt: Add Sami Mujawar as maintainer for Arm modules
    5901f19a87 DynamicTablesPkg: Adds ACPI SSDT HPET table generator
    fada1cea46 DynamicTablesPkg: Adds ACPI HPET table generator
    21e8a85653 MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map
    170fa8ecd4 BaseTools/tools_def ARM: Disable stack protector with CLANGDWARF
    779642283a Maintainers: Remove Ard Biesheuvel from all packages
    b0d1cb59c7 UefiCpuPkg/AmdSmmCpuFeaturesLib: Skip SMBASE configuration
    670e263419 UefiPayloadPkg: Move FADT check to consumer coode.
    7843c8da06 RedfishPkg/Include: move protocol version definition to protocol header
    be36ddb234 ArmPkg: Avoid building ArmCrashDumpDxe on ARM
    73dbb68006 NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocol
    1f32b5a30e UefiPayloadPkg: Handle simple reserved ranges from DT
    043045cd6e MdePkg: Add reserved mem fdt helpers
    099aff9137 UefiPayloadPkg: Add support for Root bridge parser
    c511663cfa UefiPayloadPkg: Add support for Special Purpose memory
    5cd9e7ce87 UefiPayloadPkg: Remove unnecessary ACPI checks
    7fdb360046 UefiPayloadPkg: Enable RiscV64 entry point to UPL
    1f4ae34f13 UniversalPayload: Add RISC-V support for UPL PCDs
    9fff9912fd UefiPayloadPkg: Parse fdt and create smbios table
    4d35077048 UefiPayloadPkg: Bugfix: Do not parse NULL nodes
    ed665ef38c UefiPayloadPkg: Handle ordering issue with option node
    121af960e2 OvmfPkg/CpuHotplugSmm: delay SMM exit
    ec18fa81d3 OvmfPkg: Use TdInfo instead of fw_cfg to get cpu count in TDVF
    262ab6259f OvmfPkg/RiscVVirtQemu: Remove non-needed !include line
    273f43cec9 MdePkg/DxeRngLib: Add gEfiRngAlgorithmArmRndr to the secure algorithms
    5ed8f64647 MdePkg/DxeRngLib: Use PcdEnforceSecureRngAlgorithms for default algorithm
    c04c4534c4 MdePkg/DxeRngLib: Refactor Rng algorithm selection
    bc02b255a8 MdePkg: Move PcdEnforceSecureRngAlgorithms from NetworkPkg
    5c8bdb190f MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for GCC12
    69139e39bc NetworkPkg/HttpBootDxe: Resume an interrupted boot file download.
    5262108822 MdePkg/Http11.h: Add HTTP header definitions.
    964c22b8ea MdeModulePkg: Fix buffer overflow in MergeMemoryMap
    a9b38305b6 MdePkg: Remove Old Stack Check Lib Implementation
    f53f029122 BaseTools: Add Stack Cookie Support to MSVC and GCC IA32/X64/ARM/AARCH64
    cac0955658 BaseTools: Update Stack Cookie Logic
    5e07b97094 UnitTestFrameworkPkg: Add StackCheckLib
    17744fc9ce UefiPayloadPkg: Add StackCheckLib
    dfc397133b UefiCpuPkg: Add StackCheckLib
    7b4b1d2bd3 StandaloneMmPkg: Add StackCheckLib
    d7a0a7ae4a SourceLevelDebugPkg: Add StackCheckLib
    2e8fb6b406 ShellPkg: Add StackCheckLib
    ce347727a0 SignedCapsulePkg: Add StackCheckLibNull
    7ca87dcc6a SecurityPkg: Add StackCheckLibNull
    78d5d27470 RedfishPkg: Add StackCheckLibNull
    e4c3c3eb65 PrmPkg: Add StackCheckLibNull
    a275f10186 PcAtChipsetPkg: Add StackCheckLib
    538b10f157 OvmfPkg: Add StackCheckLibNull
    fefd017851 NetworkPkg: Add StackCheckLib
    000b61eff8 MdeModulePkg: Add StackCheckLib
    847561eb53 IntelFsp2WrapperPkg: Add StackCheckLib
    254e4cfa8c IntelFsp2Pkg: Add StackCheckLibNull
    715a695c3d FmpDevicePkg: Add StackCheckLibNull
    6f0ba20471 FatPkg: Add StackCheckLibNull
    ae5953dea0 EmulatorPkg: Add StackCheckLibNull
    e7c0ad3661 EmbeddedPkg: Add StackCheckLibNull
    8c21bc7157 DynamicTablesPkg: Add StackCheckLibNull
    c9320adf22 CryptoPkg: Add StackCheckLib
    02e6c73a99 ArmVirtPkg: Add Null Stack Check Lib
    acab6dbf87 ArmPlatformPkg: Add Null Stack Check Lib
    d1faaa8eae ArmPkg: Remove Deprecated Stack Check Lib
    5000568969 MdePkg: Create Stack Check Lib
    ac43bbacde MdePkg: Create Stack Check Null Libs
    3a9da5f329 MdePkg: Add Stack Cookie Interrupt Vector PCD
    26c3818011 UnitTestFrameworkPkg: Move common includes to their own file
    837bb62661 NetworkPkg: PxeBcDhcp6GoogleTest: Fix Stack Smashing Unit Test
    6706fe6e23 ArmPkg/ArmLib: Drop set/way Dcache operations
    bec02ea9de MdePkg/ArmLib: Drop routines that maintain the entire D-cache
    bb403511d4 ArmVirtPkg: Fix unable to build with -D NETWORK_ENABLE=0
    14d7ae94bc OvmfPkg: Fix unable to build OVMF with -D NETWORK_ENABLE=0
    af60615f0e NetworkPkg: Fix unable to build OVMF with -D NETWORK_ENABLE=0
    8f74b95a21 MdePkg: Move CompilerIntrinsicsLib from ArmPkg
    734e71f428 MdePkg: Move AsmMacroIoLib*.h from ArmPkg
    656665d289 ArmPkg: CompilerIntrinsicsLib: Use AsmMacroIoLibV8.h for AARCH64 ASM
    fe6b6feca7 OvmfPkg/LoongArchVirt: Modify loongarch uefi firmware size
    1197fb3383 ShellPkg/AcpiView: RAS2 Parser
    dfc242c2dd MdePkg/Acpi65.h: Add RAS2 table defs and signature as in ACPI 6.5
    babccb841d MdeModulePkg: Enable Data Terminal at end of serial
    bacee5113e MdePkg/IpmiNetFnGroupExtension.h: Enforce structure alignment
    e41e728c16 Refactor SetMemWrapper to reduce binary size
    03c8ec6ce2 MdeModulePkg/DxeCapsuleLibFmp: Check BootService Status to Use ESRT Cache
    dadd8c7a95 MdeModulePkg/DxeCapsuleLibFmp: Change the Event Notify to Cache ESRT Table
    f2557032d6 NetworkPkg/MnpDxe: Convert TX buffer allocation messages to DEBUG_VERBOSE
    589304e67f Support Report Status Code in the UefiPxe driver.
    58b4bf7b7e StandaloneMmPkg/MmIpl: Correct unblocked memory regions attribute
    14c9ba1a2c IntelFsp2Pkg: Support FSP API to save and restore page table
    9a4088777f .pytool/EccCheck: Trim leading path to modified directory
    1328938560 MdeModulePkg/VariableRuntimeDxe: Fix VariablePolicyProtocol PRODUCES
    b1ce2e1b67 ArmPkg/ArmPsciMpServices: GetProcessorInfo copies incorrect structure
    61f9695f20 BaseTools: Remove Pip BaseTools
    3885a3edad NetworkPkg/DxeNetLib: Update misleading comment
    e5715711a4 OvmfPkg/QemuFwCfgS3Lib: Disable S3 detection in TDVF
    043615ae8b MdePkg/BaseLib: Add NULL version Tdx functions for other architectures
    b437b5ca4c UefiCpuPkg/PiSmmCpuDxeSmm: Remove RestrictedMemoryAccess check for MM CPU
    b4820f2d65 UefiCpuPkg/PiSmmCpuDxeSmm: Clean mCpuSmmRestrictedMemoryAccess
    633a755d99 UefiCpuPkg/PiSmmCpuDxeSmm: Update IfReadOnlyPageTableNeeded
    4f6614fc18 UefiCpuPkg/PiSmmCpuDxeSmm: Correct SetPageTableAttributes func usage
    f6eb069e17 UefiCpuPkg/PiSmmCpuDxeSmm: Deadloop if PFAddr is not supported by system
    c8ce84d067 UefiCpuPkg/PiSmmCpuDxeSmm: Always save and restore CR2
    897284d47d UefiCpuPkg/PiSmmCpuDxeSmm: Fix IsSmmCommBufferForbiddenAddress check
    c047353a12 UefiCpuPkg/PiSmmCpuDxeSmm: Avoid to access MCA_CAP if CPU does not support
    253b3d678a MdeModulePkg/Core/Pei: Add error handling for Section Length
    9dabe005f0 MdePkg/IndustryStandard: Add definitions for IPMI Boot Progress Code
    bfb33c0e09 BaseTools: Disable MSVC volatileMetadata for VS2019 and VS2022 for X64
    013d51771a EmbeddedPkg/PrePiHobLib: Fix SetBootMode return value
    1204de7b50 EmbeddedPkg/PrePiHobLib: Align Doxygen comment between code and header
    3151798123 ShellPkg: Acpiview: Add GICC field parsing
    f0dc9e1504 MdeModulePkg: UefiBootManagerLib: Update assert condition
    03bc4252fb XhciDxe: Fail the start of malfunctioning XHCI controllers
    7b9f2018d1 RedfishPkg: PlatformHostInterfaceBmcUsbNicLib: use credential protocol
    7acd8c9bd2 RedfishPkg: PlatformHostInterfaceBmcUsbNicLib: fix compilation warning
    c9a59facd8 RedfishPkg: RedfishDiscoverDxe: fix compilation warning
    2ddce71142 EmulatorPkg: fix X64 Unix/Host segfault with GCC toolchain profile
    99d60cbd39 ArmVirtPkg ARM: Move to MbedTls for crypto
    1240a722f8 SecurityPkg: Tcg2Acpi: Remove _DSM Memory Clear and _PTS
    a4245b265d SecurityPkg: Tcg2Smm: Remove Memory Clear SMI Handler
    559affab2e MdeModulePkg: Fix redundant call to RestoreTpl()
    b17ac09cc4 MdeModulePkg: Add extra RestoreTpl() call in DiskIo
    afba5358c8 ArmVirtPkg: Resolve RngLib via RngDxe for TRNG support
    8504d2be17 MdeModulePkg/FaultTolerantWriteDxe: Fix buffer overrun issue
    1a89d9887f MdePkg:Update Return Error Macro in Base.h
    5bb4f9694a OvmfPkg/PlatformPei: Build gCcEventEntryHobGuid at First
    d997d3c62f OvmfPkg: Use TdHob instead of e820tables to get memory info in TDVF
    e48acc0fa9 ShellPkg/SmbiosView: Add new Socket Type for SMBIOS Type4
    aebe9625c9 MdePkg/SmBios.h: Add new Processor Upgrade definition for SMBIOS Type4
    7f505d377b MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4
    72cf76868c NetworkPkg/WifiConnectionManagerDxe: Fix Connection Manager HII errors
    cb9bdf3753 SecurityPkg: Optimization by moving PeiServicesLocatePpi outside loop
    a859f4fc03 MdePkg: Fix a buffer overread.
    909849be87 pip-requirements.txt: Bump versions of several packages and fix URL
    f0f14aac3d FatPkg/EnhancedFatDxe: Downgrade debug level for no media found
    5b6ec1a7f4 UefiPayloadPkg/UefiPayloadPkg.ci.yaml: Add PrEval CI config
    d214d75be0 UefiCpuPkg/UefiCpuPkg.ci.yaml: Add PrEval CI config
    6e727ed9dd StandaloneMmPkg/StandaloneMmPkg.ci.yaml: Add PrEval CI config
    7c10472983 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml: Add PrEval CI config
    abf21d76e7 SignedCapsulePkg/SignedCapsulePkg.ci.yaml: Add PrEval CI config
    0cfed09674 ShellPkg/ShellPkg.ci.yaml: Add PrEval CI config
    6ead9a8b80 SecurityPkg/SecurityPkg.ci.yaml: Add PrEval CI config
    89bad0726c PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: Add PrEval CI config
    ea5581186e NetworkPkg/NetworkPkg.ci.yaml: Add PrEval CI config
    c79487605a EmulatorPkg/EmulatorPkg.ci.yaml: Add PrEval CI config
    2ccf94d37b ArmPlatformPkg/ArmPlatformPkg.ci.yaml: Add PrEval CI config
    715200ea60 ArmPkg/ArmPkg.ci.yaml: Add PrEval CI config
    814470b834 NetworkPkg/SnpDxe: return error for unsupported parameter
    82c5cacd13 NetworkPkg: DxeHttpLib: Use HTTP error 429
    829f773e5c MdePkg: Add HTTP error 429
    eaf78e43f2 MdeModulePkg: Enable VarCheckHiiLibStandaloneMm.
    df58def118 MdeModulePkg: Add VarCheckHiiLibStandaloneMm.
    02f6774803 MdeModulePkg: Move DUMP_VAR_CHECK_HII in common file
    45cf57ce79 MdeModulePkg: Relocate VarCheckHiiInternalDumpHex, VarCheckHiiQuestion
    3956f4e392 MdeModulePkg: Wrap SetVariableCheckHandlerHii as a common API
    db43a80c10 MdeModulePkg: Rename VarCheckHiiLibNullClass as VarCheckHiiLib.
    5718c9b06f MdeModulePkg: Modified BuildVarCheckHiiBin parameter to IN OUT.
    ee1e163a2f MdeModulePkg: Enable VarCheckHiiLibMmDependency
    6b3ac9cbf8 MdeModulePkg: Add VarCheckHiiLibMmDependency library.
    4aea90ea53 MdeModulePkg: Relocation of mVarCheckHiiBin declaration
    238ccc5944 DynamicTablesPkg: Adds generic ACPI Creator ID
    5dafa13d62 DynamicTablesPkg: Adds WSMT generator for X64
    a5f5432728 SecurityPkg: Fix break missing at TPM_ALG_KEYEDHASH case
    50871ee0ec BaseTools: GenMake: FIx missing logs from GenMake.py
    91853ca6a5 MdeModulePkg/VariableStandaloneMm: Notify variable write ready in MM
    af15e4535d ArmPkg: Fix timer wrap-around
    4ef87f455b MdePkg: Add Reset Reason definitions
    f7abf6af2d SecurityPkg: Fix exponent unmarshaled as 16 bits
    96b90e150c SecurityPkg: Measure Invoke EBS even in failure case
    baecba68a3 MdePkg: Remove duplicate source from BaseMemoryLib INF files
    95ee7f3ef7 BaseTools: Trim: Add header/footer for ASL include
    90d861f63d CryptoPkg/BaseCryptLibMbedTls: Fix uninitialized variable errors
    468a36b22f CryptoPkg/OpensslLib CLANGDWARF: Use gnu99 C dialect for asm() support
    5c63e22a9f OvmfPkg: Move kernel hashes section to end
    662272ef41 Sync AARCH64 GCD Capabilities with Page Table
    2069a63a8e OvmfPkg/PlatformInitLib: allow switching to 4-level paging
    f6092b5e2b MdePkg: Remove the old name of LoongArch CSR 0x20
    bc518f81fd OvmfPkg: Using the new name of LoongArch CSR 0x20 register
    2fe24171ac UefiCpuPkg: Using the new name of LoongArch CSR 0x20 register
    a066ca16d3 MdePkg: Rename the LoongArch CSR 0x20 register
    d5c7bba504 StandaloneMmPkg: Restart dispatcher once MM entry is registered for X64
    0b0b7041cc OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall
    6ed258d89d OvmfPkg/XenHypercallLib: Add SchedOp hypercall
    043eab84e5 OvmfPkg/XenPlatformPei: Remove Hypercall Page
    0e6f6c715c OvmfPkg/XenHypercallLib: Use direct hypercalls
    9d5a9940e4 OvmfPkg: Refactor PcdSetNxForStack usage in TDVF
    a1b0703e8e EmbeddedPkg: Improve LocateAndInstallAcpiFromFvConditional
    5aa6842715 MdeModulePkg/VariableStandaloneMm: Fix TCG MOR secure feature issue
    f31aa47dee MdePkg: CoreValidateHandle Optimization
    0596e5fa05 MdeModulePkg: CoreValidateHandle Optimization
    a63a7dbf85 ArmVirtPkg: Drop incorrect reference to LzmaDecompressLib
    0a6d41ba0a ArmPlatformPkg/ArmPlatformLib: Drop unused MPCore routines
    5c566abb12 ArmVirtPkg/ArmPlatformLib: Drop unused MPCore routines
    5749b70b5a ArmPlatformPkg: Retire PrePi
    029c7a2829 ArmPlatformPkg: Retire PrePeiCore
    76c5f035a1 ArmPlatformPkg: Retire ArmPlatformStackLib
    391666da2c OvmfPkg/QemuVideoDxe: ignore display resolutions smaller than 640x480
    58035e8b5e OvmfPkg/VirtioGpuDxe: ignore display resolutions smaller than 640x480
    6a7be5a841 DynamicTablesPkg: AML code generation for IO resouce descriptor.
    b6c4708c4d MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol.
    7801fe428b MdePkg Nvme.h: Update fields from 1.4c specification.
    1169122c6f MdeModulePkg NonDiscoverablePciDeviceIo: MMIO Memory XP By Default
    01735bbe4a MdeModulePkg: Gcd: Only Update gMemoryMap Attributes if Correct GCD Type
    bb248a9509 MdeModulePkg: MAT Set RO/XP on Code/Data Sections Outside Image Memory
    254641f342 MdeModulePkg: MAT: Do Not Set EfiMemoryMappedIo[PortSpace] Attrs
    31f0225005 RedfishPkg/RedfishHttpDxe: check response content type.
    14e6c48103 RedfishPkg/RedfishHttpDxe: add status code check for modification request
    2fe9b6c22f MdePkg:BaseArmTrngLibNull: Assert causing FVP stalling
    383f729ac0 OvmfPkg/PlatformInitLib: Reserve Sec Page Tables in TDVF
    9cd66aca1a CryptoPkg:  Support BrainpoolP512r1 algorithm
    41a51d1735 ArmPkg/GenericWatchdogDxe: Disable WDOG before the protocol installed
    7cde720e51 ShellPkg: Correct smbiosview strings and conditions for SMBIOS Type9
    319835abb8 UefiCpuPkg/MpInitLib: Skip X2APIC enabling when BSP in X2APIC already
    7ed3989166 UefiCpuPkg/MpInitLib: Sync BSP's APIC mode to APs in InitConfig path
    94f68d0b56 UefiCpuPkg/MpInitLib: Separate X2APIC enabling to subfunction
    84e7b74c8c UefiCpuPkg/UefiCpuPkg.dsc: Include PiSmmCpuStandaloneMm and required Libs
    0de7882b46 UefiCpuPkg/PiSmmCpuDxeSmm: Simplify SMM Profile Size Calculation
    2e6ca59e33 UefiCpuPkg/PiSmmCpuDxeSmm: Avoid PcdCpuSmmProfileEnable check in MM
    ae0d54cd43 UefiCpuPkg/PiSmmCpuDxeSmm: Cleanup SMM_CPU_SYNC_MODE
    1816c78f43 UefiCpuPkg/PiSmmCpuDxeSmm: Refine DxeSmm PageTable update logic
    5bcf6049f2 UefiCpuPkg/PiSmmCpuDxeSmm: Add PiSmmCpuStandaloneMm.inf
    3690d30a6e UefiCpuPkg/PiSmmCpuDxeSmm: Check logging PF address for MM
    0593183d76 UefiCpuPkg/PiSmmCpuDxeSmm: Start SMM Profile early for MM
    79468b58c3 UefiCpuPkg/PiSmmCpuDxeSmm: Differentiate PerformRemainingTasks
    268397a892 UefiCpuPkg/PiSmmCpuDxeSmm: Enable CodeAccessCheck in MM Entry Point
    1c19ccd510 UefiCpuPkg/PiSmmCpuDxeSmm: Refactor code to create default Page Table
    14cb36685b UefiCpuPkg/PiSmmCpuDxeSmm: Add PiCpuStandaloneMmEntry for MM
    7b9b4ed57f UefiCpuPkg/PiSmmCpuDxeSmm: Add GetSupportedMaxLogicalProcessorNumber
    167e902624 UefiCpuPkg/PiSmmCpuDxeSmm: Impl IsSmmCommBufferForbiddenAddress for MM
    9ee5334796 UefiCpuPkg/PiSmmCpuDxeSmm: Define mIsStandaloneMm to indicate SMM or MM
    5f88a44637 UefiCpuPkg/PiSmmCpuDxeSmm: Impl GetSmiCommandPort for MM
    ee54bda382 UefiCpuPkg/PiSmmCpuDxeSmm: Impl CreateExtendedProtectionRange for MM
    614d6c91bf UefiCpuPkg/PiSmmCpuDxeSmm: Impl GetSmmCpuSyncConfigData for MM
    1f22b96b11 UefiCpuPkg/PiSmmCpuDxeSmm: Impl GetAcpiS3EnableFlag for MM
    502a9122a4 UefiCpuPkg/PiSmmCpuDxeSmm: Impl GetSmmProfileData for MM
    cc996831bd UefiCpuPkg/PiSmmCpuDxeSmm: Add empty .c for MM CPU specific impl
    9d9bbb6f5f UefiCpuPkg/PiSmmCpuDxeSmm: Move GetSmiCommandPort into DxeSmm Code
    abc2f59523 UefiCpuPkg/PiSmmCpuDxeSmm: Move GetUefiMemoryMap into DxeSmm code
    0c037b5fa7 UefiCpuPkg/PiSmmCpuDxeSmm: Create extended protection MemRegion in func
    d480f106a6 UefiCpuPkg/PiSmmCpuDxeSmm: Get SmmCpuSyncConfig data from func
    23c5ee6e23 UefiCpuPkg/PiSmmCpuDxeSmm: Move GetAcpiS3EnableFlag into DxeSmm code
    5547d1487c UefiCpuPkg/PiSmmCpuDxeSmm: Move SMM profile data allocation into func
    89fe9c5d79 UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Variable to set SmmProfileBase
    c8a1295d3e UefiCpuPkg/PiSmmCpuDxeSmm: Get SMRAM info from gEfiSmmSmramMemoryGuid
    8ccf7f65e5 UefiCpuPkg/PiSmmCpuDxeSmm: Centralize Non-Mmram Mem Management Code
    cc5df45eb6 UefiCpuPkg/PiSmmCpuDxeSmm: Move common code into PiSmmCpuCommon.c
    cd29383f77 UefiCpuPkg/PiSmmCpuDxeSmm: Rename PiSmmCpuDxeSmm.h to PiSmmCpuCommon.h
    2a15750b79 UefiCpuPkg/PiSmmCpuDxeSmm: Update gSmst to gMmst
    cfaccc89a2 StandaloneMmPkg/Core: Migrate Memory Allocation Hob into MMRAM
    6b69f564a9 StandaloneMmPkg/Core: Add MemoryAttributes support
    b7931cafea StandaloneMmPkg/Core: Install protocol to notify MmEndOfPei event
    c8df60801f StandaloneMmPkg: Support using gEfiSmmSmramMemoryGuid to get MMRAM range
    487fa274c4 StandaloneMmPkg/Core: Restart dispatcher once MmEntryPoint is registered
    003a4d4ef4 StandaloneMmPkg/Core: Remove unused mMmramRanges and mMmramRangeCount
    f0254c9a1c StandaloneMmPkg: Remove definition for MM_CORE_PRIVATE_DATA
    0f89005d71 StandaloneMmMemLib: Drop MM_CORE_PRIVATE_DATA
    189398dcf8 StandaloneMmCoreMemoryAllocationLib: Drop MM_CORE_PRIVATE_DATA
    18591343b2 StandaloneMmPkg/Core: Drop MM_CORE_PRIVATE_DATA
    24e41d1fa3 StandaloneMmPkg/Core: Introduce MM Communication Buffer
    68487b4736 StandaloneMmPkg/Core: Switch to MM HobList after MM HostList is ready
    dd775aa4d4 StandaloneMmPkg/Core: Install Loaded Image Protocol for MM Core
    a44830727a StandaloneMmPkg/Core: Install Loaded Image Protocol for MM drivers
    6dc14fb5b4 StandaloneMmPkg/Core: Remove traditional MM driver support
    6855567d52 StandaloneMmPkg/MmIpl: Create memory resource HOBs
    378aff173c StandaloneMmPkg/MmIpl: Create MM profile data HOBs
    c775cc762e StandaloneMmPkg/MmIpl: Create misc HOBs for CPU
    0d91ebd96f StandaloneMmPkg/MmIpl: Create standalone MM foundation related HOBs
    5aa5ecd5ff StandaloneMmPkg/MmIpl: Dispatch StandaloneMm drivers in MM
    3ac296def1 StandaloneMmPkg/MmIpl: Install end of PEI notify PPI
    e98eca076a StandaloneMmPkg/MmIpl: Install MmCommunicationPpi
    8d764088ea StandaloneMmPkg/MmIpl: load MM Core and execute MM Core in MM RAM
    d7e6b863a1 StandaloneMmPkg/MmIpl: build MM communication buffer HOB
    e363c0b729 StandaloneMmPkg/MmIpl: StandaloneMmIplPei driver entrypoint
    82d2f6b3c3 MdeModulePkg/SmmCommunicationBufferDxe: Re-use FixedCommBuffer
    d64766bde6 StandaloneMmPkg: Create some notification of protocol and Event
    a2a8558958 StandaloneMmPkg: Install gEfiMmCommunicationProtocolGuid
    cf9b568405 StandaloneMmPkg: Install gEfiMmCommunication2ProtocolGuid
    eef29d5100 StandaloneMmPkg: Add a new MmCommunicationDxe driver
    0806fb60d4 StandaloneMmPkg: Create null instance for MmPlatformHobProducerLib
    c0b1ad64e4 UefiCpuPkg: Enable MmUnblockMemoryLib
    8f21911951 UefiCpuPkg: Add MM Unblock Page Library
    630e819bf3 StandaloneMmPkg/StandaloneMmPkg.ci.yaml: Add UefiCpuPkg dependency
    56908fd4be StandaloneMmPkg/StandaloneMmPkg.dec: Add gEventMmDispatchGuid
    43e8801410 StandaloneMmPkg: Add MmPlatformHobProducerLib library class
    0f36b5fa0a UefiCpuPkg: Add ACPI S3 Enable HOB definition
    39d9e15a9e UefiCpuPkg: Add MM CPU Sync Config definitions
    2c5d329e20 UefiCpuPkg: Add MM Profile related definitions
    21a2c8ae2a UefiCpuPkg: Add Unblock Region HOB definition
    45098bf1b8 MdeModulePkg/MdeModulePkg.dec: Add PcdMmCommBufferPages PCD
    ff04469d33 MdeModulePkg: Add MM Communication Buffer definition
    82b1f69196 MdePkg/MdePkg.dec: Add gEfiMmEndOfPeiProtocol definition
    1fd2f9ec8f IntelFsp2Pkg: Align FSP global data pointer for X64 build
    a0ac7cf67a UefiPayloadPkg: Update UefiPayload driver for FDT support.
    0c4d6bb405 UefiPayloadPkg: Update PayloadLoader to suport FDT.
    b0c6b049c4 UefiPayloadPkg: Add FDT Paser relative LIBs.
    a297b81b62 UefiPayloadPkg: Support Debug function when Hob was not available.
    04d8d94a42 UefiPayloadPkg: Addd header files for FDT structure and function.
    c3997e329a MdePkg: Fix build error after enable FDT support.
    90d0ec17e7 MdePkg/BaseFdtLib: Add FdtNodeOffsetByCompatible()
    99e4c8ea93 OvmfPkg/LoongArchVirt: Clear the PGD series registers
    25da777d95 Maintainers.txt: Cleanup inactive maintainers.
    39a999eb1d ArmPlatformPkg: Initialize Serial Port Before Writing
    ded4191e10 Maintainers.txt: Remove Susovan Mohapatra
    cc7bb9a86e IntelFsp2Pkg: Correcting Data Region Length of MCUD section
    a0594ca403 GitHub Action: Bump github/issue-labeler from 3.1 to 3.4
    b2a431868c UefiCpuPkg: CpuPageTableLibTestHost: Disable Random Test Suite
    efaf8931bb OvmfPkg/TdTcg2Dxe: Fix the SeparatorEvent issue in RTMRs
    ccda91c286 MdePkg: Define BrainpoolP512r1
    5a06afa7dd SecurityPkg: Allocate EfiACPIMemoryNVS buffer for TCG2
    fadb9dcb9d SecurityPkg: Correct Pages for TCG2 communication buffer
    0e8af88034 NetworkPkg: Improve GetBootFile() code flow
    f3040bed3c .mergify: Fix pull_request_rules deprecation
    1cc0fae8d9 MdeModulePkg/RamDiskDxe: fix memory leak on error path.
  - Add libbpf1 (libbpf.so.1) as a BuildRequires to satisfy build dependencies.
  - Add ovmf-Revert-Add-Stack-Cookie-Support-to-MSVC-and-GCC.patch (bsc#1236009)
    f53f029122d4 BaseTools: Add Stack Cookie Support to MSVC and GCC IA32/X64/ARM/AARCH64
  - Update openssl library to 3.0.15
  - Remove patch which are merged to edk2-stable202411:
  - ovmf-MdePkg-DebugLib-Enable-FILE-NAME-as-DEBUG-ASSERT-for.patch
    5c8bdb190f MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for GCC12

++++ rsync:

  - Security update,CVE-2024-12747, bsc#1235475 race condition in handling symbolic links
    * Added rsync-CVE-2024-12747.patch

++++ velociraptor-client:

  - Update to version 0.7.0.4.git126.27cfbe1:
    * bpf: fix plugins not stopping when context cancelled
    * tcpsnoop: move parsing to its own function
    * bpf plugins: remove depreciated libbpfgo calls
    * bpf plugins: add context to error logs
    * chattrsnoop: fix files not getting closed
    * chattrsnoop: move hashing from plugin to artifact
    * RPM artifact: start checks immediately on artifact load
    * rpm plugin: fix ndb magic error
    * audit s390x: fix arch filter rules errors
    * github: fix deprecated upload artifact
    * tcpsnoop: fix ipv6 local and remote addresses order
    * tcpsnoop: fix missing ipv6 outbound connections
    * Linux.Events.ProcessExecutions: remove parent cmdline
    * audit: reduce FileBufferLeaseSize to ease GC overhead
    * audit: fix auditBuf allocation and go vet warnings
    * audit: fix plugin shutdown race condition
    * audit: fix audit client data races
    * audit: fix race in subscriber
    * audit: prevent Windows loading audit package
    * sdjournal: fix package causing test failures
    * github: run linux unit tests

------------------------------------------------------------------
------------------  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/ACPI-x86-Add-adev-NULL-check-to-acpi_quirk_skip_serd.patch
    (stable-fixes CVE-2024-56782 bsc#1235629).
  - 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-control-Avoid-WARN-for-symlink-errors.patch
    (git-fixes CVE-2024-56657 bsc#1235432).
  - Update
    patches.suse/ALSA-core-Fix-possible-NULL-dereference-caused-by-ku.patch
    (git-fixes CVE-2024-56696 bsc#1235539).
  - Update
    patches.suse/ALSA-memalloc-prefer-dma_mapping_error-over-explicit.patch
    (git-fixes CVE-2024-57800 bsc#1235772).
  - 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-us122l-Use-snd_card_free_when_closed-at-disconn.patch
    (git-fixes CVE-2024-56532 bsc#1235059).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
    (stable-fixes CVE-2024-53150 bsc#1234834).
  - 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/ASoC-Intel-sof_sdw-Add-space-for-a-terminator-into-D.patch
    (git-fixes CVE-2024-57880 bsc#1235800).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-dai-Do-not-release-the-link-DMA-o.patch
    (git-fixes CVE-2024-57805 bsc#1235790).
  - Update
    patches.suse/ASoC-imx-audmix-Add-NULL-check-in-imx_audmix_probe.patch
    (git-fixes CVE-2024-53199 bsc#1234967).
  - Update
    patches.suse/ASoC-mediatek-Check-num_codecs-is-not-zero-to-avoid-.patch
    (git-fixes CVE-2024-56685 bsc#1235561).
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061).
  - 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-RFCOMM-avoid-leaving-dangling-sk-pointer-i.patch
    (stable-fixes CVE-2024-56604 bsc#1235056).
  - Update
    patches.suse/Bluetooth-btmtk-adjust-the-position-to-init-iso-data.patch
    (git-fixes CVE-2024-53238 bsc#1234910).
  - Update
    patches.suse/Bluetooth-btmtk-avoid-UAF-in-btmtk_process_coredump.patch
    (git-fixes CVE-2024-56653 bsc#1235531).
  - Update
    patches.suse/Bluetooth-btusb-mediatek-add-intf-release-flow-when-.patch
    (stable-fixes CVE-2024-56757 bsc#1235619).
  - 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_conn-Use-disable_delayed_work_sync.patch
    (stable-fixes CVE-2024-56591 bsc#1235052).
  - 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/Bluetooth-iso-Always-release-hdev-at-the-end-of-iso_.patch
    (git-fixes CVE-2024-57879 bsc#1235802).
  - Update
    patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_conn_big_sync.patch
    (git-fixes CVE-2024-54191 bsc#1235717).
  - Update
    patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_listen_bis.patch
    (git-fixes CVE-2024-54460 bsc#1235722).
  - Update
    patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
    (git-fixes CVE-2024-56629 bsc#1235473).
  - 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/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/PCI-endpoint-Fix-PCI-domain-ID-release-in-pci_epc_de.patch
    (git-fixes CVE-2024-56561 bsc#1235105).
  - Update
    patches.suse/PCI-endpoint-epf-mhi-Avoid-NULL-dereference-if-DT-la.patch
    (git-fixes CVE-2024-56689 bsc#1235543).
  - Update
    patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch
    (stable-fixes CVE-2024-57809 bsc#1235793).
  - Update
    patches.suse/PCI-qcom-ep-Move-controller-cleanups-to-qcom_pcie_pe.patch
    (git-fixes CVE-2024-53153 bsc#1234830).
  - Update
    patches.suse/PCI-tegra194-Move-controller-cleanups-to-pex_ep_even.patch
    (git-fixes CVE-2024-53152 bsc#1234841).
  - Update
    patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
    (jsc#PED-11250 CVE-2024-56722 bsc#1235570).
  - 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
    (jsc#PED-11323 CVE-2024-53229 bsc#1234905).
  - Update
    patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
    (git-fixes CVE-2024-53174 bsc#1234899).
  - Update
    patches.suse/accel-ivpu-Fix-WARN-in-ivpu_ipc_send_receive_interna.patch
    (git-fixes CVE-2024-54193 bsc#1235713).
  - Update
    patches.suse/accel-ivpu-Fix-general-protection-fault-in-ivpu_bo_l.patch
    (git-fixes CVE-2024-54455 bsc#1235719).
  - Update
    patches.suse/accel-ivpu-Prevent-recovery-invocation-during-probe-.patch
    (git-fixes CVE-2024-56540 bsc#1235063).
  - 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/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
    (git-fixes CVE-2024-56567 bsc#1234916).
  - 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/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_FPMR.patch
    (git-fixes CVE-2024-57878 bsc#1235803).
  - Update
    patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_POE.patch
    (git-fixes CVE-2024-57877 bsc#1235804).
  - Update
    patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
    (bsc#1234726 CVE-2024-56672 bsc#1235534).
  - Update
    patches.suse/bnxt_en-Fix-aggregation-ID-mask-to-prevent-oops-on-5.patch
    (jsc#PED-10684 jsc#PED-11230 CVE-2024-56656 bsc#1235444).
  - Update
    patches.suse/cacheinfo-Allocate-memory-during-CPU-hotplug-if-not-done-f.patch
    (jsc#PED-10467 CVE-2024-56617 bsc#1235429).
  - 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/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
    (git-fixes CVE-2024-56645 bsc#1235134).
  - Update
    patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
    (git-fixes CVE-2024-53154 bsc#1234826).
  - Update
    patches.suse/clk-clk-loongson2-Fix-memory-corruption-bug-in-struc.patch
    (git-fixes CVE-2024-53193 bsc#1234902).
  - Update
    patches.suse/clk-clk-loongson2-Fix-potential-buffer-overflow-in-f.patch
    (git-fixes CVE-2024-53192 bsc#1234956).
  - Update
    patches.suse/clk-ralink-mtmips-fix-clocks-probe-order-in-oldest-r.patch
    (git-fixes CVE-2024-53223 bsc#1234976).
  - 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-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
    (git-fixes CVE-2024-56754 bsc#1234918).
  - Update
    patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
    (git-fixes CVE-2024-56690 bsc#1235428).
  - Update
    patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
    (git-fixes CVE-2024-53163 bsc#1234828).
  - 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/dlm-fix-dlm_recover_members-refcount-on-error.patch
    (git-fixes CVE-2024-56749 bsc#1235628).
  - 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-amd-display-Adding-array-index-check-to-prevent-.patch
    (stable-fixes CVE-2024-56784 bsc#1235654).
  - Update
    patches.suse/drm-amd-display-Fix-handling-of-plane-refcount.patch
    (stable-fixes CVE-2024-56775 bsc#1235657).
  - 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-amd-display-Fix-out-of-bounds-access-in-dcn21_li.patch
    (stable-fixes CVE-2024-56608 bsc#1235487).
  - Update
    patches.suse/drm-amd-display-fix-a-memleak-issue-when-driver-is-r.patch
    (git-fixes CVE-2024-56542 bsc#1234908).
  - Update
    patches.suse/drm-amdgpu-Fix-the-memory-allocation-issue-in-amdgpu.patch
    (git-fixes CVE-2024-56697 bsc#1235544).
  - Update patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
    (git-fixes CVE-2024-46896 bsc#1235707).
  - Update patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
    (stable-fixes CVE-2024-56551 bsc#1235075).
  - Update
    patches.suse/drm-amdgpu-gfx9-Add-Cleaner-Shader-Deinitialization-.patch
    (git-fixes CVE-2024-56753 bsc#1235631).
  - Update
    patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
    (stable-fixes CVE-2024-56594 bsc#1235413).
  - Update
    patches.suse/drm-amdkfd-Dereference-null-return-value.patch
    (git-fixes CVE-2024-56666 bsc#1235242).
  - Update
    patches.suse/drm-amdkfd-Use-dynamic-allocation-for-CU-occupancy-a.patch
    (git-fixes CVE-2024-56695 bsc#1235541).
  - 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-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
    (git-fixes CVE-2024-56667 bsc#1235016).
  - 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-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
    (git-fixes CVE-2024-56752 bsc#1234937).
  - Update
    patches.suse/drm-panel-himax-hx83102-Add-a-check-to-prevent-NULL-.patch
    (git-fixes CVE-2024-56711 bsc#1235562).
  - 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-xe-guc_submit-fix-race-around-suspend_pending.patch
    (git-fixes CVE-2024-56552 bsc#1235071).
  - Update patches.suse/drm-xe-reg_sr-Remove-register-pool.patch
    (git-fixes CVE-2024-56652 bsc#1235529).
  - Update
    patches.suse/drm-xlnx-zynqmp_disp-layer-may-be-null-while-releasi.patch
    (git-fixes CVE-2024-56537 bsc#1235049).
  - 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/erofs-fix-blksize-PAGE_SIZE-for-file-backed-mounts.patch
    (git-fixes CVE-2024-56750 bsc#1235630).
  - Update patches.suse/erofs-fix-file-backed-mounts-over-FUSE.patch
    (git-fixes CVE-2024-53235 bsc#1234998).
  - Update
    patches.suse/erofs-handle-NONHEAD-delta-1-lclusters-gracefully.patch
    (git-fixes CVE-2024-53234 bsc#1235045).
  - Update
    patches.suse/exfat-fix-out-of-bounds-access-of-directory-entries.patch
    (git-fixes CVE-2024-53147 bsc#1234857).
  - Update
    patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
    (git-fixes CVE-2024-56746 bsc#1235622).
  - 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/gpio-graniterapids-Fix-vGPIO-driver-crash.patch
    (stable-fixes CVE-2024-56671 bsc#1235018).
  - Update
    patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
    (git-fixes CVE-2024-56634 bsc#1235486).
  - Update
    patches.suse/i3c-Use-i3cdev-desc-info-instead-of-calling-i3c_devi.patch
    (stable-fixes CVE-2024-43098 bsc#1235703).
  - 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/i3c-mipi-i3c-hci-Mask-ring-interrupts-before-ring-st.patch
    (stable-fixes CVE-2024-45828 bsc#1235705).
  - Update
    patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
    (jsc#PED-10426 jsc#PED-10425 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-for-overflows-in-io_pin_pages.patch
    (git-fixes CVE-2024-53187 bsc#1234947).
  - 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/iommu-s390-Implement-blocking-domain.patch
    (git-fixes bsc#1234350 CVE-2024-53232 bsc#1235050).
  - Update
    patches.suse/iommufd-Fix-out_fput-in-iommufd_fault_alloc.patch
    (git-fixes CVE-2024-56624 bsc#1235469).
  - Update
    patches.suse/ionic-Fix-netdev-notifier-unregister-on-failure.patch
    (jsc#PED-11378 CVE-2024-56715 bsc#1235612).
  - Update patches.suse/ionic-no-double-destroy-workqueue.patch
    (jsc#PED-11378 CVE-2024-56714 bsc#1235558).
  - Update
    patches.suse/irqchip-riscv-aplic-Prevent-crash-when-MSI-domain-is.patch
    (git-fixes CVE-2024-56682 bsc#1235559).
  - Update
    patches.suse/kcsan-Turn-report_filterlist_lock-into-a-raw_spinloc.patch
    (stable-fixes CVE-2024-56610 bsc#1235390).
  - Update
    patches.suse/kunit-Fix-potential-null-dereference-in-kunit_device.patch
    (git-fixes CVE-2024-56773 bsc#1235594).
  - Update
    patches.suse/kunit-string-stream-Fix-a-UAF-bug-in-kunit_init_suit.patch
    (git-fixes CVE-2024-56772 bsc#1235651).
  - Update
    patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
    (stable-fixes CVE-2024-56587 bsc#1235125).
  - Update
    patches.suse/mailbox-mtk-cmdq-fix-wrong-use-of-sizeof-in-cmdq_get.patch
    (git-fixes CVE-2024-56684 bsc#1235560).
  - 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-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
    (git-fixes CVE-2024-56576 bsc#1235019).
  - 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-intel-ipu6-do-not-handle-interrupts-when-devic.patch
    (git-fixes CVE-2024-56680 bsc#1235556).
  - 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-qcom-camss-fix-error-path-on-configuration-of-.patch
    (git-fixes CVE-2024-56580 bsc#1235114).
  - 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-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
    (git-fixes CVE-2024-53103 bsc#1234024).
  - Update
    patches.suse/msft-hv-3082-HID-hyperv-streamline-driver-probe-to-avoid-devres-i.patch
    (git-fixes CVE-2024-56545 bsc#1235069).
  - 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/mtd-spinand-winbond-Fix-512GW-01GW-01JW-and-02JW-ECC.patch
    (git-fixes CVE-2024-56771 bsc#1235649).
  - Update
    patches.suse/net-mlx5-DR-prevent-potential-error-pointer-derefere.patch
    (jsc#PED-11331 CVE-2024-56660 bsc#1235437).
  - Update
    patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
    (git-fixes CVE-2024-53213 bsc#1234973).
  - Update
    patches.suse/nfs-blocklayout-Don-t-attempt-unregister-for-invalid-block-device.patch
    (git-fixes CVE-2024-53167 bsc#1234886).
  - Update
    patches.suse/nfs-localio-must-clear-res.replen-in-nfs_local_read_done.patch
    (git-fixes CVE-2024-56740 bsc#1234932).
  - Update
    patches.suse/nfs_common-must-not-hold-RCU-while-calling-nfsd_file_put_local.patch
    (git-fixes CVE-2024-56743 bsc#1235614).
  - 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/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/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/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-cn10.patch
    (jsc#PED-11317 CVE-2024-56726 bsc#1235582).
  - Update
    patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-69297b0d.patch
    (jsc#PED-11317 CVE-2024-56725 bsc#1235578).
  - Update
    patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-bd3110bc.patch
    (jsc#PED-11317 CVE-2024-56727 bsc#1235583).
  - Update
    patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-e26f8eac.patch
    (jsc#PED-11317 CVE-2024-56728 bsc#1235656).
  - Update
    patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-f5b942e6.patch
    (jsc#PED-11317 CVE-2024-56707 bsc#1235545).
  - Update
    patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2.patch
    (jsc#PED-11317 CVE-2024-56679 bsc#1235498).
  - Update
    patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb2phy_probe.patch
    (git-fixes CVE-2024-53205 bsc#1234954).
  - Update
    patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb3phy_probe.patch
    (git-fixes CVE-2024-53204 bsc#1234955).
  - Update
    patches.suse/phy-rockchip-samsung-hdptx-Set-drvdata-before-enabli.patch
    (git-fixes CVE-2024-57799 bsc#1235770).
  - Update
    patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
    (stable-fixes CVE-2024-47141 bsc#1235708).
  - Update
    patches.suse/pmdomain-imx-gpcv2-Adjust-delay-after-power-up-hands.patch
    (git-fixes CVE-2024-56618 bsc#1235465).
  - 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/regulator-axp20x-AXP717-set-ramp_delay.patch
    (git-fixes CVE-2024-53682 bsc#1235718).
  - 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/s390-cpum_sf-Fix-and-protect-memory-allocation-of-SDBs-with-mutex.patch
    (git-fixes bsc#1234348 CVE-2024-56706 bsc#1235586).
  - Update
    patches.suse/s390-entry-Mark-IRQ-entries-to-fix-stack-depot-warnings.patch
    (git-fixes bsc#1234356 CVE-2024-57838 bsc#1235798).
  - Update
    patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
    (git-fixes bsc#1234351 CVE-2024-53210 bsc#1234971).
  - Update
    patches.suse/s390-pci-Fix-potential-double-remove-of-hotplug-slot.patch
    (git-fixes bsc#1234354 CVE-2024-56699 bsc#1235490).
  - Update
    patches.suse/sched-deadline-Fix-warning-in-migrate_enable-for-boosted-tasks.patch
    (bsc#1234634 (Scheduler functional and performance backports)
    CVE-2024-56583 bsc#1235118).
  - Update patches.suse/sched-fair-Fix-NEXT_BUDDY.patch (bsc#1234634
    (Scheduler functional and performance backports) CVE-2024-49573
    bsc#1235743).
  - Update patches.suse/sched-fix-warning-in-sched_setaffinity.patch
    (bsc#1234634 (Scheduler functional and performance backports)
    CVE-2024-41932 bsc#1235699).
  - Update
    patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
    (jsc#PED-11259 CVE-2024-57807 bsc#1235761).
  - Update
    patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
    (bsc#1235406 CVE-2024-56623 bsc#1235466).
  - Update
    patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
    (stable-fixes CVE-2024-56787 bsc#1235663).
  - 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/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-socket.patch
    (git-fixes CVE-2024-53168 bsc#1234887).
  - 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/thermal-testing-Initialize-some-variables-annoteded-.patch
    (git-fixes CVE-2024-56676 bsc#1235493).
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (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/usb-typec-fix-potential-array-underflow-in-ucsi_ccg_.patch
    (git-fixes CVE-2024-53203 bsc#1235001).
  - 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/wifi-ath10k-avoid-NULL-pointer-error-during-sdio-rem.patch
    (stable-fixes CVE-2024-56599 bsc#1235138).
  - 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-ath12k-fix-crash-when-unbinding.patch
    (git-fixes CVE-2024-53188 bsc#1234948).
  - Update
    patches.suse/wifi-ath12k-fix-use-after-free-in-ath12k_dp_cc_clean.patch
    (git-fixes CVE-2024-56541 bsc#1235064).
  - 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-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
    (stable-fixes CVE-2024-56593 bsc#1235252).
  - 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.patch
    (git-fixes CVE-2024-56539 bsc#1234963).
  - 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-nl80211-fix-bounds-checker-error-in-nl80211_par.patch
    (git-fixes CVE-2024-53189 bsc#1234949).
  - Update
    patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
    (stable-fixes CVE-2024-53190 bsc#1234950).
  - 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).
  - Update
    patches.suse/wifi-rtw89-coex-check-NULL-return-of-kmalloc-in-btc_.patch
    (git-fixes CVE-2024-56535 bsc#1235044).
  - Update
    patches.suse/xfs-unlock-inodes-when-erroring-out-of-xfs_trans_alloc_dir.patch
    (git-fixes CVE-2024-55641 bsc#1235740).
  - commit b21bae3
  - padding for extending cgroup controllers (bsc#1207439).
  - commit 7b2e72c
  - padding for more cgroup controllers (jsc#PED-8461).
  - commit 417e2c0
  - KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs (git-fixes
    bsc#1235755).
  - KVM: s390: Reject setting flic pfault attributes on ucontrol
    VMs (git-fixes bsc#1235756).
  - KVM: s390: vsie: fix virtual/physical address in unpin_scb()
    (git-fixes bsc#1235757).
  - commit 25f73de
  - s390x config: IOMMU_DEFAULT_DMA_LAZY=y (bsc#1235646)
  - commit 2199130
  - net: usb: qmi_wwan: add Telit FE910C04 compositions (git-fixes).
  - commit a8a3e1b
  - 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).
  - interconnect: icc-clk: check return values of devm_kasprintf()
    (git-fixes).
  - interconnect: qcom: icc-rpm: Set the count member before
    accessing the flex array (git-fixes).
  - iio: adc: ti-ads1119: fix sample size in scan struct for
    triggered buffer (git-fixes).
  - iio: inkern: call iio_device_put() only on mapped devices
    (git-fixes).
  - iio: adc: ad9467: Fix the "don't allow reading vref if not
    available" case (git-fixes).
  - iio: adc: at91: call input_free_device() on allocated iio_dev
    (git-fixes).
  - iio: adc: ad7173: fix using shared static info struct
    (git-fixes).
  - iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
    (git-fixes).
  - iio: adc: ti-ads1119: fix information leak in triggered buffer
    (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: light: bh1745: 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: test: Fix GTS test config (git-fixes).
  - iio: adc: ti-ads1298: Add NULL check in ads1298_init
    (git-fixes).
  - iio: adc: stm32-dfsdm: handle label as an optional property
    (git-fixes).
  - iio: adc: ad4695: fix buffered read, single sample timings
    (git-fixes).
  - iio: imu: inv_icm42600: fix timestamps after suspend if sensor
    is on (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: typec: fix pm usage counter imbalance in
    ucsi_ccg_sync_control() (git-fixes).
  - usb: gadget: midi2: Reverse-select at the right place
    (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: typec: tcpci: fix NULL pointer issue on shared irq case
    (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: chipidea: ci_hdrc_imx: decrement device's refcount in
    .remove() and in the error path of .probe() (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: host: xhci-plat: set skip_phy_initialization if software
    node has XHCI_SKIP_PHY_INIT property (git-fixes).
  - usb: dwc3-am62: Disable autosuspend during remove (git-fixes).
  - usb: dwc3: gadget: fix writing NYET threshold (git-fixes).
  - commit 708e579
  - serial: stm32: use port lock wrappers for break control
    (git-fixes).
  - tty: serial: 8250: Fix another runtime PM usage counter
    underflow (git-fixes).
  - commit 2e58518

++++ kernel-firmware-all:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-amdgpu:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-ath10k:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-ath11k:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-ath12k:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-atheros:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-bluetooth:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-bnx2:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-brcm:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-chelsio:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-dpaa2:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-i915:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-intel:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-iwlwifi:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-liquidio:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-marvell:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-media:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-mediatek:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-mellanox:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-mwifiex:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-network:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-nfp:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-nvidia:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-platform:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-prestera:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-qcom:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-qlogic:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-radeon:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-realtek:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-serial:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-sound:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-ti:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-ueagle:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ kernel-firmware-usb-network:

  - Update to version 20250111 (git commit b3049665a5d0):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update sdma 4.4.5 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update gc 9.4.4 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 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 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 vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update vcn 5.0.0 firmware
    * amdgpu: update smu 14.0.3 firmware
    * amdgpu: update psp 14.0.3 firmware
    * amdgpu: update gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update smu 14.0.2 firmware
    * amdgpu: update psp 14.0.2 firmware
    * amdgpu: update gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update vcn 4.0.3 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
    * cirrus: cs35l56: Correct some links to address the correct amp instance
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetar core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * cirrus: cs35l41: Add Firmware for Ayaneo system 1f660105
    * Fix has_gnu_parallel function

++++ libeconf:

  - Update to version 0.7.7:
    * Additional fix for parsing empty config files (bsc#1234405).

++++ ncurses:

  - Add ncurses patch 20250111
    + add check for infinite loop in tic's use-resolution.
    + increase limit on use-clauses from 32 to 40, warn but allow entries
    which exceed the old limit.
    + add some null-pointer checks after mallocs in test-programs.
  - Add patch ncurses-6.5-ghostty.dif
    * Add an alias which causes the link /usr/share/terminfo/x/xterm-ghostty
    to ../g/ghostty (bug boo#1235689)

++++ tiff:

  - Fix versioning of tiff-docs under Recommends

++++ python-httpcore:

  - Update to 1.0.7
    * Support `proxy=…` configuration on `ConnectionPool()`.

++++ suse-module-tools:

    * regenerate-initrd-posttrans: return error if regenerating all
    initrds fails (bsc#1234308)

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

++++ transactional-update:

  - Version 5.0.0
  - Rework /etc handling; instead of maintaining complex overlay
    mount layers use a btrfs subvolume of the corresponding
    snapshot instead.
    Syncing changes before the reboot will be done by during boot
    (or during apply) by transactional-update-sync-etc-state
    instead. [jsc#SMO-367]
    Also resolves: [boo#1140472],
    [gh#openSUSE/transactional-update#117]
  - Add EXPERIMENTAL support for performing updates using a
    container image [gh#openSUSE/transactional-update#128]. Note
    that this command is only available via
    `transactional-update apply-oci ...` for now and cannot be
    triggered from the API or D-Bus interface. Moreover the syntax
    may and probably will change in future releases.
  - Removed `status` command - it was disabled by default for a
    long time already and unmaintained
  - tukit: Fix snippet directory in man page
  - t-u: Don't apply again if snapshot is current already
  - t-u: Prevent self-updates between major t-u versions because
    these usually require additional files
  - Fix missing files when using `make dist`
  - Unified Copyright headers
  - Make Bash scripts shellcheck compatible
  - Replace tabs with spaces in Shell scripts to avoid the complex
    tab / space changes
  - Various other minor internal optimizations and fixes

++++ gsettings-desktop-schemas:

  - Update to version 48.alpha:
    + Add screen limits schema
    + Fix gendered language in key descriptions
  - Add check section where we test that the schemas compile.

++++ kernel-default:

  - hwmon: (drivetemp) Fix driver producing garbage data when SCSI
    errors occur (git-fixes).
  - modpost: fix the missed iteration for the max bit in do_input()
    (git-fixes).
  - commit 5559cd4
  - Refresh
    patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
    Update config files.
    CONFIG_EFI_SECRET_KEY is not set
  - commit f3e53e1
  - Refresh
    patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch.
  - commit 81704e7
  - Refresh
    patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch.
    Update config files.
    CONFIG_HIDDEN_AREA is not set
  - commit 53e4009
  - Refresh
    patches.suse/acpi-Disable-APEI-error-injection-if-the-kernel-is-lockeddown.patch.
  - commit 1526952

++++ harfbuzz:

  - Update to version 10.2.0:
    + Consider Unicode Variation Selectors when subsetting “cmap”
    table.
    + Guard hb_cairo_glyphs_from_buffer() against malformed UTF-8
    strings.
    + Fix incorrect “COLR” v1 glyph scaling in hb-cairo.
    + Use locale-independent parsing of double numbers is “hb-subset”
    command line tool.
    + Fix incorrect zeroing of advance width of base glyphs in
    various “Courier New” font versions due to incorrect “GDEF”
    glyph classes.
    + Fix handling of long language codes with “HB_LEAN”
    configuration.
    + Update OpenType language system registry.
    + Allow all Myanmar tone marks (including visarga) in any order.
    + Don’t insert U+25CC DOTTED CIRCLE before superscript/subscript
    digits.
    + Handle Garay script as right to left script.
    + New API for serializing font tables and potentially repacking
    them in optimal way.
    + New API for converting font variation setting from and to
    strings.
    + Various build fixes.
    + Various subsetter and instancer fixes.
    + New API:
  - +hb_subset_serialize_link_t
  - +hb_subset_serialize_object_t
  - +hb_subset_serialize_or_fail()
  - +hb_subset_axis_range_from_string()
  - +hb_subset_axis_range_to_string()
  - Drop harfbuzz-CVE-2024-56732.patch: Fixed upstream.

------------------------------------------------------------------
------------------  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: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is
    supported (git-fixes).
  - drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb()
    (git-fixes).
  - drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
    mtk_drm_bind returns err (git-fixes).
  - Revert "drm/mediatek: dsi: Correct calculation formula of PHY
    Timing" (git-fixes).
  - drm/xe: Fix tlb invalidation when wedging (git-fixes).
  - drm/amdgpu: Add a lock when accessing the buddy trim function
    (git-fixes).
  - drm/amdkfd: fixed page fault when enable MES shader debugger
    (git-fixes).
  - drm/amd/display: fix divide error in DM plane scale calcs
    (git-fixes).
  - drm/amd/display: fix page fault due to max surface definition
    mismatch (git-fixes).
  - drm/amd/display: Remove unnecessary amdgpu_irq_get/put
    (git-fixes).
  - platform/x86: intel/pmc: Fix ioremap() of bad address
    (git-fixes).
  - platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
    actually enabled it (git-fixes).
  - gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offset
    (git-fixes).
  - gpio: virtuser: fix handling of multiple conn_ids in lookup
    table (git-fixes).
  - gpio: virtuser: fix missing lookup table cleanups (git-fixes).
  - commit 993f2e5
  - kgdb: Check early kernel lockdown flag before using kgdb
    (bsc#1234646).
  - commit 8566b22
  - ACPI: Check early kernel lockdown flag before overlaying tables
    (bsc#1234646).
  - commit f711c7c
  - efi: Set early kernel lock down flag if booted in secure boot
    mode (bsc#1234646).
  - commit 00a355d
  - security: Add a kernel lockdown flag for early boot stage
    (bsc#1234646).
    Update config files.
    CONFIG_LOCK_DOWN_KERNEL_EARLY
  - commit d7ebed1
  - Lock down x86_64 kernel in secure boot mode in subsys_initcall
    stage (bsc#1234646).
  - commit 206dec9

++++ at-spi2-core:

  - Update to version 2.55.0 (Unstable):
    + Improve warnings when setting a property.
    + Use the appropriate annotations for callbacks.
    + device: Support adding grabs given a keysym.
  - Update to version 2.54.1:
    + Fix various memory leaks.
    + Fix the build on FreeBSD.
  - Switch to source service for tarball.

++++ libsoup:

  - Update to version 3.6.3:
    + http2: Significantly reduce memory usage of large requests
    + server: Treat `ECONNREFUSED` when listening on IPv6 as
    unsupported
    + auth-digest: Fix handling missing nonce/realm in responses, as
    well as a leak
    + In `soup_uri_decode_data_uri()` fix handling of URIs with a
    path beginning with `//`
    + In `soup_message_headers_get_content_disposition()` fix
    possibility of NULL-deref and double-free
    + In `soup_header_parse_quality_list()` fix leak
    + In `soup_form_decode_multipart()` fix ownership annotation for
    the multipart object

++++ shadow:

  - Update to 4.17.2:
    * src/login_nopam.c: Fix compiler warnings #1170
    * lib/chkname.c: Put limits for LOGIN_NAME_MAX and sysconf(_SC_LOGIN_NAME_MAX) #1169
    * Use HTTPS in link to Wikipedia article on password strength #1164
    * lib/attr.h: use C23 attributes only with gcc >= 10 #1172
    * login: Fix no-pam authorization regression #1174
    * man: Add Portuguese translation #1178
    * Update French translation #1177
    * Add cheap defense mechanisms #1171
    * Add Romanian translation #1176

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

  - block, bfq: fix bfqq uaf in bfq_limit_depth() (CVE-2024-53166
    bsc#1234884).
  - commit 2d6266b
  - bpf, sockmap: Fix race between element replace and close()
    (CVE-2024-56664 bsc#1235249).
  - commit c6238ec
  - Disable ceph (jsc#PED-7242)
  - commit c5f8eec
  - Refresh
    patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch.
  - commit fe21847
  - tipc: fix NULL deref in cleanup_bearer() (bsc#1235433).
  - commit e901a2d
  - Enable CONFIG_LIST_HARDENED (jsc#PED-11842)
  - commit a16f97b
  - virtio_net: correct netdev_tx_reset_queue() invocation point
    (CVE-2024-56674 bsc#1235549).
  - commit d01521b
  - stackleak: disable stack erasing by default (jsc#PED-11837).
  - commit 25d95db
  - config: enable CONFIG_GCC_PLUGIN_STACKLEAK
    Keep it disabled via stack_erasing syscall to avoid overhead
  - commit 8cf8a17
  - Update config files. Enable CONFIG_RANDOM_KMALLOC_CACHES (jsc#PED-11846)
    except on zfcpdump, disable CONFIG_SLAB_BUCKETS on zfcpdump.
  - commit 23291c7
  - Reviewed
    patches.suse/s390-lock-down-kernel-in-secure-boot-mode.patch
  - commit 75d9cc5
  - Reviewed
    patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch
  - commit a397f81
  - Refresh
    patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch.
  - commit 6f37879
  - Refresh
    patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch.
  - commit c848190
  - Reviewed
    patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
  - commit 5b00a1a
  - Refresh
    patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch.
    Update config files.
    CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT
  - commit 509a86d
  - Reviewed
    patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
  - commit 6ffabc3
  - scsi: sg: Fix slab-use-after-free read in sg_release()
    (CVE-2024-56631 bsc#1235480).
  - commit 76de829
  - Refresh
    patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch.
  - commit 2157c81
  - Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek
    devices (git-fixes).
  - 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).
  - drm/amdkfd: Correct the migration DMA map direction
    (stable-fixes).
  - drm/amdgpu: use sjt mec fw on gfx943 for sriov (stable-fixes).
  - wifi: mac80211: wake the queues in case of failure in resume
    (stable-fixes).
  - wifi: cfg80211: clear link ID from bitmap during link delete
    after clean up (stable-fixes).
  - wifi: mac80211: fix mbss changed flags corruption on 32 bit
    systems (stable-fixes).
  - Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek
    devices (git-fixes).
  - 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).
  - drm/amdkfd: Correct the migration DMA map direction
    (stable-fixes).
  - drm/amdgpu: use sjt mec fw on gfx943 for sriov (stable-fixes).
  - wifi: mac80211: wake the queues in case of failure in resume
    (stable-fixes).
  - wifi: cfg80211: clear link ID from bitmap during link delete
    after clean up (stable-fixes).
  - wifi: mac80211: fix mbss changed flags corruption on 32 bit
    systems (stable-fixes).
  - commit d04ce72
  - 9p/xen: fix release of IRQ (CVE-2024-56704 bsc#1235584).
  - commit bf1ccfc
  - net: ieee802154: do not leave a dangling sk pointer in
    ieee802154_create() (CVE-2024-56602 bsc#1235521).
  - commit 8b46faa
  - udmabuf: fix memory leak on last export_udmabuf() error path
    (CVE-2024-56712 bsc#1235565).
  - commit 3d88b1a
  - x86/CPU/AMD: Terminate the erratum_1386_microcode array
    (CVE-2024-56721 bsc#1235566).
  - commit 09a03bf
  - net: hsr: avoid potential out-of-bound access in
    fill_frame_info() (CVE-2024-56648 bsc#1235451).
  - commit 333d1e7

++++ libpwquality:

  - Add libpwquality-fix-python-install.patch: Fix installation of
    python bindings after moving to setuptools.

++++ wtmpdb:

  - Update to version 0.50.0+git20250110.12da60f:
    * Release version 0.50.0
    * README: add wtmpdbd
    * wtmpdbd: Print stopped message
    * wtmpdbd.service: preset WTMPDBD_OPTS
    * wtmpdbd: don't call listen if started by a socket
    * tst-varlink: skip if varlink is not supported
    * libwtmpdb: set varlink_is_active to 0 without systemd
    * libwtmpdb: always define varlink checks
    * wtmpdb: define quiet only if we have systemd
    * libwtmpdb: return error if varlink support is missing
    * Send sd_notify(STOPPING=1);
    * Check if systemd has sd_varlink_server_listen_name()
    * wtmpdbd.service: optional read /etc/default/wtmpdbd
    * wtmpdbd: simplify creation of varlink sockets
    * Set umaks with varlink to 0077, improve error reporting
    * wtmpdbd: enable to start via sockets
    * libwtmpdb: handle ECONNRESET as wtmpdbd not running
    * libwtmpdb: fix crash in varlink if error==NULL
    * Install daemon in libexec directory
    * tst-get_id: skip if there is no db file
    * libwtmpdb: improve error return code
    * db path "varlink" will enforce varlink interface
    * Add service and socket files
    * wmtpdb: call wtmpdb_* functions with NULL as path
    * wtmpdbd: add socket activation
    * Implement varlink read_all client side
    * Make wtmpdbd support compiletime config
    * Add daemon using varlink for communication
    * Document that openssh is special
    * libwtmpdb: create wrapper around sqlite functions
    * Make mkdir_p more robust

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

++++ fwupd:

  - Update to version 2.0.3:
    + This release adds the following features:
  - Add a power quirk for Framework systems
  - Speed up writing firmware to the new Dell dock
    + This release fixes the following bugs:
  - Deinitialize DRM after getting GPU marketing name to fix Xorg
    startup
  - Do not show 'Device has been removed' as a dock device error
  - Fix a warning about legion-hid2 progress going backwards
  - Fix some small memory leaks in realtek-mst and dell-kestrel
  - Only mark supported Logitech devices as updatable
  - Parse FDTs with missing END tokens to work on more
    ChromeBooks
  - Reduce the device emulation RSS requirement by ~40%
  - Skip checking BootXXXX entries when the partition does not
    exist
    + This release adds support for the following hardware:
  - Primax Ryder Mouse
  - Changes from version 2.0.2:
    + Add fwupdtool 'get-version-formats' and 'vercmp' commands
    + Add support for checking AMD HW configuration MSR
    + Add support for enumerate-only device emulation to increase
    test coverage
    + Add support for passing a JSON file for emulation instead of
    ZIP
    + Remove support for now-obsolete CSR DFU and Nitrokey devices
  - Changes from version 2.0.1:
    + Add API so that gnome-firmware can record devices for emulation
    + Save the emulation-tag devices to the database rather than the
    config file
  - Changes from version 2.0.0:
    + Drop legacy signing formats for verification of metadata and
    firmware
    + Reduce the runtime memory usage and CPU startup cost
    significantly
    + Remove all the long-deprecated legacy CLI tools
    + Remove libgusb and GUdev from plugins and use libusb and sysfs
    instead
    + Stream firmware binaries over a file descriptor rather than
    into memory
  - Drop harden_fwupd-offline-update.service.patch: offline service
    no longer exists.
  - Drop harden_fwupd-refresh.service.patch: merged upstream.
  - Drop fwupd-jscSLE-11766-close-efidir-leap-gap.patch: fwupd now
    falls back to ID_LIKE.
  - Bump shlib_sover to 3, following upstream.
  - Add python3-dbusmock BuildRequires: new dependency.
  - Update fwupd-bsc1130056-change-shim-path.patch to correct the
    path for shim.efi

++++ kernel-default:

  - supported.conf: All modules related to the Intel TPMI are supported (jsc#PED-4901 jsc#PED-4961 jsc#PED-4647)
  - commit 782043f
  - Update
    patches.suse/cpufreq-amd-pstate-Default-to-powersave-governor-whe.patch
    (jsc#PED-11639).
  - commit f371154
  - cpufreq: intel_pstate: Update Balance-performance EPP for
    Granite Rapids (jsc#PED-11771).
  - commit 907dba9
  - intel_idle: add Granite Rapids Xeon D support (jsc#PED-10589).
  - commit 3305026
  - af_packet: avoid erroring out after sock_init_data() in packet_create() (CVE-2024-56606 bsc#123541)
  - commit 4c171b7
  - smb: client: fix NULL ptr deref in crypto_aead_setkey() (CVE-2024-53185 bsc#1234901)
  - commit 16fd7dd
  - net: af_can: do not leave a dangling sk pointer in can_create() (CVE-2024-56603 bsc#1235415)
  - commit 358efec
  - ovl: Filter invalid inodes with missing lookup function
    (bsc#1235035 CVE-2024-56570).
  - commit 707d8d7
  - ceph: fix cred leak in ceph_mds_check_access() (CVE-2024-56563 bsc#1235107)
  - commit 2378163
  - Update
    patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
    (git-fixes CVE-2024-53148 bsc#1234832).
    Add CVE reference.
  - commit 04ca6f4
  - tipc: Fix use-after-free of kernel socket in cleanup_bearer()
    (CVE-2024-56642 bsc#1235433).
  - commit 9a3730d
  - smb: client: fix use-after-free of signing key (CVE-2024-53179
    bsc#1234921).
  - commit 2e9abfc

++++ pango:

  - Update to version 1.56.0:
    + Support setting font features in font descriptions
    + serialization:
  - Document the tab array format
  - Accept attributes without range
    + layout: Fix measuring ellipsis runs with shapes
    + build:
  - Require C11
  - Require GLib 2.80
  - Require cairo 1.18
  - Replace gcc-c++ with generic c++_compiler BuildRequires.
  - Drop help2man BuildRequires, upstream ported manpages for tools
    to rst2man/rst2html, and defaults to not build it. Follow
    upstream and do not build the man or html documentation for
    tools.

++++ systemd:

  - Upgrade systemd with systemd v257.2 from Base:System (revision:1574)
  - Rename 0001-udev-restore-some-legacy-symlinks-to-maintain-backwa.patch into
    0003-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.
  - Drop 5003-99-systemd.rules-rework-SYSTEMD_READY-logic-for-devi.patch, it's
    part of systemd v256.
  - Drop 5004-udev-allow-denylist-for-reading-sysfs-attributes-whe.patch, it's
    part of systemd v256.

++++ python-charset-normalizer:

  - Update to 3.4.1
    * Project metadata are now stored using `pyproject.toml` instead of
    `setup.cfg` using setuptools as the build backend.
    * Enforce annotation delayed loading for a simpler and consistent
    types in the project.
    * Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
    * Added pre-commit configuration.
    * Added noxfile.
    * Removed `build-requirements.txt` as per using `pyproject.toml`
    native build configuration.
    * Removed `bin/integration.py` and `bin/serve.py` in favor of downstream
    integration test (see noxfile).
    * Removed `setup.cfg` in favor of `pyproject.toml` metadata configuration.
    * Removed unused `utils.range_scan` function.
    * Converting content to Unicode bytes may insert `utf_8` instead of
    preferred `utf-8`. (#572)
    * Deprecation warning "'count' is passed as positional argument" when
    converting to Unicode bytes on Python 3.13+
  - Drop sed command to remove code coverage flags from pytest

++++ python-click:

  - Update to 8.1.8
    * Fix an issue with type hints for click.open_file(). :issue:2717
    * Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
    * Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
    * The test runner handles stripping color consistently on Windows.
    :issue:2705
    * Show correct value for flag default when using default_map.
    :issue:2632
    * Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
  - Switch build system from setuptools to pyproject.toml
    * Add python-pip and python-wheel to BuildRequires
    * Replace %python_build with %pyproject_wheel
    * Replace %python_install with %pyproject_install
    * Update name for dist directory in %files section
  - Update BuildRequires from pyproject.toml

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

++++ selinux-policy:

  - Sync content of factory branch to SLFO (git commit: 33c703587e800be11fca3101b7caf2d4a5c77117,
    OBS Factory: selinux-policy-20241220) and update packaging for SLE 16.
    This includes:
  - Fix minimum policy by readding rpm module (bsc#1234314)
  - Fix minimum policy by readding snapper module (bsc#1234037)
  - Packaging rework: moving all config files to git repository
    https://gitlab.suse.de/selinux/selinux-policy
  - Moved booleans to dist/*/booleans.conf and dropped from package:
    * booleans-minimum.conf
  - user facing change: boolean settings are now the same as in upstream
    * booleans-mls.conf
  - user facing change: boolean settings are now the same as in upstream
    * booleans-targeted.conf
  - user facing change: kerberos_enabled boolean was not enabled due to a bug, now it is enabled
  - Moved booleans.subs_dist to dist/booleans.subs_dist and dropped from package
  - Moved customizable_types to dist/customizable_types and dropped from package
  - user facing change: using upstream version
  - Moved file_contexts.subs_dist to config/file_contexts.subs_dist and dropped from package
  - user facing change: changed systemd entries in file_contexts.subs_dist:
    /run/systemd/system -> dropped from file
    /run/systemd/generator.early /run/systemd/generator
    /run/systemd/generator.late /run/systemd/generator
  - Moved modules config to dist/<policytype>/modules.conf and dropped from package:
  - user facing change: minimum policy: modules base and contrib are merged into modules.lst
    and modules-enabled.lst was added which contains the enabled modules, replacing modules-minimum-disable.lst
    * modules-minimum-base.conf
    * modules-minimum-contrib.conf
    * modules-minimum-disable.lst
    * Added: modules-minimum.lst
  - user facing change: mls policy: modules base + contrib are merged into modules.lst
    * modules-mls-base.conf
    * modules-mls-contrib.conf
  - user facing change: targeted policy: modules base + contrib are merged into modules.lst:
    * modules-targeted-base.conf
    * modules-targeted-contrib.conf
  - Moved securetty config to config/appconfig-<policytype>/securetty_types and dropped from package
  - user facing change: using upstream version for all policy types
    * securetty_types-minimum
    * securetty_types-mls
    * securetty_types-targeted
  - Moved setrans config to dist/<policytype>/setrans.conf and dropped from package
    * setrans-minimum.conf
    * setrans-mls.conf
    * setrans-targeted.conf
  - Moved users config to dist/<policytype>/users and dropped from package
    * users-minimum
  - user facing change: added guest_u and xguest_u
    * users-mls
    * users-targeted
  - Fix debug-build.sh to follow symlinks when creating
    the tarball
  - Update embedded container-selinux version to commit:
    * 3f06c141bebc00a07eec4c0ded038aac4f2ae3f0
  - Sync modules-targeted-contrib.conf with Fedora targeted modules.conf
  - Disable build of the MLS policy. We currently don't know if it works
    and don't want to encourage users to apply it
  - Enable named_write_master_zones boolean by default (bsc#1229479)
  - Update to version 20240604+git675.f1f499c0:
    * Revert "Remove the fail2ban module sources"
    * Revert "Remove the linuxptp module sources"
    * Revert "Remove the amtu module sources"
    * Allow vhostmd_t list virtqemud pid dirs (bsc#1230961)
    * Allow auditctl signal auditd
    * Dontaudit systemd-coredump the sys_resource capability
    * Allow traceroute_t bind rawip sockets to unreserved ports
    * Fix the cups_read_pid_files() interface to use read_files_pattern
    * Allow virtqemud additional permissions for tmpfs_t blk devices
    * Allow virtqemud rw access to svirt_image_t chr files
    * Allow virtqemud rw and setattr access to fixed block devices
    * Label /etc/mdevctl.d/scripts.d with bin_t
    * Allow virtqemud open svirt_devpts_t char files
    * Allow virtqemud relabelfrom virt_log_t files
    * Allow svirt_tcg_t read virtqemud_t fifo_files
    * Allow virtqemud rw and setattr access to sev devices
    * Allow virtqemud directly read and write to a fixed disk
    * Allow virtqemud_t relabel virt_var_lib_t files
    * Allow virtqemud_t relabel virtqemud_var_run_t sock_files
    * Add gnome_filetrans_gstreamer_admin_home_content() interface
    * Label /dev/swradio, /dev/v4l-subdev, /dev/v4l-touch with v4l_device_t
    * Make bootupd_t permissive
    * Allow init_t nnp domain transition to locate_t
    * allow gdm and iiosensorproxy talk to each other via D-bus
    * Allow systemd-journald getattr nsfs files
    * Allow sendmail to map mail server configuration files
    * Allow procmail to read mail aliases
    * Allow cifs.idmap helper to set attributes on kernel keys
    * Allow irqbalance setpcap capability in the user namespace
    * Allow sssd_selinux_manager_t the setcap process permission
    * Allow systemd-sleep manage efivarfs files
    * Allow systemd-related domains getattr nsfs files
    * Allow svirt_t the sys_rawio capability
    * Allow alsa watch generic device directories
    * Move systemd-homed interfaces to seperate optional_policy block
    * Move systemd-homed interfaces to seperate optional_policy block (bsc#1234228)
    * Update samba-bgqd policy
    * Update virtlogd policy
    * Allow svirt_t the sys_rawio capability
    * Allow qemu-ga the dac_override and dac_read_search capabilities
    * Add policy for importctl (bsc#1232670)
    * adjust kandim binary paths (bsc#1232328)
    * Allow bacula execute container in the container domain
    * Allow httpd get attributes of dirsrv unit files
    * Allow samba-bgqd read cups config files
    * Add label rshim_var_run_t for /run/rshim.pid
    * [5/5][sync from 'mysql-selinux'] Add mariadb-backup
    * [4/5][sync from 'mysql-selinux'] Fix regex to also match '/var/lib/mysql/mysqlx.sock'
    * [3/5][sync from 'mysql-selinux'] Allow mysqld_t to read and write to the 'memory.pressure' file in cgroup2
    * [2/5][sync from 'mysql-selinux'] 2nd attempt to fix rhbz#2186996 rhbz#2221433 rhbz#2245705
    * [1/5][sync from 'mysql-selinux'] Allow 'mysqld' to use '/usr/bin/hostname'
    * Allow systemd-networkd read mount pid files
    * Update policy for samba-bgqd
    * Allow chronyd read networkmanager's pid files
    * Allow staff user connect to generic tcp ports
    * Allow gnome-remote-desktop dbus chat with policykit
    * Allow tlp the setpgid process permission
    * Update the bootupd policy
    * Allow sysadm_t use the io_uring API
    * Allow sysadm user dbus chat with virt-dbus
    * Allow virtqemud_t read virsh_t files
    * Allow virt_dbus_t connect to virtd_t over a unix stream socket
    * Allow systemd-tpm2-generator read hardware state information
    * Allow coreos-installer-generator execute generic programs
    * Allow coreos-installer domain transition on udev execution
    * Add workaround for /run/rpmdb lockfile (bsc#1231127)
    * Add dedicated health-checker module (bsc#1231127)
    * Revert "Allow unconfined_t execute kmod in the kmod domain"
    * Allow iio-sensor-proxy create and use unix dgram socket
    * Allow virtstoraged read vm sysctls
    * Support ssh connections via systemd-ssh-generator
    * Label all semanage store files in /etc as semanage_store_t
    * Add file transition for nvidia-modeset
    * Re-add kanidm module to dist/targeted/modules.conf
    * Add SUSE-specific file contexts to file_contexts.subs_dist
    * Disallow execstack in dist/minimum/booleans.conf
    * Add SUSE-specific booleans to dist/targeted/booleans.conf
    * Add SUSE specific modules to targeted modules.conf
    * Label /var/cache/systemd/home with systemd_homed_cache_t
    * Allow login_userdomain connect to systemd-homed over a unix socket
    * Allow boothd connect to systemd-homed over a unix socket
    * Allow systemd-homed get attributes of a tmpfs filesystem
    * Allow abrt-dump-journal-core connect to systemd-homed over a unix socket
    * Allow aide connect to systemd-homed over a unix socket
    * Label /dev/hfi1_[0-9]+ devices
    * Remove the openct module sources
    * Remove the timidity module sources
    * Enable the slrn module
    * Remove i18n_input module sources
    * Enable the distcc module
    * Remove the ddcprobe module sources
    * Remove the timedatex module sources
    * Remove the djbdns module sources
    * Confine iio-sensor-proxy
    * Allow staff user nlmsg_write
    * Update policy for xdm with confined users
    * Allow virtnodedev watch mdevctl config dirs
    * Allow ssh watch home config dirs
    * Allow ssh map home configs files
    * Allow ssh read network sysctls
    * Allow chronyc sendto to chronyd-restricted
    * Allow cups sys_ptrace capability in the user namespace
    * Add policy for systemd-homed
    * Remove fc entry for /usr/bin/pump
    * Label /usr/bin/noping and /usr/bin/oping with ping_exec_t
    * Allow accountsd read gnome-initial-setup tmp files
    * Allow xdm write to gnome-initial-setup fifo files
    * Allow rngd read and write generic usb devices
    * Allow qatlib search the content of the kernel debugging filesystem
    * Allow qatlib connect to systemd-machined over a unix socket
    * mls/modules.conf - fix typo
    * Use dist/targeted/modules.conf in build workflow
    * Fix default and dist config files
    * Allow unprivileged user watch /run/systemd
    * CI: update to actions/checkout@v4
    * Allow boothd connect to kernel over a unix socket
    * Clean up and sync securetty_types
    * Bring config files from dist-git into the source repo
    * Confine gnome-remote-desktop
    * Allow virtstoraged execute mount programs in the mount domain
    * Make mdevctl_conf_t member of the file_type attribute
    * Allow virt_dbus_t to connect to virtd_t over unix_stream_socket (bsc#1232655)
    * Label /var/livepatches as lib_t for ULP on micro (bsc#1228879)
    * Allow dirsrv-snmp map dirsv_tmpfs_t files
    * Label /usr/lib/node_modules_22/npm/bin with bin_t
    * Add policy for /usr/libexec/samba/samba-bgqd
    * Allow gnome-remote-desktop watch /etc directory
    * Allow rpcd read network sysctls
    * Allow journalctl connect to systemd-userdbd over a unix socket
    * Allow some confined users send to lldpad over a unix dgram socket
    * Allow lldpad send to unconfined_t over a unix dgram socket
    * Allow lldpd connect to systemd-machined over a unix socket
    * Confine the ktls service
    * Allow dirsrv read network sysctls
    * Label /run/sssd with sssd_var_run_t
    * Label /etc/sysctl.d and /run/sysctl.d with system_conf_t
    * Allow unconfined_t execute kmod in the kmod domain
    * Allow confined users r/w to screen unix stream socket
    * Label /root/.screenrc and /root/.tmux.conf with screen_home_t
    * Allow virtqemud read virtd_t files
    * Allow ping_t read network sysctls
    * Allow systemd-homework connect to init over a unix socket
    * Fix systemd-homed blobs directory permissions
    * Allow virtqemud read sgx_vepc devices
    * Allow lldpad create and use netlink_generic_socket
    * Allow snapperd to execute systemctl (bsc#1231489)
    * rsync: add rsync_exec_commands boolean and enable it by default (bsc#1231494)
    * Allow slpd to create TCPDIAG netlink socket (bsc#1231491)
    * Allow slpd to use sys_chroot (bsc#1231491)
    * Allow openvswitch-ipsec use strongswan (bsc#1231493)
    * Allow systemd-homework write to init pid socket
    * Allow init create /var/cache/systemd/home
    * Confine the pcm service
    * Allow login_userdomain read thumb tmp files
    * Update power-profiles-daemon policy
    * Fix the /etc/mdevctl\.d(/.*)? regexp
    * Grant rhsmcertd chown capability & userdb access
    * Allow iio-sensor-proxy the bpf capability
    * Allow systemd-machined the kill user-namespace capability
    * Remove the fail2ban module sources
    * Remove the linuxptp module sources
    * Remove legacy rules for slrnpull
    * Remove the aiccu module sources
    * Remove the bcfg2 module sources
    * Remove the amtu module sources
    * Remove the rhev module sources
    * Remove all file context entries for /bin and /lib
    * Allow ptp4l the sys_admin capability
    * Confine power-profiles-daemon
    * Label /var/cache/systemd/home with systemd_homed_cache_t
    * Allow login_userdomain connect to systemd-homed over a unix socket
    * Allow boothd connect to systemd-homed over a unix socket
    * Allow systemd-homed get attributes of a tmpfs filesystem
    * Allow abrt-dump-journal-core connect to systemd-homed over a unix socket
    * Allow aide connect to systemd-homed over a unix socket
    * Label /dev/hfi1_[0-9]+ devices
    * Remove the openct module sources
    * Remove the timidity module sources
    * Enable the slrn module
    * Remove i18n_input module sources
    * Enable the distcc module
    * Remove the ddcprobe module sources
    * Remove the timedatex module sources
    * Remove the djbdns module sources
    * Confine iio-sensor-proxy
    * Allow staff user nlmsg_write
    * Update policy for xdm with confined users
    * Allow virtnodedev watch mdevctl config dirs
    * Allow ssh watch home config dirs
    * Allow ssh map home configs files
    * Allow ssh read network sysctls
    * Allow chronyc sendto to chronyd-restricted
    * Allow cups sys_ptrace capability in the user namespace
    * Label auutyast binaries correctly
    * Allow snapperd to manage unlabeled_t files (bsc#1230966)
    * Add policy for systemd-homed
    * Revert "Allow virtstoraged to manage images (bsc#1228742)"
    * Remove fc entry for /usr/bin/pump
    * Label /usr/bin/noping and /usr/bin/oping with ping_exec_t
    * Allow accountsd read gnome-initial-setup tmp files
    * Allow xdm write to gnome-initial-setup fifo files
    * Allow rngd read and write generic usb devices
    * Allow qatlib search the content of the kernel debugging filesystem
    * Allow qatlib connect to systemd-machined over a unix socket
    * mls/modules.conf - fix typo
    * Use dist/targeted/modules.conf in build workflow
    * Fix default and dist config files
    * Allow unprivileged user watch /run/systemd
    * CI: update to actions/checkout@v4
    * Allow boothd connect to kernel over a unix socket
    * Clean up and sync securetty_types
    * Bring config files from dist-git into the source repo
    * Confine gnome-remote-desktop
    * Allow systemd_ibft_rule_generator_t to create udev_rules_t dirs (bsc#1230011)
    * Allow virtstoraged execute mount programs in the mount domain
    * Make mdevctl_conf_t member of the file_type attribute
    * Allow systemd_udev_trigger_generator_t list and read sysctls (bsc#1230315)
    * Initial policy for udev-trigger-generator (bsc#1230315)
    * Allow init_t mount syslog socket (bsc#1230134)
    * Allow init_t create syslog files (bsc#1230134)
    * Introduce initial policy for btrfs-soft-reboot-generator (bsc#1230134)
    * Label /etc/mdevctl.d with mdevctl_conf_t
    * Sync users with Fedora targeted users
    * Update policy for rpc-virtstorage
    * Allow virtstoraged get attributes of configfs dirs
    * Fix SELinux policy for sandbox X server to fix 'sandbox -X' command
    * Update bootupd policy when ESP is not mounted
    * Allow thumb_t map dri devices
    * Allow samba use the io_uring API
    * Allow the sysadm user use the secretmem API
    * Allow nut-upsmon read systemd-logind session files
    * Allow sysadm_t to create PF_KEY sockets
    * Update bootupd policy for the removing-state-file test
    * Allow xen to use qemu as dom0 disk backend (bsc#1228540)
    * Label /var/lib/xen/xenstore as xenstored_var_lib_t (bsc#1228540)
    * Allow coreos-installer-generator manage mdadm_conf_t files
    * Allow virtstoraged to manage images (bsc#1228742)
    * Allow virtstoraged_t domtrans to udev (bsc#1228742)
    * Allow setsebool_t relabel selinux data files
    * Allow virtqemud relabelfrom virtqemud_var_run_t dirs
    * Use better escape method for "interface"
    * Allow init and systemd-logind to inherit fds from sshd
    * Allow systemd-ssh-generator read sysctl files
    * Sync modules.conf with Fedora targeted modules
    * Allow systemd-ssh-generator to load net-pf-40 (bsc#1229766)
    * Allow virtqemud relabel user tmp files and socket files
    * Add missing sys_chroot capability to groupadd policy
    * Label /run/libvirt/qemu/channel with virtqemud_var_run_t
    * Allow rasdaemon write access to sysfs (bsc#1229587)
    * Allow xl to access hypercall interfaces to xen hypervisor (bsc#1228540)
    * Initial policy for syslog-ng (bsc#1229153)
    * Allow virtqemud relabelfrom also for file and sock_file
    * Add virt_create_log() and virt_write_log() interfaces
    * allow sshd_t and sshd_net_t access to ssh vsockets (bsc#1228831)

++++ sysvinit:

  - Update to sysvinit 3.13
    * Adjusted manual page install location. Patch provided
    by Mark Hindley.
    sysvinit (3.12) released; urgency=low
    * There were instances of the ctime() function being called in multiple files without
    checking the return value (can be NULL) and without checking the length of the
    returned information. While there _should_ never be a case where ctime() fails
    assuming success and length of returned string isn't ideal (or future-proof).
    We now check the return value of ctime() in bootlogd, dowall, last, logsave, and
    shutdown. Where no valid value is returned we supply a dummy value (usually a
    space in place of the expected time stamp). We also no longer assume returned string
    is at least 11-16 characters.
    * Re-commit flexible Makefile for GoboLinux.
    * Make sure pty.h and sys/sysmacros.h are included when building bootlogd on
    systems with glibc.
    * Fixed typos and syntax in manual page for init.8.
    Edits provided by : Bjarni Ingi Gislason.
    * Allow setting of location of the /usr directory in src/Makefile.
    This is handled by the usrdir variable.
    * Make sure src/Makefile uses sysconfdir (/etc by default) when installing
    configuration files.
    * Fix typos and syntax in pidof manual page.
  - Port patches
    * sysvinit-2.88dsf-suse.patch
    * sysvinit-2.90.dif

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

++++ drbd:

  - fix the warning of blk_validate_limits when running drbdadm down (boo#1235399)
    * add patch
    boo1235399-fix_the_warning_of_blk_validate_limits.patch

++++ drbd-utils:

  - Update drbd-utils from 9.25.0 to 9.29.0
    * Changelog from Linbit:
    9.29.0
  - ----------
    * drbdmeta: fix initialization for external md
    * build: allow disbling keyutils
    * tests: export sanitized environment
    * drbdmon: various improvements
    * build: add cyclonedx
    * drbsetup,v9: fix multiple paths drbdsetup show --json
    strictly spreaking breaking change, but maily used internally
    * events2: expose if device is open
    * drbdadm: fix undefined behavior that triggered on amd64
    * shared: fix out-of-bounds access in parsing
    * drbsetup,v9: event consistency with peer devices
    * drbdadm: fix parsing of v8.4 configs for compatibility
    * drbdmeta: fix segfault for check-resize on intentionally diskless
    * drbd-promote@.service: check if ExecCondition is available
    9.28.0
  - ----------
    * events2: set may_promote:no promotion_score:0 while
    force-io-failure:yes
    * drbdsetup,v9: show TLS in connection status
    * drbdsetup,v9: add udev command
    * 8.3: remove
    * crm-fence-peer.9.sh: fixes for pacemaker 2.1.7
    * events2: improved out of order message handling
    9.27.0
  - ----------
    * adjust,v9: retry for diskless primaries
    * tests: sanitize env (e.g., TZ)
    * drbdmeta: dump and restore the members field
    9.26.0
  - ----------
    * config,v9: new config option load-balance-paths
    * config,v9: new config options rdma-ctrls-(snd|rcv)buf-size
    * drbdadm,v9: fix segfault if proxy has no path
    * drbd: increase maximum CPU mask size
    * systemd: introduce drbd-graceful-shutdown.service
    * drbdmeta,v9: fix regression, allow attach after offline resize
    * drbdsetup,v9: add path established information to JSON status
    * events2: terminate on module unload even under --poll
    * events2: specif exit code if module unload
    * docs: add spdx license file
    * drbdmon: various smaller improvements
    * drbdsetup,v9: support for TLS/kTLS
    * remove patches which are already included in upstream code:
    0001-drbdadm-v9-do-not-segfault-when-re-configuring-proxy.patch
    0002-user-drbrdmon-add-missing-stdint.h-includes.patch
    0003-Introduce-default_types.h-header.patch
    bsc-1219263_crm-fence-peer.9.sh-fix-parsing-in_ccm-crmd-fields-o.patch
    bsc-1219263_crm-fence-peer.9.sh-use-join-of-node_state-to-judge-.patch
    bsc-1233273_drbd.ocf-update-regex-of-sed-for-new-output-from-crm.patch
    usrmerge_move_lib_to_prefix_lib.patch
    * add upstream patches to align commit 0a014f290802:
    0001-drbd-verify.py-relax-host-key-checking.patch
    0002-DRBDmon-Disabled-DRBD-commands-warning-only-for-actu.patch
    0003-DRBDmon-Integrate-global-local-command-delegation.patch
    0004-DRBDmon-Adjust-events-log-supplier-program-name.patch
    0005-DRBDmon-Add-drbd-events-log-supplier.patch
    0006-DRBDmon-Adjust-Makefile.patch
    0007-DRBDmon-Version-V1R4M1.patch
    0008-drbdadm-add-proxy-options-to-add-connection-command.patch
    0009-Do-not-hardcode-paths-in-services-and-scripts.patch
    0010-Fix-typo-in-warning-there-is-no-po4a-translage-comma.patch
    0011-drbd.ocf-explicitly-timeout-crm_master-IPC-early.patch
    0012-drbd.ocf-the-text-output-of-crm_resource-locate-has-.patch
    * update patches according to source code changes:
    bsc-1233273_drbd.ocf-replace-crm_master-with-ocf_promotion_score.patch
    fence-after-pacemaker-down.patch
    * modify upstream patch for passing build:
    0009-Do-not-hardcode-paths-in-services-and-scripts.patch
    * add new service:
    drbd-graceful-shutdown.service
    * add new binrary:
    drbd-events-log-supplier

++++ glib-networking:

  - Update to version 2.80.1:
    + OpenSSL:
  - Fix crash in complete_handshake
  - Fix invalid free in
    openssl_get_binding_tls_server_end_point()
    + TLS test should handle G_IO_ERROR_WOULD_BLOCK
    + Updated translations.

++++ hwdata:

  - Update to version 0.391:
    * Update pci and vendor ids

++++ kernel-default:

  - powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump
    is active (bsc#1235108).
  - commit 8c55a2a
  - nvmet-loop: avoid using mutex in IO hotpath (git-fixes).
  - nvmet: Don't overflow subsysnqn (git-fixes).
  - nvme-pci: 512 byte aligned dma pool segment quirk (git-fixes).
  - nvme-rdma: unquiesce admin_q before destroy it (git-fixes).
  - nvme-tcp: fix the memleak while create new ctrl failed
    (git-fixes).
  - nvme-fabrics: handle zero MAXCMD without closing the connection
    (git-fixes).
  - nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is
    not supported (git-fixes).
  - nvmet-loop: avoid using mutex in IO hotpath (git-fixes).
  - nvmet: Don't overflow subsysnqn (git-fixes).
  - nvme-pci: 512 byte aligned dma pool segment quirk (git-fixes).
  - nvme-rdma: unquiesce admin_q before destroy it (git-fixes).
  - nvme-tcp: fix the memleak while create new ctrl failed
    (git-fixes).
  - nvme-fabrics: handle zero MAXCMD without closing the connection
    (git-fixes).
  - nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is
    not supported (git-fixes).
  - commit 64d03b4
  - workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
    from !WQ_MEM_RECLAIM worker (bsc#1235416).
  - commit d1a20d8
  - btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)
  - commit faccece
  - 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).
  - 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 a46e8c0
  - btrfs: fix use-after-free in btrfs_encoded_read_endio() (CVE-2024-56582 bsc#1235128)
  - commit c77e8af
  - PCI/TPH: Add TPH documentation (jsc#PED-11562).
  - PCI/TPH: Add Steering Tag support (jsc#PED-11562).
  - PCI: Add TLP Processing Hints (TPH) support (jsc#PED-11562).
  - Update config files (CONFIG_PCIE_TPH=y).
  - commit bd308e1
  - 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: 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).
  - commit e644331
  - vfio/pci: Properly hide first-in-list PCIe extended capability
    (bsc#1235004 CVE-2024-53214).
  - commit 989377b
  - fs: fix is_mnt_ns_file() (git-fixes).
  - commit f76cd98
  - erofs: use buffered I/O for file-backed mounts by default
    (git-fixes).
  - commit 699c7cc
  - erofs: reference `struct erofs_device_info` for erofs_map_dev
    (git-fixes).
  - commit c6ac991
  - erofs: use `struct erofs_device_info` for the primary device
    (git-fixes).
  - commit 426336f
  - erofs: add erofs_sb_free() helper (git-fixes).
  - commit 468b714
  - nfs: Fix oops in nfs_netfs_init_request() when copying to cache
    (git-fixes).
  - commit d2c36d1
  - netfs: Fix is-caching check in read-retry (git-fixes).
  - commit d3ca9e7
  - netfs: Fix the (non-)cancellation of copy when cache is
    temporarily disabled (git-fixes).
  - commit b8f5973
  - netfs: Fix ceph copy to cache on write-begin (git-fixes).
  - commit 4931632
  - netfs: Fix missing barriers by using clear_and_wake_up_bit()
    (git-fixes).
  - commit 59b3732
  - netfs: Fix enomem handling in buffered reads (git-fixes).
  - commit d3c3d24
  - exfat: fix the infinite loop in __exfat_free_cluster()
    (git-fixes).
  - commit 32d6d4e
  - exfat: fix the new buffer was not zeroed before writing
    (git-fixes).
  - commit faf023a
  - exfat: fix the infinite loop in exfat_readdir() (git-fixes).
  - commit 5136005
  - dlm: fix possible lkb_resource null dereference (git-fixes).
  - commit 490216a

++++ systemd:

  - Import commit 7fa3b5018bfffa176c77a2a5794dce792eebadcb (merge of v257.2)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/47eea9ee9f46537bc18d6a64fa21fd9c50538e13...7fa3b5018bfffa176c77a2a5794dce792eebadcb

++++ libvirt:

  - Convert from tar_scm to obs_scm: allow OBS internal data
    structure to be more efficient by using .obscpio files

++++ rt-tests:

  - Update to version 2.8:
    https://lore.kernel.org/linux-rt-users/20241128215059.40116-1-jkacur@redhat.com/
  - Revert back to tar.gz from git.kernel.org (2.7 was moved to "older" subfolder
    in https://mirrors.kernel.org, it shows it's not stable URL).

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

++++ glibc:

  - Correctly determine livepatching support

++++ gstreamer:

  - Update to version 1.24.11:
    + Highlighted bugfixes:
  - playback: Fix SSA/ASS subtitles with embedded fonts
  - decklink: add missing video modes and fix 8K video modes
  - matroskamux: spec compliance fixes for audio-only files
  - onnx: disable onnxruntime telemetry
  - qtdemux: Fix base offset update when doing segment seeks
  - srtpdec: Fix a use-after-free issue
  - (uri)decodebin3: Fix stream change scenarios, possible
    deadlock on shutdown
  - video: fix missing alpha flag in AV12 format description
  - avcodecmap: Add some more channel position mappings
  - cerbero bootstrap fixes for Windows 11
  - Various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer:
  - No changes.

++++ gstreamer-plugins-base:

  - Update to version 1.24.11:
    + appsrc: Decrease log level for item drop
    + gl: raise WARNING instead of ERROR when no connector is
    connected
    + decodebin3: Free main input even if it is not part of the list
    of inputs
    + urisourcebin:
  - Avoid deadlock on shutdown
  - Only rewrite stream-start event once
  - Reference counting leak
    + urisourcebin/(uri)decodebin3: Fix stream change scenarios
    + playbin3: leak detected with A/V playback and window closed
    + videodecoder:
  - Gracefully handle missing data without prior input segment
  - Set decode only flag by decode only buffer
    video: fix AV12 format lacking the
    GST_VIDEO_FORMAT_FLAG_ALPHA flag
    + Fix SSA/ASS subtitles with embedded fonts

++++ kernel-default:

  - powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
    (bsc#1234825).
  - commit 2674760
  - ethtool: Fix access to uninitialized fields in set RXNFC command
    (git-fixes).
  - net: Make napi_hash_lock irq safe (git-fixes).
  - commit 9fa4e00
  - octeontx2-pf: RVU representor driver (jsc#PED-11317).
  - Update config files.
  - supported.conf: mark new OcteonTx2 submodule rvu_rep supported.
  - commit c4b0aa9
  - testing: net-drv: add basic shaper test (jsc#PED-10419).
  - Update config files.
  - commit 04716f4
  - net: sfc: Correct key_len for efx_tc_ct_zone_ht_params
    (jsc#PED-11366).
  - net/mlx5e: Keep netdev when leave switchdev for devlink set
    legacy only (jsc#PED-11331).
  - net/mlx5e: Skip restore TC rules for vport rep without loaded
    flag (jsc#PED-11331).
  - net/mlx5e: macsec: Maintain TX SA from encoding_sa
    (jsc#PED-11331).
  - net/mlx5: DR, select MSIX vector 0 for completion queue creation
    (jsc#PED-11331).
  - RDMA/mlx5: Enable multiplane mode only when it is supported
    (jsc#PED-11325).
  - RDMA/bnxt_re: Fix error recovery sequence (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/bnxt_re: Fix the locking while accessing the QP table
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Fix MSN table size for variable wqe mode
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Add send queue size check for variable wqe
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Disable use of reserved wqes (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/bnxt_re: Fix max_qp_wrs reported (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/bnxt_re: Fix reporting hw_ver in query_device
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Fix to export port num to ib_query_qp
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Fix setting mandatory attributes for modify_qp
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Add check for path mtu in modify_qp (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/bnxt_re: Fix the check for 9060 condition (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlier
    (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Avoid sending the modify QP workaround for latest
    adapters (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Avoid initializing the software queue for user
    queues (jsc#PED-10682 jsc#PED-11231).
  - RDMA/bnxt_re: Fix max SGEs for the Work Request (jsc#PED-10682
    jsc#PED-11231).
  - RDMA/mlx5: Enforce same type port association for multiport RoCE
    (jsc#PED-11325).
  - RDMA/bnxt_re: Remove always true dattr validity check
    (jsc#PED-10682 jsc#PED-11231).
  - octeontx2-pf: fix error handling of devlink port in
    rvu_rep_create() (jsc#PED-11317).
  - octeontx2-pf: fix netdev memory leak in rvu_rep_create()
    (jsc#PED-11317).
  - idpf: trigger SW interrupt when exiting wb_on_itr mode
    (jsc#PED-10581).
  - idpf: add support for SW triggered interrupts (jsc#PED-10581).
  - qed: fix possible uninit pointer read in
    qed_mcp_nvm_info_populate() (jsc#PED-9648 jsc#PED-11293).
  - chelsio/chtls: prevent potential integer overflow on 32bit
    (git-fixes).
  - ionic: use ee->offset when returning sprom data (jsc#PED-11378).
  - ionic: no double destroy workqueue (jsc#PED-11378).
  - ionic: Fix netdev notifier unregister on failure
    (jsc#PED-11378).
  - bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips
    (jsc#PED-10684 jsc#PED-11230).
  - octeontx2-af: Fix installation of PF multicast rule
    (jsc#PED-11317).
  - cxgb4: use port number to set mac addr (git-fixes).
  - bnxt_en: Fix potential crash when dumping FW log coredump
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Fix GSO type for HW GRO packets on 5750X chips
    (jsc#PED-10684 jsc#PED-11230).
  - net/mlx5: DR, prevent potential error pointer dereference
    (jsc#PED-11331).
  - bpf, vsock: Invoke proto::close on close() (jsc#PED-11028).
  - bpf, vsock: Fix poll() missing a queue (jsc#PED-11028).
  - igb: Fix potential invalid memory access in igb_init_module()
    (jsc#PED-10426 jsc#PED-10425).
  - ixgbe: Correct BASE-BX10 compliance code (jsc#PED-9647
    jsc#PED-9646).
  - ixgbe: downgrade logging of unsupported VF API version to debug
    (jsc#PED-9647 jsc#PED-9646).
  - ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
    (jsc#PED-9647 jsc#PED-9646).
  - idpf: set completion tag for "empty" bufs associated with a
    packet (jsc#PED-10581).
  - ice: Fix VLAN pruning in switchdev mode (jsc#PED-10419).
  - ice: Fix NULL pointer dereference in switchdev (jsc#PED-10419).
  - ice: fix PHY timestamp extraction for ETH56G (jsc#PED-10419).
  - ice: fix PHY Clock Recovery availability check (jsc#PED-10419).
  - net/mlx5e: Remove workaround to avoid syndrome for internal port
    (jsc#PED-11331).
  - net/mlx5e: SD, Use correct mdev to build channel param
    (jsc#PED-11331).
  - net/mlx5: E-Switch, Fix switching to switchdev mode in MPV
    (jsc#PED-11331).
  - net/mlx5: E-Switch, Fix switching to switchdev mode with IB
    device disabled (jsc#PED-11331).
  - net/mlx5: HWS: Properly set bwc queue locks lock classes
    (jsc#PED-11331).
  - net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layout
    (jsc#PED-11331).
  - bnxt_en: handle tpa_info in queue API implementation
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: refactor bnxt_alloc_rx_rings() to call
    bnxt_alloc_rx_agg_bmap() (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: refactor tpa_info alloc/free into helpers
    (jsc#PED-10684 jsc#PED-11230).
  - net/qed: allow old cards not supporting "num_images" to work
    (jsc#PED-9648 jsc#PED-11293).
  - octeontx2-af: Fix SDP MAC link credits configuration
    (jsc#PED-11317).
  - bnxt_en: ethtool: Supply ntuple rss context action
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Unregister PTP during PCI shutdown and suspend
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Refactor bnxt_ptp_init() (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Fix receive ring space parameters when XDP is active
    (jsc#PED-10684 jsc#PED-11230 CVE-2024-53209 bsc#1235002).
  - bnxt_en: Fix queue start to update vnic RSS table (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Set backplane link modes correctly for ethtool
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Reserve rings after PCIe AER recovery if NIC interface
    is down (jsc#PED-10684 jsc#PED-11230).
  - octeontx2-af: Quiesce traffic before NIX block reset
    (jsc#PED-11317).
  - octeontx2-af: RPM: fix stale FCFEC counters (jsc#PED-11317).
  - octeontx2-af: RPM: fix stale RSFEC counters (jsc#PED-11317).
  - octeontx2-af: RPM: Fix low network performance (jsc#PED-11317).
  - octeontx2-af: RPM: Fix mismatch in lmac type (jsc#PED-11317).
  - vdpa/mlx5: Fix suboptimal range on iotlb iteration
    (jsc#PED-11331).
  - RDMA/mlx5: Add implementation for ufile_hw_cleanup device
    operation (jsc#PED-11325).
  - RDMA/mlx5: Ensure active slave attachment to the bond IB device
    (jsc#PED-11325).
  - RDMA/mlx5: Call dev_put() after the blocking notifier
    (jsc#PED-11325).
  - RDMA/mlx5: Support querying per-plane IB PortCounters
    (jsc#PED-11325).
  - RDMA/mlx5: Support OOO RX WQE consumption (jsc#PED-11325).
  - net/mlx5: Introduce data placement ordering bits
    (jsc#PED-11331).
  - i40e: Fix handling changed priv flags (jsc#PED-10428).
  - bnxt_en: Add FW trace coredump segments to the coredump
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Add a new ethtool -W dump flag (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Add functions to copy host context memory
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Do not free FW log context memory (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Manage the FW trace context memory (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Allocate backing store memory for FW trace logs
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Refactor bnxt_free_ctx_mem() (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_type
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: Update firmware interface spec to 1.10.3.85
    (jsc#PED-10684 jsc#PED-11230).
  - e1000: Hold RTNL when e1000_down can be called (jsc#PED-10422).
  - igbvf: remove unused spinlock (jsc#PED-10426 jsc#PED-10425).
  - igb: Fix 2 typos in comments in igb_main.c (jsc#PED-10426
    jsc#PED-10425).
  - igc: remove autoneg parameter from igc_mac_info (jsc#PED-10417).
  - ixgbe: Break include dependency cycle (jsc#PED-9647
    jsc#PED-9646).
  - ice: Unbind the workqueue (jsc#PED-10419).
  - ice: use stack variable for virtchnl_supported_rxdids
    (jsc#PED-10419).
  - ice: initialize pf->supported_rxdids immediately after loading
    DDP (jsc#PED-10419).
  - ice: only allow Tx promiscuous for multicast (jsc#PED-10419).
  - ice: Add support for persistent NAPI config (jsc#PED-10419).
  - ice: support optional flags in signature segment header
    (jsc#PED-10419).
  - ice: refactor "last" segment of DDP pkg (jsc#PED-10419).
  - ice: extend dump serdes equalizer values feature
    (jsc#PED-10419).
  - ice: rework of dump serdes equalizer values feature
    (jsc#PED-10419).
  - ndo_fdb_del: Add a parameter to report whether notification
    was sent (jsc#PED-10419).
  - ndo_fdb_add: Add a parameter to report whether notification
    was sent (jsc#PED-10428).
  - octeontx2-pf: Fix spelling mistake "reprentator" ->
    "representor" (jsc#PED-11317).
  - bnxt_en: optimize gettimex64 (jsc#PED-10684 jsc#PED-11230).
  - net: ethtool: only allow set_rxnfc with rss + ring_cookie if
    driver opts in (jsc#PED-11366).
  - octeontx2-pf: Adds TC offload support (jsc#PED-11317).
  - octeontx2-pf: Implement offload stats ndo for representors
    (jsc#PED-11317).
  - octeontx2-pf: Add devlink port support (jsc#PED-11317).
  - octeontx2-pf: Add representors for sdp MAC (jsc#PED-11317).
  - octeontx2-pf: Configure VF mtu via representor (jsc#PED-11317).
  - octeontx2-pf: Add support to sync link state between representor
    and VFs (jsc#PED-11317).
  - octeontx2-pf: Get VF stats via representor (jsc#PED-11317).
  - octeontx2-af: Add packet path between representor and VF
    (jsc#PED-11317).
  - octeontx2-pf: Add basic net_device_ops (jsc#PED-11317).
  - octeontx2-pf: Create representor netdev (jsc#PED-11317).
  - eth: bnxt: use page pool for head frags (jsc#PED-10684
    jsc#PED-11230).
  - net/mlx5e: SHAMPO, Rework header allocation loop
    (jsc#PED-11331).
  - net/mlx5e: SHAMPO, Drop info array (jsc#PED-11331).
  - net/mlx5e: SHAMPO, Change frag page setup order during
    allocation (jsc#PED-11331).
  - net/mlx5e: SHAMPO, Fix page_index calculation inconsistency
    (jsc#PED-11331).
  - net/mlx5e: SHAMPO, Simplify UMR allocation for headers
    (jsc#PED-11331).
  - net/mlx5: Make vport QoS enablement more flexible for future
    extensions (jsc#PED-11331).
  - net/mlx5: Integrate esw_qos_vport_enable logic into rate
    operations (jsc#PED-11331).
  - net/mlx5: Generalize scheduling element operations
    (jsc#PED-11331).
  - net/mlx5: Refactor scheduling element configuration bitmasks
    (jsc#PED-11331).
  - net/mlx5: Generalize max_rate and min_rate setting for nodes
    (jsc#PED-11331).
  - net/mlx5: Simplify QoS normalization by removing error handling
    (jsc#PED-11331).
  - net/mlx5: E-switch, refactor eswitch mode change
    (jsc#PED-11331).
  - bnxt_en: add unlocked version of bnxt_refclk_read (jsc#PED-10684
    jsc#PED-11230).
  - net: atlantic: use irq_update_affinity_hint() (jsc#PED-11287).
  - bnxt_en: use irq_update_affinity_hint() (jsc#PED-10684
    jsc#PED-11230).
  - octeontx2-af: Knobs for NPC default rule counters
    (jsc#PED-11317).
  - octeontx2-af: Refactor few NPC mcam APIs (jsc#PED-11317).
  - mlx5/core: deduplicate {mlx5_,}eq_update_ci() (jsc#PED-11331).
  - mlx5/core: relax memory barrier in eq_update_ci()
    (jsc#PED-11331).
  - bridge: Allow deleting FDB entries with non-existent VLAN
    (jsc#PED-10419).
  - mlx5/core: Schedule EQ comp tasklet only if necessary
    (jsc#PED-11331).
  - net: sfc: use ethtool string helpers (jsc#PED-11366).
  - net: bnx2x: use ethtool string helpers (jsc#PED-10901
    jsc#PED-11308).
  - bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rules
    (jsc#PED-10684 jsc#PED-11230).
  - bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAW
    (jsc#PED-10684 jsc#PED-11230).
  - sfc: Remove more unused functions (jsc#PED-11366).
  - sfc: Remove unused mcdi functions (jsc#PED-11366).
  - sfc: Remove unused efx_mae_mport_vf (jsc#PED-11366).
  - sfc: Remove falcon deadcode (jsc#PED-11366).
  - bnxt_en: replace PTP spinlock with seqlock (jsc#PED-10684
    jsc#PED-11230).
  - bnxt_en: cache only 24 bits of hw counter (jsc#PED-10684
    jsc#PED-11230).
  - mlx5_en: use read sequence for gettimex64 (jsc#PED-11331).
  - net/mlx5e: do not create xdp_redirect for non-uplink rep
    (jsc#PED-11331).
  - net/mlx5e: move XDP_REDIRECT sq to dynamic allocation
    (jsc#PED-11331).
  - net/mlx5: HWS, renamed the files in accordance with naming
    convention (jsc#PED-11331).
  - net/mlx5: DR, moved all the SWS code into a separate directory
    (jsc#PED-11331).
  - net/mlx5: Rework esw qos domain init and cleanup
    (jsc#PED-11331).
  - dim: pass dim_sample to net_dim() by reference (jsc#PED-10581).
  - dim: make dim_calc_stats() inputs const pointers
    (jsc#PED-11331).
  - net: bnxt: use ethtool string helpers (jsc#PED-10684
    jsc#PED-11230).
  - net/mlx5: DPLL, Add clock quality level op implementation
    (jsc#PED-11331).
  - dpll: add clock quality level attribute and op (jsc#PED-11331).
  - octeontx2-pf: Move shared APIs to header file (jsc#PED-11317).
  - octeontx2-pf: Reuse PF max mtu value (jsc#PED-11317).
  - octeontx2-pf: Add new APIs for queue memory alloc/free
    (jsc#PED-11317).
  - octeontx2-pf: Define common API for HW resources configuration
    (jsc#PED-11317).
  - net: qlogic: use ethtool string helpers (jsc#PED-9648
    jsc#PED-11293).
  - net: marvell: use ethtool string helpers (jsc#PED-11317).
  - mlx5: simplify EQ interrupt polling logic (jsc#PED-11331).
  - mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"
    (jsc#PED-11331).
  - ibmvnic: use ethtool string helpers (jsc#PED_10911
    jsc#PED-3606).
  - net/mlx5e: Update features on ring size change (jsc#PED-11331).
  - net/mlx5e: Update features on MTU change (jsc#PED-11331).
  - vsock: do not leave dangling sk pointer in vsock_create()
    (jsc#PED-11028).
  - net/mlx5: unique names for per device caches (jsc#PED-11331).
  - net: atlantic: support reading SFP module info (jsc#PED-11287).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c
    (jsc#PED-11317).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c
    (jsc#PED-11317).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c
    (jsc#PED-11317).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c
    (jsc#PED-11317).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c
    (jsc#PED-11317).
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c
    (jsc#PED-11317).
  - virtchnl: fix m68k build (jsc#PED-10423).
  - net/mlx5: fs, rename modify header struct member action
    (jsc#PED-11331).
  - net/mlx5: fs, rename packet reformat struct member action
    (jsc#PED-11331).
  - net/mlx5: Only create VEPA flow table when in VEPA mode
    (jsc#PED-11331).
  - net/mlx5: Add sync reset drop mode support (jsc#PED-11331).
  - net/mlx5: Generalize QoS operations for nodes and vports
    (jsc#PED-11331).
  - net/mlx5: Simplify QoS scheduling element configuration
    (jsc#PED-11331).
  - net/mlx5: Remove vport QoS enabled flag (jsc#PED-11331).
  - net/mlx5: Refactor vport QoS to use scheduling node structure
    (jsc#PED-11331).
  - net/mlx5: Refactor vport scheduling element creation function
    (jsc#PED-11331).
  - net/mlx5: Introduce node struct and rename group terminology
    to node (jsc#PED-11331).
  - net/mlx5: Rename vport QoS group reference to parent
    (jsc#PED-11331).
  - net/mlx5: Restrict domain list insertion to root TSAR ancestors
    (jsc#PED-11331).
  - net/mlx5: Add parent group support in rate group structure
    (jsc#PED-11331).
  - net/mlx5: Introduce node type to rate group structure
    (jsc#PED-11331).
  - net/mlx5: Refactor QoS group scheduling element creation
    (jsc#PED-11331).
  - eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting'
    (jsc#PED-3526 jsc#PED-11226).
  - tg3: Increase buffer size for IRQ label (jsc#PED-3526
    jsc#PED-11226).
  - mlx4: Add support for persistent NAPI config to RX CQs
    (jsc#PED-10418 jsc#PED11336).
  - mlx5: Add support for persistent NAPI config (jsc#PED-11331).
  - bnxt: Add support for persistent NAPI config (jsc#PED-10684
    jsc#PED-11230).
  - net: napi: Add napi_config (jsc#PED-10419).
  - net: napi: Make gro_flush_timeout per-NAPI (jsc#PED-10419).
  - net: napi: Make napi_defer_hard_irqs per-NAPI (jsc#PED-10419).
  - tg3: Address byte-order miss-matches (jsc#PED-3526
    jsc#PED-11226).
  - tg3: Link queues to NAPIs (jsc#PED-3526 jsc#PED-11226).
  - tg3: Link IRQs to NAPI instances (jsc#PED-3526 jsc#PED-11226).
  - iavf: add support to exchange qos capabilities (jsc#PED-10423).
  - iavf: Add net_shaper_ops support (jsc#PED-10423).
  - ice: Support VF queue rate limit and quanta size configuration
    (jsc#PED-10419).
  - virtchnl: support queue rate limit and quanta size configuration
    (jsc#PED-10419).
  - net-shapers: implement cap validation in the core
    (jsc#PED-10419).
  - net: shaper: implement introspection support (jsc#PED-10419).
  - netlink: spec: add shaper introspection support (jsc#PED-10419).
  - net-shapers: implement shaper cleanup on queue deletion
    (jsc#PED-10419).
  - net-shapers: implement delete support for NODE scope shaper
    (jsc#PED-10419).
  - net-shapers: implement NL group operation (jsc#PED-10419).
  - net-shapers: implement NL set and delete operations
    (jsc#PED-10419).
  - net-shapers: implement NL get operation (jsc#PED-10419).
  - netlink: spec: add shaper YAML spec (jsc#PED-10419).
  - genetlink: extend info user-storage to match NL cb ctx
    (jsc#PED-10419).
  - net/mlx5: Add support check for TSAR types in QoS scheduling
    (jsc#PED-11331).
  - net/mlx5: Unify QoS element type checks across NIC and E-Switch
    (jsc#PED-11331).
  - net/mlx5: qos: Refactor locking to a qos domain mutex
    (jsc#PED-11331).
  - net/mlx5: qos: Store rate groups in a qos domain
    (jsc#PED-11331).
  - net/mlx5: qos: Rename rate group 'list' as 'parent_entry'
    (jsc#PED-11331).
  - net/mlx5: qos: Add an explicit 'dev' to vport trace calls
    (jsc#PED-11331).
  - net/mlx5: qos: Store the eswitch in a mlx5_esw_rate_group
    (jsc#PED-11331).
  - net/mlx5: qos: Drop 'esw' param from vport qos functions
    (jsc#PED-11331).
  - net/mlx5: qos: Always create group0 (jsc#PED-11331).
  - net/mlx5: qos: Maintain rate group vport members in a list
    (jsc#PED-11331).
  - net/mlx5: qos: Refactor and document bw_share calculation
    (jsc#PED-11331).
  - net/mlx5: qos: Consistently name vport vars as 'vport'
    (jsc#PED-11331).
  - net/mlx5: qos: Rename vport 'tsar' into 'sched_elem'
    (jsc#PED-11331).
  - net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.h
    (jsc#PED-11331).
  - e1000: Link NAPI instances to queues and IRQs (jsc#PED-10422).
  - e1000e: Link NAPI instances to queues and IRQs (jsc#PED-10420).
  - e1000e: Remove duplicated writel() in e1000_configure_tx/rx()
    (jsc#PED-10420).
  - igb: Cleanup unused declarations (jsc#PED-10426 jsc#PED-10425).
  - iavf: Remove unused declarations (jsc#PED-10423).
  - ice: Cleanup unused declarations (jsc#PED-10419).
  - ice: Use common error handling code in two functions
    (jsc#PED-10419).
  - ice: Make use of assign_bit() API (jsc#PED-10419).
  - ice: store max_frame and rx_buf_len only in ice_rx_ring
    (jsc#PED-10419).
  - ice: consistently use q_idx in ice_vc_cfg_qs_msg()
    (jsc#PED-10419).
  - ice: add E830 HW VF mailbox message limit support
    (jsc#PED-10419).
  - ice: Implement ethtool reset support (jsc#PED-10419).
  - doc: net: Fix .rst rendering of net_cachelines pages
    (jsc#PED-10419).
  - idpf: Don't hard code napi_struct size (jsc#PED-10581).
  - vmxnet3: support higher link speeds from vmxnet3 v9
    (jsc#PED-11024).
  - ipv4: remove fib_info_devhash (jsc#PED-10419).
  - ipv4: remove fib_info_lock (jsc#PED-10419).
  - ipv4: use rcu in ip_fib_check_default() (jsc#PED-10419).
  - ipv4: remove fib_devindex_hashfn() (jsc#PED-10419).
  - sfc: add per-queue RX bytes stats (jsc#PED-11366).
  - sfc: implement per-queue TSO (hw_gso) stats (jsc#PED-11366).
  - sfc: implement per-queue rx drop and overrun stats
    (jsc#PED-11366).
  - sfc: account XDP TXes in netdev base stats (jsc#PED-11366).
  - sfc: add n_rx_overlength to ethtool stats (jsc#PED-11366).
  - sfc: implement basic per-queue stats (jsc#PED-11366).
  - sfc: remove obsolete counters from struct efx_channel
    (jsc#PED-11366).
  - net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
    (jsc#PED-10419).
  - ice: Drop auxbus use for PTP to finalize ice_adapter move
    (jsc#PED-10419).
  - ice: Use ice_adapter for PTP shared data instead of auxdev
    (jsc#PED-10419).
  - ice: Initial support for E825C hardware in ice_adapter
    (jsc#PED-10419).
  - ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
    (jsc#PED-10419).
  - ice: Introduce ice_get_phy_model() wrapper (jsc#PED-10419).
  - ice: Enable 1PPS out from CGU for E825C products
    (jsc#PED-10419).
  - ice: Read SDP section from NVM for pin definitions
    (jsc#PED-10419).
  - ice: Disable shared pin on E810 on setfunc (jsc#PED-10419).
  - ice: Cache perout/extts requests and check flags
    (jsc#PED-10419).
  - ice: Align E810T GPIO to other products (jsc#PED-10419).
  - ice: Add SDPs support for E825C (jsc#PED-10419).
  - ice: Implement ice_ptp_pin_desc (jsc#PED-10419).
  - net/mlx5: hw counters: Remove mlx5_fc_create_ex (jsc#PED-11331).
  - net/mlx5: hw counters: Don't maintain a counter count
    (jsc#PED-11331).
  - net/mlx5: hw counters: Drop unneeded cacheline alignment
    (jsc#PED-11331).
  - net/mlx5: hw counters: Replace IDR+lists with xarray
    (jsc#PED-11331).
  - net/mlx5: hw counters: Use kvmalloc for bulk query buffer
    (jsc#PED-11331).
  - net/mlx5: hw counters: Make fc_stats & fc_pool private
    (jsc#PED-11331).
  - octeontx2-af: Change block parameter to const pointer in
    get_lf_str_list (jsc#PED-11317).
  - qed: put cond_resched() in qed_dmae_operation_wait()
    (jsc#PED-9648 jsc#PED-11293).
  - qed: allow the callee of qed_mcp_nvm_read() to sleep
    (jsc#PED-9648 jsc#PED-11293).
  - qed: put cond_resched() in qed_grc_dump_ctx_data() (jsc#PED-9648
    jsc#PED-11293).
  - qed: make 'ethtool -d' 10 times faster (jsc#PED-9648
    jsc#PED-11293).
  - ibmvnic: Add stat for tx direct vs tx batched (jsc#PED_10911
    jsc#PED-3606).
  - ipv4: avoid quadratic behavior in FIB insertion of common
    address (jsc#PED-10419).
  - commit affc8ea
  - pmdomain: core: add dummy release function to genpd device
    (git-fixes).
  - commit a551144
  - drm/amdgpu: rework resume handling for display (v2)
    (stable-fixes).
  - commit b4013fc
  - dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULL
    (git-fixes).
  - commit 6fbbd7d
  - drm/xe: Move the coredump registration to the worker thread
    (git-fixes).
  - commit 2b22b2b
  - drm/xe: Take PM ref in delayed snapshot capture worker
    (git-fixes).
  - commit e6eb1c2
  - wifi: iwlwifi: be less noisy if the NIC is dead in S3
    (bsc#1012628).
  - commit 636dbb8
  - ASoC: dt-bindings: realtek,rt5645: Fix CPVDD voltage comment
    (git-fixes).
  - commit 08e9225
  - media: ipu6: use the IPU6 DMA mapping APIs to do mapping
    (stable-fixes).
  - commit 43b4f15
  - drm/amd/display: Add option to retrieve detile buffer size
    (stable-fixes).
  - commit acb618b
  - pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
    (stable-fixes).
  - commit e5efdb1
  - drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout
    (stable-fixes).
  - commit f607e51
  - pmdomain: imx: gpcv2: Adjust delay after power up handshake
    (git-fixes).
  - commit ef0da9b
  - pmdomain: core: Fix error path in pm_genpd_init() when ida
    alloc fails (git-fixes).
  - pmdomain: core: Add missing put_device() (git-fixes).
  - commit cd9a63e
  - spmi: pmic-arb: fix return path in
    for_each_available_child_of_node() (git-fixes).
  - commit 550e3b3
  - usb: xhci: Avoid queuing redundant Stop Endpoint commands
    (git-fixes).
  - commit cabee38
  - MAINTAINERS: update location of media main tree (stable-fixes).
  - commit 6ee41d4
  - net: rfkill: gpio: Add check for clk_enable() (git-fixes).
  - commit 5bd30ef
  - drm: fsl-dcu: enable PIXCLK on LS1021A (git-fixes).
  - commit 4a514d1
  - drm/vc4: Introduce generation number enum (stable-fixes).
  - Refresh
    patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv-cf1c87d.patch.
  - commit afddd1c
  - drm/vc4: Correct generation check in vc4_hvs_lut_load
    (git-fixes).
  - commit ce18613
  - ASoC: dt-bindings: mt6359: Update generic node name and
    dmic-mode (git-fixes).
  - commit d641daf
  - thermal/lib: Fix memory leak on error in thermal_genl_auto()
    (git-fixes).
  - tools/lib/thermal: Make more generic the command encoding
    function (stable-fixes).
  - commit d312e68
  - configs: Enable CONFIG_PAGE_POISONING (jsc#PED-11843)
    Page poisoning must still be enabled by kernel command line
    page_poison=on.
  - commit 0bc6079
  - x86/static-call: fix 32-bit build (git-fixes).
  - commit 05b1f89
  - zram: fix NULL pointer in comp_algorithm_show() (bsc#1234974
    CVE-2024-53222).
  - commit d85c3b1

++++ kernel-firmware-all:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-amdgpu:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-ath10k:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-ath11k:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-ath12k:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-atheros:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-bluetooth:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-bnx2:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-brcm:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-chelsio:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-dpaa2:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-i915:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-intel:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-iwlwifi:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-liquidio:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-marvell:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-media:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-mediatek:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-mellanox:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-mwifiex:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-network:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-nfp:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-nvidia:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-platform:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-prestera:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-qcom:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-qlogic:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-radeon:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-realtek:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-serial:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-sound:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-ti:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-ueagle:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ kernel-firmware-usb-network:

  - Update to version 20250106 (git commit e39831b1a9d7):
    * rtl_bt: Add separate config for RLT8723CS Bluetooth part
    * amdgpu: revert VCN 3.1.2 firmware
    * amdgpu: revert yellow carp VCN firmware
    * amdgpu: revert sienna cichlid VCN firmware
    * amdgpu: revert navy flounder VCN firmware
    * amdgpu: revert dimgrey cavefish VCN firmware
    * WHENCE: Link the Raspberry Pi CM5 and 500 to the 4B
    * copy-firmware.sh: Fix typo in error message.
    * Add support to install files/symlinks in parallel.
    * Makefile: Remove obsolete/broken reference.
    * check_whence.py: Use a more portable shebang.
    * rtl_bt: Update RTL8852B BT USB FW to 0x04BE_1F5E

++++ libgcrypt:

  - Fix redefinition error of 'rol64'. Remove not used rol64()
    definition after removing the built-in jitter rng.
    * Add libgcrypt-rol64-redefinition.patch

++++ samba:

  - Update to 4.21.3
    * More possible replication loops against Azure AD;
    (bso#15701).
    * Compound rename from Mac clients can fail with
    NT_STATUS_INTERNAL_ERROR if the file has a lease;
    (bso#15697).
    * vfs crossrename seems not work correctly; (bso#15724).
    * After 'machine password timeout' /etc/krb5.keytab is not
    updated; (bso#6750).
    * Memory leak wbcCtxLookupSid; (bso#15771).
    * Fix heap-user-after-free with association groups;
    (bso#15765).
    * Segfault in vfs_btrfs; (bso#15758).
    * Avoid event failure race when disabling an event script;
    (bso#15755).

++++ ncurses:

  - Add ncurses patch 20250104
    + modify tput to warn about capabilities which expect parameters where
    none are given; also repair the feature where multiple capabilities
    can be handled on a single line.
    + cleanup use-clauses -TD
    + add linux+lockeys, xterm+r5+lockeys, xterm+r5+fkeys -TD
    + add vt220+ufkeys, vt220+sfkeys
    + revert man/manlinks.sed change, which loses aliases (cf: 20241228).
    + modify MKlib_gen.c to allow for Solaris's definition of NULL as 0L
  - Add ncurses patch 20241228
    + correct conditional-compile for a case when the C compiler does not
    have a bool type.
    + add ghostty -TD
    > patches by Branden Robinson:
    + add comments to generated term.h to hint the configure options used
    + use same subdir-convention for term.h, in configure script
    + improve formatting/style of manpages
  - Add ncurses patch 20241221
    + modify ncurses/tinfo/MKfallback.sh to work with MacOS sed, which
    lacks BSD-style \< and \>
    + trim padding from sgr expresion used in trim_sgr0, to avoid copying
    the padding into the resulting sgr0 (report by Rajeev Pillai).
    + strict compiler-warning fixes for upcoming gcc15
  - Add ncurses patch 20241214
    + avoid redefining bool in curses.h if the platform already supports
    that type (cf: 20241123).
    + move include <curses.h> from etip.h.in to cursesw.h, to work around
    breakage in Apple's port of ncurses.
    + strict compiler-warning fixes for upcoming gcc15
  - Port patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ rpm:

  - make misuses of %global with %buildroot work again
    * new patch: undefbuildroot.diff

++++ slang:

  - Update to version 2.3.3+git16.89d32bb:
    * pre2.3.4-16: Removed unnecessary chack for a NULL string in keymap.c:find_the_key, and corrected a potential memory leak in the sltoken.c:compile_byte_compiled_multistring function
    * pre2.3.4-15: Added UTF-16 surrogate handling to the expand_escaped_string function and json module
    * pre2.3.4-14: Added fcntl_getpipe_sz and fcntl_setpipe_sz functions to the fcntl module to get and set the buffer size for pipes
    * pre2.3.4-13: Initialize the variables provided by the %g operator to zero to not leak uninitialized data from the stack if not set by %P. (Miroslav Lichvar)
    * pre2.3.4-12: modules/chksum_sha2.c: Use memcpy to avoid type-punning warning
    * pre2.3.4-11: lib/timestamp.sl: Fixed a bug involving leap years
    * pre2.3.4-10: Updated the Unicode tables to v15 from v10
    * pre2.3.4-9: src/slang.ver: Removed the undefined symbol SLang_Rline_Quit, which was causing a link error on Gentoo Linux (Michal Rostecki)
    * pre2.3.4-8: check for NULL return value from the ctime function
    * pre2.3.4-7: mkfiles/makefile.m32: Added install1 target to work with versions of mingw make that cannot process the install target.  Previously this required editing the makefile (windows-specific)
  - download from git://git.jedsoft.org/git/slang.git
    * drop slang-2.3.3.tar.bz2.asc and slang.keyring
  - rename patches
    * slang.patch to 0001-Use-termcap.patch
    * slang-autoconf.patch to 0002-Fix-CFLAGS-and-generate-sl-config.h.patch
    * slang-fsuid.patch to 0003-Enforce-use-of-setfsuid.patch

++++ 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.

++++ systemd-presets-common-SUSE:

  - Remove enable nscd, nscd doesn't work anymore with systemd 257
    [bsc#1234904]

++++ vim:

  - update to 9.1.0993
    * 9.1.0993: New 'cmdheight' behavior may be surprising
    * runtime(sh): fix typo in Last Change header
    * 9.1.0992: Vim9: double-free after v9.1.0988
    * 9.1.0991: v:stacktrace has wrong type in Vim9 script
    * runtime(sh): add PS0 to bashSpecialVariables in syntax script
    * runtime(vim): Remove trailing comma from match_words
    * runtime(zsh): sync syntax script with upstream repo
    * runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
    * 9.1.0990: Inconsistent behavior when changing cmdheight
    * 9.1.0989: Vim9: Whitespace after the final enum value causes a syntax error
    * runtime(java): Quietly opt out for unsupported markdown.vim versions
    * runtime(vim): fix failing vim syntax test
    * 9.1.0988: Vim9: no error when using uninitialized var in new()
    * runtime(doc): update index.txt
    * 9.1.0987: filetype: cake files are not recognized
    * 9.1.0986: filetype: 'jj' filetype is a bit imprecise
    * runtime(jj): Support diffs in jj syntax
    * runtime(vim): Update matchit pattern, no Vim9 short names
    * 9.1.0985: Vim9: some ex commands can be shortened
    * 9.1.0984: exception handling can be improved
    * runtime(doc): update doc for :horizontal
    * runtime(doc): update index.txt, windows.txt and version9.txt
    * runtime(doc): Tweak documentation about base64 function
    * runtime(chordpro): update syntax script
    * 9.1.0983: not able to get the displayed items in complete_info()
    * runtime(doc): use standard SGR format at :h xterm-true-color
    * 9.1.0982: TI linker files are not recognized
    * runtime(vim): update vim generator syntax script
    * 9.1.0981: tests: typo in test_filetype.vim
    * 9.1.0980: no support for base64 en-/decoding functions in Vim Script
    * syntax(sh): Improve the recognition of bracket expressions
    * runtime(doc): mention how NUL bytes are handled
    * 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
    * runtime(sh): set shellcheck as the compiler for supported shells
    * runtime(doc): Fix enum example syntax
    * 9.1.0972: filetype: TI linker map files are not recognized
    * runtime(vim): Improve syntax script generator for Vim Script
    * 9.1.0971: filetype: SLNX files are not recognized
    * 9.1.0970: VMS: build errors on VMS architecture
    * runtime(doc): Fix documentation typos
    * runtime(doc): update for new keyprotocol option value (after v9.1.0969)
    * 9.1.0969: ghostty not using kitty protocol by default
    * 9.1.0968: tests: GetFileNameChecks() isn't fully sorted by filetype name
    * runtime(doc): update version9.txt for bash filetype
    * runtime(netrw): update last change header for #16265
    * runtime(doc): fix doc error in :r behaviour
    * 9.1.0967: SpotBugs compiler setup can be further improved
    * 9.1.0966: Vim9: :enum command can be shortened
    * runtime(compiler): include a basic bash syntax checker compiler
    * 9.1.0965: filetype: sh filetype set when detecting the use of bash
    * runtime(doc): clarify ARCH value for 32-bit in INSTALLpc.txt
    * 9.1.0963: fuzzy-matching does not prefer full match
    * 9.1.0962: filetype: bun.lock file is not recognized
    * runtime(vim): update indentation plugin for Vim script
    * runtime(doc): tweak documentation style in helphelp.txt
    * runtime(vim): Update base-syntax, allow parens in default arguments
    * runtime(doc): mention auto-format using clang-format for sound.c/sign.c
    * runtime(help): fix typo s/additional/arbitrary/
    * runtime(help): Add better support for language annotation highlighting
    * 9.1.0961: filetype: TI gel files are not recognized
    * 9.1.0960: filetype: hy history files are not recognized
    * translation(fi): Fix typoes in Finish menu translation
    * 9.1.0959: Coverity complains about type conversion
    * runtime(vim): Use supported syntax in indent tests
    * 9.1.0958: filetype: supertux2 config files detected as lisp
    * 9.1.0956: completion may crash, completion highlight wrong with preview window
    * 9.1.0955: Vim9: vim9compile.c can be further improved
    * runtime(doc): move help tag E1182
    * runtime(graphql): contribute vim-graphql to Vim core
    * 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
    * runtime(dockerfile): do not set commentstring in syntax script
    * 9.1.0950: filetype: fennelrc files are not recognized
    * runtime(netrw): do not double escape Vim special characters
    * git: ignore reformatting change of netrw plugin
    * runtime(netrw): more reformating #16248
    * runtime(doc): Add a note about handling symbolic links in starting.txt
    * 9.1.0949: popups inconsistently shifted to the left
    * git: ignore reformatting change of netrw plugin
    * runtime(netrw): change indent size from 1 to 2
    * 9.1.0948: Missing cmdline completion for :pbuffer
    * runtime(tutor): Reformat tutor1
    * 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
    * translation(sv): re-include the change from #16240
    * 9.1.0944: tests: test_registers fails when not run under X11
    * 9.1.0943: Vim9: vim9compile.c can be further improved
    * runtime(doc): Update README and mention make check to verify
    * translation(sv): partly revert commit 98874dca6d0b60ccd6fc3a140b3ec
    * runtime(vim): update base-syntax after v9.1.0936
    * 9.1.0942: a few typos were found
    * 9.1.0941: ComplMatchIns doesn't work after multibyte chars
    * runtime(doc): Fix style in fold.txt
    * translation(sv): Fix typo in Swedish translation
    * 9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal
    * runtime(doc): fix some small errors
    * 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
    * runtime(doc): document how to minimize fold computation costs
    * 9.1.0933: Vim9: vim9compile.c can be further improved
    * 9.1.0932: new Italian tutor not installed
    * runtime(doc): fix a few minor errors from the last doc updates
    * translation(it): add Italian translation for the interactive tutor
    * runtime(doc): update the change.txt help file
    * runtime(help): Add Vim lang annotation support for codeblocks
    * 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
    * editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
    * 9.1.0927: style issues in insexpand.c
    * 9.1.0926: filetype: Pixi lock files are not recognized
    * runtime(doc): Add a reference to |++opt| and |+cmd| at `:h :pedit`
    * runtime(doc): add a note about inclusive motions and exclusive selection
    * 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
    * runtime(netrw): do not pollute search history with symlinks
    * 9.1.0918: tiny Vim crashes with fuzzy buffer completion
    * 9.1.0917: various vartabstop and shiftround bugs when shifting lines
    * runtime(typst): add definition lists to formatlistpat, update maintainer
    * 9.1.0916: messages.c is exceeding 80 columns
    * runtime(proto): include filetype plugin for protobuf
    * 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'
    * runtime(netrw): only check first arg of netrw_browsex_viewer for being executable
    * 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
    * runtime(doc): update wrong Vietnamese localization tag
    * 9.1.0909: Vim9: crash when calling instance method

------------------------------------------------------------------
------------------  2025-1-6  -  Jan 6 2025  -------------------
------------------------------------------------------------------

++++ btrfsprogs:

  - update to 6.12
    * subvolume delete: add new option to do recursive subvolume deletion (for
    regular user delete only accessible subvolumes)
    * mkfs:
    * new option --subvol to create subvolumes in given paths, read-write,
    read-only and default
    * add hard link detection support for --rootdir option
    * fixes:
    * receive: message verbosity fixes
    * check: fix false positive report of missing checksum for extent holes
    * check: handle compressed extents when checking tree log
    * when asking Y/N user questions, flush the terminal so the question is
    displayed (e.g. btrfstune -S)
    * other
    * code refactoring, error handling
    * python packaging fixes
    * documentation updates
    * new tests
  - update to 6.11
    * check:
    * check items in tree-log
    * detect invalid file extent items for symlinks
    * properly detect inode cache and suggest removal by 'clear-ino-cache'
    * convert: fix symlink length checks
    * fi show: remove stray newline at the end of the output
    * fixes:
    * open devices in write-exclusive mode in most commands, prevent
    concurrent mount by other programs
    * rescue clear-ino-cache: fix subvolume iteration that can fail in some cases
    * map-logical: fix first extent searching condition
    * fi resize: warn if new size is below 256M
    * tree-checker:
    * slightly stricter file type validation
    * verify device extent items
    * other:
    * documentation updates
    * ship btrfs-ioctl manual page (incomplete)

++++ cloud-init:

  - Add cloud-init-wait-for-net.patch (bsc#1227237)
    + Wait for udev once if we cannot find the expected MAC

++++ gpg2:

  - note updated 2.5.x build dependencies

++++ kbd:

  - Update to version 2.7.1:
    * setfont: Fixed regression in argument parsing.
    * dumpkeys: Fixed dumpkeys on pc and non-pc architectures.
    * libkeymap: Add API to get/set keymap keywords.
    Export functions to convert the value to kernel code.
    Fix double kbdfile open.
    Dump action codes for keycode 0.
    * libkfont: Fix buffer allocation for doubled font.
    Check console mode.
    * keymaps:
    Add hcesar layout, for portuguese speaking countries.
    Update Colemak-DH keymaps with upstream changes.
    sv-latin1.map: make Ctrl+AltGr+9 act as Ctrl+].
    * fonts:
    Remove non-free Agafari fonts. (bnc#95915,
    remove repack_kbd.sh)
    * other:
    Update man pages.
    Remove deprecated startup scripts.
    (Refresh kbd-2.0.2-fix-bashisms.patch.)
    Remove outdated docs.
    (Drop kbd-1.15.2-docu-X11R6-xorg.patch.)
    Update translations.
  - Drop upstreamed patches: kbd-1.15.2-sv-latin1-keycode10.patch,
    kbd-2.0.2-doshell-reference.patch.
  - Refresh kbd-1.15.5-loadkeys-search-path.patch.
  - Releases are signed, add kbd.keyring and the signature.
  - sysconfig.keyboard: KBD_NUMLOCK="bios" works only on systems
    without Secure Boot. Document that. Change the default to
    KBD_NUMLOCK="no". (boo#1212141)
  - kbdsettings-nox86.patch: Update and return missing chunk.

++++ kernel-default:

  - mm/slub: Avoid list corruption when removing a slab from the
    full list (CVE-2024-56566 bsc#1235033).
  - commit ab1309f
  - x86/cacheinfo: Delete global num_cache_leaves (jsc#PED-10467).
  - commit b0f961c
  - cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU (jsc#PED-10467).
  - commit 948fe91
  - 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 1400ad6
  - 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 3a96ba3

++++ liburing:

  - disable some tests for older kernels & strange archs

++++ libvirt:

  - security: apparmor: Fix probing of apparmor availability on the
    VM host when using modular daemons
    bsc#1235079

++++ python-Pygments:

  - update to version 2.19.1:
    * Ini: Fix quoted string regression introduced in 2.19.0
    * Lua: Fix a regression introduced in 2.19.0
  - additional changes from version 2.19.0:
    * New lexers:
    + CodeQL (#2819)
    + Debian Sources (#2788, #2747)
    + Gleam (#2662)
    + GoogleSQL (#2820, #2814)
    + JSON5 (#2734, #1880)
    + Maple (#2763, #2548)
    + NumbaIR (#2433)
    + PDDL (#2799, #2616)
    + Rego (#2794)
    + TableGen (#2751)
    + Vue.js (#2832)
    * Updated lexers:
    + BQN: Various improvements (#2789)
    + C#: Fix number highlighting (#986, #2727), add ``file``
    keyword (#2726, #2805, #2806), add various other keywords
    (#2745, #2770)
    + CSS: Add ``revert`` (#2766, #2775)
    + Debian control: Add ``Change-By`` field (#2757)
    + Elip: Improve punctuation handling (#2651)
    + Igor: Add ``int`` (#2801)
    + Ini: Fix quoted strings with embedded comment characters
    (#2767, #2720)
    + Java: Support functions returning types containing a question
    mark (#2737)
    + JavaScript: Support private identiiers (#2729, #2671)
    + LLVM: Add ``splat``, improve floating-point number parsing
    (#2755)
    + Lua: Improve variable detection, add built-in functions
    (#2829)
    + Macaulay2: Update to 1.24.11 (#2800)
    + PostgreSQL: Add more ``EXPLAIN`` keywords (#2785),
    handle ``/`` (#2774)
    + S-Lexer: Fix keywords (#2082, #2750)
    + TransactSQL: Fix single-line comments (#2717)
    + Turtle: Fix triple quoted strings (#2744, #2758)
    + Typst: Various improvements (#2724)
    + Various: Add ``^`` as an operator to Matlab, Octave and
    Scilab (#2798)
    + Vyper: Add ``staticcall`` and ``extcall`` (#2719)
    * Mark file extensions for ``HTML/XML+Evoque`` as aliases (#2743)
    * Add a color for ``Operator.Word`` to the ``rrt`` style (#2709)
    * Fix broken link in the documentation (#2803, #2804)
    * Drop executable bit where not needed (#2781)
    * Reduce Mojo priority relative to Python in ``analyze_text´`
    (#2771, #2772)
    * Fix documentation builds (#2712)
    * Match example file names to the lexer's name (#2713, #2715)
    * Ensure lexer metadata is present (#2714)
    * Search more directories on macOS for fonts (#2809)
    * Improve test robustness (#2812)

++++ python-psutil:

  - Update to 6.1.1
    * 2471_: use Vulture CLI tool to detect dead code.
    * 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but
    /proc/PID does, resulting in FileNotFoundError.
    * 2470_, [Linux]: `users()`_ may return "localhost" instead of the actual IP
    address of the user logged in.

------------------------------------------------------------------
------------------  2025-1-5  -  Jan 5 2025  -------------------
------------------------------------------------------------------

++++ glibc:

  - Define _enable_debug_packages for rpm 4.20

------------------------------------------------------------------
------------------  2025-1-4  -  Jan 4 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.3.3
  - -> https://docs.mesa3d.org/relnotes/24.3.3
  - Update to release 24.3.2
  - -> https://docs.mesa3d.org/relnotes/24.3.2
  - supersedes the following patches:
    * 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
    * 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
    * 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch

++++ Mesa-drivers:

  - Update to release 24.3.3
  - -> https://docs.mesa3d.org/relnotes/24.3.3
  - Update to release 24.3.2
  - -> https://docs.mesa3d.org/relnotes/24.3.2
  - supersedes the following patches:
    * 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
    * 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
    * 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch

++++ kernel-default:

  - ALSA hda/realtek: Add quirk for Framework F111:000C
    (stable-fixes).
  - ALSA: seq: oss: Fix races at processing SysEx messages
    (stable-fixes).
  - commit c470d47
  - selftests: net: local_termination: require mausezahn
    (git-fixes).
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - wifi: iwlwifi: mvm: Fix __counted_by usage in
    cfg80211_wowlan_nd_* (git-fixes).
  - wifi: iwlwifi: fix CRF name for Bz (git-fixes).
  - net: phy: micrel: Dynamically control external clock of KSZ PHY
    (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).
  - Revert "ALSA: ump: Don't enumeration invalid groups for legacy
    rawmidi" (stable-fixes).
  - ALSA: hda/tas2781: Ignore SUBSYS_ID not found for tas2563
    projects (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).
  - drm/i915/cx0_phy: Fix C10 pll programming sequence (git-fixes).
  - drm/xe: Fix fault on fd close after unbind (git-fixes).
  - drm/xe/pf: Use correct function to check LMEM provisioning
    (git-fixes).
  - drm/xe: Wait for migration job before unmapping pages
    (git-fixes).
  - drm/xe: Use non-interruptible wait when moving BO to system
    (git-fixes).
  - drm/xe: Revert some changes that break a mesa debug tool
    (git-fixes).
  - drm/dp_mst: Ensure mst_primary pointer is valid in
    drm_dp_mst_handle_up_req() (stable-fixes).
  - commit 40c61fe

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

++++ guestfs-tools:

  - Update to version 1.53.5 (jsc#PED-8910)
    * builder: Update opensuse.gpg key
    * mlcustomize/customize_run.ml: Move 'in' to new line
    * mlstdutils/guestfs_config: Define host_os
    * mlcustomize, mltools: Check guest OS is compatible before
    allowing --run
    * Remove mlv2v/ subdirectory
    * resize: Update xpath command
  - Drop builder-update-openSUSE.gpg-key.patch

++++ kernel-default:

  - virtiofs: use pages instead of pointer for kernel direct IO
    (CVE-2024-53219 bsc#1235010).
  - 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 6497a18
  - sysfs: Add /sys/kernel/realtime entry (bsc#1234370).
  - commit 67c8a0e
  - Revert "drm/i915: Depend on !PREEMPT_RT." (bsc#1234370).
  - drm/i915/guc: Consider also RCU depth in busy loop
    (bsc#1234370).
  - drm/i915: Drop the irqs_disabled() check (bsc#1234370).
  - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable()
    + spin_lock() (bsc#1234370).
  - drm/i915: Disable tracing points on PREEMPT_RT (bsc#1234370).
  - drm/i915: Don't check for atomic context on PREEMPT_RT
    (bsc#1234370).
  - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic
    updates (bsc#1234370).
  - drm/i915: Use preempt_disable/enable_rt() where recommended
    (bsc#1234370).
  - commit d7bae3c
  - preempt: Add a generic function to return the preemption string
    (bsc#1234370).
  - commit 240e711
  - serial: 8250: Revert "drop lockdep annotation from
    serial8250_clear_IER()" (bsc#1234370).
  - serial: 8250: Switch to nbcon console (bsc#1234370).
  - commit 6ed51c3
  - Add SLERT-specific patches (bsc#1234370):
  - patches.suse/rt-Add-documentation-describing-what-RT-kernel-config-changes-to-default.patch
  - patches.suse/rt-Add-documentation-describing-what-kernel-debug-options-to-add-for-testing.patch
  - patches.suse/rt-Add-helper-script-to-refresh-RT-configs-based-on-the-parent.patch
  - commit a177908
  - Bluetooth: btusb: mediatek: add intf release flow when usb
    disconnect (stable-fixes).
  - Refresh
    patches.suse/Bluetooth-btmtk-adjust-the-position-to-init-iso-data.patch.
  - commit 53f7776
  - mmc: sdhci-msm: fix crypto key eviction (git-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
    (stable-fixes).
  - regmap: Use correct format specifier for logging range errors
    (stable-fixes).
  - spi: omap2-mcspi: Fix the IS_ERR() bug for
    devm_clk_get_optional_enabled() (stable-fixes).
  - spi: intel: Add Panther Lake SPI controller support
    (stable-fixes).
  - watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
    (stable-fixes).
  - watchdog: rzg2l_wdt: Power on the watchdog domain in the
    restart handler (stable-fixes).
  - watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
    (stable-fixes).
  - platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
    (stable-fixes).
  - Bluetooth: btusb: mediatek: change the conditions for ISO
    interface (stable-fixes).
  - Bluetooth: btusb: mediatek: add callback function in
    btusb_disconnect (stable-fixes).
  - Bluetooth: btusb: mediatek: move Bluetooth power off command
    position (stable-fixes).
  - commit ae01e54

++++ c-ares:

  - skip-test.patch replaced with upstream unit test fix
    a531524a3d085fcd9a5e25d5f6cbdb953082c2b9.patch

++++ libguestfs:

  - Update to version 1.55.2 (jsc#PED-8910)
    * lib/inspect-osinfo.c: Add Windows Server 2025 osinfo
    * appliance: Use stable owner, group and mtime in appliance
    tarballs
    * mltools: Replace jansson with json-c
    * lib/info.c: Replace jansson with json-c
    * lib/qemu.c: Replace jansson with json-c
    * lib: direct: Remove test for qemu mandatory locking
    * Various language translations
    * Fix dhcpcd failing on systemd-resolved stub
    * mlcustomize: Add heuristic support for Windows Server 2025
    * mlcustomize/customize_run.ml: Move 'in' to new line
    * mlstdutils/guestfs_config: Define host_os
    * mlcustomize, mltools: Check guest OS is compatible before
    allowing --run
    * generator: Remove common/mlv2v/uefi.ml{,i} files
    * qemuopts: Add ability to add raw, unquoted output to qemu
    scripts
    * qemuopts: Fix missing break statement
    * mlstdutils: Remove Option module
    * Remove test for caml_alloc_initialized_string
    * build: Move baseline OCaml to 4.08

++++ libvirt:

  - tests: Extend EOY check in virtimetest
    boo#1234995

++++ python-maturin:

  - Update to 1.8.1
    * Downgrade invalid version info in `pyproject.toml` error to
    warning in #2417
    * Make `maturin develop` fail if version info is invalid in
    pyproject.toml in #2418
    * Don't add wheel data to sdist in #2367
    * Add sparcv9 architecture support in #2380
    * Properly handle dynamic version in pyproject.toml in #2391
    * Fix xwin cross compile on non-Windows system in #2391
    * Fix interpreter selection for abi3 bindings in #2392
    * Use the official recommended naming pattern for cffi module
    file in #2406
    * Add Linux armv5te architecture support in #2409
    * Only build Python 3.13t wheels by default for `pyo3` 0.23+ in
    [#2413]

------------------------------------------------------------------
------------------  2025-1-2  -  Jan 2 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250102.c08e614:
    * Load distrobox_profile.sh

++++ kbd:

  - Remove obsolete parts of suse-add.tar.bz2 (jsc#PED-7977),
    possible BREAKING CHANGES for obscure configurations:
    * Replace consolefonts/Cyr_a8x*.psf with upstream instances.
    * Replace consolefonts/cp850-full-8x*.psfu with upstream
    instances.
    * Drop consolefonts/lat5--*.psfu in favor of upstream
    lat5-*.psfu, exactly the same fonts with a better unimap.
    * Drop consolefonts/lat7.psf as it is lat7a-16.psf in the
    upstream.
    * Drop consolefonts/lt-brim-8x14.psfu in favor of upstream
    lat7a-14.psfu, exactly the same fonts with a better unimap.
    * Drop keymaps/i386/qwerty/Pl02.map in favor of nearly equal
    upstream pl2.map.
    * Drop keymaps/i386/qwerty/br-abnt-alt.map in favor of nearly
    equal upstream br-abnt.map.
    * Drop keymaps/i386/qwerty/tj_alt-UTF8.map that is already
    upstreamed.
    * Drop unimaps/iso07*.uni that is already upstreamed.
  - Remove broken KBD_DISABLE_CAPS_LOCK feature (sysconfig.keyboard,
    kbdsettings, boo#1179897, jsc#PED-7814).
    Can be replaced by KEYMAP="{my map} disable.capslock" in
    /etc/vconsole.conf.

++++ kernel-default:

  - slab: Fix too strict alignment check in create_cache()
    (CVE-2024-56560 bsc#1234925).
  - commit 13fdc6a
  - EDAC/bluefield: Fix potential integer overflow (CVE-2024-53161
    bsc#1234856).
  - commit 9d9eb76
  - supported.conf: externally supported drivers/s390/crypto/pkey_* (jsc#PED-11872)
  - commit 4f63bae
  - s390/pci: Expose FIDPARM attribute in sysfs (jsc#PED-11868).
  - commit 11fe795

++++ libxcrypt:

  - Update to 4.4.37
    * Several fixes to the manpages (issue #185).
    * Only test the needed makecontext signature during configure (issue #178).
    * Fix -Werror=strict-overflow in lib/crypt-bcrypt.c, which is seen by GCC
    4.8.5 (issue #197).
  - Symlink duplicated manpages

++++ libnettle:

  - Update to nettle 3.10.1:
    * Bug fixes:
  - Fix buffer overread in the new sha256 assembly for
    powerpc64, as well as a stack alignment issue.
  - Added missing nettle_mac structs for hmac-gosthash.
  - Fix configure test for valgrind, to not attempt to run
    valgrind on executables built using memory sanitizers.
    * Enable back the gcm regression test:
  - Remove libnettle-powerpc64-skip-AES-GCM-test.patch
    * Remove patches upstream:
  - libnettle-powerpc64-sha256-fix-loading-overreads.patch
  - libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
  - libnettle-powerpc64-remove-m4_unquote-sha256.patch

++++ python-attrs:

  - update to 24.3.0:
    * Python 3.7 has been dropped.
    * Introduce `attrs.NothingType`, for annotating types
    consistent with `attrs.NOTHING`.
    * Allow mutating `__suppress_context__` and `__notes__` on
    frozen exceptions.
    * `attrs.converters.optional()` works again when taking
    `attrs.converters.pipe()` or another Converter as its
    argument.
    * *attrs* instances now support `copy.replace()`.
    * `attrs.validators.instance_of()`'s type hints now allow for
    union types.
    * For example: `instance_of(str | int)`

++++ yast2:

  - Fix failing tests with ruby 3.4 (gh#yast/yast-yast2#1314)
  - 5.0.11

------------------------------------------------------------------
------------------  2025-1-1  -  Jan 1 2025  -------------------
------------------------------------------------------------------

++++ dpdk:

  -  Fix CVE-2024-11614 [bsc#1234718] - Denial Of Service from malicious guest on hypervisors using DPDK Vhost library
  -  Added patch,
    + dpdk-CVE-2024-11614.patch

++++ kernel-firmware-all:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-amdgpu:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-ath10k:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-ath11k:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-ath12k:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-atheros:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-bluetooth:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-bnx2:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-brcm:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-chelsio:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-dpaa2:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-i915:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-intel:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-iwlwifi:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-liquidio:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-marvell:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-media:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-mediatek:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-mellanox:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-mwifiex:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-network:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-nfp:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-nvidia:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-platform:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-prestera:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-qcom:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-qlogic:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-radeon:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-realtek:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-serial:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-sound:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-ti:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-ueagle:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kernel-firmware-usb-network:

  - Update to version 20241220 (git commit 9cf329b39cf1):
    * cnm: update chips&media wave521c firmware.
    * WHENCE: Add "Info:" tag to text that's clearly not part of the license
    * rtl_nic: add firmware rtl8125bp-2
    * qcom: venus-5.4: update firmware binary for sc7180 and qcs615
    * cirrus: cs35l56: Correct filenames of SSID 17aa3832
    * cirrus: cs35l56: Add and update firmware for various Cirrus CS35L54 and CS35L56 laptops
    * cirrus: cs35l56: Correct SSID order for 103c8d01 103c8d08 10431f43

++++ kexec-tools:

  - force -std=gnu99 because C99 because the code uses features

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

  - ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21QA and 21QB
    (git-fixes).
  - ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21Q6 and 21Q7
    (git-fixes).
  - riscv: Fix wrong usage of __pa() on a fixmap address
    (git-fixes).
  - commit 70097d1
  - stddef: make __struct_group() UAPI C++-friendly (git-fixes).
  - thunderbolt: Improve redrive mode handling (git-fixes).
  - thunderbolt: Don't display nvm_version unless upgrade supported
    (git-fixes).
  - thunderbolt: Add support for Intel Panther Lake-M/P
    (stable-fixes).
  - xhci: Turn NEC specific quirk for handling Stop Endpoint errors
    generic (stable-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: typec: ucsi: Fix completion notifications (git-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: misc: onboard_usb_dev: skip suspend/resume sequence for
    USB5744 SMBus support (git-fixes).
  - usb: dwc3: xilinx: make sure pipe clock is deselected in usb2
    only mode (git-fixes).
  - usb: core: hcd: only check primary hcd skip_phy_initialization
    (git-fixes).
  - usb: gadget: midi2: Fix interpretation of is_midi1 bits
    (git-fixes).
  - usb: dwc3: imx8mp: fix software node kernel dump (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: rockchip: Fix PM runtime count on no-op cs (git-fixes).
  - spi: aspeed: Fix an error handling path in
    aspeed_spi_[read|write]_user() (git-fixes).
  - Revert "unicode: Don't special case ignorable code points"
    (stable-fixes).
  - usb: typec: ucsi: glink: be more precise on orientation-aware
    ports (stable-fixes).
  - usb: typec: ucsi: Do not call ACPI _DSM method for UCSI read
    operations (stable-fixes).
  - usb: chipidea: udc: handle USB Error Interrupt if IOC not set
    (stable-fixes).
  - usb: chipidea: udc: create bounce buffer for problem sglist
    entries if possible (stable-fixes).
  - usb: chipidea: udc: limit usb request length to max 16KB
    (stable-fixes).
  - usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
    (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: ath5k: add PCI ID for Arcadyan devices (stable-fixes).
  - wifi: ath5k: add PCI ID for SX76X (stable-fixes).
  - wifi: ath10k: avoid NULL pointer error during sdio remove
    (stable-fixes).
  - wifi: ath12k: fix atomic calls in
    ath12k_mac_op_set_bitrate_mask() (stable-fixes).
  - wifi: rtw89: check return value of ieee80211_probereq_get()
    for RNR (stable-fixes).
  - wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb
    (stable-fixes).
  - spi: spi-fsl-lpspi: Adjust type of scldiv (stable-fixes).
  - commit e030fc8
  - power: supply: bq24190: Fix BQ24296 Vbus regulator support
    (git-fixes).
  - power: supply: cros_charge-control: hide start threshold on
    v2 cmd (git-fixes).
  - power: supply: cros_charge-control: allow start_threshold ==
    end_threshold (git-fixes).
  - power: supply: cros_charge-control: add mutex for driver data
    (git-fixes).
  - power: supply: gpio-charger: Fix set charge current limits
    (git-fixes).
  - selftests/memfd: run sysctl tests when PID namespace support
    is enabled (git-fixes).
  - selftests: openvswitch: fix tcpdump execution (git-fixes).
  - regulator: axp20x: AXP717: set ramp_delay (git-fixes).
  - kselftest/arm64: abi: fix SVCR detection (git-fixes).
  - selftests: netfilter: Stabilize rpath.sh (git-fixes).
  - selftests: mlxsw: sharedbuffer: Ensure no extra packets are
    counted (git-fixes).
  - selftests: mlxsw: sharedbuffer: Remove duplicate test cases
    (git-fixes).
  - selftests: mlxsw: sharedbuffer: Remove h1 ingress test case
    (git-fixes).
  - selftests/ftrace: adjust offset for kprobe syntax error test
    (git-fixes).
  - selftests/damon: add _damon_sysfs.py to TEST_FILES (git-fixes).
  - selftest: hugetlb_dio: fix test naming (git-fixes).
  - selftests: hid: fix typo and exit code (git-fixes).
  - setlocalversion: work around "git describe" performance
    (stable-fixes).
  - rtc: cmos: avoid taking rtc_lock for extended period of time
    (stable-fixes).
  - serial: 8250_dw: Add Sophgo SG2044 quirk (stable-fixes).
  - selftests: rds: move test.py to TEST_FILES (git-fixes).
  - regulator: qcom-rpmh: Update ranges for FTSMPS525
    (stable-fixes).
  - selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels
    (git-fixes).
  - remoteproc: qcom: pas: enable SAR2130P audio DSP support
    (stable-fixes).
  - selftests/damon/debugfs_duplicate_context_creation: hide errors
    from expected file write failures (git-fixes).
  - selftests/damon/_debugfs_common: hide expected error message
    from test_write_result() (git-fixes).
  - selftests/damon/huge_count_read_write: remove unnecessary
    debugging message (git-fixes).
  - selftests/damon/huge_count_read_write: provide sufficiently
    large buffer for DEPRECATED file read (git-fixes).
  - selftests: netfilter: Fix missing return values in
    conntrack_dump_flush (git-fixes).
  - selftests: net: really check for bg process completion
    (git-fixes).
  - soc: imx8m: Probe the SoC driver as platform driver
    (stable-fixes).
  - soc: qcom: pd-mapper: Add QCM6490 PD maps (stable-fixes).
  - soc: qcom: llcc: Use designated initializers for LLC settings
    (stable-fixes).
  - regmap: maple: Provide lockdep (sub)class for maple tree's
    internal lock (stable-fixes).
  - selftests/resctrl: Protect against array overflow when reading
    strings (stable-fixes).
  - selftests/resctrl: Protect against array overrun during iMC
    config parsing (git-fixes).
  - selftests/resctrl: Fix memory overflow due to unhandled
    wraparound (git-fixes).
  - selftests/resctrl: Print accurate buffer size as part of MBM
    results (git-fixes).
  - selftests/mm: Fix unused function warning for
    aarch64_write_signal_pkey() (git-fixes).
  - kselftest/arm64: Don't leak pipe fds in pac.exec_sign_all()
    (stable-fixes).
  - kselftest/arm64: Fix encoding for SVE B16B16 test (git-fixes).
  - kselftest/arm64: Log fp-stress child startup errors to stdout
    (stable-fixes).
  - kselftest/arm64: mte: fix printf type warnings about longs
    (git-fixes).
  - kselftest/arm64: mte: fix printf type warnings about __u64
    (git-fixes).
  - kselftest/arm64: hwcap: fix f8dp2 cpuinfo name (git-fixes).
  - kselftest/arm64: signal: drop now redundant GNU_SOURCE
    definition (git-fixes).
  - commit 5e98b23
  - platform/x86: mlx-platform: call pci_dev_put() to balance the
    refcount (git-fixes).
  - PCI/MSI: Handle lack of irqdomain gracefully (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: rockchip: samsung-hdptx: Set drvdata before enabling
    runtime PM (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).
  - platform/chrome: cros_ec_lpc: fix product identity for early
    Framework Laptops (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/irq: Fix interrupt-map cell length check in
    of_irq_parse_imap_parent() (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).
  - of: address: Preserve the flags portion on 1:1 dma-ranges
    mapping (git-fixes).
  - of: property: fw_devlink: Do not use interrupt-parent directly
    (git-fixes).
  - objtool/x86: allow syscall instruction (stable-fixes).
  - p2sb: Do not scan and remove the P2SB device when it is unhidden
    (git-fixes).
  - p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
    (stable-fixes).
  - p2sb: Introduce the global flag p2sb_hidden_by_bios
    (stable-fixes).
  - p2sb: Factor out p2sb_read_from_cache() (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: starfive: Enable controller runtime PM before probing
    host 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).
  - pinmux: Use sequential access to access desc->pinmux data
    (stable-fixes).
  - of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=n
    (git-fixes).
  - of/fdt: add dt_phys arg to early_init_dt_scan and
    early_init_dt_verify (git-fixes).
  - commit 52557e8
  - media: dvb-frontends: dib3000mb: fix uninit-value in
    dib3000_write_reg (git-fixes).
  - mmc: mtk-sd: disable wakeup in .remove() and in the error path
    of .probe() (git-fixes).
  - mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
    quirk (git-fixes).
  - modpost: Add .irqentry.text to OTHER_SECTIONS (stable-fixes).
  - mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia
    Edu Atla 10 tablet (stable-fixes).
  - misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
    (stable-fixes).
  - media: cx231xx: Add support for Dexatek USB Video Grabber
    1d19:6108 (stable-fixes).
  - media: uvcvideo: Force UVC version to 1.0a for 0408:4033
    (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 error handle of probe function (git-fixes).
  - mmc: core: Use GFP_NOIO in ACMD22 (git-fixes).
  - mmc: mtk-sd: fix devm_clk_get_optional usage (stable-fixes).
  - mmc: mtk-sd: use devm_mmc_alloc_host (stable-fixes).
  - mmc: core: Adjust ACMD22 to SDUC (stable-fixes).
  - mmc: sd: SDUC Support Recognition (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).
  - commit ba13df0
  - Update config files: CONFIG_HISILICON_ERRATUM_162100801=y
  - commit ff7aefc
  - linux/dmaengine.h: fix a few kernel-doc warnings (git-fixes).
  - irqchip/gic-v3: Work around insecure GIC integrations
    (git-fixes).
  - lib: stackinit: hide never-taken branch from compiler
    (stable-fixes).
  - irqchip/gicv3-its: Add workaround for hip09 ITS erratum
    162100801 (stable-fixes).
  - iio: light: ltr501: Add LTER0303 to the supported devices
    (stable-fixes).
  - iio: adc: ad7192: properly check spi_get_device_match_data()
    (stable-fixes).
  - mailbox: pcc: Check before sending MCTP PCC response ACK
    (stable-fixes).
  - leds: class: Protect brightness_show() with led_cdev->led_access
    mutex (stable-fixes).
  - kcsan: Turn report_filterlist_lock into a raw_spinlock
    (stable-fixes).
  - commit d2834e2
  - 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).
  - 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).
  - i2c: riic: Always round-up when calculating bus period
    (git-fixes).
  - i2c: pnx: Fix timeout in wait functions (git-fixes).
  - gpio: graniterapids: Fix GPIO Ack functionality (stable-fixes).
  - gpio: graniterapids: Check if GPIO line can be used for IRQs
    (stable-fixes).
  - gpio: graniterapids: Determine if GPIO pad can be used by driver
    (stable-fixes).
  - gpio: graniterapids: Fix invalid RXEVCFG register bitmask
    (stable-fixes).
  - gpio: graniterapids: Fix invalid GPI_IS register offset
    (stable-fixes).
  - gpio: graniterapids: Fix incorrect BAR assignment
    (stable-fixes).
  - gpio: graniterapids: Fix vGPIO driver crash (stable-fixes).
  - gpio: ljca: Initialize num before accessing item in
    ljca_gpio_config (git-fixes).
  - i3c: Use i3cdev->desc->info instead of calling
    i3c_device_get_info() to avoid deadlock (stable-fixes).
  - i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
    (stable-fixes).
  - i3c: master: Fix dynamic address leak when 'assigned-address'
    is present (git-fixes).
  - i3c: master: Extend address status bit to 4 and add
    I3C_ADDR_SLOT_EXT_DESIRED (stable-fixes).
  - i3c: master: Replace hard code 2 with macro
    I3C_ADDR_SLOT_STATUS_BITS (stable-fixes).
  - i2c: i801: Add support for Intel Panther Lake (stable-fixes).
  - HID: add per device quirk to force bind to hid-generic
    (stable-fixes).
  - HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
    (stable-fixes).
  - gpio: grgpio: Add NULL check in grgpio_probe (git-fixes).
  - iio: magnetometer: fix if () scoped_guard() formatting
    (git-fixes).
  - hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list
    (stable-fixes).
  - commit 0ebc937
  - drm/amdgpu/nbio7.0: fix IP version check (stable-fixes).
  - drm/amd: Update strapping for NBIO 2.5.0 (stable-fixes).
  - drm/amdgpu: Handle NULL bo->tbo.resource (again) in
    amdgpu_vm_bo_update (git-fixes).
  - drm/amdgpu: fix amdgpu_coredump (stable-fixes).
  - drm/amdgpu/smu14.0.2: fix IP version check (stable-fixes).
  - drm/amdgpu/gfx12: fix IP version check (stable-fixes).
  - drm/amdgpu/mmhub4.1: fix IP version check (stable-fixes).
  - drm/amdgpu/nbio7.11: fix IP version check (stable-fixes).
  - drm/amdgpu/nbio7.7: fix IP version check (stable-fixes).
  - drm/amdgpu: don't access invalid sched (git-fixes).
  - drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
    (stable-fixes).
  - drm/display: use ERR_PTR on DP tunnel manager creation fail
    (git-fixes).
  - drm/panel: synaptics-r63353: Fix regulator unbalance
    (git-fixes).
  - drm/panel: st7701: Add prepare_prev_first flag to drm_panel
    (git-fixes).
  - drm/panel: novatek-nt35950: fix return value check in
    nt35950_probe() (git-fixes).
  - drm/panel: himax-hx83102: Add a check to prevent NULL pointer
    dereference (git-fixes).
  - firmware: arm_ffa: Fix the race around setting
    ffa_dev->properties (git-fixes).
  - drm/panic: remove spurious empty line to clean warning
    (git-fixes).
  - drm/amdkfd: pause autosuspend when creating pdd (stable-fixes).
  - drm/amdgpu: fix when the cleaner shader is emitted (git-fixes).
  - drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12
    (stable-fixes).
  - drm/amdkfd: hard-code cacheline size for gfx11 (stable-fixes).
  - drm/amdkfd: Dereference null return value (git-fixes).
  - drm/amd/pm: Set SMU v13.0.7 default workload type
    (stable-fixes).
  - drm/amdgpu: fix UVD contiguous CS mapping problem
    (stable-fixes).
  - drm/xe/reg_sr: Remove register pool (git-fixes).
  - drm/xe: Call invalidation_fence_fini for PT inval fences in
    error state (git-fixes).
  - drm/xe: fix the ERR_PTR() returned on failure to allocate tiny
    pt (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).
  - drm/i915/color: Stop using non-posted DSB writes for legacy LUT
    (git-fixes).
  - drm/amd/pm: fix and simplify workload handling (stable-fixes).
  - drm/amd/display: Limit VTotal range to max hw cap minus fp
    (stable-fixes).
  - drm/amd/display: Correct prefetch calculation (stable-fixes).
  - drm/amd/display: Add a left edge pixel if in YCbCr422 or
    YCbCr420 and odm (stable-fixes).
  - drm/amdkfd: hard-code cacheline for gc943,gc944 (stable-fixes).
  - drm/amdkfd: add MEC version that supports no PCIe atomics for
    GFX12 (stable-fixes).
  - drm/amdgpu/hdp7.0: do a posting read when flushing HDP
    (stable-fixes).
  - drm/amdgpu/hdp6.0: do a posting read when flushing HDP
    (stable-fixes).
  - drm/amdgpu/hdp5.2: do a posting read when flushing HDP
    (stable-fixes).
  - drm/amdgpu/hdp5.0: do a posting read when flushing HDP
    (stable-fixes).
  - drm/amdgpu/hdp4.0: 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).
  - drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted
    on vcn v4.0.3 (stable-fixes).
  - drm/amd/display: Ignore scalar validation failure if pipe is
    phantom (stable-fixes).
  - Revert "drm/amd/display: parse umc_info or vram_info based on
    ASIC" (stable-fixes).
  - drm/panic: Add ABGR2101010 support (stable-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/amd/display: Prune Invalid Modes For HDMI Output
    (stable-fixes).
  - drm/amd/display: parse umc_info or vram_info based on ASIC
    (stable-fixes).
  - drm/amd/display: Remove hw w/a toggle if on DP2/HPO
    (stable-fixes).
  - drm/amd/display: Fix underflow when playing 8K video in full
    screen mode (stable-fixes).
  - drm/xe/devcoredump: Update handling of xe_force_wake_get return
    (stable-fixes).
  - drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
    (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/amdgpu/gfx9: Add cleaner shader for GFX9.4.2 (stable-fixes).
  - drm/amd/display: Adding array index check to prevent memory
    corruption (stable-fixes).
  - drm/amd/display: Full exit out of IPS2 when all allow signals
    have been cleared (stable-fixes).
  - drm/amd/display: disable SG displays on cyan skillfish
    (stable-fixes).
  - drm/amd/display: calculate final viewport before TAP
    optimization (stable-fixes).
  - drm/amd/display: Fix garbage or black screen when resetting otg
    (stable-fixes).
  - drm/amd/display: skip disable CRTC in seemless bootup case
    (stable-fixes).
  - drm/radeon/r600_cs: Fix possible int overflow in
    r600_packet3_check() (stable-fixes).
  - drm/amd/display: Fix out-of-bounds access in
    'dcn21_link_encoder_create' (stable-fixes).
  - drm/display: Fix building with GCC 15 (stable-fixes).
  - drm/xe/xe3: Add initial set of workarounds (stable-fixes).
  - drm/xe/ptl: L3bank mask is not available on the media GT
    (stable-fixes).
  - drm/xe/guc: Copy GuC log prior to dumping (stable-fixes).
  - drm/xe/devcoredump: Add ASCII85 dump helper function
    (stable-fixes).
  - drm/xe/devcoredump: Improve section headings and add tile info
    (stable-fixes).
  - drm/xe/devcoredump: Use drm_puts and already cached local
    variables (stable-fixes).
  - drm/xe/pciid: Add new PCI id for ARL (stable-fixes).
  - drm/xe/pciids: Add PVC's PCI device ID macros (stable-fixes).
  - drm/xe/pciids: separate ARL and MTL PCI IDs (stable-fixes).
  - drm/xe/pciids: separate RPL-U and RPL-P PCI IDs (stable-fixes).
  - drm/mcde: Enable module autoloading (stable-fixes).
  - firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345
    (stable-fixes).
  - firmware: qcom: scm:  Allow QSEECOM on Lenovo Yoga Slim 7x
    (stable-fixes).
  - gpio: grgpio: use a helper variable to store the address of
    ofdev->dev (stable-fixes).
  - gpio: free irqs that are still requested when the chip is
    being removed (stable-fixes).
  - commit d415f2b
  - dmaengine: tegra: Return correct DMA status when paused
    (git-fixes).
  - dmaengine: mv_xor: fix child node refcount handling in early
    exit (git-fixes).
  - dmaengine: fsl-edma: implement the cleanup path of
    fsl_edma3_attach_pd() (git-fixes).
  - dmaengine: amd: qdma: Remove using the private get and set
    dma_ops APIs (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).
  - dma-buf: Fix __dma_buf_debugfs_list_del argument for
    !CONFIG_DEBUG_FS (git-fixes).
  - can: m_can: fix missed interrupts with m_can_pci (git-fixes).
  - can: m_can: set init flag earlier in probe (git-fixes).
  - cxl/region: Fix region creation for greater than x2 switches
    (git-fixes).
  - cxl/pci: Fix potential bogus return value upon successful
    probing (git-fixes).
  - crypto: hisilicon/debugfs - fix the struct pointer incorrectly
    offset problem (git-fixes).
  - Documentation: PM: Clarify pm_runtime_resume_and_get() return
    value (git-fixes).
  - Documentation: networking: Add a caveat to nexthop_compat_mode
    sysctl (git-fixes).
  - clk: en7523: Initialize num before accessing hws in
    en7523_register_clocks() (git-fixes).
  - clk: en7523: Fix wrong BUS clock for EN7581 (git-fixes).
  - dma-buf: fix dma_fence_array_signaled v4 (stable-fixes).
  - clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support
    for ipq9574 (stable-fixes).
  - clk: qcom: dispcc-sm8550: enable support for SAR2130P
    (stable-fixes).
  - clk: qcom: tcsrcc-sm8550: add SAR2130P support (stable-fixes).
  - clk: qcom: rpmh: add support for SAR2130P (stable-fixes).
  - clk: qcom: rcg2: add clk_rcg2_shared_floor_ops (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).
  - dma-debug: fix a possible deadlock on radix_lock (stable-fixes).
  - Documentation: tipc: fix formatting issue in tipc.rst
    (git-fixes).
  - cleanup: Adjust scoped_guard() macros to avoid potential warning
    (stable-fixes).
  - crypto: ecdsa - Avoid signed integer overflow on signature
    decoding (stable-fixes).
  - commit 8e66607
  - ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP
    (git-fixes).
  - ASoC: amd: ps: Fix for enabling DMIC on acp63 platform via
    _DSD entry (git-fixes).
  - ALSA: sh: Fix wrong argument order for copy_from_iter()
    (git-fixes).
  - ALSA: memalloc: prefer dma_mapping_error() over explicit
    address checking (git-fixes).
  - accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal()
    (git-fixes).
  - accel/ivpu: Fix general protection fault in ivpu_bo_list()
    (git-fixes).
  - ata: sata_highbank: fix OF node reference leak in
    highbank_initialize_phys() (git-fixes).
  - amdgpu/uvd: get ring reference from rq scheduler (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: Intel: sof_sdw: Add space for a terminator into DAIs array
    (git-fixes).
  - ASoC: fsl_spdif: change IFACE_PCM to IFACE_MIXER (git-fixes).
  - ASoC: fsl_xcvr: change IFACE_PCM to IFACE_MIXER (git-fixes).
  - ASoC: tas2781: Fix calibration issue in stress test (git-fixes).
  - ASoC: amd: yc: Fix the wrong return value (git-fixes).
  - ALSA: control: Avoid WARN() for symlink errors (git-fixes).
  - ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
    (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
    (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).
  - 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).
  - accel/qaic: Add AIC080 support (stable-fixes).
  - ASoC: hdmi-codec: reorder channel allocation list
    (stable-fixes).
  - ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320
    support (stable-fixes).
  - ASoC: sdw_utils: Add quirk to exclude amplifier function
    (stable-fixes).
  - ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops
    (stable-fixes).
  - ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host
    DMICs (stable-fixes).
  - ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to
    be ignored (stable-fixes).
  - ASoC: sdw_utils: Add support for exclusion DAI quirks
    (stable-fixes).
  - ASoC: Intel: avs: Fix return status of
    avs_pcm_hw_constraints_init() (stable-fixes).
  - ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682
    support for MTL (stable-fixes).
  - Bluetooth: btusb: Add 3 HWIDs for MT7925 (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925
    (stable-fixes).
  - Bluetooth: Set quirks for ATS2851 (stable-fixes).
  - Bluetooth: Support new quirks for ATS2851 (stable-fixes).
  - Bluetooth: Add new quirks for ATS2851 (stable-fixes).
  - Bluetooth: hci_core: Fix not checking skb length on
    hci_acldata_packet (stable-fixes).
  - Bluetooth: hci_conn: Use disable_delayed_work_sync
    (stable-fixes).
  - Bluetooth: btusb: Add USB HW IDs for MT7920/MT7925
    (stable-fixes).
  - Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device
    tables (stable-fixes).
  - Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two
    functions (stable-fixes).
  - Bluetooth: RFCOMM: avoid leaving dangling sk pointer in
    rfcomm_sock_alloc() (stable-fixes).
  - Bluetooth: L2CAP: do not leave dangling sk pointer on error
    in l2cap_sock_create() (stable-fixes).
  - ACPI: video: force native for Apple MacbookPro11,2 and Air7,2
    (stable-fixes).
  - ACPI: x86: Add adev NULL check to
    acpi_quirk_skip_serdev_enumeration() (stable-fixes).
  - ACPI: x86: Make UART skip quirks work on PCI UARTs without an
    UID (stable-fixes).
  - commit f768efe
  - io_uring: check if iowq is killed before queuing (git-fixes).
  - commit d272417

++++ harfbuzz:

  - Add harfbuzz-CVE-2024-56732.patch: guard
    hb_cairo_glyphs_from_buffer() against bad UTF-8 (CVE-2024-56732).

++++ shadow:

  - Update to 4.17.1:
    * Fix `su -` regression #1163

------------------------------------------------------------------
------------------  2024-12-30  -  Dec 30 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - io_uring: Fix registered ring file refcount leak (git-fixes).
  - io_uring: Change res2 parameter type in io_uring_cmd_done
    (git-fixes).
  - io_uring/tctx: work around xa_store() allocation error issue
    (git-fixes).
  - io_uring: fix corner case forgetting to vunmap (git-fixes).
  - io_uring: check for overflows in io_pin_pages (git-fixes).
  - commit bbcd0cb
  - Update
    patches.suse/s390-stacktrace-Use-break-instead-of-return-statement.patch
    (git-fixes bsc#1234352 CVE-2024-56550 bsc#1234915).
  - commit fb93bc1
  - preempt: Move PREEMPT_RT before PREEMPT in vermagic (git-fixes).
  - commit bd70ce5

++++ kexec-tools:

  - update to 2.0.30:
    * arm64: Support UKI image format
    * bug fixes

++++ c-ares:

  - c-ares 1.34.4
    This is a bugfix release.
    Changes:
    QNX Port: Port to QNX 8, add primary config reading support, add CI build. PR #934, PR #937, PR #938
    Bugfixes:
    Empty TXT records were not being preserved. PR #922
    docs: update deprecation notices for ares_create_query() and ares_mkquery(). PR #910
    license: some files weren't properly updated. PR #920
    Fix bind local device regression from 1.34.0. PR #929, PR #931, PR #935
    CMake: set policy version to prevent deprecation warnings. PR #932
    CMake: shared and static library names should be the same on unix platforms like autotools uses. PR #933
    Update to latest autoconf archive macros for enhanced system compatibility. PR #936
    In version 1.34.3
    This is a bugfix release.
    Changes:
    Build the release package in an automated way so we can provide provenance as per SLSA3. PR #906
    Bugfixes:
    Some upstream servers are non-compliant with EDNS options, resend queries without EDNS. Issue #911
    TSAN warns on missing lock, but lock isn't actually necessary. PR #915
    ares_getaddrinfo() for AF_UNSPEC should retry IPv4 if only IPv6 is received. 765d558
    ares_send() shouldn't return ARES_EBADRESP, its ARES_EBADQUERY. 91519e7
    Fix typos in man pages. PR #905
  - skip-test.patch: fix failing tests

++++ xxhash:

  - Update to release 0.8.3
    * Corrects an edge case in ``XXH3_128bits_withSecretandSeed``
    that could generate invalid results.
    * xxhash now knows command-line arguments ``--filelist``,
    ``--files-from``.

------------------------------------------------------------------
------------------  2024-12-29  -  Dec 29 2024  -------------------
------------------------------------------------------------------

++++ filesystem:

  - Remove /usr/etc/skel/bin/

------------------------------------------------------------------
------------------  2024-12-28  -  Dec 28 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Move (/etc/skel/.bashrc) and (/etc/skel/.profile) to (/usr/etc/skel/).

++++ pango:

  - Update to version 1.55.0 (Unstable):
    + Support Unicode 16
    + Add pango_font_map_add_font_file
    + fontconfig: Reject patterns without FC_FILE
    + coretext:
  - Actually use .AppleSystemUIFont
  - Keep track of variations
    + build:
  - Require harfbuzz 8.4.0
  - Require fontconfig 2.15
  - Require meson 1.2.0

------------------------------------------------------------------
------------------  2024-12-27  -  Dec 27 2024  -------------------
------------------------------------------------------------------

++++ filesystem:

  - Add /usr/$march directories for HPPA. Will be packaging both
    hppa-suse-linux and hppa64-suse-linux because the compiler
    suite is usually configured with the latter on this arch.

++++ shadow:

  - Update to 4.17.0:
    * Fix the lower part of the domain of csrand_uniform()
    * Fix use of volatile pointer
    * Use 'dist-hook' to clean up <tests/unit/Makefile>
    * Use str2[u]l() instead of atoi(3)
    * Use a2i() in various places
    * Fix const correctness
    * Use uid_t for holding UIDs (and GIDs)
    * Move all sprintf(3)-like APIs to a subdirectory
    * Move all copying APIs to a subdirectory
    * Fix forever loop on ENOMEM
    * Fix REALLOC() nmemb calculation
    * Remove id(1)
    * Remove groups(1)
    * Use local time for human-readable dates
    * Use %F instead of %Y-%m-%d with strftime(3)
    * is_valid{user,group}_name(): Set errno to distinguish the reasons
    * Recommend --badname only if it is useful
    * Add fmkomstemp() to fix mode of </etc/default/useradd>
    * Fix use-after-free bug in sgetgrent()
    * Update Catalan translation
    * Remove references to cppw, cpgr
    * groupadd, groupmod: Update gshadow file with -U
    * Added option -a for listing active users only, optimized using if aflg,return
    * Added information in lastlog man page for new option '-a'
    * Plenty of code cleanup and clarifications

++++ python-Jinja2:

  - Update to 3.1.5:
    * The sandboxed environment handles indirect calls to str.format,
    such as by passing a stored reference to a filter that calls
    its argument. GHSA-q2x7-8rv6-6q7h
    * Escape template name before formatting it into error messages,
    to avoid issues with names that contain f-string syntax. #1792,
    GHSA-gmj6-6f8f-6699
    * Sandbox does not allow clear and pop on known mutable sequence
    types. #2032
    * Calling sync render for an async template uses asyncio.run. #1952
    * Avoid unclosed auto_aiter warnings. #1960
    * Return an aclose-able AsyncGenerator from
    Template.generate_async. #1960
    * Avoid leaving root_render_func() unclosed in
    Template.generate_async. #1960
    * Avoid leaving async generators unclosed in blocks, includes and
    extends. #1960
    * The runtime uses the correct concat function for the current
    environment when calling block references. #1701
    * Make |unique async-aware, allowing it to be used after another
    async-aware filter. #1781
    * |int filter handles OverflowError from scientific notation. #1921
    * Make compiling deterministic for tuple unpacking in a {% set ... %}
    call. #2021
    * Fix dunder protocol (copy/pickle/etc) interaction with Undefined
    objects. #2025
    * Fix copy/pickle support for the internal missing object. #2027
    * Environment.overlay(enable_async) is applied correctly. #2061
    * The error message from FileSystemLoader includes the paths that
    were searched. #1661
    * PackageLoader shows a clearer error message when the package does
    not contain the templates directory. #1705
    * Improve annotations for methods returning copies. #1880
    * urlize does not add mailto: to values like @a@b. #1870
    * Tests decorated with @pass_context can be used with the
    |select filter. #1624
    * Using set for multiple assignment (a, b = 1, 2) does not fail when
    the target is a namespace attribute. #1413
    * Using set in all branches of {% if %}{% elif %}{% else %} blocks does
    not cause the variable to be considered initially undefined. #1253
  - drop fix-ftbfs-with-python313.patch, merged upstream

------------------------------------------------------------------
------------------  2024-12-26  -  Dec 26 2024  -------------------
------------------------------------------------------------------

++++ systemd:

  - 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.
  - Upgrade to v257.1 (commit 47eea9ee9f46537bc18d6a64fa21fd9c50538e13)
    See https://github.com/openSUSE/systemd/blob/SUSE/v257/NEWS for details.
  - This upgrade includes the following bug fixes:
  - commit 9258e27f4a1ddf2834d0cadd66770ad65e55e066 (boo#1233752, bsc#1234313)
  - commit 423de11f046cc2c9b6904e4eff71d6a48cd661c9 (boo#1233752, bsc#1234313)
  - commit 2ae79a31b7c7947e2c16e18eb85ac5607ebc40b6 (bsc#1232844)
  - Drop 5006-tpm2-util-Also-retry-unsealing-after-policy_pcr-retu.patch and
    5005-Revert-boot-Make-initrd_prepare-semantically-equival.patch
    These two patches have bee merged upstream and are included in v257.1, see
    above.
  - Our testsuite sub-package has been broken by upstream after they decided to
    remove the bash test runner, see https://github.com/systemd/systemd/pull/34271
    for details. For running the testsuite, the systemd git repository has to be
    cloned for now. We'll try to adapt the testsuite sub-package these changes.

++++ pcr-oracle:

  - Add fix-event-reshash-for-cryptouuid.patch to detect the crypto
    device with the 'cryptouuid' prefix

------------------------------------------------------------------
------------------  2024-12-25  -  Dec 25 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - 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).
  - Drivers: hv: util: Avoid accessing a ringbuffer not initialized
    yet (git-fixes).
  - Drivers: hv: util: Don't force error code to ENODEV in
    util_probe() (git-fixes).
  - tools/hv: terminate fcopy daemon if read from uio fails
    (git-fixes).
  - drivers: hv: Convert open-coded timeouts to secs_to_jiffies()
    (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).
  - tools: hv: Fix a complier warning in the fcopy uio daemon
    (git-fixes).
  - jiffies: Define secs_to_jiffies() (git-fixes).
  - commit 9c8b4b3

------------------------------------------------------------------
------------------  2024-12-24  -  Dec 24 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfsd: restore callback functionality for NFSv4.0 (git-fixes).
  - commit bf279e8

------------------------------------------------------------------
------------------  2024-12-23  -  Dec 23 2024  -------------------
------------------------------------------------------------------

++++ fwupd:

  - Correct efi_fw_update arch list:
    * Remove ppc64le and s390x - these aren't supported
    * Add armv6hl/armv7hl and riscv64 - support recently added

++++ kernel-default:

  - xfs: return from xfs_symlink_verify early on V4 filesystems
    (git-fixes).
  - commit 6019ea4
  - xfs: fix sb_spino_align checks for large fsblock sizes
    (git-fixes).
  - commit 98c6cb3
  - xfs: only run precommits once per transaction object
    (git-fixes).
  - commit 574f714
  - xfs: unlock inodes when erroring out of xfs_trans_alloc_dir
    (git-fixes).
  - commit 49dd5e2
  - xfs: fix scrub tracepoints when inode-rooted btrees are involved
    (git-fixes).
  - commit 9d264ae
  - xfs: update btree keys correctly when _insrec splits an inode
    root block (git-fixes).
  - commit 16300ea
  - xfs: fix null bno_hint handling in xfs_rtallocate_rtg
    (git-fixes).
  - commit 64c1638
  - xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping
    a symlink (git-fixes).
  - commit 9828305
  - xfs: don't drop errno values when we fail to ficlone the entire
    range (git-fixes).
  - commit 701e2f2
  - xfs: return a 64-bit block count from xfs_btree_count_blocks
    (git-fixes).
  - commit 2c2d3e0
  - NFS/pnfs: Fix a live lock between recalled layouts and layoutget
    (git-fixes).
  - commit 4b27d0f
  - nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
    (git-fixes).
  - commit 866861d
  - SUNRPC: make sure cache entry active before cache_show
    (git-fixes).
  - commit 46da6e3
  - NFSD: Prevent a potential integer overflow (git-fixes).
  - commit afa1145
  - erofs: fix PSI memstall accounting (git-fixes).
  - commit 33a3df5
  - epoll: annotate racy check (git-fixes).
  - commit 94df11a
  - exfat: fix uninit-value in __exfat_get_dentry_set (git-fixes).
  - commit 092c2f6
  - exfat: fix out-of-bounds access of directory entries
    (git-fixes).
  - commit bca1b1b

++++ openssl-3:

  - Add support for userspace livepatching on ppc64le (jsc#PED-11850).
  - Use gcc-13 for ppc64le.

++++ 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-22  -  Dec 22 2024  -------------------
------------------------------------------------------------------

++++ systemd:

  - Import commit f962392e1e0d5683a2adebf09698b5fda02f9cfc (merge of v256.10)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/290170c8550bf2de4b5085ecdf7f056769944444...f962392e1e0d5683a2adebf09698b5fda02f9cfc

++++ vulkan-loader:

  - Update to tag 1.4.304
    * Emulate VK_EXT_surface_maintenance1 if not supported by a driver
    * Add handle checking to test instance & device creation
    * Add settings test for layer control OFF & VK_INSTANCE_LAYERS
    * Make Settings file "ON" take priority over disable env-var
    * Log what caused each layer to be enabled
    * Log when Filter Env-Vars act when settings file is active
    * Add more logging when the settings file has invalid members

------------------------------------------------------------------
------------------  2024-12-21  -  Dec 21 2024  -------------------
------------------------------------------------------------------

++++ fwupd:

  - Update to version 1.9.27:
    + This release fixes the following bugs:
  - Add a power quirk for Framework systems
  - Allow cros-ec repair the device after flush failure
  - Check the VLI USB3 firmware size before erasing
  - Disallow DBX updates on the Samsung Galaxy Book2 360
  - Do not show 'Device has been removed' as a dock error
  - Do not use a CMSE11 function when using CSME18
  - Fix an unlikely memory leak when using ModemManger Sahara devices
  - Fix a tiny memory leak in algoltek-usb when checking status
  - Mark UEFI dbx updates as affecting full disk encryption
  - Parse FDTs with missing END tokens
  - Rename the dell-k2 plugin to dell-kestrel and rework the update flow
    + This release adds support for the following hardware:
  - Google GID8 Headset
  - Parade PS188
  - Primax Ryder Mouse
  - Update to version 1.9.26:
    + This release fixes the following bugs:
  - Add HSI tests for Arrow and Meteor Lake CSME
  - Allow UEFI capsule config values to be set with fwupdmgr modify-config
  - Check for the logitech-bulkcontroller response packet length correctly
  - Fix using ID_LIKE for fallback when ESP isn't mounted
  - Fix various Coverity-reported overflowed constants
  - Only compare the first 10 characters of the AMD GPU part number
    + This release adds support for the following hardware:
  - Jabra PanaCast
  - Some Lenovo Legion HID devices

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

  - config: enable CONFIG_DEBUG_WX
    References: jsc#PED-11834
  - commit 1b5f22c
  - s390/debug: Pass in and enforce output buffer size for format
    handlers (git-fixes bsc#1234755).
  - commit 430b82f
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_POE (git-fixes)
  - commit be5e333
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_FPMR (git-fixes)
  - commit a39fa97
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL (git-fixes)
  - commit ac2dfa2
  - arm64: mm: Fix zone_dma_limit calculation (git-fixes)
  - commit 8778362
  - serial: sh-sci: Check if TX data was written to device in
    .tx_empty() (git-fixes).
  - commit 3191962
  - sched/core: Update kernel boot parameters for LAZY preempt
    (bsc#1234370).
  - sched: No PREEMPT_RT=y for all{yes,mod}config (bsc#1234370).
  - commit 7d6dbbf
  - sched, x86: Enable Lazy preemption (bsc#1234370).
  - Update config files.
  - commit c439fcd
  - tracing: Record task flag NEED_RESCHED_LAZY (bsc#1234370).
  - tracing: Remove TRACE_FLAG_IRQS_NOSUPPORT (bsc#1234370).
  - sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY
    (bsc#1234370).
  - riscv: add PREEMPT_LAZY support (bsc#1234370).
  - sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT (bsc#1234370).
  - sched: Add Lazy preemption model (bsc#1234370).
  - sched: Add TIF_NEED_RESCHED_LAZY infrastructure (bsc#1234370).
  - commit 32e8d26

++++ qemu:

  - Update to latest upstream release, 9.2.0:
    The full list of changes are available at:
    https://wiki.qemu.org/ChangeLog/9.2
    Highlights include:
    * virtio-gpu: support for 3D acceleration of Vulkan applications via
    Venus Vulkan driver in the guest and virglrenderer host library
    * crypto: GLib crypto backend now supports SHA-384 hashes
    * migration: QATzip-accelerated compression support while using multiple
    migration streams
    * Rust: experimental support for device models written in Rust (for
    development use only)
    * ARM: emulation support for FEAT_EBF16, FEAT_CMOW architecture features
    * ARM: support for two-stage SMMU translation for sbsa-ref and virt boards
    * ARM: support for CPU Security Extensions for xilinx-zynq-a9 board
    * ARM: 64GB+ memory support when using HVF acceleration on newer Macs
    * HPPA: SeaBIOS-hppa v17 firmware with various fixes and enhancements
    * RISC-V: IOMMU support for virt machine
    * RISC-V: support for control flow integrity and Svvptc extensions, and
    support for Bit-Manipulation extension on OpenTitan boards
    * RISC-V: improved performance for vector unit-stride/whole register
    ld/st instructions
    * s390x: support for booting from other devices if the previous ones fail
    * x86: support for new nitro-enclave machine type that can emulate
    * AWS Nitro Enclave and can boot from Enclave Image Format files.
    * x86: KVM support for enabling AVX10, as well as enabling specific
    AVX10 versions via command-line
    * and lots more...
  - Other changes:
    * Removed deprecated 'cris' support
    * Removed deprecated virtfs-proxy-helper
    * (`--enable-rust` not addressed yet)

------------------------------------------------------------------
------------------  2024-12-19  -  Dec 19 2024  -------------------
------------------------------------------------------------------

++++ dbus-broker:

  - Requires(pre): systemd >= 253.6 to ensure scripts in %post are
    run correctly, (bsc#1234697) Thanks to Thorsten for the detailed
    report.

++++ 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 991b744
  - s390/cpum_sf: Handle CPU hotplug remove during sampling
    (git-fixes bsc#1234715).
  - commit 6c44c98

++++ llvm19:

  - Update to version 19.1.6.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ procps:

  - Update to procps-ng-4.0.5
    * library
    increment current, revision and age to 0: 1:0:0
    internal: days/users when value is 0                   issue #303
    internal: dont print 60s but increment minute          issue #302
    internal: stat api fixed remaining cpu distortions     issue #321
    internal: only count user sessions
    internal: Recover from meminfo seek using LXC          Debian #1072831
    internal: stat api no longer counts guest tics twice   issue #339
    external: zswap & zswapped added to meminfo api
    external: schedule class added to pids api
    external: disk sleep added to pids api, sleep revised  issue #265
    external: docker containers added to pids api
    external: procps_users new exported function
    external: procps_uptime_snprint uses given upseconds
    external: procps_container_uptime
    external: meminfo api adds SecPageTables, Unaccepted
    external: pids api now provides open file descriptors
    external: 'info' parm removed from all 'VAL' macros    issue #332
    external: Add procps_sigmask_names
    external: Add procps_capability_names
    external: Add PIDS_CAP__PRM Permitted Capabilities
    * build-sys: Added --disable-pidwait and fixed logic     issue #352
    * kill: Correctly parse negative pids                    issue #354
    * pgrep: select process by environment variable          issue #167
    * pgrep: Rework pidfile reading to include stdin         issue #318
    * pmap: Don't escape correct UTF-8 characters
    * ps: Add environ field
    * ps: Add htprv and htshr fields for HugeTables
    * ps: restore lost tasks for options --sort with -H      issue #304
    * ps: add 'docker' containers field, similar to 'lxc'
    * ps: Restore AIX free-format                            issue #323
    * ps: can display open file descriptors for each task
    * ps: Fix signames scanning                              issue #341
    * ps: Add -o pcap,pcaps to show permitted capabilities
    * ps: Zombies show <defunct> in the commandname          issue #355
    * ps: Use quick mode if possible                         merge #239
    * slabtop: Add --human option for slab size
    * snice: Minor fix for help screen                       Debian #1086441
    * sysctl: Add glob excludes                              merge #206
    * sysctl: --all skips stat_refresh                       Debian #978688
    * top: added a 'CLS' scheduling class field, like ps
    * top: exploit library addition of 'disk sleep'          issue #265
    * top: add 'docker' containers field, similar to 'lxc'
    * top: provides additional control over colors
    * top: can display open file descriptors for each task
    * top: corrected cpu % for hosts with qemu processes     issue #339
    * top: remains functional if /proc mounted subset=pid
    * top: can display a task's permitted capabilities (^A)
    * uptime: Add container uptime option                    issue #300
    * vmstat: Add page allocation to --stats
    * vmstat.8: si/so are changed by --unit                  Debian #1061944
    * w: Don't segfault with -s option                       issue #301
    * w: Cache pids list                                     issue #305
    * w: Add container uptime option
    * w.1: Note utmp is for non-systemd                      Debian #1080333
    * watch: use clock_gettime                               issue #295
    * watch.1: --chgexit only works for visible changes      Debian #729569
    * hugetop: a new utility to show huge page information   merge #214
  - Remove patches now upstream or fixed
    * 79042e07.patch
    * procps-ng-4.0.4-idletime-no-tty.patch
    * procps-ng-4.0.4-w-array-bounds.patch
  - Port patches
    * procps-ng-3.3.10-errno.patch
    * procps-ng-3.3.10-slab.patch
    * procps-ng-3.3.10-xen.dif
    * procps-ng-3.3.11-pmap4suse.patch
    * procps-ng-3.3.8-ignore-scan_unevictable_pages.patch
    * procps-ng-3.3.8-petabytes.patch
    * procps-ng-3.3.8-readeof.patch
    * procps-ng-3.3.8-tinfo.dif
    * procps-ng-3.3.8-vmstat-terabyte.dif
    * procps-ng-3.3.9-w-notruncate.diff
    * procps-ng-4.0.0-floats.dif
    * procps-ng-4.0.0-integer-overflow.patch
    * procps-ng-4.0.4-ignore-sysctl_conf.patch
    * procps-v3.3.3-columns.dif
    * procps-v3.3.3-read-sysctls-also-from-boot-sysctl.conf-kernelversion.diff

++++ rpm:

  - backport debug_package regression fix from upstream
    * new patch: debugpackage.diff
  - fix segfault in rpmtsNextFiles
    * new patch: nextfiles.diff

++++ patterns-base:

  - base: suggest tar to avoid busybox-tar in default installs

++++ python-urllib3:

  - Skip some flaky tests that fail sometimes in OBS (bsc#1234681)

++++ rebootmgr:

  - Update to version 3.0+git20241219.7166827:
    * Remove left overs from dbus related manual page
    * Use int64 to parse JSON for time_t
    * Set varlink info
    * Move announce_ready() call to a later place
    * Require libeconf 0.7.5
    * Free event loop in destroy context.
    * Add missing error reply
    * Remove unused log_type variable
    * Add internal error to varlink interface
    * Move varlink definition into own file
    * Update manual pages

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

  - x86/xen: remove hypercall page (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit cc077cb
  - x86/xen: use new hypercall functions instead of hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit cf705e2
  - x86/xen: add central hypercall functions (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 8d7a3d3
  - x86/xen: don't do PV iret hypercall through hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 1847ea1
  - x86/static-call: provide a way to do very early static-call
    updates (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 518b891
  - objtool/x86: allow syscall instruction (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit c82a684
  - x86: make get_cpu_vendor() accessible from Xen code (XSA-466
    CVE-2024-53241 bsc#1234282).
  - commit 827db39
  - xen/netfront: fix crash when removing device (XSA-465
    CVE-2024-53240 bsc#1234281).
  - commit 683acf2
  - s390/mm: Consider KMSAN modules metadata for paging levels
    (git-fixes bsc#1234686).
  - s390/ipl: Fix never less than zero warning (git-fixes
    bsc#1234685).
  - s390/mm: Fix DirectMap accounting (git-fixes bsc#1234687).
  - commit 4ad9925
  - RDMA/mlx5: Move events notifier registration to be after device registration (git-fixes)
  - commit 38f5ec4

++++ libbpf:

  - Drop libbpf-Fix-NULL-pointer-dereference-in-bpf_object__c.patch
    * included since 1.4.0

++++ libzypp:

  - Url: queryparams without value should not have a trailing "=".
  - version 17.35.16 (35)

++++ python-maturin:

  - Update to 1.7.8
    * Fix aarch64 Windows cross compilation by @messense in #2359
  - Release 1.7.7
    * fix abi3 interpreter discovery on Windows by @davidhewitt in
    [#2333]
    * fix: remove extra indent in generated CI by @jsstevenson in
    [#2340]
    * Upgrade cargo-xwin to unify rustls versions by @kornelski in
    [#2222]
    * Normalize python source directory path by @messense in #2343
    * Enable fat LTO for maturin release workflow by @messense in
    [#2344]
    * Use different binding dirs for different uniffi modules by
    @messense in #2348
    * Update minimal Python minor version for pyo3 0.23 by @messense
    in #2350
    * Limit minimal PyPy version based on bindings crate version by
    @messense in #2351
    * Remove hard coded pip show in fix_direct_url by @mbway in #2352
    * Do not use xwin to compile on Windows when MSVC compiler can
    build for the target by @messense in #2353
  - Release 1.7.6
    * allow -i 3.13t by @davidhewitt in #2324
    * propagate abiflags to wheel name on Windows by @davidhewitt in
    [#2325]
    * Add free-threaded wheel build to generate-ci by default by
    @messense in #2329
    * Bump metadata version to 2.4 to fix license bug by @konstin in
    [#2332]
  - Release 1.7.5
    * Auto detect Python 3.13 by @messense in #2248
    * feat: add skip attestation option to maturin ci github by
    @moldhouse in #2254
    * generate-ci: use macos-13 runner for x86_64 build job by
    @messense in #2255
    * Improve wheel reproducibility by sorting libs by @ycongal-smile
    in #2261
    * Fix inverted workspace inclusions by @konstin in #2262
    * Fix broken links to PyO3 building docs by @laurentS in #2270
    * Update goblin to 0.9 by @musicinmybrain in #2284
    * Don't resolve python interpreter when building sdist only by
    @messense in #2292
    * include timestamps in the suggested log format by @mbway in
    [#2304]
    * Add support for GNU/Hurd by @sthibaul in #2306
    * Fix __init__ exports when using multiple UniFFI bindings by
    @Nickersoft in #2305
    * Add free-threaded Python support by @messense in #2310
  - Fix _service file for cargo_vendor
  - Update description

++++ python-urllib3:

  - Ignore DeprecationWarning in tests (bsc#1234681)

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

++++ fwupd-efi:

  - Update to version 1.7:
    * Fix compilation with GNU-EFI 4.0
  - Use upstream tarball: source service isn't useful on this
    package
  - Add 106.patch:
    * Improves ARM32 crt0 by splitting header and code
    * Use pkgconfig for gnu-efi - fixes RISC-V build
    * Update lds from gnu-efi 4.0

++++ kernel-default:

  - s390x config: drop netiucv and lcs drivers (jsc#PED-11160)
  - commit 160e70b
  - supported.conf: drop netiucv and lcs drivers (jsc#PED-11160)
  - commit b6e4c33

++++ openssl-3:

  - Fix evp_properties section in the openssl.cnf file [bsc#1234647]
    * Rebase patches:
  - openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
  - openssl-TESTS-Disable-default-provider-crypto-policies.patch

++++ rpm:

  - allow the buildroot to be a symbolic link in check-files
    (needed for pesign-obs-integration)
    * new patch: buildroot-symlink.diff

++++ snapper:

  - make some binary paths used in snbk configurable
    (gh#openSUSE/snapper#970)
  - version 0.12.1

++++ 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!

++++ tuned:

  - Move gobject dependency to gtk package as it is the only utility that
    imports gi.
  - Remove unnecessary cpupower dependency, sysfs fallback is used instead.

------------------------------------------------------------------
------------------  2024-12-16  -  Dec 16 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Remove bash-4.3-winch.dif as this is the (current) default

++++ lvm2-device-mapper:

  - Update lvm2 from LVM2.2.03.24 to LVM2.2.03.29
    * ** WHATS_NEW from 2.03.24 to 2.03.29 ***
    Version 2.03.29 - 09th December 2024
    ====================================
    Configure --enable/disable-sd-notify to control lvmlockd build with sd-notify.
    Allow test mode when lvmlockd is built without dlm support.
    Add a note about RAID + integrity synchronization to lvmraid(7) man page.
    Add a function for running lvconvert --repair on RAID LVs to lvmdbusd.
    Improve option section of man pages for listing commands ({pv,lv,vg}{s,display}).
    Fix renaming of raid sub LVs when converting a volume to raid (2.03.28).
    Fix segfault/VG write error for raid LV lvextend -i|--stripes -I|--stripesize.
    Revert ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV (2.03.27).
    Version 2.03.28 - 04th November 2024
    ====================================
    Use radix_tree to lookup for UUID within committed metadata.
    Use radix_tree to lookup LV list entry within VG struct.
    Introduce setting config/validate_metadata = full | none.
    Restore fs resize call for lvresize -r on the same size LV (2.03.17).
    Correct off-by-one devicesfile backup counting.
    Replace use of dm_hash with radix_tree for lv names and uuids.
    Refactor vg_validate with uniq_insert and better use of CPU caches.
    Add radix_tree_uniq_insert.
    Update DM cache when taking next VG lock instead of dropping it.
    Generate json string id only for json reporting.
    For vgsummary use new API call dm_config_parse_only_section().
    Use radix_tree for PV names mapping.
    Split check_lv_segment into separate _in/complete_vg variant.
    Use find_lv instead of find_lv_in_vg when possible.
    Do a mirror fixup only when mirrors with logs are imported.
    Add faster crc32 calculation from zlib code for x86_64.
    Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization.
    Version 2.03.27 - 02nd October 2024
    ===================================
    Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
    Detect GPT partition table and pass partition filter if no partitions defined.
    Add global/sanlock_align_size option to configure sanlock lease size.
    Disable mem locking when activation/reserved_stack or reserved_memory is 0.
    Fix locking issues in lvmlockd leaving thin pool locked.
    Deprecate vdo settings vdo_write_policy and vdo_write_policy.
    Lots of typo fixes across lvm2 code base (codespell).
    Corrected integrity parameter interleave_sectors for DM table line.
    Ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV, like raid10.
    Do not accept duplicate device names for pvcreate.
    Version 2.03.26 - 23rd August 2024
    ==================================
    Fix internal error reported by pvmove on a VG with single PV.
    Also accept --mknodes --refresh for vgscan.
    Fix vgmknodes --refresh to wait for udev before checking /dev content.
    Use log/report_command_log=1 config setting by default for JSON output format.
    Fix unreleased memory pools on RAID lvextend.
    Add --integritysettings option to manipulate dm-integrity settings.
    Version 2.03.25 - 12nd July 2024
    ================================
    Utilize more radix_tree instead of dm_hash and btree.
    Refactor DM uuid caching from device_mapper directory.
    Enhance checking for DM uuid device.
    Fix lvm shell command completion on tab key (2.03.24).
    Avoid lockd_vg call to lvmlockd for local VGs.
    Allow forced change of locktype from none.
    Handle OPTIONS defined in /etc/sysconfig/lvmlockd.
    * ** WHATS_NEW_DM from 1.02.198 to 1.02.203 ***
    Version 1.02.203 - 09th December 2024
    =====================================
    Version 1.02.202 - 04th November 2024
    =====================================
    Introduce dm_config_parse_only_section to stop parsing after section.
    For shorter string use on stack buffers when generating sections.
    Enhance dm_config tokenizer.
    Version 1.02.201 - 02nd October 2024
    ====================================
    Cleanup udev sync semaphore if dm_{udev_create,task_set}_cookie fails.
    Improve error messages on failed udev cookie create/inc/dec operation.
    Version 1.02.200 - 23rd August 2024
    ===================================
    Version 1.02.199 - 12nd July 2024
    =================================
  - update lvm2.spec
  - change lvm2_version to 2.03.29
  - change upstream_device_mapper_version and device_mapper_version to 1.02.203
  - include new systemed files lvm-devices-import.path and lvm-devices-import.service in lvm2 package
  - add build dependency 'pkgconfig(systemd)' and configure option '--enable-sd-notify' for lvmlockd
  - remove unrecognized (since 2.03.01) configure parameter '--with-cluster' from lvmlockd

++++ 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:

  - sched/dlserver: Fix dlserver time accounting (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/dlserver: Fix dlserver double enqueue (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/eevdf: More PELT vs DELAYED_DEQUEUE (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: Fix sched_can_stop_tick() for fair tasks
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Fix NEXT_BUDDY (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched/deadline: Fix warning in migrate_enable for boosted tasks
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Update kernel boot parameters for LAZY preempt
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/core: Prevent wakeup of ksoftirqd during idle load balance
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: Check idle_cpu() before need_resched() to detect
    ilb CPU turning busy (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/core: Remove the unnecessary need_resched() check
    in nohz_csd_func() (bsc#1234634 (Scheduler functional and
    performance backports)).
  - softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on
    RT kernel (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: fix warning in sched_setaffinity (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched/deadline: Fix replenish_dl_new_period dl_server condition
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: Replace scx_next_task_picked() with switch_class()
    in comment (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() ->
    scx_bpf_dsq_move[_vtime]*() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched_ext: Rename scx_bpf_consume() to
    scx_bpf_dsq_move_to_local() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched_ext: Rename scx_bpf_dispatch[_vtime]() to
    scx_bpf_dsq_insert[_vtime]() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed
    from unlocked context (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched_ext: add a missing rcu_read_lock/unlock pair at
    scx_select_cpu_dfl() (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched_ext: Clarify sched_ext_ops table for userland scheduler
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: Enable the ops breather and eject BPF scheduler on
    softlockup (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched_ext: Avoid live-locking bypass mode switching (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched_ext: Fix incorrect use of bitwise AND (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched_ext: Do not enable LLC/NUMA optimizations when domains
    overlap (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched_ext: Introduce NUMA awareness to the default idle
    selection policy (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched_ext: Replace set_arg_maybe_null() with __nullable CFI
    stub tags (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched_ext: Rename CFI stubs to names that are recognized by BPF
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: Introduce LLC awareness to the default idle
    selection policy (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched_ext: Clarify ops.select_cpu() for single-CPU tasks
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched_ext: improve WAKE_SYNC behavior for default idle CPU
    selection (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched_ext: Use btf_ids to resolve task_struct (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/ext: Use tg_cgroup() to elieminate duplicate code
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/ext: Fix unmatch trailing comment of
    CONFIG_EXT_GROUP_SCHED (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched_ext: Factor out move_task_between_dsqs() from
    scx_dispatch_from_dsq() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched/idle: Switch to use hrtimer_setup_on_stack() (bsc#1234634
    (Scheduler functional and performance backports)).
  - hrtimers: Delete hrtimer_init_sleeper_on_stack() (bsc#1234634
    (Scheduler functional and performance backports)).
  - wait: Switch to use hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - timers: Switch to use hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - futex: Switch to use hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - hrtimers: Introduce hrtimer_update_function() (bsc#1234634
    (Scheduler functional and performance backports)).
  - hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - hrtimers: Introduce hrtimer_setup_on_stack() (bsc#1234634
    (Scheduler functional and performance backports)).
  - hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
    (bsc#1234634 (Scheduler functional and performance backports)).
  - hrtimers: Add missing hrtimer_init() trace points (bsc#1234634
    (Scheduler functional and performance backports)).
  - timers: Move *sleep*() and timeout functions into a separate
    file (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched, x86: Enable Lazy preemption (bsc#1234634 (Scheduler
    functional and performance backports)).
  - Refresh configs
  - sched: Add Lazy preemption model (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched: Add TIF_NEED_RESCHED_LAZY infrastructure (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/ext: Remove sched_fork() hack (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched: Initialize idle tasks only once (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched: psi: pass enqueue/dequeue flags to psi callbacks directly
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/uclamp: Fix unnused variable warning (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Split scheduler and execution contexts (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Split out __schedule() deactivate task logic into a
    helper (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: Consolidate pick_*_task to task_is_pushable helper
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Add move_queued_task_locked helper (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: Improve cache locality of RSEQ concurrency IDs for
    intermittent workloads (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched: idle: Optimize the generic idle loop by removing
    needless memory barrier (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched/wait: Remove unused bit_wait_io_timeout (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: fix the comment for PREEMPT_SHORT (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched/fair: optimize the PLACE_LAG when se->vlag is zero
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched/fair: remove the DOUBLE_TICK feature (bsc#1234634
    (Scheduler functional and performance backports)).
  - softirq: use bit waits instead of var waits (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched: add wait_var_event_io() (bsc#1234634 (Scheduler
    functional and performance backports)).
  - sched: Add wait/wake interface for variable updated under a lock
    (bsc#1234634 (Scheduler functional and performance backports)).
  - sched: Add test_and_clear_wake_up_bit() and
    atomic_dec_and_wake_up() (bsc#1234634 (Scheduler functional
    and performance backports)).
  - sched: Document wait_var_event() family of functions and
    wake_up_var() (bsc#1234634 (Scheduler functional and performance
    backports)).
  - sched: Improve documentation for wake_up_bit/wait_on_bit
    family of functions (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched: change wake_up_bit() and related function to expect
    unsigned long * (bsc#1234634 (Scheduler functional and
    performance backports)).
  - sched/cpufreq: Ensure sd is rebuilt for EAS check (bsc#1234634
    (Scheduler functional and performance backports)).
  - sched_getattr: port to copy_struct_to_user (bsc#1234634
    (Scheduler functional and performance backports)).
  - uaccess: add copy_struct_to_user helper (bsc#1234634 (Scheduler
    functional and performance backports)).
  - commit 23379e3
  - s390/sclp: Allow user-space to provide PCI reports for optical
    modules (jsc#PED-11804).
  - commit 645b84a
  - net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs
    (git-fixes).
  - net: mana: Fix memory leak in mana_gd_setup_irqs (git-fixes).
  - commit e0ecd16
  - arm64: Ensure bits ASID[15:8] are masked out when the kernel uses (bsc#1234605)
  - commit b4e6c18

++++ lvm2:

  - Update lvm2 from LVM2.2.03.24 to LVM2.2.03.29
    * ** WHATS_NEW from 2.03.24 to 2.03.29 ***
    Version 2.03.29 - 09th December 2024
    ====================================
    Configure --enable/disable-sd-notify to control lvmlockd build with sd-notify.
    Allow test mode when lvmlockd is built without dlm support.
    Add a note about RAID + integrity synchronization to lvmraid(7) man page.
    Add a function for running lvconvert --repair on RAID LVs to lvmdbusd.
    Improve option section of man pages for listing commands ({pv,lv,vg}{s,display}).
    Fix renaming of raid sub LVs when converting a volume to raid (2.03.28).
    Fix segfault/VG write error for raid LV lvextend -i|--stripes -I|--stripesize.
    Revert ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV (2.03.27).
    Version 2.03.28 - 04th November 2024
    ====================================
    Use radix_tree to lookup for UUID within committed metadata.
    Use radix_tree to lookup LV list entry within VG struct.
    Introduce setting config/validate_metadata = full | none.
    Restore fs resize call for lvresize -r on the same size LV (2.03.17).
    Correct off-by-one devicesfile backup counting.
    Replace use of dm_hash with radix_tree for lv names and uuids.
    Refactor vg_validate with uniq_insert and better use of CPU caches.
    Add radix_tree_uniq_insert.
    Update DM cache when taking next VG lock instead of dropping it.
    Generate json string id only for json reporting.
    For vgsummary use new API call dm_config_parse_only_section().
    Use radix_tree for PV names mapping.
    Split check_lv_segment into separate _in/complete_vg variant.
    Use find_lv instead of find_lv_in_vg when possible.
    Do a mirror fixup only when mirrors with logs are imported.
    Add faster crc32 calculation from zlib code for x86_64.
    Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization.
    Version 2.03.27 - 02nd October 2024
    ===================================
    Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
    Detect GPT partition table and pass partition filter if no partitions defined.
    Add global/sanlock_align_size option to configure sanlock lease size.
    Disable mem locking when activation/reserved_stack or reserved_memory is 0.
    Fix locking issues in lvmlockd leaving thin pool locked.
    Deprecate vdo settings vdo_write_policy and vdo_write_policy.
    Lots of typo fixes across lvm2 code base (codespell).
    Corrected integrity parameter interleave_sectors for DM table line.
    Ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV, like raid10.
    Do not accept duplicate device names for pvcreate.
    Version 2.03.26 - 23rd August 2024
    ==================================
    Fix internal error reported by pvmove on a VG with single PV.
    Also accept --mknodes --refresh for vgscan.
    Fix vgmknodes --refresh to wait for udev before checking /dev content.
    Use log/report_command_log=1 config setting by default for JSON output format.
    Fix unreleased memory pools on RAID lvextend.
    Add --integritysettings option to manipulate dm-integrity settings.
    Version 2.03.25 - 12nd July 2024
    ================================
    Utilize more radix_tree instead of dm_hash and btree.
    Refactor DM uuid caching from device_mapper directory.
    Enhance checking for DM uuid device.
    Fix lvm shell command completion on tab key (2.03.24).
    Avoid lockd_vg call to lvmlockd for local VGs.
    Allow forced change of locktype from none.
    Handle OPTIONS defined in /etc/sysconfig/lvmlockd.
    * ** WHATS_NEW_DM from 1.02.198 to 1.02.203 ***
    Version 1.02.203 - 09th December 2024
    =====================================
    Version 1.02.202 - 04th November 2024
    =====================================
    Introduce dm_config_parse_only_section to stop parsing after section.
    For shorter string use on stack buffers when generating sections.
    Enhance dm_config tokenizer.
    Version 1.02.201 - 02nd October 2024
    ====================================
    Cleanup udev sync semaphore if dm_{udev_create,task_set}_cookie fails.
    Improve error messages on failed udev cookie create/inc/dec operation.
    Version 1.02.200 - 23rd August 2024
    ===================================
    Version 1.02.199 - 12nd July 2024
    =================================
  - update lvm2.spec
  - change lvm2_version to 2.03.29
  - change upstream_device_mapper_version and device_mapper_version to 1.02.203
  - include new systemed files lvm-devices-import.path and lvm-devices-import.service in lvm2 package
  - add build dependency 'pkgconfig(systemd)' and configure option '--enable-sd-notify' for lvmlockd
  - remove unrecognized (since 2.03.01) configure parameter '--with-cluster' from lvmlockd

++++ openvswitch:

  - Add proper dependency on /usr/sbin/ipsec on openvswitch-ipsec:
    without the binary present, the service crashes on startup
    (boo#1234617).

++++ rpm:

  - update to rpm-4.20.0
    * new BuildSystem directive
    * support for build scriptley augmenting
    * per-package build directory available as %builddir
    * --build-in-place automatically sets --noprep
    * new -C option for autosetup
    * better support for reproducible builds
    * support for group membership lines
    * new rpm.spawn() lua function
    * support indentation in spec tags
    * new rpmdump tool
  - switch to rpmpgp-legacy-1.0
  - disable buildroot check in rpmlintrc for now
  - refreshed patches:
    * brp.diff macrosin.diff rpmqpack.diff specfilemacro.diff
    * noprereqdeprec.diff fileattrs.diff assumeexec.diff
    * enable-postin-scripts-error.diff findsupplements.diff
    * db_conversion.diff canongnu.diff cmake_python_version.diff
    * zstdpool.diff posttrans.diff
    * auto-config-update-aarch64-ppc64le.diff
    * 0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
    * 0003-Error-out-on-a-missing-changelog-date.patch
  - add compatibility %buildroot definition
  - backport unshare fix from upstream and extend it a bit
    * new patch: unshare.diff

++++ libsodium:

  - Update to 1.0.20
    * When using the traditional build system, -O3 is used instead of -Ofast.
    * Improved detection of the compiler flags required on aarch64.
    * Improved compatibility with custom build systems on aarch64.
    * crypto_kdf_hkdf_sha512_statebytes() was added.
    * Compatibility issues with LLVM 18 and AVX512 have been addressed.
    For the full changelog see: https://github.com/jedisct1/libsodium/releases/tag/1.0.20-RELEASE
    * Update baselibs.conf
  - Included from 1.0.19
    * New AEADs: AEGIS-128L and AEGIS-256 are now available in the
    crypto_aead_aegis128l_*() and crypto_aead_aegis256_*() namespaces. AEGIS is
    a family of authenticated ciphers for high-performance applications,
    leveraging hardware AES acceleration on x86_64 and aarch64. In addition to
    performance, AEGIS ciphers have unique properties making them easier and
    safer to use than AES-GCM. They can also be used as high-performance MACs.
    * The HKDF key derivation mechanism, required by many standard protocols, is
    now available in the crypto_kdf_hkdf_*() namespace. It is implemented for
    the SHA-256 and SHA-512 hash functions.

++++ 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 5006-tpm2-util-Also-retry-unsealing-after-policy_pcr-retu.patch
    Backport of https://github.com/systemd/systemd/pull/35657, which fixes
    https://github.com/systemd/systemd/issues/35490 (boo#1233752, bsc#1234313).

++++ python-rpm:

  - update to rpm-4.20.0

++++ selinux-policy:

  - Update to version 20240604+git390.e897b9b3:
    * 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)

++++ spirv-tools:

  - Update to release 2024.4~rc2
    * General:
    * Add FPEncoding operand type. (#5726)
    * Support SPV_KHR_untyped_pointers, SPV_INTEL_global_variable_host_access,
    SPV_KHR_compute_shader_derivative
    * Vulkan 1.4 support (#5899)
    * Optimizer: Add knowledge of cooperative matrice
  - Delete 0001-SPV_KHR_untyped_pointers-Fix-verification-for-OpenCL.patch
    (merged)

------------------------------------------------------------------
------------------  2024-12-14  -  Dec 14 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.3 → 10.2.4

++++ libXau:

  - update to 1.0.12
    * This release adds support for building with meson as well as
    autoconf, thanks to the work of Dylan Baker.
  - switched to meson build system

++++ libXxf86vm:

  - Update to version 1.1.6
    * Remove "All rights reserved" from Oracle copyright notices
    * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    * Add X.Org's standard C warning flags to AM_CFLAGS
    * Add -no-undefined flag to LDFLAGS to fix Windows builds

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

  - KVM: s390: add gen17 facilities to CPU model (jsc#PED-10311).
  - KVM: s390: add msa11 to cpu model (jsc#PED-10311).
  - KVM: s390: add concurrent-function facility to cpu model
    (jsc#PED-10311).
  - commit 61222cd
  - s390/crypto: Add hardware acceleration for full AES-XTS mode
    (jsc#PED-10314).
  - s390/crypto: Postpone the key split to key conversion
    (jsc#PED-10314).
  - s390/crypto: Introduce function for tokenize clearkeys
    (jsc#PED-10314).
  - s390/crypto: Generalize parameters for key conversion
    (jsc#PED-10314).
  - s390/crypto: Use module-local structures for protected keys
    (jsc#PED-10314).
  - s390/crypto: Convert to reverse x-mas tree, rename ret to rc
    (jsc#PED-10314).
  - s390/pkey: Tolerate larger key blobs (jsc#PED-10314).
  - commit 0dd8187
  - supported.conf: mark arch/s390/crypto/hmac_s390 as externally supported (jsc#PED-10324)
  - commit c4fa325
  - supported.conf: mark drivers/s390/crypto/pkey_uv as externally supported (jsc#PED-10318)
  - commit 50163dc
  - s390x config: enable PKEY_UV (jsc#PED-10318)
  - commit 1fa7668
  - s390/pkey: Add new pkey handler module pkey-uv (jsc#PED-10318).
  - s390/pkey: Build module name array selectively based on kernel
    config options (jsc#PED-10318).
  - s390/pkey: Rework pkey verify for protected keys
    (jsc#PED-10318).
  - s390/pkey: Simplify protected key length calculation code
    (jsc#PED-10318).
  - s390/zcrypt: Cleanup include zcrypt_api.h (jsc#PED-10318).
  - commit fa68c6e
  - s390/uvdevice: Support longer secret lists (jsc#PED-11785).
  - s390/uv: Retrieve UV secrets sysfs support (jsc#PED-11785).
  - s390/uvdevice: Increase indent in IOCTL definitions
    (jsc#PED-11785).
  - s390/uvdevice: Add Retrieve Secret IOCTL (jsc#PED-11785).
  - s390/uv: Retrieve UV secrets support (jsc#PED-11785).
  - s390/uv: Use a constant for more-data rc (jsc#PED-11785).
  - commit 0151068
  - s390/uv: Provide host-key hashes in sysfs (jsc#PED-11158).
  - s390/uv: Refactor uv-sysfs creation (jsc#PED-11158).
  - commit edbf800
  - s390/cio: Externalize full CMG characteristics (jsc#PED-11162).
  - commit 5d24d1b
  - s390x config: disable CONFIG_COMPAT (jsc#PED-7854)
  - commit d25f099
  - 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
  - s390/pci: Fix leak of struct zpci_dev when zpci_add_device()
    fails (jsc#PED-10325).
  - s390/pci: Ignore RID for isolated VFs (jsc#PED-10325).
  - s390/pci: Use topology ID for multi-function devices
    (jsc#PED-10325).
  - s390/pci: Sort PCI functions prior to creating virtual busses
    (jsc#PED-10325).
  - commit 30c6861
  - Bluetooth: btmtk: avoid UAF in btmtk_process_coredump
    (git-fixes).
  - Bluetooth: iso: Fix circular lock in iso_conn_big_sync
    (git-fixes).
  - Bluetooth: iso: Fix circular lock in iso_listen_bis (git-fixes).
  - Bluetooth: SCO: Add support for 16 bits transparent voice
    setting (git-fixes).
  - Bluetooth: iso: Fix recursive locking warning (git-fixes).
  - Bluetooth: iso: Always release hdev at the end of iso_listen_bis
    (git-fixes).
  - Bluetooth: hci_event: Fix using rcu_read_(un)lock while
    iterating (git-fixes).
  - Bluetooth: Improve setsockopt() handling of malformed user input
    (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: cfg80211: sme: init n_channels before channels[] access
    (git-fixes).
  - wifi: mac80211: fix station NSS capability initialization order
    (git-fixes).
  - wifi: mac80211: fix a queue stall in certain cases of CSA
    (git-fixes).
  - wifi: mac80211: init cnt before accessing elem in
    ieee80211_copy_mbssid_beacon (git-fixes).
  - wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
    (git-fixes).
  - commit 87acd7b

++++ libeconf:

  - Update to version 0.7.6:
    * Do not try to parse files with name like ".." and "." (#227)
    * using econf_readConfig in econftool

------------------------------------------------------------------
------------------  2024-12-12  -  Dec 12 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - require llvm19/clang19 on sle15 >= sp6

++++ Mesa-drivers:

  - require llvm19/clang19 on sle15 >= sp6

++++ elfutils:

  - Add fix-static-linking.patch (bsc#1234445)

++++ haproxy:

  - Update to version 3.1.1+git0.717960de0:
    * [RELEASE] Released version 3.1.1
    * BUG/MINOR: hlua_fcn: restore server pairs iterator pointer consistency
    * BUG/MINOR: server-state: Fix expiration date of srvrq_check tasks
    * BUG/MINOR: http-fetch: Ignore empty argument string for query()
    * BUG/MEDIUM: stats/server: use watcher to track server during stats dump
    * MINOR: list: define a watcher type
    * BUG/MINOR: stats: decrement srv refcount on stats-file release
    * BUG/MINOR: resolvers: handle a possible strdup() failure
    * BUG/MINOR: ssl_crtlist: handle a possible strdup() failure
    * BUG/MINOR: namespace: handle a possible strdup() failure
    * BUG/MEDIUM: mworker: report status, if daemonized master fails
    * BUG/MEDIUM: startup: report status if daemonized process fails
    * BUG/MEDIUM: startup: don't daemonize if started with -c
    * BUG/MINOR: startup: fix error path for master, if can't open pidfile
    * BUG/MINOR: mworker: fix -D -W -sf/-st modes
    * BUG/MINOR: mworker: don't save program PIDs in oldpids
    * BUG/MINOR: mux-h2: fix expression when detecting excess of CONTINUATION frames
    * MINOR: mux-h2/glitches: add a description to the H2 glitches
    * CLEANUP: mux-h2/traces: reword certain ambiguous traces
    * MINOR: mux-h2/traces: add a missing trace on negative initial window size
    * BUILD: debug: fix build issues in COUNT_IF() with -Wunused-value
    * BUG/MINOR: debug: COUNT_IF() should return true/false
    * DOC: config: fix confusing init-state examples
    * BUG/MINOR: config: Fix parsing of accept-invalid-http-{request,response}
    * BUG/MEDIUM: mux-h2: make sure not to touch dummy streams when sending WU
    * BUG/MINOR: quic: remove startup alert if GSO unsupported
    * BUG/MINOR: quic: remove startup alert if conn socket-owner unsupported
    * BUG/MEDIUM: mux-quic: remove pacing status when everything is sent
    * BUG/MINOR: init: do not call fork_poller() for non-forked processes
    * BUG/MEDIUM: init: make sure only daemonized processes change their session
    * BUG/MINOR: quic: fix bbr_inflight() calls with wrong gain value
    * BUG/MINOR: startup: fix pidfile creation
    * BUG/MINOR: startup: close pidfd and free global.pidfile in handle_pidfile()
    * BUG/MINOR: signal: register default handler for SIGINT in signal_init()
    * BUILD: quic: fix a build error about an non initialized timestamp
    * BUG/MINOR: h1-htx: Use default reason if not set when formatting the response
    * BUG/MEDIUM: http-ana: Reset request flag about data sent to perform a L7 retry
    * BUG/MEDIUM: quic: prevent stream freeze on pacing
    * BUG/MEDIUM: event_hdl: fix uninitialized value in async mode when no data is provided
    * BUG/MINOR: improve BBR throughput on very fast links
    * BUG/MINOR: log: fix lf_text() behavior with empty string
    * MINOR: proxy: Add support of 421-Misdirected-Request in retry-on status
    * BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect() if FD_POLL_ERR is not set

++++ kernel-default:

  - scsi: megaraid_sas: Fix for a potential deadlock
    (jsc#PED-11259).
  - commit 73f8b3c
  - Update config files: drop bfa driver (jsc#PED-6925)
  - commit 6eb9687
  - scsi: mpt3sas: Update driver version to 51.100.00.00
    (jsc#PED-11252).
  - commit a77a0f7
  - scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set
    during driver load time (jsc#PED-11252).
  - commit ab220b1
  - iommufd: Fix out_fput in iommufd_fault_alloc() (git-fixes).
  - commit b516daa
  - iommu/amd/pgtbl_v2: Take protection domain lock before
    invalidating TLB (git-fixes).
  - commit bfae336
  - 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).
  - net: mana: use ethtool string helpers (git-fixes).
  - net: mana: Enable debugfs files for MANA device (git-fixes).
  - hv_netvsc: Don't assume cpu_possible_mask is dense (git-fixes).
  - net: mana: Add get_link and get_link_ksettings in ethtool
    (git-fixes).
  - net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024
    (git-fixes).
  - commit a3a0c1e

++++ libdrm:

  - adjusted patches
    * n_libdrm-drop-valgrind-dep-generic.patch
    * n_libdrm-drop-valgrind-dep-intel.patch

++++ libsoup:

  - Update to version 3.6.1+4:
    + Fix ownership annotatin for soup_form_decode_multipart().
  - Convert to obs_scm source service: allow for easier maintenance.

++++ libvirt:

  - qemu: tpm: do not update profile name for transient domains
    Fixes a crash when starting a transient domain
    boo#1234438

++++ passt:

  - Update to version 20241211.09478d5:
    * treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
    * pasta: make it possible to disable socket splicing
    * tap: Call vu_init() with --fd
    * tap: Use a common function to start a new connection
    * udp_vu: update segment size
    * flow: Remove over-zealous sanity checks in flow_sidx_hash()
    * udp: Improve detail of UDP endpoint sanity checking
    * perf/passt_vu_tcp: Make it shine
    * tcp_vu: Compute IPv4 header checksum if dlen changes
    * Makefile: Use make internal string functions
    * tcp_vu: Remove unnecessary tcp_vu_update_check() function
    * tcp: Merge tcp_fill_headers[46]() with each other
    * tcp: Merge tcp_update_check_tcp[46]()
    * tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()
    * tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()
    * iov, checksum: Replace csum_iov() with csum_iov_tail()
    * iov: iov tail helpers
    * tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()
    * Fix build on 32bit target
    * virtio: check if avail ring is configured
    * tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c
    * test: Add tests for passt in vhost-user mode
    * vhost-user: add vhost-user
    * passt: rename tap_sock_init() to tap_backend_init()
    * tcp: Export headers functions
    * udp: Prepare udp.c to be shared with vhost-user
    * vhost-user: introduce vhost-user API
    * vhost-user: introduce virtio API
    * packet: replace struct desc by struct iovec

++++ python-six:

  - update to 1.17:
    * Add python 3.9 testing
    * Fix UserDict move in Python2
    * Delete pep8ignore and flakes-ignore
    * tkinter.tix was removed from Python 3.13, skip the test
    * Fix deprecation warning from setuptools
    * Python 3.14 removed the URLopener and FancyURLopener classes,
    from urllib.requests
    * Update copyright years
    * Expunge travis

++++ toolbox-branding-SLE:

  - Initial release (bsc#1232346)

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

++++ drbd:

  - Update DRBD version from 9.1.22 to 9.1.23 (boo#1234849)
    * Changelog from Linbit:
    9.1.23 (api:genl2/proto:86-101,118-121/transport:18)
  - -------
    * Fix a corner case that can happen when DRBD establishes multiple
    connections in parallel, which could lead one connection to end up in
    an inconsistent replication state of WFBitMapT/Established
    * Fix a corner case in which a reconciliation resync ends up in
    WFBitMapT/Established
    * Restrict protocol compatibility to the most recent 8.4 and 9.0 releases
    * Fix a corner case causing a module ref leak on drbd_transport_tcp;
    if it hits, you can not rmmod it
    * rate-limit resync progress while resync is paused
    * resync-target inherits history UUIDs when resync finishes,
    this can prevent unexpected "unrelared data" events later
    * Updated compatibility code for Linux 6.11 and 6.12
    * remove patches which already included in the new version:
    0001-drbd-properly-rate-limit-resync-progress-reports.patch
    0002-drbd-inherit-history-UUIDs-from-sync-source-when-res.patch
    0003-build-compat-fix-line-offset-in-annotation-pragmas-p.patch
    0004-drbd-fix-exposed_uuid-going-backward.patch
    0005-drbd-Proper-locking-around-new_current_uuid-on-a-dis.patch
    0006-build-CycloneDX-fix-bom-ref-add-purl.patch
    0007-build-Another-update-to-the-spdx-files.patch
    0008-build-generate-spdx.json-not-tag-value-format.patch
    0009-compat-fix-gen_patch_names-for-bdev_file_open_by_pat.patch
    0010-compat-fix-nla_nest_start_noflag-test.patch
    0011-compat-fix-blk_alloc_disk-rule.patch
    0012-drbd-remove-const-from-function-return-type.patch
    0013-drbd-don-t-set-max_write_zeroes_sectors-in-decide_on.patch
    0014-drbd-split-out-a-drbd_discard_supported-helper.patch
    0015-drbd-atomically-update-queue-limits-in-drbd_reconsid.patch
    0016-compat-test-and-patch-for-queue_limits_start_update.patch
    0017-compat-specify-which-essential-change-was-not-made.patch
    0018-gen_patch_names-reorder-blk_mode_t.patch
    0019-compat-fix-blk_queue_update_readahead-patch.patch
    0020-compat-test-and-patch-for-que_limits-max_hw_discard_.patch
    0021-compat-fixup-write_zeroes__no_capable.patch
    0022-compat-fixup-queue_flag_discard__yes_present.patch
    0023-drbd-move-flags-to-queue_limits.patch
    0024-compat-test-and-patch-for-queue_limits.features.patch
    0025-drbd-Annotate-struct-fifo_buffer-with-__counted_by.patch
    0026-compat-test-and-patch-for-__counted_by.patch
    0027-drbd-fix-function-cast-warnings-in-state-machine.patch
    0028-Add-missing-documentation-of-peer_device-parameter-t.patch
    0030-drbd-kref_put-path-when-kernel_accept-fails.patch
    0031-build-fix-typo-in-Makefile.spatch.patch
    0032-drbd-open-do-not-delay-open-if-already-Primary.patch
    * removed patch which is not needed anymore:
    boo1231290_fix_drbd_build_error_against_kernel_v6.11.0.patch
    boo1233222_fix_drbd_build_error_against_kernel_v6.11.6.patch
    bsc-1216666-compat-sock-Remove-sendpage-in-favour-of-sendmsg-MSG.patch
    * update:
    drbd_git_revision
    drbd.spec
    * add upstream patches to align commit d64ebe7eb7df:
    0001-drbd-Fix-memory-leak.patch

++++ gpg2:

  - Update to 2.5.2:
    * gpg: Add option 16 to --full-gen-key to create ECC+Kyber.  [T6638]
    * gpg: For composite algos add the algo string to the colons
    listings.  [T6638]
    * gpg: Validate the trustdb after the import of a trusted key.
    [T7200]
    * gpg: Exclude expired trusted keys from the key validation process.
    [T7200]
    * gpg: Fix a wrong decryption failed status for signed and OCB
    encrypted messages without a signature verification key.  [T7042]
    * gpg: Retain binary representation for import->export with Ed25519
    key signatures.  [T7426]
    * gpg: Fix comparing ed448 to ed25519 with --assert-pubkey-algo.
    [T7425]
    * gpg: Avoid a failure exit code for expired ultimately trusted
    keys.  [T7351]
    * gpg: Emit status error for an invalid ADSK.  [T7322]
    * gpg: Allow the use of an ADSK subkey as ADSK subkey.  [T6882]
    * gpg: Fix --quick-set-expire for V5 subkey fingerprints.  [T7298]
    * gpg: Robust error handling for SCD READKEY.  [T7309]
    * gpg: Fix cv25519 v5 export regression.  [T7316]
    * gpgsm: Nearly fourfold speedup of validated certificate listings.
    [T7308]
    * gpgsm: Improvement for some rare P12 files.  [rGf50dde6269]
    * gpgsm: Terminate key listing on output write error.  [T6185]
    * agent: Add option --status to the LISTRUSTED command.
    [rG4275d5fa7a]
    * agent: Fix detection of the yet unused trustflag de-vs.  [T5079]
    * agent: Allow ssh to sign data larger than the Assuan line length.
    [T7436]
    * keyboxd: Fix a race condition on the database handle.  [T7294]
    * dirmngr: A list of used URLs for loaded CRLs is printed first in
    the output of the LISTCRL command.  [T7337]
    * scd: More mitigations against lock ups with multiple cards or
    apps.  [T7323, T7402]
    * gpgtar: Use log-file from common.conf only in --batch mode.
    [rGb389e04ef5]
    * gpgtar: Fix directory creation during extraction.  [T7380]
    * gpg-mail-tube: Minor fixes.
    * gpgconf: Add list flag to trusted-key et al.  [T7313]
    * Implement GNUPG_ASSUME_COMPLIANCE envvar and registry key for
    testing de-vs compliance mode.  [rGb287fb5775,rG7b0be541a9]
    * Fix a race condition in creating the socket directory.  [T7332]

++++ kernel-default:

  - bnxt_en: Add support for RoCE sriov configuration (jsc#PED-11250)
  - commit a177146
  - Re-enable patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch (bsc#1142095, jsc#SLE-15175)
  - commit 7a74a29
  - locking/rt: Annotate unlock followed by lock for sparse
    (bsc#1234370).
  - locking/rt: Add sparse annotation for RCU (bsc#1234370).
  - locking/rt: Remove one __cond_lock() in RT's
    spin_trylock_irqsave() (bsc#1234370).
  - locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks
    (bsc#1234370).
  - commit 79348e2
  - IB/cm: Rework sending DREQ when destroying a cm_id (jsc#PED-11323)
  - commit 5f6d0d2
  - IB/cm: Do not hold reference on cm_id unless needed (jsc#PED-11323)
  - commit aaede19
  - IB/cm: Explicitly mark if a response MAD is a retransmission (jsc#PED-11323)
  - commit 2d5950b
  - RDMA/nldev: Add IB device and net device rename events (jsc#PED-11323)
  - commit 3146d03
  - RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (jsc#PED-11323)
  - commit dda2a0e
  - RDMA/core: Add device ufile cleanup operation (jsc#PED-11323)
  - commit b241858
  - RDMA/core: Implement RoCE GID port rescan and export delete function (jsc#PED-11323)
  - commit 9487e55
  - RDMA/rxe: Set queue pair cur_qp_state when being queried (jsc#PED-11323)
  - commit 1fda28e
  - RDMA/efa: Report link speed according to device attributes (jsc#PED-11323)
  - commit 96e5da5
  - RDMA/rxe: Fix the qp flush warnings in req (jsc#PED-11323)
  - commit df95324
  - This is very hard to fix upstream as it goes deeply into NFC core
  - commit 668fe23
  - RDMA: Use ethtool string helpers (jsc#PED-11323)
  - commit 486ec2b
  - RDMA/ipoib: Use the networking stack default for txqueuelen (jsc#PED-11323)
  - commit b26dae5
  - RDMA/efa: Add option to set QP service level on create (jsc#PED-11323)
  - commit d641492
  - RDMA/efa: Update device interface (jsc#PED-11323)
  - commit a356642
  - IB/hfi1: make clear_all_interrupts static (jsc#PED-8564)
  - commit 69cf48c
  - RDMA/hns: Fix different dgids mapping to the same dip_idx (jsc#PED-11250)
  - commit a935952
  - RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() (jsc#PED-11250)
  - commit 914d5d2
  - RDMA/hns: Fix out-of-order issue of requester when setting FENCE (jsc#PED-11250)
  - commit f34c3c1
  - RDMA/hns: Fix cpu stuck caused by printings during reset (jsc#PED-11250)
  - commit 6408c43
  - RDMA/hns: Use dev_* printings in hem code instead of ibdev_* (jsc#PED-11250)
  - commit 99377a7
  - RDMA/hns: Modify debugfs name (jsc#PED-11250)
  - commit 3839b8a
  - RDMA/hns: Fix flush cqe error when racing with destroy qp (jsc#PED-11250)
  - commit 39e568b
  - RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci (jsc#PED-11250)
  - commit 56699b7
  - RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset (jsc#PED-11250)
  - commit 6230f20
  - RDMA/bnxt_re: Correct the sequence of device suspend (jsc#PED-11250)
  - commit 2ef4645
  - RDMA/bnxt_re: Use the default mode of congestion control (jsc#PED-11250)
  - commit 65235d2
  - RDMA/bnxt_re: Support different traffic class (jsc#PED-11250)
  - commit 1942a7b
  - RDMA/bnxt_re: Cache MSIx info to a local structure (jsc#PED-11250)
  - commit 1e3b642
  - RDMA/bnxt_re: Refurbish CQ to NQ hash calculation (jsc#PED-11250)
  - commit 69d4b35
  - RDMA/bnxt_re: Refactor NQ allocation (jsc#PED-11250)
  - commit 72bfe4d
  - RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved (jsc#PED-11250)
  - commit 2d18123
  - RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters (jsc#PED-11250)
  - commit cbb163e
  - RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design (jsc#PED-11250)
  - commit 8e2b0d1
  - RDMA/bnxt_re: Add debugfs hook in the driver (jsc#PED-11250)
  - commit 7df4e4c
  - RDMA/bnxt_re: Support raw data query for each resources (jsc#PED-11250)
  - commit b35c9fe
  - RDMA/bnxt_re: Add support for querying HW contexts (jsc#PED-11250)
  - commit 03d0ac2
  - RDMA/bnxt_re: Support driver specific data collection using rdma tool (jsc#PED-11250)
  - commit 301d4c8
  - RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (jsc#PED-11250)
  - commit db78d83
  - RDMA/bnxt_re: Fix access flags for MR and QP modify (jsc#PED-11250)
  - commit 103dfc7
  - RDMA/bnxt_re: Add support for modify_device hook (jsc#PED-11250)
  - commit 2b5ef62
  - RDMA/bnxt_re: Add support for CQ rx coalescing (jsc#PED-11250)
  - commit 24d2ba3
  - RDMA/bnxt_re: Add support for optimized modify QP (jsc#PED-11250)
  - commit b0961e5
  - RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pages (jsc#PED-11250)
  - commit 9dfd1ae
  - s390/dasd: fix redundant /proc/dasd* entries removal
    (bsc#1227694).
  - commit 3fe3c9b
  - softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
    (bsc#1234370).
  - timers: Use __raise_softirq_irqoff() to raise the softirq
    (bsc#1234370).
  - hrtimer: Use __raise_softirq_irqoff() to raise the softirq
    (bsc#1234370).
  - commit 648ddcf

++++ kernel-firmware-all:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-amdgpu:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-ath10k:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-ath11k:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-ath12k:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-atheros:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-bluetooth:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-bnx2:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-brcm:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-chelsio:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-dpaa2:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-i915:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-intel:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-iwlwifi:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-liquidio:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-marvell:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-media:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-mediatek:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-mellanox:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-mwifiex:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-network:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-nfp:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-nvidia:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-platform:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-prestera:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-qcom:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-qlogic:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-radeon:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-realtek:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-serial:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-sound:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-ti:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-ueagle:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ kernel-firmware-usb-network:

  - Update to version 20241211 (git commit 163296523cd4):
    * rtl_nic: add firmware rtl8125d-2
    * linux-firmware: Update firmware file for Intel BlazarU core
    * QCA: Add Bluetooth nvm files for WCN785x
    * QCA: Update Bluetooth WCN785x firmware to 2.0.0-00515-2

++++ gpgme:

  - Update to 1.24.1:
    * Support the Kyber algorithm in key listings.
    * Allow building on some older Linux platforms.  [rM4a62318422]
    * Interface changes relative to the 1.24.0 release:
    GPGME_PK_KYBER                          NEW enum value.

++++ nfs-utils:

  - Require system-user-nobody for nfs-client as the statd user relies
    on `nogroup` from this package

++++ 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 20240604+git388.baa001c6:
    * Label /run/libvirt/qemu/channel with virtqemud_var_run_t (bsc#1230961)

++++ socat:

  - Update to 1.8.0.2:
  - Security fix for readline.sh: arbitrary file overwrite via predictable /tmp
    directory (bsc#1225462 CVE-2024-54661)
  - Update to 1.8.0.1:
  - Bug fixes
  - UDP-SENDTO, UDPLITE-SENDTO, and IP-SENDTO addresses now select an IPv4
    address in case the server name resolves to both IPv4 and IPv6 addresses.
  - Guard applyopts_termios_value() with WITH_TERMIOS.
  - In some situations xioclose() was called nested what could cause hanging
    of OpenSSL in pthread_rwlock_wrlock().
  - socat 1.8.0.0 with addresses of type RECVFROM and option fork, where the
    second address failed to connect/open in the child process, entered a
    fork loop that was only stopped by FD exhaustion caused by FD leak.
  - socat 1.8.0.0 had an FD leak with addresses of type RECVFROM with fork.
  - With version 1.8.0.0, options ipv6-join-group and ipv6-join-source-group
    did not work.
  - IP-SENDTO and option pf (protocol-family) with protocol name (vs.numeric
    argument) failed with message: E retropts_int(): trailing garbage in
    numerical arg of option "protocol-family".
  - Fixed a possible buffer overrun with long log lines. In fact it does not
    write beyond end of buffer but lets pass excessive data to the write()
    function.
  - Reworked domain name resolution, centralized IPv4/IPv6 sorting.
  - Print warning about not checking CRLs in OpenSSL only in the first child
    process.
  - Features
  - Total inactivity timeout option -T 0 now means 0.0 seconds;
  - Changed socat-chain.sh, socat-mux.sh, and socat-broker.sh to work with
    older Socat versions.
  - socat-mux.sh and socat-broker.sh, when run as root, now internally use
    low (512..1023) UDP ports to increase security.
  - Added option ai-all (sets AI_ALL flag of getaddrinfo() resolver)
  - Socks5 now also allows syntax without socks port, and supports option
    socksport.
  - Removed 0004-udp-listen-bind4.patch (fixed by upstream socat-1.8.0.1).
  - Refreshed socat-test-without-tty.patch to match socat-1.8.0.1.

++++ sysuser-tools:

  - Directly check return value of systemd-sysusers

------------------------------------------------------------------
------------------  2024-12-10  -  Dec 10 2024  -------------------
------------------------------------------------------------------

++++ Leap-Micro-release:

  - automatically generated by openSUSE-release-tools/pkglistgen

++++ 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:

  - config: remove unsupported configs
  - commit 1752d05
  - s390/entry: Mark IRQ entries to fix stack depot warnings
    (git-fixes bsc#1234356).
  - commit c8209d6
  - config: rename x86_64 and arm64 default and debug config files
    Move default to rt and debug to rt_debug, adjusting CONFIG_LOCALVERSION
    accordingly. No other changes.
  - commit 5e72780
  - rpm/config.sh: Specify RT variant and livepatching
  - commit daf200f
  - s390/pci: Fix potential double remove of hotplug slot (git-fixes
    bsc#1234354).
  - commit 7049f18
  - s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
    (git-fixes bsc#1234353).
  - commit 474fbfd
  - s390/stacktrace: Use break instead of return statement
    (git-fixes bsc#1234352).
  - commit dae6da4
  - s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
    (git-fixes bsc#1234351).
  - commit ac7d642
  - iommu/s390: Implement blocking domain (git-fixes bsc#1234350).
  - commit 6b9a77b
  - s390/syscalls: Avoid creation of arch/arch/ directory (git-fixes
    bsc#1234349).
  - commit 1f0d2c0
  - s390/cpum_sf: Fix and protect memory allocation of SDBs with
    mutex (git-fixes bsc#1234348).
  - commit 444f041
  - s390/pageattr: Implement missing kernel_page_present()
    (git-fixes bsc#1234347).
  - commit 3d52939
  - s390/cio: Do not unregister the subchannel based on DNV
    (git-fixes bsc#1234346).
  - commit 4347702
  - s390/facilities: Fix warning about shadow of global variable
    (git-fixes bsc#1234345).
  - commit 02f0405
  - drm/amdgpu: fix usage slab after free (stable-fixes).
  - drm/amd/pm: Remove arcturus min power limit (stable-fixes).
  - drm/amd/pm: skip setting the power source on smu v14.0.2/3
    (stable-fixes).
  - drm/amd/pm: disable pcie speed switching on Intel platform
    for smu v14.0.2/3 (stable-fixes).
  - drm/amdkfd: Use the correct wptr size (stable-fixes).
  - drm/amdgpu/pm: add gen5 display to the user on smu v14.0.2/3
    (stable-fixes).
  - drm/amd: Fix initialization mistake for NBIO 7.11 devices
    (stable-fixes).
  - drm/amd/display: Remove PIPE_DTO_SRC_SEL programming from
    set_dtbclk_dto (stable-fixes).
  - drm/amd/display: Fix handling of plane refcount (stable-fixes).
  - drm/amd/display: update pipe selection policy to check head pipe
    (stable-fixes).
  - drm/amd/pm: update current_socclk and current_uclk in
    gpu_metrics on smu v13.0.7 (stable-fixes).
  - PCI: imx6: Fix suspend/resume support on i.MX6QDL
    (stable-fixes).
  - drm/etnaviv: flush shader L1 cache after user commandstream
    (stable-fixes).
  - Revert "drm/xe/xe_guc_ads: save/restore OA registers and
    allowlist regs" (git-fixes).
  - drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs
    (git-fixes).
  - commit fd87388
  - fcntl: make F_DUPFD_QUERY associative (git-fixes).
  - commit be385fd
  - fs: support relative paths with FSCONFIG_SET_STRING (git-fixes).
  - commit ef5bd8a
  - hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()
    (git-fixes).
  - commit 5fd3bb3
  - erofs: handle NONHEAD !delta[1] lclusters gracefully
    (git-fixes).
  - commit 813ea9e
  - erofs: fix blksize < PAGE_SIZE for file-backed mounts
    (git-fixes).
  - commit b284b3f
  - erofs: fix file-backed mounts over FUSE (git-fixes).
  - commit 7bf2dba
  - nfs/blocklayout: Limit repeat device registration on failure
    (git-fixes).
  - commit 5b1e7a2
  - nfs/blocklayout: Don't attempt unregister for invalid block
    device (git-fixes).
  - commit 8ad811d
  - sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
    (git-fixes).
  - commit bd7fa6f
  - SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
    (git-fixes).
  - commit ee8bee6
  - sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
    (git-fixes).
  - commit 897270b
  - nfs: ignore SB_RDONLY when mounting nfs (git-fixes).
  - commit 99730eb
  - Revert "nfs: don't reuse partially completed requests in
    nfs_lock_and_join_requests" (git-fixes).
  - commit 890cbd2
  - Revert "fs: nfs: fix missing refcnt by replacing
    folio_set_private by folio_attach_private" (git-fixes).
  - commit e370dcb
  - nfs/localio: must clear res.replen in nfs_local_read_done
    (git-fixes).
  - commit cad5bd8
  - NFSv4.0: Fix a use-after-free problem in the asynchronous open()
    (git-fixes).
  - commit d12d418
  - nfs_common: must not hold RCU while calling nfsd_file_put_local
    (git-fixes).
  - commit 5734a19
  - NFSD: Fix nfsd4_shutdown_copy() (git-fixes).
  - commit ebfeeee
  - svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
    (git-fixes).
  - commit 329fe63
  - nfsd: release svc_expkey/svc_export with rcu_work (git-fixes).
  - commit 97e3dac
  - nfsd: make sure exp active before svc_export_show (git-fixes).
  - commit a104268
  - NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
    (git-fixes).
  - commit 7f91920
  - NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
    (git-fixes).
  - commit aaee8d9
  - NFSD: Remove a never-true comparison (git-fixes).
  - commit c224daa
  - nfsd: drop inode parameter from nfsd4_change_attribute()
    (git-fixes).
  - commit dddb56b
  - svcrdma: Address an integer overflow (git-fixes).
  - commit a27962f

++++ json-glib:

  - Update to version 1.10.6:
    + Allow single quoted strings when running in non-strict mode.
    + Allow escaped characters when running in non-strict mode.
    + Add missing nullable annotation.

++++ netavark:

  - Update to version 1.13.1:
    * Release v1.13.1
    * Release notes for v1.13.1
    * setup: on av errors cleanup again
    * nftables: add daddr match to port forward jump rule

++++ python-argcomplete:

  - Update to version 3.5.2
    * Fix _parse_known_args monkeypatching. This fix is required to restore
    compatibility with Python 3.12.8 and 3.13.1.

++++ qemu:

  - Fix bsc#1232712. The problem must be addressed upstream. This is
    only a temporary measure, that should be reverted as soon as
    possible:
    * Revert "ui/curses: Do not use console_select()" (bsc#1232712)
    * Revert "hw/xen: Register framebuffer backend via xen_backend_init()" (bsc#1232712)

++++ suse-module-tools:

    * rpm-script: create dangling symlinks in kiwi environments
    (bsc#1234275)

------------------------------------------------------------------
------------------  2024-12-9  -  Dec 9 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - aarch64: disable build of etnaviv driver on sle15-sp7 due to
    python3-pycparser >= 2.20 not available
  - don't apply patches of previous changelog for s390x; Mesa 24.1.7
    doesn't suffer from this issue, only Mesa 24.3.1 ...

++++ Mesa-drivers:

  - aarch64: disable build of etnaviv driver on sle15-sp7 due to
    python3-pycparser >= 2.20 not available
  - don't apply patches of previous changelog for s390x; Mesa 24.1.7
    doesn't suffer from this issue, only Mesa 24.3.1 ...

++++ SL-Micro-release:

  - Remove double spaces in SL-Micro-release.spec

++++ python-kiwi:

  - Fixed unit test

++++ glib2:

  - Update to version 2.82.3:
    + Fix compatibility with tzdata 2024b
    + Bugs fixed:
  - Test regressions with tzdata 2024b
  - gdatetime test: Do not assume PST8PDT was always exactly
  - 8/-7
  - glib: Don't require GLIB_DOMAIN to be a NUL-terminated string
  - gio: Fix GFileEnumerator leaks in gio tools
  - macos: Remove extraous space from type identifier
  - refstring: Fix race between releasing and re-acquiring an
    interned GRefString
  - appmonitor: Fix warning building test
  - grefstring: Mark a variable as potentially unused
  - gdbus: Fix leak of method invocation when registering an
    object with closures

++++ gstreamer:

  - Update to version 1.24.10:
    + Highlighted bugfixes:
  - More than 40 security fixes across a wide range of elements
    following an audit by the GitHub Security Lab, including the
    MP4, Matroska, Ogg and WAV demuxers, subtitle parsers, image
    decoders, audio decoders and the id3v2 tag parser.
  - avviddec: Fix regression that could trigger assertions about
    width/height mismatches.
  - appsink and appsrc fixes.
  - closed caption handling fixes.
  - decodebin3 and urisourcebin fixes.
  - glupload: dmabuf: Fix emulated tiled import.
  - level: fix LevelMeta values outside of the stated range.
  - mpegtsmux, flvmux: fix potential busy looping with high cpu
    usage in live mode.
  - pipeline dot file graph generation improvements.
  - qt(6): fix criticals with multiple qml(6)gl{src,sink}.
  - rtspsrc: Optionally timestamp RTP packets with their receive
    times in TCP/HTTP mode to enable clock drift handling.
  - splitmuxsrc: reduce number of file descriptors used.
  - systemclock: locking order fixes.
  - v4l2: fix possible v4l2videodec deadlock on shutdown; 8-bit
    bayer format fixes.
  - x265: Fix build with libx265 version >= 4.1 after
    masteringDisplayColorVolume API change.
  - macOS: fix rendering artifacts in retina displays, plus ptp
    clock fixes.
  - cargo: Default to thin lto for the release profile (for
    faster builds with lower memory requirements).
  - Various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements.
  - Updated translations.
    + gstreamer:
  - allocator: Avoid integer overflow when allocating sysmem and
    avoid integer overflow in qtdemux theora extension parsing
    (boo#1234449 CVE-2024-47606).
  - deviceprovider: fix leaking hidden providers.
  - gstreamer: prefix debug dot node names to prevent splitting.
  - pad: Never push sticky events in response to a FLUSH_STOP.
  - systemclock: Fix lock order violation and some cleanup.
  - utils: improve gst_util_ceil_log2().
  - ptp: use ip_mreq instead of ip_mreqn for macos.
  - tracers: unlock leaks tracer if already tracking.

++++ gstreamer-plugins-base:

  - Update to version 1.24.10:
    + appsink: fix timeout logic for gst_app_sink_try_pull_sample().
    + appsrc: Fix use-after-free when making buffer / buffer-lists
    writable.
    + audiostreamalign: Don't report disconts for every buffer if
    alignment-threshold is too small.
    + decodebin3: Unify collection switching checks.
    + discoverer:
  - Don't print channel layout for more than 64 channels
    (boo#1234453 CVE-2024-47600).
  - Make sure the missing elements details array is
    NULL-terminated in a thread-safe way.
  - Fix segfault in race condition adding a new uri.
    + id3v2: Don't try parsing extended header if not enough data is
    available (boo#1234460 CVE-2024-47542).
    + glupload: dmabuf: Fix emulated tiled import.
    + gl:
  - cocoa: fix rendering artifacts in retina displays.
  - meson: Don't use libdrm_dep in cc.has_header().
    + oggstream: fix invalid ogg_packet->packet accesses, address
    invalid writes CVE (boo#1234456 CVE-2024-47615).
    + opusdec: Set at most 64 channels to NONE position (boo#1234455
    CVE-2024-47607).
    + playbin: Fix caps leak in get_n_common_capsfeatures().
    + playbin3: ERROR when setting new HLS URI with instant-uri=true.
    + sdp: Add debug categories for message and mikey modules.
    + ssaparse: Search for closing brace after opening brace.
    + splitmuxsrc: Convert part reader to a bin with a non-async bus.
    + subparse: Check for NULL return of strchr() when parsing LRC
    subtitles (boo#1234450 CVE-2024-47835).
    + streamsynchronizer: Only send GAP events out of source pads.
    + urisourcebin: Also use event probe for HLS use-cases.
    + video-converter: Set TIME segment format on appsrc.
    + vorbisdec: Set at most 64 channels to NONE position
    (boo#1234415 CVE-2024-47538).
    + Translation for gst-plugins-base 1.24.0 not sync-ed with
    Translation Project.
    + Updated translations.

++++ kernel-default:

  - xfs: remove unknown compat feature check in superblock write
    validation (git-fixes).
  - commit 03498b6
  - xfs: fix chown with rt quota (git-fixes).
  - commit df1beba
  - xfs: fix simplify extent lookup in xfs_can_free_eofblocks
    (git-fixes).
  - commit 83617d6
  - xfs: sb_spino_align is not verified (git-fixes).
  - commit 1d6b422
  - dlm: fix dlm_recover_members refcount on error (git-fixes).
  - commit 32f05df
  - dlm: fix swapped args sb_flags vs sb_status (git-fixes).
  - commit 8a26d75
  - exfat: fix file being changed by unaligned direct write
    (git-fixes).
  - commit 5ecc480
  - config: remove all unsupported filesystems (jsc#PED-3637)
  - supported.conf:
  - Update config files.
  - commit ef4af57
  - Update
    patches.suse/initramfs-avoid-filename-buffer-overrun.patch
    (CVE-2024-53142 bsc#1232436).
  - commit b2d6f7d
  - sched/numa: fix memory leak due to the overwritten
    vma->numab_state (git fixes (sched/numa)).
  - commit ebb11c8
  - irqchip/stm32mp-exti: CONFIG_STM32MP_EXTI should not default
    to y when compile-testing (git-fixes).
  - 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 5b25167

++++ libcap:

  - Disable psx_test and b219174 tests in qemu emulation

++++ libeconf:

  - Update to version 0.7.5:
    * Removed PATH_MAX (Issue #220)
    * Add ROOT_PREFIX as option to replace TESTSDIR hack
    * CI: valgrind doesn't work together with sanitizers
    * econf_readConfig: don't allocate econf_file in error case
    * tests: use cleanup to free key_file for some tests
    * libeconf: don't allocate array from size 0
    * libeconf: fix use of uninitialized stat result if file does not exist
    * econftool: dynamically allocate xdg_config_dir
    * Disable clang <= 17, enable valgrind
    * Disable whitespace check
    * Disable deprecation warning for econftool and example
    * Add new CI with different compilers and valgrind
    * Test econf_readConfig()
    * Disable deprecation warning for tests
    * Implement econf_*freep functions for automatic cleanup
    * Cleanup *free functions

++++ ncurses:

  - Add ncurses patch 20241207
    + strict compiler-warning fixes for upcoming gcc15
  - Port patches means same fixes as above
    * FORTIFY_SOURCE_3-fix.patch
    * ncurses-6.4.dif

++++ 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-repos-LeapMicro:

  - Disable Leap flavor building on Leap Micro 6.1+
    which newly contains sle_version
  - Make new symlink and zypper addservice in postrans
    * To ensure that addition of service and symlink creation
    is executed only after the postun of old package.
    Otherwise we end up with no service and no repoindex symlink.
    * This supports migration from LeapMicro to MicroOS
    * Fixes gh#openSUSE/opensuse-migration-tool#17

++++ sysuser-tools:

  - Drop SLE15 support and remove disable-systemd-sysusers.patch
  - sysuser-shadow: remove systemd 238 dependency, this does not
    work in a single RPM transaction [bsc#1234277]. Call
    systemd-sysuser instead again without --replace.

++++ xkeyboard-config:

  - python-3.11.patch/buildrequire python311-base
    * fixes build on Leap 15.6 and sle15-sp7

------------------------------------------------------------------
------------------  2024-12-8  -  Dec 8 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
    0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
    0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
    * fixes mesa 24.3.1 gallium crash/segfault on GPUs without
    format modifiers (mesa issue#12253, mesa MR#32535, boo#1234302)

++++ Mesa-drivers:

  - 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
    0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
    0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
    * fixes mesa 24.3.1 gallium crash/segfault on GPUs without
    format modifiers (mesa issue#12253, mesa MR#32535, boo#1234302)

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

++++ grub2:

  - Update PowerPC SBAT patches to upstream (bsc#1233730)
    * 0007-grub-mkimage-Create-new-ELF-note-for-SBAT.patch
    * 0008-grub-mkimage-Add-SBAT-metadata-into-ELF-note-for-Pow.patch
  - Replaced patches
    * 0007-mkimage-create-new-ELF-Note-for-SBAT.patch
    * 0008-mkimage-adding-sbat-data-into-sbat-ELF-Note-on-power.patch

++++ kernel-firmware-all:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-amdgpu:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-ath10k:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-ath11k:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-ath12k:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-atheros:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-bluetooth:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-bnx2:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-brcm:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-chelsio:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-dpaa2:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-i915:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-intel:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-iwlwifi:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-liquidio:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-marvell:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-media:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-mediatek:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-mellanox:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-mwifiex:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-network:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-nfp:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-nvidia:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-platform:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-prestera:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-qcom:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-qlogic:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-radeon:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-realtek:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-serial:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-sound:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-ti:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-ueagle:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

++++ kernel-firmware-usb-network:

  - Update to version 20241206 (git commit 209c18b0e7cd):
    * amdgpu: update dmcub 0.0.246.0 firmware
    * Add top level license file.

------------------------------------------------------------------
------------------  2024-12-7  -  Dec 7 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
    (stable-fixes).
  - ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"
    (git-fixes).
  - ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops
    (stable-fixes).
  - ALSA: usb-audio: Add extra PID for RME Digiface USB
    (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: ump: Shut up truncated string warning (git-fixes).
  - ALSA: sh: Use standard helper for buffer accesses
    (stable-fixes).
  - ALSA: hda/conexant: fix Z60MR100 startup pop issue
    (stable-fixes).
  - ALSA: ump: Update legacy substream names upon FB info update
    (stable-fixes).
  - ALSA: ump: Indicate the inactive group in legacy substream names
    (stable-fixes).
  - ALSA: ump: Don't open legacy substream for an inactive group
    (stable-fixes).
  - commit 9157c44
  - drm/v3d: Enable Performance Counters before clearing them
    (git-fixes).
  - drm/dp_mst: Fix resetting msg rx state after topology removal
    (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).
  - ALSA: hda/tas2781: Fix error code tas2781_read_acpi()
    (git-fixes).
  - ALSA: usb-audio: Notify xrun for low-latency mode (git-fixes).
  - ALSA: seq: ump: Fix seq port updates per FB info notify
    (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 9884b2e

++++ python-httpx:

  - Update to 0.28.1
    * Fix SSL case where verify=False together with client side
    certificates.
  - Release 0.28.0
    [#]# Deprecations:
    * We are working towards a simplified SSL configuration API.
    * For users of the standard verify=True or verify=False cases, or
    verify=<ssl_context> case this should require no changes. The
    following cases have been deprecated...
  - The verify argument as a string argument is now deprecated
    and will raise warnings.
  - The cert argument is now deprecated and will raise warnings.
    * Our revised SSL documentation covers how to implement the same
    behaviour with a more constrained API.
    [#]# The following changes are also included:
    * The deprecated proxies argument has now been removed.
    * The deprecated app argument has now been removed.
    * JSON request bodies use a compact representation. (#3363)
    * Review URL percent escape sets, based on WHATWG spec. (#3371,
    [#3373])
    * Ensure certifi and httpcore are only imported if required.
    (#3377)
    * Treat socks5h as a valid proxy scheme. (#3178)
    * Cleanup Request() method signature in line with
    client.request() and httpx.request(). (#3378)

++++ swtpm:

  - Fix build without %check (boo#1227364)

++++ vim:

  - update to 9.1.0908
  - refresh vim-7.3-mktemp_tutor.patch
    * 9.1.0908: not possible to configure :messages
    * 9.1.0907: printoptions:portrait does not change postscript Orientation
    * runtime(doc): Add vietnamese.txt to helps main TOC
    * 9.1.0906: filetype: Nvidia PTX files are not recognized
    * runtime(doc): updated version9.txt with changes from v9.1.0905
    * 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()
    * runtime(netrw): do not detach when launching external programs in gvim
    * runtime(doc): make tag alignment more consistent in filetype.txt
    * runtime(doc): fix wrong syntax and style of vietnamese.txt
    * translation(it): update Italian manpage for vimtutor
    * runtime(lua): add optional lua function folding
    * Filelist: include translations for Chapter 2 tutor
    * translation(vi): Update Vietnamese translation
    * runtime(doc): include vietnamese.txt
    * runtime(tutor): fix another typo in tutor2
    * runtime(doc): fix typo in vimtutor manpage
    * translation(it): update Italian manpage for vimtutor
    * translation(it): include Italian version of tutor chapter 2
    * runtime(tutor): regenerated some translated tutor1 files
    * runtime(tutor): fix typo in Chapter 2
    * 9.1.0902: filetype: Conda configuration files are not recognized
    * runtime(doc): Tweak documentation style a bit
    * runtime(tutor): update the tutor files and re-number the chapters
    * runtime(tutor): Update the makefiles for tutor1 and tutor2 files
    * 9.1.0901: MS-Windows: vimtutor batch script can be improved
    * runtime(doc): remove buffer-local completeopt todo item
    * 9.1.0900: Vim9: digraph_getlist() does not accept bool arg
    * runtime(typst): provide a formatlistpat in ftplugin
    * runtime(doc): Update documentation for "noselect" in 'completeopt'
    * 9.1.0899: default for 'backspace' can be set in C code
    * runtime(helptoc): reload cached g:helptoc.shell_prompt when starting toc
    * translation(ru): Updated messages translation
    * 9.1.0898: runtime(compiler): pytest compiler not included
    * 9.1.0897: filetype: pyrex files are not detected
    * runtime(compiler): update eslint compiler
    * 9.1.0896: completion list wrong after v9.1.0891
    * runtime(doc): document changed default value for 'history'
    * 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
    * translation(de): update German manpages
    * runtime(compiler): include spotbugs Java linter
    * 9.1.0892: the max value of 'tabheight' is limited by other tabpages
    * runtime(po): remove poDiffOld/New, add po-format flags to syntax file
    * 9.1.0891: building the completion list array is inefficient
    * patch 9.1.0890: %! item not allowed for 'rulerformat'
    * runtime(gzip): load undofile if there exists one
    * 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
    * runtime(c3): include c3 filetype plugin
    * 9.1.0885: style of sign.c can be improved
    * 9.1.0884: gcc warns about uninitialized variable
    * runtime(apache): Update syntax directives for apache server 2.4.62
    * translation(ru): updated vimtutor translation, update MAINTAINERS file
    * 9.1.0883: message history cleanup is missing some tests
    * runtime(doc): Expand docs on :! vs. :term
    * runtime(netrw): Fixing powershell execution issues on Windows
    * 9.1.0882: too many strlen() calls in insexpand.c
    * 9.1.0881: GUI: message dialog may not get focus
    * runtime(netrw): update netrw's decompress logic
    * runtime(apache): Update syntax keyword definition
    * runtime(misc): add Italian LICENSE and (top-level) README file
    * 9.1.0880: filetype: C3 files are not recognized
    * runtime(doc): add helptag for :HelpToc command
    * 9.1.0879: source is not consistently formatted
    * Add clang-format config file
    * runtime(compiler): fix escaping of arguments passed to :CompilerSet
    * 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
    * runtime(doc): Makefile does not clean up all temporary files
    * 9.1.0867: ins_compl_add() has too many args
    * editorconfig: don't trim trailing whitespaces in runtime/doc
    * translation(am): Remove duplicate keys in desktop files
    * runtime(doc): update helptags
    * runtime(filetype): remove duplicated *.org file pattern
    * runtime(cfg): only consider leading // as starting a comment
    * 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
    * runtime(sh): better function support for bash/zsh in indent script
    * runtime(netrw): small fixes to netrw#BrowseX
    * 9.1.0862: 'wildmenu' not enabled by default in nocp mode
    * runtime(doc): update how to report issues for mac Vim
    * runtime(doc): mention option-backslash at :h CompilerSet
    * runtime(compiler): include a Java Maven compiler plugin
    * runtime(racket): update Racket runtime files
    * runtime(doc): improve indentation in examples for netrw-handler
    * runtime(doc): improve examples for netrw-handler functions
    * runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg
    * runtime(doc): clarify the use of filters and external commands
    * 9.1.0861: Vim9: no runtime check for object member access of any var
    * runtime(compiler): update pylint linter
    * 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
    * runtime(tar): Update tar.vim to support permissions
    * 9.1.0857: xxd: --- is incorrectly recognized as end-of-options
    * 9.1.0851: too many strlen() calls in getchar.c
    * 9.1.0850: Vim9: cannot access nested object inside objects
    * runtime(tex): extra Number highlighting causes issues
    * runtime(vim): Fix indent after :silent! function
    * 9.1.0849: there are a few typos in the source
    * runtime(netrw): directory symlink not resolved in tree view
    * runtime(doc): add a table of supported Operating Systems
    * runtime(tex): update Last Change header in syntax script
    * runtime(doc): fix typo in g:termdebug_config
    * runtime(vim): Update base-syntax, improve :normal highlighting
    * runtime(tex): add Number highlighting to syntax file
    * runtime(doc): Tweak documentation style a bit
    * 9.1.0848: if_lua: v:false/v:true are not evaluated to boolean
    * runtime(dune): use :setl instead of :set in ftplugin
    * runtime(termdebug): allow to use decimal signs
    * translation(it): Updated Italian vimtutor
    * runtime(compiler): improve cppcheck
    * git: git-blame-ignore-revs shown as an error on Github
    * 9.1.0847: tests: test_popupwin fails because of updated help file
    * 9.1.0846: debug symbols for xxd are not cleaned in Makefile
    * runtime(structurizr): Update structurizr syntax
    * runtime(8th): updated 8th syntax
    * runtime(doc): Add pi_tutor.txt to help TOC
    * runtime(compiler): add mypy and ruff compiler; update pylint linter
    * runtime(netrw): fix several bugs in netrw tree listing
    * runtime(netrw): prevent polluting the search history
    * 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
    * runtime(doc): update default value for fillchars option
    * runtime(compiler): fix typo in cppcheck compiler plugin
    * runtime(doc): simplify vimtutor manpage a bit more
    * runtime(matchparen): Add matchparen_disable_cursor_hl config option
    * 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
    * runtime(cook): include cook filetype plugin
    * runtime(debversions): Update Debian versions
    * patch 9.1.0838: vimtutor is bash-specific
    * runtime(doc): add help specific modeline to pi_tutor.txt
    * Filelist: vimtutor chapter 2 is missing in Filelist
    * 9.1.0837: cross-compiling has some issues
    * runtime(vimtutor): Add a second chapter

------------------------------------------------------------------
------------------  2024-12-6  -  Dec 6 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Update to 330
  - Web server: Increased sandboxing, setuid removal, bootc support
  - Development: New install mode using systemd-sysext

++++ cockpit-podman:

  - New version 99, updates since 91:
    * Update to translations
    * Bug fixes
    * pull images from registries without search API
    * Render ports are ranges in container integration tab

++++ fde-tools:

  - Enable build on loongarch64

++++ gobject-introspection:

  - Fix dependency generation for loongarch64.

++++ grub2:

  - Fix missing requires in SLE package (bsc#1234264) (bsc#1234272)

++++ kernel-default:

  - enable the disabled kdump-cma patchset
  - Refresh patches.suse/kdump-add-crashkernel-cma-suffix.patch.
  - Refresh
    patches.suse/kdump-crashkernel-cma-update-Documentation.patch.
  - 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.
  - commit c48df50
  - net: phy: microchip: Reset LAN88xx PHY to ensure clean link
    state on LAN7800/7850 (git-fixes).
  - 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: f81604: f81604_handle_can_bus_errors(): fix {rx,tx}_errors
    statistics (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: gs_usb: add usb endpoint address detection at driver
    probe step (git-fixes).
  - can: dev: can_set_termination(): allow sleeping GPIOs
    (git-fixes).
  - HID: wacom: fix when get product name maybe null pointer
    (git-fixes).
  - HID: i2c-hid: Revert to using power commands to wake on resume
    (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).
  - Revert "watchdog: s3c2410_wdt: use
    exynos_get_pmu_regmap_by_phandle() for PMU regs" (stable-fixes).
  - watchdog: apple: Actually flush writes after requesting watchdog
    restart (git-fixes).
  - watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using
    clock frequency (git-fixes).
  - iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
    (git-fixes).
  - platform/x86: asus-wmi: Ignore return value when writing
    thermal policy (git-fixes).
  - irqchip/irq-mvebu-sei: Move misplaced select() callback to
    SEI CP domain (git-fixes).
  - kbuild: deb-pkg: Don't fail if modules.order is missing
    (git-fixes).
  - Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon
    exit" (git-fixes).
  - serial: 8250_fintek: Add support for F81216E (stable-fixes).
  - serial: sh-sci: Clean sci_ports[0] after at earlycon exit
    (git-fixes).
  - kfifo: don't include dma-mapping.h in kfifo.h (git-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).
  - counter: stm32-timer-cnt: fix device_node handling in
    probe_encoder() (git-fixes).
  - phy: airoha: Fix REG_CSR_2L_RX{0,1}_REV0 definitions
    (git-fixes).
  - phy: airoha: Fix REG_CSR_2L_JCPLL_SDM_HREN config in
    airoha_pcie_phy_init_ssc_jcpll() (git-fixes).
  - phy: airoha: Fix REG_PCIE_PMA_TX_RESET config in
    airoha_pcie_phy_init_csr_2l() (git-fixes).
  - phy: airoha: Fix REG_CSR_2L_PLL_CMN_RESERVE0 config in
    airoha_pcie_phy_init_clk_out() (git-fixes).
  - PCI: Fix use-after-free of slot->bus on hot remove
    (stable-fixes).
  - clk: en7523: fix estimation of fixed rate for EN7581
    (git-fixes).
  - clk: en7523: introduce chip_scu regmap (stable-fixes).
  - clk: en7523: move clock_register in hw_init callback
    (stable-fixes).
  - clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configuration
    (stable-fixes).
  - drm/panthor: Fix OPP refcnt leaks in devfreq initialisation
    (git-fixes).
  - drm/amd/display: Reduce HPD Detection Interval for IPS
    (git-fixes).
  - drm/amd/display: Increase idle worker HPD detection time
    (stable-fixes).
  - drm/amd/display: Skip Invalid Streams from DSC Policy
    (stable-fixes).
  - drm/amd/display: Fix incorrect DSC recompute trigger
    (stable-fixes).
  - drm/panthor: record current and maximum device clock frequencies
    (stable-fixes).
  - drm/panthor: introduce job cycle and timestamp accounting
    (stable-fixes).
  - drm/vc4: hdmi: Increase audio MAI fifo dreq threshold
    (stable-fixes).
  - Bluetooth: ISO: Send BIG Create Sync via hci_sync (git-fixes).
  - Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is
    pending (stable-fixes).
  - Bluetooth: ISO: Do not emit LE PA Create Sync if previous is
    pending (stable-fixes).
  - Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
    (stable-fixes).
  - Bluetooth: btintel: Do no pass vendor events to stack
    (git-fixes).
  - Bluetooth: btintel_pcie: Add handshake between driver and
    firmware (stable-fixes).
  - wifi: rtlwifi: Drastically reduce the attempts to read efuse
    in case of failures (stable-fixes).
  - wifi: rtw89: unlock on error path in
    rtw89_ops_unassign_vif_chanctx() (git-fixes).
  - wifi: rtw89: Fix TX fail with A2DP after scanning (git-fixes).
  - wifi: iwlwifi: mvm: tell iwlmei when we finished suspending
    (git-fixes).
  - wifi: iwlwifi: allow fast resume on ax200 (stable-fixes).
  - wifi: rtw89: tweak driver architecture for impending MLO support
    (stable-fixes).
  - wifi: rtw89: refactor STA related func ahead for MLO
    (stable-fixes).
  - wifi: rtw89: refactor VIF related func ahead for MLO
    (stable-fixes).
  - wifi: rtw89: read link_sta corresponding to the link
    (stable-fixes).
  - wifi: rtw89: read bss_conf corresponding to the link
    (stable-fixes).
  - wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLO
    (stable-fixes).
  - wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLO
    (stable-fixes).
  - netdevsim: copy addresses for both in and out paths (git-fixes).
  - docs: media: update location of the media patches
    (stable-fixes).
  - media: ipu6: not override the dma_ops of device in driver
    (git-fixes).
  - media: ipu6: Fix DMA and physical address debugging messages
    for 32-bit (stable-fixes).
  - clocksource/drivers/timer-ti-dm: Fix child node refcount
    handling (git-fixes).
  - clocksource/drivers:sp804: Make user selectable (git-fixes).
  - irqchip/riscv-aplic: Prevent crash when MSI domain is missing
    (git-fixes).
  - thermal: testing: Initialize some variables annoteded with
    _free() (git-fixes).
  - thermal: testing: Use DEFINE_FREE() and __free() to simplify
    code (stable-fixes).
  - thermal: core: Fix race between zone registration and system
    suspend (git-fixes).
  - thermal: core: Mark thermal zones as initializing to start with
    (git-fixes).
  - thermal: core: Represent suspend-related thermal zone flags
    as bits (stable-fixes).
  - thermal: core: Rearrange PM notification code (stable-fixes).
  - commit 5990dcc

++++ samba:

  - Update shipped /etc/samba/smb.conf to point to smb.conf
    man page;(bsc#1233880).

++++ python313-core:

  - Add CVE-2024-12254-unbound-mem-buffering-SelectorSocketTransport.writelines.patch
    preventing exhaustion of memory (gh#python/cpython#127655,
    bsc#1234290, CVE-2024-12254).

++++ shadow:

  - Update to 4.17.0 RC1:
    Pre-release without changelog

++++ libtpms:

  - Use gcc/g++-13 on Leap to fix the following failure:
    "tpm2_setprofile.c:49:24: error: initializer element is not constant"

++++ liburing:

  - switch to signed tarball -- thanks to Andreas.Stieger@gmx.de

++++ python313:

  - Add CVE-2024-12254-unbound-mem-buffering-SelectorSocketTransport.writelines.patch
    preventing exhaustion of memory (gh#python/cpython#127655,
    bsc#1234290, CVE-2024-12254).

++++ os-update:

  - Update to version 1.21+git.20241206:
    * Release version 1.21
    * Fix check for service restarts

------------------------------------------------------------------
------------------  2024-12-5  -  Dec 5 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.3.1
  - -> https://docs.mesa3d.org/relnotes/24.3.1

++++ Mesa-drivers:

  - Update to release 24.3.1
  - -> https://docs.mesa3d.org/relnotes/24.3.1

++++ gpg2:

  - Disable ibmswtpm2 on LoongArch64

++++ kernel-default:

  - 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).
  - commit 1188346
  - powerpc/kexec: Fix return of uninitialized variable
    (bsc#1194869).
  - powerpc/sstep: make emulate_vsx_load and emulate_vsx_store
    static (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).
  - commit b6fdd1f
  - Refresh patches.suse/0001-typeC-add-kABI-padding.patch.
  - Refresh
    patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch.
  - Refresh
    patches.suse/new-paddings-for-the-new-features-of-TB.patch.
  - Refresh patches.suse/padding-XHCI-additional-padding.patch.
  - Refresh patches.suse/padding-ehci-core-structures.patch.
  - Refresh patches.suse/padding-ohci-core-structure-padding.patch.
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - Refresh patches.suse/paddings-for-gadgets.patch.
  - commit 1d5b9ca
  - bpf, arm64: Remove garbage frame for struct_ops trampoline (git-fixes)
  - commit f62ac09
  - arm64: dts: rockchip: correct analog audio name on Indiedroid Nova (git-fixes)
  - commit f3d03a2
  - arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer (git-fixes)
  - commit 8c31355
  - arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay (git-fixes)
  - commit 39fac3d
  - arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay (git-fixes)
  - commit e7350ce
  - arm64: dts: imx8mn-tqma8mqnl-mba8mx-usbot: fix coexistence of (git-fixes)
  - commit bf28c10
  - arm64: dts: rockchip: Remove 'enable-active-low' from two boards (git-fixes)
  - commit a573b02
  - arm64: dts: rockchip: pwm-leds for Orange Pi 5 (git-fixes)
  - commit 7d2d085
  - arm64: tegra: p2180: Add mandatory compatible for WiFi node (git-fixes)
  - commit d9c39de
  - arm64: probes: Disable kprobes/uprobes on MOPS instructions (git-fixes)
  - commit 1d64594
  - arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled (git-fixes)
  - commit 8da52a4
  - arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG (git-fixes)
  - commit bacb7d4
  - arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumers (git-fixes)
  - commit 43f6bc3

++++ kernel-firmware-all:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-amdgpu:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-ath10k:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-ath11k:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-ath12k:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-atheros:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-bluetooth:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-bnx2:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-brcm:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-chelsio:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-dpaa2:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-i915:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-intel:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-iwlwifi:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-liquidio:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-marvell:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-media:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-mediatek:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-mellanox:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-mwifiex:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-network:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-nfp:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-nvidia:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-platform:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-prestera:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-qcom:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-qlogic:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-radeon:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-realtek:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-serial:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-sound:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-ti:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-ueagle:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ kernel-firmware-usb-network:

  - Update to version 20241203 (git commit f5aeeb47697c):
    * amdgpu: update raven firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: update psp 13.0.14 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update vpe 6.1.3 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vcn 4.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 gc 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: add vcn 5.0.0 firmware
    * amdgpu: add smu 14.0.3 firmware
    * amdgpu: add sdma 7.0.1 firmware
    * amdgpu: add psp 14.0.3 firmware
    * amdgpu: add gc 12.0.1 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: add smu 14.0.2 firmware
    * amdgpu: add sdma 7.0.0 firmware
    * amdgpu: add psp 14.0.2 firmware
    * amdgpu: add gc 12.0.0 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * upstream amdnpu firmware
  - Add amdnpu entries
  - Add missing license entry for amd_pmf

++++ llvm19:

  - Update to version 19.1.5.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ libdrm:

  - update to 2.4.124
    * include/drm/README: update drm-next link to use gitlab instead of cgit
    * modetest: simplify planar YUV handling
    * modetest: add support for YUV422 and YUV444 plane format
    * xf86drm: print AMD modifiers properly
    * tests/util: Call `drmGetDevices2()` instead of `drmOpen()`ing all modules
    * android: add genrule for generated_static_table_fourcc.h
    * modetest: Make modetest availble to vendor on Android
    * build: simplify Linux system check

++++ 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]

++++ pam-full-src:

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

++++ psmisc:

  - add loongarch64 as peekfd supported arch

++++ python-netaddr:

  - Fix incorrect removal of shebangs
  - update to 1.3.0:
    * Added:
  - Add partial address expansion in IPNetwork via the
    expand_partial switch, this enables opting into pre-1.1.0
    behavior
    * Fixed:
  - Fix running the test suite on musl systems
  - Fix IPAddress IPv6 parsing with ZEROFILL enabled
  - Fix handling of the NOHOST flag in the IPNetwork copy
    constructor

++++ python-rich:

  - Switch to GitHub tarball so we can run the testsuite.
  - Correct version guard for typing_extensions Requires.
  - Drop Python 3.7 sections.

++++ virt-manager:

  - bsc#1234215 - fail to install a guest with virt-install and
    report "AttributeError: 'str' object has no attribute 'removeprefix'"
    virtinst-drop-removeprefix-usage.patch

------------------------------------------------------------------
------------------  2024-12-4  -  Dec 4 2024  -------------------
------------------------------------------------------------------

++++ gawk:

  - Reenable pma tests

++++ hwdata:

  - update to 0.390:
    * Update pci and vendor ids

++++ kernel-default:

  - hv_sock: Initializing vsk->trans to NULL to prevent a dangling
    pointer (git-fixes).
  - HID: hyperv: streamline driver probe to avoid devres issues
    (git-fixes).
  - commit ee23739
  - hyperv: keep generate_guest_id (bsc#1189965).
  - commit ec2fbf8

++++ pixman:

  - Increase test timeout on s390x. Several tests can be slow and
    sometimes times out in our builds.
  - Use autosetup macro.

++++ python313-core:

  - Update to 3.13.1:
  - Tools/Demos
  - gh-126807: Fix extraction warnings in pygettext.py caused
    by mistaking function definitions for function calls.
  - gh-126167: The iOS testbed was modified so that it can be
    used by third-party projects for testing purposes.
  - Tests
  - gh-126909: Fix test_os extended attribute tests to work on
    filesystems with 1 KiB xattr size limit.
  - 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.
  - gh-124295: Add translation tests to the argparse module.
  - Security
  - gh-126623: Upgrade libexpat to 2.6.4
  - gh-125140: Remove the current directory from sys.path when
    using PyREPL.
  - 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-127321: pdb.set_trace() will not stop at an opcode that
    does not have an associated line number anymore.
  - gh-127303: Publicly expose EXACT_TOKEN_TYPES in
    token.__all__.
  - gh-123967: Fix faulthandler for trampoline frames. If the
    top-most frame is a trampoline frame, skip it. Patch by
    Victor Stinner.
  - gh-127182: Fix io.StringIO.__setstate__() crash, when None
    was passed as the first value.
  - gh-127217: Fix urllib.request.pathname2url() for paths
    starting with multiple slashes on Posix.
  - gh-127035: Fix shutil.which on Windows. Now it looks at
    direct match if and only if the command ends with a PATHEXT
    extension or X_OK is not in mode. Support extensionless
    files if “.” is in PATHEXT. Support PATHEXT extensions that
    end with a dot.
  - gh-122273: Support PyREPL history on Windows. Patch by
    devdanzin and Victor Stinner.
  - gh-127078: Fix issue where urllib.request.url2pathname()
    failed to discard an extra slash before a UNC drive in the
    URL path on Windows.
  - gh-126766: Fix issue where urllib.request.url2pathname()
    failed to discard any ‘localhost’ authority present in the
    URL.
  - gh-127065: Fix crash when calling a operator.methodcaller()
    instance from multiple threads in the free threading build.
  - gh-126997: Fix support of STRING and GLOBAL opcodes with
    non-ASCII arguments in pickletools. pickletools.dis()
    now outputs non-ASCII bytes in STRING, BINSTRING and
    SHORT_BINSTRING arguments as escaped (\xXX).
  - gh-126316: grp: Make grp.getgrall() thread-safe by adding a
    mutex. Patch by Victor Stinner.
  - gh-126618: Fix the representation of itertools.count
    objects when the count value is sys.maxsize.
  - gh-85168: Fix issue where urllib.request.url2pathname() and
    pathname2url() always used UTF-8 when quoting and unquoting
    file URIs. They now use the filesystem encoding and error
    handler.
  - gh-67877: Fix memory leaks when regular expression matching
    terminates abruptly, either because of a signal or because
    memory allocation fails.
  - gh-126789: Fixed the values of sysconfig.get_config_vars(),
    sysconfig.get_paths(), and their siblings when the site
    initialization happens after sysconfig has built a cache
    for sysconfig.get_config_vars().
  - gh-126188: Update bundled pip to 24.3.1
  - gh-126780: Fix os.path.normpath() for drive-relative paths
    on Windows.
  - gh-126766: Fix issue where urllib.request.url2pathname()
    failed to discard two leading slashes introducing an empty
    authority section.
  - gh-126727: locale.nl_langinfo(locale.ERA) now returns
    multiple era description segments separated by
    semicolons. Previously it only returned the first segment
    on platforms with Glibc.
  - gh-126699: Allow collections.abc.AsyncIterator to be a base
    for Protocols.
  - gh-126654: Fix crash when non-dict was passed to several
    functions in _interpreters module.
  - gh-104745: Limit starting a patcher (from
    unittest.mock.patch() or unittest.mock.patch.object()) more
    than once without stopping it
  - gh-126595: Fix a crash when instantiating itertools.count
    with an initial count of sys.maxsize on debug builds. Patch
    by Bénédikt Tran.
  - gh-120423: Fix issue where urllib.request.pathname2url()
    mishandled Windows paths with embedded forward slashes.
  - gh-126565: Improve performances of zipfile.Path.open() for
    non-reading modes.
  - gh-126505: Fix bugs in compiling case-insensitive regular
    expressions with character classes containing non-BMP
    characters: upper-case non-BMP character did was ignored
    and the ASCII flag was ignored when matching a character
    range whose upper bound is beyond the BMP region.
  - gh-117378: Fixed the multiprocessing "forkserver"
    start method forkserver process to correctly inherit
    the parent’s sys.path during the importing of
    multiprocessing.set_forkserver_preload() modules in the
    same manner as sys.path is configured in workers before
    executing work items.
  - This bug caused some forkserver module preloading to
    silently fail to preload. This manifested as a performance
    degration in child processes when the sys.path was required
    due to additional repeated work in every worker.
  - It could also have a side effect of "" remaining in
    sys.path during forkserver preload imports instead of the
    absolute path from os.getcwd() at multiprocessing import
    time used in the worker sys.path.
  - The sys.path differences between phases in the child
    process could potentially have caused preload to import
    incorrect things from the wrong location. We are unaware of
    that actually having happened in practice.
  - gh-125679: The multiprocessing.Lock and
    multiprocessing.RLock repr values no longer say “unknown”
    on macOS.
  - gh-126476: Raise calendar.IllegalMonthError (now a subclass
    of IndexError) for calendar.month() when the input month is
    not correct.
  - gh-126489: The Python implementation of pickle no longer
    calls pickle.Pickler.persistent_id() for the result of
    persistent_id().
  - gh-126313: Fix an issue in curses.napms() when
    curses.initscr() has not yet been called. Patch by Bénédikt
    Tran.
  - gh-126303: Fix pickling and copying of os.sched_param
    objects.
  - gh-126138: Fix a use-after-free crash on asyncio.Task
    objects whose underlying coroutine yields an object that
    implements an evil __getattribute__(). Patch by Nico
    Posada.
  - gh-126220: Fix crash in cProfile.Profile and
    _lsprof.Profiler when their callbacks were directly called
    with 0 arguments.
  - gh-126212: Fix issue where urllib.request.pathname2url()
    and url2pathname() removed slashes from Windows DOS drive
    paths and URLs.
  - gh-126223: Raise a UnicodeEncodeError instead of a
    SystemError upon calling _interpreters.create() with an
    invalid Unicode character.
  - gh-126205: Fix issue where urllib.request.pathname2url()
    generated URLs beginning with four slashes (rather than
    two) when given a Windows UNC path.
  - gh-126105: Fix a crash in ast when the ast.AST._fields
    attribute is deleted.
  - gh-126106: Fixes a possible NULL pointer dereference in
    ssl.
  - gh-126080: Fix a use-after-free crash on asyncio.Task
    objects for which the underlying event loop implements an
    evil __getattribute__(). Reported by Nico-Posada. Patch by
    Bénédikt Tran.
  - gh-126083: Fixed a reference leak in asyncio.Task objects
    when reinitializing the same object with a non-None
    context. Patch by Nico Posada.
  - gh-125984: Fix use-after-free crashes on asyncio.Future
    objects for which the underlying event loop implements an
    evil __getattribute__(). Reported by Nico-Posada. Patch by
    Bénédikt Tran.
  - gh-125969: Fix an out-of-bounds crash when an evil
    asyncio.loop.call_soon() mutates the length of the internal
    callbacks list. Patch by Bénédikt Tran.
  - gh-125966: Fix a use-after-free crash in
    asyncio.Future.remove_done_callback(). Patch by Bénédikt
    Tran.
  - gh-125789: Fix possible crash when mutating list of
    callbacks returned by asyncio.Future._callbacks. It
    now always returns a new copy in C implementation
    _asyncio. Patch by Kumar Aditya.
  - gh-124452: Fix an issue in
    email.policy.EmailPolicy.header_source_parse() and
    email.policy.Compat32.header_source_parse() that introduced
    spurious leading whitespaces into header values when the
    header includes a newline character after the header name
    delimiter (:) and before the value.
  - gh-125884: Fixed the bug for pdb where it can’t set
    breakpoints on functions with certain annotations.
  - gh-125355: Fix several bugs in
    argparse.ArgumentParser.parse_intermixed_args().
  - The parser no longer changes temporarily during
    parsing.
  - Default values are not processed twice.
  - Required mutually exclusive groups containing
    positional arguments are now supported.
  - The missing arguments report now includes the names of
    all required optional and positional arguments.
  - Unknown options can be intermixed with positional
    arguments in parse_known_intermixed_args().
  - gh-125666: Avoid the exiting the interpreter if a null byte
    is given as input in the new REPL.
  - gh-125710: [Enum] fix hashable<->nonhashable comparisons
    for member values
  - gh-125631: Restore ability to set persistent_id and
    persistent_load attributes of instances of the Pickler and
    Unpickler classes in the pickle module.
  - gh-125378: Fixed the bug in pdb where after a multi-line
    command, an empty line repeats the first line of the
    multi-line command, instead of the full command.
  - gh-125682: Reject non-ASCII digits in the Python
    implementation of json.loads() conforming to the JSON
    specification.
  - gh-125660: Reject invalid unicode escapes for Python
    implementation of json.loads().
  - gh-125259: Fix the notes removal logic for errors thrown in
    enum initialization.
  - gh-125590: Allow FrameLocalsProxy to delete and pop if the
    key is not a fast variable.
  - gh-125519: Improve traceback if importlib.reload() is
    called with an object that is not a module. Patch by Alex
    Waygood.
  - gh-125451: Fix deadlock when
    concurrent.futures.ProcessPoolExecutor shuts down
    concurrently with an error when feeding a job to a worker
    process.
  - gh-125422: Fixed the bug where pdb and bdb can step into
    the bottom caller frame.
  - gh-100141: Fixed the bug where pdb will be stuck in an
    infinite loop when debugging an empty file.
  - gh-125115: Fixed a bug in pdb where arguments starting with
  - can’t be passed to the debugged script.
  - gh-53203: Fix time.strptime() for %c, %x and %X formats
    in many locales that use non-ASCII digits, like Persian,
    Burmese, Odia and Shan.
  - gh-125398: Fix the conversion of the VIRTUAL_ENV path in
    the activate script in venv when running in Git Bash for
    Windows.
  - gh-125316: Fix using functools.partial() as enum.Enum
    member. A FutureWarning with suggestion to use
    enum.member() is now emitted when the partial instance is
    used as an enum member.
  - gh-125245: Fix race condition when importing
    collections.abc, which could incorrectly return an empty
    module.
  - gh-125243: Fix data race when creating zoneinfo.ZoneInfo
    objects in the free threading build.
  - gh-125254: Fix a bug where ArgumentError includes the
    incorrect ambiguous option in argparse.
  - gh-125235: Keep tkinter TCL paths in venv pointing to base
    installation on Windows.
  - gh-61011: Fix inheritance of nested mutually
    exclusive groups from parent parser in
    argparse.ArgumentParser. Previously, all nested mutually
    exclusive groups lost their connection to the group
    containing them and were displayed as belonging directly to
    the parser.
  - gh-52551: Fix encoding issues in time.strftime(), the
    strftime() method of the datetime classes datetime, date
    and time and formatting of these classes. Characters
    not encodable in the current locale are now acceptable
    in the format string. Surrogate pairs and sequence
    of surrogatescape-encoded bytes are no longer
    recombinated. Embedded null character no longer terminates
    the format string.
  - gh-125118: Don’t copy arbitrary values to _Bool in the
    struct module.
  - gh-125069: Fix an issue where providing a pathlib.PurePath
    object as an initializer argument to a second PurePath
    object with a different parser resulted in arguments to
    the former object’s initializer being joined by the latter
    object’s parser.
  - gh-125096: If the PYTHON_BASIC_REPL environment variable
    is set, the site module no longer imports the _pyrepl
    module. Moreover, the site module now respects -E and -I
    command line options: ignore PYTHON_BASIC_REPL in this
    case. Patch by Victor Stinner.
  - gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) on
    platforms with glibc. Now it returns a string consisting of
    up to 100 semicolon-separated symbols (an empty string in
    most locales) on all Posix platforms. Previously it only
    returned the first symbol or an empty string.
  - gh-124960: Fix support for the barry_as_FLUFL future flag
    in the new REPL.
  - gh-124984: Fixed thread safety in ssl in the free-threaded
    build. OpenSSL operations are now protected by a per-object
    lock.
  - gh-124958: Fix refcycles in exceptions raised from
    asyncio.TaskGroup and the python implementation of
    asyncio.Future
  - gh-53203: Fix time.strptime() for %c and %x formats in many
    locales: Arabic, Bislama, Breton, Bodo, Kashubian, Chuvash,
    Estonian, French, Irish, Ge’ez, Gurajati, Manx Gaelic,
    Hebrew, Hindi, Chhattisgarhi, Haitian Kreyol, Japanese,
    Kannada, Korean, Marathi, Malay, Norwegian, Nynorsk,
    Punjabi, Rajasthani, Tok Pisin, Yoruba, Yue Chinese,
    Yau/Nungon and Chinese.
  - gh-124917: Allow calling os.path.exists() and
    os.path.lexists() with keyword arguments on Windows. Fixes
    a regression in 3.13.0.
  - gh-124653: Fix detection of the minimal Queue API needed by
    the logging module. Patch by Bénédikt Tran.
  - gh-124858: Fix reference cycles left in tracebacks
    in asyncio.open_connection() when used with
    happy_eyeballs_delay
  - gh-124390: Fixed AssertionError when using
    asyncio.staggered.staggered_race() with
    asyncio.eager_task_factory.
  - gh-124651: Properly quote template strings in venv
    activation scripts (bsc#1232241, CVE-2024-9287).
  - gh-116850: Fix argparse for namespaces with not directly
    writable dict (e.g. classes).
  - gh-58573: Fix conflicts between abbreviated long options in
    the parent parser and subparsers in argparse.
  - gh-124594: All asyncio REPL prompts run in the same
    context. Contributed by Bartosz Sławecki.
  - gh-61181: Fix support of choices with string value in
    argparse. Substrings of the specified string no longer
    considered valid values.
  - gh-80259: Fix argparse support of positional arguments with
    nargs='?', default=argparse.SUPPRESS and specified type.
  - gh-120378: Fix a crash related to an integer overflow in
    curses.resizeterm() and curses.resize_term().
  - gh-123884: Fixed bug in itertools.tee() handling of other
    tee inputs (a tee in a tee). The output now has the
    promised n independent new iterators. Formerly, the first
    iterator was identical (not independent) to the input
    iterator. This would sometimes give surprising results.
  - gh-58956: Fixed a bug in pdb where sometimes the breakpoint
    won’t trigger if it was set on a function which is already
    in the call stack.
  - gh-124345: argparse vim supports abbreviated single-dash
    long options separated by = from its value.
  - gh-104860: Fix disallowing abbreviation of single-dash long
    options in argparse with allow_abbrev=False.
  - gh-63143: Fix parsing mutually exclusive arguments in
    argparse. Arguments with the value identical to the default
    value (e.g. booleans, small integers, empty or 1-character
    strings) are no longer considered “not present”.
  - gh-72795: Positional arguments with nargs equal to '*' or
    argparse.REMAINDER are no longer required. This allows to
    use positional argument with nargs='*' and without default
    in mutually exclusive group and improves error message
    about required arguments.
  - gh-59317: Fix parsing positional argument with nargs equal
    to '?' or '*' if it is preceded by an option and another
    positional argument.
  - gh-53780: argparse now ignores the first "--" (double dash)
    between an option and command.
  - gh-124217: Add RFC 9637 reserved IPv6 block 3fff::/20 in
    ipaddress module.
  - gh-81691: Fix handling of multiple "--" (double dashes)
    in argparse. Only the first one has now been removed, all
    subsequent ones are now taken literally.
  - gh-123978: Remove broken time.thread_time() and
    time.thread_time_ns() on NetBSD.
  - gh-124008: Fix possible crash (in debug build), incorrect
    output or returning incorrect value from raw binary write()
    when writing to console on Windows.
  - gh-123935: Fix parent slots detection for dataclasses that
    inherit from classes with __dictoffset__.
  - gh-122765: Fix unbalanced quote errors occurring when
    activate.csh in venv was sourced with a custom prompt
    containing unpaired quotes or newlines.
  - gh-123370: Fix the canvas not clearing after running
    turtledemo clock.
  - gh-116810: Resolve a memory leak introduced in CPython
    3.10’s ssl when the ssl.SSLSocket.session property was
    accessed. Speeds up read and write access to said property
    by no longer unnecessarily cloning session objects via
    serialization.
  - gh-120754: Update unbounded read calls in zipfile to
    specify an explicit size putting a limit on how much data
    they may read. This also updates handling around ZIP max
    comment size to match the standard instead of reading
    comments that are one byte too long.
  - gh-70764: Fixed an issue where inspect.getclosurevars()
    would incorrectly classify an attribute name as a global
    variable when the name exists both as an attribute name and
    a global variable.
  - gh-118289: posixpath.realpath() now raises
    NotADirectoryError when strict mode is enabled and a
    non-directory path with a trailing slash is supplied.
  - gh-119826: Always return an absolute path for
    os.path.abspath() on Windows.
  - gh-117766: Always use str() to print choices in argparse.
  - gh-101955: Fix SystemError when match regular expression
    pattern containing some combination of possessive
    quantifier, alternative and capture group.
  - gh-88110: Fixed multiprocessing.Process reporting a
    .exitcode of 1 even on success when using the "fork" start
    method while using a concurrent.futures.ThreadPoolExecutor.
  - gh-71936: Fix a race condition in
    multiprocessing.pool.Pool.
  - bpo-46128: Strip unittest.IsolatedAsyncioTestCase stack
    frames from reported stacktraces.
  - bpo-14074: Fix argparse metavar processing to allow
    positional arguments to have a tuple metavar.
  - IDLE
  - gh-122392: Increase currently inadequate vertical spacing
    for the IDLE browsers (path, module, and stack) on
    high-resolution monitors.
  - Documentation
  - gh-126622: Added stub pages for removed modules explaining
    their removal, where to find replacements, and linking to
    the last Python version that supported them. Contributed by
    Ned Batchelder.
  - gh-125277: Require Sphinx 7.2.6 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-124872: Added definitions for context, current
    context, and context management protocol, updated
    related definitions to be consistent, and expanded the
    documentation for contextvars.Context.
  - gh-125018: The importlib.metadata documentation now
    includes semantic cross-reference targets for the
    significant documented APIs. This means intersphinx
    references like importlib.metadata.version() will now work
    as expected.
  - gh-70870: Clarified the dual usage of the term “free
    variable” (both the formal meaning of any reference
    to names defined outside the local scope, and the
    narrower pragmatic meaning of nonlocal variables named in
    co_freevars).
  - gh-121277: Writers of CPython’s documentation can now use
    next as the version for the versionchanged, versionadded,
    deprecated directives.
  - gh-60712: Include the object type in the lists of
    documented types. Change by Furkan Onder and Martin Panter.
  - bpo-34008: The Py_Main() documentation moved from the
    “Very High Level API” section to the “Initialization and
    Finalization” section.
  - Also make it explicit that we expect Py_Main to
    typically be called instead of Py_Initialize rather
    than after it (since Py_Main makes its own call to
    Py_Initialize). Document that calling both is supported
    but is version dependent on which settings will be applied
    correctly.
  - Core and Builtins
  - gh-113841: Fix possible undefined behavior division by zero
    in complex’s _Py_c_pow().
  - gh-127020: Fix a crash in the free threading build
    when PyCode_GetCode(), PyCode_GetVarnames(),
    PyCode_GetCellvars(), or PyCode_GetFreevars() were called
    from multiple threads at the same time.
  - gh-126980: Fix __buffer__() of bytearray crashing when READ
    or WRITE are passed as flags.
  - gh-126881: Fix crash in finalization of dtoa state. Patch
    by Kumar Aditya.
  - gh-126341: Now ValueError is raised instead of SystemError
    when trying to iterate over a released memoryview object.
  - gh-126688: Fix a crash when calling os.fork() on some
    operating systems, including SerenityOS.
  - gh-126066: Fix importlib to not write an incomplete
    .pyc files when a ulimit or some other operating system
    mechanism is preventing the write to go through fully.
  - gh-126312: Fix crash during garbage collection on an object
    frozen by gc.freeze() on the free-threaded build.
  - gh-126139: Provide better error location when attempting to
    use a future statement with an unknown future feature.
  - gh-126018: Fix a crash in sys.audit() when passing a
    non-string as first argument and Python was compiled in
    debug mode.
  - gh-125942: On Android, the errors setting of sys.stdout was
    changed from surrogateescape to backslashreplace.
  - gh-125859: Fix a crash in the free threading build when
    gc.get_objects() or gc.get_referrers() is called during an
    in-progress garbage collection.
  - gh-125703: Correctly honour tracemalloc hooks in
    specialized Py_DECREF paths. Patch by Pablo Galindo
  - gh-125593: Use color to highlight error locations in
    traceback from exception group
  - gh-125444: Fix illegal instruction for older Arm
    architectures. Patch by Diego Russo, testing by Ross
    Burton.
  - gh-124375: Fix a crash in the free threading build when the
    GC runs concurrently with a new thread starting.
  - gh-125221: Fix possible race condition when calling
    __reduce_ex__() for the first time in the free threading
    build.
  - gh-125038: Fix crash when iterating over a generator
    expression after direct changes on gi_frame.f_locals. Patch
    by Mikhail Efimov.
  - gh-123378: Fix a crash in the __str__() method of
    UnicodeError objects when the UnicodeError.start and
    UnicodeError.end values are invalid or out-of-range. Patch
    by Bénédikt Tran.
  - gh-116510: Fix a crash caused by immortal interned strings
    being shared between sub-interpreters that use basic
    single-phase init. In that case, the string can be used
    by an interpreter that outlives the interpreter that
    created and interned it. For interpreters that share
    obmalloc state, also share the interned dict with the main
    interpreter.
  - gh-122878: Use the pager binary, if available (e.g. on
    Debian and derivatives), to display REPL help().
  - gh-124188: Fix reading and decoding a line from the source
    file witn non-UTF-8 encoding for syntax errors raised in
    the compiler.
  - gh-123930: Improve the error message when a script
    shadowing a module from the standard library causes
    ImportError to be raised during a “from” import. Similarly,
    improve the error message when a script shadowing a third
    party module attempts to “from” import an attribute from
    that third party module while still initialising.
  - gh-122907: Building with HAVE_DYNAMIC_LOADING
    now works as well as it did in 3.12. Existing
    deficiences will be addressed separately. (See
    https://github.com/python/cpython/issues/122950.)
  - gh-118950: Fix bug where SSLProtocol.connection_lost wasn’t
    getting called when OSError was thrown on writing to
    socket.
  - gh-113570: Fixed a bug in reprlib.repr where it incorrectly
    called the repr method on shadowed Python built-in types.
  - gh-109746: If _thread.start_new_thread() fails to start a
    new thread, it deletes its state from interpreter and thus
    avoids its repeated cleanup on finalization.
  - C API
  - gh-126554: Fix error handling in ctypes.CDLL objects which
    could result in a crash in rare situations.
  - gh-125608: Fix a bug where dictionary watchers
    (e.g., PyDict_Watch()) on an object’s attribute dictionary
    (__dict__) were not triggered when the object’s attributes
    were modified.
  - bpo-34008: Added Py_IsInitialized to the list of APIs that
    are safe to call before the interpreter is initialized, and
    updated the embedding tests to cover it.
  - Build
  - gh-123877: Set wasm32-wasip1 as the WASI target. The old
    wasm32-wasi target is deprecated so it can be used for an
    eventual WASI 1.0.
  - gh-89640: Hard-code float word ordering as little endian on
    WASM.
  - gh-125940: The Android build now supports 16 KB page sizes.
  - gh-89640: Improve detection of float word ordering on Linux
    when link-time optimizations are enabled.
  - gh-125269: Fix detection of whether -latomic is needed when
    cross-compiling CPython using the configure script.
  - gh-121634: Allow for specifying the target compile triple
    for WASI.
  - gh-122578: Use WASI SDK 24 for testing.
  - gh-115382: Fix cross compile failures when the host and
    target SOABIs match.
  - Remove upstreamed patches:
  - CVE-2024-9287-venv_path_unquoted.patch

++++ libsoup:

  - Increase test timeout on s390x. The http2-body-stream test can be
    slow and sometimes times out in our builds.

++++ libtpms:

  - Add tpm2-Add-padding-to-OBJECT-for-32bit-targets.patch
  - Update to 0.10.0:
    * tpm2: Support for profiles: default-v1 & custom
    * tpm2: Add new API call TPMLIB_SetProfile to enable user to set a
    profile
    * tpm2: Extende TPMLIB_GetInfo to return profiles-related info
    * tpm2: Implemented crypto tests and restrictions on crypto related
    to FIPS-140-3; can be enabled with profiles
    * tpm2: Enable Camellia-192 and AES-192
    * tpm2: Implement TPMLIB_WasManufactured API call
    * tpm2: Fixes for issues detected by static analyzers
    * tpm2: Use OpenSSL-based KDFe implementation if possible
    * tpm2: Update to TPM 2 spec rev 183 (many changes)
    * tpm2: Better support for OpenSSL 3.x
    * tpm2: Use Carmichael function for RSA priv. exponent D (>= 2048
    bits)
    * tpm2: Fixes for CVE-2023-1017 and CVE-2023-1018
    * tpm2: Fix of SignedCompareB().
  - NOTE: This fix may result in backwards compatibility issues with PCR
    policies used by TPM2_PolicyCounterTimer and TPM2_PolicyNV when
    upgrading from v0.9 to v0.10.

++++ liburing:

  - switch URLs to the current location on github
  - Update to 2.8
    * Add support for incrementally/partially consumed provided buffers,
    usable with the provided buffer ring support.
    * Add support for foo_and_wait_min_timeout(), where it's possible to
    define a minimum timeout for waiting to get batches of completions,
    but if that fails, extend for a longer timeout without having any
    extra context switches.
    * Add support for using different clock sources for completion waiting.
    * Great increase coverage of test cases, test case improvements and
    fixes.
    * Don't leak _GNU_SOURCE via pkb-config --cflags
    * Support for address sanitizer
    * Add examples/kdigest sample program
    * Add discard helper, test, and man page
    * Man page updates
    * Sync with kernel 6.10
    * send/recv bundle support
    * accept nowait and CQE_F_MORE
    * Add and update test cases
    * Fix io_uring_queue_init_mem() returning a value that was too small,
    potentially causing memory corruption in userspace by overwriting
    64 bytes beyond the returned value. Also add test case for that.
    * Add 64-bit length variants of io_uring_prep_{m,f}advise()
    * Add BIND/LISTEN support and helpers / man pages
    * Add io_uring_enable_rings.3 man page
    * Fix bug in io_uring_prep_read_multishot()
    * Fixup bundle test cases
    * Add fixed-hugepage test case
    * Fix io_uring_prep_fixed_fd_install.3 man page
    * Note 'len' == 0 requirement in io_uring_prep_send.3 man page
    * Fix some test cases for skipping on older kernels
  - drop (they are upstream)
    * test-buf-ring-nommap-skip-the-test-on-queue-init-ENO.patch
    * test-buf-ring-nommap-zero-the-ringbuf-memory.patch
  - add
    * 0001-test-init-mem-zero-the-ringbuf-memory.patch
    * 0001-test-rsrc_tags-use-correct-buffer-index-for-test.patch
  - cleanup spec file

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

++++ python313:

  - Update to 3.13.1:
  - Tools/Demos
  - gh-126807: Fix extraction warnings in pygettext.py caused
    by mistaking function definitions for function calls.
  - gh-126167: The iOS testbed was modified so that it can be
    used by third-party projects for testing purposes.
  - Tests
  - gh-126909: Fix test_os extended attribute tests to work on
    filesystems with 1 KiB xattr size limit.
  - 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.
  - gh-124295: Add translation tests to the argparse module.
  - Security
  - gh-126623: Upgrade libexpat to 2.6.4
  - gh-125140: Remove the current directory from sys.path when
    using PyREPL.
  - 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-127321: pdb.set_trace() will not stop at an opcode that
    does not have an associated line number anymore.
  - gh-127303: Publicly expose EXACT_TOKEN_TYPES in
    token.__all__.
  - gh-123967: Fix faulthandler for trampoline frames. If the
    top-most frame is a trampoline frame, skip it. Patch by
    Victor Stinner.
  - gh-127182: Fix io.StringIO.__setstate__() crash, when None
    was passed as the first value.
  - gh-127217: Fix urllib.request.pathname2url() for paths
    starting with multiple slashes on Posix.
  - gh-127035: Fix shutil.which on Windows. Now it looks at
    direct match if and only if the command ends with a PATHEXT
    extension or X_OK is not in mode. Support extensionless
    files if “.” is in PATHEXT. Support PATHEXT extensions that
    end with a dot.
  - gh-122273: Support PyREPL history on Windows. Patch by
    devdanzin and Victor Stinner.
  - gh-127078: Fix issue where urllib.request.url2pathname()
    failed to discard an extra slash before a UNC drive in the
    URL path on Windows.
  - gh-126766: Fix issue where urllib.request.url2pathname()
    failed to discard any ‘localhost’ authority present in the
    URL.
  - gh-127065: Fix crash when calling a operator.methodcaller()
    instance from multiple threads in the free threading build.
  - gh-126997: Fix support of STRING and GLOBAL opcodes with
    non-ASCII arguments in pickletools. pickletools.dis()
    now outputs non-ASCII bytes in STRING, BINSTRING and
    SHORT_BINSTRING arguments as escaped (\xXX).
  - gh-126316: grp: Make grp.getgrall() thread-safe by adding a
    mutex. Patch by Victor Stinner.
  - gh-126618: Fix the representation of itertools.count
    objects when the count value is sys.maxsize.
  - gh-85168: Fix issue where urllib.request.url2pathname() and
    pathname2url() always used UTF-8 when quoting and unquoting
    file URIs. They now use the filesystem encoding and error
    handler.
  - gh-67877: Fix memory leaks when regular expression matching
    terminates abruptly, either because of a signal or because
    memory allocation fails.
  - gh-126789: Fixed the values of sysconfig.get_config_vars(),
    sysconfig.get_paths(), and their siblings when the site
    initialization happens after sysconfig has built a cache
    for sysconfig.get_config_vars().
  - gh-126188: Update bundled pip to 24.3.1
  - gh-126780: Fix os.path.normpath() for drive-relative paths
    on Windows.
  - gh-126766: Fix issue where urllib.request.url2pathname()
    failed to discard two leading slashes introducing an empty
    authority section.
  - gh-126727: locale.nl_langinfo(locale.ERA) now returns
    multiple era description segments separated by
    semicolons. Previously it only returned the first segment
    on platforms with Glibc.
  - gh-126699: Allow collections.abc.AsyncIterator to be a base
    for Protocols.
  - gh-126654: Fix crash when non-dict was passed to several
    functions in _interpreters module.
  - gh-104745: Limit starting a patcher (from
    unittest.mock.patch() or unittest.mock.patch.object()) more
    than once without stopping it
  - gh-126595: Fix a crash when instantiating itertools.count
    with an initial count of sys.maxsize on debug builds. Patch
    by Bénédikt Tran.
  - gh-120423: Fix issue where urllib.request.pathname2url()
    mishandled Windows paths with embedded forward slashes.
  - gh-126565: Improve performances of zipfile.Path.open() for
    non-reading modes.
  - gh-126505: Fix bugs in compiling case-insensitive regular
    expressions with character classes containing non-BMP
    characters: upper-case non-BMP character did was ignored
    and the ASCII flag was ignored when matching a character
    range whose upper bound is beyond the BMP region.
  - gh-117378: Fixed the multiprocessing "forkserver"
    start method forkserver process to correctly inherit
    the parent’s sys.path during the importing of
    multiprocessing.set_forkserver_preload() modules in the
    same manner as sys.path is configured in workers before
    executing work items.
  - This bug caused some forkserver module preloading to
    silently fail to preload. This manifested as a performance
    degration in child processes when the sys.path was required
    due to additional repeated work in every worker.
  - It could also have a side effect of "" remaining in
    sys.path during forkserver preload imports instead of the
    absolute path from os.getcwd() at multiprocessing import
    time used in the worker sys.path.
  - The sys.path differences between phases in the child
    process could potentially have caused preload to import
    incorrect things from the wrong location. We are unaware of
    that actually having happened in practice.
  - gh-125679: The multiprocessing.Lock and
    multiprocessing.RLock repr values no longer say “unknown”
    on macOS.
  - gh-126476: Raise calendar.IllegalMonthError (now a subclass
    of IndexError) for calendar.month() when the input month is
    not correct.
  - gh-126489: The Python implementation of pickle no longer
    calls pickle.Pickler.persistent_id() for the result of
    persistent_id().
  - gh-126313: Fix an issue in curses.napms() when
    curses.initscr() has not yet been called. Patch by Bénédikt
    Tran.
  - gh-126303: Fix pickling and copying of os.sched_param
    objects.
  - gh-126138: Fix a use-after-free crash on asyncio.Task
    objects whose underlying coroutine yields an object that
    implements an evil __getattribute__(). Patch by Nico
    Posada.
  - gh-126220: Fix crash in cProfile.Profile and
    _lsprof.Profiler when their callbacks were directly called
    with 0 arguments.
  - gh-126212: Fix issue where urllib.request.pathname2url()
    and url2pathname() removed slashes from Windows DOS drive
    paths and URLs.
  - gh-126223: Raise a UnicodeEncodeError instead of a
    SystemError upon calling _interpreters.create() with an
    invalid Unicode character.
  - gh-126205: Fix issue where urllib.request.pathname2url()
    generated URLs beginning with four slashes (rather than
    two) when given a Windows UNC path.
  - gh-126105: Fix a crash in ast when the ast.AST._fields
    attribute is deleted.
  - gh-126106: Fixes a possible NULL pointer dereference in
    ssl.
  - gh-126080: Fix a use-after-free crash on asyncio.Task
    objects for which the underlying event loop implements an
    evil __getattribute__(). Reported by Nico-Posada. Patch by
    Bénédikt Tran.
  - gh-126083: Fixed a reference leak in asyncio.Task objects
    when reinitializing the same object with a non-None
    context. Patch by Nico Posada.
  - gh-125984: Fix use-after-free crashes on asyncio.Future
    objects for which the underlying event loop implements an
    evil __getattribute__(). Reported by Nico-Posada. Patch by
    Bénédikt Tran.
  - gh-125969: Fix an out-of-bounds crash when an evil
    asyncio.loop.call_soon() mutates the length of the internal
    callbacks list. Patch by Bénédikt Tran.
  - gh-125966: Fix a use-after-free crash in
    asyncio.Future.remove_done_callback(). Patch by Bénédikt
    Tran.
  - gh-125789: Fix possible crash when mutating list of
    callbacks returned by asyncio.Future._callbacks. It
    now always returns a new copy in C implementation
    _asyncio. Patch by Kumar Aditya.
  - gh-124452: Fix an issue in
    email.policy.EmailPolicy.header_source_parse() and
    email.policy.Compat32.header_source_parse() that introduced
    spurious leading whitespaces into header values when the
    header includes a newline character after the header name
    delimiter (:) and before the value.
  - gh-125884: Fixed the bug for pdb where it can’t set
    breakpoints on functions with certain annotations.
  - gh-125355: Fix several bugs in
    argparse.ArgumentParser.parse_intermixed_args().
  - The parser no longer changes temporarily during
    parsing.
  - Default values are not processed twice.
  - Required mutually exclusive groups containing
    positional arguments are now supported.
  - The missing arguments report now includes the names of
    all required optional and positional arguments.
  - Unknown options can be intermixed with positional
    arguments in parse_known_intermixed_args().
  - gh-125666: Avoid the exiting the interpreter if a null byte
    is given as input in the new REPL.
  - gh-125710: [Enum] fix hashable<->nonhashable comparisons
    for member values
  - gh-125631: Restore ability to set persistent_id and
    persistent_load attributes of instances of the Pickler and
    Unpickler classes in the pickle module.
  - gh-125378: Fixed the bug in pdb where after a multi-line
    command, an empty line repeats the first line of the
    multi-line command, instead of the full command.
  - gh-125682: Reject non-ASCII digits in the Python
    implementation of json.loads() conforming to the JSON
    specification.
  - gh-125660: Reject invalid unicode escapes for Python
    implementation of json.loads().
  - gh-125259: Fix the notes removal logic for errors thrown in
    enum initialization.
  - gh-125590: Allow FrameLocalsProxy to delete and pop if the
    key is not a fast variable.
  - gh-125519: Improve traceback if importlib.reload() is
    called with an object that is not a module. Patch by Alex
    Waygood.
  - gh-125451: Fix deadlock when
    concurrent.futures.ProcessPoolExecutor shuts down
    concurrently with an error when feeding a job to a worker
    process.
  - gh-125422: Fixed the bug where pdb and bdb can step into
    the bottom caller frame.
  - gh-100141: Fixed the bug where pdb will be stuck in an
    infinite loop when debugging an empty file.
  - gh-125115: Fixed a bug in pdb where arguments starting with
  - can’t be passed to the debugged script.
  - gh-53203: Fix time.strptime() for %c, %x and %X formats
    in many locales that use non-ASCII digits, like Persian,
    Burmese, Odia and Shan.
  - gh-125398: Fix the conversion of the VIRTUAL_ENV path in
    the activate script in venv when running in Git Bash for
    Windows.
  - gh-125316: Fix using functools.partial() as enum.Enum
    member. A FutureWarning with suggestion to use
    enum.member() is now emitted when the partial instance is
    used as an enum member.
  - gh-125245: Fix race condition when importing
    collections.abc, which could incorrectly return an empty
    module.
  - gh-125243: Fix data race when creating zoneinfo.ZoneInfo
    objects in the free threading build.
  - gh-125254: Fix a bug where ArgumentError includes the
    incorrect ambiguous option in argparse.
  - gh-125235: Keep tkinter TCL paths in venv pointing to base
    installation on Windows.
  - gh-61011: Fix inheritance of nested mutually
    exclusive groups from parent parser in
    argparse.ArgumentParser. Previously, all nested mutually
    exclusive groups lost their connection to the group
    containing them and were displayed as belonging directly to
    the parser.
  - gh-52551: Fix encoding issues in time.strftime(), the
    strftime() method of the datetime classes datetime, date
    and time and formatting of these classes. Characters
    not encodable in the current locale are now acceptable
    in the format string. Surrogate pairs and sequence
    of surrogatescape-encoded bytes are no longer
    recombinated. Embedded null character no longer terminates
    the format string.
  - gh-125118: Don’t copy arbitrary values to _Bool in the
    struct module.
  - gh-125069: Fix an issue where providing a pathlib.PurePath
    object as an initializer argument to a second PurePath
    object with a different parser resulted in arguments to
    the former object’s initializer being joined by the latter
    object’s parser.
  - gh-125096: If the PYTHON_BASIC_REPL environment variable
    is set, the site module no longer imports the _pyrepl
    module. Moreover, the site module now respects -E and -I
    command line options: ignore PYTHON_BASIC_REPL in this
    case. Patch by Victor Stinner.
  - gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) on
    platforms with glibc. Now it returns a string consisting of
    up to 100 semicolon-separated symbols (an empty string in
    most locales) on all Posix platforms. Previously it only
    returned the first symbol or an empty string.
  - gh-124960: Fix support for the barry_as_FLUFL future flag
    in the new REPL.
  - gh-124984: Fixed thread safety in ssl in the free-threaded
    build. OpenSSL operations are now protected by a per-object
    lock.
  - gh-124958: Fix refcycles in exceptions raised from
    asyncio.TaskGroup and the python implementation of
    asyncio.Future
  - gh-53203: Fix time.strptime() for %c and %x formats in many
    locales: Arabic, Bislama, Breton, Bodo, Kashubian, Chuvash,
    Estonian, French, Irish, Ge’ez, Gurajati, Manx Gaelic,
    Hebrew, Hindi, Chhattisgarhi, Haitian Kreyol, Japanese,
    Kannada, Korean, Marathi, Malay, Norwegian, Nynorsk,
    Punjabi, Rajasthani, Tok Pisin, Yoruba, Yue Chinese,
    Yau/Nungon and Chinese.
  - gh-124917: Allow calling os.path.exists() and
    os.path.lexists() with keyword arguments on Windows. Fixes
    a regression in 3.13.0.
  - gh-124653: Fix detection of the minimal Queue API needed by
    the logging module. Patch by Bénédikt Tran.
  - gh-124858: Fix reference cycles left in tracebacks
    in asyncio.open_connection() when used with
    happy_eyeballs_delay
  - gh-124390: Fixed AssertionError when using
    asyncio.staggered.staggered_race() with
    asyncio.eager_task_factory.
  - gh-124651: Properly quote template strings in venv
    activation scripts (bsc#1232241, CVE-2024-9287).
  - gh-116850: Fix argparse for namespaces with not directly
    writable dict (e.g. classes).
  - gh-58573: Fix conflicts between abbreviated long options in
    the parent parser and subparsers in argparse.
  - gh-124594: All asyncio REPL prompts run in the same
    context. Contributed by Bartosz Sławecki.
  - gh-61181: Fix support of choices with string value in
    argparse. Substrings of the specified string no longer
    considered valid values.
  - gh-80259: Fix argparse support of positional arguments with
    nargs='?', default=argparse.SUPPRESS and specified type.
  - gh-120378: Fix a crash related to an integer overflow in
    curses.resizeterm() and curses.resize_term().
  - gh-123884: Fixed bug in itertools.tee() handling of other
    tee inputs (a tee in a tee). The output now has the
    promised n independent new iterators. Formerly, the first
    iterator was identical (not independent) to the input
    iterator. This would sometimes give surprising results.
  - gh-58956: Fixed a bug in pdb where sometimes the breakpoint
    won’t trigger if it was set on a function which is already
    in the call stack.
  - gh-124345: argparse vim supports abbreviated single-dash
    long options separated by = from its value.
  - gh-104860: Fix disallowing abbreviation of single-dash long
    options in argparse with allow_abbrev=False.
  - gh-63143: Fix parsing mutually exclusive arguments in
    argparse. Arguments with the value identical to the default
    value (e.g. booleans, small integers, empty or 1-character
    strings) are no longer considered “not present”.
  - gh-72795: Positional arguments with nargs equal to '*' or
    argparse.REMAINDER are no longer required. This allows to
    use positional argument with nargs='*' and without default
    in mutually exclusive group and improves error message
    about required arguments.
  - gh-59317: Fix parsing positional argument with nargs equal
    to '?' or '*' if it is preceded by an option and another
    positional argument.
  - gh-53780: argparse now ignores the first "--" (double dash)
    between an option and command.
  - gh-124217: Add RFC 9637 reserved IPv6 block 3fff::/20 in
    ipaddress module.
  - gh-81691: Fix handling of multiple "--" (double dashes)
    in argparse. Only the first one has now been removed, all
    subsequent ones are now taken literally.
  - gh-123978: Remove broken time.thread_time() and
    time.thread_time_ns() on NetBSD.
  - gh-124008: Fix possible crash (in debug build), incorrect
    output or returning incorrect value from raw binary write()
    when writing to console on Windows.
  - gh-123935: Fix parent slots detection for dataclasses that
    inherit from classes with __dictoffset__.
  - gh-122765: Fix unbalanced quote errors occurring when
    activate.csh in venv was sourced with a custom prompt
    containing unpaired quotes or newlines.
  - gh-123370: Fix the canvas not clearing after running
    turtledemo clock.
  - gh-116810: Resolve a memory leak introduced in CPython
    3.10’s ssl when the ssl.SSLSocket.session property was
    accessed. Speeds up read and write access to said property
    by no longer unnecessarily cloning session objects via
    serialization.
  - gh-120754: Update unbounded read calls in zipfile to
    specify an explicit size putting a limit on how much data
    they may read. This also updates handling around ZIP max
    comment size to match the standard instead of reading
    comments that are one byte too long.
  - gh-70764: Fixed an issue where inspect.getclosurevars()
    would incorrectly classify an attribute name as a global
    variable when the name exists both as an attribute name and
    a global variable.
  - gh-118289: posixpath.realpath() now raises
    NotADirectoryError when strict mode is enabled and a
    non-directory path with a trailing slash is supplied.
  - gh-119826: Always return an absolute path for
    os.path.abspath() on Windows.
  - gh-117766: Always use str() to print choices in argparse.
  - gh-101955: Fix SystemError when match regular expression
    pattern containing some combination of possessive
    quantifier, alternative and capture group.
  - gh-88110: Fixed multiprocessing.Process reporting a
    .exitcode of 1 even on success when using the "fork" start
    method while using a concurrent.futures.ThreadPoolExecutor.
  - gh-71936: Fix a race condition in
    multiprocessing.pool.Pool.
  - bpo-46128: Strip unittest.IsolatedAsyncioTestCase stack
    frames from reported stacktraces.
  - bpo-14074: Fix argparse metavar processing to allow
    positional arguments to have a tuple metavar.
  - IDLE
  - gh-122392: Increase currently inadequate vertical spacing
    for the IDLE browsers (path, module, and stack) on
    high-resolution monitors.
  - Documentation
  - gh-126622: Added stub pages for removed modules explaining
    their removal, where to find replacements, and linking to
    the last Python version that supported them. Contributed by
    Ned Batchelder.
  - gh-125277: Require Sphinx 7.2.6 or later to build the
    Python documentation. Patch by Adam Turner.
  - gh-124872: Added definitions for context, current
    context, and context management protocol, updated
    related definitions to be consistent, and expanded the
    documentation for contextvars.Context.
  - gh-125018: The importlib.metadata documentation now
    includes semantic cross-reference targets for the
    significant documented APIs. This means intersphinx
    references like importlib.metadata.version() will now work
    as expected.
  - gh-70870: Clarified the dual usage of the term “free
    variable” (both the formal meaning of any reference
    to names defined outside the local scope, and the
    narrower pragmatic meaning of nonlocal variables named in
    co_freevars).
  - gh-121277: Writers of CPython’s documentation can now use
    next as the version for the versionchanged, versionadded,
    deprecated directives.
  - gh-60712: Include the object type in the lists of
    documented types. Change by Furkan Onder and Martin Panter.
  - bpo-34008: The Py_Main() documentation moved from the
    “Very High Level API” section to the “Initialization and
    Finalization” section.
  - Also make it explicit that we expect Py_Main to
    typically be called instead of Py_Initialize rather
    than after it (since Py_Main makes its own call to
    Py_Initialize). Document that calling both is supported
    but is version dependent on which settings will be applied
    correctly.
  - Core and Builtins
  - gh-113841: Fix possible undefined behavior division by zero
    in complex’s _Py_c_pow().
  - gh-127020: Fix a crash in the free threading build
    when PyCode_GetCode(), PyCode_GetVarnames(),
    PyCode_GetCellvars(), or PyCode_GetFreevars() were called
    from multiple threads at the same time.
  - gh-126980: Fix __buffer__() of bytearray crashing when READ
    or WRITE are passed as flags.
  - gh-126881: Fix crash in finalization of dtoa state. Patch
    by Kumar Aditya.
  - gh-126341: Now ValueError is raised instead of SystemError
    when trying to iterate over a released memoryview object.
  - gh-126688: Fix a crash when calling os.fork() on some
    operating systems, including SerenityOS.
  - gh-126066: Fix importlib to not write an incomplete
    .pyc files when a ulimit or some other operating system
    mechanism is preventing the write to go through fully.
  - gh-126312: Fix crash during garbage collection on an object
    frozen by gc.freeze() on the free-threaded build.
  - gh-126139: Provide better error location when attempting to
    use a future statement with an unknown future feature.
  - gh-126018: Fix a crash in sys.audit() when passing a
    non-string as first argument and Python was compiled in
    debug mode.
  - gh-125942: On Android, the errors setting of sys.stdout was
    changed from surrogateescape to backslashreplace.
  - gh-125859: Fix a crash in the free threading build when
    gc.get_objects() or gc.get_referrers() is called during an
    in-progress garbage collection.
  - gh-125703: Correctly honour tracemalloc hooks in
    specialized Py_DECREF paths. Patch by Pablo Galindo
  - gh-125593: Use color to highlight error locations in
    traceback from exception group
  - gh-125444: Fix illegal instruction for older Arm
    architectures. Patch by Diego Russo, testing by Ross
    Burton.
  - gh-124375: Fix a crash in the free threading build when the
    GC runs concurrently with a new thread starting.
  - gh-125221: Fix possible race condition when calling
    __reduce_ex__() for the first time in the free threading
    build.
  - gh-125038: Fix crash when iterating over a generator
    expression after direct changes on gi_frame.f_locals. Patch
    by Mikhail Efimov.
  - gh-123378: Fix a crash in the __str__() method of
    UnicodeError objects when the UnicodeError.start and
    UnicodeError.end values are invalid or out-of-range. Patch
    by Bénédikt Tran.
  - gh-116510: Fix a crash caused by immortal interned strings
    being shared between sub-interpreters that use basic
    single-phase init. In that case, the string can be used
    by an interpreter that outlives the interpreter that
    created and interned it. For interpreters that share
    obmalloc state, also share the interned dict with the main
    interpreter.
  - gh-122878: Use the pager binary, if available (e.g. on
    Debian and derivatives), to display REPL help().
  - gh-124188: Fix reading and decoding a line from the source
    file witn non-UTF-8 encoding for syntax errors raised in
    the compiler.
  - gh-123930: Improve the error message when a script
    shadowing a module from the standard library causes
    ImportError to be raised during a “from” import. Similarly,
    improve the error message when a script shadowing a third
    party module attempts to “from” import an attribute from
    that third party module while still initialising.
  - gh-122907: Building with HAVE_DYNAMIC_LOADING
    now works as well as it did in 3.12. Existing
    deficiences will be addressed separately. (See
    https://github.com/python/cpython/issues/122950.)
  - gh-118950: Fix bug where SSLProtocol.connection_lost wasn’t
    getting called when OSError was thrown on writing to
    socket.
  - gh-113570: Fixed a bug in reprlib.repr where it incorrectly
    called the repr method on shadowed Python built-in types.
  - gh-109746: If _thread.start_new_thread() fails to start a
    new thread, it deletes its state from interpreter and thus
    avoids its repeated cleanup on finalization.
  - C API
  - gh-126554: Fix error handling in ctypes.CDLL objects which
    could result in a crash in rare situations.
  - gh-125608: Fix a bug where dictionary watchers
    (e.g., PyDict_Watch()) on an object’s attribute dictionary
    (__dict__) were not triggered when the object’s attributes
    were modified.
  - bpo-34008: Added Py_IsInitialized to the list of APIs that
    are safe to call before the interpreter is initialized, and
    updated the embedding tests to cover it.
  - Build
  - gh-123877: Set wasm32-wasip1 as the WASI target. The old
    wasm32-wasi target is deprecated so it can be used for an
    eventual WASI 1.0.
  - gh-89640: Hard-code float word ordering as little endian on
    WASM.
  - gh-125940: The Android build now supports 16 KB page sizes.
  - gh-89640: Improve detection of float word ordering on Linux
    when link-time optimizations are enabled.
  - gh-125269: Fix detection of whether -latomic is needed when
    cross-compiling CPython using the configure script.
  - gh-121634: Allow for specifying the target compile triple
    for WASI.
  - gh-122578: Use WASI SDK 24 for testing.
  - gh-115382: Fix cross compile failures when the host and
    target SOABIs match.
  - Remove upstreamed patches:
  - CVE-2024-9287-venv_path_unquoted.patch

++++ python-MarkupSafe:

  - The test suite survives without
    ca-certificates-mozilla-prebuilt now, so we can remove BR (and
    avoid deadly cycles).

++++ python-bcrypt:

  - Update to 4.2.1
    * Bump version for 4.2.1 (#914)
    * Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (#912)
    * Fix warnings from pyo3 0.23 (#911)
    * Bump pyo3 from 0.22.6 to 0.23.1 in /src/_bcrypt (#909)
    * Bump libc from 0.2.162 to 0.2.164 in /src/_bcrypt (#910)
    * Bump cpufeatures from 0.2.14 to 0.2.15 in /src/_bcrypt (#908)
    * Bump libc from 0.2.161 to 0.2.162 in /src/_bcrypt (#907)
    * Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (#906)
    * Bump pyo3 from 0.22.5 to 0.22.6 in /src/_bcrypt (#905)
    * Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.0 (#904)
    * Bump syn from 2.0.86 to 2.0.87 in /src/_bcrypt (#903)
    * Bump syn from 2.0.85 to 2.0.86 in /src/_bcrypt (#902)
    * Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#901)
    * Bump actions/setup-python from 5.2.0 to 5.3.0 (#899)
    * Bump syn from 2.0.82 to 2.0.85 in /src/_bcrypt (#898)
    * Bump actions/checkout from 4.2.1 to 4.2.2 (#897)
    * Bump actions/cache from 4.1.1 to 4.1.2 (#896)
    * Bump proc-macro2 from 1.0.88 to 1.0.89 in /src/_bcrypt (#895)
    * Bump syn from 2.0.79 to 2.0.82 in /src/_bcrypt (#894)
    * Bump libc from 0.2.159 to 0.2.161 in /src/_bcrypt (#893)
    * Bump proc-macro2 from 1.0.87 to 1.0.88 in /src/_bcrypt (#892)
    * Bump pyo3 from 0.22.4 to 0.22.5 in /src/_bcrypt (#891)
    * Bump pyo3 from 0.22.3 to 0.22.4 in /src/_bcrypt (#890)
    * Update CI for 3.13 (#888)
    * Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#889)
    * Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#886)
    * Bump actions/cache from 4.1.0 to 4.1.1 (#887)
    * Bump proc-macro2 from 1.0.86 to 1.0.87 in /src/_bcrypt (#884)
    * Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#883)
    * Bump actions/checkout from 4.2.0 to 4.2.1 (#882)
    * Bump actions/cache from 4.0.2 to 4.1.0 (#881)
    * Bump once_cell from 1.20.1 to 1.20.2 in /src/_bcrypt (#880)
    * Bump once_cell from 1.20.0 to 1.20.1 in /src/_bcrypt (#878)
    * Bump portable-atomic from 1.8.0 to 1.9.0 in /src/_bcrypt (#877)
    * Bump syn from 2.0.77 to 2.0.79 in /src/_bcrypt (#879)
    * Bump autocfg from 1.3.0 to 1.4.0 in /src/_bcrypt (#876)
    * Bump actions/checkout from 4.1.7 to 4.2.0 (#875)
    * Bump libc from 0.2.158 to 0.2.159 in /src/_bcrypt (#874)
    * Bump portable-atomic from 1.7.0 to 1.8.0 in /src/_bcrypt (#873)
    * Bump once_cell from 1.19.0 to 1.20.0 in /src/_bcrypt (#871)
    * Bump pyo3 from 0.22.2 to 0.22.3 in /src/_bcrypt (#872)
    * Bump unicode-ident from 1.0.12 to 1.0.13 in /src/_bcrypt (#870)
    * Bump cpufeatures from 0.2.13 to 0.2.14 in /src/_bcrypt (#869)
    * Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (#868)
    * Correctly use `console` language fence (#867)
    * Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#866)
    * Bump syn from 2.0.76 to 2.0.77 in /src/_bcrypt (#865)
    * Bump actions/setup-python from 5.1.1 to 5.2.0 (#862)
    * Bump syn from 2.0.75 to 2.0.76 in /src/_bcrypt (#861)
    * Bump actions/attest-build-provenance from 1.4.1 to 1.4.2 (#859)
    * Bump quote from 1.0.36 to 1.0.37 in /src/_bcrypt (#858)
    * Bump libc from 0.2.157 to 0.2.158 in /src/_bcrypt (#857)
    * Bump syn from 2.0.74 to 2.0.75 in /src/_bcrypt (#855)
    * Bump libc from 0.2.156 to 0.2.157 in /src/_bcrypt (#856)
    * Bump libc from 0.2.155 to 0.2.156 in /src/_bcrypt (#854)
    * Bump cpufeatures from 0.2.12 to 0.2.13 in /src/_bcrypt (#853)
    * Bump syn from 2.0.72 to 2.0.74 in /src/_bcrypt (#851)
    * Bump actions/attest-build-provenance from 1.4.0 to 1.4.1 (#852)
    * Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#850)
    * Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#849)
    * Bump target-lexicon from 0.12.15 to 0.12.16 in /src/_bcrypt (#848)
    * Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#847)
    * Bump version_check from 0.9.4 to 0.9.5 in /src/_bcrypt (#846)
    * Fix pypi-publish.yml for paths with spaces (#844)

++++ python-rpds-py:

  - Update to version 0.21.0:
    * Release v0.21.0
    * Oh hello there zizmor.
    * Add a link to the upstream repo.
    * The packaging docs apparently discourage license.
    * bump pyO3 to 0.22.6
    * Update requirements.
    * Drop support for 3.8, which is EOL.
    * Bump to 0.20.1.
    * Set --profile=dev in tests to catch issues like #86.
    * Bump pyo3 from 0.22.3 to 0.22.5
    * Bump wntrblm/nox from 2024.04.15 to 2024.10.09
    * [pre-commit.ci] pre-commit autoupdate
    * Bump pyo3 from 0.22.2 to 0.22.3
    * Bump archery from 1.2.0 to 1.2.1
    * Fix hashing overflow issues
    * Tag a release.
    * Minor comment typo.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump hynek/setup-cached-uv from 1 to 2
    * Tag a release.
    * Bump pyo3 from 0.22.1 to 0.22.2
    * Better result handling
    * Fix ruff configuration section
    * Fix styling
    * Turn on hashing tests for HashTrieMap
    * Remove hash error handling for elements in HashTrieSet
    * Implement __hash__ for HashTrieMap
    * Fix tests
    * Remove __hash__ for HashTrieMap
    * Fix testing
    * Re-implement __hash__ for unordered collections
    * Make Python versions in GitHub Actions consistent
    * Move to the v4 artifact actions.
    * Newer ruff + minor linter tweaks.
    * Let pre-commit.ci handle pre-commit.
    * uv in the noxfile and CI.
    * Add the 3.13 classifier.
    * Bump to 0.19.0
    * Update requirements.
    * Revise inline comments
    * Implement __hash__ for HashTrieMap
    * Add __hash__ to ListPy
    * Implement __hash__ for HashTrieSetPy
    * Update PyO3 from 0.22.0 to 0.22.1
    * Use #[derive(FromPyObject)] instead of manual impl
    * Remove redundant Python::wiht_gil calls
    * Add Python 3.13 to GitHub actions CI
    * Fix clippy warnings
    * Remove redundant Python::with_gil calls
    * Fix formatting
    * WIP
    * WIP
    * Bump pyo3 from 0.20.3 to 0.22.0
    * [pre-commit.ci] pre-commit autoupdate
    * deps: bump libc from 0.2.147 to 0.2.155
    * WIP
    * Tag a release for PyO3 0.20.3 support.
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump wntrblm/nox from 2024.03.02 to 2024.04.15
    * [pre-commit.ci] pre-commit autoupdate
    * [pre-commit.ci] pre-commit autoupdate
    * Bump softprops/action-gh-release from 1 to 2
    * Bump wntrblm/nox from 2023.04.22 to 2024.03.02
    * Bump archery from 1.1.0 to 1.2.0
    * Bump pyo3 from 0.20.2 to 0.20.3
    * I'm one person, not two.
    * [pre-commit.ci] pre-commit autoupdate
    * Type annotation and test for HashTrieMap.update.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump pre-commit/action from 3.0.0 to 3.0.1
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    * [pre-commit.ci] pre-commit autoupdate
    * Implement Queue.__hash__.
    * Explicitly remind ourselves that dict.values != dict.values in the tests.
    * Yet again, same mistake.
    * Remove a non-doc dependency.
    * Reimplement view types for maps.
    * Start reworking the HashTrieMap methods that should return views.
    * And same for HashTrieMap.
    * And now an iterator for HashTrieSet.
    * Trim down the manual Py wrapping too.
    * Proper List + Queue iterators.
    * Bump pyo3 from 0.20.1 to 0.20.2
    * Bump pyo3 from 0.20.0 to 0.20.1
    * Type annotation for fromkeys.
    * Release v0.16.1
    * Add HashTrieMap.fromkeys with dict.fromkeys' signature.
    * [pre-commit.ci] pre-commit autoupdate
    * Fix the Queue type annotations.
    * Install cargo in RTD.
    * Release v0.15.0 for docs!
    * Still install the package obviously, and minor spelling and style fix.
    * Enable the rest of the ruff rulesets.
    * Simple docs.
    * Fix HashTrieMap.get to properly take 2 arguments.
    * Le type annotacions
    * Expose rpds.Queue.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump actions/setup-python from 4 to 5
    * Update pre-commit hooks.
    * Fix HashTrieMap __repr__s, which need to repr() the key as well.
    * Add the explicit Tidelift link.
    * Release v0.13.1.
    * Fix `drop_first` method name for typing
    * Release v0.13.0
    * Configure Black in pyproject.toml
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    * Add pickle support
    * [pre-commit.ci] pre-commit autoupdate
    * Bump rpds from 1.0.1 to 1.1.0
    * That's what I get for copy/paste.
    * Skip Rust on pre-commit.ci which doesn't seem to have Rust installed.
    * Bump archery from 1.0.0 to 1.1.0
    * List.drop_front
    * Update for PyO3 0.20.0.
    * Update pre-commit hooks.
    * [pre-commit.ci] pre-commit autoupdate
    * Publish to PyPI using trusted publishing.
    * Try enabling sccache.
    * Build wheel for Windows on Python 3.12
    * Give up entirely for now.
    * Flail again for Windows.
    * There is apparently no --release argument for sdist.
    * Build an sdist in a separate explicit job.
    * Give up for  now. Let's get 3.12 working.
    * Take 3 on PyPy+Windows.
    * Try again to get PyPy 3.x versions on Windows.
    * Drop PyPy 3.8 which seems to fail.
    * Release v0.10.4
    * Try building wheels for more Windows interpreters as well.
    * Release v0.10.3
    * Update test dependencies.
    * Remove an unused test dependency on hypothesis
    * Bump rpds from 1.0.0 to 1.0.1
    * Bump actions/checkout from 3 to 4
    * Release v0.10.2
    * Update pre-commit hooks.
    * Enable clippy and fix what it complains about.
    * Update requirements.
    * Don't use nox.session.create_tmp.
    * Release 0.10.0.
    * Unused.
    * Bump rpds from 0.13.0 to 1.0.0
    * Bump pyo3 from 0.19.1 to 0.19.2
    * Add a security policy.
    * More correct listing of nox envs for the GitHub actions workflow
    * Bump archery from 0.5.0 to 1.0.0
    * Take 3, try using setup-python with multiple versions.
    * Try enabling pre-releases in the setup-python action.
    * Declare support for 3.12.
    * Link to rpds.
    * Update deps and bump the version.
    * Update target-lexicon to support loongarch64 architecture
    * Again forget to bump the version properly...
    * Try adding wheels for PyPy3.10 and CPython 3.12
    * Also build wheels for macOS 3.9 and others.
    * Add a note on installation instructions (and the need for rust).
    * One more wheel for aarch64.
    * Fix the needs list as well.
    * Let's see if this gets us MUSL wheels.
    * Fix the badge URLs.
    * Sigh and the lock too...
    * Actually bump the version to 0.8.3.
    * Add the missing Project URLs for PyPI
    * Add rpds to known_first_party for isort.
    * Bump to PyO3 v0.19
    * Bump pre-commit.
    * Bump wntrblm/nox from 2022.11.21 to 2023.04.22
    * Update pre-commit hooks.
    * Bump pyo3 from 0.18.2 to 0.18.3
    * Bump pyo3 from 0.18.1 to 0.18.2
    * Exclude bots from release notes.

++++ swtpm:

  - Update to 0.10.0:
    + swtpm:
    * Requires libtpms v0.10.0
    * Display tpmstate-opt-lock as a new capability
    * Add support for lock option parameter to tpmstate option
    * nvstore_linear: Add support for file-backend locking
    * Remove broken logic to check for neither dir nor file backend
    * Use ptm_cap_n to build PTM_GET_CAPABILITY response
    * Define a structure to return PTM_GET_CAPABILITY result
    * Implement --print-info to run TPMLIB_GetInfo with flags
    * Support --profile fd= to read profile from file descriptor
    * Support --profile file= to read profile from file
    * Ignore remove-disabled parameter on non-'custom' profile
    * Check for good entropy source in chroot environment
    * Implement a check for HMAC+sha1 for testing future restriction
    * Implement function to check whether a crypto algorithm is
    disabled
    * Print cmdarg-print-profiles as part of capabilities
    * Check whether SHA1 signature support is disabled in profile
    * Use TPMLIB_WasManufactured to check whether profile was applied
    * Determine whether OpenSSL needs to be configured (FIPs, SHA1
    signature)
    * Add support for --print-profiles option
    * Print profile names as part of capabilities JSON
    * Display new capability to allow setting a profile
    * Add support for --profile option to set a profile on TPM 2
    + swtpm_setup:
    * Comment flags for storage primary key and deprecate --create-spk
    * Implement --print-profiles to display all profile
    * Add profile entries to swtpm_setup.conf written by swtpm_setup
    * Add support for --profile-name option
    * Accept profiles with name starting with 'custom:'
    * Support default profile from file in swtpm_setup.conf
    * Support --profile-file-fd to read profile from file descriptor
    * Support --profile-file to read profile from file
    * Always log the active profile
    * Implement --profile-remove-fips-disabled option
    * Read default profile from swtpm_setup.conf
    * Print profile names as part of capabilities JSON
    * Add support for --profile parameter
    * Get default rsa keysize from setup_setup.conf if not given
    + swtpm_ioctl:
    * Use ptm_cap_n for non-CUSE PTM_GET_CAPABILITY response
    + selinux:
    * Change write to append for appending to log
    * Add rule for logging to svirt_image_t labeled files from swtpm_t
    + tests:
    * Update IBMTSS2 test suite to v2.4.0
    * Test activation of PCR banks when not all are available
    * Enable SWTPM_TEST_PROFILE for running test_tpm2_ibmtss2 with
    profile
    * Add a check for OPENSSL_ENABLE_SHA1_SIGNATURES in log file
    * Consolidate custom profile test cases and check for
    StateFormatLevel
    * Convert test_samples_create_tpmca to run installed
    * Mention test_tpm2_libtpms_versions_profiles requiring
    env. variables
    * allow running ibmtss2 tests against installed version
    * Derive support for CUSE from SWTPM_EXE help screen
    * Set OPENSSL_ENABLE_SHA1_SIGNATURES=1 for IBMTSS2 test
    * Extend test case testing across libtpms versions
    * Add test case for testing profiles across libtpms versions
    * Test the --profile option of swtpm_setup and swtpm
    * teach them to run installed
    * add installed-runner.sh
    * install tests on the system
    * lookup system binaries if INSTALLED is set
    + build-sys:
    * enable 64-bit file API on 32-bit systems
    * Add -Wshadow to the CFLAGS
    * Require that libtpms v0.10 is available for TPMLIB_SetProfile

++++ os-update:

  - Update to version 1.20+git.20241204:
    * Release version 1.20
    * Switch from pandoc to go-md2man
    * Add option to ignore services at all

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

++++ cockpit-machines:

  - Update to 324:
    * Limit size of descriptions
  - Changes from 323:
    * Action to add a TPM
  - Changes from 322:
    * Bug fixes and translation updates
  - Changes form 321:
    * Drop usage of virtinterfaced
  - Changes from 320:
    * Improve snapshot memory path handling
    * Add support for VM descriptions
  - Changes from 319:
    * Translation updates
    * Bug fixes
  - Changes from 318.1:
    * Translation updates
  - Changes from 318:
    * Translation updates
    * Test fixes
  - Changes from 317:
    * Bug fixes

++++ python-kiwi:

  - Bump version: 10.2.2 → 10.2.3
  - Update STYLEROOT to SUSE 2022

++++ grub2:

  - Update the TPM2 patches to the upstream final version
    * Update 0001-key_protector-Add-key-protectors-framework.patch
    * Replace 0002-tpm2-Add-TPM-Software-Stack-TSS.patch with
    grub2-add-tss2-support.patch
    * Replace 0003-key_protector-Add-TPM2-Key-Protector.patch with
    0001-key_protector-Add-TPM2-Key-Protector.patch
    * Replace 0005-util-grub-protect-Add-new-tool.patch with
    0001-util-grub-protect-Add-new-tool.patch
    * Replace 0001-tpm2-Implement-NV-index.patch with
    0001-tpm2_key_protector-Implement-NV-index.patch
    * Replace 0001-tpm2-Support-authorized-policy.patch with
    0001-tpm2_key_protector-Support-authorized-policy.patch
  - Refresh the TPM2 related patches
    * grub-read-pcr.patch
    * 0001-tpm2-Add-extra-RSA-SRK-types.patch
    * grub2-bsc1220338-key_protector-implement-the-blocklist.patch
    * safe_tpm_pcr_snapshot.patch
    * tpm-record-pcrs.patch

++++ kernel-default:

  - Update
    patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
    (git-fixes CVE-2024-53104 bsc#1234025).
  - commit 381f9fa
  - config.sh: Update Bugzilla product
  - commit 5d4ad4d
  - 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 440fba7
  - kernel-doc: allow object-like macros in ReST output (git-fixes).
  - commit 58f47a6
  - checkpatch: always parse orig_commit in fixes tag (git-fixes).
  - accel/ivpu: Prevent recovery invocation during probe and resume
    (git-fixes).
  - cleanup: Remove address space of returned pointer (git-fixes).
  - commit 9e46c4d

++++ libnettle:

  - ppcl64le: POWER10 performance enhancements for cryptography [jsc#PED-9904]
    * powerpc64/sha256: fix loading overreads by loading less and shifting
    * powerpc64/sha256: adjust stack offset for storing non-volatile registers
    * powerpc64: remove use of m4_unquote in the load step for sha256
    * Temporarily skip the gcm test: libnettle-powerpc64-skip-AES-GCM-test.patch
    * Add patches:
  - libnettle-powerpc64-sha256-fix-loading-overreads.patch
  - libnettle-powerpc64-sha256-adjust-stack-offset-for-non-volatile-registers.patch
  - libnettle-powerpc64-remove-m4_unquote-sha256.patch

++++ ncurses:

  - Add ncurses patch 20241130
    + improve configure check for lint program.
    + adjust options in test-programs to allow for consistent use of -c/-l
    for command/logging.
    + modify win_driver.c for MinGW to handle shift-tab and control-tab as
    back-tab (report by Axel Reinhold)

++++ systemd:

  - Add 5005-Revert-boot-Make-initrd_prepare-semantically-equival.patch
    Revert commit d64193a2a652b15db9cb9ed10c6b77a17ca46cd2 until the regression it
    caused, reported at https://github.com/systemd/systemd/issues/35439, is fixed
    (see also bsc#1233752 for its downstream counterpart).
  - Disable EFI support on architectures that are not EFI-compliant
  - Import commit 290170c8550bf2de4b5085ecdf7f056769944444 (merge of v256.9)
    This merge includes the following fix:
    cf7b3cc182 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/c7671762b39ead7f8f9e70064256f5efaccedeca...290170c8550bf2de4b5085ecdf7f056769944444

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

  - kmp-trigger.sh:
    * avoid to return with exit code != 0 if modules could not be
    unloaded for some reason

++++ 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)

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#185
  - provide default settings in cases where kernel and initrd
    symlinks are missing (bsc#1233956)
  - update test results
  - 1.21

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

++++ elfutils:

  - Remove files packaged by elfutils-debuginfod

++++ glibc:

  - Add support for loongarch64

++++ iptables:

  - Add iptables-nft-fix-interface-comparisons.patch
    * fix '-C' commands for nft backend (bsc#1233690)

++++ kernel-default:

  - fs/file.c: add fast path in find_next_fd() (jsc#PED-10666).
  - commit 408b57f
  - fs/file.c: conditionally clear full_fds (jsc#PED-10666).
  - commit 26a9b57
  - fs/file.c: remove sanity_check and add likely/unlikely in
    alloc_fd() (jsc#PED-10666).
  - commit 5da9b0b
  - nvme-fabrics: fix kernel crash while shutting down controller
    (git-fixes).
  - Revert "nvme: make keep-alive synchronous operation"
    (git-fixes).
  - nvme/multipath: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - nvme-pci: reverse request order in nvme_queue_rqs (git-fixes).
  - nvme-pci: fix freeing of the HMB descriptor table (git-fixes).
  - commit 534c003
  - scsi: lpfc: Copyright updates for 14.4.0.6 patches (bsc#1233241
    jsc#PED-10904).
  - scsi: lpfc: Update lpfc version to 14.4.0.6 (bsc#1233241
    jsc#PED-10904).
  - scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
    (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
    (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Prevent NDLP reference count underflow in
    dev_loss_tmo callback (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Add cleanup of nvmels_wq after HBA reset
    (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting
    follow up FDMI (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE
    before BSG flag (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod
    paths (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Check devloss callbk done flag for potential stale
    NDLP ptrs (bsc#1233241 jsc#PED-10904).
  - scsi: lpfc: Modify CGN warning signal calculation based on
    EDC response (bsc#1233241 jsc#PED-10904).
  - commit 954c8fe
  - Refresh patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch
  - refreshed contexts
  - mm_struct: taken out of randomized substruct
  - sock: moved from middle to the end
  - commit 12002b5
  - PCI/pwrctl: Ensure that pwrctl drivers are probed before PCI
    client drivers (git-fixes).
  - PCI/pwrctl: Create pwrctl device only if at least one power
    supply is present (git-fixes).
  - PCI/pwrctl: Use of_platform_device_create() to create pwrctl
    devices (git-fixes).
  - commit 5ac4fb1

++++ kernel-firmware-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ libcap:

  - update to 2.73:
    * https://sites.google.com/site/fullycapable/release-notes-for-libcap?authuser=0#h.7yd7ab9ppagk

++++ libgcrypt:

  - Remove unrecognized option: --enable-m-guard

++++ libosinfo:

  - Update to version 1.12.0 (jsc#PED-8910)
    * Some memory leak fixes
    * Adapt to change in libxml2
    * Several CI improvements
    * Several translations improvements
  - Drop 0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch

++++ snapper:

  - added new workflow using only two steps to installation-helper
    (gh#openSUSE/snapper#944)

++++ libvirt:

  - Update to libvirt 10.10.0
  - jsc#PED-8909, jsc#PED-9543, jsc#PED-9854, jsc#PED-9855
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-10-0-2024-12-02

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

++++ python-libvirt-python:

  - Update to 10.10.0
  - Add all new APIs and constants in libvirt 10.10.0
  - jsc#PED-8909, jsc#PED-9543, jsc#PED-9854, jsc#PED-9855

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#184
  - bash in SLE15 works differently than in TW; adjust for
    differences (bsc#1231018)
  - 1.20

------------------------------------------------------------------
------------------  2024-12-1  -  Dec 1 2024  -------------------
------------------------------------------------------------------

++++ elfutils:

  - update to 0.192
    CONDUCT: A new code of conduct has been adopted.  See the
    CONDUCT file for more information.
    debuginfod: Add per-file signature verification for integrity
    checking, using RPM IMA scheme from Fedora/RHEL.
    New API for metadata queries: file name -> buildid.
    Server-side extraction of files from kernel debuginfo
    packages is significantly faster. Now takes < 0.25 seconds,
    down from ~50 seconds.
    libdw: New functions dwfl_set_sysroot, dwfl_frame_unwound_source
    and dwfl_unwound_source_str.
    stacktrace: Experimental new tool that can process a stream of stack
    samples from the Sysprof profiler and unwind them into call
    chains. Enable on x86 with --enable-stacktrace. See
    README.eu-stacktrace in the development branch for detailed
    usage instructions:
    https://sourceware.org/cgit/elfutils/tree/README.eu-stacktrace?h=users/serhei/eu-stacktrace

++++ kernel-default:

  - serial: amba-pl011: fix build regression (git-fixes).
  - commit e7439f2
  - tools/power turbostat: Fix child's argument forwarding
    (git-fixes).
  - tools/power turbostat: Fix trailing '\n' parsing (git-fixes).
  - modpost: remove incorrect code in do_eisa_entry() (git-fixes).
  - Rename .data.once to .data..once to fix resetting WARN*_ONCE
    (git-fixes).
  - Rename .data.unlikely to .data..unlikely (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).
  - mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()
    (git-fixes).
  - serial: amba-pl011: Fix RX stall when DMA is used (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 c7930d4

------------------------------------------------------------------
------------------  2024-11-30  -  Nov 30 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - USB: chaoskey: Fix possible deadlock chaoskey_list_lock
    (git-fixes).
  - commit 3c5d214
  - ALSA: hda: improve bass speaker support for ASUS Zenbook
    UM5606WA (stable-fixes).
  - ALSA: hda/realtek: Apply quirk for Medion E15433 (stable-fixes).
  - ALSA: hda: Show the codec quirk info at probing (stable-fixes).
  - ALSA: hda/realtek: Set PCBeep to default value for ALC274
    (stable-fixes).
  - ALSA: hda/tas2781: Add speaker id check for ASUS projects
    (stable-fixes).
  - ALSA: hda/realtek: Enable speaker pins for Medion E15443
    platform (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs don't work for
    EliteBook X G1i (stable-fixes).
  - ALSA: usb-audio: Fix out of bounds reads when finding clock
    sources (stable-fixes).
  - ALSA: hda/realtek: Fix Internal Speaker and Mic boost of
    Infinix Y4 Max (stable-fixes).
  - ALSA: pcm: Add sanity NULL check for the default mmap fault
    handler (stable-fixes).
  - ALSA: hda: Poll jack events for LS7A HD-Audio (stable-fixes).
  - ALSA: usb-audio: Make mic volume workarounds globally applicable
    (stable-fixes).
  - ALSA: usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer
    (stable-fixes).
  - ALSA: hda: Fix build error without CONFIG_SND_DEBUG (git-fixes).
  - ALSA: usb-audio: Use snprintf instead of sprintf in
    build_mixer_unit_ctl (stable-fixes).
  - ALSA: hda/realtek: Use codec SSID matching for Lenovo devices
    (stable-fixes).
  - ALSA: hda/conexant: Use the new codec SSID matching
    (stable-fixes).
  - ALSA: hda: Use own quirk lookup helper (stable-fixes).
  - commit 0775b0e
  - interconnect: qcom: icc-rpmh: probe defer incase of missing
    QoS clock dependency (git-fixes).
  - iio: adc: pac1921: Check for error code from devm_mutex_init()
    call (git-fixes).
  - iio: adc: ad4000: Check for error code from devm_mutex_init()
    call (git-fixes).
  - iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"
    (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: adxl380: fix raw sample read (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).
  - iio: adc: ad4000: fix reading unsigned data (git-fixes).
  - iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
    (git-fixes).
  - iio: backend: fix wrong pointer passed to IS_ERR() (git-fixes).
  - iio: invensense: fix multiple odr switch when FIFO is off
    (git-fixes).
  - goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'
    (git-fixes).
  - misc: rtsx: Cleanup on DRV_NAME cardreader variables
    (git-fixes).
  - iio: dac: adi-axi-dac: fix wrong register bitfield (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).
  - staging: vchiq_arm: Fix missing refcount decrement in error
    path for fw_node (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).
  - usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
    (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: typec: fix potential array underflow in
    ucsi_ccg_sync_control() (git-fixes).
  - usb: misc: ljca: set small runtime autosuspend delay
    (git-fixes).
  - usb: misc: ljca: move usb_autopm_put_interface() after wait
    for response (git-fixes).
  - usb: musb: Fix hardware lockup on first Rx endpoint request
    (git-fixes).
  - usb: typec: ucsi: glink: fix off-by-one in connector_status
    (git-fixes).
  - usb: xhci: Fix TD invalidation under pending Set TR Dequeue
    (git-fixes).
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
  - xhci: Don't perform Soft Retry for Etron xHCI host (git-fixes).
  - xhci: Fix control transfer error on Etron xHCI host (git-fixes).
  - xhci: Don't issue Reset Device command to Etron xHCI host
    (git-fixes).
  - xhci: Combine two if statements for Etron xHCI host (git-fixes).
  - phy: realtek: usb: fix NULL deref in rtk_usb3phy_probe
    (git-fixes).
  - phy: realtek: usb: fix NULL deref in rtk_usb2phy_probe
    (git-fixes).
  - usb: gadget: uvc: wake pump everytime we update the free list
    (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).
  - net: mdio-ipq4019: add missing error check (git-fixes).
  - commit 251ecb2
  - drm/xe/migrate: use XE_BO_FLAG_PAGETABLE (git-fixes).
  - drm/xe/migrate: fix pat index usage (git-fixes).
  - drm/xe/guc_submit: fix race around suspend_pending (git-fixes).
  - Revert "drm/radeon: Delay Connector detecting when HPD singals
    is unstable" (stable-fixes).
  - 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/radeon: Fix spurious unplug event on radeon HDMI
    (git-fixes).
  - drm/amd: Add some missing straps from NBIO 7.11.0 (git-fixes).
  - drm/xe: Mark preempt fence workqueue as reclaim (git-fixes).
  - drm/xe/ufence: Wake up waiters after setting ufence->signalled
    (git-fixes).
  - ASoC: SOF: ipc3-topology: Convert the topology pin index to
    ALH dai index (git-fixes).
  - ASoC: mediatek: Check num_codecs is not zero to avoid panic
    during probe (git-fixes).
  - ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry
    (git-fixes).
  - ASoC: imx-audmix: Add NULL check in imx_audmix_probe
    (git-fixes).
  - ALSA: ump: Fix evaluation of MIDI 1.0 FB info (git-fixes).
  - ALSA: core: Fix possible NULL dereference caused by
    kunit_kzalloc() (git-fixes).
  - ALSA: hda/realtek: Update ALC225 depop procedure (git-fixes).
  - ALSA: rawmidi: Fix kvfree() call in spinlock (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).
  - bus: mhi: host: Switch trace_mhi_gen_tre fields to native endian
    (git-fixes).
  - ad7780: fix division by zero in ad7780_write_raw() (git-fixes).
  - comedi: Flush partial mappings in error case (git-fixes).
  - firmware_loader: Fix possible resource leak in
    fw_log_firmware_info() (git-fixes).
  - driver core: fw_devlink: Stop trying to optimize cycle detection
    logic (git-fixes).
  - devres: Fix page faults when tracing devres from unloaded
    modules (git-fixes).
  - apparmor: fix 'Do simple duplicate message elimination'
    (git-fixes).
  - apparmor: test: Fix memory leak for aa_unpack_strdup()
    (git-fixes).
  - commit 62cfe63

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

++++ grub2:

  - Support s390x Secure Execution (jsc#PED-9531)
    * grub2-s390x-secure-execution-support.patch
  - Update grub2-s390x-set-hostonly.patch to add the patch header
    and the description

++++ kernel-default:

  - SLE16: supported.conf: arm64: fix more split-modules errors
    Following errors are fixed:
    [ 6207s] The following optional modules are used by extra modules:
    [ 6207s] industrialio_hw_consumer needed by stm32_adfsdm
    [ 6207s] industrialio_hw_consumer needed by stm32_dfsdm_adc
    [ 6207s] stm32_dfsdm_adc needed by stm32_adfsdm
    [ 6207s] stm32_dfsdm_core needed by stm32_adfsdm
    [ 6207s] stm32_dfsdm_core needed by stm32_dfsdm_adc
    [ 6207s] stm32_lptimer_trigger needed by stm32_adfsdm
    [ 6207s] stm32_lptimer_trigger needed by stm32_dfsdm_adc
    [ 6207s] stm32_timer_trigger needed by stm32_adfsdm
    [ 6207s] stm32_timer_trigger needed by stm32_dfsdm_adc
  - commit 1bedf5a
  - 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).
  - drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load
    (git-fixes).
  - commit a70686d
  - SLE16: supported.conf: arm64: fix split-modules errors
    Fix following errors:
    [ 6849s] The following optional modules are used by extra modules:
    [ 6849s] ad_sigma_delta needed by ad7173
    [ 6849s] bmi088_accel_core needed by bmi088_accel_i2c
    [ 6849s] clk_qcom needed by camcc_sc8280xp
    [ 6849s] clk_qcom needed by camcc_sm4450
    [ 6849s] clk_qcom needed by camcc_sm7150
    [ 6849s] clk_qcom needed by camcc_sm8150
    [ 6849s] clk_qcom needed by camcc_sm8650
    [ 6849s] clk_qcom needed by camcc_x1e80100
    [ 6849s] clk_qcom needed by dispcc_sm4450
    [ 6849s] clk_qcom needed by dispcc_sm7150
    [ 6849s] clk_qcom needed by dispcc_x1e80100
    [ 6849s] clk_qcom needed by ecpricc_qdu1000
    [ 6849s] clk_qcom needed by gcc_ipq5018
    [ 6849s] clk_qcom needed by gcc_sdx75
    [ 6849s] clk_qcom needed by gcc_sm4450
    [ 6849s] clk_qcom needed by gcc_sm8650
    [ 6849s] clk_qcom needed by gcc_x1e80100
    [ 6849s] clk_qcom needed by gpucc_qcm2290
    [ 6849s] clk_qcom needed by gpucc_sm4450
    [ 6849s] clk_qcom needed by gpucc_sm8450
    [ 6849s] clk_qcom needed by gpucc_sm8550
    [ 6849s] clk_qcom needed by gpucc_sm8650
    [ 6849s] clk_qcom needed by gpucc_x1e80100
    [ 6849s] clk_qcom needed by lpasscc_sc8280xp
    [ 6849s] clk_qcom needed by nsscc_qca8k
    [ 6849s] clk_qcom needed by tcsrcc_sm8650
    [ 6849s] clk_qcom needed by tcsrcc_x1e80100
    [ 6849s] clk_qcom needed by videocc_sm7150
    [ 6849s] clk_qcom needed by videocc_sm8350
    [ 6849s] clk_qcom needed by videocc_sm8450
    [ 6849s] clk_qcom needed by videocc_sm8550
    [ 6849s] ecc_mtk needed by spi_mtk_snfi
    [ 6849s] industrialio_buffer_dma needed by adi_axi_dac
    [ 6849s] industrialio_buffer_dma needed by industrialio_buffer_dmaengine
    [ 6849s] industrialio_buffer_dmaengine needed by adi_axi_dac
    [ 6849s] industrialio_hw_consumer needed by stm32_adfsdm
    [ 6849s] industrialio_hw_consumer needed by stm32_dfsdm_adc
    [ 6849s] pinctrl_lpass_lpi needed by pinctrl_sm4250_lpass_lpi
    [ 6849s] pinctrl_lpass_lpi needed by pinctrl_sm6115_lpass_lpi
    [ 6849s] pinctrl_lpass_lpi needed by pinctrl_sm8350_lpass_lpi
    [ 6849s] pinctrl_lpass_lpi needed by pinctrl_sm8650_lpass_lpi
    [ 6849s] rcar_fcp needed by rcar_du_drm
    [ 6849s] rcar_fcp needed by rzg2l_du_drm
    [ 6849s] rcar_fcp needed by vsp1
    [ 6849s] v4l2_mem2mem needed by stm32_dma2d
    [ 6849s] vsp1 needed by rcar_du_drm
    [ 6849s] vsp1 needed by rzg2l_du_drm
    Mark all new iio modules as optional
  - commit d15d3ea
  - clk: mediatek: drop two dead config options (git-fixes).
  - Update config files.
  - commit 720e07f
  - power: sequencing: make the QCom PMU pwrseq driver depend on
    CONFIG_OF (git-fixes).
  - Update config files.
  - commit 3044556
  - drm/fbdev-dma: Select FB_DEFERRED_IO (git-fixes).
  - Update config files.
  - commit 9b9fb95
  - drm/panic: allow verbose version check (git-fixes).
  - drm/panic: allow verbose boolean for clarity (git-fixes).
  - drm/panic: correctly indent continuation of line in list item
    (git-fixes).
  - drm/panic: remove redundant field when assigning value
    (git-fixes).
  - drm/panic: prefer eliding lifetimes (git-fixes).
  - drm/panic: remove unnecessary borrow in alignment_pattern
    (git-fixes).
  - drm/panic: avoid reimplementing Iterator::find (git-fixes).
  - fbdev: sh7760fb: Fix a possible memory leak in
    sh7760fb_alloc_mem() (git-fixes).
  - drm/amdkfd: Fix wrong usage of INIT_WORK() (git-fixes).
  - drm/amdgpu: Fix map/unmap queue logic (git-fixes).
  - drm/amdgpu: fix ACA bank count boundary check error (git-fixes).
  - drm/panfrost: Add missing OPP table refcnt decremental
    (git-fixes).
  - drm: use ATOMIC64_INIT() for atomic64_t (git-fixes).
  - drm/bridge: it6505: Fix inverted reset polarity (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/amdkfd: Use dynamic allocation for CU occupancy array in
    'kfd_get_cu_occupancy()' (git-fixes).
  - drm/amdgpu: fix comment about amdgpu.abmlevel defaults
    (git-fixes).
  - drm/amdgpu: Fix the memory allocation issue in
    amdgpu_discovery_get_nps_info() (git-fixes).
  - drm/msm/dpu: cast crtc_clk calculation to u64 in
    _dpu_core_perf_calc_clk() (git-fixes).
  - drm/xe/hdcp: Fix gsc structure check in fw check status
    (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: xlnx: zynqmp_disp: layer may be null while releasing
    (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: panel: nv3052c: correct spi_device_id for RG35XX panel
    (git-fixes).
  - Revert "drm/amdgpu/gfx9: put queue resets behind a debug option"
    (stable-fixes).
  - drm/amd/display: fix a memleak issue when driver is removed
    (git-fixes).
  - drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0
    Module (git-fixes).
  - drm/amdgpu: Fix JPEG v4.0.3 register write (git-fixes).
  - drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE
    (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: panel: jd9365da-h3: Remove unused num_init_cmds structure
    member (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: Flush the MMU before we supply more memory to the
    binner (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/panel: nt35510: Make new commands optional (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/panic: Fix uninitialized spinlock acquisition with
    CONFIG_DRM_PANIC=n (git-fixes).
  - drm/v3d: Appease lockdep while updating GPU stats (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).
  - drm/imagination: Use pvr_vm_context_get() (git-fixes).
  - drm/imagination: Convert to use time_before macro (git-fixes).
  - commit febdd50
  - spi: Fix acpi deferred irq probe (git-fixes).
  - spi: atmel-quadspi: Fix register name in verbose logging
    function (git-fixes).
  - thermal: int3400: Fix reading of current_uuid for active policy
    (git-fixes).
  - remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region
    (git-fixes).
  - remoteproc: qcom_q6v5_pas: disable auto boot for wpss
    (git-fixes).
  - remoteproc: qcom: pas: add minidump_id to SM8350 resources
    (git-fixes).
  - remoteproc: qcom: adsp: Remove subdevs on the error path of
    adsp_probe() (git-fixes).
  - remoteproc: qcom: pas: Remove subdevs on the error path of
    adsp_probe() (git-fixes).
  - scatterlist: fix a typo (git-fixes).
  - unicode: Fix utf8_load() error path (git-fixes).
  - Revert "wifi: iwlegacy: do not skip frames with bad FCS"
    (git-fixes).
  - wifi: brcmfmac: release 'root' node in all execution paths
    (git-fixes).
  - wifi: rtw89: coex: check NULL return of kmalloc in
    btc_fw_set_monreg() (git-fixes).
  - wifi: nl80211: fix bounds checker error in
    nl80211_parse_sched_scan (git-fixes).
  - wifi: cfg80211: Remove the Medium Synchronization Delay validity
    check (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: fix one more memcpy size error (git-fixes).
  - wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()
    (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: rtl8xxxu: Perform update_beacon_work when beaconing is
    enabled (git-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_config_scan() (git-fixes).
  - wifi: wilc1000: Set MAC after operation mode (git-fixes).
  - wifi: mwifiex: add missing locking for cfg80211 calls
    (git-fixes).
  - wifi: cfg80211: check radio iface combination for multi radio
    per wiphy (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).
  - soc: fsl: cpm1: qmc: Set the ret error code on
    platform_get_irq() failure (git-fixes).
  - soc: fsl: rcpm: fix missing of_node_put() in
    copy_ippdexpcr1_setting() (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).
  - watchdog: Add HAS_IOPORT dependency for SBC8360 and SBC7240
    (git-fixes).
  - tpm: fix signed/unsigned bug when checking event logs
    (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).
  - spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - regulator: rk808: Restrict DVS GPIOs to the RK808 variant only
    (git-fixes).
  - regulator: qcom-smd: make smd_vreg_rpm static (git-fixes).
  - scripts/kernel-doc: Do not track section counter across
    processed files (git-fixes).
  - Revert "scripts/faddr2line: Check only two symbols when
    calculating symbol size" (git-fixes).
  - thermal: core: Initialize thermal zones before registering them
    (git-fixes).
  - commit 96ef6e8
  - power: reset: ep93xx: add AUXILIARY_BUS dependency (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).
  - PCI: Fix reset_method_store() memory leak (git-fixes).
  - PCI: tegra194: Move controller cleanups to
    pex_ep_event_pex_rst_deassert() (git-fixes).
  - PCI: rockchip-ep: Fix address translation unit programming
    (git-fixes).
  - PCI: qcom: Disable ASPM L0s for X1E80100 (git-fixes).
  - PCI: qcom-ep: Move controller cleanups to
    qcom_pcie_perst_deassert() (git-fixes).
  - PCI: qcom: Enable MSI interrupts together with Link up if
    'Global IRQ' is supported (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: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS
    milliseconds (git-fixes).
  - PCI: dwc: ep: Fix advertised resizable BAR size regression
    (git-fixes).
  - pinctrl: k210: Undef K210_PC_DEFAULT (git-fixes).
  - pinctrl: qcom: spmi: fix debugfs drive strength (git-fixes).
  - pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoC
    (git-fixes).
  - pinctrl: renesas: rzg2l: Fix missing return in
    rzg2l_pinctrl_register() (git-fixes).
  - pinctrl: zynqmp: drop excess struct member description
    (git-fixes).
  - platform/x86: panasonic-laptop: Return errno correctly in show
    callback (git-fixes).
  - platform/x86/intel/pmt: allow user offset for PMT callbacks
    (git-fixes).
  - platform/x86: asus-wmi: Fix inconsistent use of thermal policies
    (git-fixes).
  - pmdomain: ti-sci: Add missing of_node_put() for args.np
    (git-fixes).
  - pwm: Assume a disabled PWM to emit a constant inactive output
    (git-fixes).
  - pwm: imx27: Workaround of the pwm output bug when decrease
    the duty cycle (git-fixes).
  - regmap: irq: Set lockdep class for hierarchical IRQ domains
    (git-fixes).
  - platform/chrome: cros_ec_typec: fix missing fwnode reference
    decrement (git-fixes).
  - commit fc6407d
  - net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
    (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).
  - net: phy: ensure that genphy_c45_an_config_eee_aneg() sees
    new value of phydev->eee_cfg.eee_enabled (git-fixes).
  - PCI: endpoint: Clear secondary (not primary) EPC in
    pci_epc_remove_epf() (git-fixes).
  - PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()
    (git-fixes).
  - PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks
    'mmio' (git-fixes).
  - PCI: of_property: Assign PCI instead of CPU bus address to
    dynamic PCI nodes (git-fixes).
  - PCI: cpqphp: Fix PCIBIOS_* return value confusion (git-fixes).
  - mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC
    information (git-fixes).
  - mtd: spinand: winbond: Fix 512GW and 02JW OOB layout
    (git-fixes).
  - mtd: rawnand: atmel: Fix possible memory leak (git-fixes).
  - mtd: spi-nor: core: replace dummy buswidth from addr to data
    (git-fixes).
  - mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode
    in RD_ANY_REG_OP (git-fixes).
  - mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: rt5033: Fix missing regmap_del_irq_chip() (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Fix IRQ domain names duplication
    (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).
  - mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to
    fix race (git-fixes).
  - net: phy: fix phylib's dual eee_enabled (git-fixes).
  - net: phy: dp83869: fix status reporting for 1000base-x
    autonegotiation (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: venus: sync with threaded IRQ during inst destruction
    (git-fixes).
  - media: venus: fix enc/dec destruction order (git-fixes).
  - media: intel/ipu6: do not handle interrupts when device is
    disabled (git-fixes).
  - media: ov08x40: Fix burst write sequence (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: ipu6: remove architecture DMA ops dependency in Kconfig
    (git-fixes).
  - media: mantis: remove orphan mantis_core.h (git-fixes).
  - media: vb2: Fix comment (git-fixes).
  - mmc: mmc_spi: drop buggy snprintf() (git-fixes).
  - commit 1b8353d
  - mailbox, remoteproc: k3-m4+: fix compile testing (git-fixes).
  - mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
    (git-fixes).
  - mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()
    (git-fixes).
  - lib/Kconfig.debug: move int_pow test option to runtime testing
    section (git-fixes).
  - lib: string_helpers: silence snprintf() output truncation
    warning (git-fixes).
  - maple_tree: refine mas_store_root() on storing NULL (git-fixes).
  - maple_tree: fix alloc node fail issue (git-fixes).
  - leds: ktd2692: Set missing timing properties (git-fixes).
  - leds: max5970: Fix unreleased fwnode_handle in probe function
    (git-fixes).
  - leds: lp55xx: Remove redundant test for invalid channel number
    (git-fixes).
  - leds: flash: mt6360: Fix device_for_each_child_node()
    refcounting in error paths (git-fixes).
  - media: v4l2-core: v4l2-dv-timings: check cvt/gtf result
    (git-fixes).
  - media: uvcvideo: Stop stream during unregister (git-fixes).
  - media: ipu6: remove redundant dependency in Kconfig (git-fixes).
  - media: i2c: ds90ub960: Fix missing return check on
    ub960_rxport_read call (git-fixes).
  - media: i2c: vgxy61: Fix an error handling path in
    vgxy61_detect() (git-fixes).
  - media: ti: j721e-csi2rx: Convert comma to semicolon (git-fixes).
  - media: i2c: max96717: clean up on error in
    max96717_subdev_init() (git-fixes).
  - media: qcom: camss: fix error path on configuration of power
    domains (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: verisilicon: av1: Fix reference video buffer pointer
    assignment (git-fixes).
  - media: platform: rga: fix 32-bit DMA limitation (git-fixes).
  - media: uvcvideo: Require entities to have a non-zero unique ID
    (git-fixes).
  - commit dbf2447
  - gpio: exar: set value when external pull-up or pull-down is
    present (git-fixes).
  - gpio: zevio: Add missed label initialisation (git-fixes).
  - hwmon: (aquacomputer_d5next) Fix length of speed_input array
    (git-fixes).
  - hwmon: (tps23861) Fix reporting of negative temperatures
    (git-fixes).
  - i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI
    enable counter (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).
  - i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on
    device hotjoin (git-fixes).
  - i3c: master: svc: fix possible assignment of the same address
    to two devices (git-fixes).
  - Input: imagis - fix warning regarding 'imagis_3038_data'
    being unused (git-fixes).
  - Input: hycon-hy46xx - add missing dependency on REGMAP_I2C
    (git-fixes).
  - Input: hideep - add missing dependency on REGMAP_I2C
    (git-fixes).
  - Input: cs40l50 - fix wrong usage of INIT_WORK() (git-fixes).
  - kasan: move checks to do_strncpy_from_user (git-fixes).
  - kunit: Fix potential null dereference in
    kunit_device_driver_test() (git-fixes).
  - kunit: string-stream: Fix a UAF bug in kunit_init_suite()
    (git-fixes).
  - kunit: skb: use "gfp" variable instead of hardcoding GFP_KERNEL
    (git-fixes).
  - i2c: dev: Fix memory leak when underlying adapter does not
    support I2C (git-fixes).
  - dma-mapping: remove an outdated comment from dma-map-ops.h
    (git-fixes).
  - firmware: arm_scpi: Check the DVFS OPP count returned by the
    firmware (git-fixes).
  - efi/libstub: Free correct pointer on failure (git-fixes).
  - efi/libstub: fix efi_parse_options() ignoring the default
    command line (git-fixes).
  - HID: wacom: Interpret tilt data from Intuos Pro BT as signed
    values (git-fixes).
  - gpio: sloppy-logic-analyzer remove reference to
    rcu_momentary_dyntick_idle() (git-fixes).
  - Documentation: kgdb: Correct parameter error (git-fixes).
  - kcsan, seqlock: Fix incorrect assumption in read_seqbegin()
    (git-fixes).
  - kcsan, seqlock: Support seqcount_latch_t (git-fixes).
  - doc: rcu: update printed dynticks counter bits (git-fixes).
  - hwmon: (nct6775-core) Fix overflows seen when writing limit
    attributes (git-fixes).
  - hwmon: (pmbus/core) clear faults after setting smbalert mask
    (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: qat - Fix missing destroy_workqueue in adf_init_aer()
    (git-fixes).
  - crypto: hisilicon/qm - disable same error report before
    resetting (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).
  - firmware: google: Unregister driver_info on failure (git-fixes).
  - commit ba10c07
  - Bluetooth: MGMT: Fix possible deadlocks (git-fixes).
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    set_powered_sync (git-fixes).
  - cpufreq: mediatek-hw: Fix wrong return value in
    mtk_cpufreq_get_cpu_power() (git-fixes).
  - cpufreq: loongson3: Check for error code from devm_mutex_init()
    call (git-fixes).
  - cpufreq: scmi: Fix cleanup path when boost enablement fails
    (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).
  - cppc_cpufreq: Use desired perf if feedback ctrs are 0 or
    unchanged (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: qcom: videocc-sm8550: depend on either gcc-sm8550 or
    gcc-sm8650 (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: imx8-acm: Fix return value check in
    clk_imx_acm_attach_pm_domains() (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: Allow kunit tests to run without OF_OVERLAY enabled
    (git-fixes).
  - clk: ralink: mtmips: fix clocks probe order in oldest ralink
    SoCs (git-fixes).
  - clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883
    (git-fixes).
  - clk: clk-loongson2: Fix potential buffer overflow in
    flexible-array member access (git-fixes).
  - clk: clk-loongson2: Fix memory corruption bug in struct
    loongson2_clk_provider (git-fixes).
  - clk: clk-apple-nco: Add NULL check in applnco_probe (git-fixes).
  - clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate()
    (git-fixes).
  - ASoC: da7213: Populate max_register to regmap_config
    (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: amd: acp: fix for cpu dai index logic (git-fixes).
  - ASoC: amd: acp: fix for inconsistent indenting (git-fixes).
  - ASoC: fsl-asoc-card: Add missing handling of {hp,mic}-dt-gpios
    (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).
  - Bluetooth: ISO: Use kref to track lifetime of iso_conn
    (git-fixes).
  - Bluetooth: btbcm: fix missing of_node_put() in
    btbcm_get_board_name() (git-fixes).
  - Bluetooth: btmtk: adjust the position to init iso data anchor
    (git-fixes).
  - ACPI: CPPC: Fix _CPC register setting issue (git-fixes).
  - cpufreq/amd-pstate: Don't update CPPC request in
    amd_pstate_cpu_boost_update() (git-fixes).
  - cpufreq/amd-pstate: Fix non kerneldoc comment (git-fixes).
  - crypto: pcrypt - Call crypto layer directly when
    padata_do_parallel() return -EBUSY (git-fixes).
  - crypto: ecdsa - Update Kconfig help text for NIST P521
    (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/qat_420xx - 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).
  - crypto: mxs-dcp - Fix AES-CBC with hardware-bound keys
    (git-fixes).
  - acpi/arm64: Adjust error handling procedure in
    gtdt_parse_timer_block() (git-fixes).
  - commit 9685db9
  - Revert "config: Update config for DRM graphics drivers (jsc#11186)"
    This reverts commit f8bed7719a0fa09b55bbc650f404bfd3a570f203.
    The reference to the Jira ticket is incorrect.
  - commit c7da338
  - SLE16: supported.conf: fix more errors reported by split-modules
    arm64:
    [ 6326s] The following unsupported modules are used by supported modules:
    [ 6326s] wire needed by w1_gpio
    [ 6326s] wire needed by w1_therm
    x86_64:
    [ 1616s] The following optional modules are used by extra modules:
    [ 1616s] cros_ec needed by cros_ec_lpcs
    [ 1616s] cros_ec needed by rtc_wilco_ec
    [ 1616s] cros_ec needed by wilco_ec
    [ 1616s] cros_ec_lpcs needed by rtc_wilco_ec
    [ 1616s] cros_ec_lpcs needed by wilco_ec
    [ 1616s] wilco_ec needed by rtc_wilco_ec
  - commit 9198e30
  - config: Fallout from running ./run_oldconfig.sh
  - commit 84c0ddd
  - config: x86_64: Enable HiSilicon BMC graphics driver (jsc#PED-11182)
  - commit a69a48e
  - drm/hibmc: Drop dependency on ARM64 (jsc#PED-11182).
  - commit ca797cd
  - cpufreq/amd-pstate: Default to "powersave" governor when in
    "active mode" on servers (bsc#1233975).
  - commit 454ab2e

++++ gpgme:

  - Add gpgme-fix-python-install.patch: Fix the installation of the
    python bindings without having to move them around manually.

++++ python313-core:

  - Drop CVE-2023-52425-libexpat-2.6.0-backport-15.6.patch, not needed
    anymore because libexpat is updated to 2.6 in SP7. bsc#1233777

++++ logrotate:

  - Skip test-0110.sh which fails after update in the build chroot
    but not with identical settings on TW.
    * Add logrotate-3.22-skip-failing-test.patch

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

++++ python313:

  - Drop CVE-2023-52425-libexpat-2.6.0-backport-15.6.patch, not needed
    anymore because libexpat is updated to 2.6 in SP7. bsc#1233777

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

++++ file:

  - Update to 5.46:
    * Add OFFPOSITIVE
    * avoid leaking symbols in libmagic
    * PR/562: jsummers: Search/regex offsets are absolute to the
    beginning of the file, so adjust them by subtracting the
    offset that the "use" starts so that we don't double-count it.
    * PR/543: matshch: bump nbuf so we can get the flags into the buffer.
    * Add Android elf notes (enh)
    * Add limit for number of magic warnings allowed
    * check regex bounds (found by clusterfuzz)
  - Remove patch file-5.45-type_t.dif now upstream
  - Port patches
    * file-4.24-autoconf.dif
    * file-5.17-option.dif
    * file-5.18-javacheck.dif
    * file-5.19-biorad.dif
    * file-5.19-printf.dif
    * file-5.19-zip2.0.dif
    * file-5.22-elf.dif
    * file-5.28-btrfs-image.dif
    * file-5.45-type_t.dif
    * file-secure_getenv.patch
  - Port patch file-5.45.dif and rename it to file-5.46.dif
    * Note that our kernel magics do not fit anymore as
    upstream now has a huge rework and extended features

++++ kernel-default:

  - amd-pstate: Switch to amd-pstate by default on some Server
    platforms (bsc#1233975).
  - commit 9c67ff1
  - amd-pstate: Set min_perf to nominal_perf for active mode
    performance gov (bsc#1233975).
  - commit 28d6ce6
  - SLE16: supported.conf: fix errors reported by split-modules
    Workaround false positives for implicitly declared modules
    by adding them explicitly.
  - commit 11a0cf1
  - Refresh patches.suse/powerpc-kexec_file-Add-KEXEC_SIG-support.patch.
    Avoid compiler warning
  - commit e0b7746
  - Refresh
    patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch.
  - commit b021387

++++ cairo:

  - Convert to source service: allows for easier upgrades by the
    GNOME team.

++++ linuxptp:

  - Update to version 4.4:
    * Version 4.4
    * ts2phc: check is_running in ts2phc_pps_sink_poll()
    * ts2phc: check for errors on polling the sink devices
    * timemaster: Wait for udev to set up vclock devices.
    * ts2phc: Fix description of holdover option in man page.
    * ts2phc: Describe servo options in man page.
    * nmea: Fix tm_isdst uninitialized
    * Complete SNMP cleanup.
    * Add permanent subscription option
    * rtnl: check if the kernel provides if_team
    * port: Drop received 802.1AS packets with invalid transportSpecific values
    * ts2phc: Fix timestamp conversion for leap seconds.
    * nmea: Fix conversion of leap second.
    * ts2phc: Reset parser after RMC message.
    * Drop example snmpd.conf.
    * ts2phc: Add option to correct for NMEA delay.
    * ts2phc: Allow longer NMEA delays.
    * ts2phc: Move upper/lower rejection limit calculation.
    * ts2phc: Fix edge rejection for pulse widths over 0.5s.
    * ts2phc: Provide source type.
    * Filter any PTP frames with the source MAC of the local interface
    * ts2phc: Add holdover support.
    * ts2phc: Avoid unnecessary call of getppstime().
    * Version 4.3
    * ts2phc: Use CLOCK_MONOTONIC_RAW for NMEA PPS timestamp.
    * nsm: add authentication tlv for nsm
    * pmc: add authentication tlv for pmc
    * msg: add authentication tlv in management handling
    * sad: introduce sad_update_auth_tlv()
    * man: add man/README updates for authentication tlv
    * sad: introduce sad_append_auth_tlv() and sad_generate_icv()
    * sad: introduce sad_set_last_seqid() and sad_check_seqid()
    * port: add security processing to bc_event()
    * sad: introduce sad_process_auth() and sad_check_auth_tlv()
    * sad: introduce openssl mac library
    * sad: introduce gnupg mac library
    * sad: introduce gnutls mac library
    * sad: introduce nettle mac library
    * sad: introduce security association database
    * tlv: add authentication tlv
    * udp+udp6: Make IP addresses configurable.
    * Add support for '-l' option to tz2alt.c as documented in its man page.
    * Clean up compiler warnings about print_level.
    * Clean up compiler warning in ts2phc_pps_sink.c.
    * Clean up compiler warning in ts2phc.c.
    * Clean up compiler warning in port.c.
    * README: update mailing list.
    * ts2phc: interact with new kernel timestamp channel masks
    * lstab: Update Leap Second table validity
    * Fix indentation in example configs.
    * Document allowedLostResponses option.
    * config: Allow port sections with longer names.
    * sk: Fix descriptor leak in sk_get_if_info().
    * lstab: Don't free lstab on update.
    * lstab: Limit number of parsed leap seconds.
    * uds: Warn if replacing existing socket.
    * Add example Common Mean Link Delay Service configuration files.
    * Implement the COMMON_P2P delay mechanism.
    * Add a push notification for the CMLDS TLV.
    * Introduce the Common Mean Link Delay Information TLV.
    * pmc: Make SET SUBSCRIBE_EVENTS_NP forwards compatible.
    * pmc/uds: Configure the remote server address using the interface API.
    * interface: Add an optional remote address for use by the UDS transport.
    * ts2phc: Don't switch system clock to nanosecond mode.
    * Version 4.2
    * phc_ctl: Use util.h NSEC_PER_SEC macro instead of local macro
    * servo: Use util.h NSEC_PER_SEC macro instead of local macro
    * port: Use util.h NSEC_PER_SEC macro instead of local macro
    * util: Introduce NSEC_PER_SEC macro
    * port: Fix multiple pdelay response handling
    * Make allowedLostResponses configurable
    * ptp4l: Allow advertisement of legacy PTP 2.0 protocol
    * msg: Enable changing PTP message header version
    * linuxptp: Use ${CC} in incdefs.sh
    * include string.h for strncpy()
    * lstab: Update leapfile validity
    * print: Support log level in message tag.
    * phc2sys: Stop synchronization when ptp4l stops responding.
    * phc2sys: Better indicate domain with realtime clock.
    * pmc_agent: Make update interval configurable.
    * pmc_agent: Add function to check if still subscribed.
    * port: set_tmo_log() timer interval calculation fix
    * Add notification for changes in PARENT_DATA_SET.
    * clock: Downgrade log message about failed uds forward.
    * Avoid conflicting port IDs over PMC UDS
    * phc_ctl: Use pr_notice instead of pr_err for displaying adjusted frequency
    * phc_ctl: Add maximum offset capability
    * phc_ctl: Add phase command to support ADJ_OFFSET

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

++++ tuned:

  - Fix below security issues found by SUSE security review of latest
    polkit API additions. Kudos go to Matthias Gerstner (bsc#1232412)
  - fixed privileged execution of arbitrary scripts by active local user
    resolves: CVE-2024-52336
  - added sanity checks for API methods parameters
    resolves: CVE-2024-52337
  - Update to version 2.24.1.0+git.90c24ee:
    * new release (2.24.1)
    * spec: used macro for profiles path and other fixes
    * realtime: remove leftover use of tuna

++++ vim:

  - Fix for bsc#1231373 / CVE-2024-47814.
  - Fix for bsc#1229238 / CVE-2024-43374.
  - update to 9.1.0836
    * 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
    * runtime(doc): update help-toc description
    * runtime(2html): Make links use color scheme colors in TOhtml
    * 9.1.0831: 'findexpr' can't be used as lambad or Funcref
    * Filelist: include helptoc package
    * runtime(doc): include a TOC Vim9 plugin
    * Filelist: ignore .git-blame-ignore-revs
    * 9.1.0830: using wrong highlight group for spaces for popupmenu
    * runtime(typst): synchronize updates from the upstream typst.vim
    * git: ignore reformatting commit for git-blame (after v9.1.0829)
    * 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
    * runtime(doc): remove stray sentence in pi_netrw.txt
    * 9.1.0826: filetype: sway files are not recognized
    * runtime(doc): Include netrw-gp in TOC
    * runtime(doc): mention 'iskeyword' at :h charclass()
    * runtime(doc): update help tags
    * 9.1.0825: compile error for non-diff builds
    * runtime(netrw): fix E874 when browsing remote directory which contains `~` character
    * runtime(doc): update coding style documentation
    * runtime(debversions): Add plucky (25.04) as Ubuntu release name
    * 9.1.0824: too many strlen() calls in register.c
    * 9.1.0823: filetype: Zephyr overlay files not recognized
    * runtime(doc): Clean up minor formatting issues for builtin functions
    * runtime(netrw): make :Launch/Open autoloadable
    * runtime(netrw): fix regression with x mapping on Cygwin
    * runtime(netrw): fix filetype detection for remote files
    * 9.1.0822: topline might be changed in diff mode unexpectedly
    * CI: huge linux builds should also run syntax & indent tests
    * 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument
    * 9.1.0820: tests: Mac OS tests are too flaky
    * runtime(awk): Highlight more awk comments in syntax script
    * runtime(netrw): add missing change for s:redir()
    * 9.1.0819: tests: using findexpr and imported func not tested
    * runtime(netrw): improve netrw's open-handling further
    * runtime(netrw): fix syntax error in netrwPlugin.vim
    * runtime(netrw): simplify gx file handling
    * 9.1.0818: some global functions are only used in single files
    * 9.1.0817: termdebug: cannot evaluate expr in a popup
    * runtime(defaults): Detect putty terminal and switch to dark background
    * 9.1.0816: tests: not clear what tests cause asan failures
    * runtime(doc): Remove some completed items from todo.txt
    * 9.1.0815: "above" virtual text causes wrong 'colorcolumn' position
    * runtime(syntax-tests): tiny vim fails because of line-continuation
    * 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'
    * runtime(doc): :ownsyntax also resets 'spelloptions'
    * 9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive
    * runtime(doc): Fix wrong Mac default options
    * 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
    * (typst): add folding to typst ftplugin
    * runtime(netrw): deprecate and remove netrwFileHandlers#Invoke()
    * 9.1.0795: filetype: Vivado memory info file are not recognized
    * 9.1.0794: tests: tests may fail on Windows environment
    * runtime(doc): improve the :colorscheme documentation
    * 9.1.0793: xxd: -e does add one extra space
    * 9.1.0792: tests: Test_set_values() is not comprehensive enough
    * runtime(swayconfig): add flag for bindsym/bindcode to syntax script
    * 9.1.0791: tests: errors in gen_opt_test.vim are not shown
    * runtime(compiler): check for compile_commands in build dirs for cppcheck
    * 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
    * runtime(help): Update help syntax
    * runtime(help): fix end of sentence highlight in code examples
    * runtime(jinja): Support jinja syntax as secondary filetype
    * 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
    * runtime(doc): add some docs for file-watcher programs
    * CI: uploading failed screendumps still fails on Cirrus CI
    * 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
    * runtime(doc): add preview flag to statusline example
    * 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
    * runtime(comment): fix commment toggle with mixed tabs & spaces
    * runtime(misc): Use consistent "Vim script" spelling
    * runtime(gleam): add ftplugin for gleam files
    * runtime(doc): link help-writing from write-local-help
    * 9.1.0777: filetype: Some upstream php files are not recognized
    * runtime(java): Define javaBlockStart and javaBlockOtherStart hl groups
    * runtime(doc): mention conversion rules for remote_expr()
    * runtime(tutor): Fix missing :s command in spanish translation section 4.4
    * 9.1.0776: test_strftime may fail because of missing TZ data
    * translation(am): Add Armenian language translation
    * 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
    * runtime(nasm): Update nasm syntax script
    * 9.1.0767: A condition is always true in ex_getln.c
    * runtime(skill): Update syntax file to fix string escapes
    * runtime(help): highlight CTRL-<Key> correctly
    * runtime(doc): add missing usr_52 entry to toc
    * 9.1.0766: too many strlen() calls in ex_getln.c
    * runtime(doc): correct `vi` registers 1-9 documentation error
    * 9.1.0765: No test for patches 6.2.418 and 7.3.489
    * runtime(spec): set comments and commentstring options
    * NSIS: Include libgcc_s_sjlj-1.dll again
    * runtime(doc): clarify the effect of 'startofline' option
    * 9.1.0764: [security]: use-after-free when closing a buffer
    * runtime(vim): Update base-syntax file, improve class, enum and interface highlighting
    * 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
    * runtime(misc): unset compiler in various ftplugins
    * runtime(doc): update formatting and syntax
    * runtime(compiler): add cppcheck linter compiler plugin
    * runtime(doc): Fix style in documents
    * runtime(doc): Fix to two-space convention in user manual
    * runtime(comment): consider &tabstop in lines after whitespace indent
    * 9.1.0758: it's possible to set an invalid key to 'wildcharm'
    * runtime(java): Manage circularity for every :syn-included syntax file
    * 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
    * runtime(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters
    * runtime(systemd): small fixes to &keywordprg in ftplugin
    * CI: macos-12 runner is being sunset, switch to 13
    * 9.1.0754: fixed order of items in insert-mode completion menu
    * runtime(comment): commenting might be off by one column
    * 9.1.0753: Wrong display when typing in diff mode with 'smoothscroll'
    * 9.1.0752: can set 'cedit' to an invalid value
    * runtime(doc): add `usr` tag to usr_toc.txt
    * 9.1.0751: Error callback for term_start() not used
    * 9.1.0750: there are some Win9x legacy references
    * runtime(java): Recognise the CommonMark form (///) of Javadoc comments
    * 9.1.0749: filetype: http files not recognized
    * runtime(comment): fix syntax error
    * CI: uploading failed screendump tests does not work Cirrus
    * 9.1.0748: :keep* commmands are sometimes misidentified as :k
    * runtime(indent): allow matching negative numbers for gnu indent config file
    * runtime(comment): add gC mapping to (un)comment rest of line
    * 9.1.0747: various typos in repo found
    * 9.1.0746: tests: Test_halfpage_longline() fails on large terminals
    * runtime(doc): reformat gnat example
    * runtime(doc): reformat ada_standard_types section
    * 9.1.0745: filetype: bun and deno history files not recognized
    * runtime(glvs): Correct the tag name of glvs-autoinstal
    * runtime(doc): include short form for :earlier/:later
    * runtime(doc): remove completed TODO
    * 9.1.0744: filetype: notmuch configs are not recognised
    * 9.1.0743: diff mode does not handle overlapping diffs correctly
    * runtime(glvs): fix a few issues
    * runtime(doc): Fix typo in :help :command-modifiers
    * 9.1.0742: getcmdprompt() implementation can be improved
    * runtime(docs): update `:set?` command behavior table
    * runtime(doc): update vim90 to vim91 in docs
    * runtime(doc): fix typo in :h dos-colors
    * 9.1.0741: No way to get prompt for input()/confirm()
    * runtime(doc): fix typo in version9.txt nrformat -> nrformats
    * runtime(rmd,rrst): 'fex' option not properly restored
    * runtime(netrw): remove extraneous closing bracket
    * 9.1.0740: incorrect internal diff with empty file
    * 9.1.0739: [security]: use-after-free in ex_getln.c
    * runtime(filetype): tests: Test_filetype_detection() fails
    * runtime(dist): do not output a message if executable is not found
    * 9.1.0738: filetype: rapid files are not recognized
    * runtime(modconf): remove erroneous :endif in ftplugin
    * runtime(lyrics): support multiple timestamps in syntax script
    * runtime(java): Optionally recognise _module_ import declarations
    * runtime(vim): Update base-syntax, improve folding function matches
    * CI: upload failed screendump tests also for Cirrus
    * 9.1.0737: tests: screendump tests may require a bit more time
    * runtime(misc): simplify keywordprg in various ftplugins
    * runtime(java): Optionally recognise all primitive constants in _switch-case_ labels
    * runtime(zsh,sh): set and unset compiler in ftplugin
    * runtime(netrw): using inefficient highlight pattern for 'mf'
    * 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
    * runtime(zathurarc): add double-click-follow to syntax script
    * translation(ru): Updated messages translation
    * translation(it): updated xxd man page
    * translation(ru): updated xxd man page
    * 9.1.0733: keyword completion does not work with fuzzy
    * 9.1.0732: xxd: cannot use -b and -i together
    * runtime(java): Highlight javaConceptKind modifiers with StorageClass
    * runtime(doc): reword and reformat how to use defaults.vim
    * 9.1.0731: inconsistent case sensitive extension matching
    * runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return
    * runtime(netrw): delete confirmation not strict enough
    * 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
    * runtime(doc): clarify the effect of the timeout for search()-functions
    * runtime(idlang): update syntax script
    * runtime(spec): Recognize epoch when making spec changelog in ftplugin
    * runtime(spec): add file triggers to syntax script
    * 9.1.0727: too many strlen() calls in option.c
    * runtime(make): add compiler/make.vim to reset compiler plugin settings
    * runtime(java): Recognise all available standard doclet tags
    * 9.1.0726: not using correct python3 API with dynamic linking
    * runtime(dosini): Update syntax script, spellcheck comments only
    * runtime(doc): Revert outdated comment in completeopt's fuzzy documentation
    * 9.1.0725: filetype: swiftinterface files are not recognized
    * runtime(pandoc): Update compiler plugin to use actual 'spelllang'
    * runtime(groff): Add compiler plugin for groff
    * 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
    * runtime(glvs): update GetLatestVimScripts plugin
    * runtime(doc): Fix typo in :help :hide text
    * runtime(doc): buffers can be re-used
    * 9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs
    * 9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars' invalid
    * runtime(doc): Update version9.txt and mention $MYVIMDIR
  - Update to 9.1.0718:
    * v9.1.0718: hard to know the users personal Vim Runtime Directory
    * v9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifiers()
    Maintainers: fix typo in author name
    * v9.1.0716: resetting setcellwidth( doesn't update the screen
    runtime(hcl,terraform): Add runtime files for HCL and Terraform
    runtime(tmux): Update syntax script
    * v9.1.0715: Not correctly parsing color names (after v9.1.0709)
    * v9.1.0714: GuiEnter_Turkish test may fail
    * v9.1.0713: Newline causes E749 in Ex mode
    * v9.1.0712: missing dependency of Test_gettext_makefile
    * v9.1.0711: test_xxd may file when using different xxd
    * v9.1.0710: popup window may hide part of Command line
    runtime(vim): Update syntax, improve user-command matching
    * v9.1.0709: GUIEnter event not found in Turkish locale
    runtime(sudoers): improve recognized Runas_Spec and Tag_Spec items
    * v9.1.0708: Recursive window update does not account for reset skipcol
    runtime(nu): include filetype plugin
    * v9.1.0707: invalid cursor position may cause a crash
    * v9.1.0706: test_gettext fails when using shadow dir
    CI: Install locales-all package
    * v9.1.0705: Sorting of fuzzy filename completion is not stable
    translation(pt): update Portuguese/Brazilian menu translation
    runtime(vim): Update base-syntax, match bracket mark ranges
    runtime(doc): Update :help :command-complete list
    * v9.1.0704: inserting with a count is inefficient
    runtime(doc): use mkdir -p to save a command
    * v9.1.0703: crash with 2byte encoding and glob2regpat()
    runtime(hollywood): update syn highlight for If-Then statements
    and For-In-Loops
    * v9.1.0702: Patch 9.1.0700 broke CI
    * v9.1.0701: crash with NFA regex engine when searching for
    composing chars
    * v9.1.0700: crash with 2byte encoding and glob2regpat()
    * v9.1.0699: "dvgo" is not always an inclusive motion
    runtime(java): Provide support for syntax preview features
    * v9.1.0698: "Untitled" file not removed when running Test_crash1_3
    alone
    * v9.1.0697: heap-buffer-overflow in ins_typebuf
    * v9.1.0696: installing runtime files fails when using SHADOWDIR
    runtime(doc): fix typo
    * v9.1.0695: test_crash leaves Untitled file around
    translation(br): Update Brazilian translation
    translation(pt): Update menu_pt_br
    * v9.1.0694: matchparen is slow on a long line
    * v9.1.0693: Configure doesn't show result when not using python3
    stable abi
    * v9.1.0692: Wrong patlen value in ex_substitute()
    * v9.1.0691: stable-abi may cause segfault on Python 3.11
    runtime(vim): Update base-syntax, match :loadkeymap after colon and bar
    runtime(mane): Improve <Plug>ManBS mapping
    * v9.1.0690: cannot set special highlight kind in popupmenu
    translation(pt): Revert and fix wrong Portuguese menu translation
    files
    translation(pt): revert Portuguese menu translation
    translation(br): Update Brazilian translations
    runtime(vim): Update base-syntax, improve :let-heredoc highlighting
    * v9.1.0689: buffer-overflow in do_search( with 'rightleft'
    runtime(vim): Improve heredoc handling for all embedded scripts
    * v9.1.0688: dereferences NULL pointer in check_type_is_value()
    * v9.1.0687: Makefile may not install desktop files
    runtime(man): Fix <Plug>ManBS
    runtime(java): Make the bundled &foldtext function optional
    runtime(netrw): Change line on `mx` if command output exists
    runtime(netrw): Fix `mf`-selected entry highlighting
    runtime(htmlangular): add html syntax highlighting
    translation(it): Fix filemode of Italian manpages
    runtime(doc): Update outdated man.vim plugin information
    runtime(zip): simplify condition to detect MS-Windows
    * v9.1.0686: zip-plugin has problems with special characters
    runtime(pandoc): escape quotes in &errorformat for pandoc
    translation(it): updated Italian manpage
    * v9.1.0685: too many strlen( calls in usercmd.c
    runtime(doc): fix grammar in :h :keeppatterns
    runtime(pandoc): refine pandoc compiler settings
    * v9.1.0684: completion is inserted on Enter with "noselect"
    translation(ru): update man pages
    * v9.1.0683: mode( returns wrong value with <Cmd> mapping
    runtime(doc): remove trailing whitespace in cmdline.txt
    * v9.1.0682: Segfault with uninitialized funcref
    * v9.1.0681: Analyzing failed screendumps is hard
    runtime(doc): more clarification for the :keeppatterns needed
    * v9.1.0680: VMS does not have defined uintptr_t
    runtime(doc): improve typedchar documentation for KeyInputPre autocmd
    runtime(dist): verify that executable is in $PATH
    translation(it): update Italian manpages
    runtime(doc): clarify the effect of :keeppatterns after * v9.1.0677
    runtime(doc): update Makefile and make it portable between GNU and BSD
    * v9.1.0679: Rename from w_closing to w_locked is incomplete
    runtime(colors): update colorschemes
    runtime(vim): Update base-syntax, improve :let-heredoc highlighting
    runtime(doc): Updating the examples in the xxd manpage
    translation(ru): Updated uganda.rux
    runtime(yaml): do not re-indent when commenting out lines
    * v9.1.0678: use-after-free in alist_add()
    * v9.1.0677 :keepp does not retain the substitute pattern
    translation(ja): Update Japanese translations to latest release
    runtime(netrw): Drop committed trace lines
    runtime(netrw): Error popup not always used
    runtime(netrw): ErrorMsg( may throw E121
    runtime(tutor): update Makefile and make it portable between GNU and BSD
    translation: improve the po/cleanup.vim script
    runtime(lang): update Makefile and make it portable between GNU and BSD
    * v9.1.0676: style issues with man pages
    * v9.1.0675: Patch v9.1.0674 causes problems
    runtime(dosbatch): Show %%i as an argument in syntax file
    runtime(dosbatch): Add syn-sync to syntax file
    runtime(sql, mysql): fix E169: Command too recursive with
    sql_type_default = "mysql"
    * v9.1.0674: compiling abstract method fails because of missing return
    runtime(javascript): fix a few issues with syntax higlighting
    runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var
    runtime(termdebug): Fix wrong test for balloon feature
    runtime(doc): Remove mentioning of the voting feature
    runtime(doc): add help tags for json + markdown global variables
    * v9.1.0673: too recursive func calls when calling super-class method
    runtime(syntax-tests): Facilitate the viewing of rendered screendumps
    runtime(doc): fix a few style issues
    * v9.1.0672: marker folds may get corrupted on undo
    * v9.1.0671 Problem:  crash with WinNewPre autocommand
    * v9.1.0670: po file encoding fails on *BSD during make
    translation(it): Update Italian translation
    translation: Stop using msgconv
    * v9.1.0669: stable python ABI not used by default
    Update .gitignore and .hgignore files
    * v9.1.0668: build-error with python3.12 and stable ABI
    translations: Update generated po files
    * v9.1.0667: Some other options reset curswant unnecessarily when set
    * v9.1.0666: assert_equal( doesn't show multibyte string correctly
    runtime(doc): clarify directory of Vim's executable vs CWD
    * v9.1.0665 :for loop
    runtime(proto): Add indent script for protobuf filetype
    * v9.1.0664: console vim did not switch back to main screen on exit
    runtime(zip): zip plugin does not work with Vim 9.0
    * v9.1.0663: zip test still resets 'shellslash' option
    runtime(zip): use defer to restore old settings
    runtime(zip): add a generic Message function
    runtime(zip): increment base version of zip plugin
    runtime(zip): raise minimum Vim version to * v9.0
    runtime(zip): refactor save and restore of options
    runtime(zip): remove test for fnameescape
    runtime(zip): use :echomsg instead of :echo
    runtime(zip): clean up and remove comments
    * v9.1.0662: filecopy( may return wrong value when readlink( fails
    * v9.1.0661: the zip plugin is not tested.
    runtime(zip): Fix for FreeBSD's unzip command
    runtime(doc): capitalize correctly
    * v9.1.0660: Shift-Insert does work on old conhost
    translation(it): update Italian manpage
    runtime(lua): add/subtract a 'shiftwidth' after '('/')' in indentexpr
    runtime(zip): escape '[' on Unix as well
    * v9.1.0659: MSVC Makefile is a bit hard to read
    runtime(doc): fix typo in syntax.txt
    runtime(doc): -x is only available when compiled with crypt feature
    * v9.1.0658: Coverity warns about dereferencing NULL pointer.
    runtime(colors): update Todo highlight in habamax colorscheme
    * v9.1.0657: MSVC build time can be optimized
    * v9.1.0656: MSVC Makefile CPU handling can be improved
    * v9.1.0655: goaccess config file not recognized
    CI: update clang compiler to version 20
    runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}explore`
    * v9.1.0654: completion does not respect completeslash with fuzzy
    * v9.1.0653: Patch v9.1.0648 not completely right
    * v9.1.0652: too many strlen( calls in syntax.c
    * v9.1.0651 :append
    * v9.1.0650: Coverity warning in cstrncmp()
    * v9.1.0649: Wrong comment for "len" argument of call_simple_func()
    * v9.1.0648: [security] double-free in dialog_changed()
    * v9.1.0647: [security] use-after-free in tagstack_clear_entry
    runtime(doc): re-format tag example lines, mention ctags --list-kinds
    * v9.1.0646: imported function may not be found
    runtime(java): Document "g:java_space_errors" and "g:java_comment_strings"
    runtime(java): Cluster optional group definitions and their group links
    runtime(java): Tidy up the syntax file
    runtime(java): Tidy up the documentation for "ft-java-syntax"
    runtime(colors): update habamax scheme - tweak diff/search/todo colors
    runtime(nohlsearch): add missing loaded_hlsearch guard
    runtime(kivy): Updated maintainer info for syntax script
    Maintainers: Add maintainer for ondir ftplugin + syntax files
    runtime(netrw): removing trailing slash when copying files in same
    directory
    * v9.1.0645: wrong match when searching multi-byte char case-insensitive
    runtime(html): update syntax script to sync by 250 minlines by default
    * v9.1.0644: Unnecessary STRLEN( when applying mapping
    runtime(zip): Opening a remote zipfile don't work
    runtime(cuda): source c and cpp ftplugins
    * v9.1.0643: cursor may end up on invalid position
    * v9.1.0642: Check that mapping rhs starts with lhs fails if not
    simplified
    * v9.1.0641: OLE enabled in console version
    runtime(thrift): add ftplugin, indent and syntax scripts
    * v9.1.0640: Makefile can be improved
    * v9.1.0639: channel timeout may wrap around
    * v9.1.0638: E1510 may happen when formatting a message for smsg()
    * v9.1.0637: Style issues in MSVC Makefile
  - Update apparmor.vim to latest version (from AppArmor 4.0.2)
  - add support for "all" and "userns" rules, and new profile flags
  - Update to 9.1.0636:
    * 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
    Add support for Files-Included in syntax script
    tweak documentation style a bit
    * 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
    include initial filetype plugin
    * 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()
    Add single-line comment syntax
    Add syntax test for comments
    Update maintainer info
    * 9.1.0614: tests: screendump tests fail due to recent syntax changes
    * 9.1.0613: tests: termdebug test may fail and leave file around
    Update base-syntax, improve :set highlighting
    Optionally highlight the :: token for method references
    * 9.1.0612: filetype: deno.lock file not recognized
    Use delete() for deleting directory
    escape filename before trying to delete it
    * 9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys
    correctly extract file from zip browser
    * 9.1.0610: filetype: OpenGL Shading Language files are not detected
    Fix endless recursion in netrw#Explore()
    * 9.1.0609: outdated comments in Makefile
    update syntax script
    Fix flow mapping key detection
    Remove orphaned YAML syntax dump files
    * 9.1.0608: Coverity warns about a few potential issues
    Update syntax script and remove syn sync
    * 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
    translation: Update Serbian messages translation
    * 9.1.0603: filetype: use correct extension for Dracula
    * 9.1.0602: filetype: Prolog detection can be improved
    fix more inconsistencies in assert function docs
    * 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit
    Update base-syntax, improve :map highlighting
    * 9.1.0600: Unused function and unused error constants
    * 9.1.0599: Termdebug: still get E1023 when specifying arguments
    correct wrong comment options
    fix typo "a xterm" -> "an xterm"
    * 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
    gdb file/folder check is now performed only in CWD.
    quote filename arguments using double quotes
    update syntax to SDC-standard 2.1
    minor updates.
    Cleanup :match and :loadkeymap syntax test files
    Update base-syntax, match types in Vim9 variable declarations
    * 9.1.0595: make errors out with the po Makefile
    * 9.1.0594: Unnecessary redraw when setting 'winfixbuf'
    using wrong highlight for UTF-8
    include simple syntax plugin
    * 9.1.0593: filetype: Asymptote files are not recognized
    add recommended indent options to ftplugin
    add recommended indent options to ftplugin
    add recommended indent options to ftplugin
    * 9.1.0592: 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
    'cpoptions': Include "z" in the documented default
    * 9.1.0589: vi: d{motion} and cw work differently than expected
    update included colorschemes
    grammar fixes in options.txt
  - Add "Keywords" to gvim.desktop to make searching for gvim easier
  - Removed patches, as they're no longer required (refreshing them
    deleted their contents):
    * vim-7.3-help_tags.patch
    * vim-7.4-highlight_fstab.patch
  - Reorganise all applied patches in the spec file.
  - Update to 9.1.0588:
    * 9.1.0588: The maze program no longer compiles on newer clang
    runtime(typst): Add typst runtime files
    * 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky
    * 9.1.0586: ocaml runtime files are outdated
    runtime(termdebug): fix a few issues
    * 9.1.0585: tests: test_cpoptions leaves swapfiles around
    * 9.1.0584: Warning about redeclaring f_id() non-static
    runtime(doc): Add hint how to load termdebug from vimrc
    runtime(doc): document global insert behavior
    * 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
    runtime(doc): add a note for netrw bug reports
    * 9.1.0573: ex: no implicit print for single addresses
    runtime(vim): make &indentexpr available from the outside
    * 9.1.0572: cannot specify tab page closing behaviour
    runtime(doc): remove obsolete Ex insert behavior
    * 9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky
    runtime(logindefs): update syntax with new keywords
    * 9.1.0570: tests: test_gettext_make can be improved
    runtime(filetype): Fix Prolog file detection regex
    * 9.1.0569: fnamemodify() treats ".." and "../" differently
    runtime(mojo): include mojo ftplugin and indent script
    * 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
    runtime(fstab): Add missing keywords to fstab syntax
    * 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
    runtime(doc): fix inconsistencies in :h file-searching
    * 9.1.0556: :bwipe doesn't remove file from jumplist of other tabpages
    runtime(htmlangular): correct comment
    * 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
    runtime(doc): autocmd_add() accepts a list not a dict
    * 9.1.0548: it's not possible to get a unique id for some vars
    runtime(tmux): Update syntax script
    * 9.1.0547: No way to get the arity of a Vim function
    * 9.1.0546: vim-tiny fails on CTRL-X/CTRL-A
    runtime(hlsplaylist): include hlsplaylist ftplugin file
    runtime(doc): fix typo in :h ft-csv-syntax
    runtime(doc): Correct shell command to get $VIMRUNTIME into
    shell
    * 9.1.0545: MSVC conversion warning
    * 9.1.0544: filetype: ldapconf files are not recognized
    runtime(cmakecache): include cmakecache ftplugin file
    runtime(lex): include lex ftplugin file
    runtime(yacc): include yacc ftplugin file
    runtime(squirrel): include squirrel ftplugin file
    runtime(objcpp): include objcpp ftplugin file
    runtime(tf): include tf ftplugin file
    runtime(mysql): include mysql ftplugin file
    runtime(javacc): include javacc ftplugin file
    runtime(cabal): include cabal ftplugin file
    runtime(cuda): include CUDA ftplugin file
    runtime(editorconfig): include editorconfig ftplugin file
    runtime(kivy): update kivy syntax, include ftplugin
    runtime(syntax-tests): Stop generating redundant "*_* 99.dump"
    files
    * 9.1.0543: Behavior of CursorMovedC is strange
    runtime(vim): Update base-syntax, improve :match command
    highlighting
    * 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()
    runtime(doc): add page-scrolling keys to index.txt
    runtime(doc): add reference to xterm-focus-event from
    FocusGained/Lost
    * 9.1.0539: Not enough tests for what v9.1.0535 fixed
    runtime(doc): clarify how to re-init csv syntax file
    * 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
    runtime(man): honor cmd modifiers before `g:ft_man_open_mode`
    runtime(man): use `nnoremap` to map to Ex commands
    * 9.1.0534: completion wrong with fuzzy when cycling back to original
    runtime(syntax-tests): Abort and report failed cursor progress
    runtime(syntax-tests): Introduce self tests for screen dumping
    runtime(syntax-tests): Clear and redraw the ruler line with
    the shell info
    runtime(syntax-tests): Allow for folded and wrapped lines in
    syntax test files
    * 9.1.0533: Vim9: need more tests for nested objects equality
    CI: Pre-v* 9.0.0110 versions generate bogus documentation tag entries
    runtime(doc): Remove wrong help tag CTRL-SHIFT-CR
    * 9.1.0532: filetype: Cedar files not recognized
    runtime(doc): document further keys that scroll page up/down
    * 9.1.0531: resource leak in mch_get_random()
    runtime(tutor): Fix wrong spanish translation
    runtime(netrw): fix remaining case of register clobber
    * 9.1.0530: xxd: MSVC warning about non-ASCII character
    * 9.1.0529: silent! causes following try/catch to not work
    runtime(rust): use shiftwidth() in indent script
    * 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
    runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config
    * 9.1.0525: Right release selects immediately when pum is truncated.
    * 9.1.0524: the recursive parameter in the *_equal functions can be removed
    runtime(termdebug): Add Deprecation warnings
    * 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
    runtime(manpager): avoid readonly prompt
    * 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
    runtime(terraform): Add filetype plugin for terraform
    runtime(dockerfile): enable spellchecking of comments in
    syntax script
    runtime(doc): rename variable for pandoc markdown support
    runtime(doc): In builtin overview use {buf} as param for
    appendbufline/setbufline
    runtime(doc): clarify, that register 1-* 9 will always be shifted
    runtime(netrw): save and restore register 0-* 9, a and unnamed
    runtime(termdebug): Refactored StartDebug_term and EndDebug
    functions
    runtime(java): Compose "g:java_highlight_signature" and
    "g:java_highlight_functions"
    * 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
    runtime(termdebug): Change some variables to Enums
    runtime(vim): Update base-syntax, fix function tail comments
    * 9.1.0513: Vim9: segfault with object comparison
  - Update to 9.1.0512:
    * Mode message for spell completion doesn't match allowed keys
    * CursorMovedC triggered wrongly with setcmdpos()
    * update runtime files
    * CI: test_gettext fails on MacOS14 + MSVC Win
    * not possible to translate Vim script messages
    * termdebug plugin can be further improved
    * add gomod filetype plugin
    * hard to detect cursor movement in the command line
    * Optionally highlight parameterised types
    * filetype: .envrc & .prettierignore not recognized
    * filetype: Faust files are not recognized
    * inner-tag textobject confused about ">" in attributes
    * cannot use fuzzy keyword completion
    * Remove the group exclusion list from @javaTop
    * wrong return type for execute() function
    * MS-Windows: too much legacy code
    * too complicated mapping restore in termdebug
    * simplify mapping
    * cannot switch buffer in a popup
    * MS-Windows: doesn't handle symlinks properly
    * getcmdcompltype() interferes with cmdline completion
    * termdebug can be further improved
    * update htmldjango detection
    * Improve Turkish documentation
    * include a simple csv filetype and syntax plugin
    * include the the simple nohlsearch package
    * matched text is highlighted case-sensitively
    * Matched text isn't highlighted in cmdline pum
    * Fix typos in several documents
    * clarify when text properties are cleared
    * improve the vim-shebang example
    * revert unintended formatting changes for termdebug
    * Add a config variable for commonly used compiler options
    * Wrong matched text highlighted in pum with 'rightleft'
    * bump length of character references in syntax script
    * properly check mapping variables using null_dict
    * fix KdlIndent and kdlComment in indent script
    * Test for patch 9.1.0489 doesn't fail without the fix
    * Fold multi-line comments with the syntax kind of &fdm
    * using wrong type for PlaceSign()
    * filetype: Vim-script files not detected by shebang line
    * revert unintended change to zip#Write()
    * add another tag for vim-shebang feature
    * Cmdline pum doesn't work properly with 'rightleft'
    * minor style problems with patch 9.1.0487
    * default completion may break with fuzzy
    * Wrong padding for pum "kind" with 'rightleft'
    * Update base-syntax, match shebang lines
    * MS-Windows: handle files with spaces properly
    * Restore HTML syntax file tests
    * completed item not update on fuzzy completion
    * filetype: Snakemake files are not recognized
    * make TermDebugSendCommand() a global function again
    * close all buffers in the same way
    * Matched text shouldn't be highlighted in "kind" and "menu"
    * fix wrong helptag for :defer
    * Update base-syntax, match :sleep arg
    * include Georgian keymap
    * Sorting of completeopt+=fuzzy is not stable
    * correctly test for windows in NetrwGlob()
    * glob() on windows fails with [] in directory name
    * rewrite mkdir() doc and simplify {flags} meaning
    * glob() not sufficiently tested
    * update return type for job_info()
    * termdebug plugin needs more love
    * correct return types for job_start() and job_status()
    * Update base-syntax, match :catch and :throw args
    * Include element values in non-marker annotations
    * Vim9: term_getjob() throws an exception on error
    * fuzzy string matching executed when not needed
    * fuzzy_match_str_with_pos() does unnecessary list operations
    * restore description of "$" in col() and virtcol()
    * deduplicate getpos(), line(), col(), virtcol()
    * Update g:vimsyn_comment_strings dump file tests
    * Use string interpolation instead of string concat
    * potential deref of NULL pointer in fuzzy_match_str_with_pos
    * block_editing errors out when using <enter>
    * Update base-syntax, configurable comment string highlighting
    * fix typos in syntax.txt
    * Cannot see matched text in popup menu
    * Update base-syntax, match multiline continued comments
    * clarify documentation for "v" position at line()
    * cmod_split modifier is always reset in term_start()
    * remove line-continuation characters
    * use shiftwidth() instead of &tabstop in indent script
    * Remove orphaned screen dump files
    * include syntax, indent and ftplugin files
    * CI: Test_ColonEight() fails on github runners
    * add missing Enabled field in syntax script
    * basic svelte ftplugin file
    * term_start() does not clear vertical modifier
    * fix mousemodel restoration by comparing against null_string
    * Added definitions of Vim scripts and plugins
    * Exclude lambda expressions from _when_ _switch-case_ label clauses
    * Fix saved_mousemodel check
    * Inconsistencies between functions for option flags
    * Crash when using autocmd_get() after removing event inside autocmd
    * Fix small style issues
    * add return type info for Vim function descriptions
    * Update Italian Vim manpage
    * disable the q mapping
    * Change 'cms' for C++ to '// %s'
    * fix type mismatch error
    * Fix wrong email address
    * convert termdebug plugin to Vim9 script
  - Update to 9.1.0470:
    * tests Test_ColonEight_MultiByte() fails sporadically
    * Cannot have buffer-local value for 'completeopt'
    * GvimExt does not consult HKEY_CURRENT_USER
    * typos in some comments
    * runtime(vim): Update base-syntax, allow whitespace before
    :substitute pattern
    * Missing comments for fuzzy completion
    * runtime(man): update Vim manpage
    * runtime(comment): clarify the usage of 'commentstring' option
    value
    * runtime(doc): clarify how fuzzy 'completeopt' should work
    * runtime(netrw): prevent accidental data loss
    * missing filecopy() function
    * no whitespace padding in commentstring option in ftplugins
    * no fuzzy-matching support for insert-completion
    * eval5() and eval7 are too complex
    * too many strlen() calls in drawline.c
    * filetype lintstagedrc files are not recognized
    * Vim9 import autoload does not work with symlink
    * Coverity complains about division by zero
    * tests test_gui fails on Wayland
    * Left shift is incorrect with vartabstop and shiftwidth=0
    * runtime(doc): clarify 'shortmess' flag "S"
    * MS-Windows compiler warning for size_t to int conversion
    * runtime(doc): include some vim9 script examples in the help
    * minor issues in test_filetype with rasi test
    * filetype rasi files are not recognized
    * runtime(java): Improve the matching of lambda expressions
    * Configure checks for libelf unnecessarily
    * No test for escaping '<' with shellescape()
    * check.vim complains about overlong comment lines
    * translation(it): Update Italian translation
    * evalc. code too complex
    * MS-Windows Compiler warnings
  - Update to 9.1.0448:
    * compiler warning in eval.c
    * remove remaining css code
    * Add ft_hare.txt to Reference Manual TOC
    * re-generate vim syntax from generator
    * fix syntax vim bug
    * completion may be wrong when deleting all chars
    * getregionpos() inconsistent for partly-selected multibyte char
    * fix highlighting nested and escaped quotes in string props
    * remove the indent plugin since it has too many issues
    * update Debian runtime files
    * Coverity warning after 9.1.0440
    * Not enough tests for getregion() with multibyte chars
    * Can't use blockwise selection with width for getregion()
    * update outdated syntax files
    * fix floating_modifier highlight
    * hare runtime files outdated
    * getregionpos() can't properly indicate positions beyond eol
    * function get_lval() is too long
    * Cannot filter the history
    * Wrong Ex command executed when :g uses '?' as delimiter
    * support floating_modifier none; revert broken highlighting
    * Motif requires non-const char pointer for XPM  data
    * Crash when using '?' as separator for :s
    * filetype: cygport files are not recognized
    * make errors trying to access autoload/zig
    * Wrong yanking with exclusive selection and ve=all
    * add missing help tags file
    * Ancient XPM preprocessor hack may cause build errors
    * include basic rescript ftplugin file
    * eval.c is too long
    * getregionpos() doesn't handle one char selection
    * check for gdb file/dir before using as buffer name
    * refactor zig ftplugin, remove auto format
    * Coverity complains about eval.c refactor
    * Tag guessing leaves wrong search history with very short names
    * some issues with termdebug mapping test
    * update matchit plugin to v1.20
    * too many strlen() calls in search.c
    * set commentstring option
    * update vb indent plugin as vim9script
    * filetype: purescript files are not recognized
    * filetype: slint files are not recognized
    * basic nim ftplugin file for comments
    * Add Arduino ftplugin and indent files
    * include basic typst ftplugin file
    * include basic prisma ftplugin file
    * include basic v ftplugin for comment support
    * getregionpos() wrong with blockwise mode and multibyte
    * function echo_string_core() is too long
    * hyprlang files are not recognized
    * add basic dart ftplugin file
    * basic ftplugin file for graphql
    * mention comment plugin at :h 'commentstring'
    * set commentstring for sql files in ftplugin
    * :browse oldfiles prompts even with single entry
    * eval.c not sufficiently tested
    * clarify why E195 is returned
    * clarify temporary file clean up
    * fix :NoMatchParen not working
    * Cannot move to previous/next rare word
    * add basic ftplugin file for sshdconfig
    * if_py: find_module has been removed in Python 3.12.0a7
    * some screen dump tests can be improved
    * Some functions are not tested
    * clarify instal instructions for comment package
    * Unable to leave long line with 'smoothscroll' and 'scrolloff'
    * fix typo in vim9script help file
    * Remove trailing spaces
    * clarify {special} argument for shellescape()
  - update to 9.1.0413
    * smoothscroll may cause infinite loop
    * add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
    * update vi_diff.txt: add default value for 'flash'
    * typo in regexp_bt.c in DEBUG code
    * allow indented commands
    * Fix wrong define regex in ftplugin
    * Filter out non-Latin-1 characters for syntax tests
    * prefer scp over pscp
    * fix typo in usr_52.txt
    * too long functions in eval.c
    * warning about uninitialized variable
    * too many strlen() calls in the regexp engine
    * E16 fix, async keyword support for define
    * Stuck with long line and half-page scrolling
    * Divide by zero with getmousepos() and 'smoothscroll'
    * update and remove  some invalid links
    * update translation of xxd manpage
    * Recursively delete directories by default with netrw delete command
    * Strive to remain compatible for at least Vim 7.0
    * tests: xxd buffer overflow fails on 32-bit
    * Stop handpicking syntax groups for @javaTop
    * [security] xxd: buffer-overflow with specific flags
    * Vim9: not able to import file from start dir
    * filetype: mdd files detected as zsh filetype
    * filetype: zsh module files are not recognized
    * Remove hardcoded private.ppk logic from netrw
    * Vim9: confusing error message for unknown type
    * block_editing errors out when using del
    * add new items to scripts section in syntax plugin
    * Vim9: imported vars are not properly type checked
    * Wrong display with 'smoothscroll' when changing quickfix list
    * filetype: jj files are not recognized
    * getregionpos() may leak memory on error
    * The CODEOWNERS File is not useful
    * Remove and cleanup Win9x legacy from netrw
    * add MsgArea to 'highlight' option description
    * Cannot get a list of positions describing a region
    * Fix digit separator in syntax script for octals and floats
    * Update link to Wikipedia Vi page
    * clear $MANPAGER in ftplugin before shelling out
    * Fix typos in help documents
    * 'viewdir' not respecting $XDG_CONFIG_HOME
    * tests: Vim9 debug tests may be flaky
    * correct getscriptinfo() example
    * Vim9: could improve testing
    * test_sound fails on macos-12
    * update Serbian menu
    * update Slovak menu
    * update Slovenian menu
    * update Portuguese menu
    * update Dutch menu
    * update Korean menu
    * update Icelandic menu
    * update Czech menu
    * update Afrikaans menu
    * update German menu
    * filetype: inko files are not recognized
    * filetype: templ files are not recognized
    * cursor() and getregion() don't handle v:maxcol well
    * Vim9: null value tests not sufficient
    * update Catalan menu
    * filetype: stylus files not recognized
    * update spanish menu localization
    * regenerate helptags
    * Vim9: crash with null_class and null_object
    * Add tags about lazyloading of menu
    * tests: vt420 terminfo entry may not be found
    * filetype: .out files recognized as tex files
    * filetype: Kbuild files are not recognized
    * cbuffer and similar commands don't accept a range
    * Improve the recognition of the "indent" method declarations
    * Fix a typo in usr_30.txt
    * remove undefined var s:save_cpoptions and add include setting
    * missing setlocal in indent plugin
    * Calculating line height for unnecessary amount of lines
    * improve syntax file performance
    * There are a few typos
    * Vim9: no comments allowed after class vars
    * CI: remove trailing white space in documentation
    * Formatting text wrong when 'breakindent' is set
    * Add oracular (24.10) as Ubuntu release name
    * Vim9: Trailing commands after class/enum keywords ignored
    * tests: 1-second delay after Test_BufEnter_botline()
    * update helptags for jq syntax
    * include syntax, ftplugin and compiler plugin
    * fix typo synconcealend -> synconcealed
    * include a simple comment toggling plugin
    * wrong botline in BufEnter
    * clarify syntax vs matching mechanism
    * fix undefined variable in indent plugin
    * ops.c code uses too many strlen() calls
    * Calling CLEAR_FIELD() on the same struct twice
    * Vim9: compile_def_function() still too long
    * Update Serbian messages
    * clarify the effect of setting the shell to powershell
    * Improve the recognition of the "style" method declarations
    * Vim9: problem when importing autoloaded scripts
    * compile_def_function is too long
    * filetype: ondir files are not recognized
    * Crash when typing many keys with D- modifier
    * tests: test_vim9_builtin is a bit slow
    * update documentation
    * change the download URL of "libsodium"
    * tests: test_winfixbuf is a bit slow
    * Add filetype, syntax and indent plugin for Astro
    * expanding rc config files does not work well
    * Vim9: vim9type.c is too complicated
    * Vim9: does not handle autoloaded variables well
    * minor spell fix in starting.txt
    * wrong drawing in GUI with setcellwidth()
    * Add include and suffixesadd
    * Page scrolling should place cursor at window boundaries
    * align command line table
    * minor fixes to starting.txt
    * fix comment definition in filetype plugin
    * filetype: flake.lock files are not recognized
    * runtime(uci): No support for uci file types
    * Support "g:ftplugin_java_source_path" with archived files
    * tests: Test_autoload_import_relative_compiled fails on Windows
    * Finding cmd modifiers and cmdline-specials is inefficient
    * No test that completing a partial mapping clears 'showcmd'
    * tests: test_vim9_dissamble may fail
    * Vim9: need static type for typealias
    * X11 does not ignore smooth scroll event
    * A few typos in test_xdg when testing gvimrc
    * Patch v9.1.0338 fixed sourcing a script with import
    * Problem: gvimrc not sourced from XDG_CONFIG_HOME
    * Cursor wrong after using setcellwidth() in terminal
    * 'showcmd' wrong for partial mapping with multibyte
    * tests: test_taglist fails when 'helplang' contains non-english
    * Problem: a few memory leaks are found
    * Problem: Error with matchaddpos() and empty list
    * tests: xdg test uses screen dumps
    * Vim9: import through symlinks not correctly handled
    * Missing entry for XDG vimrc file in :version
    * tests: typo in test_xdg
    * runtime(i3config/swayconfig): update syntax scripts
    * document pandoc compiler and enable configuring arguments
    * String interpolation fails for List type
    * No test for highlight behavior with 'ambiwidth'
    * tests: test_xdg fails on the appimage repo
    * tests: some assert_equal() calls have wrong order of args
    * make install does not install all files
    * runtime(doc): fix typos in starting.txt

------------------------------------------------------------------
------------------  2024-11-27  -  Nov 27 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - trying to make buildservice happy by adding both tarballs to
    specfile ...

++++ Mesa-drivers:

  - trying to make buildservice happy by adding both tarballs to
    specfile ...

++++ 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:

  - Drop obsoleted patches and refresh/enable kabi padding patches
    Dropped:
    patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
    patches.suse/Input-synaptics-retry-query-upon-error.patch
    patches.suse/drm-i915-lspcon-Separate-function-to-set-expected-mo.patch
    patches.suse/drm-i915-lspcon-Separate-lspcon-probe-and-lspcon-ini.patch
    patches.suse/drm-nouveau-blacklist-Turing-and-Ampere-models-as-default.patch
    patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
    Refreshed:
    patches.suse/asoc-suse-kabi-padding.patch
    patches.suse/media-suse-kabi-padding.patch.
    patches.suse/soundwire-suse-kabi-padding.patch
    patches.suse/wireless-suse-kabi-padding.patch
  - commit 51775ca
  - Refresh: patches.suse/prepare-arm64-klp.
  - commit 477d95e
  - Refresh
    patches.suse/Revert-kallsyms-unexport-kallsyms_lookup_name-and-kallsyms_on_each_symbol.patch.
  - commit 6f8810b
  - Refresh
    patches.suse/Revert-Revert-kbuild-use-flive-patching-when-CONFIG_LIVEPATCH-is-enabled.patch.
  - commit 6ba47ba
  - Refresh
    patches.suse/livepatch-dump-ipa-clones.patch
    Update config files.
  - commit c9d0459
  - fadump: reserve param area if below boot_mem_top (jsc#PED-9891).
  - powerpc/fadump: allocate memory for additional parameters early
    (jsc#PED-9891).
  - commit 93c8306
  - Refresh
    patches.suse/livepatch-Add-sample-livepatch-module.patch.
  - commit cff40b1
  - Refresh patches.suse/kbuild-modpost-integrate-klp-convert.patch.
  - commit 5bfefc6
  - config: s390: Disable XE driver (jsc#PED-11187)
  - commit 9589455
  - config: x86_64: change HZ to upstream default
    References: jsc#PED-11606
  - commit 80f3e03
  - Refresh patches.suse/livepatch-Add-klp-convert-tool.patch.
  - commit e46c3e4
  - config: Update config for DRM graphics drivers (jsc#PED-11186)
    Also list additional modules as unsupported.
    Same as commit f8bed7719a0fa09b55bbc650f404bfd3a570f203, but with
    the correct reference to the Jira ticket.
  - config: Update config for DRM graphics drivers (jsc#11186)
    Also list additional modules as unsupported.
  - commit 26a7b09
  - Refresh
    patches.suse/livepatch-Create-and-include-UAPI-headers.patch.
  - commit 4e85f17
  - Refresh
    patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch.
  - commit fd35952
  - Reenable patches.suse/tracing-Add-kabi-placeholders.patch.
    The added placeholders are useful for 6.12-based branches too.
  - commit 3f5f9a3
  - Delete
    patches.suse/kprobes-Fix-double-free-of-kretprobe_holder.patch.
    The patch is not needed for 6.12-based branches as they include upstream
    commit 4bbd93455659 ("kprobes: kretprobe scalability improvement") which
    reworked the affected area and also fixed the issue.
  - commit 988bf28
  - config: Disable obsolete fbdev drivers (jsc#PED-11183)
  - commit a294eeb
  - config: Fallout fom run_oldconfig.sh
  - commit 526ac06
  - Enable patches.suse/unsupported-features.patch: Support for tainting
    kernel when unsupported filesystem features are used.
  - commit 70a4d99
  - Delete patches.suse/readahead-request-tunables.patch: Now handled in
    udev rule
  - commit 6ef5420
  - Delete
    patches.suse/blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch: Now
    upstream.
  - Delete
    patches.suse/nfs-Bump-default-write-congestion-size.patch: Upstream
    has a proper fix.
  - commit 5bb4f43
  - Enable patches.suse/ext4-unsupported-features.patch. There was no
    request to make these features (bigalloc) supported on ext4.
  - commit 636b72e

++++ pcp:

  - Replace dejavu-fonts with liberation-fonts.
  - Fix for bsc#1232695.

++++ 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.

++++ unbound:

  - add workaround for bug
    https://github.com/NLnetLabs/unbound/issues/509
    Starting up with 127.0.0.1 in the /etc/resolv.conf leads to long
    delays if the anchor update is being run as ExecStartPre in the
    unbound service

++++ netavark:

  - Fix source definition for netavark-iptables.conf and netavark-nftables.conf

++++ passt:

  - Update to version 20241127.c0fbc7e:
    * dhcp: Honour broadcast flag (RFC 2131, 4.1)
    * dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
    * dhcp: Use -1 as "missing option" length instead of 0
    * treewide: Introduce 'local mode' for disconnected setups
    * test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
    * ndp: Don't send first periodic router advertisement right after guest connects
    * test/perf: Select a single IPv6 namespace address in pasta tests
    * conf, passt.1: Update --mac-addr default in usage() and man page
    * passt.1: Fix "default" note about --map-guest-addr

------------------------------------------------------------------
------------------  2024-11-26  -  Nov 26 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
  - adjusted patches for Mesa 24.1.7:
    * python36-buildfix1-s390x.patch
    * u_dep_xcb-s390x.patch
    * u_mesa-CVE-2023-45913-s390x.patch

++++ Mesa-drivers:

  - on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
  - adjusted patches for Mesa 24.1.7:
    * python36-buildfix1-s390x.patch
    * u_dep_xcb-s390x.patch
    * u_mesa-CVE-2023-45913-s390x.patch

++++ python-kiwi:

  - Bump version: 10.2.0 → 10.2.1

++++ haproxy:

  - Update to version 3.1.0+git0.f2b97918e:
    https://www.mail-archive.com/haproxy@formilux.org/msg45435.html
    https://www.haproxy.com/blog/announcing-haproxy-3-1

++++ kernel-default:

  - Re-enable fixup to the acpi_pad driver
  - commit 0dc7926
  - Re-enable prerequisite patch to set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
  - commit d5e1336
  - Re-enable defaulting to intel_pstate/powersave on non-HWP machines
  - commit b22515b
  - Re-enable idle-boost optimization for intel_pstate on non-HWP machines
  - commit 795714e
  - Re-enable intel_pstate optimization for low-utilization workloads on non-HWP machines
  - commit ce7c38f
  - Re-enable aggressive iowait boost for intel_pstate for non-HWP machines
  - commit 5b65f5b
  - Reenable broken cdrom quirk.
  - commit 6b9f78a
  - Reenable downstream powerpc patches.
  - commit 799a7a7
  - Reenable ppc KEXEC_SIG
    KEXEC option rework is now merged so this can be revisited but it's not
    upstream yet.
  - Update config files.
  - commit 933b828
  - Refresh sorted patches.
  - commit 0916037
  - Reenable crypto fix
  - commit 7f7a3e3
  - Lockdown patches need to be handled together.
  - commit a64f237
  - Reenable kABI placeholder
  - commit 6e585f9
  - Delete patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch.
    Upstreamed
  - commit de5f3c4
  - Update config
    product version SLFO 1.2
    build project SLFO:Main:Build
    bugzilla product Micro 6.2
    build optional KMP
  - commit c86a93a
  - 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 78cb129
  - KVM: PPC: Book3S HV: Add Power11 capability support for Nested
    PAPR guests (jsc#PED-7970 jsc#PED-11016).
  - commit 1731e24
  - Delete
    patches.suse/reiserfs-mark-read-write-mode-unsupported.patch.
    We do not compile reiserfs at all for SLE16, so we can drop this patch
    completely.
  - commit 6f524a6
  - series.conf: Keep reserving space in cpu_hwcaps and cpu_hwcap_keys arrays
  - commit 5af8e9d
  - Refresh patches.suse/xfs-allow-mount-remount-when-stripe-width-alignment-.patch.
    We can retain this patch to make sure that customers that may be
    upgrading to SLE16 with previously formatted xfs filesystems susceptible
    to the issue mentioned in the patch will not face any upgrade issues.
  - commit 07642be
  - Delete patches.suse/xfs-remove-experimental-tag-for-dax-support.patch.
    Drop the patch as upstream [1] has removed the warning in v6.8 so we do
    not need to carry this any more.
    [1] commit 27c86d43bcdb ("xfs: drop experimental warning for FSDAX")
  - commit ad7a543
  - KVM: PPC: Book3S HV: Fix kmv -> kvm typo (jsc#PED-11016
    git-fixes).
  - commit 6002aff
  - SLE16: supported.conf: further fixups
    Fix remaining warnings from kbuild
  - commit 5454218

++++ 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.

++++ patterns-base:

  - fips: change description from 140-2 to 140-3
  - fips: require crypto-policies-scripts when openssh is used
    (bsc#1224802)
  - fips: drop -hmac packages as they have been merged into the main
    package (bsc#1185116)

++++ qemu:

  - Fix bsc#1233530:
    * docs: use consistent markup for footnotes (bsc#1233530)
    * docs: avoid footnotes consisting of just URLs (bsc#1233530)
    * docs: fix invalid footnote syntax (bsc#1233692)
  - Fix bsc#1233530:
    * scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)
  - Fix bsc#1221812, bsc#1232283, bsc#1230978:
    * [openSUSE] block: Move qcow2 invalidation query-block op_blocker
  - Update to version 9.1.2:
    Full changelog here:
    https://lore.kernel.org/qemu-devel/21ba2773-11a6-45ad-bf98-9b5c2cdccb9b@tls.msk.ru/
    Some of the most notable features:
    * usb-hub: Fix handling port power control messages
    * hw/audio/hda: fix memory leak on audio setup
    * Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
    * hw/misc/mos6522: Fix bad class definition of the MOS6522 device
    * vfio/container: Fix container object destruction
    * 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
    * hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
    * 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/arm: Add new MMU indexes for AArch32 Secure PL1&0
    * Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
    * acpi/disassemle-aml.sh: fix up after dir reorg
    * hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
    * qemu-ga: Fix a SIGSEGV in ga_run_command() helper
    * hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
    * tests/tcg: Replace -mpower8-vector with -mcpu=power8
    * hw/ssi/pnv_spi: Fixes Coverity CID 1558831
    * hw/ssi/pnv_spi: Return early in transfer()

++++ virt-manager:

  - Update to Version 5.0.0 (jsc#PED-8910)
    * virt-clone: colne serial files (Oleg Vasilev)
    * virt-clone: Copy disk permissions as well (Martin Kletzander)
    * virt-install: Add properties for AMD SEV-SNP (Daniel P. Berrangé)
    * virt-install: Add passt backend for user network interface
    * virt-install: Add support for --sound multichannel,stream (Lin Ma)
    * virt-install: Add support for --tpm backend.debug,backend.source (Lin Ma)
    * virt-xml: add --edit --convert-to-q35
    * virt-xml: add --edit --convert-to-vnc
    * virt-xml: Add --edit --boot uefi
    * virt-manager: Fix opening graphical console with egl-headless (Feng Jiang)
    * virt-manager: Add support to create external snapshots
    * virt-manager: Default to scaling=Always for consoles
    * virt-manager: switch to not forking by default
    * cli: Add more --disk options (Lin Ma)
    * cli: Add --memdev target.address_base for virtio-mem and virtio-pmem (Lin Ma)
    * cli: Add --features kvm.pv-ipi.state=on|off (Lin Ma)
    * cli: Add --video model.blob=on|off (Lin Ma)
    * Add missing Hyper-V features and enable most of them by default
    * Add loongarch support (Xianglai Li)
    * Add support for hvf domain type (Mohamed Akram)
    * Support creating sparse volumes on ZFS pools (Iain Buclaw)
    * UEFI improvements for riscv64 and loongarch64 VMs (Andrea Bolognani)
    * Add graphcis to riscv64 and aarch64
    * build: swtich from setuptools to meson
    * diskbackend: Drop support for sheepdog (Lin Ma)
    * cli: Deprecate --cpu host in favor of --cpu host-model (Andrea Bolognani)
  - Drop the following upstream patches contained in new tarball
    001-cli-disk-Add-driver.metadata_cache-options.patch
    002-tests-cli-Fix-test-output-after-previous-commit.patch
    003-fsdetails-Fix-an-error-with-source.socket-of-virtiofs.patch
    004-cli-Drop-unnecessary-disk-prop-aliases.patch
    005-tests-testdriver-Add-filesystem-socket-example.patch
    006-virtinstall-split-no_install-conditional-apart-to-track-code-coverage.patch
    007-virtinstall-fix-regression-with-boot-and-no-install-method.patch
    008-tests-Add-a-compat-check-for-linux2020-in-amd-sev-test-case.patch
    009-cli-cpu-Add-maxphysaddr.mode-bits-options.patch
    010-virt-install-help-required-options-are-wrong.patch
    011-cloner-Sync-uuid-and-sysinfo-system-uuid.patch
    012-virt-install-unattended-and-cloud-init-conflict.patch
    013-virt-install-Reuse-cli.fail_conflicting.patch
    014-cli-support-boot-loader.stateless-.patch
    015-diskbackend-Drop-support-for-sheepdog.patch
    016-Fix-pylint-pycodestyle-warnings-with-latest-versions.patch
    017-tests-cpio-set-owner-to-00.patch
    018-addhardware-Fix-backtrace-when-controller.index-is-None.patch
    019-Clean-up-FileChooser-usage-a-bit.patch
    020-guest-Query-availability-of-usb-redirdevs-in-domcaps.patch
    021-guest-Query-availability-of-spicevmc-channels-in-domcaps.patch
    022-tests-Add-domcaps-coverage-for-usb-redir-spicevmc-channel-checks.patch
    023-tests-Update-to-latest-kvm-domcaps.patch
    024-progress-Fix-showing-correct-final-total.patch
    025-virtinstall-Fix-the-allocating-disk-size-printed-by-the-progress-bar.patch
    026-virtinstall-Hide-total_size-in-the-progress-bar-if-it-doesnt-need.patch
    027-asyncjob-Fix-backtrace-when-no-cursor-theme-installed.patch
    029-asyncjob-Remove-unused-import.patch
    030-Packit-initial-enablement.patch
    031-virt-install-Recommend-boot-uefi.patch
    032-virt-install-Document-Secure-Boot-setups.patch
    033-cloner-clone-serial-files.patch
    034-tests-cli-test-serial-file-clone.patch
    035-man-virt-install-Add-a-note-about-different-behavior-of-boot-on-s390x.patch
    036-tests-uitests-Fix-window-reposition-on-f38.patch
    037-tests-livetests-work-around-qemu-media-change-regression.patch
    038-tests-uitests-Fix-manager-window-repositioning-test.patch
    039-tests-Default-uitests-to-verbosity-2.patch
    040-uitests-Make-hotplug-test-pass-on-both-f37-and-f38.patch
    041-uitests-More-attempts-at-making-manager-reposition-test-reliable.patch
    042-tests-uitests-make-menu-operations-more-robust.patch
    043-rpm-convert-license-to-SPDX-format.patch
    044-uitests-Drop-hotplug-work-around-f38-libvirt-is-fixed-now.patch
    045-virtinst-delay-lookup_capsinfo-until-we-really-need-it.patch
    046-virtinst-suppress-lookup_capsinfo-exception-in-machine-type-alias-check.patch
    047-tests-data-refresh-Fedora-tree-URLs-in-virt-install-osinfo-expected-XMLs.patch
    048-tests-Add-unit-test-coverage-for-539.patch
    049-fix-indentation-of-multiline-log.exception-invocations.patch
    050-virt-clone-Copy-disk-permissions-as-well.patch
    051-data-appstream-add-launchable-tag.patch
    052-Fix-some-pylint.patch
    055-connectauth-Drop-sanity-checking-for-libvirtd.patch
    056-delete-Fix-ambiguity-that-confused-pylint.patch
    057-Fix-filesystem-socket.source.patch
    058-uri-Mock-domcaps-returning-NO_SUPPORT.patch
    059-tests-cli-Adjust-hotplug-test-for-latest-libvirt.patch
    060-Fix-some-pylint.patch
    061-tests-ui-make-newvm-test-start-less-flakey.patch
    062-tests-ui-make-creatnet-test-start-less-flakey.patch
    063-Support-creating-sparse-volumes-on-ZFS-pools.patch
    064-domain-rename-handle-firmware-ending-with-.qcow2.patch
    065-testdriver-Add-portgroups-example-to-test-many-devices.patch
    066-netlist-Fix-UI-error-when-virtual-network-doesnt-exist.patch
    067-ui-details-fix-Applications-width.patch
    068-ui-details-Increased-scrolledview6s-height-request.patch
    069-uitests-Fix-walkUI-flakyness.patch
    070-uitests-Handle-slow-app-launch-on-fedora-39.patch
    071-createvm-Replace-deprecated-pkgutil.find_loader.patch
    072-Fix-pylint-3.1.0-issues.patch
    073-console-Move-embeddable_graphics-to-console.py.patch
    074-domain-Add-idx-parameter-to-open_graphics_fd.patch
    075-console-Select-the-first-embeddable-graphics-device-as-graphical-console.patch
    076-console-Cleanup-and-improve-console-menu-handling.patch
    077-cli-add-show-systray-option.patch
    078-man-document-show-systray-option.patch
    079-baseclass-Avoid-glib-Source-ID-XX-not-found-at-app-shutdown.patch
    080-uitests-More-handling-for-slow-startup-on-f39.patch
    081-systray-Cleanups-and-improvements-for-show-systray.patch
    082-virtinst-add-external-snapshot-capability.patch
    083-virtinst-snapshot-add-memory-file-attribute.patch
    084-virtManager-domain-allow-disk-only-snapshots.patch
    085-virtManager-add-support-to-create-external-snapshots.patch
    086-virtManager-ignore-agen-livecycle-event-for-shutoff-VMs.patch
    087-Allow-serial-console-resize-to-beyond-80-columns.patch
    088-tests-Fix-host-copy-XML-with-libvirt-10.1.0.patch
    089-hostdev-Fix-error-when-mdev-type_id-is-missing.patch
    090-db1b2fbc-Use-GtkFileChooserNative.patch
    091-uitests-Fix-with-GtkFileChooserNative.patch
    092-cli-Use-regex-for-grep-and-nogrep-args.patch
    093-cli-Fix-with-latest-libvirt.patch
    094-uitests-handle-newer-libvirt-test-driver-UpdateDevice-support.patch
    095-uitests-force-internal-snapshots-in-test_snapshot.py.patch
  - Drop the following downstream patches no longer required
    virtinst-dont-create-storage-pool-for-dryrun.patch
    virtinst-add-pvh-support.patch
    virtinst-enable-video-virtio-for-arm.patch
    virtinst-add-hyperv-performance-options.patch
    virtman-dont-specify-gtksource-version.patch
    virtman-language-fixes.patch

------------------------------------------------------------------
------------------  2024-11-25  -  Nov 25 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - update to 329.1:
  - cockpit.js: Put back cockpit.{resolve,reject}() to fix subscription-manager-cockpit
  - Past updates:
    * 329
  - Shell: Extra warnings when connecting to remote hosts
    * 328:
  - Bug fixes and performance improvements
    * 327:
  - Connect to similar servers without Cockpit installed
    * 326:
  - cockpit-pcp package is now obsolete
  - cockpit/ws container: Connect to servers without installed Cockpit
  - cockpit/ws container: Support host specific SSH keys
  - Storage: Support for Stratis filesystem sizes and limits
    * 325:
  - client: Properly handle unknown SSH host keys
    * 324:
  - Bug fixes and performance improvements
    * 323.1:
  - Translation updates
    * 323:
  - login: Prevent multiple logins in a single browser session
  - Update documentation links

++++ 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:

  - SLE16: supported.conf: fix build errors
    Fix following errors in supported.conf
    x86_64:
    [ 1581s] warning: intel_skl_int3472_common not listed in supported.conf
    [ 1583s] warning: mlx90635 not listed in supported.conf
    [ 1584s] warning: nxp_c45_tja not listed in supported.conf
    [ 1584s] warning: processor_thermal_power_floor not listed in supported.conf
    [ 1584s] warning: processor_thermal_wt_hint not listed in supported.conf
    [ 1584s] warning: processor_thermal_wt_req not listed in supported.conf
    [ 1586s] warning: skx_edac_common not listed in supported.conf
    [ 1586s] warning: spi_pxa2xx_core not listed in supported.conf
    [ 1587s] warning: tipc_diag not listed in supported.conf
    [ 1589s] The following unsupported modules are used by supported modules:
    [ 1589s] libeth needed by iavf
    [ 1589s] libeth needed by idpf
    [ 1589s] libie needed by i40e
    [ 1589s] libie needed by iavf
    [ 1589s] libie needed by ice
    [ 1589s] libie needed by irdma
    [ 1589s] liquidio_core needed by liquidio
    [ 1589s] liquidio_core needed by liquidio_vf
    [ 1589s] nls_ucs2_utils needed by cifs
    [ 1589s] processor_thermal_power_floor needed by int3401_thermal
    [ 1589s] processor_thermal_power_floor needed by processor_thermal_device
    [ 1589s] processor_thermal_power_floor needed by processor_thermal_device_pci
    [ 1589s] processor_thermal_wt_hint needed by int3401_thermal
    [ 1589s] processor_thermal_wt_hint needed by processor_thermal_device
    [ 1589s] processor_thermal_wt_hint needed by processor_thermal_device_pci
    [ 1589s] processor_thermal_wt_req needed by int3401_thermal
    [ 1589s] processor_thermal_wt_req needed by processor_thermal_device
    [ 1589s] processor_thermal_wt_req needed by processor_thermal_device_pci
    [ 1589s] ptp_mock needed by netdevsim
    [ 1589s] pwrseq_core needed by hci_nokia
    [ 1589s] pwrseq_core needed by hci_uart
    [ 1589s] qcom_phy_lib needed by at803x
    [ 1589s] rpmb_core needed by mmc_block
    [ 1589s] rtw88_8723x needed by rtw88_8723d
    [ 1589s] rtw88_8723x needed by rtw88_8723de
    [ 1589s] skx_edac_common needed by i10nm_edac
    [ 1589s] skx_edac_common needed by skx_edac
    [ 1589s] snd_amd_sdw_acpi needed by snd_pci_ps
    [ 1589s] snd_amd_sdw_acpi needed by snd_sof_amd_acp
    [ 1589s] snd_amd_sdw_acpi needed by snd_sof_amd_rembrandt
    [ 1589s] snd_amd_sdw_acpi needed by snd_sof_amd_renoir
    [ 1589s] snd_amd_sdw_acpi needed by snd_sof_amd_vangogh
    [ 1589s] snd_hda_scodec_component needed by snd_hda_codec_realtek
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41_i2c
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41_spi
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56_i2c
    [ 1589s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56_spi
    [ 1589s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56
    [ 1589s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_i2c
    [ 1589s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_sdw
    [ 1589s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_shared
    [ 1589s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_spi
    [ 1589s] snd_soc_es83xx_dsm_common needed by snd_soc_sst_byt_cht_es8316
    [ 1589s] snd_soc_intel_sof_board_helpers needed by snd_soc_skl_hda_dsp
    [ 1589s] snd_soc_intel_sof_board_helpers needed by snd_soc_sof_cs42l42
    [ 1589s] snd_soc_intel_sof_board_helpers needed by snd_soc_sof_nau8825
    [ 1589s] snd_soc_intel_sof_board_helpers needed by snd_soc_sof_rt5682
    [ 1589s] snd_soc_intel_sof_board_helpers needed by snd_soc_sof_ssp_amp
    [ 1589s] snd_soc_intel_sof_nuvoton_common needed by snd_soc_sof_nau8825
    [ 1589s] snd_soc_sdw_utils needed by snd_soc_sof_sdw
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_apl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_cnl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_icl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_lnl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_mtl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_skl
    [ 1589s] snd_sof_intel_hda_generic needed by snd_sof_pci_intel_tgl
    [ 1589s] soundwire_amd needed by snd_pci_ps
    [ 1589s] soundwire_amd needed by snd_sof_amd_acp
    [ 1589s] soundwire_amd needed by snd_sof_amd_rembrandt
    [ 1589s] soundwire_amd needed by snd_sof_amd_renoir
    [ 1589s] soundwire_amd needed by snd_sof_amd_vangogh
    [ 1589s] spi_pxa2xx_core needed by spi_pxa2xx_platform
    arm64:
    [ 6509s] warning: cpr not listed in supported.conf
    [ 6510s] warning: ffa_core not listed in supported.conf
    [ 6511s] warning: hclge_common not listed in supported.conf
    [ 6512s] warning: i2c_pasemi_core not listed in supported.conf
    [ 6512s] warning: i2c_pasemi_platform not listed in supported.conf
    [ 6512s] warning: imx_common not listed in supported.conf
    [ 6514s] warning: mlx90635 not listed in supported.conf
    [ 6515s] warning: mtk_adsp_common not listed in supported.conf
    [ 6516s] warning: nxp_c45_tja not listed in supported.conf
    [ 6516s] warning: phy_qcom_qmp_usbc not listed in supported.conf
    [ 6517s] warning: qcom_pmic_tcpm not listed in supported.conf
    [ 6518s] warning: rpmpd not listed in supported.conf
    [ 6518s] warning: rswitch not listed in supported.conf
    [ 6520s] warning: snd_soc_fsi not listed in supported.conf
    [ 6520s] warning: snd_soc_rcar not listed in supported.conf
    [ 6520s] warning: snd_soc_rz_ssi not listed in supported.conf
    [ 6520s] warning: snd_soc_stm32_sai_sub not listed in supported.conf
    [ 6520s] warning: snd_sof_imx8 not listed in supported.conf
    [ 6520s] warning: snd_sof_imx8m not listed in supported.conf
    [ 6520s] warning: snd_sof_imx8ulp not listed in supported.conf
    [ 6520s] warning: snd_sof_mt8186 not listed in supported.conf
    [ 6520s] warning: snd_sof_mt8195 not listed in supported.conf
    [ 6520s] warning: snd_sof_of not listed in supported.conf
    [ 6522s] warning: tipc_diag not listed in supported.conf
    [ 6525s] The following unsupported modules are used by supported modules:
    [ 6525s] apple_mailbox needed by apple_rtkit
    [ 6525s] apple_mailbox needed by nvme_apple
    [ 6525s] apple_rtkit needed by nvme_apple
    [ 6525s] apple_sart needed by nvme_apple
    [ 6525s] aux_hpd_bridge needed by pmic_glink_altmode
    [ 6525s] ffa_core needed by ffa_module
    [ 6525s] ffa_core needed by optee
    [ 6525s] hclge_common needed by hclge
    [ 6525s] hclge_common needed by hclgevf
    [ 6525s] k3_cppi_desc_pool needed by ti_am65_cpsw_nuss
    [ 6525s] libeth needed by iavf
    [ 6525s] libie needed by i40e
    [ 6525s] libie needed by iavf
    [ 6525s] libie needed by ice
    [ 6525s] libie needed by irdma
    [ 6525s] liquidio_core needed by liquidio
    [ 6525s] liquidio_core needed by liquidio_vf
    [ 6525s] mdio_regmap needed by dwmac_altr_socfpga
    [ 6525s] nls_ucs2_utils needed by cifs
    [ 6525s] ptp_mock needed by netdevsim
    [ 6525s] pwrseq_core needed by hci_nokia
    [ 6525s] pwrseq_core needed by hci_uart
    [ 6525s] qcom_ice needed by sdhci_msm
    [ 6525s] qcom_ice needed by ufs_qcom
    [ 6525s] qcom_pdr_msg needed by apr
    [ 6525s] qcom_pdr_msg needed by pdr_interface
    [ 6525s] qcom_pdr_msg needed by pmic_glink
    [ 6525s] qcom_pdr_msg needed by pmic_glink_altmode
    [ 6525s] qcom_pdr_msg needed by q6adm
    [ 6525s] qcom_pdr_msg needed by q6afe
    [ 6525s] qcom_pdr_msg needed by q6afe_clocks
    [ 6525s] qcom_pdr_msg needed by q6afe_dai
    [ 6525s] qcom_pdr_msg needed by q6apm_dai
    [ 6525s] qcom_pdr_msg needed by q6apm_lpass_dais
    [ 6525s] qcom_pdr_msg needed by q6asm
    [ 6525s] qcom_pdr_msg needed by q6asm_dai
    [ 6525s] qcom_pdr_msg needed by q6core
    [ 6525s] qcom_pdr_msg needed by q6prm
    [ 6525s] qcom_pdr_msg needed by q6prm_clocks
    [ 6525s] qcom_pdr_msg needed by q6routing
    [ 6525s] qcom_pdr_msg needed by snd_q6apm
    [ 6525s] qcom_phy_lib needed by at803x
    [ 6525s] rpmb_core needed by mmc_block
    [ 6525s] rpmb_core needed by optee
    [ 6525s] rtw88_8723x needed by rtw88_8723d
    [ 6525s] rtw88_8723x needed by rtw88_8723de
    [ 6525s] snd_hda_scodec_component needed by snd_hda_codec_realtek
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41_i2c
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l41_spi
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56_i2c
    [ 6525s] snd_soc_cs_amp_lib needed by snd_hda_scodec_cs35l56_spi
    [ 6525s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56
    [ 6525s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_i2c
    [ 6525s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_sdw
    [ 6525s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_shared
    [ 6525s] snd_soc_cs_amp_lib needed by snd_soc_cs35l56_spi
    [ 6525s] snd_soc_wcd_classh needed by snd_soc_wcd9335
    [ 6525s] snd_soc_wcd_classh needed by snd_soc_wcd934x
    [ 6525s] snd_soc_wcd_classh needed by snd_soc_wcd938x
    [ 6525s] xilinx_core needed by xilinx_spi
    ppc64le:
    [ 2708s] warning: nxp_c45_tja not listed in supported.conf
    [ 2709s] warning: tipc_diag not listed in supported.conf
    [ 2712s] The following unsupported modules are used by supported modules:
    [ 2712s] aux_hpd_bridge needed by pmic_glink_altmode
    [ 2712s] curve25519_ppc64le needed by libcurve25519
    [ 2712s] curve25519_ppc64le needed by wireguard
    [ 2712s] libeth needed by iavf
    [ 2712s] libie needed by i40e
    [ 2712s] libie needed by iavf
    [ 2712s] libie needed by ice
    [ 2712s] libie needed by irdma
    [ 2712s] nls_ucs2_utils needed by cifs
    [ 2712s] ptp_mock needed by netdevsim
    [ 2712s] qcom_pdr_msg needed by pdr_interface
    [ 2712s] qcom_pdr_msg needed by pmic_glink
    [ 2712s] qcom_pdr_msg needed by pmic_glink_altmode
    [ 2712s] qcom_phy_lib needed by at803x
    [ 2712s] rtw88_8723x needed by rtw88_8723d
    [ 2712s] rtw88_8723x needed by rtw88_8723de
    [ 2712s] xilinx_core needed by xilinx_spi
    s390:
    [ 1303s] warning: nxp_c45_tja not listed in supported.conf
    [ 1304s] warning: serial_base not listed in supported.conf
    [ 1304s] warning: tipc_diag not listed in supported.conf
    [ 1305s] The following unsupported modules are used by supported modules:
    [ 1305s] nls_ucs2_utils needed by cifs
    [ 1305s] ptp_mock needed by netdevsim
    [ 1305s] qcom_phy_lib needed by at803x
  - commit 078fa22

++++ kernel-firmware-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ samba:

  - Update to 4.21.2
    * smbd fails to correctly check sharemode against OVERWRITE
    dispositions; (bso#15732).
    * Panic in close_directory; (bso#15754).
    * winexe no longer works with samba 4.21; (bso#15752).
    * protocol error - Unclear debug message "pad length mismatch"
    for invalid bind packet; (bso#14356).
    * NetrGetLogonCapabilities QueryLevel 2 needs to be
    implemented; (bso#15425).
    * gss_accept_sec_context() from Heimdal does not imply
    GSS_C_MUTUAL_FLAG with GSS_C_DCE_STYLE; (bso#15740).
    * winbindd should call process_set_title() for locator child;
    (bso#15749).
    * Update CTDB to track all TCP connections to public IP
    addresses; (bso#15320).

++++ ncurses:

  - Add ncurses patch 20241123
    + remove dependency on stdbool.h from configure script check for type
    of bool when C++ binding is omitted (report by Sam James).
    + compiler-warning fixes

++++ libnetfilter_conntrack:

  - Specfile modernization

++++ libnvme:

  - Fix tests on s390
    * add 0002-test-mock-pass-thru-unknown-ioctls.patch

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

++++ passt:

  - Update to version 20241121.238c69f:
    * tcp: Acknowledge keep-alive segments, ignore them for the rest
    * tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore
    * ndp: Don't send unsolicited RAs if NDP is disabled
    * ndp: Don't send unsolicited router advertisement if we can't, yet
    * selinux: Use auth_read_passwd() interface for all our getpwnam() needs
    * ndp: Send unsolicited Router Advertisements
    * passt: Seed libc's pseudo random number generator
    * util: Add general low-level random bytes helper
    * ndp: Make route lifetime a #define
    * ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
    * ndp: Split out helpers for sending specific NDP message types
    * ndp: Add ndp_send() helper
    * ndp: Remove redundant update to addr_seen
    * cppcheck: Don't check the system headers
    * linux_dep: Fix CLOSE_RANGE_UNSHARE availability handling
    * linux_dep: Move close_range() conditional handling to linux_dep.h
    * log: Only check for FALLOC_FL_COLLAPSE_RANGE availability at runtime
    * tap, tcp, util: Add some missing SOCK_CLOEXEC flags
    * passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE
    * util: Define small and big thresholds for socket buffers as unsigned long long
    * tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES
    * dhcpv6: Turn some option headers pointers to const
    * dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning
    * tcp: unify payload and flags l2 frames array
    * test: Improve test for NDP assigned prefix
    * test: Don't require 64-bit prefixes in perf tests
    * test: Make nstool hold robust against interruptions to control clients
    * test: Rename propagating signal handler
    * util: Work around cppcheck bug 6936
    * udp: Don't dereference uflow before NULL check in udp_reply_sock_handler()
    * ndp: Use const pointer for ndp_ns packet
    * linux_dep: Generalise tcp_info.h to handling Linux extension compatibility
    * fwd: Squash different-signedness comparison warning
    * util: Remove unused ffsl() function
    * clang: Add rudimentary clangd configuration
    * Makefile: Don't attempt to auto-detect stack size
    * Makefile: Use -DARCH for qrap only
    * seccomp: Simplify handling of AUDIT_ARCH
    * Makefile: Move NETNS_RUN_DIR definition to C code
    * netlink: RTA_PAYLOAD() returns int, not size_t
    * flow: Correct type of flowside_at_sidx()
    * arch: Avoid explicit access to 'environ'
    * clang: Move clang-tidy configuration from Makefile to .clang-tidy
    * Makefile: Simplify exclusion of qrap from static checks
    * clang: Add .clang-format file
    * test: Adjust misplaced sleeps in two_guests code
    * tap: Explicitly cast TUNSETIFF to fix build warning with musl on ppc64le
    * tcp: Fix build against musl, __sum16 comes from linux/types.h

++++ shared-mime-info:

  - Uninstall silently if update-mime-database is not present
    (bsc#1231463).

------------------------------------------------------------------
------------------  2024-11-24  -  Nov 24 2024  -------------------
------------------------------------------------------------------

++++ alsa:

  - Fix header inclusions for implicit dependnecies (bsc#1233682)
    0002-configure-Make-sequencer-dependent-on-rawmidi.patch
    0003-seq-include-UMP-headers.patch

------------------------------------------------------------------
------------------  2024-11-23  -  Nov 23 2024  -------------------
------------------------------------------------------------------

++++ setroubleshoot-plugins:

  - add 9e54f6a661330070ad25a0e86f197b3530bfc5c7.patch: fixes
    build with python 3.13+

------------------------------------------------------------------
------------------  2024-11-22  -  Nov 22 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.3.0
  - -> https://docs.mesa3d.org/relnotes/24.3.0

++++ Mesa-drivers:

  - Update to release 24.3.0
  - -> https://docs.mesa3d.org/relnotes/24.3.0

++++ gobject-introspection:

  - Add python3-setuptools Requires: needed for python 3.13 which
    dropped distutils; setuptools now provides it.

++++ kdump:

  - upgrade to version 2.0.12
    * fadump: pass additional parameters for capture kernel (jsc#PED-9889)

++++ kernel-default:

  - SLE16: supported.conf: mark all new modules as unsupported
  - commit 56358e9
  - SLE16: supported.conf: fix tabs using sort_supported.rb
    No content change
  - commit c2a9039

++++ kernel-firmware-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ libpwquality:

  - Drop python 2.x support (it's been 4 years).
  - Add python3-setuptools BuildRequires which is needed for
    distutils.

++++ libsoup:

  - Update to version 3.6.1:
    + Fix `soup_uri_copy()` reading port as a long instead of an int
    + Fix possible NULL deref in `soup_uri_decode_data_uri()`
    + Fix possible overflow in `SoupContentSniffer`
    + Fix assertion in `soup_uri_decode_data_uri()` on URLs with a
    path starting with `//`
    + headers: Be more robust against invalid input when parsing
    params
    + websocket: Fix possibility of being stuck in a read loop
  - Drop patches fixed upstream:
    + 6adc0e3e.patch
    + 29b96fab.patch
    + a35222dd.patch
    + 4c9e75c6.patch

++++ python-setuptools:

  - remove duplicated "uses_network" skip

------------------------------------------------------------------
------------------  2024-11-21  -  Nov 21 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.3.0~rc2
  - -> https://www.phoronix.com/news/Mesa-24.3-rc2
  - Update to release 24.3.0~rc1
  - -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
  - refreshed patches:
    * n_drirc-disable-rgb10-for-chromium-on-amd.patch
    * python36-buildfix1.patch
    * python36-buildfix2.patch
    * tlsdesc_test.patch
    * u_mesa-CVE-2023-45913.patch
    * u_mesa-CVE-2023-45919.patch
    * u_mesa-CVE-2023-45922.patch
    * u_dep_xcb.patch
  - drop no longer supported options:
    * -Ddri3=enabled
    * -Ddri-search-path=%{_libdir}/dri
  - new files added in this update currently packaged as part of
    Mesa-dri:
    * %{_libdir}/gbm/dri_gbm.so

++++ Mesa-drivers:

  - Update to release 24.3.0~rc2
  - -> https://www.phoronix.com/news/Mesa-24.3-rc2
  - Update to release 24.3.0~rc1
  - -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
  - refreshed patches:
    * n_drirc-disable-rgb10-for-chromium-on-amd.patch
    * python36-buildfix1.patch
    * python36-buildfix2.patch
    * tlsdesc_test.patch
    * u_mesa-CVE-2023-45913.patch
    * u_mesa-CVE-2023-45919.patch
    * u_mesa-CVE-2023-45922.patch
    * u_dep_xcb.patch
  - drop no longer supported options:
    * -Ddri3=enabled
    * -Ddri-search-path=%{_libdir}/dri
  - new files added in this update currently packaged as part of
    Mesa-dri:
    * %{_libdir}/gbm/dri_gbm.so

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

++++ multipath-tools:

  - Update to version 0.11.0~1+118+suse.4a51b1a
    See NEWS.md for details about upstream changes in 0.11.0.
    * Pre-release of upstream 0.11.0
    * Rework of the path checking algorithm to reduce wait time and improve
    performance
    * Modified the systemd unit `multipathd.service` such that multipathd will now
    restart after a failure or crash (gh#opensvc/multipath-tools#100)
    * multipathd: move systemd watchdog handling into daemon (bsc#1232227)
    * libmultipath: dm_get_maps(): don't bail out for single-map failures
    (bsc#1233588, gh#opensvc/multipath-tools#102)
    * 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

++++ python-setuptools:

  - Skip over the tests which require network.
  - Don't use pytest-xdist, it breaks test suite.
  - update to 75.6.0:
    * Preserve original PKG-INFO into METADATA when creating wheel
    (instead of calling wheel.metadata.pkginfo_to_metadata). This
    helps to be more compliant with the flow specified in PEP
    517.
    * Changed the WindowsSdkVersion, FrameworkVersion32 and
    FrameworkVersion64 properties of setuptools.msvc.PlatformInfo
    to return an empty tuple instead of None as a fallthrough
    case --  by :user:`Avasam`

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

  - SLE16: Update to v6.12
    Previous base was v6.12-rc7
  - commit 6f63baf
  - SLE16: s390x: update configs
  - commit 179d85e

++++ kernel-firmware-all:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-amdgpu:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-ath10k:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-ath11k:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-ath12k:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-atheros:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-bluetooth:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-bnx2:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-brcm:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-chelsio:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-dpaa2:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-i915:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-intel:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-iwlwifi:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-liquidio:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-marvell:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-media:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-mediatek:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-mellanox:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-mwifiex:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-network:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-nfp:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-nvidia:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-platform:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-prestera:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-qcom:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-qlogic:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-radeon:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-realtek:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-serial:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-sound:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-ti:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-ueagle:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-firmware-usb-network:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ gpgme:

  - Move the gpg python bindings out of the egg directory.

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

++++ python-psutil:

  - update to 6.1.0:
    * 2366_, [Windows]: drastically speedup `process_iter()`_. We
    now determine process unique identity by using process "fast"
    create time method. This will considerably speedup those apps
    which use `process_iter()`_ only once, e.g. to look for a
    process with a certain name.
    * 2446_: use pytest instead of unittest.
    * 2448_: add make install-sysdeps target to install the
    necessary system dependencies (python-dev, gcc, etc.) on all
    supported UNIX flavors.
    * 2449_: add make install-pydeps-test and make install-pydeps-
    dev targets. They can be used to install dependencies meant
    for running tests and for local development. They can also be
    installed via pip install .[test] and pip install .[dev].
    * 2456_: allow to run tests via python3 -m psutil.tests even if
    pytest module is not installed. This is useful for production
    environments that don't have pytest installed, but still want
    to be able to test psutil installation.
    * 2427_: psutil (segfault) on import in the free-threaded (no
    GIL) version of Python 3.13.  (patch by Sam Gross)
    * 2455_, [Linux]: IndexError may occur when reading
    /proc/pid/stat and field 40 (blkio_ticks) is missing.
    * 2457_, [AIX]: significantly improve the speed of
    `Process.open_files()`_ for some edge cases.
    * 2460_, [OpenBSD]: `Process.num_fds()`_ and
    `Process.open_files()`_ may fail with `NoSuchProcess`_ for
    PID 0. Instead, we now return "null" values (0 and []
    respectively).
  - drop skip_failing_tests.patch: obsolete

++++ python-rich:

  - update to 13.9.4:
    * Optimizations to cell_len which may speed up Rich / Textual
    output https://github.com/Textualize/rich/pull/3546
  - update to 13.9.3:
    * Fix a broken regex that resulted in the slow path being
    chosen for some operations. This fix should result in notable
    speedups for some operations, such as wrapping text.
    * Fixed broken regex that may have resulted in poor
    performance. https://github.com/Textualize/rich/pull/3535
  - update to 13.9.2:
    * A hotfix for highlighting in the table, and a fix for
    `Segment.split_cells`
    * Fixed `Table` columns not highlighting when added by
    `add_row` https://github.com/Textualize/rich/issues/3517
    * Fixed an issue with Segment.split_cells reported in Textual
    https://github.com/Textualize/textual/issues/5090
  - update to 13.9.1:
    * Fixed typing_extensions dependency
  - update to 13.9.0:
    * Dropped support for Python3.7
    * Rich will display tracebacks with finely grained error
    locations on python 3.11+
    * Fixed issue with Segment._split_cells
    * Fix auto detection of terminal size on Windows
    * `Text.style` now respected in Panel title/subtitle
  - update to 13.8.1:
    * Added support for Python 3.13
    * Fixed infinite loop when appending Text to same instance
  - update to 13.8.0:
    * Fixed `Table` rendering of box elements so "footer" elements
    truly appear at bottom of table, "mid" elements in main table
    body.
    * Fixed styles in Panel when Text objects are used for title
    * Fix pretty repr for `collections.deque`
    * Thread used in progress.track will exit if an exception
    occurs in a generator
    * Progress track thread is now a daemon thread
    * Fixed cached hash preservation upon clearing meta and links
    * Fixed overriding the `background_color` of `Syntax` not
    including padding
    * Fixed pretty printing of dataclasses with a default repr in
    Python 3.13
    * Fixed selective enabling of highlighting when disabled in the
    `Console`
    * Fixed BrokenPipeError writing an error message
    * Fixed superfluous space above Markdown tables
    * Fixed issue with record and capture interaction
    * Fixed control codes breaking in `append_tokens`
    * Fixed exception pretty printing a dataclass with missing
    * `RichHandler` errors and warnings will now use different
    colors (red and yellow)
    * Removed the empty line printed in jupyter while using
    `Progress`
    * Running tests in environment with `FORCE_COLOR` or `NO_COLOR`
    environment variables
    * ansi decoder will now strip problematic private escape
    sequences
    * Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to
    class attributes
    * Adds a `case_sensitive` parameter to `prompt.Prompt`. This
    determines if the response is treated as case-sensitive.
    * Added `Console.on_broken_pipe`

++++ python-setuptools:

  - update to 75.5.0:
    * Removed support for
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is
    deemed prone to errors.
    * Added support for the environment variable
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true,
    allowing users to bypass the validation of pyproject.toml.
    This option should be used only as a last resort when
    resolving dependency issues, as it may lead to improper
    functioning. Users who enable this setting are responsible
    for ensuring that pyproject.toml complies with setuptools
    requirements. (#4611)  Attention! This environment variable
    was removed in a later version of setuptools.
    * Require Python 3.9 or later. (#4718)
    * Remove dependency on importlib_resources and the vendored
    copy of the library. Instead, setuptools consistently rely on
    stdlib's importlib.resources (available on Python 3.9+).
    (#4718)
    * Setuptools' bdist_wheel implementation no longer produces
    wheels with the m SOABI flag (pymalloc-related). This flag
    was removed on Python 3.8+ (see :obj:`sys.abiflags`). (#4718)
    * Updated vendored packaging version to 24.2. (#4740)
    * Merge with pypa/distutils@251797602, including fix for
    dirutil.mkpath handling in pypa/distutils#304.
    * Allowed using dict as an ordered type in
    setuptools.dist.check_requirements -- by :user:`Avasam`
    * Ensured methods in setuptools.modified preferably raise a
    consistent distutils.errors.DistutilsError type (except in
    the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib)
  - - by :user:`Avasam`
    * Fix the ABI tag when building a wheel using the debug build
    of Python 3.13 on Windows. Previously, the ABI tag was
    missing the "d" flag.
    * Fix clashes for optional-dependencies in pyproject.toml and
    extra_requires in setup.cfg/setup.py. As per PEP 621,
    optional-dependencies have to be honoured and dynamic
    behaviour is not allowed.
    * #4560
    * Made errors when parsing Distribution data more explicit
    about the expected type (tuple[str, ...] | list[str]) -- by
    :user:`Avasam`
    * Fix a TypeError when a Distribution's old included attribute
    was a tuple -- by :user:`Avasam`
    * Add workaround for bdist_wheel --dist-info-dir errors when
    customisation does not inherit from setuptools.
    * Re-use pre-existing .dist-info dir when creating wheels via
    the build backend APIs (PEP 517) and the metadata_directory
    argument is passed -- by :user:`pelson`.
    * Changed egg_info command to avoid adding an empty .egg-info
    directory while iterating over entry-points. This avoids
    triggering integration problems with
    importlib.metadata/importlib_metadata (reference:
    pypa/pyproject-hooks#206).
    * Deprecated bdist_wheel.universal configuration.
    * Removed reference to upload_docs module in entry points.
    * Declare also the dependencies used by distutils (adds
    jaraco.collections).
    * Removed upload_docs command.
    * Merge with pypa/distutils@7283751. Removed the register and
    upload commands and the config module that backs them
    (pypa/distutils#294). Removed the borland compiler. Replaced
    vendored dependencies with natural dependencies. Cygwin C
    compiler now gets compilers from sysconfig
    (pypa/distutils#296).
    * Fix cross-platform compilation using
    distutils._msvccompiler.MSVCCompiler -- by :user:`saschanaz`
    and :user:`Avasam`
    * Fixed TypeError in sdist filelist processing by adding
    support for pathlib Paths for the build_base.
    * Removed degraded and deprecated test_integration
    (easy_install) from the test suite.
    * Fixed TypeError in msvc.EnvironmentInfo.return_env when no
    runtime redistributables are installed.
    * Added support for defining ext-modules via pyproject.toml
    (EXPERIMENTAL, may change in future releases).
    * Merge with pypa/distutils@3dcdf8567, removing the duplicate
    vendored copy of packaging.
    * Restored setuptools.msvc.Environmentinfo as it is used
    externally.
    * Changed the type of error raised by
    setuptools.command.easy_install.CommandSpec.from_param on
    unsupported argument from AttributeError to TypeError -- by
    :user:`Avasam`
    * Added detection of ARM64 variant of MSVC -- by
    :user:`saschanaz`
    * Made setuptools.package_index.Credential a typing.NamedTuple
  - - by :user:`Avasam`
    * Reraise error from setuptools.command.easy_install.auto_chmod
    instead of nonsensical TypeError: 'Exception' object is not
    subscriptable -- by :user:`Avasam`
    * Fully typed all collection attributes in pkg_resources -- by
    :user:`Avasam`
    * Automatically exclude .tox|.nox|.venv directories from sdist.
    * Removed the monkeypatching of distutils._msvccompiler. Now
    all compiler logic is consolidated in distutils.
    * Synced with pypa/distutils@58fe058e4, including consolidating
    Visual Studio 2017 support (#4600, pypa/distutils#289),
    removal of deprecated legacy MSVC compiler modules
    (pypa/distutils#287), suppressing of errors when the home
    directory is missing (pypa/distutils#278), removal of wininst
    binaries (pypa/distutils#282).
    * #4592
    * Remove abc.ABCMeta metaclass from abstract classes.
    pypa/setuptools#4503 had an unintended consequence of causing
    potential TypeError: metaclass conflict: the metaclass of a
    derived class must be a (non-strict) subclass of the
    metaclasses of all its bases -- by :user:`Avasam`
    * Mark abstract base classes and methods with abc.ABC and
    abc.abstractmethod -- by :user:`Avasam`
    * Changed the order of type checks in
    setuptools.command.easy_install.CommandSpec.from_param to
    support any collections.abc.Iterable of str param -- by
    :user:`Avasam`
    * Prevent an error in bdist_wheel if compression is set to a
    str (even if valid) after finalizing options but before
    running the command. -- by :user:`Avasam`
    * Raises an exception when py_limited_api is used in a build
    with Py_GIL_DISABLED. This is currently not supported
    (python/cpython#111506).
    * Synced with pypa/distutils@30b7331 including fix for modified
    check on empty sources (pypa/distutils#284).
    * setuptools is replacing the usages of :pypi:`ordered_set`
    with simple instances of dict[Hashable, None]. This is done
    to remove the extra dependency and it is possible because
    since Python 3.7, dict maintain insertion order.
    * #4534, #4546, #4554, #4559, #4565
    * Merged with pypa/distutils@b7ee725f3 including: Support for
    Pathlike objects in data files and extensions
    (pypa/distutils#272, pypa/distutils#237), native support for
    C++ compilers (pypa/distuils#228) and removed unused
    get_msvcr() (pypa/distutils#274).

------------------------------------------------------------------
------------------  2024-11-19  -  Nov 19 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.2.7
  - -> https://docs.mesa3d.org/relnotes/24.2.7
  - supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch

++++ Mesa-drivers:

  - Update to release 24.2.7
  - -> https://docs.mesa3d.org/relnotes/24.2.7
  - supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch

++++ kernel-default:

  - SLE16: arm64: update configs
  - commit e27a64b
  - SLE16: ppc64le: update configs
  - commit ac2a2eb

++++ llvm19:

  - Update to version 19.1.4.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ python-blinker:

  - update to 1.9.0:
    * Drop support for Python 3.8. :pr:`175`
    * Remove previously deprecated __version__, receiver_connected,
    Signal.temporarily_connected_to and WeakNamespace. :pr:`172`
    * Skip weakref signal cleanup if the interpreter is shutting
    down. :issue:`173`

++++ python-jsonpointer:

  - update to 3.0.0:
    * Add support for python 3.12
    * drop python 2.7 support
    * CI fixes

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

  - SLE16: x86_64: update configs
  - commit d3cf7cc
  - kernel-binary: Enable livepatch package only when livepatch is enabled
    Otherwise the filelist may be empty failing the build (bsc#1218644).
  - commit f730eec

++++ gpgme:

  - Fix file list on Leap 15

++++ qemu:

  - Build and bug fixes:
    * edk2: update submodule to edk2-stable202408.01
    * Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)

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

++++ llvm19:

  - Apply clang-shlib-symbol-versioning.patch to add symbol versions
    to libclang-cpp.so similar to libLLVM.so. This is required when
    multiple versions of the library are loaded into the same
    process. (boo#1219405, boo#1221183, boo#1233220)

++++ 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:

  - SLE16: fix conflicts in the existing patches
  - commit d49a172
  - SLE16: set v6.12-rc7 as the base kernel
  - commit bebe581
  - SLE16: Add branch maintainers
  - commit 953623a
  - SLE16: delete old kABI values
  - commit ae7da2f
  - SLE16: Remove patches not needed in v6.12
    Disable all out-of-tree and kABI padding patches
    Remove all kABI consistency patches
    Base SUSE-2024 commit: 211ffe41382b ("Merge branch 'SLE15-SP6' into SUSE-2024")
  - commit cd4d89d
  - crypto: aes-gcm-p10 - Use the correct bit to test for P10
    (bsc#1232704).
  - commit b7937ab

++++ alsa:

  - Fix incorrect versioned symbol for snd_seq_has_queue_tempo_base:
    0001-src-Versions.in.in-Update-_tempo_base-name.patch

++++ python313-core:

  - Allow building with default LLVM version 19: just replace the
    hard-coded LLVM_version in the scripts.

++++ libxml2:

  - Update to 2.13.0:
    * Major changes:
  - Most of the core code should now report malloc failures reliably. Some
    API functions were extended with versions that report malloc failures.
  - New API functions for error handling were added:
    + xmlCtxtSetErrorHandler
    + xmlXPathSetErrorHandler
    + xmlXIncludeSetErrorHandler
  - This makes it possible to register per-context error handlers without
    resorting to global handlers.
  - A few error messages were improved and consolidated. Please update
    downstream test suites accordingly.
  - A new parser option XML_PARSE_NO_XXE can be used to disable loading
    of external entities or DTDs. This is most useful in connection with
    XML_PARSE_NOENT.
  - Support for HTTP POST was removed.
  - Support for zlib, liblzma and HTTP is now disabled by default and has
    to be enabled by passing --with-zlib, --with-lzma or --with-http to
    configure. In legacy mode (--with-legacy) these options are enabled
    by default as before.
  - Support for FTP will be removed in the next release.
  - Support for the range and point extensions of the xpointer() scheme
    will be removed in the next release. The rest of the XPointer
    implementation won't be affected. The xpointer() scheme will behave
    like the xpath1() scheme.
  - Several more legacy symbols were deprecated. Users of the old "SAX1"
    API functions are encouraged to upgrade to the new "SAX2" API,
    available since version 2.6.0 from 2003.
    * Some deprecated global variables were made const:
  - htmlDefaultSAXHandler
  - oldXMLWDcompatibility
  - xmlDefaultSAXHandler
  - xmlDefaultSAXLocator
  - xmlParserDebugEntities
    * Deprecations and removals:
  - threads: Deprecate remaining ThrDef functions
  - unicode: Deprecate most xmlUCSIs* functions
  - memory: Remove memory debugging
  - tree: Deprecate xmlRegisterNodeDefault
  - tree: Deprecate xmlSetCompressMode
  - html: Deprecate htmlHandleOmittedElem
  - valid: Deprecate internal validation functions
  - valid: Deprecate old DTD serialization API
  - nanohttp: Deprecate public API
  - Remove VMS support
  - Remove Trio
    * Bug fixes:
  - parser: Fix base URI of internal parameter entities
  - tree: Handle predefined entities in xmlBufGetEntityRefContent
  - schemas: Allow unlimited length decimals, integers etc.
  - reader: Fix preservation of attributes
  - parser: Always decode entities in namespace URIs
  - relaxng: Fix tree corruption in xmlRelaxNGParseNameClass
  - schemas: Fix ADD_ANNOTATION
  - tree: Fix tree iteration in xmlDOMWrapRemoveNode
  - tree: Declare namespace on clone in xmlDOMWrapCloneNode
  - tree: Fix xmlAddSibling with last sibling
  - tree: Fix xmlDocSetRootElement with multiple top-level elements
  - catalog: Fetch XML catalog before dumping
  - html: Don't close fd in htmlCtxtReadFd
    * Improvements:
  - parser: Fix "Truncated multi-byte sequence" error
  - Add missing _cplusplus processing clause
  - parser: Rework handling of undeclared entities
  - SAX2: Warn if URI resolution failed
  - parser: Don't report error on invalid URI
  - xmllint: Clean up option handling
  - xmllint: Rework parsing
  - parser: Don't create undeclared entity refs in substitution mode
  - Make some globals const
  - reader: Make xmlTextReaderReadString non-recursive
  - reader: Rework xmlTextReaderRead{Inner,Outer}Xml
  - Remove redundant size check (Niels Dossche)
  - Remove redundant NULL check on cur
  - Remove always-false check old == cur
  - Remove redundant NULL check on cur
  - tree: Don't return empty localname in xmlSplitQName{2,3}
  - xinclude: Don't try to fix base of non-elements
  - tree: Don't coalesce text nodes in xmlAdd{Prev,Next}Sibling
  - SAX2: Optimize appending children
  - tree: Align xmlAddChild with other node insertion functions
  - html: Use binary search in htmlEntityValueLookup
  - io: Allocate output buffer with XML_BUFFER_ALLOC_IO
  - encoding: Don't shrink input too early in xmlCharEncOutput
  - tree: Tighten source doc check in xmlDOMWrapAdoptNode
  - tree: Check destParent->doc in xmlDOMWrapCloneNode
  - tree: Refactor text node updates
  - tree: Refactor node insertion
  - tree: Refactor element creation and parsing of attribute values
  - tree: Simplify xmlNodeGetContent, xmlBufGetNodeContent
  - buf: Don't use default buffer size for small strings
  - string: Fix xmlStrncatNew(NULL, "")
  - entities: Don't allow null name in xmlNewEntity
  - html: Fix quadratic behavior in htmlNodeDump
  - tree: Rewrite xmlSetTreeDoc
  - valid: Rework xmlAddID
  - tree: Remove unused node types
  - tree: Make namespace comparison more consistent
  - tree: Don't allow NULL name in xmlSetNsProp
  - tree: Rework xmlNodeListGetString
  - tree: Rework xmlTextMerge
  - tree: Rework xmlNodeSetName
  - tree: Simplify xmlAddChild with text parent
  - tree: Disallow setting content of entity reference nodes
  - tree: Rework xmlReconciliateNs
  - schemas: fix spurious warning about truncated snprintf output
  - xmlschemastypes: Remove unreachable if statement
  - relaxng: Remove useless if statement
  - tree: Check for integer overflow in xmlStringGetNodeList
  - http: Improve error message for HTTPS redirects
  - save: Move DTD serialization code to xmlsave.c
  - parser: Report fatal error if document entity couldn't be loaded
  - xpath: Fix return of empty node-set in xmlXPathNodeCollectAndTest
  - SAX2: Limit entity URI length to 2000 bytes
  - parser: Account for full size of non-well-formed entities
  - parser: Pop inputs if parsing DTD failed
  - parser: Fix quadratic behavior when copying entities
  - writer: Implement xmlTextWriterClose
  - parser: Avoid duplicate namespace errors
  - parser: Add XML_PARSE_NO_XXE parser option
  - parser: Make xmlParseContent more useful
  - error: Make xmlFormatError public
  - encoding: Check whether encoding handlers support input/output
  - SAX2: Enforce size limit in xmlSAX2Text with XML_PARSE_HUGE
  - parser: Lower maximum entity nesting depth
  - parser: Set depth limit to 2048 with XML_PARSE_HUGE
  - parser: Implement xmlCtxtSetOptions
  - parser: Always prefer option members over bitmask
  - parser: Don't modify SAX2 handler if XML_PARSE_SAX1 is set
  - parser: Rework parsing of attribute and entity values
  - save: Output U+FFFD replacement characters
  - parser: Simplify entity size accounting
  - parser: Avoid unwanted expansion of parameter entities
  - parser: Always copy content from entity to target
  - parser: Simplify control flow in xmlParseReference
  - parser: Remove xmlSetEntityReferenceFunc feature
  - parser: Push general entity input streams on the stack
  - parser: Move progressive flag into input struct
  - parser: Fix in-parameter-entity and in-external-dtd checks
  - xpath: Rewrite substring-before and substring-after
  - xinclude: Only set xml:base if necessary
  - xinclude: Allow empty nodesets
  - parser: Rework general entity parsing
  - io: Fix close error handling
  - io: Fix read/write error handling
  - io: More refactoring and unescaping fixes
  - io: Move some code from xmlIO.c to parserInternals.c
  - uri: Clean up special parsing modes
  - xinclude: Rework xml:base fixup
  - parser: Also set document properties when push parsing
  - include: Move non-generated parts from xmlversion.h.in
  - io: Remove support for HTTP POST
  - dict: Move local RNG state to global state
  - dict: Get random seed from system PRNG
  - io: Don't use "-" to read from stdin
  - io: Rework initialization
  - io: Consolidate error messages
  - xzlib: Fix harmless unsigned integer overflow
  - io: Always use unbuffered input
  - io: Fix detection of compressed streams
  - io: Pass error codes from xmlFileOpenReal to xmlNewInputFromFile
  - io: Rework default callbacks
  - error: Stop printing some errors by default
  - xpath: Don't free nodes of XSLT result value trees
  - valid: Fix handling of enumerations
  - parser: Allow recovery in xmlParseInNodeContext
  - encoding: Support ASCII in xmlLookupCharEncodingHandler
  - include: Remove useless 'const' from function arguments
  - Avoid EDG -Wignored-qualifiers warnings on wrong 'const *' to '* const'
    conversions (makise-homura)
  - Avoid EDG deprecation warnings for LCC compiler
  - Avoid EDG -Woverflow warnings on truncating conversions by manually
    truncating operand (makise-homura)
  - Avoid EDG -Wtype-limits warnings on unsigned comparisons with zero by
    conversion from unsigned int to int (makise-homura)
  - Avoid using no_sanitize attribute on EDG even if compiler shows as GCC
    * Build systems:
  - meson: convert boolean options to feature option
  - meson: Pass LIBXML_STATIC in dependency
  - meson: fix compilation with local binaries
  - meson: don't use dl dependency on old meson
  - meson: fix usage as a subproject
  - build: Remove --with-fexceptions configuration option
  - autotools: Remove --with-coverage configuration option
  - build: Disable HTTP support by default
  - Stop defining _REENTRANT
  - doc: Don't install example code
  - meson: Initial commit
  - build: Disable support for compression libraries by default
  - Set LIBXML2_FOUND if it has been properly configured
  - Makefile.am: omit $(top_builddir) from DEPS and LDADDS
    * Test suite
  - runtest: Work around broken EUC-JP support in musl iconv
  - runtest: Check for IBM-1141 encoding handler
  - fuzz: Add xmllint fuzzer
  - fuzz: Add fuzzer for XML reader API
  - fuzz: New tree API fuzzer
  - tests: Remove testOOM
  - Don't let gentest.py cast types to 'const somethingPtr' to avoid
  - Wignored-qualifiers
    * Rebase libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch

++++ 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)

++++ python313:

  - Allow building with default LLVM version 19: just replace the
    hard-coded LLVM_version in the scripts.

++++ libxml2-python:

  - Update to 2.13.0:
    * Major changes:
  - Most of the core code should now report malloc failures reliably. Some
    API functions were extended with versions that report malloc failures.
  - New API functions for error handling were added:
    + xmlCtxtSetErrorHandler
    + xmlXPathSetErrorHandler
    + xmlXIncludeSetErrorHandler
  - This makes it possible to register per-context error handlers without
    resorting to global handlers.
  - A few error messages were improved and consolidated. Please update
    downstream test suites accordingly.
  - A new parser option XML_PARSE_NO_XXE can be used to disable loading
    of external entities or DTDs. This is most useful in connection with
    XML_PARSE_NOENT.
  - Support for HTTP POST was removed.
  - Support for zlib, liblzma and HTTP is now disabled by default and has
    to be enabled by passing --with-zlib, --with-lzma or --with-http to
    configure. In legacy mode (--with-legacy) these options are enabled
    by default as before.
  - Support for FTP will be removed in the next release.
  - Support for the range and point extensions of the xpointer() scheme
    will be removed in the next release. The rest of the XPointer
    implementation won't be affected. The xpointer() scheme will behave
    like the xpath1() scheme.
  - Several more legacy symbols were deprecated. Users of the old "SAX1"
    API functions are encouraged to upgrade to the new "SAX2" API,
    available since version 2.6.0 from 2003.
    * Some deprecated global variables were made const:
  - htmlDefaultSAXHandler
  - oldXMLWDcompatibility
  - xmlDefaultSAXHandler
  - xmlDefaultSAXLocator
  - xmlParserDebugEntities
    * Deprecations and removals:
  - threads: Deprecate remaining ThrDef functions
  - unicode: Deprecate most xmlUCSIs* functions
  - memory: Remove memory debugging
  - tree: Deprecate xmlRegisterNodeDefault
  - tree: Deprecate xmlSetCompressMode
  - html: Deprecate htmlHandleOmittedElem
  - valid: Deprecate internal validation functions
  - valid: Deprecate old DTD serialization API
  - nanohttp: Deprecate public API
  - Remove VMS support
  - Remove Trio
    * Bug fixes:
  - parser: Fix base URI of internal parameter entities
  - tree: Handle predefined entities in xmlBufGetEntityRefContent
  - schemas: Allow unlimited length decimals, integers etc.
  - reader: Fix preservation of attributes
  - parser: Always decode entities in namespace URIs
  - relaxng: Fix tree corruption in xmlRelaxNGParseNameClass
  - schemas: Fix ADD_ANNOTATION
  - tree: Fix tree iteration in xmlDOMWrapRemoveNode
  - tree: Declare namespace on clone in xmlDOMWrapCloneNode
  - tree: Fix xmlAddSibling with last sibling
  - tree: Fix xmlDocSetRootElement with multiple top-level elements
  - catalog: Fetch XML catalog before dumping
  - html: Don't close fd in htmlCtxtReadFd
    * Improvements:
  - parser: Fix "Truncated multi-byte sequence" error
  - Add missing _cplusplus processing clause
  - parser: Rework handling of undeclared entities
  - SAX2: Warn if URI resolution failed
  - parser: Don't report error on invalid URI
  - xmllint: Clean up option handling
  - xmllint: Rework parsing
  - parser: Don't create undeclared entity refs in substitution mode
  - Make some globals const
  - reader: Make xmlTextReaderReadString non-recursive
  - reader: Rework xmlTextReaderRead{Inner,Outer}Xml
  - Remove redundant size check (Niels Dossche)
  - Remove redundant NULL check on cur
  - Remove always-false check old == cur
  - Remove redundant NULL check on cur
  - tree: Don't return empty localname in xmlSplitQName{2,3}
  - xinclude: Don't try to fix base of non-elements
  - tree: Don't coalesce text nodes in xmlAdd{Prev,Next}Sibling
  - SAX2: Optimize appending children
  - tree: Align xmlAddChild with other node insertion functions
  - html: Use binary search in htmlEntityValueLookup
  - io: Allocate output buffer with XML_BUFFER_ALLOC_IO
  - encoding: Don't shrink input too early in xmlCharEncOutput
  - tree: Tighten source doc check in xmlDOMWrapAdoptNode
  - tree: Check destParent->doc in xmlDOMWrapCloneNode
  - tree: Refactor text node updates
  - tree: Refactor node insertion
  - tree: Refactor element creation and parsing of attribute values
  - tree: Simplify xmlNodeGetContent, xmlBufGetNodeContent
  - buf: Don't use default buffer size for small strings
  - string: Fix xmlStrncatNew(NULL, "")
  - entities: Don't allow null name in xmlNewEntity
  - html: Fix quadratic behavior in htmlNodeDump
  - tree: Rewrite xmlSetTreeDoc
  - valid: Rework xmlAddID
  - tree: Remove unused node types
  - tree: Make namespace comparison more consistent
  - tree: Don't allow NULL name in xmlSetNsProp
  - tree: Rework xmlNodeListGetString
  - tree: Rework xmlTextMerge
  - tree: Rework xmlNodeSetName
  - tree: Simplify xmlAddChild with text parent
  - tree: Disallow setting content of entity reference nodes
  - tree: Rework xmlReconciliateNs
  - schemas: fix spurious warning about truncated snprintf output
  - xmlschemastypes: Remove unreachable if statement
  - relaxng: Remove useless if statement
  - tree: Check for integer overflow in xmlStringGetNodeList
  - http: Improve error message for HTTPS redirects
  - save: Move DTD serialization code to xmlsave.c
  - parser: Report fatal error if document entity couldn't be loaded
  - xpath: Fix return of empty node-set in xmlXPathNodeCollectAndTest
  - SAX2: Limit entity URI length to 2000 bytes
  - parser: Account for full size of non-well-formed entities
  - parser: Pop inputs if parsing DTD failed
  - parser: Fix quadratic behavior when copying entities
  - writer: Implement xmlTextWriterClose
  - parser: Avoid duplicate namespace errors
  - parser: Add XML_PARSE_NO_XXE parser option
  - parser: Make xmlParseContent more useful
  - error: Make xmlFormatError public
  - encoding: Check whether encoding handlers support input/output
  - SAX2: Enforce size limit in xmlSAX2Text with XML_PARSE_HUGE
  - parser: Lower maximum entity nesting depth
  - parser: Set depth limit to 2048 with XML_PARSE_HUGE
  - parser: Implement xmlCtxtSetOptions
  - parser: Always prefer option members over bitmask
  - parser: Don't modify SAX2 handler if XML_PARSE_SAX1 is set
  - parser: Rework parsing of attribute and entity values
  - save: Output U+FFFD replacement characters
  - parser: Simplify entity size accounting
  - parser: Avoid unwanted expansion of parameter entities
  - parser: Always copy content from entity to target
  - parser: Simplify control flow in xmlParseReference
  - parser: Remove xmlSetEntityReferenceFunc feature
  - parser: Push general entity input streams on the stack
  - parser: Move progressive flag into input struct
  - parser: Fix in-parameter-entity and in-external-dtd checks
  - xpath: Rewrite substring-before and substring-after
  - xinclude: Only set xml:base if necessary
  - xinclude: Allow empty nodesets
  - parser: Rework general entity parsing
  - io: Fix close error handling
  - io: Fix read/write error handling
  - io: More refactoring and unescaping fixes
  - io: Move some code from xmlIO.c to parserInternals.c
  - uri: Clean up special parsing modes
  - xinclude: Rework xml:base fixup
  - parser: Also set document properties when push parsing
  - include: Move non-generated parts from xmlversion.h.in
  - io: Remove support for HTTP POST
  - dict: Move local RNG state to global state
  - dict: Get random seed from system PRNG
  - io: Don't use "-" to read from stdin
  - io: Rework initialization
  - io: Consolidate error messages
  - xzlib: Fix harmless unsigned integer overflow
  - io: Always use unbuffered input
  - io: Fix detection of compressed streams
  - io: Pass error codes from xmlFileOpenReal to xmlNewInputFromFile
  - io: Rework default callbacks
  - error: Stop printing some errors by default
  - xpath: Don't free nodes of XSLT result value trees
  - valid: Fix handling of enumerations
  - parser: Allow recovery in xmlParseInNodeContext
  - encoding: Support ASCII in xmlLookupCharEncodingHandler
  - include: Remove useless 'const' from function arguments
  - Avoid EDG -Wignored-qualifiers warnings on wrong 'const *' to '* const'
    conversions (makise-homura)
  - Avoid EDG deprecation warnings for LCC compiler
  - Avoid EDG -Woverflow warnings on truncating conversions by manually
    truncating operand (makise-homura)
  - Avoid EDG -Wtype-limits warnings on unsigned comparisons with zero by
    conversion from unsigned int to int (makise-homura)
  - Avoid using no_sanitize attribute on EDG even if compiler shows as GCC
    * Build systems:
  - meson: convert boolean options to feature option
  - meson: Pass LIBXML_STATIC in dependency
  - meson: fix compilation with local binaries
  - meson: don't use dl dependency on old meson
  - meson: fix usage as a subproject
  - build: Remove --with-fexceptions configuration option
  - autotools: Remove --with-coverage configuration option
  - build: Disable HTTP support by default
  - Stop defining _REENTRANT
  - doc: Don't install example code
  - meson: Initial commit
  - build: Disable support for compression libraries by default
  - Set LIBXML2_FOUND if it has been properly configured
  - Makefile.am: omit $(top_builddir) from DEPS and LDADDS
    * Test suite
  - runtest: Work around broken EUC-JP support in musl iconv
  - runtest: Check for IBM-1141 encoding handler
  - fuzz: Add xmllint fuzzer
  - fuzz: Add fuzzer for XML reader API
  - fuzz: New tree API fuzzer
  - tests: Remove testOOM
  - Don't let gentest.py cast types to 'const somethingPtr' to avoid
  - Wignored-qualifiers
    * Rebase libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch

------------------------------------------------------------------
------------------  2024-11-14  -  Nov 14 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - 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

++++ python313-core:

  - Remove -IVendor/ from python-config boo#1231795
  - Require exact clang18 and llvm18, because apparently CPython is
    not ready for 19 yet (gh#python/cpython!125499).

++++ 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 4.0+git6:
    * 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)

++++ opensc:

  - Update to version 0.26.0
    Security
    * CVE-2024-45615: Usage of uninitialized values in libopensc#
    and pkcs15init (#3225).
    * CVE-2024-45616: Uninitialized values after incorrect check or
    usage of APDU response values in libopensc (#3225)
    * CVE-2024-45617: Uninitialized values after incorrect or missing
    checking return values of functions in libopensc (#3225)
    * CVE-2024-45618: Uninitialized values after incorrect or missing
    checking return values of functions in pkcs15init (#3225)
    * CVE-2024-45619: Incorrect handling length of buffers or files
    in libopensc (#3225)
    * CVE-2024-45620: Incorrect handling of the length of buffers or
    files in pkcs15init (#3225)
    * CVE-2024-8443: Heap buffer overflow in OpenPGP driver when
    generating key (#3219)
    General improvements
    * Fix reselection of DF after error in PKCS#15 layer (#3067)
    * Unify OpenSSL logging throughout code (#2922)
    * Extend the p11test to support kryoptic (#3141)
    * Fix for error in PCSC reconnection (#3150)
    * Fixed various issues reported by OSS-Fuzz and Coverity in
    drivers, PKCS#11 and PKCS#15 layer
    PKCS#15
    * Documentation for PKCS#15 profile files (#3132)
    minidriver
    * Support PinCacheAlwaysPrompt usable for PIV cards (#3167)
    pkcs11-tool
    * Show URI when listing token information (#3125) and objects
    * Do not limit size of objects to 5000 bytes (#3174)
    * Add support for AES CMAC (#3184)
    * Add support for AES GCM encryption (#3195)
    * Add support for RSA OAEP encryption (#3175)
    * Add support for HKDF (#3193)
    * Implement better support for wrapping and unwrapping (#3198)
    * Add support for EdDSA sign and verify (#2979)
    pkcs15-crypt
    * Fix PKCS#1 encoding function to correctly detect padding type
    piv-tool
    * Fix RSA key generation (#3158)
    * Avoid possible state change when matching unknown card (#3112)
    sc-hsm-tool
    * Cleanse buffer with plaintext key share (#3226)
    pkcs11-register
    * Fix pkcs11-register defaults on macOS and Windows (#3053)
    IDPrime
    * Fix identification of IDPrime 840 cards (#3146)
    * Fix container mapping for IDPrime 940 cards (#3220)
    * Reorder ATRs for matching cards (#3154)
    OpenPGP
    * Fix state tracking after erasing card (#3024)
    Belpic
    * Disable Applet V1.8 (#3109)
    MICARDO
    * Deactivate driver (#3152)
    SmartCard-HSM
    * Fix signing with secp521r1 signature (#3157)
    eOI
    * Set model via sc_card_ctl function (#3189)
    Rutoken
    * increase the minimum PIN size to support Rutoken ECP BIO.
    JPKI
    * Adjust parameters for public key in PKCS#15 emulator (#3182)
    D-Trust
    * Add support for ECDSA signatures and ECDH key agreement for
    D-Trust Signatures Cards 4.1/4.4 (#3240, #3248)
  - Drop patches (changes now in upstream):
    * 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
    * opensc-CVE-2024-8443.patch

++++ python313:

  - Remove -IVendor/ from python-config boo#1231795
  - Require exact clang18 and llvm18, because apparently CPython is
    not ready for 19 yet (gh#python/cpython!125499).

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

++++ grub2:

  - Revert the patches related to BLS support in grub2-mkconfig, as they are not
    relevant to the current BLS integration and cause issues in older KIWI
    versions, which actively force it to be enabled by default (bsc#1233196)
    * 0002-Add-BLS-support-to-grub-mkconfig.patch
    * 0003-Add-grub2-switch-to-blscfg.patch
    * 0007-grub-switch-to-blscfg-adapt-to-openSUSE.patch
    * 0008-blscfg-reading-bls-fragments-if-boot-present.patch
    * 0009-10_linux-Some-refinement-for-BLS.patch
    * 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.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
  - 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ libgpg-error:

  - Update to 1.51:
    * Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn. [rEb79d4206f4]
    * Add new spawn function to modify the environment. [T7307]
    * Fix missing environ var for macOS and others. [T7169,T7307]
    * Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
    * Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
    * Fix build error introduced by C-committee stupidity. [T7344]
    * Interface changes relative to the 1.50 release:
  - _gpg_w32_gettext_use_utf8           EXTN (new value 2).
  - gpgrt_spawn_actions_set_env_rev     NEW.
  - GPGRT_PROCESS_ALLOW_SET_FG          NEW.
    * Release-info: https://dev.gnupg.org/T7164
    * Rebase libgpg-error-nobetasuffix.patch

++++ gpgme:

  - Update to 1.24.0:
    * Extended gpgme_op_decrypt* and gpgme_op_verify* to allow writing the
    output directly to a file. [T6550]
    * Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and gpgme_op_sign*
    to allow reading the input data directly from a file. [T6550]
    * Add information about designated revocation keys. [T7118]
    * New context flag "import-options". [T7152]
    * New context flag "proc-all-sigs". [T7261]
    * New context flag "known-notations". [T4060]
    * New info flags "beta_compliance". [rM1a7bc88ee7]
    * New function gpgme_op_setownertrust to make changing the owner trust
    easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6). [T7239]
    * New flag to re-encrypt OpenPGP data (requires GnuPG 2.5.1). [T1825]
    * cpp: Provide information about designated revocation keys for a Key. [T7118]
    * cpp: Add safer member function returning text describing an error. [T5960]
    * cpp: Add support for setting the owner trust of keys and for enabling
    and disabling keys. [T7239]
    * qt: Build QGpgME for Qt 5 and Qt 6 simultaneously. [T7205]
    * qt: Install headers for Qt 5 and Qt 6 in separate folders. [T7161]
    * qt: Allow reading the data to decrypt/encrypt/sign/verify directly from
    files. [T6550]
    * qt: Allow writing the decrypted/encrypted/signed/verified data directly
    to files. [T6550]
    * qt: Allow specifying import options when importing keys. [T7152]
    * qt: Allow appending a detached signature to an existing file. [T6867]
    * qt: Add support for enabling and disabling keys. [T7239]
    * qt: Add support for new context flag "proc-all-sigs" to the jobs that
    verify data signatures.
    * Interface changes relative to the 1.23.2 release:
  - GPGME_ENCRYPT_FILE                      NEW.
  - GPGME_SIG_MODE_FILE                     NEW.
  - GPGME_ENCRYPT_ADD_RECP                  NEW.
  - GPGME_ENCRYPT_CHG_RECP                  NEW.
  - gpgme_key_t                             EXT: New field 'revkeys'.
  - gpgme_revocation_key_t                  NEW.
  - gpgme_set_ctx_flag                      EXT: New flag 'import-options'.
  - gpgme_set_ctx_flag                      EXT: New flag 'proc-all-sigs'.
  - gpgme_set_ctx_flag                      EXT: New flag 'known-notation'.
  - gpgme_op_setownertrust_start            NEW.
  - gpgme_op_setownertrust                  NEW.
  - gpgme_subkey_t                          EXT: New field 'beta_compliance'.
  - gpgme_signature_t                       EXT: New field 'beta_compliance'.
  - gpgme_decrypt_result_t                  EXT: New field 'beta_compliance'.
  - cpp: Context::EncryptFile               NEW.
  - cpp: Context::setOwnerTrust             NEW.
  - cpp: Context::startSetOwnerTrust        NEW.
  - cpp: Context::setKeyEnabled             NEW.
  - cpp: Context::startSetKeyEnabled        NEW.
  - cpp: SignatureMode::SignFile            NEW.
  - cpp: RevocationKey                      NEW.
  - cpp: Key::revocationKey                 NEW.
  - cpp: Key::numRevocationKeys             NEW.
  - cpp: Key::revocationKeys                NEW.
  - cpp: Key::isBetaCompliance              NEW.
  - cpp: Subkey::isBetaCompliance           NEW.
  - cpp: Error::asStdString                 NEW.
  - cpp: Error::asString                    DEPRECATED.
  - cpp: DecryptionResult::isBetaCompliance NEW.
  - cpp: Signature::isBetaCompliance        NEW.
  - qt: DecryptVerifyArchiveJob::setProcessAllSignatures NEW.
  - qt: DecryptVerifyArchiveJob::processAllSignatures    NEW.
  - qt: DecryptVerifyJob::setInputFile      NEW.
  - qt: DecryptVerifyJob::inputFile         NEW.
  - qt: DecryptVerifyJob::setOutputFile     NEW.
  - qt: DecryptVerifyJob::outputFile        NEW.
  - qt: DecryptVerifyJob::setProcessAllSignatures NEW.
  - qt: DecryptVerifyJob::processAllSignatures    NEW.
  - qt: EncryptJob::setRecipients           NEW.
  - qt: EncryptJob::recipients              NEW.
  - qt: EncryptJob::setInputFile            NEW.
  - qt: EncryptJob::inputFile               NEW.
  - qt: EncryptJob::setOutputFile           NEW.
  - qt: EncryptJob::outputFile              NEW.
  - qt: EncryptJob::setEncryptionFlags      NEW.
  - qt: EncryptJob::encryptionFlags         NEW.
  - qt: SignEncryptJob::setSigners          NEW.
  - qt: SignEncryptJob::signers             NEW.
  - qt: SignEncryptJob::setRecipients       NEW.
  - qt: SignEncryptJob::recipients          NEW.
  - qt: SignEncryptJob::setInputFile        NEW.
  - qt: SignEncryptJob::inputFile           NEW.
  - qt: SignEncryptJob::setOutputFile       NEW.
  - qt: SignEncryptJob::outputFile          NEW.
  - qt: SignEncryptJob::setEncryptionFlags  NEW.
  - qt: SignEncryptJob::encryptionFlags     NEW.
  - qt: SignJob::setSigners                 NEW.
  - qt: SignJob::signers                    NEW.
  - qt: SignJob::setInputFile               NEW.
  - qt: SignJob::inputFile                  NEW.
  - qt: SignJob::setOutputFile              NEW.
  - qt: SignJob::outputFile                 NEW.
  - qt: SignJob::setSigningFlags            NEW.
  - qt: SignJob::signingFlags               NEW.
  - qt: SignJob::setAppendSignature         NEW.
  - qt: SignJob::appendSignatureEnabled     NEW.
  - qt: VerifyDetachedJob::setSignatureFile NEW.
  - qt: VerifyDetachedJob::signatureFile    NEW.
  - qt: VerifyDetachedJob::setSignedFile    NEW.
  - qt: VerifyDetachedJob::signedFile       NEW.
  - qt: VerifyDetachedJob::setProcessAllSignatures NEW.
  - qt: VerifyDetachedJob::processAllSignatures    NEW.
  - qt: VerifyOpaqueJob::setInputFile       NEW.
  - qt: VerifyOpaqueJob::inputFile          NEW.
  - qt: VerifyOpaqueJob::setOutputFile      NEW.
  - qt: VerifyOpaqueJob::outputFile         NEW.
  - qt: VerifyOpaqueJob::setProcessAllSignatures NEW.
  - qt: VerifyOpaqueJob::processAllSignatures    NEW.
  - qt: ImportJob::setImportOptions         NEW.
  - qt: ImportJob::importOptions            NEW.
  - qt: QuickJob::startSetKeyEnabled        NEW.
    * Release-info: https://dev.gnupg.org/T7376
    * Rebase gpgme-suse-nobetasuffix.patch python313.patch
    * Remove patch upstream: gpgme-D545-obsolete-distutils.patch

++++ libsoup:

  - Add 4c9e75c6.patch: fix an intermittent test failure
    (glgo#GNOME/libsoup#399).

++++ libxml2:

  - add %{?sle15allpythons} macro [jsc#PED-68]
  - use %python_build and %python_install for 15

++++ libxml2-python:

  - add %{?sle15allpythons} macro [jsc#PED-68]
  - use %python_build and %python_install for 15

++++ ovmf:

  - Add ovmf-x86_64-sev-code.bin and ovmf-x86_64-sev-vars.bin back
    because -code/-vars mode still be used in some cases. (bsc#1232762)
  - Add 60-ovmf-x86_64-sev.json to descriptors.tar.xz for -code/-vars mode
    against SEV:
  - Removed features tag:
    "acpi-s4", "acpi-s3", "requires-smm", "secure-boot", "enrolled-keys"
  - Add features tag:
    "amd-sev", "amd-sev-es", "amd-sev-snp"
  - The 50-ovmf-x86_64-sev.json is for ovmf-x86_64-sev.bin unified image
    which is stateless mode.
  - The 60-ovmf-x86_64-sev.json is for ovmf-x86_64-sev-code/vars.bin.
    Please note that the -vars storage is non-secure because SEV does NOT
    support SMM (requires-smm).

------------------------------------------------------------------
------------------  2024-11-12  -  Nov 12 2024  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Update to version 1.13.1:
    * Release v1.13.1
    * release notes for 1.13.1
    * test: make jq query work on centos stream 9
    * [skip-ci] Packit/TMT: idiomatic repo addition
    * [skip-ci] Packit: Remove epel jobs
    * tmt: install dnsmasq dependency
    * [skip-ci] Packit: disable osh-diff-scan
    * [skip-ci] Packit: enable c9s downstream updates
    * [skip-ci] TMT: install builddeps downstream
    * [skip-ci] RPM: cleanup changelog conditionals
    * support ipv6 link local addresses in resolv.conf
    * cirrus: update DEST_BRANCH

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

++++ drbd-utils:

  - drbd: Support and adaptations for OCF 1.1 standard (bsc#1233273)
    * bsc-1233273_drbd.ocf-replace-crm_master-with-ocf_promotion_score.patch
    * bsc-1233273_drbd.ocf-update-regex-of-sed-for-new-output-from-crm.patch
    * bsc-1233273_drbd.ocf-update-for-OCF-1.1.patch

++++ guestfs-tools:

  - virt-builder ships with out-of-date openSUSE signing key
    resulting in a GPG failure
    builder-update-openSUSE.gpg-key.patch

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ alsa:

  - Update to alsa-lib 1.2.13:
    * static build fixes
    * documentation update for control remap API
    * PCM dmix fixes
    * pcm: implement snd_pcm_hw_params_get_sync() and obsolete snd_pcm_info_get_sync()
    * ump: Add a function to provide the packet word length of a UMP type
    * seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
    * seq: Add API functions to set different tempo base values
    * seq: Add API helper functions for creating UMP Endpoint and Blocks
    * documentation fixes for UMP and sequencer API
    * test: Add an example programs for UMP
    For details, see:
    https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-lib
  - Conditionally take libtool

++++ 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).

++++ nghttp2:

  - version update to 1.64.0
    1.64.0
    * Change clang-format options by @tatsuhiro-t in #2240
    * build(deps): bump github.com/quic-go/quic-go from 0.46.0 to 0.47.0 by @dependabot in #2243
    * build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #2244
    * nghttp2_map: Port ngtcp2 changes by @tatsuhiro-t in #2245
    * h2load: Fix UDP datagram send/recv metric by @tatsuhiro-t in #2248
    * build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #2252
    * fix race condition on h1 connection close by @TuxInvader in #2249
    * Gha ubuntu 24.04 by @tatsuhiro-t in #2254
    * GHA: Run tests for i686-w64-mingw32 host by @tatsuhiro-t in #2255
    * cmake: Fix c-ares v1.34.0 version detection failure by @tatsuhiro-t in #2256
    * fix: -Wextra-semi errors in nghttp2_helper.h by @codebytere in #2258
    * clang-format macros that do not need semicolon at the end by @tatsuhiro-t in #2259
    * Remove extra semicolons by @tatsuhiro-t in #2260
    * Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2261
    * Do not allow '@' in :authority or host field values by @tatsuhiro-t in #2262
    * h2load: GRO buffer size should be 64KiB by @tatsuhiro-t in #2263
    * Bump libbpf to v1.4.6 by @tatsuhiro-t in #2264
    * Update nghttp2_check_authority doc by @tatsuhiro-t in #2265
    1.63.0
    * Bump libbpf to v1.4.2 by @tatsuhiro-t in #2191
    * build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #2193
    * nghttpx: Fix batch UDP QUIC packet dropped on GRO read by @tatsuhiro-t in #2196
    * CMakeLists.txt: allow to compile the C only lib without CXX compiler by @ThomasDevoogdt in #2200
    * build(deps): bump github.com/quic-go/quic-go from 0.43.1 to 0.44.0 by @dependabot in #2197
    * Fix compiler versions in readme by @ryandesign in #2203
    * build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #2205
    * build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.45.0 by @dependabot in #2206
    * Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2207
    * build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #2208
    * Add wolfSSL support by @tatsuhiro-t in #2209
    * Append --shallow-submodules to git clone --recursive by @tatsuhiro-t in #2210
    * Always append options to extra options by @tatsuhiro-t in #2211
    * build(deps): bump github.com/quic-go/quic-go from 0.45.0 to 0.45.1 by @dependabot in #2213
    * Disable dependency tracking by @tatsuhiro-t in #2214
    * Fix Dockerfile.android build failure by @tatsuhiro-t in #2215
    * Fix UDP_GRO struct cmsghdr data type by @tatsuhiro-t in #2216
    * GHA: Suppress warnings by @tatsuhiro-t in #2217
    * Fix levenshtein initialization by @tatsuhiro-t in #2218
    * build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #2220
    * Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined by @tatsuhiro-t in #2224
    * Bump clang format by @tatsuhiro-t in #2226
    * Suppress old compiler error by @tatsuhiro-t in #2228
    * build(deps): bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2 by @dependabot in #2229
    * build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #2231
    * build(deps): bump github.com/quic-go/quic-go from 0.45.2 to 0.46.0 by @dependabot in #2232
    * Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2236
    * Bump libbpf to v1.4.5 by @tatsuhiro-t in #2237
    * Update go by @tatsuhiro-t in #2238
    * levenshtein: Use size_t by @tatsuhiro-t in #2239

++++ openssl-3:

  - Do not use HASHBANGPERL to avoid introducing a dependency on the
    perl-base package. [bsc#1233235]

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

++++ libsoup:

  - 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).

++++ 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)

++++ wget:

  - GNU wget 1.25.0:
    * New testcase for pathconf truncation
    * Fix libproxy build with --disable-debug
    * [BREAKING CHANGE] Support continious reading from stdin pipes
    * Properly re-implement userinfo parsing (rfc2396)
    * init: fix -Warray-bounds in setval_internal_tilde
    * Fix build error on MingW with `G_GETFL` and `F_SETFL` flags
    * Fix returning uninitialized variable
    * Fix a static analysis false positive
    * [BREAKING CHANGE] Fix CVE-2024-10524 (drop support for shorthand URLs)
    (bsc#1233256)
  - Remove committed patches
    * properly-re-implement-userinfo-parsing.patch
  - Renumber patches

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

++++ drbd:

  - drbd: fix build error against kernel v6.11.6 (boo#1233222)
    * add patch
    + boo1233222_fix_drbd_build_error_against_kernel_v6.11.6.patch

++++ gnutls:

  - Update to 3.8.8:
  - libgnutls: Experimental support for X25519MLKEM768 and
    SecP256r1MLKEM768 key exchange in TLS 1.3:  The support for
    post-quantum key exchanges has been extended to cover the final
    standard of ML-KEM, following draft-kwiatkowski-tls-ecdhe-mlkem.
    The minimum supported version of liboqs is bumped to 0.11.0.
  - libgnutls: All records included in an OCSP response are now checked
    in TLS: Previously, when multiple records are provided in a single
    OCSP response, only the first record was considered; now all those
    records are examined until the server certificate matches.
  - libgnutls: Handling of malformed compress_certificate extension is
    now more standard compliant: The server behavior of receiving a
    malformed compress_certificate extension now more strictly follows
    RFC 8879; return illegal_parameter alert instead of bad_certificate,
    as well as overlong extension data is properly rejected.
  - build: More flexible library linking options for compression
    libraries, TPM, and liboqs support: The configure options,
  - -with-zstd, --with-brotli, --with-zlib, --with-tpm2, and --with-liboqs
    now take 4 states: yes/link/dlopen/no, to specify how the libraries
    are linked or loaded.
    * Rebase gnutls-FIPS-140-3-references.patch

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

++++ ledmon:

  - Update to version 1.1.0:
    Enhancements
    Various enhancements in tests, licensing and deployment
    Add --default-controller command to ledctl
    Bug fixes
    ledctl: add error message for missing devices
    ledctl: fix musl build failure by replacing on_exit() by atexit()
    Improve error handling for unsupported patters by falling back to normal
    Fix incorrect conversion of large integer values
    Fix compilation warnings
    Fix incorrect array index usage for block device and SES slot lookup

++++ ncurses:

  - Add ncurses patch 20241109
    + work around musl header ifdef's (report by Urs Jansen, cf: Gentoo
    [#920266]).
    + improve error-reporting in write_entry.c (report by Changqing Li).
    + remove unused #include from DJGPP configuration (report by Stas
    Sergeev).
    + workaround/fix issues from clang-analyze

++++ rpm:

  - Bump debugedit version (bsc#1233156)

++++ 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.

++++ man:

  - Readd patch man-db-2.7.1-zio.dif
    * Use also in-memory decompression
  - Add patch man-db-2.13.0-no_abort.patch
    * Avoid abort of mandb due switching to user man if executed by root

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

  - kmp-trigger.sh:
    * avoid to return with exit code != 0 if no modules are loaded

++++ rebootmgr:

  - Add compatibility symlink for rebootmgrctl to sbin

++++ os-update:

  - Update to version 1.19+git.20241111:
    * Release version 1.19
    * Only provide application defaults as comments
    * Don't try to restart dbus-broker, use soft-reboot
    * Don't hardcode path of rebootmgrctl

------------------------------------------------------------------
------------------  2024-11-10  -  Nov 10 2024  -------------------
------------------------------------------------------------------

++++ python-packaging:

  - update to 24.2:
    * PEP 639: Implement License-Expression and License-File
    (:issue:`828`)
    * Use !r formatter for error messages with filenames
    (:issue:`844`)
    * Add support for PEP 730 iOS tags (:issue:`832`)
    * Fix prerelease detection for > and < (:issue:`794`)
    * Fix uninformative error message (:issue:`830`)
    * Refactor canonicalize_version (:issue:`793`)
    * Patch python_full_version unconditionally (:issue:`825`)
    * Fix doc for canonicalize_version to mention strip_trailing_zero
    and a typo in a docstring (:issue:`801`)
    * Fix typo in Version __str__ (:issue:`817`)
    * Support creating a SpecifierSet from an iterable of Specifier
    objects (:issue:`775`)

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

++++ tiff:

  - switch build to cmake for the webp build - we need the cmake
    finder code

------------------------------------------------------------------
------------------  2024-11-8  -  Nov 8 2024  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix previous change as the variable has to be set earlier
    * 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
  - Do not enable blscfg on s390-emu
    * 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch

++++ iptables:

  - Update to release 1.8.11
    * New arptables-translate tool
    * ebtables-nft: support --replace and --list-rules commands
    * iptables-translate: support socket match and TPROXY target

++++ kdump:

  - upgrade to version 2.0.11
    * fadump mkinitrd: propagate --debug to the inner dracut call
    * mkdumprd: look for kernel image under /boot as well

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

++++ man:

  - Drop libzio integration (man-db-2.7.1-zio.dif, BuildRequires and flag)
    to restore acceptable performance (boo#1232837):

++++ python-cryptography:

  - Fix requires_eq replacement for distributions which do not have
    python3-cffi installed (such as SLE15 python module pythons)
    * gh#openSUSE/python-rpm-macros#185
  - Remove outdated section in description

++++ rebootmgr:

  - Update to version 2.6+git20241108.fc0c103:
    * Fix installation of .so man pages
    * Rework manpage generation
    * Switch from configure.ac to meson
    * Document that timezones are not supported
    * Release version 2.5

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#183
  - adjust tests
  - update test results
  - 1.19
  - merge gh#openSUSE/perl-bootloader#182
  - Use sdbootutil to set default entry
  - User sdbootutil to install a new kernel
  - Set default entry and add a new kernel via sdbootutil

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

++++ file:

  - file-seccomp.patch: glibc uses getrandom in malloc, rseq and prctl
    in various other places, allow these syscalls in seccomp filter.

++++ haproxy:

  - Update to version 3.0.6+git0.c2c009086:
    * [RELEASE] Released version 3.0.6
    * MINOR: debug: move the "recover now" warn message after the optional notes
    * BUILD: Missing inclusion header for ssize_t type
    * BUILD: debug: also declare strlen() in __ABORT_NOW()
    * DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info
    * DEBUG: wdt: make the blocked traffic warning delay configurable
    * DEBUG: cli: make it possible for "debug dev loop" to trigger warnings
    * DEBUG: wdt: better detect apparently locked up threads and warn about them
    * MINOR: debug: add a function to dump a stuck thread
    * MINOR: wdt: move the local timers to a struct
    * MINOR: debug: remove the redundant process.thread_info array from post_mortem
    * MINOR: debug: also add fdtab and acitvity to struct post_mortem
    * MINOR: debug: also add a pointer to struct global to post_mortem
    * MINOR: debug: do not limit backtraces to stuck threads
    * MINOR: debug: print gdb hints when crashing
    * MINOR: connection: add new sample fetch functions fc_err_name and bc_err_name
    * MINOR: rawsock: set connection error codes when returning from recv/send/splice
    * MINOR: connection: add more connection error codes to cover common errno
    * BUG/MINOR: stats: Fix the name for the total number of streams created
    * MINOR: stream/stats: Expose the total number of streams ever created in stats
    * MINOR: stream/stats: Expose the current number of streams in stats
    * MINOR: cli/debug: show dev: add cmdline and version
    * BUG/MINOR: quic: fix malformed probing packet building
    * CLEANUP: connection: properly name the CO_ER_SSL_FATAL enum entry
    * DOC: config: document connection error 44 (reverse connect failure)
    * BUG/MEDIUM: promex: Fix dump of extra counters
    * MINOR: stream: Save last evaluated rule on invalid yield
    * BUG/MINOR: http-ana: Report internal error if an action yields on a final eval
    * BUG/MEDIUM: mux-h1: Fix how timeouts are applied on H1 connections
    * DOC: config: add missing glitch_{cnt,rate} sample definitions
    * DOC: config: add missing glitch_{cnt,rate} data types
    * BUG/MINOR: ssl/cli: 'set ssl cert' does not check the transaction name correctly
    * BUG/MINOR: trace: stop rewriting argv with -dt
    * MINOR: cli: remove non-printable characters from 'debug dev fd'
    * MINOR: debug: store important pointers in post_mortem
    * MINOR: debug: place the post_mortem struct in its own section.
    * MINOR: debug: place a magic pattern at the beginning of post_mortem
    * MINOR: pools: export the pools variable
    * BUILD: debug: silence a build warning with threads disabled
    * BUG/MEDIUM: server: fix race on servers_list during server deletion
    * BUG/MINOR: stconn: Don't disable 0-copy FF if EOS was reported on consumer side
    * BUG/MINOR: http-ana: Fix wrong client abort reports during responses forwarding
    * BUG/MEDIUM: stconn: Report blocked send if sends are blocked by an error
    * BUG/MINOR: server: fix dynamic server leak with check on failed init
    * MINOR: activity/memprofile: show per-DSO stats
    * MINOR: activity/memprofile: always return "other" bin on NULL return address
    * BUG/MEDIUM: connection/http-reuse: fix address collision on unhandled address families
    * BUG/MEDIUM: mux-h2: Remove H2S from send list if data are sent via 0-copy FF
    * BUG/MEDIUM: stats-html: Never dump more data than expected during 0-copy FF
    * BUG/MINOR: mux-quic: do not close STREAM with empty FIN if no data sent
    * BUG/MINOR: mworker: fix mworker-max-reloads parser
    * DOC: config: fix rfc7239 forwarded typo in desc
    * BUG/MEDIUM: quic: avoid freezing 0RTT connections
    * BUG/MINOR: quic: avoid leaking post handshake frames
    * REGTESTS: Never reuse server connection in http-messaging/truncated.vtc
    * BUG/MAJOR: filters/htx: Add a flag to state the payload is altered by a filter
    * BUG/MEDIUM: stconn: Check FF data of SC to perform a shutdown in sc_notify()
    * BUG/MINOR: http-ana: Don't report a server abort if response payload is invalid
    * BUG/MEDIUM: stconn: Wait iobuf is empty to shut SE down during a check send
    * BUG/MINOR: httpclient: return NULL when no proxy available during httpclient_new()
    * BUG/MEDIUM: queue: make sure never to queue when there's no more served conns
    * BUG/MEDIUM: mux-quic: ensure timeout server is active for short requests
    * BUG/MEDIUM: hlua: properly handle sample func errors in hlua_run_sample_{fetch,conv}()
    * BUG/MEDIUM: hlua: make hlua_ctx_renew() safe
    * BUG/MEDIUM: server: server stuck in maintenance after FQDN change
    * MEDIUM: debug: on panic, make the target thread automatically allocate its buf
    * MINOR: debug: replace ha_thread_dump() with its two components
    * MINOR: debug: make ha_thread_dump_done() take the pointer to be used
    * MINOR: debug: slightly change the thread_dump_pointer signification
    * MINOR: debug: split ha_thread_dump() in two parts
    * MINOR: chunk: drop the global thread_dump_buffer
    * MINOR: debug: make mark_tainted() return the previous value
    * BUG/MINOR: http-ana: Disable fast-fwd for unfinished req waiting for upgrade
    * BUG/MINOR: mux-h1: Fix condition to set EOI on SE during zero-copy forwarding
    * BUG/MEDIUM: queue: always dequeue the backend when redistributing the last server
    * MINOR: server: make srv_shutdown_sessions() call pendconn_redistribute()
    * BUG/MINOR: queue: make sure that maintenance redispatches server queue
    * BUG/MEDIUM: stream: make stream_shutdown() async-safe
    * MINOR: task: define two new one-shot events for use with WOKEN_OTHER or MSG
    * MINOR: tools: do not attempt to use backtrace() on linux without glibc
    * BUILD: tools: only include execinfo.h for the real backtrace() function
    * BUG/MINOR: cfgparse-global: fix allowed args number for setenv
    * BUG/MINOR: server: make sure the HMAINT state is part of MAINT
    * BUG/MEDIUM: cli: Deadlock when setting frontend maxconn
    * BUG/MEDIUM: cli: Be sure to catch immediate client abort
    * BUG/MINOR: mux-quic: report glitches to session
    * REGTESTS: shorten a bit the delay for the h1/h2 upgrade test
    * REGTESTS: h1/h2: Update script testing H1/H2 protocol upgrades
    * BUG/MEDIUM: mux-h1/mux-h2: Reject upgrades with payload on H2 side only
    * MINOR: mux-h1: Set EOI on SE during demux when both side are in DONE state
    * BUG/MINOR: h2: reject extended connect for h2c protocol
    * BUG/MINOR: h1: do not forward h2c upgrade header token
    * MINOR: connection: No longer include stconn type header in connection-t.h

++++ hwdata:

    update to 0.389:
    * Update pci and vendor ids

++++ ignition:

  - Update to version 2.20.0:
    * Features
    * Support partitioning disk with mounted partitions
    * Support Proxmox VE
    * Support gzipped Akamai user_data
    * Changes
    * The Dracut module now installs partx
    * Mark the 3.5.0 config spec as stable
    * No longer accept configs with version 3.5.0-experimental
    * Create new 3.6.0-experimental config spec from 3.5.0
    * Bug fixes
    * Fix network race when phoning home on Equinix Metal
    * Fix Akamai Ignition base64 decoding on padded payloads
    * Fix Makefile GOARCH for loongarch64 (#1942)
  - Drop go build bugfix again, fixed upstream
  - Adapting 0002-allow-multiple-mounts-of-same-device.patch to new
    3.6.0 spec

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

++++ libXcursor:

  - Update to version 1.2.3
    * Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
    * Remove unnecessary MIN calls
    * build-fix
    * fix compiler warnings
    * improve manpage formatting
    * trim redundant code from the resize-calls
    * add new property "resized" and environment "XCURSOR_RESIZED"
    * add getter/setter for "resized" property
    * restore behavior of image-loading, provide resizing via internal function
    * provide internal variants of existing functions to pass "resized" parameter
    * use resized-parameter where available when loading images
    * add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
    * add debug-logging for file.c, to help with analysis
    * add traces for library.c and xlib.c, also another internal function for dpy
    * document the new XCURSOR_RESIZED environment variable and resource "resized"
    * document/tidy the new set/get functions
    * changes will suggest new release
    * ensure ncomment and nimage values are positive
    * add debug-trace for the configuration information
    * fix overlooked compiler-warning
    * reduce the message-check to ignore the over-long one
    * amend per merge_requests/22#note_2642034
    * amend per merge_requests/22#note_2642042
    * Ignore invalid cursor files

++++ expat:

  - version update to 2.6.4
    * Security fixes: [bsc#1232601]
    [#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

++++ openssl-3:

  - Add missing fixes for SHA3_squeeze and quic_multistream_test on
    pcc64 arch. [jsc#PED-10280]
    * Added openssl-3-fix-sha3-squeeze-ppc64.patch
    * Added openssl-3-fix-quic_multistream_test.patch

++++ libselinux:

  - Drop check_runlevel from selinux-ready script and remove restorecond
    from check_packages as we don't require it to be selinux-ready.

++++ python-certifi:

  - Make the test suite working just with the standard library.

++++ qemu:

  - Fix bsc#1228079:
    * target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079)
  - Add further CPUID bits fixes:
    * target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
    * target/i386: Expose bits related to SRSO vulnerability
    * target/i386: Add PerfMonV2 feature bit
    * target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit

------------------------------------------------------------------
------------------  2024-11-6  -  Nov 6 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
    * fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)

++++ Mesa-drivers:

  - 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
    * fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)

++++ crypto-policies:

  - Update to version 20241010.5930b9a:
    * LEGACY: enable 192-bit ciphers for nss pkcs12/smime
    * nss: be stricter with new purposes
    * nss: rewrite backend for 3.101
    * cryptopolicies: parent scopes for dumping purposes
    * policygenerators: move scoping inside generators
    * TEST-PQ: disable pure Kyber768
    * nss: wire XYBER768D00 to X25519-KYBER768
    * TEST-PQ: update
    * TEST-PQ: also enable sntrup761x25519-sha512@openssh.com
    * TEST-PQ, alg_lists, openssl: enable more experimental `sign` values
    * TEST-PQ, python: add more groups, mark experimental
    * openssl: mark liboqsprovider groups optional with ?
    * Remove patches:
  - crypto-policies-revert-rh-allow-sha1-signatures.patch

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

++++ grub2:

  - Fix xen package contains debug_info files with the .module suffix by moving
    them to a separate xen-debug subpackage (bsc#1232573)

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

++++ llvm19:

  - Enable lldb on s390x and ppc64le (bsc#1232906).

++++ bluez:

  - Update to 5.79:
    * Fix issue with handling address type while pairing.
    * Add support for allowing to set A2DP transport delay.
    * Add support for persistent userspace HID operation.
    * Add support for handling syncing to multiple BISes.
  - Drop Fix-crash-after-bt_uhid_unregister_all.patch, merged
    upstream.

++++ libftdi1:

  - Fix for SWIG 4.3.0, add patch swig-4.3.patch

++++ qemu:

  - Fix bsc#1232617:
    * qemu-ga: Fix a SIGSEGV in ga_run_command() helper (bsc#1232617)

++++ os-update:

  - Update to version 1.18+git.20241106:
    * Release version 1.18
    * Move vendor config to /usr/share/os-update
    * Unify indentation style

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

++++ gstreamer:

  - Update to version 1.24.9:
    + Highlighted bugfixes:
  - gst-rtsp-server security fix
  - GstAggregator start time selection and latency query fixes
    for force-live mode
  - audioconvert: fix dynamic handling of mix matrix, and accept
    custom upstream event for setting one
  - encodebin: fix parser selection for encoders that support
    multiple codecs
  - flvmux improvments for pipelines where timestamps don't start
    at 0
  - glcontext: egl: Unrestrict the support base DRM formats
  - kms: Add IMX-DCSS auto-detection in sink and fix stride with
    planar formats in allocator
  - macOS main application event loop fixes
  - mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
  - playbin3, decodebin3, parsebin, urisourcebin: fix races, and
    improve stability and stream-collection handling
  - rtpmanager: fix early RTCP SR generation for sparse streams
    like metadata
  - qml6glsrc: Reduce capture delay
  - qtdemux: fix parsing of rotation matrix with 180 degree
    rotation
  - rtpav1depay: added wait-for-keyframe and request-keyframe
    properties
  - srt: make work with newer libsrt versions and don't
    re-connect on authentication failure
  - v4l2 fixes and improvement
  - webrtcsink, webrtcbin and whepsrc fixes
  - cerbero: fix Python 3.13 compatibility, g-i with newer
    setuptools, bootstrap on Arch Linux; iOS build fixes
  - Ship qroverlay plugin in binary packages
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements
    + Gstreamer:
  - aggregator:
    . Fix start time selection first with force-live
    . Fix live query when force-live is TRUE
  - parse-launch: Make sure children are bins before recursing in
  - macos: Fix race conditions in cocoa/application main event
    loop
  - multiqueue: Do not unref the query we get in pad->query

++++ gstreamer-plugins-base:

  - Update to version 1.24.9:
    + allocators: drmdumb: Fix bpp value for P010
    + audioconvert: fix dynamic handling of mix matrix, accept custom
    upstream event for setting one
    + decodebin3:
  - Make update/posting of collection messages atomic
  - Send selected stream message as long as not all the tracks
    can't select decoders
    + encodebasebin: Miscellaneous fixes
    + exiftag: Check the result of gst_date_time_new_local_time(),
    fixes criticals with malformed EXIF tags
    + glcontext: egl: Unrestrict the support base DRM formats
    + gldownload: use gst_gl_sync_meta_wait_cpu()
    + gl: Fix configure error when libdrm is a subproject
    + playback: Fix a variety of decodebin3/parsebin/urisourcebin
    races
    + playbin3: prevent crashing trying to play a corrupted mp4 file
    (WARNING : HIGH PITCHED CORRUPTED SOUND)
    + Revert "meson: Fix invalid include flag in uninstalled gl pc
    file"
    + urisourcebin:
  - Allow more cases for posting stream-collection
  - Ensure all stream-start are handled
    + urisourcebin/parsebin: Improve collection creation and handling

++++ health-checker:

  - Update to version 1.12+git20241105.2e2832f15742:
    * Set RemainAfterExit=yes
    * Fix header of NEWS file
  - Switch _service over to obs_scm and type="manual"

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

++++ multipath-tools:

  - Update to version 0.10.0+108+suse.2c2e597:
    * Update fix for bsc#1232063 to upstream-accepted solution

++++ harfbuzz:

  - Update to version 10.1.0:
    + Fix the sign of fallback vertical glyph advance (used when font
    has no vertical advance data).
    + Increase maximum “CFF” operands limit 20 times to support more
    complex fonts.
    + Add “--face-loader” option to command line utilities.
    + Support “COLR” v0 table in hb_font_get_glyph_extents().
    + Add support for font functions that use Core Text APIs, similar
    to FreeType font functions. This allows, for example, using
    drawing fonts that use the new (and undocumented) “hvgl” table.
    + Update IANA and OT language registries, as well ase USE data
    files.
    + Fix build with ICU 76.
    + Various compiler warnings and build fixes.
    + Various subsetter fixes.

++++ openssl-3:

  - Support MSA 11 HMAC on s390x [jsc#PED-10274]
    * Add openssl-3-disable-hmac-hw-acceleration-with-engine-digest.patch
    * Add openssl-3-fix-hmac-digest-detection-s390x.patch
    * Add openssl-3-fix-memleak-s390x_HMAC_CTX_copy.patch
  - Add hardware acceleration for full AES-XTS [jsc#PED-10273]
    * Add openssl-3-hw-acceleration-aes-xts-s390x.patch

++++ snapper:

  - provide backup program for btrfs snapshots
  - version 0.12.0

++++ patterns-base:

  - Remove "Recommends: restorecond" from selinux pattern as we don't
    want it to be installed by default.

++++ python-attrs:

  - Upgrade to 24.2.0:
  - Big releases always carry the risk of regressions, but never
    did I expect to break Python 3.14’s CI! On the plus side,
    attrs runs on 3.14 now.
  - Upgrade to 24.1.0:
  - The most notable is probably the possibility to receive self
    and field definitions in your converters by wrapping them
    into a attrs.Converter.
  - The other big thing is our own replacement
    for __init_subclass__ called (you guessed it)
    __attrs_init_subclass__. Check out the docs, if you're not
    sure what this is good for.
  - Finally, we've made more important steps to promote our "new"
    APIs (can you believe they're 4 years old!?) in the docs. If
    we missed anything, please let us know.
  - Remove upstreamed patch:
  - pytest8.patch

++++ python-cryptography:

  - Avoid using requires_eq, which after the last modifications
    conflicts with python singlespec (order of expansion).

++++ selinux-policy:

  - Update to version 20240604+git386.c88be3c5:
    * Allow virt_dbus_t to connect to virtd_t over unix_stream_socket (bsc#1232655)

++++ virt-manager:

  - dbus-1-x11 is being removed from Tumbleweed so drop dependency in
    virt-manager. Add dependency on python3-dbus-python.

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

++++ multipath-tools:

  - Update to version 0.10.0+106+suse.ffbdb7a:
    * Fix reboot hang if uevent is processed for suspended device
    (bsc#1232063)

++++ ncurses:

  - Add ncurses patch 20241102
    + remove djgpp-specific initialization to binary mode (report/patch by
    Stas Sergeev).
    + add extended-keys for djgpp 2.05 -TD
  - Add ncurses patch 20241026
    + update ms-terminal -TD
    + add ms-terminal-direct -TD
    + correct dimensions in test/popup_msg.c, fixing an overrun (patch by
    Stas Sergeev, cf: 20211219).

++++ systemd:

  - Import commit aee28e4c20a053ea27f8be69f2ea981e43bcb0b6
    aee28e4c20 udev-builtin-path_id: SAS wide ports must have num_phys > 1 (bsc#1231610)
    280989cfa4 core: when switching root remove /run/systemd before executing the binary specified by init= (bsc#1227580)
  - Drop 5003-core-when-switching-root-remove-run-systemd-before-e.patch, this
    patch has been integrated in branch 'SUSE/v256', see above.

++++ libvirt:

  - json: do not call json_tokener_free with NULL
    Fixes potential SEGV in libvirt-nss module
    boo#1232726

++++ passt:

  - Update to version 20241030.ee7d0b6:
    * util: Don't use errno after a successful call in __daemon()
    * udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idx
    * treewide: Address cert-err33-c clang-tidy warnings for clock and timer functions
    * treewide: Suppress clang-tidy warning if we already use O_CLOEXEC
    * Makefile: Disable readability-math-missing-parentheses clang-tidy check
    * treewide: Silence cert-err33-c clang-tidy warnings for fprintf()
    * treewide: Comply with CERT C rule ERR33-C for snprintf()
    * Makefile: Exclude qrap.c from clang-tidy checks
    * tcp: unify l2 TCPv4 and TCPv6 queues and structures
    * tcp: set ip and eth headers in l2 tap queues on the fly
    * test: remove obsolete images
    * tcp: cleanup tcp_buf_data_from_sock()
    * tcp: Use runtime tests for TCP_INFO fields
    * tcp: Generalise probing for tcpi_snd_wnd field
    * tcp: Remove compile-time dependency on struct tcp_info version
    * tcp_splice: fcntl(2) returns the size of the pipe, if F_SETPIPE_SZ succeeds
    * tcp_splice: splice() all we have to the writing side, not what we just read
    * tcp: Use structures to construct initial TCP options
    * fwd: Direct inbound spliced forwards to the guest's external address
    * test: Clarify test for spliced inbound transfers
    * passt.1: Clarify and update "Handling of local addresses" section
    * passt.1: Mark --stderr as deprecated more prominently
    * test: Wait for DAD on DHCPv6 addresses
    * test: Explicitly wait for DAD to complete on SLAAC addresses
    * arp: Fix a handful of small warts
    * tcp: Send "empty" handshake ACK before first data segment
    * test: Pass TRACE from run_term() into ./run from_term
    * test/lib/term: Always use printf for messages with escape sequences
    * conf: Add --dns-host option to configure host side nameserver
    * conf: Add command line switch to enable IP_FREEBIND socket option
    * udp: Update UDP checksum using an iovec array
    * tcp: Update TCP checksum using an iovec array
    * checksum: Add an offset argument in csum_iov()
    * pcap: Add an offset argument in pcap_iov()
    * tcp: Use tcp_payload_t rather than tcphdr
    * test: Kernel binary can now be passed via the KERNEL environmental variable
    * inany: Add inany_pton() helper
    * tcp, udp: Make {tcp,udp}_sock_init() take an inany address
    * util, pif: Replace sock_l4() with pif_sock_l4()
    * udp: Don't attempt to get dual-stack sockets in nonsensical cases
    * tcp: Allow checksum to be disabled
    * udp: Allow checksum to be disabled
    * util: Remove possible quadratic behaviour from write_remainder()
    * util: Add helper to write() all of a buffer
    * tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean
    * tcp: Simplify ifdef logic in tcp_update_seqack_wnd()
    * tcp: Clean up tcpi_snd_wnd probing
    * tcp: Make some extra functions private
    * tcp: Avoid overlapping memcpy() in DUP_ACK handling
    * tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base

++++ suse-module-tools:

  - Update to version 16.0.53:
    * udevrules: Add rule to set maximum readahead window
    (jsc#PED-11154)

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

++++ python-blinker:

  - Add missing build require pallets_sphinx_themes
    to fix build error under Leap.

++++ vim:

  - update to 9.1.0836
    * 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
    * runtime(doc): update help-toc description
    * runtime(2html): Make links use color scheme colors in TOhtml
    * 9.1.0831: 'findexpr' can't be used as lambad or Funcref
    * Filelist: include helptoc package
    * runtime(doc): include a TOC Vim9 plugin
    * Filelist: ignore .git-blame-ignore-revs
    * 9.1.0830: using wrong highlight group for spaces for popupmenu
    * runtime(typst): synchronize updates from the upstream typst.vim
    * git: ignore reformatting commit for git-blame (after v9.1.0829)
    * 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
    * runtime(doc): remove stray sentence in pi_netrw.txt
    * 9.1.0826: filetype: sway files are not recognized
    * runtime(doc): Include netrw-gp in TOC
    * runtime(doc): mention 'iskeyword' at :h charclass()
    * runtime(doc): update help tags
    * 9.1.0825: compile error for non-diff builds
    * runtime(netrw): fix E874 when browsing remote directory which contains `~` character
    * runtime(doc): update coding style documentation
    * runtime(debversions): Add plucky (25.04) as Ubuntu release name
    * 9.1.0824: too many strlen() calls in register.c
    * 9.1.0823: filetype: Zephyr overlay files not recognized
    * runtime(doc): Clean up minor formatting issues for builtin functions
    * runtime(netrw): make :Launch/Open autoloadable
    * runtime(netrw): fix regression with x mapping on Cygwin
    * runtime(netrw): fix filetype detection for remote files
    * 9.1.0822: topline might be changed in diff mode unexpectedly
    * CI: huge linux builds should also run syntax & indent tests
    * 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument
    * 9.1.0820: tests: Mac OS tests are too flaky
    * runtime(awk): Highlight more awk comments in syntax script
    * runtime(netrw): add missing change for s:redir()
    * 9.1.0819: tests: using findexpr and imported func not tested
    * runtime(netrw): improve netrw's open-handling further
    * runtime(netrw): fix syntax error in netrwPlugin.vim
    * runtime(netrw): simplify gx file handling
    * 9.1.0818: some global functions are only used in single files
    * 9.1.0817: termdebug: cannot evaluate expr in a popup
    * runtime(defaults): Detect putty terminal and switch to dark background
    * 9.1.0816: tests: not clear what tests cause asan failures
    * runtime(doc): Remove some completed items from todo.txt
    * 9.1.0815: "above" virtual text causes wrong 'colorcolumn' position
    * runtime(syntax-tests): tiny vim fails because of line-continuation
    * 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'
    * runtime(doc): :ownsyntax also resets 'spelloptions'
    * 9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive
    * runtime(doc): Fix wrong Mac default options
    * 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
    * (typst): add folding to typst ftplugin
    * runtime(netrw): deprecate and remove netrwFileHandlers#Invoke()
    * 9.1.0795: filetype: Vivado memory info file are not recognized
    * 9.1.0794: tests: tests may fail on Windows environment
    * runtime(doc): improve the :colorscheme documentation
    * 9.1.0793: xxd: -e does add one extra space
    * 9.1.0792: tests: Test_set_values() is not comprehensive enough
    * runtime(swayconfig): add flag for bindsym/bindcode to syntax script
    * 9.1.0791: tests: errors in gen_opt_test.vim are not shown
    * runtime(compiler): check for compile_commands in build dirs for cppcheck
    * 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
    * runtime(help): Update help syntax
    * runtime(help): fix end of sentence highlight in code examples
    * runtime(jinja): Support jinja syntax as secondary filetype
    * 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
    * runtime(doc): add some docs for file-watcher programs
    * CI: uploading failed screendumps still fails on Cirrus CI
    * 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
    * runtime(doc): add preview flag to statusline example
    * 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
    * runtime(comment): fix commment toggle with mixed tabs & spaces
    * runtime(misc): Use consistent "Vim script" spelling
    * runtime(gleam): add ftplugin for gleam files
    * runtime(doc): link help-writing from write-local-help
    * 9.1.0777: filetype: Some upstream php files are not recognized
    * runtime(java): Define javaBlockStart and javaBlockOtherStart hl groups
    * runtime(doc): mention conversion rules for remote_expr()
    * runtime(tutor): Fix missing :s command in spanish translation section 4.4
    * 9.1.0776: test_strftime may fail because of missing TZ data
    * translation(am): Add Armenian language translation
    * 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
    * runtime(nasm): Update nasm syntax script
    * 9.1.0767: A condition is always true in ex_getln.c
    * runtime(skill): Update syntax file to fix string escapes
    * runtime(help): highlight CTRL-<Key> correctly
    * runtime(doc): add missing usr_52 entry to toc
    * 9.1.0766: too many strlen() calls in ex_getln.c
    * runtime(doc): correct `vi` registers 1-9 documentation error
    * 9.1.0765: No test for patches 6.2.418 and 7.3.489
    * runtime(spec): set comments and commentstring options
    * NSIS: Include libgcc_s_sjlj-1.dll again
    * runtime(doc): clarify the effect of 'startofline' option
    * 9.1.0764: [security]: use-after-free when closing a buffer
    * runtime(vim): Update base-syntax file, improve class, enum and interface highlighting
    * 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
    * runtime(misc): unset compiler in various ftplugins
    * runtime(doc): update formatting and syntax
    * runtime(compiler): add cppcheck linter compiler plugin
    * runtime(doc): Fix style in documents
    * runtime(doc): Fix to two-space convention in user manual
    * runtime(comment): consider &tabstop in lines after whitespace indent
    * 9.1.0758: it's possible to set an invalid key to 'wildcharm'
    * runtime(java): Manage circularity for every :syn-included syntax file
    * 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
    * runtime(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters
    * runtime(systemd): small fixes to &keywordprg in ftplugin
    * CI: macos-12 runner is being sunset, switch to 13
    * 9.1.0754: fixed order of items in insert-mode completion menu
    * runtime(comment): commenting might be off by one column
    * 9.1.0753: Wrong display when typing in diff mode with 'smoothscroll'
    * 9.1.0752: can set 'cedit' to an invalid value
    * runtime(doc): add `usr` tag to usr_toc.txt
    * 9.1.0751: Error callback for term_start() not used
    * 9.1.0750: there are some Win9x legacy references
    * runtime(java): Recognise the CommonMark form (///) of Javadoc comments
    * 9.1.0749: filetype: http files not recognized
    * runtime(comment): fix syntax error
    * CI: uploading failed screendump tests does not work Cirrus
    * 9.1.0748: :keep* commmands are sometimes misidentified as :k
    * runtime(indent): allow matching negative numbers for gnu indent config file
    * runtime(comment): add gC mapping to (un)comment rest of line
    * 9.1.0747: various typos in repo found
    * 9.1.0746: tests: Test_halfpage_longline() fails on large terminals
    * runtime(doc): reformat gnat example
    * runtime(doc): reformat ada_standard_types section
    * 9.1.0745: filetype: bun and deno history files not recognized
    * runtime(glvs): Correct the tag name of glvs-autoinstal
    * runtime(doc): include short form for :earlier/:later
    * runtime(doc): remove completed TODO
    * 9.1.0744: filetype: notmuch configs are not recognised
    * 9.1.0743: diff mode does not handle overlapping diffs correctly
    * runtime(glvs): fix a few issues
    * runtime(doc): Fix typo in :help :command-modifiers
    * 9.1.0742: getcmdprompt() implementation can be improved
    * runtime(docs): update `:set?` command behavior table
    * runtime(doc): update vim90 to vim91 in docs
    * runtime(doc): fix typo in :h dos-colors
    * 9.1.0741: No way to get prompt for input()/confirm()
    * runtime(doc): fix typo in version9.txt nrformat -> nrformats
    * runtime(rmd,rrst): 'fex' option not properly restored
    * runtime(netrw): remove extraneous closing bracket
    * 9.1.0740: incorrect internal diff with empty file
    * 9.1.0739: [security]: use-after-free in ex_getln.c
    * runtime(filetype): tests: Test_filetype_detection() fails
    * runtime(dist): do not output a message if executable is not found
    * 9.1.0738: filetype: rapid files are not recognized
    * runtime(modconf): remove erroneous :endif in ftplugin
    * runtime(lyrics): support multiple timestamps in syntax script
    * runtime(java): Optionally recognise _module_ import declarations
    * runtime(vim): Update base-syntax, improve folding function matches
    * CI: upload failed screendump tests also for Cirrus
    * 9.1.0737: tests: screendump tests may require a bit more time
    * runtime(misc): simplify keywordprg in various ftplugins
    * runtime(java): Optionally recognise all primitive constants in _switch-case_ labels
    * runtime(zsh,sh): set and unset compiler in ftplugin
    * runtime(netrw): using inefficient highlight pattern for 'mf'
    * 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
    * runtime(zathurarc): add double-click-follow to syntax script
    * translation(ru): Updated messages translation
    * translation(it): updated xxd man page
    * translation(ru): updated xxd man page
    * 9.1.0733: keyword completion does not work with fuzzy
    * 9.1.0732: xxd: cannot use -b and -i together
    * runtime(java): Highlight javaConceptKind modifiers with StorageClass
    * runtime(doc): reword and reformat how to use defaults.vim
    * 9.1.0731: inconsistent case sensitive extension matching
    * runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return
    * runtime(netrw): delete confirmation not strict enough
    * 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
    * runtime(doc): clarify the effect of the timeout for search()-functions
    * runtime(idlang): update syntax script
    * runtime(spec): Recognize epoch when making spec changelog in ftplugin
    * runtime(spec): add file triggers to syntax script
    * 9.1.0727: too many strlen() calls in option.c
    * runtime(make): add compiler/make.vim to reset compiler plugin settings
    * runtime(java): Recognise all available standard doclet tags
    * 9.1.0726: not using correct python3 API with dynamic linking
    * runtime(dosini): Update syntax script, spellcheck comments only
    * runtime(doc): Revert outdated comment in completeopt's fuzzy documentation
    * 9.1.0725: filetype: swiftinterface files are not recognized
    * runtime(pandoc): Update compiler plugin to use actual 'spelllang'
    * runtime(groff): Add compiler plugin for groff
    * 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
    * runtime(glvs): update GetLatestVimScripts plugin
    * runtime(doc): Fix typo in :help :hide text
    * runtime(doc): buffers can be re-used
    * 9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs
    * 9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars' invalid
    * runtime(doc): Update version9.txt and mention $MYVIMDIR

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

++++ llvm19:

  - Update to version 19.1.3.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase patches:
    * llvm-do-not-install-static-libraries.patch
    * llvm-suse-implicit-gnu.patch
  - Patch llvm-fix-build-failure-on-ppc64le.patch landed upstream.

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

++++ grub2:

  - Fix grub.cfg is loaded from an unexpected fallback directory instead of the
    root directory during PXE boot when grub is loaded from the tftp root
    directory (bsc#1232391)
    * 0001-kern-main-Fix-cmdpath-in-root-directory.patch
    * grub2.spec: Refine PPC grub.elf early config to derive root from cmdpath
    directly, avoiding the unneeded search

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

++++ openssl-3:

  - Support MSA 12 SHA3 on s390x [jsc#PED-10280]
    * Add openssl-3-add_EVP_DigestSqueeze_api.patch
    * Add openssl-3-support-multiple-sha3_squeeze_s390x.patch
    * Add openssl-3-add-xof-state-handling-s3_absorb.patch
    * Add openssl-3-fix-state-handling-sha3_absorb_s390x.patch
    * Add openssl-3-fix-state-handling-sha3_final_s390x.patch
    * Add openssl-3-fix-state-handling-shake_final_s390x.patch
    * Add openssl-3-fix-state-handling-keccak_final_s390x.patch
    * Add openssl-3-support-EVP_DigestSqueeze-in-digest-prov-s390x.patch
    * Add openssl-3-add-defines-CPACF-funcs.patch
    * Add openssl-3-add-hw-acceleration-hmac.patch
    * Add openssl-3-support-CPACF-sha3-shake-perf-improvement.patch
    * Add openssl-3-fix-s390x_sha3_absorb.patch
    * Add openssl-3-fix-s390x_shake_squeeze.patch

++++ libvirt:

  - Update to libvirt 10.9.0
  - jsc#PED-8909, jsc#PED-9854, jsc#PED-9855
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-9-0-2024-11-01

++++ netavark:

  - Set default firewall driver based on the project configuration (bsc#1231424)
    * Require correct dependencies
    * Add netavark-iptables.conf and netavark-nftables.conf

++++ python-libvirt-python:

  - Update to 10.9.0
  - Add all new APIs and constants in libvirt 10.9.0
  - jsc#PED-8909, jsc#PED-9854, jsc#PED-9855

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

++++ Mesa:

  - Update to release 24.2.6
  - -> https://docs.mesa3d.org/relnotes/24.2.6
  - added -32bit package for Mesa-libva since it's needed by Steam;
    reported on packman ML:
    https://lists.links2linux.de/pipermail/packman/2024-October/017985.html

++++ Mesa-drivers:

  - Update to release 24.2.6
  - -> https://docs.mesa3d.org/relnotes/24.2.6
  - added -32bit package for Mesa-libva since it's needed by Steam;
    reported on packman ML:
    https://lists.links2linux.de/pipermail/packman/2024-October/017985.html

++++ python-kiwi:

  - Fix s390 test-image-disk build
    Add missing kernel links used by suse tools
  - Bump version: 10.1.16 → 10.1.17

++++ librsvg:

  - Change license to LGPL-2.1-or-later AND MIT.

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ samba:

  - Add placeholder changelog for sle15-sp7; (jsc#PED-11210).

++++ libnvme:

  - Update to version 1.11:
    * prefix: Use Request or Response Length in DLEN and DOFF for MI
    * types: Add ETPVDS and SSI fields of sanitize status log
    * json: do not escape strings when printing the configuration
    * tree: do no export tls keys when not provided by user
    * types: add struct nvme_id_ctrl_nvm ver and lbamqf member variables
    * types: add NVMe 2.1 get log page LIDs
    * type: Added enums for ANSAN and RGCNS bit of OAES field
    * linux: fixup PSK HMAC type '0' handling
    * util: added error code for ENOKEY
    * fabrics: fix map error level in __nvmf_add_ctrl
    * fabrics: add ctrl connect interface
    * fabrics: use hex numbers when generating command line options
    * fabrics: rename first argument for argument macros
    * linux: handle key import correctly
    * linux: export keys to config
    * tree: read tls_configured_key and tls_keyring from sysfs
    * tree: move dhchap and tls sysfs parser into separate functions
    * json: move keystore operations out of the JSON parser
    * tree: add getter/setters for TLS PSK
    * linux: add import/export function for TLS pre-shared keys
    * linux: only return the description of a key
    * linux: use ssize_t as return type for nvme_identity_len
    * linux: reorder variable declarations
    * types: Added enum for SMVES event of PEL log
    * libnvme: add lockdown log page support(LID : 0x14)
    * libnvme: add EMVS support to sanitize command
    * types: Add TP4159 PCIe Infrastructure for Live Migration definitions
    * types: add NVME_CTRL_OAES get macro definitions
    * types: add NVME_CTRL_OAES_TTHR definition
    * types: add NVME_CTRL_FNA definitions to get field values
    * types: add NVME_VAL() definition
    * tree: fix tls key mem leak (bsc#1231668)
    * tree: fix dhchap_ctrl_key mem leak (bsc#1231668)
    * tree: fix dhchap_key mem leak (bsc#1231668)
    * types: add NVME_CHECK() definition to check nvme register field value
    * types: add kv opcodes
    * types: added new fields in nvme_nvme_id_ns
    * types: Add enum for Completion Condition of Get LBA status command
    * ioctl: refactoring set_features
    * types: add new fields added in TP4142
    * mi: add control primitive command
    * linux: Correct error handling for derive_psk_digest (bsc#1228376)
    * types: Added new field CSER in enum as per TP4167
  - build fix for OpenSSL 1.1
    * add 0001-linux-fix-derive_psk_digest-OpenSSL-1.1-version.patch

++++ nvme-cli:

  - Update to version 2.11:
    * docs: update check-tls-key arguments
    * nvme: add support to append TLS PSK to keyfile for check-tls-key
    * nvme: return correct error code in append_keyfile
    * docs: nvme-id-doman: dom{ia => ai}n
    * ocp: fix latency monitoring data structure entry endian
    * ocp: fix TCG configuration log endian
    * ocp: fix firmware activation history entry endian
    * docs: update gen-tls-key arguments
    * nvme: add support to add derive TLS PSK to keyfile
    * nvme: rename identity to version
    * nvme: set file permission for keyfile to owner only
    * nvme: export tls keys honoring version and hmac
    * nvmf-keys: add udev rule to import tls keys
    * docs: update TLS options
    * fabrics: add support to connect to accept a PSK command line
    * fabrics: add support to connect to accept a configuration
    * nvme: use unsigned char for hmac and identity
    * nvme-print: Add Sanitize Media Verification Event in PEL log
    * netapp-ontapdev: add err msg for no ontapdevices
    * netapp-smdev: add err msg for no smdevices
    * doc: Add sanitize command emvs option
    * ocp: combine to use GUID length definitions
    * nvme: update tls_key() handling
    * nvme-print-stdout: print VERS bit of SANICAP field
    * nvme: add EMVS support to sanitize command
    * ocp: remove callback function cast
    * doc: added commit conventions to contribution guidelines
    * ocp: fix ocp-print-stdout.c indentation error
    * ocp: fix ocp-nvme.c indentation errors
    * ocp: build ocp-nvme.c and ocp-telemetry-decode.c without json
    * ocp: split TCG configuration log print codes
    * ocp: split telemetry string log print codes
    * ocp: split device capabilities log print codes
    * ocp: split error recovery log print codes
    * ocp: split unsupported requirement log print codes
    * ocp: split latency monitor log print codes
    * ocp: move ocp telemetry log print function into ocp-print
    * ocp: split smart extended log print codes
    * ocp: split ocp-fw-activation-history print codes
    * plugins: update meson.build file to always build ocp plugin
    * ocp-print: move json code into separate files
    * nvme-print-json: display only verbose output
    * ocp-nvme: ocp plugin version update
    * nvme-print: print KV command set page header
    * doc: show where self-test results can be found
    * plugins/memblaze: fix a wrong id on smart-log-add
    * plugins/dapustor: smart-log-add fix
    * plugins/sed: add sid password change (bsc#1229677)
    * plugins/solidigm: Automatic retry smaller log chunk size.
    * ocp-nvme: Add LMDATA-37 for Latency Monitor Log
    * ocp-nvme: remove ocp log page version checking
    * wdc: Fix for Reading WDC C2 Vendor Unique Log Page
    * ocp: Fixes for OCP 2.5 Telemetry DA1 FIFO Event Parsing
    * nvme-print-json: update JSON verbose output for nvm-id-ctrl (bsc#1231668)
    * wdc: Add Support for SN5100S
    * nvme: Support show-regs for nvmeof
    * ocp: fix option handling in internal-log
    * Documentation: Added solidigm plugin commands
    * wdc: add support for SNTMP drive
    * nvme-print: print NSSES field of CAP register
    * ocp: fix GUID output
    * nvme-print-json: print controller register values in offset order
    * nvme-print-json: print CMBEBS and CMBSWTP in json format
    * nvme-print-stdout: update changed-ns-list-log output (bsc#1231668)
    * nvme: fix uninitialized value in error-log (bsc#1231668)
    * nvme: fix to convert metadata size to native byte order
    * nvme-print: fix error information log page endianness error
    * completions: add get-feature command changed option
    * doc: add get-feature command changed option
    * nvme: separate get NVME_GET_FEATURES_SEL_CHANGED definition
    * nvme: use NVME_GET_FEATURES_SEL definitions
    * nvme-print-stdout: use NVME_CTRL_OAES definitions
    * completion: add ocp set-telemetry-profile to zsh
    * completion: add solidgm work-tracker binding
    * plugins/solidigm: Added Workload Tracker Triggers and Wall Time
    * ocp: include util/types.h to use nvme_uint128_t
    * ocp: fix to set log data pointer allocated
    * nvme: use NVME_CHECK() to check get features select field value
    * ocp: split ocp-hwcomp log
    * completions: add ocp hardware-component-log command
    * doc: add ocp hardware-component-log command
    * ocp: add hwcomp log json output
    * ocp: add hwcomp log command list option
    * ocp: add hwcomp log command comp-id option
    * ocp: add hwcomp dummy definition
    * ocp: add support for hwcomp log page
    * nvme: use NVME_CTRL_FNA definitions
    * netapp-smdevices: print single device output too (bsc#1231668)
    * netapp-smdevices: segregate print routines (bsc#1231668)
    * Add Support for new SN655 PCI Device ID
    * nvme-print-json: extern json object add functions
    * ocp: add SMART / health information extended log page version 4
    * ocp: add error recovery log page version 3
    * ocp: add get-enable-ieee1667-silo command
    * fabrics: fix incorrect access filename check (bsc#1231668)
    * nvme: use NVME_GET_FEATURES_SEL_SUPPORTED definition
    * nvme-print-json: use _cleanup_free_
    * plugins/solidigm: fix use after free.
    * ocp: fix ocp-nvme.c coding style errors
    * ocp: Change C9 function names to use c9 instead
    * ocp: fix to return c9 log page data error to open file
    * ocp: fix to set return value to get c9 log page data
    * nvme: update nvme_insert_tls_key_versioned() return handling (bsc#1231668)
    * nvme-print-stdout: add print_array function
    * logging: add print_info function
    * util: extern uint128_t_to_double() function
    * nvme-print: sanitize error-log output (bsc#1231668)
    * plugins/solidigm : Fixing vs-internal-log to generate identify per allocated namespace.
    * nvme-print: added new fields for nvm_id_ns
    * plugins/fdp: bugfix error check to validate output format
    * plugins/wdc: fix json output for vs-nand-stats
    * nvme-print-stdout: use NVME_FEAT util definitions
    * nvme-print: update subsys verbose outputs (bsc#1231668)
    * nvme-print: add subsystype to the list-subsys output (bsc#1231668)
    * netapp: print output for single device too (bsc#1231668)
    * netapp: segregate the print routines (bsc#1231668)
    * netapp: fix uninitialized value from heap error (bsc#1231668)
    * nvme-print: print the new fields added in TP4142
    * plugins/innogrit: modify for project tacoma
    * wdc: Add Support for new SN-861 PCI device id
    * nvme-print: use LC_MEASUREMENT to check fahrenheit temperature
    * nvme-print: use Completion Condition enum
    * completions: add the zsh completion of the dapustor plugin
    * nvme-print: print the new fields added in TP4165
    * plugins/dapustor: dapustor smart-log-add update
    * nvme-print-stdout: Added print for new field CSER (TP4167)
    * plugins: Add a new DapuStor plugin and the smart-log-add command
    * docs: rename ocp-unsupported-req-log file
  - Drop build fix patch
    * remove 0001-docs-rename-ocp-unsupported-req-log-file.patch
  - Install 70-nvmf-keys.rules to the default udev rules directory

++++ patterns-base:

  - Agama does not install chrony, add it to the pattern like on all
    other products, so that it is always there, including on images.

++++ rpm-config-SUSE:

  - Update to version 20241031:
    * Merge in changes that already happened in the package
  - Update to version 20241031:
    * Drop {set,verify}_permissions macros
    * Strip the explicit /bin/bash dependency for ksym macros
    * locale.prov: handle glibc-locale-base (boo#1221250)
    * lang_package: Add 'basename' option
    * %requires_eq|ge(): Report error if package version cannot be determined

++++ selinux-policy:

  - Update to version 20240604+git384.710b0da6:
    * Label /var/livepatches as lib_t for ULP on micro (bsc#1228879)

------------------------------------------------------------------
------------------  2024-10-30  -  Oct 30 2024  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Update to version 1.13.0:
    * Release v1.13.0
    * Update release notes for 1.13.0
    * test: use dnsmasq over slirp4netns
    * coredns: forward names with no ndots as well
    * run cargo update
    * fix(deps): update rust crate tokio to 1.41.0
    * fix(deps): update rust crate flume to 0.11.1
    * fix(deps): update rust crate libc to 0.2.161
    * fix(deps): update rust crate libc to 0.2.160
    * fix(deps): update rust crate clap to ~4.5.20
    * cirrus: check for msrv build
    * define a MSRV policy
    * chore(deps): update dependency containers/automation_images to v20241010
    * [skip-ci] Packit: constrain koji job to the fedora package
    * dns: limit to 3 resolvers and use better timeout for them
    * OWNERS file audit and update
    * fix new lint error with rust 1.81
    * test: make them pass on RHEL/Centos Stream 9
    * Packit: disable F39 and separate out ELN
    * serve: parse resolv.conf ourselves
    * fix(deps): update rust crate libc to 0.2.159
    * coredns: allow host lookup of names
    * backend: return simple Vector in lookup()
    * coredns: use a TTL of 0 for our names
    * coredns: do not clonse the Record
    * netavark_cache_groom.sh: fix wrong branch
    * Packit: add sidetag to release with netavark
    * coredns: work on tcp requests concurrently
    * tcp: add timeout to connection
    * fix(deps): update rust crate tokio to 1.40.0
    * fix(deps): update rust crate libc to 0.2.158
    * chore(deps): update dependency containers/automation_images to v20240821
    * fix(deps): update rust crate tokio to 1.39.3
    * fix(deps): update rust crate libc to 0.2.156
    * Bump main version back to v1.13.0-dev

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

++++ librsvg:

  - Update to version 2.59.2:
    + Fix stack overflow due to unbounded recursion.  Now there is
    a hard limit on the number of nested layers that an SVG
    document may have.  This is not a hard limit on the amount of
    stack space consumed, but it is a general mitigation.
    + Fix regression when rendering paths with very flat elliptical
    arcs.  This bug was introduced in 2.59.1 as part of the
    mitigation for paths with coordinates that Cairo is unable to
    handle.
    + Fix centering and text-anchor in general for scaled text.
    + Fix building with Rust 1.82 on Windows (Christoph Reiter).
    + Make cancellation work for all the resource loading
    functions.
    + Add documentation for rsvg-bench to the development guide.
    + Slight improvement in memory consumption for language tags.
    + Many updates to the developer's documentation, for Outreachy
    interns.

++++ 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
  - Enable support of Radix, Xive and Radix_gtse on Power (jsc#PED-9881)
    * 0001-kern-ieee1275-init-Add-IEEE-1275-Radix-support-for-K.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

++++ libbpf:

  - update to 1.5.0:
    * libbpf can now open (but not load!) BPF objects of non-native endianness,
    enabling cross-architecture support for BPF skeleton generation and BPF
    object introspection
    * BPF skeleton will now auto-attach SEC(".struct_ops") maps as part of
    <skeleton>__attach() call
    * BPF kprobe session programs support (SEC("kprobe.session"))
    * allow specifying kernel module name for fentry/fexit BPF programs
    (SEC(fentry/module:function)
    * libbpf recognizes LIBBPF_LOG_LEVEL environment variable, which can be used
    to set default log verboseness
    * BPF ringbuf APIs that limit maximum number of consumed records at a time
    (ring_buffer__consume_n(), ring__consume_n())
    * distilled BTF support (btf__distill_base(), btf__relocate())
    * BPF link-based attachment of BPF_PROG_TYPE_SOCKMAP programs
    (bpf_program__attach_sockmap())
    * bpf_object__token_fd() API to fetch BPF token FD of a BPF object, if any
    * fixes for fetching syscall arguments on arm64, s390x, risc-v architectures
    * better GCC-BPF source code compatibility
    * __bpf_fastcall support for a few BPF helpers
    * __uptr annotation definition added to bpf/bpf_helpers.h API header
    * fixes and improvements around handling missing and nulled out struct_ops
    programs
    * fixed mmap()-ing logic for global data, fixing interop between generic
    bpf_object__open() APIs and BPF subskeletons
    * BPF skeleton backwards compatibility handling fixes
    * handle LTO-produced *.llvm.<hash> symbols better
    * feature detection fixes in the presence of BPF token inside user namespace
    * older kernels have broken PID filtering logic for multi-uprobes, libbpf now
    detects this and avoids the use of multi-uprobes for USDTs
    * fix accidental drop of FD_CLOEXEC flag during BPF map reuse
    * few BTF dumper formatting fixes
    * a few more small fixes all around.
  - update to 1.4.7:
    * fix interop issues between generic bpf_object__open() APIs and BPF
    subskeleton w.r.t. global data handling
    * speed up BTF sanity checks by skipping already validated base BTF
    * fix legacy treatment of non-SEC()-annotated subprogram as entry BPF program
    in some cases

++++ libnl3:

  - Update to release 3.11
    * Add NLA_{SINT|UINT} attribute types
    * Add NLA functions for variable-length integers
    * link/bonding: add getters for attributes
    * lib/route: add support for bridge msti

++++ netavark:

  - Update to version 1.13.0:
    * Release v1.13.0
    * Updates release notes for v1.13.0
    * run cargo update
    * fix(deps): update rust crate hyper-util to 0.1.10
    * [skip-ci] Packit: Remove epel targets
    * fix(deps): update rust crate nftables to 0.5.0
    * fix(deps): update rust crate anyhow to 1.0.91
    * fix(deps): update rust crate tokio to 1.41.0
    * fix(deps): update rust crate anyhow to 1.0.90
    * Updated to zbus4
    * chore(deps): update dependency containers/automation_images to v20241010
    * test-dhcp: fix NOP test
    * fix new lint errors with rust 1.81
    * fix(deps): update rust crate clap to ~4.5.20
    * contrib/container_images: remove no longer used images
    * cirrus: check for msrv build
    * add new rust image to check for MSRV
    * define a MSRV policy
    * [skip-ci] Packit: constrain koji and bodhi to the fedora package
    * chore(deps): update rust crate once_cell to 1.20.2
    * fix(deps): update rust-futures monorepo to 0.3.31
    * OWNERS file audit and update
    * update tonic and prost dependencies
    * update tower to v0.5.1
    * fix(deps): update rust crate sysctl to 0.6.0
    * fix(deps): update rust crate netlink-packet-route to 0.21.0
    * chore(deps): update rust crate tempfile to 3.13.0
    * chore(deps): update rust crate once_cell to 1.20.1
    * fix(deps): update rust crate nispor to 1.2.21
    * fix(deps): update rust crate anyhow to 1.0.89
    * nftables: add dns dnat rule first
    * iptables: add dns dnat rule first
    * fix(deps): update rust crate anyhow to 1.0.88
    * nft: remove port forwarding rules correctly
    * fix(deps): update rust crate tokio-stream to 0.1.16
    * nft: do not parse localhost string ip
    * nft: use append() over push() where possible
    * Packit: add sidetag to release with aardvark-dns
    * fix(deps): update rust crate tokio to 1.40.0
    * fix(deps): update rust crate libc to 0.2.157
    * fix(deps): update rust crate tokio to 1.39.3
    * fix(deps): update rust crate libc to 0.2.156
    * aardvark: on start failure delete entries again
    * iptables: make dns rules cover tcp as well
    * nftables: make dns rules cover tcp as well
    * fix(deps): update rust crate serde_json to 1.0.123
    * remove superfluous formatters from debug stmt
    * chore(deps): update rust crate tempfile to 3.12.0
    * fix new rust 1.80 lint issues
    * silence new rust 1.80 warnings
    * chore(deps): update rust crate tempfile to 3.11.0
    * fix(deps): update rust crate serde_json to 1.0.122
    * Bumping main back to v1.13.0-dev for development

++++ python-M2Crypto:

  - Update to 0.43.0:
  - feat[m2]: add m2.time_t_bits to checking for 32bitness.
  - fix[tests]: Use only X509_VERSION_1 (0) as version for CSR.
  - fix[EC]: raise ValueError when load_key_bio() cannot read the
    file (bsc#1231589).
  - ci: use -mpip wheel instead of -mbuild
  - fix: use PyMem_Malloc() instead of malloc()
  - fix[hints]: more work on conversion of type hints to the py3k ones
  - fix: make the package build even on Python 3.6
  - ci[local]: skip freezing local tests
  - fix[hints]: remove AnyStr type
  - test: add suggested test for RSA.{get,set}_ex_data
  - fix: implement interfaces for RSA_{get,set}_ex_new_{data,index}
  - fix: generate src/SWIG/x509_v_flag.h to overcome weaknesses of
    swig
  - fix: replace literal enumeration of all VERIFY_ constants by a
    cycle
  - test: unify various test cases in test_ssl related to ftpslib
  - fix: replace deprecated url keyword in setup.cfg with complete
    project_urls map

++++ python-gobject:

  - Add python-pygobject provides: help packages to eliminate rpmlint
    warnings when comparing requrements.txt vs the packages depdency.
    'pygobject' is the proper upstream name.

++++ system-users:

  - system-user-nobody: remove shell for user nobody, all packages
    should be meanwhile adjusted, no other distribution has a shell
    for this user.

++++ toolbox:

  - Update to version 2.4+git20241030.2ae8421:
    * Adjust md syntax for go-md2man
    * Fix header
    * Sync README with manual page
    * Ignore generated toolbox.1 manual page

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

++++ guestfs-tools:

  - Update to version 1.53.4 (jsc#PED-8910)
    * mlcustomize: Update generated options for virt-v2v
    * Various build fixes and dependency changes

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

++++ c-ares:

  - c-ares 1.34.2
    Features:
    * adig: read arguments from adigrc. [PR #856]
    * Add new pending write callback optimization via `ares_set_pending_write_cb`. [PR #857]
    * New function `ares_process_fds()`. [PR #875]
    * Failed servers should be probed rather than redirecting queries which could
    cause unexpected latency. [PR #877]
    * adig: rework command line arguments to mimic dig from bind. [PR #890]
    * Add new method for overriding network functions
    `ares_set_socket_function_ex()` to properly support all new functionality.
    [PR #894]
    * Fix regression with custom socket callbacks due to DNS cookie support. [PR #895]
    * ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets [PR #887]
    * URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). [PR #882]
    Changes:
    * Connection handling modularization. [PR #857], [PR #876]
    * Expose library/utility functions to tools. [PR #860]
    * Remove `ares__` prefix, just use `ares_` for internal functions. [PR #872]
    Bugfixes:
    * fix: potential WIN32_LEAN_AND_MEAN redefinition.
    [PR #869]
    * Fix googletest v1.15 compatibility.
    [PR #874]
    * Fix pkgconfig thread dependencies.
    [PR #884]
    Features in 1.33.0:
    * Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache
    poisoning attacks. [PR #833]
    * Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT
    on supported systems. [PR #840]
    Changes:
    * Reorganize source tree. [PR #822]
    * Refactoring of connection handling to prevent code duplication. [PR #839]
    * New dynamic array data structure to prevent simple logic flaws in array
    handling in various code paths. [PR #841]
    Bugfixes:
    * `ares_destroy()` race condition during shutdown due to missing lock. [PR #831]
    Features in 1.32:
    * Add support for DNS 0x20 to help prevent cache poisoning attacks, enabled
    by specifying `ARES_FLAG_DNS0x20`.  Disabled by default. [PR #800]
    * Rework query timeout logic to automatically adjust timeouts based on network
    conditions.  The timeout specified now is only used as a hint until there
    is enough history to calculate a more valid timeout. [PR #794]
    Changes:
    * DNS RR TXT strings should not be automatically concatenated as there are use
    cases outside of RFC 7208.  In order to maintain ABI compliance, the ability
    to retrieve TXT strings concatenated is retained as well as a new API to
    retrieve the individual strings.  This restores behavior from c-ares 1.20.0.
    [PR #801]
    * Clean up header inclusion logic to make hacking on code easier. [PR #797]
    * GCC/Clang: Enable even more strict warnings to catch more coding flaws. [253bdee]
    Bugfixes:
    * Tests: Fix thread race condition in test cases for EventThread. [PR #803]
    * Thread Saftey: `ares_timeout()` was missing lock. [74a64e4]

++++ nfs-utils:

  - Update to version 2.8.1
  - https://lore.kernel.org/linux-nfs/4a86eea3-973e-4535-8aa5-f3b8b5f7934d@redhat.com/
  - https://kernel.org/pub/linux/utils/nfs-utils/2.8.1/2.8.1-Changelog
  - Add new binary nfsdctl
  - The default number of nfsd threads is now 16 instead of 8
  - Removed patchs from previous releases
  - 0001-exportfs-remove-warning-if-neither-subtree_check-or-.patch
  - 0002-conffile-don-t-report-error-from-conf_init_file.patch
  - 0003-conffile-allow-usr-etc-to-provide-any-config-files-e.patch
  - 0004-fsidd-call-anonymous-sockets-by-their-name-only-don-.patch
  - 0001-gssd-revert-commit-a5f3b7ccb01c.patch
  - 0002-gssd-revert-commit-513630d720bd.patch
  - 0003-gssd-switch-to-using-rpc_gss_seccreate.patch
  - 0004-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-machine-cr.patch
  - 0005-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-user-crede.patch
  - 0006-configure-check-for-rpc_gss_seccreate.patch
  - Turn nfs-utils-1.0.7-bind-syntax.patch to git patch (bug reference,
    easier to refresh via git, likely it can be now removed)
  - Add BuildRequires libnl-3.0, readline

++++ libpng16:

  - version update to 1.6.44:
    * Hardened calculations in chroma handling to prevent overflows, and
    relaxed a constraint in cHRM validation to accomodate the standard
    ACES AP1 set of color primaries.
    (Contributed by John Bowler)
    * Removed the ASM implementation of ARM Neon optimizations and updated
    the build accordingly. Only the remaining C implementation shall be
    used from now on, thus ensuring the support of the PAC/BTI security
    features on ARM64.
    (Contributed by Ross Burton and John Bowler)
    * Fixed the pickup of the PNG_HARDWARE_OPTIMIZATIONS option in the
    CMake build on FreeBSD/amd64. This is an important performance fix
    on this platform.
    * Applied various fixes and improvements to the CMake build.
    (Contributed by Eric Riff, Benjamin Buch and Erik Scholz)
    * Added fuzzing targets for the simplified read API.
    (Contributed by Mikhail Khachayants)
    * Fixed a build error involving pngtest.c under a custom config.
    This was a regression introduced in a code cleanup in libpng-1.6.43.
    (Contributed by Ben Wagner)
    * Fixed and improved the config files for AppVeyor CI and Travis CI.
  - Drop upstream patch:
    * 563.patch

++++ microos-tools:

  - Update to version 4.0+git2:
    * Add RemainAfterExit=true to autorelabel services

++++ permissions:

  - Update to version 1699_20241029:
    * Add RPM macros; moved from rpm-config-SUSE
    * package RPM macros together with permctl, to avoid having to setup an
    extra sub-package.

++++ python-argcomplete:

  - Update to the version 3.5.1:
  - Restore compatibility with argparse in Python 3.12.7+
  - Use project.scripts instead of setuptools scripts
  - Test infrastructure improvements
  - Remove upstreamed patches:
  - argparse-3_12_7.patch
  - Add _multibuild (to make testing against fully installed package)

++++ python-httpcore:

  - Update to 1.0.6
    * Relax `trio` dependency pinning.
    * Handle `trio` raising `NotImplementedError` on unsupported platforms.
    * Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.
  - Update Requires from pyproject.toml

++++ qemu:

  - Update to version 9.1.1:
    Full changelog here:
    https://lore.kernel.org/qemu-devel/7f0561ec-3564-4860-bacf-a98071a5ce52@tls.msk.ru/
    Some of the most notable features:
    * ui/dbus: fix filtering all update messages
    * ui/win32: fix potential use-after-free with dbus shared memory
    * ui/dbus: fix leak on message filtering
    * hw/audio/hda: fix memory leak on audio setup
    * hw/audio/hda: free timer on exit
    * hw/char/pl011: Use correct masks for IBRD and FBRD
    * hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
    * hw/intc/arm_gicv3: Add cast to match the documentation
    * hw/intc/arm_gicv3: Add cast to match the documentation
    * meson: ensure -mcx16 is passed when detecting ATOMIC128
    * meson: define qemu_isa_flags
    * meson: fix machine option for x86_version
    * target/m68k: Always return a temporary from gen_lea_mode
    * tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
    * tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
    * linux-user: Fix parse_elf_properties GNU0_MAGIC check
    * linux-user/flatload: Take mmap_lock in load_flt_binary()
    * vnc: fix crash when no console attached
    * testing: bump mips64el cross to bookworm and fix package list
    * hw/sd/sdcard: Fix handling of disabled boot partitions
    * target/arm: Avoid target_ulong for physical address lookups
    * block/reqlist: allow adding overlapping requests
    * util/timer: avoid deadlock when shutting down
    * hw/mips/jazz: fix typo in in-built NIC alias
    * tcg: Fix iteration step in 32-bit gvec operation
    * hw/loongarch/virt: Add description for virt machine type
    * migration/multifd: Fix p->iov leak in multifd-uadk.c
    * target/ppc: Fix migration of CPUs with TLB_EMB TLB type
    * target/hppa: Fix random 32-bit linux-user crashes
    * target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
    * hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
    * migration/multifd: Fix rb->receivedmap cleanup race
    * mac_dbdma: Remove leftover `dma_memory_unmap` calls
  - Fix boo#1231166:
    * [openSUSE][RPM] The qemu translation is not being installed (boo#1231166)

++++ skopeo:

  - Add patch for CVE-2024-9676 (bsc#1231698)
    * 0001-Use-securejoin.SecureJoin-when-forming-userns-paths.patch

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#181
  - explicitly use bash as shell (bsc#1231018)
  - 1.18

------------------------------------------------------------------
------------------  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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ llvm19:

  - Update llvm19.keyring from upstream.

++++ openssl-3:

  - Update to 3.2.3:
    * Changes between 3.2.2 and 3.2.3:
  - Fixed possible denial of service in X.509 name checks. [CVE-2024-6119]
  - Fixed possible buffer overread in SSL_select_next_proto(). [CVE-2024-5535]
    * Changes between 3.2.1 and 3.2.2:
  - Fixed potential use after free after SSL_free_buffers() is called. [CVE-2024-4741]
  - Fixed an issue where checking excessively long DSA keys or parameters may
    be very slow. [CVE-2024-4603]
  - Improved EC/DSA nonce generation routines to avoid bias and timing
    side channel leaks.
  - Fixed an issue where some non-default TLS server configurations can cause
    unbounded memory growth when processing TLSv1.3 sessions. [CVE-2024-2511]
  - New atexit configuration switch, which controls whether the OPENSSL_cleanup
    is registered when libcrypto is unloaded. This can be used on platforms
    where using atexit() from shared libraries causes crashes on exit.
  - Fixed bug where SSL_export_keying_material() could not be used with QUIC
    connections.
    * Add openssl-skip-quic-pairwise.patch to adapt the pairwise tests.
    * Merge openssl-FIPS-release_num_in_version_string.patch into
    openssl-FIPS-services-minimize.patch
    * Rebase patches:
  - openssl-Add-changes-to-ectest-and-eccurve.patch
  - openssl-FIPS-140-3-keychecks.patch
  - openssl-FIPS-embed-hmac.patch
  - openssl-Remove-EC-curves.patch
  - openssl-skipped-tests-EC-curves.patch
  - openssl-FIPS-early-KATS.patch
  - openssl-Allow-disabling-of-SHA1-signatures.patch
  - openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch
  - openssl-FIPS-limit-rsa-encrypt.patch
  - openssl-FIPS-Use-OAEP-in-KATs-support-fixed-OAEP-seed.patch
  - openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
  - openssl-FIPS-140-3-DRBG.patch
  - openssl-FIPS-140-3-zeroization.patch
  - openssl-Add-FIPS-indicator-parameter-to-HKDF.patch
  - openssl-FIPS-Remove-X9.31-padding-from-FIPS-prov.patch
  - openssl-FIPS-Add-explicit-indicator-for-key-length.patch
  - openssl-pbkdf2-Set-minimum-password-length-of-8-bytes.patch
  - openssl-FIPS-signature-Add-indicator-for-PSS-salt-length.patch
  - openssl-3-FIPS-GCM-Implement-explicit-indicator-for-IV-gen.patch
  - openssl-FIPS-enforce-EMS-support.patch
  - openssl-3-jitterentropy-3.4.0.patch
    * Remove not needed patches:
  - openssl-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch
  - openssl-3-FIPS-PCT_rsa_keygen.patch
  - Remove the engines' directories and symlinks that were added to
    allow parallel installations with openssl-1_1.
    * Remove openssl-3-use-include-directive.patch
  - Remove the hardcoded DEFAULT_SUSE cipherlist selection.
    * Remove openssl-DEFAULT_SUSE_cipher.patch

++++ openssl:

  - Update to 3.2.3

++++ lsof:

  - Add reproducible.patch to not store build host kernel version (boo#1232425)

++++ openssh:

  - Don't force using gcc11 on SLFO/ALP which have a newer version.
  - Add patches from upstream:
  - To fix a copy&paste oversight in an ifdef :
    * 0001-fix-utmpx-ifdef.patch
  - To fix a regression introduced when the "Match" criteria
    tokenizer was modified since it stopped supporting the
    "Match criteria=argument" format:
    * 0002-upstream-fix-regression-introduced-when-I-switched-the-Match.patch
  - To fix the previous patch which broke on negated Matches:
    * 0003-upstream-fix-previous-change-to-ssh_config-Match_-which-broken-on.patch
  - To fix the ML-KEM768x25519 kex algorithm on big-endian systems:
    * 0004-upstream-fix-ML-KEM768x25519-KEX-on-big-endian-systems-spotted-by.patch

++++ python-charset-normalizer:

  - switch to PEP517 build

++++ python313-pyparsing:

  - update to 3.2.0:
    * Discontinued support for Python 3.6, 3.7, and 3.8. Adopted
    new Python features from Python versions 3.7-3.9:
  - Updated type annotations to use built-in container types
    instead of names imported from the `typing` module
    (e.g., `list[str]` vs `List[str]`).
  - Reworked portions of the packrat cache to leverage
    insertion-preserving ordering in dicts (including removal of
    uses of `OrderedDict`).
  - Changed `pdb.set_trace()` call in `ParserElement.set_break()`
    to `breakpoint()`.
  - Converted `typing.NamedTuple` to `dataclasses.dataclass`
    in railroad diagramming code.
  - Added `from __future__ import annotations` to clean up
    some type annotations.

++++ xkeyboard-config:

  - n_fi-kotoistus-metainfo.patch
    * add meta information for default variant of "fi" keyboard layout
    "kotoistus" needed for GNOME or other users of xkeyboard meta XML
    files (boo#1227420)

------------------------------------------------------------------
------------------  2024-10-27  -  Oct 27 2024  -------------------
------------------------------------------------------------------

++++ protobuf-c:

  - Implement naming guidelines and rename libprotobuf-c-devel back
    to just %name-devel. (The divergence came about on Nov 19 2021
    as a result of merging two subpackages.)

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

++++ tuned:

  - Correct service cleanup calls in preun and postun scripts
  - Move tmpfile_create before service_add_post
  - Added python3-pyudev and python3-dbus-python as BuildRequires
    for added check section
  - Move user defined profiles
    from /etc/tuned/
    into subdirs /etc/tuned/PROFILE
    via spec's %post routine
  - Enable make test in check section
  - Update has at least parts of jsc#PED-10695

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

++++ openssl-3:

  - Update to 3.2.1:
    * Changes between 3.2.0 and 3.2.1:
  - A file in PKCS12 format can contain certificates and keys and may come from
    an untrusted source. The PKCS12 specification allows certain fields to be
    NULL, but OpenSSL did not correctly check for this case. [CVE-2024-0727]
  - When function EVP_PKEY_public_check() is called on RSA public keys,
    a computation is done to confirm that the RSA modulus, n, is composite.
    For valid RSA keys, n is a product of two or more large primes and this
    computation completes quickly. However, if n is an overly large prime,
    then this computation would take a long time. [CVE-2023-6237]
  - Restore the encoding of SM2 PrivateKeyInfo and SubjectPublicKeyInfo to
    have the contained AlgorithmIdentifier.algorithm set to id-ecPublicKey
    rather than SM2.
  - The POLY1305 MAC (message authentication code) implementation in OpenSSL
    for PowerPC CPUs saves the contents of vector registers in different
    order than they are restored. [CVE-2023-6129]
  - Disable building QUIC server utility when OpenSSL is configured with 'no-apps'.
    * The openssl-crypto-policies-support.patch has been merged into
    openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
    * Rename openssl-Disable-default-provider-for-test-suite.patch and rebase to
    openssl-TESTS-Disable-default-provider-crypto-policies.patch
    * Patches removed in the update:
  - openssl-Add_support_for_Windows_CA_certificate_store.patch
  - openssl-ec-56-bit-Limb-Solinas-Strategy-for-secp384r1.patch
  - openssl-ec-Use-static-linkage-on-nistp521-felem_-square-mul-.patch
  - openssl-ec-powerpc64le-Add-asm-implementation-of-felem_-squa.patch
  - openssl-ecc-Remove-extraneous-parentheses-in-secp384r1.patch
  - openssl-powerpc-ecc-Fix-stack-allocation-secp384r1-asm.patch
  - openssl-CVE-2024-41996.patch
  - openssl-CVE-2023-50782.patch
  - openssl-CVE-2024-9143.patch
    * Patches rebased:
  - openssl-3-use-include-directive.patch
  - openssl-Add-Kernel-FIPS-mode-flag-support.patch
  - openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
  - openssl-DEFAULT_SUSE_cipher.patch
  - openssl-FIPS-embed-hmac.patch
  - openssl-Force-FIPS.patch
  - openssl-load-legacy-provider.patch
  - openssl-no-html-docs.patch
  - openssl-pkgconfig.patch
  - openssl-ppc64-config.patch
  - openssl-truststore.patch
  - Update to 3.2.0:
    * Changes between 3.1.x and 3.2.0:
  - Fix excessive time spent in DH check/ generation with large Q parameter
    value. [CVE-2023-5678]
  - The BLAKE2b hash algorithm supports a configurable output length
    by setting the "size" parameter.
  - Added a function to delete objects from store by URI - OSSL_STORE_delete()
    and the corresponding provider-storemgmt API function OSSL_FUNC_store_delete().
  - Added OSSL_FUNC_store_open_ex() provider-storemgmt API function to pass
    a passphrase callback when opening a store.
  - Changed the default salt length used by PBES2 KDF's (PBKDF2 and scrypt)
    from 8 bytes to 16 bytes.
  - Changed the default value of the 'ess_cert_id_alg' configuration
    option which is used to calculate the TSA's public key certificate
    identifier. The default algorithm is updated to be sha256 instead of sha1.
  - Added optimization for SM2 algorithm on aarch64. A new configure option
    'no-sm2-precomp' has been added to disable the precomputed table.
  - Added client side support for QUIC
  - Added secp384r1 implementation using Solinas' reduction to improve
    speed of the NIST P-384 elliptic curve. To enable the implementation
    the build option 'enable-ec_nistp_64_gcc_128' must be used.
  - Improved RFC7468 compliance of the asn1parse command.
  - Added SHA256/192 algorithm support.
  - Added support for securely getting root CA certificate update in CMP.
  - Improved contention on global write locks by using more read locks where
    appropriate.
  - Improved performance of OSSL_PARAM lookups in performance critical
    provider functions.
  - Added the SSL_get0_group_name() function to provide access to the
    name of the group used for the TLS key exchange.
  - Provide a new configure option 'no-http' that can be used to disable the
    HTTP support. Provide new configure options 'no-apps' and 'no-docs' to
    disable building the openssl command line application and the documentation.
  - Provide a new configure option 'no-ecx' that can be used to disable the
    X25519, X448, and EdDSA support.
  - When multiple OSSL_KDF_PARAM_INFO parameters are passed to
    the EVP_KDF_CTX_set_params() function they are now concatenated not just
    for the HKDF algorithm but also for SSKDF and X9.63 KDF algorithms.
  - Added OSSL_FUNC_keymgmt_im/export_types_ex() provider functions that get
    the provider context as a parameter.
  - TLS round-trip time calculation was added by a Brigham Young University
    Capstone team partnering with Sandia National Laboratories. A new function
    in ssl_lib titled SSL_get_handshake_rtt will calculate and retrieve this
    value.
  - Added the "-quic" option to s_client to enable connectivity to QUIC servers.
    QUIC requires the use of ALPN, so this must be specified via the "-alpn"
    option. Use of the "advanced" s_client command command via the "-adv" option
    is recommended.
  - Added an "advanced" command mode to s_client. Use this with the "-adv" option.
  - Add Raw Public Key (RFC7250) support.
  - Added support for modular exponentiation and CRT offloading for the
    S390x architecture.
  - Added further assembler code for the RISC-V architecture.
  - Added EC_GROUP_to_params() which creates an OSSL_PARAM array
    from a given EC_GROUP.
  - Improved support for non-default library contexts and property queries
    when parsing PKCS#12 files.
  - Implemented support for all five instances of EdDSA from RFC8032:
    Ed25519, Ed25519ctx, Ed25519ph, Ed448, and Ed448ph.
    The streaming is not yet supported for the HashEdDSA variants
    (Ed25519ph and Ed448ph).
  - Added SM4 optimization for ARM processors using ASIMD and AES HW instructions.
  - Implemented SM4-XTS support.
  - Added platform-agnostic OSSL_sleep() function.
  - Implemented deterministic ECDSA signatures (RFC6979) support.
  - Implemented AES-GCM-SIV (RFC8452) support.
  - Added support for pluggable (provider-based) TLS signature algorithms.
    This enables TLS 1.3 authentication operations with algorithms embedded
    in providers not included by default in OpenSSL. In combination with
    the already available pluggable KEM and X.509 support, this enables
    for example suitable providers to deliver post-quantum or quantum-safe
    cryptography to OpenSSL users.
  - Added support for pluggable (provider-based) CMS signature algorithms.
    This enables CMS sign and verify operations with algorithms embedded
    in providers not included by default in OpenSSL.
  - Implemented HPKE DHKEM support in providers used by HPKE (RFC9180) API.
  - Add support for certificate compression (RFC8879), including
    library support for Brotli and Zstandard compression.
  - Add the ability to add custom attributes to PKCS12 files. Add a new API
    PKCS12_create_ex2, identical to the existing PKCS12_create_ex but allows
    for a user specified callback and optional argument.
    Added a new PKCS12_SAFEBAG_set0_attr, which allows for a new attr to be
    added to the existing STACK_OF attrs.
  - Major refactor of the libssl record layer.
  - Add a mac salt length option for the pkcs12 command.
  - Add more SRTP protection profiles from RFC8723 and RFC8269.
  - Extended Kernel TLS (KTLS) to support TLS 1.3 receive offload.
  - Add support for TCP Fast Open (RFC7413) to macOS, Linux, and FreeBSD where
    supported and enabled.
  - Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK (RFC 5489)
    to the list of ciphersuites providing Perfect Forward Secrecy as
    required by SECLEVEL >= 3.
  - Add new SSL APIs to aid in efficiently implementing TLS/SSL fingerprinting.
    The SSL_CTRL_GET_IANA_GROUPS control code, exposed as the
    SSL_get0_iana_groups() function-like macro, retrieves the list of
    supported groups sent by the peer.
  - Fixed PEM_write_bio_PKCS8PrivateKey() and PEM_write_bio_PKCS8PrivateKey_nid()
    to make it possible to use empty passphrase strings.
  - The PKCS12_parse() function now supports MAC-less PKCS12 files.
  - Added ASYNC_set_mem_functions() and ASYNC_get_mem_functions() calls to be able
    to change functions used for allocating the memory of asynchronous call stack.
  - Added support for signed BIGNUMs in the OSSL_PARAM APIs.
  - A failure exit code is returned when using the openssl x509 command to check
    certificate attributes and the checks fail.
  - The default SSL/TLS security level has been changed from 1 to 2. RSA,
    DSA and DH keys of 1024 bits and above and less than 2048 bits and ECC keys
    of 160 bits and above and less than 224 bits were previously accepted by
    default but are now no longer allowed. By default TLS compression was
    already disabled in previous OpenSSL versions. At security level 2 it cannot
    be enabled.
  - The SSL_CTX_set_cipher_list family functions now accept ciphers using their
    IANA standard names.
  - The PVK key derivation function has been moved from b2i_PVK_bio_ex() into
    the legacy crypto provider as an EVP_KDF. Applications requiring this KDF
    will need to load the legacy crypto provider.
  - CCM8 cipher suites in TLS have been downgraded to security level zero
    because they use a short authentication tag which lowers their strength.
  - Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
    by default. Also spaces surrounding '=' in DN output are removed.
  - Add X.509 certificate codeSigning purpose and related checks on key usage and
    extended key usage of the leaf certificate according to the CA/Browser Forum.
  - The 'x509', 'ca', and 'req' apps now produce X.509 v3 certificates.
    The '-x509v1' option of 'req' prefers generation of X.509 v1 certificates.
    'X509_sign()' and 'X509_sign_ctx()' make sure that the certificate has
    X.509 version 3 if the certificate information includes X.509 extensions.
  - Fix and extend certificate handling and the apps 'x509', 'verify' etc.
    such as adding a trace facility for debugging certificate chain building.
  - Various fixes and extensions to the CMP+CRMF implementation and the 'cmp' app
    in particular supporting requests for central key generation, generalized
    polling, and various types of genm/genp exchanges defined in CMP Updates.
  - Fixes and extensions to the HTTP client and to the HTTP server in 'apps/'
    like correcting the TLS and proxy support and adding tracing for debugging.
  - Extended the CMS API for handling 'CMS_SignedData' and 'CMS_EnvelopedData'.
  - 'CMS_add0_cert()' and 'CMS_add1_cert()' no longer throw an error if
    a certificate to be added is already present. 'CMS_sign_ex()' and
    'CMS_sign()' now ignore any duplicate certificates in their 'certs' argument
    and no longer throw an error for them.
  - Added BIO_s_dgram_pair() and BIO_s_dgram_mem() that provide memory-based
    BIOs with datagram semantics and support for BIO_sendmmsg() and BIO_recvmmsg()
    calls. They can be used as the transport BIOs for QUIC.
  - Add new BIO_sendmmsg() and BIO_recvmmsg() BIO methods which allow
    sending and receiving multiple messages in a single call. An implementation
    is provided for BIO_dgram. For further details, see BIO_sendmmsg(3).
  - Support for loading root certificates from the Windows certificate store
    has been added.
  - Enable KTLS with the TLS 1.3 CCM mode ciphersuites. Note that some linux
    kernel versions that support KTLS have a known bug in CCM processing. That
    has been fixed in stable releases starting from 5.4.164, 5.10.84, 5.15.7,
    and all releases since 5.16. KTLS with CCM ciphersuites should be only used
    on these releases.
  - Added '-ktls' option to 's_server' and 's_client' commands to enable the
    KTLS support.
  - Zerocopy KTLS sendfile() support on Linux.
  - The OBJ_ calls are now thread safe using a global lock.
  - New parameter '-digest' for openssl cms command allowing signing
    pre-computed digests and new CMS API functions supporting that
    functionality.
  - OPENSSL_malloc() and other allocation functions now raise errors on
    allocation failures. The callers do not need to explicitly raise errors
    unless they want to for tracing purposes.
  - Added support for Brainpool curves in TLS-1.3.
  - Support for Argon2d, Argon2i, Argon2id KDFs has been added along with
    a basic thread pool implementation for select platforms.

++++ openssl:

  - Update to 3.2.1
  - Update to 3.2.0

++++ snapper:

  - support creating empty snapshots (gh#openSUSE/snapper#944)

++++ toolbox:

  - Use go-md2man instead of pandoc to convert a markdown file to
    nroff. The dep chain is just much, much smaller.
  - Remove Leap and SLE Micro hacks from spec file, this products
    have to provide correct branding packages.
  - Update to version 2.3+git20241025.00f69f5:
    * Add manual page

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

++++ llvm19:

  - Update to version 19.1.2.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ python313-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)

++++ pam:

  - Update to version 1.7.0
  - build: changed build system from autotools to meson.
  - libpam_misc: use ECHOCTL in the terminal input
  - pam_access: support UID and GID in access.conf
  - pam_env: install environment file in vendordir if vendordir is enabled
  - pam_issue: only count class user if logind support is enabled
  - pam_limits: use systemd-logind instead of utmp if logind support is enabled
  - pam_unix: compare password hashes in constant time
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - Drop upstream patches:
  - pam-bsc1194818-cursor-escape.patch
  - pam_limits-systemd.patch
  - pam_issue-systemd.patch

++++ pam-full-src:

  - Update to version 1.7.0
  - build: changed build system from autotools to meson.
  - libpam_misc: use ECHOCTL in the terminal input
  - pam_access: support UID and GID in access.conf
  - pam_env: install environment file in vendordir if vendordir is enabled
  - pam_issue: only count class user if logind support is enabled
  - pam_limits: use systemd-logind instead of utmp if logind support is enabled
  - pam_unix: compare password hashes in constant time
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - Drop upstream patches:
  - pam-bsc1194818-cursor-escape.patch
  - pam_limits-systemd.patch
  - pam_issue-systemd.patch

++++ patterns-base:

  - Remove openssl 1.0 related fips dependencies: openssl 1.0 is EOL
    and removed from Factory.

++++ python313:

  - Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
    path names provided when creating a virtual environment
    (bsc#1232241, CVE-2024-9287)

++++ python-jsonschema-specifications:

  - update to 2024.10.1:
    * Declare support for Python 3.13

++++ python-requests:

  - Switch to pyproject macros.

++++ restorecond:

  - Fix issue where inotify events are not being handled properly
    * added: 1231512-Set-GLib-IO-channels-to-binary-mode.patch
  - Fix issue where restorecond -u is not terminating with SIGTERM (bsc#1231512)
    * added: 1231512-Set-GLib-IO-channels-to-nonblocking.patch

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

++++ gawk:

  - update to 5.3.1:
    * More subtle issues related to uninitialized array elements
    have been fixed.
    * A number of bugs in the debugger related to handling of
    arrays have been fixed.
    * Some subtle bugs in the API have been fixed.
    * Use of MPFR is now possible again on 32-bit Power PC Mac
    systems.
    * Race conditions around broken pipes for system() and read
    and write pipes should now be closed off.
    * Support for OSF/1 has been removed.
    * The never-documented --nostalgia option has been removed.
    It was causing bug reports.
    * The implementation of printf/sprintf has been thoroughly
    reworked in order to make the code more maintainable and to
    fix a goodly number of corner cases.

++++ grub2:

  - Fix error: /boot/grub2/x86_64-efi/bli.mod not found (bsc#1231591)

++++ kdump:

  - upgrade to version 2.0.10
    * calibrate: don't add percentage margin on top of LUKS memory (bsc#1229207)

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

++++ logrotate:

  - update to 3.22.0:
    * fix calculations for time differences
    * fix extension for zip compression
    * fix omitted copy for logs with `mail` and `rotate 0`
    * fix wrongly skipping copy with `copytruncate` and `compress`
    * fix ambiguities between `mode`, `UID` and `GID` parsing when
    not specifying all options
    * fix hang when encountering a named pipe
    * on prerotate failure logs are preserved instead of rotated
    * in case a configuration file was skipped due to unsafe
    permissions the
    * exit status after rotattion will be `1`
    * the state is no longer written to non-regular files
    * the systemd timer now correctly utilizes load distribution
    * add dateformat specifier `%z` for timezone offsets
    * change default mode for created `olddir` directories to
    `0755`
    * support quoted user and group names in `su`, `create`, and
    `createolddir`
  - update logroate.keyring: new maintainer

++++ 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.

++++ patterns-base:

  - In case of doubt, also favor libz1-32bit over libz-ng1-compat for
    the time being.

++++ python-idna:

  - Update to 3.10
    * Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes
    to UTS46 processing that will require more work to properly implement.
  - from version 3.9
    * Update to Unicode 16.0.0
    * Deprecate setup.cfg in favour of pyproject.toml
    * Use ruff for code formatting

++++ python-immutables:

  - update to 0.21:
    * Drop typing_extensions dependency
    * Replace `_PyLong_Format` with `PyNumber_ToBase`

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

++++ grub2:

  - Keep grub packaging and dependencies in the SLE-12 and SLE-15 builds

++++ hyper-v:

  - Add memory allocation check in hv_fcopy_start (94e86b17)
  - suppress the invalid warning for packed member alignment (207e03b0)
  - Add new fcopy application based on uio driver (82b0945c)
  - Add vmbus_bufring (45bab4d7)
  - kvp: Handle IPv4 and Ipv6 combination for keyfile format (f971f6dd)
  - kvp: Some small fixes for handling NM keyfiles (c3803203)
  - kvp: Support for keyfile based connection profile (42999c90)
  - kvp: remove unnecessary (void*) conversions (22589542)
  - Remove an extraneous "the" (f15f39fa)
  - change http to https in hv_kvp_daemon.c (fa52a4b2)
  - replace the copy of include/linux/hyperv.h with include/uapi/linux/hyperv.h (6de74d10)
  - merge individual udev rules files into a single rules file
  - package only files, not directories already owned by filesystem.rpm
  - remove braces from rpm spec macros
  - remove obsolete Group tag
  - replace RPM_BUILD_ROOT with buildroot
  - use a meaningful name for the UAPI include file
  - use a meaningful variable name for ifcfg in hv_set_ifconfig.sh

++++ kbd:

  - Enable libkfont
  - Rename libkeymap-devel to just kbd-devel (the recommendation is
    to reuse the SRPM base name)

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

++++ dtc:

  - Update to 1.7.1:
    * dtc
    * Fix check for 10-bit I2C addresses
    * Improve documentation of -@ option
    * Update to libyaml >= 0.2.3
    * Improvements & fixes for device graph checks
    * Add -L / --local-fixups option
    * Add check for length of interrupt-map properties
    * libfdt
    * Add fdt_path_getprop_namelen()
    * Add fdt_get_symbol() and fdt_get_symbol_namelen()
    * Correct documentation of fdt_path_offset()
    * Correct documentation of fdt_appendprop_addrrange()
    * Validate aliases is fdt_get_alias_namelen()
    * Don't overwrite phandles when applying overlays
    * Require Python 3
    * pylibfdt
    * Support boolean properties
    * Fixes for current Python versions
    * General
    * Assorted bugfixes
    * Assorted build improvements
    * Assorted typo fixes in docs
    * Some additional testcases
    * Move to GitHub Actions based CI

++++ protobuf-c:

  - Modified patch:
    * 711.patch
    + Drop a hunk that was creating problems when the protoc-c
    was called directly and not just as a plugin to protoc

++++ 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.

++++ libssh2_org:

  - Update to 1.11.1:
    * build: enable '-pedantic-errors'
    * build: add 'LIBSSH2_NO_DEPRECATED' option
    * build: stop requiring libssl from openssl
    * disable DSA by default
    * hostkey: do not advertise ssh-rsa when SHA1 is disabled
    * kex: prevent possible double free of hostkey
    * kex: always check for null pointers before calling _libssh2_bn_set_word
    * kex: fix a memory leak in key exchange
    * kex: always add extension indicators to kex_algorithms
    * md5: allow disabling old-style encrypted private keys at build-time
    * openssl: free allocated resources when using openssl3
    * openssl: fix memory leaks in '_libssh2_ecdsa_curve_name_with_octal_new'
    and '_libssh2_ecdsa_verify'
    * openssl: fix calculating DSA public key with OpenSSL 3
    * openssl: initialize BIGNUMs to NULL in 'gen_publickey_from_dsa' for OpenSSL 3
    * openssl: fix cppcheck found NULL dereferences
    * openssl: delete internal 'read_openssh_private_key_from_memory()'
    * openssl: use OpenSSL 3 HMAC API, add 'no-deprecated' CI job
    * openssl: make a function static, add '#ifdef' comments
    * openssl: fix DSA code to use OpenSSL 3 API
    * openssl: fix 'EC_KEY' reference with OpenSSL 3 'no-deprecated' build
    * openssl: use non-deprecated APIs with OpenSSL 3.x
    * openssl: silence '-Wunused-value' warnings
    * openssl: add missing check for 'LIBRESSL_VERSION_NUMBER' before use
    * packet: properly bounds check packet_authagent_open()
    * pem: fix private keys encrypted with AES-GCM methods
    * reuse: provide SPDX identifiers
    * scp: fix missing cast for targets without large file support
    * session: support server banners up to 8192 bytes
    * session: add 'libssh2_session_callback_set2()'
    * session: handle EINTR from send/recv/poll/select to try again as the error is not fatal
    * sftp: increase SFTP_HANDLE_MAXLEN back to 4092
    * sftp: implement posix-rename@openssh.com
    * src: implement chacha20-poly1305@openssh.com
    * src: check the return value from '_libssh2_bn_*()' functions
    * src: support RSA-SHA2 cert-based authentication (rsa-sha2-512_cert and rsa-sha2-256_cert)
    * src: check hash update/final success
    * src: check hash init success
    * src: add 'strict KEX' to fix CVE-2023-48795 "Terrapin Attack"
    * transport: fix unstable connections over non-blocking sockets
    * transport: check ETM on remote end when receiving
    * transport: fix incorrect byte offset in debug message
    * userauth: avoid oob with huge interactive kbd response
    * userauth: add a new structure to separate memory read and file read
    * userauth: check whether '*key_method' is a NULL pointer instead of 'key_method'
    * Rebase libssh2-ocloexec.patch
    * Remove patches fixed upstream:
  - libssh2_org-CVE-2023-48795.patch
  - libssh2_org-CVE-2023-48795-ext.patch
  - libssh2_org-ETM-remote.patch

++++ libvirt:

  - spec: Use default_firewall_backend prjconf setting
  - spec: Loosen nwfilter dependency
    boo#1231798

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

++++ python-anyio:

  - update to 4.6.2:
    * Fixed regression caused by (\#807) that prevented the use
    of parametrized async fixtures
  - update to 4.6.1:
    * Fixed TaskGroup and CancelScope producing cyclic references
    in tracebacks when raising exceptions (\#806) (PR by
    @graingert)

++++ python-blinker:

  - update to 1.8.2:
    * Simplify type for _async_wrapper and _sync_wrapper arguments.
    :pr:`156`
    * Restore identity handling for str and int senders. :pr:`148`
    * Fix deprecated blinker.base.WeakNamespace import. :pr:`149`
    * Fix deprecated blinker.base.receiver_connected import.
    :pr:`153`
    * Use types from collections.abc instead of typing. :pr:`150`
    * Fully specify exported types as reported by pyright.
    :pr:`152`
    * Deprecate the __version__ attribute. Use feature detection,
    or importlib.metadata.version("blinker"), instead.
    :issue:`128`
    * Specify that the deprecated temporarily_connected_to will be
    removed in the next version.
    * Show a deprecation warning for the deprecated global
    receiver_connected signal and specify that it will be removed
    in the next version.
    * Show a deprecation warning for the deprecated WeakNamespace
    and specify that it will be removed in the next version.
    * Greatly simplify how the library uses weakrefs. This is a
    significant change internally but should not affect any
    public API. :pr:`144`
    * Expose the namespace used by signal() as default_namespace.
    :pr:`145`
  - add remove-sphinxextensions.patch to remove an optional
    sphinxextension

++++ python-charset-normalizer:

  - update to 3.4.0:
    * Argument `--no-preemptive` in the CLI to prevent the detector
    to search for hints.
    * Support for Python 3.13
    * Relax the TypeError exception thrown when trying to compare a
    CharsetMatch with anything else than a CharsetMatch.
    * Improved the general reliability of the detector based on
    user feedbacks. (#520) (#509) (#498) (#407)
    * Declared charset in content (preemptive detection) not
    changed when converting to utf-8 bytes.

++++ python-cryptography:

  - update to 43.0.3:
    * Fixed release metadata for cryptography-vectors
    * Fixed compilation when using LibreSSL 4.0.0.

++++ sysvinit:

  - Update to sysvinit 3.11
    * Some escape characters were included in the inittab manual page,
    but not displayed by the "man" command because they were not
    (ironically) properly escaped. This has been fixed.
    * Enabled chaining commands together in the inittab file. This
    allows the admin to run commands like
    "task1 && task2" or "task2 || task2" from the inittab file.
    * Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason.
    * Fix typos/markdown in fstab-decode manual page.
    Patch provided by Bjarni Ingi Gislason.

------------------------------------------------------------------
------------------  2024-10-21  -  Oct 21 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.14 → 10.1.15

++++ gpg2:

  - Update to 2.5.1:
    * gpg: The support for composite Kyber+ECC public key algorithms
    does now use the final FIPS-203 and LibrePGP specifications. The
    experimental keys from 2.5.0 are no longer supported. [T6815]
    * gpg: New commands --add-recipients and --change-recipients. [T1825]
    * gpg: New option --proc-all-sigs. [T7261]
    * gpg: Fix a regression in 2.5.0 in gpgme's tests. [T7195]
    * gpg: Make --no-literal work again for -c and --store. [T5852]
    * gpg: Improve detection of input data read errors. [T6528]
    * gpg: Fix getting key by IPGP record (rfc-4398). [T7288]
    * gpgsm: New option --assert-signer. [T7286]
    * gpgsm: More improvements to PKCS#12 parsing to cope with latest
    IVBB changes. [T7213]
    * agent: Fix KEYTOCARD command when used with a loopback pinentry. [T7283]
    * gpg-mail-tube: Make sure GNUPGHOME is set in vsd mode.  New option
  - -as-attach. [rG4511997e9e1b]
    * Now uses the process spawn API from libgpg-error. [T7192,T7194]
    * Removed the --enable-gpg-is-gpg2 configure time option.
    [rG2125f228d36c]
    * Rebase patches:
  - gnupg-add_legacy_FIPS_mode_option.patch
  - gnupg-revert-rfc4880bis.patch
  - gnupg-nobetasuffix.patch

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ 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)

++++ ncurses:

  - Add ncurses patch 20241019
    + fixes for compiler warnings/cppcheck.
    + build-fixes for DJGPP configuration (patches by Stas Sergeev)

++++ openssl-3:

  - Update to 3.1.7:
    * Major changes between OpenSSL 3.1.6 and OpenSSL 3.1.7 [3 Sep 2024]
  - Fixed possible denial of service in X.509 name checks (CVE-2024-6119)
  - Fixed possible buffer overread in SSL_select_next_proto()
    (CVE-2024-5535)
    * Major changes between OpenSSL 3.1.5 and OpenSSL 3.1.6 [4 Jun 2024]
  - Fixed potential use after free after SSL_free_buffers() is
    called (CVE-2024-4741)
  - Fixed an issue where checking excessively long DSA keys or
    parameters may be very slow (CVE-2024-4603)
  - Fixed unbounded memory growth with session handling in TLSv1.3
    (CVE-2024-2511)
    * Major changes between OpenSSL 3.1.4 and OpenSSL 3.1.5 [30 Jan 2024]
  - Fixed PKCS12 Decoding crashes (CVE-2024-0727)
  - Fixed Excessive time spent checking invalid RSA public keys
    [CVE-2023-6237)
  - Fixed POLY1305 MAC implementation corrupting vector registers
    on PowerPC CPUs which support PowerISA 2.07 (CVE-2023-6129)
  - Fix excessive time spent in DH check / generation with large
    Q parameter value (CVE-2023-5678)
    * Update openssl.keyring with BA5473A2B0587B07FB27CF2D216094DFD0CB81EF
    * Rebase patches:
  - openssl-Force-FIPS.patch
  - openssl-FIPS-embed-hmac.patch
  - openssl-FIPS-services-minimize.patch
  - openssl-FIPS-RSA-disable-shake.patch
  - openssl-CVE-2023-50782.patch
    * Remove patches fixed in the update:
  - openssl-Improve-performance-for-6x-unrolling-with-vpermxor-i.patch
  - openssl-CVE-2024-6119.patch openssl-CVE-2024-5535.patch
  - openssl-CVE-2024-4741.patch openssl-CVE-2024-4603.patch
  - openssl-CVE-2024-2511.patch openssl-CVE-2024-0727.patch
  - openssl-CVE-2023-6237.patch openssl-CVE-2023-6129.patch
  - openssl-CVE-2023-5678.patch
  - openssl-Enable-BTI-feature-for-md5-on-aarch64.patch
  - openssl-Fix-EVP_PKEY_CTX_add1_hkdf_info-behavior.patch
  - openssl-Handle-empty-param-in-EVP_PKEY_CTX_add1_hkdf_info.patch
  - reproducible.patch

++++ openssl:

  - Update to 3.1.7

++++ protobuf-c:

  - Added patch:
    * 711.patch
    + Backport the changes from the pull request #711
    https://github.com/protobuf-c/protobuf-c/pull/711 fixing
    build with protobuf 26.0+

++++ libsemanage:

  - Not conflict but obsolete libsemanage1 (bsc#1229757)

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

  - cuda-flavor
    provide also nvidia-open-driver-G06-kmp-$flavor = %version to
    workaround broken cuda-drivers

++++ ovmf:

  - Removed the following patch files because they are merged to
    edk2-stable202408:
  - ovmf-EmbeddedPkg-Library-Support-SOURCE_DATE_EPOCH-in-Vir.patch
  - ovmf-NetworkPkg-TcpDxe-Fixed-system-stuck-on-PXE-boot-flo.patch
  - Update to edk2-stable202408
  - Features (https://github.com/tianocore/edk2/releases):
    CryptoPkg:Add more crypto APIs (AESGCM/PEM/X509/RSA/PKCS5/PKCS7/Authenticode) based on Mbedtls
    CryptoPkg: Enable Openssl native instruction support for AARCH64
    CryptoPkg: Add support for aes128-sha256 and aes256-sha256 cipher
    UefiCpuPkg: S3 cleanup
    MdePkg/BaseLib: Add CRC16 CCITT False Implementation
    DynamicTablesPkg: ACPI TPM2 generator
    DynamicTablesPkg: Prepare for supporting other archs
    BaseTools: Add VS2022 support
    OvmfPkg: Add LoongArchVirt instance to OvmfPkg and enable it
  - Patches (git log --oneline --date-order edk2-stable202405..edk2-stable202408):
    b158dad150 EmulatorPkg: VS2022 Support on WinHost.
    b0f43dd3fd DynamicTablesPkg: Add parser for Tpm2 CM object
    d24df10cee DynamicTablesPkg: Add HexDump for CM Object parser
    75a9afa540 DynamicTablesPkg: ACPI TPM2 generator
    2bff58935f MdePkg: Tpm2Acpi.h: Max size for Parameters field
    ab6ad2fbdb NetworkPkg/DxeHttpLib: Support HTTP CONNECT message in Tx path.
    9761137743 RedfishPkg: Allow deletion of the bootstrap account
    a29a9cce5f MdePkg/BaseLib: Add CRC16 CCITT False Implementation.
    472be4d139 MdeModulePkg ConPlatform: Support IAD-style USB input devices.
    1b37b3659b .github/request-reviews.yml: Use GitHub App authentication
    51ada84cd5 .github/request-reviews.yml: Move workflow Py code to file
    59ad8aeda6 .github/request-reviews.yml: Formatting (non-functional)
    32a099c358 .github/request-reviews.yml: Improve doc and dbg messages
    f617b6ee0e .github/request-reviews.yml: Only post non-collab message once
    09ad1a0072 .github/request-reviews.yml: Add non-collab admin notification
    e86647decd .github/request-reviews.yml: Update PR reviewer exclusion
    eaf2b82eda .github/request-reviews.yml: Removed unused functionality
    d3e9e10770 .github/request-reviews.yml: Switch to PyGithub
    98f17cdcf4 .github/request-reviews.yml: Switch to GitPython
    057c26710a .github/request-reviews.yml: Cache PIP modules
    38c4cd4e88 .github/request-reviews.yml: Use sparse checkout
    5d43165ff8 UefiCpuPkg: rename and simplify IsAddressValid function
    cff0641360 UefiCpuPkg: remove unneeded code in SmmProfilePFHandler
    8b8ac5d986 UefiCpuPkg: rename the SmiDefaultPFHandler function
    cae90a8390 UefiCpuPkg: Remove duplicate code in SmiPfHandler
    b5c9bbff8e UefiCpuPkg:CpuDeadLoop in SmiPFHandler if SMM profile is disabled
    b3631ca944 UefiCpuPkg: remove unnecessary manipulation for smm page table
    9f29fbd33b UefiCpuPkg: always create full mapping SMM page table
    47bb9f9a97 UefiCpuPkg: Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Fix system..."
    68b4c4b481 BaseTools/Capsule: Support Different Hash Algorithm for Payload Digest
    5ff99e0dab MdePkg /IoRemappingTable: Define additional IORT SMMUv3 node flags.
    159f1aee56 BaseTools/WinRcPath: Improve Performance.
    f203a6db92 OvmfPkg: Pass correct virtio-scsi request size
    24a375fcdd UefiCpuPkg/PiSmmCpuDxeSmm: Avoid use global variable in InitSmmS3Cr3
    8f3e132512 UefiCpuPkg/PiSmmCpuDxeSmm: Clean redundant SmmS3Cr3 Init
    66b4a2f91d UefiCpuPkg/PiSmmCpuDxeSmm: clean unused PCD for S3
    4f5de749cb DynamicTablesPkg/DynamicTableManagerDxe: Adds X64 GetAcpiTablePresenceInfo
    bc0fc75637 DynamicTablesPkg/AcpiFadtLib: Adds FADT X64 generator
    967cbd87b7 DynamicTablesPkg: Adds X64 namespace object
    87d3a6272c UefiCpuPkg/PiSmmCpuDxeSmm: Iterate page table to find proper entry
    24f8b97a9d UefiCpuPkg/PiSmmCpuDxeSmm: Remove assert check for PDE entry not exist
    f73b97fe7f UefiCpuPkg/PiSmmCpuDxeSmm: Check PDE entry exist or not before use
    9d8a5fbd0c UefiCpuPkg/PiSmmCpuDxeSmm: Enable single step after SmmProfile start
    bbee1cc852 DynamicTablesPkg: Fix some spelling mistakes found by cspell
    c26490ea29 EmbeddedPkg: Fix some spelling mistakes found by cspell
    669c5aa240 UefiPayloadPkg: Fix some spelling mistakes found by cspell
    1f6dbab8d9 RedfishPkg: Fix some spelling mistakes found by cspell
    ecb0d1e2cb MdePkg: Fix some spelling mistakes found by cspell
    394cbc4ab2 ArmVirtPkg: Fix some spelling mistakes found by cspell
    7b1646d454 ArmPlatformPkg: Fix some spelling mistakes found by cspell
    cf60ca4366 .pytool: Sort the list of words in cspell.base.yaml
    bd23183ac9 .pytool: Add "MPIDR" to the list of known words in cspell.base.yaml
    b0e7a75a49 ShellPkg/AcpiView: Add MPAM Parser
    3c8133ba87 ShellPkg: acpiview: Add routines to print reserved fields
    8a036c8913 ShellPkg: acpiview: Add routine to print 16 chars
    9e865f9579 ShellPkg/AcpiView: Update print-formatter prototype
    107d0c3800 ShellPkg/AcpiView: Update field-validator prototype
    29619603d2 MdePkg/IndustryStandard: Add definitions for MPAM ACPI specification
    5c9b889b81 IntelFsp2WrapperPkg/FspmWrapperPeim: Fix FspT/M address for measurement
    2d5390053f ArmVirtPkg: Switch all PrePeiCore users to new Sec.inf
    e85e29309e ArmPlatformPkg: Clone PrePeiUniCore into Sec
    91117d70d8 ArmPlatformPkg: Clone PrePiUniCore into PeilessSec
    bbe26ca2cc ArmPlatformPkg/PrePi: Make some functions STATIC
    12dc8d420b ArmPkg/ArmArchTimerLib: Drop pointless constructor
    e76b248d8f ArmPlatformPkg/PrePi: Drop call to TimerConstructor()
    8c10017aa7 ArmVirtPkg/PrePi: Drop call to TimerConstructor()
    1941a901f0 ArmPlatformPkg/PrePi: Drop secondary stack handling
    9c1bc36ad1 ArmPlatformPkg/PrePeiCore: Drop secondary stack handling
    96c8e75681 ArmPlatformPkg/PrePeiCore: Drop MPCore variant
    cee49c82d5 ArmPlatformPkg/PrePi: Drop MPCore variant
    4fc1c513f8 ArmPlatformPkg: Drop bogus reference to MPCore related PCD
    caac25e22e ArmVirtPkg: Drop bogus reference to MPCore related PCD
    a679ceca97 CryptoPkg: Enable Openssl Accel builds for AARCH64
    368f9b62a2 CryptoPkg/OpensslLib: Add AArch64Cap for arch specific hooks
    9403422f21 CryptoPkg/OpensslLib: Generate files for AARCH64 native support
    952ecf53f9 CryptoPkg/OpensslLib: Add native instruction support for AARCH64
    1715d67231 MdePkg/BaseRngLib: Prefer ArmReadIdAA64Isar0Reg() over ArmReadIdIsar0()
    30e53f8b5e MdePkg/BaseLib: AARCH64: Add ArmReadIdAA64Isar0Reg()
    a72d93e163 MdePkg/BaseLib: AARCH64: Add ArmReadCntPctReg()
    71b9bda1ac BaseTools/Scripts/BinToPcd.py: Update regex strings to use raw strings.
    85fad9912c MdePkg: Add PCI Express 6.0 Header Support
    7e5a5ae154 MdePkg/Acpi65.h: Fix GUID value
    eed43245df CodeQlQueries.qls: Pin to the 1.1.0 codeq/cpp-queries pack
    a9158fe9a6 StandaloneMmPkg: Enable SmmLockBoxMmDependency.
    3ada6c0db6 StandaloneMmPkg: Add LockBox Dependency Library
    1fc55a3933 OvmfPkg: Use heap memory for virtio-scsi request
    b342070ce6 OvmfPkg: Use heap memory for virtio-blk request
    02f7ecbbb2 EmbeddedPkg: Retire EfiResetSystemLib and ResetRuntimeDxe
    f9b021f84f OvmfPkg/LoongArchVirtQemu: Drop bogus references to EfiResetSystemLib
    03f49e4409 UefiCpuPkg: remove last instances of EFI_D_
    e2528a5209 OvmfPkg: remove last instances of EFI_D_
    9df400fd4d MdeModulePkg: NvmExpressDxe: Add Timeout Status Codes
    f8f34edd9d MdeModulePkg/UfsPassThruDxe: Migrate UFS Initial Completion Timeout to PCD
    5289ad177d MdeModulePkg/UfsBlockIoPei: Migrate UFS Initial Completion Timeout to PCD
    bc1c890e8e MdeModulePkg: Add the PcdUfsInitialCompletionTimeout in DEC File
    5b08df03f8 MdeModulePkg: Optimize PEI Core Migration Algorithm
    91a822749a BaseTools: fix build error with TOOL_CHAIN_TAG VS2015 & VS2015x86
    621a30c676 MdePkg: IORT header update for IORT Rev E.f spec
    84fc1ec52f MdePkg: Update HEST Revision As 2
    909abd7104 EmbeddedPkg: NonCoherentDmaLib: Set EFI_MEMORY_XP Capability on DMA Buffer
    be1d408773 DynamicTablesPkg: Add EFIAPI to generators hooks
    7537028fa5 DynamicTablesPkg: Fix conversion compiler warnings
    40a0dbdd18 DynamicTablesPkg: FdtHwInfoParserLib: Create wrapper to get INTC addr cells
    d8aa665b31 DynamicTablesPkg: FdtHwInfoParserLib: Move IRQ map to arch folder
    5782aef055 DynamicTablesPkg: FdtHwInfoParserLib: Move ArmLib.h to ArmGicCParser.c
    a7cc72c360 DynamicTablesPkg: FdtHwInfoParserLib: Make Serial Port parser arch neutral
    f16817ec84 DynamicTablesPkg: FdtHwInfoParserLib: Make Pci parser arch neutral
    4bb08e8863 DynamicTablesPkg: FdtHwInfoParserLib: Refactor to prepare for other archs
    e2fda42a22 DynamicTablesPkg: FdtHwInfoParserLib: Move ARM parsers to Arm directory
    47b830db58 DynamicTablesPkg: DynamicTableManagerDxe: Refactor PresenceArray
    dfd867bd83 DynamicTablesPkg: AcpiSsdtCpuTopologyLib: Avoid dependency on GICC
    c6e0eed072 DynamicTablesPkg: AcpiSratLib: Prepare to support other archs
    acaf99827f DynamicTablesPkg: AcpiSpcrLib: Prepare to support other archs
    2e6076edaf DynamicTablesPkg: AcpiDbg2Lib: Prepare to support other archs
    e69e1eea2c DynamicTablesPkg: AcpiFadtLib: Prepare to support other archs
    b242de55e2 DynamicTablesPkg: Acpi: Prepare common libraries to support other archs
    e640c04a7b DynamicTablesPkg: Acpi: Move generic libraries to common folder
    fb6a7147f3 DynamicTablesPkg: Move PSD info to Arch Common
    6466a6e63e DynamicTablesPkg: Move PCC Type 5 info to Arch Common
    e8119798b1 DynamicTablesPkg: Move PCC Type 3 & 4 info to Arch Common
    78b77d9ec4 DynamicTablesPkg: Move PCC Type2 info to Arch Common
    870cf728ef DynamicTablesPkg: Move PCC Type1 info to Arch Common
    db4496d30a DynamicTablesPkg: Move PCC Type0 info to Arch Common
    b0ecf17a31 DynamicTablesPkg: Move PCC structure definitions to Arch Common
    ff249c62e3 DynamicTablesPkg: Move Continuous perf control info to Arch Common
    afa7f8a6b1 DynamicTablesPkg: Move Cache info to Arch Common
    79dd25848e DynamicTablesPkg: Move Processor hierarchy info to Arch Common
    d7a47297cd DynamicTablesPkg: Rename GicCToken field in Processor Hierarchy Info
    ead3b42391 DynamicTablesPkg: Move LPI info object to Arch Common
    0b5abcb90e DynamicTablesPkg: Move Generic Initiator affinity info to Arch Common
    3a644f4a43 DynamicTablesPkg: Move PCI device Handle object to Arch Common
    0ca10ddc0f DynamicTablesPkg: Move ACPI device Handle object to Arch Common
    71b0e9decb DynamicTablesPkg: Move Mem Affinity Info to Arch Common
    11dcf74d42 DynamicTablesPkg: Move Pci Interrupt Map Info to Arch Common
    4333f5c316 DynamicTablesPkg: Move CM_ARM_GENERIC_INTERRUPT struct to Arch Common
    83b01dc5cc DynamicTablesPkg: Move Pci Address Map Info to Arch Common
    ae1ba78718 ArmVirtPkg: Kvmtool: Update Pci Config Space Info in Cfg Manager
    93bb65dcfc DynamicTablesPkg: Move Pci Config Space Info to Arm namespace
    4f29b082e8 DynamicTablesPkg: Move Cm Reference object to Arch Common
    8e9ece1234 DynamicTablesPkg: Move FADT Fixed Features Flags to Arch Common
    87a53216e7 DynamicTablesPkg: Move Hypervisor Vendor Id to Arch Common
    e5d8bd476c DynamicTablesPkg: Move Serial Port Info Objects to Arch Common
    1775c9d51c ArmVirtPkg: Kvmtool: Update Power Mgmt Profile info in Cfg Manager
    4362ddea7f DynamicTablesPkg: Move Power Mgmt Profile Info Object
    6dad45b7dd ArmVirtPkg: Kvmtool: Update ConfigMgr to support ArchCommon
    58c36ce09f DynamicTablesPkg: Drop Reserved29 object ID from Arm Namespace
    b0b0812a6e DynamicTablesPkg: Drop Cpu Info object ID from Arm Namespace
    fc8a16871c DynamicTablesPkg: Update documentation for CM_OBJECT_ID
    9c040c003a DynamicTablesPkg: Update DynamicPlatRepo for Arch Common namespace
    3c2d524ceb DynamicTablesPkg: TokenFixer: Return Non Arm NS objs as unsupported
    af337d1291 DynamicTablesPkg: Add support for ArchCommon objects in CmObjParser
    15ce6edd04 DynamicTablesPkg: Introduce an Arch Common Namespace header file
    cb3c2362cd DynamicTablesPkg: Introduce ObjectId to validate CmObject Parser Array
    991b70c0da DynamicTablesPkg: Replace ProcNodeIdInfo with EArmObjReserved29
    6fb4e7b4ad DynamicTablesPkg/SsdtCpuTopology: Update function's parameter description
    0dacb43505 DynamicTablesPkg: Introduce an Arch Common Namespace
    43e2395c1b MdeModulePkg: fix issue caused by uninitialized variable
    51edd4830d UefiCpuPkg: fix issue when SMM profile is enabled
    ecb1d67775 BaseTools/tools_def CLANGDWARF: Always use -Oz in RELEASE mode
    b7f963d570 FmpDevicePkg: Assert on PcdFmpDeviceImageTypeIdGuid Size Mismatch
    52eb643d07 ArmVirtPkg/ArmVirtQemu: Switch to generic ResetSystemLib
    08c60b40da ArmVirtPkg: Implement DT-based ArmMonitorLib for the PEI phase
    358b19e6bf ArmVirtPkg: Move to generic ArmPsciResetSystemLib
    418b8176b8 ArmPkg: Retire ArmSmcPsciResetSystemLib
    0343e75233 .github/request-reviews.yml: Switch to pull_request_target
    7868d509dd .azurepipelines: Disable the PR gate code coverage job
    d7e36ccbbd MdeModulePkg: Add NVMe Long Delay Time Events
    03ad59e631 MdeModulePkg: Consume SOC related ACPI table from ACPI Silicon HOB
    6589843cc6 BaseTools/codeql: Update to CodeQL 2.18.1
    6830074642 ShellPkg: Add missing apps
    ffc09b51cb MdeModulePkg: Remove EFI_MEMORY_* Defines
    c82ca2bb44 MdePkg: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE Enum
    41426040da BaseTools: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE Enum
    b1bce5e564 ArmPkg/ArmMonitorLib: Implement SMCCC protocol correctly and directly
    43130ae403 ArmPkg: Convert PcdMonitorConduitHvc to FixedAtBuild
    8665187b01 ShellPkg: Correct smbiosview strings for SMBIOS Type0
    556640bcea UefiCpuPkg/MpInitLib: Reduce compiler dependencies for LoongArch
    6271b617b4 .github/workflows/request-reviews.yml: Add workflow
    89a06a245b .github: Add GitHub helper python script
    3f0c4cee94 BaseTools/GetMaintainer.py: Add GitHub username argument
    a96d2a8f2d PrmPkg: Don't Set Access Attributes of Runtime MMIO Ranges
    a7abb77c59 ArmPkg: Introduce ResetSystemLib implementation based on ArmMonitorLib
    a9c8c47d53 ArmPkg: Disable AuditOnly mode for uncrustify
    d4ae23b1e6 ShellPkg: Support parser of MADT for LoongArch64
    9bc7a36120 UefiCpuPkg: Removing redundant parameter in RestoreVolatileRegisters
    6fe3137fe5 UefiCpuPkg: Change RestoreVolatileRegisters second parameter
    3912aa3d32 UefiCpuPkg: Combine the code to set ApInitDone
    9f06e5c702 UefiCpuPkg: Remove ApInitReconfig status
    4a0c77be68 UefiCpuPkg: Let AP always save/restore volatile registers
    7fc08c68cd UefiCpuPkg: Sync the init timer count instead of current timer count
    7033f359a9 UefiCpuPkg: Preserve Local APIC Timer Settings During BSP Switch
    76f441c57c UefiCpuPkg: Also exchange CPU_AP_DATA in SortApicId()
    f5901ff2a4 ArmPkg: Remove Deprecated ArmPsciResetSystemLib
    da591416ee BaseTools: Move GnuNoteBti.bin to BaseTools
    990bc4e562 BaseTools: Move GccLto Files to BaseTools
    f96298d75c ShellPkg/Acpiview: Add HEST Parser
    32e7f9aa6c UefiCpuPkg: Revert "UefiCpuPkg/PiSmmCpuDxeSmm:Map SMRAM in 4K..."
    46eb0ca29b ShellPkg: Changes to print Type17 in Smbiosview
    c5ab17430b ArmPlatformPkg: PL031RealTimeClockLib: Set MMIO Memory XP
    1b8ca81133 ArmVirtPkg: KvmtoolRtcFdtClientLib: Set MMIO Memory NX
    e10de1cb03 ArmPkg: ArmMmuLib: Add AARCH64 Memory Attribute Update Failure Log
    74833ca459 ArmPkg: ArmMmuLib: Add ARM32 Memory Attribute Update Failure Logging
    37287bf9ad ArmPkg: CpuDxe: Add Memory Attribute Protocol Logging
    c5582e435c ArmVirtPkg: QemuVirtMemInfoPeiLib: Allow Dynamic PcdSystemMemorySize
    8984fba2f2 EmbeddedPkg: Mark DMA Memory Allocations XP By Default
    469f29fe76 MdeModulePkg/VariablePolicyLib: Use wildcard character constant
    734aaff862 ArmPlatformPkg: Update LcdHwNullLib to prevent init
    489e4a60ea MdeModulePkg/SmiHandlerProfileInfo: Include profile SMI in profile
    62bf2aefc7 .pytool/Plugin: Improve plugin log messages
    cee9d1b16b MdeModulePkg: DxeCore: Fix Use-After-Free guard causing page fault
    0adc868b36 MdePkg/BaseLib: Optimize LOONGARCH64 csr usage
    11c50d6ca1 MdeModulePkg/UfsBlockIoPei: Wait fDeviceInit Be Cleared by Devices
    23d3fc056d ShellPkg/Acpiview: Add EINJ Parser
    873f35625d MdePkg/IndustryStandard: Update EINJ information according to ACPI 6.5
    5b429acec7 MdePkg/IndustryStandard: Add GET_EXECUTE_OPERATION_TIMINGS define
    c2d6e2e18a MdePkg/IndustryStandard: Add SET_ERROR_TYPE_WITH_ADDRESS define
    dd58d1227c MdePkg: Added support for Smbios 3.7.0 Spec
    e32d24ef8c MdePkg: Define SMBIOS Protocol header according IndustryStandard
    b3441e0100 MdeModulePkg/Core/DxeIplPeim: Enhance Code in DxeIplFindDxeCore Function
    43b7a856fa RedfishPkg: Reduce DEBUG_ERROR to DEBUG_MANAGEABILITY in various places
    6b4dd3625b MdeModulePkg/SmiHandlerProfileInfo: Declare correct XML encoding
    55b043732d MdePkg/UefiDebugLibDebugPortProtocol: ExitBootServicesCallback() static
    690f13fcb4 ArmPlatformPkg/Driver/PL061Gpio: Error checking for pin on release build
    f9c373c838 EmbeddedPkg: Add option to disable EFI Memory Attribute Protocol
    1bb9f47739 BaseTools/CodeQL: Removed unused static function query
    8e6ba0dcae BaseTools/HostBasedUnitTestRunner: Promote Unittest error to CI fail.
    5366def8d0 BaseTools: drop GeneralCheckNonAscii() from ECC
    8ade6d7bd1 BaseTools: fix consistent Ecc misspelling of ASCII
    8bb9145ad1 OvmfPkg: Add network support for LoongArch QEMU platform
    91226e1eec OvmfPkg/RiscVVirt: Configure zkr PCD for Virt
    b54bc983c6 MdePkg/Library: Add RISCV64 support to BaseRngLib
    d4dbe5e101 SecurityPkg/Tcg2Acpi: Revise debug print
    807ab61359 UefiPayloadPkg:Modify the PCD PcieResizableBar to dynamic PCD
    5dc6f19b38 OvmfPkg: Fix the wild pointer in Fdt16550SerialProtHookLib
    b92e16d5c3 BaseTools: Remove fno-plt from LoongArch CC flags
    2b6d0eb434 OvmfPkg/OvmfPkgX64: Set default value of CC_MEASUREMENT_ENABLE to TRUE
    2e7230f1ba IntelFsp2WrapperPkg: FSP measurement based on PcdFspMeasurementConfig
    72d6e247b7 MdePkg/StmApi.h: Add SMM_REV_ID definition for STM header
    f122c6f639 MdeModulePkg/RuntimeResetSystemLib: Make global static
    5c86b0b57c NetworkPkg/HttpDxe: Track HttpInstance URL buffer length.
    071d2cfab8 OvmfPkg/Sec: Skip setup MTRR early in TD-Guest
    0f45be1633 .github: Update pull_request_template.md
    6c061c4715 BaseTools/Ecc: Allow `static` as a modifier
    3abe627f29 RedfishPkg/RedfishPlatformConfigDxe: remove false alarm
    497766f709 ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.c
    960b6e8309 MdePkg: Adding EBBR EFI_CONFORMANCE_PROFILE_TABLE GUIDs
    3ad878fde5 MdePkg: Adding support for EFI_CONFORMANCE_PROFILE_TABLE
    f46b5b06c6 ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.c
    749065300a ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c
    f91211049c MdeModulePkg: Remove PeiAllocatePool() Assert
    7aaee521a1 FmpDevicePkg: Correct broken Depex in FmpDxe
    426b69830e BaseTools: change non-ASCII characters in LinuxGcc5ToolChain.py
    95a6892aac BaseTools: Add VS2022 support.
    049e12c03d StandaloneMmPkg/Core: Dump all HOB info in entrypoint
    e94cbfc845 UefiPayloadPkg/UefiPayloadEntry: Use HobPrintLib to dump HOBs
    d5b03d5fba MdeModulePkg: Add HobPrintLib instance
    19bcc73213 MdeModulePkg: Add HobPrintLib header file
    d5fad2176c SecurityPkg/Tcg: Correct buffer valid check func
    0986faad97 MdeModulePkg/VariableSmm: Fix NonPrimary Buffer check issue
    8befdb1441 MdeModulePkg/VariableSmm: Add func for Primary Buffer valid check
    acfdb6771c MdeModulePkg/VarCheckPolicyLib: Fix buffer valid check for MM
    c0021d31f8 MdeModulePkg/VarCheckPolicyLib: Update buffer valid check func name
    67d3be644f MdeModulePkg/FaultTolerantWriteSmm: Update buffer valid check func name
    26bc42f1e3 BaseTools/GenerateCapsule.py: Fix checking for DepExp presence
    eeddb86aaa BaseTools/GenerateCapsule.py: Fix inconsistent error formatting
    47c1078175 BaseTools/GenerateCapsule.py: Require --output for --decode
    822ff966c6 BaseTools/GenerateCapsule.py: Better error message on --decode failure
    3be79ece37 BaseTools/GenerateCapsule.py: Disallow UpdateImageIndex == 0 on --encode
    8e7bd66dc1 BaseTools/GenerateCapsule.py: Fix --decode operation
    5a4a7172bc BaseTools/FmpCapsuleHeader.py: Explain error when throwing exceptions
    f8bf46be59 UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2
    4efcd654ec Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2"
    a3359ffb25 OvmfPkg/LoongArchVirt: Optimize the use of serial port libraries
    22d0babd33 MdeModulePkg/StandaloneMmReportStatusCodeLib: Support MM_CORE_STANDALONE
    a1d94d9e6e MdePkg/StandaloneMmServicesTableLib: Support MM_CORE_STANDALONE
    051c7bb434 StandaloneMmPkg: Fix section data length returned larger than actual data
    bef0d333dc UefiCpuPkg/PiSmmCpuDxeSmm: Fix system hang when SmmProfile enable
    9389b9a208 MdePkg/Tdx.h: Fix the order of NumVcpus and MaxVcpus
    ed9a64af1b SecurityPkg/Tcg2Config: avoid potential build error
    2809966189 OvmfPkg: Enable AMD SEV-ES DebugVirtualization
    63a7152471 UefiCpuPkg: Add AMD SEV-ES features support
    9f06feb5d2 OvmfPkg: Add AMD SEV-ES DebugVirtualization feature support
    3f28aa2fb0 MdePkg: Add AMD SEV features to PcdConfidentialComputingGuestAttr
    bc3a1ec2a2 MdePkg/Register/Amd: Define all bits from MSR_SEV_STATUS_REGISTER
    6852f6984b EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCH
    8430c69dc1 MdePkg/Nvme.h: Add missing NVMe capability descriptions
    cdffb638c8 AmdSev: enable kernel hashes without initrd
    4e36bed812 MdeModulePkg/NvmExpressDxe: use format "0x%lx" for UINT64 values.
    4f73eef838 MdeModulePkg/NvmExpressDxe: fix format used for Eui64 conversion
    6b9307192b BaseTools: InfBuildData: Fix Private value retrieval
    592725d229 DscCompleteCheck: Allow git ignore syntax
    ed07a2bb11 MdeModulePkg/UsbBusDxe: USB issue fix when the port reset
    4f174696fd .pytool: CompilerPlugin: Pass through build vars
    6b256cef01 OvmfPkg: Create SP800155 HOBs from QemuFwCfgFile
    ff1c4fa168 MdePkg: UefiTcgPlatform.h updates
    b2216427ca EmbeddedPkg/.ci.yaml: add temporary workaround ECC exception
    e939ecf6c1 SecurityPkg: Consume gEdkiiTcg2AcpiCommunicateBufferHobGuid
    9a76c7945b SecurityPkg: Build gEdkiiTcg2AcpiCommunicateBufferHobGuid
    cb6ba975ae SecurityPkg: Add new gEdkiiTcg2AcpiCommunicateBufferHobGuid
    add3ca4e00 SecurityPkg:Consume gEdkiiTcgPhysicalPresenceInterfaceVerHobGuid
    97ede07beb SecurityPkg/Tcg2StandaloneMm:Consume gEdkiiTpmInstanceHobGuid
    cb38d27f1d SecurityPkg/Tcg2ConfigPei: Build two new HOBs
    f9950cceec SecurityPkg:Add new HOB for PhysicalPresenceInterfaceVersion
    5ab96f5437 SecurityPkg: Add a new gEdkiiTpmInstanceHobGuid
    8bf27965db DynamicTablesPkg: AmlLib remove unnecessary cast
    469d09d6b2 DynamicTablesPkg: AmlLib CONST cleanup
    8c09d862bf BaseTools: BinToPcd: Remove xdrlib dependency
    3b2025969e pip: bump edk2-pytool-library from 0.21.5 to 0.21.8
    dc3ed379df UefiCpuPkg/Library: Add MM_STANDALONE type for SmmCpuPlatformHookLib
    ed46e507e6 UefiCpuPkg/Library: Add MM_STANDALONE type for MmSaveStateLib
    a5f147b2a3 pip: bump edk2-pytool-extensions from 0.27.5 to 0.27.6
    6862b9d538 NetworkPkg/DxeNetLib: adjust PseudoRandom error logging
    ae09721a65 MdeModulePkg/DisplayEngineDxe: Support "^" and "V" key on pop-up form
    89377ece8f MdeModulePkg/ImagePropertiesRecordLib: Reduce debug level
    dc002d4f2d CryptoPkg: Fix wrong comment for CryptoPkg
    78bccfec9c OvmfPkg/Sec: use cache type #defines from ArchitecturalMsr.h
    71e6cc8dad UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.h
    5bef25dca4 MdePkg/ArchitecturalMsr.h: add #defines for MTRR cache types
    ce4c76e46d OvmfPkg/Sec: Setup MTRR early in the boot process.
    e21bfae345 ReadMe.rst: Add mbedtls submodule license
    0333faf50e ArmPkg: delete PcdArmArchTimerFreqInHz
    7ee89453b5 ArmVirtPkg: drop use of PcdArmArchTimerFreqInHz
    a715d456de ArmPkg: drop manual ARM programming of generic timer frequency
    2fbaaa96d1 MdePkg/BaseLib: Fix an instruction write width error in LoongArch64
    5db0091418 UefiCpuPkg/ExceptionHandler: Fix a context error in LoongArch64
    dc93ff8a55 CryptoPkg: Extend TLS handshake debug output
    84d8eb08e1 CryptoPkg: Add SNI extension to TLS ClientHello
    10b4bb8d6d AmdSev: Halt on failed blob allocation
    56059941ec AmdSev: Rework Blob Verifier
    be38c01da2 OvmfPkg: refine TdTcg2Dxe
    d512bd3129 UefiCpuPkg: Correct the count of different type of Cache.
    57a890fd03 MdePkg: Check if compiler has __has_builtin before trying to use it
    95e220e95d MdePkg/ArmLib: Drop obsolete library declarations
    e76be772aa ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON execution
    4d4f569924 MdeModulePkg: Avoid efi memory allocation for SP memory
    26a30abdd0 MdeModulePkg/DxeCapsuleLibFmp: Fix compilation error
    c1d1910be6 OvmfPkg/QemuVideoDxe: add feature PCD to remap framebuffer W/C
    ffce430d2b OvmfPkg/BhyvePkg: honor FwCfg when setting the bootorder
    bfda27ddc8 Maintainers.txt: Update maintainers and reviewers for OvmfPkg/LoongArchVirt
    7a1739d896 OvmfPkg/PlatformCI: Add CI coverage for LoongArchVirtQemu
    c2d6efaef9 OvmfPkg/LoongArchVirt: Add self introduction file
    d6dcf621df OvmfPkg/LoongArchVirt: Add build file
    e5e2cf48a9 OvmfPkg/LoongArchVirt: Support PEI phase
    9912434785 OvmfPkg/LoongArchVirt: Support SEC phase
    c63d90085b OvmfPkg/LoongArchVirt: Add reset system library
    79835e08f5 OvmfPkg/LoongArchVirt: Add real time clock library
    74433f66b1 OvmfPkg: Add a new GUID called gRtcRegisterBaseAddressHobGuid
    ab4b1f113d OvmfPkg/LoongArchVirt: Add the early serial port output library
    05f74f1ca7 OvmfPkg/LoongArchVirt: Add serial port hook library
    ace279c036 OvmfPkg/LoongArchVirt: Add CpuMmuInit library
    e3e27f22d2 OvmfPkg/LoongArchVirt: Add stable timer driver
    b0c5781671 .devcontainer: bump Fedora version to 39
    176b9d41f8 MdeModulePkg/Core/Pei: Install MigrateTempRamPpi
    537a81ae81 MdePkg/Include: Update AMD specification references
    a9def1ed9d MdePkg/Include: Update Msr.h header guard define
    17424fae4f MdePkg/Include: Remove deprecated AMD SEV-SNP header file
    55c3ecde32 UefiCpuPkg/MpInitLib: Update references to SEV-SNP header file
    d40c71ef3f MdePkg/Include: Update reference to SEV-SNP header file
    6eaeef2c9b MdePkg/Include: Add AMD SEV-SNP header file
    128513afcd MdeModulePkg:Add global variable mVariableRtCacheInfo
    081df0ec20 MdeModulePkg: Refine InitVariableCache()
    92974e3d18 MdeModulePkg:Remove the usage of PcdEnableVariableRuntimeCache
    689f415a49 MdeModulePkg:Consume gEdkiiVariableRuntimeCacheInfoHobGuid
    c1c2e474a2 MdeModulePkg:Remove unneed FreePages for RuntimeHobCacheBuffer
    645d9f6f8d MdeModulePkg:Remove unnecessary global variables
    d8f513de3e MdeModulePkg:Create gEdkiiVariableRuntimeCacheInfoHobGuid
    025a95b7ed MdeModulePkg:Add new gEdkiiVariableRuntimeCacheInfoHobGuid
    9fc61309bf ArmPkg/ProcessorSubClassDxe: Limit values to 0xFF
    587100a95d UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag.
    a7dbd2ac7b CryptoPkg: Fix strncpy for BaseCryptLibMbedTls
    aa99d36be9 BaseTools/BuildReport: Improve compile_commands generation
    d8095b36ab ArmPkg/CompilerIntrinsicsLib: provide __ashlti3
    a84876ba28 OvmfPkg/Xen: Fix use of networking
    cf323e2839 ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkg
    c68fb69dfe ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkg
    f2b9d5417d ArmPkg,MdePkg: move ArmLib.h to MdePkg
    5e776299a2 MdePkg/X86UnitTestHost: set rdrand cpuid bit
    94961b8817 CryptoPkg/Test: call ProcessLibraryConstructorList
    ce91687a1b OvmfPkg: Override PcdCpuSmmApSyncTimeout2 to 10ms
    870c1ae253 UefiCpuPkg: Refine the PCD usage comment
    cb3134612d UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2
    af2bbe1b79 UefiCpuPkg: Add PcdCpuSmmApSyncTimeout2 PCD
    712797cf19 OvmfPkg: wire up RngDxe
    a61bc0accb SecurityPkg/RngDxe: add rng test
    c3a8ca7b54 MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
    d3b32dca06 MdePkg/BaseLib: Let CpuDeadLoop() be breakable in debugger
    0982da4f50 UefiPayloadPkg: Enable UPL FIT build config from cmdline
    6d15276ced UefiPayloadPkg: Fix LoadDxeCore for payload size > 16MB
    3dcc7b73df ArmPkg: Revert "Allow SMC/HVC monitor conduit to be specified at runtime"
    2c19297e6c ArmVirtPkg/ArmVirtQemu: Revert "Permit the use of dynamic PCDs in PEI"
    7bcd49edd0 ArmVirtPkg: Revert "Use dynamic PCD to set the SMCCC conduit"
    059676e4fa ArmVirtPkg/ArmVirtQemu: Implement ArmMonitorLib for QEMU specifically
    5bea691233 ArmVirtPkg/PrePi: Enable VFP before calling into C code
    ab069d5801 OvmfPkg/QemuVideoDxe: purge VbeShim
    c36414b131 MdeModulePkg/DxeCapsuleLibFmp: Fix crash if no ESRT is found
    948f234170 CryptoPkg: Fix BaseCryptLib CrtWrapper strncpy and strcat
    df8c61e4c0 CryptoPkg: Fix BaseCryptLib CrtWrapper strcpy
    8c826be35c MdeModulePkg: In RemoveTableFromRsdt don't read from unallocated memory
    665b223d57 ShellPkg/Pci.c: Update supported link speed to PCIe Gen6
    80b59ff832 MdeModulePkg: Warn if out of flash space when writing variables
    f9c2f2fa0f BaseTools/Scripts: Fix PatchCheck commit range
    71606314f8 CryptoPkg: Fix wrong logic in X509GetTBSCert
    90cb1ec332 OvmfPkg/PlatformInitLib: allow PhysBits larger than 48
    603ad2d6ae OvmfPkg/PlatformInitLib: add support for GuestPhysBits
    65b0d08786 MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0
    b45aff0dc9 OvmfPkg: add morlock support
    10ab1c67c4 ArmVirtPkg: Remove the NorFlashQemuLib
    10cd8b45ce MdePkg: Remove non-ASCII characters from header file
    e2e09d8512 MdePkg: Add Ipmi Net Sensor Thresholds command defines.
    7772e339bd ArmVirtPkg: Enable the non-hardcode version FdtNorFlashQemuLib
    cac1ea6c2a OvmfPkg: Add no hardcode version of FdtNorFlashQemuLib
    de4cc40b8c MdeModulePkg/HiiDatabaseDxe: Avoid struct assignment
    839bd17973 UefiCpuPkg:fix issue when splitting paging entry
    077760fec4 UefiCpuPkg: Remove GetAcpiCpuData() in CpuS3.c
    e3b3e907e1 MdeModulePkg:Remove MpService2Ppi field in SMM_S3_RESUME_STATE
    d390b163f8 UefiCpuPkg: Remove unneeded MpService2Ppi assignment
    341ee5c31b UefiCpuPkg:Remove code to wakeup AP and relocate ap
    525578bdd5 UefiCpuPkg:Remove code to handle APIC setting and Interrupt
    cdc1a88272 UefiCpuPkg:Relocate AP to new safe buffer in PeiMpLib
    669291db5a UefiCpuPkg: Install gEdkiiEndOfS3ResumeGuid in S3Resume
    fcd09b1edb UefiCpuPkg:Move some code in DxeMpLib to common place
    68310cd56a UefiCpuPkg:Abstract some DxeMpLib code to function
    ffb8481ba8 UefiCpuPkg: Disable PG in IA32 ApLoopCode
    7421ea1f2a UefiCpuPkg: Remove code to set register table
    b7db4d895a UefiCpuPkg:Set PcdCpuFeaturesInitOnS3Resume to TRUE
    db4101c308 UefiCpuPkg: Remove code to load mtrr setting
    ad245ffeff UefiCpuPkg: LoadMtrrData for all cpu in S3Resume
    3a516aa240 UefiCpuPkg: Save MTRR by lockbox in CpuS3DataDxe
    32a9ee736e UefiCpuPkg: Add locbox lib instance in DSC
    52a4bc65f6 OvmfPkg: Save MTRR by lockbox in CpuS3DataDxe
    87f22f4b5c MdeModulePkg: Add gEdkiiS3MtrrSettingGuid
    27b044605c ArmPkg: Set BIOS Segment to 0 in SMBIOS Type 0 table
    b0930e3f4e CryptoPkg/BaseCryptLib: Enable more functions for SMM/StandaloneMM
    de2330450f MdeModulePkg: Update GCD attribute conversion to support SP attribute
    7339bfeffa OvmfPkg/VirtioRngDxe: check if device is ready
    3b36aa96de CryptoPkg: Remove deprecated code related to SHA-1
    7c584bb048 CryptoPkg: Fix bug for correct return value checking when get X509Cert
    746cc5cc40 CryptoPkg: Add support for aes128-sha256 and aes256-sha256 cipher
    5f68a363d0 pip: bump edk2-pytool-extensions from 0.26.4 to 0.27.5
    a8dc6bf73f pip: bump edk2-pytool-library from 0.20.0 to 0.21.5
    ced13b93af NetworkPkg TcpDxe: Fixed system stuck on PXE boot flow in iPXE environment
    e784848116 pip: bump regex from 2023.12.25 to 2024.5.15
    9518d77eb8 OvmfPkg: Update VMM Hob list check to support new resource attributes
    c695e3182a MdePkg: Add Ipmi definitions header file for OEM net function
    cd4cebabf5 UefiPayloadPkg: Update ReadMe.md to swig install
    843f2d0964 EmulatorPkg: fix build error.
    30b6d08e27 StandaloneMmPkg: Initialize 'WillReturn' variable
    b40c64ec25 MdeModulePkg/SMM: Initialize 'WillReturn' variable
    79655e2768 SecurityPkg: Update libspdm submodule to use GitLab cmocka repo
    55f8bddade .github: Add PR template
    0e3189d406 BaseTools/Scripts: Remove Cc: tag check from PatchCheck.py
    08281572aa Add SM3 functions with openssl for Mbedtls
    ed7a3143b7 CryptoPkg: Update *.inf in BaseCryptLibMbedTls
    3096fcf81d CryptoPkg: Add ImageTimestampVerify based on Mbedtls
    27a7345882 CryptoPkg: Add AuthenticodeVerify based on Mbedtls
    b5412646db CryptoPkg: Add more RSA related functions based on Mbedtls
    e065735b1b CryptoPkg: Add Pkcs5 functions based on Mbedtls
    acfd991b68 CryptoPkg: Add Pkcs7 related functions based on Mbedtls
    40fa5cf299 CryptoPkg: Add X509 functions based on Mbedtls
    f44cc28972 CryptoPkg: Add Pem APIs based on Mbedtls
    8deeda7ce0 CryptoPkg: Add rand function for BaseCryptLibMbedTls
    1d8fedb0cd CryptoPkg: Add AeadAesGcm based on Mbedtls
    88a4de450f UefiCpuPkg/MpLib:Do not assume BSP is #0.
  - Removed patches which are merged to edk2-stable202408:
  - ovmf-EmbeddedPkg-Library-Support-SOURCE_DATE_EPOCH-in-Vir.patch (bsc#1217704)
    6852f6984bda EmbeddedPkg/VirtualRealTimeClockLib: Support SOURCE_DATE_EPOCH
  - ovmf-NetworkPkg-TcpDxe-Fixed-system-stuck-on-PXE-boot-flo.patch (bsc#1230587)
    ced13b93afea NetworkPkg TcpDxe: Fixed system stuck on PXE boot flow in iPXE environment
  - Add pylibfdt as new submodule
  - pylibfdt-cfff805481bdea27f900c32698171286542b8d3c.tar.gz
  - https://github.com/devicetree-org/pylibfdt/archive/cfff805481bdea27f900c32698171286542b8d3c.tar.gz
  - https://github.com/devicetree-org/pylibfdt/
  - edk2 commit ids:
    10416bf46e7e Tianocore: Support FDT library.
  - Updated ovmf.spec
  - unpacked pylibfdt-cfff805481bdea27f900c32698171286542b8d3c.tar.gz to MdePkg/Library/BaseFdtLib/libfdt
  - We also got image size issue when cross compiling x86_64 FD_SIZE_2MB image
    on aarch64 environment. So using x86_64-suse-linux-gcc-12 on SLE15-SP7 or
    Leap 15.4 codebases. Here is the pseudocode in ovmf.spec:
    ifnarch x86_64
    BuildRequires:  cross-x86_64-binutils
    if sle_version >= 150500 && sle_version <= 150700
    BuildRequires:  cross-x86_64-gcc12
    else
    BuildRequires:  cross-x86_64-gcc+gcc_version
    endif
    endif
  - The x86_64-suse-linux-gcc-12 be auto-linked to x86_64-suse-linux-gcc
    after installed cross-x86_64-gcc12. So we don't need to add any
    downstream patch for corss compiling x86_64 2MB image on aarch64.

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

++++ supermin:

  - Detect the correct kernel on aarch64 (jsc#PED-10545)
    detect-aarch64-kernel.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

++++ xfsprogs:

  - update to 6.11.0
  - mkfs: break up the rest of the rtinit() function
  - mkfs: clean up the rtinit() function
  - xfs_repair: use library functions for orphanage creation
  - xfs_repair: use library functions to reset root/rbm/rsum inodes
  - xfs_repair: don't crash in get_inode_parent
  - xfs_repair: fix exchrange upgrade
  - xfs_db: port the iunlink command to use the libxfs iunlink function
  - xfs_db/mdrestore/repair: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
  - xfs_db/mkfs/xfs_repair: port to use XFS_ICREATE_UNLINKABLE
  - xfs_db: port the unlink command to use libxfs_droplink
  - libxfs: implement get_random_u32
  - libxfs: remove libxfs_dir_ialloc
  - libxfs: backport inode init code from the kernel
  - libxfs: pack icreate initialization parameters into a separate structure
  - xfs_io: add RWF_ATOMIC support to pwrite
  - libfrog: emulate deprecated attrlist functionality in libattr
  - misc: clean up code around attr_list_by_handle calls
  - fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set
  - libxfs: provide a memfd_create() wrapper if not present in libc
  - xfs_io: Fix fscrypt macros ordering
  - man: Update unit for fsx_extsize and fsx_cowextsize
  - xfs_db: release ip resource before returning from get_next_unlinked()
  - libxfs: kernel sync
  - ------------------------------------------------------------------

------------------------------------------------------------------
------------------  2024-10-18  -  Oct 18 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Enable intel Vulkan backends on riscv64 (boo#1231756)
  - Enable iris Gallium backend on riscv64, Power and on Arm, too

++++ Mesa-drivers:

  - Enable intel Vulkan backends on riscv64 (boo#1231756)
  - Enable iris Gallium backend on riscv64, Power and on Arm, too

++++ grub2:

  - Power guest secure boot with key management (jsc#PED-3520) (jsc#PED-9892)
    * 0001-ieee1275-Platform-Keystore-PKS-Support.patch
    * 0002-ieee1275-Read-the-DB-and-DBX-secure-boot-variables.patch
    * 0003-appendedsig-The-creation-of-trusted-and-distrusted-l.patch
    * 0004-appendedsig-While-verifying-the-kernel-use-trusted-a.patch
    * 0005-appendedsig-The-grub-command-s-trusted-and-distruste.patch
    * 0006-appendedsig-documentation.patch
    * 0007-mkimage-create-new-ELF-Note-for-SBAT.patch
    * 0008-mkimage-adding-sbat-data-into-sbat-ELF-Note-on-power.patch
    * grub2.spec : Building signed grub.elf with SBAT metadata
  - Support for NVMe multipath splitter (jsc#PED-10538)
    * 0001-ieee1275-support-added-for-multiple-nvme-bootpaths.patch
  - Deleted path (jsc#PED-10538)
    * 0001-grub2-Can-t-setup-a-default-boot-device-correctly-on.patch
    * 0001-grub2-Set-multiple-device-path-for-a-nvmf-boot-devic.patch

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

++++ dav1d:

  - Update to version 1.5.0
    * WARNING: we removed some of the SSE2 optimizations, so if
    you care about systems without SSSE3, you should be careful
    when updating!
    * Optimize index offset calculations for decode_coefs
    * picture: copy HDR10+ and T35 metadata only to visible frames
    * SSSE3 new optimizations for 6-tap (8bit and hbd)
    * AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
    * AArch64: Add USMMLA implempentation for 6-tap H/HV
    * AArch64: Optimize Armv8.0 NEON for HBD horizontal filters
    and 6-tap filters
    * Power9: Optimized ITX till 16x4.
    * Loongarch: numerous optimizations
    * RISC-V optimizations for pal, cdef_filter, ipred, mc_blend,
    mc_bdir, itx
    * Allow playing videos in full-screen mode in dav1dplay

++++ libpipeline:

  - Update to 1.5.8 (27 August 2024):
    * Upgrade to Gnulib `stable-202407`.  Building libpipeline now requires
    Automake >= 1.14.
    * Use C23-style `nullptr`.

++++ unbound:

  - Update to 1.22.0:
    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.
  - Update keyring

++++ man:

  - Update to man-db 2.13.0 (29 August 2024)
    * Drop support for versions of groff before 1.21 (released on 2010-12-31).
    * Fix `man-suffixed-extension` test failure when not using the GNU
    hierarchy organization.
    * Fix `-Wmissing-variable-declarations` warnings with GCC 14.
    * Fix `-Wflex-array-member-not-at-end` warning with GCC 14.
    * Upgrade to Gnulib `stable-202407`.
    * Support running the test suite against an installed package; this is
    useful for systems such as Debian's autopkgtest framework.
  - Remove patch man-db-2.6.3-chinese.dif as not supported anymore
    due to newer groff versions
  - Port patches
    * man-db-2.6.3-listall.dif
    * man-db-2.7.1-zio.dif
    * man-db-2.9.4.patch
    * man-propose-online.patch

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

++++ Mesa:

  - Update to release 24.2.5
  - -> https://docs.mesa3d.org/relnotes/24.2.5
  - drop u_fix-llvm19-build.patch
    included in upstream

++++ Mesa-drivers:

  - Update to release 24.2.5
  - -> https://docs.mesa3d.org/relnotes/24.2.5
  - drop u_fix-llvm19-build.patch
    included in upstream

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

++++ glib2:

  - Update to version 2.82.2:
    + Bugs fixed:
  - glib/gvariant: incorrect use of G_ANALYZER_ANALYZING
  - Multicast cannot be joined on Mac OS on non-default interface
  - glib/gvariant: Fix check for G_ANALYZER_ANALYZING
  - macos: Fix URL launcher
  - gopenuriportal: Fix two memory leaks
  - gio: Fix multicast iface selection on macOS
  - gdatainputstream: Fix length return value on UTF-8 validation
    failure
    + Updated translations.

++++ gtk3:

  - Eliminate usage of update-alternatives: GTK2 no longer provides
    gtk-update-icon-cache, thus eliminating the need for this extra
    complexity.

++++ kbd:

  - Fix subpackage names and their dependencies.
  - Add missing ldconfig scriptlets.

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

++++ libarchive:

  - Update to 3.7.7:
    * gzip: prevent a hang when processing a malformed gzip inside a gzip
    * tar: don't crash on truncated tar archives
    * tar: fix two leaks in tar header parsing
    * 7-zip: read/write symlink paths as UTF-8
    * cpio: exit with an error code if an entry could not be extracted
    * rar5: report encrypted entries
    * tar: fix truncation of entry pathnames in specific archives

++++ openssl-3:

  - Security fix: [bsc#1231741, CVE-2024-9143]
    * Low-level invalid GF(2^m) parameters lead to OOB memory access
    * Add openssl-CVE-2024-9143.patch
  - Security fix: [bsc#1220262, CVE-2023-50782]
    * Implicit rejection in PKCS#1 v1.5
    * Add openssl-CVE-2023-50782.patch

++++ libunistring:

  - update to 1.3:
    * Support Unicode version 16.0.0

++++ microos-tools:

  - Update to version 4.0+git1:
    * Regenerate initrd after selinux-autorelabel installation

++++ ppp:

  - Update to version 2.5.1:
    * Pppd can now measure and log the round-trip time (RTT) of LCP
    echo-requests and record them in a binary file structured as a
    circular buffer.  Other programs or scripts can examine the
    file and provide real-time statistics on link latency.
    This is enabled by a new "lcp-rtt-file" option.
    * New scripts net-init, net-pre-up and net-down are executed in
    the process of bringing the network interface up and down.
    They provide additional, more deterministic ways for pppd to
    interact with the rest of the networking configuration.
    * New options have been added to allow the system administrator
    to set the location of various scripts and secrets files.
    * A new "noresolvconf" option tells pppd not to write the
    /etc/ppp/resolv.conf file; DNS server addresses, if obtained
    from the peer, are still passed to scripts in the environment.
    * Pppd will now create the directory for the TDB connection
    database if it doesn't already exist.
  - Obsoleted patches:
    * ppp-mkdir-run.patch
    * ppp-pidfiles.patch
  - Drop the ppp_ prefix from /run/ppp_resolv.conf* and put it under
    /run/ppp like the other generated files.

++++ python-requests:

  - Add patch inject-default-ca-bundles.patch:
    * Inject the default CA bundles if they are not specified.
    (bsc#1226321, bsc#1231500)

------------------------------------------------------------------
------------------  2024-10-16  -  Oct 16 2024  -------------------
------------------------------------------------------------------

++++ cups:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ dbus-1:

  - Drop rcFOO symlinks (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

++++ grub2:

  - Fix not a directory error from the minix filesystem, as leftover data on disk
    may contain its magic header so it gets misdetected (bsc#1231604)
    * grub2-install-fix-not-a-directory-error.patch

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

++++ samba:

  -  Adjust spec to split out rpcd_* binaries into a separate
    sub package; (bsc#1231414).

++++ oath-toolkit:

  - Update 0001-usersfile-fix-potential-security-issues-in-PAM-modul.patch
    with bsc#1231699 improvements for security fix CVE-2024-47191

++++ python313-core:

  - With python311-Sphinx we don't need no-skipif-doctests.patch
    any more.

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

++++ patterns-base:

  - Add "Requires: selinux-policy-base" to selinux pattern so that
    selinux-policy-targeted will be installed on systems that disable
    "Recommends" (bsc#1231720)

++++ python313:

  - With python311-Sphinx we don't need no-skipif-doctests.patch
    any more.

++++ qemu:

  - Bug and CVE fixes:
    * softmmu/physmem: fix memory leak in dirty_memory_extend()
    * softmmu: Support concurrent bounce buffers (bsc#1230915, CVE-2024-8612)
    * accel/kvm: check for KVM_CAP_READONLY_MEM on VM (bsc#1231519)

++++ virtiofsd:

  - Update to version 1.12.0:
    * Bump version to v1.12.0
    * Add file-handles migration mode
    * Serialize mount FD map
    * Deserialize file handles
    * Build mount FD map on deserialization
    * Add MigrationMode::FileHandles
    * PassthroughFsV2
    * Allow deserializing serializable file handles
    * Extract serialized::Inode.deserialize_root_node()

------------------------------------------------------------------
------------------  2024-10-15  -  Oct 15 2024  -------------------
------------------------------------------------------------------

++++ ModemManager:

  - Drop rcFOO symlinks (PED-266).

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

++++ fwupd:

  - Drop rcFOO symlinks (PED-266).

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ colord:

  - Drop rcFOO symlinks (PED-266).

++++ samba:

  - Update to 4.21.1
    * DH reconnect error handling can lead to stale sharemode
    entries; (bso#15624).
    * "inherit permissions = yes" triggers assert() in vfs_default
    when creating a stream; (bso#15695).
    * Samba 4.21.0 broke FreeIPA domain member integration;
    (bso#15715).
    * Missing conversion for msDS-UserTGTLifetime, msDS-
    ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-
    tool domain auth policy modify"; (bso#15692).
    * irpc_destructor may crash during shutdown; (bso#15280).
    * Durable handle is not granted when a previous OPEN exists
    with NoOplock; (bso#15649).
    * Durable handle is granted but reconnect fails; (bso#15651).
    * Disconnected durable handles with RH lease should not be
    purged by a new non conflicting open; (bso#15708).
    * net ads testjoin and other commands use the wrong secrets.tdb
    in a cluster; (bso#15714).
    * 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as
    rfc 8009 etypes are used; (bso#15726).
    * VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2;
    (bso#15730).
    * Samba 4.20.0 DLZ module crashes BIND on startup; (bso#15643).
    * Cannot build libldb lmdb backend on a build without AD DC;
    (bso#15721).
    * Consistent log level for sighup handler; (bso#15706).

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

++++ libselinux-bindings:

  - Add 1231587-build-libselinux-with-swig-4.3.0.patch to fix build
    failure with swig 4.3.0 (bsc#1231587)

++++ python-semanage:

  - Add 1231587-build-libsemanage-with-swig-4.3.0.patch to fix
    build failure with swig 4.3.0 (bsc#1231587)

++++ qemu:

  - Fix bsc#1231519 and bsc#1230140:
    * accel/kvm: check for KVM_CAP_READONLY_MEM on VM
    * target/ppc: Fix lxvx/stxvx facility check

------------------------------------------------------------------
------------------  2024-10-14  -  Oct 14 2024  -------------------
------------------------------------------------------------------

++++ acpica:

  - Update to 20240927
    * Fix the acpixf.h file which caused issues for the last release
    (before this) 20240827
    * Fix the pointer offset for the SLIC table

++++ fwupd:

  - Enable plugin_amdgpu: the plugin built succesfully

++++ keepalived:

  - Update to version 2.3.1+git86.59c39afe:
    * vrrp: allow specifing interval amd timeout to milli-second resolution
    * vrrp: on reload only configured track_script name was checked
    * lib: fix corruption of master-child_pid red black tree
    * lib: add micro-second timers to memory allocation debugging
    * core: update addattr_l to match current iproute2 code - almost
    * lib: add file missing from previous commit
    * all: suppress an increases alignment warning
    * core: use /* FALLTHROUGH */ rather than __fallthrough;
    * ipvs: resolve a "cast increases required alignment" warning
    * build: don't redefine FORTIFY_SOURCE if host environment defines it
    * vrrp ipvs: remove unused definition of XENFS_SUPER_MAGIC
    * vrrp ipvs: fix warnings related to signedness of statfs() f_flags
    * all: use correct format specifier for time fields
    * bfd: make alloc_bfd() return NULL rather than false on error
    * all: make min_auto_priority delay variable an unsigned
    * configure: explicitly set language to C for configure
    * itest: Warn if close after send not set in tcp_server for http
    * test: Make tcp_server use of SO_LINGER optional
    * core: remove diagnostic message accidently added in commit 7cb09b2
    * vrrp ipvs: Stop setting SO_LINGER on TCP sockets
    * test: update tcp_server and tcp_client
    * bfd: use time_t to avoid implicit ptr type casting
    * VRRP: add thread_timer_expired keyword as a synonym of timer_expired_backup

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ libjcat:

  - Update to version 0.2.2:
    + New Features:
  - Add bt-logindex blob kind.
    + Bugfixes:
  - Increase test coverage for ED25519 support.
  - Save the auto-generated private key with 0600 file
    permissions.
  - Switch ED25519 support to not directly using Nettle.

++++ openssh:

  - Use %{with ...} instead of 0%{with ...}

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#180
  - enhanced test cases
  - update test result data
  - reordered tests
  - add optional dash support in test cases
  - 1.17
  - merge gh#openSUSE/perl-bootloader#179
  - support both update-bootloader and perl-Bootloader as package
    name
  - merge gh#openSUSE/perl-bootloader#175
  - fix handling of missing grub_installdevice on powerpc (bsc#1230070)

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

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

------------------------------------------------------------------
------------------  2024-10-11  -  Oct 11 2024  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - Update to version 7.1:
    * cifs: update documentation for sloppy mount option
    * docs: add closetimeo description
    * docs: add compress description
    * checkopts: update it to work with latest kernel version
    * cifs-utils: add documentation for multichannel and max_channels
    * cifs-utils: smbinfo: add gettconinfo command
    * Implement CLDAP Ping to find the closest site
    * mount.cifs.rst: update section about xattr/acl support
    * mount.cifs.rst: add missing reference for sssd
    * getcifsacl, setcifsacl: add missing <endian.h> include for le32toh
    * getcifsacl, setcifsacl: add missing <linux/limits.h> include for XATTR_SIZE_MAX
    * cifs-utils: Make automake treat /sbin as exec, not data
    * pam_cifscreds: fix warning on NULL arg passed to %s in pam_syslog()
    * cifs.upcall: fix UAF in get_cachename_from_process_env()
    * cifs-utils: add documentation for acregmax and acdirmax
    * setcifsacl: Fix uninitialized value.
    * Use explicit "#!/usr/bin/python3"

++++ drbd:

  - Update DRBD version from 9.1.16 to 9.1.22
    * Changelog from Linbit:
    9.1.22 (api:genl2/proto:86-121/transport:18)
  - -------
    * Upgrade from partial resync to a full resync if necessary when the
    user manually resolves a split-brain situation
    * Fix a potential NULL deref when a disk fails while doing a
    forget-peer operation.
    * Fix a rcu_read_lock()/rcu_read_unlock() imbalance
    * Restart the open() syscall when a process auto promoting a drbd device gets
    interrupted by a signal
    * Remove a deadlock that caused DRBD to connect sometimes
    exceptionally slow
    * Make detach operations interruptible
    * Added dev_is_open to events2 status information
    * Improve log readability for 2PC state changes and drbd-threads
    * Updated compability code for Linux 6.9
    9.1.21 (api:genl2/proto:86-121/transport:18)
  - -------
    * fix a deadlock that can trigger when deleting a connection and
    another connection going down in parallel. This is a regression of
    9.1.20
    * Fix an out-of-bounds access when scanning the bitmap. It leads to a
    crash when the bitmap ends on a page boundary, and this is also a
    regression in 9.1.20.
    9.1.20 (api:genl2/proto:86-121/transport:18)
  - -------
    * Fix a kernel crash that is sometimes triggered when downing drbd
    resources in a specific, unusual order (was triggered by the
    Kubernetes CSI driver)
    * Fix a rarely triggering kernel crash upon adding paths to a
    connection by rehauling the path lists' locking
    * Fix the continuation of an interrupted initial resync
    * Fix the state engine so that an incapable primary does not outdate
    indirectly reachable secondary nodes
    * Fix a logic bug that caused drbd to pretend that a peer's disk is
    outdated when doing a manual disconnect on a down connection; with
    that cured impact on fencing and quorum.
    * Fix forceful demotion of suspended devices
    * Rehaul of the build system to apply compatibility patches out of
    place that allows one to build for different target kernels from a
    single drbd source tree
    * Updated compability code for Linux 6.8
    9.1.19 (api:genl2/proto:86-121/transport:18)
  - -------
    * Fix a resync decision case where drbd wrongly decided to do a full
    resync, where a partial resync was sufficient; that happened in a
    specific connect order when all nodes were on the same data
    generation (UUID)
    * Fix the online resize code to obey cached size information about
    temporal unreachable nodes
    * Fix a rare corner case in which DRBD on a diskless primary node
    failed to re-issue a read request to another node with a backing
    disk upon connection loss on the connection where it shipped the
    read request initially
    * Make timeout during promotion attempts interruptible
    * No longer write activity-log updates on the secondary node in a
    cluster with precisely two nodes with backing disk; this is a
    performance optimization
    * Reduce CPU usage of acknowledgment processing
    9.1.18 (api:genl2/proto:86-121/transport:18)
  - -------
    * Fixed connecting nodes with differently sized backing disks,
    specifically when the smaller node is primary, before establishing
    the connections
    * Fixed thawing a device that has I/O frozen after loss of quorum
    when a configuration change eases its quorum requirements
    * Properly fail TLS if requested (only available in drbd-9.2)
    * Fixed a race condition that can cause auto-demote to trigger right
    after an explicit promote
    * Fixed a rare race condition that could mess up the handshake result
    before it is committed to the replication state.
    * Preserve "tiebreaker quorum" over a reboot of the last node (3-node
    clusters only)
    * Update compatibility code for Linux 6.6
    9.1.17 (api:genl2/proto:86-121/transport:18)
  - -------
    * fix a potential crash when configuring drbd to bind to a
    non-existent local IP address (this is a regression of drbd-9.1.8)
    * Cure a very seldom triggering race condition bug during
    establishing connections; when you triggered it, you got an OOPS
    hinting to list corruption
    * fix a race condition regarding operations on the bitmap while
    forgetting a bitmap slot and a pointless warning
    * Fix handling of unexpected (on a resource in secondary role) write
    requests
    * Fix a corner case that can cause a process to hang when closing the
    DRBD device, while a connection gets re-established
    * Correctly block signal delivery during auto-demote
    * Improve the reliability of establishing connections
    * Do not clear the transport with `net-options --set-defaults`. This
    fix avoids unexpected disconnect/connect cycles upon an `adjust`
    when using the 'lb-tcp' or 'rdma' transports in drbd-9.2.
    * New netlink packet to report path status to drbdsetup
    * Improvements to the content and rate-limiting of many log messages
    * Update compatibility code and follow Linux upstream development
    until Linux 6.5
    * remove patches which already included in the new version:
    0001-drbd-allow-transports-to-take-additional-krefs-on-a-.patch
    0002-drbd-improve-decision-about-marking-a-failed-disk-Ou.patch
    0003-drbd-fix-error-path-in-drbd_get_listener.patch
    0004-drbd-build-fix-spurious-re-build-attempt-of-compat.p.patch
    0005-drbd-log-error-code-when-thread-fails-to-start.patch
    0006-drbd-log-numeric-value-of-drbd_state_rv-as-well-as-s.patch
    0007-drbd-stop-defining-__KERNEL_SYSCALLS__.patch
    0008-compat-block-introduce-holder-ops.patch
    0009-drbd-reduce-net_ee-not-empty-info-to-a-dynamic-debug.patch
    0010-drbd-do-not-send-P_CURRENT_UUID-to-DRBD-8-peer-when-.patch
    0011-compat-block-pass-a-gendisk-to-open.patch
    0012-drbd-Restore-DATA_CORKED-and-CONTROL_CORKED-bits.patch
    0013-drbd-remove-unused-extern-for-conn_try_outdate_peer.patch
    0014-drbd-include-source-of-state-change-in-log.patch
    0015-compat-block-use-the-holder-as-indication-for-exclus.patch
    0016-drbd-Fix-net-options-set-defaults-to-not-clear-the-t.patch
    0017-drbd-propagate-exposed-UUIDs-only-into-established-c.patch
    0018-drbd-rework-autopromote.patch
    0019-compat-block-remove-the-unused-mode-argument-to-rele.patch
    0020-drbd-do-not-allow-auto-demote-to-be-interrupted-by-s.patch
    0021-compat-sock-Remove-sendpage-in-favour-of-sendmsg-MSG.patch
    0022-compat-block-replace-fmode_t-with-a-block-specific-t.patch
    0023-compat-genetlink-remove-userhdr-from-struct-genl_inf.patch
    0024-compat-fixup-FMODE_READ-FMODE_WRITE-usage.patch
    0025-compat-drdb-Convert-to-use-bdev_open_by_path.patch
    0026-compat-gate-blkdev_-patches-behind-bdev_open_by_path.patch
    boo1230635_01-compat-fix-nla_nest_start_noflag-test.patch
    boo1230635_02-drbd-port-block-device-access-to-file.patch
    * removed patches which are not needed anymore:
    boo1229062-re-enable-blk_queue_max_hw_sectors.patch
    bsc1226510-fix-build-err-against-6.9.3.patch
    * update:
    drbd_git_revision
    suse-coccinelle.patch
    drbd.spec
    * add upstream patches to align commit 13ada1be201e:
    0001-drbd-properly-rate-limit-resync-progress-reports.patch
    0002-drbd-inherit-history-UUIDs-from-sync-source-when-res.patch
    0003-build-compat-fix-line-offset-in-annotation-pragmas-p.patch
    0004-drbd-fix-exposed_uuid-going-backward.patch
    0005-drbd-Proper-locking-around-new_current_uuid-on-a-dis.patch
    0006-build-CycloneDX-fix-bom-ref-add-purl.patch
    0007-build-Another-update-to-the-spdx-files.patch
    0008-build-generate-spdx.json-not-tag-value-format.patch
    0009-compat-fix-gen_patch_names-for-bdev_file_open_by_pat.patch
    0010-compat-fix-nla_nest_start_noflag-test.patch
    0011-compat-fix-blk_alloc_disk-rule.patch
    0012-drbd-remove-const-from-function-return-type.patch
    0013-drbd-don-t-set-max_write_zeroes_sectors-in-decide_on.patch
    0014-drbd-split-out-a-drbd_discard_supported-helper.patch
    0015-drbd-atomically-update-queue-limits-in-drbd_reconsid.patch
    0016-compat-test-and-patch-for-queue_limits_start_update.patch
    0017-compat-specify-which-essential-change-was-not-made.patch
    0018-gen_patch_names-reorder-blk_mode_t.patch
    0019-compat-fix-blk_queue_update_readahead-patch.patch
    0020-compat-test-and-patch-for-que_limits-max_hw_discard_.patch
    0021-compat-fixup-write_zeroes__no_capable.patch
    0022-compat-fixup-queue_flag_discard__yes_present.patch
    0023-drbd-move-flags-to-queue_limits.patch
    0024-compat-test-and-patch-for-queue_limits.features.patch
    0025-drbd-Annotate-struct-fifo_buffer-with-__counted_by.patch
    0026-compat-test-and-patch-for-__counted_by.patch
    0027-drbd-fix-function-cast-warnings-in-state-machine.patch
    0028-Add-missing-documentation-of-peer_device-parameter-t.patch
    0030-drbd-kref_put-path-when-kernel_accept-fails.patch
    0031-build-fix-typo-in-Makefile.spatch.patch
    0032-drbd-open-do-not-delay-open-if-already-Primary.patch
    * add patch to fix kernel imcompatibility issue (boo#1231290):
    boo1231290_fix_drbd_build_error_against_kernel_v6.11.0.patch

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

++++ snapper:

  - generate dsc file for Ubuntu 24.10

++++ openssh:

  - 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
  - Remove empty line at the end of sshd-sle.pamd (bsc#1227456)

++++ python-passlib:

  - Add patch no-crypt-with-python-313.patch:
    * Do not run tests requiring 'crypt' with Python 3.13.

------------------------------------------------------------------
------------------  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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ rdma-core:

  - Update to rdma-core v54.0
  - No release notes available

++++ libguestfs:

  - Update to version 1.54.0 (jsc#PED-8910)
    * Add detection of Circle Linux (Bella Zhang).
    * Add support for LoongArch (liuxiang).
    * Add detection of Kylin (grass-lu).
    * Add detection of openEuler (Wang Guoquan).
    * PARTUUID and PARTLABEL are now resolved in guest /etc/fstab.
    * New APIs findfs_partuuid and findfs_partlabel. These can be
    used to efficiently look up a filesystem by its GPT partition
    UUID or label.
    * Support for the following inactive or infrequently used device
    types has been removed: Gluster, Sheepdog, TFTP.
    * Add GOST R34.11-94 message digest algorithm to checksum APIs
    (Alexey Shabalin).
    * Allow nbd+unix:// URIs (NBD over Unix domain socket) in
    guestfish and other places.
    * Various part_* (partition) APIs related to GPT have been
    reimplemented to use util-linux sfdisk instead of sgdisk.
    Util-linux is more widely available, so this reduces
    dependencies in the common case. One optional API remains that
    still uses sgdisk. (Thanks Yongkui Guo).
    * Add cipher suboption to cryptsetup_open (Jonatan Pålsson).
    * Because of a bug, the part_get_gpt_attributes API could
    truncate the return value from 64 to 32 bits. This has been
    fixed.
    * Libguestfs will now no longer recommend using
    LIBGUESTFS_BACKEND=direct. This was shown previously when
    libvirt failed to start the appliance. However it is felt that
    this now does more harm than good.
    * Fix generation of virt-customize --chown parameter (Yongkui Guo)
    * In the appliance, reduce boot time when dhcp isn't needed
    (Olaf Hering).
    * A deadlock in the appliance caused by a regression in Linux
    6.11 has been worked around. The deadlock was also fixed in
    Linux 6.12.
  - Bug fixes
    * Fix rare hangs while starting the appliance, at 'echo noop'
    into /sys/block/{h,s,ub,v}d*/queue/scheduler
    * Drop dependency from libguestfs -> gdisk
    * libguestfs inspection does not know about /etc/fstab
    PARTLABEL=<label>
    * btrfs related c_api/tests are failing (unable to create quota
    group: Invalid argument)
    * Python how-to incorrect exception name
    * Rust test 410_close_event fails

++++ numactl:

  - Update to version 2.0.18.10.g6c14bd5:
    * Save and restore errno when probing for SET_PREFERRED_MANY
    * libnuma: fix nodemask allocation size for get_mempolicy
    * Update numactl.c
    * numastat: eliminate hard-coded tables
    * Don't fail build when set_mempolicy_home_node syscall is unknown
    * numactl: Add documentation for weighted interleave
    * numactl: Fix RESOURCE_LEAK in show()
    * numademo: Fix the using of the uninitialized value
    * Add `-w` and `--weighted-interleave` for weighted interleave mode
    * Fix fallback for set_mempolicy_home_node syscall

++++ python313-core:

  - Add warning about no-GIL builds being experimental.

++++ python313:

  - Add warning about no-GIL builds being experimental.

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

++++ glibc:

  - Apply libc_nonshared.a workaround also on s390x and ppc64le (bsc#1231051)

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

++++ 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)

++++ python-certifi:

  - update to 2024.8.30:
    added certs:
    * TWCA CYBER Root CA O=TAIWAN-CA OU=Root CA
    * SecureSign Root CA12 O=Cybertrust Japan Co., Ltd.
    * SecureSign Root CA14 O=Cybertrust Japan Co., Ltd.
    * SecureSign Root CA15 O=Cybertrust Japan Co., Ltd.

++++ python-cffi:

  - update to 1.17.1:
    * Fix failing distutils.msvc9compiler imports under Windows (#118).
    * ffibuilder.emit_python_code() and ffibuiler.emit_c_code()
    accept file-like objects (#115).
    * ffiplatform calls are bypassed by ffibuilder.emit_python_code()
    and ffibuilder.emit_c_code() (#81).

++++ ovmf:

  - Add ovmf-MdePkg-DebugLib-Enable-FILE-NAME-as-DEBUG-ASSERT-for.patch
    '5c8bdb190f6d MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for GCC12'
    (bsc#1230425)
  - Using gcc12 for building x86_64 ovmf image:
    As the item 'Changed the approach for creating the edk2 source code tarball'
    in 'Update to edk2-stable202405' change log. We modified the folder name in
    edk2-edk2-stable%{version}.tar.gz source code tarball to avoid the size
    problem against FD_SIZE_2MB config. (bsc#1230425)
    We can use gcc-12 to avoid the size problem because gcc-12 supported
    __FILE_NAME__ macro for reproducing the size of firmware image. So we
    applied the above 5c8bdb190f6d patch and aldo the following SLE15-SP7/
    Leap 15.7 specific patch for setting the gcc-12 as the default compiler
    for x86_64 ovmf:
  - ovmf-BaseTools-Using-gcc12-for-building-image.patch
    'BaseTools: Using gcc12 for building x86_64 ovmf image'
  - This patch only be applied to x86_64 image when building on SUSE
    15.5/15.6/15.7 codebases. Here is the pseudocode in ovmf.spec:
    ifarch x86_64
    if sle_version >= 150500 && sle_version <= 150700
    Patch13 ovmf-BaseTools-Using-gcc12-for-building-image.patch
    endif
    endif
    The main target is SLE15-SP7 and Leap 15.7. The SUSE 15.5/15.6 is
    for building in Virtualization development project on OBS:
  - Changed the edk2-edk2-stable202405.tar.gz back to the tarball which directly
    downloading from https://github.com/tianocore/edk2.
    Because we moved to gcc-12 for reducing the size of firmware image.
  - Against this change, we modified the setup command in %prep section in
    ovmf.spec back to original statement:
    new: %setup -q -n edk2-edk2-stable%{version}
    old: %setup -q -n edk2

------------------------------------------------------------------
------------------  2024-10-8  -  Oct 8 2024  -------------------
------------------------------------------------------------------

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ spirv-tools:

  - Update to release 2024.4~rc1
    * Add knowledge of cooperative matrices
    * Add FPEncoding operand type
    * Allow for empty list of enums for an operand
    * Support SPV_KHR_untyped_pointers
    * properly handle the load and store cache control operand types
    * spirv-link: allow linking functions with different pointer arguments
    * Allow ArrayStride on untyped pointers
    * [OPT] Add SPV_KHR_ray_tracing_position_fetch to allow lists
    * Validate presence of Stride operand to OpCooperativeMatrix{Load,Store}KHR
    * [SPV_KHR_untyped_pointers] Fix verification of vload/vstore OpenCL.std instructions
    * spirv-opt: make traversal deterministic
    * add support for SPV_INTEL_global_variable_host_access
  - Add 0001-SPV_KHR_untyped_pointers-Fix-verification-for-OpenCL.patch
    for shaderc.

++++ efivar:

  - Adapt efivar-filter-gcc-march.patch to drop -march=native (boo#1231368)

++++ python313-core:

  - Update to 3.13.0:
    Major new features of the 3.13 series, compared to 3.12
    Some of the new major new features and changes in Python 3.13 are:
  - New features
  - A new and improved interactive interpreter, based on
    PyPy's, featuring multi-line editing and color support, as
    well as colorized exception tracebacks.
  - An experimental free-threaded build mode, which disables
    the Global Interpreter Lock, allowing threads to run
    more concurrently. The build mode is available as an
    experimental feature in the Windows and macOS installers as
    well.
  - A preliminary, experimental JIT, providing the ground work
    for significant performance improvements.
  - The locals() builtin function (and its C equivalent)
    now has well-defined semantics when mutating the
    returned mapping, which allows debuggers to operate more
    consistently.
  - A modified version of mimalloc is now included, optional
    but enabled by default if supported by the platform, and
    required for the free-threaded build mode.
  - Docstrings now have their leading indentation stripped,
    reducing memory use and the size of .pyc files. (Most tools
    handling docstrings already strip leading indentation.)
  - The dbm module has a new dbm.sqlite3 backend that is used
    by default when creating new files.
  - WASI is now a Tier 2 supported platform. Emscripten is
    no longer an officially supported platform (but Pyodide
    continues to support Emscripten).
  - Typing
  - Support for type defaults in type parameters.
  - A new type narrowing annotation, typing.TypeIs.
  - A new annotation for read-only items in TypeDicts.
  - A new annotation for marking deprecations in the type
    system.
  - Removals and new deprecations
  - PEP 594 (Removing dead batteries from the standard library)
    scheduled removals of many deprecated modules: aifc,
    audioop, chunk, cgi, cgitb, crypt, imghdr, mailcap, msilib,
    nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau,
    telnetlib, uu, xdrlib, lib2to3.
  - Many other removals of deprecated classes, functions and
    methods in various standard library modules.
  - C API removals and deprecations. (Some removals present
    in alpha 1 were reverted in alpha 2, as the removals were
    deemed too disruptive at this time.)
  - New deprecations, most of which are scheduled for removal
    from Python 3.15 or 3.16.
  - For more details on the changes to Python 3.13, see What's
    new in Python 3.13 in the documentation.

++++ systemd:

  - Import commit c7671762b39ead7f8f9e70064256f5efaccedeca (merge of v256.7)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/8a0ae4d90aff1d067a125ff9366eafc7dd5d4701...c7671762b39ead7f8f9e70064256f5efaccedeca

++++ vulkan-loader:

  - Update to release SDK-1.3.296
    * Use ASM unknown function trampolines on GN
    * Fix vkCreateSharedSwapchainsKHR not unwrapping handles correctly
    * Remove unused VkIcdSurface struct members
    * Add VK_IMPLICIT_LAYER_APTH & VK_ADD_IMPLICIT_LAYER_PATH env-vars
    * Fix windows_read_sorted_physical_devices buffer overrun

++++ python313:

  - Update to 3.13.0:
    Major new features of the 3.13 series, compared to 3.12
    Some of the new major new features and changes in Python 3.13 are:
  - New features
  - A new and improved interactive interpreter, based on
    PyPy's, featuring multi-line editing and color support, as
    well as colorized exception tracebacks.
  - An experimental free-threaded build mode, which disables
    the Global Interpreter Lock, allowing threads to run
    more concurrently. The build mode is available as an
    experimental feature in the Windows and macOS installers as
    well.
  - A preliminary, experimental JIT, providing the ground work
    for significant performance improvements.
  - The locals() builtin function (and its C equivalent)
    now has well-defined semantics when mutating the
    returned mapping, which allows debuggers to operate more
    consistently.
  - A modified version of mimalloc is now included, optional
    but enabled by default if supported by the platform, and
    required for the free-threaded build mode.
  - Docstrings now have their leading indentation stripped,
    reducing memory use and the size of .pyc files. (Most tools
    handling docstrings already strip leading indentation.)
  - The dbm module has a new dbm.sqlite3 backend that is used
    by default when creating new files.
  - WASI is now a Tier 2 supported platform. Emscripten is
    no longer an officially supported platform (but Pyodide
    continues to support Emscripten).
  - Typing
  - Support for type defaults in type parameters.
  - A new type narrowing annotation, typing.TypeIs.
  - A new annotation for read-only items in TypeDicts.
  - A new annotation for marking deprecations in the type
    system.
  - Removals and new deprecations
  - PEP 594 (Removing dead batteries from the standard library)
    scheduled removals of many deprecated modules: aifc,
    audioop, chunk, cgi, cgitb, crypt, imghdr, mailcap, msilib,
    nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau,
    telnetlib, uu, xdrlib, lib2to3.
  - Many other removals of deprecated classes, functions and
    methods in various standard library modules.
  - C API removals and deprecations. (Some removals present
    in alpha 1 were reverted in alpha 2, as the removals were
    deemed too disruptive at this time.)
  - New deprecations, most of which are scheduled for removal
    from Python 3.15 or 3.16.
  - For more details on the changes to Python 3.13, see What's
    new in Python 3.13 in the documentation.

++++ python-dnspython:

  - Skip some tests
    * that require a working resolver and external DNS resolution
    * that require an openssl3 version with support for
    ECDSA with deterministic signature (RFC 6979)"

++++ virt-manager:

  - bsc#1231400 - Virt-manager is missing support for AMD sev-snp
    virtman-add-sev-memory-support.patch

------------------------------------------------------------------
------------------  2024-10-7  -  Oct 7 2024  -------------------
------------------------------------------------------------------

++++ busybox:

  - Add patch to fix build on non-x86* architectures:
    * busybox-1.37.0-fix-conditional-for-sha1_process_block64_shaNI.patch

++++ dhcpcd:

  - Update to 10.1.0
    * dhcp: get_option_uint32/16 only accept options with correct len
    * Include frame header in buffer length

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

++++ xz:

  - Update to 5.6.3:
    * liblzma:
  - Fix x86-64 inline assembly compatibility with GNU Binutils
    older than 2.27.
  - Fix the build with GCC 4.2 on OpenBSD/sparc64.
    * xzdec: Display an error instead of failing silently if the
    unsupported option -M is specified.
    * lzmainfo: Fix integer overflows when rounding the dictionary and
    uncompressed sizes to the nearest mebibyte.
    * Autotools-based build:
  - Fix feature checks with link-time optimization (-flto).
  - Solaris: Fix a compatibility issue in version.sh. It matters
    if one wants to regenerate configure by running autoconf.
    * CMake:
  - Use paths relative to ${prefix} in liblzma.pc when possible.
    This is done only with CMake >= 3.20.
  - Prefer a C11 compiler over a C99 compiler but accept both.
  - Link Threads::Threads against liblzma using PRIVATE so that
  - pthread and such flags won't unnecessarily get included in
    the usage requirements of shared liblzma. That is,
    target_link_libraries(foo PRIVATE liblzma::liblzma) no
    longer adds -pthread if using POSIX threads and linking
    against shared liblzma. The threading flags are still added
    if linking against static liblzma.
    * Updated translations: Catalan, Chinese (simplified), and
    Brazilian Portuguese.

++++ ncurses:

  - Add ncurses patch 20241006
    + fixes for compiler warnings/cppcheck.
    + use xterm+alt+title in wezterm -TD

++++ unbound:

  - Update to 1.21.1:
    Security Fixes:
    * Fix CVE-2024-8508, unbounded name compression could lead to
    denial of service.
    [CVE-2024-8508, bsc#1231284]
  - Update keyring

++++ microos-tools:

  - Update to version 4.0:
    * Release version 4.0
    * Have the autorelabel hook propagate failure from relabelling
    * Split SELinux relabelling code into separate package
    * Make 98selinux-microos usable on non-transactional systems
    * selinux-autorelabel-generator: Don't hardcode mountpoints
    * Consistently use tabs in selinux-autorelabel-generator
    * Add automated testing of SELinux relabelling functionality
    * Fix OBS workflow for pushes to master

++++ podman:

  - Add patch for CVE-2024-9341 (bsc#1231230):
    * 0001-pkg-subscriptions-use-securejoin-for-the-container-p.patch

++++ python-PyJWT:

  - Fix requirements

++++ os-update:

  - Update to version 1.17+git.20241007:
    * Refresh before dup
    * Always refresh

------------------------------------------------------------------
------------------  2024-10-6  -  Oct 6 2024  -------------------
------------------------------------------------------------------

++++ python-argcomplete:

  - Add argparse-3_12_7.patch which should actually fix
    gh#kislyuk/argcomplete#507.
  - Remove skip-failing-tests-3_12_7.patch, which is now
    unnecessary.

++++ python-dnspython:

  - Update to version 2.7.0
    * dns.query.https() and dns.asyncquery.https() now support
    HTTP/3 and the http_version parameter may be used to specify
    which version to use.
    * If the cryptography module is installed, then dnspython will
    now create deterministic ECDSA signatures by default.
    * The RESINFO and WALLET RdataTypes are now supported.
    * The COOKIE and Report-Channel EDNS0 options are now supported.
    * All supported RdataTypes can now be imported at a single time
    rather than lazily on first use by calling
    dns.rdata.load_all_types().
    * The SVCB and HTTPS records now support the ohttp parameter.
    * xfr() and inbound_xfr() now share a common implementation.
    * Tokens are now supported for QUIC and HTTP/3.
    * dns.message.from_wire() now saves the input wire format in the
    Message’s “wire” attribute. Likewise,
    dns.message.Message.to_wire() now records the generated wire
    format in that attribute.
    * The dns.message.Message object now has a get_options() helper
    to retrieve EDNS0 options of a specified type, and an
    extended_errors() helper to retrieve the list of EDE options
    in a message (if any).
    * dns.message.make_response() now has a copy mode which controls
    how sections are copied. By default, a copy mode appropriate
    for the opcode is used.
    This is currently dns.message.CopyMode.QUESTION for all opcodes
    * If an IP address is used as the hostname in a URL, the https
    query code now passes the sni_hostname to httpx as this is
    required to get httpx to validate the certificate and check for
    an IP subject alternative name.
    * The minimum supported aioquic version is now 1.0.0.
    * The minimum supported Python version is now 3.9.

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

++++ python-argcomplete:

  - Add skip-failing-tests-3_12_7.patch as a temporary workaround,
    skip failing tests (gh#kislyuk/argcomplete#507).

------------------------------------------------------------------
------------------  2024-10-4  -  Oct 4 2024  -------------------
------------------------------------------------------------------

++++ audit-secondary:

  - Update audit.spec (bsc#1231236):
    * add requirement for 'awk' package
    * move some %post logic from audit to audit-rules

++++ busybox:

  - Fix busybox.config again (got broken with 1.37.0 update)
  - Cleanup spec file

++++ busybox-links:

  - Partly revert changes from Aug 8th 2023 to automatically detect
    changes in busybox configuration
  - Add getfattr applet to attr filelist

++++ cpupower:

  - Upstream fixed lib default installation path in 3a5bb5066f4c
    [- cpupower_exclude_kernel_Makefile.patch]

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

++++ grub2:

  - Fix missng menu entry "Start bootloader from a read-only snapshot" by
    ensuring grub2-snapper-plugin is installed when both snapper and grub2-common
    are installed (bsc#1231271)
  - Fix OOM error in loading loopback file (bsc#1230840)
    * 0001-tpm-Skip-loopback-image-measurement.patch
  - Fix UEFI PXE boot failure on tagged VLAN network (bsc#1230263)
    * 0001-efinet-Skip-virtual-VLAN-devices-during-card-enumera.patch

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

++++ audit:

  - Update audit.spec: add requirement for 'awk' package (bsc#1231236)

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#173
  - grub2-bls: adjust config script test
  - grub2-bls: adjust install script test
  - grub2-bls: prefer sdbootutil over bootctl in install script
  - adjust test environment
  - grub2-bls: add default script
  - grub2-bls, systemd-boot: add default script test
  - grub2-bls: use bootctl to get default settings
  - adjust default-settings tests
  - update test result data
  - add emacs config
  - log efi boot manager config after install
  - adjust test data
  - support new grub2-bls package
  - 1.16

------------------------------------------------------------------
------------------  2024-10-3  -  Oct 3 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.2.4
  - -> https://docs.mesa3d.org/relnotes/24.2.4

++++ Mesa-drivers:

  - Update to release 24.2.4
  - -> https://docs.mesa3d.org/relnotes/24.2.4

++++ NetworkManager:

  - Update to version 1.50.0:
    + The support for "dhclient" has been deprecated, not built
    unless explicitely enabled, and will be removed in a future
    release. The internal DHCP client should be used instead and
    has been the default since version 1.20 (1.12 when built with
    meson).
    + Support matching a OVS system interface by MAC address.
    + Add a timeout option to connectivity checking.
    + Support configuring veth interfaces in nmtui.
    + When looking up the system hostname from the reverse DNS lookup
    of addresses configured on interfaces, NetworkManager now takes
    into account the content of /etc/hosts.
    + Revert to using sysctl ipv6.conf.default for ip6-privacy.
    + Allow specifying a system OVS interface by MAC address.
    + ndisc: Support multiple gateways for a single network.
    + wifi: Support configuring channel-width in AP mode.
    + keyfile: Stop writing offensive terms into keyfiles.
    + Support reapplying the VLANs on bridge ports.
    + Fix crash caused by malformed LLDP package if debug log is
    enabled.
    + Retry hostname resolution when it fails.
  - Drop NetworkManager-dont-enforce-ip-cleanup-on-device-deactivating.patch:
    Fixed upstream.
  - Rebase patches with quilt.

++++ busybox-links:

  - BuildRequire busybox: as we want to track the version of busybox,
    we need to ensure busybox is part of the buildroot.

++++ grub2:

  - Fix grub screen is filled with artifects from earlier post menu (bsc#1224465)
    * grub2-SUSE-Add-the-t-hotkey.patch
    * 0001-fix-grub-screen-filled-with-post-screen-artifects.patch

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

++++ nftables:

  - Update to release 1.1.1
    * Reduce netlink cache dependencies to speed up incremental
    updates.
    * Allow zero burst in byte ratelimiter expression.
    * Fix double-free when users call nft_ctx_clear_vars() followed
    by nft_ctx_free().
    * Document that the tproxy statement is non-terminal (unlike in
    iptables). This allows for tproxy+log and tproxy+mark combos,
    see man nft(8) for details.
    * Add egress support for the `list hooks` subcommand.

++++ libnftnl:

  - Update to release 1.2.8
    * Fixes for incorrect validation of dynset netlink attributes
    from the kernel

++++ python-urllib3:

  - Update to 2.2.3:
    * Features
    + Added support for Python 3.13.
    * Bugfixes
    + Fixed the default encoding of chunked request bodies to be UTF-8
    instead of ISO-8859-1. All other methods of supplying a request body
    already use UTF-8 starting in urllib3 v2.0.
    + Fixed ResourceWarning on CONNECT with Python < 3.11.4 by backporting
    python/cpython#103472.
    + Fixed a crash where certain standard library hash functions were absent
    in restricted environments.
    + Added the Proxy-Authorization header to the list of headers to strip
    from requests when redirecting to a different host. As before,
    different headers can be set via Retry.remove_headers_on_redirect.
    + Allowed passing negative integers as amt to read methods of
    http.client.HTTPResponse as an alternative to None.
    + Fixed issue where InsecureRequestWarning was emitted for HTTPS
    connections when using Emscripten.
    + Fixed HTTPConnectionPool.urlopen to stop automatically casting
    non-proxy headers to HTTPHeaderDict. This change was premature as it
    did not apply to proxy headers and HTTPHeaderDict does not handle byte
    header values correctly yet.
    + Changed InvalidChunkLength to ProtocolError when response terminates
    before the chunk length is sent.
    + Changed ProtocolError to be more verbose on incomplete reads with
    excess content.
    + Added support for HTTPResponse.read1() method.
    + Fixed issue where requests against urls with trailing dots were
    failing due to SSL errors when using proxy.
    + Fixed HTTPConnection.proxy_is_verified and
    HTTPSConnection.proxy_is_verified to be always set to a boolean after
    connecting to a proxy. It could be None in some cases previously.
    + Fixed an issue where headers passed in a request with json= would be
    mutated
    + Fixed HTTPSConnection.is_verified to be set to False when connecting
    from a HTTPS proxy to an HTTP target. It was set to True previously.
    + Fixed handling of new error message from OpenSSL 3.2.0 when configuring
    an HTTP proxy as HTTPS
    + Fixed TLS 1.3 post-handshake auth when the server certificate
    validation is disabled
    * HTTP/2 (experimental)
    + Excluded Transfer-Encoding: chunked from HTTP/2 request body
    + Added a probing mechanism for determining whether a given target
    origin supports HTTP/2 via ALPN.
    + Add support for sending a request body with HTTP/2
    * Removals
    + Drop support for end-of-life PyPy3.8 and PyPy3.9.
  - Drop patches, they are now included upstream:
    * CVE-2024-37891.patch
    * openssl-3.2.patch
  - Included patched hypercorn, which is only unpacked and used for the test
    suite.

++++ virtiofsd:

  - Spec: Add direct dependency on cargo in addition to cargo-packaging.
    This fixes build errors on 15SP7 where the inherited version of Rust
    is too old

------------------------------------------------------------------
------------------  2024-10-2  -  Oct 2 2024  -------------------
------------------------------------------------------------------

++++ audit-secondary:

  - Readd audit-allow-manual-stop.patch (removed by mistake)

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

++++ llvm19:

  - Update to version 19.1.1.
    * This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ libeconf:

  - Updated license in the spec file to MIT.

++++ libproxy-client:

  - Update to version 0.5.9:
    + Ignore invalid proxy URL.
    + Memleak fixes.
    + kde: Add ReversedException support.
    + Fix memory leak using PX_FORCE_CONFIG.
    + Update msys2 build steps.
    + Remove white space in key value.
  - Changes from version 0.5.8:
    + Update repology list.
    + Properly handle empty proxy ignore entry.
    + Add support for direct keyword in PAC.

++++ libproxy-backend:

  - Update to version 0.5.9:
    + Ignore invalid proxy URL.
    + Memleak fixes.
    + kde: Add ReversedException support.
    + Fix memory leak using PX_FORCE_CONFIG.
    + Update msys2 build steps.
    + Remove white space in key value.
  - Changes from version 0.5.8:
    + Update repology list.
    + Properly handle empty proxy ignore entry.
    + Add support for direct keyword in PAC.

++++ systemd:

  - Clean up some remnants from when homed was in the experimental sub-package (bsc#1231048)

++++ python-PyYAML:

  - Update to 6.0.2
    * Support for Cython 3.x and Python 3.13
  - Adjust invocation path for testsuite
  - Adjust upstream source name in spec file
  - Drop build-with-cython3.patch, merged upstream

++++ python-anyio:

  - update to 4.6.0:
    * Dropped support for Python 3.8 (as #698 cannot be resolved
    without cancel message support)
    * Fixed 100% CPU use on asyncio while waiting for an exiting task
    group to finish while said task group is within a cancelled
    cancel scope (#695)
    * Fixed cancel scopes on asyncio not propagating CancelledError
    on exit when the enclosing cancel scope has been effectively
    cancelled (#698)
    * Fixed asyncio task groups not yielding control to the event
    loop at exit if there were no child tasks to wait on
    * Fixed inconsistent task uncancellation with asyncio cancel
    scopes belonging to a task group when said task group has child
    tasks running
  - update to 4.5.0:
    * Improved the performance of anyio.Lock and anyio.Semaphore on
    asyncio (even up to 50 %)
    * Added the fast_acquire parameter to anyio.Lock and
    anyio.Semaphore to further boost performance at the expense of
    safety (acquire() will not yield control back if there is no
    contention)
    * Added support for the from_uri(), full_match(), parser
    methods/properties in anyio.Path, newly added in Python 3.13
    (#737)
    * Added support for more keyword arguments for run_process() and
    open_process(): startupinfo, creationflags, pass_fds, user,
    group, extra_groups and umask (#742)
    * Improved the type annotations and support for PathLike in
    run_process() and open_process() to allow for path-like
    arguments, just like subprocess.Popen
    * Changed the ResourceWarning from an unclosed memory object
    stream to include its address for easier identification
    * Changed start_blocking_portal() to always use daemonic threads,
    to accommodate the "loitering event loop" use case
    * Bumped the minimum version of Trio to v0.26.1
    * Fixed __repr__() of MemoryObjectItemReceiver, when item is not
    defined (#767; PR by @Danipulok)
    * Fixed to_process.run_sync() failing to initialize if
    __main__.__file__ pointed to a file in a nonexistent directory
    (#696)
    * Fixed AssertionError: feed_data after feed_eof on asyncio when
    a subprocess is closed early, before its output has been read
    (#490)
    * Fixed TaskInfo.has_pending_cancellation() on asyncio not
    respecting shielded scopes (#771; PR by @gschaffner)
    * Fixed SocketStream.receive() returning bytearray instead of
    bytes when using asyncio with ProactorEventLoop (Windows)
    (#776)
    * Fixed quitting the debugger in a pytest test session while in
    an active task group failing the test instead of exiting the
    test session (because the exit exception arrives in an
    exception group)
    * Fixed support for Linux abstract namespaces in UNIX sockets
    that was broken in v4.2 (#781; PR by @tapetersen)
    * Fixed KeyboardInterrupt (ctrl+c) hanging the asyncio pytest
    runner

++++ salt:

  - 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:
    * skip-more-tests-related-to-old-openssl-algorithms.patch
    * fix-the-selinux-context-for-salt-minion-service-bsc-.patch
    * allow-namedloadercontexts-to-be-returned-from-loader.patch
    * join-masters-if-it-is-a-list-671.patch
    * remove-redundant-run_func-from-salt.master.mworker._.patch
    * prevent-using-syncwrapper-with-no-reason.patch
    * fix-test_debian-to-work-in-our-infrastructure-676.patch
    * fix-x509-test-fails-on-old-openssl-systems-682.patch
    * make-tests-compatible-with-venv-bundle.patch
    * avoid-crash-on-wrong-output-of-systemctl-version-bsc.patch
    * revert-the-change-making-reactor-less-blocking-bsc-1.patch
    * avoid-explicit-reading-of-etc-salt-minion-bsc-122035.patch
    * improve-error-handling-with-different-openssl-versio.patch
    * replace-use-of-pygit2-deprecated-and-removed-1.15.0-.patch
    * fix-test_system-flaky-setup_teardown-fn.patch
    * use-cachedir-for-extension_modules-in-salt-call-bsc-.patch
    * fix-deprecated-code-677.patch

------------------------------------------------------------------
------------------  2024-10-1  -  Oct 1 2024  -------------------
------------------------------------------------------------------

++++ 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)

++++ audit-secondary:

  - Fix plugin termination when using systemd service units (bsc#1215377)
    * add auditd.service-fix-plugin-termination.patch

++++ branding-SLE:

  - grub2: fix progress bar positionning
  - grub2: add keybinding label for menu editing (bsc#888313).

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ python313-core:

  - Update to 3.13.0~rc3:
  - The most important change is rolling back the incremental
    cyclic garbage collector (GC), which was added in one of
    the alpha releases. The incremental GC had more significant
    performance regressions in specific workloads than we
    expected.
  - Tests
  - gh-124378: Updated test_ttk to pass with Tcl/Tk 8.6.15.
  - Library
  - gh-124538: Fixed crash when using gc.get_referents() on a
    capsule object.
  - gh-124498: Fix typing.TypeAliasType not to be generic, when
    type_params is an empty tuple.
  - gh-123017: Due to unreliable results on some devices,
    time.strftime() no longer accepts negative years on
    Android.
  - gh-123014: os.pidfd_open() and signal.pidfd_send_signal()
    are now unavailable when building against Android API
    levels older than 31, since the underlying system calls may
    cause a crash.
  - gh-124248: Fixed potential crash when using struct to
    process zero-width ‘Pascal string’ fields (0p).
  - gh-87041: Fix a bug in argparse where lengthy subparser
    argument help is incorrectly indented.
  - gh-124212: Fix invalid variable in venv handling of failed
    symlink on Windows
  - gh-124171: Add workaround for broken fmod() implementations
    on Windows, that loose zero sign (e.g. fmod(-10, 1) returns
    0.0). Patch by Sergey B Kirpichev.
  - gh-123934: Fix unittest.mock.MagicMock reseting magic
    methods return values after .reset_mock(return_value=True)
    was called.
  - gh-123968: Fix the command-line interface for the random
    module to select floats between 0 and N, not 1 and N.
  - gh-123892: Add "_wmi" to sys.stdlib_module_names. Patch by
    Victor Stinner.
  - gh-123339: Fix inspect.getsource() for classes
    in collections.abc and decimal (for pure Python
    implementation) modules. inspect.getcomments() now raises
    OSError instead of IndexError if the __firstlineno__ value
    for a class is out of bound.
  - gh-121735: When working with zip archives,
    importlib.resources now properly honors module-adjacent
    references (e.g. files(pkg.mod) and not just files(pkg)).
  - gh-122145: Fix an issue when reporting tracebacks
    corresponding to Python code emitting an empty AST
    body. Patch by Nikita Sobolev and Bénédikt Tran.
  - gh-119004: Fix a crash in OrderedDict.__eq__ when operands
    are mutated during the check. Patch by Bénédikt Tran.
  - bpo-44864: Do not translate user-provided strings in
    argparse.ArgumentParser.
  - IDLE
  - gh-112938: Fix uninteruptable hang when Shell gets rapid
    continuous output.
  - gh-120104: Fix padding in config and search dialog windows
    in IDLE.
  - Documentation
  - gh-124720: Update “Using Python on a Mac” section of the
    “Python Setup and Usage” document and include information
    on installing free-threading support.
  - gh-116622: Add an Android platform guide, and flag modules
    not available on Android.
  - Core and Builtins
  - gh-124567: Revert the incremental GC (in 3.13), since it’s
    not clear the benefits outweigh the costs at this point.
  - gh-124642: Fixed scalability issue in free-threaded builds
    for lock-free reads from dictionaries in multi-threaded
    scenarios
  - gh-116510: Fix a bug that can cause a crash when
    sub-interpreters use “basic” single-phase extension
    modules. Shared objects could refer to PyGC_Head nodes that
    had been freed as part of interpreter cleanup.
  - gh-124547: When deallocating an object with inline values
    whose __dict__ is still live: if memory allocation for the
    inline values fails, clear the dictionary. Prevents an
    interpreter crash.
  - gh-124513: Fix a crash in FrameLocalsProxy constructor:
    check the number of arguments. Patch by Victor Stinner.
  - gh-124442: Fix nondeterminism in compilation by sorting the
    value of __static_attributes__. Patch by kp2pml30.
  - gh-123856: Fix PyREPL failure when a keyboard interrupt is
    triggered after using a history search
  - gh-65961: Document the deprecation of setting and using
    __package__ and __cached__.
  - gh-124027: Support <page up>, <page down>, and <delete>
    keys in the Python REPL when $TERM is set to vt100.
  - gh-77894: Fix possible crash in the garbage collector when
    it tries to break a reference loop containing a memoryview
    object. Now a memoryview object can only be cleared if
    there are no buffers that refer it.
  - gh-123339: Setting the __module__ attribute for a class now
    removes the __firstlineno__ item from the type’s dict, so
    they will no longer be inconsistent.
  - C API
  - gh-124160: Fix crash when importing modules containing
    state and single-phase initialization in a subinterpreter.
  - gh-123880: Fixed a bug that prevented circular imports of
    extension modules that use single-phase initialization.
  - Build
  - gh-124487: Windows builds now use Windows 8.1 as their API
    baseline (installation already required Windows 8.1).
  - gh-124043: Building using --with-trace-refs is
    (temporarily) disallowed when the GIL is disabled.
  - Remove upstreamed patch:
  - gh-124040-fix-test-math-i586.patch
  - Drop .pyc files from docdir for reproducible builds (bsc#1230906).

++++ sssd:

  - Update filelists involving memberof.so and idmap/sss.so to
    avoid gobbling up one file into multiple sssd subpackages.
    (Between samba-4.20 and 4.21, %ldbdir changes from
    /usr/lib64/ldb2/modules/ldb to /usr/lib64/samba/ldb, so now
    `%_libdir/samba` is a bit too broad.)

++++ libvirt:

  - Update to libvirt 10.8.0
  - libvirt-daemon-driver-storage-core: Change dependency on
    nfs-utils from Requires to Recommends
  - Switch from YAJL to json-c for JSON parsing and formatting
  - jsc#PED-8909
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-8-0-2024-10-01

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

++++ python313:

  - Update to 3.13.0~rc3:
  - The most important change is rolling back the incremental
    cyclic garbage collector (GC), which was added in one of
    the alpha releases. The incremental GC had more significant
    performance regressions in specific workloads than we
    expected.
  - Tests
  - gh-124378: Updated test_ttk to pass with Tcl/Tk 8.6.15.
  - Library
  - gh-124538: Fixed crash when using gc.get_referents() on a
    capsule object.
  - gh-124498: Fix typing.TypeAliasType not to be generic, when
    type_params is an empty tuple.
  - gh-123017: Due to unreliable results on some devices,
    time.strftime() no longer accepts negative years on
    Android.
  - gh-123014: os.pidfd_open() and signal.pidfd_send_signal()
    are now unavailable when building against Android API
    levels older than 31, since the underlying system calls may
    cause a crash.
  - gh-124248: Fixed potential crash when using struct to
    process zero-width ‘Pascal string’ fields (0p).
  - gh-87041: Fix a bug in argparse where lengthy subparser
    argument help is incorrectly indented.
  - gh-124212: Fix invalid variable in venv handling of failed
    symlink on Windows
  - gh-124171: Add workaround for broken fmod() implementations
    on Windows, that loose zero sign (e.g. fmod(-10, 1) returns
    0.0). Patch by Sergey B Kirpichev.
  - gh-123934: Fix unittest.mock.MagicMock reseting magic
    methods return values after .reset_mock(return_value=True)
    was called.
  - gh-123968: Fix the command-line interface for the random
    module to select floats between 0 and N, not 1 and N.
  - gh-123892: Add "_wmi" to sys.stdlib_module_names. Patch by
    Victor Stinner.
  - gh-123339: Fix inspect.getsource() for classes
    in collections.abc and decimal (for pure Python
    implementation) modules. inspect.getcomments() now raises
    OSError instead of IndexError if the __firstlineno__ value
    for a class is out of bound.
  - gh-121735: When working with zip archives,
    importlib.resources now properly honors module-adjacent
    references (e.g. files(pkg.mod) and not just files(pkg)).
  - gh-122145: Fix an issue when reporting tracebacks
    corresponding to Python code emitting an empty AST
    body. Patch by Nikita Sobolev and Bénédikt Tran.
  - gh-119004: Fix a crash in OrderedDict.__eq__ when operands
    are mutated during the check. Patch by Bénédikt Tran.
  - bpo-44864: Do not translate user-provided strings in
    argparse.ArgumentParser.
  - IDLE
  - gh-112938: Fix uninteruptable hang when Shell gets rapid
    continuous output.
  - gh-120104: Fix padding in config and search dialog windows
    in IDLE.
  - Documentation
  - gh-124720: Update “Using Python on a Mac” section of the
    “Python Setup and Usage” document and include information
    on installing free-threading support.
  - gh-116622: Add an Android platform guide, and flag modules
    not available on Android.
  - Core and Builtins
  - gh-124567: Revert the incremental GC (in 3.13), since it’s
    not clear the benefits outweigh the costs at this point.
  - gh-124642: Fixed scalability issue in free-threaded builds
    for lock-free reads from dictionaries in multi-threaded
    scenarios
  - gh-116510: Fix a bug that can cause a crash when
    sub-interpreters use “basic” single-phase extension
    modules. Shared objects could refer to PyGC_Head nodes that
    had been freed as part of interpreter cleanup.
  - gh-124547: When deallocating an object with inline values
    whose __dict__ is still live: if memory allocation for the
    inline values fails, clear the dictionary. Prevents an
    interpreter crash.
  - gh-124513: Fix a crash in FrameLocalsProxy constructor:
    check the number of arguments. Patch by Victor Stinner.
  - gh-124442: Fix nondeterminism in compilation by sorting the
    value of __static_attributes__. Patch by kp2pml30.
  - gh-123856: Fix PyREPL failure when a keyboard interrupt is
    triggered after using a history search
  - gh-65961: Document the deprecation of setting and using
    __package__ and __cached__.
  - gh-124027: Support <page up>, <page down>, and <delete>
    keys in the Python REPL when $TERM is set to vt100.
  - gh-77894: Fix possible crash in the garbage collector when
    it tries to break a reference loop containing a memoryview
    object. Now a memoryview object can only be cleared if
    there are no buffers that refer it.
  - gh-123339: Setting the __module__ attribute for a class now
    removes the __firstlineno__ item from the type’s dict, so
    they will no longer be inconsistent.
  - C API
  - gh-124160: Fix crash when importing modules containing
    state and single-phase initialization in a subinterpreter.
  - gh-123880: Fixed a bug that prevented circular imports of
    extension modules that use single-phase initialization.
  - Build
  - gh-124487: Windows builds now use Windows 8.1 as their API
    baseline (installation already required Windows 8.1).
  - gh-124043: Building using --with-trace-refs is
    (temporarily) disallowed when the GIL is disabled.
  - Remove upstreamed patch:
  - gh-124040-fix-test-math-i586.patch
  - Drop .pyc files from docdir for reproducible builds (bsc#1230906).

++++ python-libvirt-python:

  - Update to 10.8.0
  - Add all new APIs and constants in libvirt 10.8.0
  - jsc#PED-8909

++++ systemd-presets-common-SUSE:

  - Enable audit-rules: audit-rules has been split form audit with
    version 4.0 in order to be able to load rules earlier.
    From audit changelog: One of the main features is the separation
    of loading rules and logging events into separate services,
    audit-rules.service and auditd.service.

++++ yast2:

  - Removed obsolete USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD,
    GROUPADD_CMD (bsc#1231006)
  - 5.0.10

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

++++ glibc:

  - langpacks are no more used. Drop glibc-2.3.90-langpackdir.diff.

++++ haproxy:

  - Update to version 3.0.5+git0.8e879a52e: (VUL-0: CVE-2024-49214 boo#1231612)
    * [RELEASE] Released version 3.0.5
    * BUG/MINOR: quic: prevent freeze after early QCS closure
    * BUG/MEDIUM: quic: handle retransmit for standalone FIN STREAM
    * MINOR: quic: implement function to check if STREAM is fully acked
    * MINOR: quic: convert qc_stream_desc release field to flags
    * 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: sc_strm/applet: Wake applet after a successfull synchronous send
    * DOC: config: Explicitly list relaxing rules for accept-invalid-http-* options
    * BUG/MINOR: peers: local entries updates may not be advertised after resync
    * 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
    * MEDIUM: h1: Accept invalid T-E values with accept-invalid-http-response option
    * BUG/MINOR: pattern: do not leave a leading comma on "set" error messages
    * BUG/MINOR: h1-htx: Don't flag response as bodyless when a tunnel is established
    * 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: quic: Too short datagram during packet building failures (aws-lc only)
    * BUG/MINOR: quic: Crash from trace dumping SSL eary data status (AWS-LC)
    * BUG/MEDIUM: quic: always validate sender address on 0-RTT
    * MINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
    * MINOR: quic: Implement qc_ssl_eary_data_accepted().
    * MINOR: quic: Modify NEW_TOKEN frame structure (qf_new_token struct)
    * BUG/MINOR: quic: Missing incrementation in NEW_TOKEN frame builder
    * MINOR: quic: Token for future connections implementation.
    * MEDIUM: ssl/quic: implement quic crypto with EVP_AEAD
    * MINOR: quic: Implement quic_tls_derive_token_secret().
    * MINOR: tools: Implement ipaddrcpy().
    * BUG/MEDIUM: clock: also update the date offset on time jumps
    * BUILD: quic: 32bits build broken by wrong integer conversions for printf()
    * BUG/MINOR: cfgparse-global: remove tune.fast-forward from common_kw_list
    * DOC: config: correct the table for option tcplog
    * 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: 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
    * DOC: configuration: fix alphabetical ordering of {bs,fs}.aborted
    * BUG/MINOR: fcgi-app: handle a possible strdup() failure
    * BUG/MEDIUM: peer: Notify the applet won't consume data when it waits for sync
    * 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: ssl: 0-RTT initialized at the wrong place for AWS-LC
    * BUG/MEDIUM: ssl: reactivate 0-RTT for AWS-LC
    * BUG/MINOR: stconn: bs.id and fs.id had their dependencies incorrect
    * BUILD: mux-pt: Use the right name for the sedesc variable
    * BUG/MEDIUM: mux-pt/mux-h1: Release the pipe on connection error on sending path
    * BUG/MEDIUM: stconn: Report error on SC on send if a previous SE error was set
    * BUG/MEDIUM: server/addr: fix tune.events.max-events-at-once event miss and leak

++++ open-iscsi:

  - Update to version 2.1.10.suse+51.fea0fde82ed1:
    * Incudes upstream version 2.1.10 plus some fixes
    * Fix firmware targets startup to always be "onboot" (#482)
    (bsc#1228084)
    * Change a discovery function to void return type (#481)
    * Fix gcc issues (#480)
    * Bugfix read specific sysfs value "off" of session attribute (#466)
    * Fix bug where abort_tmo read failures were ignored. (#467)
    * grammar nitpicks (#464)
    * Fix memory leak in iscsi_check_session_use_count (#465)
    * improve the comments in idbm_lock() (#458)
    * Make it visible when memory allocation failure (#457)
    * Better handle multiple iscsiadm commands (#453)
    * iscsiadm: allow hostnames in node-mode commands (#451)
    * Modify how workqueue priority is set (#445)
    * Fix authmethod check by printing a warning message when CHAP used and authmethod=None (#443)
    * iscsid: Rescan devices on relogin (#444)
    * Adds missing characters in README. (#440)
    * Turn off iSCSI NOP-Outs, by default.
    * fix: add usr/iscsid_req.h missinig underline (#431) (#436)

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

++++ ncurses:

  - Add ncurses patch 20240928
    + improve error-message from infocmp when a terminal entry cannot be
    opened (patch by Branden Robinson).
    + improve filtering of -L options in misc/gen-pkgconfig.in and in
    misc/ncurses-config.in
    + add check in wresize() for out-of-range dimensions (report by Peter
    Bierma).

++++ suse-module-tools:

  - Update to version 16.0.52:
    * rpm-script: create vmlinuz and initrd also in image build environments
    (bsc#1231040, bsc#1230858)
    * regenerate-initrd-posttrans: Fix SKIP_REGENERATE_INITRD_ALL
    (bsc#1228929)

------------------------------------------------------------------
------------------  2024-9-29  -  Sep 29 2024  -------------------
------------------------------------------------------------------

++++ coreutils:

  - coreutils-i18n.patch: fold(1): fix fold -b with UTF8 locale.
    Sync fix in I18N patch from Fedora/Redhat and add a test. (RHEL-60295)
    Original report: https://access.redhat.com/solutions/3459791

++++ coreutils-systemd:

  - coreutils-i18n.patch: fold(1): fix fold -b with UTF8 locale.
    Sync fix in I18N patch from Fedora/Redhat and add a test. (RHEL-60295)
    Original report: https://access.redhat.com/solutions/3459791

------------------------------------------------------------------
------------------  2024-9-28  -  Sep 28 2024  -------------------
------------------------------------------------------------------

++++ busybox:

  - Update to 1.37.0
  - remove unnecessary patch ash-fix-segfault-d417193cf.patch
  - Update default config to match 1.37.0 expectations
  - fix use-after-free in xasprintf (CVE-2023-42363, bsc#1217580)
  - fix use-after-free in awk evaluate (CVE-2023-42364, bsc#1217584)
  - fix use-after-free in awk copyvar (CVE-2023-42365, bsc#1217585)

++++ librsvg:

  - Update to version 2.59.1:
    + Two mitigations for crashes found throuh fuzz testing:
  - Cairo is easy to crash by giving it path coordinates that are
    outside of the range that it can represent internally with
    its fixed-point arithmetic. Fuzzers usually produce SVGs with
    very large numbers for coordinates, which overflow Cairo's
    arithmetic.
    This is just a *mitigation*, not a complete fix: librsvg will
    now check if path coordinates are outside of Cairo's
    supported range, and it will not render shapes with
    problematic coordinates. However, fuzzers may still produce
    coordinates that are in range but that still make Cairo
    crash. I am starting to learn Cairo's code to see if this can
    be fixed gradually.

++++ libjpeg-turbo:

  - update to 3.0.4:
    * Fixed an issue whereby the CPU usage of the default marker
    processor in the decompressor grew exponentially with the
    number of markers.  This caused an unreasonable slow-down in
    `jpeg_read_header()` if an application called `jpeg_save_markers()`
    to save markers of a particular type and then attempted to
    decompress a JPEG image containing an excessive number of markers
    of that type.
    * Hardened the default marker processor in the decompressor to guard
    against an issue (exposed by 3.0 beta2[6]) whereby attempting to
    decompress a specially-crafted malformed JPEG image (specifically
    an image with a complete 12-bit-per-sample Start Of Frame segment
    followed by an incomplete 8-bit-per-sample Start Of Frame segment)
    using buffered-image mode and input prefetching caused a segfault
    if the `fill_input_buffer()` method in the calling application's
    custom source manager incorrectly returned `FALSE` in response to a
    prematurely-terminated JPEG data stream.
    * Fixed an issue in cjpeg whereby, when generating a
    12-bit-per-sample or 16-bit-per-sample lossless JPEG image,
    specifying a point transform value greater than 7 resulted in an
    error ("Invalid progressive/lossless parameters") unless the
    `-precision` option was specified before the `-lossless` option.
    * Fixed a regression introduced by 3.0.3[3] that made it impossible
    for calling applications to generate 12-bit-per-sample
    arithmetic-coded lossy JPEG images using the TurboJPEG API.
    * Fixed an error ("Destination buffer is not large enough") that
    occurred when attempting to generate a full-color lossless JPEG
    image using the TurboJPEG Java API's `byte[]
    TJCompressor.compress()` method if the value of `TJ.PARAM_SUBSAMP`
    was not `TJ.SAMP_444`.
    * Fixed a segfault in djpeg that occurred if a negative width was
    specified with the `-crop` option.  Since the cropping region width
    was read into an unsigned 32-bit integer, a negative width was
    interpreted as a very large value.  With certain negative width and
    positive left boundary values, the bounds checks in djpeg and
    `jpeg_crop_scanline()` overflowed and did not detect the
    out-of-bounds width, which caused a buffer overrun in the
    upsampling or color conversion routine.  Both bounds checks now use
    64-bit integers to guard against overflow, and djpeg now checks for
    negative numbers when it parses the crop specification from the
    command line.
    * Fixed an issue whereby the TurboJPEG lossless transformation
    function and methods checked the specified cropping region against
    the source image dimensions and level of chrominance subsampling
    rather than the destination image dimensions and level of
    chrominance subsampling, which caused some cropping regions to be
    unduly rejected when performing 90-degree rotation, 270-degree
    rotation, transposition, transverse transposition, or grayscale
    conversion.
    * Fixed an issue whereby the TurboJPEG lossless transformation
    function and methods did not honor
    `TJXOPT_COPYNONE`/`TJTransform.OPT_COPYNONE` unless it was
    specified for all lossless transforms.

++++ python-cryptography:

  - update to 43.0.1:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.3.2.

++++ python-maturin:

  - Update to 1.7.4
    * Fix musllinux rpath for non-cffi bindings
    gh#PyO3/maturin#2233
  - Changes in 1.7.3:
    * Fix pypi/testpypi upload
    gh#PyO3/maturin#2229
  - Changes in 1.7.2:
    * Split out test-windows-cross to speed up ci
    gh#PyO3/maturin#2188
    * Upgrade cargo-deny
    gh#PyO3/maturin#2200
    * Cross building fixes
    gh#PyO3/maturin#2204
    * UniFFI: supports bindings generated from multiple crates
    gh#PyO3/maturin#2208
    * doc: add -r/--release flag info to tutorial
    gh#PyO3/maturin#2211
    * Enable --all-features when building source distribution
    gh#PyO3/maturin#2215
    * Replace "." with "/" in module_name
    gh#PyO3/maturin#2219

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

++++ gnutls:

  - Build with liboqs to support the X25519Kyber768 post-quantum key
    exchange algorithm.

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

++++ libarchive:

  - Update to 3.7.6:
    * tar: clean up linkpath between entries
    * tar: fix memory leaks when processing symlinks or parsing pax headers
    * iso: be more cautious about parsing ISO-9660 timestamps
  - Version 3.7.5 changes:
    * fix multiple vulnerabilities identified by SAST
    * cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing
    * lzop: prevent integer overflow
    * rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696, bsc#1225971)
    * rar4: fix CVE-2024-26256 (CVE-2024-26256, bsc#1225972)
    * rar4: fix OOB in delta and audio filter
    * rar4: fix out of boundary access with large files
    * rar4: add boundary checks to rgb filter
    * rar4: fix OOB access with unicode filenames
    * rar5: clear 'data ready' cache on window buffer reallocs
    * rpm: calculate huge header sizes correctly
    * unzip: unify EOF handling
    * util: fix out of boundary access in mktemp functions
    * uu: stop processing if lines are too long
    * 7zip: fix issue when skipping first file in 7zip archive that is a multiple
    of 65536 bytes
    * ar: fix archive entries having no type
    * lha: do not allow negative file sizes
    * lha: fix integer truncation on 32-bit systems
    * shar: check strdup return value
    * rar5: don't try to read rediculously long names
    * xar: fix another infinite loop and expat error handling
    * many Windows fixes, cleanups and improvements
  - Drop fix-soversion.patch, fix-bsdunzip-test.patch
    * Fixed upstream

++++ toolbox:

  - Revert last change and update SLE/Leap Micro images to 5.5 (bsc#1227328)

------------------------------------------------------------------
------------------  2024-9-26  -  Sep 26 2024  -------------------
------------------------------------------------------------------

++++ audit-secondary:

  - Update audit-secondary.spec:
    * Add "Requires: audit-rules" for audit package
    * Remove preun/postun handling of audit-rules.service

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

++++ glibc:

  - gen-tempname-randomness.patch: Fix missing randomness in __gen_tempname
    (bsc#1230965, BZ #32214)

++++ kernel-default:

  - 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

++++ libeconf:

  - Update to version 0.7.4:
    * Fixed memory leaks (#219)
    * Fixed: econf_readDirs crashes if one of the paths is NULL (#211)
    * Added links to man page. E.g. "man econf_readConfig" is working now.
    * Handle groups correctly which do not have any key entry.

++++ expat:

  - updated keyring [https://build.suse.de/request/show/345282]
  - modified sources
    % expat.keyring

++++ libnetfilter_conntrack:

  - Update to release 1.1.0
    * Enhancements for filtering dump and flush commands, see
    struct nfct_filter_dump and nfct_nlmsg_build_filter().
    * ctnetlink event BPF fixes (endianness issue, IPv6 matching)
    and enhancements (zone matching).

++++ patterns-base:

  - Bump to 6.1

++++ python-passlib:

  - Only run the full testsuite in openSUSE

------------------------------------------------------------------
------------------  2024-9-25  -  Sep 25 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Add upstream patches
    * bash52-037
    Fix the case where text to be completed from the line buffer (quoted) is
    compared to the common prefix of the possible matches (unquoted) and the
    quoting makes the former appear to be longer than the latter. Readline
    assumes the match doesn't add any characters to the word and doesn't display
    multiple matches.
    * bash52-036
    When readline is accumulating bytes until it reads a complete multibyte
    character, reading a byte that makes the multibyte character invalid can
    result in discarding the bytes in the partial character.
    * bash52-035
    There are systems that supply one of select or pselect, but not both.
    * bash52-034
    If we parse a compound assignment during an alias expansion, it's possible
    to have the current input string popped out from underneath the parse. In
    this case, we should not restore the input we were using when we began to
    parse the compound assignment.
    * bash52-033
    A typo in the autoconf test for strtold causes false negatives for strtold
    being available and working when compiled with gcc-14.
  - Port patch bash-3.2-printf.patch to fit change in bash52-033

++++ python-kiwi:

  - Add quota attribute to volume section
    Allow to set quota per volume for the btrfs filesystem
    This Fixes #2651

++++ filesystem:

  - Move /srv/www hierachy to the packages which use them
    [bsc#1231027]

++++ fwupd:

  - Update to version 1.9.25:
    + This release fixes the following bugs:
  - Fix checking new Synaptics MST firmware size
  - Make another ModemManager instance ID visible for firmware
    matching
  - Never set a zero-length device name when matching the vendor
    name
  - Recalculate the device supported flag when reparenting
    devices
  - Reduce idle power consumption of paired logitech-hidpp
    devices
  - Retry the open action to fix BC901 NVMe reload
    + This release adds support for the following hardware:
  - Algoltek devices supporting sector erase
  - Dell K2 dock
  - Intel USB4 hub 5787
  - More MediaTek scaler devices
  - Nordic HID devices supporting DFUv1

++++ health-checker:

  - Update to version 1.12+git20240925.08fb1bc:
    * Release version 1.12
    * Fix typos: replaced `health-checker.state` occurances with
    `health-check.state` (#23)
    * Improve rpmdb consistency check (#21)
    * Drop crio, etcd and kubelet
    * Implement missing stop argument
  - Remove plugins-kubic and plugins-caasp packages - the tests were
    removed upstream because the products were EOL

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

++++ harfbuzz:

  - Update to version 10.0.1:
    + Relax sanitization checks for “morx” subtables to fix broken
    AAT shaping of macOS 15.0 version of GeezaPro.
  - Switch to source service for tarball.

++++ samba:

  - Support needed packaging changes required update to samba-4.21.0
    Update samba.spec, baselibs.conf to deliver libldb packages.

++++ libpcap:

  - enable rdma support (bsc#1230894)

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

++++ openssh:

  - Add a const to the openssl 1.1/RSA section of sshkey_is_private
    to keep it similar to what it used before the 9.9 rebase:
    * openssh-8.1p1-audit.patch
  - Add a openssl11 bcond to the spec file for the SLE12 case
    instead of checking suse_version in different parts.
  - Move conditional patches to a number >= 1000.

++++ python-lxml:

  - 5.3.0 (2024-08-10)
    Features added
  - GH#421: Nested CDATA sections are no longer rejected but split
    on output to represent ]]> correctly. Patch by Gertjan Klein.
    Bugs fixed
  - LP#2060160: Attribute values serialised differently in
    xmlfile.element() and xmlfile.write().
  - LP#2058177: The ISO-Schematron implementation could fail on
    unknown prefixes. Patch by David Lakin.
    Other changes
  - LP#2067707: The strip_cdata option in HTMLParser() turned out
    to be useless and is now deprecated.
  - Built with Cython 3.0.11.

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

++++ 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.

++++ pam_pkcs11:

  - Fix for boo#1230870:
    * Add patch 0001-memory-leak-fixes.patch
  - Add -Wno-implicit-function-declaration to CFLAGS to fix build
    with gcc14 and newer

++++ python-Jinja2:

  - Fix build error under Leap.

++++ python-oauthlib:

  - Fix build error under Leap.

++++ python-pyserial:

  - Fix build error under Leap.

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

++++ toolbox:

  - Update SLE/Leap Micro images from 5.4 to 6.0 (bsc#1227328)

------------------------------------------------------------------
------------------  2024-9-23  -  Sep 23 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - libvdpau_gallium was linked directly into libgallium-*.so.*.
    Drop the subpackage and provides/obsolete it via Mesa-dri which
    ships libgallium-*.so.*.
  - drop u_fix_rust_bindgen.patch
    included in update
  - Update to release 24.2.3
  - -> https://docs.mesa3d.org/relnotes/24.2.3
  - disable build of rusticl on sle15; meson is just too old ...
  - buildrequires: rusticl needs mesa >= 1.4.0
  - tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
    relaxation (patch by Andreas Schwab <schwab@suse.de>); see also
    https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
  - buildrequire llvm19-devel/clang19-devel on sle15-sp7

++++ Mesa-drivers:

  - libvdpau_gallium was linked directly into libgallium-*.so.*.
    Drop the subpackage and provides/obsolete it via Mesa-dri which
    ships libgallium-*.so.*.
  - drop u_fix_rust_bindgen.patch
    included in update
  - Update to release 24.2.3
  - -> https://docs.mesa3d.org/relnotes/24.2.3
  - disable build of rusticl on sle15; meson is just too old ...
  - buildrequires: rusticl needs mesa >= 1.4.0
  - tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
    relaxation (patch by Andreas Schwab <schwab@suse.de>); see also
    https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
  - buildrequire llvm19-devel/clang19-devel on sle15-sp7

++++ ModemManager:

  - Update to version 1.22.0:
    + A new "MSG" (message) log verbosity level is introduced, which
    is also the new default one if none explicitly defined. This
    level takes the place of the old "INFO" level, as a level
    including the most important messages that should be logged
    without needing to be warnings or errors. The new "INFO" level
    is more verbose than "MSG" but less verbose than "DBG", and may
    be useful as default in systems where active debugging of WWAN
    related issues is required. E.g. all user operations triggered
    via DBus method calls are logged in "INFO" level.
    + Introduced the concept of "personal information" which should
    by default not be included in log messages. Enabling personal
    information in logs requires to run the daemon with the
    '--log-personal-info' option. This feature is mostly
    implemented for QMI and MBIM specific logs, but hasn't yet been
    included in generic daemon logs or when using the AT protocol.
    Changes and fixes related to this feature will be cherry-picked
    and included in the future stable branch updates.
  - Update URL and Source adresses.

++++ python-kiwi:

  - test: storage: update clone_device tests with new block size
    Signed-off-by: Isaac True <isaac@is.having.coffee>

++++ gstreamer:

  - Update to version 1.24.8:
    + Highlighted bugfixes:
  - decodebin3: collection handling fixes
  - encodebin: Fix pad removal (and smart rendering in
    gst-editing-services)
  - glimagesink: Fix cannot resize viewport when video size
    changed in caps
  - matroskamux, webmmux: fix firefox compatibility issue with
    Opus audio streams
  - mpegtsmux: Wait for data on all pads before deciding on a
    best pad unless timing out
  - splitmuxsink: Override LATENCY query to pretend to downstream
    that we're not live
  - video: QoS event handling improvements
  - voamrwbenc: fix list of bitrates
  - vtenc: Restart encoding session when certain errors are
    detected
  - wayland: Fix ABI break in WL context type name
  - webrtcbin: Prevent crash when attempting to set answer on
    invalid SDP
  - cerbero: ship vp8/vp9 software encoders again, which went
    missing in 1.24.7; ship transcode plugin
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements
    + gstreamer:
  - clock: Fix unchecked overflows in linear regression code
  - meta: Add missing include of gststructure.h
  - pad: Check data NULL-ness when probes are stopped
  - aggregator: Immediately return NONE from
    simple_get_next_time() on non-TIME segments

++++ gstreamer-plugins-base:

  - Update to version 1.24.8:
    + decodebin3: Fix collection identity check
    + encodebin: Fix pad removal
    + glimagesink: Fix cannot resize viewport when video size changed
    in caps
    + video: Don't overshoot QoS earliest time by a factor of 2
    + meson: gst-play: link to libm
  - Drop gst-plugins-base-decodebin3-collection-identity-check.patch:
    Fixed upstream.
  - Rebase add_wayland_dep_to_tests.patch with quilt.

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

++++ harfbuzz:

  - Update to version 10.0.0:
    + Unicode 16.0.0 support.
    + Various documentation fixes.
    + Various build fixes.
    + Add API to allow HarfBuzz client to set what glyph to use when
    a Unicode Variation Selector is not supported by the font,
    which would allow the client to customize what happens in this
    case, by using a different font for example.
    + Add a callback to for “hb_face_t” for getting the list of table
    tags. This is now used to make calling
    “hb_face_get_table_tags()” work on a faces created by
    “hb_face_create_for_tables()” (e.g. faces returned by
    “hb_subset_or_fail()”).
    + CGJ and Mongolian Variation Selectors are now ignored during
    glyph positioning, previously they would block both glyph
    substitution and positioning across them.
    + Support cairo script as an output format for “hb-view” command
    line tool.
    + Drop an optimization that would cause HarfBuzz not apply pair
    positioning lookup subtables under certain circumstances, for
    compatibility with other implementations that do apply these
    subtables.
    + Subsetting will now fail if source font has no glyphs, so
    feeding the subsetter invalid data will not silently return an
    empty face.
    + If after partially instancing a font no variation data is left
    (the instance is fully static), don’t consider this a failure.
    + Workaround a Firefox bug in displaying SVGs generated be
    “hb-view” command line tool under certain circumstances.
    + Fix bug in macroman mapping for “cmap” table.
    + Fix difference shaping output when HarfBuzz is built with with
    “HB_NO_OT_RULESETS_FAST_PATH” enabled.
    + Various subsetting and instancing fixes.
    + Various fuzzing fixes.
    + Add “with_libstdcxx” meson build option.

++++ libmbim:

  - Update to version 1.30.0:
    + New Intel Mutual Authentication service
    + New Intel Tools service
    + New Google service
    + Extended the Microsoft-defined Basic Connect Extensions service
  - Drop patches included upstream:
    + 0001-intel-mutual-authentication-new-service-fcc-lock.patch
    + 0002-intel-tools-new-service-trace-config.patch

++++ ncurses:

  - Add ncurses patch 20240922
    + add a few null-pointer checks in ncurses
    + improve test-driver in ncurses/link_test.c
    + restore background character in manpages as described in X/Open
    Curses section 3.3.6, and add option "-c" to test programs to
    illustrate a non-blank character in the window background property.
    + improve formatting/style of manpages (patches by Branden Robinson).
    + modify ncurses*-config to add -I option in --cflag where needed for
  - -disable-overwrite to match ".pc" files.
    + disallow directories and block/character devices in safe-open.
    + amend scr_restore() and scr_init() to remove the target window only
    after validating the source window which will replace the target
    (report by Zixi Liu).

++++ orc:

  - Update to version 0.4.40:
    + Security: Minor follow-up fixes for CVE-2024-40897
    + Fix include header use from C++
    + orccodemem: Assorted memory mapping fixes
    + powerpc: fix div255w which still used the inexact substitution
    + powerpc: Disable VSX and ISA 2.07 for Apple targets
    + powerpc: Allow detection of ppc64 in Mac OS
    + x86: work around old GCC versions (pre 9.0) having broken
    xgetbv implementationsv
    + x86: consider MSYS2/Cygwin as Windows for ABI purposes only
    + x86: handle unnatural and misaligned array pointers
    + x86: Fix non-C11 typedefs
    + x86: try fixing AVX detection again by adding check for XSAVE
    + Some compatibility fixes for Musl
    + meson: Fix detecting XSAVE on older AppleClangv
    + Check return values of malloc() and realloc()

++++ openssh:

  - Update to openssh 9.9p1:
    = Future deprecation notice
    * OpenSSH plans to remove support for the DSA signature algorithm
    in early 2025. This release disables DSA by default at compile
    time. DSA, as specified in the SSHv2 protocol, is inherently
    weak - being limited to a 160 bit private key and use of the
    SHA1 digest. Its estimated security level is only 80 bits
    symmetric equivalent.
    OpenSSH has disabled DSA keys by default since 2015 but has
    retained run-time optional support for them. DSA was the only
    mandatory-to-implement algorithm in the SSHv2 RFCs, mostly
    because alternative algorithms were encumbered by patents when
    the SSHv2 protocol was specified.
    This has not been the case for decades at this point and better
    algorithms are well supported by all actively-maintained SSH
    implementations. We do not consider the costs of maintaining
    DSA in OpenSSH to be justified and hope that removing it from
    OpenSSH can accelerate its wider deprecation in supporting
    cryptography libraries.
    = Potentially-incompatible changes
    * ssh(1): remove support for pre-authentication compression.
    OpenSSH has only supported post-authentication compression in
    the server for some years. Compression before authentication
    significantly increases the attack surface of SSH servers and
    risks creating oracles that reveal information about
    information sent during authentication.
    * ssh(1), sshd(8): processing of the arguments to the "Match"
    configuration directive now follows more shell-like rules for
    quoted strings, including allowing nested quotes and \-escaped
    characters. If configurations contained workarounds for the
    previous simplistic quote handling then they may need to be
    adjusted. If this is the case, it's most likely to be in the
    arguments to a "Match exec" confition. In this case, moving the
    command to be evaluated from the Match line to an external
    shell script is easiest way to preserve compatibility with both
    the old and new versions.
    = New features
    * ssh(1), sshd(8): add support for a new hybrid post-quantum key
    exchange based on the FIPS 203 Module-Lattice Key Enapsulation
    mechanism (ML-KEM) combined with X25519 ECDH as described by
    https://datatracker.ietf.org/doc/html/draft-kampanakis-curdle-ssh-pq-ke-03
    This algorithm "mlkem768x25519-sha256" is available by default.
    * ssh(1): the ssh_config "Include" directive can now expand
    environment as well as the same set of %-tokens "Match Exec"
    supports.
    * sshd(8): add a sshd_config "RefuseConnection" option that, if
    set will terminate the connection at the first authentication
    request.
    * sshd(8): add a "refuseconnection" penalty class to sshd_config
    PerSourcePenalties that is applied when a connection is dropped
    by the new RefuseConnection keyword.
    * sshd(8): add a "Match invalid-user" predicate to sshd_config
    Match options that matches when the target username is not
    valid on the server.
    * ssh(1), sshd(8): update the Streamlined NTRUPrime code to a
    substantially faster implementation.
    * ssh(1), sshd(8): the hybrid Streamlined NTRUPrime/X25519 key
    exchange algorithm now has an IANA-assigned name in addition to
    the "@openssh.com" vendor extension name. This algorithm is now
    also available under this name "sntrup761x25519-sha512"
    * ssh(1), sshd(8), ssh-agent(1): prevent private keys from being
    included in core dump files for most of their lifespans. This
    is in addition to pre-existing controls in ssh-agent(1) and
    sshd(8) that prevented coredumps. This feature is supported on
    OpenBSD, Linux and FreeBSD.
    * All: convert key handling to use the libcrypto EVP_PKEY API,
    with the exception of DSA.
    * sshd(8): add a random amount of jitter (up to 4 seconds) to the
    grace login time to make its expiry unpredictable.
    = Bugfixes
    * sshd(8): relax absolute path requirement back to what it was
    prior to OpenSSH 9.8, which incorrectly required that sshd was
    started with an absolute path in inetd mode. bz3717
    * sshd(8): fix regression introduced in openssh-9.8 that swapped
    the order of source and destination addresses in some sshd log
    messages.
    * sshd(8): do not apply authorized_keys options when signature
    verification fails. Prevents more restrictive key options being
    incorrectly applied to subsequent keys in authorized_keys.
    bz3733
    * ssh-keygen(1): include pathname in some of ssh-keygen's
    passphrase prompts. Helps the user know what's going on when
    ssh-keygen is invoked via other tools. Requested in GHPR503
    * ssh(1), ssh-add(1): make parsing user@host consistently look
    for the last '@' in the string rather than the first. This
    makes it possible to more consistently use usernames that
    contain '@' characters.
    * ssh(1), sshd(8): be more strict in parsing key type names. Only
    allow short names (e.g "rsa") in user-interface code and
    require full SSH protocol names (e.g. "ssh-rsa") everywhere
    else. bz3725
    * regress: many performance and correctness improvements to the
    re-keying regression test.
    * ssh-keygen(1): clarify that ed25519 is the default key type
    generated and clarify that rsa-sha2-512 is the default
    signature scheme when RSA is in use. GHPR505
    * sshd(8): fix minor memory leak in Subsystem option parsing;
    GHPR515
    * All: additional hardening and consistency checks for the sshbuf
    code.
    * sshd(8): reduce default logingrace penalty to ensure that a
    single forgotton login that times out will be below the penalty
    threshold.
    * ssh(1): fix proxy multiplexing (-O proxy) bug. If a mux started
    with ControlPersist then later has a forwarding added using mux
    proxy connection and the forwarding was used, then when the mux
    proxy session terminated, the mux master process would issue a
    bad message that terminated the connection.
    = Portability
    * sync contrib/ssh-copy-id to the latest upstream version.
    * regress: improve portablility for some awk(1) usage
    (e.g. Solaris)
    * In the contrib/redhat RPM spec file, without_openssl was
    previously incorrectly enabled unconditionally.
    * sshd(8) restore audit call before exit that regressed in
    openssh-9.8. Fixes an issue where the SSH_CONNECTION_ABANDON
    event was not recorded.
    * sshd(8): add support for class-imposed loging restrictions on
    FreeBSD. Allowing auth_hostok(3) and auth_timeok(3) to control
    logins.
    * Build fixes for Musl libc.
    * Fix detection of setres*id on GNU/Hurd
  - Drop patches that were already merged by upstream:
    * fix-memleak-in-process_server_config_line_depth.patch
    * fix-audit-fail-attempt.patch
  - Rebase patch with significant changes:
    * openssh-8.1p1-audit.patch
  - Rebase patches with context or trivial changes:
    * openssh-7.7p1-fips.patch
    * openssh-8.0p1-gssapi-keyex.patch
    * openssh-9.6p1-crypto-policies-man.patch
    * openssh-mitigate-lingering-secrets.patch
  - Several spec file fixes so the package builds and can be
    installed in SLE 15 SP5 and SLE 12 SP5
  - Use gcc11 when building in SLE12 and SLE15.

------------------------------------------------------------------
------------------  2024-9-22  -  Sep 22 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
  - Update minimum version requirements based on meson.build.
  - Fix build on s390x: apparently we don't have libvdpau_gallium.so.

++++ Mesa-drivers:

  - Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
  - Update minimum version requirements based on meson.build.
  - Fix build on s390x: apparently we don't have libvdpau_gallium.so.

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

++++ llvm19:

  - Update to version 19.1.0.
    * For details, see the release notes:
  - https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html
  - https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html
  - https://releases.llvm.org/19.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
  - https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html
  - https://releases.llvm.org/19.1.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tool: reduce-chunk-list to help find bugs using debug
    counters. See the Programmer's Manual for usage.
    * New Clang tools: clang-installapi for Apple-related package
    management, clang-nvlink-wrapper as a wrapper around `nvlink`.
  - No longer include OpenMP offload libraries.
  - Rebase patches:
    * clang-fix-openmp-test.patch
    * libcxx-test-library-path.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm_build_tablegen_component_as_shared_library.patch
  - Remove obsolete patches:
    * lld-default-sha1.patch because upstream switched to sha1.
    * llvm-remove-clang-only-flags.patch because warning flags are no
    longer autodetected.
    * openmp-dont-run-gpu-arch.patch because we're excluding the
    offload project for now.
  - Add llvm-fix-build-failure-on-ppc64le.patch to fix ppc64le build.
  - Require Python 3.11 on Leap because we need Python >= 3.8 now.

++++ pinentry:

  - Make pinentry-efl optional

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

++++ acpica:

  - Fix acpica-no-compiletime.patch to omit build date from xen .h files
    (boo#1230856, boo#1047218)

++++ 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.

++++ glib2:

  - Update to version 2.82.1:
    + Fix a potential buffer overflow in `GSocks4aProxy` (boo#1233282
    CVE-2024-52533).
    + Bugs fixed:
  - Test /unix-mounts/get-mount-entries fails unless libmount is
    enabled
  - Buffer overflow in set_connect_msg()
  - tests: Test against a sample mtab file in unix-mounts for
    getmntent()
  - tests: Run lint tests with detected bash
  - docs(glib): Fix link in string-utils ref
  - Move to Apple Silicon based runner
  - gsocks4aproxy: Fix a single byte buffer overflow in connect
    messages
    + Updated translations.

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

++++ cairo:

  - Add b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: cff: Don't
    fail if no local subs. Fix regression when writing PDFs with
    fonts.

++++ libxslt:

  - Add libxslt-reproducible.patch to make xml output deterministic (boo#1062303)

------------------------------------------------------------------
------------------  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 1f8ff5f

++++ 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.

++++ glibc:

  - Use nss-systemd by default also in SLE (bsc#1230638)

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

++++ bluez:

  - add Fix-crash-after-bt_uhid_unregister_all.patch to fix crashes
    when devices disconnect or go to sleep

++++ libeconf:

  - Update to version 0.7.3:
    * Groups handled in an own list (#218)
    * Add econftool as dependency of its tests
    * Simplify snprintf call
    * Remove unused functions and reduce variable visibility (#213)
    * Fix typos (#212)

++++ systemd:

  - Import commit 8a0ae4d90aff1d067a125ff9366eafc7dd5d4701 (merge of v256.6)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/bef0958f4db1b774c23505e93537ffe16f1b3894...8a0ae4d90aff1d067a125ff9366eafc7dd5d4701

++++ 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`

++++ mdadm:

  - Detail: remove duplicated code (bsc#1226413)
    0008-Detail-remove-duplicated-code.patch
  - mdadm: Fix native --detail --export (bsc#1226413)
    0009-mdadm-Fix-native-detail-export.patch

++++ setools:

  - Add upstream tarball signature
  - Add key 85649089C9F385B35F40568D21698FD29D4355A4 to setools.keyring

++++ ovmf:

  - ovmf-rpmlintrc: Add wildcard to make the filter effective on 15.x
    again
  - Add ovmf-NetworkPkg-TcpDxe-Fixed-system-stuck-on-PXE-boot-flo.patch
    NetworkPkg TcpDxe: Fixed system stuck on PXE boot flow in
    (bsc#1230587)

------------------------------------------------------------------
------------------  2024-9-17  -  Sep 17 2024  -------------------
------------------------------------------------------------------

++++ audit-secondary:

  - Update to 4.0
  - Drop python2 support
  - Drop auvirt and autrace programs
  - Drop SysVinit support
  - Require the use of the 5.0 or later kernel headers
  - New README.md file
  - Rewrite legacy service functions in terms of systemctl
  - Consolidate and update end of event detection to a common function
  - Split off rule loading from auditd.service into audit-rules.service
  - Refactor libaudit.h to split out logging functions and record numbers
  - Speed up aureport --summary reports
  - Limit libaudit python bindings to logging functions
  - Add a metrics function for auparse
  - Change auditctl to use pidfd_send_signal for signaling auditd
  - Adjust watches to optimize syscalls hooked when watch file access
  - Drop nispom rules
  - Add intepretations for fsconfig, fsopen, fsmount, & move_mount
  - Many code fixups (cgzones)
  - Update syscall and interpretation tables to the 6.8 kernel
    (from v3.1.2)
  - When processing a run level change, make auditd exit
  - In auditd, fix return code when rules added in immutable mode
  - In auparse, when files are given, also consider EUID for access
  - Auparse now interprets unnamed/anonymous sockets (Enzo Matsumiya)
  - Disable Python bindings from setting rules due to swig bug (S. Trofimovich)
  - Update all lookup tables for the 6.5 kernel
  - Don't be as paranoid about auditctl -R file permissions
  - In ausearch, correct subject/object search to be an and if both are given
  - Adjust formats for 64 bit time_t
  - Fix segfault in python bindings around the feed API
  - Add feed_has_data, get_record_num, and get/goto_field_num to python bindings
  - Update spec:
    * Move rules-related files into new subpackage `audit-rules':
    * Files moved:
  - /sbin/auditctl, /sbin/augenrules,
    /etc/audit/{audit.rules,rules.d/audit.rules,audit-stop.rules}
  - manpages for auditctl, augenrules, and audit.rules
  - /etc/audit is now owned by `audit-rules' as well
    * Add new file /usr/lib/systemd/system/audit-rules.service
    * Remove in-house create-augenrules-service.patch that generated
    augenrules.service systemd unit service
    * Remove ownership of /usr/share/audit
    * Create /usr/share/audit-rules directory on %install
    * Remove audit-userspace-517-compat.patch (fixed upstream)
    * Remove libev-werror.patch (fixed upstream)
    * Remove audit-allow-manual-stop.patch (fixed upstream)
    * Add fix-auparse-test.patch (downstream):
    Upstream tests uses a static value (42) for 'gdm' uid/gid (based
    on Fedora values, apparently).  Replace these occurrences with
    'unknown(123456)'
    * Replace '--with-python' with '--with-python3' on %configure
    * Remove autrace and auvirt references (upstream)
    * Replace README with README.md
  - Drop `--enable-systemd' from %configure as SysV-style scripts
    aren't supported in upstream since
    113ae191758c ("Drop support for SysVinit")

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

++++ drbd:

  - drbdadm down fails to remove sysfs holder file (boo#1230635)
    * add patch
    + boo1230635_01-compat-fix-nla_nest_start_noflag-test.patch
    + boo1230635_02-drbd-port-block-device-access-to-file.patch
    * update patch
    + bsc1226510-fix-build-err-against-6.9.3.patch

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

++++ audit:

  - Update to 4.0
  - Drop python2 support
  - Drop auvirt and autrace programs
  - Drop SysVinit support
  - Require the use of the 5.0 or later kernel headers
  - New README.md file
  - Rewrite legacy service functions in terms of systemctl
  - Consolidate and update end of event detection to a common function
  - Split off rule loading from auditd.service into audit-rules.service
  - Refactor libaudit.h to split out logging functions and record numbers
  - Speed up aureport --summary reports
  - Limit libaudit python bindings to logging functions
  - Add a metrics function for auparse
  - Change auditctl to use pidfd_send_signal for signaling auditd
  - Adjust watches to optimize syscalls hooked when watch file access
  - Drop nispom rules
  - Add intepretations for fsconfig, fsopen, fsmount, & move_mount
  - Many code fixups (cgzones)
  - Update syscall and interpretation tables to the 6.8 kernel
    (from v3.1.2)
  - When processing a run level change, make auditd exit
  - In auditd, fix return code when rules added in immutable mode
  - In auparse, when files are given, also consider EUID for access
  - Auparse now interprets unnamed/anonymous sockets (Enzo Matsumiya)
  - Disable Python bindings from setting rules due to swig bug (S. Trofimovich)
  - Update all lookup tables for the 6.5 kernel
  - Don't be as paranoid about auditctl -R file permissions
  - In ausearch, correct subject/object search to be an and if both are given
  - Adjust formats for 64 bit time_t
  - Fix segfault in python bindings around the feed API
  - Add feed_has_data, get_record_num, and get/goto_field_num to python bindings
  - Update spec:
    * Add fix-auparse-test.patch (downstream):
    Upstream tests uses a static value (42) for 'gdm' uid/gid (based
    on Fedora values, apparently).  Replace these occurrences with
    'unknown(123456)'
    * Replace '--with-python' with '--with-python3' on %configure
    * Add new headers 'audit_logging.h' and 'audit-records.h' for
    audit-devel

++++ wayland:

  - Update to release 1.23.1:
    * meson: Fix use of install_data() without specifying install_dir
    * Put WL_DEPRECATED in front of the function declarations
    * client: Handle proxies with no queue
    * scanner: extract validator function emission to helper function
    * scanner: fix validator for bitfields
    * tests: add enum bitfield test

++++ osinfo-db:

  - Add support for SLE Micro 6.1 (jsc#PED-8910)
    add-slem6.1-support.patch
  - Drop support for Leap 15.7. Next major version is Leap 16
    add-opensuse-leap-15.7-support.patch
  - Adjust place holder release-date for sle15sp7
    add-sle15sp7-support.patch

++++ virt-manager:

  - Fix SUSE SL Micro detection
    virtinst-add-slem60-detection-support.patch

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

++++ librsvg:

  - Update to version 2.59.0:
    + The biggest change in this release is that librsvg now uses the
    Meson build system instead of autotools.
    + With Meson, librsvg now builds a lot more reliably on Windows
    and MacOS.
    + Librsvg now uses Meson instead of Autotools
    + There is a -Davif meson option to include support for AVIF in
    the image-rs crate, which librsvg uses to load raster images.
    + Librsvg now explicitly builds only its supported raster formats
    for image-rs: JPEG, PNG, GIF, WEBP, and optional compile-time
    support for AVIF). Other raster image formats are not
    supported, to minimize the attack surface.
    + Librsvg now supports cancellable rendering; you can start
    rendering an RsvgHandle in one thread, and stop it from another
    thread with a GCancellable. In the C API, you can use the
    rsvg_handle_set_cancellable_for_rendering() function; in the
    Rust API, CairoRenderer now has a with_cancellable() method.
    + For Rust users, there is now a 'librsvg-rebind' crate that
    binds the C API for use from Rust. Internally this links to the
    system's librsvg shared library, in contrast with the 'librsvg'
    crate, which is statically linked and which has a native Rust
    API. The 'librsvg-rebind' crate is for cases where the
    additional code size from static linking is not desired. This
    librsvg-rebind crate is available from crates.io.
    + A bunch of fixes to bugs found through fuzz testing.
  - Use ldconfig_scriptlets macro for some of the post(un) handling.

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

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

++++ libcbor:

  - The doc fails to build with an assert in sphinx in 15sp6 also.

++++ ncurses:

  - Add ncurses patch 20240914
    + modify _nc_flush() to also flush stderr to help the flash capability
    to work in bash (patch by Harm te Hennepe, cf: 20201128)
    + omit -g and -fXXX flags from CFLAGS in misc/ncurses-config.in
    + improve formatting/style of manpages (patches by Branden Robinson).
    + improve examples in NCURSES-Programming-HOWTO.html
    + update comments in terminfo.src -TD

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

++++ librsvg:

  - Update to version 2.58.94:
    + The minimum supported Rust version (MSRV) is 1.77.2.
    + Fix assertion failures with large Hue value in hsl() or hwb()
    colors.
    + Limit the baseFrequency for feTurbulence to avoid integer
    overflow.
    + Only make exported symbols visible in the library's binary.
    + Fix the -Davif=enabled feature; it was not being handled
    correctly at compilation time.
    + Ensure compatibility with Binutils < 2.39.
    + Build fixes for Windows.

++++ gsettings-desktop-schemas:

  - Update to version 47.1:
    + meson: Fix project version
  - Changes from version 47.0:
    + Updated translations.

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

++++ at-spi2-core:

  - Update to version 2.54.0:
    + Updated translations.

++++ python-cryptography:

  - Fix building on SLE based distributions

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

++++ dpdk:

  - Enable (disabled by default) installation of headers needed
    to build drivers.

++++ librsvg:

  - Update to version 2.58.92:
    + Librsvg is now part of Google's oss-fuzz and is fuzz-tested
    automatically - see
    https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/oss_fuzz.html
    for details.
    + This release has two bug fixes from fuzz testing, and a new API
    call:
  - Don't leak XML entities when the XML document fails to parse.
  - Fix stack overflow in <use> reference cycle.
  - Librsvg now supports cancellable rendering; you can start
    rendering an RsvgHandle in one thread, and stop it from
    another thread with a GCancellable. In the C API, you can use
    the rsvg_handle_set_cancellable_for_rendering() function; in
    the Rust API, CairoRenderer now has a with_cancellable()
    method.
    + Many build fixes for Windows, MacOS, iOS, and cross-compilation
    + Continued refactoring for a render tree.
    + Many fixes to the documentation.

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

------------------------------------------------------------------
------------------  2024-9-13  -  Sep 13 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - drop U_egl-x11-sw-fix-partial-image-uploads.patch:
    the code in the function saw further fixes later on in the 24.2
    branch.
  - U_egl-x11-sw-fix-partial-image-uploads.patch
    * culprit for the regression in 24.1.4; reverse apply this for
    now (boo#1228164)

++++ Mesa-drivers:

  - drop U_egl-x11-sw-fix-partial-image-uploads.patch:
    the code in the function saw further fixes later on in the 24.2
    branch.
  - U_egl-x11-sw-fix-partial-image-uploads.patch
    * culprit for the regression in 24.1.4; reverse apply this for
    now (boo#1228164)

++++ cryptsetup:

  - Update to 2.7.5:
    * Fix possible online reencryption data corruption (only in 2.7.x).
    In some situations (initializing a suspended device-mapper device),
    cryptsetup disabled direct-io device access. This caused unsafe
    online reencryption operations that could lead to data corruption.
    The code now adds strict checks (and aborts the operation) and
    changes direct-io detection code to prevent data corruption.
    * Fix a clang compilation error in SSH token plugin.
    As clang linker treats missing symbols as errors, the linker phase
    for the SSH token failed as the optional cryptsetup_token_buffer_free
    was not defined.
    * Fix crypto backend initialization in crypt_format_luks2_opal API call.

++++ dpdk:

  - Use python macros from build config

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

++++ librsvg:

  - Update to version 2.58.91:
    + Librsvg now requires cairo version 1.18.0 or later.
    + Librsvg now explicitly builds only its supported raster
    formats for image-rs: JPEG, PNG, GIF, WEBP, and optional
    compile-time support for AVIF. Other raster image formats are
    not supported, to minimize the attack surface.
    + Don't generate gdk-pixbuf loaders cache if DESTDIR is set.
    + Documentation updates for meson.
    + Document the fact that the default DPI in the C API for
    RsvgHandle is 90 DPI, unlike rsvg-convert and the Rust API,
    which use 96 DPI.
    + Document the security considerations for the image-rs crate
    and the raster image formats that librsvg supports.
    + Fix and fine-tune compilation on Windows (MSVC and msys2),
    MacOS, and Android.
    + Fix installation when only compiling the static library.
    + Update Pango for CI and fix a test file. The test suite now
    includes the DejaVu Sans font, which supports extra
    glyphs/languages for the test suite.
  - Changesfrom version 2.58.90:
    + librsvg has been ported to the Meson build system.  Librsvg no
    longer uses autotools!
    + Changes in this release:
  - Librsvg now uses Meson instead of Autotools.
  - There is a -Davif meson option to include support for AVIF in
    the image-rs crate, which librsvg uses to load raster images.
  - Start revamping the fuzzing infrastructure.
  - Add cargo-c and pkgconfig(dav1d) BuildRequires: new dependencies.

++++ gobject-introspection:

  - Update to version 1.82.0:
    + Require GLib 2.82.0

++++ groff:

  - Add groff-restore-hyphen-minus.patch (bsc#1226153)

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ kexec-tools:

  - To create rckexec-reload, the service binary is required at
    build time. This binary is provided by aaa_base. Make sure this
    package is available during build.

++++ 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.

++++ p11-kit:

  - Update to 0.25.5:
    * iter: fix recursive attribute loading
    * fix building on FreeBSD 14.0 (amd64)
    * Remove p11-kit-d938f4a8a3a2.patch upstream
  - Update to 0.25.4:
    * rpc: add support for recursive attributes
    * p11-kit: add function to check run-time version of the library
    * p11-kit: expose version information through macros
    * p11-kit: add option to specify CKA_ID in generate-keypair and
    import-object commands
    * p11-kit: add --provider option to specify PKCS#11 module when
    using p11-kit commands
    * p11-kit: fix a bug where eddsa mechanism isn't recognized in
    generate-keypair
    * p11-kit: fallback to C_GetFunctionList when C_GetInterface
    returns CKR_FUNCTION_NOT_SUPPORTED
    * bug and build fixes

++++ libssh:

  - Update to version 0.11.1:
    * Fixed default TTY modes that are set when stdin is not
    connected to tty.
    * Fixed zlib cleanup procedure, which could crash on i386.
    * Various test fixes improving their stability.
    * Remove 0001-disable-timeout-test-on-slow-buildsystems.patch
    to enable slow tests also in s390 s390x ppc64le.
  - Set BuildArch: noarch for the config package as it only ships
    configuration files.

++++ makedumpfile:

  - move makedumpfile-R.pl from /usr/bin to
    /usr/share/makedumpfile-{version} (bsc#1230448)

++++ python-msgpack:

  - Update to 1.1.0
    * Avoid using floating points during timestamp-datetime conversions in #591
    * use ruff instead of black in #598
    * update Cython and setuptools in #599
    * Add experimental support for Python 3.13 in #600
    * update README in #561
    * update cibuildwheel to 2.17 in #601
    * implement buffer protocol in #602
    * Remove unused code in #603
    * packer: add buf_size option in #604
    * update readme in #605
    * cython: better exception handling in #606
    * better error checks in #607
    * Cleanup code and pyproject in #608
    * Release v1.1.0rc1 in #609
    * do not install cython as build dependency in #610
    * update Cython to 3.0.11 in #617
    * update cibuildwheel to 2.20.0 in #618
    * Release v1.1.0rc2 in #619
    * MNT: use PyLong_* instead of PyInt_* in #620
    * release v1.1.0 in #622

++++ python-setuptools:

  - Remove BuildRequires on wheel, it has been adopted since 71.1.
  - Sort out test suite changes.

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

++++ gettext-runtime:

  - Move envsubst requires into main package, gettext.sh is not part of
    gettext-tools, but gettext-runtime (fixes boo#1227070)

++++ librsvg:

  - Update to version 2.58.4:
    + Fix regression when using an SVG inside a feImage element.

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

++++ bluez:

  - Mark the configuration files as 'noreplace'.
  - Update to 5.78:
    * Fix issue with handling notification of scanned BISes to BASS
    * Fix issue with handling checking BIS caps against peer caps.
    * Fix issue with handling MGMT Set Device Flags overwrites.
    * Fix issue with handling ASE notification order.
    * Fix issue with handling BIG Info report events.
    * Fix issue with handling PACS Server role.
    * Fix issue with registering UHID_START multiple times.
    * Fix issue with pairing method not setting auto-connect.
  - Fix 3 rpmlint warnings, some configuration files were not marked as so.

++++ python313-core:

  - Make it build for SLE SP7 (jsc#PED-10075):
  - Add CVE-2023-52425-libexpat-2.6.0-backport-15.6.patch to build in
    SLE-15-SP7.
  - Add fix-test-recursion-limit-15.6.patch, gh#python/cpython#115083
  - Add gh-124040-fix-test-math-i586.patch, gh#python/cpython#124042

++++ 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)

++++ openssh:

  - 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

++++ pam:

  - baselibs.conf: add pam-userdb

++++ pam-full-src:

  - baselibs.conf: add pam-userdb

++++ passt:

  - Fix passt-selinux to use selinux macros instead of calling semodule
    by hand, which leads to unwanted policy reload on Micro (bsc#1229132)

++++ python313:

  - Make it build for SLE SP7 (jsc#PED-10075):
  - Add CVE-2023-52425-libexpat-2.6.0-backport-15.6.patch to build in
    SLE-15-SP7.
  - Add fix-test-recursion-limit-15.6.patch, gh#python/cpython#115083
  - Add gh-124040-fix-test-math-i586.patch, gh#python/cpython#124042

++++ python-gobject:

  - Update to version 3.50.0:
    + tests: Fix event test errors when GTK is not installed

++++ 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)

++++ timezone:

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

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

++++ keepalived:

  - Update service file to use manual mode as disabled is deprecated
  - switch to TAG_OFFSET for a more readable version
  - Update to version 2.3.1+git59.b6681f98:
    * all: update how pidfile handled after reload with new configuration
    * Revert "all: ensure pidfile is created if a reload causes child to start"
    * Revert "all: update how pidfile handled after reload with new configuration"
    * all: update how pidfile handled after reload with new configuration
    * all: ensure pidfile is created if a reload causes child to start

++++ 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-all:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-amdgpu:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-ath10k:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-ath11k:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-ath12k:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-atheros:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-bluetooth:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-bnx2:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-brcm:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-chelsio:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-dpaa2:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-i915:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-intel:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-iwlwifi:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-liquidio:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-marvell:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-media:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-mediatek:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-mellanox:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-mwifiex:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-network:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-nfp:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-nvidia:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-platform:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-prestera:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-qcom:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-qlogic:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-radeon:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-realtek:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-serial:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-sound:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-ti:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-ueagle:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-firmware-usb-network:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ 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)

++++ pam-config:

  - Add PreRequires for pam-extra, several other packages depend on
    that pam_limits is installed and enabled by default
  - Update to version 2.11+git.20240911:
    * Only add pam_limits if available

++++ python-configobj:

  - Refresh CVE-2023-26112.patch according to the last state of
    gh#DiffSK/configobj!236.

++++ qemu:

  - Re-enable vhdx support in qemu-img:
    * [openSUSE][RPM] explicitly enable qemu-img support for vhdx and vpc

++++ wget:

  - Update wget.keyring: use release-team keyring
  - Don't reference source URL when the linked sources change over time

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

++++ Mesa:

  - integrated changes by Andreas Schwab <schwab@suse.de>
    * enable glamor also for driver build
    * update rust crates
    + syn 2.0.39
    + proc_macro2 1.0.86
    * enable valgrind also on riscv64
    * added libvdpau_gallium package for generic VDPAU state tracker
    * switch from "swrast" to "softpipe,llvmpipe" drivers
    * use "-Dllvm-orcjit=true" for riscv64 build
    * added libgallium to Mesa-dri package
  - re-disable llvm for non-driver build by switching from "swrast"
    to "softpipe" for gallium drivers in that case
  - make previous changelog a bit nicer

++++ Mesa-drivers:

  - integrated changes by Andreas Schwab <schwab@suse.de>
    * enable glamor also for driver build
    * update rust crates
    + syn 2.0.39
    + proc_macro2 1.0.86
    * enable valgrind also on riscv64
    * added libvdpau_gallium package for generic VDPAU state tracker
    * switch from "swrast" to "softpipe,llvmpipe" drivers
    * use "-Dllvm-orcjit=true" for riscv64 build
    * added libgallium to Mesa-dri package
  - re-disable llvm for non-driver build by switching from "swrast"
    to "softpipe" for gallium drivers in that case
  - make previous changelog a bit nicer

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ gdbm:

  - version update to 1.24
    * New gdbm_load option: --update
    * Fix semantics of gdbm_load -r
    * Use getline in gdbmtool shell.
    * New function: gdbm_load_from_file_ext
    * Bugfixes
    * * Fix binary dump format for key and/or data of zero size.
    (see https://puszcza.gnu.org.ua/bugs/?565)
    * * Fix location tracking and recover command in gdbtool.
    (see https://puszcza.gnu.org.ua/bugs/?566)
    * * Fix possible buffer underflow in gdbmload.
    * * Ensure any padding bytes in avail_elem structure are filled with 0.
    (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031276)
    * * Improve the documentation.
  - modified patches
    % gdbm-no-build-date.patch (refreshed)
  - deleted patches
  - bsc1209583.patch (upstreamed)

++++ tdb:

  - Update to 1.4.12
    * Regression fix for ABI problem
    TDB_1_4_11 vs. TDB_1.4.11
  - Update to 1.4.11
    * Add tdbdump -x option to output all data as hex values
    * Add missing overflow check for num_values in pytdb.c
    * Remove Py2 related tests
    * Update times in tdb_transaction_commit per fd, not per name
    * Fix compilation with TDB_TRACE=1
    * Allow tracing of internal tdb

++++ netavark:

  - 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

++++ pam:

  - pam_limits-systemd.patch: update to final PR

++++ pam-full-src:

  - pam_limits-systemd.patch: update to final PR

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

++++ gsettings-desktop-schemas:

  - Update to version 47.rc:
    + Updated translations.

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

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

++++ python-oauthlib:

  - Cherry-pick upstream patch to make UtilsTests.test_filter_params Python 3.13+ compatible
    * Make-UtilsTests.test_filter_params-Python-3.13-compatible.patch

++++ ovmf:

  - Update to edk2-stable202405
  - Features (https://github.com/tianocore/edk2/releases):
    MAT Logic Incorrectly Reports Runtime Images
    SecurityPkg:Add EFI Device Authentication Signature Database and SPDM
    CryptoPkg:add additional RSAES-OAEP crypto functions
    OvmfPkg:Add 5-level paging support
    OvmfPkg:SEV-SNP Support for running under an SVSM
    OvmfPkg:RBP register shall be cleared in TDVMCALL
    OvmfPkg:Harden #VC instruction emulation (CVE-2024-25742)
    Add SPI bus driver stack
    NetworkPkg: Predictable TCP ISNs
    NetworkPkg: Use of a Weak PseudoRandom Number Generator
    UefiCpuPkg: Add new SmmRelocationLib library
  - Patches (git log --oneline --date-order edk2-stable202402..edk2-stable202405):
    3e722403cd ArmVirtPkg/ArmVirtQemu: Add RngDxe driver
    66c69871e7 ArmVirtPkg: Reverse inclusion order of MdeLibs.inc and ArmVirt.dsc.inc
    c98f7f7550 ArmVirtPkg: Use dynamic PCD to set the SMCCC conduit
    865229bcc8 ArmVirtPkg/ArmVirtQemu: Permit the use of dynamic PCDs in PEI
    4ddf2448ed MdePkg/BaseRngLib AARCH64: Remove overzealous ASSERT()
    9440986d4e ArmVirtPkg: Move PcdMonitorConduitHvc
    32460bb5b1 ArmPkg: Allow SMC/HVC monitor conduit to be specified at runtime
    207b6d68a0 NetworkPkg: Update the PxeBcDhcp6GoogleTest due to underlying changes
    dff3d3811f MdePkg: Add MockHash2 Protocol for testing
    4afb939531 MdePkg: Adds Protocol for MockRng
    72a9ef1c8a MdePkg: Add MockUefiBootServicesTableLib
    1904a64bcc NetworkPkg TcpDxe: SECURITY PATCH CVE-2023-45236
    4c4ceb2ceb NetworkPkg: SECURITY PATCH CVE-2023-45237
    a85336531c SecurityPkg RngDxe: Remove incorrect limitation on GetRng
    e10d83234c ArmVirtPkg: Add Hash2DxeCrypto to ArmVirtPkg
    677204f941 ArmVirtPkg PlatformCI: Support virtio-rng-pci
    cb9d711891 OvmfPkg: Add Hash2DxeCrypto to OvmfPkg
    4f58e0cf99 OvmfPkg PlatformCI: Support virtio-rng-pci
    024a291b3e EmulatorPkg: Add Hash2DxeCrypto to EmulatorPkg
    319bb7223a EmulatorPkg: Add RngDxe to EmulatorPkg
    7142e64841 CodeQL: Update from 2.16.1 to 2.17.3
    284dbac43d MdeModulePkg: Potential UINT32 overflow in S3 ResumeCount
    558a25366d MdePkg/BaseLib: Fix AARCH64 compilation error
    4b6ee06a09 MdePkg: Add MmUnblockMemoryLib to MdeLibs.dsc
    3c0b84420f DynamicTablesPkg: Adds integer to the AML package node
    25996a3441 MdePkg: Updated SpcrTable structure for Revision_4
    b82c9631da OvmfPkg: Use newly defined Unaccepted Memory Type
    f3b0ee0cee MdePkg: Update Delayed Dispatch PPI as per PI 1.8 Spec
    09340de246 MdeModulePkg: Use newly defined Unaccepted Memory Type
    6fd2d58d5d MdePkg: Define Unaccepted Memory Type
    b538d6a1b1 MdePkg: Add new Resource Attributes defined in PI 1.8 Spec
    b04e11b4c4 MdePkg: Add definition for NVMe Over Fabric Device Path
    5cbfb93abe UefiCpuPkg/Library: Support to get processor extended info
    952b5cf94c MdeModulePkg: Adding SpiHc Drivers
    82b0358e3f MdeModulePkg: SpiHc: SpiHc Drivers
    5590cefe93 MdeModulePkg:BaseSpiHcPlatformLib: Adding NULL lib instance
    916f495e77 MdeModulePkg: Adding SpiBus Drivers
    efc7ccf906 MdeModulePkg/Bus/Spi/SpiBus: Adding SpiBus Drivers
    fa7fdb89a3 MdePkg/SpiConfiguration: Correct the definition spelling
    2727231b0a UefiCpuPkg/PiSmmCpuDxeSmm: Remove SmBases relocation logic
    23ed7f209c UefiPayloadPkg/UefiPayloadPkg.dsc: Include SmmRelocationLib
    6b3a89a9fd OvmfPkg/PlatformPei: Relocate SmBases in PEI phase
    4a6400b084 OvmfPkg/SmmCpuFeaturesLib: Check Smbase Relocation is done or not
    04c36d5a1b OvmfPkg: Refine SmmAccess implementation
    6a468a8b55 OvmfPkg/PlatformInitLib: Create gEfiSmmSmramMemoryGuid
    3dfd64305b OvmfPkg/SmmRelocationLib: Add library instance for OVMF
    47f212295f UefiCpuPkg/SmmRelocationLib: Add library instance for AMD
    c56ea95b28 UefiCpuPkg/SmmRelocationLib: Remove unnecessary CpuIndex
    9783dc01cc UefiCpuPkg/SmmRelocationLib: Remove unnecessary global variable
    7421094136 UefiCpuPkg/SmmRelocationLib: Avoid unnecessary memory allocation
    42e8fa84f7 UefiCpuPkg/SmmRelocationLib: Rename global variables
    51fcd2023b UefiCpuPkg/SmmRelocationLib: Add SmmRelocationLib library instance
    af9b851732 UefiCpuPkg: Add SmmRelocationLib class
    987bea6525 UefiCpuPkg/PiSmmCpuDxeSmm: Handle the NULL gMpInformation2HobGuid
    1c0d4ae2c0 MdeModulePkg/XhciDxe: Add PCD for the delay of HCRST
    c12bbc1490 MdeModulePkg/XhciDxe: Reset endpoint while USB Transaction error
    17f333f2a4 OvmfPkg: Add sp800155Event3 support
    7097c97bde SecurityPkg: Recognize sp800155Event3 event
    370c55b2ba MdePkg: Add TcgSp800155Event3 type info
    24fa360857 RedfishPkg: Rename x-uefi-redfish to x-UEFI-redfish
    248aa153f6 IntelFsp2Pkg/PatchFv.py: FIX for GCC 32BIT build error
    fecf55a66a OvmfPkg/CcExitLib: Drop special handling for Encrypted MMIO to APIC
    f0ed194236 OvmfPkg: Don't make APIC MMIO accesses with encryption bit set
    fd290ab862 OvmfPkg/ResetVector: Clear SEV encryption bit for non-leaf PTEs
    5f783827bb Maintainers.txt: Update my email address
    5d4c5253e8 Maintainers.txt: Update StandaloneMmPkg and UefiCpuPkg Reviewer
    ec6e59aefe OvmfPkg: Remove QemuFwCfgLibMmio.inf
    1699845c5f OvmfPkg/RiscVVirt: Enable QemuFwCfgMmioDxeLib.inf
    3a4efc98b0 ArmVirtPkg: Enable QemuFwCfgMmioDxeLib.inf
    3d87214a20 OvmfPkg: Copy the same new INF as QemuFwCfgLibMmio.inf
    fcce7f77e6 OvmfPkg: Add the QemuFwCfgMmioLib PEI stage version
    748d57d40f OvmfPkg: Add the way of HOBs in QemuFwCfgLibMmio
    5e31c5666d OvmfPkg: Separate QemuFwCfgLibMmio.c into two files
    e942b85a21 OvmfPkg: Add a GUID for QemuFwCfgLib
    0c74aa2073 UefiCpuPkg/Library: Cleanup debug message in LmceSupport
    88781ccd74 ReadMe.rst: Add libspdm submodule license
    54a4fd9b35 SecurityPkg: Add libspdm submodule
    9bc2725198 .gitmodule: Add libspdm submodule for EDKII
    cf3b34c0b8 .pytool/CISettings.py: add libspdm submodule.
    750d763623 SecurityPkg: add DeviceSecurity support
    c3f615a1bd SecurityPkg: Add TCG PFP 1.06 support.
    d8e4c4b000 MdeModulePkg/Variable: Add TCG SPDM device measurement update
    74db2ed3e5 MdePkg: Add devAuthBoot GlobalVariable
    5f391c6606 MdePkg: Add TCG PFP 1.06 support.
    338fd26b8f MdePkg: Add SPDM1.2 support.
    094727264f MdePkg: Add Cxl30.h into IndustryStandard
    c0dfe3ec1f BaseTools/GetUtcDateTime.py: Python 3.12 support
    66c24219ad OvmfPkg/VirtHstiDxe: do not load driver in confidential guests
    90b6725562 Update to CodeQL 2.16.1
    d97f964f7c BaseTools/Fmmt.py: Python 3.12 support
    e3fa6986ae OvmfPkg: Harden #VC instruction emulation somewhat (CVE-2024-25742)
    86c8d69146 IntelFsp2Pkg/PatchFv.py: Python 3.12 support
    680030a6ec IntelFsp2Pkg/GenCfgOpt.py: Python 3.12 support
    7dd7b89058 ArmVirtPkg/ArmVirtQemu: always build XIP code with strict alignment
    f29160a896 OvmfPkg/VirtHstiDxe: add README.md
    506740982b OvmfPkg/VirtHstiDxe: add code flash check
    ddc43e7a41 OvmfPkg/VirtHstiDxe: add varstore flash check
    538b8944c1 OvmfPkg: Add VirtHstiDxe to OVMF firmware build
    d0906f602b OvmfPkg: Add VirtHstiDxe driver
    be92e09206 OvmfPkg/IntelTdx: Update TDVF README
    6780b3aba0 Maintainers: AMD as SPI driver stack maintainer
    1dc752d903 MdeModulePkg: Add SPI NOR FLash SFDP drivers to DSC
    8b02ecc5f0 MdeModulePkg/SpiNorFlashJedecSfdp: SPI NOR Flash JEDEC SFDP
    6dc09fda04 MdeModulePkg: Add definitions in DEC for SPI NOR Flash SFDP driver
    390b10b548 MdePkg/Include: Add SPI NOR Flash JEDEC SFDP header file
    7dec566775 MdePkg/Include: Update definitions of SPI related header files
    0afb874349 OvmfPkg/BaseMemEncryptLib: Check for presence of an SVSM when not at VMPL0
    47001ab989 Ovmfpkg/CcExitLib: Provide SVSM discovery support
    a010681f74 UefiCpuPkg/MpInitLib: AP creation support under an SVSM
    28fecae8a3 OvmfPkg/AmdSvsmLib: Add support for the SVSM create/delete vCPU calls
    18fdffe825 OvmfPkg/BaseMemEncryptSevLib: Maximize Page State Change efficiency
    b505f11f39 OvmfPkg/AmdSvsmLib: Add support for the SVSM_CORE_PVALIDATE call
    5a67a2efa7 OvmfPkg: Create a calling area used to communicate with the SVSM
    f6bf37c171 OvmfPkg/BaseMemEncryptSevLib: Use AmdSvsmSnpPvalidate() to validate pages
    ee89b59430 UefiCpuPkg/MpInitLib: Use AmdSvsmSnpVmsaRmpAdjust() to set/clear VMSA
    6ced1e91ef Ovmfpkg/AmdSvsmLib: Create AmdSvsmLib to handle SVSM related services
    789727ccf3 Ovmfpkg: Prepare OvmfPkg to use the AmdSvsmLib library
    d2b18e6bc2 UefiPayloadPkg: Prepare UefiPayloadPkg to use the AmdSvsmLib library
    30d274e354 UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSM
    c0bf953fe8 MdePkg/BaseLib: Add a new VMGEXIT instruction invocation for SVSM
    8ccbf075f0 MdePkg/Register/Amd: Define the SVSM related information
    069f9911a3 OvmfPkg/BaseMemEncryptSevLib: Maximize Page State Change efficiency
    2b330b57db OvmfPkg/BaseMemEncryptSevLib: Re-organize page state change support
    f40c1f2a30 MdePkg: Avoid hardcoded value for number of Page State Change entries
    5fe9db0f82 OvmfPkg/BaseMemEncryptSevLib: Calculate memory size for Page State Change
    6b14ef6b28 OvmfPkg/BaseMemEncryptSevLib: Fix uncrustify errors
    4bd3b5ab13 OvmfPkg/PlatformPei: Retrieve APIC IDs from the hypervisor
    5bdb091133 UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is present
    8a6471819b MdePkg: GHCB APIC ID retrieval support definitions
    c212fec9cf OvmfPkg/BaseMemEncryptLib: Fix error check from AsmRmpAdjust()
    61185f1d50 SecurityPkg: Delete TdTcg2Dxe and HashLibTdx in SecurityPkg
    93fac4fd7b OvmfPkg: Update TdTcg2Dxe path in OvmfPkgX64 and IntelTdxX64.dsc
    c98fbda328 OvmfPkg/TdTcg2Dxe: Add TdTcg2Dxe
    93ff80a218 OmvfPkg/HashLibTdx: Add HashLibTdx
    71aaf7a308 Security/SecTpmMeasurementLibTdx: Delete unused SecTpmMeasurementLibTdx
    fcfdbe2987 NetworkPkg/WifiConnectionManagerDxe: Update UI according to UEFI spec
    b6cd5ddce9 SecurityPkg/OpalPasswordDxe: Force reparsing IFR binary when RETRIEVE
    32e2968a1e SecurityPkg/OpalPasswordDxe: Change callback action to meet UEFI spec
    7ea05d8fe9 ShellPkg/SmbiosView: Support New ProcessorUpgrade for SMBIOS Type4
    bfcf2d66c7 MdePkg/SmBios.h: Add New ProcessorUpgrade definitions for SMBIOS Type4
    6363872629 UefiCpuPkg/UefiCpuPkg.dsc: Add CpuMmio2Dxe.inf to LoongArch64 field
    0b2f97c00a UefiCpuPkg: Add CpuDxe driver for LoongArch64
    abaf405ed9 UefiCpuPkg: Add multiprocessor library for LoongArch64
    392a368533 UefiCpuPkg: Add a new GUID to store the processors resource
    032830e968 UefiCpuPkg: Add CpuMmuLib to UefiCpuPkg
    c5fb47ddab UefiCpuPkg: Added a new PCD named PcdLoongArchExceptionVectorBaseAddress
    78e5019071 UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
    7750468c37 UefiCpuPkg: Add CPU exception library for LoongArch
    439030bc37 UefiCpuPkg: Add LoongArch64 CPU Timer instance
    cc63e04afc UefiCpuPkg/CpuDxe: Reorder the INF file alphabetically
    022ddb8f84 UefiCpuPkg/MpInitLib: Reorder the INF files alphabetically
    fecca982e3 UefiCpuPkg/CpuExceptionHandlerLib: Reorder the INF files alphabetically
    18ad6485a9 UefiCpuPkg/CpuTimerLib: Reorder the INF file alphabetically
    70892b13b2 StandaloneMmPkg: Support to unregister MMI handler in MMI handlers
    74f6ce6734 MdeModulePkg/SMM: Support to unregister SMI handler in SMI handlers
    da7858117f Revert ae1079b386a597108a8070652bf7cdaa4ec3dda3
    b594fba4ec Revert 17b28722008eab745ce186b72cd325944cbe6bf0
    de95e919be Revert 049ff6c39c73edd3709c05bd0e46184320471358
    31cd5ee8c0 Revert 2ec8f0c6407f062441b205b900038933865c7b3c
    5ba3602e45 BaseTools: Use Stronger Matching for NULL Linked Libraries
    d77efa2ebe BaseTools: Don't Recurse NULL Includes Not Linked to Module
    0707d9296d SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI
    e25808f501 MdePkg: Update the comments of GetInformation function
    98f150a954 MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tables
    963671d380 ShellPkg: Update smbiosview type 4 with SMBIOS 3.6 fields
    665789b61b IntelFsp2WrapperPkg: Fsp T UPD Structure Bug Fix
    013006e4ef IntelFsp2WrapperPkg: Fsp T new ARCH UPD Support
    543add1d41 IntelFsp2Pkg: Fsp T new ARCH UPD Support
    932db9df0c MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory
    b7f8779fe1 OvmfPkg/RiscVVirt: Disable Svpbmt extension
    3d5352d934 UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension
    6ddfbeb0d6 UefiCpuPkg: RISC-V: MMU: Explictly use UINT64 instead of UINTN
    f1203a4099 MdePkg.dec: RISC-V: Define override bit for Svpbmt extension
    c98c14576f CryptoPkg/BaseCryptLibUnitTest: add unit test functions
    503344cdbd CryptoPkg/Driver: add additional RSAES-OAEP crypto functions
    89ff5da9f9 CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions
    ee28bea4c0 SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI spec
    8707f835ae ArmPkg: Remove ArmCortexA9.h
    ee249efe8c ArmPkg: Remove ArmCortexA5x.h
    6fb3cc05dc RedfishPkg/RedfishPlatformConfigDxe: support menu path report
    79d4d8a81c EmulatorPkg/Redfish: Use edk2 Redfish debug PCDs
    2e4e41d012 RedfishPkg/RedfishPlatformConfigDxe: HII string is deleted unexpectedly
    c8f56800fd RedfishPkg/RedfishPlatformConfigDxe:Add RefishDebugLib support
    b0be42516e RedfishPkg/RedfishDebugLib: Introduce Redfish DEBUG macro
    29114fc574 RedfishPkg/RedfishPlatformConfigDxe: Config language searching optimization
    b387114113 EmulatorPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx
    7cc2010f46 EmbeddedPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx
    b79a64d26e ShellPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx
    e043e3e3bf MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx
    8f698f0a64 CryptoPkg: Remove interdependence for RsaPssVerify
    d402de2222 CryptoPkg: Update Md5/Sha1/Sha2 by using new mbedtls api
    278250045b CryptoPkg: Update OPTIONAL location for BaseCryptLibMbedTls
    37f63deeef MdeModulePkg: MemoryProtection: Use ImageRecordPropertiesLib
    596f856c13 MdeModulePkg: ImagePropertiesRecordLib: Consolidate Usage
    1fb6462c67 MdeModulePkg: ImagePropertiesRecordLib: Use SectionAlignment for CodeSize
    7fde22823d MdePkg: Add gEfiDeviceSignatureDatabaseGuid to dec
    e4e1f6229c MdePkg: Add UEFI 2.10 DeviceAuthentication
    cf58f47623 ShellPkg/Acpiview: Adds ACPI WSMT Table parse
    4b9312de05 ShellPkg/Acpiview: Adds HPET parser
    7f1ffba5de MdeModulePkg/Xhci: Skip another size round up for TRB address
    35f6a2780e OvmfPkg/TdxDxe: Clear the registers before tdcall
    a1a6da80aa OvmfPkg/CcExitLib: Update TDVMCALL_EXPOSE_REGS_MASK
    07c49d5d40 MdePkg/BaseLib: Update TDVMCALL_EXPOSE_REGS_MASK
    3840c35e34 IntelFsp2WrapperPkg: Error handling of FspmWrapperInit()
    ccbbc2a5c8 IntelFsp2WrapperPkg: Error handling of TpmMeasureAndLogDataWithFlags()
    e7486b5064 MdeModulePkg: DxeCore: Do Not Apply Guards to Unsupported Types
    68461c2c37 MdeModulePkg: DxeCore: Correct Runtime Granularity Memory Type
    bf8f16f771 MdeModulePkg: DxeCore: Fix CodeQL Error in FreePages
    019feb42a1 MdeModulePkg: Remove ArmPkg Dependency
    5572b43c67 BaseTools/GenFds: Apply OEM_CAPSULE_FLAGS during Capsule generation.
    308e6e0936 DynamicTablesPkg/SSDT: Require Package node in hierarchy
    6b3a512149 SecurityPkg: Update ReceiveData and SendData function description
    6f67ed45e0 MdeModulePkg: Update ReceiveData and SendData function description
    a8b80149e1 MdePkg: Update ReceiveData and SendData function description
    ddaf39263a EmbeddedPkg/NonCoherentIoMmuDxe: Make SetAttributes always succeed
    ccf91b518f Maintainers.txt: remove Laszlo's entries
    1c0db23151 UefiPayloadPkg: auto-generate SEC ProcessLibraryConstructorList() decl
    18fc96c9a9 UefiCpuPkg: auto-generate SEC ProcessLibraryConstructorList() decl
    1e603ac0d8 IntelFsp2Pkg: auto-generate SEC ProcessLibraryConstructorList() decl
    063a831c66 EmulatorPkg: auto-generate SEC ProcessLibraryConstructorList() decl
    f71a76ee01 ArmVirtPkg: auto-generate SEC ProcessLibraryConstructorList() decl
    91460083f1 ArmPlatformPkg: auto-generate SEC ProcessLibraryConstructorList() decl
    524feaa32f OvmfPkg/RiscVVirt/Sec: clean up ProcessLibraryConstructorList() decl
    9f9bf82209 OvmfPkg/IntelTdx: auto-gen & fix SEC ProcessLibraryConstructorList() decl
    1fbc121cfe OvmfPkg: auto-generate (and fix) SEC ProcessLibraryConstructorList() decl
    da4aa451ba pip-requirements.txt: require edk2-basetools version 0.1.51
    e60529df58 UefiPayloadPkg: Make Dsc accomodative of other archs
    2a0d4a2641 OvmfPkg/SmbiosPlatformDxe: tweak fallback release date again
    918288ab5a .github/workflows/codeql.yml: Update actions being deprecated
    bff9815b61 BaseTools/GenFds: Resolve absolute workspace INF paths
    1ae5bee967 DynamicTablesPkg/SsdtSerialPortFixupLib: Add Interrupt node for SPIs only
    855f528199 ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI ranges
    970aacd191 UefiPayloadPkg: UPL arch backward support ELF
    3775122ede ShellPkg/SmbiosView: Support New ProcessorFamily for SMBIOS Type4
    47723854fd MdePkg/SmBios.h: Add New ProcessorFamily definitions for SMBIOS Type4
    275d0a39c4 OvmfPkg/ResetVector: wire up 5-level paging for TDX
    318b0d714a OvmfPkg/ResetVector: print post codes for 4/5 level paging
    49b7faba1d OvmfPkg/ResetVector: add 5-level paging support
    e3bd782373 OvmfPkg/ResetVector: split SEV and non-CoCo workflows
    b7a97bfac5 OvmfPkg/ResetVector: split TDX BSP workflow
    4329b5b0cd OvmfPkg/ResetVector: add CreatePageTables4Level macro
    52e44713d2 OvmfPkg/ResetVector: add ClearOvmfPageTables macro
    fded08e744 OvmfPkg/ResetVector: improve page table flag names
    371940932d MdeModulePkg/Core/Pei: Improve the copy performance
    2ec8f0c640 StandaloneMmPkg: Disallow unregister MMI handler in other MMI handler
    049ff6c39c StandaloneMmPkg: Support to unregister MMI handler inside MMI handler
    17b2872200 MdeModulePkg/SMM: Disallow unregister SMI handler in other SMI handler
    ae1079b386 MdeModulePkg/SMM: Support to unregister SMI handler inside SMI handler
    dcffad2491 UefiCpuPkg/CpuPageTableLib: qualify page table accesses as volatile
    d159e22913 UefiCpuPkg/CpuPageTableLib: Fix IN OUT parameters marked as IN
    dc7cfa9bab UefiCpuPkg/MpInitLib: add struct MP_HAND_OFF_CONFIG
    bac9c74080 BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modules
    adebfe121c OvmfPkg/PlatformInitLib: add 5-level paging support
    13fbc16556 MdeModulePkg/DxeIplPeim: rename variable
    73ac735be8 MdeModulePkg/DxeIplPeim: fix PcdUse5LevelPageTable assert
    d9a6e7b0b8 RedfishPkg/RedfishCrtLib: fix unresolved external symbol issue
    d4c76fa17d RedfishPkg/RedfishDebugLib: use RedfishHttpLib
    422dfaab31 RedfishPkg/RedfishLib: include RedfishServiceData.h
    9da786c16f RedfishPkg: introduce RedfishHttpLib
    0ce2012c6c RedfishPkg: implement Redfish HTTP protocol
    1988f2df29 RedfishPkg: introduce Redfish HTTP protocol
    3e91e42136 BaseTools: Syntax warning invalid escape sequence \C
    6d571c0070 BaseTools/Scripts/PatchCheck: Error if commit modifies multiple packages
    0bbec15b54 BaseTools/Scripts/PatchCheck: Error if no Cc tags are present
    45ad13bb64 BaseTools/Scripts/PatchCheck: Return CommitMessageCheck errors
    dae8c29dab BaseTools/Scripts/PatchCheck: Update Author checks
    e59a40b92c EmbeddedPkg/Scripts/LauterbachT32: Fix EfiLoadDxe.cmm
    aceb3490a2 OvmfPkg/PlatformPei: log pei memory cap details
    3ad1d7eb7b OvmfPkg/PlatformPei: rewrite page table calculation
    8757e648d1 OvmfPkg/PlatformPei: consider AP stacks for pei memory cap
    9d32a02a72 OvmfPkg/PlatformPei: log a warning when memory is tight
    ba9c3ceaf8 StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driver
    e7a7169446 StandaloneMmPkg: Make StandaloneMmCpu driver architecture independent
    74b5309da9 RedfishPkg/RestJsonStructureDxe: Refine REST JSON C Structure DXE driver
    33c81c25bb MdeModulePkg/TraceHubDebugSysTLib: Use wider type for loop comparisons
    d25421d0d8 UefiCpuPkg/MpInitLib: return early in GetBspNumber()
    5e09b5d6d7 UefiCpuPkg/MpInitLib: Add support for multiple HOBs to SaveCpuMpData()
    c8e77454b5 UefiCpuPkg/MpInitLib: Add support for multiple HOBs to MpInitLibInitialize
    e2c9d8eba4 UefiCpuPkg/MpInitLib: Add support for multiple HOBs to SwitchApContext()
    b485230462 UefiCpuPkg/MpInitLib: Add support for multiple HOBs to GetBspNumber()
    a3ee1eea96 UefiCpuPkg/MpInitLib: Add support for multiple HOBs to GetMpHandOffHob
    1f161a7915 MdeModulePkg/Bus/Usb/UsbNetwork: Check array index range before access
    68238d4f94 MdePkg Updated the comments of EFI_SYSTEM_TABLE and ReadKeyStroke
    44fdc4f398 BaseTools: Update keybaord map based on UEFI spec 2.10
    d0c0e1960a MdePkg: Update keybaord map based on UEFI spec 2.10
    ba96acd963 ArmVirtPkg/XenAcpiPlatformDxe: Install FACS table from DT
    f881b4d129 OvmfPkg: only add shell to FV in case secure boot is disabled
    bc982869dd OvmfPkg/CI: copy shell to virtual drive
    8d7c48e0e7 OvmfPkg: switch MicrovmX64 to new shell include files
    6bb39cfd00 OvmfPkg: switch IntelTdxX64 to new shell include files
    a7a0443751 OvmfPkg: switch AmdSevX64 to new shell include files
    796e1b82df OvmfPkg: switch OvmfPkgIa32X64 to new shell include files
    65200edb3a OvmfPkg: switch OvmfPkgIa32 to new shell include files
    bda5b4a6cf OvmfPkg: ShellDxe.fdf.inc: add VariablePolicyDynamicCommand to FV
    7f17a15564 OvmfPkg: Shell*.inc: allow building without network support
    b25f84d7b3 OvmfPkg: add ShellDxe.fdf.inc
    efca2c6cfc OvmfPkg: add ShellLibs.dsc.inc
    2cb466cc2c OvmfPkg: add ShellComponents.dsc.inc
    7fa4a984c4 UefiPayloadPkg/Gop: Clean up unused protocol and Guid
    11ad164bce UefiPayloadPkg: Make UPL build script arch agnostic
    8ccd63d14d UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMap
    c10e5703fe UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresent
    2f4b07b668 UefiCpuPkg/CpuPageTableLib: Enhance function header for PageTableMap()
    2ca8d55974 UefiCpuPkg/PiSmmCpuDxeSmm: Check BspIndex first before lock cmpxchg
    d698bcfe4f UefiCpuPkg/PiSmmCpuDxeSmm: Avoid BspIndex typecasting
  - Removed patches which are merged to edk2-stable202405:
  - ovmf-OvmfPkg-SmbiosPlatformDxe-tweak-fallback-release-dat.patch
    9aa057b29834 OvmfPkg/SmbiosPlatformDxe: tweak fallback release date again
  - Add brotli as new submodule
  - brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz
  - https://github.com/google/brotli/archive/f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz
  - https://github.com/google/brotli
  - edk2 commit ids:
    1193aa2dfbbd MdeModulePkg: update brotli submodule
    42af706dfba7 BaseTools: Update brotli submodule
  - Updated ovmf.spec
  - unpacked brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz to
    BaseTools/Source/C/BrotliCompress/brotli and
    MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
  - We add brotli back to ovmf.spec as a submodule to align with edk2 mainline.
    Then we can remove ovmf-disable-brotli.patch to reduce the number of downstream patches.
  - removed ovmf-disable-brotli.patch
  - Add libspdm as new submodule
  - libspdm-50924a4c8145fc721e17208f55814d2b38766fe6.tar.gz
  - https://github.com/DMTF/libspdm/archive/50924a4c8145fc721e17208f55814d2b38766fe6.tar.gz
  - https://github.com/DMTF/libspdm.git
  - edk2 commit ids:
    79655e276860 SecurityPkg: Update libspdm submodule to use GitLab cmocka repo
    54a4fd9b35ca SecurityPkg: Add libspdm submodule
    9bc272519868 .gitmodule: Add libspdm submodule for EDKII
  - Updated ovmf.spec
  - unpacked libspdm-50924a4c8145fc721e17208f55814d2b38766fe6.tar.gz to SecurityPkg/DeviceSecurity/SpdmLib/libspdm
  - Changed the approach for creating the edk2 source code tarball:
  - Original approach for getting the edk2 source code tarball is
    directly downloading edk2-edk2-stable%{version}.tar.gz from
    https://github.com/tianocore/edk2.
  - New approach is that we download edk2-edk2-stable%{version}.tar.gz
    from https://github.com/tianocore/edk2. Then we repackage the tarball
    for renaming the build root folder from edk2-edk2-stable%{version}/ to
    edk2/. This approach can reduce the size of FV image against
    FD_SIZE_2MB config.
    (I believe that the reason is "gcc -g" produced bigger image when the
    name of build root folder has longer name)
  - A advantage by using edk2/ as the build root folder name is that it
    aligns with the edk2 git project name. In development stage, developer
    should find that the FV image size is too big for FD_SIZE_2MB config.
    So we use the same name of build root folder with development stage.
  - Another approach for getting the source tarball is using git in local
    edk2 git repo:
    git archive --format=tar.gz -o ./edk2-edk2-stable%{version}.tar.gz --prefix=edk2/ edk2-stable%{version}
    For example:
    git archive --format=tar.gz -o ./edk2-edk2-stable202405.tar.gz --prefix=edk2/ edk2-stable202405
  - Against this change, we modified the setup command in %prep section in
    ovmf.spec:
    old: %setup -q -n edk2-edk2-stable%{version}
    new: %setup -q -n edk2

------------------------------------------------------------------
------------------  2024-9-8  -  Sep 8 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to release 24.2.2
  - -> https://docs.mesa3d.org/relnotes/24.2.2
  - -> https://docs.mesa3d.org/relnotes/24.2.1
  - -> https://docs.mesa3d.org/relnotes/24.2.0
  - refreshed the following patches with quilt:
    * U_fix-mpeg1_2-decode-mesa-20.2.patch
    * n_add-Mesa-headers-again.patch
    * n_stop-iris-flicker.patch
    * u_dep_xcb.patch
    * u_fix_rust_bindgen.patch
  - dropped U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
  - New BuildRequires:
    * python3-PyYAML
  - enable llvm also for non-driver build to fix:
    "llvmpipe requires LLVM and is enabled, but LLVM is disabled".

++++ Mesa-drivers:

  - Update to release 24.2.2
  - -> https://docs.mesa3d.org/relnotes/24.2.2
  - -> https://docs.mesa3d.org/relnotes/24.2.1
  - -> https://docs.mesa3d.org/relnotes/24.2.0
  - refreshed the following patches with quilt:
    * U_fix-mpeg1_2-decode-mesa-20.2.patch
    * n_add-Mesa-headers-again.patch
    * n_stop-iris-flicker.patch
    * u_dep_xcb.patch
    * u_fix_rust_bindgen.patch
  - dropped U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
  - New BuildRequires:
    * python3-PyYAML
  - enable llvm also for non-driver build to fix:
    "llvmpipe requires LLVM and is enabled, but LLVM is disabled".

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

++++ python-httpx:

  - update to 0.27.2:
    * Reintroduced supposedly-private `URLTypes` shortcut.
    * Support for `zstd` content decoding using the python
    `zstandard` package is added. Installable using
    `httpx[zstd]`.
    * Improved error messaging for `InvalidURL` exceptions.
    * Fix `app` type signature in `ASGITransport`.

++++ python-idna:

  - update to 3.8:
    * Fix regression where IDNAError exception was not being
    produced for certain inputs.
    * Add support for Python 3.13, drop support for Python 3.5 as
    it is no longer testable.
    * Documentation improvements
    * Updates to package testing using Github actions

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

++++ python313-core:

  - Update to 3.13.0~rc2:
  - 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-119727: Add --single-process command line option to
    Python test runner (regrtest). Patch by Victor Stinner.
  - gh-101525: Skip test_gdb if the binary is relocated by
    BOLT. Patch by Donghee Na.
  - Security
  - gh-123678: Upgrade libexpat to 2.6.3
  - gh-121285: Remove backtracking from tarfile header parsing
    for hdrcharset, PAX, and GNU sparse headers (bsc#1230227,
    CVE-2024-6232).
  - Library
  - gh-123448: Fixed memory leak of typing.NoDefault by moving
    it to the static types array.
  - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
    according to RFC 3596, §2.5. Patch by Bénédikt Tran.
  - gh-123270: Applied a more surgical fix for malformed
    payloads in zipfile.Path causing infinite loops (gh-122905)
    without breaking contents using legitimate characters
    (bsc#1229704, CVE-2024-8088).
  - gh-123228: Fix return type for
    _pyrepl.readline._ReadlineWrapper.get_line_buffer() to be
    str(). Patch by Sergey B Kirpichev.
  - gh-123240: Raise audit events for the input() in the new
    REPL.
  - gh-123243: Fix memory leak in _decimal.
  - gh-122546: Consistently use same file name for different
    exceptions in the new repl. Patch by Sergey B Kirpichev.
  - gh-123213: xml.etree.ElementTree.Element.extend() and
    Element assignment no longer hide the internal exception if
    an erronous generator is passed. Patch by Bar Harel.
  - gh-85110: Preserve relative path in URL without netloc in
    urllib.parse.urlunsplit() and urllib.parse.urlunparse().
  - gh-123067: Fix quadratic complexity in parsing "-quoted
    cookie values with backslashes by http.cookies
    (bsc#1229596, CVE-2024-7592)
  - gh-122981: Fix inspect.getsource() for generated classes
    with Python base classes (e.g. enums).
  - gh-122903: zipfile.Path.glob now correctly matches
    directories instead of silently omitting them.
  - gh-122905: zipfile.Path objects now sanitize names from the
    zipfile.
  - gh-122695: Fixed double-free when using gc.get_referents()
    with a freed asyncio.Future iterator.
  - gh-116263: logging.handlers.RotatingFileHandler no longer
    rolls over empty log files.
  - gh-105376: Restore the deprecated logging warn() method. It
    was removed in Python 3.13 alpha 1. Keep the deprecated
    warn() method in Python 3.13. Patch by Victor Stinner.
  - gh-122744: Bump the version of pip bundled in ensurepip to
    version 24.2.
  - gh-118814: Fix the typing.TypeVar constructor when name is
    passed by keyword.
  - gh-122478: Remove internal frames from tracebacks
    shown in code.InteractiveInterpreter with non-default
    sys.excepthook(). Save correct tracebacks in
    sys.last_traceback and update __traceback__ attribute of
    sys.last_value and sys.last_exc.
  - gh-116622: On Android, the FICLONE and FICLONERANGE
    constants are no longer exposed by fcntl, as these ioctls
    are blocked by SELinux.
  - gh-82378: Make sure that the new REPL interprets
    sys.tracebacklimit in the same way that the classic REPL
    did.
  - gh-122334: Fix crash when importing ssl after the main
    interpreter restarts.
  - gh-87320: In code.InteractiveInterpreter, handle exceptions
    caused by calling a non-default sys.excepthook(). Before,
    the exception bubbled up to the caller, ending the REPL.
  - gh-121650: email headers with embedded newlines
    are now quoted on output. The generator 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.; CVE-2024-6923, bsc#1228780)
  - gh-121723: Make logging.config.dictConfig() accept any
    object implementing the Queue public API. See the queue
    configuration section for details. Patch by Bénédikt Tran.
  - gh-122081: Fix a crash in the decimal.IEEEContext()
    optional function available via the EXTRA_FUNCTIONALITY
    configuration flag.
  - gh-121804: Correctly show error locations, when SyntaxError
    raised in new repl. Patch by Sergey B Kirpichev.
  - gh-121151: Fix wrapping of long usage text of arguments
    inside a mutually exclusive group in argparse.
  - gh-108172: webbrowser honors OS preferred browser on Linux
    when its desktop entry name contains the text of a known
    browser name.
  - gh-109109: You can now get the raw TLS                    .
    Cocertificate chains from TLS connections                   .
    Covia ssl.SSLSocket.get_verified_chain() and                .
    Cossl.SSLSocket.get_unverified_chain() methods ntributed by .
    CoMateusz Nowak                                             .
  - IDLE
  - gh-120083: Add explicit black IDLE Hovertip foreground
    color needed for recent macOS. Fixes Sonoma showing
    unreadable white on pale yellow. Patch by John Riggles.
  - Core and Builtins
  - gh-123572: Fix key mappings for various F-keys in Windows
    for the new REPL. Patch by devdanzin
  - gh-123484: Fix _Py_DebugOffsets for long objects to be
    relative to the start of the object rather than the start
    of a subobject.
  - gh-123344: Add AST optimizations for type parameter
    defaults.
  - gh-123321: Prevent Parser/myreadline race condition from
    segfaulting on multi-threaded use. Patch by Bar Harel and
    Amit Wienner.
  - gh-123177: Fix a bug causing stray prompts to appear in the
    middle of wrapped lines in the new REPL.
  - gh-122982: Extend the deprecation period for bool inversion
    (~) by two years.
  - gh-123177: Deactivate line wrap in the Apple Terminal via a
    ANSI escape code. Patch by Pablo Galindo
  - gh-123229: Fix valgrind warning by initializing the
    f-string buffers to 0 in the tokenizer. Patch by Pablo
    Galindo
  - gh-122298: Restore printout of GC stats when
    gc.set_debug(gc.DEBUG_STATS) is called. This featue was
    accidentally removed when implementing incremental GC.
  - gh-121804: Correctly show error locations when a
    SyntaxError is raised in the basic REPL. Patch by Sergey B
    Kirpichev.
  - gh-123142: Fix too-wide source location in exception
    tracebacks coming from broken iterables in comprehensions.
  - gh-123048: Fix a bug where pattern matching code could emit
    a JUMP_FORWARD with no source location.
  - gh-123123: Fix displaying SyntaxError exceptions covering
    multiple lines. Patch by Pablo Galindo
  - gh-123083: Fix a potential use-after-free in
    STORE_ATTR_WITH_HINT.
  - gh-123022: Fix crash in free-threaded build when calling
    Py_Initialize() from a non-main thread.
  - gh-122888: Fix crash on certain calls to str() with
    positional arguments of the wrong type. Patch by Jelle
    Zijlstra.
  - gh-116622: Fix Android stdout and stderr messages being
    truncated or lost.
  - gh-122527: Fix a crash that occurred when a
    PyStructSequence was deallocated after its type’s
    dictionary was cleared by the GC. The type’s tp_basicsize
    now accounts for non-sequence fields that aren’t included
    in the Py_SIZE of the sequence.
  - gh-122445: Add only fields which are modified via self.* to
    __static_attributes__.
  - gh-98442: Fix too wide source locations of the cleanup
    instructions of a with statement.
  - gh-93691: Fix source locations of instructions generated
    for with statements.
  - gh-120097: FrameLocalsProxy now subclasses
    collections.abc.Mapping and can be matched as a mapping in
    match statements
  - C API
  - gh-122728: Fix PyEval_GetLocals() to avoid SystemError
    (“bad argument to internal function”). Patch by Victor
    Stinner.
  - Build
  - gh-123297: Propagate the value of LDFLAGS to LDCXXSHARED in
    sysconfig. Patch by Pablo Galindo
  - gh-116622: Rename build variable MODULE_LDFLAGS back
    to LIBPYTHON, as it’s used by package build systems
    (e.g. Meson).
  - gh-118943: Fix an issue where the experimental JIT could be
    built several times by the make regen-all target, leading
    to possible race conditions on heavily parallelized builds.
  - gh-118943: Fix a possible race condition affecting parallel
    builds configured with --enable-experimental-jit, in which
    FileNotFoundError could be caused by another process
    already moving jit_stencils.h.new to jit_stencils.h.
  - Remove upstreamed patches:
  - bso1227999-reproducible-builds.patch
  - CVE-2024-8088-inf-loop-zipfile_Path.patch
  - gh120226-fix-sendfile-test-kernel-610.patch
  - gh122136-test_asyncio-kernel-buffer-data.patch
  - fix_configure_rst.patch
  - CVE-2024-6923-email-hdr-inject.patch

++++ python313:

  - Update to 3.13.0~rc2:
  - 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-119727: Add --single-process command line option to
    Python test runner (regrtest). Patch by Victor Stinner.
  - gh-101525: Skip test_gdb if the binary is relocated by
    BOLT. Patch by Donghee Na.
  - Security
  - gh-123678: Upgrade libexpat to 2.6.3
  - gh-121285: Remove backtracking from tarfile header parsing
    for hdrcharset, PAX, and GNU sparse headers (bsc#1230227,
    CVE-2024-6232).
  - Library
  - gh-123448: Fixed memory leak of typing.NoDefault by moving
    it to the static types array.
  - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
    according to RFC 3596, §2.5. Patch by Bénédikt Tran.
  - gh-123270: Applied a more surgical fix for malformed
    payloads in zipfile.Path causing infinite loops (gh-122905)
    without breaking contents using legitimate characters
    (bsc#1229704, CVE-2024-8088).
  - gh-123228: Fix return type for
    _pyrepl.readline._ReadlineWrapper.get_line_buffer() to be
    str(). Patch by Sergey B Kirpichev.
  - gh-123240: Raise audit events for the input() in the new
    REPL.
  - gh-123243: Fix memory leak in _decimal.
  - gh-122546: Consistently use same file name for different
    exceptions in the new repl. Patch by Sergey B Kirpichev.
  - gh-123213: xml.etree.ElementTree.Element.extend() and
    Element assignment no longer hide the internal exception if
    an erronous generator is passed. Patch by Bar Harel.
  - gh-85110: Preserve relative path in URL without netloc in
    urllib.parse.urlunsplit() and urllib.parse.urlunparse().
  - gh-123067: Fix quadratic complexity in parsing "-quoted
    cookie values with backslashes by http.cookies
    (bsc#1229596, CVE-2024-7592)
  - gh-122981: Fix inspect.getsource() for generated classes
    with Python base classes (e.g. enums).
  - gh-122903: zipfile.Path.glob now correctly matches
    directories instead of silently omitting them.
  - gh-122905: zipfile.Path objects now sanitize names from the
    zipfile.
  - gh-122695: Fixed double-free when using gc.get_referents()
    with a freed asyncio.Future iterator.
  - gh-116263: logging.handlers.RotatingFileHandler no longer
    rolls over empty log files.
  - gh-105376: Restore the deprecated logging warn() method. It
    was removed in Python 3.13 alpha 1. Keep the deprecated
    warn() method in Python 3.13. Patch by Victor Stinner.
  - gh-122744: Bump the version of pip bundled in ensurepip to
    version 24.2.
  - gh-118814: Fix the typing.TypeVar constructor when name is
    passed by keyword.
  - gh-122478: Remove internal frames from tracebacks
    shown in code.InteractiveInterpreter with non-default
    sys.excepthook(). Save correct tracebacks in
    sys.last_traceback and update __traceback__ attribute of
    sys.last_value and sys.last_exc.
  - gh-116622: On Android, the FICLONE and FICLONERANGE
    constants are no longer exposed by fcntl, as these ioctls
    are blocked by SELinux.
  - gh-82378: Make sure that the new REPL interprets
    sys.tracebacklimit in the same way that the classic REPL
    did.
  - gh-122334: Fix crash when importing ssl after the main
    interpreter restarts.
  - gh-87320: In code.InteractiveInterpreter, handle exceptions
    caused by calling a non-default sys.excepthook(). Before,
    the exception bubbled up to the caller, ending the REPL.
  - gh-121650: email headers with embedded newlines
    are now quoted on output. The generator 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.; CVE-2024-6923, bsc#1228780)
  - gh-121723: Make logging.config.dictConfig() accept any
    object implementing the Queue public API. See the queue
    configuration section for details. Patch by Bénédikt Tran.
  - gh-122081: Fix a crash in the decimal.IEEEContext()
    optional function available via the EXTRA_FUNCTIONALITY
    configuration flag.
  - gh-121804: Correctly show error locations, when SyntaxError
    raised in new repl. Patch by Sergey B Kirpichev.
  - gh-121151: Fix wrapping of long usage text of arguments
    inside a mutually exclusive group in argparse.
  - gh-108172: webbrowser honors OS preferred browser on Linux
    when its desktop entry name contains the text of a known
    browser name.
  - gh-109109: You can now get the raw TLS                    .
    Cocertificate chains from TLS connections                   .
    Covia ssl.SSLSocket.get_verified_chain() and                .
    Cossl.SSLSocket.get_unverified_chain() methods ntributed by .
    CoMateusz Nowak                                             .
  - IDLE
  - gh-120083: Add explicit black IDLE Hovertip foreground
    color needed for recent macOS. Fixes Sonoma showing
    unreadable white on pale yellow. Patch by John Riggles.
  - Core and Builtins
  - gh-123572: Fix key mappings for various F-keys in Windows
    for the new REPL. Patch by devdanzin
  - gh-123484: Fix _Py_DebugOffsets for long objects to be
    relative to the start of the object rather than the start
    of a subobject.
  - gh-123344: Add AST optimizations for type parameter
    defaults.
  - gh-123321: Prevent Parser/myreadline race condition from
    segfaulting on multi-threaded use. Patch by Bar Harel and
    Amit Wienner.
  - gh-123177: Fix a bug causing stray prompts to appear in the
    middle of wrapped lines in the new REPL.
  - gh-122982: Extend the deprecation period for bool inversion
    (~) by two years.
  - gh-123177: Deactivate line wrap in the Apple Terminal via a
    ANSI escape code. Patch by Pablo Galindo
  - gh-123229: Fix valgrind warning by initializing the
    f-string buffers to 0 in the tokenizer. Patch by Pablo
    Galindo
  - gh-122298: Restore printout of GC stats when
    gc.set_debug(gc.DEBUG_STATS) is called. This featue was
    accidentally removed when implementing incremental GC.
  - gh-121804: Correctly show error locations when a
    SyntaxError is raised in the basic REPL. Patch by Sergey B
    Kirpichev.
  - gh-123142: Fix too-wide source location in exception
    tracebacks coming from broken iterables in comprehensions.
  - gh-123048: Fix a bug where pattern matching code could emit
    a JUMP_FORWARD with no source location.
  - gh-123123: Fix displaying SyntaxError exceptions covering
    multiple lines. Patch by Pablo Galindo
  - gh-123083: Fix a potential use-after-free in
    STORE_ATTR_WITH_HINT.
  - gh-123022: Fix crash in free-threaded build when calling
    Py_Initialize() from a non-main thread.
  - gh-122888: Fix crash on certain calls to str() with
    positional arguments of the wrong type. Patch by Jelle
    Zijlstra.
  - gh-116622: Fix Android stdout and stderr messages being
    truncated or lost.
  - gh-122527: Fix a crash that occurred when a
    PyStructSequence was deallocated after its type’s
    dictionary was cleared by the GC. The type’s tp_basicsize
    now accounts for non-sequence fields that aren’t included
    in the Py_SIZE of the sequence.
  - gh-122445: Add only fields which are modified via self.* to
    __static_attributes__.
  - gh-98442: Fix too wide source locations of the cleanup
    instructions of a with statement.
  - gh-93691: Fix source locations of instructions generated
    for with statements.
  - gh-120097: FrameLocalsProxy now subclasses
    collections.abc.Mapping and can be matched as a mapping in
    match statements
  - C API
  - gh-122728: Fix PyEval_GetLocals() to avoid SystemError
    (“bad argument to internal function”). Patch by Victor
    Stinner.
  - Build
  - gh-123297: Propagate the value of LDFLAGS to LDCXXSHARED in
    sysconfig. Patch by Pablo Galindo
  - gh-116622: Rename build variable MODULE_LDFLAGS back
    to LIBPYTHON, as it’s used by package build systems
    (e.g. Meson).
  - gh-118943: Fix an issue where the experimental JIT could be
    built several times by the make regen-all target, leading
    to possible race conditions on heavily parallelized builds.
  - gh-118943: Fix a possible race condition affecting parallel
    builds configured with --enable-experimental-jit, in which
    FileNotFoundError could be caused by another process
    already moving jit_stencils.h.new to jit_stencils.h.
  - Remove upstreamed patches:
  - bso1227999-reproducible-builds.patch
  - CVE-2024-8088-inf-loop-zipfile_Path.patch
  - gh120226-fix-sendfile-test-kernel-610.patch
  - gh122136-test_asyncio-kernel-buffer-data.patch
  - fix_configure_rst.patch
  - CVE-2024-6923-email-hdr-inject.patch

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

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

++++ libzypp:

  - API refactoring. Prevent zypper from using now private libzypp
    symbols (bsc#1230267)
  - Conflicts: zypper <= 1.14.76
  - version 17.35.10 (35)

++++ pam:

  - Add systemd-logind support to pam_limits (pam_limits-systemd.patch)
  - Remove /usr/etc/pam.d, everything should be migrated
  - Remove pam_limits from default common-sessions* files. pam_limits
    is now part of pam-extra and not in our default generated config.
  - pam_issue-systemd.patch: only count class user sessions

++++ pam-config:

  - Update to version 2.11+git.20240906:
    * Move pam_limits before pam_systemd

++++ pam-full-src:

  - Add systemd-logind support to pam_limits (pam_limits-systemd.patch)
  - Remove /usr/etc/pam.d, everything should be migrated
  - Remove pam_limits from default common-sessions* files. pam_limits
    is now part of pam-extra and not in our default generated config.
  - pam_issue-systemd.patch: only count class user sessions

++++ python-gobject:

  - Update to version 3.49.0:
    + Rename master branch to main
    + Drop support for Python 3.8
    + Add Override for Gio.DataInputStream
    + Treat GParamSpec as any other fundamental type
    + override connection.register_object to prevent an invocation
    object from leaking
    + Various PyPy related fixes
    + bind_property: Accept keyword arguments
    + Various documentation improvements
    + Python2 / GTK2 cleanups
    + asyncio integration with support to await Gio async functions
    + meson: move from .egg-info to .dist-info/METADATA
    + build: fixes for building with gobject-introspection 1.81
  - Stop removing executable bits from examples, no longer needed.

++++ python-looseversion:

  - Add %{?sle15_python_module_pythons}

++++ rsync:

  - rsync-gcc14.patch: fixed the ipv6 configure check (bsc#1230156)

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

++++ Mesa:

  - Update to bugfix release 24.1.7
  - -> https://docs.mesa3d.org/relnotes/24.1.7
  - Supersedes the following patch:
    * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
  - Rebase patches with quilt.

++++ Mesa-drivers:

  - Update to bugfix release 24.1.7
  - -> https://docs.mesa3d.org/relnotes/24.1.7
  - Supersedes the following patch:
    * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
  - Rebase patches with quilt.

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

++++ dpdk:

  - Fix build on aarch64 with gcc14:
    * 0001-examples-vm_power_manager-add-missing-header.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

++++ gnutls:

  - FIPS: Allow to perform the integrity check with the hmac provided
    by each library [bsc#1226724]
    * Rebase gnutls-FIPS-HMAC-nettle-hogweed-gmp.patch

++++ iputils:

  - Update to version 20240905 (mostly ping fixes release)
    https://github.com/iputils/iputils/releases/tag/20240905
  - Fix tarball url

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

++++ libXi:

  - Update to version 1.8.2
    * This release includes fixes for malloc failures and a double
    alignment issue on some machines. XFreeDeviceInfo can now be
    called with NULL and XGetFeedbackControl is more robust in
    the face of a malicious X server sending random data. Plus a
    typo fix in the man page.

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

++++ samba:

  - Package ceph_new VFS module.
  - Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated;
    (bso#15699); (bsc#1229684).

++++ qemu:

  - Spec file fixing (for properly building 9.1) and improvements:
    * [openSUSE][RPM] Consolidate disabling all features during 'configure' in a macro
    * [openSUSE][RPM] Consolidate handling of conditional features
    * [openSUSE][RPM] (commented out) services for qemu-pr-helper
    * [openSUSE][RPM] package qemu-vmsr-helper
    * [openSUSE][RPM] configure: Fix with-pkgversion option
    * [openSUSE][RPM] Exclude riscv edk2 files
    * [openSUSE][RPM] Remove nios2
    * [openSUSE][RPM] Update tests acpi path
    * [openSUSE][RPM] configure: remove options for removed features
  - Update to version 9.1.0:
    Full changelog here: https://wiki.qemu.org/ChangeLog/9.1
    Some of the most notable features:
    * migration: compression offload support via Intel In-Memory Analytics
    Accelerator (IAA) or User Space Accelerator Development Kit (UADK),
    along with enhanced support for postcopy failure recovery
    * virtio: support for VIRTIO_F_NOTIFICATION_DATA, allowing guest
    drivers to provide additional data as part of sending device notifications
    for performance/debug purposes
    * guest-agent: support for guest-network-get-route command on linux,
    guest-ssh-* commands on Windows, and enhanced CLI support for
    configuring allowed/blocked commands
    * block: security fixes for QEMU NBD server and NBD TLS encryption
    * ARM: emulation support for FEAT_NMI, FEAT_CSV2_3, FEAT_ETS2,
    FEAT_Spec_FPACC, FEAT_WFxT, FEAT_Debugv8p8 architecture features
    * ARM: nested/two-stage page table support for emulated SMMUv3
    * ARM: xilinx_zynq board support for cache controller and multiple
    CPUs, and B-L475E-IOT01A board support for a DM163 display
    * LoongArch: support for directly booting an ELF kernel and for running
    up to 256 vCPUs via extioi virt extension
    * LoongArch: enhanced debug/GDB support
    * RISC-V: support for version 1.13 of privileged architecture specification
    * RISC-V: support for Zve32x, Zve64x, Zimop, Zcmop, Zama16b, Zabha,
    Zawrs, and Smcntrpmf extensions
    * RISC-V: enhanced debug/GDB support and general fixes
    * SPARC: emulation support for FMAF, IMA, VIS3, and VIS4 architecture
    features
    * x86: KVM support for running AMD SEV-SNP guests
    * x86: CPU emulation support for Icelake-Server-v7, SapphireRapids-v3,
    and SierraForest
    The following bugs/CVEs were solved (in 9.0.x) with backports that are
    now included in 9.1 upstream:
  - CVE-2024-4467 (bsc#1227322)
  - CVE-2024-7409 (bsc#1229007)

++++ rsync:

  - Add rsyncd-return-from-list-command-with-0.patch to not treat #list as failure

++++ suse-module-tools:

  - Update to version 16.0.51:
    * Improve handling of /boot/vmlinuz and /boot/initrd symlinks
    (boo#1207703)
    * Add preliminary support for mkosi-initrd
    * spec file: remove redundant dependency on sdbootutil

++++ vim:

  - Update to 9.1.0718:
    * v9.1.0718: hard to know the users personal Vim Runtime Directory
    * v9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifiers()
    Maintainers: fix typo in author name
    * v9.1.0716: resetting setcellwidth( doesn't update the screen
    runtime(hcl,terraform): Add runtime files for HCL and Terraform
    runtime(tmux): Update syntax script
    * v9.1.0715: Not correctly parsing color names (after v9.1.0709)
    * v9.1.0714: GuiEnter_Turkish test may fail
    * v9.1.0713: Newline causes E749 in Ex mode
    * v9.1.0712: missing dependency of Test_gettext_makefile
    * v9.1.0711: test_xxd may file when using different xxd
    * v9.1.0710: popup window may hide part of Command line
    runtime(vim): Update syntax, improve user-command matching
    * v9.1.0709: GUIEnter event not found in Turkish locale
    runtime(sudoers): improve recognized Runas_Spec and Tag_Spec items
    * v9.1.0708: Recursive window update does not account for reset skipcol
    runtime(nu): include filetype plugin
    * v9.1.0707: invalid cursor position may cause a crash
    * v9.1.0706: test_gettext fails when using shadow dir
    CI: Install locales-all package
    * v9.1.0705: Sorting of fuzzy filename completion is not stable
    translation(pt): update Portuguese/Brazilian menu translation
    runtime(vim): Update base-syntax, match bracket mark ranges
    runtime(doc): Update :help :command-complete list
    * v9.1.0704: inserting with a count is inefficient
    runtime(doc): use mkdir -p to save a command
    * v9.1.0703: crash with 2byte encoding and glob2regpat()
    runtime(hollywood): update syn highlight for If-Then statements
    and For-In-Loops
    * v9.1.0702: Patch 9.1.0700 broke CI
    * v9.1.0701: crash with NFA regex engine when searching for
    composing chars
    * v9.1.0700: crash with 2byte encoding and glob2regpat()
    * v9.1.0699: "dvgo" is not always an inclusive motion
    runtime(java): Provide support for syntax preview features
    * v9.1.0698: "Untitled" file not removed when running Test_crash1_3
    alone
    * v9.1.0697: heap-buffer-overflow in ins_typebuf
    * v9.1.0696: installing runtime files fails when using SHADOWDIR
    runtime(doc): fix typo
    * v9.1.0695: test_crash leaves Untitled file around
    translation(br): Update Brazilian translation
    translation(pt): Update menu_pt_br
    * v9.1.0694: matchparen is slow on a long line
    * v9.1.0693: Configure doesn't show result when not using python3
    stable abi
    * v9.1.0692: Wrong patlen value in ex_substitute()
    * v9.1.0691: stable-abi may cause segfault on Python 3.11
    runtime(vim): Update base-syntax, match :loadkeymap after colon and bar
    runtime(mane): Improve <Plug>ManBS mapping
    * v9.1.0690: cannot set special highlight kind in popupmenu
    translation(pt): Revert and fix wrong Portuguese menu translation
    files
    translation(pt): revert Portuguese menu translation
    translation(br): Update Brazilian translations
    runtime(vim): Update base-syntax, improve :let-heredoc highlighting
    * v9.1.0689: buffer-overflow in do_search( with 'rightleft'
    runtime(vim): Improve heredoc handling for all embedded scripts
    * v9.1.0688: dereferences NULL pointer in check_type_is_value()
    * v9.1.0687: Makefile may not install desktop files
    runtime(man): Fix <Plug>ManBS
    runtime(java): Make the bundled &foldtext function optional
    runtime(netrw): Change line on `mx` if command output exists
    runtime(netrw): Fix `mf`-selected entry highlighting
    runtime(htmlangular): add html syntax highlighting
    translation(it): Fix filemode of Italian manpages
    runtime(doc): Update outdated man.vim plugin information
    runtime(zip): simplify condition to detect MS-Windows
    * v9.1.0686: zip-plugin has problems with special characters
    runtime(pandoc): escape quotes in &errorformat for pandoc
    translation(it): updated Italian manpage
    * v9.1.0685: too many strlen( calls in usercmd.c
    runtime(doc): fix grammar in :h :keeppatterns
    runtime(pandoc): refine pandoc compiler settings
    * v9.1.0684: completion is inserted on Enter with "noselect"
    translation(ru): update man pages
    * v9.1.0683: mode( returns wrong value with <Cmd> mapping
    runtime(doc): remove trailing whitespace in cmdline.txt
    * v9.1.0682: Segfault with uninitialized funcref
    * v9.1.0681: Analyzing failed screendumps is hard
    runtime(doc): more clarification for the :keeppatterns needed
    * v9.1.0680: VMS does not have defined uintptr_t
    runtime(doc): improve typedchar documentation for KeyInputPre autocmd
    runtime(dist): verify that executable is in $PATH
    translation(it): update Italian manpages
    runtime(doc): clarify the effect of :keeppatterns after * v9.1.0677
    runtime(doc): update Makefile and make it portable between GNU and BSD
    * v9.1.0679: Rename from w_closing to w_locked is incomplete
    runtime(colors): update colorschemes
    runtime(vim): Update base-syntax, improve :let-heredoc highlighting
    runtime(doc): Updating the examples in the xxd manpage
    translation(ru): Updated uganda.rux
    runtime(yaml): do not re-indent when commenting out lines
    * v9.1.0678: use-after-free in alist_add()
    * v9.1.0677 :keepp does not retain the substitute pattern
    translation(ja): Update Japanese translations to latest release
    runtime(netrw): Drop committed trace lines
    runtime(netrw): Error popup not always used
    runtime(netrw): ErrorMsg( may throw E121
    runtime(tutor): update Makefile and make it portable between GNU and BSD
    translation: improve the po/cleanup.vim script
    runtime(lang): update Makefile and make it portable between GNU and BSD
    * v9.1.0676: style issues with man pages
    * v9.1.0675: Patch v9.1.0674 causes problems
    runtime(dosbatch): Show %%i as an argument in syntax file
    runtime(dosbatch): Add syn-sync to syntax file
    runtime(sql, mysql): fix E169: Command too recursive with
    sql_type_default = "mysql"
    * v9.1.0674: compiling abstract method fails because of missing return
    runtime(javascript): fix a few issues with syntax higlighting
    runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var
    runtime(termdebug): Fix wrong test for balloon feature
    runtime(doc): Remove mentioning of the voting feature
    runtime(doc): add help tags for json + markdown global variables
    * v9.1.0673: too recursive func calls when calling super-class method
    runtime(syntax-tests): Facilitate the viewing of rendered screendumps
    runtime(doc): fix a few style issues
    * v9.1.0672: marker folds may get corrupted on undo
    * v9.1.0671 Problem:  crash with WinNewPre autocommand
    * v9.1.0670: po file encoding fails on *BSD during make
    translation(it): Update Italian translation
    translation: Stop using msgconv
    * v9.1.0669: stable python ABI not used by default
    Update .gitignore and .hgignore files
    * v9.1.0668: build-error with python3.12 and stable ABI
    translations: Update generated po files
    * v9.1.0667: Some other options reset curswant unnecessarily when set
    * v9.1.0666: assert_equal( doesn't show multibyte string correctly
    runtime(doc): clarify directory of Vim's executable vs CWD
    * v9.1.0665 :for loop
    runtime(proto): Add indent script for protobuf filetype
    * v9.1.0664: console vim did not switch back to main screen on exit
    runtime(zip): zip plugin does not work with Vim 9.0
    * v9.1.0663: zip test still resets 'shellslash' option
    runtime(zip): use defer to restore old settings
    runtime(zip): add a generic Message function
    runtime(zip): increment base version of zip plugin
    runtime(zip): raise minimum Vim version to * v9.0
    runtime(zip): refactor save and restore of options
    runtime(zip): remove test for fnameescape
    runtime(zip): use :echomsg instead of :echo
    runtime(zip): clean up and remove comments
    * v9.1.0662: filecopy( may return wrong value when readlink( fails
    * v9.1.0661: the zip plugin is not tested.
    runtime(zip): Fix for FreeBSD's unzip command
    runtime(doc): capitalize correctly
    * v9.1.0660: Shift-Insert does work on old conhost
    translation(it): update Italian manpage
    runtime(lua): add/subtract a 'shiftwidth' after '('/')' in indentexpr
    runtime(zip): escape '[' on Unix as well
    * v9.1.0659: MSVC Makefile is a bit hard to read
    runtime(doc): fix typo in syntax.txt
    runtime(doc): -x is only available when compiled with crypt feature
    * v9.1.0658: Coverity warns about dereferencing NULL pointer.
    runtime(colors): update Todo highlight in habamax colorscheme
    * v9.1.0657: MSVC build time can be optimized
    * v9.1.0656: MSVC Makefile CPU handling can be improved
    * v9.1.0655: goaccess config file not recognized
    CI: update clang compiler to version 20
    runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}explore`
    * v9.1.0654: completion does not respect completeslash with fuzzy
    * v9.1.0653: Patch v9.1.0648 not completely right
    * v9.1.0652: too many strlen( calls in syntax.c
    * v9.1.0651 :append
    * v9.1.0650: Coverity warning in cstrncmp()
    * v9.1.0649: Wrong comment for "len" argument of call_simple_func()
    * v9.1.0648: [security] double-free in dialog_changed()
    * v9.1.0647: [security] use-after-free in tagstack_clear_entry
    runtime(doc): re-format tag example lines, mention ctags --list-kinds
    * v9.1.0646: imported function may not be found
    runtime(java): Document "g:java_space_errors" and "g:java_comment_strings"
    runtime(java): Cluster optional group definitions and their group links
    runtime(java): Tidy up the syntax file
    runtime(java): Tidy up the documentation for "ft-java-syntax"
    runtime(colors): update habamax scheme - tweak diff/search/todo colors
    runtime(nohlsearch): add missing loaded_hlsearch guard
    runtime(kivy): Updated maintainer info for syntax script
    Maintainers: Add maintainer for ondir ftplugin + syntax files
    runtime(netrw): removing trailing slash when copying files in same
    directory
    * v9.1.0645: wrong match when searching multi-byte char case-insensitive
    runtime(html): update syntax script to sync by 250 minlines by default
    * v9.1.0644: Unnecessary STRLEN( when applying mapping
    runtime(zip): Opening a remote zipfile don't work
    runtime(cuda): source c and cpp ftplugins
    * v9.1.0643: cursor may end up on invalid position
    * v9.1.0642: Check that mapping rhs starts with lhs fails if not
    simplified
    * v9.1.0641: OLE enabled in console version
    runtime(thrift): add ftplugin, indent and syntax scripts
    * v9.1.0640: Makefile can be improved
    * v9.1.0639: channel timeout may wrap around
    * v9.1.0638: E1510 may happen when formatting a message for smsg()
    * v9.1.0637: Style issues in MSVC Makefile

------------------------------------------------------------------
------------------  2024-9-4  -  Sep 4 2024  -------------------
------------------------------------------------------------------

++++ 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 (fixes bsc#1230153 / CVE-2024-8418)
    * cirrus: update branch names

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

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

++++ libbpf:

  - update to 1.4.6:
    * BPF skeleton forward compatibility fix (f6f2402);
    * BTF endianness inheritance bug fix (fe28fae).

++++ colord:

  - Remove script in %pre to change ownership of /var/lib/colord
    (bsc#1208056).

++++ hivex:

  - Update hivex to version 1.3.24
    * no changelog provided

++++ procps:

  - procps-ng-4.0.4-idletime-no-tty.patch: don't print idle time without tty
  - procps-ng-4.0.4-w-array-bounds.patch: fix array bounds violation

++++ rpm:

  - move perl packaging to own package
    adapt fileattrs.diff

++++ osinfo-db:

  - Add support for openSUSE Leap 15.7 (jsc#PED-8910)
    add-opensuse-leap-15.7-support.patch
  - Add support for SLE-15-SP7 (jsc#PED-8910) (bsc#1230160)
    add-sle15sp7-support.patch

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

++++ supermin:

  - Update to version 5.3.5 (jsc#PED-8910)
    * Fix qemu-kvm example command

++++ xfsprogs:

  - update to 6.10.1
  - fix C++ compilation errors in xfs_fs.h
  - ------------------------------------------------------------------

------------------------------------------------------------------
------------------  2024-9-3  -  Sep 3 2024  -------------------
------------------------------------------------------------------

++++ acpica:

  - Update to version 20240827
    * Fix the PHAT table working: ensure that the PHAT firmware health
    record offset works correctly, fix various sub-table offsets,
    prevent segmentation faults when encountering invalid device paths.
    * Fix the optional table 4-byte signature.
    * Correct the dumping of SLIC and DBG2 tables.
    * Add support for QWordPCC and DWordPCC
    * Fix the integer to hex string conversions
    * Detecting FACS in reduced HW mode and allowing setting waking
    vector thereby waking up from S3 state
    * Fixing issues with crossing page boundaries when mapping operation regions
    * Update the support for IORT, HMAT, MPAM, AEST, CEDT, SPCR etc. tables
    * Fix multiple issues with table parsing, compilation and disassembly
    * Allow for more flexibility in _DSM usage.

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

++++ gobject-introspection:

  - Update to version 1.81.4:
    + Add rpath when building the type dumper on macOS
    + Fix regression in the installation of GIRepository-2.0.typelib
  - Update to version 1.81.2:
    * Add strict mode warning for enumeration members starting with a
    number
    * Set deprecation message for signals and properties
    * Fix HTML definition lists in the documentation generator
    * Catch up with Python-Markdown 3.4 extension API changes
    * Propagate scanner errors
    * Do not break when parsing ARM SVE types in system headers
    * Pair pointer GTypes with their opaque structure
    * Fix property accessor pairing
    * Handle pid_t, etc. as their own top-level types
    * Add warning for closure annotation
    * Warn on invalid callback annotations
    * Make sure to set a GError with an invalid introspect-dump
    string
    * Move gobject-introspection tests to a submodule
    * Remove dependency on distutils.msvccompiler
    * Be more thorough about applying -Wl,--no-as-needed option
    * Documentation and build fixes

++++ haproxy:

  - Update to version 3.0.4+git0.7a59afa93: (CVE-2024-45506 boo#1229993)
    * [RELEASE] Released version 3.0.4
    * BUG/MEDIUM: mux-pt: Fix condition to perform a shutdown for writes in mux_pt_shut()
    * BUG/MINOR: Crash on O-RTT RX packet after dropping Initial pktns
    * BUG/MINOR: quic: Too shord datagram during O-RTT handshakes (aws-lc only)
    * BUG/MAJOR: mux-h2: always clear MUX_MFULL and DEM_MROOM when clearing the mbuf
    * MINOR: mux-h2: try to clear DEM_MROOM and MUX_MFULL at more places
    * BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered
    * BUG/MINOR: quic: unexploited retransmission cases for Initial pktns.
    * BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli
    * BUG/MEDIUM: mux-pt: Never fully close the connection on shutdown
    * BUG/MINIR: proxy: Match on 429 status when trying to perform a L7 retry
    * BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready
    * BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0-copy data forwarding
    * MINOR: proxy: Add support of 429-Too-Many-Requests in retry-on status
    * DOC: quic: fix default minimal value for max window size
    * MEDIUM: log: relax some checks and emit diag warnings instead in lf_expr_postcheck()
    * Revert "MEDIUM: sink: don't set NOLINGER flag on the outgoing stream interface"
    * 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
    * MEDIUM: h1: allow to preserve keep-alive on T-E + C-L
    * MINOR: quic: Add information to "show quic" for CUBIC cc.
    * MINOR: quic: Dump TX in flight bytes vs window values ratio.
    * 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)
    * MEDIUM: sink: don't set NOLINGER flag on the outgoing stream interface
    * BUG/MINOR: quic: Non optimal first datagram.
    * 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/MAJOR: mux-h2: force a hard error upon short read with pending error
    * BUG/MEDIUM: ssl_sock: fix deadlock in ssl_sock_load_ocsp() on error path
    * DOC: install: don't reference removed CPU arg
    * BUG/MEDIUM: debug/cli: fix "show threads" crashing with low thread counts
    * BUG/MINOR: session: Eval L4/L5 rules defined in the default section
    * CLEANUP: quic: rename TID affinity elements
    * CLEANUP: proto: rename TID affinity callbacks
    * BUG/MEDIUM: quic: prevent crash on accept queue full
    * BUILD: listener: silence a build warning about unused value without threads
    * MINOR: proto: extend connection thread rebind API

++++ kbd:

  - Build libkeymap and create additional subpackages.

++++ kernel-default:

  - usb: typec: ucsi: Wait 20ms before reading CCI after a reset
    (git-fixes).
  - commit 26d16be

++++ kernel-firmware-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ llvm19:

  - Enable zstd compression support again.

++++ libvirt:

  - Update to libvirt 10.7.0
  - CVE-2024-8235, bsc#1230024
  - Unconditionally disable building the interface driver
  - Remove SysV rc* compatibility symlinks
  - jsc#PED-8909
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-7-0-2024-09-02

++++ xxhash:

  - Add inline.patch to resolve FTBFS on gcc-14 + -Og.

++++ python-libvirt-python:

  - Update to 10.7.0
  - Add all new APIs and constants in libvirt 10.7.0
  - jsc#PED-8909

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

++++ boost-base:

  - fix compilation of compute module (gh#boostorg/uuid#166)
  - boost-compute-uuid.patch: added

++++ dpdk:

  - Update to LTS version 23.11. Some are the fixes are below,
    * app/crypto-perf: add missing op resubmission
    * app/crypto-perf: fix copy segment size
    * app/crypto-perf: fix data comparison
    * app/crypto-perf: fix encrypt operation verification
    * app/crypto-perf: fix next segment mbuf
    * app/crypto-perf: fix out-of-place mbuf size
    * app/crypto-perf: verify strdup return
    * app/dma-perf: verify strdup return
    * app/dumpcap: verify strdup return
    * app/graph: fix build reason
    * app/pdump: verify strdup return
    * app/testpmd: fix --stats-period option check
    * app/testpmd: fix GRO packets flush on timeout
    * app/testpmd: fix async flow create failure handling
    * app/testpmd: fix async indirect action list creation
    * app/testpmd: fix auto-completion for indirect action list
    * app/testpmd: fix burst option parsing
    * app/testpmd: fix crash in multi-process forwarding
    * app/testpmd: fix error message for invalid option
    * app/testpmd: fix flow modify tag typo
    * app/testpmd: hide --bitrate-stats in help if disabled
    * app/testpmd: return if no packets in GRO heavy weight mode
    * app/testpmd: verify strdup return
    * build: fix linker warnings about undefined symbols
    * build: fix reasons conflict
    * build: link static libs with whole-archive in subproject
    * build: pass cflags in subproject
    * buildtools/cmdline: fix IP address initializer
    * buildtools/cmdline: fix generated code for IP addresses
    * bus/dpaa: verify strdup return
    * bus/fslmc: verify strdup return
    * bus/vdev: fix devargs in secondary process
    * bus/vdev: verify strdup return
    * ci: update versions of actions in GHA
    * common/cnxk: fix RSS RETA configuration
    * common/cnxk: fix Tx MTU configuration
    * common/cnxk: fix VLAN check for inner header
    * common/cnxk: fix inline device pointer check
    * common/cnxk: fix link config for SDP
    * common/cnxk: fix mbox region copy
    * common/cnxk: fix mbox struct attributes
    * common/cnxk: fix memory leak in CPT init
    * common/cnxk: fix possible out-of-bounds access
    * common/cnxk: remove CN9K inline IPsec FP opcodes
    * common/cnxk: remove dead code
    * common/mlx5: fix calloc parameters
    * common/mlx5: fix duplicate read of general capabilities
    * common/mlx5: fix query sample info capability
    * common/qat: fix legacy flag
    * common/sfc_efx/base: use C11 static assert
    * config: fix CPU instruction set for cross-build
    * crypto/cnxk: fix CN9K ECDH public key verification
    * crypto/qat: fix crash with CCM null AAD pointer
    * cryptodev: remove unused extern variable
    * dma/dpaa2: fix logtype register
    * dma/idxd: verify strdup return
    * dmadev: fix calloc parameters
    * doc: add --latencystats option in testpmd guide
    * doc: add link speeds configuration in features table
    * doc: add traffic manager in features table
    * doc: fix aging poll frequency option in cnxk guide
    * doc: fix commands in eventdev test tool guide
    * doc: fix configuration in baseband 5GNR driver guide
    * doc: fix default IP fragments maximum in programmer guide
    * doc: fix typo in packet framework guide
    * doc: fix typo in profiling guide
    * doc: fix typos in cryptodev overview
    * doc: remove cmdline polling mode deprecation notice
    * doc: update link to Windows DevX in mlx5 guide
    * drivers/net: fix buffer overflow for packet types list
    * dts: fix smoke tests driver regex
    * dts: strip whitespaces from stdout and stderr
    * eal/x86: add AMD vendor check for TSC calibration
    * eal: verify strdup return
    * ethdev: fix NVGRE encap flow action description
    * event/cnxk: fix dequeue timeout configuration
    * event/cnxk: verify strdup return
    * event/dlb2: remove superfluous memcpy
    * eventdev/crypto: fix enqueueing
    * eventdev: fix Doxygen processing of vector struct
    * eventdev: fix calloc parameters
    * eventdev: improve Doxygen comments on configure struct
    * examples/ipsec-secgw: fix Rx queue ID in Rx callback
    * examples/ipsec-secgw: fix cryptodev to SA mapping
    * examples/ipsec-secgw: fix typo in error message
    * examples/ipsec-secgw: fix width of variables
    * examples/l3fwd: fix Rx over not ready port
    * examples/l3fwd: fix Rx queue configuration
    * examples/packet_ordering: fix Rx with reorder mode disabled
    * examples/qos_sched: fix memory leak in args parsing
    * examples/vhost: verify strdup return
    * gro: fix reordering of packets
    * hash: remove some dead code
    * kernel/freebsd: fix module build on FreeBSD 14
    * lib: add newline in logs
    * lib: remove redundant newline from logs
    * lib: use dedicated logtypes and macros
    * ml/cnxk: fix xstats calculation
    * net/af_xdp: fix leak on XSK configuration failure
    * net/af_xdp: fix memzone leak on config failure
    * net/bnx2x: fix calloc parameters
    * net/bnx2x: fix warnings about memcpy lengths
    * net/bnxt: fix 50G and 100G forced speed
    * net/bnxt: fix array overflow
    * net/bnxt: fix backward firmware compatibility
    * net/bnxt: fix deadlock in ULP timer callback
    * net/bnxt: fix null pointer dereference
    * net/bnxt: fix number of Tx queues being created
    * net/bnxt: fix speed change from 200G to 25G on Thor
    * net/bnxt: modify locking for representor Tx
    * net/bonding: fix flow count query
    * net/cnxk: add cookies check for multi-segment offload
    * net/cnxk: fix MTU limit
    * net/cnxk: fix Rx packet format check condition
    * net/cnxk: fix aged flow query
    * net/cnxk: fix buffer size configuration
    * net/cnxk: fix flow RSS configuration
    * net/cnxk: fix indirect mbuf handling in Tx
    * net/cnxk: fix mbuf fields in multi-segment Tx
    * net/cnxk: improve Tx performance for SW mbuf free
    * net/ena/base: fix metrics excessive memory consumption
    * net/ena/base: limit exponential backoff
    * net/ena/base: restructure interrupt handling
    * net/ena: fix fast mbuf free
    * net/ena: fix mbuf double free in fast free mode
    * net/failsafe: fix memory leak in args parsing
    * net/gve: fix DQO for chained descriptors
    * net/hns3: enable PFC for all user priorities
    * net/hns3: fix VF multiple count on one reset
    * net/hns3: fix disable command with firmware
    * net/hns3: fix reset level comparison
    * net/hns3: refactor PF mailbox message struct
    * net/hns3: refactor VF mailbox message struct
    * net/hns3: refactor handle mailbox function
    * net/hns3: refactor send mailbox function
    * net/hns3: remove QinQ insert support for VF
    * net/hns3: support new device
    * net/i40e: remove incorrect 16B descriptor read block
    * net/i40e: remove redundant judgment in flow parsing
    * net/iavf: fix crash on VF start
    * net/iavf: fix memory leak on security context error
    * net/iavf: fix no polling mode switching
    * net/iavf: remove error logs for VLAN offloading
    * net/iavf: remove incorrect 16B descriptor read block
    * net/ice: fix link update
    * net/ice: fix memory leaks
    * net/ice: fix tunnel TSO capabilities
    * net/ice: remove incorrect 16B descriptor read block
    * net/igc: fix timesync disable
    * net/ionic: fix RSS query
    * net/ionic: fix device close
    * net/ionic: fix missing volatile type for cqe pointers
    * net/ixgbe: fix memoy leak after device init failure
    * net/ixgbe: increase VF reset timeout
    * net/ixgbevf: fix RSS init for x550 NICs
    * net/mana: fix memory leak on MR allocation
    * net/mana: handle MR cache expansion failure
    * net/mana: prevent values overflow returned from RDMA layer
    * net/memif: fix crash with Tx burst larger than 255
    * net/memif: fix extra mbuf refcnt update in zero copy Tx
    * net/mlx5/hws: check not supported fields in VXLAN
    * net/mlx5/hws: enable multiple integrity items
    * net/mlx5/hws: fix ESP flow matching validation
    * net/mlx5/hws: fix VLAN inner type
    * net/mlx5/hws: fix VLAN item in non-relaxed mode
    * net/mlx5/hws: fix direct index insert on depend WQE
    * net/mlx5/hws: fix memory access in L3 decapsulation
    * net/mlx5/hws: fix port ID for root table
    * net/mlx5/hws: fix tunnel protocol checks
    * net/mlx5/hws: skip item when inserting rules by index
    * net/mlx5: fix DR context release ordering
    * net/mlx5: fix GENEVE TLV option management
    * net/mlx5: fix GENEVE option item translation
    * net/mlx5: fix HWS meter actions availability
    * net/mlx5: fix HWS registers initialization
    * net/mlx5: fix IP-in-IP tunnels recognition
    * net/mlx5: fix VLAN ID in flow modify
    * net/mlx5: fix VLAN handling in meter split
    * net/mlx5: fix age position in hairpin split
    * net/mlx5: fix async flow create error handling
    * net/mlx5: fix condition of LACP miss flow
    * net/mlx5: fix connection tracking action validation
    * net/mlx5: fix conntrack action handle representation
    * net/mlx5: fix counters map in bonding mode
    * net/mlx5: fix drop action release timing
    * net/mlx5: fix error packets drop in regular Rx
    * net/mlx5: fix flow action template expansion
    * net/mlx5: fix flow configure validation
    * net/mlx5: fix flow counter cache starvation
    * net/mlx5: fix flow tag modification
    * net/mlx5: fix indirect action async job initialization
    * net/mlx5: fix jump action validation
    * net/mlx5: fix meter policy priority
    * net/mlx5: fix modify flex item
    * net/mlx5: fix non-masked indirect list meter translation
    * net/mlx5: fix parameters verification in HWS table create
    * net/mlx5: fix rollback on failed flow configure
    * net/mlx5: fix stats query crash in secondary process
    * net/mlx5: fix sync flow meter action
    * net/mlx5: fix sync meter processing in HWS
    * net/mlx5: fix template clean up of FDB control flow rule
    * net/mlx5: fix use after free when releasing Tx queues
    * net/mlx5: fix warning about copy length
    * net/mlx5: prevent ioctl failure log flooding
    * net/mlx5: prevent querying aged flows on uninit port
    * net/mlx5: remove GENEVE options length limitation
    * net/mlx5: remove device status check in flow creation
    * net/mlx5: remove duplication of L3 flow item validation
    * net/netvsc: fix VLAN metadata parsing
    * net/nfp: fix IPsec data endianness
    * net/nfp: fix NFD3 metadata process
    * net/nfp: fix NFDk metadata process
    * net/nfp: fix Rx descriptor
    * net/nfp: fix Rx memory leak
    * net/nfp: fix calloc parameters
    * net/nfp: fix device close
    * net/nfp: fix device resource freeing
    * net/nfp: fix getting firmware VNIC version
    * net/nfp: fix initialization failure flow
    * net/nfp: fix resource leak for CoreNIC firmware
    * net/nfp: fix resource leak for PF initialization
    * net/nfp: fix resource leak for VF
    * net/nfp: fix resource leak for device initialization
    * net/nfp: fix resource leak for exit of CoreNIC firmware
    * net/nfp: fix resource leak for exit of flower firmware
    * net/nfp: fix resource leak for flower firmware
    * net/nfp: fix switch domain free check
    * net/nfp: fix uninitialized variable
    * net/nfp: free switch domain ID on close
    * net/nfp: verify strdup return
    * net/sfc: fix calloc parameters
    * net/softnic: fix include of log library
    * net/tap: do not overwrite flow API errors
    * net/tap: fix traffic control handle calculation
    * net/thunderx: fix DMAC control register update
    * net/virtio: fix vDPA device init advertising control queue
    * net/virtio: remove duplicate queue xstats
    * net/vmxnet3: fix initialization on FreeBSD
    * net/vmxnet3: ignore Rx queue interrupt setup on FreeBSD
    * net: add macros for VLAN metadata parsing
    * net: fix TCP/UDP checksum with padding data
    * pipeline: fix calloc parameters
    * rawdev: fix calloc parameters
    * rcu: fix acked token in debug log
    * rcu: use atomic operation on acked token
    * regexdev: fix logtype register
    * telemetry: fix connected clients count
    * telemetry: fix empty JSON dictionaries
    * test/cfgfile: fix typo in error messages
    * test/event: fix crash in Tx adapter freeing
    * test/event: skip test if no driver is present
    * test/mbuf: fix external mbuf case with assert enabled
    * test/power: fix typo in error message
    * test: assume C source files are UTF-8 encoded
    * test: do not count skipped tests as executed
    * test: fix probing in secondary process
    * test: verify strdup return
    * vdpa/mlx5: fix queue enable drain CQ
    * version: 23.11.1-rc2
    * vhost: fix VDUSE device destruction failure
    * vhost: fix deadlock during vDPA SW live migration
    * vhost: fix memory leak in Virtio Tx split path
    * vhost: fix virtqueue access check in VDUSE setup
    * vhost: fix virtqueue access check in datapath
    * vhost: fix virtqueue access check in vhost-user setup
  - Fix macro aarch64_machine for thunderx and aarch64 build
  - Drop building KMP as there are no Kernel modules available.
  - Drop the below patches as KNI is removed from DPDK repository
    * 0002-SLE15-SP3-compatibility-patch-for-kni.patch
    * kni-fix-build-with-Linux-6.10.patch
    * kni-fix-build-with-Linux-6.8.patch
    * preamble
  - Updated the below patch for DPDK v23.11
    * 0001-fix-cpu-compatibility.patch

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

++++ gnutls:

  - Update to 3.8.7:
    * libgnutls: New configure option to compile out DSA support
    The --disable-dsa configure option has been added to completely
    disable DSA algorithm support.
    * libgnutls: Experimental support for X25519Kyber768Draft00 key
    exchange in TLS. For testing purposes, the hybrid post-quantum
    key exchange defined in draft-tls-westerbaan-xyber768d00 has been
    implemented using liboqs. Since the algorithm is still not finalized,
    the support of this key exchange is disabled by default and can be
    enabled with the --with-liboqs configure option.
    * Rebase patches:
  - gnutls-FIPS-140-3-references.patch
  - gnutls-FIPS-HMAC-nettle-hogweed-gmp.patch

++++ kernel-default:

  - Update config files (jsc#PED-10537).
    ppc64le: NR_CPUS=8192
    This alings with x86.
  - commit fce54e8
  - 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

++++ cairo:

  - Update to version 1.18.2:
    + The malloc-stats code has been removed from the tests directory
    the canonical location for it is:
    https://github.com/behdad/malloc-stats
    + Cairo now requires a version of pixman equal to, or newer than,
    0.40.
    + There have been multiple build fixes for newer versions of GCC
    for MSVC; for Solaris; and on macOS 10.7.
    + PNG errors caused by loading malformed data are correctly
    propagated to callers, so they can handle the case.
    + Both stroke and fill colors are now set when showing glyphs on
    a PDF surface.
    + All the font options are copied when creating a fallback font
    object.
    + When drawing text on macOS, Cairo now tries harder to select
    the appropriate font name.
    + Cairo now prefers the COLRv1 table inside a font, if one is
    available.
    + Cairo requires a C11 toolchain when building.

++++ ncurses:

  - Add ncurses patch 20240831
    + build-fix for a case in msys2 where gettimeofday() was available but
    the fallback was partly configured.
    > patch by Rafael Kitover:
    + separate the _NC_WINDOWS platform macro into _NC_WINDOWS_NATIVE,
    for MinGW and other native Win32 support, and _NC_WINDOWS, to make
    some Win32 features available under the Cygwin runtime, in this case
    the term-driver.
    + make some minor adjustments to allow
    ./configure --enable-term-driver
    to also work on Cygwin platforms such as Cygwin and MSYS2.

++++ libpcap:

  - Update to 1.10.5:
    * Security fixes:
  - [bsc#1230020, CVE-2023-7256] double free via addrinfo in sock_initaddress()
  - [bsc#1230034, CVE-2024-8006] null pointer derefence in pcap_findalldevs_ex()
    * Thread safety: Make some static variables thread-local
    * Packet filtering:
  - Return an error from pcap_compile() if the scanner fails to initialize.
  - Optimizer fix from Archit Shah to recompute dominators after moving
    code; (although the resulting filter isn't empty).
  - Optimizer fix from Archit Shah to mark value as unknown when store
    of that value is deleted.
    * Linux:
  - Don't use DLT_LINUX_SLL2 for anything other than the "any" device.
  - Avoid 32-bit unsigned integer overflow in USB captures.
  - Fix a file descriptor leak.
  - Fix DLT_CAN_SOCKETCAN handling of CAN FD.
  - Add CAN XL support to DLT_CAN_SOCKETCAN.
  - Clean up the code that sets the "real" ("original") length for
    isochronous USB transfers.
  - Avoid unnecessary blocking on recvmsg() in the Bluetooth monitor and
    Bluetoth modules.
    * Haiku:
  - Report non-existent devices correctly.
  - Fix handling of packet statistics.
  - Fix packet timestamping.
  - Fix packet filtering with low snaplen.
  - Improve connection status reporting.
  - Add support for promiscuous mode.
  - Detect DLTs and loopback capture support at run time.
  - Report IEEE 802.11 as PCAP_IF_WIRELESS.
    * BSD, macOS, AIX, Solaris 11, Linux:
  - Add a new error PCAP_ERROR_CAPTURE_NOTSUP, for use if a capture
    mechanism is not present, in the hopes that, for example,
    attempts to capture on Windows Services for Linux 1, in which
    the NT kernel attempts to simulate Linux system calls but does
    not support packet sockets, can get an error that better
    indicates the underlying problem.
    * AirPcap: Format an error message if we run out of memory.
    * nflog: Make sure we don't overflow when rounding up the TLV length.
    * rpcap:
  - Handle routines removed in at least some OpenSSL libraries.
  - CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
    double frees in some cases.
  - Don't define SOCKET ourselves; instead, define PCAP_SOCKET as int
    on UN*Xes and as SOCKET on Windows.
  - CVE-2024-8006: Fix pcap_findalldevs_ex() not to crash if passed a
    file:// URL with a path to a directory that cannot be opened.
    * Savefiles:
  - Handle DLT_/LINKTYPE_ mapping better, to handle some
    OpenBSD-specific link types better.
  - Treat if_tsoffset as signed in pcapng files, as the spec says.
  - Don't try to fix the "real" length for isochronous USB
    transfers if the number of USB descriptors is too large.
  - Reject pcap files where one of the reserved fields in the
    "link-layer type plus other stuff" is non-zero.
    * Rebase libpcap-1.0.0-s390.patch

++++ python313-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).

++++ xmlsec1:

  - Update to 1.2.41:
    * (xmlsec-mscng,xmlsec-mscrypto) Improved certificates verification.
    * (xmlsec-gnutls) Added support for self-signed certificates.
    * (xmlsec-core) Fix deprecated functions in LibXML2 2.13.1
    including disabling HTTP support by default
    (use '--enable-http' option to re-enable it).

++++ python313:

  - 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

++++ timezone:

  - Split tzselect script into a subpackage to prevent awk getting into minimal
    containers and recommend tzselect by the main package
    Fixes bsc#1230054

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

++++ gpgme:

  - add python313.patch to enable python 3.13 building

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

++++ at-spi2-core:

  - Update to version 2.53.90:
    + Make ATSPI_ROLE_PUSH_BUTTON an enum value again.
    + atk: Align button role with AT-SPI one.
    + Fix warning when atspi_event_quit is called multiple times.

++++ libfido2:

  - update to 1.15.0:
    * bio, credman: improved CTAP 2.1 support.
    * hid_osx: fix issue where fido_hid_read() may block
    unnecessarily; gh#757.
    * fido2-token -I: print maxcredbloblen.
    * hid_linux: improved support for uhid devices.
    * New API calls:
  - fido_cred_set_attobj;
  - fido_cred_x5c_list_count;
  - fido_cred_x5c_list_len;
  - fido_cred_x5c_list_ptr.

++++ libjpeg-turbo:

  - update to 3.0.3:
    * The x86-64 SIMD extensions now include support for Intel
    Control-flow Enforcement Technology (CET), which is enabled
    automatically if CET is enabled in the C compiler.
    * Fixed a regression introduced by 3.0 beta2[6] that made it
    impossible for calling applications to supply custom Huffman
    tables when generating 12-bit-per-component lossy JPEG images
    using the libjpeg API.
    * Fixed a segfault that occurred when attempting to use the
    jpegtran `-drop` option with a specially-crafted malformed
    input image or drop image (specifically an image in which all
    of the scans contain fewer components than the number of
    components specified in the Start Of Frame segment.)

++++ python-cffi:

  - update to 1.17.0:
    * Add support for Python 3.13.
    * In API mode, when you get a function from a C library by writing
    `fn = lib.myfunc`, you get an object of a special type for
    performance reasons, instead of a `<cdata 'C-function-type'>`.
    Before version 1.17 you could only call such objects.
    You could write `ffi.addressof(lib, "myfunc")` in order to get
    a real `<cdata>` object, based on the idea that in these cases
    in C you'd usually write `&myfunc` instead of `myfunc`.  In
    version 1.17, the special object `lib.myfunc` can now be passed
    in many places where CFFI expects
    a regular `<cdata>` object.  For example, you can now pass
    it as a callback to a C function call, or write it inside a C
    structure field of the correct pointer-to-function type, or use
    `ffi.cast()` or `ffi.typeof()` on it.
  - drop py313-compat.patch, py313-use-format-unraisable.patch,
    py313-use-hashpointer.patch (upstream)

++++ python313-pyparsing:

  - update to 3.1.4:
    * Fix to type annotation that referenced `re.Pattern`. Since
    this type was introduced in Python 3.7, using this type
    definition broke Python 3.6 installs of pyparsing.
    * Added new `Tag` ParserElement, for inserting metadata into
    the parsed results.
    This allows a parser to add metadata or annotations to the
    parsed tokens.
    * The `Tag` element also accepts an optional `value`
    parameter, defaulting to `True`.
    See the new `tag_metadata.py` example in the `examples`
    directory.
    * Fixed issue where PEP8 compatibility names for
    `ParserElement` static methods were
    not themselves defined as `staticmethods`. When called
    using a `ParserElement` instance, this resulted  in a
    `TypeError` exception.
    * To address a compatibility issue in RDFLib, added a property
    setter for the `ParserElement.name` property, to call
    `ParserElement.set_name`.
    * Modified `ParserElement.set_name()` to accept a None value,
    to clear the defined name and corresponding error message for
    a `ParserElement`.
    * Updated railroad diagram generation for `ZeroOrMore` and
    `OneOrMore` expressions with `stop_on` expressions, while
    investigating #558
    * Added exception type to `trace_parse_action` exception
    output, while investigating SO question posted by medihack.
    * Added `set_name` calls to internal expressions generated in
    `infix_notation`, for improved railroad diagramming.
    * Fixed bug (and corresponding test code) in `delta_time`
    example that did not handle weekday references in time
    expressions
    * Minor performance speedup in `trim_arity`, to benefit any
    parsers using parse actions.
    * Added early testing support for Python 3.13 with JIT enabled.

------------------------------------------------------------------
------------------  2024-8-30  -  Aug 30 2024  -------------------
------------------------------------------------------------------

++++ boost-base:

  - update to 1.86.0
    * process turned into compile library
    * for details on all changes see,
    https://www.boost.org/users/history/version_1_86_0.html
  - boost-aarch64-flags.patch: updated
  - boost-1.57.0-python-abi_letters.patch: updated
  - boost-process.patch: removed (included upstream)
  - boost-charconv-quadmath.patch: removed (improved upstream)

++++ cryptsetup:

  - cryptsetup-fips140-3.patch: extend the password for PBKDF2 benchmarking
    to be more than 20 chars to meet FIPS 140-3 requirements (bsc#1229975)

++++ lvm2-device-mapper:

  - [SLFO] systemd 254 is missing reworked SYSTEMD_READY logic in device mapper udev rules (bsc#1229518)
    * update udev dependency version in lvm2.spec

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

++++ json-glib:

  - Update to version 1.10.0:
    + Allow disabling installed tests
    + Support parsing multiple root statements in non-strict mode
    + Allow loading files >4GB with json-glib-validate
  - Add docutils BuildRequires: New dependency (rst2man)

++++ lvm2:

  - [SLFO] systemd 254 is missing reworked SYSTEMD_READY logic in device mapper udev rules (bsc#1229518)
    * update udev dependency version in lvm2.spec

++++ suse-module-tools:

  - Update to version 16.0.50:
    * Generate initrd for the default snapshot (boo#1224773)

------------------------------------------------------------------
------------------  2024-8-29  -  Aug 29 2024  -------------------
------------------------------------------------------------------

++++ fwupd-efi:

  - Update to version 1.6:
    * Require gnu-efi 3.0.18 or later
    * Ship an objcopy capable LDS for ARM64
    * Detect gnu-efi via pkgconfig
    * Backport the ctors and dtors work from gnu-efi upstream
    * Tidy up crt0 generator
    * Add RISC-V support
    * Fix per NX bit and UEFI 2.10 Microsoft requirements
  - Remove un-needed BRs:
    * pkgconfig(efiboot)
    * pkgconfig(efivar)
  - Remove shim requirement: it doesn't need it, it's a UEFI binary
  - Restore ix86 and ARM32 support
  - Add RISC-V support
  - Remove patches (fixed upstream):
    * binutils-2.38-arm-objcopy.patch
    * binutils-2.38-arm-system-crt0.patch
    * ARM-fixes.patch

++++ guestfs-tools:

  - Update to version 1.53.3 (jsc#PED-8910)
    * Update common submodule
    Further refinements to Windows firstboot code.
    mlcustomize: Add some comments to firstboot batch file
    mlcustomize: Reboot Windows between each firstboot script
    mlcustomize: Move virt-customize modules to mlcustomize/

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

++++ 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)

++++ libguestfs:

  - Update to version 1.53.6 (jsc#PED-8910)
    * Various MacOS fixes and enhancements
    * ocaml: INSTALL_OCAMLLIB Makefile parameter
    * appliance/init: Don't set impossible "noop" disk scheduler
    * Pull in some fixes from the common submodule.
    mlcustomize: Add Inject_virtio_win.inject_blnsvr implementation
    mlcustomize: firstboot: Use Linux path for Powershell script path
    mlcustomize: firstboot: Use powershell.exe instead of path
    mlcustomize: firstboot: Use Powershell -NoProfile flag
    mlcustomize: Revert delay installation of qemu-ga MSI
    mldrivers/linux_kernels.ml: Prefix general information with ^info:
    mlcustomize: Use Start-Process -Wait to run qemu-ga installer
    mlcustomize: Add Firstboot.firstboot_dir function
    mlcustomize: Place powershell scripts into <firstboot_dir>\Temp
    mlcustomize: Inject qemu-ga & blnsvr into <firstboot_dir>/Temp
    mlcustomize: Write qemu-ga log file name to log.txt
    mlcustomize: Add some comments to firstboot batch file
    mlcustomize: Reboot Windows between each firstboot script

++++ python313-core:

  - Add gh122136-test_asyncio-kernel-buffer-data.patch fixing
    gh#python/cpython#122136 (changes in kernel provide different
    amount of data in the socket buffers).
  - Remove skip_test_abort_clients.patch, which is not needed any
    more.

++++ snapper:

  - use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904)
  - version 0.11.2

++++ patterns-base:

  - Move suggests for libz1 from patterns-base-base to
    patterns-base-minimal_base: be nicer with CI consumers.

++++ python313:

  - Add gh122136-test_asyncio-kernel-buffer-data.patch fixing
    gh#python/cpython#122136 (changes in kernel provide different
    amount of data in the socket buffers).
  - Remove skip_test_abort_clients.patch, which is not needed any
    more.

++++ 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-all:

  - 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-firmware-amdgpu:

  - 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-firmware-ath10k:

  - 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-firmware-ath11k:

  - 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-firmware-ath12k:

  - 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-firmware-atheros:

  - 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-firmware-bluetooth:

  - 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-firmware-bnx2:

  - 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-firmware-brcm:

  - 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-firmware-chelsio:

  - 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-firmware-dpaa2:

  - 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-firmware-i915:

  - 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-firmware-intel:

  - 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-firmware-iwlwifi:

  - 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-firmware-liquidio:

  - 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-firmware-marvell:

  - 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-firmware-media:

  - 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-firmware-mediatek:

  - 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-firmware-mellanox:

  - 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-firmware-mwifiex:

  - 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-firmware-network:

  - 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-firmware-nfp:

  - 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-firmware-nvidia:

  - 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-firmware-platform:

  - 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-firmware-prestera:

  - 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-firmware-qcom:

  - 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-firmware-qlogic:

  - 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-firmware-radeon:

  - 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-firmware-realtek:

  - 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-firmware-serial:

  - 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-firmware-sound:

  - 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-firmware-ti:

  - 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-firmware-ueagle:

  - 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-firmware-usb-network:

  - 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

++++ samba:

  -  Bad variable definition for ParseTuple causing test failure for
    Smb3UnixTests.test_create_context_reparse; (bso#15702).
  - Update to 4.21.0
    * Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when
    truncated; (bso#15699).
    * Bad variable definition for ParseTuple causing test failure
    for Smb3UnixTests.test_create_context_reparse; (bso#15702).
    * Add new vfs_ceph module (based on low level API);
    (bso#15686).
    * samba-tool can not load the default configuration file;
    (bso#15698).
    * Crash when readlinkat fails; (bso#15700).
    * Can't add/delete special keys to keytab for nfs, cifs, http
    etc; (bso#15689).
    * Compound SMB2 requests don't return
    NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses
    MacOSX clients; (bso#15696).
    * --version-* options are still not ergonomic, and they reject
    tilde characters; (bso#15673).
    * ldb_version.h is missing from ldb public library;
    (bso#15690).
    * Can not add/delete special keys to keytab for nfs, cifs, http
    etc; (bso#15689).
    * undefined reference to winbind_lookup_name_ex; (bso#15687).
    * per user veto and hide file syntax is to complex;
    (bso#15688).

++++ openvswitch:

  - Update openvswitch to 3.3.1. For a list of changes, check
    https://github.com/openvswitch/ovs/blob/v3.3.1/NEWS
  - Update OVN to 24.03.3. For a list of changes, check
    https://github.com/ovn-org/ovn/blob/v24.03.3/NEWS
  - Drop upstream fixed patches,
    * CVE-2023-1668.patch
    * CVE-2023-3152.patch
    * CVE-2023-5366.patch
    * openvswitch-2.17.8-gcc14-build-fix.patch
    * openvswitch-CVE-2023-3966.patch
  - Updated the patch for version v3.3.1
    * install-ovsdb-tools.patch

++++ python313-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

++++ python313:

  - 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).

++++ thin-provisioning-tools:

  - Update to version 1.1.0:
    * Bump version to 1.1.0
    * [doc] Update CHANGES
    * [build] Update dependencies
    * [thin_migrate] Tweak the checking routines
    * [thin_migrate] Enforce that the source device be read-only
    * [thin_migrate] Do not open the source device exclusively
    * [man] Update thin_migrate man page
    * [man] Update thin_dump man page
    * v1.0.14
    * [doc] Update CHANGES
    * [build] Update Makefile to install thin_migrate
    * [build] Update dependencies
    * [thin_migrate] Check file type of the output device
    * [thin_migrate] Fix suspicious open options suggested by clippy
    * [doc] Update links in GPLv3
    * [file_utils] Remove unexpected target_arch 'powerpc64le'
    * [man] Fix the buffer size descriptions for cache_writeback
    * [doc] Update TODO list
    * [doc] Fix typos
    * [man] Fix man page formatting
    * [man] Add man page for thin_migrate
    * [thin_migrate] Fix file size check on the output file
    * [thin_migrate] Add progress bar
    * [copier] Make the ProgressReporter reusable
    * [thin_migrate] Update devicemapper-rs registry
    * [thin_migrate] Hide unimplemented delta-id option and related code
    * [thin_migrate] Remove unused code
    * [thin_migrate] Hide unused --zero-dest option
    * [thin_migrate] Tweak the value names in help text
    * [thin_migrate] Fix buffer size settings for the copier
    * [thin_migrate] Use direct io for better performance and error handling
    * [copier] Factor out common code
    * [space_map] Improve error tolerance of ref counting
    * [thin_check] Fix overriding roots not working if the original one broke
    * [thin_migrate] Apply cargo fmt, and fix clippy lints
    * [thin_migrate] Remove unused functions and fields
    * [thin_migrate] Fix copier parameters
    * [thin_migrate] Fix mapping stream outputs
    * [thin_migrate] Fix getting block device file size
    * [thin_migrate] Temporarily skip progress display
    * [thin_migrate] Fix opening pool metadata exclusively
    * Builds but not tested yet
    * wip
    * [thin_migrate] wip
    * [thin_migrate] work in progress
    * [btree] add lookup function
    * [thin_migrate] wip

------------------------------------------------------------------
------------------  2024-8-27  -  Aug 27 2024  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - initialize changes file

++++ python-kiwi:

  - remove dependency on /usr/bin/python

++++ glib2:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang{,_path} macros, [bsc#1212476]

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

++++ libdrm:

  - update to 2.4.123
    * amdgpu: add new marketing names
    * amdgpu: add new marketing names
    * Convert to Android.bp
    * libs: Tie DSO minor versions to libdrm version
    * readdir_r is deprecated.
    * Fix FTBS on undefined clock_gettime() and asprintf()
    * Export include dirs with -isystem
    * Makes libdrm available on host
    * Adds libdrm_headers
    * Make libdrm recovery_available
    * add crosvm to com.android.virt
    * Enable GPU in crosvm
    * Android.bp: Add include exports for android dir
    * Disable ioctl signed overload for Bionic libc
    * build: bump version to 2.4.123
    * Delete all Makefile.sources files
    * tests: Make modetest and proptest cc_binary in Android.bp

++++ 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 a previous patch (cure a build warning):
    * [openSUSE] fixup patch "pc: q35: Allow 1024 cpus for old machine types"
  - Infra improvement:
    * [openSUSE] Workflows for Virtualization:Staging:TDX

------------------------------------------------------------------
------------------  2024-8-26  -  Aug 26 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.10:
    + nmcli/edit: fix memory leak in extract_setting_and_property
    + autotools: fix another filename that was renamed
    + gitlab: fix helper scripts to support DNF5
    + CI: update the imported templates_sha
    + autotools: fix filename that was renamed
    + format: run nm-code-format
    + policy: retry hostname resolution when it fails
    + platform: add small backoff time before resync
    + bridge: reapply port VLANs only when necessary
    + platform: add nmp_utils_bridge_normalized_vlans_equal()
    + platform: support reading bridge VLANs
    + device: support reapplying bridge-port VLANs
    + bridge: change the signature for
    nm_platform_link_set_bridge_vlans()
    + platform: add define for IFLA_BOND_SLAVE_PRIO
    + lldp: fix multiple access to argument in logging macro
    + lldp: fix crash dereferencing NULL pointer during debug logging
    + policy: unblock the autoconnect for children when parent is
    available

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

++++ glib2:

  - Update to version 2.82.0:
    + Change the default value of -Dglib_debug from `auto` to
    `enabled` for developers — distributions will almost certainly
    want to override it to `-Dglib_debug=disabled` for package
    release builds though.
    + Revert per-instance locking changes in `GCancellable` as they
    introduced new races.
    + Bugs fixed:
  - Investigate trampoline performance implications in
    g_mutex_lock_impl() changes
  - Default value for glib_debug meson option
  - wrong comment in gmessage.c:escape_string
  - Should check for epoll_create1 rather than epoll_create
  - Gio.MenuModel docs have an outdated UI example
  - gunixmounts: Fix use of uninitialised variable
  - tests: Run expected-to-hang cancellable tests in subprocesses
  - CI/msys2-mingw32: Set the G_DEBUGGER environment variable
  - Revert "GCancellable: Use per-instance mutex logic instead of
    global critical sections”
  - Various small backports
  - Backport “gthread: Move thread _impl functions to static
    inlines for speed”
    + Updated translations.
  - Pass glib_debug=disabled to meson as recommended by upstream and
    pass sysprof=disabled to meson, avoid pulling in extra
    dependencies.
  - Drop python enviroment fix, no longer needed.
  - Update to version 2.80.5:
    + Bugs fixed:
  - Fix gsocketclient-slow test on FreeBSD
  - glib-private: fix build under Cygwin
  - tests: Fix compilation of resolver-parsing test on FreeBSD
  - introspection: Correct GIO-Windows pkg-config name
    + Updated translations

++++ hwdata:

  - update to 0.385:
    * Update pci and vendor ids

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

++++ ncurses:

  - Add ncurses patch 20240824
    + modify infocmp and tabs to use actual name in usage and header.
    + modify test/demo_keyok.c to accept ^Q for quit, for consistency.

++++ libsoup:

    6adc0e3e.patch
  - Update to version 3.6.0:
    + Allow HTTP/2 to be used with non-HTTP proxies
  - Changes from version 3.5.2:
    + Strictly forbid NUL bytes in headers
    + Fix minor leaks
  - Changes from version 3.5.1:
    + Add `SOUP_METHOD_PATCH`
    + websocket: Add `SoupWebsocketConnection:keepalive-pong-timeout`
    property
    + Increase maxmimum size of HTTP headers
    + Fix `soup_uri_copy()` in Vala
    + Fix leak in `soup_message_new_from_encoded_form()`
    + multipart: Improve handling of messages missing termination
    + logger:
  - Fix request filter function being called with response user
    data
  - Fix response bodies never being logged if request bodies
    aren't
  - Add Soup-Host to logged headers for when Host is missing
    + cookies:
  - Fix incorrect logic in determining same-site cookies
  - Limit the Max-Age to 1 year
    + cookie-jar-db: Explicitly handle old databases lacking
    same-site column

++++ systemd:

  - Move 80-container-host0.network back to the network sub-package (bsc#1229098)
    Rev 428 mistakenly moved it to the container sub-package.

++++ rsync:

  - add patch rsync-run-dir.patch:
    * Drop dependency on /var/run compat symlink, this causes problems
    on image based systems

++++ systemd-presets-common-SUSE:

  - Enable soft-reboot-cleanup.service to make soft-reboot possible
    with container and/or firewalld.

++++ virt-manager:

  - Solve bsc#1228384 --dry-run creating pools in a different way
    virtinst-dont-create-storage-pool-for-dryrun.patch

++++ xfsprogs:

  - update to 6.10.0
  - debian: enable xfs_scrub_all systemd timer services by default
  - mkfs: set autofsck filesystem property
  - xfs_scrub: use the autofsck fsproperty to select mode
  - xfs_scrub: allow sysadmin to control background scrubs
  - xfs_property: add a new tool to administer fs properties
  - xfs_db: add a command to list xattrs
  - xfs_db: improve getting and setting extended attributes
  - xfs_io: edit filesystem properties
  - xfs_scrub: defer phase5 file scans if dirloop fails
  - xfs_repair: wipe ondisk parent pointers when there are none
  - xfs_scrub: detect and repair directory tree corruptions
  - xfs_repair: update ondisk parent pointer records
  - xfs_spaceman: report directory tree corruption in the health information
  - xfsprogs: support vectored scrub
  - man: document vectored scrub mode
  - man2: update ioctl_xfs_scrub_metadata.2 for parent pointers
  - mkfs: enable formatting with parent pointers
  - mkfs: Add parent pointers during protofile creation
  - xfs_repair: check parent pointers
  - xfs_db: compute hashes of parent pointers
  - xfs_db: add link and unlink expert commands
  - xfs_repair: build a parent pointer index
  - xfs_db: add a parents command to list the parents of a file
  - xfs_db: obfuscate dirent and parent pointer names consistently
  - xfs_db: report parent pointers embedded in xattrs
  - xfs_db: report parent bit on xattrs
  - xfs_db: report parent pointers in version command
  - xfs_scrub: use parent pointers to report lost file data
  - xfs_scrub: use parent pointers when possible to report file operations
  - xfs_logprint: decode parent pointers in ATTRI items fully
  - xfs_io: Add i, n and f flags to parent command
  - xfs_io: adapt parent command to new parent pointer ioctls
  - libfrog: report parent pointers to userspace
  - libfrog: add parent pointer support code
  - man: document the XFS_IOC_GETPARENTS ioctl
  - xfs_logprint: dump new attr log item fields
  - xfs_scrub_all: failure reporting for the xfs_scrub_all job
  - xfs_repair: check free space requirements before allowing upgrades
  - xfs_scrub_all: convert systemctl calls to dbus
  - xfs_scrub_all: trigger automatic media scans once per month
  - xfs_scrub: add an optimization-only mode
  - xfs_scrub_all: add CLI option for easier debugging
  - xfs_scrub_all: enable periodic file data scrubs automatically
  - xfs_scrub: automatic downgrades to dry-run mode in service mode
  - xfs_scrub_all: support metadata+media scans of all filesystems
  - xfs_scrub_all: fail fast on masked units
  - xfs_scrub_all: remove journalctl background process
  - xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
  - xfs_scrub: tune fstrim minlen parameter based on free space histograms
  - xfs_scrub: improve responsiveness while trimming the filesystem
  - xfs_scrub: tighten up the security on the background systemd service
  - xfs_scrub: don't call FITRIM after runtime errors
  - xfs_scrub: use dynamic users when running as a systemd service
  - xfs_scrub: report FITRIM errors properly
  - xfs_scrub.service: reduce background CPU usage to less than one core if possible
  - xfs_scrub: don't close stdout when closing the progress bar
  - xfs_scrub: fix the work estimation for phase 8
  - libfrog: print cdf of free space buckets
  - libfrog: print wider columns for free space histogram
  - xfs_scrub: ignore phase 8 if the user disabled fstrim
  - xfs_scrub: move FITRIM to phase 8
  - xfs_scrub: improve thread scheduling repair items during phase 4
  - xfs_scrub: avoid potential UAF after freeing a duplicate name entry
  - xfs_scrub: enable users to bump information messages to warnings
  - xfs_scrub: retry incomplete repairs
  - xfs_scrub: warn about difficult repairs to rt and quota metadata
  - xfs_scrub: any inconsistency in metadata should trigger difficulty warnings
  - mkfs: add a formatting option for exchange-range
  - xfs_repair: add exchange-range to file systems
  - xfs_scrub: fix missing scrub coverage for broken inodes
  - xfs_scrub: log when a repair was unnecessary
  - libfrog: advertise exchange-range support
  - xfs_io: create exchangerange command to test file range exchange ioctl
  - xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
  - xfs_fsr: convert to bulkstat v5 ioctls
  - xfs_logprint: support dumping exchmaps log items
  - xfs_db: advertise exchange-range in the version command
  - libfrog: add support for exchange range ioctl family
  - libhandle: add support for bulkstat v5
  - man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE
  - man: document the exchange-range ioctl
  - xfs_repair: don't crash on -vv
  - xfsprogs: Remove support for split-/usr installs
  - libxfs: kernel sync
  - ------------------------------------------------------------------

------------------------------------------------------------------
------------------  2024-8-25  -  Aug 25 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Fix random GPU crash with AMDGPU (bsc#1229050):
    U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
    (credits go to Takashi Iwai!)

++++ Mesa-drivers:

  - Fix random GPU crash with AMDGPU (bsc#1229050):
    U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
    (credits go to Takashi Iwai!)

++++ python-kiwi:

  - Add support for isomd5sum for tagging iso files
    The isomd5sum tool suite is used and available on all supported
    distributions except SUSE distributions, and is necessary to produce
    conformant ISOs for most Linux distributions.
    This change adds support for isomd5sum tool suite for kiwi, though
    it does not extend the kiwi-live dracut module to use it. The upstream
    dracut dmsquash-live module must be used instead.
    Co-authored-by: Dan Čermák <dcermak@suse.com>

++++ gsettings-desktop-schemas:

  - Update to version 47.beta:
    + Add break-reminder schema
    + Provide a new pressure range for styli
    + Add SwitchMonitor and Keybinding to the tablet stylus actions
    + Switch back to Cantarell font
    + Updated translations.
  - Changes from version 47.alpha:
    + Add key to tweak font rendering
    + Include Settings in sort order
    + Add key to pick accent color
    + Updated translations.
  - Rebase patch.

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

  - For CUDA update version to 560.35.03

++++ python-maturin:

  - Update to 1.7.1
    * Update clap_complete_command to v0.6.1
    gh#PyO3/maturin#2144
    * Fix platform tags when cross-compiling universal2
    gh#PyO3/maturin#2153
    * Fix Typo in Migration Guide
    gh#PyO3/maturin#2162
    * Fix rust 1.80 clippy errors
    gh#PyO3/maturin#2164
    * Don't check .gitignore files in parent directories
    gh#PyO3/maturin#2158
    * Replace --skip-auditwheel with --auditwheel option
    gh#PyO3/maturin#2165
    * Remove install_requires and setup_requires from setup.py
    gh#PyO3/maturin#2171
    * Use modern stripping option
    gh#PyO3/maturin#2173
    * Move project metadata from setup.py to pyproject.toml
    gh#PyO3/maturin#2175
    * Update manylinux/musllinux policies to the latest main
    gh#PyO3/maturin#2178
    * use just licenses as the license directory in a wheel
    gh#PyO3/maturin#2181
    * Forward cargo package --list warnings
    gh#PyO3/maturin#2186
    * Add current package context to source dist error
    gh#PyO3/maturin#2187
    * Place source dist readmes next to Cargo.toml
    gh#PyO3/maturin#2184

++++ tuned:

  - Migrate profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/
    * Per upstream #615 and #609
  - Update to version 2.24.0.2+git.c082797:
    * controller init: set _on_battery before switching profile
  - New release (2.24.0)
    * Clear plugin repository when stopping tuning
    * man: add description of the balanced-battery profile
  - New release (2.24.0-rc.1)
    * chore: remove dead irqbalance functions
    * plugin_irqbalance: switch to IRQBALANCE_BANNED_CPULIST
    * hotplug: wait for device initialization
    * Add `functions` to the files copied by the release-cp Makefile target
    * Add package2cpus and packages2uncores matcher functions
    * uncore: Allow to configure frequency limits using percent
    * plugin_scheduler: Adjust error logging in _set_affinity
    * fix: expand variables in plugin_irq
    * tests: Restore TuneD service after the error messages test
    * tests: Do not run tunedDisableSystemdRateLimitingStart via rlRun
    * Enable controller reset for audio by default
    * tuned-ppd: Adjust log message emitted when battery status changes
    * tuned-ppd: Refactor daemon initialization
    * tuned-ppd: Remove magic constant "unknown"
    * Add support for controlling amd-pstate core performance boost
    * spec: Start tuned-ppd right away if swapping from active PPD
    * spec: Add standard systemd scriptlet macros for tuned-ppd
    * tuned-ppd: Remove PIDFile from the systemd service file
    * tuned-ppd: Add an option to log to a file
    * Install script functions and recommend.d to /usr/lib/tuned/
    * Rename TUNED_PROFILESDIR to TUNED_PROFILES_DIR
    * CNF-13015: Fix helper function not accessing the correct return result
    * CNF-13015: Add helper function to run `lscpu` and parse result using regex
    parameters - This is similar to the cpuinfo function that reads from
    /proc/cpuinfo - Unfortunately that function was insufficient for our needs
    as we need to identify both the Vendor and Architecture reliably

------------------------------------------------------------------
------------------  2024-8-24  -  Aug 24 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - kiwi/builder/live: Log the correct value for Application ID
    Since it is now possible to set a custom application ID, we want
    to see this when it is being used for the image.
  - kiwi/builder/live: Clean up leftover dracut configuration file
    The existence of this file breaks installers on live media that
    sync the full filesystem to disk and are not aware of this configuration
    before generating the target system initramfs.

++++ kernel-default:

  - nouveau/firmware: use dma non-coherent allocator (git-fixes).
  - drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1
    (git-fixes).
  - drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
    (git-fixes).
  - drm/msm/dp: reset the link phy params before link training
    (git-fixes).
  - drm/msm/dp: fix the max supported bpp logic (git-fixes).
  - drm/msm/dpu: don't play tricks with debug macros (git-fixes).
  - mmc: mmc_test: Fix NULL dereference on allocation failure
    (git-fixes).
  - mmc: dw_mmc: allow biu and ciu clocks to defer (git-fixes).
  - mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
    (git-fixes).
  - commit ec72baf

------------------------------------------------------------------
------------------  2024-8-23  -  Aug 23 2024  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.598.g824fcff4:
    * fix(dracut): ldd output borked with `--sysroot` (bsc#1228659)
    * feat(systemd*): include systemd config files from /usr/lib/systemd (bsc#1228398)
    * fix(dracut-functions.sh): only return block devices from get_persistent_dev
    * fix(convertfs): shellcheck
    * fix(convertfs): error in conditional expressions (bsc#1228847)

++++ python-kiwi:

  - Allow string versions and test "word" versions
    There are descriptions out in the wild that use "non-numeric" versions
    in their descriptions, particularly without separators for splitting.
    This change switches all of this to strings rather than assuming
    numbers and gracefully handles the single word case.

++++ gstreamer:

  - Update to version 1.24.7:
    + Highlighted bugfixes:
  - Fix APE and Musepack audio file and GIF playback with FFmpeg
    7.0
  - playbin3: Fix potential deadlock with multiple playbin3s with
    glimagesink used in parallel
  - qt6: various qmlgl6src and qmlgl6sink fixes and improvements
  - rtspsrc: expose property to force usage of non-compliant
    setup URLs for RTSP servers where the automatic fallback
    doesn't work
  - urisourcebin: gapless playback and program switching fixes
  - v4l2: various fixes
  - va: Fix potential deadlock with multiple va elements used in
    parallel
  - meson: option to disable gst-full for static-library build
    configurations that do not need this
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements
    + gstreamer:
  - bin: Don't keep the object lock while setting a GstContext
    when handling NEED_CONTEXT
  - core: Log pad name, not just the pointer

++++ gstreamer-plugins-base:

  - Update to version 1.24.7:
    + pbutils: descriptions: use subsampling factor to get YUV
    subsampling
    + rtspconnection: Handle invalid argument properly
    + urisourcebin:
  - Actually drop EOS on old-school pad switch
  - Don't hold lock when emitting about-to-finish
    + gst-launch deadlock with two playbin3s
    + xvimagesink: Fix crash in pool on error

++++ kernel-default:

  - filelock: Fix fcntl/close race recovery compat path (bsc#1228427
    CVE-2024-41020).
  - commit 2c615e8
  - vfio/pci: fix potential memory leak in vfio_intx_enable()
    (git-fixes).
  - commit 45c2786
  - vfio: Introduce interface to flush virqfd inject workqueue
    (CVE-2024-26812 bsc#1222808).
  - commit 0704da7
  - vfio/pci: Create persistent INTx handler (CVE-2024-26812
    bsc#1222808).
  - commit c0eeff7
  - netfilter: nf_tables: discard table flag update with pending
    basechain deletion (CVE-2024-35897 bsc#1224510).
  - netfilter: nf_tables: reject table flag and netdev basechain
    updates (CVE-2024-35897 bsc#1224510).
  - commit bc3bca5
  - kabi: restore const specifier in flow_offload_route_init()
    (CVE-2024-27403 bsc#1224415).
  - netfilter: nft_flow_offload: reset dst in route object after
    setting up flow (CVE-2024-27403 bsc#1224415).
  - commit f1d28bc
  - Bluetooth: MGMT: Add error handling to pair_device()
    (git-fixes).
  - Bluetooth: SMP: Fix assumption of Central always being Initiator
    (git-fixes).
  - Bluetooth: hci_core: Fix LE quote calculation (git-fixes).
  - commit 82ede4a
  - netfilter: nf_tables: fix memleak in map from abort path
    (CVE-2024-27011 bsc#1223803).
  - commit df3e052
  - KVM: Reject overly excessive IDs in KVM_CREATE_VCPU (git-fixes).
  - commit acfc6dd
  - KVM: arm64: Fix __pkvm_init_switch_pgd call ABI (git-fixes).
  - commit ca5dde8
  - KVM: Stop processing *all* memslots when "null" mmu_notifier
    handler is found (git-fixes).
  - commit edcaf30
  - virt: guest_memfd: fix reference leak on hwpoisoned page
    (git-fixes).
  - commit 7ac89c3
  - KVM: arm64: AArch32: Fix spurious trapping of conditional
    instructions (git-fixes).
  - commit 6b4a32b
  - KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
    (git-fixes).
  - commit d2c979d

++++ llvm19:

  - Split off clang shared runtime libraries into libclang_rtX, so
    that they can be used by other packages without requiring the
    entire compiler tool chain. This is still not ergonomical: the
    libraries don't sit in %{_libdir}, so an RPATH or setting
    LD_LIBRARY_PATH is required, and they don't have an SO version,
    so zypper won't know which version to is needed. (boo#1225784)

++++ openssh:

  - Add patch to fix sshd not logging in the audit failed login
    attempts (submitted to upstream in
    https://github.com/openssh/openssh-portable/pull/516):
    * fix-audit-fail-attempt.patch
  - Use --enable-dsa-keys when building openssh. It's required if
    the user sets the crypto-policy mode to LEGACY, where DSA keys
    should be allowed. The option was added by upstream in 9.7 and
    set to disabled by default.
  - These two changes fix 2 of the 3 issues reported in bsc#1229650.

------------------------------------------------------------------
------------------  2024-8-22  -  Aug 22 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add NetworkManager-dont-enforce-ip-cleanup-on-device-deactivating.patch:
    device: don't enforce IP cleanup on deactivating state
    (bsc#1228154, glfd#NetworkManager/NetworkManager!2016).

++++ dpdk:

  - Update to LTS release version v22.11.6
    * http://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html
  - Drop patch (included upstream):
    * kni-fix-build-with-Linux-6.8.patch (22.11.6)

++++ fwupd:

  - Update to version 1.9.24:
    + This release fixes the following bugs:
  - Add support for capsule on disk for Dell systems
  - Do not re-use the connection cache to fix Redfish BMC restart
  - Exclude known recovery partitions when choosing an ESP volume
  - Fix the VLI usb3 private flag registration
    + This release adds support for the following hardware:
  - More Mediatek scaler devices
  - Parade USB hubs

++++ kernel-default:

  - KVM: arm64: Fix AArch32 register narrowing on userspace write
    (git-fixes).
  - commit c002253
  - KVM: fix kvm_mmu_memory_cache allocation warning (git-fixes).
  - commit 9570c83
  - KVM: Always flush async #PF workqueue when vCPU is being
    destroyed (git-fixes).
  - commit bbeeae4
  - iommu: Add static iommu_ops->release_domain (bsc#1223742
    CVE-2024-27079).
  - iommu/vt-d: Fix NULL domain on device release (bsc#1223742
    CVE-2024-27079).
  - Refresh
    patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch.
  - commit 5ddde3c
  - KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with
    KVM_MEM_READONLY (git-fixes).
  - commit 7a71a2a
  - KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
    (git-fixes).
  - commit ebc54df
  - KVM: arm64: vgic-its: Test for valid IRQ in
    its_sync_lpi_pending_table() (git-fixes).
  - commit 989930f
  - KVM: arm64: Add missing memory barriers when switching to
    pKVM's hyp pgd (git-fixes).
  - commit 5599b84
  - KVM: arm64: vgic-v4: Restore pending state on host userspace
    write (git-fixes).
  - commit ba9826d
  - KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
    (git-fixes).
  - commit 26e04aa
  - KVM: arm64: vgic: Add a non-locking primitive for
    kvm_vgic_vcpu_destroy() (git-fixes).
  - commit 686bc1c
  - netfilter: nft_limit: reject configurations that cause integer
    overflow (CVE-2024-26668 bsc#1222335).
  - commit 8ea214b
  - netfilter: nf_tables: set dormant flag on hook register failure
    (CVE-2024-26835 bsc#1222967).
  - commit 8f4d028
  - KVM: arm64: vgic: Simplify kvm_vgic_destroy() (git-fixes).
  - commit 3a96863
  - Revert "KVM: Prevent module exit until all VMs are freed"
    (git-fixes).
  - commit c075225
  - netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for
    inet/ingress basechain (CVE-2024-26808 bsc#1222634).
  - commit 7f0379b
  - KVM: arm64: GICv4: Do not perform a map to a mapped vLPI
    (git-fixes).
  - commit 919175d
  - netfilter: nft_set_pipapo: release elements in clone only from
    destroy path (CVE-2024-26809 bsc#1222633).
  - commit d3a3287
  - KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
    (git-fixes).
  - commit 7b3deae
  - KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2
    (git-fixes).
  - commit 48c0cad
  - netfilter: nf_tables: fix memleak when more than 255 elements
    expired (CVE-2023-52581 bsc#1220877).
  - commit 26441fd
  - KVM: Protect vcpu->pid dereference via debugfs with RCU
    (git-fixes).
  - commit 55ae2a6
  - KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
    (git-fixes).
  - commit f80cefe
  - bpf: Fix updating attached freplace prog in prog_array map
    (bsc#1229297 CVE-2024-43837).
  - commit a9d7d77
  - dma-direct: Leak pages on dma_set_decrypted() failure (bsc#1224535 CVE-2024-35939).
  - commit 7de8166
  - ice: Add a per-VF limit on number of FDIR filters
    (CVE-2024-42291 bsc#1229374).
  - commit ee2b93b
  - net/mlx5: Fix missing lock on sync reset reload (CVE-2024-42268
    bsc#1229391).
  - commit 268cdf6
  - selftests/bpf: Add a test to verify previous stacksafe() fix
    (bsc#1225903).
  - bpf: Fix a kernel verifier crash in stacksafe() (bsc#1225903).
  - commit dab2844
  - xdp: fix invalid wait context of page_pool_destroy() (CVE-2024-43834 bsc#1229314)
  - commit 6348ec4
  - clk: mediatek: mt7622-apmixedsys: Fix an error handling path
    in clk_mt8135_apmixed_probe() (bsc#1224711 CVE-2024-27433).
  - commit 30e1ef1
  - netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() (CVE-2024-36286 bsc#1226801)
  - commit 3278d5d
  - netfilter: tproxy: bail out if IP has been disabled on the device (CVE-2024-36270 1226798)
  - commit 26814d6
  - netfilter: nf_conntrack_h323: Add protection for bmp length out of range (CVE-2024-26851 bsc#1223074)
  - commit 6ad2cbe

++++ openssl-3:

  - Security fix: [bsc#1229465, CVE-2024-6119]
    * possible denial of service in X.509 name checks
    * openssl-CVE-2024-6119.patch

++++ passt:

  - Update to version 20240821.1d6142f:
    * README: pasta is indeed a supported back-end for rootless Docker
    * util: Don't stop on unrelated values when looking for --fd in close_open_files()
    * test: Update list of dependencies in README.md
    * tcp, udp: Allow timerfd_gettime64() and recvmmsg_time64() on arm (armhf)
    * util: Provide own version of close_range(), and no-op fallback
    * udp_flow: Add missing unistd.h include for close()
    * test: Duplicate existing recvfrom() valgrind suppression for recv()
    * test/passt.mbuto: Install sshd-session OpenSSH's split process
    * test/passt.mbuto: Run sshd from vsock proxy with absolute path
    * test/lib/setup: Transform i686 kernel architecture name into QEMU name (i386)
    * treewide: Allow additional system calls for i386/i686
    * fwd, conf: Allow NAT of the guest's assigned address
    * fwd: Distinguish translatable from untranslatable addresses on inbound
    * conf: Allow address remapped to host to be configured
    * test: Reconfigure IPv6 address after changing MTU
    * conf, fwd: Split notion of gateway/router from guest-visible host address
    * Don't take "our" MAC address from the host
    * fwd: Split notion of "our tap address" from gateway for IPv4
    * fwd: Helpers to clarify what host addresses aren't guest accessible
    * Initialise our_tap_ll to ip6.gw when suitable
    * Clarify which addresses in ip[46]_ctx are meaningful where
    * treewide: Change misleading 'addr_ll' name
    * util: Correct sock_l4() binding for link local addresses
    * conf: Remove incorrect initialisation of addr_ll_seen
    * conf: Treat --dns addresses as guest visible addresses
    * conf: Correct setting of dns_match address in add_dns6()
    * conf: Move adding of a nameserver from resolv.conf into subfunction
    * conf: Move DNS array bounds checks into add_dns[46]
    * conf: More accurately count entries added in get_dns()
    * conf: Use array indices rather than pointers for DNS array slots
    * treewide: Use struct assignment instead of memcpy() for IP addresses
    * treewide: Rename MAC address fields for clarity
    * util: Helper for formatting MAC addresses
    * treewide: Use "our address" instead of "forwarding address"
    * netlink: Fix typo in function comment for nl_addr_set()
    * pasta: Disable neighbour solicitations on device up to prevent DAD
    * netlink, pasta: Fetch link-local address from namespace interface once it's up
    * netlink, pasta: Disable DAD for link-local addresses on namespace interface
    * netlink, pasta: Turn nl_link_up() into a generic function to set link flags
    * netlink, pasta: Split MTU setting functionality out of nl_link_up()
    * netlink: Fix typo in function comment for nl_addr_get()
    * test: Speed up by cutting on eye candy and performance test duration

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-8910)
    094-uitests-handle-newer-libvirt-test-driver-UpdateDevice-support.patch
    095-uitests-force-internal-snapshots-in-test_snapshot.py.patch

------------------------------------------------------------------
------------------  2024-8-21  -  Aug 21 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - fix build with current rust-bindgen
    * u_fix_rust_bindgen.patch

++++ Mesa-drivers:

  - fix build with current rust-bindgen
    * u_fix_rust_bindgen.patch

++++ aaa_base:

  - Update to version 84.87+git20240821.fbabe1d:
    * Add helper service for soft-reboot

++++ ca-certificates:

  - Fix source archive

++++ combustion:

  - Update to version 1.4+git8:
    * Avoid misleading "Application returned with exit status 1" message
    * CI: Add an ignition config which mounts /sysroot/home
    * Bind mount API filesystems individually
    * Check for leftover /sysroot mounts on combustion exit

++++ dhcpcd:

  - Update to 10.0.10
    * Option 2: Fix stdin parsing
    * IPv4LL: Restart ARP probling on address conflict
    * DHCP: Handle option 108 correctly when receiving 0.0.0.0 OFFER
    * DHCP: No longer set interface mtu
    * Update privsep-linux.c to allow statx

++++ gstreamer-plugins-base:

  - Add gst-plugins-base-decodebin3-collection-identity-check.patch:
  - Fixes a assertion causing crash on track change. Upstream bug:
    https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3742

++++ kernel-default:

  - net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
    (CVE-2024-40920 bsc#1227781).
  - net: bridge: mst: pass vlan group directly to
    br_mst_vlan_set_state (CVE-2024-40921 bsc#1227784).
  - net: bridge: mst: fix vlan use-after-free (CVE-2024-36979
    bsc#1226604).
  - commit 7beae73
  - erofs: fix inconsistent per-file compression format (bsc#1220252, CVE-2024-26590).
  - commit 4f99bd1
  - perf: hisi: Fix use-after-free when register pmu fails
    (bsc#1225582 CVE-2023-52859).
  - commit a50ce06
  - printk/panic: Allow cpu backtraces to be written into ringbuffer
    during panic (bsc#1225607).
  - commit 1ebfff4
  - net: drop bad gso csum_start and offset in virtio_net_hdr
    (git-fixes).
  - commit 6d27b13
  - selftests/bpf: Test for null-pointer-deref bugfix in
    resolve_prog_type() (bsc#1229297 CVE-2024-43837).
  - bpf: Fix null pointer dereference in resolve_prog_type()
    for BPF_PROG_TYPE_EXT (bsc#1229297 CVE-2024-43837).
  - commit 37e60d8
  - bpf: simplify btf_get_prog_ctx_type() into
    btf_is_prog_ctx_type() (git-fixes).
  - Refresh patches.suse/bpf-don-t-infer-PTR_TO_CTX-for-programs-with-unnamed.patch
  - Refresh patches.suse/bpf-handle-bpf_user_pt_regs_t-typedef-explicitly-for.patch
  - bpf: extract bpf_ctx_convert_map logic and make it more reusable
    (git-fixes).
  - Refresh patches.suse/bpf-handle-bpf_user_pt_regs_t-typedef-explicitly-for.patch
  - commit a1a0c24
  - vhost: Release worker mutex during flushes (git-fixes).
  - commit be0d4d9
  - virtio: reenable config if freezing device failed (git-fixes).
  - commit d96d64e
  - kabi fix for SUNRPC: add a missing rpc_stat for TCP TLS
    (git-fixes).
  - SUNRPC: add a missing rpc_stat for TCP TLS (git-fixes).
  - commit 4fa6f6d
  - netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init() (CVE-2024-42270 bsc#1229404)
  - commit eb407e1
  - netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init() (CVE-2024-42269 bsc#1229402)
  - commit 6f31e8c
  - tipc: Return non-zero value from tipc_udp_addr2str() on error (CVE-2024-42284 bsc#1229382)
  - commit 003e7ab
  - net: nexthop: Initialize all fields in dumped nexthops (CVE-2024-42283 bsc#1229383)
  - commit dd830eb
  - sysctl: always initialize i_uid/i_gid (CVE-2024-42312 bsc#1229357)
  - commit 683a109
  - block: initialize integrity buffer to zero before writing it to media (CVE-2024-43854 bsc#1229345)
  - commit bc065ac

++++ kmod:

  - Update to release 33
    * Add weak dependencies
    * Stop parsing .alias files from modprobe.d directories
  - Delete no-stylesheet-download.patch (merged)
  - Add 0001-testsuite-fix-path-for-test-user.patch

++++ ncurses:

  - Break dependency cycle between libncurses6 which provides "ncurses"
    by only let terminfo-base recommending "ncurses"

------------------------------------------------------------------
------------------  2024-8-20  -  Aug 20 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - remove requires on pam_oath completely. It will be re-introduced
    later when it works with optional enrollment
  - add 0005-cockpit-ws-user-remove-default-deps.patch (bsc#1229146)

++++ kernel-default:

  - ipvs: properly dereference pe in ip_vs_add_service (CVE-2024-42322 bsc#1229347)
  - commit 5abcd51
  - vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
    (git-fixes).
  - commit efaee02
  - net: missing check virtio (git-fixes).
  - commit 547a4d8
  - vhost/vsock: always initialize seqpacket_allow (git-fixes).
  - commit 1501797
  - vhost: Use virtqueue mutex for swapping worker (git-fixes).
  - commit ee31e9d
  - nvme-sysfs: add 'tls_keyring' attribute (bsc#1221857).
  - nvme-sysfs: add 'tls_configured_key' sysfs attribute
    (bsc#1221857).
  - nvme: split off TLS sysfs attributes into a separate group
    (bsc#1221857).
  - nvme: add a newline to the 'tls_key' sysfs attribute
    (bsc#1221857).
  - nvme-tcp: check for invalidated or revoked key (bsc#1221857).
  - nvme-tcp: sanitize TLS key handling (bsc#1221857).
  - nvme: tcp: remove unnecessary goto statement (bsc#1221857).
  - commit 95902b1
  - Refresh patches.suse/nvme-fabrics-typo-in-nvmf_parse_key.patch.
    Move into sorted section.
  - commit 24e43c3
  - vhost-scsi: Handle vhost_vq_work_queue failures for events
    (git-fixes).
  - commit bb54ef9
  - Update DRM patch reference (CVE-2024-42308 bsc#1229411)
  - commit ddc1933
  - Update
    patches.suse/nvme-tcp-fix-compile-time-checks-for-TLS-mode.patch
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535
    bsc#1221857).
    Fix backporting error.
  - commit 35c7df3
  - Update parport patch reference (CVE-2024-42301 bsc#1229407)
  - commit 6707829
  - Refresh
    patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch.
    Use the version which got upload upstream.
  - commit 4896f98
  - virtio_net: use u64_stats_t infra to avoid data-races
    (git-fixes).
  - commit 1825530
  - usb: typec: fsa4480: Check if the chip is really there
    (git-fixes).
  - commit 771af75
  - usb: typec: fsa4480: Add support to swap SBU orientation
    (git-fixes).
  - commit b744e01
  - usb: typec: fsa4480: add support for Audio Accessory Mode
    (git-fixes).
  - commit 471d14e
  - usb: typec: fsa4480: rework mux & switch setup to handle more
    states (git-fixes).
  - commit dc03605
  - irqchip/imx-irqsteer: Handle runtime power management correctly
    (CVE-2024-42290 bsc#1229379).
  - commit a3bbc63
  - landlock: Don't lose track of restrictions on cred_transfer
    (bsc#1229351 CVE-2024-42318).
  - commit e161e74
  - apparmor: Fix null pointer deref when receiving skb during sock creation (bsc#1229287, CVE-2023-52889).
  - commit 7a47d08
  - kABI fix of: virtio-crypto: handle config changed by work queue
    (git-fixes).
  - commit 2e4646f
  - nvme-multipath: implement "queue-depth" iopolicy (bsc#1227706).
  - nvme-multipath: prepare for "queue-depth" iopolicy
    (bsc#1227706).
  - commit 796fd31
  - nilfs2: handle inconsistent state in nilfs_btnode_create_block()
    (bsc#1229370 CVE-2024-42295).
  - commit 34231c4
  - arm64: dts: imx8mp: Fix pgc vpu locations (git-fixes)
  - commit 6f29859
  - arm64: dts: imx8mp: Fix pgc_mlmix location (git-fixes)
  - commit 6b6ab8a
  - soc: qcom: icc-bwmon: Fix refcount imbalance seen during
    bwmon_remove (CVE-2024-43850 bsc#1229316).
  - soc: qcom: icc-bwmon: Set default thresholds dynamically
    (CVE-2024-43850 bsc#1229316).
  - commit e842a77
  - arm64: dts: imx8mp: add HDMI power-domains (git-fixes)
  - commit 88b7cca
  - arm64: dts: imx8mp: Add NPU Node (git-fixes)
  - commit 55a2e84
  - media: mediatek: vcodec: Handle invalid decoder vsi
    (CVE-2024-43831 bsc#1229309).
  - commit a7b1ec0
  - bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
    (CVE-2024-43839 bsc#1229301).
  - net: mana: Add support for page sizes other than 4KB on ARM64
    (jsc#PED-8491 bsc#1226530).
  - commit 24750b5
  - Squashfs: fix variable overflow triggered by sysbot (git-fixes).
  - commit 90b77e5
  - squashfs: squashfs_read_data need to check if the length is 0
    (git-fixes).
  - commit 1ab3d64
  - jfs: Fix shift-out-of-bounds in dbDiscardAG (git-fixes).
  - commit f862c1b
  - jfs: fix null ptr deref in dtInsertEntry (git-fixes).
  - commit 72d65ab
  - reiserfs: fix uninit-value in comp_keys (git-fixes).
  - commit aeea4b8
  - Update
    patches.suse/0001-netlink-add-nla-be16-32-types-to-minlen-array.patch
    (CVE-2024-26849 bsc#1223053).
    Fixes: 2747893c94d9b55340403026d9430f2f93947449
  - commit 4cf09d7
  - virtio-crypto: handle config changed by work queue (git-fixes).
  - Refresh
    patches.suse/crypto-virtio-Wait-for-tasklet-to-complete-on-device.patch.
  - commit 3719b45
  - fuse: Initialize beyond-EOF page contents before setting
    uptodate (bsc#1229456).
  - fs/netfs/fscache_cookie: add missing "n_accesses" check
    (bsc#1229455).
  - commit 1ffdccd
  - s390/dasd: fix error recovery leading to data corruption on
    ESE devices (git-fixes bsc#1229452).
  - commit 421d882
  - blacklist.conf: Change entry to alt-commit
  - Refresh patches.suse/tools-Disable-__packed-attribute-compiler-warning-due-to-Werror-attributes.patch.
  - commit a7c7d40
  - net/iucv: fix the allocation size of iucv_path_table array
    (git-fixes bsc#1229451).
  - commit 4e0b259
  - Refresh patches.suse/0001-drm-mst-Fix-NULL-pointer-dereference-at-drm_dp_add_p.patch (git-fixes)
    Alt-commit
  - commit 98e41cf
  - Refresh patches.suse/drm-i915-vma-Fix-UAF-on-destroy-against-retire-race.patch (git-fixes)
    Alt-commit
  - commit 11ef901
  - Refresh patches.suse/drm-amd-display-Send-DTBCLK-disable-message-on-first.patch (git-fixes)
    Alt-commit
  - commit 6d9aa0a
  - Refresh patches.suse/drm-amd-display-Fix-DPSTREAM-CLK-on-and-off-sequence.patch (git-fixes)
    Alt-commit
  - commit 24768b9
  - tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
    (CVE-2024-41007 bsc#1227863).
  - commit 35aaaf5
  - HID: wacom: Defer calculation of resolution until
    resolution_code is known (git-fixes).
  - ALSA: usb: Fix UBSAN warning in parse_audio_unit()
    (stable-fixes).
  - commit a485c9b
  - bpf: Fix a segment issue when downgrading gso_size (bsc#1229386
    CVE-2024-42281).
  - commit f593f1f

++++ llvm19:

  - Add minor version to Python shebangs. (boo#1212476)
  - Remove shebang and executable bit where not needed.

++++ nfs-utils:

  - add 0001-gssd-revert-commit-a5f3b7ccb01c.patch,
    0002-gssd-revert-commit-513630d720bd.patch,
    0003-gssd-switch-to-using-rpc_gss_seccreate.patch,
    0004-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-machine-cr.patch,
    0005-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-user-crede.patch,
    0006-configure-check-for-rpc_gss_seccreate.patch: fixes for
    libtirpc 1.3.5

++++ ovmf:

  - Removed -code/-vars files of AMD SEV flavor because SEV ovmf only
    supports unified image.
  - Updated 50-ovmf-x86_64-sev.json descriptor
  - Use ovmf-x86_64-sev.bin unified image instead of separate images
    ovmf-x86_64-sev-code/vars.bin.
  - add "mode": "stateless", currently SEV ovmf only supports
    stateless mode.
  - Removed "amd-sev" and "amd-sev-es" feature tags from the following
    descriptors because we separate SEV as a flavor:
    60-ovmf-x86_64-2m.json
    60-ovmf-x86_64.json
  - Add descriptors.tar.xz.README as the readme of descriptors.tar.xz

------------------------------------------------------------------
------------------  2024-8-19  -  Aug 19 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Add upstream patches
    * bash52-027
    The configure test for the presence of strtoimax(3) is inverted.
    * bash52-028
    A DEBUG trap in an asynchronous process can steal the controlling terminal
    away from the calling shell, causing it to exit.
    * bash52-030
    `wait -n' can fail to return some jobs if they exit due to signals the shell
    does not report to the user.
    * bash52-031
    There is a memory leak in the code that implements the optimized $(<file)
    expansion for some code paths.
    * bash52-032
    When printing functions containing coprocesses, the displayed coproc command
    has the word COPROC inserted unconditionally, resulting in function bodies
    that cannot be re-read as input.

++++ kernel-default:

  - kABI fix for net/sched: flower: Fix chain template offload
    (CVE-2024-26669 bsc#1222350).
  - net/sched: flower: Fix chain template offload (CVE-2024-26669
    bsc#1222350).
  - commit 43f1cd6
  - kABI fix for rxrpc: Fix delayed ACKs to not set the reference
    serial number (CVE-2024-26677 bsc#1222387).
  - rxrpc: Fix delayed ACKs to not set the reference serial number
    (CVE-2024-26677 bsc#1222387).
  - commit c3c3a27
  - Update patches.suse/cpu-SMT-Enable-SMT-only-if-a-core-is-online.patch
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1229327 ltc#206365).
  - Update patches.suse/powerpc-topology-Check-if-a-core-is-online.patch
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1229327 ltc#206365).
  - commit fd7ec4b
  - xprtrdma: Fix rpcrdma_reqs_reset() (git-fixes).
  - gss_krb5: Fix the error handling path for
    crypto_sync_skcipher_setkey (git-fixes).
  - commit c717fae
  - SUNRPC: Fix a race to wake a sync task (git-fixes).
  - nfs: pass explicit offset/count to trace events (git-fixes).
  - commit 6f41a0a
  - NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
    (git-fixes).
  - NFSD: Support write delegations in LAYOUTGET (git-fixes).
  - nfs: don't invalidate dentries on transient errors (git-fixes).
  - nfs: propagate readlink errors in nfs_symlink_filler
    (git-fixes).
  - nfs: make the rpc_stat per net namespace (git-fixes).
  - nfs: expose /proc/net/sunrpc/nfs in net namespaces (git-fixes).
  - sunrpc: add a struct rpc_stats arg to rpc_create_args
    (git-fixes).
  - commit 6ab4001
  - Update
    patches.suse/ata-libata-core-Fix-double-free-on-error.patch
    (git-fixes CVE-2024-41087 bsc#1228740 bsc#1228466).
  - Update
    patches.suse/cachefiles-add-missing-lock-protection-when-polling.patch
    (bsc#1229256 CVE-2024-42250 bsc#1228977).
  - Update
    patches.suse/cachefiles-defer-exposing-anon_fd-until-after-copy_to.patch
    (bsc#1229251 CVE-2024-40913 bsc#1227839).
  - Update
    patches.suse/cachefiles-fix-slab-use-after-free-in-cachefiles_onde.patch
    (bsc#1229247 CVE-2024-39510 bsc#1227734).
  - Update
    patches.suse/cachefiles-fix-slab-use-after-free-in-cachefiles_ondemand_daemon_read.patch
    (bsc#1229246 CVE-2024-40899 bsc#1227758).
  - Update
    patches.suse/drm-i915-gem-Fix-Virtual-Memory-mapping-boundaries-c.patch
    (git-fixes CVE-2024-42259 bsc#1229156).
  - Update
    patches.suse/powerpc-pseries-Whitelist-dtl-slub-object-for-copyin.patch
    (bsc#1194869 CVE-2024-41065 bsc#1228636).
  - commit 3fec826
  - char: xillybus: Check USB endpoints when probing device
    (git-fixes).
  - Revert "misc: fastrpc: Restrict untrusted app to attach to
    privileged PD" (git-fixes).
  - tty: atmel_serial: use the correct RTS flag (git-fixes).
  - tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
    (git-fixes).
  - xhci: Fix Panther point NULL pointer deref at full-speed
    re-enumeration (git-fixes).
  - Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
    (git-fixes).
  - commit e3fe681
  - Refresh patches.suse/SUNRPC-avoid-soft-lockup-when-transmitting-UDP-to-re.patch.
    Add git-commit
  - commit 7a1e763

++++ ncurses:

  - Add ncurses patch 20240817
    + review/update foot for 1.18.1 -TD
    + add a note about DomTerm 3.2.0 -TD
    + add new glob-expressions variables to list in config.status script
    (patch by Werner Fink).
    + add --enable-install-prefix to modify behavior of $DESTDIR to merge
    or replace the value set by --prefix (adapted from suggestion by
    Eli Zaretskii).
  - Remove patch fix-20240810.patch as now upstream
  - Correct offsets of patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ readline:

  - Add upstream patches
    * readline82-011
    Some systems (e.g., macOS) send signals early on in interactive
    initialization, so readline should retry a failed open of the init file.
    * readline82-012
    If a user happens to bind do-lowercase-version to something that isn't a
    capital letter, so _rl_to_lower doesn't change anything and the result is
    still bound to do-lowercase-version, readline can recurse infinitely.
    * readline82-013
    When readline is accumulating bytes until it reads a complete multibyte
    character, reading a byte that makes the multibyte character invalid can
    result in discarding the bytes in the partial character.
  - Port patch readline-8.2.dif

++++ systemd:

  - Import commit bef0958f4db1b774c23505e93537ffe16f1b3894 (merge of v256.5)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/5bba1ebe17564b606cc5d1c07b14123c305019a7...bef0958f4db1b774c23505e93537ffe16f1b3894
  - Make the 32bit version of libudev.so available again (bsc#1228223)
    The symlink for building 32bit applications was mistakenly dropped when the
    content of libudev-devel was merged into systemd-devel.
    Provide the 32bit flavor of systemd-devel again, which should restore the plug
    and play support in Wine for 32bit windows applications.

++++ tiff:

  - security update:
    * CVE-2024-7006 [bsc#1228924]
    Fix pointer deref in tif_dirinfo.c
    + tiff-CVE-2024-7006.patch

++++ libvirt-glib:

  - BuildRequire gettext-devel instead of gettext: allow OBS to
    shortcut through gettext-runtime-mini.

++++ velociraptor-client:

  - Update node modules with security fixes.
    * Fixes CVE-2024-39338 (bsc#1229424)
    * Remove CVE-2024-28849-follow-redirects-drop-proxy-authorization.patch
    as the update is included.

++++ update-bootloader:

  - rename package perl-Bootloader to update-bootloader (bsc#1214361)
  - 1.15

------------------------------------------------------------------
------------------  2024-8-18  -  Aug 18 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xfs: attr forks require attr, not attr2 (git-fixes).
  - commit d1644af
  - i2c: qcom-geni: Add missing geni_icc_disable in
    geni_i2c_runtime_resume (git-fixes).
  - i2c: Use IS_REACHABLE() for substituting empty ACPI functions
    (git-fixes).
  - commit 37fcb0e
  - Move upstreamed powerpc patches into sorted section
  - commit 7bdd775
  - xfs: journal geometry is not properly bounds checked
    (git-fixes).
  - commit 7680aeb

++++ libxmlb:

  - update to 0.3.19:
    * Add xb_version_string() to get the runtime ABI version
    * - Add the runtime version as the default XMLb invalidation
    GUID

------------------------------------------------------------------
------------------  2024-8-17  -  Aug 17 2024  -------------------
------------------------------------------------------------------

++++ dpdk:

  - Update to LTS release version v22.11.5
    * http://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html
  - Drop patches (included upstream):
    * 0001-kni-fix-build-with-Linux-6.3.patch (22.11.3)
    * 0001-kni-fix-build-with-Linux-6.5.patch (22.11.3)

++++ python-kiwi:

  - Add documentation for boxbuild tweaks

++++ kernel-default:

  - arm64: Fix KASAN random tag seed initialization (git-fixes)
  - commit a300263
  - arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to (git-fixes)
  - commit a089c62
  - spi: Add empty versions of ACPI functions (stable-fixes).
  - i2c: Fix conditional for substituting empty ACPI functions
    (stable-fixes).
  - commit 3dc083c
  - gpio: mlxbf3: Support shutdown() function (git-fixes).
  - ALSA: hda/tas2781: Use correct endian conversion (git-fixes).
  - ALSA: usb-audio: Support Yamaha P-125 quirk entry
    (stable-fixes).
  - ALSA: hda/tas2781: fix wrong calibrated data order (git-fixes).
  - ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
    (stable-fixes).
  - ALSA: hda/realtek: Add support for new HP G12 laptops
    (stable-fixes).
  - ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad
    3 15IAU7 (git-fixes).
  - ALSA: timer: Relax start tick time check for slave timer
    elements (git-fixes).
  - drm/amd/display: Adjust cursor position (git-fixes).
  - drm/amd/display: fix cursor offset on rotation 180 (git-fixes).
  - device property: Add cleanup.h based fwnode_handle_put()
    scope based cleanup (stable-fixes).
  - commit 51be9a0

------------------------------------------------------------------
------------------  2024-8-16  -  Aug 16 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed wrong log level on --logfile
    When using --logfile, the log generated there matches the
    stdout log (which without --debug, does not include any debug info).
    This is in contrast to the automatically generated one in the
    output directory, which always does and also not following the
    way how it is documented. This Fixes #2503

++++ librsvg:

  - Update to version 2.58.3:
    + A couple of fixes from fuzz testing:
  - Fix assertion failures with large Hue value in hsl() or hwb()
    colors.
  - Limit the baseFrequency for feTurbulence to avoid integer
    overflow.
  - Remove an obsolete test.

++++ kernel-default:

  - xfs: allow cross-linking special files without project quota
    (git-fixes).
  - commit 8d26aca
  - KVM: nVMX: Check for pending posted interrupts when looking
    for nested events (git-fixes).
  - commit 0b1027c
  - KVM: VMX: Split out the non-virtualization part of
    vmx_interrupt_blocked() (git-fixes).
  - commit 47fc351
  - xfs: use consistent uid/gid when grabbing dquots for inodes
    (git-fixes).
  - commit c1c88ce
  - xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs
    (git-fixes).
  - commit fae2711
  - xfs: allow unlinked symlinks and dirs with zero size
    (git-fixes).
  - commit 184b713
  - KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
    (git-fixes).
  - commit 96acab8
  - xfs: fix unlink vs cluster buffer instantiation race
    (git-fixes).
  - commit 0ae592b
  - xfs: upgrade the extent counters in xfs_reflink_end_cow_extent
    later (git-fixes).
  - commit 730a4f0
  - xfs: match lock mode in xfs_buffered_write_iomap_begin()
    (git-fixes).
  - commit e70a195
  - xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log
    intent item recovery (git-fixes).
  - commit 85919a1
  - xfs: don't use current->journal_info (git-fixes).
  - commit d96f684
  - KVM: nVMX: Request immediate exit iff pending nested event
    needs injection (git-fixes).
  - commit 9d306b8
  - cachefiles: add missing lock protection when polling
    (bsc#1229256).
  - cachefiles: cyclic allocation of msg_id to avoid reuse
    (bsc#1228499 CVE-2024-41050).
  - cachefiles: wait for ondemand_object_worker to finish when
    dropping  object (bsc#1228468 CVE-2024-41051).
  - cachefiles: cancel all requests for the object that is being
    dropped (bsc#1229255).
  - cachefiles: stop sending new request when dropping object
    (bsc#1229254).
  - cachefiles: propagate errors from vfs_getxattr() to avoid
    infinite  loop (bsc#1229253).
  - cachefiles: make on-demand read killable (bsc#1229252).
  - cachefiles: Set object to close if ondemand_id < 0 in copen
    (bsc#1228643 CVE-2024-41074).
  - cachefiles: defer exposing anon_fd until after copy_to_user()
    succeeds (bsc#1229251).
  - cachefiles: never get a new anonymous fd if ondemand_id is valid
    (bsc#1229250).
  - cachefiles: add spin_lock for cachefiles_ondemand_info
    (bsc#1229249).
  - cachefiles: add consistency check for copen/cread (bsc#1228646
    CVE-2024-41075).
  - cachefiles: remove err_put_fd label in
    cachefiles_ondemand_daemon_read() (bsc#1229248).
  - cachefiles: fix slab-use-after-free in
    cachefiles_ondemand_daemon_read() (bsc#1229247).
  - cachefiles: fix slab-use-after-free in
    cachefiles_ondemand_get_fd() (bsc#1229246).
  - cachefiles, erofs: Fix NULL deref in when cachefiles is not
    doing  ondemand-mode (bsc#1229245).
  - cachefiles: add restore command to recover inflight ondemand
    read  requests (bsc#1229244).
  - cachefiles: narrow the scope of triggering EPOLLIN events in
    ondemand  mode (bsc#1229243).
  - cachefiles: resend an open request if the read request's object
    is  closed (bsc#1229241).
  - cachefiles: extract ondemand info field from cachefiles_object
    (bsc#1229240).
  - cachefiles: introduce object ondemand state (bsc#1229239).
  - commit 3d893c5
  - KVM: nVMX: Add a helper to get highest pending from Posted
    Interrupt vector (git-fixes).
  - commit ebf04ff
  - KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in
    vmx_exit() (git-fixes).
  - commit 8ef91ee
  - KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID (git-fixes).
  - commit 395837f
  - KVM: VMX: Move posted interrupt descriptor out of VMX code
    (git-fixes).
  - commit feb966b
  - xfs: allow symlinks with short remote targets (bsc#1229160).
  - commit e82d4ad
  - x86/xen: Convert comma to semicolon (git-fixes).
  - commit c8d2d16
  - net: mana: Fix doorbell out of order violation and avoid
    unnecessary doorbell rings (bsc#1229154).
  - net: mana: Fix RX buf alloc_size alignment and atomic op panic
    (bsc#1229086).
  - commit 59cb1c7
  - wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
    (git-fixes).
  - net: ethernet: mtk_wed: fix use-after-free panic in
    mtk_wed_setup_tc_block_cb() (git-fixes).
  - media: Revert "media: dvb-usb: Fix unexpected infinite loop
    in dvb_usb_read_remote_control()" (git-fixes).
  - commit daf04e2

++++ pcre2:

  - Fix GitHub issue #415: Test suite fails when targeting i686.
    The fix is taken straight from PR #418, also on GitHub.
  - Add patch file:
    * pcre2-10.44-github-issue-415.patch

------------------------------------------------------------------
------------------  2024-8-15  -  Aug 15 2024  -------------------
------------------------------------------------------------------

++++ btrfsprogs:

  - update to 6.10.1
    * mkfs: rework --rootdir traversal, skip hardlinks and create new inodes
    instead, also warn about them, this did not work as expected and will be
    fixed in the future
    * receive: search in older trees for UUIDs when detecting clone sources
    * libbtrfsutil: bindings available at https://pypi.org/project/btrfsutil
    * libbtrfs:
    * patchlevel version update 0.1.4
    * cleanup in headers, removed unused definitions, no functional changes
    * don't ship list.h and rbtree.h
    * other: documentation updates

++++ cloud-regionsrv-client:

  - Add rgnsrv-clnt-fix-docker-setup.patch (bsc#1229137)
    + The entry for the update infrastructure registry mirror was written
    incorrectly causing docker daemon startup to fail.

++++ kernel-default:

  - filelock: Remove locks reliably when fcntl/close race is
    detected (CVE-2024-41012 bsc#1228247).
  - commit a736b9b
  - io_uring: fix possible deadlock in
    io_register_iowq_max_workers() (bsc#1228616 CVE-2024-41080).
  - commit eae6448
  - io_uring: fix io_match_task must_hold (git-fixes).
  - io_uring: tighten task exit cancellations (git-fixes).
  - commit f9ce2d8
  - io_uring: Fix probe of disabled operations (git-fixes).
  - io_uring/advise: support 64-bit lengths (git-fixes).
  - commit 7566a8d
  - io_uring: Drop per-ctx dummy_ubuf (git-fixes).
  - commit 2717cc1
  - powerpc/kexec_file: fix cpus node update to FDT (bsc#1194869).
  - powerpc/pseries: Whitelist dtl slub object for copying to
    userspace (bsc#1194869).
  - powerpc/kexec: make the update_cpus_node() function public
    (bsc#1194869).
  - powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
    (bsc#1194869).
  - powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for
    CONFIG_PCI=n (bsc#1194869).
  - powerpc/io: Avoid clang null pointer arithmetic warnings
    (bsc#1194869).
  - powerpc/pseries: Add failure related checks for h_get_mpp and
    h_get_ppp (bsc#1194869).
  - powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
    (bsc#1194869).
  - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS (bsc#1194869).
  - powerpc/radix: Move some functions into #ifdef
    CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1194869).
  - commit 4e7f0fe
  - arm64: errata: Expand speculative SSBS workaround (again) (git-fixes)
  - commit e589bbc
  - arm64: cputype: Add Cortex-A725 definitions (git-fixes)
  - commit 0d04176
  - arm64: cputype: Add Cortex-X1C definitions (git-fixes)
  - commit 6a5ea61
  - arm64: errata: Expand speculative SSBS workaround (git-fixes)
  - commit f75d6ba
  - arm64: errata: Unify speculative SSBS errata logic (git-fixes).
    Update config files.
  - commit ffaab08
  - arm64: cputype: Add Cortex-X925 definitions (git-fixes)
  - commit 3c8ddb7
  - arm64: cputype: Add Cortex-A720 definitions (git-fixes)
  - commit f5fd7c6
  - arm64: cputype: Add Cortex-X3 definitions (git-fixes)
  - commit d87d988
  - arm64: errata: Add workaround for Arm errata 3194386 and 3312417 (git-fixes)
    Refresh patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
    and enable around.
  - commit b3747ef
  - arm64: cputype: Add Neoverse-V3 definitions (git-fixes)
  - commit 78aeee9
  - arm64: cputype: Add Cortex-X4 definitions (git-fixes)
  - commit 2841965
  - arm64: barrier: Restore spec_bar() macro (git-fixes)
  - commit 5c935b6
  - arm64: Add Neoverse-V2 part (git-fixes)
  - commit 0f9f30b
  - net/rds: fix possible cp null dereference (git-fixes).
  - commit cac3126
  - s390/pci: Add missing virt_to_phys() for directed DIBV
    (git-fixes bsc#1229174).
  - commit ea8e3e7
  - s390/dasd: fix error checks in dasd_copy_pair_store()
    (git-fixes bsc#1229173).
  - commit f5c4fe8
  - s390/pci: Allow allocation of more than 1 MSI interrupt
    (git-fixes bsc#1229172).
  - s390/pci: Refactor arch_setup_msi_irqs() (git-fixes
    bsc#1229172).
  - commit ad8c54b
  - s390/cpum_cf: Fix endless loop in CF_DIAG event stop (git-fixes
    bsc#1229171).
  - commit 94c7469
  - s390/uv: Panic for set and remove shared access UVC errors
    (git-fixes bsc#1229170).
  - commit 447c271
  - s390/sclp: Prevent release of buffer in I/O (git-fixes
    bsc#1229169).
  - commit 9daf007
  - kvm: s390: Reject memory region operations for ucontrol VMs
    (git-fixes bsc#1229168).
  - commit 14a9742
  - KVM: s390: fix validity interception issue when gisa is switched
    off (git-fixes bsc#1229167).
  - commit 5c4e348
  - Update patch reference of USB patch (jsc#PED-10108)
  - commit edfa08b
  - USB: serial: debug: do not echo input by default (stable-fixes).
  - usb: vhci-hcd: Do not drop references before new references
    are gained (stable-fixes).
  - serial: core: check uartclk for zero to avoid divide by zero
    (stable-fixes).
  - media: xc2028: avoid use-after-free in load_firmware_cb()
    (stable-fixes).
  - media: uvcvideo: Fix the bandwdith quirk on USB 3.x
    (stable-fixes).
  - media: uvcvideo: Ignore empty TS packets (stable-fixes).
  - media: amphion: Remove lock in s_ctrl callback (stable-fixes).
  - wifi: nl80211: don't give key data to userspace (stable-fixes).
  - PCI: Add Edimax Vendor ID to pci_ids.h (stable-fixes).
  - wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
    (stable-fixes).
  - wifi: nl80211: disallow setting special AP channel widths
    (stable-fixes).
  - gpio: prevent potential speculation leaks in
    gpio_device_get_desc() (stable-fixes).
  - commit 2335bf9
  - docs: KVM: Fix register ID of SPSR_FIQ (git-fixes).
  - drm/i915/gem: Adjust vma offset for framebuffer mmap offset
    (stable-fixes).
  - drm/amd/display: Skip Recompute DSC Params if no Stream on Link
    (stable-fixes).
  - drm/amdgpu: Forward soft recovery errors to userspace
    (stable-fixes).
  - drm/dp_mst: Skip CSN if topology probing is not done yet
    (stable-fixes).
  - drm/mediatek/dp: Fix spurious kfree() (git-fixes).
  - drm/amd/display: Add null checker before passing variables
    (stable-fixes).
  - Revert "drm/amd/display: Add NULL check for 'afb' before
    dereferencing in amdgpu_dm_plane_handle_cursor_update"
    (stable-fixes).
  - drm/amd/display: Add NULL check for 'afb' before dereferencing
    in amdgpu_dm_plane_handle_cursor_update (stable-fixes).
  - drm/bridge: analogix_dp: properly handle zero sized AUX
    transactions (stable-fixes).
  - drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
    (stable-fixes).
  - drm/radeon: Remove __counted_by from StateArray.states[]
    (git-fixes).
  - drm/amdgpu: Add lock around VF RLCG interface (stable-fixes).
  - drm/admgpu: fix dereferencing null pointer context
    (stable-fixes).
  - drm/amdgpu/pm: Fix the null pointer dereference in
    apply_state_adjust_rules (stable-fixes).
  - drm/amdgpu: Fix the null pointer dereference to ras_manager
    (stable-fixes).
  - drm/amdgpu/pm: Fix the null pointer dereference for smu7
    (stable-fixes).
  - drm/amdgpu/pm: Fix the param type of set_power_profile_mode
    (stable-fixes).
  - drm/amdgpu: fix potential resource leak warning (stable-fixes).
  - drm/amd/display: Add delay to improve LTTPR UHBR interop
    (stable-fixes).
  - Bluetooth: btnxpuart: Shutdown timer and prevent rearming when
    driver unloading (stable-fixes).
  - can: mcp251xfd: tef: update workaround for erratum DS80000789E
    6 of mcp2518fd (stable-fixes).
  - can: mcp251xfd: tef: prepare to workaround broken TEF FIFO
    tail index erratum (stable-fixes).
  - ACPI: SBS: manage alarm sysfs attribute through psy core
    (stable-fixes).
  - ACPI: battery: create alarm sysfs attribute atomically
    (stable-fixes).
  - clocksource/drivers/sh_cmt: Address race condition for clock
    events (stable-fixes).
  - commit 2a8ca72

++++ bluez:

  - add bluez-no-cups-devel-buildreq.patch to avoid cups-devel
    buildrequires which results in an excessive build loop

++++ unbound:

  - Update to 1.21.0:
    Security Fixes:
    * Merge #1073: fix null pointer dereference issue in function
    ub_ctx_set_fwd.
    [CVE-2024-43167, bsc#1229068]
    Features:
    * Fix #1071: [FR] Clear both in-memory and cachedb module cache
    with `unbound-control flush*` commands.
    * Fix #144: Port ipset to BSD pf tables.
    * Add dnstap-sample-rate that logs only 1/N messages, for high
    volume server environments. Thanks Dan Luther.
    * Add root key 38696 from 2024 for DNSSEC validation. It is added
    to the default root keys in unbound-anchor. The content can be
    inspected with `unbound-anchor -l`.
    * Merge #1090: Cookie secret file. Adds `cookie-secret-file:
    "unbound_cookiesecrets.txt"` option to store cookie secrets for
    EDNS COOKIE secret rollover. The remote control
    add_cookie_secret, activate_cookie_secret and
    drop_cookie_secret commands can be used for rollover, the
    command print_cookie_secrets shows the values in use.
    Bug Fixes:
    * Fix CAMP issues with global quota. Thanks to Huayi
    Duan, Marco Bearzi, Jodok Vieli, and Cagin Tanir from NetSec
    group, ETH Zurich.
    * Fix CacheFlush issues with limit on NS RRs. Thanks to Yehuda
    Afek, Anat Bremler-Barr, Shoham Danino and Yuval Shavitt
    (Tel-Aviv University and Reichman University).
    * Merge #1062: Fix potential overflow bug while parsing port in
    function cfg_mark_ports.
    * Fix for #1062: declaration before statement, avoid print of
    null, and redundant check for array size.
    * Fix to squelch udp connect errors in the log at low verbosity
    about invalid argument for IPv6 link local addresses.
    * Fix when the mesh jostle is exceeded that nameserver targets
    are marked as resolved, so that the lookup is not stuck on the
    requestlist.
    * Add missing common functions to tdir tests.
    * Merge #1070: Fix rtt assignement for low values of
    infra-cache-max-rtt.
    * Merge #1069: Fix unbound-control stdin commands for
    multi-process Unbounds.
    * Fix unbound-control commands that read stdin in multi-process
    operation (local_zones_remove, local_zones, local_datas_remove,
    local_datas, view_local_datas_remove, view_local_datas). They
    will be properly distributed to all processes. dump_cache and
    load_cache are no longer supported in multi-process operation.
    * Remove testdata/remote-threaded.tdir.
    testdata/09-unbound-control.tdir now checks both single and
    multi process/thread operation.
    * Fix to print a parse error when config is read with no name for
    a forward-zone, stub-zone or view.
    * Fix for parse end of forward-zone, stub-zone and view.
    * Fix for #1064: Fix that cachedb expired messages are considered
    insecure, and thus can be served to clients when dnssec is
    enabled.
    * Fix #1059: Intermittent DNS blocking failure with local-zone
    and always_nxdomain. Addition of local_zones dynamically via
    unbound-control was not finding the zone's parent correctly.
    * Fix #1064: Unbound 1.20 Cachedb broken?
    * Fix unused variable warning on compilation with no thread
    support.
    * unbound-control-setup: check openssl availability before doing
    anything, patch from Michael Tokarev.
    * Update patch to remove 'command' shell builtin and update error
    text.
    * Fix to enable that SERVFAIL is cached, for a short period, for
    more cases. In the cases where limits are exceeded.
    * Fix spelling of tcp-idle-timeout docs, from Michael Tokarev.
    * Merge #1078: Only check old pid if no username.
    * Fix #1079: tags from tagged rpz zones are no longer honored
    after upgrade from 1.19.3 to 1.20.0.
    * Fix for #1079: fix RPZ taglist in iterator callback that no
    client info is like no taglist intersection.
    * Fix to squelch connection reset by peer errors from log. And
    fix that the tcp read errors are labeled as initial for the
    first calls.
    * Merge #1080: AddressSanitizer detection in tdir tests and
    memory leak fixes.
    * Fix memory leak when reload_keep_cache is used and num-threads
    changes.
    * Fix memory leak on exit for unbound-dnstap-socket; creates
    false negatives during testing.
    * Fix memory leak in setup of dsa sig.
    * Fix typos for 'the the' in text.
    * Fix validation for repeated use of a DNAME record.
    * Add unit test for validation of repeated use of a DNAME record.
    * Fix #1091: Build fails with OpenSSL >= 3.0 built with
    OPENSSL_NO_DEPRECATED.
    * Fix #1092: Ubuntu 22.04 Jammy fails to compile unbound 1.20.0;
    by adding helpful text for the Python interpreter version and
    allowing the default pkg-config unavailability error message to
    be shown.
    * Fix pkg-config availability check in dnstap/dnstap.m4 and
    systemd.m4.
    * Explicitly set the RD bit for the mesh query flags when
    prefetching. These queries have no waiting client but they need
    to be treated as recursive.
    * Fix ip-ratelimit-cookie setting, it was not applied.
    * Fix to remove unused include from the readzone test program.
    * Fix unused variable warning in do_cache_remove.
    * Fix compile warning in worker pthread id printout.
    * Add unit test skip files and bison and flex output to
    gitignore.
    * Fix to use modstack_init in zonemd unit test.
    * Fix to remove unneeded linebreak in fptr_wlist.c.
    * Fix compile warnings in fptr_wlist.c.
    * Fix for repeated use of a DNAME record: first overallocate and
    then move the exact size of the init value to avoid false
    positive heap overflow reads from address sanitizers.
    * Fix to print details about the failure to lookup a DNSKEY
    record when validation fails due to the missing DNSKEY. Also
    for key prime and DS lookups.
    * Fix for neater printout for error for missing DS response.
    * Fix neater printout.
    * Fix #1099: Unbound core dump on SIGSEGV.
    * Fix for #1099: Fix to check for deleted RRset when the contents
    is updated and fetched after it is stored, and also check for a
    changed RRset.
    * Don't check for message TTL changes if the RRsets remain the
    same.
    * Fix that validation reason failure that uses string print uses
    separate buffer that is passed, from the scratch validation
    buffer.
    * Fixup algo_needs_reason string buffer length.
    * Fix shadowed error string variable in validator dnskey
    handling.
    * Update list of known EDE codes.
    * For #773: In contrib/unbound.service.in set unbound to start
    after network-online.target. Also for
    contrib/unbound_portable.service.in.
    * Fix #1103: unbound 1.20.0 segmentation fault with nghttp2.
    * For #1103: fix to also drop mesh state reference when a h2
    reply is dropped.
    * Add RPZ tag tests in acl_interface.tdir.
    * For #1102: clearer text for using interface-* options for the
    loopback interface.
    * For #1103: fix to also drop mesh state reference when the
    discard limit is reached, when there is an error making a new
    recursion state and when the connection is dropped with
    is_drop.
    * For #1103: Fix to drop mesh state reference for the http2
    stream associated with the reply, not the currently active
    stream. And it does not remove it twice on a mesh_send_reply
    call. The reply h2_stream is NULL when not in use, for more
    initialisation.
    * Fix dnstap wakeup, a running wakeup timer is left to expire and
    not increased, a timer is started when the dtio thread is
    sleeping, the timer set disabled when the dtio thread goes to
    sleep, and after sleep the thread checks to see if there are
    messages to log immediately.
    * Merge #1110: Make fallthrough explicit for libworker.c.
    * For #1110: Test for fallthrough attribute in configure and add
    fallthrough attribute annotations.
    * Fix compile when the compiler does not support the noreturn
    attribute.
    * Fix to have empty definition when not supported for weak
    attribute.
    * Fix uninitialized variable warning in create_tcp_accept_sock.
    * Fix link of dnstap without openssl.
    * Fix link of unbound-dnstap-socket without openssl.
    * Fix #1106: ratelimit-below-domain logs the wrong FROM address.
    * Cleanup ede.tdir test.
    * For #935 and #1104, clarify RPZ order and semantics.
    * Fix to document parameters of auth_zone_verify_zonemd_with_key.
    * Fix for #1114: Fix that cache fill for forward-host names is
    performed, so that with nonzero target-fetch-policy it fetches
    forwarder addresses and uses them from cache. Also updated that
    delegation point cache fill routines use CDflag for AAAA
    message lookups, so that its negative lookup stops a recursion
    since the cache uses the bit for disambiguation for dns64 but
    the recursion uses CDflag for the AAAA target lookups, so the
    check correctly stops a useless recursion by its cache lookup.
    * Fix dnstap test program, cleans up to have clean memory on
    exit, for tap_data_free, does not delete NULL items. Also it
    does not try to free the tail, specifically in the free of the
    list since that picked up the next item in the list for its
    loop causing invalid free. Added internal unit test to
    unbound-dnstap-socket for that.
    * Fix that the worker mem report with alloc stats does not
    attempt to print memory use of forwards and hints if they have
    been deleted already.
    * Fix that alloc stats has strdup checks, it stops debuggers from
    complaining about mismatch at free time.
    * Fix testbound for alloc stats strdup in util/alloc.c.
    * Fix that alloc stats for forwards and hints are printed, and
    when alloc stats is enabled, the unit test for unbound control
    waits for reloads to complete.
    * Fix that for windows the module startup is called and sets up
    the module-config.
    * Fix spelling for the cache-min-negative-ttl entry in the
    example.conf.

++++ passt:

  - Update to version 20240814.61c0b0d:
    * flow: Don't crash if guest attempts to connect to port 0
    * conf: Don't ignore -t and -u options after -D
    * ndp.c: Turn NDP responder into more declarative implementation
    * conf: Delay handling -D option until after addresses are configured
    * Correct inaccurate comments on ip[46]_ctx::addr
    * log: Don't prefix message with timestamp on --debug if it's a continuation
    * conf: Stop parsing options at first non-option argument
    * passt, util: Close any open file that the parent might have leaked
    * nstool: Propagate SIGTERM to processes executed in the namespace
    * nstool: Fix some trivial typos
    * log: Avoid duplicate calls to logtime()
    * log: Handle errors from clock_gettime()
    * log: Correct formatting of timestamps
    * util: Some corrections for timespec_diff_us
    * conf, pasta: Make -g and -a skip route/addresses copy for matching IP version only

++++ patterns-base:

  - Remove nfsidmap, package got dropped
  - Remove nfs-client and autofs: in most scenarios, especially
    desktops, no longer used, but pull in many "deprecated" packages

++++ selinux-policy:

  - Update to version 20240604+git376.0406315d:
    * Dontaudit dac_override of fstab generator (bsc#1229127)
    * Update libvirt policy
    * Add port 80/udp and 443/udp to http_port_t definition
    * Additional updates stalld policy for bpf usage
    * Label systemd-pcrextend and systemd-pcrlock properly
    * Label /run/udev/rules.d as udev_rules_t
    * Provide type for sysstat lock files (bsc#1228247)
    * Allow coreos_installer_t work with partitions
    * Revert "Allow coreos-installer-generator work with partitions"
    * Add policy for systemd-pcrextend
    * Update policy for systemd-getty-generator
    * Allow snapper to delete unlabeled_t files (bsc#1228889)
    * Allow ip command write to ipsec's logs
    * Allow virt_driver_domain read virtd-lxc files in /proc
    * Revert "Allow svirt read virtqemud fifo files"
    * Update virtqemud policy for libguestfs usage
    * Allow virtproxyd create and use its private tmp files
    * Allow virtproxyd read network state
    * Allow virt_driver_domain create and use log files in /var/log (bsc#1227483)
    * Allow samba-dcerpcd work with ctdb cluster
    * Allow NetworkManager_dispatcher_t send SIGKILL to plugins
    * Allow setroubleshootd execute sendmail with a domain transition
    * Allow key.dns_resolve set attributes on the kernel key ring
    * Update qatlib policy for v24.02 with new features
    * Label /var/lib/systemd/sleep with systemd_sleep_var_lib_t
    * Allow tlp status power services
    * Allow virtqemud domain transition on passt execution
    * Allow virt_driver_domain connect to systemd-userdbd over a unix socket
    * Allow boothd connect to systemd-userdbd over a unix socket
    * Update policy for awstats scripts
    * Allow bitlbee execute generic programs in system bin directories
    * Allow login_userdomain read aliases file
    * Allow login_userdomain read ipsec config files
    * Allow login_userdomain read all pid files
    * Allow rsyslog read systemd-logind session files
    * Allow libvirt-dbus stream connect to virtlxcd
    * Use new kanidm interfaces
    * Initial module for kanidm
    * Update bootupd policy
    * Allow rhsmcertd read/write access to /dev/papr-sysparm
    * Label /dev/papr-sysparm and /dev/papr-vpd
    * Allow abrt-dump-journal-core connect to winbindd
    * Allow systemd-hostnamed shut down nscd
    * Allow systemd-pstore send a message to syslogd over a unix domain
    * Allow postfix_domain map postfix_etc_t files
    * Allow microcode create /sys/devices/system/cpu/microcode/reload
    * Allow rhsmcertd read, write, and map ica tmpfs files
    * Support SGX devices
    * Allow initrc_t transition to passwd_t
    * Update fstab and cryptsetup generators policy
    * Allow xdm_t read and write the dma device
    * Update stalld policy for bpf usage
    * Allow systemd_gpt_generator to getattr on DOS directories
    * Make cgroup_memory_pressure_t a part of the file_type attribute
    * Allow ssh_t to change role to system_r
    * Update policy for coreos generators
    * Allow init_t nnp domain transition to firewalld_t
    * Label /run/modprobe.d with modules_conf_t
    * Allow virtnodedevd run udev with a domain transition
    * Allow virtnodedev_t create and use virtnodedev_lock_t
    * Allow virtstoraged manage files with virt_content_t type
    * Allow virtqemud unmount a filesystem with extended attributes
    * Allow svirt_t connect to unconfined_t over a unix domain socket
    * Update afterburn file transition policy
    * Allow systemd_generator read attributes of all filesystems
    * Allow fstab-generator read and write cryptsetup-generator unit file
    * Allow cryptsetup-generator read and write fstab-generator unit file
    * Allow systemd_generator map files in /etc
    * Allow systemd_generator read init's process state
    * Allow coreos-installer-generator read sssd public files
    * Allow coreos-installer-generator work with partitions
    * Label /etc/mdadm.conf.d with mdadm_conf_t
    * Confine coreos generators
    * Label /run/metadata with afterburn_runtime_t
    * Allow afterburn list ssh home directory
    * Label samba certificates with samba_cert_t
    * Label /run/coreos-installer-reboot with coreos_installer_var_run_t
    * Allow virtqemud read virt-dbus process state
    * Allow staff user dbus chat with virt-dbus
    * Allow staff use watch /run/systemd
    * Allow systemd_generator to write kmsg
    * Allow virtqemud connect to sanlock over a unix stream socket
    * Allow virtqemud relabel virt_var_run_t directories
    * Allow svirt_tcg_t read vm sysctls
    * Allow virtnodedevd connect to systemd-userdbd over a unix socket
    * Allow svirt read virtqemud fifo files
    * Allow svirt attach_queue to a virtqemud tun_socket
    * Allow virtqemud run ssh client with a transition
    * Allow virt_dbus_t connect to virtqemud_t over a unix stream socket
    * Update keyutils policy
    * Allow sshd_keygen_t connect to userdbd over a unix stream socket
    * Allow postfix-smtpd read mysql config files
    * Allow locate stream connect to systemd-userdbd
    * Allow the staff user use wireshark
    * Allow updatedb connect to userdbd over a unix stream socket
    * Allow gpg_t set attributes of public-keys.d
    * Allow gpg_t get attributes of login_userdomain stream
    * Allow systemd_getty_generator_t read /proc/1/environ
    * Allow systemd_getty_generator_t to read and write to tty_device_t
    * Drop publicfile module
    * Remove permissive domain for systemd_nsresourced_t
    * Change fs_dontaudit_write_cgroup_files() to apply to cgroup_t
    * Label /usr/bin/samba-gpupdate with samba_gpupdate_exec_t
    * Allow to create and delete socket files created by rhsm.service
    * Allow virtnetworkd exec shell when virt_hooks_unconfined is on
    * Allow unconfined_service_t transition to passwd_t
    * Support /var is empty
    * Allow abrt-dump-journal read all non_security socket files
    * Allow timemaster write to sysfs files
    * Dontaudit domain write cgroup files
    * Label /usr/lib/node_modules/npm/bin with bin_t
    * Allow ip the setexec permission
    * Allow systemd-networkd write files in /var/lib/systemd/network
    * Fix typo in systemd_nsresourced_prog_run_bpf()

------------------------------------------------------------------
------------------  2024-8-14  -  Aug 14 2024  -------------------
------------------------------------------------------------------

++++ keepalived:

  - Update to version 2.3.1+git.1723301895.df93f341:
    * all: Ensure pid file exists when respawning child process
    * vrrp: check ifindex != 0 before using the interface
    * vrrp: Duplicate/drop MLDv1 listener reports on VMACs
    * core: ensure only one instance of keepalived can run per config_id
    * configure: add --enable-(cflags,cppflags,ldflags) options
    * configure: add --enable-sanitize-(undefined,leak,memory,scudo,hwaddress) options
    * vrrp: change vrrp_in_chk_vips to return bool rather than int
    * core: cosmetic code layout change
    * core: remove some duplicate include files
    * vrrp: stop memory leak when error in configuring vrrp_iptables
    (bsc#1228123) VUL-0: CVE-2024-41184: keepalived: integer overflow in vrrp_ipsets_handler

++++ kernel-default:

  - Update patch reference for SPI patch (jsc#PED-10105)
  - commit a896d55
  - kabi fix for KVM: s390: fix LPSWEY handling (bsc#1227634
    git-fixes).
  - KVM: s390: fix LPSWEY handling (bsc#1227634 git-fixes).
  - commit 576de67
  - kernfs: Convert kernfs_path_from_node_locked() from strlcpy()
    to strscpy() (bsc#1229134).
  - Refresh
    patches.suse/cgroup-cpuset-Prevent-UAF-in-proc_cpuset_show.patch.
  - commit bc8376b
  - Update patch reference for iwlwifi fix (jsc#PED-10055)
  - commit 73fda85
  - Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
    (bsc#1229056).
  - commit 0ae7f4e
  - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
    (git-fixes).
  - bpf: don't infer PTR_TO_CTX for programs with unnamed context
    type (git-fixes).
  - bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX
    global arg (git-fixes).
  - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace
    correctly (git-fixes).
  - commit dd0591b
  - net, sunrpc: Remap EPERM in case of connection failure in
    xs_tcp_setup_socket (CVE-2024-42246 bsc#1228989).
  - commit 12865c8
  - tools/resolve_btfids: Fix comparison of distinct pointer types
    warning in resolve_btfids (git-fixes).
  - tools/resolve_btfids: fix build with musl libc (git-fixes).
  - commit f42b517

++++ lz4:

  - Switch to cmake build system: Creates extra cmake modules for
    consuming projects

++++ ncurses:

  - Add patch fix-20240810.patch
    * Workaround for changes in last patch 20240810 that is provide
    GLOB_FULLPATH_POSIX and GLOB_FULLPATH_OTHER in status script

++++ polkit:

  - BuildRequire gettext-devel instead of gettext: Allows OBS to
    shortcut throught gettext-runtime-mini.

++++ wtmpdb:

  - Update to version 0.13.0+git.20240814:
    * wtmpdb-update-boot service requires dbus

------------------------------------------------------------------
------------------  2024-8-13  -  Aug 13 2024  -------------------
------------------------------------------------------------------

++++ lvm2-device-mapper:

  - lvm2-monitor.service fails to start (boo#1228854)
    + bug-1228854_lvm2-monitor-service-start-after-system-fully-booted.patch

++++ docker-compose:

  - Update to version 2.29.2:
    * initial sync files that modified after image creation
    * initial sync for root directory
    * Removes redundant condition from toAPIBuildOptions in build.go
    * docs: Update docker compose kill usage
    * Fix stop on file chane for sync-restart action
    * bump engine and cli to v27.1.1, buildx to v0.16.1
    * remove all dependabot update PRs for OTel dependencies
    * gp.mod: github.com/gofrs/flock v0.12.1
    * go.mod: golang.org/x/sys v0.22.0
    * update to go1.21.12

++++ grub2:

  - Introduces a new package, grub2-x86_64-efi-bls, which includes a
    straightforward grubbls.efi file. This file can be copied to the EFI System
    Partition (ESP) along with boot fragments in the Boot Loader Specification
    (BLS) format
    * 0001-Streamline-BLS-and-improve-PCR-stability.patch
  - Fix crash in bli module (bsc#1226497)
    * 0001-bli-Fix-crash-in-get_part_uuid.patch
  - Rework package dependencies: grub2-common now includes common userland
    utilities and is required by grub2 platform packages. grub2 is now a meta
    package that pulls in the default platform package.

++++ kernel-default:

  - btrfs: fix leak of qgroup extent records after transaction abort
    (git-fixes).
  - btrfs: fix ordered extent split error handling in
    btrfs_dio_submit_io (git-fixes).
  - btrfs: use irq safe locking when running and adding delayed
    iputs (git-fixes).
  - commit 59b18df
  - btrfs: fix extent map use-after-free when adding pages to
    compressed bio (git-fixes).
  - commit b3e7c96
  - Drop libata patch that caused a regression (bsc#1229054)
  - commit 3d5faca
  - btrfs: fix double inode unlock for direct IO sync writes
    (git-fixes).
  - btrfs: fix corruption after buffer fault in during direct IO
    append write (git-fixes).
  - btrfs: use a btrfs_inode local variable at btrfs_sync_file()
    (git-fixes).
  - btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
    (git-fixes).
  - btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
    (git-fixes).
  - btrfs: use a btrfs_inode in the log context (struct
    btrfs_log_ctx) (git-fixes).
  - btrfs: make btrfs_finish_ordered_extent() return void
    (git-fixes).
  - btrfs: ensure fast fsync waits for ordered extents after a
    write failure (git-fixes).
  - btrfs: rename err to ret in btrfs_direct_write() (git-fixes).
  - btrfs: uninline some static inline helpers from tree-log.h
    (git-fixes).
  - btrfs: use btrfs_finish_ordered_extent to complete buffered
    writes (git-fixes).
  - btrfs: use btrfs_finish_ordered_extent to complete direct writes
    (git-fixes).
  - btrfs: use btrfs_finish_ordered_extent to complete compressed
    writes (git-fixes).
  - btrfs: open code end_extent_writepage in
    end_bio_extent_writepage (git-fixes).
  - btrfs: add a btrfs_finish_ordered_extent helper (git-fixes).
  - btrfs: factor out a btrfs_queue_ordered_fn helper (git-fixes).
  - btrfs: factor out a can_finish_ordered_extent helper
    (git-fixes).
  - btrfs: use bbio->ordered in btrfs_csum_one_bio (git-fixes).
  - btrfs: add an ordered_extent pointer to struct btrfs_bio
    (git-fixes).
  - btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io
    (git-fixes).
  - btrfs: add a is_data_bbio helper (git-fixes).
  - btrfs: remove btrfs_add_ordered_extent (git-fixes).
  - btrfs: pass an ordered_extent to btrfs_submit_compressed_write
    (git-fixes).
  - btrfs: pass an ordered_extent to btrfs_reloc_clone_csums
    (git-fixes).
  - btrfs: merge the two calls to btrfs_add_ordered_extent in
    run_delalloc_nocow (git-fixes).
  - btrfs: limit write bios to a single ordered extent (git-fixes).
  - commit 90ea198
  - powerpc/topology: Check if a core is online (bsc#1214285
    bsc#1205462 ltc#200161 ltc#200588 git-fixes).
  - cpu/SMT: Enable SMT only if a core is online (bsc#1214285
    bsc#1205462 ltc#200161 ltc#200588 git-fixes).
  - commit 3d340df
  - Update patch reference for MD patch (jsc#PED-10029 jsc#PED-10045)
  - commit 1bf8fd1
  - Update patch refefernce for MFD patch (jsc#PED-10029)
  - commit f36d989
  - platform/x86/amd/hsmp: Check HSMP support on AMD family of processors (jsc#PED-8779).
  - commit c606582
  - platform/x86/amd/hsmp: switch to use device_add_groups() (jsc#PED-8779).
  - commit 4007799
  - platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc() (jsc#PED-8779).
  - commit 9854658
  - platform/x86/amd/hsmp: Remove extra parenthesis and add a space (jsc#PED-8779).
  - commit 0a84b39
  - platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS (jsc#PED-8779).
  - commit 85ba4b7
  - platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh (jsc#PED-8779).
  - commit 1b89039
  - platform/x86/amd/hsmp: Add support for ACPI based probing (jsc#PED-8779).
  - commit 73c2646
  - platform/x86/amd/hsmp: Restructure sysfs group creation (jsc#PED-8779).
  - commit 9e31807
  - platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket (jsc#PED-8779).
  - commit f6baa58
  - platform/x86/amd/hsmp: Define a struct to hold mailbox regs (jsc#PED-8779).
  - commit 07f864e
  - platform/x86/amd/hsmp: Create static func to handle platdev (jsc#PED-8779).
  - commit d5ea9be
  - platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket (jsc#PED-8779).
  - commit d314cb6
  - platform/x86/amd/hsmp: Move hsmp_test to probe (jsc#PED-8779).
  - commit b00829d
  - tools/resolve_btfids: Fix cross-compilation to non-host
    endianness (git-fixes).
  - tools/resolve_btfids: Refactor set sorting with types from
    btf_ids.h (git-fixes).
  - libbpf: Use OPTS_SET() macro in bpf_xdp_query() (git-fixes).
  - commit 6fc7b9e
  - libbpf: Add missing LIBBPF_API annotation to
    libbpf_set_memlock_rlim API (git-fixes).
  - selftests/bpf: Disable IPv6 for lwt_redirect test (git-fixes).
  - libbpf: Fix faccessat() usage on Android (git-fixes).
  - selftests/bpf: Wait for the netstamp_needed_key static key to
    be turned on (git-fixes).
  - commit 89d6f3b
  - selftests/bpf: Fix the flaky tc_redirect_dtime test (git-fixes).
  - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY
    values (git-fixes).
  - libbpf: Apply map_set_def_max_entries() for inner_maps on
    creation (git-fixes).
  - selftests/bpf: Fix potential premature unload in bpf_testmod
    (git-fixes).
  - bpftool: Silence build warning about calloc() (git-fixes).
  - commit 7aaf2fc
  - x86/asm: Use %c/%n instead of %P operand modifier in asm  templates (git-fixes).
  - Refresh
    patches.suse/x86-uaccess-Fix-missed-zeroing-of-ia32-u64-get_user-range-.patch.
  - commit 97ffc68
  - selftests/bpf: Fix up xdp bonding test wrt feature flags
    (git-fixes).
  - selftests/bpf: fix compiler warnings in RELEASE=1 mode
    (git-fixes).
  - selftests/bpf: Relax time_tai test for equal timestamps in
    tai_forward (git-fixes).
  - bpf: Set uattr->batch.count as zero before batched update or
    deletion (git-fixes).
  - bpf: Remove unnecessary wait from bpf_map_copy_value()
    (git-fixes).
  - commit 19ebfe6
  - bpf: enforce precision of R0 on callback return (git-fixes).
  - selftests/bpf: Fix erroneous bitmask operation (git-fixes).
  - bpf/tests: Remove duplicate JSGT tests (git-fixes).
  - bpftool: mark orphaned programs during prog show (git-fixes).
  - commit 2b6a18e
  - bpf: Fix a few selftest failures due to llvm18 change
    (git-fixes).
  - selftests/bpf: Fix issues in setup_classid_environment()
    (git-fixes).
  - selftests/bpf: Add assert for user stacks in test_task_stack
    (git-fixes).
  - selftests/bpf: Fix pyperf180 compilation failure with clang18
    (git-fixes).
  - bpf: Add crosstask check to __bpf_get_stack (git-fixes).
  - commit fce00e9
  - bpf, lpm: Fix check prefixlen before walking trie (git-fixes).
  - selftests/bpf: satisfy compiler by having explicit return in
    btf test (git-fixes).
  - selftests/bpf: fix RELEASE=1 build for tc_opts (git-fixes).
  - bpf: Fix prog_array_map_poke_run map poke update (git-fixes).
  - commit ca200c8

++++ kernel-firmware-all:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-amdgpu:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-ath10k:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-ath11k:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-ath12k:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-atheros:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-bluetooth:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-bnx2:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-brcm:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-chelsio:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-dpaa2:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-i915:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-intel:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-iwlwifi:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-liquidio:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-marvell:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-media:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-mediatek:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-mellanox:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-mwifiex:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-network:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-nfp:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-nvidia:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-platform:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-prestera:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-qcom:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-qlogic:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-radeon:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-realtek:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-serial:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-sound:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-ti:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-ueagle:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ kernel-firmware-usb-network:

  - Update to version 20240809 (git commit 36db650dae03):
    * qcom: update path for video firmware for vpu-1/2/3.0
    * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
    * rtw89: 8852c: add fw format-1 v0.27.97.0
    * rtw89: 8852bt: add firmware 0.29.91.0
    * amdgpu: Update ISP FW for isp v4.1.1
    * mediatek: Update mt8195 SOF firmware
    * amdgpu: DMCUB updates for DCN314
    * xe: First GuC release v70.29.2 for BMG
    * xe: Add GuC v70.29.2 for LNL
    * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
    * i915: Update MTL DMC v2.22
    * i915: update MTL GSC to v102.0.10.1878
    * xe: Add BMG HuC 8.2.10
    * xe: Add GSC 104.0.0.1161 for LNL
    * xe: Add LNL HuC 9.4.13
    * i915: update DG2 HuC to v7.10.16
    * amdgpu: Update ISP FW for isp v4.1.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

++++ lvm2:

  - lvm2-monitor.service fails to start (boo#1228854)
    + bug-1228854_lvm2-monitor-service-start-after-system-fully-booted.patch

++++ ncurses:

  - Add ncurses patch 20240810
    + modify misc/Makefile.in and misc/run_tic.in so that $DESTDIR is set
    and used only in the makefile.
    + modify CF_WITH_PKG_CONFIG_LIBDIR to allow for pkg-config using
    DOS/Windows pathname syntax (report by Eli Zaretskii).
    + improve glob-expressions in configure script
    + remove unused Get_Menu_Screen() macro from menu.priv.h
    + update config.guess, config.sub
  - Add ncurses patch 20240727
    + improve formatting/style of manpages (patches by Branden Robinson).
    + fixes for compiler warnings/cppcheck.
    + modify wattron/wattroff calls in form/m_post.c to call wattr_on and
    wattr_off to omit cast used in the former for X/Open compatibility
    (patch by Bill Gray).
    + modify wezterm, omitting its broken left/right margin feature (report
    by Thayne McCombs) -TD
  - Modify patch ncurses-6.4.dif to get offsets correct

++++ tpm2.0-abrmd:

  - Fix SELinux sbin/bin merge (bsc#1229047)
    1229047-fix-bin-sbin-selinux.patch
    Can be dropped once https://github.com/tpm2-software/tpm2-abrmd/pull/846
    is merged upstream

++++ python-PyJWT:

  - Skip failing test gh#jpadilla/pyjwt#802

++++ python-argcomplete:

  - require ca-certificates-mozilla for the pip >= 24.2

++++ suse-module-tools:

  - Update to version 16.0.49:
    * Require sdbootutil if already installed

++++ sysvinit:

  - Add patch killproc-2.23.dif
    * Fix shell command in Makefile to get detection statx declaration correct
  - Update to sysvinit 3.10
    * When the user executes "machinectl stop", systemd sends SIGRTMIN+4 to PID 1
    in the container, and expects that to initiate a graceful shutdown (power-off).
    SysV init now catches this signal and initiates a shutdown (shutdown -hP now).
  - floppym provided patch to accomplish this.
    * Fix issue in bootlogd which could cause the service to enter an endless loop
    (and use too much CPU) when it is able to open a device for writing, but not actually
    able to write to it. This resulted in bootlogd closing and re-opening the device over
    and over. Now bootlogd should simply fail gracefully when it cannot write to an open
    file/device.
    * Fix formatting in shutdown.8 manual page. Cleaned up whitespace and special characters.
    * Patch for man/Makefile to fix the clean recipe.
    Provided by Lucas Nussabaum and Mark Hindley
    * On Linux systems, allow reboot command to pass a message
    to the system firmware during the restart. This is
    accomplished with the -m flag.
    * Patch from kraj which allows hddown to compile
    when musl is the C library.

------------------------------------------------------------------
------------------  2024-8-12  -  Aug 12 2024  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Drop as-fate318433-prevent-same-account-multi-logins.patch.
    Gnome-shell now has similar functionality upstream.

++++ cockpit:

  - new version 322:
    * shell: Deprecate host switcher
    * files: Permissions column in details view
  - suse_docs.patch: refreshed
    For details, see https://cockpit-project.org/blog/cockpit-322.html

++++ combustion:

  - Update to version 1.4+git4:
    * Add basic automated testing
    * Don't wait for other config sources if combustion.url is set
    * Improve documentation for config sources a bit
    * Stop gpg-agent before umounting /sysroot

++++ curl:

  - Fix regression introduced in version 8.9.1:
    * sigpipe: init the struct so that first apply ignores
    * Add curl-sigpipe.patch

++++ python-kiwi:

  - Fixed arch flag for namedCollection
    The arch flag in a namedCollection was not taken into account.
    This commit fixes this and also makes sure the result information
    is sorted and unique like we have it for the package lists.
    This Fixes #2600

++++ drbd:

  - drbd: fix build error against kernel v6.10.3 (boo#1229062)
    * add patch
    + boo1229062-re-enable-blk_queue_max_hw_sectors.patch

++++ gpg2:

  - Remove explicit runtime library dependency, pick ease of
    maintenance in Tumbleweed over mixed project use runtime bugs.

++++ kernel-default:

  - scsi: mpi3mr: Use proper format specifier in
    mpi3mr_sas_port_add() (bsc#1228754 CVE-2024-42159 git-fixes).
  - scsi: mpi3mr: Sanitise num_phys (bsc#1228754 CVE-2024-42159).
  - commit e024eb0
  - tcp_metrics: validate source addr length
    (CVE-2024-42154 bsc#1228507).
  - commit a83d949
  - selftests/bpf: check if max number of bpf_loop iterations is
    tracked (git-fixes).
    Refresh
    patches.suse/selftests-bpf-test-case-for-callback_depth-states-pr.patch.
  - selftests/bpf: fix bpf_loop_bench for new callback verification
    scheme (git-fixes).
  - selftests/bpf: Add netkit to tc_redirect selftest (git-fixes).
  - selftests/bpf: De-veth-ize the tc_redirect test case
    (git-fixes).
  - bpf: fix control-flow graph checking in privileged mode
    (git-fixes).
  - commit 27db2c6
  - bpf: Fix check_stack_write_fixed_off() to correctly spill imm
    (git-fixes).
  - bpf: Fix unnecessary -EBUSY from htab_lock_bucket (git-fixes).
  - commit b5c430e
  - mm/shmem: disable PMD-sized page cache if needed (CVE-2024-42241
    bsc#1228986).
  - commit 8ecdd91
  - x86/mm: Fix pti_clone_pgtable() alignment assumption (git-fixes).
  - commit 1d041a1
  - x86/mm: Fix pti_clone_entry_text() for i386 (git-fixes).
  - commit 5407674
  - x86/pci: Skip early E820 check for ECAM region (git-fixes).
  - commit 7ac1bfc
  - x86/mtrr: Check if fixed MTRRs exist before saving them (git-fixes).
  - commit 03de6ee
  - x86/entry/64: Remove obsolete comment on tracing vs. SYSRET (git-fixes).
  - commit 41708c1
  - memcg: protect concurrent access to mem_cgroup_idr (git-fixes).
  - commit e9979b2
  - Revert "sched/fair: Make sure to try to detach at least one
    movable task" (CVE-2024-42245 bsc#1228978).
  - commit bff0dc0
  - selftests/bpf: Make linked_list failure test more robust
    (git-fixes).
  - bpf: Ensure proper register state printing for cond jumps
    (git-fixes).
  - commit 2ec4f49
  - ipv6: sr: fix incorrect unregister order (git-fixes).
  - commit f975fdd
  - ipv6: sr: fix possible use-after-free and null-ptr-deref
    (CVE-2024-26735 bsc#1222372).
  - commit 75aaed9
  - bpftool: Align output skeleton ELF code (git-fixes).
  - samples/bpf: syscall_tp_user: Fix array out-of-bound access
    (git-fixes).
  - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests
    (git-fixes).
  - bpf: Fix kfunc callback register type handling (git-fixes).
  - commit ee3cca0
  - bpf: Detect IP == ksym.end as part of BPF program (git-fixes).
  - commit b5b57d0
  - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod
    is not available (git-fixes).
  - commit 85b5d5e
  - bpftool: Fix -Wcast-qual warning (git-fixes).
  - commit 0417873
  - net: bridge: switchdev: Skip MDB replays of deferred events
    on offload (CVE-2024-26837 bsc#1222973).
  - commit 2f55c98
  - s390/pkey: Wipe copies of protected- and secure-keys
    (CVE-2024-42155 bsc#1228733).
  - s390/pkey: Wipe copies of clear-key structures on failure
    (CVE-2024-42156 bsc#1228722).
  - s390/pkey: Wipe sensitive data on failure (CVE-2024-42157
    bsc#1228727).
  - s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
    (CVE-2024-42158 bsc#1228720).
  - s390/pkey: introduce dynamic debugging for pkey (bsc#1228720).
  - s390/pkey: harmonize pkey s390 debug feature calls
    (bsc#1228720).
  - commit 72f0617
  - usb: gadget: u_serial: Set start_delayed during suspend
    (git-fixes).
  - usb: gadget: core: Check for unset descriptor (git-fixes).
  - usb: gadget: u_audio: Check return codes from usb_ep_enable
    and config_ep_by_speed (git-fixes).
  - driver core: Fix uevent_show() vs driver detach race
    (git-fixes).
  - thermal/drivers/broadcom: Fix race between removal and clock
    disable (git-fixes).
  - thermal: bcm2835: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 9bfd8af
  - selftests/bpf: Cover verifier checks for mutating
    sockmap/sockhash (bsc#1226885 CVE-2024-38662).
  - Revert "bpf, sockmap: Prevent lock inversion deadlock in map
    delete elem" (bsc#1226885 CVE-2024-38662).
  - bpf: Allow delete from sockmap/sockhash only if update is
    allowed (bsc#1226885 CVE-2024-38662).
  - commit 7f528cf
  - rpm/kernel-binary.spec.in: fix klp_symbols macro
    The commit below removed openSUSE filter from %ifs of the klp_symbols
    definition. But it removed -c of grep too and that causes:
    error: syntax error in expression:  01 && (  || 1 )
    error:                                        ^
    error: unmatched (:  01 && (  || 1 )
    error:                     ^
    error: kernel-default.spec:137: bad %if condition:  01 && (  || 1 )
    So reintroduce -c to the PTF's grep.
    Fixes: fd0b293bebaf (kernel-binary.spec.in: Enable klp_symbols on openSUSE Tumbleweed (boo#1229042).)
  - commit 4a36fe3

++++ kexec-tools:

  - update to 2.0.29:
    * update man and --help
    * powerpc/kexec_load: add hotplug support
    * kexec_load: Use new kexec flag for hotplug support
    * x86-linux-setup.c: Use POSIX basename API
    * LoongArch: fix load command line segment error
    * LoongArch: add multi crash kernel segment support
    * LoongArch: fix kernel image size error
    * Arm: Fix add_buffer_phys_virt() align issue
    * Fix incorrect Free Software Foundation address in the license
    * util_lib/elf_info.c: fix a warning
    * kexec_file: add kexec_file flag to support debug printing
    * workflow: update to use checkout@v4
  - drop kexec-dont-use-kexec_file_load-on-xen.patch, upstream
  - drop fix-building-on-x86_64-with-binutils-2.41.patch, upstream
  - kexec-tools-riscv-hotplug.patch: Fix build for riscv64.

++++ rdma-core:

  - Update to rdma-core v53.0
  - No release notes available
  - Remove Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
    as it was merged upstream.

++++ protobuf-c:

  - BuildRequire a C++ compiler, previously pulled in via protobuf

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

  - Update to 550.107.02 (boo#1229716)

++++ openssh:

  - 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

++++ python-cryptography:

  - Fix building optimized binaries with debuginfo.

++++ python-oauthlib:

  - Skip failing test with jwt 2.9.0
    gh#oauthlib/oauthlib#877

++++ ovmf:

  - Add ovmf-x86_64-sev flavor to X64 against AMD SEV.
  - Moved "-D SECURE_BOOT_ENABLE" from OVMF_FLAGS to EXTRA_FLAGS_X64,
    , BUILD_OPTIONS_X86, BUILD_OPTIONS_AA64 and BUILD_OPTIONS_RV64
    because SEV can NOT work with secure boot.
  - Removed ovmf-Revert-OvmfPkg-PlatformPei-Update-ReserveEmuVariable.patch
    because the SEV ovmf be separated from X64 ovmf as an independent flavor.
  - The original patch reverts "58eb8517ad OvmfPkg/PlatformPei: Update
    ReserveEmuVariableNvStore" which affects all ovmf flavor.
  - The secure boot be disabled in SEV flavor, so we do not need revert
    58eb8517ad anymore. (bsc#1209266)
  - Add 50-ovmf-x86_64-sev.json to descriptors.tar.xz for SEV flavor
  - Removed features tag:
    "acpi-s3", "requires-smm", "secure-boot", "enrolled-keys"
  - Add features tag:
    "amd-sev", "amd-sev-es", "amd-sev-snp"

++++ velociraptor-client:

  - Move system-user-velociraptor to the client flavor build in order
    to build it on all architectures.

------------------------------------------------------------------
------------------  2024-8-11  -  Aug 11 2024  -------------------
------------------------------------------------------------------

++++ aide:

  -  Update to 0.18.8:
    * Fix concurrent reading of extended attributes (xattrs)
    * Raise warning if both input databases are the same
  -  Update to 0.18.7:
    * Add missing library CFLAGS
    * Fix typo in aide.conf manual page
    * Fix 64-bit time_t on 32-bit architectures
    * Fix debug logging for returned attributes
    * Fix condition for error message of failing to open gzipped files
  - rebased aide-0.18-as-needed.patch

++++ kernel-default:

  - i2c: qcom-geni: Add missing geni_icc_disable in
    geni_i2c_runtime_resume (git-fixes).
  - i2c: qcom-geni: Add missing clk_disable_unprepare in
    geni_i2c_runtime_resume (git-fixes).
  - i2c: smbus: Send alert notifications to all devices if source
    not found (git-fixes).
  - i2c: smbus: Improve handling of stuck alerts (git-fixes).
  - spi: spi-fsl-lpspi: Fix scldiv calculation (git-fixes).
  - spi: spidev: Add missing spi_device_id for bh2228fv (git-fixes).
  - drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
    (git-fixes).
  - drm/client: fix null pointer dereference in
    drm_client_modeset_probe (git-fixes).
  - commit e093c66

++++ libpng16:

  - Fix missing backslash

++++ update-alternatives:

  - Update to version 1.22.11.
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.11
  - Changes from 1.22.10:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.10
  - Changes from 1.22.9:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.9
  - Changes from 1.22.8:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.8
  - Changes from 1.22.7:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.7
  - Refresh patch:
    * openssl.patch

------------------------------------------------------------------
------------------  2024-8-10  -  Aug 10 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update patch references for ASoC regression fixes (bsc#1229045 bsc#1229046)
  - commit 4e3f007
  - rpm/kernel-binary.spec.in: Fix build regression
    The previous fix forgot to take over grep -c option that broke the
    conditional expression
  - commit d29edf2
  - Moved upstreamed ASoC patch into sorted section
  - commit 3058bc3
  - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
    (stable-fixes).
  - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
    (stable-fixes).
  - ASoC: cs35l56: Handle OTP read latency over SoundWire
    (stable-fixes).
  - ASoC: nau8822: Lower debug print priority (stable-fixes).
  - ASoC: fsl_micfil: Expand the range of FIFO watermark mask
    (stable-fixes).
  - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes).
  - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra)
    to quirks (stable-fixes).
  - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
    (stable-fixes).
  - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
    (stable-fixes).
  - ALSA: line6: Fix racy access to midibuf (stable-fixes).
  - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
    (stable-fixes).
  - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
    (stable-fixes).
  - ASoC: cs35l56: Handle OTP read latency over SoundWire
    (stable-fixes).
  - ASoC: nau8822: Lower debug print priority (stable-fixes).
  - ASoC: fsl_micfil: Expand the range of FIFO watermark mask
    (stable-fixes).
  - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes).
  - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra)
    to quirks (stable-fixes).
  - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
    (stable-fixes).
  - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
    (stable-fixes).
  - ALSA: line6: Fix racy access to midibuf (stable-fixes).
  - commit a8c8868
  - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
    (git-fixes).
  - ASoC: SOF: Remove libraries from topology lookups (git-fixes).
  - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
    (git-fixes).
  - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes).
  - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
    (git-fixes).
  - ASoC: SOF: Remove libraries from topology lookups (git-fixes).
  - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes).
  - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
    (git-fixes).
  - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes).
  - commit cdc2939

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

  - For CUDA update version to 560.28.03

++++ python-M2Crypto:

  - Update 0.42.0:
  - allow ASN1_{Integer,String} be initialized directly
  - minimal infrastructure for type hints for a C extension and
    some type hints for some basic modules
  - time_t on 32bit Linux is 32bit (integer) not 64bit (long)
  - EOS for CentOS 7
  - correct checking for OpenSSL version number on Windows
  - make compatible with Python 3.13 (replace PyEval_CallObject
    with PyObject_CallObject)
  - fix typo in extern function signature (and proper type of
    engine_ctrl_cmd_string())
  - move the package to Sorucehut
  - setup CI to use Sourcehut CI
  - setup CI on GitLab for Windows as well (remove Appveyor)
  - initial draft of documentation for migration to
    pyca/cryptography
  - fix Read the Docs configuration (contributed kindly by Facundo
    Tuesca)
  - Remove upstreamed 32bit_ASN1_Time.patch
  - Remove python-M2Crypto.keyring, because PyPI broke GPG support

------------------------------------------------------------------
------------------  2024-8-9  -  Aug 9 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.8:
    + ovs: fix triggering stage3 activation without DHCP client
    initialized
    + config: parse autoconnect-ports value on config
    + ndisc: preserve router preferences

++++ aaa_base:

  - Update to version 84.87+git20240809.5d13eb4:
    * cleanup aaa_base.post and fold back into specfile

++++ cockpit-podman:

  - Fix systemd units folder for leap and sle (Similar issue like boo#1226541)

++++ cockpit-tukit:

  - 38.patch: pending build fixes against newer cockpit

++++ python-kiwi:

  - Fix handling of zipl.conf in plain zipl bootloader
    When using the plain zipl bootloader kiwi created a /etc/zipl.conf
    file. However, this file was only useful during image build as it
    points to a loop target device and geometry but does not represent
    a proper config file to be used in the running system. In addition
    the different distributors provides their own version and layout
    of the zipl.conf to be used inside of the system and with their
    respective tools. Thus this commit changes the way how kiwi operates
    in a way that the zipl.conf used in the initial image only exists
    during the image build process. An eventual present /etc/zipl.conf
    will not be touched by kiwi. This Fixes #2597

++++ ethtool:

  - update to upstream release 6.10
    * Feature: suport for PoE in PSE (--show-pse and --set-pse)
    * Feature: add statistics support to tsinfo (-T)
    * Feature: add JSON output to base command (no option)
    * Feature: add JSON output to EEE info (--show-eee)
    * Fix: qsfp: better handling on page 03h read failure (-m)
    * Fix: handle zero arguments for module eeprom dump (-m)
    * Fix: check for missing arguments in do_srxfh() (-X)
    * Misc: more descriptive error when JSON output is not available

++++ kernel-default:

  - kernel-binary.spec.in: Enable klp_symbols on openSUSE Tumbleweed (boo#1229042).
    After the Jump project the kernel used by SLE and openSUSE Leap are the
    same. As consequence the klp_symbols variable is set, enabling
    kernel-default-livepatch-devel on both SLE and openSUSE.
    The current rules to avoid enabling the package exclude openSUSE
    Tumbleweed alone, which doesn't makes sense for now. Enabling
    kernel-default-livepatch-devel on TW makes it easier to test the
    creation of kernel livepatches of the next SLE versions.
  - commit fd0b293
  - Split kABI workaround of recent hyperv fixes (bsc#1229040, bsc#1225745, CVE-2024-36911, bsc#1225717, CVE-2024-36910, bsc#1225744, CVE-2024-36909)
  - commit 3639306
  - Yet more build fix without patches.kabi (bsc#1226502)
  - commit 6bc3429
  - Fix build errors without patches.kabi (bsc#1226502)
    Now patches.suse/x86-Stop-using-weak-symbols-for-__iowrite32_copy.patch
    has a full backport and later partially reverted via
    patches.kabi/kabi-partial-revert-commit-20516d6e51dd.patch
  - commit 44c5e90
  - landlock: Fix d_parent walk (CVE-2024-40938 bsc#1227840).
  - commit 36de641
  - net: fix sk_memory_allocated_{add|sub} vs softirqs
    (bsc#1228757).
  - commit a963c0f
  - minmax: fix up min3() and max3() too (bsc#1229024).
  - minmax: improve macro expansion and type checking (bsc#1229024).
  - minmax: simplify min()/max()/clamp() implementation
    (bsc#1229024).
  - minmax: don't use max() in situations that want a C constant
    expression (bsc#1229024).
  - minmax: make generic MIN() and MAX() macros available everywhere
    (bsc#1229024).
  - minmax: simplify and clarify min_t()/max_t() implementation
    (bsc#1229024).
  - minmax: add a few more MIN_T/MAX_T users (bsc#1229024).
  - minmax: avoid overly complicated constant expressions in VM code
    (bsc#1229024).
  - drm/radeon/evergreen_cs: Clean up errors in evergreen_cs.c
    (bsc#1229024).
  - commit c64c296
  - Update
    patches.suse/ALSA-emux-improve-patch-ioctl-data-validation.patch
    (stable-fixes CVE-2024-42097 bsc#1228766).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-fix-null-deref-on-system-suspend-.patch
    (git-fixes CVE-2024-41037 bsc#1228508).
  - Update
    patches.suse/ASoC-amd-acp-add-a-null-check-for-chip_pdev-structur.patch
    (git-fixes CVE-2024-42074 bsc#1228481).
  - Update
    patches.suse/ASoC-fsl-asoc-card-set-priv-pdev-before-using-it.patch
    (git-fixes CVE-2024-42089 bsc#1228450).
  - Update
    patches.suse/Bluetooth-ISO-Check-socket-flag-instead-of-hcon.patch
    (git-fixes CVE-2024-42141 bsc#1228502).
  - Update
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch
    (git-fixes CVE-2024-42133 bsc#1228511).
  - Update
    patches.suse/Bluetooth-hci_core-cancel-all-works-upon-hci_unregis.patch
    (stable-fixes CVE-2024-41063 bsc#1228580).
  - Update
    patches.suse/Bluetooth-qca-Fix-BT-enable-failure-again-for-QCA639.patch
    (git-fixes CVE-2024-42137 bsc#1228563).
  - Update patches.suse/PCI-MSI-Fix-UAF-in-msi_capability_init.patch
    (git-fixes CVE-2024-41096 bsc#1228479).
  - Update
    patches.suse/RDMA-restrack-Fix-potential-invalid-address-access.patch
    (git-fixes CVE-2024-42080 bsc#1228673).
  - Update
    patches.suse/USB-core-Fix-duplicate-endpoint-bug-by-clearing-rese.patch
    (git-fixes CVE-2024-41035 bsc#1228485).
  - Update patches.suse/USB-serial-mos7840-fix-crash-on-resume.patch
    (git-fixes CVE-2024-42244 bsc#1228967).
  - Update
    patches.suse/ata-libata-core-Fix-null-pointer-dereference-on-erro.patch
    (git-fixes CVE-2024-41098 bsc#1228467).
  - Update
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch
    (git-fixes CVE-2024-42132 bsc#1228492).
  - Update
    patches.suse/bpf-Fail-bpf_timer_cancel-when-callback-is-being-can.patch
    (bsc#1228531 CVE-2024-41045 CVE-2024-42239 bsc#1228979).
  - Update
    patches.suse/can-mcp251xfd-fix-infinite-loop-when-xmit-fails.patch
    (git-fixes CVE-2024-41088 bsc#1228469).
  - Update
    patches.suse/cdrom-rearrange-last_media_change-check-to-avoid-uni.patch
    (stable-fixes CVE-2024-42136 bsc#1228758).
  - Update
    patches.suse/crypto-aead-cipher-zeroize-key-buffer-after-use.patch
    (stable-fixes CVE-2024-42229 bsc#1228708).
  - Update
    patches.suse/crypto-ecdh-explicitly-zeroize-private_key.patch
    (stable-fixes CVE-2024-42098 bsc#1228779).
  - Update
    patches.suse/drm-amd-display-ASSERT-when-failing-to-find-index-by.patch
    (stable-fixes CVE-2024-42117 bsc#1228582).
  - Update
    patches.suse/drm-amd-display-Check-index-msg_id-before-read-or-wr.patch
    (stable-fixes CVE-2024-42121 bsc#1228590).
  - Update
    patches.suse/drm-amd-display-Check-pipe-offset-before-setting-vbl.patch
    (stable-fixes CVE-2024-42120 bsc#1228588).
  - Update
    patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dml.patch
    (stable-fixes CVE-2024-41061 bsc#1228572).
  - Update
    patches.suse/drm-amd-display-Fix-overlapping-copy-within-dml_core.patch
    (stable-fixes CVE-2024-42227 bsc#1228707).
  - Update
    patches.suse/drm-amd-display-Skip-finding-free-audio-for-unknown-.patch
    (stable-fixes CVE-2024-42119 bsc#1228584).
  - Update
    patches.suse/drm-amd-display-Skip-pipe-if-the-pipe-idx-not-set-pr.patch
    (stable-fixes CVE-2024-42064 bsc#1228586).
  - Update
    patches.suse/drm-amdgpu-Fix-signedness-bug-in-sdma_v4_0_process_t.patch
    (git-fixes CVE-2024-41022 bsc#1228429).
  - Update
    patches.suse/drm-amdgpu-Using-uninitialized-value-size-when-calli.patch
    (stable-fixes CVE-2024-42228 bsc#1228667).
  - Update
    patches.suse/drm-amdgpu-avoid-using-null-object-of-framebuffer.patch
    (stable-fixes CVE-2024-41093 bsc#1228660).
  - Update
    patches.suse/drm-fbdev-dma-Only-set-smem_start-is-enable-per-modu.patch
    (git-fixes CVE-2024-41094 bsc#1228458).
  - Update
    patches.suse/drm-i915-gt-Fix-potential-UAF-by-revoke-of-fence-reg.patch
    (git-fixes CVE-2024-41092 bsc#1228483).
  - Update
    patches.suse/drm-lima-fix-shared-irq-handling-on-driver-remove.patch
    (stable-fixes CVE-2024-42127 bsc#1228721).
  - Update
    patches.suse/drm-nouveau-dispnv04-fix-null-pointer-dereference-in-66edf3f.patch
    (stable-fixes CVE-2024-41095 bsc#1228662).
  - Update
    patches.suse/drm-nouveau-dispnv04-fix-null-pointer-dereference-in.patch
    (stable-fixes CVE-2024-41089 bsc#1228658).
  - Update
    patches.suse/drm-nouveau-fix-null-pointer-dereference-in-nouveau_.patch
    (git-fixes CVE-2024-42101 bsc#1228495).
  - Update
    patches.suse/drm-panel-ilitek-ili9881c-Fix-warning-with-GPIO-cont.patch
    (stable-fixes CVE-2024-42087 bsc#1228677).
  - Update
    patches.suse/drm-radeon-check-bo_va-bo-is-non-NULL-before-using-i.patch
    (stable-fixes CVE-2024-41060 bsc#1228567).
  - Update
    patches.suse/filelock-fix-potential-use-after-free-in-posix_lock_inode.patch
    (git-fixes CVE-2024-41049 bsc#1228486).
  - Update
    patches.suse/firmware-cs_dsp-Fix-overflow-checking-of-wmfw-header.patch
    (git-fixes CVE-2024-41039 bsc#1228515).
  - Update
    patches.suse/firmware-cs_dsp-Prevent-buffer-overrun-when-processi.patch
    (git-fixes CVE-2024-41038 bsc#1228509).
  - Update
    patches.suse/firmware-cs_dsp-Return-error-if-block-header-overflo.patch
    (git-fixes CVE-2024-42238 bsc#1228991).
  - Update
    patches.suse/firmware-cs_dsp-Use-strnlen-on-name-fields-in-V1-wmf.patch
    (git-fixes CVE-2024-41056 bsc#1228480).
  - Update
    patches.suse/firmware-cs_dsp-Validate-payload-length-before-proce.patch
    (git-fixes CVE-2024-42237 bsc#1228992).
  - Update
    patches.suse/genirq-cpuhotplug-x86-vector-Prevent-vector-leak-dur.patch
    (git-fixes CVE-2024-31076 bsc#1226765).
  - Update
    patches.suse/gpio-davinci-Validate-the-obtained-number-of-IRQs.patch
    (git-fixes CVE-2024-42092 bsc#1228447).
  - Update
    patches.suse/gpio-pca953x-fix-pca953x_irq_bus_sync_unlock-race.patch
    (stable-fixes CVE-2024-42253 bsc#1229005).
  - Update
    patches.suse/i2c-pnx-Fix-potential-deadlock-warning-from-del_time.patch
    (git-fixes CVE-2024-42153 bsc#1228510).
  - Update
    patches.suse/iio-chemical-bme680-Fix-overflows-in-compensate-func.patch
    (git-fixes CVE-2024-42086 bsc#1228452).
  - Update
    patches.suse/jffs2-Fix-potential-illegal-address-access-in-jffs2_free_inode.patch
    (git-fixes CVE-2024-42115 bsc#1228656).
  - Update
    patches.suse/libceph-fix-race-between-delayed_work-and-ceph_monc_s.patch
    (bsc#1228192 CVE-2024-42232 bsc#1228959).
  - Update
    patches.suse/media-dvb-frontends-tda10048-Fix-integer-overflow.patch
    (stable-fixes CVE-2024-42223 bsc#1228726).
  - Update
    patches.suse/misc-fastrpc-Fix-memory-leak-in-audio-daemon-attach-.patch
    (git-fixes CVE-2024-41025 bsc#1228527).
  - Update
    patches.suse/misc-fastrpc-Restrict-untrusted-app-to-attach-to-pri.patch
    (git-fixes CVE-2024-41024 bsc#1228525).
  - Update
    patches.suse/mm-Avoid-overflows-in-dirty-throttling-logic.patch
    (bsc#1222364 CVE-2024-26720 CVE-2024-42131 bsc#1228650).
  - Update
    patches.suse/msft-hv-3022-net-mana-Fix-possible-double-free-in-error-handling-.patch
    (git-fixes CVE-2024-42069 bsc#1228463).
  - Update
    patches.suse/net-can-j1939-Initialize-unused-data-in-j1939_send_o.patch
    (git-fixes CVE-2024-42076 bsc#1228484).
  - Update
    patches.suse/net-can-j1939-enhanced-error-handling-for-tightly-re.patch
    (git-fixes CVE-2023-52887 bsc#1228426).
  - Update
    patches.suse/nfc-nci-Add-the-inconsistency-check-between-the-inpu.patch
    (stable-fixes CVE-2024-42130 bsc#1228687).
  - Update
    patches.suse/nilfs2-add-missing-check-for-inode-numbers-on-direct.patch
    (stable-fixes CVE-2024-42104 bsc#1228654).
  - Update patches.suse/nvme-avoid-double-free-special-payload.patch
    (git-fixes CVE-2024-41073 bsc#1228635).
  - Update patches.suse/nvmet-always-initialize-cqe.result.patch
    (git-fixes CVE-2024-41079 bsc#1228615).
  - Update
    patches.suse/nvmet-fix-a-possible-leak-when-destroy-a-ctrl-during.patch
    (git-fixes CVE-2024-42152 bsc#1228724).
  - Update
    patches.suse/ocfs2-fix-DIO-failure-due-to-insufficient-transaction-credits.patch
    (git-fixes CVE-2024-42077 bsc#1228516).
  - Update
    patches.suse/ocfs2-strict-bound-check-before-memcmp-in-ocfs2_xatt.patch
    (bsc#1228410 CVE-2024-41016).
  - Update patches.suse/orangefs-fix-out-of-bounds-fsid-access.patch
    (git-fixes CVE-2024-42143 bsc#1228748).
  - Update
    patches.suse/pinctrl-fix-deadlock-in-create_pinctrl-when-handling.patch
    (git-fixes CVE-2024-42090 bsc#1228449).
  - Update
    patches.suse/platform-x86-toshiba_acpi-Fix-array-out-of-bounds-ac.patch
    (git-fixes CVE-2024-41028 bsc#1228539).
  - Update
    patches.suse/powerpc-Avoid-nmi_enter-nmi_exit-in-real-mode-interr.patch
    (bsc#1221645 ltc#205739 bsc#1223191 CVE-2024-42126 bsc#1228718).
  - Update
    patches.suse/powerpc-pseries-Fix-scv-instruction-crash-with-kexec.patch
    (bsc#1194869 CVE-2024-42230 bsc#1228489).
  - Update
    patches.suse/thermal-drivers-mediatek-lvts_thermal-Check-NULL-ptr.patch
    (stable-fixes CVE-2024-42144 bsc#1228666).
  - Update
    patches.suse/usb-atm-cxacru-fix-endpoint-checking-in-cxacru_bind.patch
    (git-fixes CVE-2024-41097 bsc#1228513).
  - Update
    patches.suse/usb-dwc3-core-remove-lock-of-otg-mode-during-gadget-.patch
    (git-fixes CVE-2024-42085 bsc#1228456).
  - Update
    patches.suse/usb-gadget-configfs-Prevent-OOB-read-write-in-usb_st.patch
    (stable-fixes CVE-2024-42236 bsc#1228964).
  - Update
    patches.suse/usb-xhci-prevent-potential-failure-in-handle_tx_even.patch
    (stable-fixes CVE-2024-42226 bsc#1228709).
  - Update
    patches.suse/wifi-cfg80211-restrict-NL80211_ATTR_TXQ_QUANTUM-valu.patch
    (git-fixes CVE-2024-42114 bsc#1228564).
  - Update
    patches.suse/wifi-cfg80211-wext-add-extra-SIOCSIWSCAN-data-check.patch
    (stable-fixes CVE-2024-41072 bsc#1228626).
  - Update
    patches.suse/wifi-mac80211-Avoid-address-calculations-via-out-of-.patch
    (stable-fixes CVE-2024-41071 bsc#1228625).
  - Update
    patches.suse/wifi-mt76-replace-skb_put-with-skb_put_zero.patch
    (stable-fixes CVE-2024-42225 bsc#1228710).
  - Update
    patches.suse/wifi-rtw89-fw-scan-offload-prohibit-all-6-GHz-channe.patch
    (bsc#1227149 CVE-2024-42125 bsc#1228674).
  - Update
    patches.suse/x86-bhi-Avoid-warning-in-DB-handler-due-to-BHI-mitigation
    (git-fixes CVE-2024-42240 bsc#1228966).
    Add CVE references.
  - commit dfa8582
  - Bluetooth: hci_sync: avoid dup filtering when passive scanning
    with adv monitor (git-fixes).
  - Bluetooth: l2cap: always unlock channel in
    l2cap_conless_channel() (git-fixes).
  - net: usb: qmi_wwan: fix memory leak for not ip packets
    (git-fixes).
  - padata: Fix possible divide-by-0 panic in padata_mt_helper()
    (git-fixes).
  - kcov: properly check for softirq context (git-fixes).
  - commit fc99a65
  - wireguard: allowedips: avoid unaligned 64-bit memory accesses
    (CVE-2024-42247 bsc#1228988).
  - commit 12abe6d
  - selftests/bpf: Add netlink helper library (bsc#1228021
    CVE-2024-41010).
  - Fix BPF selftest build failure
  - commit c3e9de4
  - x86/numa: Fix the sort compare func used in numa_fill_memblks()
    (git-fixes).
  - x86/numa: Fix the address overlap check in numa_fill_memblks()
    (git-fixes).
  - commit b42baa2

++++ libssh:

  - Update to version 0.11.0
    https://www.libssh.org/2024/08/08/libssh-0-11-0-release/
  - Updated 0001-disable-timeout-test-on-slow-buildsystems.patch
  - Removed libssh-fix-ipv6-hostname-regression.patch

++++ makedumpfile:

  - add (bsc#1226183)
    * make-reserve_diskspace-do-nothing-for-flattened-form.patch

++++ selinux-policy:

  - Update to version 20240604+git249.ce3c66e6:
    * Provide type for sysstat lock files (bsc#1228247)
    * Label /run/udev/rules.d as udev_rules_t
    * Allow snapper to delete unlabeled_t files (bsc#1228889)

------------------------------------------------------------------
------------------  2024-8-8  -  Aug 8 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - revert load pam_oath, because it enforces the file for otp secrets to exist,
    will try again once pam_oath can have that optional

++++ python-kiwi:

  - Bump version: 10.1.1 → 10.1.2
  - Improve error reporting for remote deployment
    Add new method called show_log_and_quit which displays
    the written error log file as a file box to the user
  - Update test-image-orthos integration test
    Update the test such that you can also build it locally.
    Change the remote installation target to be a ramdisk
    for easy testing of remote deployments
  - Setup default minimum volume size per filesystem
    The former method provided a static value but there are huge
    differences for the minimum size requirement of a filesystem.
    For example extX is fine with 30MB whereas XFS requires 300MB.
    This commit adds a more dynamic default value based on the
    used filesystem.

++++ kernel-default:

  - inet_diag: Initialize pad field in struct inet_diag_req_v2
    (CVE-2024-42106 bsc#1228493).
  - commit 87d015b
  - x86/numa: Fix SRAT lookup of CFMWS ranges with
    numa_fill_memblks() (git-fixes).
  - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
    (git-fixes).
  - x86/numa: Introduce numa_fill_memblks() (git-fixes).
  - commit 7f40727
  - ACPI: processor_idle: use raw_safe_halt() in
    acpi_idle_play_dead() (git-fixes).
  - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for
    HIP08/09 (git-fixes).
  - commit 23f94eb
  - Update
    patches.suse/crypto-hisilicon-debugfs-Fix-debugfs-uninit-process-.patch
    (bsc#1228764 CVE-2024-42147).
  - commit 9b42aa7
  - serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
    (bsc#1228446 CVE-2024-42095).
  - commit 6d3406b
  - serial: 8250_omap: Implementation of Errata i2310 (bsc#1228446
    CVE-2024-42095).
  - commit a3bd324
  - net/iucv: fix use after free in iucv_sock_close() (bsc#1228973).
  - commit c3ed1a0
  - s390/sclp: Fix sclp_init() cleanup on failure (bsc#1228579
    CVE-2024-41068).
  - commit a8db9f2
  - config.sh: generate and install compile_commands.json (bsc#1228971)
    This file contains the command line options used to compile every C file.
    It's useful for the livepatching team.
  - kernel-binary: generate and install compile_commands.json (bsc#1228971)
    This file contains the command line options used to compile every C file.
    It's useful for the livepatching team.
  - commit 15eff3e
  - irqdomain: Fixed unbalanced fwnode get and put (git-fixes).
  - genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU
    offline (git-fixes).
  - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain
    aware (git-fixes).
  - genirq/matrix: Exclude managed interrupts in
    irq_matrix_allocated() (git-fixes).
  - commit 592adb3
  - selftests/bpf: Test pinning bpf timer to a core (bsc#1228531
    CVE-2024-41045).
  - Refresh patches.suse/selftests-bpf-Test-racing-between-bpf_timer_cancel_a.patch
  - commit 1026c30
  - bpf: Add ability to pin bpf timer to calling CPU (bsc#1228531
    CVE-2024-41045).
  - commit 060adb3
  - power: supply: qcom_battmgr: return EAGAIN when firmware
    service is not up (git-fixes).
  - power: supply: axp288_charger: Round constant_charge_voltage
    writes down (git-fixes).
  - power: supply: axp288_charger: Fix constant_charge_voltage
    writes (git-fixes).
  - commit 5ff04d3
  - selftests/bpf: Add timer lockup selftest (bsc#1228531
    CVE-2024-41045).
  - bpf: Defer work in bpf_timer_cancel_and_free (bsc#1228531
    CVE-2024-41045).
  - bpf: Fail bpf_timer_cancel when callback is being cancelled
    (bsc#1228531 CVE-2024-41045).
  - bpf: replace bpf_timer_cancel_and_free with a generic helper
    (bsc#1228531 CVE-2024-41045).
  - bpf: replace bpf_timer_set_callback with a generic helper
    (bsc#1228531 CVE-2024-41045).
  - bpf: replace bpf_timer_init with a generic helper (bsc#1228531
    CVE-2024-41045).
  - bpf: make timer data struct more generic (bsc#1228531
    CVE-2024-41045).
  - bpf: Check map->usercnt after timer->timer is assigned
    (bsc#1228531 CVE-2024-41045).
  - commit a65dc5b

++++ python313-core:

  - Update list of skipped tests in qemu linux-user emulation

++++ liburing:

  - Skip test buf-ring-nommap.t if ENOMEM appears (happens in ppc64le arch).
    * test-buf-ring-nommap-skip-the-test-on-queue-init-ENO.patch

++++ python313:

  - Update list of skipped tests in qemu linux-user emulation

++++ rpm-config-SUSE:

  - Use a deterministic binarychangelogtrim
    based on build times of BuildRequires (boo#1047218)

++++ sysstat:

  - Updated sysstat-8.1.6-sa1sa2lock.diff to use flock to create the
    lockfile. Using lockfile would require additional SELinux permissions.
    Require util-linux instead of procmail for this (bsc#1228246)

++++ virtiofsd:

  - Service: Remove deprecated cargo_config and cargo_audit services, both
    are now handled by the cargo_vendor service
  - Add new upstream features for the libvirt/virtiofsd interop config
  - Fix build failure after update to Rust 1.80 (bsc#1228972)
  - Update to version 1.11.1:
    * Changes since 1.11.0:
    * Add "separate-options" capability
    * Force-call DESTROY on INIT
    * Do not require --shared-dir to print capabilities
    * Enable notification on vring failure
    * Bump version to v1.11.0
    * deps: Update to the latest rust-vmm crates
    * deps: Update to the latest libc
    * Note migration capability
    * README: Document new migration switches
    * Introduce --migration-mode switch
    * Introduce --migration-confirm-paths
    * PassthroughFs::init: Point to NegotiatedOpts
    * Implement device state deserialization
    * Add get_path_by_fd()/printable_fd() functions
    * Implement device state serialization
    * Implement preserialization/premigration
    * Define our serialized device state
    * Introduce serializable file handles
    * Introduce --migration-verify-handles
    * Introduce --migration-on-error switch
    * Allow explicitly invalid inodes and handles
    * Split try_lookup() off of do_lookup()
    * Add ReadDir::new_no_seek()
    * Put open_root_node() into own function
    * Add type for strong inode references
    * Hide InodeStore locking
    * Remove `&Inode` indirection
    * Add device state infrastructure
    * Add ErrorContext, ResultErrorContext traits
    * Add other_io_error() utility function
    * Add support for dirty memory logging
    * opt: Introduce --allow-mmap flag
    * fuse: Enable DIRECT_IO_ALLOW_MMAP with --allow-mmap
    * Add '--shared-dir' as required if '-o' is missing
    * Close the listener in the parent process
    * Check if the socket parent directory exists
    * Check if the shared directory exists
    * deps: Bump syslog version
    * Increase maximum virtqueue size to 32768
    * Allow multiple uid/gid maps
    * Hide clippy warning in readdir
    * Shorten `std::result::Result` where possible
    * Remove redundant Result imports
    * deps: Bump vhost and vhost-user-backend versions
    * Remove virtio-bindings feature
    * Directly write uid/gidmap where possible
    * Fix clippy warning: Complicated `match` condition
    * Fix clippy warning: Skip converting to owned
    * Fix clippy warning: Make use of `.cloned()`
    * Fix new compiler warnings

------------------------------------------------------------------
------------------  2024-8-7  -  Aug 7 2024  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Update to version 1.12.1:
    * 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

++++ cockpit:

  - fix-libexecdir.patch: Fix libexecdir for leap and sle (bsc#1223533)
  - Fix systemd units folder for leap and sle (bsc#1226541)
  - Recommend cockpit-packagekit if zypper is installed
  - load pam_oath for optional TOTP for authentication

++++ python-kiwi:

  - Increase default volume size
    So far 30MB was set as default volume size which is by far
    too small for a number of filesystems, e.g btrfs and also XFS.
    This commit increases the default volume size such that all
    modern filesystems builds if the default volume size is used.
  - Update test-image-raid
    Apart from testing raid this integration test also tests
    a certain LVM volume setup. The test has been updated
    to use the btrfs filesystem because it has the most strict
    size requirements.

++++ jeos-firstboot:

  - Update to version 1.5.0:
    * Add module for TOTP setup (jsc#CPT-84)
    * Add module for user creation
    * Set LC_COLLATE=C.UTF-8
    * Document module API in README.md
    * Let modules specify title, description and priority
    * jeos-firstboot-functions: Simplify _find_modules
    * Use tabs for indentation everywhere
    * Drop stale README file

++++ kernel-default:

  - Move upstreamed sound patches into sorted section
  - commit df9598d
  - ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop
    16-n0xxx (bsc#1227182).
  - commit 645364b
  - tcp: avoid too many retransmit packets (CVE-2024-41007
    bsc#1227863).
  - commit 8f47fe6
  - mlxsw: core_linecards: Fix double memory deallocation in case
    of invalid INI file (CVE-2024-42138 bsc#1228500).
  - ice: Don't process extts if PTP is disabled (CVE-2024-42107
    bsc#1228494).
  - ice: Fix improper extts handling (CVE-2024-42139 bsc#1228503).
  - net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx()
    from __netif_rx() (CVE-2024-42110 bsc#1228501).
  - net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
    (CVE-2024-42113 bsc#1228568).
  - bnx2x: Fix multiple UBSAN array-index-out-of-bounds
    (CVE-2024-42148 bsc#1228487).
  - net/mlx5: E-switch, Create ingress ACL when needed
    (CVE-2024-42142 bsc#1228491).
  - mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4
    systems (CVE-2024-42073 bsc#1228457).
  - gve: Account for stopped queues when reading NIC stats
    (CVE-2024-42162 bsc#1228706).
  - commit e94d07a
  - packaging: Add case-sensitive perl option parsing
    A recent change in Getopt::Long [1]:
    Changes in version 2.55
  - ----------------------
    * Fix long standing bug that duplicate options were not detected
    when the options differ in case while ignore_case is in effect.
    This will now yield a warning and become a fatal error in a future
    release.
    perl defaults to ignore_case by default, switch it off to avoid
    accidental misparsing of options.
    This was suggested after similar change in scripts/.
  - commit e978477
  - xdp: Remove WARN() from __xdp_reg_mem_model() (bsc#1228482
    CVE-2024-42082).
  - commit 73e7677
  - arm64: jump_label: Ensure patched jump_labels are visible to all CPUs (git-fixes)
  - commit 2480247
  - KVM: arm64: Fix clobbered ELR in sync abort/SError (git-fixes)
  - commit 90dba9e
  - bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG (git-fixes)
  - commit e10a18b
  - arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process (git-fixes)
  - commit bae6c4b
  - nvme-pci: do not directly handle subsys reset fallout
    (bsc#1220066).
  - commit 2082e5f
  - platform/x86/intel/ifs: Initialize union ifs_status to zero
    (git-fixes).
  - commit b291cc1

++++ samba:

  - Fix a crash when joining offline and 'kerberos method' includes
    keytab; (bsc#1228732).

++++ python313-core:

  - Add CVE-2024-6923-email-hdr-inject.patch to prevent email
    header injection due to unquoted newlines (bsc#1228780,
    CVE-2024-6923).
  - Adding bso1227999-reproducible-builds.patch fixing bsc#1227999
    adding reproducibility patches from gh#python/cpython!121872
    and gh#python/cpython!121883.
  - Add skip_test_abort_clients.patch (gh#python/cpython#122136)
    skip not yet fixed failing test
  - %{profileopt} variable is set according to the variable
    %{do_profiling} (bsc#1227999)
  - Update bluez-devel-vendor.tar.xz

++++ netavark:

  - Update to version 1.12.1:
    * 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

++++ pam:

  - Prevent cursor escape from the login prompt [bsc#1194818]
    * Added: pam-bsc1194818-cursor-escape.patch

++++ pam-full-src:

  - Prevent cursor escape from the login prompt [bsc#1194818]
    * Added: pam-bsc1194818-cursor-escape.patch

++++ python313:

  - Add CVE-2024-6923-email-hdr-inject.patch to prevent email
    header injection due to unquoted newlines (bsc#1228780,
    CVE-2024-6923).
  - Adding bso1227999-reproducible-builds.patch fixing bsc#1227999
    adding reproducibility patches from gh#python/cpython!121872
    and gh#python/cpython!121883.
  - Add skip_test_abort_clients.patch (gh#python/cpython#122136)
    skip not yet fixed failing test
  - %{profileopt} variable is set according to the variable
    %{do_profiling} (bsc#1227999)
  - Update bluez-devel-vendor.tar.xz

++++ sysuser-tools:

  - Remove check for .buildenv to see failures in OBS
  - usermod: revert renamed arguments

------------------------------------------------------------------
------------------  2024-8-6  -  Aug 6 2024  -------------------
------------------------------------------------------------------

++++ combustion:

  - Update to version 1.4:
    * Add support for remote config files using combustion.url (jsc#PED-8591)

++++ dbus-broker:

  - Looks like we need systemd_user_ scripts for some upgrades to
    work

++++ python-kiwi:

  - Use shutil.which for Path.which
  - Drop Path.remove & Path.rename
    Both methods were only used in one place each and it makes much more sense to
    use the pathlib builtin methods instead
  - Replace Path.create implementation with pathlib builtin
  - Bump version: 10.1.0 → 10.1.1

++++ fwupd:

  - Update to version 1.9.23:
    + Fix a regression in 1.9.22 that caused some devices not to
    probe correctly.
    + Try harder to get a valid response when flashing usi-dock
    devices.

++++ guestfs-tools:

  - Update to version 1.53.2 (jsc#PED-6305)
    * Implement --inject-blnsvr operation
    * mlcustomize: firstboot: Use Linux path for Powershell script path
    * mlcustomize: firstboot: Use powershell.exe instead of path
    * mlcustomize: firstboot: Use Powershell -NoProfile flag
    * mlcustomize: Revert delay installation of qemu-ga MSI
    * mldrivers/linux_kernels.ml: Prefix general information with ^info:
    * mlcustomize: Use Start-Process -Wait to run qemu-ga installer
    * mlcustomize: Add Firstboot.firstboot_dir function
    * mlcustomize: Place powershell scripts into <firstboot_dir>\Temp
    * mlcustomize: Inject qemu-ga & blnsvr into <firstboot_dir>/Temp
    * mlcustomize: Write qemu-ga log file name to log.txt

++++ kernel-default:

  - scsi: qedi: Fix crash while reading debugfs attribute
    (bsc#1227929 CVE-2024-40978).
  - block/ioctl: prefer different overflow check (bsc#1227867
    CVE-2024-41000).
  - commit 4cc5e60
  - tipc: force a dst refcount before doing decryption (CVE-2024-40983 bsc#1227819).
  - commit cee1bad
  - net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()
    (CVE-2024-40995 bsc#1227830).
  - commit 0580a17
  - PCI: hv: Return zero, not garbage, when reading
    PCI_INTERRUPT_PIN (git-fixes).
  - RDMA/mana_ib: Use virtual address in dma regions for MRs
    (git-fixes).
  - commit 9336dc6
  - bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
    (bsc#1228756 CVE-2024-42161).
  - commit 64d3ad2
  - ASoC: topology: Fix route memory corruption (CVE-2024-41069
    bsc#1228644).
  - ASoC: topology: Clean up route loading (CVE-2024-41069
    bsc#1228644).
  - commit 30d44d4
  - md-cluster: keeping kabi compatibility for upstream commit
    35a0a409fa26 (bsc#1223395).
  - md-cluster: fix no recovery job when adding/re-adding a disk
    (bsc#1223395).
  - md-cluster: fix hanging issue while a new disk adding
    (bsc#1223395).
  - commit dac906f
  - tools/perf: Fix timing issue with parallel threads in perf
    bench wake-up-parallel (bsc#1227747).
  - tools/perf: Fix perf bench epoll to enable the run when some
    CPU's are offline (bsc#1227747).
  - tools/perf: Fix perf bench futex to enable the run when some
    CPU's are offline (bsc#1227747).
  - commit 7bc1e4f

++++ samba:

  - Update to 4.20.4
    * --version-* options are still not ergonomic, and they reject
    tilde characters; (bso#15673).
  - Update to 4.20.3
    * Running samba-bgqd a a standalone systemd service does not
    work; (bso#15683).
    * When claims enabled with heimdal kerberos, unable to log on
    to a Windows computer when user account need to change their
    own password; (bso#15655).
    * Invalid client warning about command line passwords;
    (bso#15671).
    * Version string is truncated in manpages; (bso#15672).
    * cmdline_burn does not always burn secrets; (bso#15674).
    * Samba does not parse SDDL found in defaultSecurityDescriptor
    in AD_DS_Classes_Windows_Server_v1903.ldf; (bso#15685).
    * The images don\'t build after the git security release and
    CentOS 8 Stream is EOL; (bso#15660).
    * Fix clock skew error message and memory cache clock skew
    recovery; (bso#15676).
    * Heimdal ignores _gsskrb5_decapsulate errors in
    init_sec_context/repl_mutual; (bso#15603).
    * s4:ldap_server: does not support tls channel bindings for
    sasl binds; (bso#15621).
    * CTDB socket output queues may suffer unbounded delays under
    some special conditions; (bso#15678).

++++ passt:

  - Update to version 20240806.ee36266:
    * log, passt: Keep printing to stderr when passt is running in foreground
    * tcp_splice: Fix side in OUT_WAIT flag setting
    * util: Use unsigned (size_t) value for iov length
    * udp_flow: move all udp_flow functions to udp_flow.c
    * udp_flow: Remove udp_meta_t from the parameters of udp_flow_from_sock()
    * log: Make logfile_write() private
    * pasta: Save errno on signal handler entry, restore on return when needed
    * pasta: modify hostname when detaching new namespace
    * Fix typo in README file
    * fedora/rpkg: List myself as author for changelog entries

++++ virt-manager:

  - Fix test failure with libvirt version 10.6.0
    092-cli-Use-regex-for-grep-and-nogrep-args.patch
    093-cli-Fix-with-latest-libvirt.patch

------------------------------------------------------------------
------------------  2024-8-5  -  Aug 5 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240805.7513b28:
    * Remove obsolete resolv+ manual page
    * Remove obsolete defaultdomain.5 manual page
    * Move /etc/skel to /usr/etc/skel (hermetic-usr)
    * Remove obsolete refresh_initrd
    * Add deprecation notice for service [jsc#PED-266]

++++ afterburn:

  - enable upstream tests

++++ audit-secondary:

  - Remove rcaudit symlink [jsc#PED-266]

++++ ca-certificates:

  - Update to version 2+git20240805.fd24d50:
    * Remove rc symlink [jsc#PED-266]

++++ python-kiwi:

  - Mandatory package scripts for Debian bootstrap
    Make sure to run some mandatory package pre/post scripts
    such that settings like /etc/passwd, a root user, etc..
    exists. This action can also be done in post_bootstrap.sh
    but I think it's better to do this in the core code
  - Bump version: 10.0.28 → 10.1.0
  - kiwi no longer uses debootstrap
    For building Debian based images we used debootstrap to
    bootstrap an empty root until apt-get could be used to
    complete the job. This has now changed such hat apt-get
    is also used for bootstrapping a new system. The concept
    and also potential alternatives to the way kiwi bootstraps
    Debian based systems can be found here:
    * https://osinside.github.io/kiwi/working_with_images/build_without_debianbootstrap.html
    Due to the drop of debootstrap it might happen that
    package lists of existing image descriptions needs to be
    extended with packages that were formerly pulled in by
    debootstrap but did not get properly pulled in with the
    new apt based bootstrap. As reference please check out the
    integration tests from here:
    * https://github.com/OSInside/kiwi/tree/main/build-tests/x86/ubuntu
    * https://github.com/OSInside/kiwi/tree/main/build-tests/x86/debian
    Thanks
  - Bump version: 10.0.27 → 10.0.28

++++ kernel-default:

  - powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
    (bsc#1194869).
  - KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
    (bsc#1194869).
  - commit f36d7ca
  - KVM: PPC: Book3S HV: Handle pending exceptions on guest entry
    with MSR_EE (bsc#1215199).
  - commit 6051d0b
  - liquidio: Adjust a NULL pointer handling path in
    lio_vf_rep_copy_packet (CVE-2024-39506 bsc#1227729).
  - commit 6f4e943
  - kabi/severity: add nvme common code
    The nvme common code is also allowed to change the data structures, there
    are only internal users.
  - commit 3abdbd5
  - apparmor: unpack transition table if dfa is not present
    (bsc#1226031).
  - commit 10a598f
  - scsi: lpfc: Update lpfc version to 14.4.0.3 (bsc#1228857).
  - scsi: lpfc: Revise lpfc_prep_embed_io routine with proper
    endian macro usages (bsc#1228857).
  - scsi: lpfc: Fix incorrect request len mbox field when setting
    trunking via sysfs (bsc#1228857).
  - scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
    (bsc#1228857).
  - scsi: lpfc: Fix handling of fully recovered fabric node in
    dev_loss callbk (bsc#1228857).
  - scsi: lpfc: Relax PRLI issue conditions after GID_FT response
    (bsc#1228857).
  - scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if
    in PRLI_ISSUE state (bsc#1228857).
  - scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI
    port is inactive (bsc#1228857).
  - commit c4b9763
  - scsi: qla2xxx: Convert comma to semicolon (bsc#1228850).
  - scsi: qla2xxx: Update version to 10.02.09.300-k (bsc#1228850).
  - scsi: qla2xxx: Use QP lock to search for bsg (bsc#1228850).
  - scsi: qla2xxx: Reduce fabric scan duplicate code (bsc#1228850).
  - scsi: qla2xxx: Fix optrom version displayed in FDMI
    (bsc#1228850).
  - scsi: qla2xxx: During vport delete send async logout explicitly
    (bsc#1228850).
  - scsi: qla2xxx: Complete command early within lock (bsc#1228850).
  - scsi: qla2xxx: Fix flash read failure (bsc#1228850).
  - scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for
    ELS cmds (bsc#1228850).
  - scsi: qla2xxx: Fix for possible memory corruption (bsc#1228850).
  - scsi: qla2xxx: validate nvme_local_port correctly (bsc#1228850).
  - scsi: qla2xxx: Unable to act on RSCN for port online
    (bsc#1228850).
  - scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'
    (bsc#1228850).
  - scsi: qla2xxx: Fix debugfs output for fw_resource_count
    (bsc#1228850).
  - scsi: qla2xxx: Indent help text (bsc#1228850).
  - scsi: qla2xxx: Drop driver owner assignment (bsc#1228850).
  - scsi: qla2xxx: Avoid possible run-time warning with long
    model_num (bsc#1228850).
  - string.h: Introduce memtostr() and memtostr_pad() (bsc#1228849).
  - commit 072d194
  - nvme-pci: add missing condition check for existence of mapped
    data (git-fixes).
  - nvme-pci: Fix the instructions for disabling power management
    (git-fixes).
  - nvmet-auth: fix nvmet_auth hash error handling (git-fixes).
  - nvmet: make 'tsas' attribute idempotent for RDMA (git-fixes).
  - nvme: fixup comment for nvme RDMA Provider Type (git-fixes).
  - nvmet: do not return 'reserved' for empty TSAS values
    (git-fixes).
  - nvme: fix NVME_NS_DEAC may incorrectly identifying the disk
    as EXT_LBA (git-fixes).
  - nvmet: always initialize cqe.result (git-fixes).
  - nvme: avoid double free special payload (git-fixes).
  - nvmet: fix a possible leak when destroy a ctrl during qp
    establishment (git-fixes).
  - nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
    (git-fixes).
  - nvme-multipath: find NUMA path only for online numa-node
    (git-fixes).
  - commit 7935501
  - check-for-config-changes: ignore also GCC_ASM_GOTO_OUTPUT_BROKEN
    Mainline commit f2f6a8e88717 ("init/Kconfig: remove
    CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND") replaced
    GCC_ASM_GOTO_OUTPUT_WORKAROUND with GCC_ASM_GOTO_OUTPUT_BROKEN. Ignore both
    when checking config changes.
  - commit b60be3e

++++ util-linux-systemd:

  - Update to version 2.40.2:
    * cfdisk: fix possible integer overflow
    * libmount: improving robustness in reading kernel messages,
    add pidfs to pseudo fs list
    * lscpu: New Arm Cortex part numbers
    fix hang of lscpu -e (bsc#1225598)
    * lsfd: Refactor the pidfd logic, support pidfs
    (obsoletes
    0001-include-Include-unistd.h-in-pidfd-utils.h-for-syscal.patch,
    0002-lsfd-Refactor-the-pidfd-logic-into-lsfd-pidfd.c.patch,
    0003-lsfd-Support-pidfs.patch,
    0004-lsfd-test-Adapt-test-cases-for-pidfs.patch)
    * mkswap.8.adoc: update note regarding swapfile creation
    * setpgid: make -f work
    * 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.2-ReleaseNotes
  - Enable kernel mountfd API, as it should be already stable
    (PED-9752).
  - Move autoreconf back to %build.
  - Add devel dependencies.
  - Remove util-linux-rpmlintrc. It is no more needed with multibuild.

++++ util-linux:

  - Update to version 2.40.2:
    * cfdisk: fix possible integer overflow
    * libmount: improving robustness in reading kernel messages,
    add pidfs to pseudo fs list
    * lscpu: New Arm Cortex part numbers
    fix hang of lscpu -e (bsc#1225598)
    * lsfd: Refactor the pidfd logic, support pidfs
    (obsoletes
    0001-include-Include-unistd.h-in-pidfd-utils.h-for-syscal.patch,
    0002-lsfd-Refactor-the-pidfd-logic-into-lsfd-pidfd.c.patch,
    0003-lsfd-Support-pidfs.patch,
    0004-lsfd-test-Adapt-test-cases-for-pidfs.patch)
    * mkswap.8.adoc: update note regarding swapfile creation
    * setpgid: make -f work
    * 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.2-ReleaseNotes
  - Enable kernel mountfd API, as it should be already stable
    (PED-9752).
  - Move autoreconf back to %build.
  - Add devel dependencies.
  - Remove util-linux-rpmlintrc. It is no more needed with multibuild.

++++ bluez:

  - update to 5.77:
    * Fix issue with storing and handling connection parameters.
    * Fix issue with handling device that are marked as temporary.
    * Fix issue with HID and special handling for non-keyboards.
    * Fix issue with BR/EDR not support when discoverable is off.
    * Add support for initial implementation of ASHA profile.
    * Fix issue with broadcast channel location and stream
    capabilities.
    * Fix issue with handling BIS management and synchronization.
    * Fix issue with handling Extended Advertising.
    * Fix issue with UserspaceHID and replay structures.
    * Add support for providing PPCP characteristic.
    * Fix issue with build system and header inclusion.
    * Fix issue with not enabling Wideband Speech when available.
    * Fix issue with UserspaceHID and Bluetooth Classic devices.
    * Fix issue with checking for services being connected.
    * Fix issue with GATT client connection creation.
    * Fix issue with OBEX and small file transfers.
    * Fix issue with handling pairing with Apple AirPods.
    * Fix issue with BAP and setting up broadcast source.
    * Fix issue with BAP and register all endpoints.
    * Fix issue with BAP and missing metadata property.
    * Fix issue with BAP and not handling out of order responses.
    * Fix issue with BAP and attempting to set device as
    connectable.
    * Add support for CCP plugin for call control profile.
    * Fix issue with BAP and handling stream IO linking.
    * Fix issue with BAP and setup of multiple streams per
    endpoint.
    * Fix issue with AVDTP and potential incorrect transaction
    label.
    * Fix issue with A2DP and handling crash on suspend.
    * Fix issue with GATT database and an invalid pointer.
    * Add support for AICS service.
  - drop bluez-test-2to3.diff, bluez-cups-libexec.patch:
    upstream has different solutions for ages, use those instead
  - drop fix-link-key-address-type.patch,
    fix-a2dp-suspend-crash.patch: upstream
  - add fix-a2dp-suspend-crash.patch (Issue #701 in upstream)

++++ libvirt:

  - Update to libvirt 10.6.0
  - jsc#PED-8909
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-6-0-2024-08-05

++++ libzypp:

  - single_rpmtrans: fix installation of .src.rpms (bsc#1228647)
  - version 17.35.9 (35)

++++ pcr-oracle:

  - Add support-ecc-srk.patch to support ECC SRK
  - Add fix-testcase-empty-efi-variables.patch to fix the testcase
    playback on empty EFI variables

++++ python-PyJWT:

  - Update to version 2.9.0
    * Drop support for Python 3.7 (EOL) by @hugovk in #910
    * Allow JWT issuer claim validation to accept a list of
    strings too by @mattpollak in #913
    * Fix unnecessary string concatenation by @sirosen in #904
    * Fix docs for ``jwt.decode_complete`` to include ``strict_aud``
    option by @woodruffw in #923
    * Fix docs step by @jpadilla in #950
    * Fix: Remove an unused variable from example code block
    by @kenkoooo in #958
    * Add support for Python 3.12 by @hugovk in #910
    * Improve performance of ``is_ssh_key`` + add unit test by @bdraco in #940
    * Allow ``jwt.decode()`` to accept a PyJWK object by @luhn in #886
    * Make ``algorithm_name`` attribute available on PyJWK by @luhn in #886
    * Raise ``InvalidKeyError`` on invalid PEM keys to be compatible
    with cryptography 42.x.x by @CollinEMac in #952
    * Raise an exception when required cryptography dependency
    is missing by @tobloef in #963

++++ python-libvirt-python:

  - Update to 10.6.0
  - Add all new APIs and constants in libvirt 10.6.0
  - jsc#PED-8909

++++ selinux-policy:

  - Update to version 20240604+git244.3664e356:
    * Dontaudit search of snapper grub plugin to nscd socket (bsc#1228745)
    * Fix labels for bind/named
    * Initial policy for ibft-rule-generator (bsc#1228402)
    * Initial policy for systemd-status-mail (bsc#1228402)
    * Label /usr/libexec/netconfig/ppp/ip-up pppd_initrc_exec_t (bsc#1228385)
    * Allow pppd to manage sysnet directories (bsc#1228385)
    * Allow snapper grub plugin to manage unlabeled_t and read link files

++++ sysuser-tools:

  - Implement UID:GID support for busybox
  - Reenable UID:GID support

------------------------------------------------------------------
------------------  2024-8-4  -  Aug 4 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA: Fix netdev tracker in ib_device_set_netdev (git-fixes)
  - commit 3130571
  - bnxt_re: Fix imm_data endianness (git-fixes)
  - commit 49ce7dd
  - RDMA/hns: Fix mbx timing out before CMD execution is completed (git-fixes)
  - commit 09de886
  - RDMA/hns: Fix insufficient extend DB for VFs. (git-fixes)
  - commit 9e511e1
  - RDMA/hns: Fix undifined behavior caused by invalid max_sge (git-fixes)
  - commit 75c8a8f
  - RDMA/hns: Fix shift-out-bounds when max_inline_data is 0 (git-fixes)
  - commit f76d2ac
  - RDMA/hns: Fix missing pagesize and alignment check in FRMR (git-fixes)
  - commit 3200c5d
  - RDMA/hns: Fix unmatch exception handling when init eq table fails (git-fixes)
  - commit 1c3f5bc
  - RDMA/hns: Fix soft lockup under heavy CEQE load (git-fixes)
  - commit bae3b01
  - RDMA/hns: Check atomic wr length (git-fixes)
  - commit 53b999f
  - RDMA/device: Return error earlier if port in not valid (git-fixes)
  - commit 1a6c9cf
  - RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs (git-fixes)
  - commit ecbc61e
  - RDMA/mlx4: Fix truncated output warning in alias_GUID.c (git-fixes)
  - commit 9a0a984
  - RDMA/mlx4: Fix truncated output warning in mad.c (git-fixes)
  - commit e923a91
  - RDMA/cache: Release GID table even if leak is detected (git-fixes)
  - commit e73316e
  - RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE (git-fixes)
  - commit ee50dd0
  - RDMA/iwcm: Fix a use-after-free related to destroying CM IDs (git-fixes)
  - commit 6b71029
  - IB/core: Implement a limit on UMAD receive List (bsc#1228743 CVE-2024-42145)
  - commit 673df57
  - xfs: convert comma to semicolon (git-fixes).
  - commit 8f18daf
  - hfs: fix to initialize fields of hfs_inode_info after
    hfs_alloc_inode() (git-fixes).
  - commit 1aa4511
  - kABI workaround for sound core UMP conversion (stable-fixes).
  - commit b9e008a
  - ALSA: seq: ump: Explicitly reset RPN with Null RPN
    (stable-fixes).
  - ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data
    reception (stable-fixes).
  - ALSA: seq: ump: Use the common RPN/bank conversion context
    (stable-fixes).
  - ALSA: ump: Explicitly reset RPN with Null RPN (stable-fixes).
  - ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data
    reception (stable-fixes).
  - commit 508da4c
  - kabi/severities: ignore kABI for FireWire sound local symbols (bsc#1208783)
  - commit 041506f
  - Drop doubly put References tags in sound patches
  - commit 92b6eba
  - Revert "ALSA: firewire-lib: operate for period elapse event
    in process context" (bsc#1208783).
  - commit 2045d7f
  - Revert "ALSA: firewire-lib: obsolete workqueue for period
    update" (bsc#1208783).
  - commit 09a87ea
  - spi: microchip-core: switch to use modern name (stable-fixes).
  - Refresh
    patches.suse/spi-microchip-core-defer-asserting-chip-select-until.patch.
  - commit 31d15b3
  - spi: microchip-core: fix init function not setting the master
    and motorola modes (git-fixes).
  - drm/amdgpu: reset vm state machine after gpu reset(vram lost)
    (stable-fixes).
  - drm/amd/display: Check for NULL pointer (stable-fixes).
  - drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell
    (stable-fixes).
  - efi/libstub: Zero initialize heap allocated struct screen_info
    (git-fixes).
  - PCI: loongson: Enable MSI in LS7A Root Complex (stable-fixes).
  - dev/parport: fix the array out-of-bounds risk (stable-fixes).
  - clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - clk: qcom: Park shared RCGs upon registration (git-fixes).
  - clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's
    (git-fixes).
  - clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during
    disable (git-fixes).
  - clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and
    ALWAYS_ON flags (git-fixes).
  - clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and
    flags (git-fixes).
  - clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during
    disable (git-fixes).
  - clk: qcom: camcc-sc7280: Add parent dependency to all camera
    GDSCs (git-fixes).
  - clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE
    clock (git-fixes).
  - clk: en7523: fix rate divider for slic and spi clocks
    (git-fixes).
  - drm/etnaviv: don't block scheduler when GPU is still active
    (stable-fixes).
  - media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920
    (git-fixes).
  - media: uvcvideo: Quirk for invalid dev_sof in Logitech C922
    (stable-fixes).
  - ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no
    error (stable-fixes).
  - ata: libata-scsi: Do not overwrite valid sense data when
    CK_COND=1 (stable-fixes).
  - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
    (stable-fixes).
  - Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device
    tables (stable-fixes).
  - wifi: rtw88: usb: Fix disconnection after beacon loss
    (stable-fixes).
  - media: uvcvideo: Disable autosuspend for Insta360 Link
    (stable-fixes).
  - sbitmap: use READ_ONCE to access map->word (stable-fixes).
  - Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio
    (stable-fixes).
  - commit 5fabaee

------------------------------------------------------------------
------------------  2024-8-3  -  Aug 3 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update documentation
    kiwi no longer uses debootstrap

++++ kernel-default:

  - ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G
    (stable-fixes).
  - commit ae4c81e
  - ALSA: hda: Conditionally use snooping for AMD HDMI (git-fixes).
  - ALSA: usb-audio: Correct surround channels in UAC1 channel map
    (git-fixes).
  - ALSA: seq: ump: Optimize conversions from SysEx to UMP
    (git-fixes).
  - ALSA: hda: conexant: Fix headset auto detect fail in the
    polling mode (git-fixes).
  - drm/vmwgfx: Fix overlay when using Screen Targets (git-fixes).
  - drm/vmwgfx: Fix a deadlock in dma buf fence polling (git-fixes).
  - drm/virtio: Fix type of dma-fence context variable (git-fixes).
  - drm/nouveau: prime: fix refcount underflow (git-fixes).
  - drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
    (git-fixes).
  - drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro (git-fixes).
  - i915/perf: Remove code to update PWR_CLK_STATE for gen12
    (git-fixes).
  - commit 581e0b5
  - ptp: fix integer overflow in max_vclocks_store (bsc#1227829
    CVE-2024-40994).
  - commit f2dc01f

++++ python-Pygments:

  - fix build by forcing pip to use the prebuilt CA bundle

++++ sysuser-tools:

  - Disable UID:GID support for now

------------------------------------------------------------------
------------------  2024-8-2  -  Aug 2 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix test_process_result_bundle_as_rpm
  - Fix Debian/Ubuntu integration tests
    Remove package hacks for debootstrap, explicitly add
    required packages and or configurations.
  - Drop types-pkg_resources
    Got removed from PyPI

++++ grub2:

  - Fix btrfs subvolume for platform modules not mounting at runtime when the
    default subvolume is the topmost root tree (bsc#1228124)
    * grub2-btrfs-06-subvol-mount.patch
  - Rediff
    * 0001-Unify-the-check-to-enable-btrfs-relative-path.patch
  - Switch to '--no-hostonly' when creating the ZIPL initrd in the
    KIWI build environment to avoid some potential issues due to the
    missing modules
    * grub2-s390x-set-hostonly.patch

++++ kernel-default:

  - Update
    patches.suse/79b5b4b18bc8-mlxsw-spectrum_acl_tcam-Fix-possible-use-after-free-.patch
    (CVE-2024-35854 bsc#1224636 CVE-2024-35855 bsc#1224694).
  - Update
    patches.suse/ACPICA-Revert-ACPICA-avoid-Info-mapping-multiple-BAR.patch
    (git-fixes CVE-2024-40984 bsc#1227820).
  - Update
    patches.suse/ALSA-hda-cs35l41-Possible-null-pointer-dereference-i.patch
    (git-fixes CVE-2024-40964 bsc#1227818).
  - Update
    patches.suse/ALSA-hda-cs35l56-Fix-lifetime-of-cs_dsp-instance.patch
    (git-fixes CVE-2024-39491 bsc#1227627).
  - Update
    patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch
    (git-fixes CVE-2024-26889 bsc#1228195).
  - Update
    patches.suse/HID-core-remove-unnecessary-WARN_ON-in-implement.patch
    (git-fixes CVE-2024-39509 bsc#1227733).
  - Update
    patches.suse/HID-logitech-dj-Fix-memory-leak-in-logi_dj_recv_swit.patch
    (git-fixes CVE-2024-40934 bsc#1227796).
  - Update
    patches.suse/KVM-SVM-WARN-on-vNMI-NMI-window-iff-NMIs-are-outrigh.patch
    (git-fixes CVE-2024-39483 bsc#1227494).
  - Update
    patches.suse/KVM-arm64-Fix-circular-locking-dependency.patch
    (bsc#1222463 (CVE-2024-26691) CVE-2024-26691).
  - Update
    patches.suse/RDMA-mlx5-Add-check-for-srq-max_sge-attribute.patch
    (git-fixes CVE-2024-40990 bsc#1227824).
  - Update
    patches.suse/RDMA-rxe-Fix-responder-length-checking-for-UD-reques.patch
    (git-fixes CVE-2024-40992 bsc#1227826).
  - Update
    patches.suse/SUNRPC-Fix-loop-termination-condition-in-gss_free_in.patch
    (git-fixes CVE-2024-36288 bsc#1226834).
  - Update
    patches.suse/USB-class-cdc-wdm-Fix-CPU-lockup-caused-by-excessive.patch
    (git-fixes CVE-2024-40904 bsc#1227772).
  - Update
    patches.suse/arm64-asm-bug-Add-.align-2-to-the-end-of-__BUG_ENTRY.patch
    (git-fixes CVE-2024-39488 bsc#1227618).
  - Update
    patches.suse/ata-libata-core-Fix-double-free-on-error.patch
    (git-fixes CVE-2024-41087 bsc#1228740).
  - Update
    patches.suse/ax25-Fix-refcount-imbalance-on-inbound-connections.patch
    (git-fixes CVE-2024-40910 bsc#1227832).
  - Update
    patches.suse/batman-adv-bypass-empty-buckets-in-batadv_purge_orig.patch
    (stable-fixes CVE-2024-40981 bsc#1227864).
  - Update
    patches.suse/btrfs-zoned-allocate-dummy-checksums-for-zoned-NODAT.patch
    (bsc#1223731 CVE-2024-26944 CVE-2024-40962 bsc#1227815).
  - Update
    patches.suse/cachefiles-remove-requests-from-xarray-during-flushin.patch
    (bsc#1226588 CVE-2024-40900 bsc#1227760).
  - Update
    patches.suse/cpufreq-amd-pstate-fix-memory-leak-on-CPU-EPP-exit.patch
    (stable-fixes CVE-2024-40997 bsc#1227853).
  - Update
    patches.suse/crypto-hisilicon-sec-Fix-memory-leak-for-sec-resourc.patch
    (stable-fixes CVE-2024-41002 bsc#1227870).
  - Update
    patches.suse/crypto-qat-Fix-ADF_DEV_RESET_SYNC-memory-leak.patch
    (git-fixes CVE-2024-39493 bsc#1227620).
  - Update
    patches.suse/cxl-region-Fix-memregion-leaks-in-devm_cxl_add_regio.patch
    (git-fixes CVE-2024-40936 bsc#1227833).
  - Update
    patches.suse/drivers-core-synchronize-really_probe-and-dev_uevent.patch
    (git-fixes CVE-2024-39501 bsc#1227754).
  - Update
    patches.suse/drm-amdgpu-fix-UBSAN-warning-in-kv_dpm.c.patch
    (stable-fixes CVE-2024-40987 bsc#1228235).
  - Update
    patches.suse/drm-amdkfd-don-t-allow-mapping-the-MMIO-HDP-page-wit.patch
    (CVE-2024-41011 bsc#1228115 git-fixes bsc#1228114).
  - Update
    patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch
    (git-fixes CVE-2024-38548 bsc#1228202).
  - Update patches.suse/drm-drm_file-Fix-pid-refcounting-race.patch
    (git-fixes CVE-2024-39486 bsc#1227492).
  - Update
    patches.suse/drm-exynos-hdmi-report-safe-640x480-mode-as-a-fallba.patch
    (git-fixes CVE-2024-40916 bsc#1227846).
  - Update
    patches.suse/drm-exynos-vidi-fix-memory-leak-in-.get_modes.patch
    (stable-fixes CVE-2024-40932 bsc#1227828).
  - Update
    patches.suse/drm-i915-dpt-Make-DPT-object-unshrinkable.patch
    (git-fixes CVE-2024-40924 bsc#1227787).
  - Update
    patches.suse/drm-komeda-check-for-error-valued-pointer.patch
    (git-fixes CVE-2024-39505 bsc#1227728).
  - Update
    patches.suse/drm-lima-mask-irqs-in-timeout-path-before-hard-reset.patch
    (stable-fixes CVE-2024-40976 bsc#1227893).
  - Update
    patches.suse/drm-nouveau-don-t-attempt-to-schedule-hpd_work-on-he.patch
    (git-fixes CVE-2024-40926 bsc#1227791).
  - Update
    patches.suse/drm-radeon-fix-UBSAN-warning-in-kv_dpm.c.patch
    (stable-fixes CVE-2024-40988 bsc#1227957).
  - Update
    patches.suse/drm-shmem-helper-Fix-BUG_ON-on-mmap-PROT_WRITE-MAP_P.patch
    (git-fixes CVE-2024-39497 bsc#1227722).
  - Update
    patches.suse/io_uring-io-wq-Use-set_bit-and-test_bit-at-worker-fl.patch
    (git-fixes CVE-2024-39508 bsc#1227732).
  - Update
    patches.suse/io_uring-rsrc-don-t-lock-while-TASK_RUNNING.patch
    (git-fixes CVE-2024-40922 bsc#1227785).
  - Update
    patches.suse/io_uring-sqpoll-work-around-a-potential-audit-memory.patch
    (git-fixes CVE-2024-41001 bsc#1227869).
  - Update
    patches.suse/iommu-Return-right-value-in-iommu_sva_bind_device.patch
    (git-fixes CVE-2024-40945 bsc#1227802).
  - Update
    patches.suse/jfs-xattr-fix-buffer-overflow-for-invalid-xattr.patch
    (bsc#1227383 CVE-2024-40902 bsc#1227764).
  - Update
    patches.suse/mmc-davinci-Don-t-strip-remove-function-when-driver-.patch
    (git-fixes CVE-2024-39484 bsc#1227493).
  - Update
    patches.suse/nfs-Handle-error-of-rpc_proc_register-in-nfs_net_ini.patch
    (git-fixes CVE-2024-36939 bsc#1225838).
  - Update
    patches.suse/ocfs2-fix-races-between-hole-punching-and-AIO-DIO.patch
    (git-fixes CVE-2024-40943 bsc#1227849).
  - Update
    patches.suse/serial-imx-Introduce-timeout-when-waiting-on-transmi.patch
    (stable-fixes CVE-2024-40967 bsc#1227891).
  - Update
    patches.suse/sock_map-avoid-race-between-sock_map_close-and-sk_ps.patch
    (bsc#1225475 CVE-2023-52735 CVE-2024-39500 bsc#1227724).
  - Update
    patches.suse/ssb-Fix-potential-NULL-pointer-dereference-in-ssb_de.patch
    (stable-fixes CVE-2024-40982 bsc#1227865).
  - Update
    patches.suse/tracing-Build-event-generation-tests-only-as-modules.patch
    (git-fixes CVE-2024-41004 bsc#1227851).
  - Update
    patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch
    (git-fixes CVE-2024-26920 bsc#1228237).
  - Update
    patches.suse/usb-typec-tcpm-fix-use-after-free-case-in-tcpm_regis.patch
    (git-fixes CVE-2024-40903 bsc#1227766).
  - Update
    patches.suse/vmci-prevent-speculation-leaks-by-sanitizing-event-i.patch
    (git-fixes CVE-2024-39499 bsc#1227725).
  - Update
    patches.suse/wifi-ath11k-rely-on-mac80211-debugfs-handling-for-vi.patch
    (bsc#1227149 CVE-2024-26637 bsc#1221652).
  - Update
    patches.suse/wifi-cfg80211-Lock-wiphy-in-cfg80211_get_station.patch
    (git-fixes CVE-2024-40911 bsc#1227792).
  - Update
    patches.suse/wifi-cfg80211-detect-stuck-ECSA-element-in-probe-res.patch
    (bsc#1227149 CVE-2024-26683 bsc#1222434).
  - Update
    patches.suse/wifi-cfg80211-validate-HE-operation-element-parsing.patch
    (bsc#1227149 CVE-2024-40930 bsc#1228236).
  - Update patches.suse/wifi-iwlwifi-Use-request_module_nowait.patch
    (bsc#1227149 CVE-2024-36970 bsc#1226127).
  - Update
    patches.suse/wifi-iwlwifi-mvm-check-n_ssids-before-accessing-the-.patch
    (git-fixes CVE-2024-40929 bsc#1227774).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-read-past-the-mfuart-notifcat.patch
    (git-fixes CVE-2024-40941 bsc#1227771).
  - Update
    patches.suse/wifi-iwlwifi-mvm-pick-the-version-of-SESSION_PROTECT.patch
    (bsc#1227149 CVE-2024-35913 bsc#1224485).
  - Update
    patches.suse/wifi-mac80211-Fix-deadlock-in-ieee80211_sta_ps_deliv.patch
    (git-fixes CVE-2024-40912 bsc#1227790).
  - Update
    patches.suse/wifi-mac80211-improve-CSA-ECSA-connection-refusal.patch
    (bsc#1227149 CVE-2024-26682 bsc#1222433).
  - Update
    patches.suse/wifi-mac80211-mesh-Fix-leak-of-mesh_preq_queue-objec.patch
    (git-fixes CVE-2024-40942 bsc#1227770).
  - Update
    patches.suse/wifi-mt76-connac-check-for-null-before-dereferencing.patch
    (bsc#1227149 CVE-2024-38609 bsc#1226751).
  - Update
    patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch
    (stable-fixes CVE-2024-40977 bsc#1227950).
  - Update
    patches.suse/wifi-mt76-mt7925e-fix-use-after-free-in-free_irq.patch
    (bsc#1227149 CVE-2024-27049 bsc#1223763).
  - Update
    patches.suse/wifi-mt76-mt7996-fix-potential-memory-leakage-when-r.patch
    (bsc#1227149 CVE-2024-38563 bsc#1226743).
  - Update
    patches.suse/x86-kexec-Fix-bug-with-call-depth-tracking.patch
    (git-fixes CVE-2024-40944 bsc#1227883).
  - Update
    patches.suse/xhci-Handle-TD-clearing-for-multiple-streams-case.patch
    (git-fixes CVE-2024-40927 bsc#1227816).
  - commit 2cd72fd
  - Update
    patches.suse/SUNRPC-Fix-UAF-in-svc_tcp_listen_data_ready.patch
    (bsc#1012628 CVE-2023-52885 bsc#1227750).
  - Update
    patches.suse/USB-core-Fix-race-by-not-overwriting-udev-descriptor.patch
    (bsc#1213123 CVE-2023-37453 CVE-2023-52886 bsc#1227981).
  - Update
    patches.suse/btrfs-zoned-fix-lock-ordering-in-btrfs_zone_activate.patch
    (bsc#1223731 CVE-2024-26944 CVE-2023-52668 bsc#1224690).
  - Update
    patches.suse/wifi-ath12k-fix-the-error-handler-of-rfkill-config.patch
    (bsc#1227149 CVE-2023-52688 bsc#1224631).
  - commit 0637df8
  - scsi: qedf: Make qedf_execute_tmf() non-preemptible (CVE-2024-42124 bsc#1228705)
  - commit a8638c5
  - x86: stop playing stack games in profile_pc() (bsc#1228633
    CVE-2024-42096).
  - commit 5c85064
  - net: dsa: mv88e6xxx: Correct check for empty list (CVE-2024-42224 bsc#1228723)
  - commit 48e8710
  - skmsg: Skip zero length skb in sk_msg_recvmsg (CVE-2024-41048 bsc#1228565)
  - commit 1a6942b
  - netns: Make get_net_ns() handle zero refcount net
    (CVE-2024-40958 bsc#1227812).
  - commit f6c7d72
  - nvme_core: scan namespaces asynchronously (bsc#1224105).
  - commit e6f41be
  - net: wwan: iosm: Fix tainted pointer delete is case of region
    creation fail (CVE-2024-40939 bsc#1227799).
  - commit 0b93a9f
  - nsh: Restore skb->{protocol,data,mac_header} for outer header
    in nsh_gso_segment() (CVE-2024-36933 bsc#1225832).
  - commit 6740d82
  - net: core: reject skb_copy(_expand) for fraglist GSO skbs
    (CVE-2024-36929 bsc#1225814).
  - commit e49ed10
  - cgroup/cpuset: Prevent UAF in proc_cpuset_show() (bsc#1228801).
  - commit 8707a09
  - Drop MD patches that caused dependency cycles
    Also the patch was placed in a wrong directory.
    Deleted:
    patches.kabi/0002-md-cluster-fix-no-recovery-job-when-adding-re-adding.patch
    patches.suse/0001-md-cluster-fix-hanging-issue-while-a-new-disk-adding.patch
  - commit f696a5b
  - net: phy: micrel: Fix the KSZ9131 MDI-X status issue
    (git-fixes).
  - Bluetooth: hci_sync: Fix suspending with wrong filter policy
    (git-fixes).
  - Bluetooth: btintel: Fail setup on error (git-fixes).
  - wifi: ath12k: fix soft lockup on suspend (git-fixes).
  - wifi: cfg80211: fix reporting failed MLO links status with
    cfg80211_connect_done (git-fixes).
  - wifi: mac80211: use monitor sdata with driver only if desired
    (git-fixes).
  - net: phy: realtek: add support for RTL8366S Gigabit PHY
    (git-fixes).
  - net: usb: sr9700: fix uninitialized variable use in sr_mdio_read
    (git-fixes).
  - commit f33a0c2
  - ppp: reject claimed-as-LCP but actually malformed packets
    (CVE-2024-41044 bsc#1228530).
  - ibmvnic: Add tx check to prevent skb leak (CVE-2024-41066
    bsc#1228640).
  - net/dpaa2: Avoid explicit cpumask var allocation on stack
    (CVE-2024-42093 bsc#1228680).
  - commit 960e23f
  - drm/amd/display: Add NULL pointer check for kzalloc (bsc#1228591 CVE-2024-42122)
  - commit 22c79c5

++++ mozilla-nss:

  - Updated nss-fips-approved-crypto-non-ec.patch to enforce
    approved curves with the CKK_EC_MONTGOMERY key type (bsc#1224113).

++++ libnvme:

  - Update to version 1.10:
    * linux: update TLS version 1 PSK derivation (bsc#1228376)
    * tree: fix nvme_read_config() to not set errno if return 0
    * types: add new fields added in TP4165 (bsc#1231668)
    * types: Changed the space into tap space (bsc#1231668)
    * tree: handle no address phy slot dirs (bsc#1229193)
    * linux: Remove the use of OpenSSL Engine API
    * types: Added new controller attribute as per TP4104
    * tree: add helper to lookup hostnqn/hostid (bsc#1226216)
    * fabrics: extend hostnqn/hostid variable inject interface (bsc#1226216)
    * json: filter out pcie transport (bsc#1226216)
    * tree: preserve parsing order of a config file (bsc#1226216)
    * types: add new field added in TP4099
    * types: add new field added in TP4090 (bsc#1231668)
    * linux: add nvme_revoke_tls_key (bsc#1226197)
    * tree: fix segfault in nvme_free_tree() (bsc#1231668)
    * types: add PEL vendor specific and TCG defined events definitions
    * mi-mctp: initialize the rc variable in handle_mctp_endpoint()
    * linux: avoid potential null pointer dereference
    * linux: add nvme_get_ana_log_len_from_id_ctrl()
    * libnvme: export nvme_mi_admin_get_ana_log_atomic()
    * ioctl: add support for atomic, piecewise ANA log fetch
    * ioctl: replace nvme_ana_rsp_hdr in doc comments
    * ioctl: respect rae in nvme_get_log_ana()
    * ioctl: fix nvme_get_log_ana_groups() pointer type
    * types: add new filed added in TP4141a
    * mi: Probe quirks on first command submission
    * tree: optionally skip namespaces during scanning
    * ioctl: update nvme_set_var_size_tags() to properly use reftag
    * types: add enum for Protection Information Format
    * libnvme: Introduce functions to generate host identifier and host NQN (bsc#1226216)
    * fabrics: Unescape URI elements
    * tests: Add uriparser tests
    * fabrics: Introduce simple URI parser
    * linux: default init cleanup variable
    * linux: Fix uninitialized variables
    * types: add the nvme Cancel command opcode
    * log: split log variables from root object
    * log: keep log level logic in one place
    * mi: restore default ep timeout during admin_passthru
    * mi: fix the rc for nvme_mi_scan_ep
    * ccan/endian.h: Only define __{BIG,LITTLE}_ENDIAN if undefined.
    * Use C99 types for uint32_t
    * mi: fix the return error code.

++++ systemd:

  - Order the update of udev and systemd-boot right after systemd (bsc#1228659)

++++ libzypp:

  - Make sure not to statically linked installed tools (bsc#1228787)
  - version 17.35.8 (35)

++++ nvme-cli:

  - Update to version 2.10:
    * sed: Fix parsing of Discovery0 features
    * fabrics: avoid potential segfault in nvmf_dim() (bsc#1231668)
    * nvme: avoid segfault in show-topology (bsc#1226197)
    * fabrics: do not leak nvme_ctrl_t object on connect
    * nvme: extend help message when mmap regs fails
    * nvme: return -ENXIO value to open device if errno not set
    * wdc: OCP 2.5 Log Page Updates
    * fabrics: drop --quiet alias -S
    * fabrics: drop --disable-sqflow alias -d
    * fabrics: check if json config is existing (bsc#1231668)
    * plugins/ocp: fix UAF when printing telemetry log
    * nvme-print-stdout: fix persistent-event-log set feature event output
    * fabrics: do not report error when no modules are loaded when disconnecting
    * fabrics: use cleanup helper where possible
    * fabrics: print an error for ENOENT too
    * plugins/virtium: use time_t for time_stamp values
    * completions: add ocp set-error-injection command
    * doc: add ocp set-error-injection command
    * ocp: add set-error-injection command
    * nvme: use argconfig_parse_seen to check conditions
    * nvme: use proper mask to get correct lbafu value
    * utils: fix print formatting option
    * utils: cleanup includes in utils.h
    * utils: add missing header
    * nvme-print: Added print for two new fields for HMB feature
    * plugins/micron: Move OCP internal log parsing from Micron to OCP Plugin.
    * fabrics: remove unused _discover_from_json_config_file() argument
    * nvme: avoid unnecessary dup() + close() in io_mgmt_send()
    * util: remove unnecessary NULL check in cleanup_nvme_root()
    * nvme: use argconfig_parse_comma_sep_array_u16() in attach-ns
    * util: avoid duplication in argconfig_parse_comma_sep_array*()
    * util: remove redundant loop condition in argconfig_parse()
    * util: introduce is_null_or_empty() to avoid strlen()
    * util: reduce allocation sizes in argconfig_parse()
    * util: consolidate call paths to argconfig_parse_type()
    * util: reduce complexity of argconfig_parse_val()
    * util: reduce arguments passed to argconfig_parse_type()
    * util: remove empty default case in argconfig functions
    * util: remove unnecessary parentheses in argconfig_parse_type()
    * util: remove redundant cast in argconfig_parse_type()
    * util: inline argconfig_parse_byte()
    * util: remove redundant NULL check in argconfig_print_help()
    * util: use cleanup to avoid goto in argconfig_parse()
    * util: make argconfig_set_opt_val() a void function
    * util: remove argconfig_parse_val() declaration
    * util: remove argconfig CFG_SIZE type
    * wdc: Update and refactor the C0h log page parsing
    * ccan: Add freed pointer checking to delete strset member
    * fabrics: connect all hosts in config.json (bsc#1226216)
    * fabrics: refactore discover from json config (bsc#1226216)
    * fabrics: first read config before topology scanning (bsc#1226216)
    * fabrics: use helper to lookup default hostnqn/hostid (bsc#1226216)
    * fabrics: extend already connected message (bsc#1226216)
    * fabrics: use cleanup helper to free nvme root object
    * nvme: check MD size with PI size when PRACT set to 1
    * nvme-print: add new field added in TP4090
    * nvme-print-binary: add effects-log command output missed
    * completions: add ocp get-error-injection command
    * doc: add ocp get-error-injection command
    * ocp: add get-error-injection command
    * ocp: fix eol-plp-failure-mode command sel option value
    * doc: fix ocp eol-plp-failure-mode select short option
    * ocp: set UUID index for eol-plp-failure-mode command to get
    * nvme: fix verbose logging (bsc#1231668)
    * doc: fix micron ocp telemetry log parse title
    * nvme-rpmb: send RPMB_REQ_READ_RESULT for authentication key programming
    * plugins/micron: Add support for OCP telemetry log parsing
    * ocp: Update Plugin Version
    * nvme: fix lbaf inuse to use 6:5 bits
    * ocp: use NVME_ARGS macro definition by eol-plp-failure-mode command
    * nvme: extern NVME_ARGS macro definition
    * nvme: use _cleanup_free_ type buffer for get-feature command
    * plugins/ocp: Update telemetry string log page (C9h)
    * nvme-print-json: add get-feature command fahrenheit temperature output
    * nvme: add get-feature and id-ctrl commands fahrenheit outputs
    * nvme: delete smart-log command fahrenheit option
    * nvme-print: check locale to use temperatures in degrees fahrenheit
    * completion: add support for tls-key (bsc#1226197)
    * doc: add tls-key --revoke documentation (bsc#1226197)
    * doc: fix tls-key --keyfile shorthand (bsc#1226197)
    * nvme: add support to revoke TLS key (bsc#1226197)
    * nvme: return error code/message for TLS commands (bsc#1226197)
    * nvme: factor out import key function (bsc#1226197)
    * nvme: use cleanup helper to close file descriptor (bsc#1226216)
    * nvme-rpmb: use cleanup helper for STREAM objects
    * fabrics: use cleanup helper for STREAM objects
    * nvme: use cleanup helper for STREAM objects (bsc#1226216)
    * nvme: strip newline when parsing TLS key files (bsc#1226197)
    * nvme: use stdout for exporting TLS keys (bsc#1226197)
    * nvme: change _cleanup_file_ to _cleanup_fd_ (bsc#1226197)
    * common.h: Avoid using unsupported load/store instructions in arm64 VMs
    * ocp: OCP 2.5 Telemetry DA 1 and 2 Parsing Updates
    * nvme-print-stdout: refactor subsys config (bsc#1231668)
    * wdc: Fix compiler warning.
    * nvme: add flags type nvme_print_flags_t
    * nvme-print: Use 'unsigned int' instead of 'unsigned'
    * nvme: update parse_args() return value handling
    * nvme-print: Fix nvme_show_smart_log indentation error
    * nvme-print-stdout: Fix stdout_smart_log indentation error
    * nvme-print-binary: Fix binary_smart_log indentation error
    * completions: add smart-log command fahrenheit option
    * doc: Add smart-log command fahrenheit option
    * nvme: Add smart-log command fahrenheit option
    * nvme-print: add PEL vendor specific and TCG defined events strings
    * nvme-print: Print PEL reserved event string
    * completions: Add timeout option bash completions
    * completions: Add timeout option zsh completions
    * completions: Add io-mgmt-recv/send commands zsh completions
    * completions: Add /dev/nvme argument missed
    * completions: Change fw-activate command name to fw-commit
    * completions: Fix _nvme indentation errors (bsc#1226197)
    * completions: Fix bash-nvme-completion.sh indentation errors (bsc#1226197)
    * doc: Add nvme commands timeout option
    * nvme: Add support for delete-ns command timeout option
    * nvme: Change NVME_DEFAULT_IOCTL_TIMEOUT to use nvme_cfg timeout
    * nvme: Add nvme_cfg timeout default option
    * nvme: Add nvme_cfg global variable for NVME_ARGS default options
    * nvme: add helper function to get pif and sts value
    * nvme: choose PIF from QPIF if QPIFS supports and PIF is QTYPE
    * nvme: use libnvme's atomic ANA log page fetch
    * nvme: fix maximum ANA log page length calculation
    * nvme-print-json: add missing va_end()
    * fabrics: skip namespace scan for fabric commands
    * nvme-print: print the new fields added in TP4141a
    * plugins/ocp: underflow + index fixes for telemetry
    * plugins/ocp: Add ocp TCG Configuration Log Page
    * nvme-print-stdout: Add helper function to print PIF in string form
    * doc: fix format command info
    * nvme: telemetry: report the correct error if the ioctl() fails.
    * nvme-print: add the cancel opcode to the nvme_cmd_to_string() list
    * doc: fix ocp format issues
    * nbft: Reuse existing discovery controller
    * nbft: Skip SSNS records pointing to well-known discovery NQN
    * nbft: Perform actual discovery
    * util/cleanup: Add cleanup for struct nvme_fabrics_uri
    * fabrics: Make some symbols public (bsc#1226216)
    * nvme-print-stdout: fix format index in stdout_nvm_id_ns
    * plugins/solidigm: Added workload-tracker command
    * plugins/solidigm: Added extra VU fields to id-ctrl
    * nvme-print-stdout: print MEM bit of CTRATT field
    * nvme-print-stdout: fix to print the log line by line
    * fabrics: Always pass hostid and hostnqn (bsc#1226216)
    * plugins/ssstc: Replace __uint16_t with uint16_t
    * plugins/solidigm: Added log pages to vs-internal-logs
    * sed: perform a tper revert after lsp revert
    * plugins/nbft: Use default library logging
    * docs: Add missing OCP plugin docs to meson
    * ocp: Switch OCP plugin to use semantic versioning
    * nvme: fix fw-commit MUD result message
    * sed: only re-read partition table after unlock.
    * nvme-print-json: Fix LBA status DSLBA output as hexadecimal
    * nvme-print-json: Use NVME_PMRxxx register definitions to print
    * nvme-print-stdout: Fix PMRWBM register name
    * nvme-print-json: Fix channel configuration descriptors pointer
    * nvme-print-json: Fix linux kernel check patch errors
    * nvme-print: Added "Command and Feature Lockdown" string to LID 0x14
    * plugins/innogrit: `u_char` -> `unsigned char`
    * nvme: Use C99 types for uint32_t
    * nvme-print-stdout: print frl1/2/3 values for zns id-ns
    * solidigm: Eliminate <linux/limits.h>
    * nvme: remove double free in persistent-event-log
    * ocp: Add Get DSSD Power State Feature (FID: C7h)
    * nvme: initialize default library logging
    * nvme: use cleanup helper for nvme_root_t objects (bsc#1226197)
    * doc: add nvme connet ctrl-loss-tmo description
    * plugins/solidigm: Automatic enabling Data Area 4 when retrieving Telemetry.
  - always build the docs
    * add 0001-docs-rename-ocp-unsupported-req-log-file.patch

++++ salt:

  - Fix rich rule comparison in firewalld module (bsc#1222684)
  - test_vultrpy: adjust test expectation to prevent failure after Debian 10 EOL
  - Make auth.pam more robust with Salt Bundle and fix tests
  - Fix performance of user.list_groups with many remote groups
  - Fix "status.diskusage" function and exclude some tests for Salt Bundle
  - Skip certain tests if necessary for some OSes and set flaky ones
  - Add a timer to delete old env post update for venv-minion
  - Several fixes for tests to avoid errors and failures in some OSes
  - Speed up salt.matcher.confirm_top by using __context__
  - Do not call the async wrapper calls with the separate thread
  - Prevent OOM with high amount of batch async calls (bsc#1216063)
  - Add missing contextvars dependency in salt.version
  - Skip tests for unsupported algorithm on old OpenSSL version
  - Remove redundant `_file_find` call to the master
  - Prevent possible exception in tornado.concurrent.Future._set_done
  - Make reactor engine less blocking the EventPublisher
  - Make salt-master self recoverable on killing EventPublisher
  - Improve broken events catching and reporting
  - Make logging calls lighter
  - Remove unused import causing delays on starting salt-master
  - Mark python3-CherryPy as recommended package for the testsuite
  - Make "man" a recommended package instead of required
  - Added:
    * provide-systemd-timer-unit.patch
    * make-logging-calls-lighter.patch
    * add-missing-contextvars-dependency-in-salt.version.patch
    * prevent-oom-with-high-amount-of-batch-async-calls-bs.patch
    * prevent-possible-exception-in-tornado.concurrent.fut.patch
    * improve-broken-events-catching-and-reporting.patch
    * skip-tests-for-unsupported-algorithm-on-old-openssl-.patch
    * several-fixes-for-tests-to-avoid-errors-and-failures.patch
    * fix-user.list_groups-omits-remote-groups.patch
    * some-more-small-tests-fixes-enhancements-661.patch
    * skip-certain-tests-if-necessary-and-mark-some-flaky-.patch
    * firewalld-normalize-new-rich-rules-before-comparing-.patch
    * remove-redundant-_file_find-call-to-the-master.patch
    * fix-status.diskusage-and-exclude-some-tests-to-run-w.patch
    * remove-unused-import-causing-delays-on-starting-salt.patch
    * make-reactor-engine-less-blocking-the-eventpublisher.patch
    * test_vultrpy-adjust-test-expectation-to-prevent-fail.patch
    * speed-up-salt.matcher.confirm_top-by-using-__context.patch
    * do-not-call-the-async-wrapper-calls-with-the-separat.patch
    * make-salt-master-self-recoverable-on-killing-eventpu.patch

++++ sysuser-tools:

  - UID:GID: don't create group with GID if it does not exist
  - Rewrite UID:GID support to work with busybox and fix it for useradd

------------------------------------------------------------------
------------------  2024-8-1  -  Aug 1 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240801.75f05dd:
    * sysctl: Don't set kernel.pid_max on 32b archs (bsc#1227117)

++++ kernel-default:

  - workqueue: Improve scalability of workqueue watchdog touch
    (bsc#1193454).
  - commit 3c83768
  - workqueue: wq_watchdog_touch is always called with valid CPU
    (bsc#1193454).
  - commit 5cd5767
  - btrfs: qgroup: fix quota root leak after quota disable failure
    (bsc#1228655 CVE-2024-41078).
  - commit d598dd5
  - KVM: arm64: Disassociate vcpus from redistributor region on
    teardown (CVE-2024-40989 bsc#1227823).
  - commit 8e9651c
  - powerpc/eeh: avoid possible crash when edev->pdev changes
    (CVE-2024-41064 bsc#1228599).
  - commit 2510511
  - net: ks8851: Fix deadlock with the SPI chip variant (CVE-2024-41036 bsc#1228496)
  - commit 3cf617f
  - net/sched: Fix UAF when resolving a clash (CVE-2024-41040 bsc#1228518)
  - commit dea6a81
  - btrfs: make sure that WRITTEN is set on all metadata blocks (CVE-2024-35949 bsc#1224700)
    Changes: adjust returned error codes to -EUCLEAN and drop definition of
    the enum error.
  - commit 7880179

++++ python313-core:

  - Update to 3.13.0~rc1:
  - Tests
  - gh-59022: Add tests for pkgutil.extend_path(). Patch by
    Andreas Stocker.
  - gh-99242: os.getloadavg() may throw OSError when
    running regression tests under certain conditions (e.g.
    chroot). This error is now caught and ignored, since
    reporting load average is optional.
  - Security
  - 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-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 events in question are
    cpython.run_stdin and cpython.run_startup.
  - Library
  - gh-122400: Handle ValueErrors raised by os.stat() in
    filecmp.dircmp and filecmp.cmpfiles(). Patch by Bénédikt
    Tran.
  - gh-122311: Fix some error messages in pickle.
  - gh-122332: Fixed segfault with asyncio.Task.get_coro() when
    using an eager task factory.
  - gh-105733: ctypes.ARRAY() is now soft deprecated: it no
    longer emits deprecation warnings and is not scheduled for
    removal.
  - gh-122087: Restore inspect.ismethoddescriptor() and
    inspect.isroutine() returning False for functools.partial
    objects.
  - gh-122170: Handle ValueErrors raised by os.stat() in
    linecache. Patch by Bénédikt Tran.
  - gh-82951: Serializing objects with complex __qualname__
    (such as unbound methods and nested classes) by name no
    longer involves serializing parent objects by value in
    pickle protocols < 4.
  - gh-113785: csv now correctly parses numeric fields (when
    used with csv.QUOTE_NONNUMERIC or csv.QUOTE_STRINGS) which
    start with an escape character.
  - gh-122088: @warnings.deprecated now copies the
    coroutine status of functions and methods so that
    inspect.iscoroutinefunction() returns the correct result.
  - gh-120930: Fixed a bug introduced by gh-92081 that added an
    incorrect extra blank to encoded words occurring in wrapped
    headers.
  - gh-121474: Fix missing sanity check for parties arg in
    threading.Barrier constructor. Patch by Clinton Christian
    (pygeek).
  - gh-120289: Fixed the use-after-free issue in cProfile by
    disallowing disable() and clear() in external timers.
  - IDLE
  - gh-122482: Change About IDLE to direct users to
    discuss.python.org instead of the now unused idle-dev email
    and mailing list.
  - Core and Builtins
  - gh-116090: Fix an issue in JIT builds that prevented some
    for loops from correctly firing RAISE monitoring events.
  - gh-122208: Dictionary watchers now only deliver the
    PyDict_EVENT_ADDED event when the insertion is in a known
    good state to succeed.
  - gh-122300: Preserve AST nodes for f-string with
    single-element format specifiers. Patch by Pablo Galindo
  - gh-122029: Emit c_call events in sys.setprofile() when a
    PyMethodObject pointing to a PyCFunction is called.
  - gh-122026: Fix a bug that caused the tokenizer to not
    correctly identify mismatched parentheses inside f-strings
    in some situations. Patch by Pablo Galindo
  - gh-118934: Make PyEval_GetLocals return borrowed reference
  - C API
  - gh-116622: Make PyObject_Print work around a bug in Android
    and OpenBSD which prevented it from throwing an exception
    when trying to write to a read-only stream.
  - gh-121489: Export private _PyBytes_Join() again.
  - Build
  - gh-120522: Added a --with-app-store-compliance option to
    patch out known issues with macOS/iOS App Store review
    processes.

++++ tpm2.0-abrmd:

  - Update harden_tpm2-abrmd.service.patch to contain necessary SELinux
    changes (bsc#1209831)

++++ libzypp:

  - MediaPluginType must be resolved to a valid MediaHandler
    (bsc#1228208)
  - version 17.35.7 (35)

++++ makedumpfile:

  - add (bsc#1228388):
    * 0001-PATCH-Fix-failure-of-hugetlb-pages-exclusion-on-Linu.patch
    * 0002-PATCH-Fix-wrong-exclusion-of-Slab-pages-on-Linux-6.1.patch

++++ openssh:

  - Update to openssh 9.8p1:
    = Security
    * 1) Race condition in sshd(8) (bsc#1226642, CVE-2024-6387).
    A critical vulnerability in sshd(8) was present in Portable
    OpenSSH versions between 8.5p1 and 9.7p1 (inclusive) that may
    allow arbitrary code execution with root privileges.
    Successful exploitation has been demonstrated on 32-bit
    Linux/glibc systems with ASLR. Under lab conditions, the attack
    requires on average 6-8 hours of continuous connections up to
    the maximum the server will accept. Exploitation on 64-bit
    systems is believed to be possible but has not been
    demonstrated at this time. It's likely that these attacks will
    be improved upon.
    Exploitation on non-glibc systems is conceivable but has not
    been examined. Systems that lack ASLR or users of downstream
    Linux distributions that have modified OpenSSH to disable
    per-connection ASLR re-randomisation (yes - this is a thing, no
  - we don't understand why) may potentially have an easier path
    to exploitation. OpenBSD is not vulnerable.
    We thank the Qualys Security Advisory Team for discovering,
    reporting and demonstrating exploitability of this problem, and
    for providing detailed feedback on additional mitigation
    measures.
    * 2) Logic error in ssh(1) ObscureKeystrokeTiming (bsc#1227318,
    CVE-2024-39894).
    In OpenSSH version 9.5 through 9.7 (inclusive), when connected
    to an OpenSSH server version 9.5 or later, a logic error in the
    ssh(1) ObscureKeystrokeTiming feature (on by default) rendered
    this feature ineffective - a passive observer could still
    detect which network packets contained real keystrokes when the
    countermeasure was active because both fake and real keystroke
    packets were being sent unconditionally.
    This bug was found by Philippos Giavridis and also
    independently by Jacky Wei En Kung, Daniel Hugenroth and
    Alastair Beresford of the University of Cambridge Computer Lab.
    Worse, the unconditional sending of both fake and real
    keystroke packets broke another long-standing timing attack
    mitigation. Since OpenSSH 2.9.9 sshd(8) has sent fake keystoke
    echo packets for traffic received on TTYs in echo-off mode,
    such as when entering a password into su(8) or sudo(8). This
    bug rendered these fake keystroke echoes ineffective and could
    allow a passive observer of a SSH session to once again detect
    when echo was off and obtain fairly limited timing information
    about keystrokes in this situation (20ms granularity by
    default).
    This additional implication of the bug was identified by
    Jacky Wei En Kung, Daniel Hugenroth and Alastair Beresford and
    we thank them for their detailed analysis.
    This bug does not affect connections when
    ObscureKeystrokeTiming was disabled or sessions where no TTY
    was requested.
    = Future deprecation notice
    * OpenSSH plans to remove support for the DSA signature algorithm
    in early 2025. This release disables DSA by default at compile
    time.
    DSA, as specified in the SSHv2 protocol, is inherently weak -
    being limited to a 160 bit private key and use of the SHA1
    digest. Its estimated security level is only 80 bits symmetric
    equivalent.
    OpenSSH has disabled DSA keys by default since 2015 but has
    retained run-time optional support for them. DSA was the only
    mandatory-to-implement algorithm in the SSHv2 RFCs, mostly
    because alternative algorithms were encumbered by patents when
    the SSHv2 protocol was specified.
    This has not been the case for decades at this point and better
    algorithms are well supported by all actively-maintained SSH
    implementations. We do not consider the costs of maintaining
    DSA in OpenSSH to be justified and hope that removing it from
    OpenSSH can accelerate its wider deprecation in supporting
    cryptography libraries.
    This release, and its deactivation of DSA by default at
    compile-time, marks the second step in our timeline to finally
    deprecate DSA. The final step of removing DSA support entirely
    is planned for the first OpenSSH release of 2025.
    DSA support may be re-enabled in OpenBSD by setting
    "DSAKEY=yes" in Makefile.inc. To enable DSA support in
    portable OpenSSH, pass the "--enable-dsa-keys" option to
    configure.
    = Potentially-incompatible changes
    * all: as mentioned above, the DSA signature algorithm is now
    disabled at compile time.
    * sshd(8): the server will now block client addresses that
    repeatedly fail authentication, repeatedly connect without ever
    completing authentication or that crash the server. See the
    discussion of PerSourcePenalties below for more information.
    Operators of servers that accept connections from many users,
    or servers that accept connections from addresses behind NAT or
    proxies may need to consider these settings.
    * sshd(8): the server has been split into a listener binary,
    sshd(8), and a per-session binary "sshd-session". This allows
    for a much smaller listener binary, as it no longer needs to
    support the SSH protocol. As part of this work, support for
    disabling privilege separation (which previously required code
    changes to disable) and disabling re-execution of sshd(8) has
    been removed. Further separation of sshd-session into
    additional, minimal binaries is planned for the future.
    * sshd(8): several log messages have changed. In particular, some
    log messages will be tagged with as originating from a process
    named "sshd-session" rather than "sshd".
    * ssh-keyscan(1): this tool previously emitted comment lines
    containing the hostname and SSH protocol banner to standard
    error. This release now emits them to standard output, but adds
    a new "-q" flag to silence them altogether.
    * sshd(8): (portable OpenSSH only) sshd will no longer use
    argv[0] as the PAM service name. A new "PAMServiceName"
    sshd_config(5) directive allows selecting the service name at
    runtime. This defaults to "sshd". bz2101
    * (portable OpenSSH only) Automatically-generated files, such as
    configure, config.h.in, etc will now be checked in to the
    portable OpenSSH git release branch (e.g. V_9_8). This should
    ensure that the contents of the signed release branch exactly
    match the contents of the signed release tarball.
    = New features
    * sshd(8): as described above, sshd(8) will now penalise client
    addresses that, for various reasons, do not successfully
    complete authentication. This feature is controlled by a new
    sshd_config(5) PerSourcePenalties option and is on by default.
    sshd(8) will now identify situations where the session did not
    authenticate as expected. These conditions include when the
    client repeatedly attempted authentication unsucessfully
    (possibly indicating an attack against one or more accounts,
    e.g. password guessing), or when client behaviour caused sshd
    to crash (possibly indicating attempts to exploit bugs in
    sshd).
    When such a condition is observed, sshd will record a penalty
    of some duration (e.g. 30 seconds) against the client's
    address. If this time is above a minimum configurable
    threshold, then all connections from the client address will be
    refused (along with any others in the same
    PerSourceNetBlockSize CIDR range) until the penalty expire.
    Repeated offenses by the same client address will accrue
    greater penalties, up to a configurable maximum. Address ranges
    may be fully exempted from penalties, e.g. to guarantee access
    from a set of trusted management addresses, using the new
    sshd_config(5) PerSourcePenaltyExemptList option.
    We hope these options will make it significantly more difficult
    for attackers to find accounts with weak/guessable passwords or
    exploit bugs in sshd(8) itself. This option is enabled by
    default.
    * ssh(8): allow the HostkeyAlgorithms directive to disable the
    implicit fallback from certificate host key to plain host keys.
    = Bugfixes
    * misc: fix a number of inaccuracies in the PROTOCOL.*
    documentation files. GHPR430 GHPR487
    * all: switch to strtonum(3) for more robust integer parsing in
    most places.
    * ssh(1), sshd(8): correctly restore sigprocmask around ppoll()
    * ssh-keysign(8): stricter validation of messaging socket fd
    GHPR492
    * sftp(1): flush stdout after writing "sftp>" prompt when not
    using editline. GHPR480
    * sftp-server(8): fix home-directory extension implementation,
    it previously always returned the current user's home directory
    contrary to the spec. GHPR477
    * ssh-keyscan(1): do not close stdin to prevent error messages
    when stdin is read multiple times. E.g.
    echo localhost | ssh-keyscan -f - -f -
    * regression tests: fix rekey test that was testing the same KEX
    algorithm repeatedly instead of testing all of them. bz3692
    * ssh_config(5), sshd_config(5): clarify the KEXAlgorithms
    directive documentation, especially around what is supported
    vs available. bz3701.
    = Portability
    * sshd(8): expose SSH_AUTH_INFO_0 always to PAM auth modules
    unconditionally. The previous behaviour was to expose it only
    when particular authentication methods were in use.
    * build: fix OpenSSL ED25519 support detection. An incorrect
    function signature in configure.ac previously prevented
    enabling the recently added support for ED25519 private keys in
    PEM PKCS8 format.
    * ssh(1), ssh-agent(8): allow the presence of the WAYLAND_DISPLAY
    environment variable to enable SSH_ASKPASS, similarly to the
    X11 DISPLAY environment variable. GHPR479
    * build: improve detection of the -fzero-call-used-regs compiler
    flag. bz3673.
    * build: relax OpenSSL version check to accept all OpenSSL 3.x
    versions.
    * sshd(8): add support for notifying systemd on server listen and
    reload, using a standalone implementation that doesn't depend
    on libsystemd. bz2641
  - Update to openssh 9.7p1:
    = New features
    * ssh(1), sshd(8): add a "global" ChannelTimeout type that
    watches all open channels and will close all open channels if
    there is no traffic on any of them for the specified interval.
    This is in addition to the existing per-channel timeouts added
    recently.
    This supports situations like having both session and x11
    forwarding channels open where one may be idle for an extended
    period but the other is actively used. The global timeout could
    close both channels when both have been idle for too long.
    * All: make DSA key support compile-time optional, defaulting to
    on.
    = Bugfixes
    * sshd(8): don't append an unnecessary space to the end of
    subsystem arguments (bz3667)
    * ssh(1): fix the multiplexing "channel proxy" mode, broken when
    keystroke timing obfuscation was added. (GHPR#463)
    * ssh(1), sshd(8): fix spurious configuration parsing errors when
    options that accept array arguments are overridden (bz3657).
    * ssh-agent(1): fix potential spin in signal handler (bz3670)
    * Many fixes to manual pages and other documentation, including
    GHPR#462, GHPR#454, GHPR#442 and GHPR#441.
    * Greatly improve interop testing against PuTTY.
    = Portability
    * Improve the error message when the autoconf OpenSSL header
    check fails (bz#3668)
    * Improve detection of broken toolchain -fzero-call-used-regs
    support (bz3645).
    * Fix regress/misc/fuzz-harness fuzzers and make them compile
    without warnings when using clang16
  - Use gcc-11 in SLE to avoid a "parameter name omitted" error
  - Rebase patches:
    * logind_set_tty.patch
    * openssh-6.6.1p1-selinux-contexts.patch
    * openssh-6.6p1-keycat.patch
    * openssh-6.6p1-privsep-selinux.patch
    * openssh-7.6p1-cleanup-selinux.patch
    * openssh-7.7p1-cavstest-ctr.patch
    * openssh-7.7p1-cavstest-kdf.patch
    * openssh-7.7p1-fips.patch
    * openssh-7.7p1-fips_checks.patch
    * openssh-7.7p1-ldap.patch
    * openssh-7.7p1-pam_check_locks.patch
    * openssh-7.7p1-systemd-notify.patch
    * openssh-7.8p1-role-mls.patch
    * openssh-8.0p1-gssapi-keyex.patch
    * openssh-8.1p1-audit.patch
    * openssh-8.4p1-vendordir.patch
    * openssh-9.6p1-crypto-policies-man.patch
    * openssh-mitigate-lingering-secrets.patch
    * openssh-reenable-dh-group14-sha1-default.patch
    * wtmpdb.patch
  - Thanks to Fedora developers for an initial version of the
    rebase of the following patches:
    * openssh-8.0p1-gssapi-keyex.patch
    * openssh-7.8p1-role-mls.patch
    * openssh-8.1p1-audit.patch
  - Remove patches that are already included in 9.8p1:
    * fix-CVE-2024-6387.patch
    * 0001-upstream-fix-proxy-multiplexing-mode_-broken-when-keystroke.patch
    * 0001-upstream-correctly-restore-sigprocmask-around-ppoll.patch
    * 0001-upstream-when-sending-ObscureKeystrokeTiming-chaff-packets_.patch
  - Remove patch that is now merged into
    openssh-7.7p1-cavstest-ctr.patch and
    openssh-7.7p1-cavstest-kdf.patch where it belongs:
    * fix-missing-lz.patch

++++ passt:

  - Update to version 20240726.57a21d2:
    * tap: Improve handling of partially received frames on qemu socket
    * tap: Correctly handle frames of odd length
    * tap: Don't use EPOLLET on Qemu sockets
    * tap: Don't attempt to carry on if we get a bad frame length from qemu
    * tap: Better report errors receiving from QEMU socket
    * log: Fetch log times with CLOCK_MONOTONIC, not CLOCK_REALTIME
    * log: Initialise timestamp for relative log time also if we use a log file
    * log, util: Fix sub-second part in relative log time calculation
    * test/lib/perf_report: Fix highlight
    * test: Fix spurious test failure with systemd-resolved
    * fwd: Broaden what we consider for DNS specific forwarding rules
    * fwd: Refactor tests in fwd_nat_from_tap() for clarity
    * conf: Accept addresses enclosed by square brackets in port forwarding specifiers
    * tap: Exit if we fail to bind a UNIX domain socket with explicit path
    * test: iperf3 3.16 introduces multiple threads, drop our own implementation of that
    * test: Update names of symbols and slabinfo entries
    * test: Fix memory/passt tests, --netns-only is not a valid option for passt
    * log: Drop newlines in the middle of the perror()-like messages
    * tcp: Change SO_PEEK_OFF support message to debug()
    * tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down
    * tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops frames
    * tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6
    * udp: Rename UDP listening sockets
    * udp: Remove rdelta port forwarding maps
    * udp: Remove obsolete socket tracking
    * udp: Direct datagrams from host to guest via flow table
    * udp: Find or create flows for datagrams from tap interface
    * udp: Remove obsolete splice tracking
    * udp: Handle "spliced" datagrams with per-flow sockets
    * udp: Create flows for datagrams from originating sockets
    * fwd: Update flow forwarding logic for UDP
    * flow, icmp: Use general flow forwarding rules for ICMP
    * flow, tcp: Flow based NAT and port forwarding for TCP
    * icmp: Manage outbound socket address via flow table
    * flow: Helper to create sockets based on flowside
    * icmp: Eliminate icmp_id_map
    * icmp: Look up ping flows using flow hash
    * icmp: Obtain destination addresses from the flowsides
    * icmp: Remove redundant id field from flow table entry
    * tcp: Re-use flow hash for initial sequence number generation
    * flow, tcp: Generalise TCP hash table to general flow hash table
    * tcp, flow: Replace TCP specific hash function with general flow hash
    * tcp_splice: Eliminate SPLICE_V6 flag
    * tcp: Simplify endpoint validation using flowside information
    * tcp: Manage outbound address via flow table
    * tcp: Obtain guest address from flowside
    * tcp, flow: Remove redundant information, repack connection structures
    * flow: Common address information for target side
    * flow: Common address information for initiating side
    * doc: Extend zero-recv test with methods using msghdr
    * doc: Test behaviour of closing duplicate UDP sockets
    * tcp_splice: Use parameterised macros for per-side event/flag bits
    * flow: Introduce flow_foreach_sidei() macro
    * flow, tcp_splice: Prefer 'sidei' for variables referring to side index
    * flow, icmp, tcp: Clean up helpers for getting flow from index
    * udp: Handle errors on UDP sockets
    * util: Add AF_UNSPEC support to sockaddr_ntop()
    * udp, tcp: Tweak handling of no_udp and no_tcp flags
    * udp: Make udp_sock_recv static
    * conf: Don't configure port forwarding for a disabled protocol
    * tcp: handle shrunk window advertisements from guest
    * tcp: leverage support of SO_PEEK_OFF socket option when available
    * doc: Trivial fix for reuseaddr-priority
    * doc: Test behaviour of zero length datagram recv()s
    * doc: Add program to document and test assumptions about SO_REUSEADDR
    * udp: Consolidate datagram batching
    * udp: Move some more of sock_handler tasks into sub-functions
    * udp: Don't repeatedly initialise udp[46]_eth_hdr
    * udp: Unify udp[46]_l2_iov
    * udp: Unify udp[46]_mh_splice
    * udp: Rename IOV and mmsghdr arrays
    * udp: Pass full epoll reference through more of sock handler path
    * flow: Add flow_sidx_valid() helper
    * util: sock_l4() determine protocol from epoll type rather than the reverse
    * conf: Use the right maximum buffer size for c->sock_path
    * tcp_splice: Check return value of setsockopt() for SO_RCVLOWAT
    * conf: Copy up to MAXDNSRCH - 1 bytes, not MAXDNSRCH

++++ python313:

  - Update to 3.13.0~rc1:
  - Tests
  - gh-59022: Add tests for pkgutil.extend_path(). Patch by
    Andreas Stocker.
  - gh-99242: os.getloadavg() may throw OSError when
    running regression tests under certain conditions (e.g.
    chroot). This error is now caught and ignored, since
    reporting load average is optional.
  - Security
  - 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-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 events in question are
    cpython.run_stdin and cpython.run_startup.
  - Library
  - gh-122400: Handle ValueErrors raised by os.stat() in
    filecmp.dircmp and filecmp.cmpfiles(). Patch by Bénédikt
    Tran.
  - gh-122311: Fix some error messages in pickle.
  - gh-122332: Fixed segfault with asyncio.Task.get_coro() when
    using an eager task factory.
  - gh-105733: ctypes.ARRAY() is now soft deprecated: it no
    longer emits deprecation warnings and is not scheduled for
    removal.
  - gh-122087: Restore inspect.ismethoddescriptor() and
    inspect.isroutine() returning False for functools.partial
    objects.
  - gh-122170: Handle ValueErrors raised by os.stat() in
    linecache. Patch by Bénédikt Tran.
  - gh-82951: Serializing objects with complex __qualname__
    (such as unbound methods and nested classes) by name no
    longer involves serializing parent objects by value in
    pickle protocols < 4.
  - gh-113785: csv now correctly parses numeric fields (when
    used with csv.QUOTE_NONNUMERIC or csv.QUOTE_STRINGS) which
    start with an escape character.
  - gh-122088: @warnings.deprecated now copies the
    coroutine status of functions and methods so that
    inspect.iscoroutinefunction() returns the correct result.
  - gh-120930: Fixed a bug introduced by gh-92081 that added an
    incorrect extra blank to encoded words occurring in wrapped
    headers.
  - gh-121474: Fix missing sanity check for parties arg in
    threading.Barrier constructor. Patch by Clinton Christian
    (pygeek).
  - gh-120289: Fixed the use-after-free issue in cProfile by
    disallowing disable() and clear() in external timers.
  - IDLE
  - gh-122482: Change About IDLE to direct users to
    discuss.python.org instead of the now unused idle-dev email
    and mailing list.
  - Core and Builtins
  - gh-116090: Fix an issue in JIT builds that prevented some
    for loops from correctly firing RAISE monitoring events.
  - gh-122208: Dictionary watchers now only deliver the
    PyDict_EVENT_ADDED event when the insertion is in a known
    good state to succeed.
  - gh-122300: Preserve AST nodes for f-string with
    single-element format specifiers. Patch by Pablo Galindo
  - gh-122029: Emit c_call events in sys.setprofile() when a
    PyMethodObject pointing to a PyCFunction is called.
  - gh-122026: Fix a bug that caused the tokenizer to not
    correctly identify mismatched parentheses inside f-strings
    in some situations. Patch by Pablo Galindo
  - gh-118934: Make PyEval_GetLocals return borrowed reference
  - C API
  - gh-116622: Make PyObject_Print work around a bug in Android
    and OpenBSD which prevented it from throwing an exception
    when trying to write to a read-only stream.
  - gh-121489: Export private _PyBytes_Join() again.
  - Build
  - gh-120522: Added a --with-app-store-compliance option to
    patch out known issues with macOS/iOS App Store review
    processes.

++++ supportutils:

  - Changes to version 3.2.8
    + Avoid getting duplicate kernel verifications in boot.text (pr#190)
    + lvm: suppress file descriptor leak warnings from lvm commands (pr#191)
    + docker_info: Add timestamps to container logs (pr#196)
    + Key value pairs and container log timestamps (bsc#1222021 PED-8211, pr#198)
    + Update supportconfig get pam.d sorted (pr#199)
    + yast_files: Exclude .zcat (pr#201)
    + Sanitize grub bootloader (bsc#1227127, pr#203)
    + Sanitize regcodes (pr#204)
    + Improve product detection (pr#205)
    + Add read_values for s390x (bsc#1228265, pr#206)
    + hardware_info: Remove old alsa ver check (pr#209)
    + drbd_info: Fix incorrect escape of quotes (pr#210)

++++ swtpm:

  - update to 0.9.0:
  - fixes: boo#1226398
  - swtpm:
  - Use umask() to create/truncated state file rather than fchmod()
  - Use fchmod to set mode bits provided by user
  - Replace mkstemp with g_mkstemp_full (Coverity)
  - fix typo in help message
  - cuse: Fix Coverity complaints regarding locks
  - Fix double free in error path
  - Close fd after main loop
  - Restore logging to stderr on log open failure
  - swtpm_setup:
  - Fail --pcr-banks without --tpm2
  - Fail --decryption or --allow-signing without --tpm2
  - Initialized argv in get_swtpm_capabilities()
  - Flush spk after persisting to create room for another key
  - Refactor duplicate code into swtpm_tpm2_write_cert_nvram
  - Move persisting of certificate into tpm2_persist_certificate
  - Pass key_type to function creating filename for key
  - Add scheme parameter before curveid to createprimary_ecc
  - Rename is_ek to preserve for future extension
  - Mask-out EK and plaform certificate flags and set cert_flags
  - Move common code into new function read_certificate_file()
  - Exit with '0' upon --version rather than '1'
  - Close file descriptors passed to swtpm process on parent side
  - Make stdout unbuffered
  - Use medium duration on TSC_PhysicalPresence to avoid timeouts
  - Add poll() after write() and before read() to detect errors
  - swtpm_localca:
  - Add support for up to 20 bytes serial numbers
  - Introduce --key as more generic alias for --ek
  - Add missing NULL option to end of array
  - Make stdout unbuffered
  - swtpm_cert:
  - Add support for serial numbers up to 20 bytes long
  - swtpm_ioctl:
  - Separate return code from flags
  - Repeatedly call PTM_GET_INFO for long responses
  - selinux:
  - Re-add rule for svirt_tcg_t and user_tmp_t:sock_file (virt-install)
  - New SELinux policy that requires Fedora 40 or later
  - tests:
  - Fixed occurrences of stray '' before '-'
  - Rearrange order of test cases to run some also as 'root'
  - Add tests for command line options and combinations of options
  - Add softhsm_setup to shellcheck'ed files and fix issues
  - Add missing 'exit 1' on unexpected file size on --reconfigure
  - Add test cases for swtpm_cert with max serial number
  - Fix spelling mistakes
  - reformat regexs for easier readability and extension
  - ibmtss2: Add patch to disable x509 test with older libtpms
  - Upgrade to ibmtss2 v2.0.1
  - Fixed several issues detected by shellcheck
  - build-sys:
  - Add support for --disable-tests to disable tests
  - Display GMP_LIBS and GMP_CFLAGS
  - Only display warning if pkg-config for gmp fails
  - Add gmp library and devel package as dependency
  - use PKG_CHECK_MODULES to check libtpms version

------------------------------------------------------------------
------------------  2024-7-31  -  Jul 31 2024  -------------------
------------------------------------------------------------------

++++ btrfsprogs:

  - update to 6.10
    * inspect:
    * list-chunks: new command to print information about chunks (i.e.
    the physical chunks as stored on devices), sortable; requires root as
    it's using SEARCH_TREE ioctl
    * tree-stats:
    * new option -t to print only the given tree
    * add long options for size units
    * filesystem df: with increased verbosity print per-type information from sysfs
    * version: print a line with built-in features or options (+FEATURE1 -FEATURE2)
    * image: document option -s and its potential problems
    * fixes:
    * scrub status: user selected base for Rate values
    * receive: escape special characters in paths and xattrs
    * dump-tree: escape special characters in paths and xattrs
    * image: sanitizing filenames did not work properly in all cases
    * convert: fix displayed restored image path on rollback
    * tune change csum: do conversion in smaller batches
    * other:
    * build fixes for uClibc
    * build fix for python 3.13
    * documentation updates

++++ chrony:

  - Update clknetsim to snapshot 633a0be: fix missing stat/fstat with
    latest glibc.

++++ cockpit:

  - new version 321:
    * Bug fixes and performance improvements
  - vendor.tar.gz: dropped. Bundling now part of main tarball.
  - update_version.sh: use instead of `osc service mr` to do version
    updates. updated README.packaging

++++ cockpit-machines:

  - update_version.sh: add script for auto-updates
  - switch to upstream package-lock.json
  - do not run scripts during npm install
  - switch to source package instead of precombined upstream release

++++ cockpit-podman:

  - New version 91. Changes since 84:
    * Implement pull option for existing images
    * Use binary http channel for podman socket for non-UTF-8 robustness
    * Stop using obsolete cockpit.utf8_{de,en}coder() API
    * Translation updates
    * Bug fixes and performance improvements
  - update_version.sh: fetch package-lock.json from upstream
    instead of regenerating.

++++ cryptsetup:

  - Update to 2.7.4:
    * Detect device busy failure for device-mapper table-referenced
    devices.
    * Fix shared activation for dm-verity devices.
    * Add --shared option for veritysetup open action.
    * Do not use exclusive flag for the allocated backing loop files.
    * Fixes for problems found by static analyzers and Valgrind.
    * Fixes to tests and CI scripts.
  - Use fdupes to link identical man pages.

++++ curl:

  - Update to 8.9.1:
    * Security fixes:
  - curl: ASN.1 date parser overread [bsc#1228535, CVE-2024-7264]
    * Bugfixes:
  - cmake: detect 'libssh' via 'pkg-config'
  - cmake: detect 'nettle' when building with GnuTLS
  - connect: fix connection shutdown for event based processing
  - curl: more defensive socket code for --ip-tos
  - CURLOPT_SSL_CTX_FUNCTION.md: mention CA caching
  - CURLSHOPT_SHARE.md: mention sessions/cookies as not thread-safe
  - ftpserver.pl: make POP3 LIST serve content from the test file
  - lib: survive some NULL input args
  - os400: build cli manual.
  - os400: workaround an IBM ASCII run-time library bug
  - transfer: speed limiting fix for 32bit systems
  - vtls: avoid forward declaration in MultiSSL builds
  - x509asn1: unittests and fixes for gtime2str

++++ docker:

  - Update to Docker 26.1.5-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/26.1/#2615>
    bsc#1230294
  - This update includes fixes for:
    * CVE-2024-41110. bsc#1228324
    * CVE-2023-47108. bsc#1217070
    * CVE-2023-45142. bsc#1228553
  - 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
    * 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
    [NOTE: This update was only ever released in SLES and Leap.]
  - Update to Docker 25.0.6-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/25.0/#2506>
  - This update includes fixes for:
    * CVE-2024-41110. bsc#1228324
    * CVE-2023-47108. bsc#1217070 bsc#1229806
    * CVE-2023-45142. bsc#1228553 bsc#1229806
  - 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
    * 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch

++++ python-kiwi:

  - Fix test_process_result_bundle_as_rpm
    os.path.basename was called on a MagicMock object which
    sometimes confused pytest
  - CI: Add testing against Python 3.13
    Python 3.13 is shipping in Fedora Linux for Fedora Linux 41, so we
    should ensure kiwi is tested against it. The testing setup is
    based on the latest development version of 3.13 as it is not
    yet released.
  - Fix kiwi-repart restrictions
    The kiwi repart dracut module reads a profile file and if it
    does not exists it dies in the initrd. However, that profile
    file is not mandatory for the main resize functionality. Thus
    this commit turns this into a warning message. In addition
    the module-setup for 90kiwi-repart makes sure to include
    the required and optional profile files.
    This Fixes bsc#1228118

++++ fde-tools:

  - Add fde-tools-bsc1218181-replace-crypttab-key-path.patch to
    change the key path in crypttab to avoid the unexpected error
    (bsc#1218181)

++++ gstreamer:

  - Update to version 1.24.6:
    + Highlighted bugfixes:
  - Fix compatibility with FFmpeg 7.0.
  - qmlglsink: Fix failure to display content on recent Android
    devices.
  - adaptivedemux: Fix handling of closed caption streams.
  - cuda: Fix runtime compiler loading with old CUDA tookit.
  - decodebin3 stream selection handling fixes.
  - d3d11compositor, d3d12compositor: Fix transparent background
    mode with YUV output.
  - d3d12converter: Make gamma remap work as intended.
  - h264decoder: Update output frame duration for interlaced
    video when second field frame is discarded.
  - macOS audio device provider now listens to audio devices
    being added/removed at runtime.
  - Rust plugins: audioloudnorm, s3hlssink, gtk4paintablesink,
    livesync and webrtcsink fixes.
  - videoaggregator: preserve features in non-alpha caps for
    subclasses with non-system memory sink caps.
  - vtenc: Fix redistribute latency spam.
  - v4l2: fixes for complex video formats.
  - va: Fix strides when importing DMABUFs, dmabuf handle leaks,
    and blocklist unmaintained Intel i965 driver for encoding.
  - waylandsink: Fix surface cropping for rotated streams.
  - webrtcdsp: Enable multi_channel processing to fix handling of
    stereo streams.
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements.

++++ gstreamer-plugins-base:

  - Update to version 1.24.6:
    + Highlighted bugfixes:
  - Fix compatibility with FFmpeg 7.0.
  - qmlglsink: Fix failure to display content on recent Android
    devices.
  - adaptivedemux: Fix handling of closed caption streams.
  - cuda: Fix runtime compiler loading with old CUDA tookit.
  - decodebin3 stream selection handling fixes.
  - d3d11compositor, d3d12compositor: Fix transparent background
    mode with YUV output.
  - d3d12converter: Make gamma remap work as intended.
  - h264decoder: Update output frame duration for interlaced
    video when second field frame is discarded.
  - macOS audio device provider now listens to audio devices
    being added/removed at runtime.
  - Rust plugins: audioloudnorm, s3hlssink, gtk4paintablesink,
    livesync and webrtcsink fixes.
  - videoaggregator: preserve features in non-alpha caps for
    subclasses with non-system memory sink caps.
  - vtenc: Fix redistribute latency spam.
  - v4l2: fixes for complex video formats.
  - va: Fix strides when importing DMABUFs, dmabuf handle leaks,
    and blocklist unmaintained Intel i965 driver for encoding.
  - waylandsink: Fix surface cropping for rotated streams.
  - webrtcdsp: Enable multi_channel processing to fix handling of
    stereo streams.
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements.

++++ kernel-default:

  - ila: block BH in ila_output() (CVE-2024-41081 bsc#1228617)
  - commit b832793
  - NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076 bsc#1228649)
  - commit c2db2a8
  - gfs2: Fix NULL pointer dereference in gfs2_log_flush
    (bsc#1228672 CVE-2024-42079).
  - commit 61cd0c5
  - Update patch reference for ASoC fix (CVE-2024-41069 bsc#1228644)
  - commit bc5c8af
  - Update patches.suse/nilfs2-fix-inode-number-range-checks.patch
    (stable-fixes bsc#1228665 CVE-2024-42105).
  - commit c8d5b4d
  - Update patches.suse/hfsplus-fix-uninit-value-in-copy_name.patch
    (git-fixes bsc#1228561 CVE-2024-41059).
  - commit f1238d0
  - cachefiles: fix slab-use-after-free in
    cachefiles_withdraw_cookie() (bsc#1228462 CVE-2024-41057).
  - cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
    (bsc#1228459 CVE-2024-41058).
  - netfs, fscache: export fscache_put_volume() and add
    fscache_try_get_volume() (bsc#1228459 bsc#1228462).
  - commit a80ddf3
  - platform/chrome: cros_ec_proto: Lock device when updating MKBP
    version (git-fixes).
  - commit ab277a6
  - ocfs2: add bounds checking to ocfs2_check_dir_entry()
    (bsc#1228409 CVE-2024-41015).
  - ocfs2: strict bound check before memcmp in
    ocfs2_xattr_find_entry() (bsc#1228410).
  - ocfs2: add bounds checking to ocfs2_xattr_find_entry()
    (bsc#1228410 CVE-2024-41016).
  - commit ec6fa65
  - platform/chrome: cros_ec_proto: Lock device when updating MKBP
    version (git-fixes).
  - commit d441a76
  - Update patch reference of dmaengine fix (CVE-2024-40956 bsc#1227810)
  - commit d7e764c
  - vfio/pci: Disable auto-enable of exclusive INTx IRQ (bsc#1222625
    CVE-2024-27437).
  - commit de8901b
  - mm: vmalloc: check if a hash-index is in cpu_possible_mask (CVE-2024-41032 bsc#1228460)
  - commit 9b04845
  - seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (CVE-2024-40957 bsc#1227811)
  - commit a8ab7dd
  - udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port() (CVE-2024-41041 bsc#1228520)
  - commit 74b98cc
  - net: do not leave a dangling sk pointer, when socket creation fails (CVE-2024-40954 bsc#1227808)
  - commit 5ea4aa9
  - netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers (CVE-2024-42070 bsc#1228470)
  - commit 3ac6386

++++ kernel-firmware-all:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-amdgpu:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-ath10k:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-ath11k:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-ath12k:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-atheros:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-bluetooth:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-bnx2:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-brcm:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-chelsio:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-dpaa2:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-i915:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-intel:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-iwlwifi:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-liquidio:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-marvell:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-media:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-mediatek:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-mellanox:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-mwifiex:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-network:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-nfp:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-nvidia:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-platform:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-prestera:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-qcom:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-qlogic:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-radeon:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-realtek:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-serial:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-sound:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-ti:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-ueagle:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ kernel-firmware-usb-network:

  - Update to version 20240728 (git commit bcd040c21dc9):
    * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351
    * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release"
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: add gl FW for core89-58 release
    * iwlwifi: update ty/So/Ma firmwares for core89-58 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release
    * mediatek: Update mt8195 SOF firmware and sof-tplg
    * ASoC: tas2781: fix the license issue for tas781 firmware
    * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008
    * .gitignore: Ignore intermediate files
    * i915: Update Xe2LPD DMC to v2.21
    * qcom: move signed x1e80100 signed firmware to the SoC subdir
    * qcom: add video firmware file for vpu-3.0
    * intel: avs: Add topology file for I2S Analog Devices 4567
    * intel: avs: Add topology file for I2S Nuvoton 8825
    * intel: avs: Add topology file for I2S Maxim 98927
    * intel: avs: Add topology file for I2S Maxim 98373
    * intel: avs: Add topology file for I2S Maxim 98357a
    * intel: avs: Add topology file for I2S Dialog 7219
    * intel: avs: Add topology file for I2S Realtek 5663
    * intel: avs: Add topology file for I2S Realtek 5640
    * intel: avs: Add topology file for I2S Realtek 5514
    * intel: avs: Add topology file for I2S Realtek 298
    * intel: avs: Add topology file for I2S Realtek 286
    * intel: avs: Add topology file for I2S Realtek 274
    * intel: avs: Add topology file for Digital Microphone Array
    * intel: avs: Add topology file for HDMI codecs
    * intel: avs: Add topology file for HDAudio codecs
    * Add a copy of Apache-2.0
    * intel: avs: Update AudioDSP base firmware for APL-based platforms
  - Update aliases from 6.10.y and 6.11-rc1
  - Add the Provides/Obsoletes for avs-topology-firmware, as now the
    firmware files are provided in this package

++++ pv:

  - update to 1.8.12:
    * fix detection of output block device size
    * do not treat a zero/interrupted write as an end of file

++++ python-cryptography:

  - Update building of Rust modules to use modern cargo_vendor
    service
  - Remove unneeded use-offline-build.patch

++++ vim:

  - Update apparmor.vim to latest version (from AppArmor 4.0.2)
  - add support for "all" and "userns" rules, and new profile flags

------------------------------------------------------------------
------------------  2024-7-30  -  Jul 30 2024  -------------------
------------------------------------------------------------------

++++ cryptsetup:

  - Update to 2.7.3:
    * Do not allow formatting LUKS2 with Opal SED (hardware encryption)
    if the reported logical sector size for the block device and Opal
    encryption logical block differs.
    * Fixes to wiping LUKS2 headers after Opal locking area erase.
    * Mention the need for possible PSID revert before Opal format for some
    drives (man page).
    * Fix Bitlocker-compatible code to ignore newly seen metadata entries.
    * Fix interactive query retry if LUKS2 unbound keyslot is present.
    * Detect unsupported zoned devices for LUKS header devices.
    * Allow "capi" cipher format for benchmark command and fix parsing
    of plain IV in "capi" format.
    * Add support for HCTR2 encryption mode.
    * Source code now uses SPDX license identifiers instead of full
    license preambles.
    * Fix missing includes for cryptographic backend that could cause
    compilation errors for some systems.
    * Fix tests to work correctly in FIPS mode with recent OpenSSL 3.2.
    * Fix various (mostly false positive) issues detected by Coverity.

++++ python-kiwi:

  - Do not exclude the .profile env file by default
    kiwi's initrd modules read a .profile file which gets included
    into the initrd produced at build time. To allow rebuild of a
    host-only initrd from the booted system this information should
    be present such that it is possible to re-use kiwi initrd code.
  - Get rid of debootstrap
    Replace debootstrap with an apt-get based pre-download of
    packages followed by a dpkg-deb extraction.
    This Fixes #2599
  - Bump version: 10.0.26 → 10.0.27
  - Fix dracut-interactive with systemd 256
    With systemd 256, /usr (and thus also /bin/) is read-only in the initrd.
    Move dracut-interactive and its .service into /run instead.

++++ git:

  - update to 2.46.0
    UI, Workflows & Features
    * The "--rfc" option of "git format-patch" learned to take an
    optional string value to be used in place of "RFC" to tweak the
    "[PATCH]" on the subject header.
    * The credential helper protocol, together with the HTTP layer, have
    been enhanced to support authentication schemes different from
    username & password pair, like Bearer and NTLM.
    * Command line completion script (in contrib/) learned to complete
    "git symbolic-ref" a bit better (you need to enable plumbing
    commands to be completed with GIT_COMPLETION_SHOW_ALL_COMMANDS).
    * When the user responds to a prompt given by "git add -p" with an
    unsupported command, list of available commands were given, which
    was too much if the user knew what they wanted to type but merely
    made a typo.  Now the user gets a much shorter error message.
    * The color parsing code learned to handle 12-bit RGB colors, spelled
    as "#RGB" (in addition to "#RRGGBB" that is already supported).
    * The operation mode options (like "--get") the "git config" command
    uses have been deprecated and replaced with subcommands (like "git
    config get").
    * "git tag" learned the "--trailer" option to futz with the trailers
    in the same way as "git commit" does.
    * A new global "--no-advice" option can be used to disable all advice
    messages, which is meant to be used only in scripts.
    * Updates to symbolic refs can now be made as a part of ref
    transaction.
    * The trailer API has been reshuffled a bit.
    * Terminology to call various ref-like things are getting
    straightened out.
    * The command line completion script (in contrib/) has been adjusted
    to the recent update to "git config" that adopted subcommand based
    UI.
    * The knobs to tweak how reftable files are written have been made
    available as configuration variables.
    * When "git push" notices that the commit at the tip of the ref on
    the other side it is about to overwrite does not exist locally, it
    used to first try fetching it if the local repository is a partial
    clone. The command has been taught not to do so and immediately
    fail instead.
    * The promisor.quiet configuration knob can be set to true to make
    lazy fetching from promisor remotes silent.
    * The inter/range-diff output has been moved to the end of the patch
    when format-patch adds it to a single patch, instead of writing it
    before the patch text, to be consistent with what is done for a
    cover letter for a multi-patch series.
    * A new command has been added to migrate a repository that uses the
    files backend for its ref storage to use the reftable backend, with
    limitations.
    * "git diff --exit-code --ext-diff" learned to take the exit status
    of the external diff driver into account when deciding the exit
    status of the overall "git diff" invocation when configured to do
    so.
    * "git update-ref --stdin" learned to handle transactional updates of
    symbolic-refs.
    * "git format-patch --interdiff" for multi-patch series learned to
    turn on cover letters automatically (unless told never to enable
    cover letter with "--no-cover-letter" and such).
    * The "--heads" option of "ls-remote" and "show-ref" has been been
    deprecated; "--branches" replaces "--heads".
    * For over a year, setting add.interactive.useBuiltin configuration
    variable did nothing but giving a "this does not do anything"
    warning.  The warning has been removed.
    * The http transport can now be told to send request with
    authentication material without first getting a 401 response.
    * A handful of entries are added to the GitFAQ document.
    * "git var GIT_SHELL_PATH" should report the path to the shell used
    to spawn external commands, but it didn't do so on Windows, which
    has been corrected.
    Performance, Internal Implementation, Development Support etc.
    * Advertise "git contacts", a tool for newcomers to find people to
    ask review for their patches, a bit more in our developer
    documentation.
    * In addition to building the objects needed, try to link the objects
    that are used in fuzzer tests, to make sure at least they build
    without bitrot, in Linux CI runs.
    * Code to write out reftable has seen some optimization and
    simplification.
    * Tests to ensure interoperability between reftable written by jgit
    and our code have been added and enabled in CI.
    * The singleton index_state instance "the_index" has been eliminated
    by always instantiating "the_repository" and replacing references
    to "the_index"  with references to its .index member.
    * Git-GUI has a new maintainer, Johannes Sixt.
    * The "test-tool" has been taught to run testsuite tests in parallel,
    bypassing the need to use the "prove" tool.
    * The "whitespace check" task that was enabled for GitHub Actions CI
    has been ported to GitLab CI.
    * The refs API lost functions that implicitly assumes to work on the
    primary ref_store by forcing the callers to pass a ref_store as an
    argument.
    * Code clean-up to reduce inter-function communication inside
    builtin/config.c done via the use of global variables.
    * The pack bitmap code saw some clean-up to prepare for a follow-up topic.
    * Preliminary code clean-up for "git send-email".
    * The default "creation-factor" used by "git format-patch" has been
    raised to make it more aggressively find matching commits.
    * Before discovering the repository details, We used to assume SHA-1
    as the "default" hash function, which has been corrected. Hopefully
    this will smoke out codepaths that rely on such an unwarranted
    assumptions.
    * The project decision making policy has been documented.
    * The strcmp-offset tests have been rewritten using the unit test
    framework.
    * "git add -p" learned to complain when an answer with more than one
    letter is given to a prompt that expects a single letter answer.
    * The alias-expanded command lines are logged to the trace output.
    * A new test was added to ensure git commands that are designed to
    run outside repositories do work.
    * A few tests in reftable library have been rewritten using the
    unit test framework.
    * A pair of test helpers that essentially are unit tests on hash
    algorithms have been rewritten using the unit-tests framework.
    * A test helper that essentially is unit tests on the "decorate"
    logic has been rewritten using the unit-tests framework.
    * Many memory leaks in the sparse-checkout code paths have been
    plugged.
    * "make check-docs" noticed problems and reported to its output but
    failed to signal its findings with its exit status, which has been
    corrected.
    * Building with "-Werror -Wwrite-strings" is now supported.
    * To help developers, the build procedure now allows builders to use
    CFLAGS_APPEND to specify additional CFLAGS.
    * "oidtree" tests were rewritten to use the unit test framework.
    * The structure of the document that records longer-term project
    decisions to deprecate/remove/update various behaviour has been
    outlined.
    * The pseudo-merge reachability bitmap to help more efficient storage
    of the reachability bitmap in a repository with too many refs has
    been added.
    * When "git merge" sees that the index cannot be refreshed (e.g. due
    to another process doing the same in the background), it died but
    after writing MERGE_HEAD etc. files, which was useless for the
    purpose to recover from the failure.
    * The output from "git cat-file --batch-check" and "--batch-command
    (info)" should not be unbuffered, for which some tests have been
    added.
    * A CPP macro USE_THE_REPOSITORY_VARIABLE is introduced to help
    transition the codebase to rely less on the availability of the
    singleton the_repository instance.
    * "git version --build-options" reports the version information of
    OpenSSL and other libraries (if used) in the build.
    * Memory ownership rules for the in-core representation of
    remote.*.url configuration values have been straightened out, which
    resulted in a few leak fixes and code clarification.
    * When bundleURI interface fetches multiple bundles, Git failed to
    take full advantage of all bundles and ended up slurping duplicated
    objects, which has been corrected.
    * The code to deal with modified paths that are out-of-cone in a
    sparsely checked out working tree has been optimized.
    * An existing test of oidmap API has been rewritten with the
    unit-test framework.
    * The "ort" merge backend saw one bugfix for a crash that happens
    when inner merge gets killed, and assorted code clean-ups.
    * A new warning message is issued when a command has to expand a
    sparse index to handle working tree cruft that are outside of the
    sparse checkout.
    * The test framework learned to take the test body not as a single
    string but as a here-document.
    * "git push '' HEAD:there" used to hit a BUG(); it has been corrected
    to die with "fatal: bad repository ''".
    * What happens when http.cookieFile gets the special value "" has
    been clarified in the documentation.
    Fixes
    * "git rebase --signoff" used to forget that it needs to add a
    sign-off to the resulting commit when told to continue after a
    conflict stops its operation.
    * The procedure to build multi-pack-index got confused by the
    replace-refs mechanism, which has been corrected by disabling the
    latter.
    * The "-k" and "--rfc" options of "format-patch" will now error out
    when used together, as one tells us not to add anything to the
    title of the commit, and the other one tells us to add "RFC" in
    addition to "PATCH".
    * "git stash -S" did not handle binary files correctly, which has
    been corrected.
    * A scheduled "git maintenance" job is expected to work on all
    repositories it knows about, but it stopped at the first one that
    errored out.  Now it keeps going.
    * zsh can pretend to be a normal shell pretty well except for some
    glitches that we tickle in some of our scripts. Work them around
    so that "vimdiff" and our test suite works well enough with it.
    * Command line completion support for zsh (in contrib/) has been
    updated to stop exposing internal state to end-user shell
    interaction.
    * Tests that try to corrupt in-repository files in chunked format did
    not work well on macOS due to its broken "mv", which has been
    worked around.
    * The maximum size of attribute files is enforced more consistently.
    * Unbreak CI jobs so that we do not attempt to use Python 2 that has
    been removed from the platform.
    * Git 2.43 started using the tree of HEAD as the source of attributes
    in a bare repository, which has severe performance implications.
    For now, revert the change, without ripping out a more explicit
    support for the attr.tree configuration variable.
    * The "--exit-code" option of "git diff" command learned to work with
    the "--ext-diff" option.
    * Windows CI running in GitHub Actions started complaining about the
    order of arguments given to calloc(); the imported regex code uses
    the wrong order almost consistently, which has been corrected.
    * Expose "name conflict" error when a ref creation fails due to D/F
    conflict in the ref namespace, to improve an error message given by
    "git fetch".
    (merge 9339fca23e it/refs-name-conflict later to maint).
    * The SubmittingPatches document now refers folks to manpages
    translation project.
    * The documentation for "git diff --name-only" has been clarified
    that it is about showing the names in the post-image tree.
    * The credential helper that talks with osx keychain learned to avoid
    storing back the authentication material it just got received from
    the keychain.
    (merge e1ab45b2da kn/osxkeychain-skip-idempotent-store later to maint).
    * The chainlint script (invoked during "make test") did nothing when
    it failed to detect the number of available CPUs.  It now falls
    back to 1 CPU to avoid the problem.
    * Revert overly aggressive "layered defence" that went into 2.45.1
    and friends, which broke "git-lfs", "git-annex", and other use
    cases, so that we can rebuild necessary counterparts in the open.
    * "git init" in an already created directory, when the user
    configuration has includeif.onbranch, started to fail recently,
    which has been corrected.
    * Memory leaks in "git mv" has been plugged.
    * The safe.directory configuration knob has been updated to
    optionally allow leading path matches.
    * An overly large ".gitignore" files are now rejected silently.
    * Upon expiration event, the credential subsystem forgot to clear
    in-core authentication material other than password (whose support
    was added recently), which has been corrected.
    * Fix for an embarrassing typo that prevented Python2 tests from running
    anywhere.
    * Varargs functions that are unannotated as printf-like or execl-like
    have been annotated as such.
    * "git am" has a safety feature to prevent it from starting a new
    session when there already is a session going.  It reliably
    triggers when a mbox is given on the command line, but it has to
    rely on the tty-ness of the standard input.  Add an explicit way to
    opt out of this safety with a command line option.
    (merge 62c71ace44 jk/am-retry later to maint).
    * A leak in "git imap-send" that somehow escapes LSan has been
    plugged.
    * Setting core.abbrev too early before the repository set-up
    (typically in "git clone") caused segfault, which as been
    corrected.
    * When the user adds to "git rebase -i" instruction to "pick" a merge
    commit, the error experience is not pleasant.  Such an error is now
    caught earlier in the process that parses the todo list.
    * We forgot to normalize the result of getcwd() to NFC on macOS where
    all other paths are normalized, which has been corrected.  This still
    does not address the case where core.precomposeUnicode configuration
    is not defined globally.
    * Earlier we stopped using the tree of HEAD as the default source of
    attributes in a bare repository, but failed to document it.  This
    has been corrected.
    * "git update-server-info" and "git commit-graph --write" have been
    updated to use the tempfile API to avoid leaving cruft after
    failing.
    * An unused extern declaration for mingw has been removed to prevent
    it from causing build failure.
    * A helper function shared between two tests had a copy-paste bug,
    which has been corrected.
    * "git fetch-pack -k -k" without passing "--lock-pack" (which we
    never do ourselves) did not work at all, which has been corrected.
    * CI job to build minimum fuzzers learned to pass NO_CURL=NoThanks to
    the build procedure, as its build environment does not offer, or
    the rest of the build needs, anything cURL.
    (merge 4e66b5a990 jc/fuzz-sans-curl later to maint).
    * "git diff --no-ext-diff" when diff.external is configured ignored
    the "--color-moved" option.
    (merge 0f4b0d4cf0 rs/diff-color-moved-w-no-ext-diff-fix later to maint).
    * "git archive --add-virtual-file=<path>:<contents>" never paid
    attention to the --prefix=<prefix> option but the documentation
    said it would. The documentation has been corrected.
    (merge 72c282098d jc/archive-prefix-with-add-virtual-file later to maint).
    * When GIT_PAGER failed to spawn, depending on the code path taken,
    we failed immediately (correct) or just spew the payload to the
    standard output (incorrect).  The code now always fail immediately
    when GIT_PAGER fails.
    (merge 78f0a5d187 rj/pager-die-upon-exec-failure later to maint).
    * date parser updates to be more careful about underflowing epoch
    based timestamp.
    (merge 9d69789770 db/date-underflow-fix later to maint).
    * The Bloom filter used for path limited history traversal was broken
    on systems whose "char" is unsigned; update the implementation and
    bump the format version to 2.
    (merge 9c8a9ec787 tb/path-filter-fix later to maint).
    * Typofix.
    (merge 231cf7370e as/pathspec-h-typofix later to maint).
    * Code clean-up.
    (merge 4b837f821e rs/simplify-submodule-helper-super-prefix-invocation later to maint).
    * "git describe --dirty --broken" forgot to refresh the index before
    seeing if there is any chang, ("git describe --dirty" correctly did
    so), which has been corrected.
    (merge b8ae42e292 as/describe-broken-refresh-index-fix later to maint).
    * Test suite has been taught not to unnecessarily rely on DNS failing
    a bogus external name.
    (merge 407cdbd271 jk/tests-without-dns later to maint).
    * GitWeb update to use committer date consistently in rss/atom feeds.
    (merge cf6ead095b am/gitweb-feed-use-committer-date later to maint).
    * Custom control structures we invented more recently have been
    taught to the clang-format file.
    (merge 1457dff9be rs/clang-format-updates later to maint).
    * Developer build procedure fix.
    (merge df32729866 tb/dev-build-pedantic-fix later to maint).
    * "git push" that pushes only deletion gave an unnecessary and
    harmless error message when push negotiation is configured, which
    has been corrected.
    (merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).
    * Address-looking strings found on the trailer are now placed on the
    Cc: list after running through sanitize_address by "git send-email".
    (merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
    * Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit
    status inverted, which has been corrected.
    (merge 8c1d6691bc rj/test-sanitize-leak-log-fix later to maint).
    * The http.cookieFile and http.saveCookies configuration variables
    have a few values that need to be avoided, which are now ignored
    with warning messages.
    (merge 4f5822076f jc/http-cookiefile later to maint).
    * Repacking a repository with multi-pack index started making stupid
    pack selections in Git 2.45, which has been corrected.
    (merge 8fb6d11fad ds/midx-write-repack-fix later to maint).
    * Fix documentation mark-up regression in 2.45.
    (merge 6474da0aa4 ja/doc-markup-updates-fix later to maint).
    * Work around asciidoctor's css that renders `monospace` material
    in the SYNOPSIS section of manual pages as block elements.
    (merge d44ce6ddd5 js/doc-markup-updates-fix later to maint).
    * Other code cleanup, docfix, build fix, etc.
    (merge 493fdae046 ew/object-convert-leakfix later to maint).
    (merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
    (merge 428c40da61 ri/doc-show-branch-fix later to maint).
    (merge 58696bfcaa jc/where-is-bash-for-ci later to maint).
    (merge 616e94ca24 tb/doc-max-tree-depth-fix later to maint).

++++ health-checker:

  - Update to version 1.11+git20240730.5dafd6a:
    * Add rpm db consistency plugin

++++ kernel-default:

  - KVM: PPC: Book3S HV: Prevent UAF in
    kvm_spapr_tce_attach_iommu_group() (bsc#1228581 CVE-2024-41070).
  - commit 89912c7
  - xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
    (CVE-2024-40959 bsc#1227884).
  - commit 3a174d1
  - Update config files.
    Disable vdpa drivers for Alibaba ENI and SolidNET (jsc#PED-8954, bsc#1227834)
  - commit 9287d7f
  - selftests/bpf: Extend tcx tests to cover late tcx_entry release
    (bsc#1228021 CVE-2024-41010).
  - bpf: Fix too early release of tcx_entry (bsc#1228021
    CVE-2024-41010).
  - commit 57180df
  - selftests/bpf: Add more ring buffer test coverage (bsc#1228020
    CVE-2024-41009).
  - bpf: Fix overrunning reservations in ringbuf (bsc#1228020
    CVE-2024-41009).
  - commit cd82cf6
  - md-cluster: fix no recovery job when adding/re-adding a disk
    (bsc#1223395).
  - md-cluster: fix hanging issue while a new disk adding
    (bsc#1223395).
  - commit d3c6e61
  - rpm/guards: fix precedence issue with control flow operator
    With perl 5.40 it report the following error on rpm/guards script:
    Possible precedence issue with control flow operator (exit) at scripts/guards line 208.
    Fix the issue by adding parenthesis around ternary operator.
  - commit dfba20e
  - HID: wacom: Modify pen IDs (git-fixes).
  - commit 9c450d7
  - Move upstreamed ASoC patch into sorted section
  - commit adae4df

++++ libX11:

  - Update to 1.8.10; this release includes:
    * Re-fix XIM input sometimes jumbled (#205, #206, #207, #208, !246)
    * Fix various static analysis errors (!250)
    * Add compose sequences for Arabic hamza (!218), Ezh (!221), and
    hryvnia currency (!259)
    * Make colormap private interfaces thread safe (#215, !254)
    * Fix deadlock in XRebindKeysym() (!256)
    * Assorted memory handling cleanups (!251, !258)
    * Restore VAX support still in use by NetBSD (!257)

++++ openvswitch:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ procps:

  - Switch to procps 4 branch, absorbing the former procps4 package:
    + Add provides/obsoletes procps4: make zypper replace procps4
    with the main package for users that manually switched.
  - Aligning to the existing procps4 package, drop/add/modify
    patches:
    A    79042e07.patch
    A    procps-ng-4.0.0-integer-overflow.patch
    A    procps-ng-4.0.4-ignore-sysctl_conf.patch
    A    procps-ng-4.0.4-pmapX-not-twice-anymore.patch
    A    procps-ng-4.0.0-floats.dif
    D    CVE-2023-4016.patch
    D    bsc1195468-23da4f40.patch
    D    procps-3.3.17-bsc1181976.patch
    D    procps-3.3.17-ignore-sysctl_conf.patch
    D    procps-3.3.17-library-bsc1181475.patch
    D    procps-3.3.17-top-bsc1181475.patch
    D    procps-ng-3.3.10-integer-overflow.patch
    D    procps-ng-3.3.10-large_pcpu.patch
    D    procps-ng-3.3.17-logind.patch
    D    procps-ng-3.3.8-bnc634840.patch
    D    procps-ng-3.3.9-watch.patch
    D    procps-ng-3.3.8-accuracy.dif
    D    procps-ng-3.3.10-bnc634071_procstat2.diff
    D    procps-ng-3.3.10-fdleak.dif
    M    procps-ng-3.3.10-errno.patch
    M    procps-ng-3.3.10-slab.patch
    M    procps-ng-3.3.11-pmap4suse.patch
    M    procps-ng-3.3.8-ignore-scan_unevictable_pages.patch
    M    procps-ng-3.3.8-petabytes.patch
    M    procps-ng-3.3.8-readeof.patch
    M    procps-v3.3.3-pwdx.patch

++++ libzypp:

  - Export CredentialManager for legacy YAST versions (bsc#1228420)
  - version 17.35.6 (35)
  - Export asSolvable for YAST (bsc#1228420)
  - Fix 4 typos in zypp.conf.
  - version 17.35.5 (35)

++++ patch:

  - CVE-2019-20633.patch: Fix double-free/OOB read in pch.c (bsc#1167721)

++++ python-Jinja2:

  - Cherry-pick patch from Fedora to fix FTBFS with Python 3.13
    * fix-ftbfs-with-python313.patch
  - Add new build dependency python-trio to BuildRequires

++++ python-setuptools:

  - Update to 72.1.0:
    * Restore the tests command and deprecate access to the module.
    * Added return types to typed public functions.
    * Removed lingering unused code around Distribution._patched_dist.
    * Reset the backports module when enabling vendored packages.
    * Include all vendored files in the sdist.
    * Restored package data that went missing in 71.0. This change also
    incidentally causes tests to be installed once again.
    * Now setuptools declares its own dependencies in the core extra.
    Dependencies are still vendored for bootstrapping purposes, but
    setuptools will prefer installed dependencies if present. The core
    extra is used for informational purposes and should *not* be declared
    in package metadata (e.g. build-requires).
    * Support for loading distutils from the standard library is now
    deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and
    importing distutils before importing setuptools.
    * Fix distribution name normalisation for valid versions that are not
    canonical (e.g. 1.0-2).

++++ regionServiceClientConfigAzure:

  - Update to version 2.2.0 (jsc#PCT-360)
    + Add IPv6 certs to enable IPv6 access of the update infrastructure
    + Add noipv6.patch to patch out IPv6 on SLE 12, no IPv6 support in SLE 12
    in the Public Cloud

++++ vim:

  - Update to 9.1.0636:
    * 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
    Add support for Files-Included in syntax script
    tweak documentation style a bit
    * 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
    include initial filetype plugin
    * 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()
    Add single-line comment syntax
    Add syntax test for comments
    Update maintainer info
    * 9.1.0614: tests: screendump tests fail due to recent syntax changes
    * 9.1.0613: tests: termdebug test may fail and leave file around
    Update base-syntax, improve :set highlighting
    Optionally highlight the :: token for method references
    * 9.1.0612: filetype: deno.lock file not recognized
    Use delete() for deleting directory
    escape filename before trying to delete it
    * 9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys
    correctly extract file from zip browser
    * 9.1.0610: filetype: OpenGL Shading Language files are not detected
    Fix endless recursion in netrw#Explore()
    * 9.1.0609: outdated comments in Makefile
    update syntax script
    Fix flow mapping key detection
    Remove orphaned YAML syntax dump files
    * 9.1.0608: Coverity warns about a few potential issues
    Update syntax script and remove syn sync
    * 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
    translation: Update Serbian messages translation
    * 9.1.0603: filetype: use correct extension for Dracula
    * 9.1.0602: filetype: Prolog detection can be improved
    fix more inconsistencies in assert function docs
    * 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit
    Update base-syntax, improve :map highlighting
    * 9.1.0600: Unused function and unused error constants
    * 9.1.0599: Termdebug: still get E1023 when specifying arguments
    correct wrong comment options
    fix typo "a xterm" -> "an xterm"
    * 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
    gdb file/folder check is now performed only in CWD.
    quote filename arguments using double quotes
    update syntax to SDC-standard 2.1
    minor updates.
    Cleanup :match and :loadkeymap syntax test files
    Update base-syntax, match types in Vim9 variable declarations
    * 9.1.0595: make errors out with the po Makefile
    * 9.1.0594: Unnecessary redraw when setting 'winfixbuf'
    using wrong highlight for UTF-8
    include simple syntax plugin
    * 9.1.0593: filetype: Asymptote files are not recognized
    add recommended indent options to ftplugin
    add recommended indent options to ftplugin
    add recommended indent options to ftplugin
    * 9.1.0592: 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
    'cpoptions': Include "z" in the documented default
    * 9.1.0589: vi: d{motion} and cw work differently than expected
    update included colorschemes
    grammar fixes in options.txt

------------------------------------------------------------------
------------------  2024-7-29  -  Jul 29 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add NetworkManager-dont-renew-bridge-dhcp-if-no-mac-on-wakeup.patch:
    manager: don't renew dhcp lease when software devices' MAC is empty
    (bsc#1225498, glfd#NetworkManager/NetworkManager#1587).

++++ dmidecode:

  - Update to upstream version 3.6 (jsc#PED-8647):
    * Support for SMBIOS 3.6.0. This includes new memory device types, new
    processor upgrades, and Loongarch support.
    * Support for SMBIOS 3.7.0. This includes new port types, new processor
    upgrades, new slot characteristics and new fields for memory modules.
    * Add bash completion.
    * Decode HPE OEM records 197, 239 and 245.
    * Implement options --list-strings and --list-types.
    * Update HPE OEM records 203, 212, 216, 221, 233, 236, 238 and 242.
    * Update Redfish support.
    * Bug fixes:
    Fix enabled slot characteristics not being printed
    * Minor improvements:
    Print slot width on its own line
    Use standard strings for slot width
    * Obsoletes arm-use-alignment-workaround.patch,
    dmioem-hpe-oem-record-237-firmware-change.patch and
    use-read_file-to-read-from-dump.patch.
    Update for HPE servers from upstream:
  - dmioem-update-hpe-oem-type-238.patch: Decode PCI bus segment in
    HPE type 238 records.
  - Drop legacy Provides: and Obsoletes: tags. The split from the
    pmtools package happened 15 years ago so they are no longer
    relevant.

++++ fwupd:

  - Update to version 1.9.22:
    + This release fixes the following bugs:
  - Add a PCB tag in the usi-dock GUID to distinguish different
    revisions.
  - Add explicit hidraw permission to fwupd.service to fix
    several devices.
  - Always load the flashrom plugin when using coreboot.
  - Be explicit with the rts54hub detach retry delay to fix the
    Acer D501.
  - Be more careful when setting thelio-io version strings.
  - Fix a critical warning if a device returns unexpected data
    from DFU upload.
  - Fix a critical warning if the DMI manufacturer is an empty
    string.
  - Fix several reported integer overflows from Coverity.
  - Fix the Blackbird and Talos II baseboard details.
  - Fix transient version number issue after flashing wacom-usb
    devices.
  - Increase the cros_ec acquiesce delay to manage additional
    reboots.
  - Only accept valid ASCII cabinet filenames.
  - Only require udevdir when gudev support is enabled.
  - Only show one PixArt receiver device per physical device.
  - Set the rts54hub version in more cases.
  - Speed up the daemon self tests by ~60%.
  - Use the bootloader build-timestamp as the fallback HWID BIOS
    version.
    + This release adds support for the following hardware:
  - Framework SD
  - Raspberry Pi 5 (unofficial)

++++ glibc:

  - Update to glibc 2.40
    * The <stdbit.h> header type-generic macros have been changed when using
    GCC 14.1 or later to use __builtin_stdc_bit_ceil etc. built-in functions
    * The GNU C Library now supports a feature test macro _ISOC23_SOURCE to
    enable features from the ISO C23 standard
    * The ISO C23 function families introduced in TS
    18661-4:2015 are now supported in <math.h>
    * A new tunable, glibc.rtld.enable_secure, can be used to run a program
    as if it were a setuid process
    * On Linux, the epoll header was updated to include epoll ioctl definitions
    and the related structure added in Linux kernel 6.9
    * The fortify functionality has been significantly enhanced for building
    programs with clang against the GNU C Library
    * Many functions have been added to the vector library for aarch64
    * On x86, memset can now use non-temporal stores to improve the performance
    of large writes
    * Architectures which use a 32-bit seconds-since-epoch field in struct
    lastlog, struct utmp, struct utmpx (such as i386, powerpc64le, rv32,
    rv64, x86-64) switched from a signed to an unsigned type for that
    field
    * __rseq_size now denotes the size of the active rseq area (20 bytes
    initially), not the size of struct rseq (32 bytes initially).
  - arm-dl-start-user.patch, duplocale-global-locale.patch,
    elf-parse-tunables.patch,
    glibc-CVE-2024-33599-nscd-Stack-based-buffer-overflow-in-n.patch,
    glibc-CVE-2024-33600-nscd-Avoid-null-pointer-crashes-after.patch,
    glibc-CVE-2024-33600-nscd-Do-not-send-missing-not-found-re.patch,
    glibc-CVE-2024-33601-CVE-2024-33602-nscd-netgroup-Use-two.patch,
    iconv-iso-2022-cn-ext.patch, nscd-netgroup-cache-timeout.patch,
    s390-clone-error-clobber-r7.patch, sigisemptyset.patch,
    stdbit-builtins.patch, utmp-time-bits.patch: Removed
  - glibc-2.3.90-langpackdir.diff: Rediff
  - bsc#1228041

++++ ignition:

  - Fix order of previous change - *first* remount rw, *then* create
    directory.

++++ kernel-default:

  - xfs: add bounds checking to xlog_recover_process_data
    (bsc#1228408 CVE-2024-41014).
  - commit bb0300d
  - xfs: don't walk off the end of a directory data block
    (bsc#1228405 CVE-2024-41013).
  - commit 8a0b7eb
  - jfs: don't walk off the end of ealist (bsc#1228403
    CVE-2024-41017).
  - commit 4159bc5
  - ext4: fold quota accounting into
    ext4_xattr_inode_lookup_create() (bsc#1227910 CVE-2024-40972).
  - commit 94f6f2b
  - ext4: fix mb_cache_entry's e_refcnt leak in
    ext4_xattr_block_cache_find() (bsc#1226993 CVE-2024-39276).
  - commit d72f4d7
  - block: fix request.queuelist usage in flush (bsc#1227789
    CVE-2024-40925).
  - commit 4903430
  - supported.conf: mark vdpa modules supported (jsc#PED-8954)
  - commit 483ffd4
  - ext4: do not create EA inode under buffer lock (bsc#1227910
    CVE-2024-40972).
  - commit 37fb4de
  - ext4: fix uninitialized ratelimit_state->lock access in
    __ext4_fill_super() (bsc#1227866 CVE-2024-40998).
  - commit cefc508
  - Update patch reference of AMDGPU fix (CVE-2024-41011 bsc#1228115)
  - commit 96de263
  - ceph: fix incorrect kmalloc size of pagevec mempool
    (bsc#1228417).
  - commit 84977b0
  - ima: Fix use-after-free on a dentry's dname.name (bsc#1227716 CVE-2024-39494).
  - commit f7cf8d6
  - btrfs: zoned: fix use-after-free due to race with dev replace
    (bsc#1227719 CVE-2024-39496).
  - commit c878f86
  - tun: add missing verification for short frame (CVE-2024-41091
    bsc#1228327).
  - tap: add missing verification for short frame (CVE-2024-41090
    bsc#1228328).
  - net: ena: Add validation for completion descriptors consistency
    (CVE-2024-40999 bsc#1227913).
  - commit 7fa5ae2
  - netlink: add nla be16/32 types to minlen array (CVE-2024-26849
    bsc#1223053).
  - commit 2747893
  - Refresh
    patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch.
    Fix build for CONFIG_VT=n (ppc64le/kvmsmall).
  - commit 9280ac5

++++ mozilla-nss:

  - Require `sed` for mozilla-nss-sysinit, as setup-nsssysinit.sh
    depends on it and will create a broken, empty config, if sed is
    missing (bsc#1227918)

++++ perl-pcsc:

  - version update to 1.4.16
    * moved to github
    * modernize a bit

++++ python-pycairo:

  - Update to 1.26.1
    * Fix Surface.set_mime_data() with Python 3.13 :pr:`366`
    This also fixes the test suite with Python 3.13b2.
    * Update vendored Windows wheel dependencies :pr:`370`

++++ python-pyserial:

  - Cherry-pick upstream patch to fix tests with Python 3.13
    * replace-deprecated-unittest-function.patch

++++ setroubleshoot:

  - Add libreport-gtk and python3-libreport into requirements for TW
    (fixes boo#1217042)

++++ sudo:

  - A quick note that bsc#1227574 is expected behavior in this
    version of sudo. It was a regression in 15.6 which doesn't have
    the /etc/ split for pam.d yet.

++++ supermin:

  - bsc#1228373 - supermin regression in Tumbleweed / Factory causes
    virt-inspector to fail
    add-rpm-database-location.patch
  - Drop disable-test-if-newer-ext2.patch

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#169
  - support grub2-bls (bsc#1226676, bsc#1208135)
  - better config file reading
  - add check whether bootloader is supported
  - unit test output changed, adjust reference data
  - adjust GRUB_ENABLE_BLSCFG when setting grub2-bls
  - add config, install, add-kernel, remove-kernel for grub2-bls
  - support --default option for grub2*
  - unify cmdline parsing code and move to library
  - add missing options for bls conforming loaders
  - updated tests
  - unify test case names
  - adjust documentation
  - 1.14

++++ virt-manager:

  - bsc#1228384 - virt-install generates unwanted libvirt storage
    pools when running with --dry-run --print-xml
    virtinst-dont-create-storage-pool-for-dryrun.patch

------------------------------------------------------------------
------------------  2024-7-28  -  Jul 28 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: spidev: add correct compatible for Rohm BH2228FV
    (git-fixes).
  - spi: microchip-core: ensure TX and RX FIFOs are empty at start
    of a transfer (git-fixes).
  - spi: microchip-core: only disable SPI controller when register
    value change requires it (git-fixes).
  - spi: microchip-core: defer asserting chip select until just
    before write to TX FIFO (git-fixes).
  - spi: microchip-core: fix the issues in the isr (git-fixes).
  - clk: davinci: da8xx-cfgchip: Initialize clk_init_data before
    use (git-fixes).
  - decompress_bunzip2: fix rare decompression failure (git-fixes).
  - commit 536a80d

++++ libassuan:

  - update to 3.0.1 (shared library version 9)
    * API change: For new code, which uses libassuan with nPTH, use
    gpgrt_get_syscall_clamp and assuan_control, instead of the
    system_hooks API. Use of ASSUAN_SYSTEM_NPTH is deprecated with
    new API version 3.
    * Various API extensions
    * New socket flags "linger" and "reuseaddr"
  - drop extra gpg-error requirement on -devel, it is autogenerated
  - drop texinfo macro from spec files, handled via file triggers
  - package license texts

++++ regionServiceClientConfigGCE:

  - Version 4.2.0 (jsc#PCT-361)
    + Add IPv6 certs to supprt access of the update infrastructure via
    IPv6 on GCE instances.
    + Add noipv6.patch

------------------------------------------------------------------
------------------  2024-7-27  -  Jul 27 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: usb-audio: Add a quirk for Sonix HD USB Camera
    (stable-fixes).
  - ALSA: usb-audio: Move HD Webcam quirk to the right place
    (git-fixes).
  - ALSA: usb-audio: Fix microphone sound on HD webcam
    (stable-fixes).
  - commit 07826dc
  - auxdisplay: ht16k33: Drop reference after LED registration
    (git-fixes).
  - ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA
    on unprepare (git-fixes).
  - ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes).
  - ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is
    reachable (git-fixes).
  - ASoC: sof: amd: fix for firmware reload failure in Vangogh
    platform (git-fixes).
  - ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes).
  - ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models
    (git-fixes).
  - ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes).
  - ALSA: ump: Don't update FB name for static blocks (git-fixes).
  - drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes).
  - drm/i915/gt: Do not consider preemption during execlists_dequeue
    for gen8 (git-fixes).
  - drm/i915/dp: Don't switch the LTTPR mode on an active link
    (git-fixes).
  - commit d7e2deb

++++ vim:

  - Add "Keywords" to gvim.desktop to make searching for gvim easier

------------------------------------------------------------------
------------------  2024-7-26  -  Jul 26 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.6:
    + activation: Allow changing controller of exposed active
    connection
    + ovs: wait for the link to be ready before activating
    + policy: assert that the auto-activate list is empty on dispose

++++ aardvark-dns:

  - rust >= 1.70 is required to build more recent versions of this
    package. Also, BuildRequire cargo+rust to prevent conflicts with
    `cargo-packaging`.

++++ kernel-default:

  - ALSA: hda/conexant: Mute speakers at suspend / shutdown
    (bsc#1228269).
  - ALSA: hda/generic: Add a helper to mute speakers at
    suspend/shutdown (bsc#1228269).
  - commit e046d5e
  - Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269)
  - commit 180425d
  - kABI: tty: add the option to have a tty reject a new ldisc
    (kabi CVE-2024-40966 bsc#1227886).
  - tty: add the option to have a tty reject a new ldisc
    (CVE-2024-40966 bsc#1227886).
  - commit 00113b6
  - fs/file: fix the check in find_next_fd() (git-fixes).
  - commit 3ec6b68
  - erofs: ensure m_llen is reset to 0 if metadata is invalid
    (git-fixes).
  - commit 03e55bf
  - jfs: Fix array-index-out-of-bounds in diFree (git-fixes).
  - commit a89a289
  - hfsplus: fix uninit-value in copy_name (git-fixes).
  - commit 4f0ad7b
  - mISDN: Fix a use after free in hfcmulti_tx() (git-fixes).
  - devres: Fix memory leakage caused by driver API
    devm_free_percpu() (git-fixes).
  - devres: Fix devm_krealloc() wasting memory (git-fixes).
  - kobject_uevent: Fix OOB access within zap_modalias_env()
    (git-fixes).
  - watchdog: rzn1: Convert comma to semicolon (git-fixes).
  - watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
    (git-fixes).
  - watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
    (git-fixes).
  - dma: fix call order in dmam_free_coherent (git-fixes).
  - mISDN: fix MISDN_TIME_STAMP handling (git-fixes).
  - commit 69aa862
  - bpf: Fix a potential use-after-free in bpf_link_free()
    (bsc#1227798 CVE-2024-40909).
  - Refresh patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch
  - commit 377837f

++++ p11-kit:

  - Added a backport of an upstream commit in p11-kit-d938f4a8a3a2.patch
    to avoid passing an incompatible pointer type to a function which is
    an error by default in GCC 14.

++++ wtmpdb:

  - Update to version 0.13.0+git.20240726:
    * Release version 0.13.0
    * Fix variable overflow and check for it (#15)

++++ python-cryptography:

  - update to 43.0.0:
    * BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1e
    has been removed.  Users on older version of OpenSSL will
    need to upgrade.
    * BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.8.
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.3.1.
    * Updated the minimum supported Rust version (MSRV) to 1.65.0,
    from 1.63.0.
    * :func:`~cryptography.hazmat.primitives.asymmetric.rsa.generat
    e_private_key` now enforces a minimum RSA key size of
    1024-bit. Note that 1024-bit is still considered insecure,
    users should generally use a key size of 2048-bits.
    * :func:`~cryptography.hazmat.primitives.serialization.pkcs7.se
    rialize_certificates` now emits ASN.1 that more closely
    follows the recommendations in RFC 2315.
    * Added new :doc:`/hazmat/decrepit/index` module which contains
    outdated and insecure cryptographic primitives. :class:`~cryp
    tography.hazmat.primitives.ciphers.algorithms.CAST5`, :class:
    `~cryptography.hazmat.primitives.ciphers.algorithms.SEED`, :c
    lass:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA
    `, and :class:`~cryptography.hazmat.primitives.ciphers.algori
    thms.Blowfish`, which were deprecated in 37.0.0, have been
    added to this module. They will be removed from the cipher
    module in 45.0.0.
    * Moved :class:`~cryptography.hazmat.primitives.ciphers.algorit
    hms.TripleDES` and :class:`~cryptography.hazmat.primitives.ci
    phers.algorithms.ARC4` into :doc:`/hazmat/decrepit/index` and
    deprecated them in the cipher module. They will be removed
    from the cipher module in 48.0.0.
    * Added support for deterministic
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDSA`
    (RFC 6979)
    * Added support for client certificate verification to the
    :mod:`X.509 path validation <cryptography.x509.verification>`
    APIs in the form of
    :class:`~cryptography.x509.verification.ClientVerifier`,
    :class:`~cryptography.x509.verification.VerifiedClient`, and
    PolicyBuilder :meth:`~cryptography.x509.verification.PolicyBu
    ilder.build_client_verifier`.
    * Added Certificate :attr:`~cryptography.x509.Certificate.publi
    c_key_algorithm_oid` and Certificate Signing Request :attr:`~
    cryptography.x509.CertificateSigningRequest.public_key_algori
    thm_oid` to determine the
    :class:`~cryptography.hazmat._oid.PublicKeyAlgorithmOID`
    Object Identifier of the public key found inside the
    certificate.
    * Added :attr:`~cryptography.x509.InvalidityDate.invalidity_dat
    e_utc`, a timezone-aware alternative to the naïve datetime
    attribute
    :attr:`~cryptography.x509.InvalidityDate.invalidity_date`.
    * Added support for parsing empty DN string in
    :meth:`~cryptography.x509.Name.from_rfc4514_string`.
    * Added the following properties that return timezone-aware
    datetime objects:
    :meth:`~cryptography.x509.ocsp.OCSPResponse.produced_at_utc`,
    :meth:`~cryptography.x509.ocsp.OCSPResponse.revocation_time_u
    tc`,
    :meth:`~cryptography.x509.ocsp.OCSPResponse.this_update_utc`,
    :meth:`~cryptography.x509.ocsp.OCSPResponse.next_update_utc`,
    :meth:`~cryptography.x509.ocsp.OCSPSingleResponse.revocation_
    time_utc`, :meth:`~cryptography.x509.ocsp.OCSPSingleResponse.
    this_update_utc`, :meth:`~cryptography.x509.ocsp.OCSPSingleRe
    sponse.next_update_utc`, These are timezone-aware variants of
    existing properties that return naïve datetime objects.
    * Added :func:`~cryptography.hazmat.primitives.asymmetric.rsa.r
    sa_recover_private_exponent`
    * Added :meth:`~cryptography.hazmat.primitives.ciphers.CipherCo
    ntext.reset_nonce` for altering the nonce of a cipher context
    without initializing a new instance. See the docs for
    additional restrictions.
    * :class:`~cryptography.x509.NameAttribute` now raises an
    exception when attempting to create a common name whose
    length is shorter or longer than RFC 5280 permits.
    * Added basic support for PKCS7 encryption (including SMIME)
    via :class:`~cryptography.hazmat.primitives.serialization.pkc
    s7.PKCS7EnvelopeBuilder`.
  - add use-offline-build.patch

++++ regionServiceClientConfigEC2:

  - Update to version 4.3.0 (bsc#1228363)
    + The IPv6 cert was switched up for the region server running in us-west-2
    and as such the SSL handshake was failing. Drop the incorrect cert
    and add the correct cert.
  - Switch the patch syntax away form the deprecated shorthand macro

++++ selinux-policy:

  - Enable sap module
  - Add equivalency in file_contexts.subs_dist
    * /bin /usr/bin
    * /sbin /usr/bin
    * /usr/sbin /usr/bin
    * /var/run /run
    * /var/lock /run/lock
  - Move to %posttrans to ensure selinux-policy got updated before
    the commands run (bsc#1221720)
  - Remove "Reference" from the package description. It's not the
    reference policy, but the Fedora branch of the policy
  - Update to version 20240604+git230.eb718617:
    * Initial policy for grub2 snapper plugin (bsc#1228205)
    * Set microos autorelabel script to systemd_autorelabel_generator_t
    * Allow systemd_generator to write kmsg
    * Initial policy for systemd growpart-generator (bsc#1226824)
    * Allow systemd_getty_generator_t read /proc/1/environ
    * Allow systemd_getty_generator_t to read and write to tty_device_t (bsc#1226888)
    * Change fc in rebootmgr module for /sbin -> /usr/bin
    * Change fc in rpm module for /sbin -> /usr/bin
    * Change fc in rsync module for /sbin -> /usr/bin
    * Change fc in wicked module for /sbin -> /usr/bin
    * Allow manage dosfs_t files to snapperd
    * Confine libvirt-dbus
    * Allow virtqemud the kill capability in user namespace
    * Allow rshim get options of the netlink class for KOBJECT_UEVENT family
    * Allow dhcpcd the kill capability
    * Allow systemd-networkd list /var/lib/systemd/network
    * Allow sysadm_t run systemd-nsresourced bpf programs
    * Update policy for systemd generators interactions
    * Allow create memory.pressure files with cgroup_memory_pressure_t
    * Add support for libvirt hooks
    * Allow certmonger read and write tpm devices
    * Allow all domains to connect to systemd-nsresourced over a unix socket
    * Allow systemd-machined read the vsock device
    * Update policy for systemd generators
    * Allow ptp4l_t request that the kernel load a kernel module
    * Allow sbd to trace processes in user namespace
    * Allow request-key execute scripts
    * Update policy for haproxyd
    * Add auth_rw_wtmpdb_login_records to domains using auth_manage_login_records
    * Add auth_rw_wtmpdb_login_records to modules
    * Allow xdm_t to read-write to wtmpdb (bsc#1225984)
    * Introduce types for wtmpdb and rw interface
    * Introduce wtmp_file_type attribute
    * Update policy for systemd-nsresourced
    * Correct sbin-related file context entries
    * Allow login_userdomain execute systemd-tmpfiles in the caller domain
    * Allow virt_driver_domain read files labeled unconfined_t
    * Allow virt_driver_domain dbus chat with policykit
    * Allow virtqemud manage nfs files when virt_use_nfs boolean is on
    * Add rules for interactions between generators
    * Label memory.pressure files with cgroup_memory_pressure_t
    * Revert "Allow some systemd services write to cgroup files"
    * Revert "Add policy for wtmpdb (bsc#1210717)"
    * Allow gnome control center to set autologin (bsc#1222978)
    * Update policy for systemd-nsresourced
    * Label /usr/bin/ntfsck with fsadm_exec_t
    * Allow systemd_fstab_generator_t read tmpfs files
    * Update policy for systemd-nsresourced
    * Dontaudit xdm_t to getattr on root_t (bsc#1223145)
    * Alias /usr/sbin to /usr/bin and change all /usr/sbin paths to /usr/bin
    * Remove a few lines duplicated between {dkim,milter}.fc
    * Alias /bin → /usr/bin and remove redundant paths
    * Drop duplicate line for /usr/sbin/unix_chkpwd
    * Drop duplicate paths for /usr/sbin
    * Allow systemd_fstab_generator_t read tmpfs files (bsc#1223599)
    * Update systemd-generator policy
    * Remove permissive domain for bootupd_t
    * Remove permissive domain for coreos_installer_t
    * Remove permissive domain for afterburn_t
    * Add the sap module to modules.conf
    * Move unconfined_domain(sap_unconfined_t) to an optional block
    * Create the sap module
    * Allow systemd-coredumpd sys_admin and sys_resource capabilities
    * Allow systemd-coredump read nsfs files
    * Allow generators auto file transition only for plain files
    * Allow systemd-hwdb write to the kernel messages device
    * Escape "interface" as a file name in a virt filetrans pattern
    * Allow gnome-software work for login_userdomain
    * Allow systemd-machined manage runtime sockets
    * Revert "Allow systemd-machined manage runtime sockets"
    * Allow postfix_domain connect to postgresql over a unix socket
    * Dontaudit systemd-coredump sys_admin capability
    * Allow all domains read and write z90crypt device
    * Allow tpm2 generator setfscreate
    * Allow systemd (PID 1) manage systemd conf files
    * Allow pulseaudio map its runtime files
    * Update policy for getty-generator
    * Allow systemd-hwdb send messages to kernel unix datagram sockets
    * Allow systemd-machined manage runtime sockets
    * Allow fstab-generator create unit file symlinks
    * Update policy for cryptsetup-generator
    * Update policy for fstab-generator
    * Allow virtqemud read vm sysctls
    * Allow collectd to trace processes in user namespace
    * Allow bootupd search efivarfs dirs
    * Add policy for systemd-mountfsd
    * Add policy for systemd-nsresourced
    * Update policy generators
    * Add policy for anaconda-generator
    * Update policy for fstab and gpt generators
    * Add policy for kdump-dep-generator
    * Add policy for a generic generator
    * Add policy for tpm2 generator
    * Add policy for ssh-generator
    * Add policy for second batch of generators
    * Update policy for systemd generators
    * ci: Adjust Cockpit test plans
    * Allow journald read systemd config files and directories
    * Allow systemd_domain read systemd_conf_t dirs
    * Fix bad Python regexp escapes
    * Allow fido services connect to postgres database
    * Revert "Update the README.md file with the c10s branch information"
    * Update the README.md file with the c10s branch information
    * Allow postfix smtpd map aliases file
    * Ensure dbus communication is allowed bidirectionally
    * Label systemd configuration files with systemd_conf_t
    * Label /run/systemd/machine with systemd_machined_var_run_t
    * Allow systemd-hostnamed read the vsock device
    * Allow sysadm execute dmidecode using sudo
    * Allow sudodomain list files in /var
    * Allow setroubleshootd get attributes of all sysctls
    * Allow various services read and write z90crypt device
    * Allow nfsidmap connect to systemd-homed
    * Allow sandbox_x_client_t dbus chat with accountsd
    * Allow system_cronjob_t dbus chat with avahi_t
    * Allow staff_t the io_uring sqpoll permission
    * Allow staff_t use the io_uring API
    * Add support for secretmem anon inode
    * Allow virtqemud read vfio devices
    * Allow virtqemud get attributes of a tmpfs filesystem
    * Allow svirt_t read vm sysctls
    * Allow virtqemud create and unlink files in /etc/libvirt/
    * Allow virtqemud get attributes of cifs files
    * Allow virtqemud get attributes of filesystems with extended attributes
    * Allow virtqemud get attributes of NFS filesystems
    * Allow virt_domain read and write usb devices conditionally
    * Allow virtstoraged use the io_uring API
    * Allow virtstoraged execute lvm programs in the lvm domain
    * Allow virtnodevd_t map /var/lib files
    * Allow svirt_tcg_t map svirt_image_t files
    * Allow abrt-dump-journal-core connect to systemd-homed
    * Allow abrt-dump-journal-core connect to systemd-machined
    * Allow sssd create and use io_uring
    * Allow selinux-relabel-generator create units dir
    * Allow dbus-broker read/write inherited user ttys
    * Define transitions for /run/libvirt/common and /run/libvirt/qemu
    * Allow systemd-sleep read raw disk data
    * Allow numad to trace processes in user namespace
    * Allow abrt-dump-journal-core connect to systemd-userdbd
    * Allow plymouthd read efivarfs files
    * Update the auth_dontaudit_read_passwd_file() interface
    * Label /dev/mmcblk0rpmb character device with removable_device_t
    * fix hibernate on btrfs swapfile (F40)
    * Allow nut to statfs()
    * Allow system dbusd service status systemd services
    * Allow systemd-timedated get the timemaster service status
    * Allow keyutils-dns-resolver connect to the system log service
    * Allow qemu-ga read vm sysctls
    * postfix: allow qmgr to delete mails in bounce/ directory
    * Remove duplicate in sysnetwork.fc
    * Rename /var/run/wicked* to /run/wicked*
    * Remove /var/run/rsyslog/additional-log-sockets.conf from logging.fc
    * policy: support pidfs
    * Confine selinux-autorelabel-generator.sh
    * Allow logwatch_mail_t read/write to init over a unix stream socket
    * Allow logwatch read logind sessions files
    * files_dontaudit_getattr_tmpfs_files allowed the access and didn't dontaudit it
    * files_dontaudit_mounton_modules_object allowed the access and didn't dontaudit it
    * Allow NetworkManager the sys_ptrace capability in user namespace
    * dontaudit execmem for modemmanager
    * Allow dhcpcd use unix_stream_socket
    * Allow dhcpc read /run/netns files
    * Update mmap_rw_file_perms to include the lock permission
    * Allow plymouthd log during shutdown
    * Add logging_watch_all_log_dirs() and logging_watch_all_log_files()
    * Allow journalctl_t read filesystem sysctls
    * Allow cgred_t to get attributes of cgroup filesystems
    * Allow wdmd read hardware state information
    * Allow wdmd list the contents of the sysfs directories
    * Allow linuxptp configure phc2sys and chronyd over a unix domain socket
    * Allow sulogin relabel tty1
    * Dontaudit sulogin the checkpoint_restore capability
    * Modify sudo_role_template() to allow getpgid
    * Allow userdomain get attributes of files on an nsfs filesystem
    * Allow opafm create NFS files and directories
    * Allow virtqemud create and unlink files in /etc/libvirt/
    * Allow virtqemud domain transition on swtpm execution
    * Add the swtpm.if interface file for interactions with other domains
    * Allow samba to have dac_override capability
    * systemd: allow sys_admin capability for systemd_notify_t
    * systemd: allow systemd_notify_t to send data to kernel_t datagram sockets
    * Allow thumb_t to watch and watch_reads mount_var_run_t
    * Allow krb5kdc_t map krb5kdc_principal_t files
    * Allow unprivileged confined user dbus chat with setroubleshoot
    * Allow login_userdomain map files in /var
    * Allow wireguard work with firewall-cmd
    * Differentiate between staff and sysadm when executing crontab with sudo
    * Add crontab_admin_domtrans interface
    * Allow abrt_t nnp domain transition to abrt_handle_event_t
    * Allow xdm_t to watch and watch_reads mount_var_run_t
    * Dontaudit subscription manager setfscreate and read file contexts
    * Don't audit crontab_domain write attempts to user home
    * Transition from sudodomains to crontab_t when executing crontab_exec_t
    * Add crontab_domtrans interface
    * Fix label of pseudoterminals created from sudodomain
    * Allow utempter_t use ptmx
    * Dontaudit rpmdb attempts to connect to sssd over a unix stream socket
    * Allow admin user read/write on fixed_disk_device_t
    * Only allow confined user domains to login locally without unconfined_login
    * Add userdom_spec_domtrans_confined_admin_users interface
    * Only allow admindomain to execute shell via ssh with ssh_sysadm_login
    * Add userdom_spec_domtrans_admin_users interface
    * Move ssh dyntrans to unconfined inside unconfined_login tunable policy
    * Update ssh_role_template() for user ssh-agent type
    * Allow init to inherit system DBus file descriptors
    * Allow init to inherit fds from syslogd
    * Allow any domain to inherit fds from rpm-ostree
    * Update afterburn policy
    * Allow init_t nnp domain transition to abrtd_t
    * Rename all /var/lock file context entries to /run/lock
    * Rename all /var/run file context entries to /run
  - Update container-selinux to a68865582e123856c191fe0ecbbba9301758e591

------------------------------------------------------------------
------------------  2024-7-25  -  Jul 25 2024  -------------------
------------------------------------------------------------------

++++ gnutls:

  - Update to 3.8.6:
    * libgnutls: PBMAC1 is now supported as a MAC mechanism for PKCS#12
    To be compliant with FIPS 140-3, PKCS#12 files with MAC based on
    PBKDF2 (PBMAC1) is now supported, according to the specification
    proposed in draft-ietf-lamps-pkcs12-pbmac1.
    * libgnutls: SHA3 extendable output functions (XOF) are now supported
    SHA3 XOF, SHAKE128 and SHAKE256, are now usable through a new
    public API gnutls_hash_squeeze.
    * API and ABI modifications:
  - gnutls_pkcs12_generate_mac3: New function
  - gnutls_pkcs12_flags_t: New enum
  - gnutls_hash_squeeze: New function
    * Rebase patches:
  - gnutls-FIPS-140-3-references.patch
  - gnutls-FIPS-jitterentropy.patch

++++ ignition:

  - Apply (temporary) upstream patch from fedora-coreos-config for
    compatibility with systemd 256.

++++ kernel-default:

  - drm/amd/display: Fix array-index-out-of-bounds in
    dml2/FCLKChangeSupport (stable-fixes).
  - drm/amd/display: Update efficiency bandwidth for dcn351
    (stable-fixes).
  - drm/ttm: Always take the bo delayed cleanup path for imported
    bos (git-fixes).
  - drm/amd/display: change dram_clock_latency to 34us for dcn35
    (stable-fixes).
  - drm/amdgpu: fix locking scope when flushing tlb (stable-fixes).
  - wifi: mac80211: Avoid address calculations via out of bounds
    array indexing (stable-fixes).
  - drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs
    (stable-fixes).
  - drm/amd/display: ASSERT when failing to find index by
    plane/stream id (stable-fixes).
  - drm/amd/display: Fix overlapping copy within
    dml_core_mode_programming (stable-fixes).
  - drm/amd/display: Skip pipe if the pipe idx not set properly
    (stable-fixes).
  - drm/amd/display: Workaround register access in idle race with
    cursor (stable-fixes).
  - commit 830869c
  - ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA
    is paused (git-fixes).
  - commit aadeb44
  - spi: mux: set ctlr->bits_per_word_mask (stable-fixes).
  - wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL
    (git-fixes).
  - wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK
    (stable-fixes).
  - wifi: mac80211: disable softirqs for queued frame handling
    (git-fixes).
  - wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
    (stable-fixes).
  - wifi: cfg80211: wext: set ssids=NULL for passive scans
    (git-fixes).
  - wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
    (stable-fixes).
  - wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill
    (stable-fixes).
  - wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe
    option (stable-fixes).
  - wifi: iwlwifi: mvm: handle BA session teardown in RF-kill
    (stable-fixes).
  - wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd
    (stable-fixes).
  - wifi: iwlwifi: mvm: remove stale STA link data during restart
    (stable-fixes).
  - wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup
    (stable-fixes).
  - wifi: cfg80211: fix 6 GHz scan request building (stable-fixes).
  - wifi: mac80211: handle tasklet frames before stopping
    (stable-fixes).
  - wifi: mac80211: apply mcast rate only if interface is up
    (stable-fixes).
  - wifi: mac80211: mesh: init nonpeer_pm to active by default in
    mesh sdata (stable-fixes).
  - tools/power/cpupower: Fix Pstate frequency reporting on AMD
    Family 1Ah CPUs (stable-fixes).
  - tools/power turbostat: Remember global max_die_id
    (stable-fixes).
  - commit 37df9b4
  - phy: cadence-torrent: Check return value on register read
    (git-fixes).
  - kbuild: avoid build error when single DTB is turned into
    composite DTB (git-fixes).
  - remoteproc: stm32_rproc: Fix mailbox interrupts queuing
    (git-fixes).
  - remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes).
  - remoteproc: imx_rproc: Fix refcount mistake in
    imx_rproc_addr_init (git-fixes).
  - remoteproc: imx_rproc: Skip over memory region when node value
    is NULL (git-fixes).
  - mailbox: mtk-cmdq: Move devm_mbox_controller_register() after
    devm_pm_runtime_enable() (git-fixes).
  - power: supply: ingenic: Fix some error handling paths in
    ingenic_battery_get_property() (git-fixes).
  - power: supply: ab8500: Fix error handling when calling
    iio_read_channel_processed() (git-fixes).
  - spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
    (stable-fixes).
  - net: mac802154: Fix racy device stats updates by DEV_STATS_INC()
    and DEV_STATS_ADD() (stable-fixes).
  - platform/x86: lg-laptop: Use ACPI device handle when evaluating
    WMAB/WMBB (stable-fixes).
  - platform/x86: lg-laptop: Change ACPI device id (stable-fixes).
  - platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
    (stable-fixes).
  - platform/x86: wireless-hotkey: Add support for LG Airplane
    Button (stable-fixes).
  - net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes).
  - Input: ads7846 - use spi_device_id table (stable-fixes).
  - mei: demote client disconnect warning on suspend to debug
    (stable-fixes).
  - kconfig: remove wrong expr_trans_bool() (stable-fixes).
  - kconfig: gconf: give a proper initial state to the Save button
    (stable-fixes).
  - commit f6cec75
  - dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
    (git-fixes).
  - docs: crypto: async-tx-api: fix broken code example (git-fixes).
  - drm/radeon: check bo_va->bo is non-NULL before using it
    (stable-fixes).
  - drm/amd/display: Fix refresh rate range for some panel
    (stable-fixes).
  - drm/amd/display: Account for cursor prefetch BW in DML1 mode
    support (stable-fixes).
  - drm/amd/display: Add refresh rate range check (stable-fixes).
  - gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
    (stable-fixes).
  - can: kvaser_usb: fix return value for hif_usb_send_regout
    (stable-fixes).
  - Input: xpad - add support for ASUS ROG RAIKIRI PRO
    (stable-fixes).
  - Input: i8042 - add Ayaneo Kun to i8042 quirk table
    (stable-fixes).
  - Input: elantech - fix touchpad state on resume for Lenovo N24
    (stable-fixes).
  - drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
    (stable-fixes).
  - drm/amdgpu: Indicate CU havest info to CP (stable-fixes).
  - drm/exynos: dp: drop driver owner initialization (stable-fixes).
  - drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
    (stable-fixes).
  - HID: Ignore battery for ELAN touchscreens 2F2C and 4116
    (stable-fixes).
  - input: Add support for "Do Not Disturb" (stable-fixes).
  - input: Add event code for accessibility key (stable-fixes).
  - Input: silead - Always support 10 fingers (stable-fixes).
  - commit a5bc4da
  - Bluetooth: btnxpuart: Enable Power Save feature on startup
    (stable-fixes).
  - Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
    (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA
    (stable-fixes).
  - ASoC: rt722-sdca-sdw: add debounce time for type detection
    (stable-fixes).
  - ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on
    error rollback (stable-fixes).
  - ASoC: ti: davinci-mcasp: Set min period size using FIFO config
    (stable-fixes).
  - ALSA: dmaengine: Synchronize dma channel after drop()
    (stable-fixes).
  - ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes).
  - ASoC: topology: Do not assign fields that are already set
    (stable-fixes).
  - ASoC: topology: Fix references to freed memory (stable-fixes).
  - bytcr_rt5640 : inverse jack detect for Archos 101 cesium
    (stable-fixes).
  - ASoC: rt722-sdca-sdw: add silence detection register as volatile
    (stable-fixes).
  - ALSA: dmaengine_pcm: terminate dmaengine before synchronize
    (stable-fixes).
  - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
    (stable-fixes).
  - ALSA: PCM: Allow resume only for suspended streams
    (stable-fixes).
  - ACPI: EC: Avoid returning AE_OK on errors in address space
    handler (stable-fixes).
  - ACPI: EC: Abort address space access upon error (stable-fixes).
  - commit aa63c91
  - config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859)
  - commit f80ff65
  - platform/x86: x86-android-tablets: Unregister devices in
    reverse order (CVE-2024-40975 bsc#1227926).
  - commit 16439fd
  - Avoid hw_desc array overrun in dw-axi-dmac (CVE-2024-40970
    bsc#1227899).
  - commit 8f7016c
  - ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2
    (bsc#1228269).
  - commit 78e0f74

++++ colord:

  - Build -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 in order to avoid
    wrong type being passed to gmtime_r on i586 (and perhaps other 32bit
    targets). [boo#1228331]

++++ mozilla-nss:

  - update to NSS 3.101.2
    * bmo#1905691 - ChaChaXor to return after the function

++++ libxml2:

  - Update to version 2.12.9:
    + Security: (CVE-2024-40896) Fix XXE protection in downstream
    code.
    + Improvements: Undeprecate xmlKeepBlanksDefault.

++++ libxml2-python:

  - Update to version 2.12.9:
    + Security: (CVE-2024-40896) Fix XXE protection in downstream
    code.
    + Improvements: Undeprecate xmlKeepBlanksDefault.

------------------------------------------------------------------
------------------  2024-7-24  -  Jul 24 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.9.0:
    * Security fixes:
  - [bsc#1227888, CVE-2024-6197] curl: freeing stack buffer
    in utf8asn1str
  - [bsc#1228260, CVE-2024-6874] idn: tweak buffer use when
    converting with macidn
    * Changes:
  - curl: add --ip-tos (IP Type of Service / Traffic Class)
  - curl: add --mptcp
  - curl: add --vlan-priority
  - curl: add -w '%{num_retries}
  - gnutls: support CA caching
  - mbedtls: support CURLOPT_CERTINFO
  - noproxy: patterns need to be comma separated
  - socket: support binding to interface *AND* IP
  - tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt
  - urlapi: add CURLU_NO_GUESS_SCHEME
  - wolfssl: support CA caching
    * Bugfixes:
  - connection: shutdown TLS (for FTP) better
  - curl-config: revert to backticks to support old target envs
  - curl: allow etag and content-disposition for 3xx reply
  - curl: bsearch the --write-out variable name
  - curl: check for --disable case *sensitively*
  - doh: fix leak and zero-length HTTPS RR crash
  - file: separate fake headers and body with a stand-alone CRLF
  - ftp: remove redundant null pointer check in loop condition
  - gnutls: improve TLS shutdown
  - gnutls: pass in SNI name, not hostname when checking cert
  - hostip: skip error check for infallible function call
  - http/3: add shutdown support
  - http/3: resume upload on ack if we have more data to send
  - lib: add a few DEBUGASSERT(data) to aid code analyzers
  - lib: add failure reason on bind errors
  - lib: graceful connection shutdown
  - lib: xfer_setup and non-blocking shutdown
  - multi: add multi->proto_hash, a key-value store for protocol data
  - multi: do a final progress update on connect failure
  - multi: fix multi_wait() timeout handling
  - multi: fix pollset during RESOLVING phase
  - ngtcp2+quictls: fix cert-status use
  - noproxy: test bad ipv6 net size first
  - openssl/gnutls: rectify the TLS version checks for QUIC
  - openssl: fix hostname handling when using ECH
  - openssl: stop duplicate ssl key logging for legacy OpenSSL
  - quic: enable UDP GRO
  - quic: openssl quic, cmake and doc version update to 3.3.0
  - quic: require at least OpenSSL 3.3 for QUIC
  - quic: update to quiche 0.22.0
  - smtp: for starttls, do full upgrade
  - tool_operate: avoid explicitly setting verifypeer to 1
  - tool_writeout: get certinfo only when needing it
  - transfer: avoid polling socket every transfer loop
  - transfer: conn close on paused upload
  - transfer: do not use EXPIRE_NOW while blocked
  - transfer: remove curl_upload_refill_watermark, no longer used
  - transfer: set CSELECT_IN if there is data pending
  - url: allow DoH transfers to override max connection limit
  - x509asn1: add some common ECDSA OIDs
  - x509asn1: ASN1tostr() should fail when 'constructed' is set
  - x509asn1: fallback to dotted OID representation
  - x509asn1: prevent NULL dereference
  - x509asn1: remove superfluous free()
  - x509asn1: remove two static variables
    * Rebase libcurl-ocloexec.patch
    * Remove curl-make-install-curl-config.patch upstream

++++ docker-compose:

  - Update to version 2.29.1:
    * Enhance JSON progress events with more fields.
    * bump compose-go v2.1.5
    * bump github.com/docker/cli v27.1.0
    * bump github.com/docker/docker v27.1.0
    * bump github.com/containerd/containerd v1.7.20
    * gha: add docker 27.1.0
    * fix(containers): fix sorting logic by adding secondary sorting
    for one-off containers

++++ dpdk:

  - use %autopatch even for older distros, -M *is* supported there

++++ kdump:

  - upgrade to version 2.0.9
    * start kdump-early earlier using DefaultDependencies=no
    * fadump: avoid re-registration if kernel is hotplug ready
    * mkdumprd: use pbl to get default kernel version (boo#1226676)

++++ kernel-default:

  - ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947).
  - commit 6fea688
  - net/rds: fix WARNING in rds_conn_connect_if_down (CVE-2024-27024
    bsc#1223777).
  - commit 466c800
  - Update config files. Disable CONFIG_KFENCE on ppc64le (bsc#1226920)
  - commit 05180ef

++++ lua54:

  - Update to version 5.4.7:
    * Fixed 11 bugs from 5.4.6
    * Tests now run on shared libraries
  - Removed skip-tests_big-endian.patch: fixed upstream

++++ python313-core:

  - Update F00251-change-user-install-location.patch to install packages
    in /usr/local by default when using pip outside of a RPMBUILD
    environment.

++++ systemd:

  - Import commit 5bba1ebe17564b606cc5d1c07b14123c305019a7 (merge of v256.4)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/bd8b5ee3cf0466b6b78e167967468cf6f93ec807...5bba1ebe17564b606cc5d1c07b14123c305019a7
  - Add 5004-disable-session-freeze.patch as a temporary workaround for
    https://github.com/systemd/systemd/issues/33083

++++ python313:

  - Update F00251-change-user-install-location.patch to install packages
    in /usr/local by default when using pip outside of a RPMBUILD
    environment.

++++ qemu:

  - roms: Build ipxe with NO_WERROR=1 (bsc#1227960)
  - Update to version 9.0.2:
    Full list of backports here:
    https://lore.kernel.org/qemu-devel/1718081053.366429.1238758.nullmailer@tls.msk.ru/
    A selection of them is reported here too:
    hw/nvme: fix number of PIDs for FDP RUH update
    sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
    char-stdio: Restore blocking mode of stdout on exit
    virtio: remove virtio_tswap16s() call in vring_packed_event_read()
    virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
    tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
    block: Parse filenames only when explicitly requested
    iotests/270: Don't store data-file with json: prefix in image
    iotests/244: Don't store data-file with protocol in image
    qcow2: Don't open data_file with BDRV_O_NO_IO
    tests: add testing of parameter=3D1 for SMP topology (bsc#1228169)
    hw/core: allow parameter=3D1 for SMP topology on any machine
    ...

++++ strace:

  - Update License tag (boo#1228216)

------------------------------------------------------------------
------------------  2024-7-23  -  Jul 23 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Set run context for rawtp test_run callback (bsc#1227783
    CVE-2024-40908).
  - commit c965ae8
  - nfs: Fix up kabi after adding write_congestion_wait
    (bsc#1218442).
  - commit fa72236
  - ipv6: prevent possible NULL dereference in rt6_probe()
    (CVE-2024-40960 bsc#1227813).
  - commit acda250
  - PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
    (git-fixes).
  - commit e717f73
  - x86/csum: clean up `csum_partial' further (git-fixes).
  - commit eb0657c
  - x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes).
  - commit 7ae6079
  - x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes).
  - commit 907534d
  - x86/shstk: Make return uprobe work with shadow stack (git-fixes).
  - commit a22c34a
  - x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes).
  - commit 0887d68
  - x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and  VPDPWSSDS (git-fixes).
  - commit 4b4922f
  - x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes).
  - commit 4c24788
  - x86/cpu: Provide default cache line size if not enumerated (git-fixes).
  - commit c2b6a76
  - x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes).
  - commit d32b5a4
  - x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes).
  - commit a7c18d6
  - x86/amd_nb: Check for invalid SMN reads (git-fixes).
  - commit 5e0a2ff
  - cachefiles: flush all requests after setting CACHEFILES_DEAD
    (bsc#1227797 CVE-2024-40935).
  - commit 6acb040
  - PCI: tegra194: Set EP alignment restriction for inbound ATU
    (git-fixes).
  - PCI: keystone: Fix NULL pointer dereference in case of DT
    error in ks_pcie_setup_rc_app_regs() (git-fixes).
  - PCI: keystone: Don't enable BAR 0 for AM654x (git-fixes).
  - commit 3d6a567
  - ipv6: prevent possible NULL deref in fib6_nh_init()
    (CVE-2024-40961 bsc#1227814).
  - commit 3de66de
  - PCI: Extend ACS configurability (bsc#1228090).
  - commit 3be1ce1
  - netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504).
  - commit becdc7a

++++ vulkan-loader:

  - Update to release SDK-1.3.290
    * Remove faulty fallback for unknown functions
    * tests: Allow test ICD to handle NULL pApplicationInfo
    * Fix preloaded ICDs being freed with custom allocators
    * Fix RegCloseKey exeption when double-closing hKeys

++++ libzypp:

  - Fix typo in the geoip update pipeline (bsc#1228206)
  - Export RepoVariablesStringReplacer for yast2 (bsc#1228138)
  - version 17.35.4 (35)

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

  - better summary and description for KMP

++++ python-bcrypt:

  - Update to 4.2.0
    * Bump version for 4.2.0 release (#843)
    * Import improvements from cryptography wheel building and release (#840)
    * Remove setup.py (#842)
    * Small cleanup (#841)
    * Added 3.13 to CI (#839)
    * Bump portable-atomic from 1.6.0 to 1.7.0 in /src/_bcrypt (#836)
    * Bump syn from 2.0.71 to 2.0.72 in /src/_bcrypt (#837)
    * Bump pyo3 from 0.22.1 to 0.22.2 in /src/_bcrypt (#834)
    * Bump syn from 2.0.70 to 2.0.71 in /src/_bcrypt (#833)
    * Bump actions/setup-python from 5.1.0 to 5.1.1 (#832)
    * Bump syn from 2.0.69 to 2.0.70 in /src/_bcrypt (#831)
    * Bump target-lexicon from 0.12.14 to 0.12.15 in /src/_bcrypt (#830)
    * Don't import things from prelude (#829)
    * Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#824)
    * Bump actions/download-artifact from 4.1.7 to 4.1.8 (#825)
    * Bump syn from 2.0.68 to 2.0.69 in /src/_bcrypt (#827)
    * Bump pyo3 from 0.22.0 to 0.22.1 in /src/_bcrypt (#828)
    * Update for new ruff syntax (#826)
    * Switch to using the new pyo3 syntax for declarative modules (#823)
    * Bump pyo3 to 0.22 (#822)
    * Bump bitflags from 2.5.0 to 2.6.0 in /src/_bcrypt (#821)
    * Bump syn from 2.0.67 to 2.0.68 in /src/_bcrypt (#818)
    * Bump syn from 2.0.66 to 2.0.67 in /src/_bcrypt (#817)
    * Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/_bcrypt (#816)
    * Bump subtle from 2.5.0 to 2.6.0 in /src/_bcrypt (#814)
    * Bump redox_syscall from 0.5.1 to 0.5.2 in /src/_bcrypt (#813)
    * Bump actions/checkout from 4.1.6 to 4.1.7 (#812)
    * Bump proc-macro2 from 1.0.84 to 1.0.85 in /src/_bcrypt (#811)
    * Bump proc-macro2 from 1.0.83 to 1.0.84 in /src/_bcrypt (#808)
    * Bump zeroize from 1.7.0 to 1.8.1 in /src/_bcrypt (#809)
    * Bump parking_lot from 0.12.2 to 0.12.3 in /src/_bcrypt (#810)
    * Bump syn from 2.0.65 to 2.0.66 in /src/_bcrypt (#806)
    * alpine is 3.12 now (#807)
    * Bump proc-macro2 from 1.0.82 to 1.0.83 in /src/_bcrypt (#804)
    * Bump syn from 2.0.64 to 2.0.65 in /src/_bcrypt (#803)
    * Bump libc from 0.2.154 to 0.2.155 in /src/_bcrypt (#802)
    * Bump actions/checkout from 4.1.5 to 4.1.6 (#800)
    * Apply the wacky staticnode workaround to this repo (#801)
    * Bump syn from 2.0.63 to 2.0.64 in /src/_bcrypt (#799)
    * Bump syn from 2.0.61 to 2.0.63 in /src/_bcrypt (#798)
    * Try upgrading ubuntu in CI (#797)
    * Bump proc-macro2 from 1.0.81 to 1.0.82 in /src/_bcrypt (#796)
    * Bump syn from 2.0.60 to 2.0.61 in /src/_bcrypt (#795)
    * Bump getrandom from 0.2.14 to 0.2.15 in /src/_bcrypt (#794)
    * Bump actions/checkout from 3.6.0 to 4.1.5 (#793)

++++ rt-tests:

  - Fix archive URL

++++ virt-manager:

  - bsc#1228227 - libvirt missing default hyperv options causes
    windows guest performance degredation.
    virtinst-add-hyperv-performance-options.patch

------------------------------------------------------------------
------------------  2024-7-22  -  Jul 22 2024  -------------------
------------------------------------------------------------------

++++ lvm2-device-mapper:

  - enable devices file feature by default - see lvmdevices(8)
    * enable '--with-default-use-devices-file=1' in lvm2.spec
    * update commented default value of 'use_devicesfile' in lvm2.conf

++++ kernel-default:

  - nfs: Block on write congestion (bsc#1218442).
  - commit b7f1cad
  - nfs: Properly initialize server->writeback (bsc#1218442).
  - commit c293976
  - nfs: Drop pointless check from nfs_commit_release_pages()
    (bsc#1218442).
  - commit 20931fe
  - kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149)
  - commit 777b4e0
  - wifi: libertas: Follow renaming of SPI "master" to "controller"
    (bsc#1227149).
  - wifi: cw1200: restore endian swapping (bsc#1227149).
  - wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}()
    failures warns (bsc#1227149).
  - wifi: zd1211rw: silence sparse warnings (bsc#1227149).
  - wifi: rt2x00: silence sparse warnings (bsc#1227149).
  - wifi: brcmsmac: silence sparse warnings (bsc#1227149).
  - wifi: b43: silence sparse warnings (bsc#1227149).
  - wifi: brcmfmac: do not pass hidden SSID attribute as value
    directly (bsc#1227149).
  - wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4
    (bsc#1227149).
  - wifi: wilc1000: remove AKM suite be32 conversion for external
    auth request (bsc#1227149).
  - wifi: wilc1000: add missing read critical sections around vif
    list traversal (bsc#1227149).
  - wifi: wilc1000: fix declarations ordering (bsc#1227149).
  - wifi: wilc1000: use SRCU instead of RCU for vif list traversal
    (bsc#1227149).
  - wifi: wilc1000: split deeply nested RCU list traversal in
    dedicated helper (bsc#1227149).
  - wifi: wilc1000: validate chip id during bus probe (bsc#1227149).
  - wifi: brcmfmac: do not cast hidden SSID attribute value to
    boolean (bsc#1227149).
  - wifi: mwifiex: Refactor 1-element array into flexible array
    in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149).
  - wifi: wilc1000: correct CRC7 calculation (bsc#1227149).
  - wifi: wilc1000: set preamble size to auto as default in
    wilc_init_fw_config() (bsc#1227149).
  - wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers
    (bsc#1227149).
  - wifi: wilc1000: remove setting msg.spi (bsc#1227149).
  - wifi: cw1200: Convert to GPIO descriptors (bsc#1227149).
  - wifi: plfxlc: Drop unused include (bsc#1227149).
  - wifi: mwifiex: Drop unused headers (bsc#1227149).
  - wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149).
  - wifi: cw1200: fix __le16 sparse warnings (bsc#1227149).
  - wifi: rsi: fix restricted __le32 degrades to integer sparse
    warnings (bsc#1227149).
  - wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149).
  - wifi: brcmfmac: add linefeed at end of file (bsc#1227149).
  - wifi: brcmfmac: allow per-vendor event handling (bsc#1227149).
  - wifi: brcmfmac: move feature overrides before feature_disable
    (bsc#1227149).
  - wifi: brcmfmac: export firmware interface functions
    (bsc#1227149).
  - wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv()
    (bsc#1227149).
  - wifi: mwifiex: Use helpers to check multicast addresses
    (bsc#1227149).
  - wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149).
  - wifi: wilc1000: fix incorrect power down sequence (bsc#1227149).
  - wifi: wilc1000: fix driver_handler when committing initial
    configuration (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN
    (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx
    (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149).
  - wifi: p54: fix GCC format truncation warning with
    wiphy->fw_version (bsc#1227149).
  - wifi: mwifiex: use cfg80211_ssid_eq() instead of
    mwifiex_ssid_cmp() (bsc#1227149).
  - wifi: rt2x00: remove useless code in
    rt2x00queue_create_tx_descriptor() (bsc#1227149).
  - commit 08ddd32
  - wifi: rt2x00: make watchdog param per device (bsc#1227149).
  - wifi: rt2x00: Simplify bool conversion (bsc#1227149).
  - wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove
    unused priv variable (bsc#1227149).
  - wifi: rt2x00: disable RTS threshold for rt2800 by default
    (bsc#1227149).
  - wifi: rt2x00: introduce DMA busy check watchdog for rt2800
    (bsc#1227149).
  - wifi: wilc1000: simplify wilc_scan() (bsc#1227149).
  - wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149).
  - wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()
    (bsc#1227149).
  - wifi: wilc1000: simplify remain on channel support
    (bsc#1227149).
  - wifi: brcmsmac: replace deprecated strncpy with memcpy
    (bsc#1227149).
  - wifi: brcm80211: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149).
  - wifi: rt2x00: rework MT7620 channel config function
    (bsc#1227149).
  - commit 055fd52
  - wifi: rt2x00: improve MT7620 register initialization
    (bsc#1227149).
  - wifi: wlcore: main: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: wlcore: boot: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: wl18xx: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: wl1251: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149).
  - wifi: brcmfmac: fix format-truncation warnings (bsc#1227149).
  - wifi: hostap: remove unused ioctl function (bsc#1227149).
  - wifi: atmel: remove unused ioctl function (bsc#1227149).
  - wifi: p54: Annotate struct p54_cal_database with __counted_by
    (bsc#1227149).
  - wifi: brcmfmac: fweh: Add __counted_by for struct
    brcmf_fweh_queue_item and use struct_size() (bsc#1227149).
  - wifi: hostap: Add __counted_by for struct prism2_download_data
    and use struct_size() (bsc#1227149).
  - wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149).
  - wifi: wfx: allow to send frames during ROC (bsc#1227149).
  - wifi: wfx: scan_lock is global to the device (bsc#1227149).
  - wifi: wfx: simplify exclusion between scan and Rx filters
    (bsc#1227149).
  - wifi: wfx: introduce hif_scan_uniq() (bsc#1227149).
  - wifi: wfx: move wfx_skb_*() out of the header file
    (bsc#1227149).
  - wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149).
  - wifi: wfx: fix power_save setting when AP is stopped
    (bsc#1227149).
  - commit 859f128
  - wifi: mwifiex: Replace one-element array with flexible-array
    member in struct mwifiex_ie_types_rxba_sync (bsc#1227149).
  - Refresh
    patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch.
  - commit 0e5befb
  - wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149).
  - wifi: rt2x00: remove redundant check if u8 array element is
    less than zero (bsc#1227149).
  - wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149).
  - wifi: mwifiex: simplify PCIE write operations (bsc#1227149).
  - wifi: wilc1000: add back-off algorithm to balance tx queue
    packets (bsc#1227149).
  - wifi: mwifiex: use MODULE_FIRMWARE to add firmware files
    metadata (bsc#1227149).
  - wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149).
  - wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request
    with __counted_by (bsc#1227149).
  - wifi: brcmfmac: Annotate struct brcmf_gscan_config with
    __counted_by (bsc#1227149).
  - wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149).
  - wifi: wlcore: sdio: Use module_sdio_driver macro to simplify
    the code (bsc#1227149).
  - wifi: wilc1000: Remove unused declarations (bsc#1227149).
  - wifi: rt2x00: limit MT7620 TX power based on eeprom calibration
    (bsc#1227149).
  - wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy
    (bsc#1227149).
  - wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*)
    conversions (bsc#1227149).
  - wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*)
    conversions (bsc#1227149).
  - wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - commit a544c26
  - wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions
    (bsc#1227149).
  - wifi: rsi: rsi_91x_hal: Remove unnecessary conversions
    (bsc#1227149).
  - wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*)
    conversions (bsc#1227149).
  - wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in
    R-Calibration (bsc#1227149).
  - wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149).
  - wifi: mwifiex: cleanup adapter data (bsc#1227149).
  - wifi: mwifiex: use is_zero_ether_addr() instead of
    ether_addr_equal() (bsc#1227149).
  - wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149).
  - wifi: mwifiex: handle possible mwifiex_write_reg() errors
    (bsc#1227149).
  - wifi: mwifiex: handle possible sscanf() errors (bsc#1227149).
  - wifi: mwifiex: cleanup private data structures (bsc#1227149).
  - wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149).
  - wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149).
  - wifi: brcmsmac: remove more unused data types (bsc#1227149).
  - wifi: libertas: prefer kstrtoX() for simple integer conversions
    (bsc#1227149).
  - wifi: libertas: handle possible spu_write_u16() errors
    (bsc#1227149).
  - wifi: libertas: cleanup SDIO reset (bsc#1227149).
  - wifi: libertas: simplify list operations in free_if_spi_card()
    (bsc#1227149).
  - wifi: libertas: use convenient lists to manage SDIO packets
    (bsc#1227149).
  - wifi: libertas: add missing calls to cancel_work_sync()
    (bsc#1227149).
  - wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149).
  - wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149).
  - wifi: brcmsmac: remove unused data type (bsc#1227149).
  - wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149).
  - wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149).
  - wifi: zd1211rw: fix typo "tranmits" (bsc#1227149).
  - wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149).
  - wifi: hostap: fix stringop-truncations GCC warning
    (bsc#1227149).
  - wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149).
  - wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149).
  - wifi: rt2x00: fix the typo in comments (bsc#1227149).
  - wifi: brcmfmac: Detect corner error case earlier with log
    (bsc#1227149).
  - wifi: brcmutil: use helper function pktq_empty() instead of
    open code (bsc#1227149).
  - wifi: add HAS_IOPORT dependencies (bsc#1227149).
  - wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149).
  - wifi: mwifiex: Use list_count_nodes() (bsc#1227149).
  - wifi: mwifiex: Use default @max_active for workqueues
    (bsc#1227149).
  - commit edbabc2
  - xfs: Add cond_resched to block unmap range and reflink remap
    path (bsc#1228211).
  - commit 4c79a42
  - supported.conf: Add support for v4l2-dv-timings
    (jsc#PED-8645)
  - commit 6262df7
  - supported.conf: Add support for v4l2-dv-timings
    (jsc#PED-8644)
  - commit a3622c5
  - netrom: Fix a memory leak in nr_heartbeat_expiry()
    (CVE-2024-41006 bsc#1227862).
  - commit 59ef181
  - arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes)
  - commit 6571948
  - arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes)
  - commit 67939cb
  - arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes)
  - commit 5ed815a
  - arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes)
  - commit af4620a
  - arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes)
  - commit 0171830
  - arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes)
  - commit 2186774
  - arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes)
  - commit 7bd1596
  - arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes)
  - commit a5c559a
  - arm64: dts: rockchip: Add sdmmc related properties on (git-fixes)
  - commit 07ed999
  - arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes)
  - commit 0d2dc44
  - arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes)
  - commit 17c17ec
  - arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes)
  - commit ef568ac
  - arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes)
  - commit 3ac3475
  - arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes)
  - commit f0f8ba5
  - arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes)
  - commit a564fef
  - arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes)
  - commit d7e72e1
  - arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes)
  - commit ca6c1bb
  - arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes)
  - commit a10e3de
  - Move upstreamed patches into sorted section
  - commit 0bb0cc8
  - fuse: verify {g,u}id mount options correctly (bsc#1228193).
  - libceph: fix race between delayed_work() and ceph_monc_stop()
    (bsc#1228192).
  - commit 10e7bb9
  - nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
    (git-fixes).
  - checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored
    (git-fixes).
  - rtc: interface: Add RTC offset to alarm after fix-up
    (git-fixes).
  - rtc: abx80x: Fix return value of nvmem callback on read
    (git-fixes).
  - rtc: cmos: Fix return value of nvmem callbacks (git-fixes).
  - rtc: isl1208: Fix return value of nvmem callbacks (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
    (git-fixes).
  - pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes).
  - pinctrl: freescale: mxs: Fix refcount of child (git-fixes).
  - pinctrl: ti: ti-iodelay: fix possible memory leak when
    pinctrl_enable() fails (git-fixes).
  - pinctrl: single: fix possible memory leak when pinctrl_enable()
    fails (git-fixes).
  - pinctrl: core: fix possible memory leak when pinctrl_enable()
    fails (git-fixes).
  - pinctrl: rockchip: update rk3308 iomux routes (git-fixes).
  - selftests/sigaltstack: Fix ppc64 GCC build (git-fixes).
  - PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes).
  - PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
    (git-fixes).
  - PCI: rcar: Demote WARN() to dev_warn_ratelimited() in
    rcar_pcie_wakeup() (git-fixes).
  - PCI: qcom-ep: Disable resources unconditionally during PERST#
    assert (git-fixes).
  - PCI: dwc: Fix index 0 incorrectly being interpreted as a free
    ATU slot (git-fixes).
  - PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
    (git-fixes).
  - PCI: endpoint: Clean up error handling in vpci_scan_bus()
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Make use of cached 'epc_features'
    in pci_epf_test_core_init() (git-fixes).
  - PCI: Fix resource double counting on remove & rescan
    (git-fixes).
  - PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal
    (git-fixes).
  - PCI: Introduce cleanup helpers for device reference counts
    and locks (stable-fixes).
  - commit a7e6cbc

++++ lvm2:

  - enable devices file feature by default - see lvmdevices(8)
    * enable '--with-default-use-devices-file=1' in lvm2.spec
    * update commented default value of 'use_devicesfile' in lvm2.conf

++++ lz4:

  - Update to release 1.10.0
    * Support for multithreading
    * Full support for dictionary compression
    * New compression level 2

++++ ncurses:

  - Add ncurses patch 20240720
    + improve formatting/style of manpages (patches by Branden Robinson).
    + modify configure script and misc/Makefile to accept glob expressions
    that include Windows/DOS drive-letters (report by Eli Zaretskii).
    + fix misspelled ifdef and correct return-value of _nc_mingw_tcflush in
    win_driver.c (report/patch by Eli Zaretskii).

++++ openssl-3:

  - Build with no-afalgeng [bsc#1226463]
  - Security fix: [bsc#1227138, CVE-2024-5535]
    * SSL_select_next_proto buffer overread
    * Add openssl-CVE-2024-5535.patch

++++ orc:

  - Update to version 0.4.39:
  - Security: Fix error message printing buffer overflow leading
    to possible code execution in orcc with specific input files
    (CVE-2024-40897). This only affects developers and CI
    environments using orcc, not users of liborc (boo#1228184)
  - div255w: fix off-by-one error in the implementations
  - x86: only run AVX detection if xgetbv is available
  - x86: fix AVX detection by implementing the check recommended
    by Intel
  - Only enable JIT compilation on Apple arm64 if running on macOS,
    fixes crashes on iOS
  - Fix potential crash in emulation mode if logging is enabled
  - Handle undefined TARGET_OS_OSX correctly
  - orconce: Fix typo in GCC __sync-based implementation
  - orconce: Fix usage of __STDC_NO_ATOMICS__
  - Fix build with MSVC 17.10 + C11
  - Support stack unwinding on Windows
  - Major opcode and instruction set code clean-ups and refactoring
  - Refactor allocation and chunk initialization of code regions
  - Fall back to emulation on Linux if JIT support is not
    available, e.g. because of SELinux sandboxing or noexec
    mounting)

++++ python313-core:

  - Update to 3.13.0~b4:
  - Tests
  - gh-121084: Fix test_typing random leaks. Clear typing ABC
    caches when running tests for refleaks (-R option): call
    _abc_caches_clear() on typing abstract classes and their
    subclasses.
  - gh-121160: Add a test for
    readline.set_history_length(). Note that this test may fail
    on readline libraries.
  - gh-121200: Fix test_expanduser_pwd2() of
    test_posixpath. Call getpwnam() to get pw_dir, since it
    can be different than getpwall() pw_dir.
  - gh-121188: When creating the JUnit XML file, regrtest
    now escapes characters which are invalid in XML, such
    as the chr(27) control character used in ANSI escape
    sequences.
  - Library
  - gh-57141: The shallow argument to filecmp.dircmp (new in
    Python 3.13) is now keyword-only.
  - gh-121245: Simplify handling of the history file in
    site.register_readline() helper. The CAN_USE_PYREPL
    variable now will be initialized, when imported.
  - gh-121332: Fix constructor of ast nodes with custom
    _attributes. Previously, passing custom attributes would
    raise a DeprecationWarning. Passing arguments to the
    constructor that are not in _fields or _attributes remains
    deprecated.
  - gh-121279: Avoid NameError for the warnings module when
    accessing the depracated atributes of the importlib.abc
    module.
  - gh-121245: Fix a bug in the handling of the command history
    of the new REPL that caused the history file to be wiped at
    REPL exit.
  - gh-87744: Fix waitpid race while calling send_signal() in
    asyncio.
  - gh-121018: Fixed other issues where argparse.ArgumentParser
    did not honor exit_on_error=False.
  - gh-120678: Fix regression in the new REPL that meant that
    globals from files passed using the -i argument would not
    be included in the REPL’s global namespace.
  - gh-120782: Fix wrong references of the datetime types after
    reloading the module.
  - gh-120713: datetime.datetime.strftime() now 0-pads years
    with less than four digits for the format specifiers %Y and
    %G on Linux.
  - gh-117983: Defer the threading import in importlib.util
    until lazy loading is used.
  - gh-119189: When using the ** operator or pow() with
    Fraction as the base and an exponent that is not rational,
    a float, or a complex, the fraction is no longer converted
    to a float.
  - gh-118714: Allow restart in post-mortem debugging of
    pdb. Removed restart message when the user quits pdb from
    post-mortem mode.
  - gh-105623: Fix performance degradation in
    logging.handlers.RotatingFileHandler.
  - IDLE
  - gh-78889: Stop Shell freezes by blocking user access to
    non-method sys.stdout.shell attributes, which are all
    private.
  - Documentation
  - gh-121749: Fix documentation for PyModule_AddObjectRef().
  - gh-120012: Clarify the behaviours of
    multiprocessing.Queue.empty() and
    multiprocessing.SimpleQueue.empty() on closed queues.
  - Core and Builtins
  - gh-121860: Fix crash when rematerializing a managed
    dictionary after it was deleted.
  - gh-121814: Fixed the SegFault when PyEval_SetTrace() is
    used with no Python frame on stack.
  - gh-121295: Fix PyREPL console getting into a blocked state
    after interrupting a long paste
  - gh-121794: Fix bug in free-threaded Python where a
    resurrected object could lead to a negative ref count
    assertion failure.
  - gh-121657: Improve the SyntaxError message if the user
    tries to use yield from outside a function.
  - gh-121609: Fix pasting of characters containing unicode
    character joiners in the new REPL. Patch by Marta Gomez
    Macias
  - gh-117482: Unexpected slot wrappers are no longer created
    for builtin static types in subinterpreters.
  - gh-121499: Fix a bug affecting how multi-line history was
    being rendered in the new REPL after interacting with the
    new screen cache. Patch by Pablo Galindo
  - gh-121497: Fix a bug that was preventing the REPL to
    correctly respect the history when an input hook was
    set. Patch by Pablo Galindo
  - gh-121012: Tier 2 execution now ensures that list iterators
    remain exhausted, once they become exhausted.
  - gh-121439: Allow tuples of length 20 in the freelist to be
    reused.
  - gh-121368: Fix race condition in _PyType_Lookup in the
    free-threaded build due to a missing memory fence. This
    could lead to _PyType_Lookup returning incorrect results on
    arm64.
  - gh-121130: Fix f-strings with debug expressions in format
    specifiers. Patch by Pablo Galindo
  - gh-121115: PyLong_AsNativeBytes() no longer
    uses __index__() methods by default. The
    Py_ASNATIVEBYTES_ALLOW_INDEX flag has been added to allow
    it.
  - C API
  - gh-89364: Export the PySignal_SetWakeupFd()
    function. Previously, the function was documented but
    it couldn’t be used in 3rd party code. Patch by Victor
    Stinner.
  - gh-113993: PyUnicode_InternInPlace() no longer
    Seprevents its argument from being garbage collected
    Several functions that take char * are now documented
    Seas possibly preventing string objects from being
    Segarbage collected; refer to their documentation
    Sefor details: PyUnicode_InternFromString(),
    SePyDict_SetItemString(), PyObject_SetAttrString(),
    SePyObject_DelAttrString(), PyUnicode_InternFromString(),
    Seand PyModule_Add* convenience functions
  - gh-113601: Removed debug build assertions related to
    interning strings, which were falsely triggered by stable
    ABI extensions.
  - gh-112136: Restore the private _PyArg_Parser structure and
    the private _PyArg_ParseTupleAndKeywordsFast() function,
    previously removed in Python 3.13 alpha 1. Patch by Victor
    Stinner.
  - Build
  - gh-120371: Support WASI SDK 22 by explicitly skipping
    functions that are just stubs in wasi-libc.
  - gh-121731: Fix mimalloc compile error on GNU/Hurd
  - gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in
    mimalloc.
  - gh-121467: Fix a Makefile bug that prevented mimalloc
    header files from being installed.
  - gh-121103: On POSIX systems, excluding macOS framework
    installs, the lib directory for the free-threaded build now
    includes a “t” suffix to avoid conflicts with a co-located
    default build installation.
  - gh-120831: The default minimum iOS version was increased to
    13.0.
  - gh-113565: Improve curses and curses.panel dependency
    checks in configure.
  - Remove %suse_update_desktop_file macro as it is not useful any
    more.
  - Update bluez-devel-vendor.tar.xz vendored files.

++++ systemd:

  - Add temporarily 5003-core-when-switching-root-remove-run-systemd-before-e.patch (bsc#1227580)
  - Don't mention any rpm macros inside comments, even if escaped (bsc#1228091)
    Otherwise pesign-obs-integration ends up re-packaging systemd with all macros
    inside comments unescaped leading to unpredictable behavior. Now why rpm
    expands rpm macros inside comments is the question...

++++ python-ec2metadata:

  - Obsolete the Python 3.6 build

++++ python-gcemetadata:

  - Obsolete the Python 3.6 build

++++ python313:

  - Update to 3.13.0~b4:
  - Tests
  - gh-121084: Fix test_typing random leaks. Clear typing ABC
    caches when running tests for refleaks (-R option): call
    _abc_caches_clear() on typing abstract classes and their
    subclasses.
  - gh-121160: Add a test for
    readline.set_history_length(). Note that this test may fail
    on readline libraries.
  - gh-121200: Fix test_expanduser_pwd2() of
    test_posixpath. Call getpwnam() to get pw_dir, since it
    can be different than getpwall() pw_dir.
  - gh-121188: When creating the JUnit XML file, regrtest
    now escapes characters which are invalid in XML, such
    as the chr(27) control character used in ANSI escape
    sequences.
  - Library
  - gh-57141: The shallow argument to filecmp.dircmp (new in
    Python 3.13) is now keyword-only.
  - gh-121245: Simplify handling of the history file in
    site.register_readline() helper. The CAN_USE_PYREPL
    variable now will be initialized, when imported.
  - gh-121332: Fix constructor of ast nodes with custom
    _attributes. Previously, passing custom attributes would
    raise a DeprecationWarning. Passing arguments to the
    constructor that are not in _fields or _attributes remains
    deprecated.
  - gh-121279: Avoid NameError for the warnings module when
    accessing the depracated atributes of the importlib.abc
    module.
  - gh-121245: Fix a bug in the handling of the command history
    of the new REPL that caused the history file to be wiped at
    REPL exit.
  - gh-87744: Fix waitpid race while calling send_signal() in
    asyncio.
  - gh-121018: Fixed other issues where argparse.ArgumentParser
    did not honor exit_on_error=False.
  - gh-120678: Fix regression in the new REPL that meant that
    globals from files passed using the -i argument would not
    be included in the REPL’s global namespace.
  - gh-120782: Fix wrong references of the datetime types after
    reloading the module.
  - gh-120713: datetime.datetime.strftime() now 0-pads years
    with less than four digits for the format specifiers %Y and
    %G on Linux.
  - gh-117983: Defer the threading import in importlib.util
    until lazy loading is used.
  - gh-119189: When using the ** operator or pow() with
    Fraction as the base and an exponent that is not rational,
    a float, or a complex, the fraction is no longer converted
    to a float.
  - gh-118714: Allow restart in post-mortem debugging of
    pdb. Removed restart message when the user quits pdb from
    post-mortem mode.
  - gh-105623: Fix performance degradation in
    logging.handlers.RotatingFileHandler.
  - IDLE
  - gh-78889: Stop Shell freezes by blocking user access to
    non-method sys.stdout.shell attributes, which are all
    private.
  - Documentation
  - gh-121749: Fix documentation for PyModule_AddObjectRef().
  - gh-120012: Clarify the behaviours of
    multiprocessing.Queue.empty() and
    multiprocessing.SimpleQueue.empty() on closed queues.
  - Core and Builtins
  - gh-121860: Fix crash when rematerializing a managed
    dictionary after it was deleted.
  - gh-121814: Fixed the SegFault when PyEval_SetTrace() is
    used with no Python frame on stack.
  - gh-121295: Fix PyREPL console getting into a blocked state
    after interrupting a long paste
  - gh-121794: Fix bug in free-threaded Python where a
    resurrected object could lead to a negative ref count
    assertion failure.
  - gh-121657: Improve the SyntaxError message if the user
    tries to use yield from outside a function.
  - gh-121609: Fix pasting of characters containing unicode
    character joiners in the new REPL. Patch by Marta Gomez
    Macias
  - gh-117482: Unexpected slot wrappers are no longer created
    for builtin static types in subinterpreters.
  - gh-121499: Fix a bug affecting how multi-line history was
    being rendered in the new REPL after interacting with the
    new screen cache. Patch by Pablo Galindo
  - gh-121497: Fix a bug that was preventing the REPL to
    correctly respect the history when an input hook was
    set. Patch by Pablo Galindo
  - gh-121012: Tier 2 execution now ensures that list iterators
    remain exhausted, once they become exhausted.
  - gh-121439: Allow tuples of length 20 in the freelist to be
    reused.
  - gh-121368: Fix race condition in _PyType_Lookup in the
    free-threaded build due to a missing memory fence. This
    could lead to _PyType_Lookup returning incorrect results on
    arm64.
  - gh-121130: Fix f-strings with debug expressions in format
    specifiers. Patch by Pablo Galindo
  - gh-121115: PyLong_AsNativeBytes() no longer
    uses __index__() methods by default. The
    Py_ASNATIVEBYTES_ALLOW_INDEX flag has been added to allow
    it.
  - C API
  - gh-89364: Export the PySignal_SetWakeupFd()
    function. Previously, the function was documented but
    it couldn’t be used in 3rd party code. Patch by Victor
    Stinner.
  - gh-113993: PyUnicode_InternInPlace() no longer
    Seprevents its argument from being garbage collected
    Several functions that take char * are now documented
    Seas possibly preventing string objects from being
    Segarbage collected; refer to their documentation
    Sefor details: PyUnicode_InternFromString(),
    SePyDict_SetItemString(), PyObject_SetAttrString(),
    SePyObject_DelAttrString(), PyUnicode_InternFromString(),
    Seand PyModule_Add* convenience functions
  - gh-113601: Removed debug build assertions related to
    interning strings, which were falsely triggered by stable
    ABI extensions.
  - gh-112136: Restore the private _PyArg_Parser structure and
    the private _PyArg_ParseTupleAndKeywordsFast() function,
    previously removed in Python 3.13 alpha 1. Patch by Victor
    Stinner.
  - Build
  - gh-120371: Support WASI SDK 22 by explicitly skipping
    functions that are just stubs in wasi-libc.
  - gh-121731: Fix mimalloc compile error on GNU/Hurd
  - gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in
    mimalloc.
  - gh-121467: Fix a Makefile bug that prevented mimalloc
    header files from being installed.
  - gh-121103: On POSIX systems, excluding macOS framework
    installs, the lib directory for the free-threaded build now
    includes a “t” suffix to avoid conflicts with a co-located
    default build installation.
  - gh-120831: The default minimum iOS version was increased to
    13.0.
  - gh-113565: Improve curses and curses.panel dependency
    checks in configure.
  - Remove %suse_update_desktop_file macro as it is not useful any
    more.
  - Update bluez-devel-vendor.tar.xz vendored files.

++++ python-msgpack:

  - Update to 1.0.8
    * Update Cython to 3.0.8. This fixes memory leak when iterating
    ``Unpacker`` object on Python 3.12.
    * Do not include C/Cython files in binary wheels.
  - Drop removal of C/Cython files from %install section

++++ runc:

    [ This was only ever released for SLES and Leap. ]
  - Update to runc v1.1.13. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.1.12>.
  - 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
  - Backport <https://github.com/opencontainers/runc/pull/3931> to fix a
    performance issue when running lots of containers, caused by systemd getting
    too many mount notifications. bsc#1214960
    + 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch

++++ thin-provisioning-tools:

  - Update to version 1.0.13:
    * bump version to 1.0.13
    * [io_engine] Remove duplicate code in tests
    * [build] Update quick-xml to v0.36
    * [build] Update dependencies
    * [doc] Update CHANGES
    * [thin_check] Correct the number of devices to check in logs
    * [doc] Update TODO list
    * [man] Update man page for thin_ls
    * [io_engine] Add test cases for SyncIoEngine::write_many()
    * [io_engine] Enlarge the batch size for SyncIoEngine to do vectored write
    * [io_engine] Use vectored write in sync io
    * [tests] Use sha256sum to avoid collision
    * [all] Fix clippy lints
    * [tests] Fix thin snapshot xml generator
    * [tests] Fix the mapped_blocks for thins in generated xml
    * [thin_check] Log the number of exclusive devices in metadata snapshot
    * [devtools] Fix parsing subcommands through symlinks
    * deps: bump libc from 0.2.153 to 0.2.155
    * [thin_repair] Support repairing device details tree
    * [tests] Replace duplicate code with utility functions
    * [thin_repair] Remove unused code
    * [thin_repair] Preserve the timestamp of stale superblock if needed
    * [thin_explore] Fix missing version option
    * Add a nix flake to provide a dev env
    * [thin_delta] Update comments
    * [tests] Test cache_check --auto-repair and --clear-needs-check-flag
    * [tests] Introduce cache_generate_damage
    * [tests] Add broken pipe tests for cache_dump and era_dump
    * [cache_check] Extend the --clear-needs-check-flag option to have auto-repair caps
    * [thin_ls] Support listing the highest mapped block
    * [btree] Remove unused imports
    * [btree] Add BTreeIterator type
    * [*_dump] Simplify the handling of error context
    * [cache/era_dump] Do not print error messages on BrokenPipe (EPIPE)
    * [tests] Explicitly set the fifo capacity for triggering EPIPE
    * [tests] Support leaving TestDir undeleted for debugging failed commands
    * [tests] Ensure thin_dump's output in broken pipe tests
    * [tests] Fix closing the pipe fd twice
    * [tests] Explicitly set the pipe capacity for triggering EPIPE

++++ xfsprogs:

  - update to 6.9.0
  - xfs_db: Fix uninicialized error variable
  - mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c
  - xfs_io: fix mread with length 1 mod page size
  - xfs_repair: detect null buf passed to duration
  - xfs_io: fix gcc complaints about potentially uninitialized variables
  - xfs_scrub: upload clean bills of health
  - xfs_spaceman: report health of inode link counts
  - xfs_repair: reduce rmap bag memory usage when creating refcounts
  - xfs_repair: log when buffers fail CRC checks even if we just recompute it
  - xfs_scrub: use multiple threads to run scrubs that scan inodes
  - xfs_scrub: update health status if we get a clean bill of health
  - xfs_repair: verify on-disk rmap btrees with in-memory btree data
  - xfs_scrub: check file link counts
  - xfs_scrub: implement live quotacheck inode scan
  - libxfs: provide a kernel-compatible kasprintf
  - xfs_spaceman: report the health of quota counts
  - libxfs: partition memfd files to avoid using too many fds
  - libxfs: add xfile support
  - libxfs: teach buftargs to maintain their own buffer hashtable
  - libxfs: kernel sync
  - ------------------------------------------------------------------

------------------------------------------------------------------
------------------  2024-7-21  -  Jul 21 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.25 → 10.0.26

++++ strace:

  - Update to strace 6.10
    * Implemented --decode-fds=eventfd option to retrieve eventfd object details
    associated with eventfd file descriptors.
    * Implemented decoding of NETLINK_GENERIC nlctrl protocol.
    * Implemented decoding of F_DUPFD_QUERY fcntl.
    * Implemented decoding of mseal syscall.
    * Updated decoding of statx and prctl syscalls.
    * Updated decoding of BPF_RAW_TRACEPOINT_OPEN bpf command.
    * Updated lists of BPF_*, IORING_*, KEXEC_*, KEY_*, LANDLOCK_*, PR_*, STATX_*,
    TCP_*, TEE_*, V4L2_*, and *_MAGIC constants.
    * Updated lists of ioctl commands from Linux 6.10.
    * Worked around a bug introduced in Linux 6.5 that affected system call
    tampering on riscv64.

------------------------------------------------------------------
------------------  2024-7-20  -  Jul 20 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
    Book Pro 360 (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop
    (stable-fixes).
  - ASoC: SOF: ipc4-topology: Use correct queue_id for requesting
    input pin format (stable-fixes).
  - ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
    (stable-fixes).
  - commit be4d8bf
  - eeprom: at24: Probe for DDR3 thermal sensor in the SPD case
    (stable-fixes).
  - Refresh
    patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch.
  - commit 82fbd42
  - Input: elan_i2c - do not leave interrupt disabled on suspend
    failure (git-fixes).
  - Input: qt1050 - handle CHIP_ID reading error (git-fixes).
  - interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
    (git-fixes).
  - iio: frequency: adrf6780: rm clk provider include (git-fixes).
  - iio: Fix the sorting functionality in
    iio_gts_build_avail_time_table (git-fixes).
  - eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes).
  - Revert "usb: musb: da8xx: Set phy in OTG mode by default"
    (stable-fixes).
  - ALSA: seq: ump: Skip useless ports for static blocks
    (git-fixes).
  - ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
    (git-fixes).
  - ASoC: amd: Adjust error handling in case of absent codec device
    (git-fixes).
  - ASoC: max98088: Check for clk_prepare_enable() error
    (git-fixes).
  - ASoC: qcom: Adjust issues in case of DT error in
    asoc_qcom_lpass_cpu_platform_probe() (git-fixes).
  - ASoC: cs35l56: Accept values greater than 0 as IRQ numbers
    (git-fixes).
  - ASoc: tas2781: Enable RCA-based playback without DSP firmware
    download (git-fixes).
  - crypto: qat - extend scope of lock in
    adf_cfg_add_key_value_param() (git-fixes).
  - hwrng: core - Fix wrong quality calculation at hw rng
    registration (git-fixes).
  - crypto: ccp - Fix null pointer dereference in
    __sev_snp_shutdown_locked (git-fixes).
  - crypto: ecdsa - Fix the public key format description
    (git-fixes).
  - hwrng: amd - Convert PCIBIOS_* return codes to errnos
    (git-fixes).
  - commit 7fcc337

++++ libnl3:

  - Update to release 3.10
    * route: support for setting ageing time for dynamic bridge
    table entries
    * route: support for VLAN filtering on bridge ports
    * route: support for layer 3 filtering on bridges

------------------------------------------------------------------
------------------  2024-7-19  -  Jul 19 2024  -------------------
------------------------------------------------------------------

++++ coreutils:

  - Avoid empty scriptlets

++++ coreutils-systemd:

  - Avoid empty scriptlets

++++ python-kiwi:

  - Revise scripts_testing.rst
  - Revise schema_extensions.rst

++++ grub2:

  - Fix error in grub-install when root is on tmpfs (bsc#1226100)
    * 0001-grub-install-bailout-root-device-probing.patch
  - Fix incorrect Platform tag in rpm header (bsc#1217967)

++++ keepalived:

  - Update to 2.3.1
    https://www.keepalived.org/release-notes/Release-2.3.0.html
    https://www.keepalived.org/release-notes/Release-2.3.1.html

++++ kernel-default:

  - Add Alt-commit for amdgpu patch (git-fixes)
  - commit 7fbd801
  - gve: Clear napi->skb before dev_kfree_skb_any() (CVE-2024-40937
    bsc#1227836).
  - net: hns3: fix kernel crash problem in concurrent scenario
    (CVE-2024-39507 bsc#1227730).
  - net/mlx5: Fix tainted pointer delete is case of flow rules
    creation fail (CVE-2024-40940 bsc#1227800).
  - commit 8d4dcfb
  - net: ethtool: fix the error condition in
    ethtool_get_phy_stats_ethtool() (CVE-2024-40928 bsc#1227788).
  - commit be667d4
  - btrfs: zoned: fix lock ordering in btrfs_zone_activate()
    (bsc#1223731 CVE-2024-26944).
  - commit c6e27f8
  - vmxnet3: disable rx data ring on dma allocation failure
    (CVE-2024-40923 bsc#1227786).
  - commit 3828e87
  - mptcp: ensure snd_una is properly initialized on connect
    (CVE-2024-40931 bsc#1227780).
  - commit 60fd0e2
  - bnxt_en: Adjust logging of firmware messages in case of released
    token in __hwrm_send() (CVE-2024-40919 bsc#1227779).
  - commit c060c32
  - btrfs: zoned: allocate dummy checksums for zoned NODATASUM
    writes (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: fix use-after-free in do_zone_finish()
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: fix chunk map leak when loading block group zone
    info (bsc#1223731 CVE-2024-26944).
  - btrfs: fix unbalanced unlock of mapping_tree_lock (bsc#1223731
    CVE-2024-26944).
  - btrfs: remove stripe size local variable from
    insert_dev_extents() (bsc#1223731 CVE-2024-26944).
  - btrfs: use a dedicated data structure for chunk maps
    (bsc#1223731 CVE-2024-26944).
  - commit 201e016
  - btrfs: zoned: wait for data BG to be finished on direct IO
    allocation (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: drop no longer valid write pointer check
    (bsc#1223731 CVE-2024-26944).
  - commit a5e78f9
  - btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()
    (bsc#1223731 CVE-2024-26944).
  - commit f638537
  - drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
    (git-fixes).
  - commit f21db33
  - btrfs: drop gfp from parameter extent state helpers (bsc#1223731
    CVE-2024-26944).
  - Refresh
    patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch.
  - Refresh
    patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch.
  - commit 2097a9c
  - drm/fbdev-dma: Fix framebuffer mode for big endian devices
    (git-fixes).
  - drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config
    (git-fixes).
  - drm/msm/dpu: drop validity checks for clear_pending_flush()
    ctl op (git-fixes).
  - drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes).
  - USB: serial: option: add Rolling RW350-GL variants
    (stable-fixes).
  - USB: serial: option: add support for Foxconn T99W651
    (stable-fixes).
  - USB: serial: option: add Netprisma LCUK54 series modules
    (stable-fixes).
  - usb: gadget: configfs: Prevent OOB read/write in
    usb_string_copy() (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Panther Lake
    (stable-fixes).
  - USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
    (stable-fixes).
  - xhci: always resume roothubs if xHC was reset during resume
    (stable-fixes).
  - USB: serial: option: add Telit generic core-dump composition
    (stable-fixes).
  - USB: serial: option: add Fibocom FM350-GL (stable-fixes).
  - USB: serial: option: add Telit FN912 rmnet compositions
    (stable-fixes).
  - commit f9ac994
  - drm/msm/dpu: fix encoder irq wait skip (git-fixes).
  - drm/dp_mst: Fix all mstb marked as not probed after
    suspend/resume (git-fixes).
  - drm/panfrost: Mark simple_ondemand governor as softdep
    (git-fixes).
  - drm/lima: Mark simple_ondemand governor as softdep (git-fixes).
  - drm/mediatek: Remove less-than-zero comparison of an unsigned
    value (git-fixes).
  - drm/mediatek: Fix bit depth overwritten for mtk_ovl_set
    bit_depth() (git-fixes).
  - drm/mediatek: Support DRM plane alpha in Mixer (git-fixes).
  - drm/mediatek: Support DRM plane alpha in OVL (git-fixes).
  - drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195
    (git-fixes).
  - drm/mediatek: Set DRM mode configs accordingly (git-fixes).
  - drm/mediatek: Add OVL compatible name for MT8195 (git-fixes).
  - drm/mediatek: Turn off the layers with zero width or height
    (git-fixes).
  - drm/mediatek: Fix destination alpha error in OVL (git-fixes).
  - drm/mediatek: Fix XRGB setting error in Mixer (git-fixes).
  - drm/mediatek: Fix XRGB setting error in OVL (git-fixes).
  - drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes).
  - drm/mediatek: Add missing plane settings when async update
    (git-fixes).
  - drm/etnaviv: fix DMA direction handling for cached RW buffers
    (git-fixes).
  - Revert "drm/bridge: tc358767: Set default CLRSIPO count"
    (stable-fixes).
  - drm/qxl: Add check for drm_cvt_mode (git-fixes).
  - drm: zynqmp_kms: Fix AUX bus not getting unregistered
    (git-fixes).
  - drm: zynqmp_dpsub: Fix an error handling path in
    zynqmp_dpsub_probe() (git-fixes).
  - drm/bridge: samsung-dsim: Set P divider based on min/max of
    fin pll (git-fixes).
  - drm/bridge: it6505: fix hibernate to resume no display issue
    (git-fixes).
  - drm/panel: ilitek-ili9882t: Check for errors on the NOP in
    prepare() (git-fixes).
  - drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO
    before regulators (git-fixes).
  - drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in
    prepare() (git-fixes).
  - drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO
    before regulators (git-fixes).
  - drm/panel: himax-hx8394: Handle errors from
    mipi_dsi_dcs_set_display_on() better (git-fixes).
  - drm/mgag200: Bind I2C lifetime to DRM device (git-fixes).
  - drm/mgag200: Set DDC timeout in milliseconds (git-fixes).
  - drm/mipi-dsi: Fix theoretical int overflow in
    mipi_dsi_generic_write_seq() (git-fixes).
  - drm/mipi-dsi: Fix theoretical int overflow in
    mipi_dsi_dcs_write_seq() (git-fixes).
  - commit 6fb58b4
  - drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes).
  - drm/arm/komeda: Fix komeda probe failing if there are no links
    in the secondary pipeline (git-fixes).
  - drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes).
  - drm/amd/display: Move 'struct scaler_data' off stack
    (git-fixes).
  - drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes).
  - drm/amdgpu: Check if NBIO funcs are NULL in
    amdgpu_device_baco_exit (git-fixes).
  - drm/amdgpu: Fix memory range calculation (git-fixes).
  - drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes).
  - drm/amd/pm: remove logically dead code for renoir (git-fixes).
  - drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes).
  - drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
    (git-fixes).
  - commit ba21687
  - Add Alt-commit to AMDGPU patches from 6.11-rc1
  - commit f4ae72a
  - PCI/ASPM: Update save_state when configuration changes (bsc#1226915)
  - commit 5192284
  - block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
    (bsc#1226213).
  - commit 6855b2f
  - bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CVE-2024-39487 bsc#1227573)
  - commit 1c7a482
  - tls: get psock ref after taking rxlock to avoid leak (CVE-2024-35908 bsc#1224490)
  - commit b0d23d0
  - netfilter: nf_tables: flush pending destroy work before exit_net release (CVE-2024-35899 bsc#1224499)
  - commit 8a86808

++++ multipath-tools:

  - Update to version 0.9.9+161+suse.0c835ef:
    * Update to upstream reviewed code path (787e00d)
    * Added hardware defaults for Huawei storage arrays and XSG1 vendors
    * Refactored and improved the libultipath / libdevmapper interface
    * 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)
    * CI improvements
    * Documentation fixes

++++ pciutils:

  - Synchronize SLE-15 and openSUSE:Factory [jsc#PED-8393, bsc#1224138].
    The following patches are now obsolete in version 3.13.0:
    * lspci-Fixed-buffer-overflows-in-ls-tree.c.patch
    * pciutils-Add-PCIe-5.0-data-rate-32-GT-s-support.patch
    * pciutils-Add-PCIe-6.0-data-rate-64-GT-s-support.patch
    * pciutils-Add-decoding-of-vendor-specific-VPD-fields.patch
    * pciutils-VPD-Cleanup.patch
    * pciutils-VPD-When-printing-item-IDs-escape-non-ASCII-characte.patch

------------------------------------------------------------------
------------------  2024-7-18  -  Jul 18 2024  -------------------
------------------------------------------------------------------

++++ git:

  - Add CVE-2024-24577.patch
    * CVE-2024-24577: arbitrary code execution due to heap corruption
    in git_index_add (boo#1219660)

++++ kernel-default:

  - net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (CVE-2024-35934 bsc#1224641)
  - commit 812f420
  - net/sched: act_skbmod: prevent kernel-infoleak (CVE-2024-35893 bsc#1224512)
  - commit 5be3514
  - scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated
    memory (bsc#1227762 CVE-2024-40901).
  - commit 5eb5075
  - btrfs: pass NOWAIT for set/clear extent bits as another bit
    (bsc#1223731 CVE-2024-26944).
  - commit 33253df
  - btrfs: drop NOFAIL from set_extent_bit allocation masks
    (bsc#1223731 CVE-2024-26944).
  - commit 46559ec
  - btrfs: open code set_extent_bits (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch.
  - Refresh
    patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch.
  - commit 460a0d4
  - xfs: fix log recovery buffer allocation for the legacy h_size
    fixup (bsc#1227432 CVE-2024-39472).
  - commit 04ef30f
  - KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
    (CVE-2024-40953, bsc#1227806).
  - commit 60989df
  - Update config files (bsc#1227282).
    Update the CONFIG_LSM option to include the selinux LSM in the default set
    of LSMs. The selinux LSM will not get enabled because it is preceded by
    apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves
    failures that result in the system not booting up when "security=selinux
    selinux=1" is passed to the kernel and SELinux policies are installed.
  - commit 0a95a78
  - xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
    (git-fixes).
  - commit 44812b1
  - wifi: mt76: connac: use muar idx 0xe for non-mt799x as well
    (bsc#1227149).
  - wifi: mt76: mt7996: fix potential memory leakage when reading
    chip temperature (bsc#1227149).
  - wifi: mt76: mt7996: fix uninitialized variable in
    mt7996_irq_tasklet() (bsc#1227149).
  - wifi: mt76: mt7925: ensure 4-byte alignment for suspend &
    wow command (bsc#1227149).
  - wifi: mt76: mt7996: fix size of txpower MCU command
    (bsc#1227149).
  - wifi: mt76: connac: check for null before dereferencing
    (bsc#1227149).
  - commit 4e5584e
  - wifi: mt76: Remove redundant assignment to variable tidno
    (bsc#1227149).
  - wifi: mt76: fix the issue of missing txpwr settings from ch153
    to ch177 (bsc#1227149).
  - wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform
    (bsc#1227149).
  - wifi: mt76: mt7921: fix a potential association failure upon
    resuming (bsc#1227149).
  - wifi: mt76: mt7921: fix the unfinished command of regd_notifier
    before suspend (bsc#1227149).
  - wifi: mt76: mt792x: update the country list of EU for ACPI SAR
    (bsc#1227149).
  - wifi: mt76: mt7925e: fix use-after-free in free_irq()
    (bsc#1227149).
  - wifi: mt76: mt792x: add the illegal value check for mtcl table
    of acpi (bsc#1227149).
  - wifi: mt76: mt7925: fix the wrong data type for scan command
    (bsc#1227149).
  - wifi: mt76: set page_pool napi pointer for mmio devices
    (bsc#1227149).
  - wifi: mt76: mt792x: fix ethtool warning (bsc#1227149).
  - commit 3499113
  - wifi: mt76: connac: set correct muar_idx for mt799x chipsets
    (bsc#1227149).
  - wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149).
  - wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149).
  - wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands
    (bsc#1227149).
  - wifi: mt76: mt7996: check txs format before getting skb by pid
    (bsc#1227149).
  - wifi: mt76: mt7925: support temperature sensor (bsc#1227149).
  - wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149).
  - wifi: mt76: mt7925: add support to set ifs time by mcu command
    (bsc#1227149).
  - wifi: mt76: mt7925: add flow to avoid chip bt function fail
    (bsc#1227149).
  - wifi: mt76: mt7925: fix the wrong header translation config
    (bsc#1227149).
  - commit 7f22357
  - wifi: mt76: mt7925: fix WoW failed in encrypted mode
    (bsc#1227149).
  - wifi: mt76: mt7925: fix fw download fail (bsc#1227149).
  - wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149).
  - wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149).
  - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz
    band (bsc#1227149).
  - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band
    (bsc#1227149).
  - wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table
    (bsc#1227149).
  - wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149).
  - wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149).
  - wifi: mt76: usb: create a dedicated queue for psd traffic
    (bsc#1227149).
  - commit 01e1acb
  - wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149).
  - wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976
    (bsc#1227149).
  - wifi: mt76: mt7915: add locking for accessing mapped registers
    (bsc#1227149).
  - wifi: mt76: mt7915: fix error recovery with WED enabled
    (bsc#1227149).
  - wifi: mt76: check txs format before getting skb by pid
    (bsc#1227149).
  - wifi: mt76: disable HW AMSDU when using fixed rate
    (bsc#1227149).
  - wifi: mt76: mt7996: fix fortify warning (bsc#1227149).
  - commit 0013ef2
  - wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers
    (bsc#1227149).
  - wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix
  - Warray-bounds warnings (bsc#1227149).
  - wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149).
  - wifi: mt76: mt7921: fix CLC command timeout when suspend/resume
    (bsc#1227149).
  - wifi: mt76: mt7921: reduce the size of MCU firmware download
    Rx queue (bsc#1227149).
  - wifi: mt76: mt7996: set DMA mask to 36 bits for boards with
    more than 4GB of RAM (bsc#1227149).
  - wifi: mt76: Convert to platform remove callback returning void
    (bsc#1227149).
  - wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps
    signature (bsc#1227149).
  - wifi: mt76: connac: add new definition of tx descriptor
    (bsc#1227149).
  - wifi: mt76: mt7996: adjust interface num and wtbl size for
    mt7992 (bsc#1227149).
  - commit cbff43f
  - wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149).
  - wifi: mt76: mt7996: rework register offsets for mt7992
    (bsc#1227149).
  - wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149).
  - wifi: mt76: connac: add firmware support for mt7992
    (bsc#1227149).
  - wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149).
  - wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct
    packing (bsc#1227149).
  - wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band
    (bsc#1227149).
  - wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981
    (bsc#1227149).
  - wifi: mt76: connac: add beacon protection support for mt7996
    (bsc#1227149).
  - wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149).
  - commit 3e59fd6
  - wifi: mt76: mt7996: add txpower setting support (bsc#1227149).
  - commit fd1825a
  - wifi: mt76: mt7996: fix alignment of sta info event
    (bsc#1227149).
  - wifi: mt76: mt7996: switch to mcu command for TX GI report
    (bsc#1227149).
  - wifi: mt76: use chainmask for power delta calculation
    (bsc#1227149).
  - wifi: mt76: change txpower init to per-phy (bsc#1227149).
  - wifi: mt76: mt7996: align the format of fixed rate command
    (bsc#1227149).
  - wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED
    (bsc#1227149).
  - wifi: mt76: connac: set fixed_bw bit in TX descriptor for
    fixed rate frames (bsc#1227149).
  - wifi: mt76: mt7996: adjust WFDMA settings to improve performance
    (bsc#1227149).
  - wifi: mt76: connac: add beacon duplicate TX mode support for
    mt7996 (bsc#1227149).
  - commit e90dd6a
  - wifi: mt76: move wed reset common code in mt76 module
    (bsc#1227149).
  - commit b63457a
  - wifi: mt76: mt7996: add thermal sensor device support
    (bsc#1227149).
  - wifi: mt76: connac: add thermal protection support for mt7996
    (bsc#1227149).
  - wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs
    (bsc#1227149).
  - wifi: mt76: mt7996: add support for variants with auxiliary
    RX path (bsc#1227149).
  - wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro
    signature (bsc#1227149).
  - wifi: mt76: dma: introduce __mt76_dma_queue_reset utility
    routine (bsc#1227149).
  - commit dd57284
  - wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149).
  - wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149).
  - wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine
    (bsc#1227149).
  - wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149).
  - wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in
    common code (bsc#1227149).
  - wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in
    common code (bsc#1227149).
  - wifi: mt76: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: mt76: permit to load precal from NVMEM cell for mt7915
    (bsc#1227149).
  - wifi: mt76: permit to use alternative cell name to eeprom
    NVMEM load (bsc#1227149).
  - commit 15e9dc7
  - wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch.
  - commit 915b272
  - wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149).
  - wifi: mt76: limit support of precal loading for mt7915 to MTD
    only (bsc#1227149).
  - wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function
    (bsc#1227149).
  - wifi: mt76: mt7996: fix uninitialized variable in parsing txfree
    (bsc#1227149).
  - wifi: mt76: add ability to explicitly forbid LED registration
    with DT (bsc#1227149).
  - wifi: mt76: mt7925: fix typo in mt7925_init_he_caps
    (bsc#1227149).
  - wifi: mt76: mt7921: fix 6GHz disabled by the missing default
    CLC config (bsc#1227149).
  - net: fill in MODULE_DESCRIPTION()s in kuba@'s modules
    (bsc#1227149).
  - wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz
    channel info (bsc#1227149).
  - commit b106ffb
  - wifi: mt76: Annotate struct mt76_rx_tid with __counted_by
    (bsc#1227149).
  - commit aecab86
  - wifi: mt76: mt7921: update the channel usage when the regd
    domain changed (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch.
  - commit b09df3f
  - wifi: mt76: mt7921: get regulatory information from the clc
    event (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch.
  - commit 04b07d9
  - wifi: mt76: mt7921: add 6GHz power type support for clc
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch.
  - commit b7bb561
  - wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149).
  - wifi: mt76: mt7921: move connac nic capability handling to
    mt7921 (bsc#1227149).
  - wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup
    (bsc#1227149).
  - wifi: mt76: mt7996: remove periodic MPDU TXS request
    (bsc#1227149).
  - wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149).
  - wifi: mt76: mt7996: Add mcu commands for getting sta tx
    statistic (bsc#1227149).
  - commit e37a1c7
  - Update config files for mt76 stuff (bsc#1227149)
  - commit debbb92
  - wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-update-beacon-size-limitation.patch.
  - commit 54772eb
  - wifi: mt76: mt7996: get tx_retries and tx_failed from txfree
    (bsc#1227149).
  - wifi: mt76: mt792x: move some common usb code in mt792x module
    (bsc#1227149).
  - wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x
    module (bsc#1227149).
  - wifi: mt76: mt7915 add tc offloading support (bsc#1227149).
  - wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips
    (bsc#1227149).
  - wifi: mt76: mt7915: update mpdu density capability
    (bsc#1227149).
  - wifi: mt76: check vif type before reporting cca and csa
    (bsc#1227149).
  - wifi: mt76: check sta rx control frame to multibss capability
    (bsc#1227149).
  - wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code
    (bsc#1227149).
  - commit 2106e27
  - wifi: mt76: mt7996: support per-band LED control (bsc#1227149).
  - wifi: mt76: mt7996: support more options for
    mt7996_set_bitrate_mask() (bsc#1227149).
  - wifi: mt76: mt7996: only set vif teardown cmds at remove
    interface (bsc#1227149).
  - wifi: mt76: connac: add more unified event IDs (bsc#1227149).
  - wifi: mt76: connac: add more unified command IDs (bsc#1227149).
  - wifi: mt76: connac: add data field in struct tlv (bsc#1227149).
  - wifi: mt76: connac: add eht support for tx power (bsc#1227149).
  - wifi: mt76: connac: add eht support for phy mode config
    (bsc#1227149).
  - wifi: mt76: connac: export functions for mt7925 (bsc#1227149).
  - wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149).
  - commit 135e742
  - wifi: mt76: connac: introduce helper for mt7925 chipset
    (bsc#1227149).
  - wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149).
  - wifi: mt76: add DMA mapping error check in mt76_alloc_txwi()
    (bsc#1227149).
  - wifi: mt76: fix race condition related to checking tx queue
    fill status (bsc#1227149).
  - wifi: mt76: use atomic iface iteration for pre-TBTT work
    (bsc#1227149).
  - wifi: mt76: mt7603: disable A-MSDU tx support on MT7628
    (bsc#1227149).
  - wifi: mt76: mt7603: add missing register initialization for
    MT7628 (bsc#1227149).
  - commit 6594bb5
  - net: ethernet: mtk_wed: introduce mtk_wed_buf structure
    (bsc#1227149).
  - net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc
    (bsc#1227149).
  - wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149).
  - wifi: mt76: mt76x02: fix return value check in
    mt76x02_mac_process_rx (bsc#1227149).
  - wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib
    (bsc#1227149).
  - wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149).
  - wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and
    MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149).
  - wifi: mt76: mt76_connac3: move lmac queue enumeration in
    mt76_connac3_mac.h (bsc#1227149).
  - wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib
    module (bsc#1227149).
  - commit 1179b28
  - wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149).
  - commit bb743ca
  - wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch.
  - Refresh
    patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch.
  - commit e00ae3f
  - wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib
    (bsc#1227149).
  - commit 35d834e
  - wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib
    (bsc#1227149).
  - commit 5efac2c
  - wifi: mt76: mt7921: move hif_ops macro in mt792x.h
    (bsc#1227149).
  - commit 945f2ed
  - wifi: mt76: mt792x: move more dma shared code in mt792x_dma
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch.
  - commit 4136c03
  - wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch.
  - commit 94984c8
  - wifi: mt76: mt7921: move init shared code in mt792x-lib module
    (bsc#1227149).
  - wifi: mt76: mt7921: move debugfs shared code in mt792x-lib
    module (bsc#1227149).
  - wifi: mt76: mt7921: move dma shared code in mt792x-lib module
    (bsc#1227149).
  - commit 8138035
  - wifi: mt76: mt7921: move mac shared code in mt792x-lib module
    (bsc#1227149).
  - commit 118e960
  - wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit bba35bb
  - wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit e5956d4
  - wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in
    mt792x.h (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit ea3046f
  - wifi: mt76: mt792x: move shared structure definition in mt792x.h
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit c60dc5e
  - wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch.
  - Refresh
    patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch.
  - commit 845aa52
  - wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit d4d2c1b
  - wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops
    (bsc#1227149).
  - wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy
    (bsc#1227149).
  - wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta
    (bsc#1227149).
  - commit 47cecdc
  - wifi: mt76: move rate info in mt76_vif (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - Refresh
    patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch.
  - commit 8909aa1
  - wifi: mt76: mt7921: convert acpisar and clc pointers to void
    (bsc#1227149).
  - wifi: mt76: mt7921: move common register definition in
    mt792x_regs.h (bsc#1227149).
  - wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149).
  - wifi: mt76: mt7603: fix beacon interval after disabling a
    single vif (bsc#1227149).
  - wifi: mt76: add support for providing eeprom in nvmem cells
    (bsc#1227149).
  - wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149).
  - wifi: mt76: connac: add connac3 mac library (bsc#1227149).
  - mt76: connac: move more mt7921/mt7915 mac shared code in connac
    lib (bsc#1227149).
  - wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149).
  - commit 343ad65
  - wifi: mt76: mt7921: rely on shared sta_poll_list and
    sta_poll_lock (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit 72ca75a
  - wifi: mt76: mt7921: rely on shared poll_list field
    (bsc#1227149).
  - wifi: mt76: mt7996: rely on shared poll_list field
    (bsc#1227149).
  - wifi: mt76: mt7615: rely on shared poll_list field
    (bsc#1227149).
  - wifi: mt76: mt7603: rely on shared poll_list field
    (bsc#1227149).
  - wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149).
  - wifi: mt76: mt7996: rely on shared sta_poll_list and
    sta_poll_lock (bsc#1227149).
  - wifi: mt76: mt7615: rely on shared sta_poll_list and
    sta_poll_lock (bsc#1227149).
  - wifi: mt76: mt7603: rely on shared sta_poll_list and
    sta_poll_lock (bsc#1227149).
  - wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in
    mt76_dev (bsc#1227149).
  - commit 2965d6e
  - wifi: mt76: mt7996: increase tx token size (bsc#1227149).
  - wifi: mt76: mt7996: add muru support (bsc#1227149).
  - wifi: mt76: connac: add support to set ifs time by mcu command
    (bsc#1227149).
  - wifi: mt76: mt7996: enable VHT extended NSS BW feature
    (bsc#1227149).
  - wifi: mt76: connac: add support for dsp firmware download
    (bsc#1227149).
  - wifi: mt76: mt7996: move radio ctrl commands to proper functions
    (bsc#1227149).
  - wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco
    (bsc#1227149).
  - mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149).
  - wifi: mt76: mt7921: make mt7921_mac_sta_poll static
    (bsc#1227149).
  - wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery
    (bsc#1227149).
  - commit fc1c367
  - Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149)
  - commit 5938ea9
  - wifi: mt76: mt7921: rely on mib_stats shared definition
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch.
  - commit a519a6e
  - wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery
    (bsc#1227149).
  - wifi: mt76: mt7921: Support temp sensor (bsc#1227149).
  - wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats
    (bsc#1227149).
  - wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149).
  - wifi: mt76: mt7921e: report tx retries/failed counts in tx
    free event (bsc#1227149).
  - wifi: mt76: mt7915: add support for MT7981 (bsc#1227149).
  - wifi: mt76: mt7996: rely on mib_stats shared definition
    (bsc#1227149).
  - wifi: mt76: mt7915: move mib_stats structure in mt76.h
    (bsc#1227149).
  - wifi: mt76: mt7921: remove macro duplication in regs.h
    (bsc#1227149).
  - commit c307798
  - wifi: mt76: mt7915: report tx retries/failed counts for non-WED
    path (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch.
  - commit 25e2b06
  - wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mt76-update-beacon-size-limitation.patch.
  - commit b121af9
  - wifi: mt76: mt7996: drop return in mt7996_sta_statistics
    (bsc#1227149).
  - wifi: mt76: mt7915: drop return in mt7915_sta_statistics
    (bsc#1227149).
  - wifi: mt76: report non-binding skb tx rate when WED is active
    (bsc#1227149).
  - wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149).
  - wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support
    (bsc#1227149).
  - wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149).
  - wifi: mt7601u: delete dead code checking debugfs returns
    (bsc#1227149).
  - commit 3625743
  - exfat: fix potential deadlock on __exfat_get_dentry_set
    (git-fixes).
  - commit aaa908a
  - media: venus: fix use after free in vdec_close (git-fixes).
  - media: venus: flush all buffers in output plane streamoff
    (git-fixes).
  - media: v4l: subdev: Fix typo in documentation (git-fixes).
  - media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()
    (git-fixes).
  - media: renesas: vsp1: Store RPF partition configuration per
    RPF instance (git-fixes).
  - media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes).
  - media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes).
  - media: imx-jpeg: Drop initial source change event if capture
    has been setup (git-fixes).
  - media: imx-jpeg: Remove some redundant error logs (git-fixes).
  - media: uvcvideo: Override default flags (git-fixes).
  - media: uvcvideo: Fix integer overflow calculating timestamp
    (git-fixes).
  - saa7134: Unchecked i2c_transfer function result fixed
    (git-fixes).
  - media: v4l: async: Fix NULL pointer dereference in adding
    ancillary links (git-fixes).
  - media: i2c: Fix imx412 exposure control (git-fixes).
  - media: imon: Fix race getting ictx->lock (git-fixes).
  - media: dvb-usb: Fix unexpected infinite loop in
    dvb_usb_read_remote_control() (git-fixes).
  - media: pci: ivtv: Add check for DMA map result (git-fixes).
  - leds: flash: leds-qcom-flash: Test the correct variable in init
    (git-fixes).
  - Revert "leds: led-core: Fix refcount leak in of_led_get()"
    (git-fixes).
  - leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
    (git-fixes).
  - leds: triggers: Flush pending brightness before activating
    trigger (git-fixes).
  - leds: ss4200: Convert PCIBIOS_* return codes to errnos
    (git-fixes).
  - leds: trigger: Unregister sysfs attributes before calling
    deactivate() (git-fixes).
  - mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes).
  - mfd: pm8008: Fix regmap irq chip initialisation (git-fixes).
  - ipmi: ssif_bmc: prevent integer overflow on 32bit systems
    (git-fixes).
  - ata: libata-scsi: Fix offsets for the fixed format sense data
    (git-fixes).
  - commit a8e6a5f
  - Update
    patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch
    (CVE-2024-36889 bsc#1225746).
  - commit 98abb2b
  - mptcp: fix data races on remote_id (CVE-2024-27404 bsc#1224422)
  - commit ed12cfe

++++ libbpf:

  - update to 1.4.5:
    * Another small bug fix release backporting https://github.com/
    libbpf/libbpf/commit/d9f9fd5b22223ae69c62e083da6093d95a0db799
    which works around kernel-side bug with USDT PID filtering on
    kernels that support multi-uprobe (but have broken PID
    filtering).

++++ suse-module-tools:

  - Update to version 16.0.48:
    * Fix 64k check in check_arm_pagesize() that would cause OBS
    builds to fail

------------------------------------------------------------------
------------------  2024-7-17  -  Jul 17 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.29.0:
    * fix: typos
    * update docs generation to avoid man pages generation
    * bump compose-go to v2.1.4, buildx to v0.16.0, containerd to
    v1.7.19 and buildx to v0.15.0
    * restore setEnvWithDotEnv
    * empty env variable with no value must be unset in container
    * exclude unnecessary resources after services have been selected
    * change time for stale bot
    * Remove debug mode and run twice a week
    * Add stale workflow
    * update docs
    * feat(watch): Add --prune option to docker-compose watch command
    * Remove COMPOSE_MENU env from e2e tests
    * Use rawjson for the build backend.
    * Set logging format to JSON.
    * Format errors as JSON when in JSON progress mode.
    * Pass 'plain' instead of 'json' to build backend
    * Add JSON stream progress writer
    * go.mod: docker/cli, docker/docker v27.0.3
    * gha: test against docker v27.0.3
    * go.mod: docker/cli, docker/docker v27.0.2

++++ python-kiwi:

  - Pass kernel cmdline to agama
    In the agama integration test make sure to pass along
    the kernel boot parameters to allow controlling the
    behavior of agama better

++++ kernel-default:

  - netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020 bsc#1223815)
  - commit 79c457d
  - netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019 bsc#1223813)
  - commit 73c5c5f
  - btrfs: open code set_extent_bits_nowait (bsc#1223731
    CVE-2024-26944).
  - commit da5e600
  - btrfs: open code set_extent_dirty (bsc#1223731 CVE-2024-26944).
  - commit 3076056
  - btrfs: open code set_extent_new (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch.
  - commit 3afda0a
  - mm/page_table_check: fix crash on ZONE_DEVICE (CVE-2024-40948
    bsc#1227801).
  - commit 69b3c59
  - btrfs: open code set_extent_delalloc (bsc#1223731
    CVE-2024-26944).
  - btrfs: open code set_extent_defrag (bsc#1223731 CVE-2024-26944).
  - commit 646bcad
  - btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item()
    (bsc#1223731 CVE-2024-26944).
  - btrfs: unexport extent_map_block_end() (bsc#1223731
    CVE-2024-26944).
  - btrfs: split assert into two different asserts when removing
    block group (bsc#1223731 CVE-2024-26944).
  - btrfs: mark sanity checks when getting chunk map as unlikely
    (bsc#1223731 CVE-2024-26944).
  - commit b0dd338
  - gro: fix ownership transfer (CVE-2024-35890 bsc#1224516).
  - commit 8c57ce0
  - mptcp: ensure snd_nxt is properly initialized on connect
    (CVE-2024-36889).
  - commit 724d285
  - ipv6: fib6_rules: avoid possible NULL dereference in
    fib6_rule_action() (CVE-2024-36902 bsc#1225719).
  - commit d8c5ba2
  - phonet: fix rtm_phonet_notify() skb allocation (CVE-2024-36946
    bsc#1225851).
  - commit a878203
  - r8169: Fix possible ring buffer corruption on fragmented Tx
    packets (CVE-2024-38586 bsc#1226750).
  - commit 1324b27
  - btrfs: zoned: factor out DUP bg handling from
    btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: factor out single bg handling from
    btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: factor out per-zone logic from
    btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: introduce a zone_info struct in
    btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944).
  - commit f06e144
  - wifi: virt_wifi: don't use strlen() in const context
    (git-fixes).
  - commit b4154c8
  - wifi: rtw89: Fix array index mistake in
    rtw89_sta_info_get_iter() (git-fixes).
  - wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes).
  - wifi: rtw89: 8852b: fix definition of KIP register number
    (git-fixes).
  - wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when
    in_reconfig (git-fixes).
  - wifi: virt_wifi: avoid reporting connection success with wrong
    SSID (git-fixes).
  - wifi: ath12k: fix peer metadata parsing (git-fixes).
  - wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers
    (git-fixes).
  - wifi: ath11k: fix RCU documentation in
    ath11k_mac_op_ipv6_changed() (git-fixes).
  - wifi: iwlwifi: mvm: don't limit VLP/AFC to UATS-enabled
    (git-fixes).
  - wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes).
  - wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes).
  - wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes).
  - commit 949fcca
  - wifi: cfg80211: handle 2x996 RU allocation in
    cfg80211_calculate_bitrate_he() (git-fixes).
  - wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()
    (git-fixes).
  - wifi: ath12k: fix wrong definition of CE ring's base address
    (git-fixes).
  - wifi: ath11k: fix wrong definition of CE ring's base address
    (git-fixes).
  - wifi: ath12k: fix firmware crash during reo reinject
    (git-fixes).
  - wifi: ath12k: fix invalid memory access while processing
    fragmented packets (git-fixes).
  - wifi: ath12k: change DMA direction while mapping reinjected
    packets (git-fixes).
  - wifi: ath11k: restore country code during resume (git-fixes).
  - wifi: ath11k: refactor setting country code logic
    (stable-fixes).
  - wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure
    (git-fixes).
  - wifi: ath12k: Correct 6 GHz frequency value in rx status
    (git-fixes).
  - wifi: ath12k: avoid duplicated vdev stop (git-fixes).
  - wifi: ath12k: drop failed transmitted frames from metric
    calculation (git-fixes).
  - wifi: ath12k: Don't drop tx_status in failure case (git-fixes).
  - wifi: rtw89: fix HW scan not aborting properly (git-fixes).
  - commit 7f555ea
  - wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit e02cbd1
  - wifi: mac80211: cancel multi-link reconf work on disconnect
    (git-fixes).
  - wifi: mwifiex: Fix interface type change (git-fixes).
  - wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device
    (git-fixes).
  - vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes).
  - wifi: mac80211: Recalc offload when monitor stop (git-fixes).
  - commit 0c5d63e
  - Bluetooth: hci_event: Set QoS encryption from BIGInfo report
    (git-fixes).
  - Bluetooth: btnxpuart: Add handling for boot-signature timeout
    errors (git-fixes).
  - Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes).
  - Bluetooth: hci_bcm4377: Use correct unit for timeouts
    (git-fixes).
  - lib: objagg: Fix general protection fault (git-fixes).
  - lib: test_objagg: Fix spelling (git-fixes).
  - lib: objagg: Fix spelling (git-fixes).
  - cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()
    (git-fixes).
  - cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared
    memory CPPC systems (git-fixes).
  - firmware: turris-mox-rwtm: Initialize completion before mailbox
    (git-fixes).
  - firmware: turris-mox-rwtm: Fix checking return value of
    wait_for_completion_timeout() (git-fixes).
  - firmware: turris-mox-rwtm: Do not complete if there are no
    waiters (git-fixes).
  - drivers: soc: xilinx: check return status of get_api_version()
    (git-fixes).
  - soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes).
  - soc: qcom: pdr: fix parsing of domains lists (git-fixes).
  - soc: qcom: pdr: protect locator_addr with the main mutex
    (git-fixes).
  - soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by
    rpmh_rsc_send_data() callers (git-fixes).
  - soc: qcom: pmic_glink: Handle the return value of
    pmic_glink_init (git-fixes).
  - commit aea26b0

++++ samba:

  - Update samba-tool package to require python3-Markdown also in
    the Heimdal ADDC build.

++++ nftables:

  - Update to release 1.1.0
    * Restore compatibility set element dump with <= 0.9.8
    * Disallow empty interface names
    * Restore rule replace command
    * Search for group, rt_mark, rt_realms at
    /etc/iproute2, /usr/share/iproute2
    * Resolve some timezone issues
    * Support for variables in map expressions
    * VLAN support

++++ openssl-3:

  - Build with enabled sm2 and sm4 support [bsc#1222899]

++++ sssd:

  - Fix spec file for openSUSE ALP and SUSE SLFO, where the
    python3_fix_shebang_path RPM macro is not available

++++ pinentry:

  - update to 1.3.1:
    * qt: Install and use pinentry icon. [rPf9c252a8d9]
    * qt: Small fix for Qt5. [rP844360c9c9]
    * qt: Fix Windows build of Qt6. [rP34019f954a]
    * New envvar PINENTRY_KDE_USE_WALLET to enable the secret
    storage integration on KDE. [rP23753cfb03]

++++ python-psutil:

  - Update to version 6.0.0
    * 2109_: ``maxfile`` and ``maxpath`` fields were removed from the namedtuple
    returned by `disk_partitions()`_. Reason: on network filesystems (NFS) this
    can potentially take a very long time to complete.
    * 2366_, [Windows]: log debug message when using slower process APIs.
    * 2375_, [macOS]: provide arm64 wheels.  (patch by Matthieu Darbois)
    * 2396_: `process_iter()`_ no longer pre-emptively checks whether PIDs have
    been reused. This makes `process_iter()`_ around 20x times faster.
    * 2396_: a new ``psutil.process_iter.cache_clear()`` API can be used the clear
    `process_iter()`_ internal cache.
    * 2401_, Support building with free-threaded CPython 3.13. (patch by Sam Gross)
    * 2407_: `Process.connections()`_ was renamed to `Process.net_connections()`_.
    The old name is still available, but it's deprecated (triggers a
    ``DeprecationWarning``) and will be removed in the future.
    * 2425_: [Linux]: provide aarch64 wheels.  (patch by Matthieu Darbois / Ben Raz)
    * 2250_, [NetBSD]: `Process.cmdline()`_ sometimes fail with EBUSY. It usually
    happens for long cmdlines with lots of arguments. In this case retry getting
    the cmdline for up to 50 times, and return an empty list as last resort.
    * 2254_, [Linux]: offline cpus raise NotImplementedError in cpu_freq() (patch
    by Shade Gladden)
    * 2272_: Add pickle support to psutil Exceptions.
    * 2359_, [Windows], [CRITICAL]: `pid_exists()`_ disagrees with `Process`_ on
    whether a pid exists when ERROR_ACCESS_DENIED.
    * 2360_, [macOS]: can't compile on macOS < 10.13.  (patch by Ryan Schmidt)
    * 2362_, [macOS]: can't compile on macOS 10.11.  (patch by Ryan Schmidt)
    * 2365_, [macOS]: can't compile on macOS < 10.9.  (patch by Ryan Schmidt)
    * 2395_, [OpenBSD]: `pid_exists()`_ erroneously return True if the argument is
    a thread ID (TID) instead of a PID (process ID).
    * 2412_, [macOS]: can't compile on macOS 10.4 PowerPC due to missing `MNT_`
    constants.
    * 2109_: the namedtuple returned by `disk_partitions()`_' no longer has
    ``maxfile`` and ``maxpath`` fields.
    * 2396_: `process_iter()`_ no longer pre-emptively checks whether PIDs have
    been reused. If you want to check for PID reusage you are supposed to use
    `Process.is_running()`_ against the yielded `Process`_ instances. That will
    also automatically remove reused PIDs from `process_iter()`_ internal cache.
    * 2407_: `Process.connections()`_ was renamed to `Process.net_connections()`_.
    The old name is still available, but it's deprecated (triggers a
    ``DeprecationWarning``) and will be removed in the future.
  - from version 5.9.8
    * 2343_, [FreeBSD]: filter `net_connections()`_ returned list in C instead of
    Python, and avoid to retrieve unnecessary connection types unless explicitly
    asked. E.g., on an IDLE system with few IPv6 connections this will run around
    4 times faster. Before all connection types (TCP, UDP, UNIX) were retrieved
    internally, even if only a portion was returned.
    * 2342_, [NetBSD]: same as above (#2343) but for NetBSD.
    * 2349_: adopted black formatting style.
    * 930_, [NetBSD], [critical]: `net_connections()`_ implementation was broken.
    It could either leak memory or core dump.
    * 2340_, [NetBSD]: if process is terminated, `Process.cwd()`_ will return an
    empty string instead of raising `NoSuchProcess`_.
    * 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
    * 2222_, [macOS]: `cpu_freq()` now returns fixed values for `min` and `max`
    frequencies in all Apple Silicon chips.
  - Drop obsolete patch to skip tests on Python 2
    * skip_rlimit_tests_on_python2.patch
  - Update patch to skip failing tests for new version
    * skip_failing_tests.patch

------------------------------------------------------------------
------------------  2024-7-16  -  Jul 16 2024  -------------------
------------------------------------------------------------------

++++ dpdk:

  - add kni-fix-build-with-Linux-6.10.patch to fix build against
    kernel 6.8.
  - update kni-fix-build-with-Linux-6.8.patch -- it is upstream now.

++++ transactional-update:

  - It seems it's taking a longer time until the tests will be
    adopted to the new reboot behavior. Disable soft-reboot for now
    to unblock the regular transactional-update update.

++++ gettext-runtime:

  - Use %autosetup

++++ fontconfig:

  - Run autoreconf unconditionally to allow newer versions
    of Automake.

++++ guestfs-tools:

  - Update to version 1.53.1 (jsc#PED-6305)
    * Add support for LoongArch.
    * Suppress false use-after-free warning generated by GCC 14
    * m4/guestfs-c.m4: Re-add ./configure --enable-werror
    * make-fs: Use -S option with -z
    * sysprep: Make clearer that we do not support Windows
    * Fix bytecode compilation to output whole exe instead of using
  - custom
    * options: Allow nbd+unix:// URIs
  - Drop patches contained in new tarball
    Update-virt-customize-generated-files.patch
    Initialise-bar-fp-as-NULL.patch

++++ kernel-default:

  - btrfs: remove the need_raid_map parameter from btrfs_map_block()
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: skip splitting and logical rewriting on pre-alloc
    write (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: do not zone finish data relocation block group
    (bsc#1223731 CVE-2024-26944).
  - btrfs: add comments for btrfs_map_block() (bsc#1223731
    CVE-2024-26944).
  - commit 0c47c71
  - Revert "gfs2: fix glock shrinker ref issues" (git-fixes).
  - commit f7bfdba
  - gfs2: Fix "ignore unlock failures after withdraw" (git-fixes).
  - commit 519ac22
  - gfs2: Don't forget to complete delayed withdraw (git-fixes).
  - commit 7f71d47
  - gfs2: Fix invalid metadata access in punch_hole (git-fixes).
  - commit 1be0540
  - gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes).
  - commit d7e53ef
  - gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes).
  - commit 78503fa
  - gfs2: convert to ctime accessor functions (git-fixes).
  - commit b024418
  - gfs2: Get rid of gfs2_alloc_blocks generation parameter
    (git-fixes).
  - commit e229d26
  - dlm: fix user space lock decision to copy lvb (git-fixes).
  - commit 9a5eade
  - ocfs2: fix DIO failure due to insufficient transaction credits
    (git-fixes).
  - commit cf885b6
  - ocfs2: use coarse time for new created files (git-fixes).
  - commit 61f3cb7
  - ocfs2: fix races between hole punching and AIO+DIO (git-fixes).
  - commit bdcd35b
  - filelock: fix potential use-after-free in posix_lock_inode
    (git-fixes).
  - commit 4ceada4
  - fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()
    (git-fixes).
  - commit 047ac8f
  - tracefs: Add missing lockdown check to tracefs_create_dir()
    (git-fixes).
  - commit 65b8efc
  - f2fs: fix error path of __f2fs_build_free_nids (git-fixes).
  - commit 6c1efec
  - btrfs: zoned: re-enable metadata over-commit for zoned mode
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: don't activate non-DATA BG on allocation
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: no longer count fresh BG region as zone unusable
    (bsc#1223731 CVE-2024-26944).
  - commit cc48fd8
  - smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103,
    CVE-2024-39468).
  - commit 1548cc0
  - orangefs: fix out-of-bounds fsid access (git-fixes).
  - commit 8d69475
  - btrfs: zoned: activate metadata block group on write time
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: reserve zones for an active metadata/system
    block group (bsc#1223731 CVE-2024-26944).
  - commit 00c0b10
  - btrfs: zoned: update meta write pointer on zone finish
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: defer advancing meta write pointer (bsc#1223731
    CVE-2024-26944).
  - commit 9625328
  - net/mlx5: Always stop health timer during driver removal
    (CVE-2024-40906 bsc#1227763).
  - commit 3630f6e
  - btrfs: zoned: return int from btrfs_check_meta_write_pointer
    (bsc#1223731 CVE-2024-26944).
  - btrfs: zoned: introduce block group context to
    btrfs_eb_write_context (bsc#1223731 CVE-2024-26944).
  - btrfs: introduce struct to consolidate extent buffer write
    context (bsc#1223731 CVE-2024-26944).
  - commit d8f8b66
  - btrfs: zoned: use vcalloc instead of for vzalloc in
    btrfs_get_dev_zone_info (bsc#1223731 CVE-2024-26944).
  - commit 4837f02
  - btrfs: open code need_full_stripe conditions (bsc#1223731
    CVE-2024-26944).
  - Refresh
    patches.suse/btrfs-be-a-bit-more-careful-when-setting-mirror.patch.
  - commit 0011c1e
  - nilfs2: fix incorrect inode allocation from reserved inodes
    (git-fixes).
  - commit 9ce9b3c
  - nilfs2: convert persistent object allocator to use kmap_local
    (git-fixes).
  - commit dc36fd2
  - netfilter: nf_tables: restore set elements when delete set fails
    (CVE-2024-27012 bsc#1223804).
  - commit 8ba3bb4
  - jffs2: Fix potential illegal address access in jffs2_free_inode
    (git-fixes).
  - commit 282ccaf
  - hfsplus: fix to avoid false alarm of circular locking
    (git-fixes).
  - commit 490432a
  - btrfs: open code btrfs_map_sblock (bsc#1223731 CVE-2024-26944).
  - commit 5fa5c99
  - btrfs: rename __btrfs_map_block to btrfs_map_block (bsc#1223731
    CVE-2024-26944).
  - commit de51f30
  - btrfs: remove unused btrfs_map_block (bsc#1223731
    CVE-2024-26944).
  - commit 0ff7c2f
  - btrfs: optimize simple reads in btrfsic_map_block (bsc#1223731
    CVE-2024-26944).
  - commit 3260913
  - btrfs: remove unused BTRFS_MAP_DISCARD (bsc#1223731
    CVE-2024-26944).
  - commit 68b562a
  - btrfs: pass the new logical address to split_extent_map
    (bsc#1223731 CVE-2024-26944).
  - commit c2e8884
  - btrfs: defer splitting of ordered extents until I/O completion
    (bsc#1223731 CVE-2024-26944).
  - commit 5ae3e38
  - btrfs: handle completed ordered extents in
    btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944).
  - commit ddd9e87
  - btrfs: atomically insert the new extent in
    btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944).
  - commit 4030656
  - btrfs: split btrfs_alloc_ordered_extent to allocation and
    insertion helpers (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch.
  - commit e1bc1c4
  - drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723 CVE-2024-39498)
  - commit bb19e55
  - btrfs: return the new ordered_extent from
    btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944).
  - commit c61ece3
  - btrfs: reorder conditions in btrfs_extract_ordered_extent
    (bsc#1223731 CVE-2024-26944).
  - commit 7ad1725
  - btrfs: move split_extent_map to extent_map.c (bsc#1223731
    CVE-2024-26944).
  - commit 4667690
  - btrfs: record orig_physical only for the original bio
    (bsc#1223731 CVE-2024-26944).
  - commit f1ddea8
  - btrfs: optimize the logical to physical mapping for zoned writes
    (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch.
  - commit 59cfe96
  - ionic: fix use after netif_napi_del() (CVE-2024-39502
    bsc#1227755).
  - commit a8905bd
  - netfilter: flowtable: validate pppoe header (CVE-2024-27016
    bsc#1223807).
  - commit 4c0256f
  - i40e: fix: remove needless retries of NVM update (bsc#1227736).
  - commit df4f038
  - spi: spi-microchip-core: Fix the number of chip selects
    supported (git-fixes).
  - spi: atmel-quadspi: Add missing check for clk_prepare
    (git-fixes).
  - gpio: mc33880: Convert comma to semicolon (git-fixes).
  - pwm: stm32: Always do lazy disabling (git-fixes).
  - hwmon: (max6697) Fix swapped temp{1,8} critical alarms
    (git-fixes).
  - hwmon: (max6697) Fix underflow when writing limit attributes
    (git-fixes).
  - hwmon: (adt7475) Fix default duty on fan is disabled
    (git-fixes).
  - platform/chrome: cros_ec_debugfs: fix wrong EC message version
    (git-fixes).
  - char: tpm: Fix possible memory leak in
    tpm_bios_measurements_open() (git-fixes).
  - tools/memory-model: Fix bug in lock.cat (git-fixes).
  - drm/gma500: fix null pointer dereference in
    cdv_intel_lvds_get_modes (git-fixes).
  - drm/gma500: fix null pointer dereference in
    psb_intel_lvds_get_modes (git-fixes).
  - drm/meson: fix canvas release in bind function (git-fixes).
  - commit 027008e
  - Move upstreamed patches into sorted section
  - commit da52786
  - ipv6: prevent NULL dereference in ip6_output() (CVE-2024-36901 bsc#1225711)
  - commit 299bf13
  - i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (CVE-2024-36004 bsc#1224545)
  - commit 42d6eee
  - nbd: null check for nla_nest_start (CVE-2024-27025 bsc#1223778)
  - commit a23796b

++++ util-linux-systemd:

  - uncomment "autoreconf --install" to use the new version of automake

++++ util-linux:

  - uncomment "autoreconf --install" to use the new version of automake

++++ libguestfs:

  - Update to version 1.53.5 (jsc#PED-6305)
    * generator/customize.ml: Split --chown parameter on ':' character
    * daemon: Add gost checksum command support
    * Add detection support for Circle Linux
    * Add support for LoongArch.
    * daemon: Fix file architecture translation for LoongArch
    * options: Allow nbd+unix:// URIs
    * daemon/parted: Assume sfdisk --part-type exists
    * daemon: Reimplement partition GPT functions using sfdisk
    * appliance: only wait for resolv.conf update if dhcpcd succeeded
    * generator/customize.ml: Add virt-customize --inject-blnsvr operation
    * lib: libvirt: Stop recommending LIBGUESTFS_BACKEND=direct
    * daemon: cryptsetup_open: Add --cipher
    * rust: Handle null pointer when creating slice
    * Remove gluster support
    * Remove sheepdog support
    * Remove tftp drive support
    * generator/daemon: Don't truncate 64 bit results from OCaml functions
    * daemon: Fix parsing in part_get_gpt_attributes
    * New APIs: findfs_partuuid and findfs_partlabel
    * inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab
    * generator/actions_core.ml: Fix version field for new APIs
    * Kylin is centos derivative

++++ libnftnl:

  - Update to release 1.2.7
    * Avoid potential use-after-free when clearing set's expression
    list
    * Avoid misc buffer overflows in attribute setters
    * Implement nftnl_obj_unset symbol already exported in
    libnftnl.map
    * Remove unimplemented symbols from libnftnl.map
    * Validate per-expression and per-object attribute value and
    data length
    * Fix synproxy object setter with unaligned data

++++ systemd:

  - Skip running the test units in %check for now.
    Some tests don't appreciate to run inside the build environment of OBS
    currently and some of them take an unexpected long time to execute on both
    risc and s390x architectures.

++++ ovmf:

  - Update to edk2-stable202402
  - Features (https://github.com/tianocore/edk2/releases):
    NetworkPkg: Packet->Length is not updated before being used by Dhcp6AppendIaAddrOption to safely know it can append.
    NetworkPkg: Out-of-bounds read when processing IA_NA/IA_TA options in a DHCPv6 Advertise message
    Heap Buffer Overflow in Tcg2MeasureGptTable()
    Add LoongArch help functions and defines in MdePkg and move some ArmVirtPkg libraries and PCDs to OvmfPkg
    Add NVMe Sanitize command support to Nvme.h
    Remove CSM support from OvmfPkg
    MAT Logic Incorrectly Reports Runtime Images
  - Patches (git log --oneline --date-order edk2-stable202311..edk2-stable202402):
    edc6681206 UefiCpuPkg/PiSmmCpuDxeSmm: fix NULL deref when gSmmBaseHobGuid is missing
    72c441df36 UefiCpuPkg/PiSmmCpuDxeSmm: distinguish GetSmBase() failure modes
    5fd3078a2e NetworkPkg: : Updating SecurityFixes.yaml
    75deaf5c3c NetworkPkg: Dhcp6Dxe: Packet-Length is not updated before appending
    af3fad99d6 NetworkPkg: Dhcp6Dxe: Removes duplicate check and replaces with macro
    1c440a5ece NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Related Patch
    a1c426e844 UnitTestFrameworkPkg: Add DSC and host tests that always fail
    0a989069df UnitTestFrameworkPkg/SampleGoogleTest: Use EXPECT_ANY_THROW()
    2d144d7e14 UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest support
    312ccaf81b UnitTestFrameworkPkg/UnitTestLib: GetActiveFrameworkHandle() no ASSERT()
    81b69f306f UnitTestFrameworkPkg: Expand host-based exception handling and gcov
    46c6de57b0 UnitTestFrameworkPkg: MSFT CC_FLAGS add /MT to for host builds
    ded41a64bd MdePkg/Include: Rename _DEBUG() to address name collision
    8801c75b4d OvmfPkg: Align XenRealTimeClockLib function headers with return values
    dcdc6f8e3f ArmPlatformPkg: Align PL031 library function headers with return values
    844ead5bce EmbeddedPkg: Align RealTimeClock function headers with return values
    ef4d35d4ed MdeModulePkg: Align RuntimeDxe function headers with UEFI return values
    e4ceae5c18 MdePkg: Add EFI_UNSUPPORTED return for some Runtime Service functions
    dcf2e39dce EmbeddedPkg: compiler error due to arithmetic operation on void pointer
    e32b58ab5a BaseTools: Remove Duplicate sets of SkuName and SkuId from allskuset
    8f316e99ec BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIs
    4d1f0babe2 MdePkg: Add SynchronizationLib to MdeLibs.dsc.inc
    1d0b95f645 NetworkPkg: : Adds a SecurityFix.yaml file
    ff2986358f NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Unit Tests
    fac297724e NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Patch
    7f04c7a253 MdePkg: Test: Add gRT_GetTime Google Test Mock
    458c582685 NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 Unit Tests
    1b53515d53 NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 Patch
    c9c87f08dd NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45232 Unit Tests
    4df0229ef9 NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45232 Patch
    6f77463d72 NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45231 Unit Tests
    bbfee34f41 NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45231 Patch
    07362769ab NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Unit Tests
    1dbb10cc52 NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Patch
    5f3658197b NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Unit Tests
    8014ac2d7b NetworkPkg: : Add Unit tests to CI and create Host Test DSC
    f31453e8d6 NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Patch
    959f71c801 MdeModulePkg: Optimize CoreConnectSingleController
    9eddbab650 MdeModulePkg: Remove handle validation check in CoreGetProtocolInterface
    62b43ec896 ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
    6bbce86d21 ArmVirtPkg: Move two PCD variables into OvmfPkg
    0cca97e0a8 ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
    5a3788bfca OvmfPkg/RiscVVirt: Remove PciCpuIo2Dxe from RiscVVirt
    010f7298ce OvmfPkg/RiscVVirt: Enable CpuMmio2Dxe
    147beaa5e7 ArmVirtPkg: Enable CpuMmio2Dxe
    55a0cdb61c UefiCpuPkg: Add a new CPU IO 2 driver named CpuMmio2Dxe
    54c2cdb241 ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
    3db49a6ca8 EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
    f560c5d112 MdePkg: Add some comments for LoongArch exceptions
    3f8fb8aeb9 MdePkg: Add a new library named PeiServicesTablePointerLibKs0
    bc0b418cba MdePkg: Add IOCSR operation for LoongArch
    0565a8e885 MdePkg: Add CSR operation for LoongArch
    414ad233a5 MdePkg: Add read stable counter operation for LoongArch
    344dc4b9d3 MdePkg: Add LoongArch Cpucfg function
    2ff435b264 MdePkg: Add LoongArch64 local interrupt function set into BaseLib
    57684402e4 MdePkg: Add LoongArch64 exception function set into BaseLib
    e5b5073153 MdePkg: Add LoongArch64 FPU function set into BaseCpuLib
    9e1576bc10 MdePkg: Add the header file named Csr.h for LoongArch64
    ae59b8ba41 UefiCpuPkg/PiSmmCpuDxeSmm:Map SMRAM in 4K page granularity
    397a084b9b UefiCpuPkg: Add more Paging mode enumeration
    30a25f2778 UefiCpuPkg: Reduce and optimize access to attribute
    056b4bf74b BaseTools/Scripts/PatchCheck.py: Check for Change-id
    141dcaed6c UefiCpuPkg: Add cache operations support for Arch proto
    cd6f215223 OvmfPkg/ResetVector: Fix SNP CPUID table processing results for ECX/EDX
    a1b98c8f84 StandaloneMmPkg/Core: Output status in MMI handler assertion
    927ea1364d ShellPkg: Update smbiosview for LoongArch
    a3aab12c34 MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfo
    3656352675 UefiPayloadPkg/Crypto: Support external Crypto drivers.
    97c3f5b8d2 OvmfPkg/IoMmuDxe: Provide an implementation for SetAttribute
    0e9b124f9c UefiCpuPkg/BaseXApic[X2]ApicLib: Implements AMD extended cpu topology
    d14526372d MdePkg: Adds AMD Extended CPU topology CPUID
    40a45b5a2b Basetools: Include PCD declarations from Library Instance
    af6e0e728f MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOB
    c5e702e45a MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocations
    909a9a5ae4 ArmPkg: Disable watchdog interaction after exiting boot services
    9ac93da5b5 ArmPkg: Introduce global mTimerPeriod and remove calculation
    beefa753f3 ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offset
    98c7cb3be7 OvmfPkg/ResetVector: send post codes to qemu debug console
    a6013625a3 PcAtChipsetPkg/HpetTimerDxe: Fix nested interrupt time accuracy
    dc33394701 DynamicTablesPkg: Exempt some _CPC field from checks
    dec9d35738 DynamicTablesPkg: Add PcdDevelopmentPlatformRelaxations Pcd
    b2c4916344 DynamicTablesPkg: Add DynamicTablesScmiInfoLib
    fc04cfd119 DynamicTablesPkg: Generate _PSD in SsdtCpuTopologyGenerator
    3344495489 DynamicTablesPkg: Add AmlCreatePsdNode() to generate _PSD
    0a9060b259 DynamicTablesPkg: Add PsdToken field to CM_ARM_GICC_INFO object
    71ec5d3415 DynamicTablesPkg: Add CM_ARM_PSD_INFO object
    e3992e40c7 DynamicTablesPkg: Rename AmlCpcInfo.h to AcpiObjects.h
    ec15e345ae DynamicTablesPkg: Use new CPC revision macro
    9f0ebabb57 ArmPkg/ArmScmiDxe: Add PERFORMANCE_DESCRIBE_FASTCHANNEL support
    3630cdf6e7 ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION
    4c43209a74 MdePkg/Library/BaseCpuLibNull: Add missing X86 specific services
    7d7decfa3d UefiPayloadPkg/Crypto: Support external Crypto drivers.
    9a75b030cf StandaloneMmPkg/Hob: Integer Overflow in CreateHob()
    aeaee8944f EmbeddedPkg/Hob: Integer Overflow in CreateHob()
    049695a0b1 MdeModulePkg/PciBusDxe: Add feedback status for PciIoMap
    ff52277e37 MdeModulePkg/DriverSampleDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY
    588cfc63d2 MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY
    5694ff42d5 MdePkg: Add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY
    97e1ef8730 MdePkg: Add FdtLib gmock support
    d24187a81f MdePkg/BaseFdtLib: Rename standard functions
    1063665fa5 MdeModulePkg/ResetSystemRuntimeDxe: Print Reset Data
    7f72c2829f MdePkg/Library/BaseCpuLibNull: Add StandardSignatureIsAuthenticAMD()
    417ebe6d1d MdePkg/Include/Guid: Update the definition of FileName in EFI_FILE_INFO
    2ddae5df31 StandaloneMmPkg/Core: Remove optimization for depex evaluation
    d97f3a1d80 .pytool/Plugin: UncrustifyCheck: use stat instead of os.stat
    313f9f0155 PrmPkg/PrmInfo: Drop -r parameter
    0b09397dfa UefiPayloadPkg: CbParseLib: Fix integer overflow
    0c6d29be8b CryptoPkg: Add dummy inttypes header to fix clang build
    da228b29bd MdePkg/Library/BaseIoLibIntrinsic: Fix TD MMIO read type cast
    5d016fe0a0 MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions
    0223bdd4e4 FmpDevicePkg: Add DECLARE_LENGTH opcode of dependency expression
    00bf6890a9 MdePkg: Add DECLARE_LENGTH opcode of dependency expression
    9d3fe85fcc NetworkPkg/Ip4Dxe: Fix Reset To Default
    264636d8e6 SecurityPkg: : Updating SecurityFixes.yaml after symbol rename
    326db0c907 SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117/4118 symbol rename
    40adbb7f62 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117/4118 symbol rename
    b481b00f59 OvmfPkg/VirtNorFlashDxe: move DoErase code block into new function
    735d0a5e2e OvmfPkg/VirtNorFlashDxe: ValidateFvHeader: unwritten state is EOL too
    b25733c974 OvmfPkg/VirtNorFlashDxe: allow larger writes without block erase
    28ffd72689 OvmfPkg/VirtNorFlashDxe: add a loop for NorFlashWriteBuffer calls.
    35d8ea8097 OvmfPkg/VirtNorFlashDxe: clarify block write logic & fix shadowbuffer reads
    0395045ae3 OvmfPkg/VirtNorFlashDxe: add casts to UINTN and UINT32
    59f024c76e UefiPayloadPkg/Hob: Integer Overflow in CreateHob()
    9971b99461 RedfishPkg/JsonLib: Add JSON delete object function
    8f6d343ae6 SecurityPkg: : Adding CVE 2022-36764 to SecurityFixes.yaml
    0d341c01ee SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
    c7b2794421 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
    1ddcb9fc6b SecurityPkg: : Adding CVE 2022-36763 to SecurityFixes.yaml
    4776a1b39e SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
    2244465432 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
    a4b8944e27 MdePkg: Update the Label definitions of the EFI_NVDIMM_LABEL
    682a5ed1a2 NetworkPkg: RFC1323 definition changed to RFC7323
    638e4ca238 MdePkg: RFC1323 definition changed to RFC7323
    7c2757c298 MdePkg: Update the comments of callback in EFI_FORM_BROWSER2_PROTOCOL
    82e149f2bf OvmfPkg: CloudHv: Enable PcdUse1GPageTable
    6d204e8fbc OvmfPkg: Update PlatformAddressWidthInitialization for CloudHv
    bfad87ceec OvmfPkg: Add CloudHv support to PlatformScanE820 utility function.
    195e59bd0c MdePkg: Update the comments of HiiConfigAccess ExtractConfig
    d65b183f92 RedfishPkg/RedfishCrtLib: handle floating point number in JSON
    6a01fb2ea5 OvmfPkg: RiscVVirt: Fix network drivers not be built
    c15a899d83 NetworkPkg: Triger regularly scan only if not connect to AP
    f5b91c60ef UefiCpuPkg: change name of gMpInformationHobGuid2
    db59ff333d UefiCpuPkg:Limit PhysicalAddressBits in special case
    cfe4846572 UefiCpuPkg/PiSmmCpuDxeSmm: Optimize PatchSmmSaveStateMap and FlushTlbForAll
    2bce85bd86 pip-requirements.txt: Update to latest
    58355ec192 .pytool/Readme.md: Update matrix for DynamicTablesPkg
    0765ee6cd3 MdePkg/BaseLib: Fix boot DxeCore hang on riscv platform
    ebf378a1ad OvmfPkg/RiscVVirt: Override Sstc extension
    f91029947b UefiCpuPkg/CpuTimerDxeRiscV64: Add support for Sstc
    8ae17a71af MdePkg/BaseLib: RISC-V: Add function to update stimecmp register
    fd629ef6e3 MdePkg.dec: RISC-V: Define override bit for Sstc extension
    889535caf8 MdePkg: Update GetHealthStatus function description
    e7cfdc5f14 CryptoPkg: Fix redefinition error of int defines
    6c488a2f39 BaseTools: Fix raw strings containing valid escape characters
    7d055812cc IntelFsp2Pkg\Tools\ConfigEditor:Added new USF config workstream.
    bc34a79cd2 RedfishPkg/RedfishDebugLib: add function to print buffer.
    265b4ab91b RedfishPkg/RedfishRestExDxe: Update Supported function
    b0e892d8a9 RedfishPkg/RedfishRestExDxe: Uncrustify RedfishRestExDriver.h
    0a12d8bd55 RedfishPkg/RedfishRestExDxe: Implement EDKII_HTTP_CALLBACK_PROTOCOL
    8466480965 NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event
    43ab6622a8 NetworkPkg/HttpDxe: Consider TLS certificate not found as a success case
    0abd598e3f NetworkPkg/HttpDxe: Refactor TlsCreateChild
    edba0779ba UefiPayloadPkg/UefiPayloadEntry: Remove SCI enabling check
    4a443f73fd OvmfPkg/VirtNorFlashDxe: sanity-check variables
    ae22b2f136 OvmfPkg/VirtNorFlashDxe: stop accepting gEfiVariableGuid
    3b1ddbddee OvmfPkg/RiscVVirt: use gEfiAuthenticatedVariableGuid unconditionally
    08a6528bac UefiCpuPkg: Check lower 24 bits of ProcessorNumber
    2a5c08caaf UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0
    f2b074398c MdePkg: Update the definition of EFI_NVDIMM_LABEL_FLAGS_LOCAL
    e7152e6186 CryptoPkg: fix gcc build fail for CryptoPkgMbedtls
    c3d865a4c2 UefiPayloadPkg: Add macro to enable selection of timer
    ff1305c9fb MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER
    9cf1d03ebe Add EFI_STATUS return to EMU_THUNK_PROTOCOL.SetTime()
    5a2490df0e EmulatorPkg: Update MMTimerThread() signature
    3114fd8ed7 EmulatorPkg: Improve comments in WinThunk.c
    e8166a852e UefiCpuPkg/CpuMpPei: Parallel get stack base for better performance.
    e449451770 CryptoPkg: move define to CrtLibSupport
    16c8cfc810 DynamicTablesPkg: Fix IA32 compilation errors
    ea658e35a9 DynamicTablesPkg: Fix X64 compilation errors
    7a5823f85b EmbeddedPkg: Add DtPlatformLoaderLib gmock support
    5804e94886 EmbeddedPkg: Add host based dependency to ci
    0d39caefb9 EmbeddedPkg/PrePiMemoryAllocationLib: Add ReallocatePool
    d7d4f09ff8 RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses
    91f1ce4e27 RedfishDiscoverDxe: handle memory allocation error conditions.
    139887a989 RedfishDiscoverDxe: release resources when refreshing information data
    f8de39afab RedfishDiscoverDxe: add a helper function deallocating string resources.
    d1c21f8d55 RedfishDiscoverDxe: refine InitInformationData() function
    17870bf3f5 RedfishDiscoverDxe: refine InitInformationData(), remove unnecessary casts
    2cd1b439d7 RedfishDiscoverDxe: introduce InitInformationData helper function
    9e3de4eee0 EmulatorPkg: RedfishPlatformHostInterfaceLib: get rid of unused variable
    5e2338d3df EmulatorPkg: fix typo. PcdRedfishServie -> PcdRedfishService
    24de462a9d RedfishPkg: add proper initialization of IPMI request
    8b59cb79fa RedfishPkg: add Component Name protocols to RedfishConfigHandler driver
    a87e8505b1 RedfishPkg: RedfishDiscoverDxe: fix memory leak on error path.
    d81813368a RedfishPkg: RedfishPlatformConfigDxe: reduce memory allocations
    0f66c2e687 RedfishPkg: get rid of unused definitions from RedfishCrtLib.h
    4fdd5165c1 RedfishPkg: fix RedfishPlatformCredentialLib library class name typo.
    59b4b5017c RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo.
    58d9463939 UefiCpuPkg/PiSmmCpuDxeSmm: Reduce one round BSP & AP sync
    41d1c4475b UefiCpuPkg/PiSmmCpuDxeSmm: Invert ReleaseAllAPs & InitializeDebugAgent
    3a4ec6de01 UefiCpuPkg/PiSmmCpuDxeSmm: Align BSP and AP sync logic for SMI exit
    e1b62f3e28 UefiCpuPkg/PiSmmCpuDxeSmm: Check SMM Debug Agent support or not
    c7c2de798a MdeModulePkg/DebugAgentLibNull: Indicate SMM Debug Agent support or not
    7b3b39a2e4 SourceLevelDebugPkg/Library: Indicate SMM Debug Agent support or not
    54c662845f StandaloneMmPkg/Core: Remove dead code
    1065536c64 MdeModulePkg: Support customized FV Migration Information
    d01defe06b DynamicTablesPkg: AML Code generation to invoke a method
    29ce755cba DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION
    f8c918c46f DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
    ea65643547 DynamicTablesPkg: AML Code generation for word I/O ranges
    5d533bbc27 BaseTools/GenFw: Correct offset when relocating an ADR
    9f0061a03b BaseTools: Resolve regex syntax warnings
    89705ad6c6 BaseTools: FMMT GuidTool Auto Select Config file Enabling
    a83d953dc2 UefiCpuPkg/PiSmmCpuDxeSmm: Consume SmmCpuSyncLib
    cc698d0335 UefiCpuPkg/PiSmmCpuDxeSmm: Simplify RunningApCount decrement
    0a248f169d UefiPayloadPkg: Specifies SmmCpuSyncLib instance
    32f84bd310 OvmfPkg: Specifies SmmCpuSyncLib instance
    69eb9ad4a1 UefiCpuPkg: Implements SmmCpuSyncLib library instance
    6f6a43cc8e MdePkg/MdeLibs.dsc.inc: Add SafeIntLib instance
    ba822d2851 UefiCpuPkg: Adds SmmCpuSyncLib library class
    e14a022246 UefiCpuPkg/PiSmmCpuDxeSmm: Optimize Semaphore Sync between BSP and AP
    8c1e9f9c6f MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recovery
    b1f33cbf81 OvmfPkg/RiscVVirt: Override for RISC-V CPU Features
    904b002c50 MdePkg: Utilize Cache Management Operations Implementation For RISC-V
    26727c2ae2 MdePkg: Implement RISC-V Cache Management Operations
    30faafd024 MdePkg: Rename Cache Management Function To Clarify Fence Based Op
    286b30f517 MdePkg: Move RISC-V Cache Management Declarations Into BaseLib
    3c66390e4a StandaloneMmPkg/Core: Fix the failure to find uncompressed inner FV
    4a9fcab124 StandaloneMmPkg/Core: Fix issue that offset calculation might be wrong
    0904161f6f StandaloneMmPkg/Core: Fix potential memory leak issue
    c012284048 StandaloneMmPkg/Core: Limit FwVol encapsulation section recursion
    74daeded0c ShellPkg: Tidy for code readability
    3ce5f2d445 FatPkg/FatPei: Check array offset before use
    7f5e75895b ArmPkg/DebugPeCoffExtraActionLib: Drop RVCT and Cygwin support
    59a952d9ab CloudHv: Add CI for CloudHv on AArch64
    b8a3eec88c RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow
    cee7ba349c ArmVirtQemu: Allow EFI memory attributes protocol to be disabled
    725acd0b9c UefiCpuPkg: Avoid assuming only one smmbasehob
    e51965ddd1 UefiCpuPkg: Cache core type in MpInfo2 HOB
    fc4f6627f8 UefiCpuPkg: Add a new field in MpInfo2 HOB
    be44fff723 UefiCpuPkg: Consume MpInfo2Hob in PiSmmCpuDxe
    e10f1f5a04 UefiCpuPkg: Build MpInfo2HOB in CpuMpPei
    c02eed8e5a UefiCpuPkg: Create gMpInformationHobGuid2 in UefiCpuPkg
    1d50544aa2 MdePkg:simplify Fifo API in BaseIoLibIntrinsic
    3c73532a8a MdePkg: Change IoLibFifo.c to IoLibFifoCc.c
    aa2f32cefa ArmVirtPkg: Sync debug level comments in ArmVirt.dsc.inc
    9e9c35970a MdePkg: Update MdePkg.uni with manageability debug level
    20ca600d67 MdePkg: Add manageability debug level to PcdFixedDebugPrintErrorLevel
    03be51e106 MdePkg: Improve wording of manageability debug level comment
    5b5481526f BaseTools: fixing FMMT ShrinkFv issue
    59f0d350a9 BaseTools: FMMT support ELF UPLD parser
    9627447625 BaseTools: FMMT replace output file is not generated successfully
    b5f5106c1e BaseTools: FMMT replace new free space fixing in replace
    bb13a4adab StandaloneMmPkg/StandaloneMmHobLib: Remove HOB creation
    85a5141a32 MdePkg: Add UEFI v2.10 ISA memory type definition
    3c40ee8c68 MdePkg: Define the DevicePath argument from LoadImage as optional
    2cd9d5f6fa Maintainers.txt: add Aaron Young as MptScsi and PvScsi reviewer
    ff22700fc0 Maintainers.txt: add Laszlo Ersek as a UefiCpuPkg maintainer
    408ca20a95 Maintainers.txt: add Laszlo Ersek as an OvmfPkg maintainer
    b59574a066 Maintainers.txt: add Laszlo Ersek as an ArmVirtPkg maintainer
    e8c23d1e27 OvmfPkg/MemEncryptSevLib: Fix address overflow during PVALIDATE
    7eb5040607 UefiCpuPkg/PiSmmCpuDxeSmm: Get processor extended information
    ad0b1cc144 UefiCpuPkg/BaseXApicLib: Fix CPUID_V2_EXTENDED_TOPOLOGY detection
    fe2abc9b74 ShellPkg: Fix typos
    eccdab611c OvmfPkg: remove CSM_ENABLE build macro
    605248f0fd OvmfPkg: remove Pcd8259LegacyModeEdgeLevel and Pcd8259LegacyModeMask
    cf9030f69f OvmfPkg: remove gEfiLegacy8259ProtocolGuid
    67864ffd52 OvmfPkg: remove 8259InterruptControllerDxe
    fb5c153abd OvmfPkg: exclude 8259InterruptControllerDxe
    05cffb6637 OvmfPkg: remove 8254TimerDxe
    89bd992b1f OvmfPkg: exclude 8254TimerDxe
    0e0a0a5ee8 OvmfPkg: remove Csm16
    528ae029ad OvmfPkg: remove Rule.Common.USER_DEFINED.CSM from all FDF files
    e8f860d924 OvmfPkg: exclude Csm16.inf / Csm16.bin
    769c46a9a2 OvmfPkg: remove <FrameworkDxe.h>
    f14317e9ba OvmfPkg: remove gEfiLegacyInterruptProtocolGuid
    504a0fed85 OvmfPkg: remove gEfiLegacyBiosProtocolGuid
    dd63cb95af OvmfPkg: remove gEfiLegacyBiosPlatformProtocolGuid
    f19b3d0cdc OvmfPkg: remove gEfiFirmwareVolumeProtocolGuid
    bc495d89d4 OvmfPkg: remove CsmSupportLib
    86cc0f15d9 OvmfPkg: unplug CsmSupportLib from BdsDxe
    8bd14e685e OvmfPkg: remove LegacyBiosDxe PCDs
    9d4becddba OvmfPkg: remove gEfiLegacyBiosGuid
    5161ba8ea0 OvmfPkg: remove gEfiIsaAcpiProtocolGuid
    0730f564ad OvmfPkg: remove gEfiIsaIoProtocolGuid
    d7e41ce340 OvmfPkg: exclude NullMemoryTestDxe driver
    f0c5d652d9 OvmfPkg: remove LegacyBiosDxe
    209480b047 Revert "OvmfPkg: don't assign PCI BARs above 4GiB when CSM enabled"
    87d0e572c8 OvmfPkg/IncompatiblePciDeviceSupportDxe: ignore CSM presence
    934b7f5a73 OvmfPkg: exclude LegacyBiosDxe
    ec60da4232 OvmfPkg: remove Bios Video PCDs
    4493d74e18 OvmfPkg: remove gEfiVgaMiniPortProtocolGuid
    59dc8743ce OvmfPkg: remove Csm/BiosThunk/VideoDxe
    ac79397267 OvmfPkg: exclude the CSM-based VideoDxe driver
    e948ceeb80 OvmfPkg: remove gEfiLegacyDevOrderVariableGuid
    545a5f6b68 OvmfPkg: remove LegacyBootMaintUiLib
    237a0564d4 OvmfPkg: unplug LegacyBootMaintUiLib from UiApp
    3f3e90d678 OvmfPkg: remove LegacyBootManagerLib
    0600bea167 OvmfPkg: unplug LegacyBootManagerLib from BdsDxe and UiApp
    3099db510e OvmfPkg: remove PcdCsmEnable
    506cc670c0 OvmfPkg: cripple CSM_ENABLE macro
    238690a30d OvmfPkg/Bhyve: use a proper PCI IO range
    553dfb0f57 UefiCpuPkg: Backup and Restore MSR IA32_U_CET in SMI handler.
    fd1dd8568c UefiCpuPkg: Only change CR4.CET bit for enable and disable CET.
    3018685da8 UefiCpuPkg: Use CET macro definitions in Cet.inc for SmiEntry.nasm files.
    04d47a9bf0 UefiCpuPkg: Use macro CR4_CET_BIT to replace hard code value in Cet.nasm.
    b5f20eca8a UefiCpuPkg: Add macro definitions for CET feature for NASM files.
    ff4c49a5ee MdeModulePkg/Bus: Fix XhciDxe Linker Issues
    df2ec2aab0 PcAtChipsetPkg: Fix AcpiTimerLib incompatibility with XhciDxe
    b59ab98049 BaseStackCheckLib: Fix STACK FAULT message
    7e18c9a788 UefiCpuPkg/CpuMpPei: Use CpuPageTableLib to set memory attribute.
    02d6f39bd5 UefiCpuPkg/CpuPageTableLib/TestCase: Refine test case for PAE paging.
    c83ffd2676 UefiCpuPkg/CpuPageTableLib: Init local variable before using it.
    ef3fde64aa MdePkg:Add NVME Sanitize command support to Nvme.h
    120aa60644 RedfishPkg/HostInterfaceBmcUsbNic: Fix potential memory corruption issue
    5cdeff1eb3 RedfishPkg/HostInterfaceBmcUsbNic: Fix incorrect HI protocol record size
    cf31257ec9 RedfishPkg/HostInterfaceBmcUsbNic: Correct MAC address reference
    cfafa45002 RedfishPkg/RedfishDiscovery: Refine SMBIOS 42h code
    4b5e2b3ac1 RedfishPkg/RedfishDiscovery: Add more debug message
    dbaf9d3046 RedfishPkg/RedfishConfigHandler: Correct the prototype of callback function
    8325fd6466 RedfishPkg/RedfishConfigHandler: Use Redfish HI readiness notification
    843ed20714 RedfishPkg/RedfishHostInterfaceDxe: Add Redfish HI readiness notification
    a3b56f93e1 RedfishPkg/BmcUsbNicLib: Update BMC USB NIC searching algorithm
    3e133f730b MdePkg/Test: Add google tests for BaseLib
    e2d4f75913 MdePkg/BaseLib: Fix CRC16-ANSI calculation
    7182621edc UnitTestFrameworkPkg/Readme.md: Remove gtest main() limitation
    c3769e392b UnitTestFrameworkPkg: Fix Google Test components with multiple files
    70b174e24d RedfishPkg/HostInterfaceBmcUsbNic: Set default Redfish service port
    534021965f MdeModulePkg: Optimize CoreInstallMultipleProtocolInterfaces
    26d484d086 .github/workflows/codeql.yml: Add emacs output
    b4f8c75e31 RedfishPkg: add explicit variable initialization
    ed923afda5 RedfishPkg: fix memory leak in HiiUtilityLib
    59b6b5059b EmbeddedPkg: Allow longer android kernel command line
    c0207583e0 EmbeddedPkg: Fix Android Boot Command Line Length Bug
    4f99b5fb93 BaseTools/Conf/target.template: Use VS2019 as default tool chain
    68d506e0d1 UefiCpuPkg/PiSmmCpuDxeSmm: Use NonSmm BSP as default SMM BSP.
    88580a79d4 MdeModulePkg/Variable: Merge variable header + data update into one step
    cdf36b1e36 .git-blame-ignore-revs: Ignore recent uncrustify commits
    466f2f0c5f MdeModulePkg/DxeCapsuleLibFmp: Fix crash with VirtualAddressMap omitted
    38ba4a64c5 ArmPkg/Drivers/CpuDxe: Use lower and upper attributes
    e1627f7720 Maintainers.txt: Remove myself as a tools maintainer
    9eec96bd4f OvmfPkg/ResetVector: Define SNP metadata for kernel hashes
    6436d9b693 OvmfPkg/AmdSev: Reorder MEMFD pages to match the order in OvmfPkgX64.fdf
    3c5f9ac5c3 UefiCpuPkg/MpInitLib: Copy SEV-ES save area pointer during APIC ID sorting
    447798cd3a UefiCpuPkg/MpInitLib: Use AsmCpuidEx() for CPUID_EXTENDED_TOPOLOGY leaf
    d451bba399 ArmPkg/ArmMmuLib: Use function pointer type
    0e9ce9146a OvmfPkg: Format with Uncrustify 73.0.8
    972e3b0b9d EmulatorPkg: Format with Uncrustify 73.0.8
    ec9cb4452e .pytool/UncrustifyCheck: Update to 73.0.8
    4ec2fab279 MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLib
    3565ee6c29 MdeModulePkg: Add Logic to Create/Delete Image Properties Records
    aa77dac3fb MdeModulePkg: Transition SMM MAT Logic to Use ImagePropertiesRecordLib
    960c7b25c2 UefiCpuPkg: Use Attribute From SMM MemoryAttributesTable if Nonzero
    cf78580a34 MdeModulePkg: Add NULL checks and Return Status to ImagePropertiesRecordLib
    7ae0516dd9 MdeModulePkg: Fix MAT SplitTable() Logic
    e2f2bbe208 MdeModulePkg: Fix MAT SplitRecord() Logic
    acb29d4cbe MdeModulePkg: Fix MAT Descriptor Count Calculation
    0a9e215312 MdeModulePkg: Add ImagePropertiesRecordLib Host-Based Unit Test
    7284c44951 MdeModulePkg: Move Some DXE MAT Logic to ImagePropertiesRecordLib
    561362368b MdeModulePkg: Update MemoryAttributesTable.c to Reduce Global Variable Use
    26460342d0 UefiPayloadPkg: Add ImagePropertiesRecordLib Instance
    1ef4e102c2 OvmfPkg: Add ImagePropertiesRecordLib Instance
    21b831c5b5 EmulatorPkg: Add ImagePropertiesRecordLib Instance
    16b1e88502 ArmVirtPkg: Add ImagePropertiesRecordLib Instance
    8bc44608b8 MdeModulePkg: Add ImagePropertiesRecordLib
    33e31c289c UefiCpuPkg/MpInitLib: Update the comments of _CPU_MP_DATA.
    cb3f41a937 UefiCpuPkg/MpInitLib: Enable execute disable bit.
  - Removed patches which are merged to edk2-stable202402:
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4117.patch
    1ddcb9fc6b41 SecurityPkg: : Adding CVE 2022-36763 to SecurityFixes.yaml
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4117.patch
    4776a1b39ee0 SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
  - ovmf-SecurityPkg-Adding-CVE-2022-36763-to-SecurityFixes.y.patch
    224446543206 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4118.patch
    8f6d343ae639 SecurityPkg: : Adding CVE 2022-36764 to SecurityFixes.yaml
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4118.patch
    0d341c01eeab SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
  - ovmf-SecurityPkg-Adding-CVE-2022-36764-to-SecurityFixes.y.patch
    c7b279442181 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4117-4118-symbol-rename.patch
    264636d8e698 SecurityPkg: : Updating SecurityFixes.yaml after symbol rename
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4117-4118-symbol-rename.patch
    326db0c90720 SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117/4118 symbol rename
  - ovmf-SecurityPkg-Updating-SecurityFixes.yaml-after-symbol.patch
    40adbb7f628d SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117/4118 symbol rename

++++ selinux-policy:

  - Fix systemd generator.early and generator.late file contexts (bsc#1227638)

++++ vim:

  - Removed patches, as they're no longer required (refreshing them
    deleted their contents):
    * vim-7.3-help_tags.patch
    * vim-7.4-highlight_fstab.patch
  - Reorganise all applied patches in the spec file.
  - Update to 9.1.0588:
    * 9.1.0588: The maze program no longer compiles on newer clang
    runtime(typst): Add typst runtime files
    * 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky
    * 9.1.0586: ocaml runtime files are outdated
    runtime(termdebug): fix a few issues
    * 9.1.0585: tests: test_cpoptions leaves swapfiles around
    * 9.1.0584: Warning about redeclaring f_id() non-static
    runtime(doc): Add hint how to load termdebug from vimrc
    runtime(doc): document global insert behavior
    * 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
    runtime(doc): add a note for netrw bug reports
    * 9.1.0573: ex: no implicit print for single addresses
    runtime(vim): make &indentexpr available from the outside
    * 9.1.0572: cannot specify tab page closing behaviour
    runtime(doc): remove obsolete Ex insert behavior
    * 9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky
    runtime(logindefs): update syntax with new keywords
    * 9.1.0570: tests: test_gettext_make can be improved
    runtime(filetype): Fix Prolog file detection regex
    * 9.1.0569: fnamemodify() treats ".." and "../" differently
    runtime(mojo): include mojo ftplugin and indent script
    * 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
    runtime(fstab): Add missing keywords to fstab syntax
    * 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
    runtime(doc): fix inconsistencies in :h file-searching
    * 9.1.0556: :bwipe doesn't remove file from jumplist of other tabpages
    runtime(htmlangular): correct comment
    * 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
    runtime(doc): autocmd_add() accepts a list not a dict
    * 9.1.0548: it's not possible to get a unique id for some vars
    runtime(tmux): Update syntax script
    * 9.1.0547: No way to get the arity of a Vim function
    * 9.1.0546: vim-tiny fails on CTRL-X/CTRL-A
    runtime(hlsplaylist): include hlsplaylist ftplugin file
    runtime(doc): fix typo in :h ft-csv-syntax
    runtime(doc): Correct shell command to get $VIMRUNTIME into
    shell
    * 9.1.0545: MSVC conversion warning
    * 9.1.0544: filetype: ldapconf files are not recognized
    runtime(cmakecache): include cmakecache ftplugin file
    runtime(lex): include lex ftplugin file
    runtime(yacc): include yacc ftplugin file
    runtime(squirrel): include squirrel ftplugin file
    runtime(objcpp): include objcpp ftplugin file
    runtime(tf): include tf ftplugin file
    runtime(mysql): include mysql ftplugin file
    runtime(javacc): include javacc ftplugin file
    runtime(cabal): include cabal ftplugin file
    runtime(cuda): include CUDA ftplugin file
    runtime(editorconfig): include editorconfig ftplugin file
    runtime(kivy): update kivy syntax, include ftplugin
    runtime(syntax-tests): Stop generating redundant "*_* 99.dump"
    files
    * 9.1.0543: Behavior of CursorMovedC is strange
    runtime(vim): Update base-syntax, improve :match command
    highlighting
    * 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()
    runtime(doc): add page-scrolling keys to index.txt
    runtime(doc): add reference to xterm-focus-event from
    FocusGained/Lost
    * 9.1.0539: Not enough tests for what v9.1.0535 fixed
    runtime(doc): clarify how to re-init csv syntax file
    * 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
    runtime(man): honor cmd modifiers before `g:ft_man_open_mode`
    runtime(man): use `nnoremap` to map to Ex commands
    * 9.1.0534: completion wrong with fuzzy when cycling back to original
    runtime(syntax-tests): Abort and report failed cursor progress
    runtime(syntax-tests): Introduce self tests for screen dumping
    runtime(syntax-tests): Clear and redraw the ruler line with
    the shell info
    runtime(syntax-tests): Allow for folded and wrapped lines in
    syntax test files
    * 9.1.0533: Vim9: need more tests for nested objects equality
    CI: Pre-v* 9.0.0110 versions generate bogus documentation tag entries
    runtime(doc): Remove wrong help tag CTRL-SHIFT-CR
    * 9.1.0532: filetype: Cedar files not recognized
    runtime(doc): document further keys that scroll page up/down
    * 9.1.0531: resource leak in mch_get_random()
    runtime(tutor): Fix wrong spanish translation
    runtime(netrw): fix remaining case of register clobber
    * 9.1.0530: xxd: MSVC warning about non-ASCII character
    * 9.1.0529: silent! causes following try/catch to not work
    runtime(rust): use shiftwidth() in indent script
    * 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
    runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config
    * 9.1.0525: Right release selects immediately when pum is truncated.
    * 9.1.0524: the recursive parameter in the *_equal functions can be removed
    runtime(termdebug): Add Deprecation warnings
    * 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
    runtime(manpager): avoid readonly prompt
    * 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
    runtime(terraform): Add filetype plugin for terraform
    runtime(dockerfile): enable spellchecking of comments in
    syntax script
    runtime(doc): rename variable for pandoc markdown support
    runtime(doc): In builtin overview use {buf} as param for
    appendbufline/setbufline
    runtime(doc): clarify, that register 1-* 9 will always be shifted
    runtime(netrw): save and restore register 0-* 9, a and unnamed
    runtime(termdebug): Refactored StartDebug_term and EndDebug
    functions
    runtime(java): Compose "g:java_highlight_signature" and
    "g:java_highlight_functions"
    * 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
    runtime(termdebug): Change some variables to Enums
    runtime(vim): Update base-syntax, fix function tail comments
    * 9.1.0513: Vim9: segfault with object comparison

------------------------------------------------------------------
------------------  2024-7-15  -  Jul 15 2024  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Update to 316:
    * Bug fixes and performance improvements
  - Changes from 315:
    * Translation updates and bug fixes
  - Changes from 314:
    * Fix translation extraction
    * Translation updates
  - Changes from 313:
    * Updates to translations
  - Changes from 312:
    * Bug fixes and performance improvements
  - Changes from 311:
    * Allow pasting multiple SSH keys at once in Create VM dialog
    * Fix detaching host device for running VMs
  - Changes from 310:
    * Bug fixes and performance improvements
  - Changes from 309:
    * bug fixes and performance improvements
  - Changes from 308:
    * Add TPM when switching to EFI
    * Translation updates
    * Only use external snapshots for disks of type "file"
    * Skip empty media drives for external snapshots
    * Refresh VM after creating/reverting/deleting snapshots
    * Don't list disks in snapshot XML
    * Fix detaching host devices for running VMs

++++ python-kiwi:

  - Add <file> directive to incorporate custom files
    Usually custom files are managed by placing them as overlay
    files or archives. However, overlay files must be structured
    inside of a root/ subdirectory and archive files are binary
    data. It is therefore not straight forward to just reference
    one or more files as source files to the image description
    to be placed into the image. This commit adds a new <file>
    element which allows to do this. This Fixes #1953

++++ gsettings-desktop-schemas:

  - Update to version 46.1:
    + Updated translations.

++++ kernel-default:

  - btrfs: rename the bytenr field in struct btrfs_ordered_sum to
    logical (bsc#1223731 CVE-2024-26944).
  - btrfs: mark the len field in struct btrfs_ordered_sum as
    unsigned (bsc#1223731 CVE-2024-26944).
  - btrfs: don't call btrfs_record_physical_zoned for failed append
    (bsc#1223731 CVE-2024-26944).
  - btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
    (bsc#1223731 CVE-2024-26944).
  - commit 7e64d12
  - btrfs: use SECTOR_SHIFT to convert LBA to physical offset
    (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch.
  - commit ad23354
  - btrfs: don't hold an extra reference for redirtied buffers
    (bsc#1223731 CVE-2024-26944).
  - Refresh
    patches.suse/0003-btrfs-free-qgroup-pertrans-reserve-on-transaction-ab.patch.
  - commit 47897b2
  - btrfs: export bitmap_test_range_all_{set,zero} (bsc#1223731
    CVE-2024-26944).
  - commit fcba900
  - Update patch reference for ath12k fix (CVE-2024-40979 bsc#1227855)
  - commit 0463455
  - mlxsw: spectrum_acl_tcam: Fix memory leak during rehash
    (CVE-2024-35853 bsc#1224604).
  - commit d46e600
  - mlxsw: spectrum_acl_tcam: Fix possible use-after-free during
    activity update (CVE-2024-35854 bsc#1224636).
  - commit 7cd7b18
  - phonet/pep: fix racy skb_queue_empty() use (CVE-2024-27402
    bsc#1224414).
  - commit 9f9d7b5
  - kprobe/ftrace: fix build error due to bad function definition
    (git-fixes).
  - commit 16bb0c0
  - net: prevent mss overflow in skb_segment() (CVE-2023-52435
    bsc#1220138).
  - commit b718cb4
  - netfilter: nf_tables: do not compare internal table flags on
    updates (CVE-2024-27065 bsc#1223836).
  - commit 0e49dd8
  - tracing/net_sched: NULL pointer dereference in
    perf_trace_qdisc_reset() (git-fixes).
  - commit c773566
  - tracing: Build event generation tests only as modules
    (git-fixes).
  - commit dd7f603
  - usb: ucsi: stm32: fix command completion handling (git-fixes).
  - commit 3155170
  - Bluetooth: qca: set power_ctrl_enabled on NULL returned by
    gpiod_get_optional() (git-fixes).
  - commit 3a34099
  - cachefiles: add output string to
    cachefiles_obj_[get|put]_ondemand_fd (git-fixes).
  - commit 12446de
  - iommu/vt-d: Allocate DMAR fault interrupts locally
    (bsc#1224767).
  - commit 85bf7e2
  - iommu/amd: Fix panic accessing amd_iommu_enable_faulting
    (bsc#1224767).
  - commit 567c8c9
  - netfilter: flowtable: incorrect pppoe tuple (CVE-2024-27015
    bsc#1223806).
  - commit e834f51
  - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain
    (CVE-2024-27064 bsc#1223740).
  - commit daf6634
  - kprobe/ftrace: bail out if ftrace was killed (git-fixes).
  - commit 43ba702
  - tipc: Check the bearer type before calling
    tipc_udp_nl_bearer_add() (CVE-2024-26663 bsc#1222326).
  - commit fff5ef3
  - Update
    patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch
    (bsc#1222893).
  - commit eebb09a
  - wifi: ath11k: Add coldboot calibration support for QCN9074
    (bsc#1227149).
  - wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch.
  - Refresh patches.suse/wifi-ath11k-support-hibernation.patch.
  - commit e553d75
  - wifi: ath9k: avoid using uninitialized array (bsc#1227149).
  - Refresh patches.suse/wifi-ath9k-fix-fortify-warnings.patch.
  - commit 7a06512
  - iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes).
  - commit dcdbf4a
  - wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149).
  - wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149).
  - commit 5e9fc63

++++ ncurses:

  - Add ncurses patch 20240713
    + modify misc/ncurses-config.in, improved match with pkg-config output.

++++ openssl-3:

  - Add reproducible.patch to fix bsc#1223336
    aes-gcm-avx512.pl: fix non-reproducibility issue

++++ vde2:

  - Added vde2-C99.patch to avoid a C99 violation preventing the package
    to be built with GC 14.  [boo#1225950]

++++ libzypp:

  - Translation: updated .pot file.
  - Conflict with python zypp-plugin < 0.6.4 (bsc#1227793)
    Older zypp-plugins reject stomp headers including a '-'. Like the
    'content-length' header we may send.
  - Fix int overflow in Provider (fixes #559)
    This patch fixes an issue in safe_strtonum which caused
    timestamps to overflow in the Provider message parser.
  - Fix error reporting on repoindex.xml parse error (bsc#1227625)
  - version 17.35.3 (35)

++++ openssh:

  - Add sshd.socket and sshd@.service units as alternative to the
    sshd.service that makes systemd listen to the ssh port
    and run sshd per incoming connection. To enable this,
    disable sshd.service and enable sshd.socket . If you want to
    use a non standard sshd port with sshd.socket you can do
    "systemctl edit sshd.socket" and add something like:
    [Socket]
    ListenStream=8022
    which listens on port 8022 as well as on port 22. If you want
    to reset the list of listened ports and just use 8022, use:
    [Socket]
    ListenStream=
    ListenStream=8022
  - To enable a vsock listener in sshd (which allows to connect to
    libvirt VMs), the systemd-experimental package needs to be
    installed in the guest system, the libvirt-ssh-proxy package
    needs to be installed in the host and the vm needs to have
    vsock support (in virt-manager, click in "Add hardware" and
    add "VSOCK VirtIO").

++++ python-argcomplete:

  - Update to 3.4.0
    * No stdin for python calls from bash completion functions (#488)
  - Prevents usage of stdin by (python) executables that are called
    during completion generation. This prevents the completion locking up
    the entire shell when the python script is broken i.e. it enters an
    interactive mode (REPL) instead of generating the completions, as
    expected.
    * Localize shell variable REPLY to avoid overwriting users’ value (#489)
  - The variable REPLY is used by default by the ``read`` shell builtin
    to store the return value, and like all bash/zsh variables, is scoped
    globally. This change allows this variable to be used for other needs
    by appropriately scoping its internal use by an argcomplete utility
    function that uses ``read``.
  - Drop patches for issued fixed upstream
    * bash-repl.patch

++++ zypp-plugin:

  - Fix stomp header regex to include '-' (bsc#1227793)
  - version 0.6.4

------------------------------------------------------------------
------------------  2024-7-14  -  Jul 14 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.24 → 10.0.25

++++ kernel-default:

  - kABI workaround for wireless updates (bsc#1227149).
  - commit 956c903
  - i2c: rcar: bring hardware to known state when probing
    (git-fixes).
  - i2c: testunit: avoid re-issued work after read message
    (git-fixes).
  - i2c: mark HostNotify target address as used (git-fixes).
  - i2c: testunit: correct Kconfig description (git-fixes).
  - commit 834d4d5

------------------------------------------------------------------
------------------  2024-7-13  -  Jul 13 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - supported.conf: update for mt76 stuff (bsc#1227149)
  - commit 276fbe5
  - kabi/severities: cover all mt76 modules (bsc#1227149)
  - commit 8877f2f
  - wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP
    (bsc#1227149).
  - commit a3d6465
  - wifi: mac80211: fix monitor channel with chanctx emulation
    (bsc#1227149).
  - wifi: cfg80211: validate HE operation element parsing
    (bsc#1227149).
  - wifi: mac80211: don't select link ID if not provided in scan
    request (bsc#1227149).
  - wifi: mac80211: check EHT/TTLM action frame length
    (bsc#1227149).
  - wifi: mac80211: correctly set active links upon TTLM
    (bsc#1227149).
  - wifi: cfg80211: set correct param change count in ML element
    (bsc#1227149).
  - wifi: mac80211: use deflink and fix typo in link ID check
    (bsc#1227149).
  - commit e4d62d6
  - kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149)
    All those symbols are local and used for its own helpers
  - commit c402c7b
  - wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS
    (bsc#1227149).
  - wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and
    low power mode (bsc#1227149).
  - wifi: rtl8xxxu: enable MFP support with security flag of RX
    descriptor (bsc#1227149).
  - wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if
    no 6 GHz sband (bsc#1227149).
  - wifi: rtw89: 8852c: add quirk to set PCI BER for certain
    platforms (bsc#1227149).
  - wifi: rtw89: download firmware with five times retry
    (bsc#1227149).
  - commit 70ec305
  - wifi: rtw89: coex: fix configuration for shared antenna for
    8922A (bsc#1227149).
  - wifi: rtw89: wow: move release offload packet earlier for
    WoWLAN mode (bsc#1227149).
  - wifi: rtw89: wow: set security engine options for 802.11ax
    chips only (bsc#1227149).
  - wifi: rtw89: update suspend/resume for different generation
    (bsc#1227149).
  - wifi: rtw89: wow: update config mac function with different
    generation (bsc#1227149).
  - wifi: rtw89: update DMA function with different generation
    (bsc#1227149).
  - wifi: rtw89: wow: update WoWLAN status register for different
    generation (bsc#1227149).
  - wifi: rtw89: wow: update WoWLAN reason register for different
    chips (bsc#1227149).
  - wifi: rtw89: coex: Add coexistence policy to decrease WiFi
    packet CRC-ERR (bsc#1227149).
  - wifi: rtw89: coex: When Bluetooth not available don't set
    power/gain (bsc#1227149).
  - wifi: rtw89: coex: add return value to ensure H2C command is
    success or not (bsc#1227149).
  - wifi: rtw89: coex: Reorder H2C command index to align with
    firmware (bsc#1227149).
  - wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic
    (bsc#1227149).
  - wifi: rtw89: coex: add init_info H2C command format version 7
    (bsc#1227149).
  - wifi: rtw89: 8922a: add coexistence helpers of SW grant
    (bsc#1227149).
  - wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt
    (bsc#1227149).
  - wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte
    (bsc#1227149).
  - wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs()
    (bsc#1227149).
  - wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: Update EHT PHY beamforming capability
    (bsc#1227149).
  - wifi: rtw89: advertise missing extended scan feature
    (bsc#1227149).
  - wifi: rtlwifi: set initial values for unexpected cases of USB
    endpoint priority (bsc#1227149).
  - wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx()
    (bsc#1227149).
  - wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149).
  - commit e9149f1
  - wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149).
  - wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149).
  - wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149).
  - wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149).
  - wifi: rtlwifi: rtl_usb: Store the endpoint addresses
    (bsc#1227149).
  - wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection
    (bsc#1227149).
  - wifi: rtw89: 8922a: declare to support two chanctx
    (bsc#1227149).
  - wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149).
  - wifi: rtw89: fw: implement MRC H2C command functions
    (bsc#1227149).
  - wifi: rtw89: mac: implement MRC C2H event handling
    (bsc#1227149).
  - wifi: rtw89: fw: add definition of H2C command and C2H event
    for MRC series (bsc#1227149).
  - wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: reference quota mode when setting Tx power
    (bsc#1227149).
  - wifi: rtw89: 8922a: implement AP mode related reg for BE
    generation (bsc#1227149).
  - wifi: rtw89: 8922a: correct register definition and merge IO
    for ctrl_nbtg_bt_tx() (bsc#1227149).
  - wifi: rtw89: differentiate narrow_bw_ru_dis setting according
    to chip gen (bsc#1227149).
  - wifi: rtw89: use PLCP information to match BSS_COLOR and AID
    (bsc#1227149).
  - wifi: rtw89: mac: reset PHY-1 hardware when going to
    enable/disable (bsc#1227149).
  - wifi: rtw89: mac: correct MUEDCA setting for MAC-1
    (bsc#1227149).
  - wifi: rtw89: mac: return held quota of DLE when changing MAC-1
    (bsc#1227149).
  - wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149).
  - wifi: rtw89: correct PHY register offset for PHY-1
    (bsc#1227149).
  - wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149).
  - wifi: rtw89: chan: move handling from add/remove to
    assign/unassign for MLO (bsc#1227149).
  - wifi: rtw89: chan: tweak weight recalc ahead before MLO
    (bsc#1227149).
  - wifi: rtw89: chan: tweak bitmap recalc ahead before MLO
    (bsc#1227149).
  - wifi: rtw89: chan: add sub-entity swap function to cover
    replacing (bsc#1227149).
  - wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self
    (bsc#1227149).
  - wifi: rtl8xxxu: update rate mask per sta (bsc#1227149).
  - wifi: rtw89: fw: download firmware with key data for secure boot
    (bsc#1227149).
  - wifi: rtw89: fw: parse secure section from firmware file
    (bsc#1227149).
  - wifi: rtw89: fw: read firmware secure information from efuse
    (bsc#1227149).
  - wifi: rtw89: fw: consider checksum length of security data
    (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial
    RF calibrations later (bsc#1227149).
  - commit 28c4b55
  - wifi: rtw89: 8922a: rfk: implement chip_ops to call RF
    calibrations (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger TXGAPK
    (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger RX DCK
    (bsc#1227149).
  - wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149).
  - wifi: rtw89: rfk: send channel information to firmware for RF
    calibrations (bsc#1227149).
  - wifi: rtw89: rfk: add a completion to wait RF calibration
    report from C2H event (bsc#1227149).
  - wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149).
  - wifi: rtl8xxxu: fix error messages (bsc#1227149).
  - wifi: rtw89: 8922a: add more fields to beacon H2C command to
    support multi-links (bsc#1227149).
  - wifi: rtw89: update ps_state register for chips with different
    generation (bsc#1227149).
  - wifi: rtw89: add new H2C for PS mode in 802.11be chip
    (bsc#1227149).
  - wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149).
  - wifi: rtw89: prepare scan leaf functions for wifi 7 ICs
    (bsc#1227149).
  - wifi: rtw89: debug: add FW log component for scan (bsc#1227149).
  - wifi: rtw89: update scan C2H messages for wifi 7 IC
    (bsc#1227149).
  - wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL
    (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops to get thermal value
    (bsc#1227149).
  - wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149).
  - wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu
    (bsc#1227149).
  - wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to
    chip_ops (bsc#1227149).
  - wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149).
  - wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149).
  - wifi: rtw89: pci: update SER timer unit and timeout time
    (bsc#1227149).
  - wifi: rtw89: fix disabling concurrent mode TX hang issue
    (bsc#1227149).
  - wifi: rtw89: fix HW scan timeout due to TSF sync issue
    (bsc#1227149).
  - wifi: rtw89: add wait/completion for abort scan (bsc#1227149).
  - wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149).
  - wifi: rtw89: Set default CQM config if not present
    (bsc#1227149).
  - wifi: rtw89: refine hardware scan C2H events (bsc#1227149).
  - wifi: rtw89: refine add_chan H2C command to encode_bits
    (bsc#1227149).
  - wifi: rtw89: 8922a: add BTG functions to assist BT coexistence
    to control TX/RX (bsc#1227149).
  - wifi: rtw89: 8922a: add TX power related ops (bsc#1227149).
  - wifi: rtw89: 8922a: add register definitions of H2C, C2H,
    page, RRSR and EDCCA (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops related to BB init
    (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf
    (bsc#1227149).
  - wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149).
  - wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149).
  - wifi: rtl8xxxu: add missing number of sec cam entries for all
    variants (bsc#1227149).
  - wifi: rtl8xxxu: make instances of iface limit and combination
    to be static const (bsc#1227149).
  - wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type
    (bsc#1227149).
  - wifi: rtlwifi: rtl8192de: Don't read register in
    _rtl92de_query_rxphystatus (bsc#1227149).
  - wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: fw: use struct to fill JOIN H2C command
    (bsc#1227149).
  - wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7
    (bsc#1227149).
  - wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7
    (bsc#1227149).
  - wifi: rtw89: fw: update TX AMPDU parameter to CMAC table
    (bsc#1227149).
  - wifi: rtw89: fw: add chip_ops to update CMAC table to associated
    station (bsc#1227149).
  - wifi: rtw89: fw: fill CMAC table to associated station for
    WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: fw: add H2C command to update security CAM v2
    (bsc#1227149).
  - wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149).
  - wifi: rtw89: add EHT capabilities for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: change supported bandwidths of chip_info to bit
    mask (bsc#1227149).
  - wifi: rtw89: adjust init_he_cap() to add EHT cap into
    iftype_data (bsc#1227149).
  - wifi: rtw88: use kstrtoX_from_user() in debugfs handlers
    (bsc#1227149).
  - wifi: rtl8xxxu: enable channel switch support (bsc#1227149).
  - wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149).
  - commit 055a697
  - wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines
    (bsc#1227149).
  - wifi: rtw89: add chip_ops::update_beacon to abstract update
    beacon operation (bsc#1227149).
  - wifi: rtw89: add H2C command to download beacon frame for WiFi
    7 chips (bsc#1227149).
  - wifi: rtw89: use struct to fill H2C command to download beacon
    frame (bsc#1227149).
  - wifi: rtw89: add new H2C command to pause/sleep transmitting
    by MAC ID (bsc#1227149).
  - wifi: rtw89: refine H2C command that pause transmitting by
    MAC ID (bsc#1227149).
  - wifi: rtw89: fw: use struct to fill BA CAM H2C commands
    (bsc#1227149).
  - wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149).
  - wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM
    (bsc#1227149).
  - wifi: rtw89: mac: add feature_init to initialize BA CAM V1
    (bsc#1227149).
  - wifi: rtw89: add firmware H2C command of BA CAM V1
    (bsc#1227149).
  - wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149).
  - wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149).
  - wifi: rtl8xxxu: declare concurrent mode support for 8188f
    (bsc#1227149).
  - wifi: rtl8xxxu: make supporting AP mode only on port 0
    transparent (bsc#1227149).
  - wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149).
  - wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149).
  - wifi: rtl8xxxu: add macids for STA mode (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interface in start_ap()
    (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in
    bss_info_changed() (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in
    {add,remove}_interface() (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in
    watchdog_callback() (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in
    configure_filter() (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in
    update_beacon_work_callback() (bsc#1227149).
  - wifi: rtl8xxxu: support multiple interfaces in set_aifs()
    (bsc#1227149).
  - wifi: rtl8xxxu: support setting bssid register for multiple
    interfaces (bsc#1227149).
  - wifi: rtl8xxxu: don't parse CFO, if both interfaces are
    connected in STA mode (bsc#1227149).
  - wifi: rtl8xxxu: extend check for matching bssid to both
    interfaces (bsc#1227149).
  - wifi: rtl8xxxu: extend wifi connected check to both interfaces
    (bsc#1227149).
  - wifi: rtl8xxxu: support setting mac address register for both
    interfaces (bsc#1227149).
  - wifi: rtl8xxxu: 8188e: convert usage of priv->vif to
    priv->vifs[0] (bsc#1227149).
  - wifi: rtl8xxxu: support setting linktype for both interfaces
    (bsc#1227149).
  - wifi: rtl8xxxu: prepare supporting two virtual interfaces
    (bsc#1227149).
  - wifi: rtl8xxxu: remove assignment of priv->vif in
    rtl8xxxu_bss_info_changed() (bsc#1227149).
  - wifi: rtw88: 8822ce: refine power parameters for RFE type 5
    (bsc#1227149).
  - wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify"
    (bsc#1227149).
  - wifi: rtw89: phy: set channel_info for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: phy: ignore special data from BB parameter file
    (bsc#1227149).
  - wifi: rtw89: 8922a: update the register used in DIG and the
    DIG flow (bsc#1227149).
  - wifi: rtw89: 8922a: set RX gain along with set_channel operation
    (bsc#1227149).
  - wifi: rtw89: phy: add parser to support RX gain dynamic setting
    flow (bsc#1227149).
  - wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to
    union (bsc#1227149).
  - wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149).
  - wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149).
  - wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE
    (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift()
    (bsc#1227149).
  - wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle
    (bsc#1227149).
  - wifi: rtw89: coex: Translate antenna configuration from ID to
    string (bsc#1227149).
  - commit d99b9e1
  - wifi: rtw89: coex: Update RF parameter control setting logic
    (bsc#1227149).
  - wifi: rtw89: coex: Add Bluetooth RSSI level information
    (bsc#1227149).
  - wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi
    link/scan (bsc#1227149).
  - wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS
    (bsc#1227149).
  - wifi: rtw89: coex: Still show hardware grant signal info even
    Wi-Fi is PS (bsc#1227149).
  - wifi: rtw89: coex: Update BTG control related logic
    (bsc#1227149).
  - wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX
    performance (bsc#1227149).
  - wifi: rtw89: coex: Record down Wi-Fi initial mode information
    (bsc#1227149).
  - wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter
    members (bsc#1227149).
  - wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal()
    (bsc#1227149).
  - wifi: rtw89: mac: implement to configure TX/RX engines for
    WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: mac: add sys_init and filter option for WiFi 7
    chips (bsc#1227149).
  - wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while
    starting up (bsc#1227149).
  - wifi: rtw89: add DBCC H2C to notify firmware the status
    (bsc#1227149).
  - wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149).
  - wifi: rtw89: mac: add flags to check if CMAC and DMAC are
    enabled (bsc#1227149).
  - wifi: rtw89: 8922a: add power on/off functions (bsc#1227149).
  - wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: phy: print out RFK log with formatted string
    (bsc#1227149).
  - wifi: rtw89: parse and print out RFK log from C2H events
    (bsc#1227149).
  - wifi: rtw89: add C2H event handlers of RFK log and report
    (bsc#1227149).
  - wifi: rtw89: load RFK log format string from firmware file
    (bsc#1227149).
  - wifi: rtw89: fw: add version field to BB MCU firmware element
    (bsc#1227149).
  - wifi: rtw89: fw: load TX power track tables from fw_element
    (bsc#1227149).
  - wifi: rtw88: Use random MAC when efuse MAC invalid
    (bsc#1227149).
  - wifi: rtw89: avoid stringop-overflow warning (bsc#1227149).
  - wifi: rtw89: mac: refine SER setting during WiFi CPU power on
    (bsc#1227149).
  - wifi: rtw89: 8922a: dump MAC registers when SER occurs
    (bsc#1227149).
  - wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149).
  - wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip
    (bsc#1227149).
  - wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature
    (bsc#1227149).
  - wifi: rtw89: fix misbehavior of TX beacon in concurrent mode
    (bsc#1227149).
  - wifi: rtw89: refine remain on channel flow to improve P2P
    connection (bsc#1227149).
  - wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149).
  - wifi: rtw89: fix not entering PS mode after AP stops
    (bsc#1227149).
  - wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149).
  - wifi: rtlwifi: Remove unused PCI related defines and struct
    (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use
    pci_regs.h (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: Add pdev into
    _rtl8821ae_clear_pci_pme_status() (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: Use pci_find_capability()
    (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check
    (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set
    (bsc#1227149).
  - wifi: rtlwifi: Convert to use PCIe capability accessors
    (bsc#1227149).
  - wifi: rtw89: mac: functions to configure hardware engine and
    quota for WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: mac: use pointer to access functions of hardware
    engine and quota (bsc#1227149).
  - wifi: rtw89: mac: move code related to hardware engine to
    individual functions (bsc#1227149).
  - wifi: rtw89: mac: check queue empty according to chip gen
    (bsc#1227149).
  - wifi: rtw89: refine element naming used by queue empty check
    (bsc#1227149).
  - wifi: rtw89: add reserved size as factor of DLE used size
    (bsc#1227149).
  - wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149).
  - commit cf41ac5
  - wifi: rtw89: 8922a: extend and add quota number (bsc#1227149).
  - wifi: rtw89: debug: remove wrapper of rtw89_debug()
    (bsc#1227149).
  - wifi: rtw89: debug: add debugfs entry to disable dynamic
    mechanism (bsc#1227149).
  - wifi: rtw89: phy: dynamically adjust EDCCA threshold
    (bsc#1227149).
  - wifi: rtw89: debug: add to check if debug mask is enabled
    (bsc#1227149).
  - wifi: rtlwifi: rtl8821ae: phy: remove some useless code
    (bsc#1227149).
  - wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149).
  - wifi: rtw89: 8922a: read efuse content from physical map
    (bsc#1227149).
  - wifi: rtw89: 8922a: read efuse content via efuse map struct
    from logic map (bsc#1227149).
  - wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz
    channels (bsc#1227149).
  - wifi: rtw89: mac: add to access efuse for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: mac: use mac_gen pointer to access about efuse
    (bsc#1227149).
  - wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149).
  - wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149).
  - wifi: rtw89: regd: update regulatory map to R65-R44
    (bsc#1227149).
  - wifi: rtw89: regd: handle policy of 6 GHz according to BIOS
    (bsc#1227149).
  - wifi: rtw89: acpi: process 6 GHz band policy from DSM
    (bsc#1227149).
  - wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()
    (bsc#1227149).
  - wifi: rtw89: pci: update interrupt mitigation register for
    8922AE (bsc#1227149).
  - wifi: rtw89: pci: correct interrupt mitigation register for
    8852CE (bsc#1227149).
  - wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE
    (bsc#1227149).
  - wifi: rtw89: pci: generalize interrupt status bits of interrupt
    handlers (bsc#1227149).
  - wifi: rtw89: pci: add pre_deinit to be called after probe
    complete (bsc#1227149).
  - wifi: rtw89: pci: stop/start DMA for level 1 recovery according
    to chip gen (bsc#1227149).
  - wifi: rtw89: pci: reset BDRAM according to chip gen
    (bsc#1227149).
  - wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149).
  - wifi: rtw89: coex: use struct assignment to replace memcpy()
    to append TDMA content (bsc#1227149).
  - wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149).
  - wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips
    (bsc#1227149).
  - commit dcfcac7
  - wifi: rtw89: pci: use gen_def pointer to configure
    mac_{pre,post}_init and clear PCI ring index (bsc#1227149).
  - wifi: rtw89: pci: add PCI generation information to pci_info
    for each chip (bsc#1227149).
  - wifi: rtw89: extend PHY status parser to support WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: configure PPDU max user by chip (bsc#1227149).
  - wifi: rtw89: set entry size of address CAM to H2C field by chip
    (bsc#1227149).
  - wifi: rtw89: pci: generalize code of PCI control DMA IO for
    WiFi 7 (bsc#1227149).
  - wifi: rtw89: pci: add new RX ring design to determine full RX
    ring efficiently (bsc#1227149).
  - wifi: rtw89: pci: define PCI ring address for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info
    (bsc#1227149).
  - wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix
    typo in function name (bsc#1227149).
  - wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149).
  - wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149).
  - wifi: rtw89: cleanup firmware elements parsing (bsc#1227149).
  - wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface
    (bsc#1227149).
  - wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface
    (bsc#1227149).
  - wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface
    (bsc#1227149).
  - wifi: rtw89: move software DCFO compensation setting to proper
    position (bsc#1227149).
  - wifi: rtw89: correct the DCFO tracking flow to improve CFO
    compensation (bsc#1227149).
  - wifi: rtw89: modify the register setting and the flow of CFO
    tracking (bsc#1227149).
  - wifi: rtw89: phy: generalize valid bit of BSS color
    (bsc#1227149).
  - wifi: rtw89: phy: change naming related BT coexistence functions
    (bsc#1227149).
  - wifi: rtw88: dump firmware debug information in abnormal state
    (bsc#1227149).
  - wifi: rtw88: debug: add to check if debug mask is enabled
    (bsc#1227149).
  - wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149).
  - wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips
    (bsc#1227149).
  - wifi: rtw89: mac: set bf_assoc capabilities according to chip
    gen (bsc#1227149).
  - wifi: rtw89: mac: set bfee_ctrl() according to chip gen
    (bsc#1227149).
  - wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi
    7 chips (bsc#1227149).
  - wifi: rtw89: mac: generalize register of MU-EDCA switch
    according to chip gen (bsc#1227149).
  - wifi: rtw89: mac: update RTS threshold according to chip gen
    (bsc#1227149).
  - wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149).
  - wifi: rtw89: coex: add annotation __counted_by() to struct
    rtw89_btc_btf_set_mon_reg (bsc#1227149).
  - wifi: rtw89: coex: add annotation __counted_by() for struct
    rtw89_btc_btf_set_slot_table (bsc#1227149).
  - wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149).
  - wifi: rtw89: show EHT rate in debugfs (bsc#1227149).
  - wifi: rtw89: parse TX EHT rate selected by firmware from RA
    C2H report (bsc#1227149).
  - wifi: rtw89: Add EHT rate mask as parameters of RA H2C command
    (bsc#1227149).
  - wifi: rtw89: parse EHT information from RX descriptor and PPDU
    status packet (bsc#1227149).
  - wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149).
  - commit 53661e1
  - wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp
    (bsc#1227149).
  - wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC
    regulation (bsc#1227149).
  - wifi: rtw88: regd: update regulatory map to R64-R42
    (bsc#1227149).
  - wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149).
  - wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149).
  - wifi: rtw88: regd: configure QATAR and UK (bsc#1227149).
  - wifi: rtlwifi: remove unreachable code in
    rtl92d_dm_check_edca_turbo() (bsc#1227149).
  - wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips
    (bsc#1227149).
  - wifi: rtw89: debug: show txpwr table according to chip gen
    (bsc#1227149).
  - wifi: rtw89: phy: set TX power RU limit according to chip gen
    (bsc#1227149).
  - wifi: rtw89: phy: set TX power limit according to chip gen
    (bsc#1227149).
  - wifi: rtw89: phy: set TX power offset according to chip gen
    (bsc#1227149).
  - wifi: rtw89: phy: set TX power by rate according to chip gen
    (bsc#1227149).
  - wifi: rtw89: mac: get TX power control register according to
    chip gen (bsc#1227149).
  - wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp
    (bsc#1227149).
  - wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance
    (bsc#1227149).
  - wifi: rtw89: refine uplink trigger based control mechanism
    (bsc#1227149).
  - wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149).
  - wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149).
  - wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149).
  - wifi: rtw89: regd: configure Thailand in regulation type
    (bsc#1227149).
  - wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines
    (bsc#1227149).
  - wifi: rtw89: declare MCC in interface combination (bsc#1227149).
  - wifi: rtw89: 8852c: declare to support two chanctx
    (bsc#1227149).
  - wifi: rtw89: pause/proceed MCC for ROC and HW scan
    (bsc#1227149).
  - wifi: rtw89: mcc: fix NoA start time when GO is auxiliary
    (bsc#1227149).
  - wifi: rtw89: load TX power related tables from FW elements
    (bsc#1227149).
  - wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7
    chips (bsc#1227149).
  - wifi: rtw89: load TX power by rate when RFE parms setup
    (bsc#1227149).
  - wifi: rtw89: phy: refine helpers used for raw TX power
    (bsc#1227149).
  - commit 62f3f4a
  - wifi: rtw89: indicate TX power by rate table inside RFE
    parameter (bsc#1227149).
  - wifi: rtw89: indicate TX shape table inside RFE parameter
    (bsc#1227149).
  - wifi: rtw89: add subband index of primary channel to struct
    rtw89_chan (bsc#1227149).
  - wifi: rtl8xxxu: Add a description about the device ID
    0x7392:0xb722 (bsc#1227149).
  - wifi: rtw89: add mac_gen pointer to access mac port registers
    (bsc#1227149).
  - wifi: rtw89: consolidate registers of mac port to struct
    (bsc#1227149).
  - wifi: rtw89: add chip_info::txwd_info size to generalize TX
    WD submit (bsc#1227149).
  - wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149).
  - wifi: rtw89: add to fill TX descriptor for firmware command v2
    (bsc#1227149).
  - wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149).
  - wifi: rtw89: mcc: deal with beacon NoA if GO exists
    (bsc#1227149).
  - wifi: rtw89: mcc: deal with BT slot change (bsc#1227149).
  - wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149).
  - wifi: rtw89: mcc: track beacon offset and update when needed
    (bsc#1227149).
  - wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149).
  - wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149).
  - wifi: rtw89: rfk: disable driver tracking during MCC
    (bsc#1227149).
  - wifi: rtw89: 52c: rfk: refine MCC channel info notification
    (bsc#1227149).
  - wifi: rtw89: 8922a: set memory heap address for secure firmware
    (bsc#1227149).
  - wifi: rtw89: fw: refine download flow to support variant
    firmware suits (bsc#1227149).
  - wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB
    before downloading firmware (bsc#1227149).
  - wifi: rtw89: fw: propagate an argument include_bb for BB MCU
    firmware (bsc#1227149).
  - wifi: rtw89: fw: add checking type for variant type of firmware
    (bsc#1227149).
  - wifi: rtw89: fw: implement supported functions of download
    firmware for WiFi 7 chips (bsc#1227149).
  - wifi: rtw89: fw: generalize download firmware flow by mac_gen
    pointers (bsc#1227149).
  - wifi: rtw89: fw: move polling function of firmware path ready
    to an individual function (bsc#1227149).
  - wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149).
  - wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap()
    (bsc#1227149).
  - wifi: rtw89: mcc: decide pattern and calculate parameters
    (bsc#1227149).
  - wifi: rtw89: mcc: consider and determine BT duration
    (bsc#1227149).
  - commit bd46e4d
  - wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149).
  - wifi: rtw89: mcc: initialize start flow (bsc#1227149).
  - wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy
    (bsc#1227149).
  - wifi: rtw89: 8852c: Update bandedge parameters for better
    performance (bsc#1227149).
  - wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested
    (bsc#1227149).
  - wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149).
  - wifi: rtlwifi: rtl8723: Remove unused function
    rtl8723_cmd_send_packet() (bsc#1227149).
  - wifi: rtw89: Fix clang -Wimplicit-fallthrough in
    rtw89_query_sar() (bsc#1227149).
  - wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS
    and DIG (bsc#1227149).
  - wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7
    chips (bsc#1227149).
  - wifi: rtw89: mac: define register address of rx_filter to
    generalize code (bsc#1227149).
  - wifi: rtw89: mac: define internal memory address for WiFi 7 chip
    (bsc#1227149).
  - wifi: rtw89: mac: generalize code to indirectly access WiFi
    internal memory (bsc#1227149).
  - wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC
    band1 register address (bsc#1227149).
  - wifi: rtw89: initialize multi-channel handling (bsc#1227149).
  - wifi: rtw89: provide functions to configure NoA for beacon
    update (bsc#1227149).
  - wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of
    vif (bsc#1227149).
  - wifi: rtw89: sar: let caller decide the center frequency to
    query (bsc#1227149).
  - wifi: rtw89: refine rtw89_correct_cck_chan() by
    rtw89_hw_to_nl80211_band() (bsc#1227149).
  - wifi: rtw89: add function prototype for coex request duration
    (bsc#1227149).
  - wifi: rtw89: regd: update regulatory map to R64-R43
    (bsc#1227149).
  - wifi: rtw89: fix a width vs precision bug (bsc#1227149).
  - wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast
    address (bsc#1227149).
  - wifi: rtw89: Introduce Time Averaged SAR (TAS) feature
    (bsc#1227149).
  - wifi: rtw89: return failure if needed firmware elements are
    not recognized (bsc#1227149).
  - wifi: rtw89: add to parse firmware elements of BB and RF tables
    (bsc#1227149).
  - wifi: rtw89: introduce infrastructure of firmware elements
    (bsc#1227149).
  - wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149).
  - wifi: rtw89: add firmware parser for v1 format (bsc#1227149).
  - wifi: rtw89: introduce v1 format of firmware header
    (bsc#1227149).
  - wifi: rtw89: support firmware log with formatted text
    (bsc#1227149).
  - wifi: rtw89: recognize log format from firmware file
    (bsc#1227149).
  - wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor
    (bsc#1227149).
  - wifi: rtw89: add to display hardware rates v1 histogram in
    debugfs (bsc#1227149).
  - wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: use struct to access RA report (bsc#1227149).
  - wifi: rtw89: use struct to access firmware C2H event header
    (bsc#1227149).
  - wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: use struct to set RA H2C command (bsc#1227149).
  - wifi: rtw89: phy: rate pattern handles HW rate by chip gen
    (bsc#1227149).
  - commit cdaa97d
  - wifi: rtlwifi: simplify LED management (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch.
  - commit 34b32c5
  - wifi: rtw89: define hardware rate v1 for WiFi 7 chips
    (bsc#1227149).
  - wifi: rtw89: add chip_info::chip_gen to determine chip
    generation (bsc#1227149).
  - wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149).
  - wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149).
  - wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU)
    (bsc#1227149).
  - wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149).
  - wifi: rtw88: simplify vif iterators (bsc#1227149).
  - wifi: rtw88: remove unused USB bulkout size set (bsc#1227149).
  - wifi: rtw88: remove unused and set but unused leftovers
    (bsc#1227149).
  - wifi: rtlwifi: cleanup USB interface (bsc#1227149).
  - wifi: rtw89: use struct to parse firmware header (bsc#1227149).
  - wifi: rtw89: TX power stuffs replace confusing naming of _max
    with _num (bsc#1227149).
  - wifi: rtw89: 8851b: configure to force 1 TX power value
    (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: update IQK to version 0x8
    (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149).
  - wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149).
  - wifi: rtw89: 8851b: update RF radio A parameters to R28
    (bsc#1227149).
  - wifi: rtw88: fix not entering PS mode after AP stops
    (bsc#1227149).
  - wifi: rtw88: refine register based H2C command (bsc#1227149).
  - wifi: rtw88: Stop high queue during scan (bsc#1227149).
  - wifi: rtw88: Skip high queue in hci_flush (bsc#1227149).
  - wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149).
  - wifi: rtw88: use struct instead of macros to set TX desc
    (bsc#1227149).
  - wifi: rtw88: process VO packets without workqueue to avoid
    PTK rekey failed (bsc#1227149).
  - wifi: rtw88: Fix action frame transmission fail before
    association (bsc#1227149).
  - wifi: rtw89: fix spelling typo of IQK debug messages
    (bsc#1227149).
  - wifi: rtw89: cleanup rtw89_iqk_info and related code
    (bsc#1227149).
  - wifi: rtw89: cleanup private data structures (bsc#1227149).
  - wifi: rtw88: add missing unwind goto for
    __rtw_download_firmware() (bsc#1227149).
  - commit 9b282ce
  - wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149).
  - wifi: rtlwifi: remove unused dualmac control leftovers
    (bsc#1227149).
  - wifi: rtlwifi: remove unused timer and related code
    (bsc#1227149).
  - wifi: rtw89: 8852c: update RF radio A/B parameters to R63
    (bsc#1227149).
  - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz
    power type (3 of 3) (bsc#1227149).
  - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz
    power type (2 of 3) (bsc#1227149).
  - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz
    power type (1 of 3) (bsc#1227149).
  - wifi: rtw89: process regulatory for 6 GHz power type
    (bsc#1227149).
  - wifi: rtw89: regd: update regulatory map to R64-R40
    (bsc#1227149).
  - wifi: rtw89: regd: judge 6 GHz according to chip and BIOS
    (bsc#1227149).
  - commit f81b870
  - wifi: rtw89: refine clearing supported bands to check 2/5 GHz
    first (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch.
  - commit 1873f0a
  - wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B
    (bsc#1227149).
  - wifi: rtw89: set TX power without precondition during setting
    channel (bsc#1227149).
  - wifi: rtw89: debug: txpwr table access only valid page according
    to chip (bsc#1227149).
  - wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149).
  - wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149).
  - wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv
    (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE ->
    KIP_RESTORE (bsc#1227149).
  - wifi: rtw89: use struct to access register-based H2C/C2H
    (bsc#1227149).
  - wifi: rtw89: use struct and le32_get_bits() to access RX
    descriptor (bsc#1227149).
  - commit 21eb4e8
  - Update config files: update for the realtek wifi driver updates (bsc#1227149)
  - commit 33b8d09
  - wifi: rtw89: use struct and le32_get_bits() to access received
    PHY status IEs (bsc#1227149).
  - wifi: rtw89: use struct and le32_get_bits to access RX info
    (bsc#1227149).
  - wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as
    helpers to support newer chips (bsc#1227149).
  - wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig
    (bsc#1227149).
  - wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149).
  - wifi: rtw89: enlarge supported length of read_reg debugfs entry
    (bsc#1227149).
  - wifi: rtw89: 8851b: add RF configurations (bsc#1227149).
  - wifi: rtw89: 8851b: add MAC configurations to chip_info
    (bsc#1227149).
  - wifi: rtw89: 8851b: fill BB related capabilities to chip_info
    (bsc#1227149).
  - wifi: rtw89: 8851b: add TX power related functions
    (bsc#1227149).
  - commit 66eef0c
  - Update config files: update for the realtek wifi driver updates (bsc#1227149)
  - commit 75bc634
  - wifi: rtw89: refine packet offload handling under SER
    (bsc#1227149).
  - wifi: rtw89: tweak H2C TX waiting function for SER
    (bsc#1227149).
  - wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2
    (bsc#1227149).
  - wifi: rtw88: Add support for the SDIO based RTL8723DS chipset
    (bsc#1227149).
  - wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing
    (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149).
  - wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149).
  - wifi: rtw89: 8851b: add set channel function (bsc#1227149).
  - wifi: rtw89: 8851b: add basic power on function (bsc#1227149).
  - wifi: rtw89: 8851b: add BT coexistence support function
    (bsc#1227149).
  - wifi: rtw89: 8851b: configure GPIO according to RFE type
    (bsc#1227149).
  - wifi: rtw89: 8851b: add to read efuse version to recognize
    hardware version B (bsc#1227149).
  - wifi: rtl8xxxu: Rename some registers (bsc#1227149).
  - wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149).
  - wifi: rtw89: suppress the log for specific SER called
    CMDPSR_FRZTO (bsc#1227149).
  - wifi: rtw89: ser: L1 add pre-M0 and post-M0 states
    (bsc#1227149).
  - wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of
    RTL8851B (bsc#1227149).
  - wifi: rtw89: support U-NII-4 channels on 5GHz band
    (bsc#1227149).
  - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip
    (bsc#1227149).
  - wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149).
  - wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149).
  - wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149).
  - wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149).
  - wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149).
  - wifi: rtw89: change naming of BA CAM from V1 to V0_EXT
    (bsc#1227149).
  - commit a1de2dd
  - wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask
    (bsc#1227149).
  - wifi: rtw89: add CFO XTAL registers field to support 8851B
    (bsc#1227149).
  - wifi: rtw89: 8851b: add NCTL post table (bsc#1227149).
  - wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI
    capabilities (bsc#1227149).
  - wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149).
  - wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149).
  - wifi: rtw89: mac: handle C2H receive/done ACK in interrupt
    context (bsc#1227149).
  - wifi: rtw89: packet offload wait for FW response (bsc#1227149).
  - wifi: rtw89: refine packet offload delete flow of 6 GHz probe
    (bsc#1227149).
  - wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload()
    (bsc#1227149).
  - wifi: rtw89: add EVM for antenna diversity (bsc#1227149).
  - wifi: rtw89: add RSSI based antenna diversity (bsc#1227149).
  - wifi: rtw89: initialize antenna for antenna diversity
    (bsc#1227149).
  - wifi: rtw89: add EVM and SNR statistics to debugfs
    (bsc#1227149).
  - wifi: rtw89: add RSSI statistics for the case of antenna
    diversity to debugfs (bsc#1227149).
  - wifi: rtw89: set capability of TX antenna diversity
    (bsc#1227149).
  - wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to
    access PHY IE0 status (bsc#1227149).
  - wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*
    (bsc#1227149).
  - wifi: rtw88: fix incorrect error codes in
    rtw_debugfs_copy_from_user (bsc#1227149).
  - wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary
    return (bsc#1227149).
  - commit fef25cd
  - wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks
    (bsc#1227149).
  - commit a27e0ec
  - wifi: rtl8xxxu: Support USB RX aggregation for the newer chips
    (bsc#1227149).
  - wifi: rtl8xxxu: Set maximum number of supported stations
    (bsc#1227149).
  - wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149).
  - wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags
    (bsc#1227149).
  - wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate()
    (bsc#1227149).
  - wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149).
  - wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames
    (bsc#1227149).
  - wifi: rtl8xxxu: Add parameter macid to update_rate_mask
    (bsc#1227149).
  - wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149).
  - commit 6125130
  - wifi: radiotap: add bandwidth definition of EHT U-SIG
    (bsc#1227149).
  - wifi: ieee80211: add UL-bandwidth definition of trigger frame
    (bsc#1227149).
  - wifi: rtl8xxxu: Add parameter force to
    rtl8xxxu_refresh_rate_mask (bsc#1227149).
  - wifi: rtl8xxxu: Add parameter role to report_connect
    (bsc#1227149).
  - wifi: rtl8xxxu: Actually use macid in
    rtl8xxxu_gen2_report_connect (bsc#1227149).
  - wifi: rtl8xxxu: Allow creating interface in AP mode
    (bsc#1227149).
  - wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149).
  - wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149).
  - wifi: rtl8xxxu: Add beacon functions (bsc#1227149).
  - wifi: rtl8xxxu: Select correct queue for beacon frames
    (bsc#1227149).
  - wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149).
  - commit 02b75ed
  - wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1227149
    CVE-2023-47210 bsc#1225601 CVE-2023-38417 bsc#1225600).
  - commit ea4853c
  - wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices
    (bsc#1227149 CVE-2023-47210 bsc#1225601 CVE-2023-38417
    bsc#1225600).
  - commit bc49209
  - ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods
    by MAX_BDL_ENTRIES (stable-fixes).
  - ASoC: rt711-sdw: add missing readable registers (stable-fixes).
  - ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
    (stable-fixes).
  - ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes).
  - commit 1ddd32b
  - hpet: Support 32-bit userspace (git-fixes).
  - misc: fastrpc: Restrict untrusted app to attach to privileged PD
    (git-fixes).
  - misc: fastrpc: Fix ownership reassignment of remote heap
    (git-fixes).
  - misc: fastrpc: Fix memory leak in audio daemon attach operation
    (git-fixes).
  - misc: fastrpc: Avoid updating PD type for capability request
    (git-fixes).
  - misc: fastrpc: Copy the complete capability structure to user
    (git-fixes).
  - misc: fastrpc: Fix DSP capabilities request (git-fixes).
  - USB: serial: mos7840: fix crash on resume (git-fixes).
  - USB: core: Fix duplicate endpoint bug by clearing reserved
    bits in the descriptor (git-fixes).
  - firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
    (git-fixes).
  - ASoC: SOF: Intel: hda: fix null deref on system suspend entry
    (git-fixes).
  - firmware: cs_dsp: Prevent buffer overrun when processing V2
    alg headers (git-fixes).
  - firmware: cs_dsp: Validate payload length before processing
    block (git-fixes).
  - firmware: cs_dsp: Return error if block header overflows file
    (git-fixes).
  - firmware: cs_dsp: Fix overflow checking of wmfw header
    (git-fixes).
  - ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo
    ThinBook 13x Gen4 (git-fixes).
  - commit 34ebce1

++++ kernel-firmware-all:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-amdgpu:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-ath10k:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-ath11k:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-ath12k:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-atheros:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-bluetooth:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-bnx2:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-brcm:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-chelsio:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-dpaa2:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-i915:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-intel:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-iwlwifi:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-liquidio:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-marvell:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-media:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-mediatek:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-mellanox:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-mwifiex:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-network:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-nfp:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-nvidia:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-platform:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-prestera:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-qcom:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-qlogic:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-radeon:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-realtek:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-serial:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-sound:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-ti:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-ueagle:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

++++ kernel-firmware-usb-network:

  - Update to version 20240712 (git commit ed874ed83cac):
    (bsc#1229069, CVE-2023-31315)
    * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics
    * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458)
    * linux-firmware: add firmware for qat_402xx devices
    * amdgpu: update raven firmware
    * 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: update vega20 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update SDMA 6.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 PSP 13.0.11 firmware
    * amdgpu: update GC 11.0.4 firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update SDMA 6.0.1 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 SDMA 6.1.1 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update SDMA 6.1.0 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 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 SMU 13.0.7 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform
    * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics
    * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41
    * amdgpu: Update ISP FW for isp v4.1.1

------------------------------------------------------------------
------------------  2024-7-12  -  Jul 12 2024  -------------------
------------------------------------------------------------------

++++ combustion:

  - Switch _service to use mode="manual"
  - Update to version 1.3+git11:
    * 30firstboot: Leave IPL DASD enablement to s390-tools (jsc#PED-8130)
    * Wait for tee to finish in example scripts (bsc#1222411)

++++ cryptsetup:

  - License: Replace legacy 'AND SUSE-GPL-2.0-with-openssl-exception' with
    'WITH cryptsetup-OpenSSL-exception' (the official SPDX exception).

++++ python-kiwi:

  - Fix mocking of test_process_result_bundle_as_rpm
  - Fixed logging behavior of Compress::get_format
    The get_format() method allows to check which compression format
    a given input stream has. This is done by calling the supported
    compression tools in a row and let them check if they can deal
    with the provided data or not. As a result error messages are
    logged for streams that some tool doesn't understand. However,
    those error messages are no errors and only the result of the
    checking. This information in the kiwi log file is confusing
    and several users already complained when they see information
    like:
    EXEC: Failed with stderr: /usr/bin/xz: ...: File format not recognized
    This commit changes how the compression tooling is called in a
    way that no exception is raised (which leads to the above error message)
    but the result returncode is used to decide on the success or
    error of the respective compression tooling.
  - Allow to set custom ISO Application ID
    Add new <type ... application_id="..."/> attribute to be set in
    the ISO header main block. The application ID was used as identifier
    in the legacy initrd code from former kiwi versions. Because of
    this there is still the compat layer which sets an App ID as MBR
    identifier string unless the new application_id overwrites it.
    This Fixes #1810
  - Bump version: 10.0.23 → 10.0.24

++++ librsvg:

  - Update to version 2.58.2:
    + Don't leak XML entities when the XML document fails to parse.
    + Fix stack overflow in <use> reference cycle.

++++ kernel-default:

  - net/smc: avoid data corruption caused by decline (bsc#1225088
    CVE-2023-52775).
  - commit 621e8ca
  - net: openvswitch: fix overwriting ct original tuple for  ICMPv6
    (bsc#1226783 CVE-2024-38558).
  - commit 748cf39
  - ipv6: sr: fix missing sk_buff release in seg6_input_core
    (bsc#1227626 CVE-2024-39490).
  - commit 3d59f52
  - mptcp: fix data re-injection from stale subflow (bsc#1223010
    CVE-2024-26826).
  - commit f3a102e
  - net/smc: fix illegal rmb_desc access in SMC-D connection dump
    (bsc#1220942 CVE-2024-26615).
  - commit f21afb0
  - kabi/severities: cover all ath/* drivers (bsc#1227149)
    All symbols in ath/* network drivers are local and can be ignored
  - commit d902566
  - Refresh kabi workaround ath updates (bsc#1227149#)
  - commit b0fa38b
  - wifi: mac80211: simplify non-chanctx drivers (bsc#1227149).
  - commit eeb4722
  - wifi: ath11k: move power type check to ASSOC stage when
    connecting to 6 GHz AP (bsc#1227149).
  - wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs
    (bsc#1227149).
  - wifi: ath12k: fix the problem that down grade phy mode operation
    (bsc#1227149).
  - wifi: ath12k: check M3 buffer size as well whey trying to
    reuse it (bsc#1227149).
  - wifi: ath12k: fix kernel crash during resume (bsc#1227149).
  - wifi: ath9k: work around memset overflow warning (bsc#1227149).
  - wifi: ath12k: use correct flag field for 320 MHz channels
    (bsc#1227149).
  - commit 58db5ff
  - wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list
    (bsc#1227149).
  - wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149).
  - wifi: ath11k: constify MHI channel and controller configs
    (bsc#1227149).
  - wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()
    (bsc#1227149).
  - wifi: ath11k: remove unused scan_events from struct
    scan_req_params (bsc#1227149).
  - wifi: ath11k: add support for QCA2066 (bsc#1227149).
  - wifi: ath11k: move pci.ops registration ahead (bsc#1227149).
  - commit 29f553c
  - wifi: ath11k: provide address list if chip supports 2 stations
    (bsc#1227149).
  - wifi: ath11k: support 2 station interfaces (bsc#1227149).
  - wifi: ath12k: remove the unused scan_events from
    ath12k_wmi_scan_req_arg (bsc#1227149).
  - wifi: ath12k: Remove unused scan_flags from struct
    ath12k_wmi_scan_req_arg (bsc#1227149).
  - wifi: ath12k: Do not use scan_flags from struct
    ath12k_wmi_scan_req_arg (bsc#1227149).
  - wifi: carl9170: Remove redundant assignment to pointer super
    (bsc#1227149).
  - wifi: ath11k: Remove scan_flags union from struct
    scan_req_params (bsc#1227149).
  - wifi: ath11k: Do not directly use scan_flags in struct
    scan_req_params (bsc#1227149).
  - wifi: ath12k: Fix uninitialized use of ret in
    ath12k_mac_allocate() (bsc#1227149).
  - wifi: ath11k: Really consistently use ath11k_vif_to_arvif()
    (bsc#1227149).
  - wifi: ath12k: advertise P2P dev support for WCN7850
    (bsc#1227149).
  - wifi: ath12k: designating channel frequency for ROC scan
    (bsc#1227149).
  - wifi: ath12k: move peer delete after vdev stop of station for
    WCN7850 (bsc#1227149).
  - wifi: ath12k: allow specific mgmt frame tx while vdev is not up
    (bsc#1227149).
  - wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to
    512 (bsc#1227149).
  - wifi: ath12k: implement remain on channel for P2P mode
    (bsc#1227149).
  - wifi: ath12k: implement handling of P2P NoA event (bsc#1227149).
  - wifi: ath12k: add P2P IE in beacon template (bsc#1227149).
  - wifi: ath12k: change interface combination for P2P mode
    (bsc#1227149).
  - wifi: ath12k: fix broken structure wmi_vdev_create_cmd
    (bsc#1227149).
  - commit 21d36c7
  - wifi: ath11k: initialize eirp_power before use (bsc#1227149).
  - wifi: ath12k: enable 802.11 power save mode in station mode
    (bsc#1227149).
  - wifi: ath12k: refactor the rfkill worker (bsc#1227149).
  - wifi: ath12k: add processing for TWT disable event
    (bsc#1227149).
  - wifi: ath12k: add processing for TWT enable event (bsc#1227149).
  - wifi: ath12k: disable QMI PHY capability learn in split-phy
    QCN9274 (bsc#1227149).
  - wifi: ath12k: Read board id to support split-PHY QCN9274
    (bsc#1227149).
  - wifi: ath12k: fix PCI read and write (bsc#1227149).
  - wifi: ath12k: add MAC id support in WBM error path
    (bsc#1227149).
  - wifi: ath12k: subscribe required word mask from rx tlv
    (bsc#1227149).
  - commit c884365
  - wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149).
  - wifi: ath12k: split hal_ops to support RX TLVs word mask
    compaction (bsc#1227149).
  - wifi: ath12k: fix firmware assert during insmod in memory
    segment mode (bsc#1227149).
  - wifi: ath12k: Add logic to write QRTR node id to scratch
    (bsc#1227149).
  - wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149).
  - wifi: ath12k: add support for peer meta data version
    (bsc#1227149).
  - wifi: ath12k: fetch correct pdev id from
    WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149).
  - wifi: ath12k: indicate NON MBSSID vdev by default during vdev
    start (bsc#1227149).
  - wifi: ath12k: add firmware-2.bin support (bsc#1227149).
  - wifi: ath9k:  remove redundant assignment to variable ret
    (bsc#1227149).
  - commit 777dc1c
  - wifi: ath11k: fix connection failure due to unexpected peer
    delete (bsc#1227149).
  - wifi: ath11k: avoid forward declaration of
    ath11k_mac_start_vdev_delay() (bsc#1227149).
  - wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149).
  - wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149).
  - commit d2a4b44
  - wifi: ath11k: remove invalid peer create logic (bsc#1227149).
  - wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149).
  - wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc
    (bsc#1227149).
  - wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning
    (bsc#1227149).
  - wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc
    (bsc#1227149).
  - wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id
    (bsc#1227149).
  - wifi: ath10k: add missing wmi_10_4_feature_mask documentation
    (bsc#1227149).
  - wifi: ath12k: add support for collecting firmware log
    (bsc#1227149).
  - wifi: ath12k: Introduce the container for mac80211 hw
    (bsc#1227149).
  - wifi: ath12k: Refactor the mac80211 hw access from link/radio
    (bsc#1227149).
  - commit 614fabb
  - iommu/vt-d: Improve ITE fault handling if target device isn't
    present (git-fixes).
  - commit 134a3a5
  - wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149).
  - wifi: ath12k: add support for BA1024 (bsc#1227149).
  - wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue
    (bsc#1227149).
  - wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - wifi: ath12k: add QMI PHY capability learn support
    (bsc#1227149).
  - wifi: ath12k: refactor QMI MLO host capability helper function
    (bsc#1227149).
  - wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149).
  - wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar
    (bsc#1227149).
  - commit dd312dc
  - wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_ampdu_action()
    (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_configure_filter()
    (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_update_vif_offload()
    (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_register() and
    ath12k_mac_unregister() (bsc#1227149).
  - commit b6ca728
  - wifi: ath12k: refactor ath12k_mac_setup_channels_rates()
    (bsc#1227149).
  - wifi: ath12k: refactor ath12k_mac_allocate() and
    ath12k_mac_destroy() (bsc#1227149).
  - wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call
    (bsc#1227149).
  - wifi: ath12k: Use initializers for QMI message buffers
    (bsc#1227149).
  - wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149).
  - wifi: ath12k: Remove unnecessary struct qmi_txn initializers
    (bsc#1227149).
  - wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when
    EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149).
  - wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID
    (bsc#1227149).
  - wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service
    bit (bsc#1227149).
  - wifi: ath11k: fill parameters for vdev set tpc power WMI command
    (bsc#1227149).
  - commit 3c338b0
  - wifi: ath11k: save max transmit power in vdev start response
    event from firmware (bsc#1227149).
  - commit 279ae7a
  - wifi: ath11k: add parse of transmit power envelope element
    (bsc#1227149).
  - commit e295f89
  - wifi: ath11k: save power spectral density(PSD) of regulatory
    rule (bsc#1227149).
  - wifi: ath11k: update regulatory rules when connect to AP on
    6 GHz band for station (bsc#1227149).
  - wifi: ath11k: update regulatory rules when interface added
    (bsc#1227149).
  - wifi: ath11k: fix a possible dead lock caused by ab->base_lock
    (bsc#1227149).
  - wifi: ath11k: store cur_regulatory_info for each radio
    (bsc#1227149).
  - wifi: ath11k: add support to select 6 GHz regulatory type
    (bsc#1227149).
  - wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc()
    (bsc#1227149).
  - wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149).
  - commit d84dbd2
  - wifi: ath12k: Make QMI message rules const (bsc#1227149).
  - wifi: ath12k: support default regdb while searching board-2.bin
    for WCN7850 (bsc#1227149).
  - wifi: ath12k: add support to search regdb data in board-2.bin
    for WCN7850 (bsc#1227149).
  - wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT
    (bsc#1227149).
  - wifi: ath12k: add fallback board name without variant while
    searching board-2.bin (bsc#1227149).
  - wifi: ath12k: add string type to search board data in
    board-2.bin for WCN7850 (bsc#1227149).
  - wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update
    (bsc#1227149).
  - wifi: ath10k: use flexible array in struct
    wmi_tdls_peer_capabilities (bsc#1227149).
  - wifi: ath10k: remove unused template structs (bsc#1227149).
  - wifi: ath10k: remove struct wmi_pdev_chanlist_update_event
    (bsc#1227149).
  - commit e73f8dc
  - wifi: ath10k: use flexible arrays for WMI start scan TLVs
    (bsc#1227149).
  - wifi: ath10k: use flexible array in struct wmi_host_mem_chunks
    (bsc#1227149).
  - wifi: ath9k: Convert to platform remove callback returning void
    (bsc#1227149).
  - wifi: ath9k: delete some unused/duplicate macros (bsc#1227149).
  - wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc()
    (bsc#1227149).
  - wifi: ath11k: rely on mac80211 debugfs handling for vif
    (bsc#1227149).
  - wifi: ath11k: workaround too long expansion sparse warnings
    (bsc#1227149).
  - Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ"
    (bsc#1227149).
  - wifi: ath9k: reset survey of current channel after a scan
    started (bsc#1227149).
  - wifi: ath12k: fix the issue that the multicast/broadcast
    indicator is not read correctly for WCN7850 (bsc#1227149).
  - commit 6cf204e
  - wifi: ath11k: Fix ath11k_htc_record flexible record
    (bsc#1227149).
  - wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna
    (bsc#1227149).
  - wifi: ath10k: add support to allow broadcast action frame RX
    (bsc#1227149).
  - wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149).
  - wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector
    (bsc#1227149).
  - wifi: ath12k: do not restore ASPM in case of single MSI vector
    (bsc#1227149).
  - wifi: ath12k: add support one MSI vector (bsc#1227149).
  - wifi: ath12k: refactor multiple MSI vector implementation
    (bsc#1227149).
  - wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ
    (bsc#1227149).
  - wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler
    (bsc#1227149).
  - commit 908caeb
  - wifi: ath12k: get msi_data again after request_irq is called
    (bsc#1227149).
  - wifi: wcn36xx: Convert to platform remove callback returning
    void (bsc#1227149).
  - wifi: ath5k: Convert to platform remove callback returning void
    (bsc#1227149).
  - wifi: ath12k: avoid repeated hw access from ar (bsc#1227149).
  - wifi: ath12k: Optimize the mac80211 hw data access
    (bsc#1227149).
  - wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149).
  - wifi: ath11k: Convert to platform remove callback returning void
    (bsc#1227149).
  - wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149).
  - wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record
    (bsc#1227149).
  - wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149).
  - commit 67bc0a7
  - wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights
    (bsc#1227149).
  - commit e13fd24
  - wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch.
  - Refresh
    patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch.
  - Refresh patches.suse/wifi-ath11k-support-hibernation.patch.
  - Refresh
    patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch.
  - commit a886227
  - wifi: ath9k: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149).
  - wifi: ath12k: avoid explicit HW conversion argument in Rxdma
    replenish (bsc#1227149).
  - wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish
    (bsc#1227149).
  - wifi: ath12k: avoid explicit mac id argument in Rxdma replenish
    (bsc#1227149).
  - wifi: ath12k: fix the error handler of rfkill config
    (bsc#1227149).
  - wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149).
  - wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149).
  - commit a869013
  - wifi: ath12k: Consolidate WMI peer flags (bsc#1227149).
  - wifi: ath11k: Consolidate WMI peer flags (bsc#1227149).
  - wifi: ath12k: Remove obsolete struct wmi_peer_flags_map
    * peer_flags (bsc#1227149).
  - wifi: ath11k: Remove obsolete struct wmi_peer_flags_map
    * peer_flags (bsc#1227149).
  - wifi: ath12k: Remove struct ath12k::ops (bsc#1227149).
  - wifi: ath11k: Remove struct ath11k::ops (bsc#1227149).
  - wifi: ath10k: Remove unused struct ath10k_htc_frame
    (bsc#1227149).
  - wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()
    (bsc#1227149).
  - wifi: ath11k: Remove unneeded semicolon (bsc#1227149).
  - wifi: ath10k: replace deprecated strncpy with memcpy
    (bsc#1227149).
  - commit e59240f
  - wifi: ath12k: drop NULL pointer check in
    ath12k_update_per_peer_tx_stats() (bsc#1227149).
  - Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without
    condition" (bsc#1227149).
  - wifi: ath12k: Introduce and use ath12k_sta_to_arsta()
    (bsc#1227149).
  - wifi: ath12k: rename the sc naming convention to ab
    (bsc#1227149).
  - wifi: ath12k: rename the wmi_sc naming convention to wmi_ab
    (bsc#1227149).
  - commit f93677e
  - bus: mhi: host: allow MHI client drivers to provide the firmware
    via a pointer (bsc#1227149).
  - commit 494649c
  - wifi: ath11k: add firmware-2.bin support (bsc#1227149).
  - Refresh patches.suse/wifi-ath11k-support-hibernation.patch.
  - commit 677d325
  - wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149).
  - commit 296ac8f
  - wifi: ath11k: rename the sc naming convention to ab
    (bsc#1227149).
  - Refresh patches.suse/wifi-ath11k-support-hibernation.patch.
  - Refresh
    patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch.
  - commit 6eedd0d
  - wifi: ath11k: rename the wmi_sc naming convention to wmi_ab
    (bsc#1227149).
  - wifi: ath6kl: replace deprecated strncpy with memcpy
    (bsc#1227149).
  - commit cd59b03
  - wifi: ath5k: replace deprecated strncpy with strscpy
    (bsc#1227149).
  - wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149).
  - wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149).
  - wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149).
  - wifi: ath12k: register EHT mesh capabilities (bsc#1227149).
  - wifi: ath11k: Use device_get_match_data() (bsc#1227149).
  - wifi: ath11k: Introduce and use ath11k_sta_to_arsta()
    (bsc#1227149).
  - wifi: ath11k: Remove unused struct ath11k_htc_frame
    (bsc#1227149).
  - wifi: ath12k: fix invalid m3 buffer address (bsc#1227149).
  - wifi: ath12k: add ath12k_qmi_free_resource() for recovery
    (bsc#1227149).
  - commit a18a8d4
  - wifi: ath12k: configure RDDM size to MHI for device recovery
    (bsc#1227149).
  - wifi: ath12k: add parsing of phy bitmap for reg rules
    (bsc#1227149).
  - wifi: ath11k: add parsing of phy bitmap for reg rules
    (bsc#1227149).
  - wifi: ath11k: ath11k_debugfs_register(): fix format-truncation
    warning (bsc#1227149).
  - wifi: ath12k: Consistently use ath12k_vif_to_arvif()
    (bsc#1227149).
  - wifi: ath11k: call ath11k_mac_fils_discovery() without condition
    (bsc#1227149).
  - wifi: ath12k: remove redundant memset() in
    ath12k_hal_reo_qdesc_setup() (bsc#1227149).
  - wifi: ath9k_htc: fix format-truncation warning (bsc#1227149).
  - wifi: ath12k: fix debug messages (bsc#1227149).
  - wifi: ath11k: fix CAC running state during virtual interface
    start (bsc#1227149).
  - commit c2f2e92
  - wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149).
  - wifi: ath10k: indicate to mac80211 scan complete with aborted
    flag for ATH10K_SCAN_STARTING state (bsc#1227149).
  - wifi: ath: dfs_pattern_detector: Use flex array to simplify code
    (bsc#1227149).
  - wifi: carl9170: remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath10k: consistently use kstrtoX_from_user() functions
    (bsc#1227149).
  - wifi: ath12k: add keep backward compatibility of PHY mode to
    avoid firmware crash (bsc#1227149).
  - wifi: ath12k: add read variant from SMBIOS for download board
    data (bsc#1227149).
  - wifi: ath12k: do not drop data frames from unassociated stations
    (bsc#1227149).
  - wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data
    handling (bsc#1227149).
  - wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage
    (bsc#1227149).
  - commit b844022
  - wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149).
  - wifi: ath12k: Set default beacon mode to burst mode
    (bsc#1227149).
  - wifi: ath12k: call ath12k_mac_fils_discovery() without condition
    (bsc#1227149).
  - wifi: ath11k: remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS
    for WCN7850 (bsc#1227149).
  - wifi: ath12k: change to treat alpha code na as world wide
    regdomain (bsc#1227149).
  - wifi: ath12k: indicate scan complete for scan canceled when
    scan running (bsc#1227149).
  - wifi: ath12k: indicate to mac80211 scan complete with aborted
    flag for ATH12K_SCAN_STARTING state (bsc#1227149).
  - wifi: ath12k: fix recovery fail while firmware crash when
    doing channel switch (bsc#1227149).
  - wifi: ath12k: add support for hardware rfkill for WCN7850
    (bsc#1227149).
  - commit 087627b
  - wifi: ath11k: use kstrtoul_from_user() where appropriate
    (bsc#1227149).
  - wifi: ath11k: remove unused members of 'struct ath11k_base'
    (bsc#1227149).
  - wifi: ath11k: drop redundant check in
    ath11k_dp_rx_mon_dest_process() (bsc#1227149).
  - wifi: ath11k: drop NULL pointer check in
    ath11k_update_per_peer_tx_stats() (bsc#1227149).
  - wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL
    (bsc#1227149).
  - wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by
    (bsc#1227149).
  - wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with
    __counted_by (bsc#1227149).
  - wifi: ath12k: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath10k: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath6kl: remove unnecessary (void*) conversions
    (bsc#1227149).
  - commit 3f20dbc
  - wifi: ath5k: remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: wcn36xx: remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ar5523: Remove unnecessary (void*) conversions
    (bsc#1227149).
  - wifi: ath9k: clean up function ath9k_hif_usb_resume
    (bsc#1227149).
  - wifi: ath11k: add chip id board name while searching board-2.bin
    for WCN6855 (bsc#1227149).
  - wifi: ath12k: change to initialize recovery variables earlier
    in ath12k_core_reset() (bsc#1227149).
  - wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT
    PHY capability for WCN7850 (bsc#1227149).
  - wifi: ath9k: use u32 for txgain indexes (bsc#1227149).
  - wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149).
  - wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149).
  - commit 0b35606
  - wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan
    (bsc#1227149).
  - wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats
    (bsc#1227149).
  - wifi: ath11k: move references from rsvd2 to info fields
    (bsc#1227149).
  - wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM
    crash (bsc#1227149).
  - wifi: ath: Use is_multicast_ether_addr() to check multicast
    Ether address (bsc#1227149).
  - wifi: ath12k: Remove unused declarations (bsc#1227149).
  - wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()
    (bsc#1227149).
  - wifi: ath: remove unused-but-set parameter (bsc#1227149).
  - wifi: ath11k: Remove unused declarations (bsc#1227149).
  - wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning
    (bsc#1227149).
  - commit 1f3c3b8
  - wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning
    (bsc#1227149).
  - wifi: ath11k: simplify the code with module_platform_driver
    (bsc#1227149).
  - wifi: ath12k: Fix a few spelling errors (bsc#1227149).
  - wifi: ath11k: Fix a few spelling errors (bsc#1227149).
  - wifi: ath10k: Fix a few spelling errors (bsc#1227149).
  - wifi: ath11k: Consistently use ath11k_vif_to_arvif()
    (bsc#1227149).
  - wifi: ath9k: Remove unused declarations (bsc#1227149).
  - wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149).
  - wifi: ath9k: consistently use kstrtoX_from_user() functions
    (bsc#1227149).
  - wifi: ath9k: fix parameter check in ath9k_init_debug()
    (bsc#1227149).
  - commit 6c737fb
  - wifi: ath5k: Remove redundant dev_err() (bsc#1227149).
  - wifi: ath12k: avoid deadlock by change ieee80211_queue_work
    for regd_update_work (bsc#1227149).
  - wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
    (bsc#1227149).
  - wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()
    (bsc#1227149).
  - wifi: ath12k: configure puncturing bitmap (bsc#1227149).
  - wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149).
  - wifi: ath12k: add MLO header in peer association (bsc#1227149).
  - wifi: ath12k: peer assoc for 320 MHz (bsc#1227149).
  - wifi: ath12k: add WMI support for EHT peer (bsc#1227149).
  - wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149).
  - commit 3191784
  - wifi: ath12k: add EHT PHY modes (bsc#1227149).
  - wifi: ath12k: propagate EHT capabilities to userspace
    (bsc#1227149).
  - wifi: ath12k: WMI support to process EHT capabilities
    (bsc#1227149).
  - wifi: ath12k: move HE capabilities processing to a new function
    (bsc#1227149).
  - commit 7fb64df
  - wifi: ath12k: rename HE capabilities setup/copy functions
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch.
  - commit ddfeb0d
  - wifi: ath12k: change to use dynamic memory for channel list
    of scan (bsc#1227149).
  - wifi: ath12k: trigger station disconnect on hardware restart
    (bsc#1227149).
  - wifi: ath12k: Use pdev_id rather than mac_id to get pdev
    (bsc#1227149).
  - wifi: ath12k: correct the data_type from QMI_OPT_FLAG to
    QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149).
  - wifi: ath11k: Remove cal_done check during probe (bsc#1227149).
  - commit e204950
  - wifi: ath11k: simplify
    ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149).
  - wifi: ath6kl: Remove error checking for debugfs_create_dir()
    (bsc#1227149).
  - wifi: ath5k: remove phydir check from ath5k_debug_init_device()
    (bsc#1227149).
  - wifi: drivers: Explicitly include correct DT includes
    (bsc#1227149).
  - wifi: ath10k: improve structure padding (bsc#1227149).
  - wifi: ath12k: fix conf_mutex in
    ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149).
  - wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149).
  - commit 3345b7e
  - wifi: ath11k: htc: cleanup debug messages (bsc#1227149).
  - wifi: ath11k: don't use %pK (bsc#1227149).
  - wifi: ath11k: hal: cleanup debug message (bsc#1227149).
  - wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL
    (bsc#1227149).
  - wifi: ath11k: dp: cleanup debug message (bsc#1227149).
  - wifi: ath11k: pci: cleanup debug logging (bsc#1227149).
  - wifi: ath11k: wmi: add unified command debug messages
    (bsc#1227149).
  - wifi: ath11k: wmi: use common error handling style
    (bsc#1227149).
  - wifi: ath11k: wmi: cleanup error handling in
    ath11k_wmi_send_init_country_cmd() (bsc#1227149).
  - wifi: ath11k: remove unsupported event handlers (bsc#1227149).
  - commit 37105bd
  - wifi: ath11k: add WMI event debug messages (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch.
  - Refresh
    patches.suse/wifi-ath11k-fix-temperature-event-locking.patch.
  - commit 572fd2c
  - wifi: ath11k: remove manual mask names from debug messages
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch.
  - commit a7ae7bf
  - wifi: ath11k: print debug level in debug messages (bsc#1227149).
  - wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149).
  - wifi: ath12k: delete the timer rx_replenish_retry during rmmod
    (bsc#1227149).
  - wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149).
  - wifi: ath12k: check hardware major version for WCN7850
    (bsc#1227149).
  - wifi: ath11k: update proper pdev/vdev id for testmode command
    (bsc#1227149).
  - wifi: atk10k: Don't opencode ath10k_pci_priv() in
    ath10k_ahb_priv() (bsc#1227149).
  - wifi: ath10k: Convert to platform remove callback returning void
    (bsc#1227149).
  - commit cafd8ed
  - wifi: ath10k: Drop checks that are always false (bsc#1227149).
  - wifi: ath10k: Drop cleaning of driver data from probe error
    path and remove (bsc#1227149).
  - wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149).
  - commit dde2040
  - wifi: ath11k: Allow ath11k to boot without caldata in ftm mode
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch.
  - commit adbddfc
  - wifi: ath11k: factory test mode support (bsc#1227149).
  - Refresh
    patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch.
  - Refresh
    patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch.
  - Refresh patches.suse/wifi-ath11k-support-hibernation.patch.
  - commit 030f59a
  - wifi: ath11k: remove unused function ath11k_tm_event_wmi()
    (bsc#1227149).
  - wifi: ath12k: Add support to parse new WMI event for 6 GHz
    regulatory (bsc#1227149).
  - wifi: wil6210: wmi: Replace zero-length array with
    DECLARE_FLEX_ARRAY() helper (bsc#1227149).
  - wifi: wil6210: fw: Replace zero-length arrays with
    DECLARE_FLEX_ARRAY() helper (bsc#1227149).
  - wifi: ath11k: Send HT fixed rate in WMI peer fixed param
    (bsc#1227149).
  - wifi: ath11k: Relocate the func
    ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16
    to hweight8 (bsc#1227149).
  - wifi: ath12k: increase vdev setup timeout (bsc#1227149).
  - wifi: ath11k: EMA beacon support (bsc#1227149).
  - wifi: ath11k: MBSSID beacon support (bsc#1227149).
  - wifi: ath11k: refactor vif parameter configurations
    (bsc#1227149).
  - wifi: ath11k: MBSSID parameter configuration in AP mode
    (bsc#1227149).
  - wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd
    (bsc#1227149).
  - wifi: ath11k: MBSSID configuration during vdev create/start
    (bsc#1227149).
  - wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149).
  - wifi: ath: work around false-positive stringop-overread warning
    (bsc#1227149).
  - wifi: ath11k: Use list_count_nodes() (bsc#1227149).
  - wifi: ath10k: Use list_count_nodes() (bsc#1227149).
  - wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition
    (bsc#1227149).
  - wifi: ath12k: add wait operation for tx management packets
    for flush from mac80211 (bsc#1227149).
  - wifi: ath12k: Remove some dead code (bsc#1227149).
  - wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when
    ADDBA session starts (bsc#1227149).
  - wifi: ath12k: set PERST pin no pull request for WCN7850
    (bsc#1227149).
  - wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware
    parameters (bsc#1227149).
  - wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create
    ordered workqueues (bsc#1227149).
  - commit 1763ceb
  - net: phy: microchip: lan87xx: reinit PHY after cable test
    (git-fixes).
  - i2c: pnx: Fix potential deadlock warning from del_timer_sync()
    call in isr (git-fixes).
  - drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Valve Galileo
    (stable-fixes).
  - nilfs2: add missing check for inode numbers on directory entries
    (stable-fixes).
  - nilfs2: fix inode number range checks (stable-fixes).
  - drm/amdgpu: silence UBSAN warning (stable-fixes).
  - spi: cadence: Ensure data lines set to low during dummy-cycle
    period (stable-fixes).
  - regmap-i2c: Subtract reg size from max_write (stable-fixes).
  - platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
    (stable-fixes).
  - platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT
    IVW 11.6" tablet (stable-fixes).
  - nfc/nci: Add the inconsistency check between the input data
    length and count (stable-fixes).
  - Input: ff-core - prefer struct_size over open coded arithmetic
    (stable-fixes).
  - cdrom: rearrange last_media_change check to avoid unintentional
    overflow (stable-fixes).
  - serial: imx: Raise TX trigger level to 8 (stable-fixes).
  - usb: xhci: prevent potential failure in handle_tx_event()
    for Transfer events without TRB (stable-fixes).
  - thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on
    lvts_data (stable-fixes).
  - firmware: dmi: Stop decoding on broken entry (stable-fixes).
  - i2c: i801: Annotate apanel_addr as __ro_after_init
    (stable-fixes).
  - media: dvb-frontends: tda10048: Fix integer overflow
    (stable-fixes).
  - media: s2255: Use refcount_t instead of atomic_t for
    num_channels (stable-fixes).
  - media: dvb-frontends: tda18271c2dd: Remove casting during div
    (stable-fixes).
  - media: dw2102: fix a potential buffer overflow (git-fixes).
  - media: dw2102: Don't translate i2c read into write
    (stable-fixes).
  - media: dvb-usb: dib0700_devices: Add missing release_firmware()
    (stable-fixes).
  - media: dvb: as102-fe: Fix as10x_register_addr packing
    (stable-fixes).
  - drm/amdgpu: fix the warning about the expression (int)size -
    len (stable-fixes).
  - drm/amdgpu: fix uninitialized scalar variable warning
    (stable-fixes).
  - drm/amd/display: Fix uninitialized variables in DM
    (stable-fixes).
  - drm/amd/display: Skip finding free audio for unknown engine_id
    (stable-fixes).
  - drm/amd/display: Check pipe offset before setting vblank
    (stable-fixes).
  - drm/amd/display: Check index msg_id before read or write
    (stable-fixes).
  - drm/amdgpu: Initialize timestamp for some legacy SOCs
    (stable-fixes).
  - drm/amdgpu: Using uninitialized value *size when calling
    amdgpu_vce_cs_reloc (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warnings (stable-fixes).
  - drm/lima: fix shared irq handling on driver remove
    (stable-fixes).
  - wifi: mt76: mt7996: add sanity checks for background radar
    trigger (stable-fixes).
  - wifi: mt76: replace skb_put with skb_put_zero (stable-fixes).
  - crypto: aead,cipher - zeroize key buffer after use
    (stable-fixes).
  - crypto: hisilicon/debugfs - Fix debugfs uninit process issue
    (stable-fixes).
  - commit 240e65e

++++ less:

  - Update to 661:
    * fix crash - buffer overflow by one in fexpand
    * fix free(): double free detected in tcache 2
    * fix segmentation fault on line-num-width & -N

++++ newt:

  - Add -D_GNU_SOURCE to compilation flags because it is a required
    feature macro for function setlinebuf to be declared. [boo#1225864]

++++ polkit:

  - Add -Wno-error=implicit-function-declaration to %optflags to
    work-around an issue in mocklibc (which has been meanwhile removed
    by upstream) with exactly this kind of issue.

++++ liburing:

  - Fix buf-ring-nommap.t test failure
    * test-buf-ring-nommap-zero-the-ringbuf-memory.patch

++++ xmlsec1:

  - Update to 1.2.40
    The legacy XML Security Library 1.2.40 release includes the following changes:
    * (xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).
    * (xmlsec-nss) Increased keys size in all tests to support NSS 3.101.
    * (windows) Added "ftp" and "http" flags in 'configure.js' (both are disabled by default).
    * Several other small fixes (more details).
  - Update to 1.2.39
    The legacy XML Security Library 1.2.39 release includes the following changes:
    * Added options to enable/disable local files, HTTP, and FTP support. FTP is disabled by default.
    * Several other small fixes (more details).
  - Remove upstreamed xmlsec1-gcc14.patch

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240712.dd8c2eb:
    * use cdn.opensuse.org for leap16
  - Update to version 20240712.d0ece36:
    * Update opensuse-leap16-repoindex.xml to use distribution (#71)

++++ runc:

  - Update to runc v1.2.0~rc2. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.0-rc.2>.
  - Re-allow Go 1.22 builds for >= 1.22.4.

------------------------------------------------------------------
------------------  2024-7-11  -  Jul 11 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Added integration test for SUSE agama installer
    This integration test builds a self-install ISO image which
    drops the SUSE Agama installer into a ramdisk for performing
    an interactive installation procedure to test Agama
  - Add --set-type-attr and --set-release-version
    Allow to set/overwrite type section attributes via the cmdline.
    Allow to set/add the release-version element via the cmdline.
    This Fixes #2478 and Fixes #2588

++++ gtk3:

  - Update to version 3.24.43:
    + Stop looking for modules in cwd (bsc#1228120 CVE-2024-6655).
    + Updated translations.

++++ haproxy:

  - refreshed patches:
    haproxy-1.6.0-makefile_lib.patch
    haproxy-1.6.0-sec-options.patch
  - Update to version 3.0.3+git0.95a607c4b:
    * [RELEASE] Released version 3.0.3
    * BUG/MEDIUM: bwlim: Be sure to never set the analyze expiration date in past
    * DEV: flags/quic: decode quic_conn flags
    * 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
    * Revert "MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD"
    * BUG/MEDIUM: peers: Fix crash when syncing learn state of a peer without appctx
    * DOC: configuration: update maxconn description
    * MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD
    * BUG/MINOR: jwt: don't try to load files with HMAC algorithm
    * BUG/MEDIUM: server: fix race on server_atomic_sync()
    * DOC: configuration: more details about the master-worker mode
    * BUG/MEDIUM: hlua/cli: Fix lua CLI commands to work with applet's buffers
    * BUG/MINOR: promex: Remove Help prefix repeated twice for each metric
    * 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
    * BUG/MEDIUM: server/dns: prevent DOWN/UP flap upon resolution timeout or error
    * MINOR: activity: make the memory profiling hash size configurable at build time
    * BUG/MINOR: server: fix first server template name lookup UAF
    * DOC: configuration: add details about crt-store in bind "crt" keyword
    * BUG/MEDIUM: stick-table: Decrement the ref count inside lock to kill a session
    * BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct()
    * DEV: flags/show-fd-to-flags: adapt to recent versions
    * BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure
    * BUG/MINOR: h3: fix BUG_ON() crash on control stream 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
    * BUG/MAJOR: quic: fix padding with short packets
    * DOC: management: document ptr lookup for table commands
    * DOC: configuration: fix alphabetical order of bind options
    * BUG/MEDIUM: proxy: fix email-alert invalid free
    * REGTESTS: ssl: fix some regtests 'feature cmd' start condition
    * DEBUG: hlua: distinguish burst timeout errors from exec timeout errors
    * BUG/MINOR: log: fix broken '+bin' logformat node option

++++ kernel-default:

  - Refresh patches.kabi/wireless-kabi-workaround.patch (bsc#1227149)
    More fixes for 6.9 API updates
  - commit 25eb11c
  - wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149).
  - wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149).
  - wifi: iwlwifi: Use request_module_nowait (bsc#1227149).
  - wifi: iwlwifi: mvm: don't always disable EMLSR due to BT coex
    (bsc#1227149).
  - wifi: iwlwifi: mvm: calculate EMLSR mode after connection
    (bsc#1227149).
  - wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149).
  - wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete
    (bsc#1227149).
  - wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8
    (bsc#1227149).
  - commit 74beb0b
  - net: mana: Fix possible double free in error handling path
    (git-fixes).
  - RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes).
  - net: mana: Fix the extra HZ in mana_hwc_send_request
    (git-fixes).
  - commit cb4a2bd
  - wifi: iwlwifi: mvm: fix link ID management (bsc#1227149).
  - Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"
    (bsc#1227149).
  - wifi: iwlwifi: mvm: handle debugfs names more carefully
    (bsc#1227149).
  - commit 1b2b558
  - wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW
    (bsc#1227149).
  - wifi: iwlwifi: mvm: consider having one active link
    (bsc#1227149).
  - wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF
    (bsc#1227149).
  - wifi: iwlwifi: mvm: disable MLO for the time being
    (bsc#1227149).
  - wifi: cfg80211: add a flag to disable wireless extensions
    (bsc#1227149).
  - iwlwifi: mvm: Use for_each_thermal_trip() for walking trip
    points (bsc#1227149).
  - iwlwifi: mvm: Populate trip table before registering thermal
    zone (bsc#1227149).
  - iwlwifi: mvm: Drop unused fw_trips_index[] from
    iwl_mvm_thermal_device (bsc#1227149).
  - commit 53ce28e
  - wifi: mac80211: add link id to ieee80211_gtk_rekey_add()
    (bsc#1227149).
  - wifi: iwlwifi: load b0 version of ucode for HR1/HR2
    (bsc#1227149).
  - wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149).
  - wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149).
  - wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149).
  - wifi: iwlwifi: mvm: unlock mvm if there is no primary link
    (bsc#1227149).
  - wifi: iwlwifi: mvm: partially support PHY context version 6
    (bsc#1227149).
  - commit 590b6b6
  - wifi: iwlwifi: cancel session protection only if there is one
    (bsc#1227149).
  - wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P
    (bsc#1227149).
  - wifi: iwlwifi: mvm: check own capabilities for EMLSR
    (bsc#1227149).
  - wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149).
  - wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149).
  - wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149).
  - wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149).
  - commit b9417e2
  - wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149).
  - wifi: iwlwifi: don't use TRUE/FALSE with bool (bsc#1227149).
  - wifi: iwlwifi: api: fix constant version to match FW
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Extend support for P2P service discovery
    (bsc#1227149).
  - wifi: iwlwifi: mvm: work around A-MSDU size problem
    (bsc#1227149).
  - wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory
    (bsc#1227149).
  - wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3
    (bsc#1227149).
  - wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149).
  - wifi: iwlwifi: queue: improve warning for no skb in reclaim
    (bsc#1227149).
  - wifi: iwlwifi: mvm: move BA notif messages before action
    (bsc#1227149).
  - commit da274a5
  - wifi: cfg80211: report unprotected deauth/disassoc in wowlan
    (bsc#1227149).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 8a7655b
  - wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc
    (bsc#1227149).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit e91caa5
  - wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 72d3017
  - wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason
    (bsc#1227149).
  - wifi: iwlwifi: mvm: remove flags for enable/disable beacon
    filter (bsc#1227149).
  - wifi: iwlwifi: pcie: Add new PCI device id and CNVI
    (bsc#1227149).
  - wifi: iwlwifi: mvm: don't send the smart fifo command if not
    needed (bsc#1227149).
  - wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149).
  - wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc
    packets (bsc#1227149).
  - wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149).
  - wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149).
  - wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149).
  - wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149).
  - commit 9013bb7
  - wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149).
  - wifi: iwlwifi: mvm: Keep connection in case of missed beacons
    during RX (bsc#1227149).
  - wifi: iwlwifi: properly check if link is active (bsc#1227149).
  - wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef
    (bsc#1227149).
  - wifi: iwlwifi: mvm: don't abort queue sync in CT-kill
    (bsc#1227149).
  - wifi: iwlwifi: mvm: define RX queue sync timeout as a macro
    (bsc#1227149).
  - wifi: iwlwifi: mvm: expand queue sync warning messages
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Declare support for secure LTF measurement
    (bsc#1227149).
  - wifi: iwlwifi: mvm: advertise support for protected ranging
    negotiation (bsc#1227149).
  - wifi: iwlwifi: mvm: remove one queue sync on BA session stop
    (bsc#1227149).
  - commit d32b4ac
  - wifi: iwlwifi: mvm: don't support reduced tx power on ack for
    new devices (bsc#1227149).
  - wifi: iwlwifi: use system_unbound_wq for debug dump
    (bsc#1227149).
  - wifi: iwlwifi: mvm: remove EHT code from mac80211.c
    (bsc#1227149).
  - wifi: iwlwifi: read mac step from aux register (bsc#1227149).
  - wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149).
  - wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149).
  - wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3
    (bsc#1227149).
  - wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on
    gen2 (bsc#1227149).
  - wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149).
  - commit 6501846
  - wifi: mac80211: update beacon counters per link basis
    (bsc#1227149).
  - wifi: iwlwifi: return negative -EINVAL instead of positive
    EINVAL (bsc#1227149).
  - wifi: iwlwifi: fw: fix compiler warning for NULL string print
    (bsc#1227149).
  - wifi: iwlwifi: mvm: make functions public (bsc#1227149).
  - wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices
    (bsc#1227149).
  - wifi: iwlwifi: mvm: don't send BT_COEX_CI command on new devices
    (bsc#1227149).
  - wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149).
  - commit 4b3d0a2
  - wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149).
  - wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149).
  - wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef
    (bsc#1227149).
  - wifi: iwlwifi: rfi: use a single DSM function for all RFI
    configurations (bsc#1227149).
  - wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149).
  - wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149).
  - wifi: iwlwifi: support link command version 2 (bsc#1227149).
  - wifi: iwlwifi: mvm: use fast balance scan in case of an active
    P2P GO (bsc#1227149).
  - wifi: iwlwifi: mvm: don't send NDPs for new tx devices
    (bsc#1227149).
  - wifi: iwlwifi: read SPLC from UEFI (bsc#1227149).
  - commit 10d0457
  - wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149).
  - wifi: iwlwifi: api: clean up some kernel-doc/typos
    (bsc#1227149).
  - wifi: iwlwifi: remove unused function prototype (bsc#1227149).
  - iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149).
  - wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149).
  - commit edb7009
  - wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW'
    flows (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch.
  - commit cbe5734
  - wifi: iwlwifi: prepare for reading TAS table from UEFI
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch.
  - commit 37ff9f0
  - wifi: iwlwifi: don't check TAS block list size twice
    (bsc#1227149).
  - wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149).
  - wifi: iwlwifi: validate PPAG table when sent to FW
    (bsc#1227149).
  - commit aab6534
  - wifi: iwlwifi: prepare for reading PPAG table from UEFI
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch.
  - commit b317fc2
  - wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149).
  - wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149).
  - wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD
    (bsc#1227149).
  - wifi: iwlwifi: prepare for reading SAR tables from UEFI
    (bsc#1227149).
  - wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149).
  - wifi: iwlwifi: mvm: d3: implement suspend with MLO
    (bsc#1227149).
  - wifi: iwlwifi: mvm: refactor duplicate chanctx condition
    (bsc#1227149).
  - wifi: iwlwifi: mvm: log dropped packets due to MIC error
    (bsc#1227149).
  - commit ab26861
  - wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch.
  - commit d834590
  - wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149).
  - commit 265cdf6
  - wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit f498490
  - wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch.
  - commit 85303bc
  - wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149).
  - wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149).
  - wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149).
  - wifi: iwlwifi: mvm: don't set trigger frame padding in AP mode
    (bsc#1227149).
  - wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION"
    (bsc#1227149).
  - wifi: iwlwifi: mvm: add support for TID to link mapping neg
    request (bsc#1227149).
  - wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149).
  - wifi: iwlwifi: mvm: disconnect station vifs if recovery failed
    (bsc#1227149).
  - wifi: iwlwifi: fw: dbg: ensure correct config name sizes
    (bsc#1227149).
  - commit ff842c3
  - wifi: ieee80211: add definitions for negotiated TID to Link map
    (bsc#1227149).
  - commit b1d66f3
  - wifi: mac80211: process and save negotiated TID to Link mapping
    request (bsc#1227149).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 32a5092
  - wifi: cfg80211: add RNR with reporting AP information
    (bsc#1227149).
  - commit 8fede1e
  - wifi: iwlwifi: implement can_activate_links callback
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch.
  - commit 7e399ce
  - wifi: iwlwifi: remove retry loops in start (bsc#1227149).
  - commit 3c4f0f3
  - wifi: iwlwifi: dbg-tlv: use struct_size() for allocation
    (bsc#1227149).
  - wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy
    (bsc#1227149).
  - wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149).
  - wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Add support for removing responder TKs
    (bsc#1227149).
  - wifi: iwlwifi: disable eSR when BT is active (bsc#1227149).
  - wifi: iwlwifi: add support for a wiphy_work rx handler
    (bsc#1227149).
  - wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices
    (bsc#1227149).
  - wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5
    (bsc#1227149).
  - wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149).
  - wifi: iwlwifi: nvm-parse: advertise common packet padding
    (bsc#1227149).
  - wifi: iwlwifi: change link id in time event to s8 (bsc#1227149).
  - wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM
    (bsc#1227149).
  - wifi: iwlwifi: disable 160 MHz based on subsystem device ID
    (bsc#1227149).
  - wifi: iwlwifi: make TB reallocation a debug message
    (bsc#1227149).
  - wifi: iwlwifi: Add support for new 802.11be device
    (bsc#1227149).
  - commit 6617b64
  - pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to
    hdmimix domain (CVE-2024-35942 bsc#1224589).
  - commit cf74548
  - platform/x86: toshiba_acpi: Fix array out-of-bounds access
    (git-fixes).
  - ACPI: processor_idle: Fix invalid comparison with insertion
    sort for latency (git-fixes).
  - commit ec2c4bc
  - KVM: SEV-ES: Delegate LBR virtualization to the processor
    (git-fixes).
  - commit ca0a7e8

++++ libselinux:

  - Fix segfault caused by upstream changes in selabel_open():
    libselinux-set-free-d-data-to-NULL.patch
    Can be removed once it is upstream.

++++ libsolv:

  - removed dependency on external find program in the repo2solv tool
  - bindings: fix return value of repodata.add_solv()
  - new SOLVER_FLAG_FOCUS_NEW flag
  - bump version to 0.7.30

++++ sssd:

  - Revert the change dropping the default configuration file. If
    /usr/etc exists will be installed there, otherwise in /etc.
    (bsc#1226157);

++++ systemd:

  - Make sure systemd-sysvcompat replaces systemd-sysvinit on upgrades (bsc#1218110)

++++ microos-tools:

  - Update to version 2.21+git13:
    * Don't run in the zipl initrd "initgrub" mode

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

  - Update to version 555.42.06 for CUDA. This tag has become
    available in github, now.

++++ python-MarkupSafe:

  - add buildignores to break buildcycle over
    p11-kit/dbus-1/systemd:mini/python-MarkupSafe

++++ python-Pygments:

  - add buildignores to avoid bootstrap buildcycle
    p11-kit/gtk-doc/python-Pygments which comes via
    pip/ca-certificates

++++ python-jsonschema:

  - update to 4.23.0:
    * Add some typing to the exceptions.py module by @DanielNoord in
    [#1019]
    * Declare support for 3.13 by @rominf in #1282

++++ zypp-boot-plugin:

  - Update to version 0.0.11:
    * Handle content-length of stomp in zypper plugin (bsc#1227418).

------------------------------------------------------------------
------------------  2024-7-10  -  Jul 10 2024  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.232.1:
    * Bump to v2.232.1
    * TMT: fix srpm download syntax on rawhide
    * Bump to 2.232.0
    * Packit: remove `update_release` key from downstream jobs (#313)
    * Update container-selinux.8 man page
    * Add ownership of /usr/share/udica (#312)
    * Packit/TMT: upstream maintenance of downstream gating tests
    * extend container_engine_t again
    * Allow spc_t to use localectl
    * Allow spc_t to use timedatectl
    * introduce container_use_xserver_devices boolean to allow GPU access

++++ python-kiwi:

  - Update integration test for eficsm
    Update the type of the Secure profile of the live image integration
    test as well as the type of the simple-disk test to make use of the
    eficsm="false" attribute to switch off CSM mode and test an EFI only
    layout.
  - Add new eficsm type attribute
    Allow to produce EFI/UEFI images without hybrid CSM
    capabilities. This Fixes #2407
  - kiwi_plugin_architecture.rst
  - Revise kiwi_from_python.rst
  - Wait for loop device detach to complete
    Detaching a loop device via 'losetup -d' is an async operation.
    Once the command returns the loop can still be associated with
    the block special. Therefore this commit waits until the block
    device got released or a timeout is hit. This Fixes #2580

++++ ipmitool:

  - Added ipmitool-fix_init_from_incompat_ptr_type.patch fixing a type
    which led to assignment from incompatible pointer type which is an
    error in GCC 14 [boo#1225992]

++++ kernel-default:

  - KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC
    routes (git-fixes).
  - commit 6653b01
  - KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is
    absent (git-fixes).
  - commit 1094992
  - KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
    (git-fixes).
  - commit 2cc4a9c
  - drivers/xen: Improve the late XenStore init protocol
    (git-fixes).
  - commit cb805fb
  - xen/x86: add extra pages to unpopulated-alloc if available
    (git-fixes).
  - commit d9de7d9
  - kunit: Fix checksum tests on big endian CPUs (git-fixed).
  - commit 91a58a6
  - KVM: arm64: Fix circular locking dependency (bsc#1222463 CVE-2024-26691).
  - commit 3273efe
  - Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (bsc#1225744, CVE-2024-36909).
  - uio_hv_generic: Don't free decrypted memory (bsc#1225717, CVE-2024-36910).
  - hv_netvsc: Don't free decrypted memory (bsc#1225745, CVE-2024-36911).
  - Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752, CVE-2024-36912).
  - Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753, CVE-2024-36913).
  - commit a78a9db
  - x86/speculation, objtool: Use absolute relocations for annotations (git-fixes).
  - commit 14e0989
  - x86/head/64: Move the __head definition to <asm/init.h> (git-fixes).
  - commit 36d1750
  - x86/csum: Remove unnecessary odd handling (git-fixes).
  - commit 439ef62
  - x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes).
  - commit 98db437
  - x86/csum: Improve performance of `csum_partial` (git-fixes).
  - commit 131cca3
  - x86/boot: Ignore NMIs during very early boot (git-fixes).
  - commit 3c94948
  - x86/asm: Fix build of UML with KASAN (git-fixes).
  - commit 89fc5d7
  - tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328 CVE-2024-26665).
  - commit f28b881
  - SUNRPC: avoid soft lockup when transmitting UDP to reachable
    server (bsc#1225272).
  - commit 3fc313b

++++ mozilla-nss:

  - Added nss-fips-safe-memset.patch, fixing bsc#1222811.
  - Removed some dead code from nss-fips-constructor-self-tests.patch.
  - Rebased nss-fips-approved-crypto-non-ec.patch on above changes.
  - Added nss-fips-aes-gcm-restrict.patch, fixing bsc#1222830.
  - Updated nss-fips-approved-crypto-non-ec.patch, fixing bsc#1222813,
    bsc#1222814, bsc#1222821, bsc#1222822, bsc#1224118.
  - Updated nss-fips-approved-crypto-non-ec.patch and
    nss-fips-constructor-self-tests.patch, fixing bsc#1222807,
    bsc#1222828, bsc#1222834.
  - Updated nss-fips-approved-crypto-non-ec.patch, fixing bsc#1222804,
    bsc#1222826, bsc#1222833, bsc#1224113, bsc#1224115, bsc#1224116.
  - update to NSS 3.101.1
    * bmo#1901932 - missing sqlite header.
    * bmo#1901080 - GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.
  - update to NSS 3.101
    * bmo#1900413 - add diagnostic assertions for SFTKObject refcount.
    * bmo#1899759 - freeing the slot in DeleteCertAndKey if authentication failed
    * bmo#1899883 - fix formatting issues.
    * bmo#1889671 - Add Firmaprofesional CA Root-A Web to NSS.
    * bmo#1899593 - remove invalid acvp fuzz test vectors.
    * bmo#1898830 - pad short P-384 and P-521 signatures gtests.
    * bmo#1898627 - remove unused FreeBL ECC code.
    * bmo#1898830 - pad short P-384 and P-521 signatures.
    * bmo#1898825 - be less strict about ECDSA private key length.
    * bmo#1854439 - Integrate HACL* P-521.
    * bmo#1854438 - Integrate HACL* P-384.
    * bmo#1898074 - memory leak in create_objects_from_handles.
    * bmo#1898858 - ensure all input is consumed in a few places in mozilla::pkix
    * bmo#1884444 - SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
    * bmo#1748105 - clean up escape handling
    * bmo#1896353 - Use lib::pkix as default validator instead of the old-one
    * bmo#1827444 - Need to add high level support for PQ signing.
    * bmo#1548723 - Certificate Compression: changing the allocation/freeing of buffer + Improving the documentation
    * bmo#1884444 - SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
    * bmo#1893404 - Allow for non-full length ecdsa signature when using softoken
    * bmo#1830415 - Modification of .taskcluster.yml due to mozlint indent defects
    * bmo#1793811 - Implement support for PBMAC1 in PKCS#12
    * bmo#1897487 - disable VLA warnings for fuzz builds.
    * bmo#1895032 - remove redundant AllocItem implementation.
    * bmo#1893334 - add PK11_ReadDistrustAfterAttribute.
    * bmo#215997  - Clang-formatting of SEC_GetMgfTypeByOidTag update
    * bmo#1895012 - Set SEC_ERROR_LIBRARY_FAILURE on self-test failure
    * bmo#1894572 - sftk_getParameters(): Fix fallback to default variable after error with configfile.
    * bmo#1830415 - Switch to the mozillareleases/image_builder image
  - Follow upstream changes in nss-fips-constructor-self-tests.patch (switch from ec_field_GFp to ec_field_plain)
  - Remove part of nss-fips-zeroization.patch that got removed upstream
  - update to NSS 3.100
  - bmo#1893029 - merge pk11_kyberSlotList into pk11_ecSlotList for
    faster Xyber operations.
  - bmo#1893752 - remove ckcapi.
  - bmo#1893162 - avoid a potential PK11GenericObject memory leak.
  - bmo#671060  - Remove incomplete ESDH code.
  - bmo#215997  - Decrypt RSA OAEP encrypted messages.
  - bmo#1887996 - Fix certutil CRLDP URI code.
  - bmo#1890069 - Don't set CKA_DERIVE for CKK_EC_EDWARDS private keys.
  - bmo#676118  - Add ability to encrypt and decrypt CMS messages using ECDH.
  - bmo#676100  - Correct Templates for key agreement in smime/cmsasn.c.
  - bmo#1548723 - Moving the decodedCert allocation to NSS.
  - bmo#1885404 - Allow developers to speed up repeated local execution
    of NSS tests that depend on certificates.
  - update to NSS 3.99
    * Removing check for message len in ed25519 (bmo#1325335)
    * add ed25519 to SECU_ecName2params. (bmo#1884276)
    * add EdDSA wycheproof tests. (bmo#1325335)
    * nss/lib layer code for EDDSA. (bmo#1325335)
    * Adding EdDSA implementation. (bmo#1325335)
    * Exporting Certificate Compression types (bmo#1881027)
    * Updating ACVP docker to rust 1.74 (bmo#1880857)
    * Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552 (bmo#1325335)
    * Add NSS_CMSRecipient_IsSupported. (bmo#1877730)
  - update to NSS 3.98
    * bmo#1780432 - (CVE-2023-5388) Timing attack against RSA decryption
    in TLS
    * bmo#1879513 - Certificate Compression: enabling the check that
    the compression was advertised
    * bmo#1831552 - Move Windows workers to nss-1/b-win2022-alpha
    * bmo#1879945 - Remove Email trust bit from OISTE WISeKey
    Global Root GC CA
    * bmo#1877344 - Replace `distutils.spawn.find_executable` with
    `shutil.which` within `mach` in `nss`
    * bmo#1548723 - Certificate Compression: Updating nss_bogo_shim to
    support Certificate compression
    * bmo#1548723 - TLS Certificate Compression (RFC 8879) Implementation
    * bmo#1875356 - Add valgrind annotations to freebl kyber operations
    for constant-time execution tests
    * bmo#1870673 - Set nssckbi version number to 2.66
    * bmo#1874017 - Add Telekom Security roots
    * bmo#1873095 - Add D-Trust 2022 S/MIME roots
    * bmo#1865450 - Remove expired Security Communication RootCA1 root
    * bmo#1876179 - move keys to a slot that supports concatenation in
    PK11_ConcatSymKeys
    * bmo#1876800 - remove unmaintained tls-interop tests
    * bmo#1874937 - bogo: add support for the -ipv6 and -shim-id shim
    flags
    * bmo#1874937 - bogo: add support for the -curves shim flag and
    update Kyber expectations
    * bmo#1874937 - bogo: adjust expectation for a key usage bit test
    * bmo#1757758 - mozpkix: add option to ignore invalid subject
    alternative names
    * bmo#1841029 - Fix selfserv not stripping `publicname:` from -X value
    * bmo#1876390 - take ownership of ecckilla shims
    * bmo#1874458 - add valgrind annotations to freebl/ec.c
    * bmo#864039  - PR_INADDR_ANY needs PR_htonl before assignment to inet.ip
    * bmo#1875965 - Update zlib to 1.3.1
  - Use %patch -P N instead of deprecated %patchN.
  - update to NSS 3.97
    * bmo#1875506 - make Xyber768d00 opt-in by policy
    * bmo#1871631 - add libssl support for xyber768d00
    * bmo#1871630 - add PK11_ConcatSymKeys
    * bmo#1775046 - add Kyber and a PKCS#11 KEM interface to softoken
    * bmo#1871152 - add a FreeBL API for Kyber
    * bmo#1826451 - part 2: vendor github.com/pq-crystals/kyber/commit/e0d1c6ff
    * bmo#1826451 - part 1: add a script for vendoring kyber from pq-crystals repo
    * bmo#1835828 - Removing the calls to RSA Blind from loader.*
    * bmo#1874111 - fix worker type for level3 mac tasks
    * bmo#1835828 - RSA Blind implementation
    * bmo#1869642 - Remove DSA selftests
    * bmo#1873296 - read KWP testvectors from JSON
    * bmo#1822450 - Backed out changeset dcb174139e4f
    * bmo#1822450 - Fix CKM_PBE_SHA1_DES2_EDE_CBC derivation
    * bmo#1871219 - Wrap CC shell commands in gyp expansions
  - update to NSS 3.96.1
    * bmo#1869408 - Use pypi dependencies for MacOS worker in ./build_gyp.sh
    * bmo#1830978 - p7sign: add -a hash and -u certusage (also p7verify cleanups)
    * bmo#1867408 - add a defensive check for large ssl_DefSend return values
    * bmo#1869378 - Add dependency to the taskcluster script for Darwin
    * bmo#1869378 - Upgrade version of the MacOS worker for the CI
  - add nss-allow-slow-tests-s390x.patch: "certutil dump keys with
    explicit default trust flags" test needs longer than the allowed
    6 seconds on s390x
  - update to NSS 3.95
    * bmo#1842932 - Bump builtins version number.
    * bmo#1851044 - Remove Email trust bit from Autoridad de Certificacion
    Firmaprofesional CIF A62634068 root cert.
    * bmo#1855318 - Remove 4 DigiCert (Symantec/Verisign) Root Certificates
    * bmo#1851049 - Remove 3 TrustCor Root Certificates from NSS.
    * bmo#1850982 - Remove Camerfirma root certificates from NSS.
    * bmo#1842935 - Remove old Autoridad de Certificacion Firmaprofesional
    Certificate.
    * bmo#1860670 - Add four Commscope root certificates to NSS.
    * bmo#1850598 - Add TrustAsia Global Root CA G3 and G4 root certificates.
    * bmo#1863605 - Include P-384 and P-521 Scalar Validation from HACL*
    * bmo#1861728 - Include P-256 Scalar Validation from HACL*.
    * bmo#1861265 - After the HACL 256 ECC patch, NSS incorrectly encodes
    256 ECC without DER wrapping at the softoken level
    * bmo#1837987 - Add means to provide library parameters to C_Initialize
    * bmo#1573097 - clang format
    * bmo#1854795 - add OSXSAVE and XCR0 tests to AVX2 detection.
    * bmo#1858241 - Typo in ssl3_AppendHandshakeNumber
    * bmo#1858241 - Introducing input check of ssl3_AppendHandshakeNumber
    * bmo#1573097 - Fix Invalid casts in instance.c
  - update to NSS 3.94
    * bmo#1853737 - Updated code and commit ID for HACL*
    * bmo#1840510 - update ACVP fuzzed test vector: refuzzed with
    current NSS
    * bmo#1827303 - Softoken C_ calls should use system FIPS setting
    to select NSC_ or FC_ variants
    * bmo#1774659 - NSS needs a database tool that can dump the low level
    representation of the database
    * bmo#1852179 - declare string literals using char in pkixnames_tests.cpp
    * bmo#1852179 - avoid implicit conversion for ByteString
    * bmo#1818766 - update rust version for acvp docker
    * bmo#1852011 - Moving the init function of the mpi_ints before
    clean-up in ec.c
    * bmo#1615555 - P-256 ECDH and ECDSA from HACL*
    * bmo#1840510 - Add ACVP test vectors to the repository
    * bmo#1849077 - Stop relying on std::basic_string<uint8_t>
    * bmo#1847845 - Transpose the PPC_ABI check from Makefile to gyp
  - rebased patches
  - added nss-fips-test.patch to fix broken test
  - Update to NSS 3.93:
    * bmo#1849471 - Update zlib in NSS to 1.3.
    * bmo#1848183 - softoken: iterate hashUpdate calls for long inputs.
    * bmo#1813401 - regenerate NameConstraints test certificates (boo#1214980).
  - Rebase nss-fips-pct-pubkeys.patch.
  - update to NSS 3.92
    * bmo#1822935 - Set nssckbi version number to 2.62
    * bmo#1833270 - Add 4 Atos TrustedRoot Root CA certificates to NSS
    * bmo#1839992 - Add 4 SSL.com Root CA certificates
    * bmo#1840429 - Add Sectigo E46 and R46 Root CA certificates
    * bmo#1840437 - Add LAWtrust Root CA2 (4096)
    * bmo#1822936 - Remove E-Tugra Certification Authority root
    * bmo#1827224 - Remove Camerfirma Chambers of Commerce Root.
    * bmo#1840505 - Remove Hongkong Post Root CA 1
    * bmo#1842928 - Remove E-Tugra Global Root CA ECC v3 and RSA v3
    * bmo#1842937 - Avoid redefining BYTE_ORDER on hppa Linux
  - update to NSS 3.91
    * bmo#1837431 - Implementation of the HW support check for ADX instruction
    * bmo#1836925 - Removing the support of Curve25519
    * bmo#1839795 - Fix comment about the addition of ticketSupportsEarlyData
    * bmo#1839327 - Adding args to enable-legacy-db build
    * bmo#1835357 - dbtests.sh failure in "certutil dump keys with explicit
    default trust flags"
    * bmo#1837617 - Initialize flags in slot structures
    * bmo#1835425 - Improve the length check of RSA input to avoid heap overflow
    * bmo#1829112 - Followup Fixes
    * bmo#1784253 - avoid processing unexpected inputs by checking for
    m_exptmod base sign
    * bmo#1826652 - add a limit check on order_k to avoid infinite loop
    * bmo#1834851 - Update HACL* to commit 5f6051d2
    * bmo#1753026 - add SHA3 to cryptohi and softoken
    * bmo#1753026 - HACL SHA3
    * bmo#1836781 - Disabling ASM C25519 for A but X86_64
  - removed upstreamed patch nss-fix-bmo1836925.patch
  - update to NSS 3.90.3
    * bmo#1901080 - GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.
    * bmo#1748105 - clean up escape handling.
    * bmo#1895032 - remove redundant AllocItem implementation.
    * bmo#1836925 - Disable ASM support for Curve25519.
    * bmo#1836781 - Disable ASM support for Curve25519 for all but X86_64.
  - remove upstreamed nss-fix-bmo1836925.patch

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240710.603d305 boo#1227625:
    * Fix missing quote in opensuse-leap16-repoindex.xml (#68)

++++ supermin:

  - Update to version 5.3.4 (jsc#PED-8910)
    * Add support for OCaml 5
    * Add kylinsecos support
    * rpm: Detect dnf5 and omit missing options
    * ocamlc: Use -output-complete-exe instead of -custom
    * Fix kernel filtering for aarch64 architecture
    * Uncompress kernel on RISC-V
  - Drop patches contained in new tarball
    001-Improved-debugging-of-the-supermin-if-newer-calculation.patch
    002-Fix-if-newer-copy-kernel.patch
    003-Fix-kernel-filtering-for-aarch64-architecture.patch
    004-Use-output-complete-exe-instead-of-custom.patch
    005-Only-supply-output-complete-exe-to-final-link.patch
    006-Rename-function-file-kernel.patch
    007-Uncompress-kernel-on-RISC-V.patch
    008-Fix-link-to-renamed-kernel-documentation.patch
    009-New-mailing-list-email-address.patch

++++ suseconnect-ng:

  - Update version to 1.11
  - Added uname as collector
  - Added SAP workload detection
  - Added detection of container runtimes
  - Multiple fixes on ARM64 detection
  - Use `read_values` for the CPU collector on Z
  - Fixed data collection for ppc64le
  - Grab the home directory from /etc/passwd if needed (bsc#1226128)

++++ tar:

  - Updated tar-fix-extract-unlink.patch
    * Replace patch with an equivalent upstreamed commit
    * Fixes bsc#1225407

++++ yast2:

  - Re-added missing error class (bsc#1227580)
  - 5.0.9

------------------------------------------------------------------
------------------  2024-7-9  -  Jul 9 2024  -------------------
------------------------------------------------------------------

++++ coreutils:

  - coreutils-i18n.patch: fold(1): fix exit code for non-existent file.
    The exit code of fold(1) was zero for non-existent file:
    $ fold badfile; echo $?
    fold: badfile: No such file or directory
    0
    The bug was introduced by the downstrean I18N patch. (rhbz#2296201)

++++ coreutils-systemd:

  - coreutils-i18n.patch: fold(1): fix exit code for non-existent file.
    The exit code of fold(1) was zero for non-existent file:
    $ fold badfile; echo $?
    fold: badfile: No such file or directory
    0
    The bug was introduced by the downstrean I18N patch. (rhbz#2296201)

++++ python-kiwi:

  - Update requires for kiwi-systemdeps-disk-images
    On Tumbleweed several changes caused tools like strings
    or the codepage for mtools to be missing in a standard
    installation. For building disk images especially EFI
    capable ones with vendor information kiwi needs the above
    tool. This commit adds the packages providing them on
    Tumbleweed to the meta systemdeps for disk images.
    This Fixes #2585

++++ kernel-default:

  - Move upstreamed turbostat patch into sorted section
  - commit 768422e
  - Move out-of-tree patch to the right section
  - commit a3dba46
  - powerpc/pseries: Fix scv instruction crash with kexec
    (bsc#1194869).
  - commit 245b529
  - powerpc/prom: Add CPU info to hardware description string later
    (bsc#1215199).
  - commit 75358e1
  - kernel-binary: vdso: Own module_dir
  - commit ff69986
  - enic: Validate length of nl attributes in enic_set_vf_port
    (CVE-2024-38659 bsc#1226883).
  - commit 82dab70
  - wifi: wilc1000: fix ies_len type in connect path (git-fixes).
  - commit 857b40a

++++ libzypp:

  - Keep UrlResolverPlugin API public (fixes #560)
  - Blacklist /snap executables for 'zypper ps' (bsc#1226014)
  - Fix handling of buddies when applying locks (bsc#1225267)
    Buddy pairs (like -release package and product) internally share
    the same status object. When applying locks from query results
    the locked bit must be set if either item is locked.
  - version 17.35.2 (35)

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

  - Update to 550.100 (boo#1227575)
    * Fixed a bug that caused OpenGL triple buffering to behave like
    double buffering.

++++ python-certifi:

  - Refresh patches python-certifi-shipped-requests-cabundle.patch and
    two-basic-unit-tests.patch
  - Remove executable bit from core.py file
  - Update to 2024.7.4 (CVE-2024-39689, bsc#1227519):
    Removed certs:
    * Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH
  - 2024.06.02
    Added certs:
    * Subject: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA
  - 2024.02.02
    Added certs:
    * Subject: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH
    * Subject: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH
    Removed certs:
    * Subject: O=SECOM Trust.net OU=Security Communication RootCA1
    * Fix leaking certificate issue

------------------------------------------------------------------
------------------  2024-7-8  -  Jul 8 2024  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - Updated to 2.68 state of Mozilla SSL root CAs (bsc#1227525)
  - Added: FIRMAPROFESIONAL CA ROOT-A WEB
  - Distrust: GLOBALTRUST 2020

++++ cups:

  - Replaced avoid_C99_mode_for_loop_initial_declarations.patch
    which is now the upstream fix
    https://github.com/OpenPrinting/cups/commit/a2b8872ea95564e065e3a08e2aa12a15515bc993
    see https://github.com/OpenPrinting/cups/issues/1000
    and https://github.com/OpenPrinting/cups/pull/1004

++++ dracut:

  - Update to version 059+suse.586.ge0294756:
    * feat(crypt): force the inclusion of crypttab entries with x-initrd.attach (bsc#1226529)
    * fix(mdraid): try to assemble the missing raid device (bsc#1226412)
    * feat(ifcfg): minimize s390-specific network configuration aspects
    * refactor(ifcfg): delete code duplication using iface_get_subchannels()
    * fix(znet): append to udev rules so each rd.znet_ifname is effective
    * feat(qeth_rules): remove qeth handling consolidated in 95znet
    * docs(dracut.cmdline): generalize description of rd.znet
    * feat(znet): use zdev for consolidated device configuration
    * feat(dasd): minimize dasd handling consolidated in s390-tools
    * feat(dasd_mod): minimize dasd handling consolidated in s390-tools
    * feat(dasd_rules): remove dasd handling consolidated in s390-tools
    * feat(zfcp): minimize zfcp handling consolidated in s390-tools
    * feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
    * refactor(cms): remove now unnecessary inclusion of full s390utils-base
    * refactor(cms): use consolidated network config with zdev from s390-tools
    * refactor(cms): use consolidated dasd config with zdev from s390-tools
    * refactor(cms): use consolidated zfcp config with zdev from s390-tools
    * refactor(cms): use zdev to simplify handling CMSDASD=... boot option
    * fix(github): update format of labeler
    * fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690)

++++ python-kiwi:

  - Supplements are not understood by Debian/Ubuntu

++++ glib2:

  - Update to version 2.80.4:
    + Bugs fixed:
  - GLib unit tests fail on macOS runner due to localhost being
    out of addresses
  - Random failures to build glib 2.80.3
  - Backport !4111 “gioerror: Map EADDRNOTAVAIL to
    G_IO_ERROR_CONNECTION_REFUSED” to glib-2-80
  - Backport !3373 and !4117 “Handle files >4GB in
    g_file_load_contents()“ to glib-2-80
  - Backport !4020 and !4122: fixes to GIR install locations and
    build race fixes
  - Backport !4110 “gthreadedresolver: ref-sink returned records
    in lookup_records()” to glib-2-80

++++ kernel-default:

  - net/dcb: check for detached device before executing callbacks
    (bsc#1215587).
  - commit c563440
  - Update patches.suse/atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch
    (git-fixes bsc#1218730 CVE-2023-51780).
  - commit 93588a3
  - powerpc/64s/radix/kfence: map __kfence_pool at page granularity
    (bsc#1223570 ltc#205770).
  - commit d4edfeb
  - crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public
    key (bsc#1222768).
  - commit 817f8be
  - crypto/ecdh: make ecdh_compute_value() to zeroize the public
    key (bsc#1222768).
  - commit 3f5391b
  - PCI: Do not wait for disconnected devices when resuming
    (git-fixes).
  - commit f7f9960
  - powerpc/rtas: Prevent Spectre v1 gadget construction in
    sys_rtas() (bsc#1227487).
  - commit 42da489
  - Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701).
  - commit 9157a3d
  - clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs
    (git-fixes).
  - clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes).
  - clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg
    (git-fixes).
  - commit 1a2b239
  - nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes).
  - NFS: add barriers when testing for NFS_FSDATA_BLOCKED
    (git-fixes).
  - SUNRPC: return proper error from gss_wrap_req_priv (git-fixes).
  - NFSv4.1 enforce rootpath check in fs_location query (git-fixes).
  - SUNRPC: Fix loop termination condition in
    gss_free_in_token_pages() (git-fixes).
  - nfs: fix undefined behavior in nfs_block_bits() (git-fixes).
  - pNFS/filelayout: fixup pNfs allocation modes (git-fixes).
  - rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
    (git-fixes).
  - NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
    (git-fixes).
  - sunrpc: fix NFSACL RPC retry on soft mount (git-fixes).
  - nfs: keep server info for remounts (git-fixes).
  - NFSv4: Fixup smatch warning for ambiguous return (git-fixes).
  - SUNRPC: Fix gss_free_in_token_pages() (git-fixes).
  - knfsd: LOOKUP can return an illegal error value (git-fixes).
  - nfs: Handle error of rpc_proc_register() in nfs_net_init()
    (git-fixes).
  - nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
    (git-fixes).
  - NFSD: Fix checksum mismatches in the duplicate reply cache
    (git-fixes).
  - commit e019385
  - Update
    patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch
    (git-fixes CVE-2024-36955 bsc#1225810).
  - Update
    patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch
    (git-fixes CVE-2024-39473 bsc#1227433).
  - Update
    patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch
    (git-fixes CVE-2024-36942 bsc#1225843).
  - Update
    patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch
    (stable-fixes CVE-2024-36944 bsc#1225847).
  - Update
    patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch
    (stable-fixes CVE-2024-36949 bsc#1225894).
  - Update
    patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch
    (stable-fixes CVE-2024-36951 bsc#1225896).
  - Update patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch
    (stable-fixes CVE-2024-39479 bsc#1227443).
  - Update
    patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch
    (git-fixes CVE-2024-39475 bsc#1227435).
  - Update
    patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch
    (stable-fixes CVE-2024-36950 bsc#1225895).
  - Update
    patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch
    (git-fixes CVE-2024-39481 bsc#1227446).
  - Update
    patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch
    (git-fixes CVE-2024-36940 bsc#1225840).
  - Update
    patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch
    (git-fixes CVE-2024-36959 bsc#1225839).
  - Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes
    CVE-2024-36947 bsc#1225856).
  - Update
    patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch
    (git-fixes CVE-2024-36930 bsc#1225830).
  - Update
    patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch
    (stable-fixes CVE-2024-36922 bsc#1225805).
  - Update
    patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch
    (git-fixes CVE-2024-36941 bsc#1225835).
  - commit ffdc766
  - Update
    patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch
    (bsc#1222775 CVE-2023-52472 bsc#1220430 bsc#1220427).
  - commit 7754b95

++++ ncurses:

  - Add ncurses patch 20240706
    + update configure script to use macro changes from dialog.
    + modify CF_NCURSES_PTHREADS to avoid equating package and library
    names.

++++ shadow:

  - Disable flushing sssd caches. The sssd's files provider is no
    longer available.

++++ systemd:

  - Import commit bd8b5ee3cf0466b6b78e167967468cf6f93ec807 (merge of v256.2)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/dd15bf4f6430d8646e546ee0b980448c7d0c9699...bd8b5ee3cf0466b6b78e167967468cf6f93ec807

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

  - Use macro which is set during build but not when running
    `osc service run download_files` to make sure both source versions
    are visible for download. This way, only the correct source
    tarball will be included in the source package of its respective
    flavor but both can be downloaded (updated) simultaniously.

++++ osinfo-db:

  - Update the release dates in the definitions for the following
    products
    openSUSE leap 15.6, SLE 15-SP6, SLEM 5.5, SLEM 6.0

------------------------------------------------------------------
------------------  2024-7-7  -  Jul 7 2024  -------------------
------------------------------------------------------------------

++++ harfbuzz:

  - update to version 9.0.0:
    + Speed up “AAT” shaping for short words by up to 4%
    + Ignore unknown “CFF” operators
    + “hb_subset_input_keep_everything()” now keeps also non-unicode
    “name” table records.
    + Update the IANA and OpenType language tag registries
    + Support composite glyphs with very large number of points in
    hb-draw API
    + Various build fixes

++++ python-maturin:

  - Update to 1.7.0
    * Expose env variable to suppress build backend warning
    gh#PyO3/maturin#2099
    * Canonicalize base executable path in PEP 517 build
    gh#PyO3/maturin#2100
    * Initial iOS support
    gh#PyO3/maturin#2102
    * Remove old import hook
    gh#PyO3/maturin#2105
    * Bump MSRV to 1.74.0
    gh#PyO3/maturin#2108
    * Upgrade pyo3 to 0.22.0, uniffi to 0.28.0
    gh#PyO3/maturin#2121
    * Override wheel tag with _PYTHON_HOST_PLATFORM
    gh#PyO3/maturin#2122
    * Update cargo-xwin to 0.16.5
    gh#PyO3/maturin#2123
    * Don't add duplicate files
    gh#PyO3/maturin#2125
    * Docs: Fix Typo in Verb Conjugation
    gh#PyO3/maturin#2129
    * pep517: only use base python when
    MATURIN_PEP517_USE_BASE_PYTHON env var is set
    gh#PyO3/maturin#2134

++++ rt-tests:

  - Update to version 2.7:
    https://lore.kernel.org/linux-rt-users/20240507144229.42909-1-jkacur@redhat.com/
  - Start using xz tarball (instead of gz)

------------------------------------------------------------------
------------------  2024-7-6  -  Jul 6 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/fbdev-generic: Fix framebuffer on big endian devices
    (git-fixes).
  - drm/nouveau: fix null pointer dereference in
    nouveau_connector_get_modes (git-fixes).
  - usb: dwc3: core: Workaround for CSR read timeout (stable-fixes).
  - usb: gadget: printer: SS+ support (stable-fixes).
  - drm/amdgpu: avoid using null object of framebuffer
    (stable-fixes).
  - drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if
    LTTPR is present (stable-fixes).
  - drm/amdgpu/atomfirmware: fix parsing of vram_info
    (stable-fixes).
  - drm/nouveau/dispnv04: fix null pointer dereference in
    nv17_tv_get_ld_modes (stable-fixes).
  - drm/nouveau/dispnv04: fix null pointer dereference in
    nv17_tv_get_hd_modes (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs don't work for
    EliteBook 645/665 G11 (stable-fixes).
  - usb: typec: ucsi: Ack also failed Get Error commands
    (git-fixes).
  - iio: pressure: bmp280: Fix BMP580 temperature reading
    (stable-fixes).
  - usb: typec: ucsi: Never send a lone connector change ack
    (stable-fixes).
  - mtd: partitions: redboot: Added conversion of operands to a
    larger type (stable-fixes).
  - media: dvbdev: Initialize sbuf (stable-fixes).
  - ALSA: emux: improve patch ioctl data validation (stable-fixes).
  - drm/radeon/radeon_display: Decrease the size of allocated memory
    (stable-fixes).
  - drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers
    that sleep (stable-fixes).
  - wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()
    (stable-fixes).
  - crypto: ecdh - explicitly zeroize private_key (stable-fixes).
  - soc: ti: wkup_m3_ipc: Send NULL dummy message instead of
    pointer message (stable-fixes).
  - usb: dwc3: core: Add DWC31 version 2.00a controller
    (stable-fixes).
  - iio: pressure: fix some word spelling errors (stable-fixes).
  - commit 42cf83f
  - Drop amd-pstate patch that caused a regression on 6.6.x stable
  - commit d3672a6
  - RDMA/restrack: Fix potential invalid address access (git-fixes)
  - commit 91e323d

++++ mdadm:

  - util.c: change devnm to const in mdmon functions (bsc#1225307)
    0006-util.c-change-devnm-to-const-in-mdmon-functions.patch
  - Wait for mdmon when it is stared via systemd (bsc#1225307)
    0007-Wait-for-mdmon-when-it-is-stared-via-systemd.patch

------------------------------------------------------------------
------------------  2024-7-5  -  Jul 5 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.4:
    + Support matching a OVS system interface by MAC address.
    + When looking up the system hostname from the reverse DNS lookup
    of addresses configured on interfaces, NetworkManager now takes
    into account the content of /etc/hosts.

++++ python-kiwi:

  - Add new builder for enclaves
    Add new EnclaveBuilder class which allows to build initrd-only
    image types. The first enclave implementation covers aws-nitro
    images produced via the eif_build tooling.

++++ grub2:

  - Fix error if dash shell script is used (bsc#1226453)
    * 0007-grub-switch-to-blscfg-adapt-to-openSUSE.patch
    * 0009-10_linux-Some-refinement-for-BLS.patch
  - Fix input handling in ppc64le grub2 has high latency (bsc#1223535)
    * 0001-net-drivers-ieee1275-ofnet-Remove-200-ms-timeout-in-.patch

++++ kernel-default:

  - smb: client: fix use-after-free in smb2_query_info_compound()
    (bsc#1225489, CVE-2023-52751).
  - Refresh
    patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch.
  - commit fed05d1
  - smb: client: prevent new fids from being removed by laundromat
    (git-fixes, bsc#1225172).
  - commit b3d54ea
  - smb: client: make laundromat a delayed worker (git-fixes,
    bsc#1225172).
  - commit 97932f6
  - smb3: allow controlling length of time directory entries are
    cached with dir leases (git-fixes, bsc#1225172).
  - commit c39c365
  - smb: client: do not start laundromat thread on nohandlecache
    (git-fixes, bsc#1225172).
  - commit b320db3
  - smb3: allow controlling maximum number of cached directories
    (git-fixes, bsc#1225172).
  - commit e5e6d01
  - smb3: do not start laundromat thread when dir leases disabled
    (git-fixes, bsc#1225172).
  - commit b758cab
  - cifs: Add a laundromat thread for cached directories (git-fixes,
    bsc#1225172).
  - commit b1876e3
  - bcache: fix variable length array abuse in btree_iter
    (CVE-2024-39482 bsc#1227447).
  - commit 3d0cfa1
  - mm/vmalloc: fix vmalloc which may return null if called with
    __GFP_NOFAIL (CVE-2024-39474 bsc#1227434).
  - commit 13add8a
  - selftests: make order checking verbose in msg_zerocopy selftest
    (git-fixes).
  - selftests: fix OOM in msg_zerocopy selftest (git-fixes).
  - can: kvaser_usb: Explicitly initialize family in leafimx
    driver_info struct (git-fixes).
  - bluetooth/hci: disallow setting handle bigger than
    HCI_CONN_HANDLE_MAX (git-fixes).
  - Bluetooth: ISO: Check socket flag instead of hcon (git-fixes).
  - Bluetooth: Ignore too large handle values in BIG (git-fixes).
  - Bluetooth: qca: Fix BT enable failure again for QCA6390 after
    warm reboot (git-fixes).
  - Bluetooth: hci_event: Fix setting of unicast qos interval
    (git-fixes).
  - Bluetooth: hci_bcm4377: Fix msgid release (git-fixes).
  - mac802154: fix time calculation in
    ieee802154_configure_durations() (git-fixes).
  - net: phy: phy_device: Fix PHY LED blinking code comment
    (git-fixes).
  - wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values
    (git-fixes).
  - platform/x86: toshiba_acpi: Fix quickstart quirk handling
    (git-fixes).
  - commit 3db85da

++++ libksba:

  - Update to 1.6.7:
    * Allow for an empty Subject in certs.  [T7171]
    * Release-info: https://dev.gnupg.org/T7173
    * Rebase libksba-nobetasuffix.patch

++++ snapper:

  - handle content-length of stomp in zypper plugin
    (gh#openSUSE/snapper#918)
  - version 0.11.1

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

  - make buildservice happy; all sources need to be mentioned as such
    in specfile

++++ openssh:

  - Add patch from upstream to fix proxy multiplexing mode:
    * 0001-upstream-fix-proxy-multiplexing-mode_-broken-when-keystroke.patch
  - Add patch from upstream to restore correctly sigprocmask
    * 0001-upstream-correctly-restore-sigprocmask-around-ppoll.patch
  - Add patch from upstream to fix a logic error in
    ObscureKeystrokeTiming that rendered this feature ineffective,
    allowing a passive observer to detect which network packets
    contained real keystrokes (bsc#1227318, CVE-2024-39894):
    * 0001-upstream-when-sending-ObscureKeystrokeTiming-chaff-packets_.patch

------------------------------------------------------------------
------------------  2024-7-4  -  Jul 4 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.1.3
  - -> https://docs.mesa3d.org/relnotes/24.1.3
  - supersedes the following patches:
    * u_dri-Fix-BGR-format-exclusion.patch
    * u_egl-gbm-Enable-RGBA-configs.patch
    * u_egl-surfaceless-Enable-RGBA-configs.patch
    * boo1226725-test-fix1.patch
  - use gcc-13 on SLE 15/Leap 15.x in order to fix build; credits
    go to "Friedrich Haubensak" <hsk17@mail.de> to figure this out!

++++ Mesa-drivers:

  - Update to bugfix release 24.1.3
  - -> https://docs.mesa3d.org/relnotes/24.1.3
  - supersedes the following patches:
    * u_dri-Fix-BGR-format-exclusion.patch
    * u_egl-gbm-Enable-RGBA-configs.patch
    * u_egl-surfaceless-Enable-RGBA-configs.patch
    * boo1226725-test-fix1.patch
  - use gcc-13 on SLE 15/Leap 15.x in order to fix build; credits
    go to "Friedrich Haubensak" <hsk17@mail.de> to figure this out!

++++ btrfsprogs:

  - update to 6.9.2
    * subvol list: fix accidental trimming of subvolume name
    * check: revert checking file extent item 'ram_bytes'
    * libbtrfsutil:
    * patchlevel version update 1.3.2
    * fix accidentally closing fd passed to subvolume iterator
  - update to 6.9.1
    * fix detection of intermediate super block flags (e.g. csum change and
    other conversions)
    * raid-stripe-tree support (still experimental):
    * moved under experimental build flags (mkfs, convert)
    * format change, removed encoding type; backward incompatible
    * receive dump: escape special chars in xattr names and values, and clone
    source path
    * tune change csum: fix reservation size when starting a transaction
    * other:
    * new and updated tests
    * updated CI images, new reference build targets
    * cleanups and refactoring

++++ dpdk:

  - Drop leftover Sphinx doctrees to make package build reproducible

++++ python-kiwi:

  - Split out bash completion into a sub-package
    Per review of the SUSE packaging team we should split out
    the bash completion into its own sub-package to give users
    better control over the completion feature.
  - Bump version: 10.0.22 → 10.0.23
  - package: Add fully qualified provides for python3-kiwi in spec
    On SUSE distributions, currently the expectation is that packages
    built against the Python interpreter should have fully qualified
    names in the form of pythonXY-<modulename>. Additionally, all other
    Linux distributions prefer something similar in the form of
    pythonX.Y-<modulename>.
    This ensures we have those names so that distribution dependency
    generation works as expected.
  - Add support for arch selector on volumes
    The optional <volume ... arch=""/> attribute allows to create
    the volume only if it matches the specified host architecture.
    Multiple architecture names can be specified as comma separated
    list.

++++ transactional-update:

  - Version 4.7.0
  - Add plugin mechanism
    It's now possible to hook into API functions with custom
    plugins; see doc/tukit-plugins.md for details.
    [gh#openSUSE/transactional-update#122]
  - Fix missing libdir replacement for status command

++++ kernel-default:

  - jfs: xattr: fix buffer overflow for invalid xattr
    (bsc#1227383).
  - commit ae2a0d9
  - iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes).
  - commit 2fb4aa0
  - Update
    patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch
    (jsc#PED-8688 bsc#1226202).
  - Update
    patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch
    (jsc#PED-8688 bsc#1226202).
  - Update
    patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch
    (jsc#PED-8688 bsc#1226202).
  - Update
    patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch
    (jsc#PED-8688 bsc#1226202).
  - commit 584efba
  - Update
    patches.suse/usb-gadget-printer-fix-races-against-disable.patch
    (CVE-2024-25741 bsc#1219832).
  - commit 4a6f084
  - llc: make llc_ui_sendmsg() more robust against bonding changes
    (CVE-2024-26636 bsc#1221659).
  - commit 1bb1c76
  - llc: Drop support for ETH_P_TR_802_2 (CVE-2024-26635
    bsc#1221656).
  - commit 6a42a8d
  - PCI: vmd: Create domain symlink before pci_bus_add_devices()
    (bsc#1227363).
  - commit 3666715
  - md: fix resync softlockup when bitmap size is less than array
    size (CVE-2024-38598, bsc#1226757).
  - commit 43087c7

++++ samba:

  - Fix named crash when using samba's DLZ plugin; (bsc#1224003);
    (bso#15643);
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ python313-core:

  - Stop using %%defattr, it seems to be breaking proper executable
    attributes on /usr/bin/ scripts (bsc#1227378).

++++ systemd:

  - varlinkctl is no more considered as experimental and has been moved to the
    main package.
  - Upgrade to v256.1 (commit dd15bf4f6430d8646e546ee0b980448c7d0c9699)
    See https://github.com/openSUSE/systemd/blob/SUSE/v256/NEWS for details.
  - This includes the following bug fixes:
  - commit 3b2e7dc5a285edbbb1bf6aed2d88b889d801613f (bsc#1234015)
  - commit c072860593329293e19580b337504adb52248462 (bsc#1229518)
  - commit cfbf7538d87023840c5574fa5b0452e5b0f42149 (bsc#1229228)
  - commit 3c85d3fda50f71755aa276cfa60807c315bfc04b (bsc#1236886)
  - Added pam.systemd-run0

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

  - To avoid issues with missing dependencies when no CUDA repo
    is present make the dependecy to nvidia-compute-G06 conditional.
  - CUDA is not available for Tumbleweed, exclude the build of the
    cuda flavor.
  - preamble: let the -cuda flavor KMP require the -cuda flavor
    firmware

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240704.2072b16:
    * Working Leap 16 repoindex with standard + product repo (#67)
    * Add ports non-oss non-oss/sources for TW (#65) boo#1226763

++++ passt:

  - BuildRequire selinux-policy-targeted explicitly to allow building
    on SELinux-enabled projects e.g. SLFO.

++++ python313:

  - Stop using %%defattr, it seems to be breaking proper executable
    attributes on /usr/bin/ scripts (bsc#1227378).

++++ toolbox:

  - Update to version 2.3+git20240704.84ec25e:
    * toolbox: use correct container state tense in msg

------------------------------------------------------------------
------------------  2024-7-3  -  Jul 3 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - new version 320:
    * pam-ssh-add: Fix insecure killing of session ssh-agent
    (bsc#1226040, CVE-2024-6126)
  - changes in older versions:
    * Storage: Btrfs snapshots
    * Podman: Add image pull action
    * Files: Bookmark support
    * webserver: System user changes
    * Metrics: Grafana setup now prefers Valkey
  - 0001-users-Support-for-watching-lastlog2.patch,
    0002-users-Support-for-watching-lastlog2-and-wutmp-on-overview-page.patch
    removed, upstreamed
  - fix suse_docs.patch causing invalid json against the storaged manifest bsc#1227299

++++ kernel-default:

  - ice: fix LAG and VF lock dependency in ice_reset_vf()
    (CVE-2024-36003 bsc#1224544).
  - commit 0af15ab
  - Refresh
    patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch.
  - commit a27eef2
  - block: refine the EOF check in blkdev_iomap_begin (bsc#1226866
    CVE-2024-38604).
  - commit 9e332c1
  - kabi/severities: ignore amd pds internal symbols
  - commit 3a9ca76
  - ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()
    (CVE-2024-26641 bsc#1221654).
  - commit 5bd1138
  - hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021
    CVE-2024-26863).
  - commit 21d04a8
  - ip6_tunnel: fix NEXTHDR_FRAGMENT handling in
    ip6_tnl_parse_tlv_enc_lim() (CVE-2024-26633 bsc#1221647).
  - commit 78e628d
  - pds_core: Prevent race issues involving the adminq (bsc#1221057
    CVE-2024-26623).
  - commit 94351ab
  - iommufd: Fix protection fault in iommufd_test_syz_conv_iova
    (bsc#1222779 CVE-2024-26785).
  - commit 5644693
  - devlink: fix possible use-after-free and memory leaks in
    devlink_init() (bsc#1222438 CVE-2024-26734).
  - commit d3a3753
  - dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743,
    CVE-2024-35805).
  - commit ba12566

++++ libva:

  - Update to version 2.22.0:
    * va:Add VVC decode LibVA interface.
    * va: fix --version-script detection for lld >= 17
    * wayland: add support for linux-dmabuf
    * meson:remove autogen.sh from the meson script
    * trace: Add bit_depth capturing in trace log

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

  - Add a second flavor for building the kernel module versions
    used by CUDA. The kmp targetting CUDA contains '-cuda' in
    its name to track its versions separately from the graphics
    kmp. (bsc#1227417)
  - Provide the meta package nv-prefer-signed-open-driver to
    make sure the latest available SUSE-build open driver is
    installed - independent of the latest available open driver
    version in he CUDA repository.
    Rationale:
    The package cuda-runtime provides the link between CUDA and
    the kernel driver version through a
    Requires: cuda-drivers >= %version
    This implies that a CUDA version will run withany kernel driver
    version equal or higher than a base version.
    nvidia-compute-G06 provides the glue layer between CUDA and
    a specific version of he kernel driver both by providing
    a set of base libraries and by requiring a specific kernel
    version. 'cuda-drivers' (provided by nvidia-compute-utils-G06)
    requires an unversioned nvidia-compute-G06. With this, the
    resolver will install the latest available and applicable
    nvidia-compute-G06.
    nv-prefer-signed-open-driver then represents the latest available
    open driver version and restricts the nvidia-compute-G06 version
    to it. (bsc#1227419)

++++ openssh:

  - Add obsoletes for openssh-server-config-rootlogin since that
    package existed for a brief period of time during SLE 15 SP6/
    Leap 15.6 development but even if it was removed from the
    repositories before GM, some users might have it in their
    systems from having tried a beta/RC release (boo#1227350).

++++ perl:

  - Insert manual provide for perl(Getopt::Long) until new version
    transition is done

++++ suse-module-tools:

  - Update to version 16.0.47:
    * rpm scriptlets: fix shellcheck warnings
  - Update to version 16.0.46:
    * Support for bootloaders that follow the boot loader specification
    in particular systemd-boot (bsc#1226122)
    * Spec file: obsolete sdbootutil-rpm-scriptlets, the scriptlets
    in suse-module-tools-scriptlets have modified to support the
    systemd-boot / sdbootutil use case, too

++++ velociraptor-client:

  - Update to version 0.7.0.4.git97.675e45f9:
    * kafka-humio-gateway: update go version and dependency list
    * kafka-humio-gateway: specific mTLS cert paths in config.yml
    * docker-compose: set kafka replication factor and min ISRs
    * kafka-humio-gateway: add http post retry mechanism
    * kafka-humio-gateway: add pprof debugging option
    * kafka-humio-gateway: format with gofmt
    * kafka-humio-gateway: fix go-staticcheck issues
    * kafka-humio-gateway: fix sendEvents() never exiting
    * Kafka.Events.Client: Update to use new artifactset type
    * docker-compose: add optional Kafka cluser
    * kafka-humio-gateway: add mTLS support
    * contrib/kafka-humio-gateway: add new debug option for noisy events
    * contrib/kafka-humio-gateway: backoff and retry for metadata
    * kafka-humio-gateway: add sample config file
    * kafka-humio-gateway: update sarama and dependencies
    * Add Kafka-Humio Gateway [Depends on PR#10] (#8)
    * vql/server/kafka: connect sarama logging to velociraptor logging
    * vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries
    * vql/server/kafka: set appropriate ClientID
    * Add a Kafka export plugin
  - Use llvm17 when available

------------------------------------------------------------------
------------------  2024-7-2  -  Jul 2 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 10.3.0 (bsc#1227308, bsc#1222985)
    + Add support for sidecar registry
    Podman and rootless Docker support to set up the necessary
    configuration for the container engines to run as defined
    + Add running command as root through sudoers file

++++ cups:

  - Version upgrade to 2.4.10:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.10 brings two fixes:
    * Fixed error handling when reading a mixed 1setOf attribute.
    * Fixed scheduler start if there is only domain socket
    to listen on (Issue #985) which is fix for regression
    after fix for CVE-2024-35235 in scenarios where is
    no other listeners in cupsd.conf than domain socket
    created on demand by systemd, launchd or upstart.
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Version upgrade to 2.4.9:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.9 brings security fix for CVE-2024-35235 and
    several bug fixes regarding CUPS Web User Interface,
    PPD generation and HTTP protocol implementation.
    Detailed list (from CHANGES.md):
    * Fixed domain socket handling (CVE-2024-35235)
    * Fixed creating of `cupsUrfSupported` PPD keyword
    (Issue #952)
    * Fixed searching for destinations in web ui (Issue #954)
    * Fixed TLS negotiation using OpenSSL with servers
    that require the TLS SNI extension.
    * Really raised `cups_enum_dests()` timeout for listing
    available IPP printers (Issue #751)...
    * Fixed `Host` header regression (Issue #967)
    * Fixed DNS-SD lookups of local services with Avahi
    (Issue #970)
    * Fixed listing jobs in destinations in web ui.
    (Apple issue #6204)
    * Fixed showing search query in web ui help page.
    (Issue #977)
    Issues are those at https://github.com/OpenPrinting/cups/issues
    Apple issues are those at https://github.com/apple/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.10
  - Removed cups-2.4.8-CVE-2024-35235.patch : fixed upstream
    see the above CUPS 2.4.9 changes
  - avoid_C99_mode_for_loop_initial_declarations.patch avoids error
    "'for' loop initial declarations are only allowed in C99 mode"
    that happens when building for SLE12
    in scheduler/client.c at "for (char *start = ..." since
    https://github.com/OpenPrinting/cups/commit/a7eda84da73126e40400e05dd27d57f8c92d5b0d
    see https://github.com/OpenPrinting/cups/issues/1000

++++ kernel-default:

  - io_uring/rsrc: fix incorrect assignment of iter->nr_segs in
    io_import_fixed (git-fixes).
  - io_uring/rsrc: don't lock while !TASK_RUNNING (git-fixes).
  - io_uring/io-wq: avoid garbage value of 'match' in
    io_wq_enqueue() (git-fixes).
  - commit 7d3e252
  - io_uring: check for non-NULL file pointer in io_file_can_poll()
    (bsc#1226990 CVE-2024-39371).
  - io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
    (git-fixes).
  - io_uring/sqpoll: work around a potential audit memory leak
    (git-fixes).
  - commit 24603fc
  - io_uring: Fix io_cqring_wait() not restoring sigmask on
    get_timespec64() failure (git-fixes).
  - commit e640a65
  - hsr: Prevent use after free in prp_create_tagged_frame()
    (CVE-2023-52846 bsc#1225098).
  - commit cf63988
  - drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
    (CVE-2024-38610 bsc#1226758).
  - commit 7069ac2
  - virt: acrn: stop using follow_pfn (CVE-2024-38610 bsc#1226758).
  - commit c2ea51b
  - btrfs: fix crash on racing fsync and size-extending write into
    prealloc (bsc#1227101 CVE-2024-37354).
  - commit 1d355af
  - blk-mq: add helper for checking if one CPU is mapped to
    specified hctx (bsc#1223600).
  - blk-mq: don't schedule block kworker on isolated CPUs
    (bsc#1223600).
  - commit 2b67848
  - kernel-doc: fix struct_group_tagged() parsing (git-fixes).
  - commit e3a2a2e
  - mtd: rawnand: rockchip: ensure NVDDR timings are rejected
    (git-fixes).
  - mtd: rawnand: Bypass a couple of sanity checks during NAND
    identification (git-fixes).
  - mtd: rawnand: Fix the nand_read_data_op() early check
    (git-fixes).
  - mtd: rawnand: Ensure ECC configuration is propagated to upper
    layers (git-fixes).
  - commit e545951
  - Correct SCSI patch references (bsc#1225767 CVE-2024-36919 bsc#1226785 CVE-2024-38559)
  - commit e8ea587
  - gfs2: Fix potential glock use-after-free on unmount (bsc#1226775
    CVE-2024-38570).
  - gfs2: Rename sd_{ glock => kill }_wait (bsc#1226775
    CVE-2024-38570).
  - commit f3adbca

++++ openssl-3:

  - FIPS: Deny SHA-1 signature verification in FIPS provider [bsc#1221365]
    * SHA-1 is not allowed anymore in FIPS 186-5 for signature
    verification operations. After 12/31/2030, NIST will disallow
    SHA-1 for all of its usages.
    * Add openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch

++++ libzypp:

  - Install zypp/APIConfig.h legacy include (fixes #557)
  - version 17.35.1 (35)

++++ osinfo-db:

  - Update to database version 20240701
    osinfo-db-20240701.tar.xz

++++ zypper:

  - Show rpm install size before installing (bsc#1224771)
    If filesystem snapshots are taken before the installation (e.g.
    by snapper) no disk space is freed by removing old packages. In
    this case the install size of all packages is a hint how much
    additional disk space is needed by the new packages static
    content.
  - version 1.14.76
  - Fix readline setup to handle Ctrl-C and Ctrl-D corrrectly
    (bsc#1227205)
  - version 1.14.75

------------------------------------------------------------------
------------------  2024-7-1  -  Jul 1 2024  -------------------
------------------------------------------------------------------

++++ checkpolicy:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * User-visible changes:
    * checkpolicy: support CIDR notation for nodecon statements
    * checkpolicy: provide more descriptive error messages and improve error handling
    * Bugfixes:
    * checkpolicy: handle unprintable token
    * checkpolicy: avoid assigning garbage values
    * checkpolicy: free temporary bounds type
    * checkpolicy: perform contiguous check in host byte order
    * checkpolicy: include <ctype.h> for isprint(3)
    * oss-fuzz fixes:
    * checkpolicy: add libfuzz based fuzzer
    * checkpolicy: free complete role_allow_rule on error
    * checkpolicy: free identifiers on invalid typebounds
    * checkpolicy: return YYerror on invalid character
    * checkpolicy: clone level only once

++++ dhcpcd:

  - Initial packaging @ 10.0.8

++++ kernel-default:

  - X.509: Fix the parser of extended key usage for length
    (bsc#1218820).
  - commit a9df6a7
  - tcp: Use refcount_inc_not_zero() in tcp_twsk_unique()
    (CVE-2024-36904 bsc#1225732).
  - commit d578dcc
  - Update
    patches.suse/1352-drm-amdgpu-Fix-possible-null-pointer-dereference.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-52883
    bsc#1226630).
  - Update
    patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch
    (git-fixes CVE-2024-39463 bsc#1227090).
  - Update
    patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch
    (stable-fixes CVE-2024-38600 bsc#1226864).
  - Update
    patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch
    (git-fixes CVE-2024-38605 bsc#1226740).
  - Update
    patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch
    (git-fixes CVE-2023-52806 bsc#1225554).
  - Update
    patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch
    (git-fixes CVE-2024-38388 bsc#1226890).
  - Update
    patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch
    (stable-fixes git-fixes CVE-2024-38618 bsc#1226754).
  - Update
    patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch
    (git-fixes CVE-2024-38550 bsc#1226633).
  - Update
    patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch
    (git-fixes CVE-2024-38551 bsc#1226761).
  - Update
    patches.suse/Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch
    (git-fixes CVE-2023-52833 bsc#1225595).
  - Update
    patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch
    (git-fixes CVE-2024-26889).
  - Update
    patches.suse/HID-uclogic-Fix-user-memory-access-bug-in-uclogic_pa.patch
    (git-fixes CVE-2023-52866 bsc#1225120).
  - Update
    patches.suse/IB-mlx5-Fix-init-stage-error-handling-to-avoid-doubl.patch
    (jsc#PED-6864 CVE-2023-52851 bsc#1225587).
  - Update
    patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch
    (git-fixes CVE-2023-52884 bsc#1226764).
  - Update
    patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch
    (git-fixes CVE-2023-52840 bsc#1224928).
  - Update
    patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch
    (git-fixes CVE-2024-36975 bsc#1226520).
  - Update
    patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch
    (git-fixes CVE-2024-36967 bsc#1226131).
  - Update
    patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch
    (git-fixes CVE-2024-38539 bsc#1226608).
  - Update patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch
    (git-fixes CVE-2024-38545 bsc#1226595).
  - Update
    patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch
    (git-fixes CVE-2024-38591 bsc#1226738).
  - Update
    patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch
    (git-fixes CVE-2024-38590 bsc#1226839).
  - Update
    patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch
    (git-fixes CVE-2024-38544 bsc#1226597).
  - Update
    patches.suse/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch
    (git-fixes CVE-2023-52803 bsc#1225008).
  - Update patches.suse/af_unix-Clear-stale-u-oob_skb.patch
    (CVE-2024-26676 bsc#1222380 CVE-2024-35970 bsc#1224584).
  - Update
    patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch
    (CVE-2024-26676 bsc#1222380 CVE-2024-26750 bsc#1222617).
  - Update
    patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch
    (CVE-2024-26676 bsc#1222380 CVE-2024-26780 bsc#1222588).
  - Update
    patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch
    (CVE-2024-26676 bsc#1222380 CVE-2024-36972 bsc#1226163).
  - Update
    patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch
    (git-fixes CVE-2023-52750 bsc#1225485).
  - Update
    patches.suse/atl1c-Work-around-the-DMA-RX-overflow-issue.patch
    (git-fixes CVE-2023-52834 bsc#1225599).
  - Update
    patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch
    (git-fixes CVE-2024-38554 bsc#1226742).
  - Update
    patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch
    (git-fixes CVE-2024-38602 bsc#1226613).
  - Update
    patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch
    (bsc#1225605 CVE-2024-38384 bsc#1226938).
  - Update
    patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch
    (bsc#1225605 CVE-2024-38663 bsc#1226939).
  - Update
    patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch
    (git-fixes CVE-2024-38540 bsc#1226582).
  - Update
    patches.suse/bonding-stop-the-device-in-bond_setup_by_slave.patch
    (git-fixes CVE-2023-52784 bsc#1224946).
  - Update
    patches.suse/can-dev-can_put_echo_skb-don-t-crash-kernel-if-can_p.patch
    (git-fixes CVE-2023-52878 bsc#1225000).
  - Update
    patches.suse/clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc_clk_.patch
    (git-fixes CVE-2023-52875 bsc#1225096).
  - Update
    patches.suse/clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc_clk_.patch
    (git-fixes CVE-2023-52870 bsc#1224937).
  - Update
    patches.suse/clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc_clk_.patch
    (git-fixes CVE-2023-52873 bsc#1225589).
  - Update
    patches.suse/clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc_clk_.patch
    (git-fixes CVE-2023-52865 bsc#1225086).
  - Update
    patches.suse/clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc_clk_.patch
    (git-fixes CVE-2023-52858 bsc#1225566).
  - Update
    patches.suse/clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_alloc_.patch
    (git-fixes CVE-2023-52876 bsc#1225036).
  - Update
    patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch
    (git-fixes CVE-2024-38573 bsc#1226739).
  - Update patches.suse/cpufreq-exit-callback-is-optional.patch
    (git-fixes CVE-2024-38615 bsc#1226592).
  - Update patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch
    (git-fixes CVE-2024-38579 bsc#1226637).
  - Update
    patches.suse/crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch
    (git-fixes CVE-2023-52813 bsc#1225527).
  - Update patches.suse/cxl-mem-Fix-shutdown-order.patch (git-fixes
    CVE-2023-52849 bsc#1224949).
  - Update
    patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch
    (git-fixes CVE-2023-52792 bsc#1225477).
  - Update patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch
    (git-fixes CVE-2024-38391 bsc#1226894).
  - Update
    patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch
    (git-fixes CVE-2024-38780 bsc#1226886).
  - Update
    patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch
    (git-fixes CVE-2024-34777 bsc#1226796).
  - Update
    patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch
    (git-fixes CVE-2024-39277 bsc#1226909).
  - Update
    patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch
    (git-fixes CVE-2024-38629 bsc#1226905).
  - Update
    patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.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-52819
    bsc#1225532).
  - Update
    patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.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-52818
    bsc#1225530).
  - Update
    patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-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-52812
    bsc#1225564).
  - Update
    patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.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-52753
    bsc#1225478).
  - Update
    patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch
    (stable-fixes CVE-2024-36969 bsc#1226155).
  - Update
    patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.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-52862
    bsc#1225015).
  - Update
    patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch
    (git-fixes CVE-2024-38552 bsc#1226767).
  - Update
    patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.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-52773
    bsc#1225041).
  - Update
    patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch
    (git-fixes CVE-2024-26767).
  - Update
    patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.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-52817
    bsc#1225569).
  - Update
    patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch
    (git-fixes CVE-2024-39291 bsc#1226934).
  - Update
    patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.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-52814
    bsc#1225565).
  - Update
    patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch
    (stable-fixes CVE-2024-39471 bsc#1227096).
  - Update
    patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch
    (stable-fixes CVE-2024-38581 bsc#1226657).
  - Update
    patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.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-52815
    bsc#1225568).
  - Update
    patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.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-52825
    bsc#1225076).
  - Update
    patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.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-52816
    bsc#1225529).
  - Update
    patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch
    (git-fixes CVE-2024-38548).
  - Update
    patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.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-52861
    bsc#1224941).
  - Update
    patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.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-52856
    bsc#1224932).
  - Update
    patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch
    (git-fixes CVE-2024-38549 bsc#1226735).
  - Update
    patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.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-52857
    bsc#1225581).
  - Update
    patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch
    (git-fixes CVE-2024-38592 bsc#1226844).
  - Update
    patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch
    (git-fixes CVE-2024-38390 bsc#1226891).
  - Update
    patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch
    (git-fixes CVE-2024-38622 bsc#1226856).
  - Update
    patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.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-52821
    bsc#1225022).
  - Update
    patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.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-52826
    bsc#1225077).
  - Update patches.suse/drm-radeon-possible-buffer-overflow.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-52867
    bsc#1225009).
  - Update
    patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch
    (git-fixes CVE-2024-38546 bsc#1226593).
  - Update
    patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch
    (git-fixes CVE-2024-36960 bsc#1225872).
  - Update
    patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch
    (git-fixes CVE-2024-38664 bsc#1226941).
  - Update
    patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch
    (CVE-2024-39296 bsc#1226989 CVE-2024-36887 bsc#1225731).
  - Update
    patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch
    (git-fixes CVE-2024-38578 bsc#1226634).
  - Update
    patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch
    (git-fixes CVE-2024-33619 bsc#1226768).
  - Update
    patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.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-52838
    bsc#1225031).
  - Update
    patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch
    (git-fixes CVE-2024-36964 bsc#1225866).
  - Update
    patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch
    (git-fixes CVE-2023-52810 bsc#1225557).
  - Update
    patches.suse/fs-jfs-Add-validity-check-for-db_maxag-and-db_agpref.patch
    (git-fixes CVE-2023-52804 bsc#1225550).
  - Update
    patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch
    (git-fixes CVE-2024-38588 bsc#1226837).
  - Update
    patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch
    (git-fixes CVE-2024-38385 bsc#1227085).
  - Update patches.suse/gfs2-ignore-negated-quota-changes.patch
    (git-fixes CVE-2023-52759 bsc#1225560).
  - Update
    patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch
    (git-fixes CVE-2023-52853 bsc#1224988).
  - Update
    patches.suse/hwmon-axi-fan-control-Fix-possible-NULL-pointer-dere.patch
    (git-fixes CVE-2023-52863 bsc#1225586).
  - Update
    patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch
    (git-fixes CVE-2024-39362 bsc#1226995).
  - Update
    patches.suse/i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch
    (git-fixes CVE-2023-52791 bsc#1225108).
  - Update
    patches.suse/i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-acces.patch
    (git-fixes CVE-2023-52763 bsc#1225570).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch
    (git-fixes CVE-2023-52766).
  - Update
    patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.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-52788
    bsc#1225106).
  - Update
    patches.suse/igb-Fix-string-truncation-warnings-in-igb_set_fw_ver.patch
    (git-fixes CVE-2024-36010 bsc#1225594).
  - Update
    patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch
    (git-fixes CVE-2024-35957 bsc#1224673).
  - Update
    patches.suse/iommufd-Fix-missing-update-of-domains_itree-after-splitting-iopt
    (jsc#PED-7779 jsc#PED-7780 CVE-2023-52801 bsc#1225006).
  - Update
    patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch
    (git-fixes CVE-2023-52796 bsc#1224930).
  - Update
    patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch
    (git-fixes CVE-2024-38599 bsc#1226848).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch
    (git-fixes CVE-2023-52799 bsc#1225472).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-diAlloc.patch
    (git-fixes CVE-2023-52805 bsc#1225553).
  - Update
    patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch
    (git-fixes CVE-2024-38617 bsc#1226859).
  - Update
    patches.suse/lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch
    (git-fixes CVE-2021-47432 bsc#1225391).
  - Update
    patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch
    (git-fixes CVE-2024-38543 bsc#1226594).
  - Update
    patches.suse/locking-ww_mutex-test-Fix-potential-workqueue-corrup.patch
    (bsc#1219953 CVE-2023-52836 bsc#1225609).
  - Update
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch
    (bsc#1219596 CVE-2024-26758).
  - Update
    patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch
    (git-fixes CVE-2024-38547 bsc#1226632).
  - Update
    patches.suse/media-bttv-fix-use-after-free-error-due-to-btv-timeo.patch
    (git-fixes CVE-2023-52847 bsc#1225588).
  - Update
    patches.suse/media-gspca-cpia1-shift-out-of-bounds-in-set_flicker.patch
    (git-fixes CVE-2023-52764 bsc#1225571).
  - Update
    patches.suse/media-hantro-Check-whether-reset-op-is-defined-befor.patch
    (git-fixes CVE-2023-52850 bsc#1225014).
  - Update
    patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch
    (git-fixes CVE-2024-38611 bsc#1226760).
  - Update
    patches.suse/media-imon-fix-access-to-invalid-resource-for-the-se.patch
    (git-fixes CVE-2023-52754 bsc#1225490).
  - Update
    patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch
    (stable-fixes CVE-2022-48772 bsc#1226976).
  - Update
    patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch
    (git-fixes CVE-2024-38621 bsc#1226895).
  - Update
    patches.suse/media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch
    (git-fixes CVE-2023-52841 bsc#1225592).
  - Update patches.suse/media-vidtv-psi-Add-check-for-kstrdup.patch
    (git-fixes CVE-2023-52844 bsc#1225590).
  - Update
    patches.suse/mfd-qcom-spmi-pmic-Fix-revid-implementation.patch
    (git-fixes CVE-2023-52765 bsc#1225029).
  - Update
    patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch
    (git-fixes CVE-2024-36973 bsc#1226457).
  - Update
    patches.suse/net-hns3-fix-out-of-bounds-access-may-occur-when-coa.patch
    (git-fixes CVE-2023-52807 bsc#1225097).
  - Update
    patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch
    (git-fixes CVE-2024-36962 bsc#1225827).
  - Update
    patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch
    (git-fixes CVE-2024-38595 bsc#1226741).
  - Update
    patches.suse/net-mlx5e-Track-xmit-submission-to-PTP-WQ-after-popu.patch
    (jsc#PED-3311 CVE-2023-52782 bsc#1225103).
  - Update
    patches.suse/net-mvneta-fix-calls-to-page_pool_get_stats.patch
    (git-fixes CVE-2023-52780 bsc#1224933).
  - Update
    patches.suse/net-wangxun-fix-kernel-panic-due-to-null-pointer.patch
    (git-fixes CVE-2023-52783 bsc#1225104).
  - Update
    patches.suse/netfilter-complete-validation-of-user-input.patch
    (git-fixes CVE-2024-35896 bsc#1224662 CVE-2024-35962
    bsc#1224583).
  - Update
    patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch
    (git-fixes CVE-2024-38381 bsc#1226878).
  - Update
    patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch
    (git-fixes CVE-2024-39469 bsc#1226992).
  - Update
    patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch
    (git-fixes CVE-2024-38582 bsc#1226658).
  - Update
    patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch
    (git-fixes CVE-2024-38583 bsc#1226777).
  - Update
    patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch
    (git-fixes CVE-2024-38541 bsc#1226587).
  - Update
    patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch
    (git-fixes CVE-2023-52854 bsc#1225584).
  - Update
    patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch
    (git-fixes CVE-2023-52835 bsc#1225602).
  - Update
    patches.suse/platform-x86-wmi-Fix-opening-of-char-device.patch
    (git-fixes CVE-2023-52864 bsc#1225132).
  - Update
    patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch
    (bsc#1222011 ltc#205900 CVE-2024-36926 bsc#1225829).
  - Update patches.suse/pstore-platform-Add-check-for-kstrdup.patch
    (git-fixes CVE-2023-52869 bsc#1225050).
  - Update
    patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch
    (git-fixes CVE-2024-36965 bsc#1226149).
  - Update
    patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch
    (git-fixes CVE-2024-38601 bsc#1226876).
  - Update
    patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch
    (git-fixes bsc#1217481 CVE-2023-52774 bsc#1225572).
  - Update
    patches.suse/scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-after-removing-debugfs.patch
    (git-fixes CVE-2023-52808 bsc#1225555).
  - Update
    patches.suse/scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-empty-ev.patch
    (bsc#1209834 ltc#202097 CVE-2023-52811 bsc#1225559).
  - Update
    patches.suse/scsi-libfc-Fix-potential-NULL-pointer-dereference-in-fc_lport_ptp_setup.patch
    (git-fixes CVE-2023-52809 bsc#1225556).
  - Update
    patches.suse/scsi-lpfc-Move-NPIV-s-transport-unregistration-to-af.patch
    (bsc#1221777 CVE-2024-36952 bsc#1225898).
  - Update
    patches.suse/scsi-lpfc-Release-hbalock-before-calling-lpfc_worker.patch
    (bsc#1221777 CVE-2024-36924 bsc#1225820).
  - Update
    patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch
    (git-fixes CVE-2024-38634 bsc#1226868).
  - Update
    patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch
    (git-fixes CVE-2024-38633 bsc#1226867).
  - Update
    patches.suse/soc-qcom-llcc-Handle-a-second-device-without-data-co.patch
    (git-fixes CVE-2023-52871 bsc#1225534).
  - Update
    patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch
    (stable-fixes CVE-2024-38635 bsc#1226863).
  - Update patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch
    (git-fixes CVE-2024-38587 bsc#1226780).
  - Update patches.suse/spi-Fix-null-dereference-on-suspend.patch
    (git-fixes CVE-2023-52749 bsc#1225476).
  - Update
    patches.suse/thermal-core-prevent-potential-string-overflow.patch
    (git-fixes CVE-2023-52868 bsc#1225044).
  - Update
    patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch
    (git-fixes CVE-2024-39466 bsc#1227089).
  - Update
    patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch
    (git-fixes CVE-2024-38571 bsc#1226737).
  - Update
    patches.suse/thermal-intel-powerclamp-fix-mismatch-in-get-functio.patch
    (git-fixes CVE-2023-52794 bsc#1225028).
  - Update
    patches.suse/tls-fix-NULL-deref-on-tls_sw_splice_eof-with-empty-r.patch
    (jsc#PED-6831 CVE-2023-52767 bsc#1224998).
  - Update
    patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch
    (git-fixes CVE-2024-36477 bsc#1226840).
  - Update
    patches.suse/tracing-Have-trace_event_file-have-ref-counters.patch
    (git-fixes CVE-2023-52879 bsc#1225101).
  - Update
    patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch
    (git-fixes CVE-2024-26920).
  - Update
    patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch
    (git-fixes CVE-2023-52872 bsc#1225591).
  - Update
    patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch
    (bsc#1222619 CVE-2023-52880).
  - Update
    patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch
    (git-fixes CVE-2023-52789 bsc#1225180).
  - Update
    patches.suse/usb-config-fix-iteration-issue-in-usb_get_bos_descri.patch
    (git-fixes CVE-2023-52781 bsc#1225092).
  - Update
    patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch
    (git-fixes CVE-2024-36977 bsc#1226513).
  - Update
    patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch
    (git-fixes CVE-2024-38628 bsc#1226911).
  - Update
    patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch
    (git-fixes CVE-2024-38619 bsc#1226861).
  - Update
    patches.suse/usb-typec-tcpm-Fix-NULL-pointer-dereference-in-tcpm_.patch
    (git-fixes CVE-2023-52877 bsc#1224944).
  - Update
    patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch
    (jsc#PED-3311 CVE-2023-52795 bsc#1225085).
  - Update
    patches.suse/virtio-blk-fix-implicit-overflow-on-virtio_max_dma_s.patch
    (git-fixes CVE-2023-52762 bsc#1225573).
  - Update
    patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch
    (jsc#PED-5505 CVE-2023-52842 bsc#1225025).
  - Update
    patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch
    (git-fixes CVE-2024-38630 bsc#1226908).
  - Update
    patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch
    (git-fixes CVE-2024-38565 bsc#1226747).
  - Update
    patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch
    (git-fixes CVE-2023-52798 bsc#1224947).
  - Update
    patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch
    (git-fixes CVE-2023-52777 bsc#1224992).
  - Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch
    (git-fixes CVE-2023-52800).
  - Update
    patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch
    (git-fixes CVE-2023-52776 bsc#1225090).
  - Update
    patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch
    (git-fixes CVE-2023-52769 bsc#1225001).
  - Update
    patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch
    (git-fixes CVE-2024-38572 bsc#1226776).
  - Update
    patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch
    (git-fixes CVE-2023-52827 bsc#1225078).
  - Update
    patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch
    (git-fixes CVE-2023-52829 bsc#1225081).
  - Update
    patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch
    (git-fixes CVE-2024-38575 bsc#1226612).
  - Update
    patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch
    (git-fixes CVE-2024-38567 bsc#1226769).
  - Update
    patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch
    (git-fixes CVE-2024-38616 bsc#1226852).
  - Update
    patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch
    (git-fixes CVE-2023-52832 bsc#1225577).
  - Update
    patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch
    (git-fixes CVE-2024-38562 bsc#1226788).
  - Update
    patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch
    (git-fixes CVE-2023-52768 bsc#1225004).
  - Update
    patches.suse/x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCALL-macro.patch
    (jsc#PED-5824 CVE-2023-52874 bsc#1225049).
  - commit 33efdc4
  - tcp: do not accept ACK of bytes we never sent (CVE-2023-52881
    bsc#1225611).
  - commit 16404a6
  - net: ena: Fix redundant device NUMA node override
    (jsc#PED-8688).
  - commit 6ad6684
  - ata: ahci: Clean up sysfs file on error (git-fixes).
  - ata: libata-core: Fix double free on error (git-fixes).
  - ata,scsi: libata-core: Do not leak memory for ata_port struct
    members (git-fixes).
  - ata: libata-core: Fix null pointer dereference on error
    (git-fixes).
  - kbuild: Fix build target deb-pkg: ln: failed to create hard link
    (git-fixes).
  - kbuild: doc: Update default INSTALL_MOD_DIR from extra to
    updates (git-fixes).
  - kbuild: Install dtb files as 0644 in Makefile.dtbinst
    (git-fixes).
  - counter: ti-eqep: enable clock at probe (git-fixes).
  - iio: chemical: bme680: Fix sensor data read operation
    (git-fixes).
  - iio: chemical: bme680: Fix overflows in compensate() functions
    (git-fixes).
  - iio: chemical: bme680: Fix calibration data variable
    (git-fixes).
  - iio: chemical: bme680: Fix pressure value output (git-fixes).
  - iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
    (git-fixes).
  - iio: adc: ad7266: Fix variable checking bug (git-fixes).
  - iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
    (git-fixes).
  - serial: bcm63xx-uart: fix tx after conversion to
    uart_port_tx_limited() (git-fixes).
  - serial: core: introduce uart_port_tx_limited_flags()
    (git-fixes).
  - Revert "serial: core: only stop transmit when HW fifo is empty"
    (git-fixes).
  - tty: mcf: MCF54418 has 10 UARTS (git-fixes).
  - usb: gadget: aspeed_udc: fix device address configuration
    (git-fixes).
  - usb: dwc3: core: remove lock of otg mode during gadget
    suspend/resume to avoid deadlock (git-fixes).
  - usb: typec: ucsi: glink: fix child node release in probe
    function (git-fixes).
  - usb: musb: da8xx: fix a resource leak in probe() (git-fixes).
  - usb: atm: cxacru: fix endpoint checking in cxacru_bind()
    (git-fixes).
  - usb: gadget: printer: fix races against disable (git-fixes).
  - PCI/MSI: Fix UAF in msi_capability_init (git-fixes).
  - commit a2ea5a9

++++ krb5:

  - Update to 1.21.3
    * Fix vulnerabilities in GSS message token handling:
    * CVE-2024-37370, bsc#1227186
    * CVE-2024-37371, bsc#1227187
    * Fix a potential bad pointer free in krb5_cccol_have_contents()
    * Fix a memory leak in the macOS ccache type
  - Update patch 0009-Fix-three-memory-leaks.patch

++++ ncurses:

  - Add ncurses patch 20240629
    + build-fix for ncurses-examples with newer PDCurses, which no longer
    has stubs for unimplemented features.
    + add help-popup for test_instr.c, test_inwstr.c
    + modify checks in delwin to avoid checking if the window is a pad
    until first checking if it is still on the active window-list
    (cf: 20211115).
    + improve -t option of test/gdc.c, allowing hours only, or hours and
    minutes only.
  - Update to tack 1.10 (patch 20240501)
    * init.c, edit.c: gcc warning (NetBSD)
    * edit.c:
    check to avoid printing a non-printable character, per Coverity
    * tack.c: initialize variables, per Coverity
    * tack.1: change limit for SGR tool to allow for aixterm's colors
    * ansi.c: change the SGR tool to show up to 120 (past aixterm's 108)
    * color.c:
    when reloading the colors 0-7, use the index for the named color rather than
    just the array-index (fixing an interchanged red/blue for instance).
    Also, initialize the palette using the ANSI codes if the terminal supports
    setaf/setab.
    * color.c, charset.c, ansi.c, edit.c, crum.c, pad.c, tack.c, tack.h:
    use "const" in a few places reported by cppcheck
    * tack.1: improve formatting/style

++++ openssl-3:

  - FIPS: RSA keygen PCT requirements.
    * Skip the rsa_keygen_pairwise_test() PCT in rsa_keygen() as the
    self-test requirements are covered by do_rsa_pct() for both
    RSA-OAEP and RSA signatures [bsc#1221760]
    * Enforce error state if rsa_keygen PCT is run and fails [bsc#1221753]
    * Add openssl-3-FIPS-PCT_rsa_keygen.patch

++++ libselinux:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * User-visible changes
    * libselinux/utils/selabel_digest: drop unsupported option -d
    * libselinux/utils: improve compute_av output
    * libselinux: fail selabel_open(3) on invalid option
    * Improved man pages
    * Improvements
    * libselinux, libsepol: Add CFLAGS and LDFLAGS to Makefile checks
    * libselinux: enable usage with pedantic UB sanitizers
    * libselinux: support huge passwd/group entries
    * Bugfixes:
    * libselinux/utils/selabel_digest: avoid buffer overflow
    * libselinux: avoid pointer dereference before check
    * libselinux/utils/selabel_digest: pass BASEONLY only for file backend
    * libselinux: free empty scandir(3) result
    * libselinux: free data on selabel open failure
    * libselinux: use reentrant strtok_r(3)

++++ libsemanage:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * Bugfixes:
    * libsemanage: support huge passwd entries

++++ libsepol:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * User-visible changes:
    * libsepol: improve policy lookup failure message
    * libsepol: include prefix for module policy versions
    * libsepol: validate type-attribute-map for old policies
    * libsepol: only exempt gaps checking for kernel policies
    * Bugfixes:
    * libsepol/src/Makefile: fix reallocarray detection
    * libsepol/cil: Fix detected RESOURCE_LEAK (CWE-772)
    * libsepol: ensure transitivity in compare functions
    * oss-fuzz fixes:
    * libsepol: check scope permissions refer to valid class
    * libsepol: validate attribute-type maps
    * libsepol: reject self flag in type rules in old policies
    * libsepol: validate class permissions
    * libsepol: validate access vector permissions
    * libsepol: reject MLS support in pre-MLS policies
    * libsepol: Fix buffer overflow when using sepol_av_to_string()
    * libsepol: Use a dynamic buffer in sepol_av_to_string()

++++ systemd:

  - Import commit 5a8eadd0c021758337a020c423f25a353bdb9b3c (merge of v255.8)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/603cd1d4d81147d4f2eccd5e352064a4215119b4...5a8eadd0c021758337a020c423f25a353bdb9b3c
  - Drop 5003-Revert-run-pass-the-pty-slave-fd-to-transient-servic.patch as v255.8
    contains the workaround (commit 639c922ede9485) for the broken commit
    28459ba1f4df.

++++ libvirt:

  - Update to libvirt 10.5.0
  - Introduce SEV-SNP support
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-5-0-2024-07-01

++++ openssh:

  - Add patch to fix a race condition in a signal handler by removing
    the async-signal-unsafe code (CVE-2024-6387, bsc#1226642):
    * fix-CVE-2024-6387.patch

++++ osinfo-db:

  - Adjust some default hardware requirements (bsc#1227231)
    adjust-tumbleweed-hardware-requirements.patch
    add-opensuse-leap-15.6-support.patch
    add-sle15sp6-support.patch

++++ policycoreutils:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    User-visible changes:
    * audit2allow -C for CIL output mode
    * sepolgen: adjust parse for refpolicy
    * Bugfixes:
    * fixfiles: drop unnecessary \ line endings
    * setfiles: avoid unsigned integer underflow
    * python/semanage: Do not sort local fcontext definitions
    * python/semanage: Allow modifying records on "add"
  - Refresh get_os_version.patch

++++ python-PyYAML:

  - add build-with-cython3.patch from 6.0.2rc1 to build with
    cython3 (needed for python 3.13+)

++++ python-libvirt-python:

  - Update to 10.5.0
  - Add all new APIs and constants in libvirt 10.5.0

++++ libselinux-bindings:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * User-visible changes
    * libselinux/utils/selabel_digest: drop unsupported option -d
    * libselinux/utils: improve compute_av output
    * libselinux: fail selabel_open(3) on invalid option
    * Improved man pages
    * Improvements
    * libselinux, libsepol: Add CFLAGS and LDFLAGS to Makefile checks
    * libselinux: enable usage with pedantic UB sanitizers
    * libselinux: support huge passwd/group entries
    * Bugfixes:
    * libselinux/utils/selabel_digest: avoid buffer overflow
    * libselinux: avoid pointer dereference before check
    * libselinux/utils/selabel_digest: pass BASEONLY only for file backend
    * libselinux: free empty scandir(3) result
    * libselinux: free data on selabel open failure
    * libselinux: use reentrant strtok_r(3)

++++ python-semanage:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * Bugfixes:
    * libsemanage: support huge passwd entries

++++ restorecond:

  - Update to version 3.7
    https://github.com/SELinuxProject/selinux/releases/tag/3.7
    * no changes from 3.6, only version changed to 3.7

++++ sysuser-tools:

  - Allow setting of UID:GID for as defined in sysusers.d

------------------------------------------------------------------
------------------  2024-6-30  -  Jun 30 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: deflate - Add aliases to deflate (bsc#1227190).
  - commit 27ffd92
  - crypto: iaa - Account for cpu-less numa nodes (bsc#1227190).
  - commit cd600aa
  - i2c: testunit: discard write requests while old command is
    running (git-fixes).
  - i2c: testunit: don't erase registers after STOP (git-fixes).
  - mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()
    (git-fixes).
  - mmc: sdhci: Do not invert write-protect twice (git-fixes).
  - mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard
    (git-fixes).
  - mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos
    (git-fixes).
  - commit 448487d

++++ llvm19:

  - Update to version 18.1.8.
    * Fix a regression from the 18.1.6 release, which could result in
    compiler crashes in the PPCMergeStringPool pass when compiling
    for PowerPC targets.
    * Fixes clang-format regressions (since 18.1.1) on breaking
    before a stream insertion operator (<<) when both operands are
    string literals.
    * Fixes a clang-format regression (since 17.0.6) on formatting
    goto labels in macro definitions.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ fribidi:

  - update to 1.0.15:
    * Fixed the bad tarball from 1.0.14 with stall include files.
    There are no other changes

++++ pciutils:

  - update to 3.13.0:
    * lspci decodes CXL 1.1 device link status information.
    * Further development of the pcilmr (the link margining
    utility)
    * Dump parsing supports 6-digit domain numbers.
    * Bug fixes in PCIe link state reporting.
    * Decode more fields in PCIe AER capability.
    * Fixed build on Linux systems with musl libc.
    * Updated pci.ids.

++++ pcre2:

  - update to 10.44:
    * This is mostly a bug-fix and tidying release. There is one
    new function, to set a maximum size for a compiled pattern.
    The maximum name length for groups is increased to 128.
    * Some auxiliary files for building under VMS are added.

++++ python313-core:

  - move pathlib to -base
  - move _pyrepl to -base (used by pydoc which is in base)
  - fix import-mapping

++++ pinentry:

  - update to 1.3.0:
    * qt: Add new Qt6 frontend.  [rP1e79123c38]
    * qt: Set parent window on Wayland.  [T6930]
    * qt: Fix capslock detection on Wayland.  [rP7dfc60a70d]
    * qt: Fix window icon on Wayland.  [T6887]
    * qt: Add support for external password manager with libsecret.
    * qt: Remove focus indication by text selection.  [T5863]
    * qt: Use same focus indication for labels as Kleopatra.
    * qt: Improve accessibility.  [T5863]
    * gnome3: Prefer gcr-4.  [rP069c219223]
    * curses: Fix timeout handling.  [rP08408498b3]
    * curses: Add SETREPEATOK and quality bar colors.
    * curses: Add password quality meter.  [rP2923707e75]
    * curses,tty: Upon SIGINT, let pinentry exit gracefully.
    * w32: Fix non-focused window and simplify code.
    * Disable secret storage integration when running on KDE
    Plasma.
    * The Windows CE support has been removed.

++++ pv:

  - update to 1.8.10:
    * feature: new "`--output`" option to write to a file instead
    of standard output (pull request #90) supplied by xmort

++++ python313:

  - move pathlib to -base
  - move _pyrepl to -base (used by pydoc which is in base)
  - fix import-mapping

++++ python-cffi:

  - add py313-compat.patch
    py313-use-format-unraisable.patch
    py313-use-hashpointer.patch: add upstream patches for py3.13
    support

------------------------------------------------------------------
------------------  2024-6-29  -  Jun 29 2024  -------------------
------------------------------------------------------------------

++++ boost-base:

  - add patch boost-1.85.0-python-numpy-2.patch from upstream

++++ kernel-default:

  - gpiolib: cdev: Disallow reconfiguration without direction
    (uAPI v1) (git-fixes).
  - gpio: davinci: Validate the obtained number of IRQs (git-fixes).
  - commit 919ebd1

++++ python-setuptools:

  - update to 70.1.1:
    * Improve error message when pkg_resources.ZipProvider tries to
    extract resources with a missing Egg
    Added variables and parameter type annotations to
    pkg_resources to be nearly on par with typeshed.*
    * Improve error message when pkg_resources.ZipProvider tries to
    extract resources with a missing Egg
    * Added variables and parameter type annotations to
    pkg_resources to be nearly on par with typeshed.*
    * Migrated Setuptools' own config to pyproject.toml
    * Prevent a TypeError: 'NoneType' object is not callable when
    shutil_rmtree is called without an onexc parameter on
    Python<=3.11
    * Replace use of mktemp with can_symlink from the stdlib test
    suite.
    * Improvement for attr: directives in configuration to handle
    more edge cases related to complex package_dir.
    * Fix accidental implicit string concatenation.

++++ virt-manager:

  - bsc#1227116 - osinfo still uses deprecated SL-Micro name
    virtinst-add-slem60-detection-support.patch
    Dropped virtinst-add-slm-detection-support.patch

------------------------------------------------------------------
------------------  2024-6-28  -  Jun 28 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - boo1226725-test-fix1.patch
    * another try to fix coloring on s390x and other platforms
  - re-enabled patches only applied on s390x with previous change
    on all platforms again

++++ Mesa-drivers:

  - boo1226725-test-fix1.patch
    * another try to fix coloring on s390x and other platforms
  - re-enabled patches only applied on s390x with previous change
    on all platforms again

++++ kernel-default:

  - wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices
    (bsc#1227149).
  - wifi: iwlwifi: clear link_id in time_event (bsc#1227149).
  - wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149).
  - wifi: iwlwifi: remove extra kernel-doc (bsc#1227149).
  - wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig
    (bsc#1227149).
  - wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - wifi: iwlwifi: mvm: use the new command to clear the internal
    buffer (bsc#1227149).
  - commit acd03db
  - wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch.
  - commit 70a9591
  - wifi: iwlwifi: mvm: disallow puncturing in US/Canada
    (bsc#1227149).
  - wifi: iwlwifi: Add rf_mapping of new wifi7 devices
    (bsc#1227149).
  - wifi: iwlwifi: cleanup BT Shared Single Antenna code
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Do not warn if valid link pair was not found
    (bsc#1227149).
  - wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock
    (bsc#1227149).
  - wifi: iwlwifi: Don't mark DFS channels as NO-IR (bsc#1227149).
  - wifi: iwlwifi: mvm: Allow DFS concurrent operation
    (bsc#1227149).
  - wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer
    firmware (bsc#1227149).
  - wifi: iwlwifi: remove async command callback (bsc#1227149).
  - commit 0205124
  - wifi: iwlwifi: fw: file: don't use [0] for variable arrays
    (bsc#1227149).
  - wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149).
  - wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149).
  - wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149).
  - wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data
    (bsc#1227149).
  - wifi: iwlwifi: refactor RX tracing (bsc#1227149).
  - wifi: iwlwifi: mvm: Correctly report TSF data in scan complete
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Use the link ID provided in scan request
    (bsc#1227149).
  - wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad
    (bsc#1227149).
  - wifi: iwlwifi: fix system commands group ordering (bsc#1227149).
  - commit 6cae420
  - wifi: iwlwifi: drop NULL pointer check in
    iwl_mvm_tzone_set_trip_temp() (bsc#1227149).
  - wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices
    (bsc#1227149).
  - wifi: iwlwifi: read DSM func 2 for specific RF types
    (bsc#1227149).
  - wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149).
  - wifi: iwlwifi: mvm: cycle FW link on chanctx removal
    (bsc#1227149).
  - wifi: iwlwifi: trace full frames with TX status request
    (bsc#1227149).
  - wifi: iwlwifi: fw: Add support for UATS table in UHB
    (bsc#1227149).
  - wifi: iwlwifi: mvm: add a print when sending RLC command
    (bsc#1227149).
  - wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149).
  - wifi: iwlwifi: mvm: implement new firmware API for statistics
    (bsc#1227149).
  - commit ed6b54f
  - wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch.
  - commit 9866ec0
  - wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149).
  - wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149).
  - wifi: iwlwifi: mvm: Return success if link could not be removed
    (bsc#1227149).
  - wifi: iwlwifi: add support for SNPS DPHYIP region type
    (bsc#1227149).
  - wifi: iwlwifi: mvm: remove set_tim callback for MLD ops
    (bsc#1227149).
  - wifi: iwlwifi: api: fix center_freq label in PHY diagram
    (bsc#1227149).
  - wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF
    (bsc#1227149).
  - wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd
    (bsc#1227149).
  - wifi: iwlwifi: make time_events MLO aware (bsc#1227149).
  - commit 1ea0f35
  - wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS
    (bsc#1227149).
  - wifi: iwlwifi: mvm: extend alive timeout to 2 seconds
    (bsc#1227149).
  - wifi: iwlwifi: mvm: fix the PHY context resolution for p2p
    device (bsc#1227149).
  - wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add
    (bsc#1227149).
  - wifi: iwlwifi: mvm: don't add dummy phy context (bsc#1227149).
  - wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code
    (bsc#1227149).
  - wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149).
  - wifi: iwlwifi: send EDT table to FW (bsc#1227149).
  - wifi: iwlmvm: fw: Add new OEM vendor to tas approved list
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149).
  - commit 50ebcaa
  - wifi: iwlwifi: mvm: advertise support for SCS traffic
    description (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch.
  - commit 7208326
  - wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149).
  - wifi: iwlwifi: fw: increase fw_version string size
    (bsc#1227149).
  - wifi: iwlwifi: check for kmemdup() return value in
    iwl_parse_tlv_firmware() (bsc#1227149).
  - wifi: iwlwifi: fix the rf step and flavor bits range
    (bsc#1227149).
  - wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149).
  - wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs
    handler (bsc#1227149).
  - wifi: iwlwifi: abort scan when rfkill on but device enabled
    (bsc#1227149).
  - wifi: iwlwifi: mvm: Add basic link selection logic
    (bsc#1227149).
  - wifi: iwlwifi: mei: return error from register when not built
    (bsc#1227149).
  - commit fddf9eb
  - wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149).
  - wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149).
  - wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149).
  - wifi: iwlwifi: add support for new ini region types
    (bsc#1227149).
  - wifi: iwlwifi: Extract common prph mac/phy regions data dump
    logic (bsc#1227149).
  - wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices
    (bsc#1227149).
  - wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported
    (bsc#1227149).
  - wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149).
  - wifi: iwlwifi: fix opmode start/stop race (bsc#1227149).
  - wifi: iwlwifi: skip opmode start retries on dead transport
    (bsc#1227149).
  - commit 36551d1
  - wifi: iwlwifi: mvm: add support for new wowlan_info_notif
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch.
  - commit 0b379ae
  - wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error
    (bsc#1227149).
  - wifi: iwlwifi: add mapping of a periphery register crf for WH RF
    (bsc#1227149).
  - wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors
    (bsc#1227149).
  - wifi: iwlwifi: mvm: support injection antenna control
    (bsc#1227149).
  - wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149).
  - wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149).
  - wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149).
  - wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind
    (bsc#1227149).
  - commit 0882d6d
  - wifi: iwlwifi: implement enable/disable for China 2022
    regulatory (bsc#1227149).
  - wifi: iwlwifi: mvm: handle link-STA allocation in restart
    (bsc#1227149).
  - wifi: iwlwifi: mvm: iterate active links for STA queues
    (bsc#1227149).
  - wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149).
  - wifi: iwlwifi: mvm: add a debug print when we get a BAR
    (bsc#1227149).
  - wifi: iwlwifi: mvm: move listen interval to constants
    (bsc#1227149).
  - wifi: iwlwifi: no power save during transition to D3
    (bsc#1227149).
  - wifi: iwlwifi: update context info structure definitions
    (bsc#1227149).
  - wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149).
  - wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel
    (bsc#1227149).
  - commit 5c7efaf
  - wifi: iwlwifi: mvm: make "pldr_sync" mode effective
    (bsc#1227149).
  - wifi: iwlwifi: mvm: log dropped frames (bsc#1227149).
  - wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149).
  - wifi: iwlwifi: remove dead-code (bsc#1227149).
  - wifi: iwlwifi: pcie: enable TOP fatal error interrupt
    (bsc#1227149).
  - wifi: iwlwifi: pcie: give up mem read if HW is dead
    (bsc#1227149).
  - wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149).
  - wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149).
  - wifi: iwlwifi: mvm: check link more carefully (bsc#1227149).
  - wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149).
  - commit 8aa4ff8
  - virtio: delete vq in vp_find_vqs_msix() when request_irq()
    fails (CVE-2024-37353 bsc#1226875).
  - commit 4591439
  - wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch.
  - commit 68376c9
  - wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch.
  - commit f106797
  - wifi: iwlwifi: fw: reconstruct the API/CAPA enum number
    (bsc#1227149).
  - wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149).
  - wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149).
  - wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149).
  - wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative
    (bsc#1227149).
  - wifi: iwlwifi: mvm: increase session protection after CSA
    (bsc#1227149).
  - wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149).
  - wifi: iwlmei: don't send nic info with invalid mac address
    (bsc#1227149).
  - commit 85cbe83
  - wifi: iwlwifi: mvm: support flush on AP interfaces
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch.
  - commit 908ff7c
  - wifi: iwlmei: send driver down SAP message only if wiamt is
    enabled (bsc#1227149).
  - wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is
    disabled (bsc#1227149).
  - wifi: iwlmei: don't send SAP messages if AMT is disabled
    (bsc#1227149).
  - wifi: iwlwifi: remove memory check for LMAC error address
    (bsc#1227149).
  - wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs
    (bsc#1227149).
  - wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149).
  - wifi: iwlwifi: pcie: point invalid TFDs to invalid data
    (bsc#1227149).
  - wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up
    (bsc#1227149).
  - wifi: iwlwifi: pcie: move gen1 TB handling to header
    (bsc#1227149).
  - commit 92ab309
  - wifi: iwlwifi: remove 'def_rx_queue' struct member
    (bsc#1227149).
  - wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149).
  - wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149).
  - wifi: iwlwifi: api: fix a small upper/lower-case typo
    (bsc#1227149).
  - wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled
    (bsc#1227149).
  - commit aa9a391
  - Add alt-commit to iwlwifi patches
  - commit 865aa7a
  - wifi: mac80211: fix unsolicited broadcast probe config
    (bsc#1227149).
  - wifi: mac80211: initialize SMPS mode correctly (bsc#1227149).
  - wifi: mac80211: fix driver debugfs for vif type change
    (bsc#1227149).
  - wifi: mac80211: improve CSA/ECSA connection refusal
    (bsc#1227149).
  - wifi: cfg80211: detect stuck ECSA element in probe resp
    (bsc#1227149).
  - wifi: mac80211: add/remove driver debugfs entries as appropriate
    (bsc#1227149).
  - wifi: mac80211: do not re-add debugfs entries during resume
    (bsc#1227149).
  - commit 769161a
  - wifi: mac80211: remove redundant ML element check (bsc#1227149).
  - wifi: cfg80211: Update the default DSCP-to-UP mapping
    (bsc#1227149).
  - wifi: mac80211: fix spelling typo in comment (bsc#1227149).
  - wifi: mac80211: add a driver callback to check active_links
    (bsc#1227149).
  - wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149).
  - wifi: cfg80211: avoid double free if updating BSS fails
    (bsc#1227149).
  - commit e8bab13
  - wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149).
  - commit 6021aa4
  - wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error
    (bsc#1227149).
  - wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149).
  - wifi: mac80211: rework RX timestamp flags (bsc#1227149).
  - wifi: mac80211: Schedule regulatory channels check on bandwith
    change (bsc#1227149).
  - wifi: cfg80211: Schedule regulatory check on BSS STA channel
    change (bsc#1227149).
  - wifi: cfg80211: reg: Support P2P operation on DFS channels
    (bsc#1227149).
  - wifi: mac80211: Skip association timeout update after comeback
    rejection (bsc#1227149).
  - wifi: mac80211: address some kerneldoc warnings (bsc#1227149).
  - wifi: cfg80211: address several kerneldoc warnings
    (bsc#1227149).
  - commit bc44e06
  - wifi: cfg80211: generate an ML element for per-STA profiles
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch.
  - commit d924102
  - wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149).
  - wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149).
  - wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149).
  - wifi: cfg80211: fix spelling & punctutation (bsc#1227149).
  - wifi: cfg80211: sort certificates in build (bsc#1227149).
  - wifi: mac80211: drop spurious WARN_ON() in
    ieee80211_ibss_csa_beacon() (bsc#1227149).
  - wifi: mac80211: don't set ESS capab bit in assoc request
    (bsc#1227149).
  - wifi: cfg80211: consume both probe response and beacon IEs
    (bsc#1227149).
  - wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - commit 5e5ecdb
  - wifi: cfg80211: OWE DH IE handling offload (bsc#1227149).
  - commit 58c8e33
  - wifi: cfg80211: add BSS usage reporting (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch.
  - commit 5b2693d
  - wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149).
  - wifi: mac80211: add a flag to disallow puncturing (bsc#1227149).
  - wifi: cfg80211: Add support for setting TID to link mapping
    (bsc#1227149).
  - wifi: mac80211: update some locking documentation (bsc#1227149).
  - wifi: nl80211: Extend del pmksa support for SAE and OWE security
    (bsc#1227149).
  - wifi: mac80211: cleanup airtime arithmetic with
    ieee80211_sta_keep_active() (bsc#1227149).
  - wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide
    sharing (bsc#1227149).
  - wifi: cfg80211: make RX assoc data const (bsc#1227149).
  - commit e4b61c4
  - wifi: cfg80211: Extend support for scanning while MLO connected
    (bsc#1227149).
  - commit b4c9412
  - wifi: cfg80211: hold wiphy mutex for send_interface
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch.
  - commit 2123690
  - wifi: cfg80211: fix CQM for non-range use (bsc#1227149).
  - commit 3c8ba48
  - wifi: nl80211: refactor nl80211_send_mlme_event() arguments
    (bsc#1227149).
  - wifi: mac80211: Extend support for scanning while MLO connected
    (bsc#1227149).
  - wifi: mac80211: use wiphy locked debugfs for sdata/link
    (bsc#1227149).
  - wifi: mac80211: use wiphy locked debugfs helpers for agg_status
    (bsc#1227149).
  - wifi: cfg80211: add locked debugfs wrappers (bsc#1227149).
  - wifi: mac80211: drop robust action frames before assoc
    (bsc#1227149).
  - wifi: cfg80211: Allow AP/P2PGO to indicate port authorization
    to peer STA/P2PClient (bsc#1227149).
  - commit 03e12a0
  - wifi: mac80211: fix another key installation error path
    (bsc#1227149).
  - wifi: mac80211: rename struct cfg80211_rx_assoc_resp to
    cfg80211_rx_assoc_resp_data (bsc#1227149).
  - wifi: mac80211: rename ieee80211_tx_status() to
    ieee80211_tx_status_skb() (bsc#1227149).
  - wifi: mac80211: fix change_address deadlock during unregister
    (bsc#1227149).
  - wifi: mac80211: Add __counted_by for struct ieee802_11_elems
    and use struct_size() (bsc#1227149).
  - wifi: remove unused argument of ieee80211_get_tdls_action()
    (bsc#1227149).
  - wifi: mac80211: fix header kernel-doc typos (bsc#1227149).
  - wifi: cfg80211: fix header kernel-doc typos (bsc#1227149).
  - wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149).
  - wifi: mac80211: Check if we had first beacon with relevant links
    (bsc#1227149).
  - commit fa14599
  - kABI fix of KVM: x86/pmu: Prioritize VMX interception over
  - commit 1f1d114
  - wifi: mac80211: flush STA queues on unauthorization
    (bsc#1227149).
  - wifi: mac80211: purge TX queues in flush_queues flow
    (bsc#1227149).
  - wifi: cfg80211: wext: convert return value to kernel-doc
    (bsc#1227149).
  - wifi: mac80211: fix a expired vs. cancel race in roc
    (bsc#1227149).
  - wifi: mac80211: make mgd_protect_tdls_discover MLO-aware
    (bsc#1227149).
  - wifi: cfg80211: Fix typo in documentation (bsc#1227149).
  - wifi: cfg80211: Handle specific BSSID in 6GHz scanning
    (bsc#1227149).
  - wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149).
  - wifi: cfg80211: Include operating class 137 in 6GHz band
    (bsc#1227149).
  - wifi: mac80211: Rename and update
    IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149).
  - commit 585676b
  - wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return
    value (bsc#1227149).
  - commit 3835ef2
  - wifi: mac80211: fix error path key leak (bsc#1227149).
  - Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch.
  - commit 3b93fe9
  - wifi: mac80211: fix potential key leak (bsc#1227149).
  - Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch.
  - commit 9fa5ec3
  - wifi: mac80211: handle debugfs when switching to/from MLO
    (bsc#1227149).
  - wifi: mac80211: add a driver callback to add vif debugfs
    (bsc#1227149).
  - wifi: mac80211: cleanup auth_data only if association continues
    (bsc#1227149).
  - wifi: mac80211: add back SPDX identifier (bsc#1227149).
  - wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return
    type/value (bsc#1227149).
  - wifi: mac80211: expand __ieee80211_data_to_8023() status
    (bsc#1227149).
  - wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149).
  - commit e0a6a5e
  - wifi: cfg80211: add local_state_change to deauth trace
    (bsc#1227149).
  - wifi: mac80211: reject MLO channel configuration if not
    supported (bsc#1227149).
  - wifi: mac80211: report per-link error during association
    (bsc#1227149).
  - wifi: cfg80211: report per-link errors during association
    (bsc#1227149).
  - wifi: mac80211: support antenna control in injection
    (bsc#1227149).
  - wifi: mac80211: support handling of advertised TID-to-link
    mapping (bsc#1227149).
  - wifi: mac80211: add support for parsing TID to Link mapping
    element (bsc#1227149).
  - wifi: mac80211: Notify the low level driver on change in MLO
    valid links (bsc#1227149).
  - wifi: mac80211: describe return values in kernel-doc
    (bsc#1227149).
  - wifi: cfg80211: reg: describe return values in kernel-doc
    (bsc#1227149).
  - commit df6c84a
  - wifi: mac80211: allow for_each_sta_active_link() under RCU
    (bsc#1227149).
  - wifi: mac80211: relax RCU check in for_each_vif_active_link()
    (bsc#1227149).
  - wifi: mac80211: don't connect to an AP while it's in a CSA
    process (bsc#1227149).
  - wifi: mac80211: update the rx_chains after set_antenna()
    (bsc#1227149).
  - wifi: mac80211: use bandwidth indication element for CSA
    (bsc#1227149).
  - wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149).
  - wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149).
  - wifi: cfg80211: make read-only array centers_80mhz static const
    (bsc#1227149).
  - wifi: cfg80211: save power spectral density(psd) of regulatory
    rule (bsc#1227149).
  - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
    (bsc#1227149).
  - commit 7f3b9af
  - wifi: mac80211: Sanity check tx bitrate if not provided by
    driver (bsc#1227149).
  - wifi: cfg80211: export DFS CAC time and usable state helper
    functions (bsc#1227149).
  - wifi: cfg80211: call reg_call_notifier on beacon hints
    (bsc#1227149).
  - wifi: cfg80211: allow reg update by driver even if wiphy->regd
    is set (bsc#1227149).
  - wifi: mac80211: additions to change_beacon() (bsc#1227149).
  - wifi: nl80211: additions to NL80211_CMD_SET_BEACON
    (bsc#1227149).
  - wifi: cfg80211: modify prototype for change_beacon
    (bsc#1227149).
  - wifi: mac80211: fixes in FILS discovery updates (bsc#1227149).
  - wifi: nl80211: fixes to FILS discovery updates (bsc#1227149).
  - wifi: lib80211: remove unused variables iv32 and iv16
    (bsc#1227149).
  - commit 67ccb18
  - wifi: mac80211: fix various kernel-doc issues (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch.
  - commit b1c042f
  - wifi: mac80211: remove shifted rate support (bsc#1227149).
  - wifi: cfg80211: remove scan_width support (bsc#1227149).
  - wifi: wext: avoid extra calls to strlen() in ieee80211_bss()
    (bsc#1227149).
  - wifi: mac80211: fix channel switch link data (bsc#1227149).
  - wifi: mac80211: Do not force off-channel for management Tx
    with MLO (bsc#1227149).
  - wifi: mac80211: take MBSSID/EHT data also from probe resp
    (bsc#1227149).
  - wifi: mac80211: Print local link address during authentication
    (bsc#1227149).
  - wifi: cfg80211: reg: fix various kernel-doc issues
    (bsc#1227149).
  - wifi: mac80211: remove unnecessary struct forward declaration
    (bsc#1227149).
  - commit 5936128
  - wifi: cfg80211: annotate iftype_data pointer with sparse
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch.
  - commit 031b8a7
  - wifi: mac80211: add more warnings about inserting sta info
    (bsc#1227149).
  - wifi: mac80211: add support for mld in ieee80211_chswitch_done
    (bsc#1227149).
  - wifi: mac80211: fix BA session teardown race (bsc#1227149).
  - wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149).
  - commit 8e5b425
  - wifi: cfg80211: remove wdev mutex (bsc#1227149).
  - commit 4d7cf99
  - wifi: mac80211: set wiphy for virtual monitors (bsc#1227149).
  - commit 6022030
  - iommu/amd: Fix sysfs leak in iommu init (git-fixes).
  - commit 5b11e2a
  - wifi: mac80211: remove key_mtx (bsc#1227149).
  - commit 36d4ad3
  - iommu: Return right value in iommu_sva_bind_device()
    (git-fixes).
  - commit 769b149
  - wifi: mac80211: remove sta_mtx (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-check-if-the-existing-link-config-rema.patch.
  - Refresh
    patches.suse/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch.
  - commit 5b967e8
  - wifi: mac80211: reduce iflist_mtx (bsc#1227149).
  - wifi: mac80211: remove local->mtx (bsc#1227149).
  - wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149).
  - wifi: mac80211: remove chanctx_mtx (bsc#1227149).
  - wifi: mac80211: take wiphy lock for MAC addr change
    (bsc#1227149).
  - wifi: mac80211: extend wiphy lock in interface removal
    (bsc#1227149).
  - wifi: mac80211: hold wiphy_lock around concurrency checks
    (bsc#1227149).
  - wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149).
  - commit b3dacec
  - wifi: mac80211: check wiphy mutex in ops (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch.
  - commit 3b00636
  - wifi: cfg80211: check wiphy mutex is held for wdev mutex
    (bsc#1227149).
  - wifi: cfg80211: hold wiphy lock in
    cfg80211_any_wiphy_oper_chan() (bsc#1227149).
  - wifi: cfg80211: sme: hold wiphy lock for wdev iteration
    (bsc#1227149).
  - wifi: cfg80211: reg: hold wiphy mutex for wdev iteration
    (bsc#1227149).
  - wifi: mac80211: move color change finalize to wiphy work
    (bsc#1227149).
  - wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149).
  - wifi: mac80211: move filter reconfig to wiphy work
    (bsc#1227149).
  - wifi: mac80211: move tspec work to wiphy work (bsc#1227149).
  - wifi: mac80211: move key tailroom work to wiphy work
    (bsc#1227149).
  - commit d930910
  - wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch.
  - commit 6350819
  - wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch.
  - commit 46fc728
  - wifi: mac80211: move TDLS work to wiphy work (bsc#1227149).
  - wifi: mac80211: move link activation work to wiphy work
    (bsc#1227149).
  - wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149).
  - wifi: mac80211: move monitor work to wiphy work (bsc#1227149).
  - wifi: mac80211: add more ops assertions (bsc#1227149).
  - wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149).
  - wifi: mac80211: flush wiphy work where appropriate
    (bsc#1227149).
  - wifi: cfg80211: check RTNL when iterating devices (bsc#1227149).
  - commit 425f8ad
  - wifi: mac80211: lock wiphy for aggregation debugfs
    (bsc#1227149).
  - wifi: mac80211: hold wiphy lock in netdev/link debugfs
    (bsc#1227149).
  - wifi: mac80211: debugfs: lock wiphy instead of RTNL
    (bsc#1227149).
  - wifi: mac80211: fix SMPS status handling (bsc#1227149).
  - wifi: mac80211: Fix SMPS handling in the context of MLO
    (bsc#1227149).
  - wifi: mac80211: rework ack_frame_id handling a bit
    (bsc#1227149).
  - wifi: mac80211: tx: clarify conditions in if statement
    (bsc#1227149).
  - wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149).
  - wifi: cfg80211: improve documentation for flag fields
    (bsc#1227149).
  - wifi: nl80211: Remove unused declaration
    nl80211_pmsr_dump_results() (bsc#1227149).
  - commit 75d4c97
  - wifi: mac80211: mesh: Remove unused function declaration
    mesh_ids_set_default() (bsc#1227149).
  - commit b3033c6
  - wifi: mac80211: Remove unused function declarations
    (bsc#1227149).
  - Refresh
    patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch.
  - commit 343f020
  - x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
    (bsc#1222015 bsc#1226962).
  - commit ba98363
  - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC
    due to bad index (bsc#1226158).
  - commit fdb5ce1
  - net/9p: fix uninit-value in p9_client_rpc() (CVE-2024-39301
    bsc#1226994).
  - commit d8af728
  - arm64/io: add constant-argument check (bsc#1226502 git-fixes)
  - commit 45e8b78
  - struct acpi_ec kABI workaround (git-fixes).
  - commit 3605f74
  - wifi: mt76: mt7921s: fix potential hung tasks during chip
    recovery (stable-fixes).
  - commit d9504b4
  - drm/drm_file: Fix pid refcounting race (git-fixes).
  - drm/i915/gt: Fix potential UAF by revoke of fence registers
    (git-fixes).
  - drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes).
  - drm/panel: simple: Add missing display timing flags for KOE
    TX26D202VM0BWA (git-fixes).
  - drm/fbdev-dma: Only set smem_start is enable per module option
    (git-fixes).
  - net: usb: ax88179_178a: improve link status logs (git-fixes).
  - net: phy: micrel: add Microchip KSZ 9477 to the device table
    (git-fixes).
  - batman-adv: Don't accept TT entries for out-of-spec VIDs
    (git-fixes).
  - can: mcp251xfd: fix infinite loop when xmit fails (git-fixes).
  - net: can: j1939: recover socket queue on CAN bus error during
    BAM transmission (git-fixes).
  - net: can: j1939: Initialize unused data in j1939_send_one()
    (git-fixes).
  - net: can: j1939: enhanced error handling for tightly received
    RTS messages in xtp_rx_rts_session_new (git-fixes).
  - ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes).
  - ASoC: amd: acp: remove i2s configuration check in
    acp_i2s_probe() (git-fixes).
  - ASoC: amd: acp: add a null check for chip_pdev structure
    (git-fixes).
  - ASoC: q6apm-lpass-dai: close graph on prepare errors
    (git-fixes).
  - ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on
    right mclk (git-fixes).
  - ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes).
  - ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820
    (git-fixes).
  - ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2
    messages (git-fixes).
  - drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes).
  - drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes).
  - ACPI: EC: Evaluate orphan _REG under EC device (git-fixes).
  - serial: exar: adding missing CTI and Exar PCI ids
    (stable-fixes).
  - serial: imx: Introduce timeout when waiting on transmitter empty
    (stable-fixes).
  - usb: gadget: function: Remove usage of the deprecated
    ida_simple_xx() API (stable-fixes).
  - usb: typec: ucsi_glink: drop special handling for CCI_BUSY
    (stable-fixes).
  - usb: dwc3: pci: Don't set "linux,phy_charger_detect" property
    on Lenovo Yoga Tab2 1380 (stable-fixes).
  - usb: misc: uss720: check for incompatible versions of the
    Belkin F5U002 (stable-fixes).
  - usb: gadget: uvc: configfs: ensure guid to be valid before set
    (stable-fixes).
  - cpufreq: amd-pstate: fix memory leak on CPU EPP exit
    (stable-fixes).
  - ACPI: EC: Install address space handler at the namespace root
    (stable-fixes).
  - PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
    (stable-fixes).
  - power: supply: cros_usbpd: provide ID table for avoiding
    fallback match (stable-fixes).
  - platform/x86: toshiba_acpi: Add quirk for buttons on Z830
    (stable-fixes).
  - ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
    (git-fixes).
  - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
    (stable-fixes).
  - ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
    (stable-fixes).
  - drm/lima: mask irqs in timeout path before hard reset
    (stable-fixes).
  - drm/lima: add mask irq callback to gp and pp (stable-fixes).
  - drm/amd/display: revert Exit idle optimizations before HDCP
    execution (stable-fixes).
  - drm/amd/display: Exit idle optimizations before HDCP execution
    (stable-fixes).
  - Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
    (stable-fixes).
  - batman-adv: bypass empty buckets in batadv_purge_orig_ref()
    (stable-fixes).
  - ssb: Fix potential NULL pointer dereference in
    ssb_device_uevent() (stable-fixes).
  - HID: Add quirk for Logitech Casa touchpad (stable-fixes).
  - ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets
    (stable-fixes).
  - crypto: hisilicon/qm - Add the err memory release process to
    qm uninit (stable-fixes).
  - crypto: hisilicon/sec - Fix memory leak for sec resource release
    (stable-fixes).
  - commit bbedf42

++++ python313-core:

  - Update to 3.13.0~b2:
    * Core and Builtins
  - gh-119462: Make sure that invariants of type versioning are
    maintained:
    * Superclasses always have their version number assigned
    before subclasses
    * The version tag is always zero if the tag is not valid.
    * The version tag is always non-zero if the tag is valid.
  - gh-120437: Fix _CHECK_STACK_SPACE optimization problems
    introduced in gh-118322.
  - gh-120722: Correctly set the bytecode position on return
    instructions within lambdas. Patch by Jelle Zijlstra.
  - gh-120367: Fix bug where compiler creates a redundant
    jump during pseudo-op replacement. Can only happen with
    a synthetic AST that has a try on the same line as the
    instruction following the exception handler.
  - gh-113993: Strings interned with sys.intern() are again
    garbage-collected when no longer used, as per the
    documentation. Strings interned with the C function
    PyUnicode_InternInPlace() are still immortal. Internals of
    the string interning mechanism have been changed. This may
    affect performance and identities of str objects.
  - 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-120367: Fix crash in compiler on code with redundant
    NOPs and JUMPs which show up after exception handlers are
    moved to the end of the code.
  - gh-120400: Support Linux perf profiler to see Python calls
    on RISC-V architecture.
  - gh-120221: Deliver real signals on Ctrl-C and Ctrl-Z in the
    new REPL. Patch by Pablo Galindo
  - gh-120346: Respect PYTHON_BASIC_REPL when running in
    interative inspect mode (python -i). Patch by Pablo Galindo
  - gh-93691: Fix source locations of instructions generated
    for the iterator of a for statement.
  - gh-120198: Fix a crash when multiple threads read and write
    to the same __class__ of an object concurrently.
  - gh-120298: Fix use-after free in list_richcompare_impl
    which can be invoked via some specificly tailored evil
    input.
  - gh-119666: Fix a compiler crash in the case where two
    comprehensions in class scope both reference __class__.
  - gh-120225: Fix crash in compiler on empty block at end of
    exception handler.
  - gh-119933: Improve SyntaxError messages for invalid
    expressions in a type parameters bound, a type parameter
    constraint tuple or a default type parameter. Patch by
    Bénédikt Tran
  - bpo-24766: Fix handling of doc argument to subclasses of
    property
    * Library
  - gh-119614: Fix truncation of strings with embedded null
    characters in some internal operations in tkinter.
  - gh-120910: When reading installed files from an egg, use
    relative_to(walk_up=True) to honor files installed outside
    of the installation root.
  - gh-101830: Accessing the tkinter object’s string
    representation no longer converts the underlying Tcl object
    to a string on Windows.
  - gh-120811: Fix possible memory leak in
    contextvars.Context.run().
  - gh-120769: Make empty line in pdb repeats the last command
    even when the command is from cmdqueue.
  - gh-120732: Fix name passing to unittest.mock.Mock object
    when using unittest.mock.create_autospec().
  - gh-120683: Fix an error in logging.LogRecord, when the
    integer part of the timestamp is rounded up, while the
    millisecond calculation truncates, causing the log
    timestamp to be wrong by up to 999 ms (affected roughly 1
    in 8 million timestamps).
  - gh-120633: Move scrollbar and remove tear-off menus in
    turtledemo.
  - gh-120541: Improve the prompt in the “less” pager when
    help() is called with non-string argument.
  - gh-120495: Fix incorrect exception handling in Tab
    Nanny. Patch by Wulian233.
  - gh-120381: Correct inspect.ismethoddescriptor() to
    check also for the lack of __delete__(). Patch by Jan
    Kaliszewski.
  - gh-90425: The OS byte in gzip headers is now always set to
    255 when using gzip.compress().
  - gh-120343: Fix column offset reporting for tokens that come
    after multiline f-strings in the tokenize module.
  - gh-119600: Fix unittest.mock.patch() to not read attributes
    of the target when new_callable is set. Patch by Robert
    Collins.
  - gh-114053: Fix erroneous NameError when calling
    inspect.get_annotations() with eval_str=True` on a class
    that made use of PEP 695 type parameters in a module that
    had from __future__ import annotations at the top of the
    file. Patch by Alex Waygood.
  - gh-120268: Prohibit passing None to pure-Python
    datetime.date.fromtimestamp() to achieve consistency with
    C-extension implementation.
  - gh-120244: Fix memory leak in re.sub() when the replacement
    string contains backreferences.
  - gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0.
  - gh-71587: Fix crash in C version of
    datetime.datetime.strptime() when called again on the
    restarted interpreter.
  - gh-120161: datetime no longer crashes in certain complex
    reference cycle situations.
  - gh-119698: Fix symtable.Class.get_methods() and document
    its behaviour. Patch by Bénédikt Tran.
  - gh-120121: Add concurrent.futures.InvalidStateError to
    module’s __all__.
  - gh-119933: Add the symtable.SymbolTableType
    enumeration to represent the possible outputs of the
    symtable.SymbolTable.get_type method. Patch by Bénédikt
    Tran.
  - gh-120108: Fix calling copy.deepcopy() on ast trees
    that have been modified to have references to parent
    nodes. Patch by Jelle Zijlstra.
  - gh-112672: Support building tkinter with Tcl 9.0.
  - gh-65454: unittest.mock.Mock.attach_mock() no longer
    triggers a call to a PropertyMock being attached.
  - gh-81936: help() and showtopic() methods now respect a
    configured output argument to pydoc.Helper and not use the
    pager in such cases. Patch by Enrico Tröger.
  - gh-119577: The DeprecationWarning emitted when testing
    the truth value of an xml.etree.ElementTree.Element now
    describes unconditionally returning True in a future
    version rather than raising an exception in Python 3.14.
  - gh-118908: Limit exposed globals from internal imports and
    definitions on new REPL startup. Patch by Eugene Triguba
    and Pablo Galindo.
  - gh-119506: Fix io.TextIOWrapper.write() method breaks
    internal buffer when the method is called again during
    flushing internal buffer.
    * Build
  - gh-120671: Fix failing configure tests due to a missing
    space when appending to CFLAGS.
  - gh-120602: Correctly handle LLVM installs
    with LLVM_VERSION_SUFFIX when building with
  - -enable-experimental-jit.
  - gh-120326: On Windows, fix build error when --disable-gil
    and --experimental-jit options are combined.
  - gh-120291: Make the python-config shell script compatible
    with non-bash shells.
    * C API
  - gh-120858: PyDict_Next() no longer locks the dictionary in
    the free-threaded build. The locking needs to be done by
    the caller around the entire iteration loop.
  - gh-119344: The critical section API is now public as part
    of the non-limited C API.
  - gh-118789: Add
    PyUnstable_Object_ClearWeakRefsNoCallbacks(), which clears
    weakrefs without calling their callbacks.
  - gh-117511: Make the PyMutex public in the non-limited C
    API.
  - Readjust patches:
  - F00251-change-user-install-location.patch
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - subprocess-raise-timeout.patch

++++ liburing:

  - Update to 2.6:
    * Add getsockopt and setsockopt socket commands
    * Add test cases to test/hardlink
    * Man page fixes
    * Add futex support, and test cases
    * Add waitid support, and test cases
    * Add read multishot, and test cases
    * Add support for IORING_SETUP_NO_SQARRAY
    * Use IORING_SETUP_NO_SQARRAY as the default
    * Add support for IORING_OP_FIXED_FD_INSTALL
    * Add io_uring_prep_fixed_fd_install() helper
    * Support for napi busy polling
    * Improve/add test cases
    * Man page fixes
    * Add sample 'proxy' example
  - Remove (they are upstream)
    * test-no-mmap-inval-0-return-is-fine-too.patch
    * test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
  - exclude buf-ring-nommap.t test (crashes)

++++ libzypp:

  - Update soname due to RepoManager refactoring and cleanup.
  - version 17.35.0 (35)

++++ osinfo-db:

  - bsc#1227116 - osinfo still uses deprecated SL-Micro name
    Reverse prior decision to drop the use of "Enterprise" in the
    name of the SUSE Linux Micro product.
    add-slem6.0-support.patch
    Drop add-slm6.0-support.patch

++++ python313:

  - Update to 3.13.0~b2:
    * Core and Builtins
  - gh-119462: Make sure that invariants of type versioning are
    maintained:
    * Superclasses always have their version number assigned
    before subclasses
    * The version tag is always zero if the tag is not valid.
    * The version tag is always non-zero if the tag is valid.
  - gh-120437: Fix _CHECK_STACK_SPACE optimization problems
    introduced in gh-118322.
  - gh-120722: Correctly set the bytecode position on return
    instructions within lambdas. Patch by Jelle Zijlstra.
  - gh-120367: Fix bug where compiler creates a redundant
    jump during pseudo-op replacement. Can only happen with
    a synthetic AST that has a try on the same line as the
    instruction following the exception handler.
  - gh-113993: Strings interned with sys.intern() are again
    garbage-collected when no longer used, as per the
    documentation. Strings interned with the C function
    PyUnicode_InternInPlace() are still immortal. Internals of
    the string interning mechanism have been changed. This may
    affect performance and identities of str objects.
  - 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-120367: Fix crash in compiler on code with redundant
    NOPs and JUMPs which show up after exception handlers are
    moved to the end of the code.
  - gh-120400: Support Linux perf profiler to see Python calls
    on RISC-V architecture.
  - gh-120221: Deliver real signals on Ctrl-C and Ctrl-Z in the
    new REPL. Patch by Pablo Galindo
  - gh-120346: Respect PYTHON_BASIC_REPL when running in
    interative inspect mode (python -i). Patch by Pablo Galindo
  - gh-93691: Fix source locations of instructions generated
    for the iterator of a for statement.
  - gh-120198: Fix a crash when multiple threads read and write
    to the same __class__ of an object concurrently.
  - gh-120298: Fix use-after free in list_richcompare_impl
    which can be invoked via some specificly tailored evil
    input.
  - gh-119666: Fix a compiler crash in the case where two
    comprehensions in class scope both reference __class__.
  - gh-120225: Fix crash in compiler on empty block at end of
    exception handler.
  - gh-119933: Improve SyntaxError messages for invalid
    expressions in a type parameters bound, a type parameter
    constraint tuple or a default type parameter. Patch by
    Bénédikt Tran
  - bpo-24766: Fix handling of doc argument to subclasses of
    property
    * Library
  - gh-119614: Fix truncation of strings with embedded null
    characters in some internal operations in tkinter.
  - gh-120910: When reading installed files from an egg, use
    relative_to(walk_up=True) to honor files installed outside
    of the installation root.
  - gh-101830: Accessing the tkinter object’s string
    representation no longer converts the underlying Tcl object
    to a string on Windows.
  - gh-120811: Fix possible memory leak in
    contextvars.Context.run().
  - gh-120769: Make empty line in pdb repeats the last command
    even when the command is from cmdqueue.
  - gh-120732: Fix name passing to unittest.mock.Mock object
    when using unittest.mock.create_autospec().
  - gh-120683: Fix an error in logging.LogRecord, when the
    integer part of the timestamp is rounded up, while the
    millisecond calculation truncates, causing the log
    timestamp to be wrong by up to 999 ms (affected roughly 1
    in 8 million timestamps).
  - gh-120633: Move scrollbar and remove tear-off menus in
    turtledemo.
  - gh-120541: Improve the prompt in the “less” pager when
    help() is called with non-string argument.
  - gh-120495: Fix incorrect exception handling in Tab
    Nanny. Patch by Wulian233.
  - gh-120381: Correct inspect.ismethoddescriptor() to
    check also for the lack of __delete__(). Patch by Jan
    Kaliszewski.
  - gh-90425: The OS byte in gzip headers is now always set to
    255 when using gzip.compress().
  - gh-120343: Fix column offset reporting for tokens that come
    after multiline f-strings in the tokenize module.
  - gh-119600: Fix unittest.mock.patch() to not read attributes
    of the target when new_callable is set. Patch by Robert
    Collins.
  - gh-114053: Fix erroneous NameError when calling
    inspect.get_annotations() with eval_str=True` on a class
    that made use of PEP 695 type parameters in a module that
    had from __future__ import annotations at the top of the
    file. Patch by Alex Waygood.
  - gh-120268: Prohibit passing None to pure-Python
    datetime.date.fromtimestamp() to achieve consistency with
    C-extension implementation.
  - gh-120244: Fix memory leak in re.sub() when the replacement
    string contains backreferences.
  - gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0.
  - gh-71587: Fix crash in C version of
    datetime.datetime.strptime() when called again on the
    restarted interpreter.
  - gh-120161: datetime no longer crashes in certain complex
    reference cycle situations.
  - gh-119698: Fix symtable.Class.get_methods() and document
    its behaviour. Patch by Bénédikt Tran.
  - gh-120121: Add concurrent.futures.InvalidStateError to
    module’s __all__.
  - gh-119933: Add the symtable.SymbolTableType
    enumeration to represent the possible outputs of the
    symtable.SymbolTable.get_type method. Patch by Bénédikt
    Tran.
  - gh-120108: Fix calling copy.deepcopy() on ast trees
    that have been modified to have references to parent
    nodes. Patch by Jelle Zijlstra.
  - gh-112672: Support building tkinter with Tcl 9.0.
  - gh-65454: unittest.mock.Mock.attach_mock() no longer
    triggers a call to a PropertyMock being attached.
  - gh-81936: help() and showtopic() methods now respect a
    configured output argument to pydoc.Helper and not use the
    pager in such cases. Patch by Enrico Tröger.
  - gh-119577: The DeprecationWarning emitted when testing
    the truth value of an xml.etree.ElementTree.Element now
    describes unconditionally returning True in a future
    version rather than raising an exception in Python 3.14.
  - gh-118908: Limit exposed globals from internal imports and
    definitions on new REPL startup. Patch by Eugene Triguba
    and Pablo Galindo.
  - gh-119506: Fix io.TextIOWrapper.write() method breaks
    internal buffer when the method is called again during
    flushing internal buffer.
    * Build
  - gh-120671: Fix failing configure tests due to a missing
    space when appending to CFLAGS.
  - gh-120602: Correctly handle LLVM installs
    with LLVM_VERSION_SUFFIX when building with
  - -enable-experimental-jit.
  - gh-120326: On Windows, fix build error when --disable-gil
    and --experimental-jit options are combined.
  - gh-120291: Make the python-config shell script compatible
    with non-bash shells.
    * C API
  - gh-120858: PyDict_Next() no longer locks the dictionary in
    the free-threaded build. The locking needs to be done by
    the caller around the entire iteration loop.
  - gh-119344: The critical section API is now public as part
    of the non-limited C API.
  - gh-118789: Add
    PyUnstable_Object_ClearWeakRefsNoCallbacks(), which clears
    weakrefs without calling their callbacks.
  - gh-117511: Make the PyMutex public in the non-limited C
    API.
  - Readjust patches:
  - F00251-change-user-install-location.patch
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - subprocess-raise-timeout.patch

++++ qemu:

  - Update to latest stable release (9.0.1).
    Full list of backports here:
    https://lore.kernel.org/qemu-devel/1718081053.366429.1238758.nullmailer@tls.msk.ru/
    A selection of them is reported here too:
    Update version for 9.0.1 release
    target/loongarch: fix a wrong print in cpu dump
    ui/sdl2: Allow host to power down screen
    virtio-gpu: fix v2 migration
    target/i386: fix SSE and SSE2 feature check
    target/i386: fix xsave.flat from kvm-unit-tests
    disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs
    riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
    target/riscv/kvm.c: Fix the hart bit setting of AIA
    target/riscv: rvzicbo: Fixup CBO extension register calculation
    target/riscv: do not set mtval2 for non guest-page faults
    target/riscv: prioritize pmp errors in raise_mmu_exception()
    target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions
    target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
    target/riscv: rvv: Check single width operator for vector fp widen instructions
    target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions
    target/riscv/cpu.c: fix Zvkb extension config
    target/riscv: Fix the element agnostic function problem
    target/riscv/kvm: tolerate KVM disable ext errors
    target/riscv/kvm: Fix exposure of Zkr
    hw/intc/riscv_aplic: APLICs should add child earlier than realize
    iotests: test NBD+TLS+iothread
    qio: Inherit follow_coroutine_ctx across TLS
    ...

------------------------------------------------------------------
------------------  2024-6-27  -  Jun 27 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - apply patches below to get GL on s390x working again only on
    s390x, because they break colors during YaST installation
    also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)

++++ Mesa-drivers:

  - apply patches below to get GL on s390x working again only on
    s390x, because they break colors during YaST installation
    also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)

++++ gstreamer:

  - Update to version 1.24.5:
    + Highlighted bugfixes:
  - webrtcsink: Support for AV1 via nvav1enc, av1enc or rav1enc
    encoders
  - AV1 RTP payloader/depayloader fixes to work correctly with
    Chrome and Pion WebRTC
  - av1parse, av1dec error handling/robustness improvements
  - av1enc: Handle force-keyunit events properly for WebRTC
  - decodebin3: selection and collection handling improvements
  - hlsdemux2: Various fixes for discontinuities, variant
    switching, playlist updates
  - qml6glsink: fix RGB format support
  - rtspsrc: more control URL handling fixes
  - v4l2src: Interpret V4L2 report of sync loss as video signal
    loss
  - d3d12 encoder, memory and videosink fixes
  - vtdec: more robust error handling, fix regression
  - ndi: support for NDI SDK v6
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements
  - Please see https://gstreamer.freedesktop.org/releases/1.24/ for
    changes between 1.24.0 and this version and even more in-depth
    info.
  - Refresh patches with quilt.
  - Drop 0001-Canonicalize-the-library-path-returned-by-dladdr.patch
    and 0001-ptp-Dont-install-test-executable.patch: Fixed upstream.

++++ gstreamer-plugins-base:

  - Update to version 1.24.5:
    + Highlighted bugfixes:
  - webrtcsink: Support for AV1 via nvav1enc, av1enc or rav1enc
    encoders
  - AV1 RTP payloader/depayloader fixes to work correctly with
    Chrome and Pion WebRTC
  - av1parse, av1dec error handling/robustness improvements
  - av1enc: Handle force-keyunit events properly for WebRTC
  - decodebin3: selection and collection handling improvements
  - hlsdemux2: Various fixes for discontinuities, variant
    switching, playlist updates
  - qml6glsink: fix RGB format support
  - rtspsrc: more control URL handling fixes
  - v4l2src: Interpret V4L2 report of sync loss as video signal
    loss
  - d3d12 encoder, memory and videosink fixes
  - vtdec: more robust error handling, fix regression
  - ndi: support for NDI SDK v6
  - Various bug fixes, memory leak fixes, and other stability and
    reliability improvements
  - Please see https://gstreamer.freedesktop.org/releases/1.24/ for
    changes between 1.24.0 and this version and even more in-depth
    info.
  - Refresh patches with quilt.
  - Drop gst-plugins-base-audiobasesink-gap.patch and
    gstreamer-plugins-base-CVE-2024-4453.patch: Fixed upstream.

++++ kernel-default:

  - net/mlx5: Fix MTMP register capability offset in MCAM register
    (git-fixes).
  - bonding: fix oops during rmmod (CVE-2024-39296 bsc#1226989).
  - e1000e: change usleep_range to udelay in PHY mdic access
    (CVE-2024-39296 bsc#1226989).
  - dpll: spec: use proper enum for pin capabilities attribute
    (git-fixes).
  - tools: ynl: fix handling of multiple mcast groups (git-fixes).
  - tools: ynl: don't leak mcast_groups on init error (git-fixes).
  - tools: ynl: make sure we always pass yarg to mnl_cb_run
    (git-fixes).
  - commit 164182f
  - iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes).
  - iommu/vt-d: Use device rbtree in iopf reporting path
    (bsc#1224751 CVE-2024-35843).
  - iommu/vt-d: Use rbtree to track iommu probed devices
    (git-fixes).
  - commit 5f366a7
  - nilfs2: fix potential kernel bug due to lack of writeback flag
    waiting (bsc#1227066 CVE-2024-37078).
  - commit bd6df7f
  - kABI workaround for FPGA changes (CVE-2024-35247 bsc#1226948
    CVE-2024-36479 bsc#1226949 CVE-2024-37021 bsc#1226950).
  - commit 4b32e86
  - fpga: region: add owner module and take its refcount
    (CVE-2024-35247 bsc#1226948).
  - Refresh patches.suse/fpga-add-kABI-padding.patch.
  - commit 670051c
  - fpga: manager: add owner module and take its refcount
    (CVE-2024-37021 bsc#1226950).
  - Refresh patches.suse/fpga-add-kABI-padding.patch.
  - commit 34a2533
  - fpga: bridge: add owner module and take its refcount
    (CVE-2024-36479 bsc#1226949).
  - commit 545627b
  - Fix build failure on powerpc
    Refresh
    patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch.
  - commit 4cafc95
  - kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502)
  - commit 54c3656
  - net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502)
  - commit 5ea0ed2
  - arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502)
  - commit a39a193
  - s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502)
  - commit 4a798a5
  - s390: Implement __iowrite32_copy() (bsc#1226502)
  - commit 80e689b
  - x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502)
  - commit 894aede
  - net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete
    status rules (CVE-2024-36281 bsc#1226799).
  - commit a7197fd

++++ libndp:

  - Add libndp-CVE-2024-5564.patch: add a check on the route
    information option length field (bsc#1225771 CVE-2024-5564).

------------------------------------------------------------------
------------------  2024-6-26  -  Jun 26 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - u_egl-gbm-Enable-RGBA-configs.patch,
    u_egl-surfaceless-Enable-RGBA-configs.patch
    * these are needed now after applying previous patch
    u_dri-Fix-BGR-format-exclusion.patch also on other platforms
    than s390x? (boo#1226725)

++++ Mesa-drivers:

  - u_egl-gbm-Enable-RGBA-configs.patch,
    u_egl-surfaceless-Enable-RGBA-configs.patch
    * these are needed now after applying previous patch
    u_dri-Fix-BGR-format-exclusion.patch also on other platforms
    than s390x? (boo#1226725)

++++ lvm2-device-mapper:

  - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
    * update lvm2.spec for multipath-tools

++++ python-kiwi:

  - Add rd.kiwi.oem.force_resize boot option
    Forces the disk resize process on an OEM disk image.
    If set, no sanity check for unpartitioned/free space
    is performed and also an eventually configured
    <oem-resize-once> configuration from the image description
    will not be taken into account. This Fixes bsc#1224389

++++ kernel-default:

  - ceph: switch to use cap_delay_lock for the unlink delay list
    (bsc#1226022).
  - ceph: break the check delayed cap loop every 5s (bsc#1226022).
  - ceph: add ceph_cap_unlink_work to fire check_caps() immediately
    (bsc#1226022).
  - ceph: always queue a writeback when revoking the Fb caps
    (bsc#1226022).
  - ceph: always check dir caps asynchronously (bsc#1226022).
  - commit 7eb372a
  - arm64: mm: Don't remap pgtables for allocate vs populate
    (jsc#PED-8688).
  - arm64: mm: Batch dsb and isb when populating pgtables
    (jsc#PED-8688).
  - arm64: mm: Don't remap pgtables per-cont(pte|pmd) block
    (jsc#PED-8688).
  - commit fdec960
  - epoll: be better about file lifetimes (bsc#1226610
    CVE-2024-38580).
  - commit 4ff3c13
  - null_blk: Fix return value of nullb_device_power_store()
    (bsc#1226841 CVE-2024-36478).
  - commit f213a2a
  - f2fs: multidev: fix to recognize valid zero block address (bsc#1226879, CVE-2024-38636).
  - commit ec1ded3
  - s390/cpacf: Make use of invalid opcode produce a link error
    (git-fixes bsc#1227072).
  - commit 24c76d1
  - s390/ap: Fix crash in AP internal function modify_bitmap()
    (CVE-2024-38661 bsc#1226996 git-fixes).
  - commit 456a41d
  - selftests/bpf: Add sockopt case to verify prog_type (bsc#1226789
    CVE-2024-38564).
  - selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE
    (bsc#1226789 CVE-2024-38564).
  - bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in
    BPF_LINK_CREATE (bsc#1226789 CVE-2024-38564).
  - commit 2f12314
  - bpf: Fix verifier assumptions about socket->sk (bsc#1226790
    CVE-2024-38566).
  - commit dc586b3

++++ kernel-firmware-all:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-amdgpu:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-ath10k:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-ath11k:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-ath12k:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-atheros:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-bluetooth:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-bnx2:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-brcm:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-chelsio:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-dpaa2:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-i915:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-intel:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-iwlwifi:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-liquidio:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-marvell:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-media:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-mediatek:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-mellanox:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-mwifiex:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-network:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-nfp:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-nvidia:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-platform:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-prestera:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-qcom:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-qlogic:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-radeon:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-realtek:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-serial:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-sound:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-ti:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-ueagle:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ kernel-firmware-usb-network:

  - Update to version 20240622 (git commit 7d931f8afa51):
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0
    * qcom: Add AIC100 firmware files

++++ libdrm:

  - update to 2.4.122
    * fix FTBS on FreeBSD (or non-Linux in general)
    * freedreno: fix FTBS on non-Linux platforms (unused header)
    * etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms.
    * ci: upgrade debian container to bookworm
    * ci: upgrade FreeBSD VM to 14.1
    * Remove libm in libdrm dependencies
    * Sync headers with drm-next

++++ lvm2:

  - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
    * update lvm2.spec for multipath-tools

++++ zypper:

  - Let_readline_abort_on_Ctrl-C (bsc#1226493)
  - packages: add '--system' to show @System packages (bsc#222971)
  - version 1.14.74

------------------------------------------------------------------
------------------  2024-6-25  -  Jun 25 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - u_dri-Fix-BGR-format-exclusion.patch
    * fixes glxinfo/eglxinfo on s390x (boo#1226725, comment#6)

++++ Mesa-drivers:

  - u_dri-Fix-BGR-format-exclusion.patch
    * fixes glxinfo/eglxinfo on s390x (boo#1226725, comment#6)

++++ python-kiwi:

  - Fixed leap integration tests
    For whatever reason procps is not longer pulled in by the
    core dependencies. Thus we have to explicitly request it

++++ kernel-default:

  - scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226758
    CVE-2024-38559).
  - scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786
    CVE-2024-38560).
  - scsi: bnx2fc: Remove spin_lock_bh while releasing resources
    after upload (bsc#1224767 CVE-2024-36919).
  - commit 3cabc93
  - nvme: do not retry authentication failures (bsc#1186716).
  - nvme-fabrics: short-circuit reconnect retries (bsc#1186716).
  - nvme: return kernel error codes for admin queue connect
    (bsc#1186716).
  - nvmet: return DHCHAP status codes from nvmet_setup_auth()
    (bsc#1186716).
  - nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
    (bsc#1186716).
  - commit ac2b954
  - net: sched: sch_multiq: fix possible OOB write in multiq_tune()
    (CVE-2024-36978 bsc#1226514).
  - commit 3b6fd26
  - nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
    (git-fixes).
  - commit 556ea4a
  - null_blk: fix null-ptr-dereference while configuring 'power'
    and 'submit_queues' (bsc#1226841 CVE-2024-36478).
  - commit d0b4b2a
  - block: fix overflow in blk_ioctl_discard() (bsc#1225770
    CVE-2024-36917).
  - commit bbdd816
  - mm: Avoid overflows in dirty throttling logic (bsc#1222364
    CVE-2024-26720).
  - commit 77e301c
  - net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
    (CVE-2024-36974 bsc#1226519).
  - commit f911add
  - PCI: Clear Secondary Status errors after enumeration (bsc#1226928)
  - commit 606f4e7
  - nvmet-passthru: propagate status from id override functions
    (git-fixes).
  - nvme: fix nvme_pr_* status code parsing (git-fixes).
  - nvmet: fix nvme status code when namespace is disabled
    (git-fixes).
  - nvmet-tcp: fix possible memory leak when tearing down a
    controller (git-fixes).
  - nvmet-auth: replace pr_debug() with pr_err() to report an error
    (git-fixes).
  - nvmet-auth: return the error code to the nvmet_auth_host_hash()
    callers (git-fixes).
  - nvme: find numa distance only if controller has valid numa id
    (git-fixes).
  - commit 3709ef4
  - nvme: cancel pending I/O if nvme controller is in terminal state
    (bsc#1226503).
    Refresh:
  - patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch
  - commit 7dbf1d4
  - stm class: Fix a double free in stm_register_device()
    (CVE-2024-38627 bsc#1226857).
  - commit ef5c589
  - Input: ili210x - fix ili251x_read_touch_data() return value
    (git-fixes).
  - pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
    (git-fixes).
  - pinctrl: rockchip: use dedicated pinctrl type for RK3328
    (git-fixes).
  - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
    (git-fixes).
  - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
    (git-fixes).
  - pinctrl: fix deadlock in create_pinctrl() when handling
  - EPROBE_DEFER (git-fixes).
  - pinctrl: qcom: spmi-gpio: drop broken pm8008 support
    (git-fixes).
  - commit a1b46e3
  - drivers/perf: hisi: hns3: Actually use
    devm_add_action_or_reset() (CVE-2024-38603 bsc#1226842).
  - commit 4db6ba6
  - NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362).
  - commit 6ed2498

++++ multipath-tools:

  - Update to version 0.9.9+90+suse.f1d2f20:
    * Fix unit tests on Tumbleweed/armv7l
  - Update to 0.9.9 upstream (see NEWS.md for details)
    * Update udev rules to be compliant with device-mapper udev
    rules update in LVM2 >= 2.03.24.
    * Limit real-time scheduling priority to 10 by default. This
    can now be configured in multipathd.service using "LimitRTPRIO="
    * Set max_sectors_kb only on map creation, or when a new path
    is added, to avoid IO errors
    * The configuration option "flush_on_last_del" now takes the
    values "always" (="yes"), "unused" (="no"), and "never". "yes"
    and "no" are still supported
    * Add wildcard %k for max_sectors_kb for CLI commands like
    "multipath show {paths,maps} format"
    * Accept WWID value in CLI commands that take a map name, like
    "resize map $map"
    * Removed support for CLI wildcards for pathgroups, which were
    not function anyway.
    * Fix map failure count for no_path_retry > 0

++++ spirv-tools:

  - Update to release 2024.3
    * Optimizer:
    * Do not fold MUL and ADDs to generate FMAs
    * Add AliasedPointer decoration
    * Add support for vulkan-shader-profiler external passes
    * Validator:
    * Add support for OpExtInstWithForwardRefs
    * Disassembler:
    * Add decorations to comments
    * Add --nested-indent and --reorder-blocks

++++ rdma-core:

  - Update to rdma-core v52.0
  - No release notes available
  - Add upstream patch Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
    to fix libdrm detection.

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240625.f75b6e5:
    * initial leap 16 repoindex
    * Update README.md
  - Handle Leap 16 similar to LEAPM 5 vs 6

++++ passt:

  - Update to version 20240624.1ee2eca:
    * udp: Reduce scope of rport in udp_invert_portmap()
    * Revert "udp: Make rport calculation more local"
    * log: Don't report syslog failures to stderr after initialisation
    * conf, passt: Don't call __openlog() if a log file is used
    * treewide: Replace strerror() calls
    * treewide: Replace perror() calls with calls to logging functions
    * log: Add _perror() logging function variants
    * log, passt: Always print to stderr before initialisation is complete
    * conf, log: Instead of abusing log levels, add log_conf_parsed flag
    * conf, passt: Make --stderr do nothing, and deprecate it
    * conf, passt: Don't try to log to stderr after we close it
    * conf: Accept duplicate and conflicting options, the last one wins
    * netlink: Strip nexthop identifiers when duplicating routes
    * passt.1, qrap.1: align license description with SPDX identifier
    * netlink: Ignore EHOSTUNREACH failures when duplicating routes
    * netlink: With no default route, pick the first interface with a route
    * tcp: Don't rely on bind() to fail to decide that connection target is valid
    * siphash: Remove stale prototypes
    * udp: Move management of udp[46]_localname into udp_splice_send()
    * udp: Rework how we divide queued datagrams between sending methods
    * udp: Fold checking of splice flag into udp_mmh_splice_port()
    * util: Split construction of bind socket address from the rest of sock_l4()
    * tap: use in->buf_size rather than sizeof(pkt_buf)
    * iov: remove iov_copy()
    * vhost-user: compare mode MODE_PASTA and not MODE_PASST
    * udp: rename udp_sock_handler() to udp_buf_sock_handler()
    * udp: refactor UDP header update functions
    * tap: refactor packets handling functions
    * tcp: move buffers management functions to their own file
    * tcp: extract buffer management from tcp_send_flag()
    * cppcheck: Suppress constParameterCallback errors

++++ patterns-base:

  - suggest the full libcurl4 package for zypper installation

------------------------------------------------------------------
------------------  2024-6-24  -  Jun 24 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.2:
    + Support matching a OVS system interface by MAC address.
    + Fix port reactivation when the controller is reactivating.
    + Save connection timestamps when shutting down, so that the
    right connection autoactivates after restart.
    + Fix handling of VPN secrets for 2-factor authentication.

++++ containerd:

  - Revert noarch for devel subpackage for SLE 15
    Switching to noarch causes issues on SLES maintenance updates, reverting it
    fixes our image builds

++++ docker:

  - 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
  - Fix BuildKit's symlink resolution logic to correctly handle non-lexical
    symlinks. Backport of <https://github.com/moby/buildkit/pull/4896> and
    <https://github.com/moby/buildkit/pull/5060>. bsc#1221916
    + 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
  - Write volume options atomically so sudden system crashes won't result in
    future Docker starts failing due to empty files. Backport of
    <https://github.com/moby/moby/pull/48034>. bsc#1214855
    + 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch

++++ docker-compose:

  - Update to version 2.28.1:
    * Remove `console.Terminal` check and use `IsTerminal` from
    `streams.Out`

++++ kernel-default:

  - work around gcc bugs with 'asm goto' with outputs (git-fixes).
  - Refresh
    patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch.
  - Refresh
    patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch.
  - commit eac0f3f
  - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes).
  - commit 8a8a749
  - x86/tdx: Preserve shared bit on mprotect() (git-fixes).
  - commit ea4a8f6
  - x86/sev: Fix position dependent variable references in startup code (git-fixes).
  - Refresh
    patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch.
  - commit 2efccd0
  - x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump  kernel (git-fixes).
  - Refresh
    patches.suse/x86-mce-Differentiate-real-hardware-MCs-from-TDX-erratum-o.patch.
  - commit d75f0fd
  - x86/kexec: Fix bug with call depth tracking (git-fixes).
  - commit 926155d
  - x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes).
  - commit 3441c2e
  - x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes).
  - commit 820085a
  - x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes).
  - commit 1c4403a
  - net: fec: remove .ndo_poll_controller to avoid deadlocks
    (CVE-2024-38553 bsc#1226744).
  - net/mlx5: Discard command completions in internal error
    (CVE-2024-38555 bsc#1226607).
  - net/mlx5: Add a timeout to acquire the command queue semaphore
    (CVE-2024-38556 bsc#1226774).
  - net/mlx5: Reload only IB representors upon lag disable/enable
    (CVE-2024-38557 bsc#1226781).
  - net/mlx5e: Fix netif state handling (CVE-2024-38608
    bsc#1226746).
  - eth: sungem: remove .ndo_poll_controller to avoid deadlocks
    (CVE-2024-38597 bsc#1226749).
  - net: stmmac: move the EST lock to struct stmmac_priv
    (CVE-2024-38594 bsc#1226734).
  - commit d6f20aa
  - i2c: ocores: set IACK bit after core is enabled (git-fixes).
  - commit dc04936

++++ libcontainers-common:

  - While migrating config files from /etc/containers/ to /usr/share/containers/,
    preserve config files *if* modified by the user (fixes bsc#1226825).
  - update storage.conf & containers.conf to latest versions from upstream
    The only functional changes are in storage.conf:
    * change storage.options.pull_options.enable_partial_images from false to true
    * change storage.options.overlay.mount_options from `mountopt =
    "nodev,metacopy=on"` to `mountopt = "nodev"`
  - add download_files service to fetch the latest config on `osc service mr`
  - add storage-conf-prio-list.patch that modifies the upstream storage.conf to
    add our storage driver priority list

++++ ncurses:

  - Add ncurses patch 20240622
    + improve test/gdc.c (patch by Branden Robinson).
    + improve formatting/style of manpages (patches by Branden Robinson).
    + adjust naming of mingw *-config scripts to match the pkg-config names
    + widen pattern in pc/*-config scripts to disallow more linker options
    + add --cflags-only-I and --cflags-only-other options to
    misc/ncurses-config.in
    + revert change to CF_BUILD_CC macro (report by Vassili Courzakis,
    cf: 20240518).
  - Port patch ncurses-6.4.dif
  - Port edit.sed script to new ncurses-config

++++ shadow:

  - bsc#1226850: Drop incorrect econf patch (until time to fix it)
    Drop shadow-4.16.0-econf.patch

++++ systemd:

  - Don't automatically clean unmodified config files up (bsc#1226415)
    Relying on the presence of .rpmsave for detecting unmodified main config files
    couldn't work as it created a time window in which some of the systemd
    services were restarted with no config file. That had the bad side effect to
    restart them with the upstream defaults, ignoring any user's customization.

++++ libzypp:

  - Workaround broken libsolv-tools-base requirements (fixes
    openSUSE/zypper#551)
  - Strip ssl_clientkey from repo urls (bsc#1226030)
  - Remove protobuf build dependency.
  - Lazily attach medium during refresh workflows (bsc#1223094)
  - Refactor RepoManager and add Service workflows.
  - version 17.34.2 (34)

++++ openSUSE-repos-LeapMicro:

  - Ensure that refresh-services / refs is called after addservice
  - Update to version 20240621.6fd1ef2:
    * Update README.md
    * use osc service mr for update
    * Disable source and debug repos by default for Tumbleweed ports
    * Use cdn.opensuse.org for Tumbleweed ports

++++ suse-module-tools:

  - Update to version 16.0.45:
    * udevrules: activate CPUs on hotplug for s390, too (bsc#1224400)

------------------------------------------------------------------
------------------  2024-6-23  -  Jun 23 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Specfile cleanup
    * copy rust crate sources into subprojects folder
    * remove supplements. nvk is still new
  - Specfile changes for Rust crates. Also added this to README-suse-maintenance.md
    * Since Rust crates are not installed or discouraged to be installed
    as system dependencies because of the maintenance burden of being the
    next crates.io, we will have to download the following crates as vendored
    dependencies. Hence, do not be scared if the dependencies are done like
    this To check new crates or update the versions, just go to the subprojects
    folder and run `grep -r crates .` then set versions appropriately.

++++ Mesa-drivers:

  - Specfile cleanup
    * copy rust crate sources into subprojects folder
    * remove supplements. nvk is still new
  - Specfile changes for Rust crates. Also added this to README-suse-maintenance.md
    * Since Rust crates are not installed or discouraged to be installed
    as system dependencies because of the maintenance burden of being the
    next crates.io, we will have to download the following crates as vendored
    dependencies. Hence, do not be scared if the dependencies are done like
    this To check new crates or update the versions, just go to the subprojects
    folder and run `grep -r crates .` then set versions appropriately.

++++ kernel-default:

  - regulator: bd71815: fix ramp values (git-fixes).
  - regulator: core: Fix modpost error "regulator_get_regmap"
    undefined (git-fixes).
  - spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to
    CCR_BUSWIDTH_4 (git-fixes).
  - spi: stm32: qspi: Fix dual flash mode sanity test in
    stm32_qspi_setup() (git-fixes).
  - firmware: psci: Fix return value from psci_system_suspend()
    (git-fixes).
  - commit 5c1d1d7

++++ vim:

  - Update to 9.1.0512:
    * Mode message for spell completion doesn't match allowed keys
    * CursorMovedC triggered wrongly with setcmdpos()
    * update runtime files
    * CI: test_gettext fails on MacOS14 + MSVC Win
    * not possible to translate Vim script messages
    * termdebug plugin can be further improved
    * add gomod filetype plugin
    * hard to detect cursor movement in the command line
    * Optionally highlight parameterised types
    * filetype: .envrc & .prettierignore not recognized
    * filetype: Faust files are not recognized
    * inner-tag textobject confused about ">" in attributes
    * cannot use fuzzy keyword completion
    * Remove the group exclusion list from @javaTop
    * wrong return type for execute() function
    * MS-Windows: too much legacy code
    * too complicated mapping restore in termdebug
    * simplify mapping
    * cannot switch buffer in a popup
    * MS-Windows: doesn't handle symlinks properly
    * getcmdcompltype() interferes with cmdline completion
    * termdebug can be further improved
    * update htmldjango detection
    * Improve Turkish documentation
    * include a simple csv filetype and syntax plugin
    * include the the simple nohlsearch package
    * matched text is highlighted case-sensitively
    * Matched text isn't highlighted in cmdline pum
    * Fix typos in several documents
    * clarify when text properties are cleared
    * improve the vim-shebang example
    * revert unintended formatting changes for termdebug
    * Add a config variable for commonly used compiler options
    * Wrong matched text highlighted in pum with 'rightleft'
    * bump length of character references in syntax script
    * properly check mapping variables using null_dict
    * fix KdlIndent and kdlComment in indent script
    * Test for patch 9.1.0489 doesn't fail without the fix
    * Fold multi-line comments with the syntax kind of &fdm
    * using wrong type for PlaceSign()
    * filetype: Vim-script files not detected by shebang line
    * revert unintended change to zip#Write()
    * add another tag for vim-shebang feature
    * Cmdline pum doesn't work properly with 'rightleft'
    * minor style problems with patch 9.1.0487
    * default completion may break with fuzzy
    * Wrong padding for pum "kind" with 'rightleft'
    * Update base-syntax, match shebang lines
    * MS-Windows: handle files with spaces properly
    * Restore HTML syntax file tests
    * completed item not update on fuzzy completion
    * filetype: Snakemake files are not recognized
    * make TermDebugSendCommand() a global function again
    * close all buffers in the same way
    * Matched text shouldn't be highlighted in "kind" and "menu"
    * fix wrong helptag for :defer
    * Update base-syntax, match :sleep arg
    * include Georgian keymap
    * Sorting of completeopt+=fuzzy is not stable
    * correctly test for windows in NetrwGlob()
    * glob() on windows fails with [] in directory name
    * rewrite mkdir() doc and simplify {flags} meaning
    * glob() not sufficiently tested
    * update return type for job_info()
    * termdebug plugin needs more love
    * correct return types for job_start() and job_status()
    * Update base-syntax, match :catch and :throw args
    * Include element values in non-marker annotations
    * Vim9: term_getjob() throws an exception on error
    * fuzzy string matching executed when not needed
    * fuzzy_match_str_with_pos() does unnecessary list operations
    * restore description of "$" in col() and virtcol()
    * deduplicate getpos(), line(), col(), virtcol()
    * Update g:vimsyn_comment_strings dump file tests
    * Use string interpolation instead of string concat
    * potential deref of NULL pointer in fuzzy_match_str_with_pos
    * block_editing errors out when using <enter>
    * Update base-syntax, configurable comment string highlighting
    * fix typos in syntax.txt
    * Cannot see matched text in popup menu
    * Update base-syntax, match multiline continued comments
    * clarify documentation for "v" position at line()
    * cmod_split modifier is always reset in term_start()
    * remove line-continuation characters
    * use shiftwidth() instead of &tabstop in indent script
    * Remove orphaned screen dump files
    * include syntax, indent and ftplugin files
    * CI: Test_ColonEight() fails on github runners
    * add missing Enabled field in syntax script
    * basic svelte ftplugin file
    * term_start() does not clear vertical modifier
    * fix mousemodel restoration by comparing against null_string
    * Added definitions of Vim scripts and plugins
    * Exclude lambda expressions from _when_ _switch-case_ label clauses
    * Fix saved_mousemodel check
    * Inconsistencies between functions for option flags
    * Crash when using autocmd_get() after removing event inside autocmd
    * Fix small style issues
    * add return type info for Vim function descriptions
    * Update Italian Vim manpage
    * disable the q mapping
    * Change 'cms' for C++ to '// %s'
    * fix type mismatch error
    * Fix wrong email address
    * convert termdebug plugin to Vim9 script

------------------------------------------------------------------
------------------  2024-6-22  -  Jun 22 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/mlx5: Add check for srq max_sge attribute (git-fixes)
  - commit 5a7a44c
  - RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes)
  - commit a73b3cb
  - RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes)
  - commit 194920a
  - RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes)
  - commit 93d4abb
  - RDMA/mlx5: Remove extra unlock on error path (git-fixes)
  - commit 662ecd8
  - RDMA/rxe: Fix responder length checking for UD request packets (git-fixes)
  - commit 77ecb50
  - RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes)
  - commit 9ec1cd9
  - RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes)
  - commit 19f32fe
  - drm/i915/mso: using joiner is not possible with eDP MSO
    (git-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9
    (stable-fixes).
  - ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your
    kernel is fine." (git-fixes).
  - thermal/drivers/mediatek/lvts_thermal: Return error in case
    of invalid efuse data (git-fixes).
  - dmaengine: ioatdma: Fix missing kmem_cache_destroy()
    (git-fixes).
  - dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
    (git-fixes).
  - dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
    (git-fixes).
  - dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes).
  - dmaengine: idxd: Fix possible Use-After-Free in
    irq_process_work_list (git-fixes).
  - xhci: Apply broken streams quirk to Etron EJ188 xHCI host
    (stable-fixes).
  - xhci: Apply reset resume quirk to Etron EJ188 xHCI host
    (stable-fixes).
  - xhci: Set correct transferred length for cancelled bulk
    transfers (stable-fixes).
  - drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes).
  - ACPI: x86: Force StorageD3Enable on more products
    (stable-fixes).
  - nilfs2: fix nilfs_empty_dir() misjudgment and long loop on
    I/O errors (git-fixes).
  - kheaders: explicitly define file modes for archived headers
    (stable-fixes).
  - intel_th: pci: Add Lunar Lake support (stable-fixes).
  - intel_th: pci: Add Meteor Lake-S support (stable-fixes).
  - intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes).
  - intel_th: pci: Add Granite Rapids SOC support (stable-fixes).
  - intel_th: pci: Add Granite Rapids support (stable-fixes).
  - clkdev: Update clkdev id usage to allow for longer names
    (stable-fixes).
  - nilfs2: return the mapped address from nilfs_get_page()
    (stable-fixes).
  - commit 8bec8e0

++++ tuned:

  - Update to version 2.23.0.2+git.5d5dbfc:
    * chore: remove use of deprecated Logger.warn()
    * new release (2.23.0)
    * Disk plugin: make hdparm device checks lazy
    * Revert "Video plugin: make hdparm device checks lazy"
    * Video plugin: make hdparm device checks lazy
    * Do not check for x86_energy_perf_policy if it won't be used
    * Check that writes are necessary if they may cause redundant IPIs
    * Add an option to skip `write_to_file` if the content would not change
    * Turn on amdgpu panel power savings in balanced-battery
    * Modify the video plugin for tuning of the amdgpu `panel_power_savings` attribute
    * video: Don't show error when trying to read radeon files
    * video: make missing radeon_powersave files quieter
    * video: Rename _radeon_powersave_files to _files
    * feat: add plugin_irq
    * throughput-performance: dropped unused AMD related variable
    * ppd: Adjust the detection of 'performance-degraded'
    * ppd: Fix hold releasing
    * ppd: Add debug logs when changing base profile
    * Re-check dbus when (re)starting TuneD from tuned-adm profile
    * functions: added 'log' which helps with debugging
    * Simplify reading/writing from/to sysctl by using existing functions
    * Fix logs in `commands.read_file`
    * plugin_cpu: decrease the severity of _has_pm_qos==False
    * sap-netweaver: increased vm.max_map_count
    * daemon: buffer sighup signal
    * tuned-ppd: Detect battery change events
    * Migrate profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/
    * Propagate unexpected exceptions in the wait exception handler
    * Add an option to configure profile directories
    * Use get_list to parse unix_socket_signal_path
    * Add a function to parse lists in the global configuration
    * Added intel_recommended_pstate builtin function.
    * dbus: add commands to dynamically create/destroy instances
    * dbus: ensure that hotplug operations only work on hotplug plugins
    * instance: add priority as a property
    * monitor_net: fixed traceback if stats cannot be read
    * plugin_net: do not read monitors if dynamic tuning is disabled
    * Allow equal characters in parameter value

------------------------------------------------------------------
------------------  2024-6-21  -  Jun 21 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update baselibs.conf
  - Build requires rust-cbindgen >= 0.25. However, this means
    we cannot build libvulkan_nouveau on Leap.
  - Enable libvulkan_nouveau including the following depencencies
    * add rust crate paste-1.0.14.tar.gz
    * add rust crate proc-macro2-1.0.70.tar.gz
    * add rust crate quote-1.0.33.tar.gz
    * add rust crate syn-2.0.39.tar.gz
    * add rust crate unicode-ident-1.0.12.tar.gz

++++ Mesa-drivers:

  - Update baselibs.conf
  - Build requires rust-cbindgen >= 0.25. However, this means
    we cannot build libvulkan_nouveau on Leap.
  - Enable libvulkan_nouveau including the following depencencies
    * add rust crate paste-1.0.14.tar.gz
    * add rust crate proc-macro2-1.0.70.tar.gz
    * add rust crate quote-1.0.33.tar.gz
    * add rust crate syn-2.0.39.tar.gz
    * add rust crate unicode-ident-1.0.12.tar.gz

++++ aaa_base:

  - Update to version 84.87+git20240620.57ee9e1:
    * Remove legacy-actions support [jsc#PED-264]

++++ btrfsprogs:

  - Let btrfsprogs-bash-completion require btrfsprogs with same version
    as there is a file conflict with the bash completion scripts
    still being bundled with btrfsprogs in older versions shipped with 15.6

++++ docker-compose:

  - Update to version 2.28.0:
    * go.mod: github.com/compose-spec/compose-go v2.1.3
    * go.mod: docker/docker and docker/cli v27.0.1-rc.1
  - Update to version 2.27.3:
    * build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
    * build(deps): bump github.com/docker/buildx from 0.15.0 to
    0.15.1
  - Update to version 2.27.2:
    * using as flag of the up command, watch was blocking process
    shutdown This happened when sunsetting the application from
    docker compose down command
    * Add open watch docs in up menu
    * bump buildkit to v0.14.0 and buildx to v0.15.0
    * stop watch process when associated up process is stopped
    * build(deps): bump github.com/docker/docker
    * build(deps): bump github.com/containerd/containerd from 1.7.17
    to 1.7.18
    * build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
    * build(deps): bump github.com/hashicorp/go-version from 1.6.0 to
    1.7.0
    * build: replace uses of archive.CanonicalTarNameForPath
    * update gh actions versions, update engine matrix, bump golang
    to 1.21.11
    * enforce keyboard.Close is always executed to restore terminal
    * config --environment
    * Readd event
    * remove unreachable code
    * Fix dot env file to define COMPOSE_* variables
    * return an error when --detach and --watch are used together in
    up command
    * Correct 'cancellation' typo in comment
    * Fix: change append to use slice index in ps.go
    * COMPOSE_PROFILES can be set by .env file
    * prevent concurrent map write relying on project immutability

++++ kernel-default:

  - drivers/perf: hisi_pcie: Fix out-of-bound access when valid
    event group (CVE-2024-38569 bsc#1226772).
  - commit 6715b52
  - drivers/perf: hisi: hns3: Fix out-of-bound access when valid
    event group (CVE-2024-38568 bsc#1226771).
  - commit 33d69e0
  - sched/core: Fix incorrect initialization of the 'burst'
    parameter in cpu_max_write() (bsc#1226791).
  - commit 6b67975
  - virtio_net: checksum offloading handling fix (git-fixes).
  - commit d283709
  - virtio_net: avoid data-races on dev->stats fields (git-fixes).
  - commit 50373fb
  - vfio/fsl-mc: Block calling interrupt handler without trigger
    (bsc#1222810 CVE-2024-26814).
  - commit b1aee55
  - vfio/platform: Create persistent IRQ handlers (bsc#1222809
    CVE-2024-26813).
  - commit 28ae90e
  - ALSA: hda/realtek: Add more codec ID to no shutup pins list
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8
    (stable-fixes).
  - ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4
    (stable-fixes).
  - ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5
    (stable-fixes).
  - ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4
    (stable-fixes).
  - ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5
    (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook
    445/465 G11 (stable-fixes).
  - ALSA: hda: cs35l56: Fix lifecycle of codec pointer
    (stable-fixes).
  - commit 3c2cbdc
  - net: usb: rtl8150 fix unintiatilzed variables in
    rtl8150_get_link_ksettings (git-fixes).
  - net: usb: ax88179_178a: improve reset check (git-fixes).
  - net: phy: mxl-gpy: Remove interrupt mask clearing from
    config_init (git-fixes).
  - net: lan743x: Support WOL at both the PHY and MAC appropriately
    (git-fixes).
  - net: lan743x: disable WOL upon resume to restore full data
    path operation (git-fixes).
  - ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM
    (git-fixes).
  - ALSA: hda: tas2781: Component should be unbound before
    deconstruction (git-fixes).
  - ALSA: hda: cs35l41: Component should be unbound before
    deconstruction (git-fixes).
  - ALSA: hda: cs35l56: Component should be unbound before
    deconstruction (git-fixes).
  - ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
    (git-fixes).
  - ALSA: hda/realtek: Remove Framework Laptop 16 from quirks
    (git-fixes).
  - ALSA: seq: ump: Fix missing System Reset message handling
    (git-fixes).
  - ALSA: hda: cs35l41: Possible null pointer dereference in
    cs35l41_hda_unbind() (git-fixes).
  - commit 045593b
  - tcp: Dump bound-only sockets in inet_diag (bsc#1204562).
  - commit ff006da

++++ openSUSE-build-key:

  - Ensure that SLM 6.0 key is installed on Leap Micro and Leap 16
  - install SLFO / SLM 6.0 key and SLES 15 SP6+ key by default

------------------------------------------------------------------
------------------  2024-6-20  -  Jun 20 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.1.2
  - -> https://docs.mesa3d.org/relnotes/24.1.2

++++ Mesa-drivers:

  - Update to bugfix release 24.1.2
  - -> https://docs.mesa3d.org/relnotes/24.1.2

++++ avahi:

  - Add avahi-filter-bogus-services.patch: no longer supply bogus
    services to callbacks (bsc#1226586).

++++ curl:

  - add multibuild for minimal libcurl flavored build (useful for
    container environments)
  - split zsh and fish completion into subpackages to have
    proper supplements

++++ dpdk:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang and %python3_fix_shebang_path macros
    [bsc#1212476]

++++ python-kiwi:

  - Fix potential race condition in loop detach
    The call to 'losetup -d' is in fact an async operation. Once
    the command returns the loop can still be associated with the
    former file because it gets lazy unbound and releases later.
    Prior re-use of the same loop device it is therefore required
    to wait until the kernel event queue is processed.

++++ health-checker:

  - Remove rchealth-checker symlink [jsc#PED-264]

++++ kernel-default:

  - cachefiles: remove requests from xarray during flushing requests
    (bsc#1226588).
  - commit b238f81
  - net/smc: fix neighbour and rtable leak in smc_ib_find_route()
    (git-fixes bsc#1225823 CVE-2024-36945 bsc#1226547).
  - commit d4aa573
  - selftests/bpf: test case for callback_depth states pruning logic
    (bsc#1225903).
  - bpf: check bpf_func_state->callback_depth when pruning states
    (bsc#1225903).
  - commit 6632e43

++++ libarchive:

  - Update lib-suffix.patch
    * Add LIB_SUFFIX to libdir path in the pkg-config file

++++ libassuan:

  - Update to 3.0.0:
    * API change: For new code, which uses libassuan with nPTH, please
    use gpgrt_get_syscall_clamp and assuan_control, instead of the
    system_hooks API.  Use of ASSUAN_SYSTEM_NPTH is deprecated with new
    API version 3. If it's really needed to keep using old
    implementation of ASSUAN_SYSTEM_NPTH, you need to change your your
    application code, to define
    ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS before including
    <assuan.h>.  For an application which uses version 2 API
    (NEED_LIBASSUAN_API=2 in its configure.ac), use of
    ASSUAN_SYSTEM_NPTH is still supported. [T5914]
    * New function assuan_control. [T6625]
    * New function assuan_sock_accept. [T5925]
    * New functions assuan_pipe_wait_server_termination and
    assuan_pipe_kill_server to support abstraction of process. [T6487]
    * Windows support for sendfd/recvfd. [T6236]
    * Implement timeout in assuan_sock_connect_byname. [T3302]
    * No support for WindowsCE, any more. [T6170]
    * New socket flags "linger" and "reuseaddr". [rA87f92fe962]
    * Interface changes relative to the 2.5.0 release:
  - assuan_sock_accept                  NEW.
  - assuan_pipe_wait_server_termination NEW.
  - assuan_pipe_kill_server             NEW.
  - assuan_sock_set_flag                EXTENDED.
  - assuan_sock_get_flag                EXTENDED.
    * Release-info: https://dev.gnupg.org/T7163

++++ libgcrypt:

  - Update to 1.11.0:
    * New and extended interfaces:
  - Add an API for Key Encapsulation Mechanism (KEM). [T6755]
  - Add Streamlined NTRU Prime sntrup761 algorithm. [rCcf9923e1a5]
  - Add Kyber algorithm according to FIPS 203 ipd 2023-08-24. [rC18e5c0d268]
  - Add Classic McEliece algorithm. [rC003367b912]
  - Add One-Step KDF with hash and MAC. [T5964]
  - Add KDF algorithm HKDF of RFC-5869. [T5964]
  - Add KDF algorithm X963KDF for use in CMS. [rC3abac420b3]
  - Add GMAC-SM4 and Poly1305-SM4. [rCd1ccc409d4]
  - Add ARIA block cipher algorithm. [rC316c6d7715]
  - Add explicit FIPS indicators for MD and MAC algorithms. [T6376]
  - Add support for SHAKE as MGF in RSA. [T6557]
  - Add gcry_md_read support for SHAKE algorithms. [T6539]
  - Add gcry_md_hash_buffers_ext function. [T7035]
  - Add cSHAKE hash algorithm. [rC065b3f4e02]
  - Support internal generation of IV for AEAD cipher mode. [T4873]
    * Performance:
  - Add SM3 ARMv8/AArch64/CE assembly implementation. [rCfe891ff4a3]
  - Add SM4 ARMv8/AArch64 assembly implementation. [rCd8825601f1]
  - Add SM4 GFNI/AVX2 and GFI/AVX512 implementation. [rC5095d60af4,rCeaed633c16]
  - Add SM4 ARMv9 SVE CE assembly implementation. [rC2dc2654006]
  - Add PowerPC vector implementation of SM4. [rC0b2da804ee]
  - Optimize ChaCha20 and Poly1305 for PPC P10 LE. [T6006]
  - Add CTR32LE bulk acceleration for AES on PPC. [rC84f2e2d0b5]
  - Add generic bulk acceleration for CTR32LE mode (GCM-SIV) for SM4
    and Camellia. [rCcf956793af]
  - Add GFNI/AVX2 implementation of Camellia. [rC4e6896eb9f]
  - Add AVX2 and AVX512 accelerated implementations for GHASH (GCM)
    and POLYVAL (GCM-SIV). [rCd857e85cb4, rCe6f3600193]
  - Add AVX512 implementation for SHA512. [rC089223aa3b]
  - Add AVX512 implementation for Serpent. [rCce95b6ec35]
  - Add AVX512 implementation for Poly1305 and ChaCha20. [rCcd3ed49770, rC9a63cfd617]
  - Add AVX512 accelerated implementation for SHA3 and Blake2. [rCbeaad75f46,rC909daa700e]
  - Add VAES/AVX2 accelerated i386 implementation for AES. [rC4a42a042bc]
  - Add bulk processing for XTS mode of Camellia and SM4. [rC32b18cdb87, rCaad3381e93]
  - Accelerate XTS and ECB modes for Twofish and Serpent. [rCd078a928f5,rC8a1fe5f78f]
  - Add AArch64 crypto/SHA512 extension implementation for SHA512. [rCe51d3b8330]
  - Add AArch64 crypto-extension implementation for Camellia. [rC898c857206]
  - Accelerate OCB authentication on AMD with AVX2. [rC6b47e85d65]
    * Bug fixes:
  - For PowerPC check for missing optimization level for vector register usage. [T5785]
  - Fix EdDSA secret key check. [T6511]
  - Fix decoding of PKCS#1-v1.5 and OAEP padding. [rC34c2042792]
  - Allow use of PKCS#1-v1.5 with SHA3 algorithms. [T6976]
  - Fix AESWRAP padding length check. [T7130]
    * Other:
  - Allow empty password for Argon2 KDF. [rCa20700c55f]
  - Various constant time operation imporvements.
  - Add "bp256", "bp384", "bp512" aliases for Brainpool curves.
  - Support for the random server has been removed. [T5811]
  - The control code GCRYCTL_ENABLE_M_GUARD is deprecated and not
    supported any more.  Please use valgrind or other tools. [T5822]
  - Logging is now done via the libgpg-error logging functions. [rCab0bdc72c7]
    * Remove patches fixed upstream:
  - libgcrypt-no-deprecated-grep-alias.patch
  - libgcrypt-Chacha20-poly1305-Optimized-chacha20-poly1305.patch
  - libgcrypt-ppc-enable-P10-assembly-with-ENABLE_FORCE_SOF.patch
    * Rebase patches:
  - libgcrypt-FIPS-jitter-errorcodes.patch
  - libgcrypt-FIPS-jitter-whole-entropy.patch

++++ libgpg-error:

  - Update to 1.50:
    * New set of process spawn functions. [T6249]
    * Fixed return type for gpgrt_b64dec_proc and gpgrt_b64dec_finish
    to gpg_err_code_t.  This enum return type is in almost all cases
    compatible to the formerly used gpg_error_t (i.e. unsigned int).
    * Interface changes relative to the 1.49 release:
    gpgrt_process_t                     CHANGED (never used).
    gpgrt_spawn_actions_t               NEW type.
    gpgrt_process_requests              NEW enum.
    gpgrt_process_spawn                 NEW.
    gpgrt_process_terminate             NEW.
    gpgrt_process_get_streams           NEW.
    gpgrt_process_ctl                   NEW.
    gpgrt_process_wait                  NEW.
    gpgrt_process_release               NEW.
    gpgrt_spawn_actions_new             NEW.
    gpgrt_spawn_actions_release         NEW.
    gpgrt_spawn_actions_set_redirect    NEW.
    gpgrt_spawn_actions_set_environ     NEW (posix only).
    gpgrt_spawn_actions_set_inherit_fds NEW (posix only).
    gpgrt_spawn_actions_set_atfork      NEW (posix only).
    gpgrt_spawn_actions_set_envvars     NEW (w32 only).
    gpgrt_spawn_actions_set_inherit_handles NEW (w32 only).
    GPGRT_PROCESS_DETACHED              NEW.
    GPGRT_PROCESS_NO_CONSOLE            NEW.
    GPGRT_PROCESS_NO_EUID_CHECK         NEW.
    GPGRT_PROCESS_STDIN_PIPE            NEW.
    GPGRT_PROCESS_STDOUT_PIPE           NEW.
    GPGRT_PROCESS_STDERR_PIPE           NEW.
    GPGRT_PROCESS_STDINOUT_SOCKETPAIR   NEW.
    GPGRT_PROCESS_STDIN_KEEP            NEW.
    GPGRT_PROCESS_STDOUT_KEEP           NEW.
    GPGRT_PROCESS_STDERR_KEEP           NEW.
    GPGRT_PROCESS_STDFDS_SETTING        NEW.
    GPGRT_SPAWN_INHERIT_FILE            REMOVED (never used).
    GPGRT_SPAWN_NONBLOCK                REMOVED (never used).
    GPGRT_SPAWN_RUN_ASFW                REMOVED (never used).
    GPGRT_SPAWN_DETACHED                REMOVED (never used).
    GPGRT_SPAWN_KEEP_STDIN              REMOVED (never used).
    GPGRT_SPAWN_KEEP_STDOUT             REMOVED (never used).
    GPGRT_SPAWN_KEEP_STDERR             REMOVED (never used).
    * Release-info: https://dev.gnupg.org/T7102

++++ wayland:

  - Update to release 1.23.0
    * A mechanism to set the size of the internal connection buffer used by
    libwayland
    * An enum-header mode for wayland-scanner to generate headers with only enums
    * wayland-scanner now generates validator functions for enums on the server
    side
    * Protocols can now indicate with a "deprecated-since" XML attribute that a
    request, event or enum entry is deprecated
    * An API to set a name for a queue to aid debugging
    * wl_client_get_user_data() and wl_client_set_user_data() to more easily attach
    custom data to a client
    * OpenBSD support
    * A wl_shm.release request for proper cleanup of this global

++++ openSUSE-repos-LeapMicro:

  - Ensure package gets removed on migration to commmercial products
    Issue #62 on gh
  - Update _service file's set_version and obs_scm to manual
    spec will be now updated by running osc service mr

++++ pam-config:

  - Update to version 2.11+git.20240620:
    * Call pam_fscrypt/pam_ecryptfs as first session module
    [bsc#1226452]

++++ python-dnspython:

  - Update to version 2.6.1
    * The Tudoor fix ate legitimate Truncated exceptions, preventing
    the resolver from failing over to TCP and causing the query to
    timeout.
  - Update to version 2.6.0
    * As mentioned in the “TuDoor” paper and the associated
    CVE-2023-29483, the dnspython stub resolver is vulnerable to a
    potential DoS if a bad-in-some-way response from the right
    address and port forged by an attacker arrives before a
    legitimate one on the UDP port dnspython is using for that
    query.
    This release addresses the issue by adopting the recommended
    mitigation, which is ignoring the bad packets and continuing to
    listen for a legitimate response until the timeout for the
    query has expired.
    * Added support for the NSID EDNS option.
    * Dnspython now looks for version metadata for optional packages
    and will not use them if they are too old. This prevents
    possible exceptions when a feature like DoH is not desired in
    dnspython, but an old httpx is installed along with
    dnspython for some other purpose.
    * The DoHNameserver class now allows GET to be used instead of
    the default POST, and also passes source and source_port
    correctly to the underlying query methods.
  - Update to version 2.5.0
    * Dnspython now uses hatchling for builds.
    * Cython is no longer supported due to various typing issues.
    * Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses.
    Previously it was possible for non-canonical IPv6 forms to be
    stored in a AAAA address, which would work correctly but
    possibly cause problmes if the address were used as a key in a
    dictionary.
    * The number of messages in a section can be retrieved with
    section_count().
    * Truncation preferences for messages can be specified.
    * The length of a message can be automatically prepended when
    rendering.
    * dns.message.create_response() automatically adds padding when
    required by RFC 8467.
    * The TLS verify parameter is now supported by dns.query.tls(),
    and the DoH and DoT Nameserver subclasses.
    * The MutableMapping used to store content in a zone may now be
    specified by a factory when subclassing. Factories may also be
    provided for writable verisons and immutable versions.
    * dns.name.Name now has predecessor() and successor() methods
    implementing RFC 4471.
    * QUIC has had a number of bug fixes and also now supports
    session tickets for faster session resumption.
    * The NSEC3 class now has a next_name() method for retrieving the
    next name as a dns.name.Name.

++++ python-packaging:

  - update to 24.1:
    * No unreleased changes.

++++ virt-manager:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

------------------------------------------------------------------
------------------  2024-6-19  -  Jun 19 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
    graphics (boo#1226462)

++++ Mesa-drivers:

  - Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
    graphics (boo#1226462)

++++ accountsservice:

  - Update accountsservice-sysconfig.patch: work with SELinux policy
    (bsc#1222978).

++++ btrfsprogs:

  - update to 6.9
    * mkfs:
    * if --force used, don't continue if the mount status cannot be
    determined (e.g. due to permissions)
    * fix minimum size calculation on zoned devices, make it work with option -b
    * check:
    * option --clear-ino-cache removed (functionality still provided in
    'rescue' command group)
    * detect and repair wrong file extent item ram_bytes value
    * qgroup clear-stale:
    * sync the filesystem before search to read the up to date state
    * handle cases where qgroup cannot be deleted due to uncleaned subvolume
    or when squota is enabled
    * qgroup show: display status of qgroup regarding the cleaning of the
    subvolume or if it's squota
    * receive: fix stream parsing on strict alignment hosts (e.g. ARM v5 or v6)
    * tune change-csum: fix check of dev-replace status item, continue if no
    dev-replace in progress
    * dump-tree: print contents of dev-replace status item
    * convert: fix extent iteration to handle prealloc/unwritten extents
    * libbtrfsutil:
    * patchlevel version update 1.3.1
    * fix potentially unaligned access to send stream
    * create library links to all version levels
    * libbtrfs:
    * patchlevel version update 0.1.3
    * fix potentially unaligned access to send stream
    * create library links to all version levels
    * build:
    * fix compatibility with e2fsprogs 1.47.1
    * fix header file dependency tracking
    * other:
    * documentation updates

++++ python-kiwi:

  - Fixed repository include to image with dnf
    When specifying a repository element with imageinclude="true",
    kiwi permanently adds the repo file inside of the image.
    The distribution standard path is used to store the repo
    file in this case. With dnf a package manager exists that is
    primarily used on Fedora and RHEL systems. Thus the standard
    path for the repo files is set to "/etc/yum.repos.d".
    However, dnf can also be used for other rpm based distributions
    e.g SUSE. On such a system the default path does not exist
    or is different because another package manager is the
    default. This commit makes sure that the expected path is
    created prior adding any repo files.

++++ drbd:

  - drbd: fix build error against kernel v6.9.3 (boo#1226510)
    * add patch
    + bsc1226510-fix-build-err-against-6.9.3.patch

++++ kdump:

  - upgrade to version 2.0.7
    * set KDUMP_CPUs to 0 (all CPUs) by default
    * fadump: use fadump=nocma when user data not filtered out (bsc#1224214)

++++ kernel-default:

  - supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649)
    Module is marked supported because of merge from SP6, but lets add
    reference to SLM6.0 maintenance task.
  - commit d270c07
  - gpio: tqmx86: introduce shadow register for GPIO output value
    (git-fixes).
  - Refresh
    patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch.
  - commit 559245f
  - efi/x86: Free EFI memory map only when installing a new one
    (git-fixes).
  - gpio: lpc32xx: fix module autoloading (stable-fixes).
  - commit d39df35
  - Move upstreamed NFS patch into sorted section
  - commit 19c3986
  - nfsd: optimise recalculate_deny_mode() for a common case
    (bsc#1217912).
  - commit 882d2ff
  - NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633
    bsc#1226226).
  - commit b98e69a
  - NFS: abort nfs_atomic_open_v23 if name is too long
    (bsc#1219847).
  - NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
    (bsc#1219847).
  - commit 772961e

++++ samba:

  - Update to 4.20.2
    * vfs_widelinks with DFS shares breaks case insensitivity;
    (bso#15662); (bsc#1213607).
    * Samba build is not reproducible; (bso#13213).
    * ldb qsort might r/w out of bounds with an intransitive
    compare function; (bso#15569).
    * Many qsort() comparison functions are non-transitive, which
    can lead to out-of-bounds access in some circumstances;
    (bso#15625).
    * Need to change gitlab-ci.yml tags in all branches to avoid CI
    bill; (bso#15638).
    * We have added new options --vendor-name and --vendor-patch-
    revision arguments to ./configure to allow distributions and
    packagers to put their name in the Samba version string so
    that when debugging Samba the source of the binary is
    obvious; (bso#15654).
    * CTDB RADOS mutex helper misses namespace support;
    (bso#15665).
    * Dynamic DNS updates with the internal DNS are not working;
    (bso#13019).
    * netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with
    SysvolReady=0; (bso#14981).
    * Anonymous smb3 signing/encryption should be allowed (similar
    to Windows Server 2022); (bso#15412).
    * Panic in dreplsrv_op_pull_source_apply_changes_trigger;
    (bso#15573).
    * s4:nbt_server: does not provide unexpected handling, so
    winbindd can't use nmb requests instead cldap; (bso#15620).
    * winbindd, net ads join and other things don't work on an ipv6
    only host; (bso#15642).
    * Segmentation fault when deleting files in vfs_recycle;
    (bso#15659).
    * Panic in vfs_offload_token_db_fetch_fsp(); (bso#15664).
    * "client use kerberos" and --use-kerberos is ignored for the
    machine account; (bso#15666).
    * Regression DFS not working with widelinks = true;
    (bso#15435).
    * samba-gpupdate - Invalid NtVer in netlogon_samlogon_response;
    (bso#15633).
    * idmap_ad creates an incorrect local krb5.conf in case of
    trusted domain lookups; (bso#15653).
    * The images don't build after the git security release and
    CentOS 8 Stream is EOL; (bso#15660).

++++ openssl-3:

  - FIPS: Check that the fips provider is available before setting
    it as the default provider in FIPS mode. [bsc#1220523]
    * Rebase openssl-Force-FIPS.patch

++++ libproxy-client:

  - Update to version 0.5.7:
    + Handle empty ignore settings.

++++ libproxy-backend:

  - Update to version 0.5.7:
    + Handle empty ignore settings.

++++ shadow:

  - Update to 4.16.0:
    * The shadow implementations of id(1) and groups(1) are deprecated
    in favor of the GNU coreutils and binutils versions.
    They will be removed in 4.17.0.
    * The rlogind implementation has been removed.
    * The libsubid major version has been bumped, since it now requires
    specification of the module's free() implementation.
  - Update shadow-login_defs-suse.patch
  - Add shadow-4.16.0-econf.patch:
    Replace deprecated econf_readDirs with econf_readConfig

++++ ppp:

  - drop support for PPPoATM and the dependency on linux-atm-devel

------------------------------------------------------------------
------------------  2024-6-18  -  Jun 18 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - BuildRequire python3-pycparser when building drivers on ARM:
    etnaviv drm module requires this module to build.

++++ Mesa-drivers:

  - BuildRequire python3-pycparser when building drivers on ARM:
    etnaviv drm module requires this module to build.

++++ conntrack-tools:

  - Remove rc* symlinks

++++ lvm2-device-mapper:

  - change BuildRequires due to corosync devel package rename
    * update lvm2.spec, use pkgconfig(corosync)

++++ python-kiwi:

  - Bump version: 10.0.21 → 10.0.22

++++ issue-generator:

  - Remove rc* symlinks [jsc#PED-266]

++++ kernel-default:

  - fs/9p: fix uninitialized values during inode evict (bsc#1225815
    CVE-2024-36923).
  - commit b349473
  - x86/mce: Dynamically size space for machine check records
    (bsc#1222241).
  - commit 2d0d4b2
  - nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049).
  - Refresh
    patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch.
  - commit 099b967
  - net: preserve kabi for struct dst_ops (CVE-2024-36971
    bsc#1226145).
  - commit 6d764b6
  - kcov: don't lose track of remote references during softirqs
    (git-fixes).
  - commit fc5abf0
  - rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
    (CVE-2024-27414 bsc#1224439).
  - commit 6651625
  - netfilter: nf_tables: reject new basechain after table flag update
    (CVE-2024-35900 bsc#1224497).
  - commit ef2c4d5
  - net: fix __dst_negative_advice() race (CVE-2024-36971
    bsc#1226145).
  - commit 604ed28
  - ipv6: Fix infinite recursion in fib6_dump_done() (CVE-2024-35886
    bsc#1224670).
  - commit ba91bc1

++++ kernel-firmware-all:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-amdgpu:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-ath10k:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-ath11k:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-ath12k:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-atheros:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-bluetooth:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-bnx2:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-brcm:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-chelsio:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-dpaa2:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-i915:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-intel:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-iwlwifi:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-liquidio:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-marvell:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-media:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-mediatek:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-mellanox:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-mwifiex:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-network:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-nfp:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-nvidia:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-platform:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-prestera:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-qcom:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-qlogic:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-radeon:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-realtek:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-serial:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-sound:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-ti:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-ueagle:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ kernel-firmware-usb-network:

  - Update to version 20240618 (git commit 7d931f8afa51):
    * amlogic: Update bluetooth firmware binary
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core
    * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB
    * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB
    * amdgpu: update DMCUB to v0.0.222.0 for DCN314
    * iwlwifi: add ty/So/Ma firmwares for core88-87 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release
    * linux-firmware: add new cc33xx firmware for cc33xx chips
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop
    * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware for Lenovo Thinkbooks
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SDMA 6.0.2 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * 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: 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 vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update SDMA 6.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 green sardine 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 SDMA 6.0.1 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.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: add support for PSP 14.0.1
    * amdgpu: add support for VPE 6.1.1
    * amdgpu: add support for VCN 4.0.6
    * amdgpu: add support for SDMA 6.1.1
    * amdgpu: add support for GC 11.5.1
    * amdgpu: Add support for DCN 3.5.1
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add ordinary firmware for RTL8821AU device

++++ c-ares:

  - c-ares 1.31.0
    Changes:
    * Enable Query Cache by default. [PR #786]
    Bugfixes:
    * Enhance Windows DNS configuration change detection to also
    detect manual DNS configuration changes. [PR #785]
    * Various legacy MacOS Build fixes. [Issue #782]
    * Ndots value of zero in resolv.conf was not being honored. [852a60a]
    * Watt-32 build support had been broken for some time. [PR #781]
    * Distribute `ares_dns_rec_type_tostr` manpage. [PR #778]

++++ libcontainers-common:

  - Move the following distro configs files to /usr/share/containers/:
    * /etc/containers/mounts.json
    * /etc/containers/storage.conf
    * /etc/containers/seccomp.json
  - New release 20240618
  - bump bundled c/common to 0.59.1
  - bump bundled c/image to 5.31.0
  - bump bundled c/storage to 1.54.0

++++ lvm2:

  - change BuildRequires due to corosync devel package rename
    * update lvm2.spec, use pkgconfig(corosync)

++++ systemd:

  - testsuite: move a misplaced %endif
  - Merge systemd-coredump back into the main package (bsc#1091684)
  - testsuite: only require the devel packages when pulling the dlopen'd
    dependencies (the libraries are dependencies of the devel packages).

++++ openSUSE-repos-LeapMicro:

  - Add Leap Micro 6.X 5.X handling
    * no dedicated update repo for slem updates.
    * oss repo will now always include slem 6.X updates
  - Update to version 20240618.8c4e429:
    * keep micro5 in micro5 repoindex
  - Update to version 20240618.727f0a2:
    * Use new path names for micro 6.0
    * use 6.0 for leap-micro6 repoindex
    * Add repoindex for Micro 6
    * Update README.md with openqa reference
    * Update README.md with --gpg-auto-import-keys
    * Remove reference to undefined substitution

++++ python-urllib3:

  - Add CVE-2024-37891.patch (bsc#1226469)

++++ socat:

  - 0004-udp-listen-bind4.patch: fixed a UDP listen error (bsc#1226459)

++++ virt-manager:

  - Skip some tests that fail under Pytest 8.x.

++++ wget:

  - Fix mishandled semicolons in the userinfo subcomponent could lead to an
    insecure behavior in which data that was supposed to be in the userinfo
    subcomponent is misinterpreted to be part of the host subcomponent.
    [bsc#1226419, CVE-2024-38428, properly-re-implement-userinfo-parsing.patch]

------------------------------------------------------------------
------------------  2024-6-17  -  Jun 17 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240617.f5ff27f:
    * add /usr/bin/nu to etc/shells for nushell

++++ curl:

  - remove mozilla-nss code (unsupported since 8.3.0)

++++ python-kiwi:

  - Fixed selinux labels for boot files
    When kiwi calls the bootloader config and installation modules
    several files gets created as unlabeled_t because the labeling
    happened earlier. This commit ensures that setfiles gets called
    after BootLoaderConfig and/or BootLoaderInstall has done its
    job. This Fixes #2568
  - Add bash to package requirements
    If there are script evaluations that does not specify
    an interpreter, kiwi uses bash for it. The same applies
    for sub-process invocations using shell pipelines. Thus
    the bash shell is a required tool for kiwi under certain
    circumstances. Further details in Issue #2567

++++ hwdata:

  - update to 0.383:
    * Update pci and vendor ids

++++ kernel-default:

  - drm/amd/display: Disable idle reallow as part of command/gpint (bsc#1225702 CVE-2024-36024)
  - commit 6d53e8c
  - RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized
    address translation (bsc#1225300).
  - RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300).
  - commit 82b08f9
  - i2c: designware: Fix the functionality flags of the slave-only
    interface (git-fixes).
  - i2c: at91: Fix the functionality flags of the slave-only
    interface (git-fixes).
  - USB: class: cdc-wdm: Fix CPU lockup caused by excessive log
    messages (git-fixes).
  - xhci: Handle TD clearing for multiple streams case (git-fixes).
  - thunderbolt: debugfs: Fix margin debugfs node creation condition
    (git-fixes).
  - usb-storage: alauda: Check whether the media is initialized
    (git-fixes).
  - usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
    (git-fixes).
  - usb: typec: tcpm: fix use-after-free case in
    tcpm_register_source_caps (git-fixes).
  - USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
    (git-fixes).
  - tty: n_tty: Fix buffer offsets when lookahead is used
    (git-fixes).
  - drivers: core: synchronize really_probe() and dev_uevent()
    (git-fixes).
  - iio: imu: inv_icm42600: delete unneeded update watermark call
    (git-fixes).
  - iio: dac: ad5592r: fix temperature channel scaling value
    (git-fixes).
  - iio: adc: ad9467: fix scan type sign (git-fixes).
  - misc: microchip: pci1xxxx: Fix a memory leak in the error
    handling of gp_aux_bus_probe() (git-fixes).
  - misc: microchip: pci1xxxx: fix double free in the error handling
    of gp_aux_bus_probe() (git-fixes).
  - mei: me: release irq in mei_me_pci_resume error path
    (git-fixes).
  - ax25: Fix refcount imbalance on inbound connections (git-fixes).
  - tpm_tis: Do *not* flush uninitialized work (git-fixes).
  - selftests/mm: fix build warnings on ppc64 (stable-fixes).
  - selftests/mm: compaction_test: fix incorrect write of zero to
    nr_hugepages (git-fixes).
  - genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
    (git-fixes).
  - drm/amdgpu/atomfirmware: add intergrated info v2.3 table
    (stable-fixes).
  - intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes).
  - mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect
    GPIO on Asus T100TA (git-fixes).
  - mmc: sdhci-acpi: Disable write protect detection on Toshiba
    WT10-A (stable-fixes).
  - mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot
    not working (stable-fixes).
  - mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes).
  - mmc: sdhci: Add support for "Tuning Error" interrupts
    (stable-fixes).
  - mmc: core: Add mmc_gpiod_set_cd_config() function
    (stable-fixes).
  - media: mxl5xx: Move xpt structures off stack (stable-fixes).
  - media: lgdt3306a: Add a check against null-pointer-def
    (stable-fixes).
  - media: v4l2-core: hold videodev_lock until dev reg, finishes
    (stable-fixes).
  - drm/amdgpu: add error handle to avoid out-of-bounds
    (stable-fixes).
  - drm/i915/hwmon: Get rid of devm (stable-fixes).
  - wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes).
  - wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
    (stable-fixes).
  - wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
    (stable-fixes).
  - wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes).
  - wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU
    (stable-fixes).
  - ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
    (stable-fixes).
  - crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes).
  - drm/sun4i: hdmi: Move mode_set into enable (stable-fixes).
  - drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes).
  - mmc: core: Do not force a retune before RPMB switch
    (stable-fixes).
  - commit 8df97c4
  - nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049).
  - commit 7af7bce

++++ libnettle:

  - Update to 3.10:
    * Bug fixes:
  - Add missing hash functions sha512_224 and sha512_256 to the
    nettle_get_hashes() list. The name values in the
    corresponding nettle_hash structs also changed to use
    underscore instead of dash, for consistency.
  - Fix a few cases of formally undefined calls to memcpy(dst,
    NULL, 0), resulting from valid calls to, e.g.,
    sha256_update(ctx, 0, NULL).
    * New features:
  - Support RSA-OAEP encryption. Contributed by Nicolas Mora and Daiki Ueno.
  - New function sha3_256_shake_output, new functions
    sha3_128_init, sha3_128_update, sha3_128_shake,
    sha3_128_shake_output. Contributed by Daiki Ueno.
  - Added DRBG-CTR with AES256, contributed by Simon Josefsson.
    * Optimizations:
  - New combined gcm-aes assembly for powerpc64, contributed by Danny Tsen.
  - New sha256 assembly for powerpc64, contributed by Eric Richter.
  - Improved performance for powerpc64 AES decrypt, by skipping
    subkey transformations that don't suit the vncipher instructions.
  - Add arm64 CPU feature detection for Android and for Apple systems,
    contributed by Foolbar and Tim Kosse, prespectively.
    * Miscellaneous:
  - New tests for side-channel silence, based on valgrind.
  - Delete all md5 assembly code. Delete all sparc32 assembly code.

++++ ncurses:

  - Add ncurses patch 20240615
    + improve formatting/style of manpages (patches by Branden Robinson).
    + review/update modules files.
    + improve install-rules in Ada95 makefiles (report by Branden Robinson).
    + improve formatting/style of manpages in test-directory.

++++ nghttp2:

  - update to 1.62.1:
    * nghttpx: Fix batch UDP QUIC packet dropped on GRO read
  - update to 1.62.0:
    * nghttpx: Fix QUIC stateless reset stack buffer overflow
    * Require c-ares >= 1.16.0 for ares_getaddrinfo
    * Require C++20 compiler
    * Adopt std::to_array and remove make_array
    * nghttpx: Define APIEndpoints separately
    * nghttpx: Do not send error/status body when method is HEAD
    * nghttpx: Fix alignment issues in BlockAllocator
    * nghttpx: Simplify parameter declaration for ipc_fd functions
    * nghttpx: Add extent to ipc_fd explicitly
    * Make make_byte_ref return std::span
    * Make util::decode_hex return std::span
    * Rewrite util::parse_uint
    * Let base64::decode return std::span
    * Refactor StringRef
    * Stringref refactor c str and str
    * Add StringRef literal operator and remove StringRef::from_lit
    * Make StringRef(const std::string&) implicit
    * Add http2::make_field family functions
    * Remove std::string conversion operator from StringRef
    * Optimize StringRef comparisons against c-string
    * Pack more quic pkt
    * nghttpx: Dynamic GSO failover
    * Refactor ImmutableString
    * nghttpx: Refactor QUIC data path
    * nghttpx: Fix inherited TCP port comparison
    * make_websocket_accept_token: Lesser conversions
    * Add http3::make_field family functions
    * Remove unnecessary namespace qualifications
    * Refactor http utils
    * Refactor streq
    * Remove util::streq and let StringRef operator== deal with it
    * Update the link for the Prefix.pdf document. fix #2178
    * Introduce typed nghttp2_min and nghttp2_max
  - drop gcc7.patch (obsolete, we require C++20 now)

++++ passt:

  - Update to version 20240607.8a83b53:
    * selinux: Allow access to user_devpts
    * tcp, flow: Fix some error paths which didn't clean up flows properly
    * util: Use 'long' to represent millisecond durations
    * lineread: Use ssize_t for line lengths
    * conf: Safer parsing of MAC addresses
    * util: Use unsigned indices for bits in bitmaps
    * clang-tidy: Enable the bugprone-macro-parentheses check
    * Remove pointless macro parameters in CALL_PROTO_HANDLER
    * udp: Make rport calculation more local
    * tcp: Make pointer const in tcp_revert_seq
    * log: Remove log_to_stdout option
    * conf: Don't print usage via the logging subsystem
    * conf: Remove unhelpful usage() wrapper
    * tcp: move seq_to_tap update to when frame is queued

++++ perl:

  - move UNIVERSAL.pm into perl-base

------------------------------------------------------------------
------------------  2024-6-16  -  Jun 16 2024  -------------------
------------------------------------------------------------------

++++ haproxy:

  - Update to version 3.0.2+git0.a45a8e623:
    * [RELEASE] Released version 3.0.2
    * DOC: management: rename show stats domain cli "dns" to "resolvers"
    * DOC/MINOR: management: add -dZ option
    * DOC/MINOR: management: add missed -dR and -dv options
    * BUG/MINOR: quic: fix padding of INITIAL packets
    * BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request
    * CLEANUP: log/proxy: fix comment in proxy_free_common()
    * BUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logformat expressions
    * MINOR: proxy: add proxy_free_common() helper function
    * BUG/MINOR: promex: Skip resolvers metrics when there is no resolver section
    * DOC: config: add missing context hint for new server and proxy keywords
    * DOC: config: add missing section hint for "guid" proxy keyword
    * DOC: config: move "hash-key" from proxy to server options
    * BUG/MEDIUM: log: fix lf_expr_postcheck() behavior with default section
    * 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 email-alert leak on deinit()
    * BUG/MINOR: proxy: fix log_tag leak on deinit()
    * BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
    * MINOR: log: fix "http-send-name-header" ignore warning message

++++ kernel-default:

  - ocfs2: fix sparse warnings (bsc#1219224).
  - ocfs2: speed up chain-list searching (bsc#1219224).
  - ocfs2: adjust enabling place for la window (bsc#1219224).
  - ocfs2: improve write IO performance when fragmentation is high
    (bsc#1219224).
  - commit 98a3adb

------------------------------------------------------------------
------------------  2024-6-15  -  Jun 15 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/exynos: hdmi: report safe 640x480 mode as a fallback when
    no EDID found (git-fixes).
  - drm/nouveau: don't attempt to schedule hpd_work on headless
    cards (git-fixes).
  - drm/bridge/panel: Fix runtime warning on panel bridge release
    (git-fixes).
  - drm/komeda: check for error-valued pointer (git-fixes).
  - commit b393dd7

------------------------------------------------------------------
------------------  2024-6-14  -  Jun 14 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.1.1
  - -> https://docs.mesa3d.org/relnotes/24.1.1
  - Update to new feature release 24.1.0
  - -> https://docs.mesa3d.org/relnotes/24.1.0
  - Some interesting highlights include:
    * NVIDIA Vulkan driver NVK is now considered ready for prime time.
    Distro packagers are now recommended to include `nouveau` in the
    `vulkan-drivers` list so that their users can have the option of using it
    instead of the proprietary NVIDIA driver.
    * Intel Vulkan driver Anv switched to truly asynchronous VM bind, and Xe
    support for error dump to debug GPU hangs was added.
    * Apple OpenGL driver Asahi has reached OpenGL 4.6 and OpenGL ES 3.2
    support.
    * Broadcom Vulkan driver V3DV gained support for VK_KHR_dynamic_rendering.
    * Arm Mali OpenGL driver Panfrost was prepared for Gen10 (Gxxx), and
    Vulkan driver PanVK was modernised for better Midgard (Txxx) and
    Bifrost (Gxxx) support.
    * All Vulkan drivers have gained support for explicit synchronisation on
    Wayland and X11.
  - adjusted patches:
    * n_stop-iris-flicker.patch
    * python36-buildfix1.patch
  - supersedes patches:
    * 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch
    * 0002-glx-fix-some-indentation.patch
    * 0003-glx-add-an-implicit-param-to-createScreen.patch
    * 0004-glx-pass-implicit-load-param-through-allocation.patch
    * 0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch
    * 0006-gbm-plumb-an-implicit-param-through-device-creation.patch
    * 0007-frontends-dri-plumb-an-implicit-param-through-screen.patch
    * 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
    * 0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
    * 0010-glx-silence-more-implicit-load-zink-errors.patch
  - added libvdpau_d3d12 package
  - small cleanup in specfile

++++ Mesa-drivers:

  - Update to bugfix release 24.1.1
  - -> https://docs.mesa3d.org/relnotes/24.1.1
  - Update to new feature release 24.1.0
  - -> https://docs.mesa3d.org/relnotes/24.1.0
  - Some interesting highlights include:
    * NVIDIA Vulkan driver NVK is now considered ready for prime time.
    Distro packagers are now recommended to include `nouveau` in the
    `vulkan-drivers` list so that their users can have the option of using it
    instead of the proprietary NVIDIA driver.
    * Intel Vulkan driver Anv switched to truly asynchronous VM bind, and Xe
    support for error dump to debug GPU hangs was added.
    * Apple OpenGL driver Asahi has reached OpenGL 4.6 and OpenGL ES 3.2
    support.
    * Broadcom Vulkan driver V3DV gained support for VK_KHR_dynamic_rendering.
    * Arm Mali OpenGL driver Panfrost was prepared for Gen10 (Gxxx), and
    Vulkan driver PanVK was modernised for better Midgard (Txxx) and
    Bifrost (Gxxx) support.
    * All Vulkan drivers have gained support for explicit synchronisation on
    Wayland and X11.
  - adjusted patches:
    * n_stop-iris-flicker.patch
    * python36-buildfix1.patch
  - supersedes patches:
    * 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch
    * 0002-glx-fix-some-indentation.patch
    * 0003-glx-add-an-implicit-param-to-createScreen.patch
    * 0004-glx-pass-implicit-load-param-through-allocation.patch
    * 0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch
    * 0006-gbm-plumb-an-implicit-param-through-device-creation.patch
    * 0007-frontends-dri-plumb-an-implicit-param-through-screen.patch
    * 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
    * 0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
    * 0010-glx-silence-more-implicit-load-zink-errors.patch
  - added libvdpau_d3d12 package
  - small cleanup in specfile

++++ aaa_base:

  - Update to version 84.87+git20240614.332933e:
    * Do not save/restore cursor for foot at status line
    * Add tmux and others to DIR_COLORS (Issue #116)
    * Remove kernel.pid_max limit (bsc#1219038)
    * Add subpackge to enable ptrace

++++ cloud-init:

  - remove dependency on /usr/bin/python3 via using the macros (bsc#1212476)

++++ transactional-update:

  - Enable soft-reboot by default again as announced in
    https://microos.opensuse.org/blog/2024-06-13-soft-reboot/

++++ firewalld:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ fwupd:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]
  - Update to version 1.9.21:
    + This release adds the following features:
  - Add a fwupd.conf option to ignore CHID requirements for
    development.
    + This release fixes the following bugs:
  - Allow loading Wacom device flags from metadata.
  - Check for needs-shutdown like we do needs-reboot.
  - Fix updating the Aerox 3 Wireless Mouse.
    + This release adds support for the following hardware:
  - Synaptics Carrera devices.
  - Wacom Movink devices.

++++ kernel-default:

  - smb: client: fix use-after-free bug in
    cifs_debug_data_proc_show() (bsc#1225487, CVE-2023-52752).
  - commit c4e1b53
  - Temporarily drop KVM patch that caused a regression (bsc#1226158)
    Delete patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch
  - commit 33f31da
  - kABI: bpf: verifier kABI workaround
    (bsc#1225903).
  - commit 726091c
  - bpf: keep track of max number of bpf_loop callback iterations
    (bsc#1225903).
  - selftests/bpf: test widening for iterating callbacks
    (bsc#1225903).
  - bpf: widening for callback iterators (bsc#1225903).
  - selftests/bpf: tests for iterating callbacks (bsc#1225903).
  - bpf: verify callbacks as if they are called unknown number of
    times (bsc#1225903).
  - bpf: extract setup_func_entry() utility function (bsc#1225903).
  - bpf: extract __check_reg_arg() utility function (bsc#1225903).
  - selftests/bpf: track string payload offset as scalar in
    strobemeta (bsc#1225903).
  - selftests/bpf: track tcp payload offset as scalar in
    xdp_synproxy (bsc#1225903).
  - bpf: print full verifier states on infinite loop detection
    (bsc#1225903).
  - selftests/bpf: test if state loops are detected in a tricky case
    (bsc#1225903).
  - bpf: correct loop detection for iterators convergence
    (bsc#1225903).
  - selftests/bpf: tests with delayed read/precision makrs in loop
    body (bsc#1225903).
  - bpf: exact states comparison for iterator convergence checks
    (bsc#1225903).
  - bpf: extract same_callsites() as utility function (bsc#1225903).
  - bpf: move explored_state() closer to the beginning of verifier.c
    (bsc#1225903).
  - commit 63dfc45
  - ipv6: Fix potential uninit-value access in __ip6_make_skb()
    (CVE-2024-36903 bsc#1225741).
  - commit f510672
  - Update references
  - commit 36a2563
  - drm/amd/display: Skip on writeback when it's not applicable (CVE-2024-36914 bsc#1225757).
  - commit e1ad803
  - cpufreq: amd-pstate: Fix the inconsistency in max frequency
    units (git-fixes).
  - commit 9dd9a2b
  - gpiolib: cdev: Fix use after free in lineinfo_changed_notify
    (bsc#1225737 CVE-2024-36899).
  - commit 24144db
  - nouveau: report byte usage in VRAM usage (git-fixes).
  - Refresh
    patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch.
  - commit 5638f93
  - nouveau: add an ioctl to report vram usage (stable-fixes).
  - Refresh
    patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch.
  - commit 7ea88ac
  - nouveau: add an ioctl to return vram bar size (stable-fixes).
  - Refresh
    patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch.
  - commit 07ddfce
  - platform/x86: dell-smbios: Fix wrong token data in sysfs
    (git-fixes).
  - net: phy: Micrel KSZ8061: fix errata solution not taking effect
    problem (git-fixes).
  - wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes).
  - wifi: mac80211: correctly parse Spatial Reuse Parameter Set
    element (git-fixes).
  - wifi: iwlwifi: mvm: don't read past the mfuart notifcation
    (git-fixes).
  - wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
    (git-fixes).
  - wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of
    debugfs ifdef (git-fixes).
  - wifi: iwlwifi: mvm: set properly mac header (git-fixes).
  - wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
    (git-fixes).
  - wifi: iwlwifi: mvm: don't initialize csa_work twice (git-fixes).
  - wifi: cfg80211: pmsr: use correct nla_get_uX functions
    (git-fixes).
  - wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes).
  - wifi: cfg80211: fully move wiphy work to unbound workqueue
    (git-fixes).
  - wifi: mac80211: Fix deadlock in
    ieee80211_sta_ps_deliver_wakeup() (git-fixes).
  - wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
    (git-fixes).
  - net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
    (git-fixes).
  - module: don't ignore sysfs_create_link() failures (git-fixes).
  - soundwire: cadence: fix invalid PDI offset (stable-fixes).
  - platform/x86/intel/tpmi: Handle error from tpmi_process_info()
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Take hotkey_mutex during
    hotkey_exit() (git-fixes).
  - media: radio-shark2: Avoid led_names truncations (git-fixes).
  - wifi: nl80211: Avoid address calculations via out of bounds
    array indexing (git-fixes).
  - selftests: mptcp: add ms units for tc-netem delay
    (stable-fixes).
  - pwm: sti: Simplify probe function using devm functions
    (git-fixes).
  - regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes).
  - regulator: irq_helpers: duplicate IRQ name (stable-fixes).
  - platform/x86: ISST: Add Grand Ridge to HPM CPU list
    (stable-fixes).
  - selftests: sud_test: return correct emulated syscall value on
    RISC-V (stable-fixes).
  - wifi: cfg80211: fix the order of arguments for trace events
    of the tx_rx_evt class (stable-fixes).
  - wifi: mac80211: ensure beacon is non-S1G prior to extracting
    the beacon timestamp field (stable-fixes).
  - wifi: mac80211: don't use rate mask for scanning (stable-fixes).
  - pwm: sti: Prepare removing pwm_chip from driver data
    (stable-fixes).
  - commit d252b95
  - HID: logitech-dj: Fix memory leak in
    logi_dj_recv_switch_to_dj_mode() (git-fixes).
  - HID: core: remove unnecessary WARN_ON() in implement()
    (git-fixes).
  - kconfig: doc: fix a typo in the note about 'imply' (git-fixes).
  - gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
    (git-fixes).
  - gpio: tqmx86: store IRQ trigger type and unmask status
    separately (git-fixes).
  - gpio: tqmx86: fix typo in Kconfig label (git-fixes).
  - drm/vmwgfx: Don't memcmp equivalent pointers (git-fixes).
  - drm/vmwgfx: 3D disabled should not effect STDU memory limits
    (git-fixes).
  - drm/vmwgfx: Filter modes which exceed graphics memory
    (git-fixes).
  - drm/panel: sitronix-st7789v: Add check for
    of_drm_get_panel_orientation (git-fixes).
  - drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms
    (git-fixes).
  - kconfig: fix comparison to constant symbols, 'm', 'n'
    (git-fixes).
  - drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_
    cp_compute_microcode() and rlc_microcode() (git-fixes).
  - drm/amdgpu: init microcode chip name from ip versions
    (stable-fixes).
  - fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
    (stable-fixes).
  - iio: accel: mxc4005: Reset chip on probe() and resume()
    (stable-fixes).
  - drm/amdkfd: Flush the process wq before creating a kfd_process
    (stable-fixes).
  - drm/amd/display: Disable seamless boot on 128b/132b encoding
    (stable-fixes).
  - drm/amd/display: Fix DC mode screen flickering on DCN321
    (stable-fixes).
  - drm/amd/display: Add VCO speed parameter for DCN31 FPU
    (stable-fixes).
  - drm/amd/display: Allocate zero bw after bw alloc enable
    (stable-fixes).
  - drm/amd/display: Add dtbclk access to dcn315 (stable-fixes).
  - drm/amdgpu: Fix VRAM memory accounting (stable-fixes).
  - drm/etnaviv: fix tx clock gating on some GC7000 variants
    (stable-fixes).
  - HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is
    enabled (stable-fixes).
  - iio: adc: ad9467: use chip_info variables instead of array
    (stable-fixes).
  - iio: adc: ad9467: use spi_get_device_match_data()
    (stable-fixes).
  - iio: accel: mxc4005: allow module autoloading via OF compatible
    (stable-fixes).
  - commit 4e48378
  - kABI workaround for sof_ipc_pcm_ops (git-fixes).
  - commit 070cfe5
  - Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
    (git-fixes).
  - cxl/region: Fix memregion leaks in devm_cxl_add_region()
    (git-fixes).
  - cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
    (git-fixes).
  - cxl/region: Fix cxlr_pmem leaks (git-fixes).
  - cxl/trace: Correct DPA field masks for general_media & dram
    events (git-fixes).
  - ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3
    (stable-fixes).
  - drm/amdgpu/mes: fix use-after-free issue (stable-fixes).
  - drm/amdgpu: Fix the ring buffer size for queue VM flush
    (stable-fixes).
  - drm/amdkfd: Add VRAM accounting for SVM migration
    (stable-fixes).
  - drm/amd/pm: Restore config space after reset (stable-fixes).
  - drm/amdgpu: Update BO eviction priorities (stable-fixes).
  - drm/amd/display: Set color_mgmt_changed to true on unsuspend
    (stable-fixes).
  - drm/amd/display: Revert Remove pixle rate limit for subvp
    (stable-fixes).
  - drm/amd/display: Remove pixle rate limit for subvp
    (stable-fixes).
  - Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
    (stable-fixes).
  - Bluetooth: Remove usage of the deprecated ida_simple_xx() API
    (stable-fixes).
  - ASoC: Intel: common: add ACPI matching tables for Arrow Lake
    (stable-fixes).
  - Bluetooth: ISO: Fix BIS cleanup (stable-fixes).
  - commit b6ffdb9
  - KVM: arm64: Use local TLBI on permission relaxation
    (bsc#1219478).
  - Refresh
    patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults.
  - commit c414679

++++ libeconf:

  - Update to version 0.7.2:
    * Do not check errno while float conversion. This is a false
    alarm for S390 and PPC (#210)

++++ libvisual:

  - Imported C99 compatibility fixes from Fedora project:
    https://src.fedoraproject.org/rpms/libvisual/c/bcffd8eddbbcab5b00f930805396be5fdb55c5a7?branch=rawhide
    it fixes build error when using GCC14 (boo#1225859)
    (added libvisual-configure-c99.patch and libvisual-c99.patch).

++++ python-lxml:

  - Remove not needed patch skip-test-under-libexpat-2.6.0.patch
  - Update to 5.2.2:
  - GH#417: The test_feed_parser test could fail if lxml_html_clean
    was not installed.  It is now skipped in that case.
  - LP#2059910: The minimum CPU architecture for the Linux x86 binary
    wheels was set back to "core2", without SSE 4.2.
  - If libxml2 uses iconv, the compile time version is available as
    etree.ICONV_COMPILED_VERSION.
  - 5.2.1
  - LP#2059910: The minimum CPU architecture for the Linux x86 binary
    wheels was set back to "core2", but with SSE 4.2 enabled.
  - LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a
    ``SyntaxError`` where it should have issued a warning.
  - GH#416: The documentation build was using the non-standard
    ``which`` command.  Patch by Michał Górny.
  - 5.2.0
  - LP#1958539: The ``lxml.html.clean`` implementation suffered from
    several (only if used) security issues in the past and was now
    extracted into a separate library:
    https://github.com/fedora-python/lxml_html_clean
    Projects that use lxml without "lxml.html.clean" will not notice
    any difference, except that they won't have potentially vulnerable
    code installed.  The module is available as an "extra" setuptools
    dependency "lxml[html_clean]", so that Projects that need
    "lxml.html.clean" will need to switch their requirements from
    "lxml" to "lxml[html_clean]", or install the new library
    themselves.
  - The minimum CPU architecture for the Linux x86 binary wheels was
    upgraded to "sandybridge" (launched 2011), and glibc 2.28 / gcc 12
    (manylinux_2_28) wheels were added.
  - Built with Cython 3.0.10.
  - 5.1.2
  - LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a
    ``SyntaxError`` where it should have issued a warning.
  - 5.1.1
  - LP#2048920: ``iterlinks()`` in ``lxml.html`` rejected ``bytes``
    input in 5.1.0.
  - High source line numbers from the parser are no longer truncated
    (up to a C ``long``) when using libxml2 2.11 or later.
  - GH#407: A compatibility test was adapted to recent expat versions.
    Patch by Miro Hrončok.
  - Binary wheels use the library versions libxml2 2.12.6 and libxslt
    1.1.39.
  - Windows binary wheels use the library versions libxml2 2.11.7 and
    libxslt 1.1.39.
  - Built with Cython 3.0.9.

++++ rust-keylime:

  - Update to version 0.2.6~0:
    * Bump version to 0.2.6
    * build(deps): bump libc from 0.2.153 to 0.2.155
    * build(deps): bump serde from 1.0.196 to 1.0.203
    * rpm/fedora: Update rust macro usage
    * config: Support hostnames in registrar_ip option
    * added use of persisted IAK and IDevID and authorisation values
    * config changes
    * Adding /agent/info API to agent
    * Fix leftover 'unnecessary qualification' warnings on tests

++++ zypp-boot-plugin:

  - Update to version 0.0.10:
    * updated zypp-boot-plugin.conf docu

------------------------------------------------------------------
------------------  2024-6-13  -  Jun 13 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.0.9
  - -> https://docs.mesa3d.org/relnotes/24.0.9.html
    * This is the last release of the 24.0 series. Users are encouraged
    to switch to the 24.1 series to continue receiving bugfixes.

++++ Mesa-drivers:

  - Update to bugfix release 24.0.9
  - -> https://docs.mesa3d.org/relnotes/24.0.9.html
    * This is the last release of the 24.0 series. Users are encouraged
    to switch to the 24.1 series to continue receiving bugfixes.

++++ cifs-utils:

  - remove dependency on /usr/bin/python3 (bsc#1212476)

++++ cockpit:

  - disable selinux on leap versions without selinux
  - set libexec dir to %_libexecdir (bsc#1223533)

++++ kernel-default:

  - KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR
    in CPUID (git-fixes).
  - commit 001738e
  - cgroup: preserve KABI of cgroup_root (bsc#1222254).
  - commit d652cd6
  - cgroup: Add annotation for holding namespace_sem in
    current_cgns_cgroup_from_root() (bsc#1222254).
  - cgroup: Eliminate the need for cgroup_mutex in
    proc_cgroup_show() (bsc#1222254).
  - cgroup: Make operations on the cgroup root_list RCU safe
    (bsc#1222254).
  - cgroup: Remove unnecessary list_empty() (bsc#1222254).
  - commit 8dc654b
  - net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes).
  - commit 49f5909
  - Replace the inhouse patch with following upstream patch
    (bsc#1221097, bsc#1224572, CVE-2024-35979)
    patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch.
  - commit 03ae28a
  - supported.conf: mark ufs as unsupported
    UFS is an unsupported filesystem, mark it as such. We still keep it
    around (not marking as optional), to accommodate any potential
    migrations from BSD systems.
  - commit 5192abd
  - supported.conf: mark orangefs as optional
    We don't support orangefs at all (and it is already marked as such), but
    since there are no SLE consumers of it, mark it as optional.
  - commit 264e3d2
  - nilfs2: fix potential hang in nilfs_detach_log_writer()
    (git-fixes).
  - commit 181df2f
  - rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
    Some builds don't just create an iso9660 image, but also mount it during
    build.
  - commit aaee141
  - Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes).
  - commit 9d3a015

++++ alsa:

  - Update to alsa-lib 1.2.12:
    * pcm: plug support for iec958 subframe samples
    * pcm: ladspa - Skip missing ladspa directories
    * topology: correct version script path
    * ucm: define and describe Syntax 7
    * async handler cleanup fix
    * conf updates
    For details, see:
    https://www.alsa-project.org/wiki/Changes_v1.2.11_v1.2.12#alsa-lib

------------------------------------------------------------------
------------------  2024-6-12  -  Jun 12 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - test-image-live: add shadow package
    Fixes:
    KiwiCommandError: chroot: stderr: /usr/bin/chroot: failed to run command ‘usermod’: No such file or directory

++++ kernel-default:

  - ext4: correct offset of gdb backup in non meta_bg group to
    update_backups (bsc#1224735 CVE-2024-35807).
  - commit 68779d8
  - ext4: remove unnecessary check from alloc_flex_gd() (bsc#1222080
    CVE-2023-52622).
  - commit 2e6ec2e
  - llc: verify mac len before reading mac header
    (CVE-2023-52843 bsc#1224951).
  - commit ea955e6
  - netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()
    (CVE-2024-35898 bsc#1224498).
  - commit 47a49f0
  - nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
    (CVE-2024-36915 bsc#1225758).
  - commit 0955416
  - net: add copy_safe_from_sockptr() helper
    (git-fixes prerequisite CVE-2024-36915 bsc#1225758).
  - commit e4ca26d
  - rpm/kernel-obs-build.spec.in: Add networking modules for docker
    (bsc#1226211)
    docker needs more networking modules, even legacy iptable_nat and _filter.
  - commit 415e132

++++ dav1d:

  - Update to version 1.4.3
    * AArch64: Fix potential out of bounds access in DotProd H/HV
    filters
    * cli: Prevent buffer over-read

++++ libpng16:

  - Backport patch to fix PAC/BTI support on aarch64:
    * 563.patch

++++ libxml2:

  - Update to version 2.12.8:
    + parser: Fix performance regression when parsing namespaces.

++++ python-anyio:

  - update to 4.4.0:
    * Added the BlockingPortalProvider class to aid with
    constructing synchronous counterparts to asynchronous
    interfaces that would otherwise require multiple blocking
    portals
    * Added __slots__ to AsyncResource so that child classes can
    use __slots__
    * Added the TaskInfo.has_pending_cancellation() method
    * Fixed erroneous RuntimeError: called 'started' twice on the
    same task status when cancelling a task in a TaskGroup
    created with the start() method before the first checkpoint
    is reached after calling task_status.started()
    * Fixed two bugs with TaskGroup.start() on asyncio: Fixed
    erroneous RuntimeError: called 'started' twice on the same
    task status when cancelling a task in a TaskGroup created
    with the start() method before the first checkpoint is
    reached after calling task_status.started() (#706; PR by
    Dominik Schwabe) Fixed the entire task group being cancelled
    if a TaskGroup.start() call gets cancelled (#685, #710)
    * Fixed erroneous RuntimeError: called 'started' twice on the
    same task status when cancelling a task in a TaskGroup
    created with the start() method before the first checkpoint
    is reached after calling task_status.started()
    * Fixed the entire task group being cancelled if a
    TaskGroup.start() call gets cancelled
    * Fixed a race condition that caused crashes when multiple
    event loops of the same backend were running in separate
    threads and simultaneously attempted to use AnyIO for their
    first time
    * Fixed cancellation delivery on asyncio incrementing the wrong
    cancel scope's cancellation counter when cascading a cancel
    operation to a child scope, thus failing to uncancel the host
    task
    * Fixed erroneous TypedAttributeLookupError if a typed
    attribute getter raises KeyError
    * Fixed the asyncio backend not respecting the
    PYTHONASYNCIODEBUG environment variable when setting the
    debug flag in anyio.run()
    * Fixed SocketStream.receive() not detecting EOF on asyncio if
    there is also data in the read buffer
    * Fixed MemoryObjectStream dropping an item if the item is
    delivered to a recipient that is waiting to receive an item
    but has a cancellation pending
    * Emit a ResourceWarning for MemoryObjectReceiveStream and
    MemoryObjectSendStream that were garbage collected without
    being closed (PR by Andrey Kazantcev)
    * Fixed MemoryObjectSendStream.send() not raising
    BrokenResourceError when the last corresponding
    MemoryObjectReceiveStream is closed while waiting to send a
    falsey item

++++ libxml2-python:

  - Update to version 2.12.8:
    + parser: Fix performance regression when parsing namespaces.

------------------------------------------------------------------
------------------  2024-6-11  -  Jun 11 2024  -------------------
------------------------------------------------------------------

++++ cups:

  - cups-2.4.8-CVE-2024-35235.patch is derived
    from the upstream patch against master (CUPS 2.5)
    to apply to CUPS 2.4.8 in openSUSE Factory to fix CVE-2024-35235
    "cupsd Listen port arbitrary chmod 0140777"
    https://github.com/OpenPrinting/cups/security/advisories/GHSA-vvwp-mv6j-hw6f
    bsc#1225365

++++ python-kiwi:

  - Fix displaying the image verification failure dialog
    Kiwi must wait for the previous dialog to finish before showing another
    one as it's the same systemd service behind it.

++++ glib2:

  - Update to version 2.80.3:
    + Bugs fixed:
  - g_socket_client_connect_to_host_async leaks memory when
    target host doesn't respond to ARP.
  - gi_repository_find_by_gtype is nondeterministic.
  - Crash in error path of g_dbus_connection_export_menu_model().
  - Backport !4057 “gdbusmessage: Clean the cached arg0 when
    setting the message body” to glib-2-80.
  - Backport !4058 “Tests: Build fixes when running `meson test`
    without previous builds“ to glib-2-80
  - Partially backport !4059 “tests: Fix various memory leaks and
    valgrind / ASAN errors” to glib-2-80
  - Backport !4066 “Fix several GCC 14 warnings to please
    msys2-mingw32 CI” to glib-2-80
  - Backport !4065 “girepository: Don't assume a bitfield has a
    fixed size” to glib-2-80
  - Backport !4073 “gmenuexporter: Fix a NULL pointer dereference
    on an error handling path” to glib-2-80
  - Backport !4078 “tests: Fix clang compilation failure due to
    unrecognised option in pragma” to glib-2-80.
  - Backport !4033 “girepository: Keep an ordered list of the
    loaded typelibs” to glib-2-80
  - Backport !4104 “gsocketclient: Fix a leak of the task data on
    an error path” to glib-2-80
    + Updated translations.

++++ kernel-default:

  - rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
    (CVE-2024-36017 bsc#1225681).
  - commit 349b81e
  - mm: use memalloc_nofs_save() in page_cache_ra_order()
    (bsc#1225723 CVE-2024-36882).
  - commit 858537f
  - blk-iocost: avoid out of bounds shift (bsc#1225759
    CVE-2024-36916).
  - commit 9e35e70
  - netfilter: complete validation of user input
    (git-fixes CVE-2024-35896 bsc#1224662).
  - commit a54ae57
  - net: hns3: fix kernel crash when devlink reload during
    initialization (CVE-2024-36900 bsc#1225726).
  - net: hns3: release PTP resources if pf initialization failed
    (CVE-2024-36900 bsc#1225726).
  - commit ad59124
  - blk-mq: make sure active queue usage is held for
    bio_integrity_prep() (bsc#1225105 CVE-2023-52787).
  - commit 6131890
  - block: prevent division by zero in blk_rq_stat_sum()
    (bsc#1224661 CVE-2024-35925).
  - commit 7339ca3
  - Update refs for patches.suse/nbd-fix-uaf-in-nbd_open.patch (bsc#1216436
    bsc#1224935 CVE-2023-52837).
  - commit 95ff8cb
  - netfilter: validate user input for expected length
    (CVE-2024-35896 bsc#1224662).
  - commit 6a29de4
  - ext4: fix corruption during on-line resize (bsc#1224735
    CVE-2024-35807).
  - commit 751677a
  - ext4: fix racy may inline data check in dio write (bsc#1224939
    CVE-2023-52786).
  - commit 742009f
  - ext4: avoid online resizing failures due to oversized flex bg
    (bsc#1222080 CVE-2023-52622).
  - commit 817510d
  - arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
    (git-fixes).
  - commit d2efb00
  - net: mana: Enable MANA driver on ARM64 with 4K page size
    (jsc#PED-8491).
  - Update config files.
  - commit 5211306
  - bna: ensure the copied buf is NUL terminated (CVE-2024-36934
    bsc#1225760).
  - ice: ensure the copied buf is NUL terminated (CVE-2024-36935
    bsc#1225763).
  - commit ab36d7d
  - xdp: use flags field to disambiguate broadcast redirect
    (bsc#1225834 CVE-2024-36937).
  - commit de0720c
  - fs/pipe: move check to pipe_has_watch_queue() (bsc#1224614
    CVE-2023-52672).
  - commit 66a9a3f

++++ bluez:

  - Fix python3 shebang from test files (bsc#1212476)

++++ perl:

  - update to 5.40.0
    * New __CLASS__ Keyword
    * :reader attribute for field variables
    * Permit a space in -M command-line option
    * Restrictions to use VERSION declarations
    * New builtin::inf and builtin::nan functions (experimental)
    * New ^^ logical xor operator
    * try/catch feature is no longer experimental
    * for iterating over multiple values at a time is no longer experimental
    * builtin module is no longer experimental
    * The :5.40 feature bundle adds try
    * use v5.40; imports builtin functions
    * CVE-2023-47038 - Write past buffer end via illegal user-defined Unicode property
    * CVE-2023-47039 - Perl for Windows binary hijacking vulnerability
    * reset EXPR now calls set-magic on scalars
    * Calling the import method of an unknown package produces a warning
    * return no longer allows an indirect object
    * Class barewords no longer resolved as file handles in method calls
    under no feature "bareword_filehandles"
    * Using goto to jump from an outer scope into an inner scope is
    deprecated and will be removed completely in Perl 5.42. [GH #21601]
    * The negation OPs have been modified to support the generic TARGMY
    optimization. [GH #21442]
  - Refresh perl-5.38.0.diff
  - Drop perl-5.18.2-overflow.diff (no longer applicable)
  - Drop perl-locale-backport.diff (proper fix in new version)
  - Drop old manual package name based perl provides

++++ virt-manager:

  - bsc#1226173 - virt-manager: Browse local does not work anymore
    090-db1b2fbc-Use-GtkFileChooserNative.patch
    Renamed 090-uitests-Fix-with-GtkFileChooserNative.patch to
    091-uitests-Fix-with-GtkFileChooserNative.patch

------------------------------------------------------------------
------------------  2024-6-10  -  Jun 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Allow to customize the path of the isoscan cowfile
    Added rd.live.cowfile.path option to specify the cowfile at
    any path below the isoscan-loop-mount. This Fixes #2554
  - Better error handling on grub vendor dir lookup
    The strings command is used to lookup the in-efi binary encoded
    vendor path. However, if the strings or bash command is not availabe
    on the build host, the command silently failed and moved into the
    standard (non vendored) EFI boot path. This can lead to a broken
    boot for those distros and image targets which requires a vendor
    directory and should lead to an error message instead of a
    successful image build. This Fixes #2565
  - Fixed profile variable settings for preferences
    It's allowed to have multiple preferences sections. If those
    sections provides the same value multiple times, e.g keytable,
    the last one in the row will win. The setup of the variables
    in .profile environment file for the preferences elements is
    not following this rule and used the first section not the
    last. This commit fixes the profile variables to match the
    actual setup and Fixes #2560

++++ haproxy:

  - Update to version 3.0.1+git0.471a1b2f1:
    * [RELEASE] Released version 3.0.1
    * BUG/MINOR: mux-h1: Use the right variable to set NEGO_FF_FL_EXACT_SIZE flag
    * BUG/MAJOR: mux-h1:  Properly copy chunked input data during zero-copy nego
    * BUG/MEDIUM: stconn/mux-h1: Fix suspect change causing timeouts
    * BUG/MINOR: quic: ensure Tx buf is always purged
    * BUG/MINOR: quic: fix computed length of emitted STREAM frames
    * BUG/MEDIUM: ssl: bad auth selection with TLS1.2 and WolfSSL
    * BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration
    * BUG/MEDIUM: mux-quic: Don't unblock zero-copy fwding if blocked during nego
    * 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/MEDIUM: mux-quic: Unblock zero-copy forwarding if the txbuf can be released
    * MEDIUM: stconn: Be able to unblock zero-copy data forwarding from done_fastfwd
    * BUG/MEDIUM: h1-htx: Don't state interim responses are bodyless
    * BUG/MINOR: hlua: use CertCache.set() from various hlua contexts
    * DOC: configuration: add an example for keywords from crt-store
    * 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

++++ ignition:

  - Update to version 2.19.0:
    * Support LUKS encryption using IBM CEX secure keys on s390x
    * providers: add "akamai" provider
  - Adding %check section
  - Build scripts are executable by themselves now, remove explicit
    Bash call

++++ kernel-default:

  - tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
    (CVE-2023-52845 bsc#1225585).
  - commit a73a0ca
  - pipe: wakeup wr_wait after setting max_usage (bsc#1224614
    CVE-2023-52672).
  - commit 333fe30
  - netfilter: nf_tables: honor table dormant flag from netdev release event path
    (CVE-2024-36005 bsc#1224539).
  - commit 5b08b61

++++ util-linux-systemd:

  - disable libmagic in more(1) for binary detection (bsc#1225197)

++++ util-linux:

  - disable libmagic in more(1) for binary detection (bsc#1225197)

++++ c-ares:

  - c-ares 1.30.0
    Features:
    * Basic support for SIG RR record (RFC 2931 / RFC 2535) [PR #773]
    Changes:
    * Validation that DNS strings can only consist of printable ascii characters
    otherwise will trigger a parse failure. [75de16c] and [40fb125]
    Bugfixes:
    * QueryCache: Fix issue where purging on server changes wasn't working. [a6c8fe6]
  - updated dowload URLs to point to github
  - updated keyring to include Brad House DA7D64E4C82C6294CB73A20E22E3D13B5411B7CA

++++ libeconf:

  - Update to version 0.7.1:
    * Improved error handling while parsing values with the wrong format.
    Added new return value ECONF_VALUE_CONVERSION_ERROR.
    * Setting parsing options via econf_file struct.
    see econf_newKeyFile_with_options. These options will be used by
    econf_readConfig and econf_readConfigWithCallback.
    Following options are supported:
    JOIN_SAME_ENTRIES  (default 0)
    Parsed entries with the same name will not be replaces but
    will be joined to one entry.
    PYTHON_STYLE  (default 0)
    E.G. Identations will be handled like multiline entries.
    PARSING_DIRS (default /usr/etc/:/run:/etc)
    List of directories from which the configuration files have to be parsed.
    The list is a string, divides by ":". The last entry has the highest
    priority. E.g.: "PARSING_DIRS=/usr/etc/:/run:/etc"
    CONFIG_DIRS (default <empty>)
    List of directory structures (with order) which describes the directories
    in which the files have to be parsed.
    The list is a string, divides by ":". The last entry has the highest
    priority. E.g. with the given list: "CONFIG_DIRS=.conf.d:.d" files in
    following directories will be parsed:
    "<default_dirs>/<config_name>.conf.d/"
    "<default_dirs>/<config_name>.d/"
    "<default_dirs>/<config_name>/"
    * CAUTION: From now on every econf_file element MUST be intialized if
    econf_readConfig and econf_readConfigWithCallback is used.
    Either with NULL or:
    econf_file *key_file = NULL;
    if (error = econf_newKeyFile_with_options(&key_file, "PYTHON_STYLE=1"))
    {
    fprintf (stderr, "ERROR: couldn't create new key file: %s\n",
    econf_errString(error));
    return 1;
    }
    error = econf_readConfig (&key_file,
    "foo",
    "/usr/lib",
    "example",
    "conf",
    "=", "#");

++++ ncurses:

  - Add ncurses patch 20240608
    + change winwstr to return wide character count instead of OK (patch
    by Branden Robinson).
    + improve formatting/style of manpages (patches by Branden Robinson).
    + rename testing dpkg's for ncurses6 to resolve a naming conflict with
    Debian's ncurses packages.

++++ openssl-3:

  - FIPS: Port openssl to use jitterentropy [bsc#1220523]
    * Set the module in error state if the jitter RNG fails either on
    initialization or entropy gathering because health tests failed.
    * Add jitterentropy as a seeding source output also in crypto/info.c
    * Move the jitter entropy collector and the associated lock out
    of the header file to avoid redefinitions.
    * Add the fips_local.cnf symlink to the spec file. This simlink
    points to the openssl_fips.config file that is provided by the
    crypto-policies package.
    * Rebase openssl-3-jitterentropy-3.4.0.patch
    * Rebase openssl-FIPS-enforce-EMS-support.patch

++++ pango:

  - Update to version 1.54.0:
    + Build fixes.
    + Memory leak fixes.
    + Drop the install-tests build option.
    + Add build-examples and build-tests build options.
    + Require meson 0.63.
    + Add pango_item_get_char_offset.
    + Update to Unicode 15.1.
    + Fix wrong use of GWeakRef, leading to crashes.
  - Drop -Dinstall-tests meson parameter: no longer supported.

++++ openssh:

  - Add #include <stdlib.h> in some files added by the ldap patch to
    fix build with gcc14 (boo#1225904).
    * openssh-7.7p1-ldap.patch

------------------------------------------------------------------
------------------  2024-6-9  -  Jun 9 2024  -------------------
------------------------------------------------------------------

++++ pciutils:

  - update to 3.12.0:
    * lspci decodes the IDE (Integrity & Data Encryption) and
    TEE-IO extended capabilities.
    * Optimization flags used for compiling individual object files
    should be the same as optimization flags for linking the final
    executable to make link-time optimization possible.
    * no longer look up subsystems in the HWDB
    * Updated pci.ids
  - include changes from 3.11:
    * update-pciids now supports XZ compression
    * update-pciids now sends itself as the User-Agent.
    * Added a pcilmr utility for PCIe lane margining
    * ECAM back-end now scans ACPI and BIOS memory faster.
    * Linux systems without pread/pwrite are no longer supported
    * Improved decoding of PCIe control and status registers.
    * Decoding of CXL capabilities now supports up to CXL 3.0.
    * lspci now displays interrupt message numbers consistently across
    different capabilities.
    * Cache of IDs resolved via DNS, which was located in ~/.pci-ids
    by default, is now stored according to the XDG base directory
    specification in $XDG_CACHE_HOME/pci-ids.
    * All source files now have SPDX license identifiers.
    * various minor bug fixes and updated pci.ids.

------------------------------------------------------------------
------------------  2024-6-8  -  Jun 8 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: target: core: Add TMF to tmr_list handling (bsc#1223018
    CVE-2024-26845).
  - commit 6b81c05

++++ python-cryptography:

  - update to 42.0.8:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.2.2.

++++ python-typing_extensions:

  - update to 4.12.2:
    * Fix regression in v4.12.0 where specialization of certain
    * generics with an overridden `__eq__` method would raise
    errors.
    * Fix tests so they pass on 3.13.0b2
    * Preliminary changes for compatibility with the draft
    implementation of PEP 649 in Python 3.14.
    * Fix regression in v4.12.0 where nested `Annotated` types
    would cause `TypeError` to be raised if the nested
    `Annotated` type had unhashable metadata.
    * Fix incorrect behaviour of `typing_extensions.ParamSpec` on
    Python 3.8 and 3.9 that meant that
    `isinstance(typing_extensions.ParamSpec("P"),
    typing.TypeVar)` would have a different result in some
    situations depending on whether or not a profiling
    function had been set using `sys.setprofile`.
    * This release focuses on compatibility with the upcoming
    release of Python 3.13. Most changes are related to the
    implementation of type parameter defaults (PEP 696).

++++ xkeyboard-config:

  - update to 2.42:
    * Translations updated

------------------------------------------------------------------
------------------  2024-6-7  -  Jun 7 2024  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Update fde-tools-bsc1220160-conditional-requires.patch to
    check fde-tpm-helper in %post and %posttrans

++++ grub2:

  - Add blscfg support
    * 0001-blscfg-add-blscfg-module-to-parse-Boot-Loader-Specif.patch
    * 0002-Add-BLS-support-to-grub-mkconfig.patch
    * 0003-Add-grub2-switch-to-blscfg.patch
    * 0004-blscfg-Don-t-root-device-in-emu-builds.patch
    * 0005-blscfg-check-for-mounted-boot-in-emu.patch
    * 0006-Follow-the-device-where-blscfg-is-discovered.patch
    * 0007-grub-switch-to-blscfg-adapt-to-openSUSE.patch
    * 0008-blscfg-reading-bls-fragments-if-boot-present.patch
    * 0009-10_linux-Some-refinement-for-BLS.patch

++++ kernel-default:

  - iommu: mtk: fix module autoloading (git-fixes).
  - commit 50334e4
  - iommu/amd: Enhance def_domain_type to handle untrusted device
    (git-fixes).
  - commit 9d0dd7f
  - iommu: Undo pasid attachment only for the devices that have
    succeeded (git-fixes).
  - commit 4de170c
  - net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()
    (CVE-2024-35892 bsc#1224515).
  - commit e8fcaf3
  - eeprom: at24: fix memory corruption race condition (bsc#1224612
    CVE-2024-35848).
  - commit 269cd6c
  - udp: do not accept non-tunnel GSO skbs landing in a tunnel
    (CVE-2024-35884 bsc#1224520).
  - commit 78d5dd0
  - Kabi workaround for icmp: prevent possible NULL dereferences from
    icmp_build_probe() (CVE-2024-35857 bsc#1224619).
  - icmp: prevent possible NULL dereferences from icmp_build_probe()
    (CVE-2024-35857 bsc#1224619).
  - commit fa789e3

++++ openssl-3:

  - FIPS: Block non-Approved Elliptic Curves [bsc#1221786]
    * Add patches
  - openssl-Add-changes-to-ectest-and-eccurve.patch
  - openssl-Remove-EC-curves.patch
  - openssl-Disable-explicit-ec.patch
  - openssl-skipped-tests-EC-curves.patch
  - openssl-FIPS-services-minimize.patch
  - FIPS: Service Level Indicator [bsc#1221365]
    * Add patches:
  - openssl-FIPS-Expose-a-FIPS-indicator.patch
  - openssl-FIPS-Remove-X9.31-padding-from-FIPS-prov.patch
  - openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
  - openssl-FIPS-RSA-disable-shake.patch
  - openssl-FIPS-signature-Add-indicator-for-PSS-salt-length.patch
  - openssl-FIPS-Add-explicit-indicator-for-key-length.patch
  - openssl-FIPS-limit-rsa-encrypt.patch
  - openssl-FIPS-enforce-EMS-support.patch
  - openssl-3-FIPS-GCM-Implement-explicit-indicator-for-IV-gen.patch
  - openssl-FIPS-services-minimize.patch
  - openssl-Add-FIPS-indicator-parameter-to-HKDF.patch
  - openssl-rand-Forbid-truncated-hashes-SHA-3-in-FIPS-prov.patch
  - openssl-FIPS-enforce-security-checks-during-initialization.patch
  - TODO: incomplete
  - FIPS: Output the FIPS-validation name and module version which uniquely
    identify the FIPS validated module. [bsc#1221751]
    * Add openssl-FIPS-release_num_in_version_string.patch
  - FIPS: Add required selftests: [bsc#1221760]
    * Add patches
  - openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
  - openssl-FIPS-Use-FFDHE2048-in-self-test.patch
  - openssl-FIPS-early-KATS.patch
  - openssl-FIPS-Use-OAEP-in-KATs-support-fixed-OAEP-seed.patch
  - openssl-FIPS-140-3-keychecks.patch
  - FIPS: DH: Disable FIPS 186-4 Domain Parameters [bsc#1221821]
    Add openssl-DH-Disable-FIPS-186-4-type-parameters-in-FIPS-mode.patch
  - FIPS: Recommendation for Password-Based Key Derivation [bsc#1221827]
    * Add additional check required by FIPS 140-3. Minimum value for
    PBKDF2 password is 20 characters.
    * Add patches:
  - openssl-pbkdf2-Set-minimum-password-length-of-8-bytes.patch
  - openssl-pbkdf2-Set-indicator-if-pkcs5-param-disabled-checks.patch
  - FIPS: Zeroization is required [bsc#1221752]
    * Add openssl-FIPS-140-3-zeroization.patch
  - FIPS: Reseed DRBG [bsc#1220690, bsc#1220693, bsc#1220696]
    * Enable prediction resistance for primary DRBG
    * Add oversampling of the noise source to comply with requirements of
    NIST SP 800-90C
    * Change CRNG buf size to align with output size of the Jitter RNG
    * Add openssl-FIPS-140-3-DRBG.patch
  - FIPS: NIST SP 800-56Brev2 [bsc#1221824]
    * Add patches:
  - openssl-FIPS-limit-rsa-encrypt.patch
  - openssl-FIPS-RSA-encapsulate.patch
  - openssl-FIPS-Add-SP800-56Br2-6.4.1.2.1-3.c-check.patch
  - FIPS: Approved Modulus Sizes for RSA Digital Signature for FIPS 186-4 [bsc#1221787]
    * Add patches:
  - openssl-FIPS-services-minimize.patch
  - openssl-Revert-Improve-FIPS-RSA-keygen-performance.patch
  - openssl-Allow-disabling-of-SHA1-signatures.patch
  - openssl-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch
  - FIPS: Port openssl to use jitterentropy [bsc#1220523]
    * Add openssl-3-jitterentropy-3.4.0.patch
    * Add build dependency on jitterentropy-devel >= 3.4.0 and
    libjitterentropy3 >= 3.4.0
  - FIPS: NIST SP 800-56Arev3 [bsc#1221822]
    * Add openssl-FIPS-140-3-keychecks.patch
  - FIPS: Error state has to be enforced [bsc#1221753]
    * Add patches:
  - openssl-FIPS-140-3-keychecks.patch
  - openssl-FIPS-Enforce-error-state.patch

++++ libsolv:

  - add a conflict to older libsolv-tools to libsolv-tools-base
  - report unsupported compression in solv_xfopen() with errno
  - fix return value of repodata.add_solv() in the bindings
  - fix SHA-224 oid in solv_pgpvrfy

++++ sysstat:

  - version update to 12.7.5
    2023/12/17: Version 12.7.5 - Sebastien Godard (sysstat <at> orange.fr)
    * [Quan quan Cao]: sar/sadc: Add new metrics pgprom/s and pgdem/s.
    * sar: Remove %vmeff metric.
    * sadf: Update various output formats to take into account metrics
    that have been added or removed.
    * Update DTD and XSD documents.
    * Update sar manual page.
    * sar: Add a cron entry and a new systemd service and timer to rotate
    daily data file at midnight.
    * Option -V with sysstat commands also displays environment contents.
    * [Sam Morris]: Use correct encoding to produce hyphen-minus when
    rendering man pages.
    * Add UMASK variable definition to sysstat(5) manual page.
    * Update non regression tests.
    * Add --getenv option to commands that didn't have it.
    * Update README file for Debian-based distros.
    * Update link to my personal web page in README and manual pages.
    * NLS: Translations updated.
    2023/06/18: Version 12.7.4 - Sebastien Godard (sysstat <at> orange.fr)
    * Makefile.in: Fix installation error.
    * Makefile.in: Remove gcc warning displayed in LTO mode.
    2023/06/16: Version 12.7.3 - Sebastien Godard (sysstat <at> orange.fr)
    * sar: Add new option '-x' used to display extended reports.
    * [Pavel Kopylov]: Fix an overflow which is still possible for
    some values.
    * [Jan Kurik]: Fix export of PSI metrics to a PCP archive.
    * [Lukáš Zaoral]: Tools that take `--dec=X` option should only accept
    digits.
    * common.c: Fix an overflow which was still possible for some values.
    * iostat: Try to avoid displaying negative values.
    * Free pointer if realloc() fails.
    * Don't check if unsigned expressions are less than zero.
    * Declare parameters with "const" when possible.
    * Remove conditions which are always true.
    * Reduce variables scope when relevant.
    * Don't assign values that are never used.
    * Fix types used in format strings.
    * Split large functions into smaller ones.
    * Specify field width when using sscanf() function.
    * search_list_item(): Return position in list instead of a boolean.
    * add_list_item(): Also return item position in list.
    * svg_stats.c: Ignore negative values for fields position.
    * svg_stats.c: Reuse buffers pointers definition.
    * svg_stats.c: Reuse intermediate calculations.
    * svg_stats.c: Don't repeat test on DISPLAY_CPU_DEF().
    * sa_common.c: Don't use (void *) pointer in calculation.
    * iostat.c: Clarify calculation precedence for '+' and '?'.
    * sar/sadf: Refactor buffer allocation functions.
    * sar/sadf: Add a check on file's records header data.
    * sar/sadf: Stop when invalid data are read in records header.
    * sar/sadf: Check upper bounds of value read from file.
    * sadf_misc.c: Fix indentation in code.
    * activity.c: Init item_list even for other commands than sadf.
    * sa_conv.c: Reallocate buffers only when needed.
    * sa_conv.c: Fix untrusted allocation size.
    * pr_stats.c: Remove some dead code.
    * sar.c: Make sure buffer is null terminated.
    * do_test: Add several new options.
    * do_test: Don't strip binaries when in TEST mode.
    * Update non regression tests.
    * simtest: Change default _unix_time value.
    * Makefile.in: Simplify dependencies.
    * Makefile_in: Small update made to copyyear target.
    * sadf: XML: Update DTD and XSD documents.
    * sadf: XML: Remove references to my personal web site.
    * Restore mode for iconfig file.
    * Fix typo in sar's manual page. Sar manual page updated.
    * Other manual pages updated.
    2023/01/29: Version 12.7.2 - Sebastien Godard (sysstat <at> orange.fr)
    * All commands: Avoid displaying healthy metrics values in "red".
    * sar/sadf: Add new activity: Battery statistics (A_PWR_BAT).
    * [Kevin Stubbings]: Add CodeQL workflow.
    * sar: Make sure timestamps are always displayed in local time.
    * sar/sadf: Starting and ending times used with options -s/-e can now
    be entered as a number of seconds since the epoch.
    * sar/sadf: Strengthen tests made on arguments given to options -s/-e.
    * sadf: PCP: Fix pmiID used for two USB metrics [12.6.2].
    * [Nathanael P Wilson]: sadf: Fix extra space when no TZ printed.
    * sadc: Add another overflow check [12.6.2].
    * DTD and XSD documents updated.
    * Makefile: Fix dependencies.
    * NLS translations updated. New Belarusian translation added.
    * Remove LGTM links from README file.
    * Manual pages updated.
    * Non regression tests updated.
    2022/11/06: Version 12.7.1 - Sebastien Godard (sysstat <at> orange.fr)
    * Fix possible overflow in sa_common.c (GHSL-2022-074) [12.6.1].
    * sadf: Add support for option -t with SVG output to make it possible
    to display timestamps in the same locale as that of the file creator.
    * sadf: Print timezone instead of UTC in true time mode. Timezone is
    also displayed in local time.
    * sadf: PCP: Fix timestamps written to PCP archive file.
    * sar: Add new environment variable S_REPEAT_HEADER.
    * pidstat: Return exit code of the process that was monitored with option
  - e.
    * mpstat: Add option -H to handle vCPU physical hotplug.
    * Add local, xlocal and debug targets to iconfig script.
    * Turn off gcc's tree-slp-vectorize option which was making sadf crash
    in some situations.
    * sa_conv.c: Make size of statistics structures from older sysstat
    versions immutable [12.6.1].
    * [Bernhard M. Wiedemann]: Declare sadc dependency on libsyscom.a
    [12.6.1].
    * [Steve Kay]: Fix gcc v11.2 warnings [12.6.1].
    * [Steve Kay]: Various cosmetic fixes [12.6.1].
    * [Jan Christoph Uhde]: sar: Remove `-I int_list` from man-page and
    help [12.6.1].
    * [Frank Dana]: Consolidate systemctl commands in README file [12.6.1].
    * [Rong Tao]: Remove whitespace characters at the end of lines
    [12.6.1].
    * Update configure file to deal with newer autoconf version. configure.in
    file is renamed to configure.ac.
    * Update DTD and XSD documents.
    * sar and sysstat manual pages updated.
    * NLS updated. Add new Georgian translation.
    * Non regression tests updated.
  - modified patches
    % sysstat-8.0.4-pagesize.diff (refreshed)
    % sysstat-8.1.6-sa1sa2lock.diff (refreshed)
  - deleted patches
  - sysstat-CVE-2023-33204.patch (upstreamed)

------------------------------------------------------------------
------------------  2024-6-6  -  Jun 6 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 26.1.4-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/26.1/#2614>
  - Rebase patches:
    * cli-0001-docs-include-required-tools-in-source-tree.patch

++++ python-kiwi:

  - Revise users.rst
  - REvise systemdeps.rst
  - Revise shell_scripts.rst
  - Add initrd boot option rd.kiwi.allow_plymouth
    By default kiwi stops plymouth if present and active in the
    initrd. Setting rd.kiwi.allow_plymouth will keep plymouth
    active in the initrd including all effects that might have
    to the available consoles. This is related to bsc#1214824
  - Drop use of obsolete tool isconsole
    isconsole was provided with the dropped kiwi-tools package.
    It was a simple C application that checked the capabilities
    of the current console. In the context of fbiterm it was just
    used to provide proper error messages which fbiterm on its
    own did not show. As also fbiterm is on its way to become
    obsolete and isconsole is already no longer present, it's ok
    to just drop that extra check and therefore keep the fbiterm
    mode functional if one manages to include fbiterm and its
    fonts into the initrd

++++ gettext-runtime:

  - Fix envsubst-mini:
    + Conflicts with the 'full' envsubst
    + Require 'this-is-only-for-build-envs': ensure this does not
    find it's way out of OBS onto installations.

++++ kernel-default:

  - io_uring/net: correct the type of variable (git-fixes).
  - commit 91963e3
  - sock_map: avoid race between sock_map_close and sk_psock_put
    (bsc#1225475 CVE-2023-52735).
  - commit 71eeba4
  - Update
    patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch
    (CVE-2023-52855 bsc#1225583).
    Adding references
  - commit 4b5e987
  - net: preserve kabi for sk_buff (CVE-2024-26921 bsc#1223138).
  - commit 7bf5961
  - inet: inet_defrag: prevent sk release while still in use
    (CVE-2024-26921 bsc#1223138).
  - commit 2016faf
  - perf ui browser: Avoid SEGV on title (git fixes).
  - commit 1578c22

++++ openssl-3:

  - Apply "openssl-CVE-2024-4741.patch" to fix a use-after-free
    security vulnerability. Calling the function SSL_free_buffers()
    potentially caused memory to be accessed that was previously
    freed in some situations and a malicious attacker could attempt
    to engineer a stituation where this occurs to facilitate a
    denial-of-service attack. [CVE-2024-4741, bsc#1225551]

++++ python313-core:

  - Build experimental package python313-base-nogil with
  - -disable-gil option.
  - Fix doc package build
    gh#python/cpython#120150
  - Update to 3.13.0b2:
  - Security
  - gh-118773: Fixes creation of ACLs in os.mkdir() on Windows to
    work correctly on non-English machines.
  - gh-118486: os.mkdir() on Windows now accepts mode of 0o700 to
    restrict the new directory to the current user. This fixes
    CVE-2024-4030 affecting tempfile.mkdtemp() in scenarios where
    the base temporary directory is more permissive than the
    default.
  - Core and Builtins
  - gh-119724: Reverted improvements to error messages for elif/else
    statements not matching any valid statements, which made in hard
    to locate the syntax errors inside those elif/else blocks.
  - gh-119842: Honor PyOS_InputHook() in the new REPL. Patch by
    Pablo Galindo
  - gh-119821: Fix execution of annotation scopes within classes
    when globals is set to a non-dict. Patch by Jelle Zijlstra.
  - gh-119548: Add a clear command to the REPL. Patch by Pablo
    Galindo
  - gh-111999: Fix the signature of str.format_map().
  - gh-119560: An invalid assert in beta 1 has been removed. The
    assert would fail if PyState_FindModule() was used in an
    extension module’s init function before the module def had been
    initialized.
  - gh-119369: Fix deadlock during thread deletion in free-threaded
    build, which could occur when the GIL was enabled at runtime.
  - gh-119525: Fix deadlock involving _PyType_Lookup() cache in the
    free-threaded build when the GIL is dynamically enabled at
    runtime.
  - gh-119311: Fix bug where names are unexpectedly mangled in the
    bases of generic classes.
  - gh-119395: Fix bug where names appearing after a generic class
    are mangled as if they are in the generic class.
  - gh-119213: Non-builtin modules built with argument clinic were
    crashing if used in a subinterpreter before the main
    interpreter. The objects that were causing the problem by
    leaking between interpreters carelessly have been fixed.
  - gh-119011: Fixes type.__type_params__ to return an empty tuple
    instead of a descriptor.
  - gh-118692: Avoid creating unnecessary StopIteration instances
    for monitoring.
  - gh-119049: Fix displaying the source line for warnings created
    by the C API if the warnings module had not yet been imported.
  - gh-118844: Fix build failures when configuring with both
  - -disable-gil and --enable-experimental-jit.
  - gh-118921: Add copy() method for FrameLocalsProxy which returns
    a snapshot dict for local variables.
  - gh-117657: Fix data races on the field that stores a pointer to
    the interpreter’s main thread that occur in free-threaded
    builds.
  - gh-118507: Speedup os.path.isjunction() and os.path.lexists() on
    Windows with a native implementation.
  - gh-118561: Fix race condition in free-threaded build where
    list.extend() could expose uninitialised memory to concurrent
    readers.
  - gh-118263: Speed up os.path.splitroot() & os.path.normpath()
    with a direct C call.
  - gh-117195: Avoid assertion failure for debug builds when calling
    object.__sizeof__(1)
  - Library
  - gh-119819: Fix regression to allow logging configuration with
    multiprocessing queue types.
  - gh-117142: The ctypes module may now be imported in all
    subinterpreters, including those that have their own GIL.
  - gh-118835: Fix _pyrepl crash when using custom prompt with ANSI
    escape codes.
  - gh-117398: The _datetime module (C implementation for datetime)
    now supports being imported in multiple interpreters.
  - gh-89727: Fix issue with shutil.rmtree() where a RecursionError
    is raised on deep directory trees.
  - gh-89727: Partially fix issue with shutil.rmtree() where a
    RecursionError is raised on deep directory trees. A recursion
    error is no longer raised when rmtree.avoids_symlink_attacks is
    false.
  - gh-119118: Fix performance regression in the tokenize module by
    caching the line token attribute and calculating the column
    offset more efficiently.
  - gh-89727: Fix issue with os.fwalk() where a RecursionError was
    raised on deep directory trees by adjusting the implementation
    to be iterative instead of recursive.
  - gh-119588: zipfile.Path.is_symlink now assesses if the given
    path is a symlink.
  - gh-119555: Catch SyntaxError from compile() in the runsource()
    method of the InteractiveColoredConsole. Patch by Sergey B
    Kirpichev.
  - gh-113892: Now, the method sock_connect of
    asyncio.ProactorEventLoop raises a ValueError if given socket is
    not in non-blocking mode, as well as in other loop
    implementations.
  - gh-119443: The interactive REPL no longer runs with from
    __future__ import annotations enabled. Patch by Jelle Zijlstra.
  - gh-117398: Objects in the datetime C-API are now all statically
    allocated, which means better memory safety, especially when the
    module is reloaded. This should be transparent to users.
  - gh-118894: asyncio REPL now has the same capabilities as PyREPL.
  - gh-118911: In PyREPL, updated maybe-accept’s logic so that if
    the user hits Enter twice, they are able to terminate the block
    even if there’s trailing whitespace. Also, now when the user
    hits arrow up, the cursor is on the last functional line. This
    matches IPython’s behavior. Patch by Aya Elsayed.
  - gh-111201: Remove dependency to readline from the new Python
    REPL.
  - gh-119174: Fix high DPI causes turtledemo(turtle-graphics
    examples) windows blurry Patch by Wulian233 and Terry Jan Reedy
  - gh-119121: Fix a NameError happening in
    asyncio.staggered.staggered_race. This function is now tested.
  - gh-119113: Fix issue where pathlib.PurePath.with_suffix() didn’t
    raise TypeError when given None as a suffix.
  - gh-118643: Fix an AttributeError in the 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-58933: Make pdb return to caller frame correctly when f_trace
    of the caller frame is not set
  - gh-118895: Setting attributes on typing.NoDefault now raises
    AttributeError instead of TypeError.
  - gh-118868: Fixed issue where kwargs were no longer passed to the
    logging handler QueueHandler
  - gh-118851: ctx arguments to the constructors of ast node classes
    now default to ast.Load(). Patch by Jelle Zijlstra.
  - gh-118760: Restore the default value of tkiter.wantobjects to 1.
  - gh-118760: Fix errors in calling Tkinter bindings on Windows.
  - gh-118772: Allow typing.TypeVar instances without a default to
    follow instances without a default in some cases. Patch by Jelle
    Zijlstra.
  - gh-110863: os.path.realpath() now suppresses any OSError from
    os.readlink() when strict mode is disabled (the default).
  - gh-118033: Fix dataclasses.dataclass() not creating a
    __weakref__ slot when subclassing typing.Generic.
  - gh-106531: In importlib.resources, sync with importlib_resources
    6.3.2, including: MultiplexedPath now expects Traversable paths,
    deprecating string arguments to MultiplexedPath; Enabled support
    for resources in namespace packages in zip files; Fixed
    NotADirectoryError when calling files on a subdirectory of a
    namespace package.
  - gh-113978: Ignore warnings on text completion inside REPL.
  - gh-103956: Fix lack of newline characters in trace module output
    when line tracing is enabled but source code line for current
    frame is not available.
  - gh-92081: Fix missing spaces in email headers when the spaces
    are mixed with encoded 8-bit characters.
  - gh-103194: Prepare Tkinter for C API changes in Tcl 8.7/9.0 to
    avoid _tkinter.Tcl_Obj being unexpectedly returned instead of
    bool, str, bytearray, or int.
  - gh-87106: Fixed handling in inspect.Signature.bind() of keyword
    arguments having the same name as positional-only arguments when
    a variadic keyword argument (e.g. **kwargs) is present.
  - bpo-45767: Fix integer conversion in os.major(), os.minor(), and
    os.makedev(). Support device numbers larger than 2**63-1.
    Support non-existent device number (NODEV).
  - gh-67693: Fix urllib.parse.urlunparse() and
    urllib.parse.urlunsplit() for URIs with path starting with
    multiple slashes and no authority. Based on patch by Ashwin
    Ramaswami.
  - Tests
  - gh-119050: regrtest test runner: Add XML support to the refleak
    checker (-R option). Patch by Victor Stinner.  Buil- d
  - gh-119729: On POSIX systems, the pkg-config (.pc) filenames now
    include the ABI flags, which may include debug (“d”) and
    free-threaded (“t”). For example: * python-3.14.pc (default,
    non-debug build) * python-3.14d.pc (default, debug build) *
    python-3.14t.pc (free-threaded build)
  - gh-115119: Fall back to the bundled libmpdec if a system version
    cannot be found.
  - gh-119132: Update sys.version to identify whether the build is
    default build or free-threading build. Patch By Donghee Na.
  - gh-118836: Fix an AssertionError when building with
  - -enable-experimental-jit and the compiler emits a SHT_NOTE
    section.
  - gh-118943: Fix a possible race condition affecting parallel
    builds configured with --enable-experimental-jit, in which
    compilation errors could be caused by an incompletely-generated
    header file.
  - Windows
  - gh-119679: Ensures correct import libraries are included in
    Windows installs.
  - gh-119690: Adds Unicode support and fixes audit events for
    _winapi.CreateNamedPipe.
  - gh-111201: Add support for new pyrepl on Windows
  - gh-119070: Fixes py.exe handling of shebangs like /usr/bin/env
    python3.12, which were previously interpreted as python3.exe
    instead of python3.12.exe.
  - gh-117505: Fixes an issue with the Windows installer not running
    ensurepip in a fully isolated environment. This could cause
    unexpected interactions with the user site-packages.
  - gh-118209: Avoid crashing in mmap on Windows when the mapped
    memory is inaccessible due to file system errors or access
    violations.
  - gh-116145: Updated bundled Tcl/Tk to 8.6.14.
  - C API
  - gh-119585: Fix crash when a thread state that was created by
    PyGILState_Ensure() calls a destructor that during
    PyThreadState_Clear() that calls back into PyGILState_Ensure()
    and PyGILState_Release(). This might occur when in the
    free-threaded build or when using thread-local variables whose
    destructors call PyGILState_Ensure().
  - gh-119336: Restore the removed _PyLong_NumBits() function. It is
    used by the pywin32 project. Patch by Ethan Smith
  - gh-119247: Added Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST and
    Py_END_CRITICAL_SECTION_SEQUENCE_FAST macros to make it possible
    to use PySequence_Fast APIs safely when free-threaded, and
    update str.join to work without the GIL using them.
  - gh-111389: Add PyHASH_MULTIPLIER constant: prime multiplier used
    in string and various other hashes. Patch by Victor Stinner.
  - gh-116984: Make mimalloc includes relative to the current file
    to avoid embedders or extensions needing to include
    Internal/mimalloc if they are already including internal CPython
    headers.
  - gh-118789: Restore _PyWeakref_ClearRef that was previously
    removed in Python 3.13 alpha 1.

++++ systemd:

  - Add 5003-Revert-run-pass-the-pty-slave-fd-to-transient-servic.patch
    This revert the backport of the broken commit 28459ba1f4df until a fix is
    released in the v255-stable tree (see pr#33216).

++++ python313:

  - Build experimental package python313-base-nogil with
  - -disable-gil option.
  - Fix doc package build
    gh#python/cpython#120150
  - Update to 3.13.0b2:
  - Security
  - gh-118773: Fixes creation of ACLs in os.mkdir() on Windows to
    work correctly on non-English machines.
  - gh-118486: os.mkdir() on Windows now accepts mode of 0o700 to
    restrict the new directory to the current user. This fixes
    CVE-2024-4030 affecting tempfile.mkdtemp() in scenarios where
    the base temporary directory is more permissive than the
    default.
  - Core and Builtins
  - gh-119724: Reverted improvements to error messages for elif/else
    statements not matching any valid statements, which made in hard
    to locate the syntax errors inside those elif/else blocks.
  - gh-119842: Honor PyOS_InputHook() in the new REPL. Patch by
    Pablo Galindo
  - gh-119821: Fix execution of annotation scopes within classes
    when globals is set to a non-dict. Patch by Jelle Zijlstra.
  - gh-119548: Add a clear command to the REPL. Patch by Pablo
    Galindo
  - gh-111999: Fix the signature of str.format_map().
  - gh-119560: An invalid assert in beta 1 has been removed. The
    assert would fail if PyState_FindModule() was used in an
    extension module’s init function before the module def had been
    initialized.
  - gh-119369: Fix deadlock during thread deletion in free-threaded
    build, which could occur when the GIL was enabled at runtime.
  - gh-119525: Fix deadlock involving _PyType_Lookup() cache in the
    free-threaded build when the GIL is dynamically enabled at
    runtime.
  - gh-119311: Fix bug where names are unexpectedly mangled in the
    bases of generic classes.
  - gh-119395: Fix bug where names appearing after a generic class
    are mangled as if they are in the generic class.
  - gh-119213: Non-builtin modules built with argument clinic were
    crashing if used in a subinterpreter before the main
    interpreter. The objects that were causing the problem by
    leaking between interpreters carelessly have been fixed.
  - gh-119011: Fixes type.__type_params__ to return an empty tuple
    instead of a descriptor.
  - gh-118692: Avoid creating unnecessary StopIteration instances
    for monitoring.
  - gh-119049: Fix displaying the source line for warnings created
    by the C API if the warnings module had not yet been imported.
  - gh-118844: Fix build failures when configuring with both
  - -disable-gil and --enable-experimental-jit.
  - gh-118921: Add copy() method for FrameLocalsProxy which returns
    a snapshot dict for local variables.
  - gh-117657: Fix data races on the field that stores a pointer to
    the interpreter’s main thread that occur in free-threaded
    builds.
  - gh-118507: Speedup os.path.isjunction() and os.path.lexists() on
    Windows with a native implementation.
  - gh-118561: Fix race condition in free-threaded build where
    list.extend() could expose uninitialised memory to concurrent
    readers.
  - gh-118263: Speed up os.path.splitroot() & os.path.normpath()
    with a direct C call.
  - gh-117195: Avoid assertion failure for debug builds when calling
    object.__sizeof__(1)
  - Library
  - gh-119819: Fix regression to allow logging configuration with
    multiprocessing queue types.
  - gh-117142: The ctypes module may now be imported in all
    subinterpreters, including those that have their own GIL.
  - gh-118835: Fix _pyrepl crash when using custom prompt with ANSI
    escape codes.
  - gh-117398: The _datetime module (C implementation for datetime)
    now supports being imported in multiple interpreters.
  - gh-89727: Fix issue with shutil.rmtree() where a RecursionError
    is raised on deep directory trees.
  - gh-89727: Partially fix issue with shutil.rmtree() where a
    RecursionError is raised on deep directory trees. A recursion
    error is no longer raised when rmtree.avoids_symlink_attacks is
    false.
  - gh-119118: Fix performance regression in the tokenize module by
    caching the line token attribute and calculating the column
    offset more efficiently.
  - gh-89727: Fix issue with os.fwalk() where a RecursionError was
    raised on deep directory trees by adjusting the implementation
    to be iterative instead of recursive.
  - gh-119588: zipfile.Path.is_symlink now assesses if the given
    path is a symlink.
  - gh-119555: Catch SyntaxError from compile() in the runsource()
    method of the InteractiveColoredConsole. Patch by Sergey B
    Kirpichev.
  - gh-113892: Now, the method sock_connect of
    asyncio.ProactorEventLoop raises a ValueError if given socket is
    not in non-blocking mode, as well as in other loop
    implementations.
  - gh-119443: The interactive REPL no longer runs with from
    __future__ import annotations enabled. Patch by Jelle Zijlstra.
  - gh-117398: Objects in the datetime C-API are now all statically
    allocated, which means better memory safety, especially when the
    module is reloaded. This should be transparent to users.
  - gh-118894: asyncio REPL now has the same capabilities as PyREPL.
  - gh-118911: In PyREPL, updated maybe-accept’s logic so that if
    the user hits Enter twice, they are able to terminate the block
    even if there’s trailing whitespace. Also, now when the user
    hits arrow up, the cursor is on the last functional line. This
    matches IPython’s behavior. Patch by Aya Elsayed.
  - gh-111201: Remove dependency to readline from the new Python
    REPL.
  - gh-119174: Fix high DPI causes turtledemo(turtle-graphics
    examples) windows blurry Patch by Wulian233 and Terry Jan Reedy
  - gh-119121: Fix a NameError happening in
    asyncio.staggered.staggered_race. This function is now tested.
  - gh-119113: Fix issue where pathlib.PurePath.with_suffix() didn’t
    raise TypeError when given None as a suffix.
  - gh-118643: Fix an AttributeError in the 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-58933: Make pdb return to caller frame correctly when f_trace
    of the caller frame is not set
  - gh-118895: Setting attributes on typing.NoDefault now raises
    AttributeError instead of TypeError.
  - gh-118868: Fixed issue where kwargs were no longer passed to the
    logging handler QueueHandler
  - gh-118851: ctx arguments to the constructors of ast node classes
    now default to ast.Load(). Patch by Jelle Zijlstra.
  - gh-118760: Restore the default value of tkiter.wantobjects to 1.
  - gh-118760: Fix errors in calling Tkinter bindings on Windows.
  - gh-118772: Allow typing.TypeVar instances without a default to
    follow instances without a default in some cases. Patch by Jelle
    Zijlstra.
  - gh-110863: os.path.realpath() now suppresses any OSError from
    os.readlink() when strict mode is disabled (the default).
  - gh-118033: Fix dataclasses.dataclass() not creating a
    __weakref__ slot when subclassing typing.Generic.
  - gh-106531: In importlib.resources, sync with importlib_resources
    6.3.2, including: MultiplexedPath now expects Traversable paths,
    deprecating string arguments to MultiplexedPath; Enabled support
    for resources in namespace packages in zip files; Fixed
    NotADirectoryError when calling files on a subdirectory of a
    namespace package.
  - gh-113978: Ignore warnings on text completion inside REPL.
  - gh-103956: Fix lack of newline characters in trace module output
    when line tracing is enabled but source code line for current
    frame is not available.
  - gh-92081: Fix missing spaces in email headers when the spaces
    are mixed with encoded 8-bit characters.
  - gh-103194: Prepare Tkinter for C API changes in Tcl 8.7/9.0 to
    avoid _tkinter.Tcl_Obj being unexpectedly returned instead of
    bool, str, bytearray, or int.
  - gh-87106: Fixed handling in inspect.Signature.bind() of keyword
    arguments having the same name as positional-only arguments when
    a variadic keyword argument (e.g. **kwargs) is present.
  - bpo-45767: Fix integer conversion in os.major(), os.minor(), and
    os.makedev(). Support device numbers larger than 2**63-1.
    Support non-existent device number (NODEV).
  - gh-67693: Fix urllib.parse.urlunparse() and
    urllib.parse.urlunsplit() for URIs with path starting with
    multiple slashes and no authority. Based on patch by Ashwin
    Ramaswami.
  - Tests
  - gh-119050: regrtest test runner: Add XML support to the refleak
    checker (-R option). Patch by Victor Stinner.  Buil- d
  - gh-119729: On POSIX systems, the pkg-config (.pc) filenames now
    include the ABI flags, which may include debug (“d”) and
    free-threaded (“t”). For example: * python-3.14.pc (default,
    non-debug build) * python-3.14d.pc (default, debug build) *
    python-3.14t.pc (free-threaded build)
  - gh-115119: Fall back to the bundled libmpdec if a system version
    cannot be found.
  - gh-119132: Update sys.version to identify whether the build is
    default build or free-threading build. Patch By Donghee Na.
  - gh-118836: Fix an AssertionError when building with
  - -enable-experimental-jit and the compiler emits a SHT_NOTE
    section.
  - gh-118943: Fix a possible race condition affecting parallel
    builds configured with --enable-experimental-jit, in which
    compilation errors could be caused by an incompletely-generated
    header file.
  - Windows
  - gh-119679: Ensures correct import libraries are included in
    Windows installs.
  - gh-119690: Adds Unicode support and fixes audit events for
    _winapi.CreateNamedPipe.
  - gh-111201: Add support for new pyrepl on Windows
  - gh-119070: Fixes py.exe handling of shebangs like /usr/bin/env
    python3.12, which were previously interpreted as python3.exe
    instead of python3.12.exe.
  - gh-117505: Fixes an issue with the Windows installer not running
    ensurepip in a fully isolated environment. This could cause
    unexpected interactions with the user site-packages.
  - gh-118209: Avoid crashing in mmap on Windows when the mapped
    memory is inaccessible due to file system errors or access
    violations.
  - gh-116145: Updated bundled Tcl/Tk to 8.6.14.
  - C API
  - gh-119585: Fix crash when a thread state that was created by
    PyGILState_Ensure() calls a destructor that during
    PyThreadState_Clear() that calls back into PyGILState_Ensure()
    and PyGILState_Release(). This might occur when in the
    free-threaded build or when using thread-local variables whose
    destructors call PyGILState_Ensure().
  - gh-119336: Restore the removed _PyLong_NumBits() function. It is
    used by the pywin32 project. Patch by Ethan Smith
  - gh-119247: Added Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST and
    Py_END_CRITICAL_SECTION_SEQUENCE_FAST macros to make it possible
    to use PySequence_Fast APIs safely when free-threaded, and
    update str.join to work without the GIL using them.
  - gh-111389: Add PyHASH_MULTIPLIER constant: prime multiplier used
    in string and various other hashes. Patch by Victor Stinner.
  - gh-116984: Make mimalloc includes relative to the current file
    to avoid embedders or extensions needing to include
    Internal/mimalloc if they are already including internal CPython
    headers.
  - gh-118789: Restore _PyWeakref_ClearRef that was previously
    removed in Python 3.13 alpha 1.

++++ python-requests:

  - update to 2.32.3:
    * Fixed bug breaking the ability to specify custom SSLContexts
    in sub-classes of HTTPAdapter.
    * Fixed issue where Requests started failing to run on Python
    versions compiled without the `ssl` module.

++++ vim:

  - Update to 9.1.0470:
    * tests Test_ColonEight_MultiByte() fails sporadically
    * Cannot have buffer-local value for 'completeopt'
    * GvimExt does not consult HKEY_CURRENT_USER
    * typos in some comments
    * runtime(vim): Update base-syntax, allow whitespace before
    :substitute pattern
    * Missing comments for fuzzy completion
    * runtime(man): update Vim manpage
    * runtime(comment): clarify the usage of 'commentstring' option
    value
    * runtime(doc): clarify how fuzzy 'completeopt' should work
    * runtime(netrw): prevent accidental data loss
    * missing filecopy() function
    * no whitespace padding in commentstring option in ftplugins
    * no fuzzy-matching support for insert-completion
    * eval5() and eval7 are too complex
    * too many strlen() calls in drawline.c
    * filetype lintstagedrc files are not recognized
    * Vim9 import autoload does not work with symlink
    * Coverity complains about division by zero
    * tests test_gui fails on Wayland
    * Left shift is incorrect with vartabstop and shiftwidth=0
    * runtime(doc): clarify 'shortmess' flag "S"
    * MS-Windows compiler warning for size_t to int conversion
    * runtime(doc): include some vim9 script examples in the help
    * minor issues in test_filetype with rasi test
    * filetype rasi files are not recognized
    * runtime(java): Improve the matching of lambda expressions
    * Configure checks for libelf unnecessarily
    * No test for escaping '<' with shellescape()
    * check.vim complains about overlong comment lines
    * translation(it): Update Italian translation
    * evalc. code too complex
    * MS-Windows Compiler warnings

------------------------------------------------------------------
------------------  2024-6-5  -  Jun 5 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.48.0:
    + Building with autotools is now deprecated and will be
    completely removed in the next development cycle.
    + Support changing the OpenSSL ciphers for 802.1X authentication
    via connection property "802-1x.openssl-ciphers".
    + The reason why a device is unmanaged is now properly set in the
    "StateReason" property of the "Device" D-Bus object. The
    property is visible in nmcli via "nmcli -f all device show
    $DEV".
    + Deprecated 802-11-wireless and 802-11-wired property
    'mac-address-blacklist' and introduced the
    'mac-address-denylist' property.
    + Properly restore in-memory connection profiles during the
    rollback of a checkpoint.
    + Fix detection of 6 GHz band capability for WiFi devices.
    + Allow IPv6 SLAAC and static IPv6 DNS server assignment for
    modem broadband when IPv6 device address was not explicitly
    passed on by ModemManager.
    + Fix a performance issue that was leading to 100% CPU usage by
    NetworkManager if external programs were doing a big amount of
    routes updates.
    + Patch-level development releases (i.e. 1.48.1-dev) won't be
    used anymore.
  - Changes from version 1.46
    + Support dynamic value "${NETWORK_SSID}" for
    connection.stable-id to generate the stable ID based on the
    Wi-Fi's SSID.
    + Support new value "wifi.cloned-mac-address=stable-ssid" for
    randomizing the MAC address based on the Wi-Fi network.
    + Change internal ABI of NMSetting types and NMSimpleConnection.
    + Honor udev property ID_NET_AUTO_LINK_LOCAL_ONLY=1 for enabling
    link local addresses on default wired connection.
    + Honor udev property ID_NET_MANAGED_BY to only manage an
    interface when set to "org.freedesktop.NetworkManager".
    + D-Bus methods StartFind() and StopFind() on interface
    "org.freedesktop.NetworkManager.Device.WifiP2P" now require the
    "org.freedesktop.NetworkManager.wifi.scan" Polkit permission.
    + Drop build support with Python2. Python3 is now required.
    + nmcli: limit number of printed addresses/routes in `nmcli`
    overview to 10.
    + Limit number of exported IP addresses/routes on D-Bus to 100 to
    reduce performance cost. Also, D-Bus updates for
    addresses/routes are now rate limited to 3 per second.
    + cloud-setup: enable more sandboxing options in systemd service
    file.
    + nmcli: show WiFi bandwidth.
    + Internal improvements and bugfixes.
    + Man page now show the format and accepted values of all
    properties.
    + Added the 'dns-change' dispatcher event.
    + Show WiFi devices capability to work on the 6GHz band.
    + Allow to set dhcp-client-id to none.
    + Support configuring ethtool channels property to configure NIC
    multiqueue.
    + Don't attempt to use IPv6 if it's disabled in kernel.
    + Fix handling of OVS interfaces with netdev datapath and cloned
    MAC.
    + Support for old systemd has been droped, at least systemd v200
    is required.
    + Support Ethtool EEE (Energy Efficient Ethernet) settings.
    + Add options to prevent edns0 and trust-ad being automatically
    added to DNS configuration.
    + Implement fwmark property for IP tunnels.
    + Add support to HSR/PRP interfaces.
    + Deprecated connection.* properties master, slave-type,
    autoconnect-slaves
    + Allow configuring static routes also when addresses is empty.
    + VPN: accept pref-src for IPv6 routes from VPN plugins.
    + nmcli: show global metered state.
    + Support modifying the DSCP header field for DHCP packets, and
    change the default to CS0.
    + Enable IPv4 DAD (Duplicate Address Detection) by default.
    + vpn: support 2FA authentication from VPN plugins.
    + nmtui: allow adding a bond as bridge port.
    + sriov: add support to configure the NIC's eswitch settings via
    Devlink.
    + ndisc: fix IPv6 address lifetimes computation.
    + Support the MACsec offload mode.
    + Support creating generic devices via external "device-handler"
    dispatcher.
    + Documentation improvements.
    + Many internal improvements and bug fixes.
  - Drop nm-runstatedir.patch: no longer needed.

++++ kernel-default:

  - perf pmu: Count sys and cpuid JSON events separately (git
    fixes).
  - perf stat: Don't display metric header for non-leader uncore
    events (git-fixes).
  - perf daemon: Fix file leak in daemon_session__control
    (git-fixes).
  - perf symbols: Fix ownership of string in dso__load_vmlinux()
    (git-fixes).
  - perf thread: Fixes to thread__new() related to initializing comm
    (git-fixes).
  - perf report: Avoid SEGV in report__setup_sample_type()
    (git-fixes).
  - perf ui browser: Don't save pointer to stack memory (git-fixes).
  - perf bench internals inject-build-id: Fix trap divide when
    collecting just one DSO (git-fixes).
  - perf intel-pt: Fix unassigned instruction op (discovered by
    MemorySanitizer) (git-fixes).
  - perf test shell arm_coresight: Increase buffer size for
    Coresight basic tests (git-fixes).
  - perf docs: Document bpf event modifier (git-fixes).
  - perf bench uprobe: Remove lib64 from libc.so.6 binary path
    (git-fixes).
  - perf record: Fix debug message placement for test consumption
    (git-fixes).
  - perf tests: Apply attributes to all events in object code
    reading test (git-fixes).
  - perf tests: Make "test data symbol" more robust on Neoverse N1
    (git-fixes).
  - perf annotate: Fix annotation_calc_lines() to pass correct
    address to get_srcline() (git-fixes).
  - perf stat: Do not fail on metrics on s390 z/VM systems
    (git-fixes).
  - perf sched timehist: Fix -g/--call-graph option failure
    (git-fixes).
  - perf annotate: Get rid of duplicate --group option item
    (git-fixes).
  - perf probe: Add missing libgen.h header needed for using
    basename() (git-fixes).
  - perf record: Delete session after stopping sideband thread
    (git-fixes).
  - perf auxtrace: Fix multiple use of --itrace option (git-fixes).
  - perf script: Show also errors for --insn-trace option
    (git-fixes).
  - perf lock contention: Add a missing NULL check (git-fixes).
  - perf vendor events amd: Fix Zen 4 cache latency events
    (git-fixes).
  - libperf evlist: Avoid out-of-bounds access (git-fixes).
  - perf pmu: Fix a potential memory leak in perf_pmu__lookup()
    (git-fixes).
  - perf print-events: make is_event_supported() more robust
    (git-fixes).
  - perf list: fix short description for some cache events
    (git-fixes).
  - perf metric: Don't remove scale from counts (git-fixes).
  - perf stat: Avoid metric-only segv (git-fixes).
  - perf expr: Fix "has_event" function for metric style events
    (git-fixes).
  - perf srcline: Add missed addr2line closes (git-fixes).
  - perf thread_map: Free strlist on normal path in
    thread_map__new_by_tid_str() (git-fixes).
  - perf bpf: Clean up the generated/copied vmlinux.h (git-fixes).
  - perf jevents: Drop or simplify small integer values (git-fixes).
  - perf evsel: Fix duplicate initialization of data->id in
    evsel__parse_sample() (git-fixes).
  - perf pmu: Treat the msr pmu as software (git-fixes).
  - perf record: Check conflict between '--timestamp-filename'
    option and pipe mode before recording (git-fixes).
  - perf record: Fix possible incorrect free in
    record__switch_output() (git-fixes).
  - perf vendor events amd: Add Zen 4 memory controller events
    (git-fixes).
  - perf top: Uniform the event name for the hybrid machine
    (git-fixes).
  - perf top: Use evsel's cpus to replace user_requested_cpus
    (git-fixes).
  - commit a1f9340
  - nfs: Bump default write congestion size (bsc#1218442).
  - commit 563bd84
  - nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442).
  - commit 1092c12
  - blacklist.conf: remove fix for CVE-2024-35956 bsc#1224674, not applicable
  - Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch.
    Quoting bsc#1225945#c11:
    "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: don't commit
    transaction for every subvol create")
    ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix
    unwritten extent buffer after snapshotting a new subvolume") was never
    backported."
  - commit d947258
  - crypto: iaa - Fix async_disable descriptor leak (CVE-2024-35926
    bsc#1224655).
  - commit c5d6a9b
  - xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
    (bsc#1224575 CVE-2024-35976).
  - commit 794d5e8
  - bpf, skmsg: Fix NULL pointer dereference in
    sk_psock_skb_ingress_enqueue (bsc#1225761 CVE-2024-36938).
  - commit 2f2e817
  - ipv4: check for NULL idev in ip_route_use_hint()
    (CVE-2024-36008 bsc#1224540)
  - commit d751eb5

++++ pcsc-ccid:

  - Version 1.6.0
  - uses meson build system now
  - Add support of
  - Aladdin R.D. JCR SecurBio
  - AvidCard CAC Smart Card Reader
  - FujitsuTechnologySolutions GmbH Dual Smartcard Reader D321
  - Ledger Stax
  - NXP Pegoda 3
  - authenton #1- CTAP2.1
  - provide files for meson build tool (replaces autoconf/automake)
  - Add possibility to set/get NAD on T=1 for MEP
  - multi-slots readers
  - Better handling of reader removal
  - Use CLOCK_MONOTONIC for timeouts
  - Some other minor improvements

++++ zypp-boot-plugin:

  - Update to version 0.0.9:
    * Set reboot flag for multiversion packages ( type "M" ).

------------------------------------------------------------------
------------------  2024-6-4  -  Jun 4 2024  -------------------
------------------------------------------------------------------

++++ chrony:

  - bsc#1225362, chrony-124-tai.patch: make 124-tai more reliable

++++ python-kiwi:

  - Bump version: 10.0.20 → 10.0.21

++++ gettext-runtime:

  - add optional -mini suffix to envsubst package

++++ kernel-default:

  - smb3: fix lock ordering potential deadlock in
    cifs_sync_mid_result (bsc#1225172, bsc#1224549, CVE-2024-35998).
  - commit 98bfec0
  - smb: client: fix potential deadlock when releasing mids
    (bsc#1225172, bsc#1225548, CVE-2023-52757).
  - commit 1b322a8
  - octeontx2-af: avoid off-by-one read from userspace (bsc#1225762 CVE-2024-36957)
  - commit d3dcfbb

++++ libbpf:

  - update to 1.4.3:
    * Fix libbpf unintentionally dropping FD_CLOEXEC flag when (internally)
    duping FDs

++++ libeconf:

  - Update to version 0.7.0:
    * Defining manual parsing directories (#209)
    * parsing config files in python style
    * econf_readConfig: set usr_subdir to empty string if it is NULL
    * Fix static analyzer detected issues (#202)
    * comment string can be in the parsed value which is defined with quotes (#207)
    * tst-comments2: comment sign in quoted string (#205)
    * Setting options via new econf_newKeyFile_with_options. (#206)

++++ openvswitch:

  - GCC 14 started to advertise c_atomic extension, older versions
    didn't do that.  Add check for __clang__, so GCC doesn't include
    headers designed for Clang
    (openvswitch-2.17.8-gcc14-build-fix.patch) [boo#1225906]

++++ man:

  - Update to 2.12.1 (5 April 2024)
    * Fix excessive cleanup of `/var/cache/man` by `systemd-tmpfiles`.
    * `man` matches the display width more accurately to the configured width.
    * Upgrade to Gnulib `stable-202401`.
    * Mention `groff`'s `pdf` device in `man(1)`.
    * Speed up `seccomp` filter slightly.
    * Document how to format pages using italic rather than underlined text.
    * Remove the obsolete `chconfig` tool for converting man-db configuration
    files to the FHS.  This transition took place almost 25 years ago (at
    least in Debian), so it's not worth keeping it around now.
  - Remove patch man-db-2.9.4-alternitive.dif now upstream
  - Port the patches
    * man-db-2.6.3-listall.dif
    * man-db-2.7.1-zio.dif
    * man-db-2.9.4.patch
    * man-propose-online.patch

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

  - Security Update 550.90.07 (boo#1223356) [CVE-2024-0090,
    CVE-2024-0091, CVE-2024-0092]

++++ python-maturin:

  - Update to 1.6.0
    * Add pypi name validation
    gh#PyO3/maturin#2007
    * Add JSON schema generation
    gh#PyO3/maturin#2005
    * Detect compiling from Linux gnu to Linux musl as cross compiling
    gh#PyO3/maturin#2010
    * Upgrade uniffi to 0.27.0
    gh#PyO3/maturin#2021
    * Add instrumentation support for develop
    gh#PyO3/maturin#2019
    * Make tracing-subscriber mandatory
    gh#PyO3/maturin#2022
    * Import hook upgrade
    gh#PyO3/maturin#2024
    * Add uv as develop backend command
    gh#PyO3/maturin#2015
    * Also try uv in PATH in develop --uv
    gh#PyO3/maturin#2026
    * docs: update pyo3 to match tutorial
    gh#PyO3/maturin#2029
    * Add support for AIX
    gh#PyO3/maturin#2030
    * Remove rust-cpython from project init/new template
    gh#PyO3/maturin#2034
    * Only run uv tests on platforms that has wheel on PyPI or when uv bina…
    gh#PyO3/maturin#2037
    * Install cffi and uv on demand in test_develop
    gh#PyO3/maturin#2043
    * Add support for wasm32-wasip1 and wasm32-wasip2 targets
    gh#PyO3/maturin#2054
    * fix: windows exit code with python
    gh#PyO3/maturin#2055
    * Remove rust-cpython support from documentation
    gh#PyO3/maturin#2057
    * docs: Add bleuscore in examples
    gh#PyO3/maturin#2061
    * Fix new clippy warnings on Rust 1.78.0
    gh#PyO3/maturin#2065
    * Allows to use Maturin with ziglang 0.11 and 0.12
    gh#PyO3/maturin#2067
    * Show full path in missing readme error message
    gh#PyO3/maturin#2074
    * Update cargo mock deps
    gh#PyO3/maturin#2075
    * Ban std::fs trough clippy
    gh#PyO3/maturin#2076
    * Preserve file permission when copying
    gh#PyO3/maturin#2069
    * Detect target based on interpreter for pep517 build-wheel
    gh#PyO3/maturin#2088
    * Add a global verbose option
    gh#PyO3/maturin#2080
    * Use base executable when possible in PEP 517 build
    gh#PyO3/maturin#2094
    * Remove support for rust-cpython
    gh#PyO3/maturin#2044

++++ selinux-policy:

  - Update to version 20240604+git0.ee0114f1:
    * allow firewalld access to /dev/random and write HW acceleration logs

------------------------------------------------------------------
------------------  2024-6-3  -  Jun 3 2024  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Remove redundant source: cargo_config
  - Update to version 1.11.0:
    * Release v1.11.0
    * v1.11.0 release notes
    * run cargo update
    * chore(deps): update dependency containers/automation_images to v20240529
    * Internal networks cannot make external DNS requests
    * fix(deps): update rust crate anyhow to 1.0.86
    * fix(deps): update rust crate nix to 0.29.0
    * [skip-ci] RPM: use default __cargo macro across all envs
    * chore(deps): update dependency containers/automation_images to v20240513
    * fix(deps): update rust crate anyhow to 1.0.83
    * [skip-ci] Packit: separate `packages` key for rhel jobs
    * fix(deps): update rust crate libc to 0.2.154
    * [skip-ci] Packit: enable rhel10, c10s tests and c10s downstream sync
    * [skip-ci] Packit: Remove EL8 jobs
    * fix(deps): update rust crate syslog to ^6.1.1
    * fix reverse ipv6 lookup test flake
    * fix(deps): update hickory-dns monorepo to 0.24.1
    * chore(deps): update rust crate chrono to 0.4.38
    * Don't tear down all server threads on SIGHUP (bsc#1224167)
    * fix(deps): update rust crate anyhow to 1.0.82
    * fix(deps): update rust crate tokio to 1.37.0
    * Update to nix-0.28.0
    * update chrono package
    * chore(deps): update dependency containers/automation_images to v20240320
    * fix(deps): update rust crate anyhow to 1.0.81
    * tests: check queried domain name in reverse lookup tests
    * fix: set name for answers in reverse lookups
    * chore: fix typo in runner script
    * chore: fix log message when doing reverse lookup
    * fix(deps): update rust crate log to 0.4.21
    * fix(deps): update rust crate anyhow to 1.0.80
    * chore(deps): update rust crate chrono to 0.4.34
    * fix(deps): update rust crate async-broadcast to 0.7.0
    * fix(deps): update rust crate tokio to 1.36.0
    * [CI:DOCS] Packit: disable bodhi tasks
    * chore(deps): update rust crate chrono to 0.4.33
    * Bump to 1.11.0-dev

++++ cloud-init:

  - Add cloud-init-skip-rename.patch (bsc#1219680)
    + Brute force approach to skip renames if the device is already present

++++ python-kiwi:

  - Add missing write_meta_data method to BLS base
    The standard bootloader interface class provided a method
    named write_meta_data which is expected to be implemented
    in the specialized bootloader implementation. For BLS
    bootloaders this method was missing in the BLS base class.
    write_meta_data can provide additional cmdline options
    for booting. If not covered some boot options might be
    missing. This patch fixes it
  - Fix TW integration test to build outside OBS
  - Make sure BootLoaderConfig fixes are effective
    The BootLoaderConfigGrub2 class has methods to fix the grub-mkconfig
    generated files. It does that by mounting the system and changing the
    respective files after the mkconfig call. However, after the change
    the class instance stays open in combination with BootLoaderInstallGrub2
    instance which itself under certain circumstances also mounts the
    system to call grub-install. At the time grub-install is called it
    cannot be guaranteed that all changes has been written unless an
    explicit umount in the BootLoaderConfigGrub2 class instance happened.
    This commit address the potential race condition.
  - Bump version: 10.0.19 → 10.0.20
  - Update rawhide integration test
    Use new arch attribute for testing in the repository
    element of the rawhide/test-image-live-disk integration
    test.

++++ glibc:

  - Also provide glibc-locale-base-<targettype> from
    glibc-gconv-modules-extra-<targettype>: the package was merged in the
    baselibs.conf case, so the capability is there. Steam for one has a
    requires on the symbol (boo#1225809).

++++ kernel-default:

  - kabi/severities: Ignore io_uring internal symbols
  - commit 0e91c09
  - perf/x86: Fix out of range data (git-fixes).
  - perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last
    PEBS event (git-fixes).
  - perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes).
  - commit 664d77f
  - cifs: failure to add channel on iface should bump up weight
    (git-fixes, bsc#1225172).
  - commit 007b237
  - smb: client: fix parsing of SMB3.1.1 POSIX create context
    (git-fixes, bsc#1225172).
  - commit 5f27f69
  - Revert "cifs: reconnect work should have reference on server
    struct" (git-fixes, bsc#1225172).
  - commit 3ca4c0c
  - cifs: fix leak of iface for primary channel (git-fixes,
    bsc#1225172).
  - commit b7eb8e8
  - smb: client: fix mount when dns_resolver key is not available
    (git-fixes, bsc#1225172).
  - commit 28edb5c
  - scsi: lpfc: Copyright updates for 14.4.0.2 patches
    (bsc#1225842).
  - scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842).
  - scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842).
  - scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask
    (bsc#1225842).
    Refresh:
  - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch
  - scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list
    (bsc#1225842).
  - scsi: lpfc: Clear deferred RSCN processing flag when driver
    is unloading (bsc#1225842).
  - scsi: lpfc: Update logging of protection type for T10 DIF I/O
    (bsc#1225842).
  - scsi: lpfc: Change default logging level for unsolicited CT
    MIB commands (bsc#1225842).
  - commit 5a56384
  - nvmet: fix ns enable/disable possible hang (git-fixes).
  - nvme-multipath: fix io accounting on failover (git-fixes).
  - nvme: fix multipath batched completion accounting (git-fixes).
  - commit ed3b392
  - Update
    patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch
    (git-fixes CVE-2024-36955).
  - Update
    patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch
    (git-fixes bsc#1225715 CVE-2024-36906).
  - Update
    patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch
    (git-fixes bsc#1225579 CVE-2024-36011).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch
    (git-fixes bsc#1225578 CVE-2024-36013).
  - Update
    patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch
    (git-fixes bsc#1225502 CVE-2024-36012).
  - Update
    patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch
    (git-fixes bsc#1225722 CVE-2024-36880).
  - Update
    patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch
    (git-fixes CVE-2024-36942).
  - Update
    patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch
    (git-fixes bsc#1225720 CVE-2024-36032).
  - Update
    patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch
    (git-fixes bsc#1223749 CVE-2024-26990).
  - Update
    patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch
    (git-fixes bsc#1223692 CVE-2024-26992).
  - Update
    patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch
    (stable-fixes CVE-2024-36944).
  - Update
    patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch
    (git-fixes bsc#1225734 CVE-2024-36896).
  - Update
    patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch
    (stable-fixes CVE-2024-36949).
  - Update patches.suse/bpf-Check-bloom-filter-map-value-size.patch
    (bsc#1224488 CVE-2024-35905 bsc#1225766 CVE-2024-36918).
  - Update
    patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch
    (git-fixes bsc#1225692 CVE-2023-52882).
  - Update
    patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch
    (git-fixes CVE-2024-26761).
  - Update
    patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch
    (stable-fixes bsc#1225735 CVE-2024-36897).
  - Update
    patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch
    (stable-fixes bsc#1225705 CVE-2024-36026).
  - Update
    patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch
    (stable-fixes CVE-2024-36951).
  - Update
    patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch
    (git-fixes bsc#1225593 CVE-2024-36014).
  - Update
    patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch
    (stable-fixes bsc#1225728 CVE-2024-36885).
  - Update
    patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch
    (git-fixes bsc#1225773 CVE-2024-36936).
  - Update
    patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch
    (stable-fixes CVE-2024-36950).
  - Update patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch
    (git-fixes bsc#1225736 CVE-2024-36898).
  - Update
    patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch
    (git-fixes bsc#1225698 CVE-2024-36020).
  - Update
    patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch
    (git-fixes bsc#1225710 CVE-2024-36891).
  - Update
    patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch
    (git-fixes bsc#1225714 CVE-2024-36890).
  - Update
    patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch
    (git-fixes bsc#1225708 CVE-2024-36029).
  - Update
    patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch
    (git-fixes bsc#1225699 CVE-2024-36021).
  - Update
    patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch
    (git-fixes CVE-2024-26943).
  - Update
    patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch
    (git-fixes bsc#1225694 CVE-2024-36018).
  - Update
    patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch
    (git-fixes CVE-2024-36940).
  - Update
    patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch
    (git-fixes CVE-2024-36959).
  - Update
    patches.suse/ppdev-Add-an-error-check-in-register_device.patch
    (git-fixes bsc#1225640 CVE-2024-36015).
  - Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes
    CVE-2024-36947).
  - Update
    patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch
    (git-fixes bsc#1225695 CVE-2024-36019).
  - Update
    patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch
    (git-fixes bsc#1223869 bsc#1225747 CVE-2024-36931).
  - Update
    patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch
    (git-fixes bsc#1223874 bsc#1225775 CVE-2024-36928).
  - Update
    patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch
    (git-fixes bsc#1225704 CVE-2024-36025).
  - Update
    patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch
    (git-fixes CVE-2024-36930).
  - Update
    patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch
    (bsc#1224331 bsc#1224602 CVE-2024-35814).
  - Update
    patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch
    (git-fixes bsc#1225642 CVE-2024-36016).
  - Update
    patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch
    (git-fixes bsc#1225749 CVE-2024-36894).
  - Update
    patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch
    (git-fixes bsc#1225750 CVE-2024-36895).
  - Update
    patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch
    (git-fixes bsc#1225748 CVE-2024-36893).
  - Update
    patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch
    (stable-fixes bsc#1225769 CVE-2024-36921).
  - Update
    patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch
    (stable-fixes CVE-2024-36922).
  - Update
    patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch
    (git-fixes CVE-2024-36941).
  - Update
    patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch
    (git-fixes bsc#1224742 CVE-2024-35803).
  - commit 539780f
  - powerpc/pseries/lparcfg: drop error message from guest name
    lookup (bsc#1187716 ltc#193451 git-fixes).
  - commit ceab637
  - powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869).
  - powerpc/uaccess: Fix build errors seen with GCC 13/14
    (bsc#1194869).
  - commit 46b5d84
  - Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756)
    The L3 bsc#1225765 was created seperately since our customer requires
    PTF.
  - Update patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch
  - Update patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch
  - Update patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch
  - Update patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch
  - commit 054635e
  - netfilter: nf_tables: release mutex after nft_gc_seq_end from
    abort path (CVE-2024-26925 bsc#1223390).
  - commit 578a709
  - series.conf: cleanup
    Fix subsection header to silence series_insert error.
  - commit 4628dc3

++++ libdrm:

  - update to 2.4.121
    * meson: make build system happy by replacing deprecated feature
    * include poll.h instead of sys/poll.h
    * amdgpu: Make amdgpu_device_deinitialize thread-safe
    * Revert "xf86drm: ignore symlinks in process_device()"
    * xf86drm: Don't consider node names longer than the maximum allowed
    * tests/amdgpu: fix compile warning with the guard enum value
    * tests/amdgpu: fix compile error with gcc7.5
    * tests/amdgpu: fix compile error with gcc14
    * tests/util: add tidss driver
    * meson: Replace usages of deprecated ExternalProgram.path()
    * meson: Fix broken str.format usage
    * amdgpu: add marketing names from Adrenalin 23.11.1
    * amdgpu: add marketing names from PRO Edition for W7700
    * amdgpu: add marketing names from Windows Steam Deck OLED APU driver
    * amdgpu: add marketing names from amd-6.0
    * amdgpu: add marketing name for Radeon RX 6550M
    * amdgpu: add marketing names from amd-6.0.1
    * amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe
    * amdgpu: sync amdgpu_drm.h
    * symbols-check: Add _GLOBAL_OFFSET_TABLE_
    * symbols-check: Add _fbss, _fdata, _ftext
    * amdgpu: expose amdgpu_va_manager publicly
    * amdgpu: add amdgpu_va_range_alloc2
    * amdgpu: add amdgpu_device_initialize2
    * amdgpu: fix deinit logic
    * ci: build with meson --fatal-meson-warnings
    * ci: use "meson setup" sub-command
    * xf86drm: document drmDevicesEqual()
    * xf86drm: ignore symlinks in process_device()

++++ freeipmi:

  - use %autosetup
  - apply patches with -p1

++++ samba:

  - Fix non deterministic builds; (bsc#1225754); (bso#13213);

++++ ncurses:

  - Add ncurses patch 20240601
    + improve formatting/style of manpages (patches by Branden Robinson).
    + change Ada95/configure to use --with-screen option rather than
  - -enable-widec, to provide more choices of underlying curses library

++++ libvirt:

  - Update to libvirt 10.4.0
  - network: use nftables to setup virtual network firewall rules
    boo#1201510
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-4-0-2024-06-03

++++ netavark:

  - Remove redundant source: cargo_config
  - Update to version 1.11.0:
    * Release v1.11.0
    * Update release notes for 1.11.0
    * update netlink-packet-route to 0.20.0
    * run cargo update
    * fix: remove extra / in make install and uninstall
    * chore(deps): update dependency containers/automation_images to v20240529
    * fix(deps): update rust crate nix to 0.29.0
    * fix(deps): update rust crate nispor to 1.2.19
    * fix(deps): update rust crate anyhow to 1.0.86
    * fix(deps): update rust crate anyhow to 1.0.85
    * [skip-ci] Packit: do not create dup jobs on podman-next
    * fix(deps): update rust crate anyhow to 1.0.84
    * [skip-ci] RPM: use default __cargo macro across all envs
    * [skip-ci] RPM: switch default firewall to nftables on EL10+
    * chore(deps): update dependency containers/automation_images to v20240513
    * Add conditional compilation of default firewall driver
    * fix(deps): update rust crate serde_json to 1.0.117
    * fix new clippy warnings
    * Update CI image to fedora 40
    * fix ncat sctp tests
    * fix(deps): update rust crate anyhow to 1.0.83
    * build(deps): bump h2 from 0.3.25 to 0.3.26
    * [skip-ci] Packit: distinct `-rhel` packages value
    * [skip-ci] Packit: enable c10s downstream sync
    * fix(deps): update rust crate libc to 0.2.154
    * fix(deps): update rust crate ipnet to 2.9.0
    * fix(deps): update rust crate tower to 0.4.13
    * fix(deps): update rust crate tokio-stream to 0.1.15
    * fix(deps): update rust crate prost to 0.12.4
    * fix(deps): update rust crate iptables to 0.5.1
    * [skip-ci] Packit: remove el8 jobs
    * fix(deps): update rust crate anyhow to 1.0.82
    * fix(deps): update rust crate serde to 1.0.199
    * Add suffix to Aardvark internal network filenames
    * fix port forward with strict RPF and multi networks
    * renovate: stop rebasing PRs automatically
    * chore(deps): update rust crate chrono to 0.4.38
    * fix(deps): update rust crate serde_json to 1.0.116
    * fix(deps): update rust crate netlink-sys to 0.8.6
    * nftables: only dump netavark table rules
    * update nftables to 0.4
    * fix aardvark-dns netns check
    * fix(deps): update rust crate tokio to 1.37
    * fix(deps): update rust crate netlink-packet-route to 0.19.0
    * Update to nix-0.28.0
    * fix(deps): update rust crate mozim to 0.2.3
    * fix(deps): update rust crate nispor to 1.2.18
    * Update chrono
    * fix(deps): update rust crate serde_json to 1.0.115
    * build(deps): bump mio from 0.8.9 to 0.8.11
    * [skip-ci] rpm: aardvark-dns is a hard dep across the board
    * Update Rust crate env_logger to 0.11.3
    * Update Rust crate serde to 1.0.197
    * Update Rust crate tempfile to 3.10.1
    * Update Rust crate log to 0.4.21
    * Update Rust crate zbus to 3.15.2
    * Update Rust crate serde_json to 1.0.114
    * Update Rust crate env_logger to 0.11.2
    * Update Rust crate chrono to 0.4.34
    * Update Rust crate tonic-build to 0.11
    * Update Rust crate tonic to 0.11
    * fix netavark update to not start a new aardvark-dns
    * Update Rust crate tempfile to 3.10.0
    * Update Rust crate zbus to 3.15.0
    * Update Rust crate tokio to 1.36
    * Update Rust crate chrono to 0.4.33
    * Do not perform network namespace detection on AV update
    * [CI:BUILD] Packit/rpm: fix aardvark-dns handling
    * Update Rust crate serde_json to 1.0.113
    * Update Rust crate serde_json to 1.0.112
    * Update Rust crate env_logger to 0.11.1
    * update README with nftables support
    * Bump to v1.11.0-dev
    * perf-netavark: accept fw driver as argument
    * perf-netavark: fix missing --config arg

++++ patterns-base:

  - Update rpmlintrc W: no-binary to E: no-binary
  - Remove tigervnc
    * Most users including myself don't even know what a vnc is
    or how to use one

++++ python-libvirt-python:

  - Update to 10.4.0
  - Add all new APIs and constants in libvirt 10.4.0

------------------------------------------------------------------
------------------  2024-6-2  -  Jun 2 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Restrict all internal depencency version to match the exact Mesa build,
    so that users won't install Mesa packages partly from other repos and
    make the system broken.

++++ Mesa-drivers:

  - Restrict all internal depencency version to match the exact Mesa build,
    so that users won't install Mesa packages partly from other repos and
    make the system broken.

++++ c-ares:

  - c-ares 1.29.0
    Features:
    * When using ARES_OPT_EVENT_THREAD, automatically reload
    system configuration when network conditions change.
    [PR #759]
    * Apple: reimplement DNS configuration reading to more
    accurately pull DNS settings. [PR #750]
    * Add observability into DNS server health via a server state
    callback, invoked whenever a query finishes. [PR #744]
    * Add server failover retry behavior, where failed servers are
    retried with small probability after a minimum delay.
    [PR #731]
    Changes:
    * Mark ares_channel_t * as const in more places in the public
    API. [PR #758]
    Bugfixes:
    * Due to a logic flaw dns name compression writing was not
    properly implemented which would result in the name prefix not
    being written for a partial match. This could cause issues in
    various record types such as MX records when using the
    deprecated API. Regression introduced in 1.28.0. [Issue #757]
    * Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say
    it does and causes c-ares to become non-functional. [PR #754]
    * ares_getnameinfo(): loosen validation on salen parameter.
    [Issue #752]
    * cmake: Android requires C99. [PR #748]
    * ares_queue_wait_empty() does not honor timeout_ms >= 0.
    [Issue #742]

------------------------------------------------------------------
------------------  2024-6-1  -  Jun 1 2024  -------------------
------------------------------------------------------------------

++++ lvm2-device-mapper:

  - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
    * update lvm2.spec

++++ python-kiwi:

  - Add support for arch attr in repository element
    Allow to provide different repository sections per architecture

++++ findutils:

  - Update to 4.10.0.
    Announcement: https://savannah.gnu.org/news/?id=10638
  - findutils-xautofs.patch: Refresh.

++++ kernel-default:

  - ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes).
  - ALSA: ump: Set default protocol when not given explicitly
    (git-fixes).
  - ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes).
  - ALSA: core: Remove debugfs at disconnection (git-fixes).
  - commit f8e0906
  - drm/panel: sitronix-st7789v: fix display size for
    jt240mhqs_hwt_ek_e3 panel (git-fixes).
  - drm/panel: sitronix-st7789v: tweak timing for
    jt240mhqs_hwt_ek_e3 panel (git-fixes).
  - drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3
    panel (git-fixes).
  - dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
    (git-fixes).
  - Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3
    devices" (stable-fixes).
  - drm/amd/display: Enable colorspace property for MST connectors
    (git-fixes).
  - drm/i915: Fix audio component initialization (git-fixes).
  - drm/i915/dpt: Make DPT object unshrinkable (git-fixes).
  - drm/i915/gt: Fix CCS id's calculation for CCS mode setting
    (git-fixes).
  - drm/i915/guc: avoid FIELD_PREP warning (git-fixes).
  - drm/i915/gt: Disarm breadcrumbs if engines are already idle
    (git-fixes).
  - drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
    (git-fixes).
  - hwmon: (shtc1) Fix property misspelling (git-fixes).
  - hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board
    power sensor (git-fixes).
  - spi: stm32: Don't warn about spurious interrupts (git-fixes).
  - spi: Don't mark message DMA mapped when no transfer in it is
    (git-fixes).
  - dma-mapping: benchmark: handle NUMA_NO_NODE correctly
    (git-fixes).
  - dma-mapping: benchmark: fix node id validation (git-fixes).
  - ALSA: seq: ump: Fix swapped song position pointer data
    (git-fixes).
  - ASoC: SOF: ipc4-topology: Fix input format query of process
    modules without base extension (git-fixes).
  - ALSA: seq: Fix yet another spot for system message conversion
    (git-fixes).
  - ALSA: ump: Don't accept an invalid UMP protocol number
    (git-fixes).
  - ALSA: ump: Don't clear bank selection after sending a program
    change (git-fixes).
  - ALSA: seq: Fix incorrect UMP type for system messages
    (git-fixes).
  - ALSA: seq: Don't clear bank selection at event -> UMP MIDI2
    conversion (git-fixes).
  - ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP
    conversion (git-fixes).
  - ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp
    (git-fixes).
  - docs: netdev: Fix typo in Signed-off-by tag (git-fixes).
  - net: usb: smsc95xx: fix changing LED_SEL bit value updated
    from EEPROM (git-fixes).
  - net: phy: micrel: set soft_reset callback to genphy_soft_reset
    for KSZ8061 (git-fixes).
  - commit e5505a5
  - Add alt-commit to a nouveau patch
  - commit 0024d10

++++ lvm2:

  - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783)
    * update lvm2.spec

------------------------------------------------------------------
------------------  2024-5-31  -  May 31 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add --list-profiles to image info
    Allow to list available profiles from the processed image
    description

++++ git:

  - Compat stub for %python3_fix_shebang_path
  - only call the %python3_fix_shebang_path if it is actually
    defined. This fixes the build on 15.x
  - update to 2.45.2:
    * Revert "defense in depth" fixes from 2.45.1 broke 'git lfs' and
    'git annex'

++++ haproxy:

  - AppArmor: allow haproxy to read the files needed for the
    "p post_mortem" support

++++ kernel-default:

  - 9p: add missing locking around taking dentry fid list (git-fixes)
  - commit 581af2d
  - ecryptfs: Fix buffer size for tag 66 packet (git-fixes)
  - commit 17aae28
  - llc: call sock_orphan() at release time
    (CVE-2024-26625 bsc#1221086)
  - commit fe6bd4d
  - fs/9p: translate O_TRUNC into OTRUNC (git-fixes)
  - commit e03e9a5
  - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
    (git-fixes).
  - commit e824dba
  - fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes)
  - commit ebd0dc6
  - selftests/bpf: precision tracking test for BPF_NEG and BPF_END
    (bsc#1225756).
  - commit a410d73
  - selftests/bpf: add edge case backtracking logic test
    (bsc#1225756).
  - bpf: fix precision backtracking instruction iteration
    (bsc#1225756).
  - bpf: handle ldimm64 properly in check_cfg() (bsc#1225756).
  - commit 9cbb99b
  - fs: indicate request originates from old mount API (git-fixes)
  - commit 0754468
  - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes)
  - commit 4c48f9f
  - fs: Fix error checking for d_hash_and_lookup() (git-fixes)
  - commit c90513f
  - nvme-pci: Add quirk for broken MSIs (git-fixes).
  - nvme: fix warn output about shared namespaces without
    CONFIG_NVME_MULTIPATH (git-fixes).
  - drivers/nvme: Add quirks for device 126f:2262 (git-fixes).
  - commit fff60eb
  - Update
    patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535
    bsc#1224534).
  - commit d9497f3
  - octeontx2-af: fix the double free in rvu_npc_freemem() (bsc#1225712 CVE-2024-36030)
  - commit 294ca99
  - idpf: extend tx watchdog timeout (bsc#1224137).
  - commit fbf0ed6
  - kABI fix of KVM: x86/pmu: Allow programming events that match
    unsupported arch events (bsc#1225696).
  - Refresh
    patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch.
  - commit 0e4ccf5

++++ systemd:

  - Rename PAM config file 'systemd-user' into 'pam.systemd-user'.
  - Import commit 603cd1d4d81147d4f2eccd5e352064a4215119b4 (merge of v255.7)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/b9c17562f612ab2cd8cfee1960714c58d0a6c593...603cd1d4d81147d4f2eccd5e352064a4215119b4
  - Import commit b9c17562f612ab2cd8cfee1960714c58d0a6c593
    b9c17562f6 99-systemd.rules: rework SYSTEMD_READY logic for device mapper
    c5003fc15e pcrlock: add make_pcrlock_record_from_stream

++++ libzypp:

  - zypp-tui: Make sure translated texts use the correct textdomain
    (fixes #551)
  - Skip libproxy1 requires for tumbleweed.
  - version 17.34.1 (34)

++++ patterns-base:

  - require openSUSE-build key on openSUSE

++++ ovmf:

  - Remove unused openSUSE-UEFI-SIGN-Certificate-2048.crt
  - Use virt-fw-vars to create varstores with enrolled keys instead
    of using QEMU + generated .iso images:
    * Includes newer 2023 certs from Microsoft
    * Remove now unused files:
    + gen-key-enrollment-iso.sh
    + ovmf-set-fixed-enroll-time.patch
    + ovmf-build-funcs.sh
    * No longer build and package EnrollDefaultKeys.efi and Shell.efi

------------------------------------------------------------------
------------------  2024-5-30  -  May 30 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.18 → 10.0.19

++++ fde-tools:

  - Fix fde-tools-change-rpm-macro-dir.patch which didn't set
    RPM_MACRO_DIR correctly

++++ kernel-default:

  - swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331)
  - commit c148fd3
  - calipso: fix memory leak in netlbl_calipso_add_pass()
    (CVE-2023-52698 bsc#1224621)
  - commit 5fc90b9
  - kabi/severities: ignore IMS functions
    They were dropped in previous patches. Noone is supposed to use them.
  - commit 494909c
  - smb: client: set correct id, uid and cruid for multiuser
    automounts (bsc#1223011, CVE-2024-26822).
  - commit 6fce785
  - smb: client: fix potential OOBs in smb2_parse_contexts()
    (bsc#1220148, CVE-2023-52434).
  - commit a00a7f6

++++ xz:

  - Update to 5.6.2:
    * Remove the backdoor (CVE-2024-3094).
    * Not changed: Memory sanitizer (MSAN) has a false positive
    in the CRC CLMUL code which also makes OSS Fuzz unhappy.
    Valgrind is smarter and doesn't complain.
    A revision to the CLMUL code is coming anyway and this issue
    will be cleaned up as part of it. It won't be backported to
    5.6.x or 5.4.x because the old code isn't wrong. There is
    no reason to risk introducing regressions in old branches
    just to silence a false positive.
    * liblzma:
  - lzma_index_decoder() and lzma_index_buffer_decode(): Fix
    a missing output pointer initialization (*i = NULL) if the
    functions are called with invalid arguments. The API docs
    say that such an initialization is always done. In practice
    this matters very little because the problem can only occur
    if the calling application has a bug and these functions
    return LZMA_PROG_ERROR.
  - lzma_str_to_filters(): Fix a missing output pointer
    initialization (*error_pos = 0). This is very similar
    to the fix above.
  - Fix C standard conformance with function pointer types.
  - Remove GNU indirect function (IFUNC) support. This is *NOT*
    done for security reasons even though the backdoor relied on
    this code. The performance benefits of IFUNC are too tiny in
    this project to make the extra complexity worth it.
  - FreeBSD on ARM64: Add error checking to CRC32 instruction
    support detection.
  - Fix building with NVIDIA HPC SDK.
    * xz:
  - Fix a C standard conformance issue in --block-list parsing
    (arithmetic on a null pointer).
  - Fix a warning from GNU groff when processing the man page:
    "warning: cannot select font 'CW'"
    * xzdec: Add support for Linux Landlock ABI version 4. xz already
    had the v3-to-v4 change but it had been forgotten from xzdec.

++++ python-azuremetadata:

  - Replace python3-azuremetadata with universal packaging
    (https://trello.com/c/fupyiTVo/168-python3-packages-in-factory).
  - Rename to python-azuremetadata.

++++ python-ec2metadata:

  - Replace python3-ec2metadata with universal packaging
    (https://trello.com/c/fupyiTVo/168-python3-packages-in-factory).
  - Rename to python-ec2metadata.

++++ python-gcemetadata:

  - Replace python3-gcemetadata with universal packaging
    (https://trello.com/c/fupyiTVo/168-python3-packages-in-factory).
  - Rename to python-gcemetadata.

------------------------------------------------------------------
------------------  2024-5-29  -  May 29 2024  -------------------
------------------------------------------------------------------

++++ cups:

  - Update to version 2.4.8:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.8 brings many bug fixes which aggregated over the last
    half a year. It brings the important fix for race conditions
    and errors which can happen when installing permanent
    IPP Everywhere printer, support for PAM modules password-auth
    and system-auth and new option for lpstat which can show only
    the successful jobs.
    Detailed list (from CHANGES.md):
    * Added warning if the device has to be asked for
    'all,media-col-database' separately (Issue #829)
    * Added new value for 'lpstat' option '-W' - successfull - for
    getting successfully printed jobs (Issue #830)
    * Added support for PAM modules password-auth
    and system-auth (Issue #892)
    * Updated IPP Everywhere printer creation error
    reporting (Issue #347)
    * Updated and documented the MIME typing buffering
    limit (Issue #925)
    * Raised 'cups_enum_dests()' timeout for listing
    available IPP printers (Issue #751)
    * Now report an error for temporary printer defaults
    with lpadmin (Issue #237)
    * Fixed mapping of PPD InputSlot, MediaType,
    and OutputBin values (Issue #238)
    * Fixed "document-unprintable-error" handling (Issue #391)
    * Fixed the web interface not showing an error
    for a non-existent printer (Issue #423)
    * Fixed printing of jobs with job name longer than 255 chars
    on older printers (Issue #644)
    * Really backported fix for Issue #742
    * Fixed 'cupsCopyDestInfo' device connection
    detection (Issue #586)
    * Fixed "Upgrade" header handling when there is
    no TLS support (Issue #775)
    * Fixed memory leak when unloading a job (Issue #813)
    * Fixed memory leak when creating color profiles (Issue #815)
    * Fixed a punch finishing bug in the IPP Everywhere
    support (Issue #821)
    * Fixed crash in 'scan_ps()' if incoming argument
    is NULL (Issue #831)
    * Fixed setting job state reasons for successful
    jobs (Issue #832)
    * Fixed infinite loop in IPP backend if hostname
    is IP address with Kerberos (Issue #838)
    * Added additional check on socket if 'revents' from 'poll()'
    returns POLLHUP together with POLLIN or POLLOUT
    in 'httpAddrConnect2()' (Issue #839)
    * Fixed crash in 'ppdEmitString()' if 'size' is NULL (Issue #850)
    * Fixed reporting 'media-source-supported' when
    sharing printer  which has numbers as strings instead of
    keywords as 'InputSlot' values (Issue #859)
    * Fixed IPP backend to support the "print-scaling" option
    with IPP printers (Issue #862)
    * Fixed potential race condition for the creation
    of temporary queues (Issue #871)
    * Fixed 'httpGets' timeout handling (Issue #879)
    * Fixed checking for required attributes during
    PPD generation (Issue #890)
    * Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
    * Fixed sending response headers to client (Issue #927)
    * Fixed CGI program initialization and validation
    of form checkbox and text fields.
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.8

++++ python-kiwi:

  - package: Always include patches and number all sources and patches
    This ensures that stuff is applied reliably and all sources and patches
    are included as expected.
    Then the added kiwi-revert-bls-default-for-suse.patch is applied
    conditionally for SUSE distributions.
  - Bump version: 10.0.17 → 10.0.18
  - package: adjust openSUSE patch
  - Bump version: 10.0.16 → 10.0.17
  - Fixed box plugin documentation
    The provided example was no longer correct according to
    changes on the image description referenced in the example

++++ haproxy:

  - Update to version 3.0.0+git0.5590ada47:
    https://www.haproxy.com/blog/announcing-haproxy-3-0
    https://www.mail-archive.com/haproxy@formilux.org/msg44993.html

++++ kernel-default:

  - dm-integrity: fix a memory leak when rechecking the data
    (bsc#1223077, CVE-2024-26860).
  - commit 29984e7
  - btrfs: zoned: don't skip block groups with 100% zone unusable
    (bsc#1220120).
  - btrfs: don't refill whole delayed refs block reserve when
    starting transaction (bsc#1220120).
  - btrfs: add new unused block groups to the list of unused block
    groups (bsc#1220120).
  - btrfs: do not delete unused block group if it may be used soon
    (bsc#1220120).
  - btrfs: add and use helper to check if block group is used
    (bsc#1220120).
  - btrfs: always reserve space for delayed refs when starting
    transaction (bsc#1220120).
  - btrfs: stop doing excessive space reservation for csum deletion
    (bsc#1220120).
  - btrfs: remove pointless initialization at
    btrfs_delayed_refs_rsv_release() (bsc#1220120).
  - btrfs: reserve space for delayed refs on a per ref basis
    (bsc#1220120).
  - btrfs: allow to run delayed refs by bytes to be released
    instead of count (bsc#1220120).
  - btrfs: simplify check for extent item overrun at
    lookup_inline_extent_backref() (bsc#1220120).
  - btrfs: return -EUCLEAN if extent item is missing when searching
    inline backref (bsc#1220120).
  - btrfs: use a single variable for return value at
    lookup_inline_extent_backref() (bsc#1220120).
  - btrfs: use a single variable for return value at
    run_delayed_extent_op() (bsc#1220120).
  - btrfs: remove pointless 'ref_root' variable from
    run_delayed_data_ref() (bsc#1220120).
  - btrfs: initialize key where it's used when running delayed
    data ref (bsc#1220120).
  - btrfs: remove refs_to_drop argument from __btrfs_free_extent()
    (bsc#1220120).
  - btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()
    (bsc#1220120).
  - btrfs: remove the refcount warning/check at
    btrfs_put_delayed_ref() (bsc#1220120).
  - btrfs: remove unnecessary logic when running new delayed
    references (bsc#1220120).
  - btrfs: pass a space_info argument to
    btrfs_reserve_metadata_bytes() (bsc#1220120).
  - btrfs: log message if extent item not found when running
    delayed extent op (bsc#1220120).
  - btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
    (bsc#1220120).
  - btrfs: move btrfs_free_excluded_extents() into block-group.c
    (bsc#1220120).
  - btrfs: open code trivial btrfs_add_excluded_extent()
    (bsc#1220120).
  - btrfs: make find_first_extent_bit() return a boolean
    (bsc#1220120).
  - btrfs: make btrfs_destroy_pinned_extent() return void
    (bsc#1220120).
  - btrfs: make btrfs_destroy_marked_extents() return void
    (bsc#1220120).
  - btrfs: rename add_new_free_space() to btrfs_add_new_free_space()
    (bsc#1220120).
  - btrfs: update documentation for add_new_free_space()
    (bsc#1220120).
  - commit 37b05cd
  - Refresh
    patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771).
    In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the
    missing 'usage' argument in the pkcs7_validate_trust() invocation
    from  the PKCS#7 selftest.
  - commit cfa0827
  - printk: Let no_printk() use _printk() (bsc#1225618).
  - commit 2abd745
  - printk: Update @console_may_schedule in
    console_trylock_spinning() (bsc#1225616).
  - commit e5e7ac5
  - af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock
    (CVE-2024-26676 bsc#1222380).
  - af_unix: Don't peek OOB data without MSG_OOB (CVE-2024-26676 bsc#1222380).
  - af_unix: Clear stale u->oob_skb (CVE-2024-26676 bsc#1222380).
  - commit 7722c8d
  - af_unix: fix use-after-free in unix_stream_read_actor()
    (CVE-2023-52772 bsc#1224989).
  - commit 0f5ff3f
  - certs: Add ECDSA signature verification self-test (bsc#1222777).
  - Port "certs: Add ECDSA signature verification self-test".
  - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA.
  - Refresh
    0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch:
    trivial context update to Kconfig
  - commit 7338b2e
  - dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607).
  - commit 3d953e1
  - printk: Avoid non-panic CPUs writing to ringbuffer
    (bsc#1225607).
  - commit 9a41cad
  - certs: Move RSA self-test data to separate file (bsc#1222777).
  - Port "certs: Move RSA self-test data to separate file".
  - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA.
  - Refresh
    patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch:
  - trivial context update to Kconfig,
  - account for changed pkcs7_validate_trust() callsite amended by
    this refreshed patch.
  - commit 248ad2a
  - printk: Disable passing console lock owner completely during
    panic() (bsc#1225607).
  - commit a31a4d6
  - printk: ringbuffer: Skip non-finalized records in panic
    (bsc#1225607).
  - commit 8be42db
  - Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771)
  - commit 4ade1c7
  - printk: Wait for all reserved records with pr_flush()
    (bsc#1225607).
  - commit 4a07b6c
  - printk: ringbuffer: Cleanup reader terminology (bsc#1225607).
  - commit b3f2a50
  - printk: Add this_cpu_in_panic() (bsc#1225607).
  - commit 8afb830
  - printk: For @suppress_panic_printk check for other CPU in panic
    (bsc#1225607).
  - commit f2045e0
  - printk: ringbuffer: Clarify special lpos values (bsc#1225607).
  - commit d1338d8
  - printk: ringbuffer: Do not skip non-finalized records with
    prb_next_seq() (bsc#1225607).
  - commit 1ea687c
  - prctl: generalize PR_SET_MDWE support check to be per-arch
    (bsc#1225610).
  - commit b86afe4
  - printk: Use prb_first_seq() as base for 32bit seq macros
    (bsc#1225607).
  - commit ea93856
  - printk: Adjust mapping for 32bit seq macros (bsc#1225607).
  - commit e9e690d
  - blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
    (bsc#1225605).
  - blk-cgroup: fix list corruption from resetting io stat
    (bsc#1225605).
  - commit c132bd3
  - printk: nbcon: Relocate 32bit seq macros (bsc#1225607).
  - commit 6293dd4
  - printk: Rename abandon_console_lock_in_panic() to
    other_cpu_in_panic() (bsc#1225607).
  - commit 74aec78
  - printk: Consolidate console deferred printing (bsc#1225607).
  - commit c45374f
  - printk: Do not take console lock for console_flush_on_panic()
    (bsc#1225607).
  - commit ca5038f
  - printk: Keep non-panic-CPUs out of console lock (bsc#1225607).
  - commit 2d7bf36
  - printk: Reduce console_unblank() usage in unsafe scenarios
    (bsc#1225607).
  - commit 54eafaa
  - livepatch: Fix missing newline character in
    klp_resolve_symbols() (bsc#1223539).
  - commit af0f908
  - cpumap: Zero-initialise xdp_rxq_info struct before running
    XDP program (bsc#1224718 CVE-2024-27431).
  - commit fb7728a
  - kABI: bpf: struct bpf_link and bpf_link_ops kABI workaround
    (bsc#1224531 CVE-2024-35860).
  - commit 7744489
  - Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"
    (git-fixes).
  - Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes).
  - Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes).
  - commit 0dc394b
  - ppdev: Add an error check in register_device (git-fixes).
  - commit cfdb6a2
  - bpf: support deferring bpf_link dealloc to after RCU grace
    period (bsc#1224531 CVE-2024-35860).
  - bpf: put uprobe link's path and task in release callback
    (bsc#1224531 CVE-2024-35860).
  - commit a95dd44
  - Bluetooth: ISO: Fix not validating setsockopt user input
    (bsc#1224581 CVE-2024-35964).
  - commit 9d49d44
  - Bluetooth: ISO: Add support for BT_PKT_STATUS (bsc#1224581
    CVE-2024-35964).
  - commit cadac48
  - Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic (bsc#1224581
    CVE-2024-35964).
  - Refresh
    patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch.
  - commit 774d916
  - bpf, sockmap: Prevent lock inversion deadlock in map delete elem
    (bsc#1209657 CVE-2023-0160 bsc#1224511 CVE-2024-35895).
  - commit fa3fb92
  - tpm_tis_spi: Account for SPI header when allocating TPM SPI
    xfer buffer (git-fixes).
  - commit 6d124e2

++++ openssl-3:

  - Fix HDKF key derivation (bsc#1225291, gh#openssl/openssl#23448,
    gh#openssl/openssl#23456)
    * Add openssl-Fix-EVP_PKEY_CTX_add1_hkdf_info-behavior.patch
    * Add openssl-Handle-empty-param-in-EVP_PKEY_CTX_add1_hkdf_info.patch

++++ vim:

  - Update to 9.1.0448:
    * compiler warning in eval.c
    * remove remaining css code
    * Add ft_hare.txt to Reference Manual TOC
    * re-generate vim syntax from generator
    * fix syntax vim bug
    * completion may be wrong when deleting all chars
    * getregionpos() inconsistent for partly-selected multibyte char
    * fix highlighting nested and escaped quotes in string props
    * remove the indent plugin since it has too many issues
    * update Debian runtime files
    * Coverity warning after 9.1.0440
    * Not enough tests for getregion() with multibyte chars
    * Can't use blockwise selection with width for getregion()
    * update outdated syntax files
    * fix floating_modifier highlight
    * hare runtime files outdated
    * getregionpos() can't properly indicate positions beyond eol
    * function get_lval() is too long
    * Cannot filter the history
    * Wrong Ex command executed when :g uses '?' as delimiter
    * support floating_modifier none; revert broken highlighting
    * Motif requires non-const char pointer for XPM  data
    * Crash when using '?' as separator for :s
    * filetype: cygport files are not recognized
    * make errors trying to access autoload/zig
    * Wrong yanking with exclusive selection and ve=all
    * add missing help tags file
    * Ancient XPM preprocessor hack may cause build errors
    * include basic rescript ftplugin file
    * eval.c is too long
    * getregionpos() doesn't handle one char selection
    * check for gdb file/dir before using as buffer name
    * refactor zig ftplugin, remove auto format
    * Coverity complains about eval.c refactor
    * Tag guessing leaves wrong search history with very short names
    * some issues with termdebug mapping test
    * update matchit plugin to v1.20
    * too many strlen() calls in search.c
    * set commentstring option
    * update vb indent plugin as vim9script
    * filetype: purescript files are not recognized
    * filetype: slint files are not recognized
    * basic nim ftplugin file for comments
    * Add Arduino ftplugin and indent files
    * include basic typst ftplugin file
    * include basic prisma ftplugin file
    * include basic v ftplugin for comment support
    * getregionpos() wrong with blockwise mode and multibyte
    * function echo_string_core() is too long
    * hyprlang files are not recognized
    * add basic dart ftplugin file
    * basic ftplugin file for graphql
    * mention comment plugin at :h 'commentstring'
    * set commentstring for sql files in ftplugin
    * :browse oldfiles prompts even with single entry
    * eval.c not sufficiently tested
    * clarify why E195 is returned
    * clarify temporary file clean up
    * fix :NoMatchParen not working
    * Cannot move to previous/next rare word
    * add basic ftplugin file for sshdconfig
    * if_py: find_module has been removed in Python 3.12.0a7
    * some screen dump tests can be improved
    * Some functions are not tested
    * clarify instal instructions for comment package
    * Unable to leave long line with 'smoothscroll' and 'scrolloff'
    * fix typo in vim9script help file
    * Remove trailing spaces
    * clarify {special} argument for shellescape()

------------------------------------------------------------------
------------------  2024-5-28  -  May 28 2024  -------------------
------------------------------------------------------------------

++++ glibc:

  - Obsolete glibc-locale-base-<targettype> from glibc-<targettype>

++++ kernel-default:

  - smb: client: fix potential UAF in cifs_debug_files_proc_show()
    (bsc#1225172, bsc#1223532, CVE-2024-26928).
  - commit 1089c4a
  - smb3: missing lock when picking channel (bsc#1225172,
    bsc#1224550, CVE-2024-35999).
  - commit d7be3a1
  - smb: client: fix potential UAF in
    cifs_signal_cifsd_for_reconnect() (bsc#1225172, bsc#1224766,
    CVE-2024-35861).
  - commit 0d45a76
  - smb: client: fix potential UAF in smb2_is_network_name_deleted()
    (bsc#1225172, bsc#1224764, CVE-2024-35862).
  - commit 6632102
  - smb: client: fix potential UAF in is_valid_oplock_break()
    (bsc#1225172, bsc#1224763, CVE-2024-35863).
  - commit 06c348c
  - smb: client: fix potential UAF in smb2_is_valid_oplock_break()
    (bsc#1225172, bsc#1224668, CVE-2024-35865).
  - commit 60bea5b
  - smb: client: fix potential UAF in smb2_is_valid_lease_break()
    (bsc#1225172, bsc#1224765, CVE-2024-35864).
  - commit 52cc8d8
  - smb: client: fix potential UAF in cifs_stats_proc_show()
    (bsc#1225172, bsc#1224664, CVE-2024-35867).
  - commit 3a82d6a
  - smb: client: fix potential UAF in cifs_stats_proc_write()
    (bsc#1225172, bsc#1224678, CVE-2024-35868).
  - commit fb4bf4e
  - smb: client: fix potential UAF in cifs_dump_full_key()
    (bsc#1225172, bsc#1224667, CVE-2024-35866).
  - commit b0961fe
  - smb: client: guarantee refcounted children from parent session
    (bsc#1225172, bsc#1224679, CVE-2024-35869).
  - commit 97642d2
  - smb: client: fix UAF in smb2_reconnect_server() (bsc#1225172,
    bsc#1224672, CVE-2024-35870).
  - commit e205efa
  - smb: Fix regression in writes when non-standard maximum write
    size negotiated (bsc#1222464, CVE-2024-26692).
  - commit 761be1f
  - cifs: Fix writeback data corruption (bsc#1225172,
    bsc#1223810, CVE-2024-27036).
  - commit 75108cc
  - cifs: Don't use certain unnecessary folio_*() functions
    (bsc#1225172).
  - commit 3ddf86f
  - x86/bpf: Fix IP after emitting call depth accounting (bsc#1224493 CVE-2024-35903).
  - commit 1c0fa71
  - drm/amdgpu: Skip do PCI error slot reset during RAS recovery (CVE-2024-35931 bsc#1224652).
  - commit 1dec1c9
  - kabi/severities: ignore TAS2781 symbol drop, it's only locally used
  - commit f367fdb
  - ASoC: tas2781: Fix wrong loading calibrated data sequence
    (git-fixes).
  - commit 5851e36
  - mm: page_owner: fix wrong information in dump_page_owner
    (git-fixes).
  - ALSA: scarlett2: Add missing error check to
    scarlett2_config_save() (git-fixes).
  - commit 4b2ccd1
  - x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1224525
    CVE-2024-35877).
  - commit 24cc941
  - io_uring: fail NOP if non-zero op flags is passed in
    (git-fixes).
  - io_uring/net: fix sendzc lazy wake polling (git-fixes).
  - io-wq: write next_work before dropping acct_lock (git-fixes).
  - io_uring: use the right type for work_llist empty check
    (git-fixes).
  - io_uring/net: restore msg_control on sendzc retry (git-fixes).
  - commit 92fcddd
  - io_uring/kbuf: hold io_buffer_list reference over mmap
    (git-fixes bsc#1224523 CVE-2024-35880).
  - io_uring/kbuf: protect io_buffer_list teardown with a reference
    (git-fixes).
    Reuses a padding space in the structure.
  - io_uring/kbuf: get rid of bl->is_ready (git-fixes).
  - io_uring/kbuf: get rid of lower BGID lists (git-fixes).
    Including kabi preservation patch.
  - io_uring/kbuf: rename is_mapped (git-fixes).
  - commit 3037746
  - io_uring: use private workqueue for exit work (git-fixes).
  - io_uring/rw: don't allow multishot reads without NOWAIT support
    (git-fixes).
  - io_uring: clear opcode specific data for an early failure
    (git-fixes).
  - io_uring: fix poll_remove stalled req completion (git-fixes).
  - io_uring: Fix release of pinned pages when __io_uaddr_map fails
    (git-fixes bsc#1224698 CVE-2024-35831).
  - io_uring: clean rings on NO_MMAP alloc fail (git-fixes).
  - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry
    (git-fixes).
  - io_uring: don't save/restore iowait state (git-fixes).
  - commit 289cc2c
  - io_uring: fix mshot io-wq checks (git-fixes).
  - io_uring/net: correctly handle multishot recvmsg retry setup
    (git-fixes).
  - io_uring: fix io_queue_proc modifying req->flags (git-fixes).
  - commit 78dda9b

++++ policycoreutils:

  - Rework packaging to modern python packaging as we need
    policycoreutils-python-tools as build dependency for python311-setools
  - General:
  - python version for scripts is now set to python311, deprecating python3.6
    on 15.4 + 15.5
  - replaced python3 dependencies with corresponding dependencies
  - moved %{_localstatedir}/lib/selinux out of the python-policycoreutils
    rpm and into policycoreutils-python-utils as it does not belong
    into a module and causes conflicts when module is built for multiple
    python versions
  - Factory-specific changes:
  - python-policycoreutils module is now built for python310, python311,
    python312 instead of python3
  - added %python3_fix_shebang to set the shebang to the current python
  - 15.4 and 15.5 specific changes
  - python-policycoreutils module is now built for python311 instead
    of python3
  - added %python311_fix_shebang to set the shebang to python311, this
    is currently a dirty hack since the python3_fix_shebang_path macro
    does not exist in <=15.5 so far
  - 15.4 specific changes
  - policycoreutils-devel requires python3-distro still, as there
    is no python311-distro package

++++ python-semanage:

  - Build python-semanage for python311 in 15.4 and 15.5 instead of
    python3.6 to fix build dependencies

++++ setools:

  - Rework packaging to modern python packaging
  - python-setools module now builds for python310, python311, python312
    for tw and builds for python311 in 15.4 + 15.5
  - setools-console scripts will use python311 as default in factory, 15.4
    and 15.5
  - moved %dir %{_docdir}/%{name}/ and %{_docdir}/%{name}/* out of the
    python-setools module into setools-console as it does not belong in there
    and causes conflicts between python versions
  - moved %{python_sitearch}/setoolsgui from setools-gui into the
    python-setools module for multiversion build

++++ python-setuptools:

  - Update to 70.0.0:
    * Features
    + Emit a warning when [tools.setuptools] is present in pyproject.toml and
    will be ignored.
    + Improved AttributeError error message if pkg_resources.EntryPoint.require
    is called without extras or distribution Gracefully "do nothing" when
    trying to activate a pkg_resources.Distribution with a None location,
    rather than raising a TypeError.
    + Refresh unpinned vendored dependencies.
    + Updated vendored packaging to version 24.0.
    + Merged with pypa/distutils@55982565e.
    + Support PEP 625 by canonicalizing package name and version in filenames.
    + Explicitly use encoding="locale" for .pth files whenever possible, to
    reduce EncodingWarnings.
    + Updated and removed obsolete Python < 3.8 code and comments.
    + Updated pkg_resources to use stdlib importlib.machinery instead of
    importlib_machinery.
    + Modernized and refactored VCS handling in package_index.
    (bsc#1228105, CVE-2024-6345)
    * Bugfixes
    + In install command, use super to call the superclass methods. Avoids
    race conditions when monkeypatching from _distutils_system_mod occurs
    late.
    + Fix finder template for lenient editable installs of implicit nested
    namespaces constructed by using package_dir to reorganise directory
    structure.
    + Remove attempt to canonicalize the version. It's already canonical
    enough.
    + Clarify some pkg_resources methods return bytes, not str. Also return an
    empty bytes in EmptyProvider._get.
    + Return an empty list by default in
    pkg_resources.ResourceManager.cleanup_resources.
    + Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir
    methods return actual booleans like all other Providers.
    + In tests, rely on pytest-home for reusable fixture.
    + Explicitely marked as Protocol and fixed missing self argument in
    interfaces pkg_resources.IMetadataProvider and
    pkg_resources.IResourceProvider.
    + Restored expectation that egg-link files would be named with dash
    separators for compatibility with pip prior to version 24.
  - Refresh patch sort-for-reproducibility.patch

++++ velociraptor-client:

  - Patches changes:
    * Change CVE-2024-28849-follow-redirects-drop-proxy-authorization.patch
    to update the follow-redirects package instead of patching directly.
    * Added CVE-2022-25883-npm-watch-semver-deps.patch (bsc#1212572)
  - Add a package-lock.json to the package

------------------------------------------------------------------
------------------  2024-5-27  -  May 27 2024  -------------------
------------------------------------------------------------------

++++ chrony:

  - Update clknetsim to snapshot 0a11a35.

++++ librsvg:

  - Update to version 2.58.1:
    + Fix failing test with Pango 1.52.1.

++++ git:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ kernel-default:

  - io_uring: fix mshot read defer taskrun cqe posting (git-fixes).
  - commit de73141
  - ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
    (CVE-2024-35969 bsc#1224580)
  - commit f419c6d
  - mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash
    work (CVE-2024-35852 bsc#1224502).
  - mlxsw: spectrum_acl_tcam: Fix incorrect list API usage
    (CVE-2024-36006 bsc#1224541).
  - mlxsw: spectrum_acl_tcam: Fix warning during rehash
    (CVE-2024-36007 bsc#1224543).
  - commit 88a980b
  - Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes).
  - commit f424462
  - Revert "iommu/amd: Enable PCI/IMS" (git-fixes).
  - commit 278bf80
  - iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest
    (git-fixes).
  - commit 481f9bd
  - btrfs: avoid start and commit empty transaction when flushing
    qgroups (bsc#1220120).
  - btrfs: avoid start and commit empty transaction when starting
    qgroup rescan (bsc#1220120).
  - btrfs: avoid starting and committing empty transaction when
    flushing space (bsc#1220120).
  - btrfs: avoid starting new transaction when flushing delayed
    items and refs (bsc#1220120).
  - btrfs: merge find_free_dev_extent() and
    find_free_dev_extent_start() (bsc#1220120).
  - btrfs: make find_free_dev_extent() static (bsc#1220120).
  - btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120).
  - btrfs: fail priority metadata ticket with real fs error
    (bsc#1220120).
  - btrfs: return real error when orphan cleanup fails due to a
    transaction abort (bsc#1220120).
  - btrfs: store the error that turned the fs into error state
    (bsc#1220120).
  - btrfs: don't steal space from global rsv after a transaction
    abort (bsc#1220120).
  - btrfs: print available space across all block groups when
    dumping space info (bsc#1220120).
  - btrfs: print available space for a block group when dumping
    a space info (bsc#1220120).
  - btrfs: print block group super and delalloc bytes when dumping
    space info (bsc#1220120).
  - btrfs: print target number of bytes when dumping free space
    (bsc#1220120).
  - btrfs: update comment for btrfs_join_transaction_nostart()
    (bsc#1220120).
  - commit b4554d4
  - mm/secretmem: fix GUP-fast succeeding on secretmem folios
    (CVE-2024-35872 bsc#1224530).
  - commit 42a2f6f
  - cifs: fix charset issue in reconnection (bsc#1225172).
  - commit b4ea103
  - btrfs: make btrfs_destroy_delayed_refs() return void
    (bsc#1220120).
  - btrfs: remove unnecessary prototype declarations at disk-io.c
    (bsc#1220120).
  - btrfs: use a single switch statement when initializing delayed
    ref head (bsc#1220120).
  - btrfs: use bool type for delayed ref head fields that are used
    as booleans (bsc#1220120).
  - btrfs: assert correct lock is held at btrfs_select_ref_head()
    (bsc#1220120).
  - btrfs: get rid of label and goto at insert_delayed_ref()
    (bsc#1220120).
  - btrfs: make insert_delayed_ref() return a bool instead of an
    int (bsc#1220120).
  - btrfs: use a bool to track qgroup record insertion when adding
    ref head (bsc#1220120).
  - btrfs: remove pointless in_tree field from struct
    btrfs_delayed_ref_node (bsc#1220120).
  - btrfs: remove unused is_head field from struct
    btrfs_delayed_ref_node (bsc#1220120).
  - btrfs: reorder some members of struct btrfs_delayed_ref_head
    (bsc#1220120).
  - commit 2e19466
  - btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations (CVE-2024-35956 bsc#1224674)
  - commit 9bb0c20
  - Update patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch (CVE-2024-35935 bsc#1224645)
  - commit 5aa2b5a
  - btrfs: make error messages more clear when getting a chunk map (git-fixes)
  - commit 47ecf55
  - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes)
  - commit 907e740
  - tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
    (git-fixes).
  - commit 113163c
  - btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes)
  - commit 4318f3e
  - ring-buffer: Fix a race between readers and resize checks
    (git-fixes).
  - commit 568ebcf
  - btrfs: add a helper to read the superblock metadata_uuid (git-fixes)
  - commit 543d7b8
  - ftrace: Fix possible use-after-free issue in ftrace_location()
    (git-fixes).
  - commit 4cf7fca
  - tracing: hide unused ftrace_event_id_fops (git-fixes).
  - commit 61c90c7
  - x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk  for !SRSO (git-fixes).
  - commit 1340b2d
  - x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes).
  - commit 12dcb3a
  - x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes).
  - commit 9d83518
  - x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes).
  - commit 2e5a312
  - x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes).
  - commit 453faa5
  - x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes).
  - commit e894262
  - mm/slab: make __free(kfree) accept error pointers (git-fixes).
  - commit 8b5f449
  - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes).
  - commit fa1d89a
  - Update
    patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch
    (bsc#1224565, CVE-2024-35981).
  - commit 50a448d
  - Update
    patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch
    (bsc#1224638, CVE-2024-35804).
  - commit aac65c3
  - Update
    patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch
    (bsc#1224725, CVE-2024-35791).
  - commit 80eb8d1
  - cxl/port: Fix delete_endpoint() vs parent unregistration race
    (CVE-2023-52771 bsc#1225007).
  - commit b115e15

++++ less:

  - Update to 656:
    * Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse) to find and open OSC8 hyperlinks (github #251).
    * Add --match-shift option.
    * Add --lesskey-content option (github #447).
    * Add LESSKEY_CONTENT environment variable (github #447).
    * Add --no-search-header-lines and --no-search-header-columns options (github #397).
    * Add ctrl-L search modifier (github #367).
    * A ctrl-P at the start of a shell command suppresses the "done" message (github #462).
    * Add attribute characters ('*', '~', '_', '&') to --color parameter (github #471).
    * Allow expansion of environment variables in lesskey files.
    * Add LESSSECURE_ALLOW environment variable (github #449).
    * Add LESS_UNSUPPORT environment variable.
    * Add line number parameter to --header option (github #436).
    * Mouse right-click jumps to position marked by left-click (github #390).
    * Ensure that the target line is not obscured by a header line set by --header (github #444).
    * Change default character set to "utf-8", except remains "dos" on MS-DOS.
    * Add message when search with ^W wraps (github #459).
    * UCRT builds on Windows 10 and later now support Unicode file names (github #438).
    * Improve behavior of interrupt while reading non-terminated pipe (github #414).
    * Improve parsing of -j, -x and -# options (github #393).
    * Support files larger than 4GB on Windows (github #417).
    * Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
    * Improve colors of bold, underline and standout text on Windows.
    * Allow --rscroll to accept non-ASCII characters (github #483).
    * Allow the parameter to certain options to be terminated with a space (--color, --quotes, --rscroll, --search-options and --intr) (github #495).
    * Fix bug where # substitution failed after viewing help (github #420).
    * Fix crash if files are deleted while less is viewing them (github #404).
    * Workaround unreliable ReadConsoleInputW behavior on Windows with non-ASCII input.
    * Fix -J display when searching for non-ASCII characters (github #422).
    * Don't filter header lines via the & command (github #423).
    * Fix bug when horizontally shifting long lines (github #425).
    * Add -x and -D options to lesstest, to make it easier to diagnose a failed lesstest run.
    * Fix bug searching long lines with --incsearch and -S (github #428).
    * Fix bug that made ESC-} fail if top line on screen was empty (github #429).
    * Fix bug with --mouse on Windows when used with pipes (github #440).
    * Fix bug in --+OPTION command line syntax.
    * Fix display bug when using -w with an empty line with a CR/LF line ending (github #474).
    * When substituting '#' or '%' with a filename, quote the filename if it contains a space (github #480).
    * Fix wrong sleep time when system has usleep but not nanosleep (github #489).
    * Fix bug when file name contains a newline (CVE-2024-32487, bsc#1222849).
    * Fix bug when file name contains nonprintable characters (github #503).
    * Fix DJGPP build (github #497).
    * Update Unicode tables.
  - Refresh less-429-shell.patch

++++ ncurses:

  - Add ncurses patch 20240525
    + build-fix for configure option --disable-ext-funcs
    + improve formatting/style of manpages (patches by Branden Robinson).
    + review/update iTerm2 for 3.5.0 -TD
  - Add ncurses patch 20240519
    + update Ada95/configure to match change for -DTRACE
    + revert change to include/ncurses_defs, which caused build failure if
    tracing was not enabled (report by Branden Robinson).
  - Add ncurses patch 20240518
    + improve formatting/style of manpages (patches by Branden Robinson).
    + move makefile's -DTRACE into include/ncurses_cfg.h, to simplify use
    of CFLAGS/CPPFLAGS.
    + improve check for clock_gettime(), from xterm.
    + modify configure script to work around broken gnatgcc script found in
    gcc-13 builds.
  - Port patch ncurses-6.4.dif

++++ pam-config:

  - Update to version 2.11+git.20240527:
    * Move ecryptfs/fscrypt earlier in session list [bsc#1225290]

++++ psmisc:

  - Update to 23.7
    * build-sys: Make disable-statx work
    * fuser: Fallback to stat() if no statx() Debian 1030747 #48
    * fuser: silently ignore EACCES when scanning proc directories
    * killall: small formatting fixes Debian #1037231
    * pstree: Do not assume root PID #49
    * pslog: include config.h #51 !36
    * misc: Update gettext to 0.21
  - Add patch from upstream 0001-killall,pstree-use-clock_gettime-not-uptime.patch
  - Port the patches
    * 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch
    * psmisc-22.21-pstree.patch
  - Port patch psmisc-v23.6.dif and rename it to psmisc-v23.7.dif

------------------------------------------------------------------
------------------  2024-5-26  -  May 26 2024  -------------------
------------------------------------------------------------------

++++ lvm2-device-mapper:

  - Update lvm2 from LVM2.2.03.22 to LVM2.2.03.24
    * ** WHATS_NEW from 2.03.22 to 2.03.24 ***
    Version 2.03.24 - 16th May 2024
    ===============================
    Lvconvert supports VDO options for thin-pool with vdo conversion.
    Improve placement to .data.rel.ro and .rodata sections.
    Fix support for -y and -W when creating thinpool with vdo.
    Bettter support for runtime valgrind detection.
    Allow command interruption when communicating with dmeventd.
    Fix resize of VDO volume used for thin pool data volume.
    Use -Wl,-z,now and -Wl,--as-needed for compilation by default.
    Require 3.7 as minimal version for sanlock.
    Share code for closing opened desriptors on program startup.
    Fix memleak in lvmcache.
    Add configure --with-default-event-activation=ON setting.
    Fix return value from reporter function when hitting internal error.
    Skip checking of pools for lvremove and vgremove commands.
    VDO modprobes dm-vdo for 6.9 kernel and kvdo for older kernel version.
    Fix lvs reporting for VDO volumes with new upstream kernel driver.
    Don't import DM_UDEV_DISABLE_OTHER_RULES_FLAG in LVM rules, DM rules cover it.
    Fix table line generation for cache snapshots using cachevol.
    Enhance lvconvert support for external origins stacking.
    When swapping LV names also swap properties like hostname, time and data.
    Fix removal of stacked external origins.
    Lock filesystem when converting volume to read-only external origin.
    Support external origin between different thin-pool.
    Improve validation of acceptable volumes for external origins.
    Reduce amount of preloaded devices for complex device trees.
    Avoid logging problems from monitoring snapshots with inactive origins.
    Check for cache policy module presence in kernel's builtin modules file.
    Add configure --with-modulesdir to select kernel modules directory.
    Support creation of thin-pool with VDO use for its data volume.
    Version 2.03.23 - 21st November 2023
    ====================================
    Set the first lv_attr flag for raid integrity images to i or I.
    Add -A option for pvs and pvscan to show PVs outside devices file.
    Improve searched_devnames temp file usage to prevent redundant scanning.
    Change default search_for_devnames from auto to all.
    Add lvmdevices --refresh to search for missing PVIDs on all devices.
    Add comparison between old and new entries in lvmdevices --check.
    Fix device_id matching order - match non-devname first.
    Fix "lvconvert -m 0" when there is other than first in-sync leg.
    Use system.devices as default for dmeventd when dmeventd.devices is undefined.
    Accept WWIDs containing QEMU HARDDISK for device_id.
    Improve handling of non-standard WWID prefixes used for device_id.
    Configure automatically enables cmdlib for dmeventd and notify-dbus for dbus.
    Fix hint calculation for pools with zero or error segment.
    Configure supports --disable-shared to build only static binaries.
    Configure supports --without-{blkid|systemd|udev} for easier static build.
    Refresh device ids if the system changes.
    Fix pvmove when specifying raid components as moved LVs.
    Enhance error detection for lvm_import_vdo.
    Support PV lists with thin lvconvert.
    Fix support for lvm_import_vdo with SCSI VDO volumes.
    Fix locking issue leading to hanging concurrent vgchange --refresh.
    Recognize lvm.conf report/headings=2 for full column names in report headings.
    Add --headings none|abbrev|full cmd line option to set report headings type.
    Fix conversion to thin pool using lvmlockd.
    Fix conversion from thick into thin volume using lvmlockd.
    Require writable LV for conversion to vdo pool.
    Fix return value from lvconvert integrity remove.
    Preserve UUID for pool metadata spare.
    Preserve UUID for swapped pool metadata.
    Rewrite validation of device name entries used as device_id.
    * ** WHATS_NEW_DM from 1.02.196 to 1.02.198 ***
    Version 1.02.198 - 16th May 2024
    ================================
    Fix static only compilation of libdevmapper.a and dmsetup tool.
    Use better code for closing opened descriptors when starting dmeventd.
    Correct dmeventd -R for systemd environment.
    Restart of dmeventd -R checks pid file to detect running dmeventd first.
    Query with dmeventd -i quickly ends when there is no running dmeventd.
    Enhance dm_get_status_raid to handle mismatching status or reported legs.
    Create /dev/disk/by-label symlinks for DM devs that have crypto as next layer.
    Persist udev db for DM devs on cleanup used in initrd to rootfs transition.
    Process synthetic udev events other than 'add/change' as 'change' events.
    Increase DM_UDEV_RULES_VSN to 3 to indicate changed udev rules.
    Rename DM_NOSCAN to .DM_NOSCAN so it's not stored in udev db.
    Rename DM_SUSPENDED to .DM_SUSPENDED so it's not stored in udev db.
    Do not import DM_UDEV_DISABLE_OTHER_RULES_FLAG from db in 10-dm-disk.rules.
    Test DISK_RO after importing properties from db in 10-dm.rules.
    Also import ID_FS_TYPE in 13-dm-disk.rules from db if needed.
    Version 1.02.197 - 21st November 2023
    =====================================
    Fix invalid JSON report if using DM_REPORT_OUTPUT_MULTIPLE_TIMES and selection.
    Propagate ioctl errno from dm_task_run when creating new table line.
    Add support for group aliases in dmstats.
    Add support for exit-on file for dmeventd to reduce shutdown delays.
    Add configure option --with-dmeventd-exit-on-path to specify default path.
    Add dmsetup --headings none|abbrev|full to set report headings type.
    Add DM_REPORT_OUTPUT_FIELD_IDS_IN_HEADINGS to provide alternative headings.
  - Drop patches that have been merged into upstream
  - 0001-lvconvert-swapmetadata-fix-lvmlockd-locking.patch
  - 0002-lvconvert-fix-ret-values-fro-integrity-remove.patch
  - 0003-lvconvert-fix-regresion-from-integrity-check.patch
  - 0004-gcc-cleanup-warnings.patch
  - 0005-lvmlockd-fix-thick-to-thin-lv-conversion.patch
  - 0006-lvmlockd-let-lockd_init_lv_args-set-lock_args.patch
  - 0007-lvmlockd-fix-lvconvert-to-thin-pool.patch
  - 0008-lvconvert-run-error-path-code-only-for-shared-VG.patch
  - 0009-vgchange-acquire-an-exclusive-VG-lock-for-refresh.patch
  - 0010-lvmlockd-client-mutex-ordering.patch
  - 0011-filesystem-move-stat-after-open-check.patch
  - 0012-tests-check-for-writecache.patch
  - 0013-lvresize-fix-32-bit-overflow-in-size-calculation.patch
  - 0014-gcc-fix-warnings-for-x32-architecture.patch
  - 0015-gcc-warning-missing-braces-around-initializer.patch
  - 0016-test-improve-aux-teardown.patch
  - 0017-tests-aux-try-with-extra-sleep.patch
  - 0018-tests-aux-using-singl-lvmconf-call.patch
  - 0019-tests-missing-to-check-for-writecache-support.patch
  - 0020-tests-pvmove-large-disk-area.patch
  - 0021-tests-enforce-full-fs-check.patch
  - 0022-tests-update-for-work-in-fake-dev-environment.patch
  - 0023-tests-skip-test-when-lvmdbusd-runs-on-the-system.patch
  - 0024-tests-better-slowdown.patch
  - Update patch
  - bug-1184687_Add-nolvm-for-kernel-cmdline.patch

++++ kernel-default:

  - i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during
    start frame (git-fixes).
  - commit cc09a8e
  - kselftest: Add a ksft_perror() helper (stable-fixes).
  - Refresh
    patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch.
  - commit f14f41c
  - nilfs2: fix unexpected freezing of nilfs_segctor_sync()
    (git-fixes).
  - nilfs2: fix use-after-free of timer for log writer thread
    (git-fixes).
  - kasan, fortify: properly rename memintrinsics (git-fixes).
  - i3c: master: svc: fix invalidate IBI type and miss call client
    IBI handler (git-fixes).
  - serial: kgdboc: Fix NMI-safety problems from keyboard reset code
    (stable-fixes).
  - drm/amd/display: Fix division by zero in setup_dsc_config
    (stable-fixes).
  - docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes).
  - mmc: core: Add HS400 tuning in HS400es initialization
    (stable-fixes).
  - commit 0b2962b
  - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
    (git-fixes).
  - commit 3e2fb47

++++ lvm2:

  - Update lvm2 from LVM2.2.03.22 to LVM2.2.03.24
    * ** WHATS_NEW from 2.03.22 to 2.03.24 ***
    Version 2.03.24 - 16th May 2024
    ===============================
    Lvconvert supports VDO options for thin-pool with vdo conversion.
    Improve placement to .data.rel.ro and .rodata sections.
    Fix support for -y and -W when creating thinpool with vdo.
    Bettter support for runtime valgrind detection.
    Allow command interruption when communicating with dmeventd.
    Fix resize of VDO volume used for thin pool data volume.
    Use -Wl,-z,now and -Wl,--as-needed for compilation by default.
    Require 3.7 as minimal version for sanlock.
    Share code for closing opened desriptors on program startup.
    Fix memleak in lvmcache.
    Add configure --with-default-event-activation=ON setting.
    Fix return value from reporter function when hitting internal error.
    Skip checking of pools for lvremove and vgremove commands.
    VDO modprobes dm-vdo for 6.9 kernel and kvdo for older kernel version.
    Fix lvs reporting for VDO volumes with new upstream kernel driver.
    Don't import DM_UDEV_DISABLE_OTHER_RULES_FLAG in LVM rules, DM rules cover it.
    Fix table line generation for cache snapshots using cachevol.
    Enhance lvconvert support for external origins stacking.
    When swapping LV names also swap properties like hostname, time and data.
    Fix removal of stacked external origins.
    Lock filesystem when converting volume to read-only external origin.
    Support external origin between different thin-pool.
    Improve validation of acceptable volumes for external origins.
    Reduce amount of preloaded devices for complex device trees.
    Avoid logging problems from monitoring snapshots with inactive origins.
    Check for cache policy module presence in kernel's builtin modules file.
    Add configure --with-modulesdir to select kernel modules directory.
    Support creation of thin-pool with VDO use for its data volume.
    Version 2.03.23 - 21st November 2023
    ====================================
    Set the first lv_attr flag for raid integrity images to i or I.
    Add -A option for pvs and pvscan to show PVs outside devices file.
    Improve searched_devnames temp file usage to prevent redundant scanning.
    Change default search_for_devnames from auto to all.
    Add lvmdevices --refresh to search for missing PVIDs on all devices.
    Add comparison between old and new entries in lvmdevices --check.
    Fix device_id matching order - match non-devname first.
    Fix "lvconvert -m 0" when there is other than first in-sync leg.
    Use system.devices as default for dmeventd when dmeventd.devices is undefined.
    Accept WWIDs containing QEMU HARDDISK for device_id.
    Improve handling of non-standard WWID prefixes used for device_id.
    Configure automatically enables cmdlib for dmeventd and notify-dbus for dbus.
    Fix hint calculation for pools with zero or error segment.
    Configure supports --disable-shared to build only static binaries.
    Configure supports --without-{blkid|systemd|udev} for easier static build.
    Refresh device ids if the system changes.
    Fix pvmove when specifying raid components as moved LVs.
    Enhance error detection for lvm_import_vdo.
    Support PV lists with thin lvconvert.
    Fix support for lvm_import_vdo with SCSI VDO volumes.
    Fix locking issue leading to hanging concurrent vgchange --refresh.
    Recognize lvm.conf report/headings=2 for full column names in report headings.
    Add --headings none|abbrev|full cmd line option to set report headings type.
    Fix conversion to thin pool using lvmlockd.
    Fix conversion from thick into thin volume using lvmlockd.
    Require writable LV for conversion to vdo pool.
    Fix return value from lvconvert integrity remove.
    Preserve UUID for pool metadata spare.
    Preserve UUID for swapped pool metadata.
    Rewrite validation of device name entries used as device_id.
    * ** WHATS_NEW_DM from 1.02.196 to 1.02.198 ***
    Version 1.02.198 - 16th May 2024
    ================================
    Fix static only compilation of libdevmapper.a and dmsetup tool.
    Use better code for closing opened descriptors when starting dmeventd.
    Correct dmeventd -R for systemd environment.
    Restart of dmeventd -R checks pid file to detect running dmeventd first.
    Query with dmeventd -i quickly ends when there is no running dmeventd.
    Enhance dm_get_status_raid to handle mismatching status or reported legs.
    Create /dev/disk/by-label symlinks for DM devs that have crypto as next layer.
    Persist udev db for DM devs on cleanup used in initrd to rootfs transition.
    Process synthetic udev events other than 'add/change' as 'change' events.
    Increase DM_UDEV_RULES_VSN to 3 to indicate changed udev rules.
    Rename DM_NOSCAN to .DM_NOSCAN so it's not stored in udev db.
    Rename DM_SUSPENDED to .DM_SUSPENDED so it's not stored in udev db.
    Do not import DM_UDEV_DISABLE_OTHER_RULES_FLAG from db in 10-dm-disk.rules.
    Test DISK_RO after importing properties from db in 10-dm.rules.
    Also import ID_FS_TYPE in 13-dm-disk.rules from db if needed.
    Version 1.02.197 - 21st November 2023
    =====================================
    Fix invalid JSON report if using DM_REPORT_OUTPUT_MULTIPLE_TIMES and selection.
    Propagate ioctl errno from dm_task_run when creating new table line.
    Add support for group aliases in dmstats.
    Add support for exit-on file for dmeventd to reduce shutdown delays.
    Add configure option --with-dmeventd-exit-on-path to specify default path.
    Add dmsetup --headings none|abbrev|full to set report headings type.
    Add DM_REPORT_OUTPUT_FIELD_IDS_IN_HEADINGS to provide alternative headings.
  - Drop patches that have been merged into upstream
  - 0001-lvconvert-swapmetadata-fix-lvmlockd-locking.patch
  - 0002-lvconvert-fix-ret-values-fro-integrity-remove.patch
  - 0003-lvconvert-fix-regresion-from-integrity-check.patch
  - 0004-gcc-cleanup-warnings.patch
  - 0005-lvmlockd-fix-thick-to-thin-lv-conversion.patch
  - 0006-lvmlockd-let-lockd_init_lv_args-set-lock_args.patch
  - 0007-lvmlockd-fix-lvconvert-to-thin-pool.patch
  - 0008-lvconvert-run-error-path-code-only-for-shared-VG.patch
  - 0009-vgchange-acquire-an-exclusive-VG-lock-for-refresh.patch
  - 0010-lvmlockd-client-mutex-ordering.patch
  - 0011-filesystem-move-stat-after-open-check.patch
  - 0012-tests-check-for-writecache.patch
  - 0013-lvresize-fix-32-bit-overflow-in-size-calculation.patch
  - 0014-gcc-fix-warnings-for-x32-architecture.patch
  - 0015-gcc-warning-missing-braces-around-initializer.patch
  - 0016-test-improve-aux-teardown.patch
  - 0017-tests-aux-try-with-extra-sleep.patch
  - 0018-tests-aux-using-singl-lvmconf-call.patch
  - 0019-tests-missing-to-check-for-writecache-support.patch
  - 0020-tests-pvmove-large-disk-area.patch
  - 0021-tests-enforce-full-fs-check.patch
  - 0022-tests-update-for-work-in-fake-dev-environment.patch
  - 0023-tests-skip-test-when-lvmdbusd-runs-on-the-system.patch
  - 0024-tests-better-slowdown.patch
  - Update patch
  - bug-1184687_Add-nolvm-for-kernel-cmdline.patch

++++ libosinfo:

  - Add upstream change:
    * 0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch

------------------------------------------------------------------
------------------  2024-5-25  -  May 25 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook
    440/460 G11 (stable-fixes).
  - ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with
    ALC897 (stable-fixes).
  - ALSA: usb-audio: Fix for sampling rates support for Mbox3
    (stable-fixes).
  - ALSA: timer: Set lower bound of start tick time (stable-fixes).
  - ALSA: usb-audio: Add sampling rates support for Mbox3
    (stable-fixes).
  - commit ae40914
  - drm/nouveau: use tile_mode and pte_kind for VM_BIND bo
    allocations (git-fixes).
  - Input: cyapa - add missing input core locking to suspend/resume
    functions (git-fixes).
  - Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation
    (git-fixes).
  - Input: ims-pcu - fix printf string overflow (git-fixes).
  - ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
    (git-fixes).
  - ALSA: core: Fix NULL module pointer assignment at card init
    (git-fixes).
  - speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes).
  - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using
    prescaler (git-fixes).
  - serial: 8250_bcm7271: use default_mux_rate if possible
    (git-fixes).
  - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup
    (git-fixes).
  - tty: n_gsm: fix missing receive state reset after mode switch
    (git-fixes).
  - tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
    (git-fixes).
  - commit be92dbc
  - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
    (git-fixes CVE-2024-35827 bsc#1224606).
  - commit e6510ec
  - io_uring/net: move receive multishot out of the generic msghdr
    path (git-fixes).
  - commit 98302d6
  - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
    (git-fixes).
  - commit 8bed9be
  - cifs: handle cases where multiple sessions share connection
    (bsc#1225172).
  - commit 6704757
  - smb3: show beginning time for per share stats (bsc#1225172).
  - commit 9dab491
  - cifs: cifs_chan_is_iface_active should be called with chan_lock
    held (bsc#1225172).
  - commit 7f878c6
  - cifs: do not pass cifs_sb when trying to add channels
    (bsc#1225172).
  - commit b48e89f
  - smb: client: remove extra @chan_count check in
    __cifs_put_smb_ses() (bsc#1225172).
  - commit 58e3272
  - cifs: reconnect work should have reference on server struct
    (bsc#1225172).
  - commit f1bff59
  - cifs: handle cases where a channel is closed (bsc#1225172).
  - commit c305501
  - smb: client: reduce stack usage in cifs_try_adding_channels()
    (bsc#1225172).
  - commit 16a3d64
  - smb: client: get rid of dfs code dep in namespace.c
    (bsc#1225172).
  - commit 658ebd6
  - smb: client: get rid of dfs naming in automount code
    (bsc#1225172).
  - commit b47e685
  - smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172).
  - commit 429bc2d
  - smb: client: ensure to try all targets when finding nested links
    (bsc#1225172).
  - commit b03bac4
  - smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172).
  - commit f066846
  - cifs: account for primary channel in the interface list
    (bsc#1225172).
  - commit 28558fb
  - cifs: distribute channels across interfaces based on speed
    (bsc#1225172).
  - commit 66db7c6
  - io_uring: remove unconditional looping in local task_work
    handling (git-fixes).
  - commit 1df83aa
  - io_uring: remove looping around handling traditional task_work
    (git-fixes).
  - commit 6bdc394

++++ libcap:

  - update to 2.70:
    * setcap changes to make it harder to set invalid file capabilities
    * Lots of documentation fixes
    * Fix c89 compilation syntax for the C code in the libraries
    * libpam has deprecated providing the _pam_overwrite() function,
    so use memset() instead

++++ dav1d:

  - Update to version 1.4.2
    * AVX2 optimizations for 8-tap and new variants for 6-tap
    * AVX-512 optimizations for 8-tap and new variants for 6-tap
    * Improve entropy decoding on ARM64
    * New ARM64 optimizations for convolutions based on DotProd
    extension
    * New ARM64 optimizations for convolutions based on i8mm
    extension
    * New ARM64 optimizations for subpel and prep filters for i8mm
    * Misc improvements on existing ARM64 optimizations, notably
    for put/prep
    * New PowerPC9 optimizations for loopfilter
    * Support for macOS kperf API for benchmarking

++++ pkgconf:

  - update to 2.2.0:
    * Significant solver rework to flatten both requires and
    requires.private dependencies in a single pass.  Improves
    performance slightly and ensures proper dependency order.
    * Improve --digraph output to reflect more of the solver's state
    in the rendered dependency graph.
    * Do not reference the graph root by name when presenting error
    messages about directly requested dependency nodes.

------------------------------------------------------------------
------------------  2024-5-24  -  May 24 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240523.10a5692:
    * Add tmpfiles.d/soft-reboot-cleanup.conf

++++ curl:

  - Fix make install for curl-config.1
    * docs/Makefile.am: make curl-config.1 install
    * Fixed upstream in: github.com/curl/curl/pull/13741
    * Add curl-make-install-curl-config.patch

++++ dhcp:

  - Drop initscripts-legacy support [jsc#PED264]
  - Drop rc<service> symlinks [jsc#PED-264], [jsc#PED-266]

++++ docker-compose:

  - Update to version 2.27.1:
    * build(deps): bump github.com/containerd/containerd from 1.7.16
    to 1.7.17
    * build(deps): bump github.com/docker/buildx from 0.14.0 to
    0.14.1
    * drop COMPOSE_EXPERIMENTAL_OTEL as docker/cli has opentelemetry
    in
    * add gui/composeview as part of available commands
    * fix opentelemetry
    * bump compose-go to version v2.1.1
    * Set endpoint-specific DriverOpts
    * Bump compose-go version to latest main
    * Backport OpenBSD patches
    * add new navigation menu to open Compose app configuration in
    Docker Desktop
    * build(deps): bump github.com/fsnotify/fsevents from 0.1.1 to
    0.2.0
    * build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
    * fix --resolve-image-digests
    * allow a local .env file to override compose.yaml sibling .env
    * Bump docker engine and cli to version 26.1.3
    * Bump docker to v26.1.2
    * Add documentation for --menu up option and COMPOSE_MENU
    environemnt variable
    * chore(deps): bump docker to v26.1.1 (#11794)

++++ firewalld:

  - Keep English 'translations' (en_US, en_GB) in the main package:
    do not force the lang package on plain English systems.

++++ iptables:

  - Edit iptables-batch-lock.patch, cure use of implicit function,
    fix it to make gcc14 happy.

++++ jeos-firstboot:

  - Update to version 1.4.3:
    * Use UTC as default TZ if there was no locale selection dialog (boo#1224212)

++++ kernel-default:

  - dmaengine: dw-edma: eDMA: Add sync read before starting the
    DMA transfer in remote setup (CVE-2024-27408 bsc#1224430).
  - commit 26ca7a6
  - pmdomain: ti: Add a null pointer check to the
    omap_prm_domain_init (CVE-2024-35943 bsc#1224649).
  - commit 4abda58
  - media: mediatek: vcodec: Fix oops when HEVC init fails
    (CVE-2024-35921 bsc#1224477).
  - commit 7226612
  - drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls()
    for hisi_hns3_pmu uninit process (CVE-2023-52860 bsc#1224936).
  - commit f0f6842
  - kABI workaround for struct idxd_evl (CVE-2024-35991
    bsc#1224553).
  - commit 4c82821
  - dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
    (CVE-2024-35991 bsc#1224553).
  - commit bba26d6
  - sched/topology: Optimize topology_span_sane() (bsc#1225053).
  - cpumask: Add for_each_cpu_from() (bsc#1225053).
  - commit a6ca3d0
  - mlxsw: spectrum_acl_tcam: Fix possible use-after-free during
    rehash (CVE-2024-35854 bsc#1224636).
  - commit 2a8bef6
  - net: mctp: take ownership of skb in mctp_local_output
    (CVE-2024-27418 bsc#1224720)
  - commit afb99d9
  - ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
    (CVE-2024-27417 bsc#1224721)
  - commit 4e68c84
  - regulator: bd71828: Don't overwrite runtime voltages
    (git-fixes).
  - nfc: nci: Fix handling of zero-length payload packets in
    nci_rx_work() (git-fixes).
  - nfc: nci: Fix uninit-value in nci_rx_work (git-fixes).
  - selftests: net: kill smcrouted in the cleanup logic in amt.sh
    (git-fixes).
  - tools/latency-collector: Fix -Wformat-security compile warns
    (git-fixes).
  - commit 3a26e1a
  - bpf: Protect against int overflow for stack access size
    (bsc#1224488 CVE-2024-35905).
  - bpf: Check bloom filter map value size (bsc#1224488
    CVE-2024-35905).
  - commit 5fa3c11
  - io_uring: drop any code related to SCM_RIGHTS (git-fixes
    CVE-2023-52656 bsc#1224187).
  - io_uring/unix: drop usage of io_uring socket (git-fixes).
  - Refresh
    patches.suse/fs-Rename-anon_inode_getfile_secure-and-anon_inode_getfd_secure.
    Commit together because this required explicit merging with the
    anonymous inode creation function change. Incldues kabi fix up.
  - commit b304b67
  - autofs: use wake_up() instead of wake_up_interruptible(()
    (bsc#1224166).
  - commit eb57c74

++++ libxslt:

  - Add upstream build fix:
    * 0001-tests-Fix-build-with-older-libxml2.patch

++++ mozilla-nss:

  - Adding nss-fips-bsc1223724.patch to fix startup crash of Firefox
    when using FIPS-mode (bsc#1223724).

++++ xmlsec1:

  - Added patch:
    * xmlsec1-gcc14.patch
    + add missing include and fix gcc14 build

++++ passt:

  - Update to version 20240523.765eb0b:
    * apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring
    * conf, passt.h: Rename pid_file in struct ctx to pidfile
    * conf, passt, tap: Open socket and PID files before switching UID/GID
    * passt, util: Move opening of PID file to its own function
    * util: Rename write_pidfile() to pidfile_write()
    * tap: Split tap_sock_unix_init() into opening and listening parts
    * passt, tap: Don't use -1 as uninitialised value for fd_tap_listen
    * tap: Move all-ones initialisation of mac_guest to tap_sock_init()
    * conf: Don't lecture user about starting us as root
    * netlink, test: Ignore deprecated addresses
    * tcp: Remove interim 'tapside' field from connection
    * flow: Record the pifs for each side of each flow
    * flow: Make side 0 always be the initiating side
    * flow: Clarify and enforce flow state transitions
    * inany: Better helpers for using inany and specific family addrs together
    * flow: Properly type callbacks to protocol specific handlers
    * util, tcp: Add helper to display socket addresses
    * apparmor: Fix passt abstraction
    * apparmor: allow netns paths on /tmp
    * clang-tidy: Suppress macro to enum conversion warnings
    * conf: Fix clang-tidy warning about using an undefined enum value
    * passt.c: explicitly include libgen.h for basename
    * netlink: Don't duplicate routes referring to unrelated host interfaces

++++ permissions:

  - Update to version 1699_20240522:
    * man pages: minor corrections (bsc#1224822)

++++ rebootmgr:

  - Update to version 2.4+git20240524.30e5383:
    * Move tmpfiles.d/soft-reboot-cleanup.conf to aaa_base

------------------------------------------------------------------
------------------  2024-5-23  -  May 23 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.0.8
  - -> https://docs.mesa3d.org/relnotes/24.0.8.html
  - refreshed 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch

++++ Mesa-drivers:

  - Update to bugfix release 24.0.8
  - -> https://docs.mesa3d.org/relnotes/24.0.8.html
  - refreshed 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch

++++ ethtool:

  - update to upstream release 6.9
    * Feature: support for rx-flow-hash gtp (-N)
    * Feature: support for RSS input transformation (-X)
    * Fix: typo in coalescing output (-c)
    * Fix: document all debugging flags in man page

++++ glibc:

  - Add workaround for invalid use of libc_nonshared.a with non-SUSE libc
    (bsc#1221482)

++++ kernel-default:

  - Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852)
  - Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852)
  - commit 4cb5fde
  - Remove NTFSv3 from configs (bsc#1224429)
    References: bsc#1224429 comment#3
    We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from
    all configs.
    This was enabled in
    d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)")
  - commit b4be251
  - s390/ipl: Fix incorrect initialization of len fields in nvme
    reipl block (git-fixes bsc#1225136).
  - commit 273e6f4
  - s390/ipl: Fix incorrect initialization of nvme dump block
    (git-fixes bsc#1225134).
  - commit 955c716
  - s390/cpacf: Split and rework cpacf query functions (git-fixes
    bsc#1225133).
  - commit ee9583e
  - s390/bpf: Fix bpf_plt pointer arithmetic (git-fixes bsc#1224481
    CVE-2024-35917).
  - commit 34e1a55
  - Move upstreamed mm patches into sorted section
  - commit e3937f1
  - Move upstreamed powerpc patches into sorted section
  - commit fdb5fa6
  - kABI workaround for cs35l56 (git-fixes).
  - commit 331f8f7
  - ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails
    (stable-fixes).
  - Refresh
    patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch.
  - commit 8e475f5
  - ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot
    failed (git-fixes).
  - ASoC: cs35l56: Prevent overwriting firmware ASP config
    (git-fixes).
  - commit 1a7f82c
  - ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()
    (CVE-2023-52674 bsc#1224727).
  - ALSA: scarlett2: Add missing error checks to *_ctl_get()
    (CVE-2023-52680 bsc#1224608).
  - ALSA: scarlett2: Add missing error check to
    scarlett2_usb_set_config() (CVE-2023-52692 bsc#1224628).
  - commit fff59c9
  - vmci: prevent speculation leaks by sanitizing event in
    event_deliver() (git-fixes).
  - VMCI: Fix an error handling path in vmci_guest_probe_device()
    (git-fixes).
  - VMCI: Fix possible memcpy() run-time warning in
    vmci_datagram_invoke_guest_handler() (stable-fixes).
  - VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
    (stable-fixes CVE-2024-35944 bsc#1224648).
  - commit d9694ad
  - spmi: hisi-spmi-controller: Do not override device identifier
    (git-fixes).
  - extcon: max8997: select IRQ_DOMAIN instead of depending on it
    (git-fixes).
  - interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port
    assignment (git-fixes).
  - iio: pressure: dps310: support negative temperature values
    (git-fixes).
  - iio: adc: stm32: Fixing err code to not indicate success
    (git-fixes).
  - iio: core: Leave private pointer NULL when no private data
    supplied (git-fixes).
  - counter: linux/counter.h: fix Excess kernel-doc description
    warning (git-fixes).
  - staging: vt6655: Remove unused declaration of
    RFbAL7230SelectChannelPostProcess() (git-fixes).
  - serial: sh-sci: protect invalidating RXDMA on shutdown
    (git-fixes).
  - serial: sc16is7xx: add proper sched.h include for
    sched_set_fifo() (git-fixes).
  - serial: max3100: Fix bitwise types (git-fixes).
  - serial: max3100: Update uart_driver_registered on driver removal
    (git-fixes).
  - serial: max3100: Lock port->lock when calling
    uart_handle_cts_change() (git-fixes).
  - usb: fotg210: Add missing kernel doc description (git-fixes).
  - usb: typec: tipd: fix event checking for tps6598x (git-fixes).
  - usb: typec: ucsi: displayport: Fix potential deadlock
    (git-fixes).
  - usb: dwc3: Wait unconditionally after issuing EndXfer command
    (git-fixes).
  - usb: gadget: u_audio: Clear uac pointer when freed (git-fixes).
  - usb: gadget: u_audio: Fix race condition use of controls after
    free during gadget unbind (git-fixes).
  - usb: typec: ucsi: simplify partner's PD caps registration
    (git-fixes).
  - usb: typec: ucsi: always register a link to USB PD device
    (git-fixes).
  - leds: pwm: Disable PWM when going to suspend (git-fixes).
  - commit 0d08462

++++ sqlite3:

  - Update to release 3.46.0:
    * https://sqlite.org/releaselog/3_46_0.html
    * Enhance PRAGMA optimize in multiple ways.
    * Enhancements to the date and time functions.
    * Add support for underscore ("_") characters between digits in
    numeric literals.
    * Add the json_pretty() SQL function.
    * Query planner improvements.
    * Allocate additional memory from the heap for the SQL parser
    stack if that stack overflows, rather than reporting a "parser
    stack overflow" error.
    * Allow ASCII control characters within JSON5 string literals.
    * Fix the -> and ->> JSON operators so that when the right-hand
    side operand is a string that looks like an integer it is still
    treated as a string, because that is what PostgreSQL does.
    * Obsoletes sqlite3-float-i586.patch.

++++ rsync:

  - Correcly enable SIMD in x64: the flag was renamed from
  - -enable-simd to -enable-roll-simd in 3.2.4
  - Remove leftovers from previous versions:
    * rsync-patches-3.2.7.tar.gz
    * rsync-patches-3.2.7.tar.gz.asc

++++ suseconnect-ng:

  - Update version to 1.10.0
    * Build zypper-migration and zypper-packages-search as standalone
    binaries rather then one single binary
    * Add --gpg-auto-import-keys flag before action in zypper command (bsc#1219004)
    * Include /etc/products.d in directories whose content are backed
    up and restored if a zypper-migration rollback happens. (bsc#1219004)
    * Add the ability to upload the system uptime logs, produced by the
    suse-uptime-tracker daemon, to SCC/RMT as part of keepalive report.
    (jsc#PED-7982) (jsc#PED-8018)
    * Add support for third party packages in SUSEConnect
    * Refactor existing system information collection implementation

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-6305)
    088-tests-Fix-host-copy-XML-with-libvirt-10.1.0.patch
    089-hostdev-Fix-error-when-mdev-type_id-is-missing.patch
    090-uitests-Fix-with-GtkFileChooserNative.patch

------------------------------------------------------------------
------------------  2024-5-22  -  May 22 2024  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.17. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.17>
  - Switch back to using tar_scm service. Aside from obs_scm using more bandwidth
    and storage than a locally-compressed tar.xz, it seems there's some weird
    issue with paths in obscpio that break our SLE-12-only patch.
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
  - Update to containerd v1.7.16. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.16>
    CVE-2023-45288 bsc#1221400

++++ curl:

  - Update to 8.8.0:
    * Changes:
  - curl_version_info: provide librtmp version
  - file: add support for directory listings
  - lib: add curl_multi_waitfds
  - NTLM_WB: drop support
  - TLS: add support for ECH (Encrypted Client Hello)
  - urlapi: add CURLU_GET_EMPTY for empty queries and fragments
    * Bugfixes:
  - build: prefer "USE_IPV6" macro internally (was: "ENABLE_IPV6")
  - cd2nroff/manage: use UTC when SOURCE_DATE_EPOCH is set
  - cf-socket: don't try getting local IP without socket
  - cf-socket: remove references to l_ip, l_port
  - configure: make --disable-docs imply --disable-manual
  - curl.h: change CURL_SSLVERSION_* from enum to defines
  - curl_path: make Curl_get_pathname use dynbuf
  - curl_sha512_256: do not use workaround for NetBSD when not needed
  - curl_sha512_256: fix detection of OpenSSL 1.1.1 or later
  - curl_url_get.md: clarify queries and fragments and CURLU_GET_EMPTY
  - DEPRECATE.md: TLS libraries without 1.3 support
  - digest: replace strcpy for empty string with simple assignment
  - doc: pytest "--repeat" -> "--count"
  - docs/cmdline-opts: mention STARTTLS for --ssl and --ssl-reqd
  - dynbuf: fix returncode on memory error
  - ftp: add tracing support
  - ftp: fix socket leak on rare error
  - gnutls: lazy init the trust settings
  - hsts: explicitly skip blank lines
  - http2 + ngtcp2: pass CURLcode errors from callbacks
  - http2, http3: decouple stream state from easy handle
  - http2: emit RST when client write fails
  - http: HEAD response body tolerance
  - http: reject HTTP major version switch mid connection
  - http: with chunked POST forced, disable length check on read callback
  - idn: make Curl_idnconvert_hostname() use Curl_idn_decode()
  - if2ip: make the buf_size arg a size_t
  - krb5: use dynbuf
  - lib/cf-h1-proxy: silence compiler warnings (gcc 14)
  - lib: add trace support for client reads and writes
  - lib: bump hash sizes to "size_t"
  - lib: clear the easy handle's saved errno before transfer
  - lib: make protocol handlers store scheme name lowercase
  - lib: merge "ENABLE_QUIC" C macro into "USE_HTTP3"
  - libssh2: set length to 0 if strdup failed
  - openssl: do not set SSL_MODE_RELEASE_BUFFERS
  - openssl: revert keylog_callback support for LibreSSL
  - OS400: fix shellcheck warnings in scripts
  - quiche: expire all active transfers on connection close
  - quiche: trust its timeout handling
  - tls: use shared init code for TCP+QUIC
  - tool_cfgable: free {proxy_}cipher13_list on exit
  - url: do not URL decode proxy crendentials
  - url: fix use of an uninitialized variable
  - url: make parse_login_details use memdup0
  - urlapi: allow setting port number zero
  - version: use msnprintf instead of strncpy
  - vtls: TLS session storage overhaul
  - wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC
  - websocket: avoid memory leak in error path
  - Add split-provides for libcurl-devel -> libcurl-devel-doc.

++++ gstreamer-plugins-base:

  - Add gstreamer-plugins-base-CVE-2024-4453.patch:
    Backporting e68eccff from upstream, Prevent integer overflows
    and out of bounds reads when handling undefined tags.
    (CVE-2024-4453 ZDI-24-467 ZDI-CAN-23896 bsc#1224806)

++++ kernel-default:

  - af_unix: Suppress false-positive lockdep splat for spin_lock()
    in __unix_gc() (CVE-2024-26923 bsc#1223384).
  - af_unix: fix lockdep positive in sk_diag_dump_icons()
    (CVE-2024-26923 bsc#1223384).
  - commit a652e3a
  - Update
    patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch
    (stable-fixes CVE-2024-35995 bsc#1224557).
  - Update
    patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch
    (git-fixes CVE-2024-27436 bsc#1224803).
  - Update
    patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch
    (stable-fixes CVE-2024-27057 bsc#1223831).
  - Update
    patches.suse/ASoC-mediatek-sof-common-Add-NULL-check-for-normal_l.patch
    (git-fixes CVE-2024-35842 bsc#1224688).
  - Update
    patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch
    (git-fixes CVE-2024-35978 bsc#1224571).
  - Update
    patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch
    (git-fixes CVE-2024-27398 bsc#1224174).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch
    (git-fixes CVE-2024-35965 bsc#1224579).
  - Update
    patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch
    (git-fixes CVE-2024-35966 bsc#1224576).
  - Update
    patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch
    (git-fixes CVE-2024-35967 bsc#1224587).
  - Update
    patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch
    (stable-fixes CVE-2024-35933 bsc#1224640).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch
    (git-fixes CVE-2024-27416 bsc#1224723).
  - Update
    patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch
    (git-fixes CVE-2024-35963 bsc#1224582).
  - Update
    patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch
    (git-fixes CVE-2024-27399 bsc#1224177).
  - Update
    patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch
    (git-fixes CVE-2024-35850 bsc#1224600).
  - Update
    patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch
    (git-fixes CVE-2024-35851 bsc#1224509).
  - Update
    patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch
    (bsc#1219170 CVE-2024-22099 CVE-2024-26903 bsc#1223187).
  - Update
    patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch
    (git-fixes CVE-2024-35997 bsc#1224552).
  - Update
    patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch
    (git-fixes CVE-2024-27031 bsc#1223805).
  - Update
    patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch
    (git-fixes CVE-2024-26870 bsc#1223113).
  - Update
    patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch
    (stable-fixes CVE-2024-35809 bsc#1224738).
  - Update
    patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch
    (git-fixes CVE-2024-27388 bsc#1223744).
  - Update
    patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch
    (git-fixes CVE-2024-26934 bsc#1223671).
  - Update patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch
    (git-fixes CVE-2024-35953 bsc#1224704).
  - Update
    patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch
    (git-fixes CVE-2024-26989 bsc#1223748).
  - Update patches.suse/ax25-Fix-netdev-refcount-issue.patch
    (git-fixes CVE-2024-36009 bsc#1224542).
  - Update
    patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch
    (git-fixes CVE-2024-35887 bsc#1224663).
  - Update
    patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch
    (git-fixes CVE-2024-35982 bsc#1224566).
  - Update
    patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch
    (bsc#1223591 CVE-2024-35974 bsc#1224573).
  - Update
    patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch
    (git-fixes CVE-2024-35972 bsc#1224577).
  - Update
    patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch
    (git-fixes CVE-2024-26983 bsc#1223637).
  - Update
    patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch
    (bsc#1223285 CVE-2024-35784 bsc#1224804).
  - Update
    patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch
    (git-fixes CVE-2024-35849 bsc#1224733).
  - Update
    patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch
    (bsc#1223285 CVE-2024-26794 bsc#1222426).
  - Update
    patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch
    (bsc#1223285 CVE-2024-27080 bsc#1223782).
  - Update
    patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch
    (git-fixes CVE-2024-35936 bsc#1224644).
  - Update
    patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch
    (git-fixes CVE-2024-27004 bsc#1223762).
  - Update
    patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch
    (git-fixes CVE-2024-27003 bsc#1223761).
  - Update
    patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch
    (git-fixes CVE-2024-27002 bsc#1223759).
  - Update
    patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch
    (git-fixes CVE-2024-27001 bsc#1223698).
  - Update
    patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch
    (jsc#PED-7542 CVE-2024-35794 bsc#1224706).
  - Update
    patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch
    (bsc#1219596 CVE-2024-26962 bsc#1223654).
  - Update
    patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch
    (git-fixes CVE-2024-35916 bsc#1224480).
  - Update patches.suse/dma-xilinx_dpdma-Fix-locking.patch
    (git-fixes CVE-2024-35990 bsc#1224559).
  - Update
    patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch
    (git-fixes CVE-2024-35833 bsc#1224632).
  - Update
    patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch
    (git-fixes CVE-2024-35989 bsc#1224558).
  - Update
    patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch
    (CVE-2024-27027 bsc#1223787 CVE-2024-36002 bsc#1224546).
  - Update
    patches.suse/dpll-fix-pin-dump-crash-for-rebound-module.patch
    (jsc#PED-6079 CVE-2024-35836 bsc#1224633).
  - Update
    patches.suse/drm-Check-output-polling-initialized-before-disablin.patch
    (stable-fixes CVE-2024-35927 bsc#1224654).
  - Update
    patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch
    (stable-fixes CVE-2024-35928 bsc#1224653).
  - Update
    patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch
    (git-fixes CVE-2024-35788 bsc#1224709).
  - Update
    patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch
    (stable-fixes CVE-2024-35799 bsc#1224740).
  - Update
    patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch
    (stable-fixes CVE-2024-35817 bsc#1224736).
  - Update
    patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch
    (git-fixes CVE-2024-35795 bsc#1224634).
  - Update
    patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch
    (git-fixes CVE-2024-27029 bsc#1223789).
  - Update
    patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch
    (git-fixes CVE-2024-27400 bsc#1224180).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch
    (git-fixes CVE-2024-26949 bsc#1223665).
  - Update
    patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch
    (git-fixes CVE-2024-26922 bsc#1223315).
  - Update
    patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch
    (git-fixes CVE-2024-26986 bsc#1223728).
  - Update patches.suse/drm-ast-Fix-soft-lockup.patch (git-fixes
    CVE-2024-35952 bsc#1224705).
  - Update
    patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch
    (stable-fixes CVE-2024-35950 bsc#1224703).
  - Update
    patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch
    (stable-fixes CVE-2024-26938 bsc#1223678).
  - Update
    patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch
    (git-fixes CVE-2024-26937 bsc#1223677).
  - Update
    patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch
    (git-fixes CVE-2024-35829 bsc#1224707).
  - Update
    patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch
    (git-fixes CVE-2024-35786 bsc#1224714).
  - Update
    patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch
    (git-fixes CVE-2024-27411 bsc#1224433).
  - Update patches.suse/drm-nv04-Fix-out-of-bounds-access.patch
    (git-fixes CVE-2024-27008 bsc#1223802).
  - Update
    patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch
    (git-fixes CVE-2024-35951 bsc#1224701).
  - Update
    patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch
    (stable-fixes CVE-2024-35932 bsc#1224650).
  - Update
    patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch
    (git-fixes CVE-2024-26940 bsc#1223718).
  - Update
    patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch
    (git-fixes CVE-2024-35810 bsc#1224626).
  - Update
    patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch
    (stable-fixes CVE-2024-35947 bsc#1224647).
  - Update
    patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch
    (git-fixes CVE-2024-27413 bsc#1224438).
  - Update patches.suse/efi-fix-panic-in-kdump-kernel.patch
    (git-fixes CVE-2024-35800 bsc#1224507).
  - Update
    patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch
    (git-fixes CVE-2024-26973 bsc#1223641).
  - Update
    patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch
    (stable-fixes CVE-2024-35922 bsc#1224660).
  - Update
    patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch
    (bsc#1222721 CVE-2024-26764 CVE-2024-35815 bsc#1224685).
  - Update
    patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch
    (git-fixes CVE-2024-35973 bsc#1224586).
  - Update
    patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch
    (git-fixes CVE-2024-26857 bsc#1223058).
  - Update
    patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch
    (git-fixes CVE-2024-35984 bsc#1224567).
  - Update
    patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch
    (git-fixes CVE-2024-35911 bsc#1224486).
  - Update
    patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch
    (git-fixes CVE-2024-26854 bsc#1223039).
  - Update
    patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch
    (git-fixes CVE-2024-35889 bsc#1224517).
  - Update
    patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch
    (git-fixes CVE-2024-26853 bsc#1223061).
  - Update
    patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch
    (git-fixes CVE-2024-26988 bsc#1223747).
  - Update
    patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch
    (git-fixes CVE-2024-26786 bsc#1222780).
  - Update
    patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch
    (git-fixes CVE-2024-35847 bsc#1224697).
  - Update
    patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch
    (git-fixes CVE-2024-35955 bsc#1224676).
  - Update
    patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch
    (git-fixes CVE-2024-26961 bsc#1223652).
  - Update
    patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch
    (jsc#PED-7542 CVE-2024-35808 bsc#1224623).
  - Update patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch
    (jsc#PED-7542 CVE-2024-26900 bsc#1223046).
  - Update
    patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch
    (git-fixes CVE-2024-35830 bsc#1224680).
  - Update
    patches.suse/misc-lis3lv02d_i2c-Fix-regulators-getting-en-dis-abl.patch
    (git-fixes CVE-2024-35824 bsc#1224609).
  - Update
    patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch
    (git-fixes CVE-2024-35907 bsc#1224492).
  - Update
    patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch
    (git-fixes CVE-2024-35885 bsc#1224519).
  - Update
    patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch
    (git-fixes CVE-2024-35813 bsc#1224618).
  - Update
    patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch
    (git-fixes CVE-2024-35901 bsc#1224495).
  - Update
    patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch
    (git-fixes CVE-2024-35958 bsc#1224677).
  - Update
    patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch
    (git-fixes CVE-2024-27432 bsc#1224716).
  - Update
    patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch
    (git-fixes CVE-2024-26881 bsc#1223041).
  - Update
    patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch
    (git-fixes CVE-2024-26855 bsc#1223051).
  - Update
    patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch
    (git-fixes CVE-2024-35971 bsc#1224578).
  - Update
    patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch
    (git-fixes CVE-2024-35796 bsc#1224615).
  - Update
    patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch
    (git-fixes CVE-2024-35960 bsc#1224588).
  - Update
    patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch
    (git-fixes CVE-2024-35961 bsc#1224585).
  - Update
    patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch
    (git-fixes CVE-2024-35959 bsc#1224666).
  - Update
    patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch
    (git-fixes CVE-2024-26858 bsc#1223020).
  - Update
    patches.suse/net-mlx5e-fix-a-double-free-in-arfs_create_groups.patch
    (jsc#PED-3311 CVE-2024-35835 bsc#1224605).
  - Update
    patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch
    (git-fixes CVE-2024-35837 bsc#1224500).
  - Update
    patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch
    (git-fixes CVE-2024-35891 bsc#1224513).
  - Update
    patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch
    (stable-fixes CVE-2024-35945 bsc#1224639).
  - Update
    patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch
    (git-fixes CVE-2024-26856 bsc#1223052).
  - Update patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch
    (bsc#1221858 CVE-2024-35841 bsc#1224687).
  - Update
    patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch
    (git-fixes CVE-2024-35909 bsc#1224491).
  - Update
    patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch
    (git-fixes CVE-2024-35915 bsc#1224479).
  - Update
    patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch
    (git-fixes CVE-2024-27046 bsc#1223827).
  - Update
    patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch
    (git-fixes CVE-2024-26868 bsc#1223038).
  - Update
    patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch
    (bsc#1221044 CVE-2023-52591 CVE-2024-35914 bsc#1224482).
  - Update
    patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch
    (git-fixes CVE-2024-26984 bsc#1223633).
  - Update patches.suse/nouveau-lock-the-client-object-tree.patch
    (stable-fixes CVE-2024-27062 bsc#1223834).
  - Update
    patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch
    (git-fixes CVE-2024-26846 bsc#1223023).
  - Update
    patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch
    (git-fixes CVE-2024-27435 bsc#1224717).
  - Update
    patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch
    (git-fixes CVE-2024-27030 bsc#1223790).
  - Update
    patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch
    (git-fixes CVE-2024-35975 bsc#1224569).
  - Update
    patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch
    (git-fixes CVE-2024-35879 bsc#1224524).
  - Update
    patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch
    (stable-fixes CVE-2024-35878 bsc#1224671).
  - Update
    patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch
    (git-fixes CVE-2024-35992 bsc#1224555).
  - Update
    patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch
    (git-fixes CVE-2024-35986 bsc#1224562).
  - Update
    patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch
    (git-fixes CVE-2024-35977 bsc#1224568).
  - Update
    patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch
    (git-fixes CVE-2024-27412 bsc#1224437).
  - Update
    patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch
    (git-fixes CVE-2024-27389 bsc#1223705).
  - Update
    patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch
    (stable-fixes CVE-2024-35940 bsc#1224537).
  - Update
    patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch
    (git-fixes bsc#1223592 CVE-2024-26957 bsc#1223666).
  - Update
    patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch
    (git-fixes CVE-2024-26935 bsc#1223675).
  - Update
    patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch
    (bsc#1220021 CVE-2024-35930 bsc#1224651).
  - Update patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch
    (git-fixes CVE-2024-35954 bsc#1224675).
  - Update
    patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch
    (git-fixes CVE-2024-26742 bsc#1222608).
  - Update
    patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch
    (git-fixes CVE-2024-35904 bsc#1224494).
  - Update
    patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch
    (git-fixes CVE-2024-27000 bsc#1223757).
  - Update
    patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch
    (git-fixes CVE-2024-26999 bsc#1223754).
  - Update
    patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch
    (git-fixes CVE-2024-35806 bsc#1224699).
  - Update
    patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch
    (git-fixes CVE-2024-35819 bsc#1224683).
  - Update patches.suse/speakup-Avoid-crash-on-very-long-word.patch
    (git-fixes CVE-2024-26994 bsc#1223750).
  - Update
    patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch
    (git-fixes CVE-2024-26866 bsc#1223024).
  - Update
    patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch
    (git-fixes CVE-2024-35883 bsc#1224521).
  - Update
    patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch
    (git-fixes CVE-2024-27028 bsc#1223788).
  - Update
    patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch
    (git-fixes CVE-2024-35821 bsc#1224629).
  - Update
    patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch
    (git-fixes CVE-2024-35812 bsc#1224624).
  - Update
    patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch
    (git-fixes CVE-2024-26997 bsc#1223741).
  - Update
    patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch
    (git-fixes CVE-2024-26963 bsc#1223651).
  - Update
    patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch
    (stable-fixes CVE-2024-26996 bsc#1223752).
  - Update
    patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch
    (git-fixes CVE-2024-27405 bsc#1224423).
  - Update
    patches.suse/usb-gadget-ncm-Fix-handling-of-zero-block-length-pac.patch
    (git-fixes CVE-2024-35825 bsc#1224681).
  - Update
    patches.suse/usb-typec-altmodes-displayport-create-sysfs-nodes-as.patch
    (git-fixes CVE-2024-35790 bsc#1224712).
  - Update
    patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch
    (git-fixes CVE-2024-26995 bsc#1223696).
  - Update
    patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch
    (git-fixes CVE-2024-26932 bsc#1223649).
  - Update patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch
    (stable-fixes CVE-2024-35924 bsc#1224657).
  - Update
    patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch
    (stable-fixes CVE-2024-35822 bsc#1224739).
  - Update
    patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch
    (git-fixes CVE-2024-26964 bsc#1223650).
  - Update
    patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch
    (git-fixes CVE-2024-35823 bsc#1224692).
  - Update
    patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch
    (bsc#1207948 CVE-2024-35938 bsc#1224643).
  - Update
    patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
    (CVE-2023-47233 bsc#1216702 CVE-2024-35811 bsc#1224592).
  - Update
    patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch
    (stable-fixes CVE-2024-35937 bsc#1224526).
  - Update
    patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch
    (git-fixes CVE-2024-35845 bsc#1224731).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch
    (git-fixes CVE-2024-27434 bsc#1224710).
  - Update
    patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch
    (git-fixes CVE-2024-35912 bsc#1224487).
  - Update
    patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch
    (git-fixes CVE-2024-35828 bsc#1224622).
  - Update
    patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch
    (stable-fixes CVE-2024-35789 bsc#1224749).
  - Update
    patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch
    (git-fixes CVE-2024-35838 bsc#1224613).
  - Update
    patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch
    (git-fixes CVE-2024-27410 bsc#1224432).
  - Update
    patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch
    (stable-fixes CVE-2024-35946 bsc#1224646).
  - Update
    patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch
    (git-fixes CVE-2024-26950 bsc#1223661).
  - Update
    patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch
    (git-fixes CVE-2024-26951 bsc#1223660).
  - Update
    patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch
    (git-fixes CVE-2024-26861 bsc#1223076).
  - Update
    patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch
    (git-fixes CVE-2024-35875 bsc#1224665).
  - Update
    patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch
    (git-fixes CVE-2024-35801 bsc#1224732).
  - Update
    patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch
    (git-fixes CVE-2024-27067 bsc#1223739).
  - Update
    patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch
    (bsc#1221303 CVE-2024-26611 CVE-2024-35834 bsc#1224620).
  - commit 005afc6
  - Update
    patches.suse/ACPI-LPIT-Avoid-u32-multiplication-overflow.patch
    (git-fixes CVE-2023-52683 bsc#1224627).
  - Update
    patches.suse/ACPI-video-check-for-error-while-searching-for-backl.patch
    (git-fixes CVE-2023-52693 bsc#1224686).
  - Update
    patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch
    (git-fixes CVE-2023-52697 bsc#1224596).
  - Update
    patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch
    (git-fixes CVE-2023-52663 bsc#1224630).
  - Update
    patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch
    (git-fixes CVE-2023-52657 bsc#1224722).
  - Update
    patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch
    (git-fixes CVE-2023-52658 bsc#1224719).
  - Update
    patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch
    (git-fixes CVE-2023-52653 bsc#1223712).
  - Update
    patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch
    (git-fixes CVE-2023-52676 bsc#1224730).
  - Update
    patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch
    (bsc#1222775 CVE-2023-52472 bsc#1220430).
  - Update
    patches.suse/crypto-s390-aes-Fix-buffer-overread-in-CTR-mode.patch
    (git-fixes CVE-2023-52669 bsc#1224637).
  - Update
    patches.suse/crypto-safexcel-Add-error-handling-for-dma_map_sg-ca.patch
    (git-fixes CVE-2023-52687 bsc#1224501).
  - Update
    patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch
    (git-fixes CVE-2023-52695 bsc#1224506).
  - Update
    patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch
    (git-fixes CVE-2023-52673 bsc#1224741).
  - Update
    patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch
    (git-fixes CVE-2023-52671 bsc#1224729).
  - Update
    patches.suse/drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch
    (git-fixes CVE-2023-52691 bsc#1224607).
  - Update
    patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch
    (git-fixes CVE-2023-52678 bsc#1224617).
  - Update
    patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch
    (git-fixes CVE-2023-52694 bsc#1224598).
  - Update
    patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch
    (git-fixes CVE-2023-52661 bsc#1224445).
  - Update
    patches.suse/drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_node.patch
    (git-fixes CVE-2023-52662 bsc#1224449).
  - Update patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch
    (bsc#1220328 CVE-2023-52463 CVE-2023-52681 bsc#1224505).
  - Update
    patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch
    (stable-fixes CVE-2023-52660 bsc#1224443).
  - Update
    patches.suse/net-atlantic-eliminate-double-free-in-error-handling.patch
    (git-fixes CVE-2023-52664 bsc#1224747).
  - Update
    patches.suse/net-mlx5e-fix-a-potential-double-free-in-fs_any_crea.patch
    (jsc#PED-3311 CVE-2023-52667 bsc#1224603).
  - Update
    patches.suse/of-Fix-double-free-in-of_parse_phandle_with_args_map.patch
    (git-fixes CVE-2023-52679 bsc#1224508).
  - Update
    patches.suse/powerpc-imc-pmu-Add-a-null-pointer-check-in-update_events_in_group.patch
    (git-fixes CVE-2023-52675 bsc#1224504).
  - Update
    patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_eve.patch
    (bsc#1065729 CVE-2023-52686 bsc#1224682).
  - Update
    patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_pow.patch
    (bsc#1181674 ltc#189159 git-fixes CVE-2023-52696 bsc#1224601).
  - Update
    patches.suse/powerpc-powernv-Add-a-null-pointer-check-to-scom_deb.patch
    (bsc#1194869 CVE-2023-52690 bsc#1224611).
  - Update
    patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch
    (git-fixes CVE-2023-52685 bsc#1224728).
  - Update
    patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch
    (git-fixes CVE-2023-52670 bsc#1224696).
  - commit 578211b
  - vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes).
  - commit 2e20e2c
  - vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes).
  - commit 936d53e
  - virtio_net: Do not send RSS key if it is not supported
    (git-fixes).
  - commit cc7c4a0
  - vsock/virtio: fix packet delivery to tap device (git-fixes).
  - commit dfd8673
  - virtio-blk: Ensure no requests in virtqueues before deleting
    vqs (git-fixes).
  - commit 966a23e
  - KVM: VMX: Disable LBR virtualization if the CPU doesn't support
    LBR callstacks (git-fixes).
  - commit f941b05
  - efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes).
  - commit c99f198
  - proc/kcore: do not try to access unaccepted memory (git-fixes).
  - commit 2daf00c
  - efi/unaccepted: touch soft lockup during memory accept (git-fixes).
  - commit 45ed7cb
  - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442 CVE-2023-52659).
  - commit dad72fd
  - kabi fix of perf/x86/intel: Expose existence of callback support to KVM
    (git fixes).
  - commit 5db441c
  - perf/x86/intel: Expose existence of callback support to KVM
    (git-fixes).
  - commit b24b5fc
  - kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs.
    Intel compatible (git-fixes).
  - commit 38bcaaa
  - ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
    (bsc#1224866).
  - commit 6a4b4a1
  - supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570)
  - commit 4b0eeb3
  - remoteproc: k3-r5: Jump to error handling labels in start/stop
    errors (git-fixes).
  - commit 6f545f8
  - libsubcmd: Fix parse-options memory leak (git-fixes).
  - dmaengine: idxd: Avoid unnecessary destruction of file_ida
    (git-fixes).
  - dmaengine: axi-dmac: fix possible race in remove() (git-fixes).
  - dmaengine: idma64: Add check for dma_set_max_seg_size
    (git-fixes).
  - remoteproc: k3-r5: Do not allow core1 to power up before core0
    via sysfs (git-fixes).
  - remoteproc: k3-r5: Wait for core0 power-up before powering up
    core1 (git-fixes).
  - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
    (git-fixes).
  - PCI: tegra194: Fix probe path for Endpoint mode (git-fixes).
  - PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
    (git-fixes).
  - PCI: dwc: ep: Fix DBI access failure for drivers requiring
    refclk from host (git-fixes).
  - PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3
    (git-fixes).
  - PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3
    (git-fixes).
  - KEYS: trusted: Do not use WARN when encode fails (git-fixes).
  - KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes).
  - commit d7da373

++++ libarchive:

  - Fix bsdunzip test failing due to a locale issue
    * fix-bsdunzip-test.patch

++++ snapper:

  - fixed error message (gh#openSUSE/snapper#907)

++++ systemd:

  - systemd.spec: introduce %{meson_extra_configure_options} to allow passing
    extra meson configure options.

++++ python-requests:

  - Update to 2.32.2
    * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0,
    we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing
    custom HTTPAdapters will need to migrate their code to use this new API. get_connection is
    considered deprecated in all versions of Requests>=2.32.0.

++++ suse-module-tools:

  - Update to version 16.0.44:
    * Include unblacklist in initramfs (bsc#1224320)
    * regenerate-initrd-posttrans: run update-bootloader --refresh for XEN
    (bsc#1223278)

------------------------------------------------------------------
------------------  2024-5-21  -  May 21 2024  -------------------
------------------------------------------------------------------

++++ lvm2-device-mapper:

  - Use %patch -P N instead of deprecated %patchN syntax.

++++ elfutils:

  - Add "-g" to %optflags, so that the tests work in all repos,
    with or without globally enabled debuginfo creation.

++++ gettext-runtime:

  - Require glibc-gconv-modules-extra by the gettext-tools packages

++++ fwupd:

  - Update to version 1.9.20:
    + This release adds the following features:
  - Add some API to allow uploading reports for use in
    gnome-firmware
  - Allow the user to upload the entire devicelist to the LVFS
    + This release fixes the following bugs:
  - Correctly detect Synaptics Cayenne and Spyder firmware
  - Do not offer the UEFI DBX update on Lenovo ideacentre
    300-20ISH
  - Explicitly enable shadow stack support in fwupd.service
  - Fix a potential buffer overread when reading the algoltek-usb
    version number
  - Fix the CET HSI test by rewriting it in assembly
  - Fix using --verbose in fwupdmgr
  - Ignore --p2p when downloading the metadata signature
    + This release adds support for the following hardware:
  - FPC FF2 fingerprint devices

++++ glibc:

  - Move essential (Latin-1 and UTF based) gconv modules to main glibc
    package, other modules to new package glibc-gconv-modules-extra

++++ kernel-default:

  - KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is
    enabled (git-fixes).
  - commit 7d13726
  - KVM: x86: Allow, don't ignore, same-value writes to immutable
    MSRs (git-fixes).
  - commit e25e965
  - KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT
    Misconfig (git-fixes).
  - commit 21a74db
  - KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC
    internal slots (git-fixes).
  - commit b2d6429
  - KVM: x86/mmu: Move private vs. shared check above slot validity
    checks (git-fixes).
  - commit 2108d3a
  - KVM: x86: Fully re-initialize supported_mce_cap on vendor
    module load (git-fixes).
  - commit 52160e6
  - KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing
    dirty status (git-fixes).
  - commit 7bdd69f
  - drm/nouveau/disp: Fix missing backlight control on Macbook 5,
    1 (bsc#1223838).
  - commit 07ffc12
  - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331)
  - commit 55fb87b
  - swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331)
  - commit 8bebd77
  - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331)
  - commit fcf796a
  - swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331)
  - commit c65bb03
  - KVM: x86/pmu: Set enable bits for GP counters in
    PERF_GLOBAL_CTRL at "RESET" (git-fixes).
  - commit 1ba62ae
  - KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes).
  - commit 9862bdd
  - KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD
    platforms (git-fixes).
  - commit 5f8077d
  - KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel
    compatible (git-fixes).
  - commit c9c8902
  - x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
    (git-fixes).
  - commit f882a8e
  - KVM: x86: Use actual kvm_cpuid.base for clearing
    KVM_FEATURE_PV_UNHALT (git-fixes).
  - commit 80b67d0
  - s390/cio: fix tracepoint subchannel type field (git-fixes
    bsc#1224793).
  - commit f1aa928
  - s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes
    bsc#1224792).
  - commit d08e4ce
  - KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
    (git-fixes bsc#1224790).
  - commit b0b1c22
  - KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper
    (git-fixes).
  - commit 652c188
  - rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
    We disabled the FS in bug 1202309. And we actively blacklist it in:
    /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
    This, as a side-effect, fixes obs-build's warning:
    dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
    Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
    above unblacklist.
    We should likely drop ext2+ext3 from the list too, as we don't build
    them at all. But that's a different story.
  - commit 9e1a078
  - KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes).
  - commit 9327154
  - KVM: SVM: Use unsigned integers when dealing with ASIDs
    (git-fixes).
  - commit b0fec37
  - tools/power turbostat: Expand probe_intel_uncore_frequency()
    (bsc#1221765).
  - commit 7c0d70f
  - KVM: x86/xen: fix recursive deadlock in timer injection
    (git-fixes).
  - commit 389ea84
  - KVM: x86/xen: remove WARN_ON_ONCE() with false positives in
    evtchn delivery (git-fixes).
  - commit d63a8c9
  - KVM: x86/xen: inject vCPU upcall vector when local APIC is
    enabled (git-fixes).
  - commit 538dcab
  - KVM: x86/xen: improve accuracy of Xen timers (git-fixes).
  - commit 921d76d
  - KVM: x86/pmu: Explicitly check NMI from guest to reducee false
    positives (git-fixes).
  - commit be2edf0
  - KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
    (git-fixes).
  - commit fe18eef
  - KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs
    (git-fixes).
  - commit 406de6b
  - KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes).
  - commit dd1520f
  - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC
    due to bad index (git-fixes).
  - commit b2e9cf1
  - KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
    (git-fixes).
  - commit fd656b7
  - KVM: x86/pmu: Allow programming events that match unsupported
    arch events (git-fixes).
  - commit 60f57dc
  - firmware: dmi-id: add a release callback function (git-fixes).
  - watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in
    sa1100dog_probe() (git-fixes).
  - watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a
    safety margin (git-fixes).
  - watchdog: bd9576: Drop "always-running" property (git-fixes).
  - watchdog: cpu5wdt.c: Fix use-after-free bug caused by
    cpu5wdt_trigger (git-fixes).
  - i2c: acpi: Unbind mux adapters before delete (git-fixes).
  - i2c: synquacer: Fix an error handling path in
    synquacer_i2c_probe() (git-fixes).
  - i2c: cadence: Avoid fifo clear after start (git-fixes).
  - pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins
    regs (git-fixes).
  - pinctrl: armada-37xx: remove an unused variable (git-fixes).
  - crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes).
  - commit 60d82a4
  - KVM: x86/pmu: Always treat Fixed counters as available when
    supported (git-fixes).
  - commit c4b0d18
  - KVM: VMX: Report up-to-date exit qualification to userspace
    (git-fixes).
  - commit d6b020d
  - KVM: x86: Fix broken debugregs ABI for 32 bit kernels
    (git-fixes).
  - commit 69a1ee8
  - SEV: disable SEV-ES DebugSwap by default (git-fixes).
  - commit dcaff2f
  - KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU
    (git-fixes).
  - commit c561279
  - KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear
    they're a WIP (git-fixes).
  - commit aba16e8
  - KVM: x86: Mark target gfn of emulated atomic instruction as
    dirty (git-fixes).
  - commit 303882a
  - KVM: SVM: Flush pages under kvm->lock to fix UAF in
    svm_register_enc_region() (git-fixes).
  - commit 4382f8a

++++ kernel-firmware-all:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-amdgpu:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-ath10k:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-ath11k:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-ath12k:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-atheros:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-bluetooth:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-bnx2:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-brcm:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-chelsio:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-dpaa2:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-i915:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-intel:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-iwlwifi:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-liquidio:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-marvell:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-media:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-mediatek:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-mellanox:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-mwifiex:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-network:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-nfp:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-nvidia:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-platform:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-prestera:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-qcom:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-qlogic:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-radeon:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-realtek:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-serial:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-sound:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-ti:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-ueagle:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ kernel-firmware-usb-network:

  - Update to version 20240519 (git commit aae8224390e2):
    * amdgpu: add new ISP 4.1.1 firmware

++++ llvm19:

  - Update to version 18.1.6.
    * Fixes issues where LLVM is either generating the incorrect thunk
    for a function with aligned parameters or didn't correctly pass
    through the return value when StructRet was used.
    * `-Xclang -target-feature -Xclang +unaligned-scalar-mem` can be
    used to enable unaligned scalar memory accesses for CPUs that
    do not support unaligned vector accesses. `-mno-strict-align`
    will enable unaligned scalar and vector memory accesses.
    * Don't replace an aliasee with an alias that has weak linkage.
    This avoids incorrect linkage that can lead to using the wrong
    symbols during linking time.
    * Fixes build failures when compiling AVX512 code using
    `-march=native` on machines without AVX512. The problem was
    introduced in LLVM 18.1.5.
    * Fixes crash in AArch64 backend when having `true` or `false` as
    operand for `fcmp` instruction on IR level.
    * Fixes compiler crash when user specifies `-mno-evex512` with
    AVX512 features but no AVX512VL.
    * Fixes a bug that tries to do VBROADCAST_LOAD for `f16` without
    AVX2.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ libbpf:

  - Fix null pointer dereference in bpf_object__collect_prog_relos()
    (bsc#1221101)
    * Add libbpf-Fix-NULL-pointer-dereference-in-bpf_object__c.patch

++++ lvm2:

  - Use %patch -P N instead of deprecated %patchN syntax.

++++ libslirp:

  - Update to version 4.8.0+2:
    * Fix actually linking the library
    * Use simpler test linker script for detectiong --version-script option
    * Release v4.8.0
    * Explicit that -Dstatic=True is not meant for distributing a static library
    * icmp6: Add echo request forwarding support
    * fuzz: Fix icmp6 matching and checksum computation
    * fuzz: Drop debugging
    * fuzz: Drop debugging
    * fuzz: Add ARP and NDP cases
    * fuzz: Add IPv6 cases
    * mbuf: Do not reallocate when the requested size already fits exactly
    * mbuf: Fix copying headers
    * oss-fuzz: Fix udp-h and tcp-h corpuses
    * fuzz: comment coherency
    * fuzz: Simplify TCP checksum code
    * Note changes that can probably be security issues
    * Add changelog for next release
    * eth: pad ethernet frames to 60 bytes
    * udp: Make cleanup loop clearer
    * fuzz: Fix tftp fuzz actually receiving a file
    * tftp: cleanup sessions remaining at slirp shutdown
    * tftp: Fix use-after-free
    * Add fuzzing CI
    * fuzz: Add ip filtering
    * tcp: hack syn/ack
    * fuzzing: Increase coverage
    * First attempt at fuzzing with libFuzzer based on @elmarco work
    * Start some fuzzing test
    * tcp: Fix testing for last fragment
    * icmp: Fix msg duplication for debugging
    * tcp: Fix allocating room
    * mbuf: Be extra careful with freed pointer
    * mbuf: remove '#define if*' member accessors
    * m_cleanup_list: Fix missing cleanup packets from the same session
    * tcp-input: inline TCP_REASS
    * ip: remove second argument from ip_stripoptions()
    * Document endianness of slirp_add_hostfwd parameters

++++ permissions:

  - Update to version 1699_20240521:
    * permctl: return special exit code in --warn mode if entries need fixing

++++ python-requests:

  - Update to 2.32.1
    * Fixed an issue where setting verify=False on the first request from a Session
    will cause subsequent requests to the same origin to also ignore cert verification,
    regardless of the value of verify. (bsc#1224788, CVE-2024-35195)
    * verify=True now reuses a global SSLContext which should improve request time
    variance between first and subsequent requests.
    * Requests now supports optional use of character detection (chardet or charset_normalizer)
    when repackaged or vendored. This enables pip and other projects to minimize their
    vendoring surface area.
    * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7.
    * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling.

------------------------------------------------------------------
------------------  2024-5-20  -  May 20 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Spin documentation off to libcurl-devel-doc, this saves buildroots
    495 files and time (mandb is run in %posttrans).

++++ grub2:

  - Only enable grub-protect for EFI systems
    * 0001-util-enable-grub-protect-only-for-EFI-systems.patch

++++ kernel-default:

  - sysv: don't call sb_bread() with pointers_lock held
    (bsc#1224659 CVE-2023-52699).
  - commit 6cad3fd
  - Update
    patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch
    (git-fixes bsc#1222608 CVE-2024-26742).
  - commit 950259c
  - btrfs: always clear PERTRANS metadata during commit (git-fixes)
  - commit f24386b
  - btrfs: record delayed inode root in transaction (git-fixes)
  - commit 3382370
  - btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes)
  - commit 21cfc26
  - btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes)
  - commit a357818
  - btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes)
  - commit 3227c75
  - btrfs: sysfs: validate scrub_speed_max value (git-fixes)
  - commit 333b480
  - btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes)
  - commit e1ff84f
  - btrfs: fix race when refilling delayed refs block reserve (git-fixes)
  - commit f241886
  - btrfs: assert delayed node locked when removing delayed item (git-fixes)
  - commit 7298484
  - btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes)
  - commit f5815af
  - btrfs: output extra debug info if we failed to find an inline backref (git-fixes)
  - commit 92fba41
  - btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes)
  - commit 446041f
  - btrfs: handle errors properly in update_inline_extent_backref() (git-fixes)
  - commit ca5b7a2
  - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes)
  - commit 4bdc550
  - RDMA/IPoIB: Fix format truncation compilation errors (git-fixes)
  - commit 6d737b0
  - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes)
  - commit 3e0bec3
  - IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes)
  - commit 9a3847d
  - RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes)
  - commit c50f3b5
  - RDMA/rxe: Allow good work requests to be executed (git-fixes)
  - commit b36653a
  - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes)
  - commit ba9e71d
  - RDMA/hns: Modify the print level of CQE error (git-fixes)
  - commit 12a2ba5
  - RDMA/hns: Use complete parentheses in macros (git-fixes)
  - commit 7a9c544
  - RDMA/hns: Fix GMV table pagesize (git-fixes)
  - commit fb0321b
  - RDMA/hns: Fix UAF for cq async event (git-fixes)
  - commit 8ea7fea
  - RDMA/hns: Fix deadlock on SRQ async events. (git-fixes)
  - commit fb64efc
  - RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes)
  - commit 6c2f69b
  - RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes)
  - commit 60cadbc
  - RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes)
  - commit dacefcf
  - RDMA/mlx5: Change check for cacheable mkeys (git-fixes)
  - commit c838c29
  - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes)
  - commit 3012f2a
  - qibfs: fix dentry leak (git-fixes)
  - commit 3dd0249
  - RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes)
  - commit 52028fd
  - RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes)
  - commit 1a1a1ef
  - RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes)
  - commit 0a73f85
  - arm64: dts: microchip: sparx5: fix mdio reg (git-fixes)
  - commit 88132f5
  - arm64: dts: hi3798cv200: fix the size of GICR (git-fixes)
  - commit 366d274
  - arm64: tegra: Correct Tegra132 I2C alias (git-fixes)
  - commit da1130e
  - arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes)
  - commit eee423c
  - arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes)
  - commit 7d432cc
  - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes)
  - commit d52e38e
  - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes)
  - commit 029788f
  - arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (git-fixes)
    Refresh patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch
  - commit aeac8db
  - dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes)
  - commit 4e403e4
  - selftests/kcmp: remove unused open mode (git-fixes).
  - nilfs2: make superblock data array index computation sparse
    friendly (git-fixes).
  - Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS
    filter matching sysfs file (git-fixes).
  - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
    (git-fixes).
  - commit 7902091
  - powerpc/pseries/vio: Don't return ENODEV if node or compatible
    missing (bsc#1220783).
  - commit 19e446b

++++ libcap-ng:

  - Update to version 0.8.5:
    * Remove python global exception handler since it's deprecated
    * Make the utilities link against just built libraries
    * Remove unused macro in cap-ng.h
  - Remove libcap-ng.rpmlintrc, it doesn't seem to be used any more.

++++ openssl-3:

  - Security fix: [bsc#1224388, CVE-2024-4603]
    * Check DSA parameters for excessive sizes before validating
    * Add openssl-CVE-2024-4603.patch

++++ openSUSE-repos-LeapMicro:

  - Fix macro reference

++++ skopeo:

  - Update to version 1.15.1:
    * [release-1.15] Bump to v1.15.1
    * [release-1.15] Freeze the fedora-minimal image reference
    * [release-1.15] CVE-2024-3727 (bsc#1224123)

------------------------------------------------------------------
------------------  2024-5-19  -  May 19 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
    (git-fixes).
  - clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes).
  - clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes).
  - clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes).
  - clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes).
  - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset
    (git-fixes).
  - clk: samsung: exynosautov9: fix wrong pll clock id value
    (git-fixes).
  - clk: renesas: r9a07g043: Add clock and reset entry for PLIC
    (git-fixes).
  - clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes).
  - clk: rs9: fix wrong default value for clock amplitude
    (git-fixes).
  - clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes).
  - clk: mediatek: pllfh: Don't log error for missing fhctl node
    (git-fixes).
  - commit 8bfa411

++++ shim:

  -- Update to version 15.8
  - Various CVE fixes are already merged into this version
    mok: fix LogError() invocation (bsc#1215099,CVE-2023-40546)
    avoid incorrectly trusting HTTP headers (bsc#1215098,CVE-2023-40547)
    Fix integer overflow on SBAT section size on 32-bit system (bsc#1215100,CVE-2023-40548)
    Authenticode: verify that the signature header is in bounds (bsc#1215101,CVE-2023-40549)
    pe: Fix an out-of-bound read in verify_buffer_sbat() (bsc#1215102,CVE-2023-40550)
    pe-relocate: Fix bounds check for MZ binaries (bsc#1215103,CVE-2023-40551)
  - remove shim-Enable-the-NX-compatibility-flag-by-default.patch
    The codes in this patch are already existing in shim-15.8
    The NX flag is disable which is same as the default value of shim-15.8,
    hence, not need to enable it by this patch now.
  - Patches (git log --oneline --reverse 15.7..15.8)
    657b248 Make sbat_var.S parse right with buggy gcc/binutils
    7c76425 Enable the NX compatibility flag by default.
    89972ae CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapper
    c7b3051 pe: Align section size up to page size for mem attrs
    e4f40ae pe: Add IS_PAGE_ALIGNED macro
    f23883c Don't loop forever in load_certs() with buggy firmware
    1f38cb3 Optionally allow to keep shim protocol installed
    102a658 Drop invalid calls to `CRYPTO_set_mem_functions`
    aae3df0 test-sbat: Fix exit code
    cca3933 Block Debian grub binaries with SBAT < 4
    cf59f34 Further improve load_certs() for non-compliant drivers/firmwares
    0601f44 SBAT-related documents formatting and spelling
    0640e13 Add a security contact email address in README.md
    0bfc397 Work around malformed path delimiters in file paths from DHCP
    a8b0b60 pe: only process RelocDir->Size of reloc section
    f7a4338 Skip testing msleep()
    549d346 Rename 'msecs' to 'usecs' to avoid potential confusion
    908c388 Change type of fallback_verbose_wait from int to unsigned long
    05eae92 Add SbatLevel_Variable.txt to document the various revocations
    243f125 Use -Wno-unused-but-set-variable for Cryptlib and OpenSSL
    89d25a1 Add a make rule for compile_commands.json
    118ff87 Add gnu-stack notes
    f132655 test: Make our fake dprintf be a statement.
    be00279 Remove CentOS 7 test builds.
    9964960 Split pe.c up even more.
    569270d Test (and fix) ImageAddress()
    61e9894 Verify signature before verifying sbat levels
    1578b55 Add libFuzzer support for csv.c
    a0673e3 Fix a 1-byte memory leak in .sbat parsing.
    e246812 Add libFuzzer support to the .sbat parser.
    fd43eda Work around ImageAddress() usage mistake
    1e985a3 Correctly free memory allocated in handle_image()
    dbbe3c8 mok: Avoid underflow in maximum variable size calculation
    04111d4 Make some of the static analysis tools a little easier to run
    7ba7440 compile_commands.json: remove stuff clang doesn't like
    66e6579 CVE-2023-40546 mok: fix LogError() invocation
    f271826 Add primitives for overflow-checked arithmetic operations.
    8372147 pe-relocate: Add a fuzzer for read_header()
    5a5147d CVE-2023-40551: pe-relocate: Fix bounds check for MZ binaries
    e912071 pe-relocate: make read_header() use checked arithmetic operations.
    93ce255 CVE-2023-40550 pe: Fix an out-of-bound read in verify_buffer_sbat()
    e7f5fdf pe-relocate: Ensure nothing else implements CVE-2023-40550
    afdc503 CVE-2023-40549 Authenticode: verify that the signature header is in bounds.
    96dccc2 CVE-2023-40548 Fix integer overflow on SBAT section size on 32-bit system
    dae82f6 Further mitigations against CVE-2023-40546 as a class
    ea0f9df Allow SbatLevel data from external binary
    b078ef2 Always clear SbatLevel when Secure Boot is disabled
    7dfb687 BS Variables for bootmgr revocations
    a967c0e shim should not self revoke
    577cedd Print message when refusing to apply SbatLevel
    e801b0d sbat revocations: check the full section name
    0226b56 CVE-2023-40547 - avoid incorrectly trusting HTTP headers
    6f0c8d2 Print errors when setting/clearing memory attrs
    57c0eed Updated Revocations for January 2024 CVEs
    49c6d95 Fix some minor ia32 build issues.
    be8ff7c post-process-pe: Don't set the NX_COMPAT flag by default after all.
    13abd9f pe-relocate: Avoid __builtin_add_overflow() on GCC < 5
    c46c975 Suppress "Failed to open <..>\revocations.efi" when file does not exist
    30a4f37 Rename "previous" revocations to "automatic"
    6f395c2 Build time selectable automatic SBATLevel revocations
    a23e2f0 netboot read_image() should not hardcode DEFAULT_LOADER
    993a345 Try to load revocations.efi even if directory read fails
    1770a03 gitmodules: use shim-15.8 for gnu-efi branch
    5914984 (HEAD -> main, tag: latest-release, tag: 15.8, origin/main, origin/HEAD) Bump version to 15.8

------------------------------------------------------------------
------------------  2024-5-18  -  May 18 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests: net: bridge: increase IGMP/MLD exclude timeout
    membership interval (git-fixes).
  - of: module: add buffer overflow check in of_modalias()
    (git-fixes).
  - selftests/powerpc/dexcr: Add -no-pie to hashchk tests
    (git-fixes).
  - firmware: raspberrypi: Use correct device for DMA mappings
    (git-fixes).
  - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with
    nvkm_firmware_ctor()" (stable-fixes).
  - drm/i915/audio: Fix audio time stamp programming for DP
    (stable-fixes).
  - gpiolib: cdev: fix uninitialised kfifo (git-fixes).
  - selftests: test_bridge_neigh_suppress.sh: Fix failures due to
    duplicate MAC (git-fixes).
  - Bluetooth: qca: fix firmware check error path (git-fixes).
  - dyndbg: fix old BUG_ON in >control parser (stable-fixes).
  - mei: me: add lunar lake point M DID (stable-fixes).
  - usb: xhci-plat: Don't include xhci.h (stable-fixes).
  - ASoC: meson: axg-fifo: use threaded irq to check periods
    (git-fixes).
  - drm/nouveau/firmware: Fix SG_DEBUG error with
    nvkm_firmware_ctor() (stable-fixes).
  - drm/amd/display: Fix incorrect DSC instance for MST
    (stable-fixes).
  - drm/amd/display: Atom Integrated System Info v2_2 for DCN35
    (stable-fixes).
  - drm/amd/display: Handle Y carry-over in VCP X.Y calculation
    (stable-fixes).
  - clk: Don't hold prepare_lock when calling kref_put()
    (stable-fixes).
  - drm/nouveau/dp: Don't probe eDP ports twice harder
    (stable-fixes).
  - drm/radeon: silence UBSAN warning (v3) (stable-fixes).
  - net:usb:qmi_wwan: support Rolling modules (stable-fixes).
  - gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes).
  - gpio: wcove: Use -ENOTSUPP consistently (stable-fixes).
  - platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
    (stable-fixes).
  - selftests: timers: Fix valid-adjtimex signed left-shift
    undefined behavior (stable-fixes).
  - gpu: host1x: Do not setup DMA for virtual devices
    (stable-fixes).
  - amd/amdkfd: sync all devices to wait all processes being evicted
    (stable-fixes).
  - drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes).
  - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2
    (stable-fixes).
  - drm/amdgpu: Refine IB schedule error logging (stable-fixes).
  - firewire: ohci: mask bus reset interrupts between ISR and
    bottom half (stable-fixes).
  - regulator: tps65132: Add of_match table (stable-fixes).
  - ata: sata_gemini: Check clk_enable() result (stable-fixes).
  - ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in
    case of S3 suspend (stable-fixes).
  - ALSA: line6: Zero-initialize message buffers (stable-fixes).
  - vboxsf: explicitly deny setlease attempts (stable-fixes).
  - drm/amdkfd: range check cp bad op exception interrupts
    (stable-fixes).
  - drm/amdkfd: Check cgroup when returning DMABuf info
    (stable-fixes).
  - selftests/ftrace: Fix event filter target_func selection
    (stable-fixes).
  - wifi: iwlwifi: mvm: guard against invalid STA ID on removal
    (stable-fixes).
  - wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes).
  - wifi: mac80211: fix prep_connection error path (stable-fixes).
  - wifi: cfg80211: fix rdev_dump_mpp() arguments order
    (stable-fixes).
  - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
    (stable-fixes).
  - ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes).
  - gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
    (stable-fixes).
  - selftests/net: convert test_bridge_neigh_suppress.sh to run
    it in unique namespace (stable-fixes).
  - commit 2872089

------------------------------------------------------------------
------------------  2024-5-17  -  May 17 2024  -------------------
------------------------------------------------------------------

++++ conmon:

  - New upstream release 2.1.12
    * Packit: enable downstream sync to CentOS Stream 10
    * Make 'docs' target not depend on 'install.tools' if GOMD2MAN is set

++++ python-kiwi:

  - Add procps to Tumbleweed integration tests

++++ kdump:

  - upgrade to version 2.0.5
    * spec: differentiate between uninstall and upgrade in postun/preun (bsc#1191410)
    * spec: return success from pre, post, preun and postun scriplets (bsc#1222228)
    * add a note to README.txt about the flattened format (bsc#1221374)
    * use the same persistent device links as dracut (bsc#1222009, bsc#1219471)
    * remove dracut parse-root.sh hook (bsc#1221288)
    * always use nr_cpus, not maxcpus (bsc#1218180)
    * prevent mounting root in fadump (bsc#1219958)
    * update calibrate values

++++ kernel-default:

  - af_unix: Fix garbage collector racing against connect()
    (CVE-2024-26923 bsc#1223384).
  - af_unix: Replace BUG_ON() with WARN_ON_ONCE() (CVE-2024-26923
    bsc#1223384).
  - af_unix: Do not use atomic ops for unix_sk(sk)->inflight
    (CVE-2024-26923 bsc#1223384).
  - commit a683abb
  - dm-multipath: dont't attempt SG_IO on non-SCSI-disks
    (bsc#1223575).
  - commit 2f6779f
  - btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes)
  - commit b85295a
  - btrfs: don't arbitrarily slow down delalloc if we're committing (git-fixes)
  - commit d9b2223
  - btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes)
  - commit 7ef02d5
  - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes)
  - commit e6b51c1
  - btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes)
  - commit 0bc88db
  - btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (git-fixes)
  - commit 74fcad3
  - btrfs: fix start transaction qgroup rsv double free (git-fixes)
  - commit 272247e
  - btrfs: free qgroup rsv on io failure (git-fixes)
  - commit 384dac4
  - netfilter: nf_tables: disable toggling dormant table state
    more than once (git-fixes).
  - commit 76bebd5
  - mptcp: process pending subflow error on close (git-fixes).
  - commit ef629c5
  - mptcp: move __mptcp_error_report in protocol.c (git-fixes).
  - commit a777e91
  - mptcp: fix bogus receive window shrinkage with multiple subflows
    (git-fixes).
  - commit deea9a0
  - netfilter: nft_set_rbtree: use read spinlock to avoid datapath
    contention (git-fixes).
  - commit ddc952e
  - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list
    iterate in smcr_port_add (git-fixes).
  - commit 2d7895b
  - net/smc: bugfix for smcr v2 server connect success statistic
    (git-fixes).
  - commit e746f6b
  - netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID
    (git-fixes).
  - commit ec5b855
  - net: annotate data-races around sk->sk_bind_phc (git-fixes).
  - commit 16b7a1e
  - net: annotate data-races around sk->sk_tsflags (git-fixes).
  - commit b028530
  - arm64: Add the arm64.no32bit_el0 command line option
    (jsc#PED-3184).
    Please note that some adjustments were needed since the upstream commit
    is based on kernel 6.9 which has idreg-override.c moved under
    arch/arm64/kernel/pi/.
  - commit 4fba46a
  - af_unix: Drop oob_skb ref before purging queue in GC
    (CVE-2024-26676 bsc#1222380).
  - commit 57acc3a
  - af_unix: Fix task hung while purging oob_skb in GC
    (CVE-2024-26676 bsc#1222380).
  - commit 3af3fbb
  - af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC
    (CVE-2024-26676 bsc#1222380).
  - commit 7728cdc
  - platform/x86/intel-uncore-freq: Don't present root domain on
    error (git-fixes).
  - tools/arch/x86/intel_sdsi: Fix meter_certificate decoding
    (git-fixes).
  - tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes).
  - tools/arch/x86/intel_sdsi: Fix maximum meter bundle length
    (git-fixes).
  - platform/x86: xiaomi-wmi: Fix race condition when reporting
    key events (git-fixes).
  - mtd: rawnand: hynix: fixed typo (git-fixes).
  - mtd: core: Report error if first mtd_otp_size() call fails in
    mtd_otp_nvmem_add() (git-fixes).
  - mmc: davinci: Don't strip remove function when driver is builtin
    (git-fixes).
  - mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes).
  - mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
    (git-fixes).
  - mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes).
  - mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes).
  - mmc: sdhci_am654: Add tuning algorithm for delay chain
    (git-fixes).
  - media: sunxi: a83-mips-csi2: also select GENERIC_PHY
    (git-fixes).
  - media: flexcop-usb: fix sanity check of bNumEndpoints
    (git-fixes).
  - media: stk1160: fix bounds checking in stk1160_copy_video()
    (git-fixes).
  - media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes).
  - media: v4l: Don't turn on privacy LED if streamon fails
    (git-fixes).
  - media: mc: mark the media devnode as registered from the,
    start (git-fixes).
  - media: atomisp: ssh_css: Fix a null-pointer dereference in
    load_video_binaries (git-fixes).
  - media: v4l2-subdev: Fix stream handling for crop API
    (git-fixes).
  - media: mc: Fix graph walk in media_pipeline_start (git-fixes).
  - media: i2c: et8ek8: Don't strip remove function when driver
    is builtin (git-fixes).
  - media: dt-bindings: ovti,ov2680: Fix the power supply names
    (git-fixes).
  - media: ipu3-cio2: Request IRQ earlier (git-fixes).
  - media: rcar-vin: work around -Wenum-compare-conditional warning
    (git-fixes).
  - media: ngene: Add dvb_ca_en50221_init return value check
    (git-fixes).
  - commit ceb1555
  - Move upstreamed media patches into sorted section
  - commit 521e539

++++ lsof:

  - replace:
    0002-tests-fix-for-kernel-6.9.patch
    by upstream proposed:
    0002-linux-Maintain-original-output-for-pidfd-in-linux-6..patch

++++ openssh:

  - Remove the recommendation for openssh-server-config-rootlogin
    from openssh-server. Since the default for that config option
    was changed in SLE it's not needed anymore in SLE nor in TW
    (boo#1224392).

++++ python-attrs:

  - Add patch pytest8.patch to adapt the tests to the new pytest

++++ qemu:

  - Update to version 9.0.0:
    Full changelog here:
    https://wiki.qemu.org/ChangeLog/9.0
    Highlights include:
    * block: virtio-blk now supports multiqueue where different queues of a
    single disk can be processed by different I/O threads
    * gdbstub: various improvements such as catching syscalls in user-mode,
    support for fork-follow modes, and support for siginfo:read
    * memory: preallocation of memory backends can now be handled
    concurrently using multiple threads in some cases
    * migration: support for "mapped-ram" capability allowing for more
    efficient VM snapshots, improved support for zero-page detection, and
    checkpoint-restart support for VFIO
    * ARM: architectural feature support for ECV (Enhanced Counter Virtualization),
    NV (Nested Virtualization), and NV2 (Enhanced Nested
    Virtualization)
    * ARM: board support for B-L475E-IOT01A IoT node, mp3-an536 (MPS3 dev board
    + AN536 firmware), and raspi4b (Raspberry Pi 4 Model B)
    * ARM: additional IO/disk/USB/SPI/ethernet controller and timer support for
    Freescale i.MX6, Allwinner R40, Banana Pi, npcm7xxx, and virt boards
    * HPPA: numerous bug fixes and SeaBIOS-hppa firmware updated to version 16
    * LoongArch: KVM acceleration support, including LSX/LASX vector
    extensions
    * RISC-V: ISA/extension support for Zacas, amocas, RVA22 profiles,
    Zaamo, Zalrsc, Ztso, and more
    * RISC-V: SMBIOS support for RISC-V virt machine, ACPI support for
    SRAT, SLIT, AIA, PLIC and updated RHCT table support, and numerous fixes
    * s390x: Emulation support for CVDG, CVB, CVBY and CVBG instructions,
    and fixes for LAE (Load Address Extended) emulation
    * and lots more...

++++ xfsprogs:

  - update to 6.8.0
  - xfs_repair: Dump both inode details in Phase 6 duplicate file check
  - libxfs: print the device name if flush-on-close fails
  - xfs_db: fix leak in flist_find_ftyp()
  - xfs_repair: support more than INT_MAX block maps
  - xfs_repair: constrain attr fork extent count
  - xfs_repair: support more than 2^32 owners per physical block
  - xfs_repair: support more than 2^32 rmapbt records per AG
  - xfs_db: add a bmbt inflation command
  - xfs_scrub: scan whole-fs metadata files in parallel
  - mkfs: allow sizing internal logs for concurrency
  - mkfs: allow sizing allocation groups for concurrency
  - mkfs: use a sensible log sector size default
  - xfs_io: add linux madvise advice codes
  - xfs_scrub: fix threadcount estimates for phase 6
  - xfs_db: improve number extraction in getbitval
  - xfs_repair: adjust btree bulkloading slack computations to match online repair
  - xfs: make rextslog computation consistent with mkfs
  - mkfs: fix log sunit rounding when external logs are in use
  - libxfs: kernel sync

------------------------------------------------------------------
------------------  2024-5-16  -  May 16 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  -  Update to bugfix release 24.0.7
  - -> https://docs.mesa3d.org/relnotes/24.0.7.html
  - Update to bugfix release 24.0.6
  - -> https://docs.mesa3d.org/relnotes/24.0.6.html

++++ Mesa-drivers:

  -  Update to bugfix release 24.0.7
  - -> https://docs.mesa3d.org/relnotes/24.0.7.html
  - Update to bugfix release 24.0.6
  - -> https://docs.mesa3d.org/relnotes/24.0.6.html

++++ cockpit:

  - new version 316:
    * cockpit.js API: Fix format_bytes() units
  - add 0001-users-Support-for-watching-lastlog2.patch (bsc#1220551)
  - add 0002-users-Support-for-watching-lastlog2-and-wutmp-on-overview-page.patch (bsc#1220551)

++++ python-kiwi:

  - Add procps to Tumbleweed integration tests

++++ gdk-pixbuf:

  - Enable test suite on x86_64 (other arches seem too flaky for now):
    + Add %check section and call %meson_test
    + Add gdk-pixbuf-jpeg-slow.patch: allow pixbuf-jpeg to run for
    more than 30s, by marking it as a slow test
    (glgo#GNOME/gdk-pixbuf!174).
  - Migrate package to a regular obs_scm service, no longer password
    protecting a zip file. The originally reported bsc#1159337 seems
    no longer be applicable and we prefer the easier route.
  - Drop unzip BuildRequires and pre_checkin.sh script.

++++ gtk3:

  - Update to version 3.24.42:
    + GtkFileChooser:
  - Avoid warnings about floating refs.
  - Improve performance of recursive search.
  - Populate search model in an idle.
    + GtkGLArea: Fix a regression in transparency handling.
    + Printing: Avoid accessing freed printers.
    + Accessibility: Drop support for the deprecated
    atk_focus_tracker.
    + Wayland:
  - Fix monitor sizes.
  - Fix a crash related to tablet removal.
  - Infer resizable edges for tiled windows.
  - Always commit soon after acking a configure.
    + gdk:
  - Use css cursor names as far as possible.
  - Sync DND cursor use with GTK4.
    + build: Allow building against sysprof-capture-4.
    + Updated translations.

++++ kernel-default:

  - dmaengine: idxd: move safety flag to struct ends (bsc#1223625
    CVE-2024-21823).
  - dmaengine: idxd: add a write() method for applications to
    submit work (bsc#1223625 CVE-2024-21823).
  - dmaengine: idxd: add a new security check to deal with a
    hardware erratum (bsc#1223625 CVE-2024-21823).
  - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
    (bsc#1223625 CVE-2024-21823).
  - commit 8718675
  - Update
    patches.suse/io_uring-af_unix-disable-sending-io_uring-over-socke.patch
    (bsc#1218447 CVE-2023-6531 CVE-2023-52654 bsc#1224099).
  - Update
    patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch
    (git-fixes CVE-2023-52655 bsc#1217169).
  - commit 07c8bc1
  - octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation
    (git-fixes).
  - commit 78ec58d
  - net/mlx5: Fix peer devlink set for SF representor devlink port
    (git-fixes).
  - commit 6a691b6
  - net/mlx5: Lag, restore buckets number to default after hash
    LAG deactivation (git-fixes).
  - commit 19da0bb
  - net: sparx5: flower: fix fragment flags handling (git-fixes).
  - commit 5fd27e9
  - net: ena: Set tx_info->xdpf value to NULL (git-fixes).
  - commit 7d1d83a
  - net: ena: Fix incorrect descriptor free behavior (git-fixes).
  - commit 69577fd
  - net: ena: Wrong missing IO completions check order (git-fixes).
  - commit fbbd86e
  - net: ena: Fix potential sign extension issue (git-fixes).
  - commit b3cc5f8
  - net: dsa: mt7530: trap link-local frames regardless of ST Port
    State (git-fixes).
  - commit 726080b
  - net: sparx5: fix wrong config being used when reconfiguring PCS
    (git-fixes).
  - commit d2d1229
  - net/mlx5e: RSS, Block XOR hash with over 128 channels
    (git-fixes).
  - commit 40b1ccb
  - net/mlx5: Restore mistakenly dropped parts in register devlink
    flow (git-fixes).
  - commit dfb4099
  - btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes)
  - commit a1c6e8c
  - btrfs: don't warn if discard range is not aligned to sector (git-fixes)
  - commit f239c2a
  - btrfs: tree-checker: fix inline ref size in error messages (git-fixes)
  - commit a304971
  - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes)
  - commit 81a1329
  - btrfs: do not allow non subvolume root targets for snapshot (git-fixes)
  - commit d495a4b
  - btrfs: send: ensure send_fd is writable (git-fixes)
  - commit 5055583
  - btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes)
  - commit 532ad3c
  - btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes)
  - commit 2c30d15
  - btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes)
  - commit e5842bb
  - btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes)
  - commit a1c6ed1
  - btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes)
  - commit e6bb34b
  - btrfs: error when COWing block from a root that is being deleted (git-fixes)
  - commit 78a2694
  - btrfs: error out when COWing block using a stale transaction (git-fixes)
  - commit 850d86f
  - s390/cpum_cf: make crypto counters upward compatible across
    machine types (bsc#1224348).
  - commit 36c1e09
  - btrfs: always print transaction aborted messages with an error level (git-fixes)
  - commit 26fa5ae
  - net/mlx5e: Do not produce metadata freelist entries in Tx port
    ts WQE xmit (git-fixes).
  - commit 287b501
  - net/mlx5e: HTB, Fix inconsistencies with QoS SQs number
    (git-fixes).
  - commit 0085432
  - net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes).
  - commit 01134b3
  - net/mlx5e: RSS, Block changing channels number when RXFH is
    configured (git-fixes).
  - commit c93a7d5
  - net/mlx5: Correctly compare pkt reformat ids (git-fixes).
  - commit 76a7159
  - net/mlx5: Properly link new fs rules into the tree (git-fixes).
  - commit 7272c33
  - net/mlx5: offset comp irq index in name by one (git-fixes).
  - commit 56809e4
  - net/mlx5: Register devlink first under devlink lock (git-fixes).
  - commit 3162538
  - net/mlx5: E-switch, store eswitch pointer before registering
    devlink_param (git-fixes).
  - commit d6f7fd4
  - ALSA: hda/realtek - fixed headset Mic not show (stable-fixes).
  - ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write
    (stable-fixes).
  - ALSA: Fix deadlocks with kctl removals at disconnection
    (stable-fixes).
  - ALSA: hda: clarify Copyright information (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W
    (stable-fixes).
  - ALSA: hda/realtek: Fix internal speakers for Legion Y9000X
    2022 IAH7 (stable-fixes).
  - ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid
    (stable-fixes).
  - ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops
    (stable-fixes).
  - ALSA: hda: cs35l41: Ignore errors when configuring IRQs
    (stable-fixes).
  - ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes).
  - ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD
    (stable-fixes).
  - ALSA: hda: cs35l41: Remove redundant argument to
    cs35l41_request_firmware_file() (stable-fixes).
  - ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config
    (stable-fixes).
  - ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41
    (stable-fixes).
  - ALSA: hda: cs35l41: Support HP Omen models without _DSD
    (stable-fixes).
  - ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting
    (stable-fixes).
  - commit bd5e5fc
  - Add cherry-picked patch references to amdgpu patches
  - commit fb4ef8e
  - ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e
    (git-fixes).
  - ASoC: tas2781: Fix a warning reported by robot kernel test
    (git-fixes).
  - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
    (git-fixes).
  - ASoC: Intel: avs: Test result of avs_get_module_entry()
    (git-fixes).
  - ASoC: Intel: avs: Fix potential integer overflow (git-fixes).
  - ASoC: Intel: avs: Fix ASRC module initialization (git-fixes).
  - ASoC: SOF: Intel: mtl: Implement firmware boot state check
    (git-fixes).
  - ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes).
  - ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes).
  - Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release
    streams for first CPU DAI" (stable-fixes).
  - Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for
    SoundWire DAIs" (stable-fixes).
  - ASoC: kirkwood: Fix potential NULL dereference (git-fixes).
  - ASoC: Intel: avs: ssm4567: Do not ignore route checks
    (git-fixes).
  - ASoC: Intel: Disable route checks for Skylake boards
    (git-fixes).
  - ASoC: mediatek: Assign dummy when codec not specified for a
    DAI link (git-fixes).
  - ASoC: mediatek: mt8192: fix register configuration for tdm
    (git-fixes).
  - ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes).
  - ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup
    (git-fixes).
  - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim
    7 16ARHA7 (git-fixes).
  - fbdev: savage: Handle err return when savagefb_check_var failed
    (git-fixes).
  - fbdev: sh7760fb: allow modular build (git-fixes).
  - fbdev: sisfb: hide unused variables (git-fixes).
  - fbdev: shmobile: fix snprintf truncation (git-fixes).
  - drm: zynqmp_dpsub: Always register bridge (git-fixes).
  - Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
    (git-fixes).
  - drm/fbdev-generic: Do not set physical framebuffer address
    (git-fixes).
  - drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting
    fails (git-fixes).
  - drm/msm/adreno: fix CP cycles stat retrieval on a7xx
    (git-fixes).
  - drm/msm/dpu: Add callback function pointer check before its call
    (git-fixes).
  - drm/msm/dpu: Allow configuring multiple active DSC blocks
    (git-fixes).
  - drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes).
  - drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original
    mode pclk (git-fixes).
  - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing
    connected (git-fixes).
  - drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes).
  - drm/mediatek: dp: Fix mtk_dp_aux_transfer return value
    (git-fixes).
  - drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes).
  - drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes).
  - drm/bridge: tc358775: fix support for jeida-18 and jeida-24
    (git-fixes).
  - drm/meson: gate px_clk when setting rate (git-fixes).
  - drm/rockchip: vop2: Do not divide height twice for YUV
    (git-fixes).
  - drm/panel: simple: Add missing Innolux G121X1-L03 format,
    flags, connector (git-fixes).
  - drm/bridge: anx7625: Update audio status while detecting
    (git-fixes).
  - drm/panel: novatek-nt35950: Don't log an error when DSI host
    can't be found (git-fixes).
  - drm/bridge: dpc3433: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm/bridge: tc358775: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm/bridge: lt9611uxc: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm/bridge: lt9611: Don't log an error when DSI host can't be
    found (git-fixes).
  - drm/bridge: lt8912b: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm/bridge: icn6211: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm/bridge: anx7625: Don't log an error when DSI host can't
    be found (git-fixes).
  - drm: vc4: Fix possible null pointer dereference (git-fixes).
  - drm/arm/malidp: fix a possible null pointer dereference
    (git-fixes).
  - drm/amd/display: Remove redundant condition in
    dcn35_calc_blocks_to_gate() (git-fixes).
  - drm/amd/display: Fix potential index out of bounds in color
    transformation function (git-fixes).
  - drm: bridge: cdns-mhdp8546: Fix possible null pointer
    dereference (git-fixes).
  - drm/meson: vclk: fix calculation of 59.94 fractional rates
    (git-fixes).
  - drm/panel: ltk050h3146w: drop duplicate commands from
    LTK050H3148W init (git-fixes).
  - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W
    flags (git-fixes).
  - drm/lcdif: Do not disable clocks on already suspended hardware
    (git-fixes).
  - drm/omapdrm: Fix console by implementing fb_dirty (git-fixes).
  - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()
    (git-fixes).
  - drm/ci: update device type for volteer devices (git-fixes).
  - drm/bridge: Fix improper bridge init order with
    pre_enable_prev_first (git-fixes).
  - commit e7d2777
  - Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593)
    It caused a regression on ALP-current branch, kernel-obs-qa build failed.
  - commit 35271c3

++++ kernel-firmware-all:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-amdgpu:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-ath10k:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-ath11k:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-ath12k:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-atheros:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-bluetooth:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-bnx2:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-brcm:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-chelsio:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-dpaa2:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-i915:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-intel:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-iwlwifi:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-liquidio:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-marvell:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-media:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-mediatek:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-mellanox:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-mwifiex:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-network:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-nfp:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-nvidia:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-platform:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-prestera:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-qcom:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-qlogic:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-radeon:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-realtek:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-serial:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-sound:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-ti:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-ueagle:

  - Update aliases from 6.9 TW kernels

++++ kernel-firmware-usb-network:

  - Update aliases from 6.9 TW kernels

++++ util-linux-systemd:

  - add support for pidfs in kernel 6.9 (bsc#1224285)
    * 0001-include-Include-unistd.h-in-pidfd-utils.h-for-syscal.patch
    * 0002-lsfd-Refactor-the-pidfd-logic-into-lsfd-pidfd.c.patch
    * 0003-lsfd-Support-pidfs.patch
    * 0004-lsfd-test-Adapt-test-cases-for-pidfs.patch

++++ ledmon:

  - Re-arrange spec files block to be in line with all other openSUSE
    spec files.

++++ util-linux:

  - add support for pidfs in kernel 6.9 (bsc#1224285)
    * 0001-include-Include-unistd.h-in-pidfd-utils.h-for-syscal.patch
    * 0002-lsfd-Refactor-the-pidfd-logic-into-lsfd-pidfd.c.patch
    * 0003-lsfd-Support-pidfs.patch
    * 0004-lsfd-test-Adapt-test-cases-for-pidfs.patch

++++ libguestfs:

  - Update to version 1.52.1 bug fix release (jsc#PED-6305)
    * There are no upstream release notes for verion 1.52.x
    * Several python fixes
    * Rework Std_utils.Option so it works like the OCaml stdlib module
    * Update common submodule to latest
  - Drop patches contained in new tarball
    Split-chown-parameter-on-character.patch
    Initialise-bar-fp-as-NULL.patch

++++ harfbuzz:

  - update to version 8.5.0:
    + API for partial instancing is now stable and have been promoted
    out of experimental APIs.
    + Support instancing “BASE” table
    + Speedup AAT shaping by 13–30%
    + Various subsetter and instancer fixes

++++ samba:

  - Update to 4.20.1
    * dns update debug message is too noisy; (bso#15630);
    * Do not fail PAC validation for RFC8009 checksums types; (bso#15635);
    * Improve performance of lookup_groupmem() in idmap_ad; (bso#15605);
    * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636);
    * http library doesn't support 'chunked transfer encoding'; (bso#15611);
    * Provide a systemd service file for the background queue daemon; (bso#15600);
  - Update to 4.20.0
    New features:
    * samba-tool user getpassword / syncpasswords ;rounds= change
    * Group Managed service account client-side features
    * New Windows Search Protocol Client
    * Allow 'smbcacls' to save/restore DACLs to file
    * Samba-tool extensions for AD Claims, Authentication Policies and Silos
    * AD DC support for Authentication Silos and Authentication Policies
    * Conditional ACEs and Resource Attribute ACEs
    * Service Witness Protocol [MS-SWN]
    Removed features:
    * Get locally logged on users from utmp
    Fixed bugs:
    * Avoid null-dereference with bad claims; (bso#15606);
    * ndr_pull_security_ace can leave resource attribute ACE coda
    claim struct undefined; (bso#15613);
    * fd_handle_destructor() panics within an smbd_smb2_close() if
    vfs_stat_fsp() fails in fd_close(); (bso#15527);
    * set_nt_acl sometimes fails with NT_STATUS_INVALID_PARAMETER -
    openat() EACCES; (bso#15583);
    * libgpo: Segfault in python bindings; (bso#15599);
    * Samba AD is missing some authentication policy tests;
    (bso#15607);
    * samba-gpupdate: Correctly implement site support; (bso#15588);
    * Remove unsupported "Final" keyword missing from Python 3.6;
    (bso#15575);
    * Additional witness backports for 4.20.0; (bso#15577);
    * Error output with wspsearch; (bso#15579);
    * Packet marshalling push support missing for
    CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and
    CTDB_CONTROL_TCP_CLIENT_PASSED; (bso#15580);
    * Performance regression for NDR parsing of security
    descriptors; (bso#15574);
    * Build and install man page for wspsearch client utility;
    (bso#15565);

++++ sssd:

  - Update to release 2.9.5
    * Added failover_primary_timout configuration option. This can
    be used to configure how often SSSD tries to reconnect to a
    primary server after a successful connection to a backup
    server. This was previously hardcoded to 31 seconds which is
    kept as the default value.

++++ systemd:

  - systemd.spec: enable unit tests during build
  - Import commit 3ea0e1dff3d7ca74c072cdcc8b371034125803d6
    3ea0e1dff3 test/test-rpm-macros.sh: add build directory to pkg-config search path
    1cbf1c82b5 libsystemd-network: skip dhcp server test in case of EAFNOSUPPORT
    38f7ac60db sd-event: increase test-event timeout to 120s

++++ talloc:

  - Update to 2.4.2
    * build with Python 3.12 (bso#15513)
    * documentation fixes
    * Update patch talloc-python3.5-fix-soabi_name.patch

++++ tdb:

  - Update to 1.4.10
    * build with Python 3.12 (bso#15513)
    * documentation fixes
    * minor build fixes

++++ tevent:

  - Update to version 0.16.1
    * build with Python 3.12 (bso#15513)
    * documentation fixes

++++ vulkan-loader:

  - Update to release SDK-1.3.283.0
    * Bugfixes for Windows

++++ lsof:

  - add (bsc#1224285):
    * 0001-tests-eliminate-use-of-fgrep.patch
    * 0002-tests-fix-for-kernel-6.9.patch

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240516.5431918:
    * Update README.md
    * ci: Use bash for repo_checks to not rely on shebang
    * t: Add diagnostic to leap test
    * Add ci
    * Add basic url_checker
    * repo_checks: Add handling for Leap and Leap Micro
    * Drop Leap armv7hl debug repo definitions boo#1224217
    * Use Leap source repo for Leap 15 ports
    * Fix urls for leap-ports (32 bit arm)
    * Create repo_checks.yml
    * rename url_checker to repo_checks
    * Drop leap16 definitions for now to get url_checker working

++++ osinfo-db:

  - Update to database version 20240510
    osinfo-db-20240510.tar.xz

++++ qemu:

  - Update to version 8.2.4. Full changelog/backports here:
    https://lore.kernel.org/qemu-devel/1715632914.382233.1013785.nullmailer@tls.msk.ru/
    Some of the upstream backports are:
    target/sh4: Fix SUBV opcode
    target/sh4: Fix ADDV opcode
    hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
    hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
    hw/ufs: Fix buffer overflow bug
    tests/avocado: update sunxi kernel from armbian to 6.6.16
    target/loongarch/cpu.c: typo fix: expection
    backends/cryptodev-builtin: Fix local_error leaks
    nbd/server: Mark negotiation functions as coroutine_fn
    nbd/server: do not poll within a coroutine context
    linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
    target/riscv/kvm: change timer regs size to u64
    target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
    target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
    ...

++++ rust-keylime:

  - Update to version 0.2.5~4:
    * Fix 'unnecessary qualification' warnings
    * fix IAK template to match IDevID
    * rpm: fix COPR RPMs build for centos-stream-10
    * Build COPR RPMs for centos-stream-10

++++ vim:

  - update to 9.1.0413
    * smoothscroll may cause infinite loop
    * add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
    * update vi_diff.txt: add default value for 'flash'
    * typo in regexp_bt.c in DEBUG code
    * allow indented commands
    * Fix wrong define regex in ftplugin
    * Filter out non-Latin-1 characters for syntax tests
    * prefer scp over pscp
    * fix typo in usr_52.txt
    * too long functions in eval.c
    * warning about uninitialized variable
    * too many strlen() calls in the regexp engine
    * E16 fix, async keyword support for define
    * Stuck with long line and half-page scrolling
    * Divide by zero with getmousepos() and 'smoothscroll'
    * update and remove  some invalid links
    * update translation of xxd manpage
    * Recursively delete directories by default with netrw delete command
    * Strive to remain compatible for at least Vim 7.0
    * tests: xxd buffer overflow fails on 32-bit
    * Stop handpicking syntax groups for @javaTop
    * [security] xxd: buffer-overflow with specific flags
    * Vim9: not able to import file from start dir
    * filetype: mdd files detected as zsh filetype
    * filetype: zsh module files are not recognized
    * Remove hardcoded private.ppk logic from netrw
    * Vim9: confusing error message for unknown type
    * block_editing errors out when using del
    * add new items to scripts section in syntax plugin
    * Vim9: imported vars are not properly type checked
    * Wrong display with 'smoothscroll' when changing quickfix list
    * filetype: jj files are not recognized
    * getregionpos() may leak memory on error
    * The CODEOWNERS File is not useful
    * Remove and cleanup Win9x legacy from netrw
    * add MsgArea to 'highlight' option description
    * Cannot get a list of positions describing a region
    * Fix digit separator in syntax script for octals and floats
    * Update link to Wikipedia Vi page
    * clear $MANPAGER in ftplugin before shelling out
    * Fix typos in help documents
    * 'viewdir' not respecting $XDG_CONFIG_HOME
    * tests: Vim9 debug tests may be flaky
    * correct getscriptinfo() example
    * Vim9: could improve testing
    * test_sound fails on macos-12
    * update Serbian menu
    * update Slovak menu
    * update Slovenian menu
    * update Portuguese menu
    * update Dutch menu
    * update Korean menu
    * update Icelandic menu
    * update Czech menu
    * update Afrikaans menu
    * update German menu
    * filetype: inko files are not recognized
    * filetype: templ files are not recognized
    * cursor() and getregion() don't handle v:maxcol well
    * Vim9: null value tests not sufficient
    * update Catalan menu
    * filetype: stylus files not recognized
    * update spanish menu localization
    * regenerate helptags
    * Vim9: crash with null_class and null_object
    * Add tags about lazyloading of menu
    * tests: vt420 terminfo entry may not be found
    * filetype: .out files recognized as tex files
    * filetype: Kbuild files are not recognized
    * cbuffer and similar commands don't accept a range
    * Improve the recognition of the "indent" method declarations
    * Fix a typo in usr_30.txt
    * remove undefined var s:save_cpoptions and add include setting
    * missing setlocal in indent plugin
    * Calculating line height for unnecessary amount of lines
    * improve syntax file performance
    * There are a few typos
    * Vim9: no comments allowed after class vars
    * CI: remove trailing white space in documentation
    * Formatting text wrong when 'breakindent' is set
    * Add oracular (24.10) as Ubuntu release name
    * Vim9: Trailing commands after class/enum keywords ignored
    * tests: 1-second delay after Test_BufEnter_botline()
    * update helptags for jq syntax
    * include syntax, ftplugin and compiler plugin
    * fix typo synconcealend -> synconcealed
    * include a simple comment toggling plugin
    * wrong botline in BufEnter
    * clarify syntax vs matching mechanism
    * fix undefined variable in indent plugin
    * ops.c code uses too many strlen() calls
    * Calling CLEAR_FIELD() on the same struct twice
    * Vim9: compile_def_function() still too long
    * Update Serbian messages
    * clarify the effect of setting the shell to powershell
    * Improve the recognition of the "style" method declarations
    * Vim9: problem when importing autoloaded scripts
    * compile_def_function is too long
    * filetype: ondir files are not recognized
    * Crash when typing many keys with D- modifier
    * tests: test_vim9_builtin is a bit slow
    * update documentation
    * change the download URL of "libsodium"
    * tests: test_winfixbuf is a bit slow
    * Add filetype, syntax and indent plugin for Astro
    * expanding rc config files does not work well
    * Vim9: vim9type.c is too complicated
    * Vim9: does not handle autoloaded variables well
    * minor spell fix in starting.txt
    * wrong drawing in GUI with setcellwidth()
    * Add include and suffixesadd
    * Page scrolling should place cursor at window boundaries
    * align command line table
    * minor fixes to starting.txt
    * fix comment definition in filetype plugin
    * filetype: flake.lock files are not recognized
    * runtime(uci): No support for uci file types
    * Support "g:ftplugin_java_source_path" with archived files
    * tests: Test_autoload_import_relative_compiled fails on Windows
    * Finding cmd modifiers and cmdline-specials is inefficient
    * No test that completing a partial mapping clears 'showcmd'
    * tests: test_vim9_dissamble may fail
    * Vim9: need static type for typealias
    * X11 does not ignore smooth scroll event
    * A few typos in test_xdg when testing gvimrc
    * Patch v9.1.0338 fixed sourcing a script with import
    * Problem: gvimrc not sourced from XDG_CONFIG_HOME
    * Cursor wrong after using setcellwidth() in terminal
    * 'showcmd' wrong for partial mapping with multibyte
    * tests: test_taglist fails when 'helplang' contains non-english
    * Problem: a few memory leaks are found
    * Problem: Error with matchaddpos() and empty list
    * tests: xdg test uses screen dumps
    * Vim9: import through symlinks not correctly handled
    * Missing entry for XDG vimrc file in :version
    * tests: typo in test_xdg
    * runtime(i3config/swayconfig): update syntax scripts
    * document pandoc compiler and enable configuring arguments
    * String interpolation fails for List type
    * No test for highlight behavior with 'ambiwidth'
    * tests: test_xdg fails on the appimage repo
    * tests: some assert_equal() calls have wrong order of args
    * make install does not install all files
    * runtime(doc): fix typos in starting.txt

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-6305)
    063-Support-creating-sparse-volumes-on-ZFS-pools.patch
    064-domain-rename-handle-firmware-ending-with-.qcow2.patch
    065-testdriver-Add-portgroups-example-to-test-many-devices.patch
    066-netlist-Fix-UI-error-when-virtual-network-doesnt-exist.patch
    067-ui-details-fix-Applications-width.patch
    068-ui-details-Increased-scrolledview6s-height-request.patch
    069-uitests-Fix-walkUI-flakyness.patch
    070-uitests-Handle-slow-app-launch-on-fedora-39.patch
    071-createvm-Replace-deprecated-pkgutil.find_loader.patch
    072-Fix-pylint-3.1.0-issues.patch
    073-console-Move-embeddable_graphics-to-console.py.patch
    074-domain-Add-idx-parameter-to-open_graphics_fd.patch
    075-console-Select-the-first-embeddable-graphics-device-as-graphical-console.patch
    076-console-Cleanup-and-improve-console-menu-handling.patch
    077-cli-add-show-systray-option.patch
    078-man-document-show-systray-option.patch
    079-baseclass-Avoid-glib-Source-ID-XX-not-found-at-app-shutdown.patch
    080-uitests-More-handling-for-slow-startup-on-f39.patch
    081-systray-Cleanups-and-improvements-for-show-systray.patch
    082-virtinst-add-external-snapshot-capability.patch
    083-virtinst-snapshot-add-memory-file-attribute.patch
    084-virtManager-domain-allow-disk-only-snapshots.patch
    085-virtManager-add-support-to-create-external-snapshots.patch
    086-virtManager-ignore-agen-livecycle-event-for-shutoff-VMs.patch
    087-Allow-serial-console-resize-to-beyond-80-columns.patch
  - Modifications to the Categories in virt-install.desktop and
    virtman-desktop.patch

------------------------------------------------------------------
------------------  2024-5-15  -  May 15 2024  -------------------
------------------------------------------------------------------

++++ gdk-pixbuf:

  - Update to version 2.42.12:
    + Fix a build failure,
    + Fix occasional build failures,
    + ani: Reject files with multiple INA or IART chunks,
    + ani: Reject files with multiple anih chunks (CVE-2022-48622),
    + ani: validate chunk size,
    + Updated translations.
  - Drop 238893d8cd6f9c2616a05ab521a29651a17a38c2.patch: fixed
    upstream.

++++ grub2:

  - Update to the latest upstreaming TPM2 patches
    * 0001-key_protector-Add-key-protectors-framework.patch
  - Replace 0001-protectors-Add-key-protectors-framework.patch
    * 0002-tpm2-Add-TPM-Software-Stack-TSS.patch
  - Merge other TSS patches
    * 0001-tpm2-Add-TPM2-types-structures-and-command-constants.patch
    * 0002-tpm2-Add-more-marshal-unmarshal-functions.patch
    * 0003-tpm2-Implement-more-TPM2-commands.patch
    * 0003-key_protector-Add-TPM2-Key-Protector.patch
  - Replace 0003-protectors-Add-TPM2-Key-Protector.patch
    * 0004-cryptodisk-Support-key-protectors.patch
    * 0005-util-grub-protect-Add-new-tool.patch
    * 0001-tpm2-Support-authorized-policy.patch
  - Replace 0004-tpm2-Support-authorized-policy.patch
    * 0001-tpm2-Add-extra-RSA-SRK-types.patch
    * 0001-tpm2-Implement-NV-index.patch
  - Replace 0001-protectors-Implement-NV-index.patch
    * 0002-cryptodisk-Fallback-to-passphrase.patch
    * 0003-cryptodisk-wipe-out-the-cached-keys-from-protectors.patch
    * 0004-diskfilter-look-up-cryptodisk-devices-first.patch
  - Refresh affected patches
    * 0001-Improve-TPM-key-protection-on-boot-interruptions.patch
    * grub2-bsc1220338-key_protector-implement-the-blocklist.patch
  - New manpage for grub2-protect
  - Fix error in /etc/grub.d/20_linux_xen: file_is_not_sym not found, renamed to
    file_is_not_xen_garbage (bsc#1224226)
    * grub2-fix-menu-in-xen-host-server.patch

++++ hwdata:

  - update to 0.382:
    * Update pci, usb and vendor ids

++++ kernel-default:

  - powerpc/eeh: Permanently disable the removed device (bsc#1223991
    ltc#205740).
  - commit b9c2f2f
  - fat: fix uninitialized field in nostale filehandles (git-fixes)
  - commit f1e1fd7
  - net: ks8851: Queue RX packets in IRQ handler instead of
    disabling BHs (git-fixes).
  - commit cc9313f
  - Move upstreamed ACPI patch into sorted section
  - commit 6c48aae
  - fs: relax mount_setattr() permission checks (git-fixes)
  - commit 3b377cf
  - bpf, arm64: Fix incorrect runtime stats (git-fixes)
  - commit c30a258
  - fast_dput(): handle underflows gracefully (git-fixes)
  - commit 7a48807
  - ecryptfs: Reject casefold directory inodes (git-fixes)
  - commit bc23622
  - fsverity: skip PKCS#7 parser when keyring is empty (git-fixes)
  - commit 97f203b
  - cifs: fix underflow in parse_server_interfaces() (CVE-2024-26828 bsc#1223084).
  - commit 40aba68
  - octeontx2-af: Fix NIX SQ mode and BP config (git-fixes).
  - commit 6fa6e4e
  - net: ks8851: Handle softirqs at the end of IRQ thread to fix
    hang (git-fixes).
  - commit 871b504
  - net: ks8851: Inline ks8851_rx_skb() (git-fixes).
  - commit 0fafe3f
  - bnxt_en: Reset PTP tx_avail after possible firmware reset
    (git-fixes).
  - commit 9421aa8
  - bnxt_en: Fix error recovery for RoCE ulp client (git-fixes).
  - commit a747a74
  - bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()
    (git-fixes).
  - commit 6a62a82
  - geneve: fix header validation in geneve[6]_xmit_skb (git-fixes).
  - commit d4d699c
  - octeontx2-pf: Fix transmit scheduler resource leak (git-fixes).
  - commit 9beffaf
  - net/mlx5: SF, Stop waiting for FW as teardown was called
    (git-fixes).
  - commit 2583247
  - mlxsw: Use refcount_t for reference counting (git-fixes).
  - commit 5be65d6
  - net: ena: Use tx_ring instead of xdp_ring for XDP channel TX
    (git-fixes).
  - commit d4b3628
  - net: ena: Pass ena_adapter instead of net_device to
    ena_xmit_common() (git-fixes).
  - commit c080c13
  - net: ena: Move XDP code to its new files (git-fixes).
  - commit 7cd4a35
  - net: openvswitch: Fix Use-After-Free in ovs_ct_exit (bsc#1224098
    CVE-2024-27395).
  - commit a237c4c
  - selinux: introduce an initial SID for early boot processes
    (bsc#1208593).
  - commit a82f05c
  - mctp: perform route lookups under a RCU read-side lock
    (CVE-2023-52483 bsc#1220738).
  - commit 659b74f
  - net: gtp: Fix Use-After-Free in gtp_dellink (bsc#1224096
    CVE-2024-27396).
  - commit 7f59223
  - Move upstreamed patches into sorted section
  - commit 25085d6
  - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask
    (git-fixes).
  - commit 61c5310
  - ax25: Fix reference count leak issue of net_device (git-fixes).
  - ax25: Fix reference count leak issues of ax25_dev (git-fixes).
  - net: usb: ax88179_178a: fix link status when link is set to
    down/up (git-fixes).
  - selftests: net: move amt to socat for better compatibility
    (git-fixes).
  - Bluetooth: qca: Fix error code in qca_read_fw_build_info()
    (git-fixes).
  - net: usb: smsc95xx: stop lying about skb->truesize (git-fixes).
  - wifi: mwl8k: initialize cmd->addr[] properly (git-fixes).
  - wifi: rtw89: pci: correct TX resource checking for PCI DMA
    channel of firmware command (git-fixes).
  - wifi: ar5523: enable proper endpoint verification (git-fixes).
  - wifi: carl9170: add a proper sanity check for endpoints
    (git-fixes).
  - wifi: ath10k: populate board data for WCN3990 (git-fixes).
  - wifi: ath10k: Fix an error code problem in
    ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes).
  - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
    (git-fixes).
  - wifi: carl9170: re-fix fortified-memset warning (git-fixes).
  - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset
    (git-fixes).
  - wifi: mt76: mt7603: fix tx queue of loopback packets
    (git-fixes).
  - net: usb: sr9700: stop lying about skb->truesize (git-fixes).
  - usb: aqc111: stop lying about skb->truesize (git-fixes).
  - wifi: iwlwifi: mvm: init vif works only once (git-fixes).
  - net: nfc: remove inappropriate attrs check (stable-fixes).
  - wifi: ath11k: don't force enable power save on non-running vdevs
    (git-fixes).
  - wifi: ath10k: poll service ready message before failing
    (git-fixes).
  - wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes).
  - wifi: iwlwifi: mvm: select STA mask only for active links
    (git-fixes).
  - wifi: iwlwifi: mvm: fix active link counting during recovery
    (git-fixes).
  - wifi: iwlwifi: mvm: allocate STA links only for active links
    (git-fixes).
  - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()
    (git-fixes).
  - wifi: mt76: mt7915: workaround too long expansion sparse
    warnings (git-fixes).
  - wifi: brcmfmac: pcie: handle randbuf allocation failure
    (git-fixes).
  - bitops: add missing prototype check (git-fixes).
  - ata: pata_legacy: make legacy_exit() work again (git-fixes).
  - efi: libstub: only free priv.runtime_map when allocated
    (git-fixes).
  - HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes).
  - HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
    (git-fixes).
  - hwmon: (lm70) fix links in doc and comments (git-fixes).
  - spi: xilinx: Fix kernel documentation in the xilinx_spi.h
    (git-fixes).
  - ACPI: LPSS: Advertise number of chip selects via property
    (git-fixes).
  - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC
    (git-fixes).
  - ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes).
  - ACPI: bus: Indicate support for the Generic Event Device thru
    _OSC (git-fixes).
  - ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes).
  - ACPI: disable -Wstringop-truncation (git-fixes).
  - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
    (git-fixes).
  - cppc_cpufreq: Fix possible null pointer dereference (git-fixes).
  - cpufreq: exit() callback is optional (git-fixes).
  - thermal/drivers/tsens: Fix null pointer dereference (git-fixes).
  - thermal/drivers/qcom/lmh: Check for SCM availability at probe
    (git-fixes).
  - selftests: default to host arch for LLVM builds (git-fixes).
  - selftests/resctrl: fix clang build failure: use LOCAL_HDRS
    (git-fixes).
  - selftests/binderfs: use the Makefile's rules, not Make's
    implicit rules (git-fixes).
  - irqchip/loongson-pch-msi: Fix off-by-one on allocation error
    path (git-fixes).
  - irqchip/alpine-msi: Fix off-by-one in allocation error path
    (git-fixes).
  - commit ea6926d

++++ lzo:

  - Use %autosetup macro: allows us to eliminate usage of deprecated
    %patchN syntax.

++++ systemd:

  - systemd.spec: update the minimal required version of dracut. Also drop
    conflicts with mkinitrd: this package has been removed since quite some time
    now.

++++ python-pyudev:

  - Update to 0.24.3:
    * Tidies and Maintenance fixes
  - Switch to pyproject macros.
  - No more greedy globs in %files.
  - Add patch support-pytest-8.patch:
    * Support pytest 8 changes.

++++ ovmf:

  - Removed ovmf-UefiCpuPkg-BaseXApicX2ApicLib-fix-CPUID_V2_EXTENDED_.patch
    file which is merged to edk2-stable202311:
  - 170d4ce8e90a UefiCpuPkg/BaseXApicX2ApicLib: fix CPUID_V2_EXTENDED_TOPOLOGY detection

++++ strace:

  - Update to strace 6.9
    * Implemented --always-show-pid option.
    * The --user|-u option has learned to recognize numeric UID:GID pair, allowing
    e.g. statically-built strace to be used without invoking nss plugins.
    * Implemented decoding of IORING_REGISTER_SYNC_CANCEL,
    IORING_REGISTER_FILE_ALLOC_RANGE, IORING_REGISTER_PBUF_STATUS,
    IORING_REGISTER_NAPI, and IORING_UNREGISTER_NAPI opcodes of
    io_uring_register syscall.
    * Implemented decoding of BPF_TOKEN_CREATE bpf syscall command.
    * Updated decoding of io_uring_register and pidfd_send_signal syscalls.
    * Updated lists of BPF_*, CAN_*, IORING_*, KEY_*, LSM_*, MPOL_*, NT_*, RWF_*,
    PIDFD_*, PTP_*, TCP_*, and *_MAGIC constants.
    * Updated lists of ioctl commands from Linux 6.9.

------------------------------------------------------------------
------------------  2024-5-14  -  May 14 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Enable libvulkan_intel on arm

++++ Mesa-drivers:

  - Enable libvulkan_intel on arm

++++ gettext-runtime:

  - Split out envsubst into a separate package
    This allows us to pull in envsubst into containers without enlarging them
    substantially. Additionally, this binary is standalone and useful outside of
    the context of gettext.

++++ git:

  - update to 2.45.1:
    * CVE-2024-32002: recursive clones on case-insensitive
    filesystems that support symbolic links are susceptible to case
    confusion (boo#1224168)
    * CVE-2024-32004: arbitrary code execution during local clones
    (boo#1224170)
    * CVE-2024-32020: file overwriting vulnerability during local
    clones (boo#1224171)
    * CVE-2024-32021: git may create hardlinks to arbitrary user-
    readable files (boo#1224172)
    * CVE-2024-32465: arbitrary code execution during clone operations
    (boo#1224173)

++++ kernel-default:

  - block: Fix iterating over an empty bio with
    bio_for_each_folio_all (bsc#1221635 CVE-2024-26632).
  - commit a419383
  - iomap: clear the per-folio dirty bits on all writeback failures (git-fixes)
  - commit cfedccd
  - x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes).
  - commit 431e388
  - kabi/severities: Remove mitigation-related symbols
    Those are used by the core kernel to implement CPU vulnerabilities
    mitigation and are not expected to be consumed by 3rd party users.
  - commit 8d79889
  - Update
    patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch
    (bsc#1216358).
    Added bugzilla reference
  - commit 3985fb5
  - Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch
    (bsc#1223847 CVE-2024-26919).
    Added bugzilla ID and CVE
  - commit 44b677b
  - xfs: fix perag leak when growfs fails (git-fixes).
  - commit 111377b
  - xfs: add lock protection when remove perag from radix tree
    (git-fixes).
  - commit fdadeb0
  - xfs: force all buffers to be written during btree bulk load
    (git-fixes).
  - commit bcc67e9
  - xfs: recompute growfsrtfree transaction reservation while
    growing rt volume (git-fixes).
  - commit 0ef8d73
  - xfs: make xchk_iget safer in the presence of corrupt inode
    btrees (git-fixes).
  - commit 3312038
  - xfs: transfer recovered intent item ownership in ->iop_recover
    (git-fixes).
  - commit 9cdf2ef
  - xfs: pass the xfs_defer_pending object to iop_recover
    (git-fixes).
  - commit c4d4eda
  - xfs: use xfs_defer_pending objects to recover intent items
    (git-fixes).
  - commit 4e8f44d
  - jffs2: prevent xattr node from overflowing the eraseblock
    (git-fixes).
  - commit bb15e9c
  - x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes).
  - commit 7c55ce6
  - x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes).
  - commit b73f38c
  - x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes).
  - commit 5ad2192
  - x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes).
  - commit 653bafb
  - x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes).
  - commit 3e5de92
  - x86/srso: Disentangle rethunk-dependent options (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch.
  - commit 4761d61
  - x86/bugs: Remove default case for fully switched enums (git-fixes).
  - commit caa1a64
  - x86/srso: Remove 'pred_cmd' label (git-fixes).
  - commit d2d0e6a
  - x86/srso: Unexport untraining functions (git-fixes).
  - commit f855258
  - x86/srso: Improve i-cache locality for alias mitigation (git-fixes).
  - commit 8ffea3d
  - x86/srso: Fix unret validation dependencies (git-fixes).
  - commit 95452af
  - x86/srso: Print actual mitigation if requested mitigation isn't  possible (git-fixes).
  - Refresh
    patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch.
  - commit 3afb908
  - x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes).
  - commit 9588be6
  - x86/nmi: Fix the inverse "in NMI handler" check (git-fixes).
  - commit 3b9c9ee
  - x86/purgatory: Switch to the position-independent small code model (git-fixes).
  - commit 57ab7d5
  - x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes).
  - commit f043bca
  - Move upstreamed patches into sorted section
  - commit 96e6c4c
  - soc: qcom: pmic_glink: Make client-lock non-sleeping
    (git-fixes).
  - commit 410217d
  - soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
    (git-fixes).
  - commit 2c41b82
  - crypto: qat - specify firmware files for 402xx (git-fixes).
  - crypto: qat - improve error logging to be consistent across
    features (git-fixes).
  - crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes).
  - crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes).
  - crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes).
  - crypto: ccp - drop platform ifdef checks (git-fixes).
  - crypto: bcm - Fix pointer arithmetic (git-fixes).
  - crypto: ecdsa - Fix module auto-load on add-key (git-fixes).
  - kunit/fortify: Fix mismatched kvalloc()/vfree() usage
    (git-fixes).
  - nilfs2: fix out-of-range warning (git-fixes).
  - admin-guide/hw-vuln/core-scheduling: fix return type of
    PR_SCHED_CORE_GET (git-fixes).
  - soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes).
  - soc: qcom: pmic_glink: notify clients about the current state
    (git-fixes).
  - soc: qcom: pmic_glink: don't traverse clients list without a
    lock (git-fixes).
  - commit 7da1cbc

++++ ledmon:

  - Enable building libled.

++++ ncurses:

  - Add ncurses patch 20240511
    + improve formatting/style of manpages (patches by Branden Robinson).
    + limit value from ESCDELAY environment variable to 30 seconds, like
    other delay limits.
    + limit values from LINES and COLUMNS environment variables to 512
    (report by Miroslav Lichvar).
  - Port patch ncurses-6.4.dif

++++ systemd:

  - systemd.spec: some of the meson options have been converted to meson features.

++++ tcpd:

  - build with gcc14
  - added patches
    + tcp_wrappers_7.6-gcc14.patch

++++ libxml2:

  - Update to version 2.12.7:
    + Fix buffer overread with `xmllint --htmlout` (CVE-2024-34459, bsc#1224282).
    + xmllint: Fix --pedantic option.
    + save: Handle invalid parent pointers in xhtmlNodeDumpOutput.

++++ libzypp:

  - don't require libproxy1 on tumbleweed, it is optional now
  - version 17.34.0 (34)
  - Fix versioning scheme

++++ makedumpfile:

  - Update to 1.7.5:
    * Support for kernels up to v6.8 (x86_64)
    * Support for printk caller_id by --dump-dmesg option
    * [PATCH] ppc64: get vmalloc start address from vmcoreinfo
    * [PATCH] ppc64: read cur_mmu_type from vmcoreinfo
    * [PATCH] add PRINTK_CALLER id support to --dump-dmesg option
    * [PATCH v2 2/2] s390x: uncouple virtual and physical address spaces
    * [PATCH 1/2] s390x: fix virtual vs physical address confusion
    Regenerated the content of the makedumpfile-ppc64-VA-range-SUSE.patch
    file based on version 1.7.5 of the code

++++ openssh:

  - Add a warning in %post of openssh-clients, openssh-server and
    openssh-server-config-disallow-rootlogin to warn the user if
    the /etc/ssh/(ssh_config.d|sshd_config.d) directories are not
    being used (bsc#1223486).

++++ patterns-base:

  - add procps into the base pattern as recommended together
    with zypper (which dropped the dependency)

++++ libxml2-python:

  - Update to version 2.12.7:
    + Fix buffer overread with `xmllint --htmlout` (CVE-2024-34459, bsc#1224282).
    + xmllint: Fix --pedantic option.
    + save: Handle invalid parent pointers in xhtmlNodeDumpOutput.

------------------------------------------------------------------
------------------  2024-5-13  -  May 13 2024  -------------------
------------------------------------------------------------------

++++ glib2:

  - Update to version 2.80.2:
    + Fix a regression with IBus caused by the fix for
    CVE-2024-34397.
    + Fix installation directory of the GVariant specification.
    + Bugs fixed:
  - GVariant specification installed in wrong directory.
  - Backport "gdbusconnection: Fix test signal subscription
    ordering" to glib-2-80.
  - Backport “Correct installation directory of GVariant
    specification” to glib-2-80.
  - Backport “gdbusconnection: Allow name owners to have the
    syntax of a well-known name” to glib-2-80.
  - Changes from version 2.80.1
    + Fix CVE-2024-34397: GDBus signal subscriptions for well-known
    names are vulnerable to unicast spoofing (boo#1224044).
    + Updated translations.

++++ glibc:

  - glibc-CVE-2024-33599-nscd-Stack-based-buffer-overflow-in-n.patch:
    nscd: Stack-based buffer overflow in netgroup cache
    (CVE-2024-33599, bsc#1223423, BZ #31677)
  - glibc-CVE-2024-33600-nscd-Avoid-null-pointer-crashes-after.patch:
    nscd: Avoid null pointer crashes after notfound response
    (CVE-2024-33600, bsc#1223424, BZ #31678)
  - glibc-CVE-2024-33600-nscd-Do-not-send-missing-not-found-re.patch:
    nscd: Do not send missing not-found response in addgetnetgrentX
    (CVE-2024-33600, bsc#1223424, BZ #31678)
  - glibc-CVE-2024-33601-CVE-2024-33602-nscd-netgroup-Use-two.patch:
    netgroup: Use two buffers in addgetnetgrentX (CVE-2024-33601,
    CVE-2024-33602, bsc#1223425, BZ #31680)
  - nscd-netgroup-cache-timeout.patch: Use time_t for return type of
    addgetnetgrentX (CVE-2024-33602, bsc#1223425)
  - glibc-fix-cve-2024-33599.patch: renamed

++++ kernel-default:

  - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes)
  - commit 8bc326a
  - btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes)
    Dropped hunk in selftests (test_case_7), 92e1229b204d6.
  - commit 8dcf7c1
  - btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes)
  - commit 622d549
  - btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes)
  - commit 84f4309
  - btrfs: reject encoded write if inode has nodatasum flag set (git-fixes)
  - commit bbc649d
  - btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes)
  - commit 8ef1c53
  - btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes)
  - commit a6f28a6
  - btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes)
  - commit 4b7ba54
  - firewire: nosy: ensure user_length is taken into account when
    fetching packet contents (CVE-2024-27401 bsc#1224181).
  - commit 5441039
  - Update
    patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch
    (bsc#1217169 CVE-2023-52655).
    Added bugzilla and CVE
  - commit 20db8f9
  - btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes)
  - commit 9ec1333
  - crypto: rsa - add a check for allocation failure (bsc#1222775).
  - commit 8c6c396
  - kABI workaround for of driver changes (git-fixes).
  - commit ef08885
  - aoe: avoid potential deadlock at set_capacity (CVE-2024-26775,
    bsc#1222627).
  - commit fd6e05d
  - crypto: testmgr - remove unused xts4096 and xts512 algorithms
    from testmgr.c (bsc#1222769).
  - commit 0de6756
  - crypto: rsa - allow only odd e and restrict value in FIPS mode
    (bsc#1222775).
  - commit c5ca0e4
  - of: module: prevent NULL pointer dereference in vsnprintf()
    (stable-fixes).
  - of: dynamic: Synchronize of_changeset_destroy() with the
    devlink removals (git-fixes).
  - of: property: fw_devlink: Fix stupid bug in remote-endpoint
    parsing (git-fixes).
  - of: property: Add in-ports/out-ports support to
    of_graph_get_port_parent() (stable-fixes).
  - of: property: Improve finding the supplier of a remote-endpoint
    property (git-fixes).
  - of: property: Improve finding the consumer of a remote-endpoint
    property (git-fixes).
  - of: unittest: Fix compile in the non-dynamic case (git-fixes).
  - of: property: fix typo in io-channels (git-fixes).
  - commit 7743bc7
  - crypto: ecc - update ecc_gen_privkey for FIPS 186-5
    (bsc#1222782).
  - commit bcc0381
  - selftests/pidfd: Fix config for pidfd_setns_test (git-fixes).
  - EDAC/synopsys: Fix ECC status and IRQ control race condition
    (git-fixes).
  - commit 85ce9d3
  - nfs: fix UAF in direct writes (bsc#1223653 CVE-2024-26958).
  - commit 9b53f23

++++ kernel-firmware-all:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-amdgpu:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-ath10k:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-ath11k:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-ath12k:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-atheros:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-bluetooth:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-bnx2:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-brcm:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-chelsio:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-dpaa2:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-i915:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-intel:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-iwlwifi:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-liquidio:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-marvell:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-media:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-mediatek:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-mellanox:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-mwifiex:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-network:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-nfp:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-nvidia:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-platform:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-prestera:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-qcom:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-qlogic:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-radeon:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-realtek:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-serial:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-sound:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-ti:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-ueagle:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ kernel-firmware-usb-network:

  - Update to version 20240510 (git commit 7c2303328d8e):
    * linux-firmware: Amphion: Update vpu firmware
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
    * i915: Add BMG DMC v2.06
    * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306
    * linux-firmware: Update firmware tuning for HP Consumer Laptop
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B
    * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops
    * linux-firmware: Add firmware and tuning for Lenovo Y770S

++++ krb5:

  - Enable the LMDB backend for KDB

++++ libftdi1:

  - Update to version 1.5.42+git.de9f01e:
    * CMake: bump the minimal required version to 3.5
    * python: move from distutils to sysconfig
    * CMake: use ${PC_LIBUSB_LIBRARIES} instead of a library name
    * CMake: fix multiarch support
    * CMake: make the project compatible with building as a subproject
    * ftdipp/CMakeLists.txt: remove VIM modline settings
    * CMake: rework subdirectory handling
    * CMake: rework findlibusb module
    * CMake: report CMake version
    * CMake: use dedicated recipe for documentation generation
    D 0001-Fix-race-during-build-of-python-bindings.patch
    Patch got integrated mainline

++++ numactl:

  - Update to version 2.0.18.5.g4bfdcc6:
    * numactl: Add documentation for weighted interleave
    * numactl: Fix RESOURCE_LEAK in show()
    * numademo: Fix the using of the uninitialized value
    * Add `-w` and `--weighted-interleave` for weighted interleave mode
    * Fix fallback for set_mempolicy_home_node syscall

++++ systemd:

  - Import commit a3dccacb97e94ed91f1c41ce82ef13bfe8fa1a79 (merge of v255.6)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/49fb09fa18a7b81f6b3c3c15aca47fd00940430e...a3dccacb97e94ed91f1c41ce82ef13bfe8fa1a79

++++ libzypp:

  - version 17.33.4 (35)

++++ openssh:

  - Only for SLE15, restore the patch file removed in
    Thu Feb 18 13:54:44 UTC 2021 to restore the previous behaviour
    from SP5 of having root password login allowed by default
    (fixes bsc#1223486, related to bsc#1173067):
    * openssh-7.7p1-allow_root_password_login.patch
  - Since the default value for this config option is now set to
    permit root to use password logins in SLE15, the
    openssh-server-config-rootlogin subpackage isn't useful there so
    we now create an openssh-server-config-disallow-rootlogin
    subpackage that sets the configuration the other way around
    than openssh-server-config-rootlogin.

++++ passt:

  - Update to version 20240510.7288448:
    * apparmor: allow read access on /tmp for pasta
    * tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied
    * udp: Single buffer for IPv4, IPv6 headers and metadata
    * udp: Use the same buffer for the L2 header for all frames
    * udp: Share payload buffers between IPv4 and IPv6
    * udp: Explicitly set checksum in guest-bound UDP headers
    * udp: Combine initialisation of IPv4 and IPv6 iovs
    * udp: Split tap-bound UDP packets into multiple buffers using io vector
    * test: Allow sftp via vsock-ssh in tests
    * tcp: Update tap specific header too in tcp_fill_headers[46]()
    * iov: Helper macro to construct iovs covering existing variables or fields
    * tap, tcp: (Re-)abstract TAP specific header handling
    * tcp: Simplify packet length calculation when preparing headers
    * treewide: Standardise variable names for various packet lengths
    * checksum: Make csum_ip4_header() take a host endian length
    * treewide: Remove misleading and redundant endianness notes
    * tap: Remove unused structs tap_msg, tap_l4_msg
    * tap: Split tap specific and L2 (ethernet) headers
    * checksum: Use proto_ipv6_header_psum() for ICMPv6 as well
    * netlink: Fix iterations over nexthop objects

++++ permissions:

  - rename chkstat package to permctl to match the new binary names. Establish
    Provides/Obsoletes to keep dependencies and old package cleanup in working
    order, see:
    https://en.opensuse.org/openSUSE:Package_dependencies#Renaming_a_package
  - add BuildRequires for acl programs for tests to succeed. Still keep %check
    disabled, because the new ACL test fails without /etc/subuid, /etc/subgid
    setup.
  - Update to version 1699_20240513:
    * chkstat: has been renamed to permctl to better reflect its purpose. A
    symlink for backward compatibility will remain in place.
    * documentation: updated man pages
    * ACL support: permctl (formerly chkstat) now supports an additional `+acl`
    syntax to support assigning ACLs to files similar to the already existing
    support for file based capabilities.

------------------------------------------------------------------
------------------  2024-5-12  -  May 12 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix sdist upstream tarball contents
    The .virtualenv.dev-requirements.txt file is referenced by tox.ini
    but not put into the sdist tarball and therefore missing in the
    pypi upstream data.

------------------------------------------------------------------
------------------  2024-5-11  -  May 11 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/connector: Add \n to message about demoting connector
    force-probes (git-fixes).
  - drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes).
  - drm/meson: dw-hdmi: power up phy on device init (git-fixes).
  - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible
    (git-fixes).
  - drm/amdkfd: don't allow mapping the MMIO HDP page with large
    pages (git-fixes).
  - dm/amd/pm: Fix problems with reboot/shutdown for some SMU
    13.0.4/13.0.11 users (git-fixes).
  - drm/i915/bios: Fix parsing backlight BDB data (git-fixes).
  - drm/i915/gt: Automate CCS Mode setting during engine resets
    (git-fixes).
  - maple_tree: fix mas_empty_area_rev() null pointer dereference
    (git-fixes).
  - spi: microchip-core-qspi: fix setting spi bus clock rate
    (git-fixes).
  - regulator: core: fix debugfs creation regression (git-fixes).
  - commit 3a3ad92

++++ libbpf:

  - update to 1.4.2:
    * Another struct_ops-focused bug fix release. It addresses a few more corner
    cases when dealing with SEC("struct_ops") programs.
    * It also improves error messaging around common use case of declaring
    struct_ops BPF program and not referencing it from SEC(".struct_ops")
    variable (backed by struct_ops BPF map).
    * This release should improve overall experience of using BPF struct_ops
    functionality.

------------------------------------------------------------------
------------------  2024-5-10  -  May 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop use of obsolete pkg_resources
    As documented in https://setuptools.pypa.io/en/latest/pkg_resources.html
    the use of pkg_resources is obsolete and will cause issues.
    So happened on Debian unstable. This Fixes #2548

++++ kernel-default:

  - netfilter: nf_tables: mark set as dead when unbinding anonymous
    set with timeout (bsc#1221829 CVE-2024-26643).
  - commit c841ee9
  - block/rnbd-srv: Check for unlikely string overflow (bsc#1221615
    CVE-2023-52618).
  - commit 3cf7eb9
  - block: bio-integrity: fix kcalloc() arguments order (bsc#1217384
    CVE-2023-6238).
  - commit 37816df
  - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us
    (git-fixes).
  - hwmon: (corsair-cpro) Protect ccp->wait_input_report with a
    spinlock (git-fixes).
  - hwmon: (corsair-cpro) Use complete_all() instead of complete()
    in ccp_raw_event() (git-fixes).
  - hwmon: (corsair-cpro) Use a separate buffer for sending commands
    (git-fixes).
  - nfc: nci: Fix kcov check in nci_rx_work() (git-fixes).
  - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
    (git-fixes).
  - Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes).
  - Bluetooth: qca: fix info leak when fetching fw build id
    (git-fixes).
  - Bluetooth: qca: fix NVM configuration parsing (git-fixes).
  - Bluetooth: qca: add missing firmware sanity checks (git-fixes).
  - Bluetooth: msft: fix slab-use-after-free in msft_do_close()
    (git-fixes).
  - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
    (git-fixes).
  - ARM: 9381/1: kasan: clear stale stack poison (git-fixes).
  - commit aa6a883
  - Update
    patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch
    (git-fixes CVE-2024-27393 bsc#1224076).
  - commit 3dacd9a

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240510.6bfa644:
    * Update nvidia-leap-repoindex.xml
    * Leap add missing slash after distsub
    * Update README.md

++++ podman:

  - Update to version 5.0.3:
    * Bump to v5.0.3
    * Update release notes for v5.0.3
    * [v5.0] Bump Buildah to v1.35.4 CVE-2024-3727 (bsc#1224122)
    * [CI:DOCS] Fix artifact action
    * [CI:DOCS] Build & upload release artifacts with GitHub Actions
    * Fix machine volumes with long path and paths with dashes
    * Disable failing bud test
    * Remove unncessary lines at the end of specfile summary
    * Add GitHub action to update version on Podman.io
    * Bump to v5.0.3-dev

++++ ovmf:

  - Update to edk2-stable202311
  - Features (https://github.com/tianocore/edk2/releases):
    UefiPayloadPkg:Enhance the build processing for Universalpayload
    SplitFspBin.py cannot support FSP binary with child FV included
    Cache Disable should not be set by default in CR0 after ResetVector in x64 build
    SMM perf record is copied multiple times to FPDT table if multiple ReadyToBoot events are signaled
    In some cases, LocateHandleBuffer() may allocate a callee freed buffer when an error occurs
    OvmfPkg/IoMmuDxe: don't rely on TPLs to manage concurrency
    Recent OVMF build.sh change breaks useful functionality
    UEFI cryptography agile solution - separate crypto algorithm (phase I)
    Use MpService2Ppi to wakeup CPU in Smm CpuS3
    Move RngLibTimer from MdePkg to MdeModulePkg
    EFI_RNG_PROTOCOL Describe the DRBG algorithm used in the Arm RNDR instruction
    Faulty Rng algo selection for Arm
    RngDxe assert
    Add New Intel Processor family for SMBIOS Type 4 from SMBIOS 3.7.0
    NetworkPkg: HTTP protocol throughput too small
    MailBoxVersion should be 0 according to the ACPI spec 6.5
    Pyrite support - Secure erase is only available if encryption is supported
    Remove assembly/tool logic that creates AP waking vector in 4G-20h
    MdeModulePkg/Bus/Ata/AtaBusDxe: Coverity scan flags SIGN_EXTENSION issue
    MdeModulePkg/Bus/Pci/NvmExpressPei: Coverity scan flags DEADCODE issue
    MdeModulePkg/Bus/Pci/UhciDxe: fix Coverity issues
    DynamicTablesPkg: Add support for generating ACPI ThermalZones
    DynamicTablesPkg: Add support for PCI IO using Qword resources
    MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts
    MdeModulePkg/Bus/Pci/XhciDxe: Need to abort the command for command timeout
    BaseTools: Add support for LOONGARCH64 R_LARCH_RELAX relocation
    UefiPayloadPkg: Add FIT support
    SMBIOS BCD revision is not match SMBIOS version
    Xhci: Skip size round up for TRB when getting PCI device/host memory address
    MdePkg: various fixes to ARM/AArch64 SetJump/LongJump
    TlsLib should not have a list of Ciphers which may or may not agree with what is available
    MtrrLib modules and Unit test Enhancement
    Use the base SortLib for Redfish modules only
    evaluate the feasibility of using mbedtls as crypto library
    bogus RealTimeClockLib class interface: LibRtcVirtualNotifyEvent
    OvmfPkg/VirtioFsDxe: tolerate opening an absolute pathname relative to a regular file
    UefiDevicePathLib DevPathToTextAcpiEx overflows the device path node when searching for optional strings
    DynamicTablesPkg/TableHelperLib updates
    Update Edk2-pytools to latest versions
    duplicate installation of EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL in RealTimeClockLib instances
    UefiCpuPkg/BaseXApicX2ApicLib: fix CPUID_V2_EXTENDED_TOPOLOGY detection
    OvmfPkg/AcpiPlatformDxe: Coverity scan flags FORWARD_NULL and UNUSED_VALUE issues
    RedfishPkg/RedfishLib: Return HTTP headers to caller
    ArmVirtPkg: support two PL011 UARTs
    Update MADT for ACPI 6.5, and add TRBE & ETE support
    Add Variable Policy Audit App and Shell Command
    Use CodeQL CLI
    TDVF: TdVmCall needs handle the retry results for MapGPA
    Update GetMaintainer to handle case where a package has only reviewers and no maintainers
    Add 0x0B/Platform Runtime Mechanism (PRM) in Address Space ID of Generic Address Structure (GAS)
    Fix build error when remove "-Wno-sometimes-uninitialized" option
  - Patches (git log --oneline --date-order edk2-stable202308..edk2-stable202311):
    8736b8fdca RedfishPkg: RedfishDiscoverDxe: Optimize the Redfish Discover flow
    f444c4bea5 RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed after RestEx
    8dd52c949e Revert "RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed later"
    15538bc62e Revert "RedfishPkg: RedfishDiscoverDxe: Optimize the Redfish Discover flow"
    23dbb8a07d DynamicTablesPkg: Fix ETE _UID Creation
    3db76e6476 RedfishPkg: RedfishDiscoverDxe: Optimize the Redfish Discover flow
    06b27ccb90 RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed after RestEx
    c9cce5a005 MdeModulePkg/RegularExpressinoDxe: Fix clang error
    33deaa3b84 BaseTools/Scripts/GetMaintainer: Sort output addresses
    706811819d BaseTools/Scripts/GetMaintainer: Handle reviewer only case
    05f3c3f3d0 BaseTools/Scripts/GetMaintainer: refactor internal returns as dicts
    1cb580be85 BaseTools/Scripts/GetMaintainer: Simplify logic
    431ead235f BaseTools/Scripts/GetMaintainer: Fix logic bug collecting maintainers
    589f2e49e5 UefiCpuPkg/PiSmmCpuDxeSmm: Fix CP Exception when CET enable
    35c0c63edb Maintainers.txt: Remove unused OvmfPkg Confidential Computing path
    e077ccff6d BaseTools/tools_def: drop -mgeneral-regs-only for AArch64 CLANGDWARF
    8a41004643 OvmfPkg/BaseMemEncryptTdxLib: Handle retry result of MapGPA
    212cf07aaa MdePkg/Tdx.h: Add TDVMCALL_STATUS_RETRY
    68e37f4578 MdePkg/BaseLib: Update TdVmcall to always output the value in R11
    616f0d5037 IntelFsp2WrapperPkg: Add variable initialization
    bb18fb80ab Maintainers.txt: Remove Orphan status option
    c96b4da2a0 ReadMe.rst: Add CodeQL/analyze directory under other licenses
    d461137e22 BaseTools/Plugin/CodeQL: Enable 30 queries
    a3e8efcc8e .pytool/CISettings: Enable CodeQL audit mode
    1384ce443d .github/workflows/codeql.yml: Add CodeQL workflow
    29763016e0 .pytool/CISettings.py: Integrate CodeQL
    b531ca4bb3 BaseTools/Plugin/CodeQL: Add integration helpers
    5464d0bed6 BaseTools/Plugin/CodeQL: Add CodeQL build plugin
    c1393bd486 Remove existing CodeQL infrastructure
    da21991953 BaseTools: GenFw: auto-set nxcompat flag
    e53c618ea4 MdePkg: IndustryStandard: Add DLL Characteristics
    ae02d487a3 BaseTools: Update PatchCheck.py to allow whitespace issues in .rtf files
    778134e491 ShellPkg/Dp: Allow dp command to work without ACPI
    ee942c5360 MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table
    038499a268 Maintainers.txt: Update based on active community members
    08ac799d36 IntelFsp2Pkg/PatchFv: Fix syntax issue in markdown manual
    0b4acb88d6 IntelFsp2Pkg/SwitchStack: Reserve 32B when calling C function in 64bit
    8da978bf68 ReadMe.rst: Add Apache License 2.0 and update submodule list
    fbbbd98499 DynamicTablesPkg: Fix assert in CmObject parser
    1b1509abee RedfishPkg/RedfishCrtLib: remove multiple definitions.
    ccbe2e9383 UefiCpuPkg: Correct file description for MpHandOff header file
    36812d6c3e .github/workflows: Add Stale Check
    a6871b5359 ArmVirtPkg/PlatformCI/ReadMe.md: Update contents
    2e128302e6 ArmVirtPkg: Add varpolicy shell command
    fe6cd1c187 OvmfPkg: Add varpolicy shell command
    d4358a7f76 ShellPkg: Add varpolicy dynamic shell command and app
    f3b2187d55 MdeModulePkg/VariablePolicy: Add more granular variable policy querying
    8e74629070 .azurepipelines: Fix Python version (to 3.12)
    2426a35625 MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
    aa8431822b MdeModulePkg/DxeCore: Allow relocation of images with large address
    a671a14e63 ArmPkg/ArmLib: Add ArmHasEte () helper function
    08431081a3 ArmPkg/ArmLib: Add ArmHasTrbe () helper function
    09fd4e4172 DynamicTablesPkg: Fix referencing of CPC token
    3ee23713e1 DynamicTablesPkg: Add ETE device to CPU node in AML
    f81ee47513 DynamicTablesPkg: Add an ET info object parser
    4821daa524 DynamicTablesPkg: Add an ET info object to Arm namespace
    2b0d117b4b ShellPkg: Acpiview: Update MADT parser for TRBE interrupt
    50e8518276 DynamicTablesPkg: Update FADT generator to ACPI 6.5
    36e9f3d08a DynamicTablesPkg: Update MADT generator for ACPI 6.5
    cf62548a35 DynamicTablesPkg: Add TRBE interrupt to GICC object parser
    db9800dce8 DynamicTablesPkg: Add TRBE interrupt to GICC object
    f9925c8953 MdePkg: MADT: Add TRBE interrupt to GICC
    822c54eb01 MdePkg: MADT: Add Online capable flag in GICC
    4f3ee7fbaf Maintainers.txt: update Gary's email address
    7806713f00 BaseTools: Plugin: Integration of edk2-pytools
    7f5c24ad35 .pytool: Integration of edk2-pytools
    7ff6ab2b3e UefiPayloadPkg: Fix incorrect code on Fit function.
    7e08d17a4a Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin
    ca32f75fc6 .pytool: Undo uncrustify check change
    1e27258a89 UnitTestFrameworkPkg: Apply uncrustify formatting to relevant files
    a00f7a355a SecurityPkg: Apply uncrustify formatting to relevant files
    716a3292e0 MdePkg: Apply uncrustify formatting to relevant files
    504953ef97 MdeModulePkg: Apply uncrustify formatting to relevant files.
    41c622523d .pytool: Add cpp support to uncrustify plugin
    d0cac9f63f .pytool: Set uncrustify check to audit only (temporary)
    f945b72331 ArmVirtPkg: steer DebugLib output away from SerialPortLib+console traffic
    601abf5d50 ArmVirtPkg: introduce DebugLibFdtPL011Uart DXE Runtime instance
    ba5d955e25 ArmVirtPkg: introduce DebugLibFdtPL011Uart RAM instance
    b7e6d97973 ArmVirtPkg: introduce DebugLibFdtPL011Uart Flash instance
    115b59d9c6 ArmVirtPkg: store separate console and debug PL011 addresses in GUID HOB
    66046aeb6d ArmVirtPkg: adhere to the serial port selected by /chosen "stdout-path"
    5fc3c39704 ArmVirtPkg: adjust whitespace in block scope declarations
    f078a6fdd4 ArmVirtPkg/Fdt16550SerialPortHookLib: rebase to FdtSerialPortAddressLib
    eb83b53309 ArmVirtPkg: introduce FdtSerialPortAddressLib
    74c687cc2f UefiCpuPkg/MpInitLib: Wait for all APs to finish initialization
    fe43b42676 MdeModulePkg/Include: API of IPMI Get System Interface Capabilities
    9a38ddc806 MdePkg/Include: Definitions of IPMI Get System Interface Capabilities
    8765f3eb42 RedfishPkg/RedfishLib: return HTTP headers to caller
    1cbdd6e9ff RedfishPkg/libredfish: introduce new interfaces.
    cf68ff6130 RedfishPkg/RedfishLib: introduce new interfaces.
    9bb5ef1287 MdePkg: Add Cxl20.h into IndustryStandard
    884ef98454 MdePkg/Pldm.h: Add define for the PLDM response flag
    00dbde5fa4 MdePkg/Mctp.h: Correct typo in structure member name
    1f21e11168 Maintainers.txt: Update maintainers list
    cf87fd95c1 OvmfPkg/AcpiPlatformDxe: Fix Coverity report issues
    170d4ce8e9 UefiCpuPkg/BaseXApicX2ApicLib: fix CPUID_V2_EXTENDED_TOPOLOGY detection
    d85bf54b7f ArmPlatformPkg/PL031RealTimeClockLib: remove needless instance init steps
    a6648418c1 MdeModulePkg: Optimize BmExpandPartitionDevicePath
    e17e58e81b DynamicTablesPkg: HOWTO for Handcrafted tables
    fb044b7fe8 RedfishPkg/RedfishDiscoverDxe: remove Redfish false alarm
    da73578bf7 RedfishPkg/RedfishPlatformConfigDxe: add debug message.
    2ad52adb66 IntelFsp2WrapperPkg: CI: Add PrEval entry
    87ef986eeb MdeModulePkg: CI: Add PrEval entry
    f8923b72de MdePkg: CI: Add PrEval entry
    e44097a965 PrmPkg: CI: Add PrEval entry
    e5b4fe21ae RedfishPkg: CI: Add PrEval entry
    b24c8b0467 IntelFsp2Pkg: CI: Add PrEval entry
    1cd0227c5d FmpDevicePkg: CI: Add PrEval entry
    22b667c821 EmbeddedPkg: CI: Add PrEval entry
    2298769ecf DynamicTablesPkg: CI: Add PrEval entry
    36b41b067f CryptoPkg: CI: Add PrEval entry
    cbcdf4ff7b UnitTestFrameworkPkg: CI: Add PrEval entry
    9f5e409623 Edk2: edk2-pytools: Update to latest versions
    309450db26 DynamicTablesPkg/AmlLib: Enumerate memory attributes
    ec7f734366 DynamicTablesPkg/TableHelperLib: Enhance error handling
    575bd4f55c DynamicTablesPkg/TableHelperLib: Fix and improve text handling
    c591395f4a EmbeddedPkg/NorFlashInfoLib: Update norflash device list
    bed477d9cf Maintainers.txt: Stop to be reviewer of several modules
    0355e559c6 MdePkg/Test: Add DevicePathLib host test module
    96ed60dfd7 MdePkg/UefiDevicePathLib: Fix AcpiEx print logic
    8abbf6d87e OvmfPkg/VirtioFsDxe: tolerate opening an abs. pathname rel. to a reg. file
    b75d9f556d BaseTools: trim warning to error
    7fe49887c4 EmbeddedPkg/RealTimeClockLib: drop LibRtcVirtualNotifyEvent from lib class
    3c3136d3b6 EmbeddedPkg/VirtualRealTimeClockLib: drop LibRtcVirtualNotifyEvent
    e6e0e7ba74 EmbeddedPkg/TemplateRealTimeClockLib: drop LibRtcVirtualNotifyEvent
    189addfde6 ArmPlatformPkg/PL031RealTimeClockLib: hide LibRtcVirtualNotifyEvent
    c62fb45549 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe: rename LibRtcVirtualNotifyEvent
    747a08eae2 RedfishPkg/RedfishDiscoverDxe: introduce PcdRedfishSendReceiveTimeout
    01e1bc2894 ArmPkg/ArmPsciMpServices: Add EFI_NOT_READY return
    772ec92577 UefiCpuPkg: RISC-V: MMU: Introduce a PCD for SATP mode
    a445e1a42c ShellPkg: Increase PcdShellPrintBufferSize from UINT16 to UINT32
    03d6569f70 MdeModulePkg: UsbRndis: get rid of magic values
    e07948255c MdeModulePkg: UsbNetwork: fix Ethernet functional descriptor processing
    326b9e1d81 UefiCpuPkg/CpuDxe: Eliminate the unused variable.
    eebd446875 CryptoPkg: Add CryptAes functions based on Mbedtls Add CryptAes APIS.
    c109e4a244 CryptoPkg: Add basic Readme for BaseCryptLibMbedTls
    26754b3707 CryptoPkg: Add Mbedtls submodule in CI
    c5fedb030a CryptoPkg: Add MD5/SHA1/SHA2 functions based on Mbedtls
    4049ca493c CryptoPkg: Add Null functions for building pass
    b26f7dfe29 CryptoPkg: Add all .inf files for BaseCryptLibMbedTls
    97f51f2e9b CryptoPkg: Add RSA functions based on Mbedtls
    60222e7eb9 CryptoPkg: Add HKDF functions based on Mbedtls
    731aa70881 CryptoPkg: Add HMAC functions based on Mbedtls
    586f05b9de CryptoPkg: Add mbedtls_config and MbedTlsLib.inf
    1a79cc7d95 CryptoPkg: Add mbedtls submodule for EDKII
    95c9f470ca RedfishPkg: Use base version SortLib for the specific modules
    137f799aae UefiCpuPkg/CpuDxe: Update RefreshMemoryAttributesFromMtrr
    01b0d19dbb UefiCpuPkg/MtrrUnitTest: Add Unit test of setting/getting memory attributes
    c4fdec0a83 UefiCpuPkg/MtrrLib: Improve MtrrDebugPrintAllMtrrsWorker.
    4b7b32f846 UefiCpuPkg/MtrrLib: Add API MtrrGetMemoryAttributesInMtrrSettings.
    c032db3308 UefiCpuPkg/MtrrLib: Update APIs related to set memory attributes.
    1d0fd0bb3d UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrSetAllMtrrs().
    1217f59d23 UefiCpuPkg/MtrrLib: Fix MtrrSetAllMtrrs to handle absent fixed MTRRs.
    cc070b88e4 UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetFixedMtrr().
    0103d09ebe UefiCpuPkg/MtrrLib: Update MtrrGetFixedMtrr().
    a519014472 UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetAllMtrrs().
    0d89ceae31 UefiCpuPkg/MtrrLib: Fix MtrrGetAllMtrrs to return correct MTRR setting.
    5b76b4a9f9 UefiCpuPkg/MtrrUnitTest: Update test to cover no-fixed-mtrr cases.
    1ec374cb50 UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetDefaultMemoryType.
    f784fc0e39 UefiCpuPkg/MtrrUnitTest: Update UnitTestGetFirmwareVariableMtrrCount.
    ca3f8638fa UefiCpuPkg/MtrrUnitTest: Update the Unit Test for IsMtrrSupported().
    bf03c4a52a UefiCpuPkg/MtrrLib: Add internal function MtrrLibIsMtrrSupported.
    4ddd8ac3a2 CryptoPkg/TlsLib: fix tls cipher configuration
    5087a07736 ArmVirtPkg/FdtPL011SerialPortLib: initialize implicitly
    82191f8a0e .github: Fix Python version (to 3.11)
    6439c73356 .azurepipelines: Fix Python version (to 3.11)
    d073a54511 MdePkg/DxeRngLib: Add missing GUID declaration in inf
    1497c4b074 MdePkg/BaseLib: fix typo in Arm SetJump
    1a66bd51ca MdePkg/BaseLib: ensure ARM LongJump never returns 0
    2b2705343a MdePkg/BaseLib: correct register sizes in AArch64 SetJump/LongJump
    ae79efb7bd MdePkg/BaseLib: use normal register init in ARM SetJump implementations
    80bbea192a MdePkg/BaseLib: add ASSERT in ARM* SetJump implementations
    cbf0e4f5b3 MdePkg/BaseLib: fix comments in ARM* SetJump/LongJump implementations
    f6a314e5b5 Maintainers.txt: add Sami as maintainer of arm-architectural subdirs
    f36e1ec1f0 MdeModulePkg/Xhci: Skip size round up for TRB during address translation
    ad1c0394b1 EmulatorPkg: Fix Terminal Issues
    be971fc302 MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version
    bf0bdacdd6 MdeModulePkg: Fix misspelling
    39f3c26e8c UefiPayloadPkg: Add FIT support
    d6b05375b4 MdePkg/BaseFdtLib: Add Fdt function.
    c70d914428 BaseTools/GenFw: Add support for LOONGARCH64 relax relocation
    d11f0ea045 MdeModulePkg/XhciDxe: Abort the Address Device cmd when time out
    43dcf453fc MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts
    8b2e6b90b8 DynamicTablesPkg: AcpiSsdtPcieLibArm: Use QWord to describe I/O range
    909e870e34 DynamicTablesPkg: AML Code generation for I/O ranges
    b5003ab725 DynamicTablesPkg: Add Aml NameUnicodeString API
    fd0ccccb42 DynamicTablesPkg: Add support to add Strings to package
    b2df3ee17f DynamicTablesPkg: Add support for simple method invocation.
    8f5505a4c9 DynamicTablesPkg: Add ThermalZone CodeGen function
    28a267af40 MdeModulePkg/Bus/Pci/UhciDxe: Fix FORWARD_NULL Coverity issues
    e9f5d8c0e0 MdeModulePkg/Bus/Pci/UhciDxe: Fix BAD_SHIFT Coverity issue
    f67e1934d9 RedfishPkg/JsonLib: fix JsonObjectGetValue issue
    ea628f28e5 RISCV: Fix InternalLongJump to return correct value
    89dad77cfb ArmPkg/ArmLib: Add ArmHasVhe () helper function
    4317b4824b MdeModulePkg/Bus/Pci/NvmExpressPei: Fix DEADCODE Coverity issue
    4fb69c2bee MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issue
    eb485b6438 ArmVirtPkg: handle virtual EL2 timer in DT
    baee97670f ArmPkg: add EL2 virtual timer interrupt Pcd
    7275993dc6 RedfishPkg/RedfishRestExDxe: return HTTP status code to caller.
    cbcf0428e8 BaseTools/Plugin: Add DebugMacroCheck
    97d367f37e OvmfPkg/PlatformCI: Disable DebugMacroCheck
    8803033c0c DynamicTablesPkg.ci.yaml: Add debug macro exception
    1312c2e9fd ArmVirtPkg.ci.yaml: Add debug macro exception
    bc7bbd3bc4 SecurityPkg.ci.yaml: Add debug macro exception
    5cfb5d6c01 pip-requirements.txt: Add regex
    6f0729484f RedfishPkg/PlatformHostInterfaceBmcUsbNicLib: Fix DEBUG macro args
    408e463135 MdeModulePkg: Memory Bin Range Update Accounts for Guard Page
    db38c7de64 UefiCpuPkg/ResetVector: Remove AP waking vector from ResetVector
    dea6002d6e OvmfPkg: Remove applicationProcessorEntryPoint
    718cf21a5a UefiCpuPkg/SecCore: Remove AP waking Vector logic in SecCore
    392456240a BaseTools: Remove logic to create AP waking vector in GenFv
    29cce3356a OvmfPkg/RiscVVirt/README: document direct kernel boot
    1bfd63ac39 OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine property
    5242bae5dd OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG
    cdfe4310dd Pyrite support - Secure erase is only available if encryption is supported.
    4a1afea6f7 RedfishPkg/RedfishPlatformConfigDxe: fix can not set one-of option issue.
    b844b106e2 OvmfPkg/TdxDxe: Change MadtMpWk->MailBoxVersion from 1 to 0
    7f1a8cad99 Maintainers.txt: Make myself maintainer for OvmfPkg/RiscVVirt
    6d074d6a10 OvmfPkg: raise DXEFV size to 14.5 MB in the traditional platform FDFs
    c95158e419 OvmfPkg/PlatformBootManagerLib: refer to virtio console subsys symbolically
    4f4a2c3b07 ArmPkg/ArmMmuLib: Drop buggy secure memory type check
    b7a48bed16 OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI
    e880c307c5 MdeModulePkg/BootMaintenanceManagerUiLib: Check array index before access
    a5cbb59905 Maintainers.txt: Update reviewers and maintainers for DynamicTablesPkg
    cc26a2cb31 MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVolBlock.c
    f18ec60fa4 MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVol.c
    0bcc503595 MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size
    b240eab035 NetworkPkg: Increase HTTP buffer size and enable TCP window scaling
    d4ae5df711 MdePkg/SmBios.h: Add New Intel Processor family
    d42ad81e22 Add a .editorconfig file to tell editors basic formatting details
    28a74d7ab2 OvmfPkg/Bhyve: don't exit early if RSDP is not found in memory
    493a375eef ShellPkg/UefiShellNetwork2CommandsLib: Check array index before access
    60d0f5802b MdePkg/Library/TdxLib: Remove unnecessary comparison
    b74f1f7ab5 SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator
    ff7ddc02b2 SecurityPkg/RngDxe: Simplify Rng algorithm selection for Arm
    19438cff97 SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLib
    5443c2dc31 MdePkg/Rng: Add GetRngGuid() to RngLib
    414c0f2089 MdeModulePkg/Rng: Add GUID to describe unsafe Rng algorithms
    cf07238e5f MdePkg/Rng: Add GUID to describe Arm Rndr Rng algorithms
    bd1f0eecc1 MdePkg/DxeRngLib: Request raw algorithm instead of default
    65b5dd828e SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg
    e93468442b MdePkg: Add deprecated warning to BaseRngLibTimer
    2f981bddcb MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkg
    2ce5ae43c2 UefiCpuPkg/PiSmmCpuDxe: use MpService2Ppi to wakeup AP in s3
    cf82c09bac UefiCpuPkg/PiSmmCpuDxe: code refinement for CpuS3.c
    48de494bb4 UefiCpuPkg/S3Resume2Pei: assert for invalid excution mode combo
    bc19f50c70 UefiCpuPkg/S3Resume2Pei: prepare MpService2Ppi in S3Resume
    b1955cddb2 MdeModulePkg: add MpService2Ppi field in SMM_S3_RESUME_STATE
    634192665e MdePkg/Library/BaseRngLib: Fix include guard
    b29150aa3e ArmVirtPkg: use PcdTerminalTypeGuidBuffer for VirtioSerial console
    aff67922c5 OvmfPkg/Include: remove QemuSmramSaveStateMap.h
    163083fd80 OvmfPkg/PlatformBootManagerLib: setup virtio-mmio devices.
    b81557a00c OvmfPkg/README: Document Secure Boot
    bbf1822295 SecurityPkg/SecureBoot: Support RSA4096 and RSA3072
    24da5c2f28 CryptoPkg/BaseCryptLib: add sha384 and sha512 to ImageTimestampVerify
    4d196352f3 OvmfPkg: Revert "Update build.sh to allow building OVMF then running QEMU"
    9b3d4f28f0 ArmVirtPkg: ArmVirtQemu: Add Graphics and Input
    d1e4a16f86 OvmfPkg: Fix Hii form name mismatch with EFI variable
    f008890ae5 OvmfPkg/AmdSev: fix BdsPlatform.c assertion failure during boot
    a23f4377c1 Revert "ArmPkg: add ArmCpuInfo EFI application"
    8b66f9df1b OvmfPkg/AmdSev: Disable PcdFirstTimeWakeUpAPsBySipi
    dfb941d32a OvmfPkg/IoMmuDxe: don't rely on TPLs to manage concurrency
    beafabdae4 MdeModulePkg: Fix memory leak in LocateHandleBuffer()
    4c8144dd66 ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0
    a60eef3afa MdePkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0
    c5753c3e38 ArmPkg/SmbiosMiscDxe: use UINT64 for BiosPhysicalSize
    0c4d0b6c8a MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue
    e8aa4c6546 UefiCpuPkg/ResetVector: Cache Disable should not be set by default in CR0
    a481c11144 ShellPkg/SmbiosView: Update display of PCIe system slot ID
    5f46eb2307 MdeModulePkg/PciBusDxe: Fix boot hang with faulty PCI Option ROM
    9896a9c618 SecurityPkg/Tpm2DeviceLibTcg2: Make mTcg2Protocol static
    14bf2cb411 BaseTools: drop tautological warning overrides for CLANGDWARF
    020cc9e2e7 OvmfPkg: Disable PcdFirstTimeWakeUpAPsBySipi
    a107fcb618 RedfishPkg/RedfishPlatformConfigDxe: Fix unused variable
    b1e558f636 IntelFsp2Pkg: Add get and set FspSmmInit upd data pointer functions
    2c7fd32676 IntelFsp2Pkg: Support child FV in SplitFspBin.py
    92006e5804 UefiPayloadPkg:Enhance the build processing for Universalpayload
  - Removed patches which are merged to edk2-stable202311:
  - ovmf-UefiCpuPkg-BaseXApicX2ApicLib-fix-CPUID_V2_EXTENDED_.patch
    170d4ce8e90a UefiCpuPkg/BaseXApicX2ApicLib: fix CPUID_V2_EXTENDED_TOPOLOGY detection
  - Add mbedtls as new submodule
  - mbedtls-3.3.0.tar.gz
  - https://github.com/Mbed-TLS/mbedtls
  - Bug 4177 - evaluate the feasibility of using mbedtls as crypto library
  - https://bugzilla.tianocore.org/show_bug.cgi?id=4177
  - The openssl 3.0 has size problem. One alternative is to use mbedtls
  - Updated ovmf.spec
  - unpacked mbedtls-3.3.0.tar.gz to CryptoPkg/Library/MbedTlsLib/mbedtls
  - Add the following patches from edk2-stable202402 for CVE-2022-36763:
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4117.patch
    1ddcb9fc6b41 SecurityPkg: : Adding CVE 2022-36763 to SecurityFixes.yaml
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4117.patch
    4776a1b39ee0 SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
  - ovmf-SecurityPkg-Adding-CVE-2022-36763-to-SecurityFixes.y.patch
    224446543206 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
    (bsc#1218678, CVE-2022-36763)
  - Add the following patches from edk2-stable202402 for CVE-2022-36764:
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4118.patch
    8f6d343ae639 SecurityPkg: : Adding CVE 2022-36764 to SecurityFixes.yaml
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4118.patch
    0d341c01eeab SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
  - ovmf-SecurityPkg-Adding-CVE-2022-36764-to-SecurityFixes.y.patch
    c7b279442181 SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764
    (bsc#1218679, CVE-2022-36764)
  - All the above patches for CVE-2022-36763 and CVE-2022-36764 need the
    following patches. We also backported them:
  - ovmf-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-4117-4118-symbol-rename.patch
    264636d8e698 SecurityPkg: : Updating SecurityFixes.yaml after symbol rename
  - ovmf-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4117-4118-symbol-rename.patch
    326db0c90720 SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117/4118 symbol rename
  - ovmf-SecurityPkg-Updating-SecurityFixes.yaml-after-symbol.patch
    40adbb7f628d SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117/4118 symbol rename
    (bsc#1218678, CVE-2022-36763)(bsc#1218679, CVE-2022-36764)

------------------------------------------------------------------
------------------  2024-5-9  -  May 9 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Don't recommend ModemManager for the main package, as it's only
    needed by NetworkManager-wwan subpackage(bsc#1100395).

++++ cloud-regionsrv-client:

  - Update to version 10.2.0 (bsc#1223571, bsc#1224014, bsc#1224016)
    + In addition to logging, write message to stderr when registration fails
    + Detect transactional-update system with read only setup and use
    the transactional-update command to register
    + Handle operation in a different target root directory for credentials
    checking

++++ python-kiwi:

  - RepositoryDnf5: correct defaults, set system_cachedir
    The "defaults" in `use_default_location` here are the dnf4
    defaults, not the dnf5 defaults, so let's update them. Also, for
    dnf5, we need to set `system_cachedir` instead of `cachedir` -
    see https://dnf5.readthedocs.io/en/latest/misc/caching.7.html ,
    `system_cachedir` is the cache location used when running as
    root, `cachedir` is the cache location used when running as a
    regular user.
    Signed-off-by: Adam Williamson <awilliam@redhat.com>

++++ firewalld:

  - update to 2.1.2:
    * fix(policy): allow forward ports w/ to-addr for egress-
    zone=HOST
    * fix(rich): fix range check for large rule limit
    * fix(tests): fix skip detection in fw-in-container environment

++++ kernel-default:

  - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe
    address (CVE-2024-26946 bsc#1223669).
  - commit c3ef9f9
  - Move upstreamed powerpc patches into sorted section
  - commit de7fc3a

++++ fribidi:

  - update to 1.0.14:
    * Updated Unicode tables to version 15.1

++++ python313-core:

  - Use proper version name including tilda to separate pre-release
    version.
    https://en.opensuse.org/openSUSE:Package_versioning_guidelines
  - Update to 3.13.0b1:
  - Security
  - gh-116741: Update bundled libexpat to 2.6.2
  - gh-117233: Detect BLAKE2, SHA3, Shake, & truncated SHA512 support
    in the OpenSSL-ish libcrypto library at build time. This allows
    hashlib to be used with libraries that do not to support every
    algorithm that upstream OpenSSL does.
  - Core and Builtins
  - gh-118414: Add instrumented opcodes to YIELD_VALUE assertion for
    tracing cases.
  - gh-117953: When a builtin or extension module is imported for
    the first time, while a subinterpreter is active, the module’s
    init function is now run by the main interpreter first before
    import continues in the subinterpreter. Consequently,
    single-phase init modules now fail in an isolated subinterpreter
    without the init function running under that interpreter,
    whereas before it would run under the subinterpreter before
    failing, potentially leaving behind global state and callbacks
    and otherwise leaving the module in an inconsistent state.
  - gh-117549: Don’t use designated initializer syntax in inline
    functions in internal headers. They cause problems for C++ or
    MSVC users who aren’t yet using the latest C++ standard (C++20).
    While internal, pycore_backoff.h, is included (indirectly, via
    pycore_code.h) by some key 3rd party software that does so for
    speed.
  - gh-95382: Improve performance of json.dumps() and json.dump()
    when using the argument indent. Depending on the data the
    encoding using json.dumps() with indent can be up to 2 to 3
    times faster.
  - gh-116322: In --disable-gil builds, the GIL will be enabled
    while loading C extension modules. If the module indicates that
    it supports running without the GIL, the GIL will be disabled
    once loading is complete. Otherwise, the GIL will remain enabled
    for the remainder of the interpreter’s lifetime. This behavior
    does not apply if the GIL has been explicitly enabled or
    disabled with PYTHON_GIL or -Xgil.
  - gh-118513: Fix incorrect UnboundLocalError when two
    comprehensions in the same function both reference the same
    name, and in one comprehension the name is bound while in the
    other it’s an implicit global.
  - gh-118518: Allow the Linux perf support to work without frame
    pointers using perf’s advanced JIT support. The feature is
    activated when using the PYTHON_PERF_JIT_SUPPORT environment
    variable or when running Python with -Xperf_jit. Patch by Pablo
    Galindo.
  - gh-117514: Add sys._is_gil_enabled() function that returns
    whether the GIL is currently enabled. In the default build it
    always returns True because the GIL is always enabled. In the
    free-threaded build, it may return True or False.
  - gh-118164: Break a loop between the Python implementation of the
    decimal module and the Python code for integer to string
    conversion. Also optimize integer to string conversion for
    values in the range from 9_000 to 135_000 decimal digits.
  - gh-118473: Fix sys.set_asyncgen_hooks() not to be partially set
    when raising TypeError.
  - gh-118465: Compiler populates the new __firstlineno__ field on a
    class with the line number of the first line of the class
    definition.
  - gh-118492: Fix an issue where the type cache can expose a
    previously accessed attribute when a finalizer is run.
  - gh-117714: update async_generator.athrow().close() and
    async_generator.asend().close() to close their section of the
    underlying async generator
  - gh-111201: The interactive interpreter is now implemented in
    Python, which allows for a number of new features like colors,
    multiline input, history viewing, and paste mode. Contributed by
    Pablo Galindo, Łukasz Langa and Lysandros Nikolaou based on code
    from the PyPy project.
  - gh-74929: Implement PEP 667: converted FrameType.f_locals and
    PyFrame_GetLocals() to return a write-through proxy object when
    the frame refers to a function or comprehension.
  - gh-116767: Fix crash in compiler on ‘async with’ that has many
    context managers.
  - gh-118335: Change how to use the tier 2 interpreter. Instead of
    running Python with -X uops or setting the environment variable
    PYTHON_UOPS=1, this choice is now made at build time by
    configuring with --enable-experimental-jit=interpreter.
  - Beware! This changes the environment variable to enable or
    disable micro-ops to PYTHON_JIT. The old PYTHON_UOPS is no
    longer used.
  - gh-118306: Update JIT compilation to use LLVM 18
  - gh-118160: Annotation scopes within classes can now contain
    comprehensions. However, such comprehensions are not inlined
    into their parent scope at runtime. Patch by Jelle Zijlstra.
  - gh-118272: Fix bug where generator.close does not free the
    generator frame’s locals.
  - gh-118216: Don’t consider __future__ imports with dots before
    the module name.
  - gh-118074: Make sure that the Executor objects in the COLD_EXITS
    array aren’t assumed to be GC-able (which would access bytes
    outside the object).
  - gh-107674: Lazy load frame line number to improve performance of
    tracing
  - gh-118082: Improve SyntaxError message for imports without
    names, like in from x import and import cases. It now points out
    to users that import expects at least one name after it.
  - gh-118090: Improve SyntaxError message for empty type param
    brackets.
  - gh-102511: Speed up os.path.splitroot() with a native
    implementation.
  - gh-117958: Added a get_jit_code() method to access JIT compiled
    machine code from the UOp Executor when the experimental JIT is
    enabled. Patch by Anthony Shaw.
  - gh-117901: Add option for compiler’s codegen to save nested
    instruction sequences for introspection.
  - gh-116622: Redirect stdout and stderr to system log when
    embedded in an Android app.
  - gh-109118: annotation scope within class scopes can now contain
    lambdas.
  - gh-117894: Prevent agen.aclose() objects being re-used after
    .throw().
  - gh-117881: prevent concurrent access to an async generator via
    athrow().throw() or asend().throw()
  - gh-115874: Fixed a possible segfault during garbage collection
    of _asyncio.FutureIter objects
  - gh-117536: Fix a RuntimeWarning when calling
    agen.aclose().throw(Exception).
  - gh-117755: Fix mimalloc allocator for huge memory allocation
    (around 8,589,934,592 GiB) on s390x. Patch by Victor Stinner.
  - gh-117750: Fix issue where an object’s dict would get out of
    sync with the object’s internal values when being cleared.
    obj.__dict__.clear() now clears the internal values, but leaves
    the dict attached to the object.
  - gh-117431: Improve the performance of the following bytes and
    bytearray methods by adapting them to the METH_FASTCALL calling
    convention:
    count()
    find()
    index()
    rfind()
    rindex()
  - gh-117709: Speed up calls to str() with positional-only
    argument, by using the PEP 590 vectorcall calling convention.
    Patch by Erlend Aasland.
  - gh-117680: Give _PyInstructionSequence a Python interface and
    use it in tests.
  - gh-115776: Statically allocated objects are, by definition,
    immortal so must be marked as such regardless of whether they
    are in extension modules or not.
  - gh-117641: Speedup os.path.commonpath() on Unix.
  - gh-117636: Speedup os.path.join().
  - gh-117607: Speedup os.path.relpath().
  - gh-117385: Remove unhandled PY_MONITORING_EVENT_BRANCH and
    PY_MONITORING_EVENT_EXCEPTION_HANDLED events from
    sys.settrace().
  - gh-116322: Extension modules may indicate to the runtime that
    they can run without the GIL. Multi-phase init modules do so by
    calling providing Py_MOD_GIL_NOT_USED for the Py_mod_gil slot,
    while single-phase init modules call
    PyUnstable_Module_SetGIL(mod, Py_MOD_GIL_NOT_USED) from their
    init function.
  - gh-116129: Implement PEP 696, adding support for defaults on
    type parameters. Patch by Jelle Zijlstra.
  - gh-93502: Add two new functions to the C-API,
    PyRefTracer_SetTracer() and PyRefTracer_GetTracer(), that allows
    to track object creation and destruction the same way the
    tracemalloc module does. Patch by Pablo Galindo
  - gh-107674: Improved the performance of sys.settrace()
    significantly
  - gh-95754: Improve the error message when a script shadowing a
    module from the standard library causes AttributeError to be
    raised. Similarly, improve the error message when a script
    shadowing a third party module attempts to access an attribute
    from that third party module while still initialising.
  - gh-99180: Elide uninformative traceback indicators in return and
    simple assignment statements. Patch by Pablo Galindo.
  - gh-105879: Allow the globals and locals arguments to exec() and
    eval() to be passed as keywords.
  - Library
  - gh-118418: A DeprecationWarning is now emitted if you fail to
    pass a value to the new type_params parameter of
    typing._eval_type() or typing.ForwardRef._evaluate(). (Using
    either of these private and undocumented functions is
    discouraged to begin with, but failing to pass a value to the
    type_params parameter may lead to incorrect behaviour on Python
    3.12 or newer.)
  - gh-118660: Add an optional second type parameter to
    typing.ContextManager and typing.AsyncContextManager,
    representing the return types of __exit__() and __aexit__()
    respectively. This parameter defaults to bool | None.
  - gh-118650: The enum module allows method named _repr_* to be
    defined on Enum types.
  - gh-118648: Add type parameter defaults to typing.Generator and
    typing.AsyncGenerator.
  - gh-101137: Mime type text/x-rst is now supported by mimetypes.
  - gh-118164: The Python implementation of the decimal module could
    appear to hang in relatively small power cases (like 2**117) if
    context precision was set to a very high value. A different
    method to check for exactly representable results is used now
    that doesn’t rely on computing 10**precision (which could be
    effectively too large to compute).
  - gh-111744: breakpoint() and pdb.set_trace() now enter the
    debugger immediately after the call rather than before the next
    line is executed.
  - gh-118500: Add pdb support for zipapps
  - gh-118406: Add signature for sqlite3.Connection objects.
  - gh-101732: Use a Y2038 compatible openssl time function when
    available.
  - gh-118404: Fix inspect.signature() for non-comparable callables.
  - gh-118402: Fix inspect.signature() for the result of the
    functools.cmp_to_key() call.
  - gh-116622: On Android, sysconfig.get_platform now returns the
    format specified by PEP 738.
  - gh-118285: Allow to specify the signature of custom callable
    instances of extension type by the __text_signature__ attribute.
    Specify signatures of operator.attrgetter, operator.itemgetter,
    and operator.methodcaller instances.
  - gh-118314: Fix an edge case in binascii.a2b_base64() strict
    mode, where excessive padding is not detected when no padding is
    necessary.
  - gh-118271: Add the PhotoImage methods read() to read an image
    from a file and data() to get the image data. Add background and
    grayscale parameters to PhotoImage method write().
  - gh-118225: Add the PhotoImage method copy_replace() to copy a
    region from one image to other image, possibly with pixel
    zooming and/or subsampling. Add from_coords parameter to
    PhotoImage methods copy(), zoom() and subsample(). Add zoom and
    subsample parameters to PhotoImage method copy().
  - gh-118221: Fix a bug where sqlite3.Connection.iterdump() could
    fail if a custom row factory was used. Patch by Erlend Aasland.
  - gh-118013: Fix regression introduced in gh-103193 that meant
    that calling inspect.getattr_static() on an instance would cause
    a strong reference to that instance’s class to persist in an
    internal cache in the inspect module. This caused unexpected
    memory consumption if the class was dynamically created, the
    class held strong references to other objects which took up a
    significant amount of memory, and the cache contained the sole
    strong reference to the class. The fix for the regression leads
    to a slowdown in getattr_static(), but the function should still
    be significantly faster than it was in Python 3.11. Patch by
    Alex Waygood.
  - gh-118218: Speed up itertools.pairwise() in the common case by
    up to 1.8x.
  - gh-117486: Improve the behavior of user-defined subclasses of
    ast.AST. Such classes will now require no changes in the usual
    case to conform with the behavior changes of the ast module in
    Python 3.13. Patch by Jelle Zijlstra.
  - gh-90848: Fixed unittest.mock.create_autospec() to configure
    parent mock with keyword arguments.
  - gh-118168: Fix incorrect argument substitution when
    typing.Unpack is used with the builtin tuple. typing.Unpack now
    raises TypeError when used with certain invalid types. Patch by
    Jelle Zijlstra.
  - gh-118131: Add command-line interface for the random module.
    Patch by Hugo van Kemenade.
  - gh-118107: Fix zipimport reading of ZIP64 files with file
    entries that are too big or offset too far.
  - gh-117535: Change the unknown filename of warnings from sys to
    <sys> to clarify that it’s not a real filename.
  - gh-114053: Fix erroneous NameError when calling
    typing.get_type_hints() on a class that made use of PEP 695 type
    parameters in a module that had from __future__ import
    annotations at the top of the file. Patch by Alex Waygood.
  - gh-116931: Add parameter fileobj check for
    tarfile.TarFile.addfile()
  - gh-117995: Don’t raise DeprecationWarning when a sequence of
    parameters is used to bind indexed, nameless placeholders. See
    also gh-100668.
  - gh-80361: Fix TypeError in email.Message.get_payload() when the
    charset is RFC 2231 encoded.
  - gh-86650: Fix IndexError when parse some emails with invalid
    Message-ID (including one-off addresses generated by Microsoft
    Outlook).
  - gh-117691: Improve the error messages emitted by tarfile
    deprecation warnings relating to PEP 706. If a filter argument
    is not provided to extract() or extractall, the deprecation
    warning now points to the line in the user’s code where the
    relevant function was called. Patch by Alex Waygood.
  - gh-115060: Speed up pathlib.Path.glob() by omitting an initial
    is_dir() call. As a result of this change, glob() can no longer
    raise OSError.
  - gh-77102: site module now parses .pth file with UTF-8 first, and
    locale encoding if UnicodeDecodeError happened. It supported
    only locale encoding before.
  - gh-76785: We’ve exposed the low-level _interpreters module for
    the sake of the PyPI implementation of PEP 734. It was sometimes
    available as the _xxsubinterpreters module and was formerly used
    only for testing. For the most part, it should be considered an
    internal module, like _thread and _imp. See
    https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
  - gh-115060: Speed up pathlib.Path.glob() by not scanning
    directories for non-wildcard pattern segments.
  - gh-117727: Speed up pathlib.Path.iterdir() by using os.scandir()
    internally.
  - gh-117586: Speed up pathlib.Path.walk() by working with strings
    internally.
  - gh-117722: Change the new multi-separator support in
    asyncio.Stream.readuntil() to only accept tuples of separators
    rather than arbitrary iterables.
  - gh-117692: Fixes a bug when doctest.DocTestFinder was failing on
    wrapped builtin_function_or_method.
  - gh-117348: Largely restored import time performance of
    configparser by avoiding dataclasses.
  - gh-117663: Fix _simple_enum to detect aliases when multiple
    arguments are present but only one is the member value.
  - gh-117618: Support package.module as filename for break command
    of pdb
  - gh-102247: the status codes enum with constants in
    http.HTTPStatus are updated to include the names from RFC9110.
    This RFC includes some HTTP statuses previously only used for
    WEBDAV and assigns more generic names to them.
  - The old constants are preserved for backwards compatibility.
  - gh-117586: Speed up pathlib.Path.glob() by working with strings
    internally.
  - gh-117225: Add colour to doctest output. Patch by Hugo van
    Kemenade.
  - gh-117566: ipaddress.IPv6Address.is_loopback() will now return
    True for IPv4-mapped loopback addresses, i.e. addresses in the
    ::ffff:127.0.0.0/104 address space.
  - gh-117546: Fix issue where os.path.realpath() stopped resolving
    symlinks after encountering a symlink loop on POSIX.
  - gh-116720: Improved behavior of asyncio.TaskGroup when an
    external cancellation collides with an internal cancellation.
    For example, when two task groups are nested and both experience
    an exception in a child task simultaneously, it was possible
    that the outer task group would misbehave, because its internal
    cancellation was swallowed by the inner task group.
  - In the case where a task group is cancelled externally and also
    must raise an ExceptionGroup, it will now call the parent task’s
    cancel() method. This ensures that a asyncio.CancelledError will
    be raised at the next await, so the cancellation is not lost.
  - An added benefit of these changes is that task groups now
    preserve the cancellation count (asyncio.Task.cancelling()).
  - In order to handle some corner cases, asyncio.Task.uncancel()
    may now reset the undocumented _must_cancel flag when the
    cancellation count reaches zero.
  - gh-117516: Add typing.TypeIs, implementing PEP 742. Patch by
    Jelle Zijlstra.
  - gh-117503: Fix support of non-ASCII user names in bytes paths in
    os.path.expanduser() on Posix.
  - gh-117394: os.path.ismount() is now 2-3 times faster if the user
    has permissions.
  - gh-117313: Only treat '\n', '\r' and '\r\n' as line separators
    in re-folding the email messages. Preserve control characters
    '\v', '\f', '\x1c', '\x1d' and '\x1e' and Unicode line
    separators '\x85', '\u2028' and '\u2029' as is.
  - gh-117142: Convert _ctypes to multi-phase initialisation (PEP
    489).
  - gh-66543: Add the mimetypes.guess_file_type() function which
    works with file path. Passing file path instead of URL in
    guess_type() is soft deprecated.
  - gh-68583: webbrowser CLI: replace getopt with argparse, add long
    options. Patch by Hugo van Kemenade.
  - gh-116871: Name suggestions for AttributeError and ImportError
    now only include underscored names if the original name was
    underscored.
  - gh-116023: Don’t show empty fields (value None or []) in
    ast.dump() by default. Add show_empty=False parameter to
    optionally show them.
  - gh-115961: Added name and mode attributes for compressed and
    archived file-like objects in modules bz2, lzma, tarfile and
    zipfile. The value of the mode attribute of gzip.GzipFile was
    changed from integer (1 or 2) to string ('rb' or 'wb'). The
    value of the mode attribute of the readable file-like object
    returned by zipfile.ZipFile.open() was changed from 'r' to 'rb'.
  - gh-82062: Fix inspect.signature() to correctly handle parameter
    defaults on methods in extension modules that use names defined
    in the module namespace.
  - gh-83856: Honor atexit for all multiprocessing start methods
  - gh-113081: Print colorized exception just like built-in
    traceback in pdb
  - gh-112855: Speed up pickling of pathlib.PurePath objects. Patch
    by Barney Gale.
  - gh-111744: Support opcode events in bdb
  - gh-109617: ncurses: fixed a crash that could occur on macOS 13
    or earlier when Python was built with Apple Xcode 15’s SDK.
  - gh-83151: Enabled arbitrary statements and evaluations in pdb
    shell to access the local variables of the current frame, which
    made it possible for multi-scope code like generators or nested
    function to work.
  - gh-110209: Add __class_getitem__() to types.GeneratorType and
    types.CoroutineType for type hinting purposes. Patch by James
    Hilton-Balfe.
  - gh-108191: The types.SimpleNamespace now accepts an optional
    positional argument which specifies initial values of attributes
    as a dict or an iterable of key-value pairs.
  - gh-62090: Fix assertion errors caused by whitespace in metavars
    or SUPPRESS-ed groups in argparse by simplifying usage
    formatting. Patch by Ali Hamdan.
  - gh-102402: Adjust logging.LogRecord to use time.time_ns() and
    fix minor bug related to floating point math.
  - gh-100242: Bring pure Python implementation
    functools.partial.__new__ more in line with the C-implementation
    by not just always checking for the presence of the attribute
    'func' on the first argument of partial. Instead, both the
    Python version and the C version perform an isinstance(func,
    partial) check on the first argument of partial.
  - gh-99730: HEAD requests are no longer upgraded to GET request
    during redirects in urllib.
  - gh-66410: Callbacks registered in the tkinter module now take
    arguments as various Python objects (int, float, bytes, tuple),
    not just str. To restore the previous behavior set tkinter
    module global wantobject to 1 before creating the Tk object or
    call the wantobject() method of the Tk object with argument 1.
    Calling it with argument 2 restores the current default
    behavior.
  - bpo-40943: Fix several IndexError when parse emails with
    truncated Message-ID, address, routes, etc, e.g. example@.
  - bpo-39324: Add mime type mapping for .md <-> text/markdown
  - bpo-18108: shutil.chown() now supports dir_fd and
    follow_symlinks keyword arguments.
  - bpo-30988: Fix parsing of emails with invalid address headers
    having a leading or trailing dot. Patch by tsufeki.
  - bpo-32839: Add the after_info() method for Tkinter widgets.
  - Documentation
  - gh-117928: The minimum Sphinx version required for the
    documentation is now 6.2.1.
  - Build
  - gh-118734: Fixes Windows build when invoked directly (not
    through the build.bat script) without specifying a value for
    UseTIER2.
  - gh-115119: The configure option --with-system-libmpdec now
    defaults to yes. The bundled copy of libmpdecimal will be
    removed in Python 3.15.
  - gh-117845: Fix building against recent libedit versions by
    detecting readline hook signatures in configure.
  - gh-116622: A testbed project was added to run the test suite on
    Android.
  - gh-117645: Increase WASI stack size from 512 KiB to 8 MiB and
    the initial memory from 10 MiB to 20 MiB. Patch by Victor
    Stinner.
  - gh-115119: configure now uses pkg-config to detect decimal
    dependencies if the --with-system-libmpdec option is given.
  - Windows
  - gh-115119: Update Windows installer to use libmpdecimal 4.0.0.
  - gh-118486: os.mkdir() now accepts mode of 0o700 to restrict the
    new directory to the current user.
  - gh-118347: Fixes launcher updates not being installed.
  - gh-118293: The multiprocessing module now passes the
    STARTF_FORCEOFFFEEDBACK flag when spawning processes to tell
    Windows not to change the mouse cursor.
  - gh-115009: Update Windows installer to use SQLite 3.45.3.
  - gh-90329: Suppress the warning displayed on virtual environment
    creation when the requested and created paths differ only by a
    short (8.3 style) name. Warnings will continue to be shown if a
    junction or symlink in the path caused the venv to be created in
    a different location than originally requested.
  - gh-117786: Fixes virtual environments not correctly launching
    when created from a Store install.
  - macOS
  - gh-115119: Update macOS installer to use libmpdecimal 4.0.0.
  - gh-114099: iOS preprocessor symbol usage was made compatible
    with older macOS SDKs.
  - gh-115009: Update macOS installer to use SQLite 3.45.3.
  - gh-91629: Use ~/.config/fish/conf.d configs and fish_add_path to
    set PATH when installing for the Fish shell.
  - IDLE
  - bpo-34774: Use user-selected color theme for Help => IDLE Doc.
  - C API
  - gh-118124: Fix Py_BUILD_ASSERT and Py_BUILD_ASSERT_EXPR for
    non-constant expressions: use static_assert() on C11 and newer.
    Patch by Victor Stinner.
  - gh-110850: Add “Raw” variant of PyTime functions
    PyTime_MonotonicRaw()
    PyTime_PerfCounterRaw()
    PyTime_TimeRaw()
    Patch by Victor Stinner.
  - gh-117987: Restore functions removed in Python 3.13 alpha 1:
    Py_SetPythonHome()
    Py_SetProgramName()
    PySys_SetArgvEx()
    PySys_SetArgv()
    Patch by Victor Stinner.
  - gh-117929: Restore removed PyEval_InitThreads() function. Patch
    by Victor Stinner.
  - gh-117534: Improve validation logic in the C implementation of
    datetime.datetime.fromisoformat() to better handle invalid
    years. Patch by Vlad Efanov.
  - gh-68114: Fixed skipitem()’s handling of the old ‘w’ and ‘w#’
    formatters. These are no longer supported and now raise an
    exception if used.
  - gh-111997: Add a C-API for firing monitoring events.
  - Python 3.13.0 alpha 6:
  - Core and Builtins
  - gh-117648: Improve performance of os.path.join() and
    os.path.expanduser().
  - gh-117584: Raise TypeError for non-paths in posixpath.relpath().
  - gh-117494: Refactored the instruction sequence data structure
    out of compile.c into instruction_sequence.c.
  - gh-116968: Introduce a unified 16-bit backoff counter type
    (_Py_BackoffCounter), shared between the Tier 1 adaptive
    specializer and the Tier 2 optimizer. The API used for adaptive
    specialization counters is changed but the behavior is (supposed
    to be) identical.
  - The behavior of the Tier 2 counters is changed:
    There are no longer dynamic thresholds (we never varied these).
    All counters now use the same exponential backoff.
    The counter for JUMP_BACKWARD starts counting down from 16.
    The temperature in side exits starts counting down from 64.
  - gh-117431: Improve the performance of the following bytes and
    bytearray methods by adapting them to the METH_FASTCALL calling
    convention:
    endswith()
    startswith()
  - gh-117431: Improve the performance of the following str methods
    by adapting them to the METH_FASTCALL calling convention:
    count()
    endswith()
    find()
    index()
    rfind()
    rindex()
    startswith()
  - gh-117411: Move PyFutureFeatures to an internal header and make
    it private.
  - gh-109120: Added handle of incorrect star expressions, e.g f(3,
    * ). Patch by Grigoryev Semyon
  - gh-117381: Fix error message for ntpath.commonpath().
  - gh-117349: Optimise several functions in os.path.
  - gh-117335: Raise TypeError for non-sequences for
    ntpath.commonpath().
  - gh-117266: Fix crashes for certain user-created subclasses of
    ast.AST. Such classes are now expected to set the _field_types
    attribute.
  - gh-99108: Updated the hashlib built-in HACL* project C code from
    upstream that we use for many implementations when they are not
    present via OpenSSL in a given build. This also avoids the rare
    potential for a C symbol name one definition rule linking issue.
  - gh-117108: Change the old space bit of objects in the young
    generation from 0 to gcstate->visited, so that any objects
    created during GC will have the old bit set correctly if they
    get moved into the old generation.
  - gh-117108: The cycle GC now chooses the size of increments based
    on the total heap size, instead of the rate of object creation.
    This ensures that it can keep up with growing heaps.
  - gh-117114: Make os.path.isdevdrive() available on all platforms.
    For those that do not offer Dev Drives, it will always return
    False.
  - gh-116735: For INSTRUMENTED_CALL_FUNCTION_EX, set arg0 to
    sys.monitoring.MISSING instead of None for CALL event.
  - gh-113964: Starting new threads and process creation through
    os.fork() are now only prevented once all non-daemon threads
    exit.
  - gh-116626: Ensure INSTRUMENTED_CALL_FUNCTION_EX always emits
    CALL
  - gh-116554: list.sort() now exploits more cases of partial
    ordering, particularly those with long descending runs with
    sub-runs of equal values. Those are recognized as single runs
    now (previously, each block of repeated values caused a new run
    to be created).
  - gh-114099: Added a Loader that can discover extension modules in
    an iOS-style Frameworks folder.
  - gh-115775: Compiler populates the new __static_attributes__
    field on a class with the names of attributes of this class
    which are accessed through self.X from any function in its body.
  - gh-115776: The array of values, the PyDictValues struct is now
    embedded in the object during allocation. This provides better
    performance in the common case, and does not degrade as much
    when the object’s __dict__ is materialized.
  - gh-108362: Implement an incremental cyclic garbage collector. By
    collecting the old generation in increments, there is no need
    for a full heap scan. This can hugely reduce maximum pause time
    for programs with large heaps.
  - Reduce the number of generations from three to two. The old
    generation is split into two spaces, “visited” and “pending”.
  - Collection happens in two steps:: * An increment is formed from
    the young generation and a small part of the pending space. *
    This increment is scanned and the survivors moved to the end of
    the visited space.
  - When the collecting space becomes empty, the two spaces are
    swapped.
  - gh-109870: Dataclasses now calls exec() once per dataclass,
    instead of once per method being added. This can speed up
    dataclass creation by up to 20%.
  - gh-97901: Mime type text/rtf is now supported by mimetypes.
  - bpo-24612: Improve the SyntaxError that happens when ‘not’
    appears after an operator. Patch by Pablo Galindo
  - Library
  - gh-117467: Preserve mailbox ownership when rewriting in
    mailbox.mbox.flush(). Patch by Tony Mountifield.
  - gh-114848: Raise FileNotFoundError when getcwd() returns
    ‘(unreachable)’, which can happen on Linux >= 2.6.36 with glibc
    < 2.27.
  - gh-117459: asyncio.asyncio.run_coroutine_threadsafe() now keeps
    the traceback of CancelledError, TimeoutError and
    InvalidStateError which are raised in the coroutine.
  - gh-117337: Deprecate undocumented glob.glob0() and glob.glob1()
    functions. Use glob.glob() and pass a directory to its root_dir
    argument instead.
  - gh-117348: Refactored configparser.RawConfigParser._read() to
    reduce cyclometric complexity and improve comprehensibility.
  - gh-66449: configparser.ConfigParser now accepts unnamed sections
    before named ones, if configured to do so.
  - gh-88014: In documentation of gzip.GzipFile in module gzip,
    explain data type of optional constructor argument mtime, and
    recommend mtime = 0 for generating deterministic streams.
  - gh-117310: Fixed an unlikely early & extra Py_DECREF triggered
    crash in ssl when creating a new _ssl._SSLContext if CPython was
    built implausibly such that the default cipher list is empty or
    the SSL library it was linked against reports a failure from its
    C SSL_CTX_set_cipher_list() API.
  - gh-117294: A DocTestCase now reports as skipped if all examples
    in the doctest are skipped.
  - gh-98966: In subprocess, raise a more informative message when
    stdout=STDOUT.
  - gh-117225: doctest: only print “and X failed” when non-zero,
    don’t pluralise “1 items”. Patch by Hugo van Kemenade.
  - gh-117205: Speed up compileall.compile_dir() by 20% when using
    multiprocessing by increasing chunksize.
  - gh-117178: Fix regression in lazy loading of self-referential
    modules, introduced in gh-114781.
  - gh-112383: Fix dis module’s handling of ENTER_EXECUTOR
    instructions.
  - gh-117182: Lazy-loading of modules that modify their own
    __class__ no longer reverts the __class__ to types.ModuleType.
  - gh-117084: Fix zipfile extraction for directory entries with the
    name containing backslashes on Windows.
  - gh-117110: Fix a bug that prevents subclasses of typing.Any to
    be instantiated with arguments. Patch by Chris Fu.
  - gh-109653: Deferred select imports in importlib.metadata and
    importlib.resources for a 14% speedup.
  - gh-70647: Start the deprecation period for the current behavior
    of datetime.datetime.strptime() and time.strptime() which always
    fails to parse a date string with a ValueError involving a day
    of month such as strptime("02-29", "%m-%d") when a year is not
    specified and the date happen to be February 29th. This should
    help avoid users finding new bugs every four years due to a
    natural mistaken assumption about the API when parsing partial
    date values.
  - gh-116987: Fixed inspect.findsource() for class code objects.
  - gh-114099: Modify standard library to allow for iOS platform
    differences.
  - gh-90872: On Windows, subprocess.Popen.wait() no longer calls
    WaitForSingleObject() with a negative timeout: pass 0 ms if the
    timeout is negative. Patch by Victor Stinner.
  - gh-116957: configparser: Don’t leave ConfigParser values in an
    invalid state (stored as a list instead of a str) after an
    earlier read raised DuplicateSectionError or
    DuplicateOptionError.
  - gh-115538: _io.WindowsConsoleIO now emit a warning if a boolean
    value is passed as a filedescriptor argument.
  - gh-90095: Ignore empty lines and comments in .pdbrc
  - gh-106531: Refreshed zipfile._path from zipp 3.18, providing
    better compatibility for PyPy, better glob performance for
    deeply nested zipfiles, and providing internal access to
    CompleteDirs.inject for use in other tests (like
    importlib.resources).
  - gh-63207: On Windows, time.time() now uses the
    GetSystemTimePreciseAsFileTime() clock to have a resolution
    better than 1 us, instead of the GetSystemTimeAsFileTime() clock
    which has a resolution of 15.6 ms. Patch by Victor Stinner.
  - gh-116764: Restore support of None and other false values in
    urllib.parse functions parse_qs() and parse_qsl(). Also, they
    now raise a TypeError for non-zero integers and non-empty
    sequences.
  - gh-116811: In PathFinder.invalidate_caches, delegate to
    MetadataPathFinder.invalidate_caches.
  - gh-116647: Fix recursive child in dataclasses
  - gh-113171: Fixed various false positives and false negatives in
    ipaddress.IPv4Address.is_private (see these docs for details)
    ipaddress.IPv4Address.is_global
    ipaddress.IPv6Address.is_private
    ipaddress.IPv6Address.is_global
  - Also in the corresponding ipaddress.IPv4Network and
    ipaddress.IPv6Network attributes.
  - Fixes bsc#1226448 (CVE-2024-4032).
  - gh-63283: In encodings.idna, any capitalization of the the ACE
    prefix (xn--) is now acceptable. Patch by Pepijn de Vos and
    Zackery Spytz.
  - gh-71042: Add platform.android_ver(), which provides device and
    OS information on Android.
  - gh-73468: Added new math.fma() function, wrapping C99’s fma()
    operation: fused multiply-add function. Patch by Mark Dickinson
    and Victor Stinner.
  - gh-116608: The importlib.resources functions is_resource(),
    open_binary(), open_text(), path(), read_binary(), and
    read_text() are un-deprecated, and support subdirectories via
    multiple positional arguments. The contents() function also
    allows subdirectories, but remains deprecated.
  - gh-116484: Change automatically generated tkinter.Checkbutton
    widget names to avoid collisions with automatically generated
    tkinter.ttk.Checkbutton widget names within the same parent
    widget.
  - gh-114314: In ctypes, ctype data is now stored in type objects
    directly rather than in a dict subclass. This is an internal
    change that should not affect usage.
  - gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on
    opening named pipe.
  - gh-71052: Implement ctypes.util.find_library() on Android.
  - gh-90535: Fix support of interval values > 1 in
    logging.TimedRotatingFileHandler for when='MIDNIGHT' and
    when='Wx'.
  - gh-113308: Remove some internal protected parts from uuid:
    _has_uuid_generate_time_safe, _netbios_getnode,
    _ipconfig_getnode, and _load_system_functions. They were unused.
  - gh-115627: Fix the ssl module error handling of connection
    terminate by peer. It now throws an OSError with the appropriate
    error code instead of an EOFError.
  - gh-114847: Speed up os.path.realpath() on non-Windows platforms.
  - gh-114271: Fix a race in threading.Thread.join().
  - threading._MainThread now always represents the main thread of
    the main interpreter.
  - PyThreadState.on_delete and PyThreadState.on_delete_data have
    been removed.
  - gh-113538: Add asyncio.Server.close_clients() and
    asyncio.Server.abort_clients() methods which allow to more
    forcefully close an asyncio server.
  - gh-85287: Changes Unicode codecs to return UnicodeEncodeError or
    UnicodeDecodeError, rather than just UnicodeError.
  - gh-113548: pdb now allows CLI arguments to pdb -m.
  - gh-112948: Make completion of pdb similar to Python REPL
  - gh-105866: Fixed _get_slots bug which caused error when defining
    dataclasses with slots and a weakref_slot.
  - gh-96471: Add asyncio.Queue termination with shutdown() method.
  - gh-89739: The zipimport module can now read ZIP64 files.
  - bpo-33533: asyncio.as_completed() now returns an object that is
    both an asynchronous iterator and plain iterator. The new
    asynchronous iteration pattern allows for easier correlation
    between prior tasks and their completed results. This is a
    closer match to concurrent.futures.as_completed()’s iteration
    pattern. Patch by Justin Arthur.
  - bpo-27578: inspect.getsource() (and related functions) work with
    empty module files, returning '\n' (or reasonable equivalent)
    instead of raising OSError. Patch by Kernc.
  - bpo-37141: Accept an iterable of separators in
    asyncio.StreamReader.readuntil(), stopping when one of them is
    encountered.
  - gh-66543: Make mimetypes.guess_type() properly parsing of URLs
    with only a host name, URLs containing fragment or query, and
    filenames with only a UNC sharepoint on Windows. Based on patch
    by Dong-hee Na.
  - bpo-15010: unittest.TestLoader.discover() now saves the original
    value of unittest.TestLoader._top_level_dir and restores it at
    the end of the call.
  - Documentation
  - gh-115977: Remove compatibilty references to Emscripten.
  - gh-114099: Add an iOS platform guide, and flag modules not
    available on iOS.
  - gh-91565: Changes to documentation files and config outputs to
    reflect the new location for reporting bugs - i.e. GitHub rather
    than bugs.python.org.
  - Tests
  - gh-83434: Disable JUnit XML output (--junit-xml=FILE command
    line option) in regrtest when hunting for reference leaks (-R
    option). Patch by Victor Stinner.
  - gh-117187: Fix XML tests for vanilla Expat <2.6.0.
  - gh-116333: Tests of TLS related things (error codes, etc) were
    updated to be more lenient about specific error message strings
    and behaviors as seen in the BoringSSL and AWS-LC forks of
    OpenSSL.
  - gh-117089: Consolidated tests for importlib.metadata in their
    own metadata package.
  - gh-115979: Update test_importlib so that it passes under WASI
    SDK 21.
  - gh-112536: Add –tsan to test.regrtest for running TSAN tests in
    reasonable execution times. Patch by Donghee Na.
  - gh-116307: Added import helper isolated_modules as CleanImport
    does not remove modules imported during the context. Use it in
    importlib.resources tests to avoid leaving mod around to impede
    importlib.metadata tests.
  - Build
  - gh-114736: Have WASI builds use WASI SDK 21.
  - gh-115983: Skip building test modules that must be built as
    shared under WASI.
  - gh-71052: Add Android build script and instructions.
  - Windows
  - gh-117267: Ensure DirEntry.stat().st_ctime behaves consistently
    with os.stat() during the deprecation period of st_ctime by
    containing the same value as st_birthtime. After the deprecation
    period, st_ctime will be the metadata change time (or
    unavailable through DirEntry), and only st_birthtime will
    contain the creation time.
  - gh-116195: Improves performance of os.getppid() by using an
    alternate system API when available. Contributed by vxiiduu.
  - gh-88494: On Windows, time.monotonic() now uses the
    QueryPerformanceCounter() clock to have a resolution better than
    1 us, instead of the GetTickCount64() clock which has a
    resolution of 15.6 ms. Patch by Victor Stinner.
  - gh-116773: Fix instances of <_overlapped.Overlapped object at
    0xXXX> still has pending operation at deallocation, the process
    may crash.
  - gh-91227: Fix the asyncio ProactorEventLoop implementation so
    that sending a datagram to an address that is not listening does
    not prevent receiving any more datagrams.
  - gh-115119: Switched from vendored libmpdecimal code to a
    separately-hosted external package in the cpython-source-deps
    repository when building the _decimal module.
  - C API
  - gh-117642: Fix PEP 737 implementation for %#T and %#N.
  - gh-87193: _PyBytes_Resize() can now be called for bytes objects
    with reference count > 1, including 1-byte bytes objects. It
    creates a new bytes object and destroys the old one if it has
    reference count > 1.
  - gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows
    64-bit platforms.
  - gh-115756: PyCode_GetFirstFree() is an ustable API now and has
    been renamed to PyUnstable_Code_GetFirstFree(). (Contributed by
    Bogdan Romanyuk in gh-115781)
  - gh-116869: Add test_cext test: build a C extension to check if
    the Python C API emits C compiler warnings. Patch by Victor
    Stinner.
  - gh-116869: Make the C API compatible with
  - Werror=declaration-after-statement compiler flag again. Patch
    by Victor Stinner.
  - gh-116936: Add PyType_GetModuleByDef() to the limited C API.
    Patch by Victor Stinner.
  - gh-116809: Restore removed private _PyErr_ChainExceptions1()
    function. Patch by Victor Stinner.
  - gh-115754: In the limited C API version 3.13, getting Py_None,
    Py_False, Py_True, Py_Ellipsis and Py_NotImplemented singletons
    is now implemented as function calls at the stable ABI level to
    hide implementation details. Getting these constants still
    return borrowed references. Patch by Victor Stinner.
  - gh-115754: Add Py_GetConstant() and Py_GetConstantBorrowed()
    functions to get constants. For example,
    Py_GetConstant(Py_CONSTANT_ZERO) returns a strong reference to
    the constant zero. Patch by Victor Stinner.
  - gh-111696: Add support for %T, %T#, %N and %N# formats to
    PyUnicode_FromFormat(): format the fully qualified name of an
    object type and of a type: call PyType_GetModuleName(). See PEP
    737 for more information. Patch by Victor Stinner.
  - gh-111696: Add PyType_GetModuleName() function to get the type’s
    module name. Equivalent to getting the type.__module__
    attribute. Patch by Eric Snow and Victor Stinner.
  - gh-111696: Add PyType_GetFullyQualifiedName() function to get
    the type’s fully qualified name. Equivalent to
    f"{type.__module__}.{type.__qualname__}", or type.__qualname__
    if type.__module__ is not a string or is equal to "builtins".
    Patch by Victor Stinner.
  - gh-85283: The fcntl, grp, pwd, termios, _statistics and
    _testconsole C extensions are now built with the limited C API.
    Patch by Victor Stinner.
  - gh-111140: Add additional flags to PyLong_AsNativeBytes() and
    PyLong_FromNativeBytes() to allow the caller to determine how to
    handle edge cases around values that fill the entire buffer.
  - gh-113024: Add PyObject_GenericHash() function.

++++ libzypp:

  - add one more missing export for libyui-qt-pkg

++++ python313:

  - Use proper version name including tilda to separate pre-release
    version.
    https://en.opensuse.org/openSUSE:Package_versioning_guidelines
  - Update to 3.13.0b1:
  - Security
  - gh-116741: Update bundled libexpat to 2.6.2
  - gh-117233: Detect BLAKE2, SHA3, Shake, & truncated SHA512 support
    in the OpenSSL-ish libcrypto library at build time. This allows
    hashlib to be used with libraries that do not to support every
    algorithm that upstream OpenSSL does.
  - Core and Builtins
  - gh-118414: Add instrumented opcodes to YIELD_VALUE assertion for
    tracing cases.
  - gh-117953: When a builtin or extension module is imported for
    the first time, while a subinterpreter is active, the module’s
    init function is now run by the main interpreter first before
    import continues in the subinterpreter. Consequently,
    single-phase init modules now fail in an isolated subinterpreter
    without the init function running under that interpreter,
    whereas before it would run under the subinterpreter before
    failing, potentially leaving behind global state and callbacks
    and otherwise leaving the module in an inconsistent state.
  - gh-117549: Don’t use designated initializer syntax in inline
    functions in internal headers. They cause problems for C++ or
    MSVC users who aren’t yet using the latest C++ standard (C++20).
    While internal, pycore_backoff.h, is included (indirectly, via
    pycore_code.h) by some key 3rd party software that does so for
    speed.
  - gh-95382: Improve performance of json.dumps() and json.dump()
    when using the argument indent. Depending on the data the
    encoding using json.dumps() with indent can be up to 2 to 3
    times faster.
  - gh-116322: In --disable-gil builds, the GIL will be enabled
    while loading C extension modules. If the module indicates that
    it supports running without the GIL, the GIL will be disabled
    once loading is complete. Otherwise, the GIL will remain enabled
    for the remainder of the interpreter’s lifetime. This behavior
    does not apply if the GIL has been explicitly enabled or
    disabled with PYTHON_GIL or -Xgil.
  - gh-118513: Fix incorrect UnboundLocalError when two
    comprehensions in the same function both reference the same
    name, and in one comprehension the name is bound while in the
    other it’s an implicit global.
  - gh-118518: Allow the Linux perf support to work without frame
    pointers using perf’s advanced JIT support. The feature is
    activated when using the PYTHON_PERF_JIT_SUPPORT environment
    variable or when running Python with -Xperf_jit. Patch by Pablo
    Galindo.
  - gh-117514: Add sys._is_gil_enabled() function that returns
    whether the GIL is currently enabled. In the default build it
    always returns True because the GIL is always enabled. In the
    free-threaded build, it may return True or False.
  - gh-118164: Break a loop between the Python implementation of the
    decimal module and the Python code for integer to string
    conversion. Also optimize integer to string conversion for
    values in the range from 9_000 to 135_000 decimal digits.
  - gh-118473: Fix sys.set_asyncgen_hooks() not to be partially set
    when raising TypeError.
  - gh-118465: Compiler populates the new __firstlineno__ field on a
    class with the line number of the first line of the class
    definition.
  - gh-118492: Fix an issue where the type cache can expose a
    previously accessed attribute when a finalizer is run.
  - gh-117714: update async_generator.athrow().close() and
    async_generator.asend().close() to close their section of the
    underlying async generator
  - gh-111201: The interactive interpreter is now implemented in
    Python, which allows for a number of new features like colors,
    multiline input, history viewing, and paste mode. Contributed by
    Pablo Galindo, Łukasz Langa and Lysandros Nikolaou based on code
    from the PyPy project.
  - gh-74929: Implement PEP 667: converted FrameType.f_locals and
    PyFrame_GetLocals() to return a write-through proxy object when
    the frame refers to a function or comprehension.
  - gh-116767: Fix crash in compiler on ‘async with’ that has many
    context managers.
  - gh-118335: Change how to use the tier 2 interpreter. Instead of
    running Python with -X uops or setting the environment variable
    PYTHON_UOPS=1, this choice is now made at build time by
    configuring with --enable-experimental-jit=interpreter.
  - Beware! This changes the environment variable to enable or
    disable micro-ops to PYTHON_JIT. The old PYTHON_UOPS is no
    longer used.
  - gh-118306: Update JIT compilation to use LLVM 18
  - gh-118160: Annotation scopes within classes can now contain
    comprehensions. However, such comprehensions are not inlined
    into their parent scope at runtime. Patch by Jelle Zijlstra.
  - gh-118272: Fix bug where generator.close does not free the
    generator frame’s locals.
  - gh-118216: Don’t consider __future__ imports with dots before
    the module name.
  - gh-118074: Make sure that the Executor objects in the COLD_EXITS
    array aren’t assumed to be GC-able (which would access bytes
    outside the object).
  - gh-107674: Lazy load frame line number to improve performance of
    tracing
  - gh-118082: Improve SyntaxError message for imports without
    names, like in from x import and import cases. It now points out
    to users that import expects at least one name after it.
  - gh-118090: Improve SyntaxError message for empty type param
    brackets.
  - gh-102511: Speed up os.path.splitroot() with a native
    implementation.
  - gh-117958: Added a get_jit_code() method to access JIT compiled
    machine code from the UOp Executor when the experimental JIT is
    enabled. Patch by Anthony Shaw.
  - gh-117901: Add option for compiler’s codegen to save nested
    instruction sequences for introspection.
  - gh-116622: Redirect stdout and stderr to system log when
    embedded in an Android app.
  - gh-109118: annotation scope within class scopes can now contain
    lambdas.
  - gh-117894: Prevent agen.aclose() objects being re-used after
    .throw().
  - gh-117881: prevent concurrent access to an async generator via
    athrow().throw() or asend().throw()
  - gh-115874: Fixed a possible segfault during garbage collection
    of _asyncio.FutureIter objects
  - gh-117536: Fix a RuntimeWarning when calling
    agen.aclose().throw(Exception).
  - gh-117755: Fix mimalloc allocator for huge memory allocation
    (around 8,589,934,592 GiB) on s390x. Patch by Victor Stinner.
  - gh-117750: Fix issue where an object’s dict would get out of
    sync with the object’s internal values when being cleared.
    obj.__dict__.clear() now clears the internal values, but leaves
    the dict attached to the object.
  - gh-117431: Improve the performance of the following bytes and
    bytearray methods by adapting them to the METH_FASTCALL calling
    convention:
    count()
    find()
    index()
    rfind()
    rindex()
  - gh-117709: Speed up calls to str() with positional-only
    argument, by using the PEP 590 vectorcall calling convention.
    Patch by Erlend Aasland.
  - gh-117680: Give _PyInstructionSequence a Python interface and
    use it in tests.
  - gh-115776: Statically allocated objects are, by definition,
    immortal so must be marked as such regardless of whether they
    are in extension modules or not.
  - gh-117641: Speedup os.path.commonpath() on Unix.
  - gh-117636: Speedup os.path.join().
  - gh-117607: Speedup os.path.relpath().
  - gh-117385: Remove unhandled PY_MONITORING_EVENT_BRANCH and
    PY_MONITORING_EVENT_EXCEPTION_HANDLED events from
    sys.settrace().
  - gh-116322: Extension modules may indicate to the runtime that
    they can run without the GIL. Multi-phase init modules do so by
    calling providing Py_MOD_GIL_NOT_USED for the Py_mod_gil slot,
    while single-phase init modules call
    PyUnstable_Module_SetGIL(mod, Py_MOD_GIL_NOT_USED) from their
    init function.
  - gh-116129: Implement PEP 696, adding support for defaults on
    type parameters. Patch by Jelle Zijlstra.
  - gh-93502: Add two new functions to the C-API,
    PyRefTracer_SetTracer() and PyRefTracer_GetTracer(), that allows
    to track object creation and destruction the same way the
    tracemalloc module does. Patch by Pablo Galindo
  - gh-107674: Improved the performance of sys.settrace()
    significantly
  - gh-95754: Improve the error message when a script shadowing a
    module from the standard library causes AttributeError to be
    raised. Similarly, improve the error message when a script
    shadowing a third party module attempts to access an attribute
    from that third party module while still initialising.
  - gh-99180: Elide uninformative traceback indicators in return and
    simple assignment statements. Patch by Pablo Galindo.
  - gh-105879: Allow the globals and locals arguments to exec() and
    eval() to be passed as keywords.
  - Library
  - gh-118418: A DeprecationWarning is now emitted if you fail to
    pass a value to the new type_params parameter of
    typing._eval_type() or typing.ForwardRef._evaluate(). (Using
    either of these private and undocumented functions is
    discouraged to begin with, but failing to pass a value to the
    type_params parameter may lead to incorrect behaviour on Python
    3.12 or newer.)
  - gh-118660: Add an optional second type parameter to
    typing.ContextManager and typing.AsyncContextManager,
    representing the return types of __exit__() and __aexit__()
    respectively. This parameter defaults to bool | None.
  - gh-118650: The enum module allows method named _repr_* to be
    defined on Enum types.
  - gh-118648: Add type parameter defaults to typing.Generator and
    typing.AsyncGenerator.
  - gh-101137: Mime type text/x-rst is now supported by mimetypes.
  - gh-118164: The Python implementation of the decimal module could
    appear to hang in relatively small power cases (like 2**117) if
    context precision was set to a very high value. A different
    method to check for exactly representable results is used now
    that doesn’t rely on computing 10**precision (which could be
    effectively too large to compute).
  - gh-111744: breakpoint() and pdb.set_trace() now enter the
    debugger immediately after the call rather than before the next
    line is executed.
  - gh-118500: Add pdb support for zipapps
  - gh-118406: Add signature for sqlite3.Connection objects.
  - gh-101732: Use a Y2038 compatible openssl time function when
    available.
  - gh-118404: Fix inspect.signature() for non-comparable callables.
  - gh-118402: Fix inspect.signature() for the result of the
    functools.cmp_to_key() call.
  - gh-116622: On Android, sysconfig.get_platform now returns the
    format specified by PEP 738.
  - gh-118285: Allow to specify the signature of custom callable
    instances of extension type by the __text_signature__ attribute.
    Specify signatures of operator.attrgetter, operator.itemgetter,
    and operator.methodcaller instances.
  - gh-118314: Fix an edge case in binascii.a2b_base64() strict
    mode, where excessive padding is not detected when no padding is
    necessary.
  - gh-118271: Add the PhotoImage methods read() to read an image
    from a file and data() to get the image data. Add background and
    grayscale parameters to PhotoImage method write().
  - gh-118225: Add the PhotoImage method copy_replace() to copy a
    region from one image to other image, possibly with pixel
    zooming and/or subsampling. Add from_coords parameter to
    PhotoImage methods copy(), zoom() and subsample(). Add zoom and
    subsample parameters to PhotoImage method copy().
  - gh-118221: Fix a bug where sqlite3.Connection.iterdump() could
    fail if a custom row factory was used. Patch by Erlend Aasland.
  - gh-118013: Fix regression introduced in gh-103193 that meant
    that calling inspect.getattr_static() on an instance would cause
    a strong reference to that instance’s class to persist in an
    internal cache in the inspect module. This caused unexpected
    memory consumption if the class was dynamically created, the
    class held strong references to other objects which took up a
    significant amount of memory, and the cache contained the sole
    strong reference to the class. The fix for the regression leads
    to a slowdown in getattr_static(), but the function should still
    be significantly faster than it was in Python 3.11. Patch by
    Alex Waygood.
  - gh-118218: Speed up itertools.pairwise() in the common case by
    up to 1.8x.
  - gh-117486: Improve the behavior of user-defined subclasses of
    ast.AST. Such classes will now require no changes in the usual
    case to conform with the behavior changes of the ast module in
    Python 3.13. Patch by Jelle Zijlstra.
  - gh-90848: Fixed unittest.mock.create_autospec() to configure
    parent mock with keyword arguments.
  - gh-118168: Fix incorrect argument substitution when
    typing.Unpack is used with the builtin tuple. typing.Unpack now
    raises TypeError when used with certain invalid types. Patch by
    Jelle Zijlstra.
  - gh-118131: Add command-line interface for the random module.
    Patch by Hugo van Kemenade.
  - gh-118107: Fix zipimport reading of ZIP64 files with file
    entries that are too big or offset too far.
  - gh-117535: Change the unknown filename of warnings from sys to
    <sys> to clarify that it’s not a real filename.
  - gh-114053: Fix erroneous NameError when calling
    typing.get_type_hints() on a class that made use of PEP 695 type
    parameters in a module that had from __future__ import
    annotations at the top of the file. Patch by Alex Waygood.
  - gh-116931: Add parameter fileobj check for
    tarfile.TarFile.addfile()
  - gh-117995: Don’t raise DeprecationWarning when a sequence of
    parameters is used to bind indexed, nameless placeholders. See
    also gh-100668.
  - gh-80361: Fix TypeError in email.Message.get_payload() when the
    charset is RFC 2231 encoded.
  - gh-86650: Fix IndexError when parse some emails with invalid
    Message-ID (including one-off addresses generated by Microsoft
    Outlook).
  - gh-117691: Improve the error messages emitted by tarfile
    deprecation warnings relating to PEP 706. If a filter argument
    is not provided to extract() or extractall, the deprecation
    warning now points to the line in the user’s code where the
    relevant function was called. Patch by Alex Waygood.
  - gh-115060: Speed up pathlib.Path.glob() by omitting an initial
    is_dir() call. As a result of this change, glob() can no longer
    raise OSError.
  - gh-77102: site module now parses .pth file with UTF-8 first, and
    locale encoding if UnicodeDecodeError happened. It supported
    only locale encoding before.
  - gh-76785: We’ve exposed the low-level _interpreters module for
    the sake of the PyPI implementation of PEP 734. It was sometimes
    available as the _xxsubinterpreters module and was formerly used
    only for testing. For the most part, it should be considered an
    internal module, like _thread and _imp. See
    https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
  - gh-115060: Speed up pathlib.Path.glob() by not scanning
    directories for non-wildcard pattern segments.
  - gh-117727: Speed up pathlib.Path.iterdir() by using os.scandir()
    internally.
  - gh-117586: Speed up pathlib.Path.walk() by working with strings
    internally.
  - gh-117722: Change the new multi-separator support in
    asyncio.Stream.readuntil() to only accept tuples of separators
    rather than arbitrary iterables.
  - gh-117692: Fixes a bug when doctest.DocTestFinder was failing on
    wrapped builtin_function_or_method.
  - gh-117348: Largely restored import time performance of
    configparser by avoiding dataclasses.
  - gh-117663: Fix _simple_enum to detect aliases when multiple
    arguments are present but only one is the member value.
  - gh-117618: Support package.module as filename for break command
    of pdb
  - gh-102247: the status codes enum with constants in
    http.HTTPStatus are updated to include the names from RFC9110.
    This RFC includes some HTTP statuses previously only used for
    WEBDAV and assigns more generic names to them.
  - The old constants are preserved for backwards compatibility.
  - gh-117586: Speed up pathlib.Path.glob() by working with strings
    internally.
  - gh-117225: Add colour to doctest output. Patch by Hugo van
    Kemenade.
  - gh-117566: ipaddress.IPv6Address.is_loopback() will now return
    True for IPv4-mapped loopback addresses, i.e. addresses in the
    ::ffff:127.0.0.0/104 address space.
  - gh-117546: Fix issue where os.path.realpath() stopped resolving
    symlinks after encountering a symlink loop on POSIX.
  - gh-116720: Improved behavior of asyncio.TaskGroup when an
    external cancellation collides with an internal cancellation.
    For example, when two task groups are nested and both experience
    an exception in a child task simultaneously, it was possible
    that the outer task group would misbehave, because its internal
    cancellation was swallowed by the inner task group.
  - In the case where a task group is cancelled externally and also
    must raise an ExceptionGroup, it will now call the parent task’s
    cancel() method. This ensures that a asyncio.CancelledError will
    be raised at the next await, so the cancellation is not lost.
  - An added benefit of these changes is that task groups now
    preserve the cancellation count (asyncio.Task.cancelling()).
  - In order to handle some corner cases, asyncio.Task.uncancel()
    may now reset the undocumented _must_cancel flag when the
    cancellation count reaches zero.
  - gh-117516: Add typing.TypeIs, implementing PEP 742. Patch by
    Jelle Zijlstra.
  - gh-117503: Fix support of non-ASCII user names in bytes paths in
    os.path.expanduser() on Posix.
  - gh-117394: os.path.ismount() is now 2-3 times faster if the user
    has permissions.
  - gh-117313: Only treat '\n', '\r' and '\r\n' as line separators
    in re-folding the email messages. Preserve control characters
    '\v', '\f', '\x1c', '\x1d' and '\x1e' and Unicode line
    separators '\x85', '\u2028' and '\u2029' as is.
  - gh-117142: Convert _ctypes to multi-phase initialisation (PEP
    489).
  - gh-66543: Add the mimetypes.guess_file_type() function which
    works with file path. Passing file path instead of URL in
    guess_type() is soft deprecated.
  - gh-68583: webbrowser CLI: replace getopt with argparse, add long
    options. Patch by Hugo van Kemenade.
  - gh-116871: Name suggestions for AttributeError and ImportError
    now only include underscored names if the original name was
    underscored.
  - gh-116023: Don’t show empty fields (value None or []) in
    ast.dump() by default. Add show_empty=False parameter to
    optionally show them.
  - gh-115961: Added name and mode attributes for compressed and
    archived file-like objects in modules bz2, lzma, tarfile and
    zipfile. The value of the mode attribute of gzip.GzipFile was
    changed from integer (1 or 2) to string ('rb' or 'wb'). The
    value of the mode attribute of the readable file-like object
    returned by zipfile.ZipFile.open() was changed from 'r' to 'rb'.
  - gh-82062: Fix inspect.signature() to correctly handle parameter
    defaults on methods in extension modules that use names defined
    in the module namespace.
  - gh-83856: Honor atexit for all multiprocessing start methods
  - gh-113081: Print colorized exception just like built-in
    traceback in pdb
  - gh-112855: Speed up pickling of pathlib.PurePath objects. Patch
    by Barney Gale.
  - gh-111744: Support opcode events in bdb
  - gh-109617: ncurses: fixed a crash that could occur on macOS 13
    or earlier when Python was built with Apple Xcode 15’s SDK.
  - gh-83151: Enabled arbitrary statements and evaluations in pdb
    shell to access the local variables of the current frame, which
    made it possible for multi-scope code like generators or nested
    function to work.
  - gh-110209: Add __class_getitem__() to types.GeneratorType and
    types.CoroutineType for type hinting purposes. Patch by James
    Hilton-Balfe.
  - gh-108191: The types.SimpleNamespace now accepts an optional
    positional argument which specifies initial values of attributes
    as a dict or an iterable of key-value pairs.
  - gh-62090: Fix assertion errors caused by whitespace in metavars
    or SUPPRESS-ed groups in argparse by simplifying usage
    formatting. Patch by Ali Hamdan.
  - gh-102402: Adjust logging.LogRecord to use time.time_ns() and
    fix minor bug related to floating point math.
  - gh-100242: Bring pure Python implementation
    functools.partial.__new__ more in line with the C-implementation
    by not just always checking for the presence of the attribute
    'func' on the first argument of partial. Instead, both the
    Python version and the C version perform an isinstance(func,
    partial) check on the first argument of partial.
  - gh-99730: HEAD requests are no longer upgraded to GET request
    during redirects in urllib.
  - gh-66410: Callbacks registered in the tkinter module now take
    arguments as various Python objects (int, float, bytes, tuple),
    not just str. To restore the previous behavior set tkinter
    module global wantobject to 1 before creating the Tk object or
    call the wantobject() method of the Tk object with argument 1.
    Calling it with argument 2 restores the current default
    behavior.
  - bpo-40943: Fix several IndexError when parse emails with
    truncated Message-ID, address, routes, etc, e.g. example@.
  - bpo-39324: Add mime type mapping for .md <-> text/markdown
  - bpo-18108: shutil.chown() now supports dir_fd and
    follow_symlinks keyword arguments.
  - bpo-30988: Fix parsing of emails with invalid address headers
    having a leading or trailing dot. Patch by tsufeki.
  - bpo-32839: Add the after_info() method for Tkinter widgets.
  - Documentation
  - gh-117928: The minimum Sphinx version required for the
    documentation is now 6.2.1.
  - Build
  - gh-118734: Fixes Windows build when invoked directly (not
    through the build.bat script) without specifying a value for
    UseTIER2.
  - gh-115119: The configure option --with-system-libmpdec now
    defaults to yes. The bundled copy of libmpdecimal will be
    removed in Python 3.15.
  - gh-117845: Fix building against recent libedit versions by
    detecting readline hook signatures in configure.
  - gh-116622: A testbed project was added to run the test suite on
    Android.
  - gh-117645: Increase WASI stack size from 512 KiB to 8 MiB and
    the initial memory from 10 MiB to 20 MiB. Patch by Victor
    Stinner.
  - gh-115119: configure now uses pkg-config to detect decimal
    dependencies if the --with-system-libmpdec option is given.
  - Windows
  - gh-115119: Update Windows installer to use libmpdecimal 4.0.0.
  - gh-118486: os.mkdir() now accepts mode of 0o700 to restrict the
    new directory to the current user.
  - gh-118347: Fixes launcher updates not being installed.
  - gh-118293: The multiprocessing module now passes the
    STARTF_FORCEOFFFEEDBACK flag when spawning processes to tell
    Windows not to change the mouse cursor.
  - gh-115009: Update Windows installer to use SQLite 3.45.3.
  - gh-90329: Suppress the warning displayed on virtual environment
    creation when the requested and created paths differ only by a
    short (8.3 style) name. Warnings will continue to be shown if a
    junction or symlink in the path caused the venv to be created in
    a different location than originally requested.
  - gh-117786: Fixes virtual environments not correctly launching
    when created from a Store install.
  - macOS
  - gh-115119: Update macOS installer to use libmpdecimal 4.0.0.
  - gh-114099: iOS preprocessor symbol usage was made compatible
    with older macOS SDKs.
  - gh-115009: Update macOS installer to use SQLite 3.45.3.
  - gh-91629: Use ~/.config/fish/conf.d configs and fish_add_path to
    set PATH when installing for the Fish shell.
  - IDLE
  - bpo-34774: Use user-selected color theme for Help => IDLE Doc.
  - C API
  - gh-118124: Fix Py_BUILD_ASSERT and Py_BUILD_ASSERT_EXPR for
    non-constant expressions: use static_assert() on C11 and newer.
    Patch by Victor Stinner.
  - gh-110850: Add “Raw” variant of PyTime functions
    PyTime_MonotonicRaw()
    PyTime_PerfCounterRaw()
    PyTime_TimeRaw()
    Patch by Victor Stinner.
  - gh-117987: Restore functions removed in Python 3.13 alpha 1:
    Py_SetPythonHome()
    Py_SetProgramName()
    PySys_SetArgvEx()
    PySys_SetArgv()
    Patch by Victor Stinner.
  - gh-117929: Restore removed PyEval_InitThreads() function. Patch
    by Victor Stinner.
  - gh-117534: Improve validation logic in the C implementation of
    datetime.datetime.fromisoformat() to better handle invalid
    years. Patch by Vlad Efanov.
  - gh-68114: Fixed skipitem()’s handling of the old ‘w’ and ‘w#’
    formatters. These are no longer supported and now raise an
    exception if used.
  - gh-111997: Add a C-API for firing monitoring events.
  - Python 3.13.0 alpha 6:
  - Core and Builtins
  - gh-117648: Improve performance of os.path.join() and
    os.path.expanduser().
  - gh-117584: Raise TypeError for non-paths in posixpath.relpath().
  - gh-117494: Refactored the instruction sequence data structure
    out of compile.c into instruction_sequence.c.
  - gh-116968: Introduce a unified 16-bit backoff counter type
    (_Py_BackoffCounter), shared between the Tier 1 adaptive
    specializer and the Tier 2 optimizer. The API used for adaptive
    specialization counters is changed but the behavior is (supposed
    to be) identical.
  - The behavior of the Tier 2 counters is changed:
    There are no longer dynamic thresholds (we never varied these).
    All counters now use the same exponential backoff.
    The counter for JUMP_BACKWARD starts counting down from 16.
    The temperature in side exits starts counting down from 64.
  - gh-117431: Improve the performance of the following bytes and
    bytearray methods by adapting them to the METH_FASTCALL calling
    convention:
    endswith()
    startswith()
  - gh-117431: Improve the performance of the following str methods
    by adapting them to the METH_FASTCALL calling convention:
    count()
    endswith()
    find()
    index()
    rfind()
    rindex()
    startswith()
  - gh-117411: Move PyFutureFeatures to an internal header and make
    it private.
  - gh-109120: Added handle of incorrect star expressions, e.g f(3,
    * ). Patch by Grigoryev Semyon
  - gh-117381: Fix error message for ntpath.commonpath().
  - gh-117349: Optimise several functions in os.path.
  - gh-117335: Raise TypeError for non-sequences for
    ntpath.commonpath().
  - gh-117266: Fix crashes for certain user-created subclasses of
    ast.AST. Such classes are now expected to set the _field_types
    attribute.
  - gh-99108: Updated the hashlib built-in HACL* project C code from
    upstream that we use for many implementations when they are not
    present via OpenSSL in a given build. This also avoids the rare
    potential for a C symbol name one definition rule linking issue.
  - gh-117108: Change the old space bit of objects in the young
    generation from 0 to gcstate->visited, so that any objects
    created during GC will have the old bit set correctly if they
    get moved into the old generation.
  - gh-117108: The cycle GC now chooses the size of increments based
    on the total heap size, instead of the rate of object creation.
    This ensures that it can keep up with growing heaps.
  - gh-117114: Make os.path.isdevdrive() available on all platforms.
    For those that do not offer Dev Drives, it will always return
    False.
  - gh-116735: For INSTRUMENTED_CALL_FUNCTION_EX, set arg0 to
    sys.monitoring.MISSING instead of None for CALL event.
  - gh-113964: Starting new threads and process creation through
    os.fork() are now only prevented once all non-daemon threads
    exit.
  - gh-116626: Ensure INSTRUMENTED_CALL_FUNCTION_EX always emits
    CALL
  - gh-116554: list.sort() now exploits more cases of partial
    ordering, particularly those with long descending runs with
    sub-runs of equal values. Those are recognized as single runs
    now (previously, each block of repeated values caused a new run
    to be created).
  - gh-114099: Added a Loader that can discover extension modules in
    an iOS-style Frameworks folder.
  - gh-115775: Compiler populates the new __static_attributes__
    field on a class with the names of attributes of this class
    which are accessed through self.X from any function in its body.
  - gh-115776: The array of values, the PyDictValues struct is now
    embedded in the object during allocation. This provides better
    performance in the common case, and does not degrade as much
    when the object’s __dict__ is materialized.
  - gh-108362: Implement an incremental cyclic garbage collector. By
    collecting the old generation in increments, there is no need
    for a full heap scan. This can hugely reduce maximum pause time
    for programs with large heaps.
  - Reduce the number of generations from three to two. The old
    generation is split into two spaces, “visited” and “pending”.
  - Collection happens in two steps:: * An increment is formed from
    the young generation and a small part of the pending space. *
    This increment is scanned and the survivors moved to the end of
    the visited space.
  - When the collecting space becomes empty, the two spaces are
    swapped.
  - gh-109870: Dataclasses now calls exec() once per dataclass,
    instead of once per method being added. This can speed up
    dataclass creation by up to 20%.
  - gh-97901: Mime type text/rtf is now supported by mimetypes.
  - bpo-24612: Improve the SyntaxError that happens when ‘not’
    appears after an operator. Patch by Pablo Galindo
  - Library
  - gh-117467: Preserve mailbox ownership when rewriting in
    mailbox.mbox.flush(). Patch by Tony Mountifield.
  - gh-114848: Raise FileNotFoundError when getcwd() returns
    ‘(unreachable)’, which can happen on Linux >= 2.6.36 with glibc
    < 2.27.
  - gh-117459: asyncio.asyncio.run_coroutine_threadsafe() now keeps
    the traceback of CancelledError, TimeoutError and
    InvalidStateError which are raised in the coroutine.
  - gh-117337: Deprecate undocumented glob.glob0() and glob.glob1()
    functions. Use glob.glob() and pass a directory to its root_dir
    argument instead.
  - gh-117348: Refactored configparser.RawConfigParser._read() to
    reduce cyclometric complexity and improve comprehensibility.
  - gh-66449: configparser.ConfigParser now accepts unnamed sections
    before named ones, if configured to do so.
  - gh-88014: In documentation of gzip.GzipFile in module gzip,
    explain data type of optional constructor argument mtime, and
    recommend mtime = 0 for generating deterministic streams.
  - gh-117310: Fixed an unlikely early & extra Py_DECREF triggered
    crash in ssl when creating a new _ssl._SSLContext if CPython was
    built implausibly such that the default cipher list is empty or
    the SSL library it was linked against reports a failure from its
    C SSL_CTX_set_cipher_list() API.
  - gh-117294: A DocTestCase now reports as skipped if all examples
    in the doctest are skipped.
  - gh-98966: In subprocess, raise a more informative message when
    stdout=STDOUT.
  - gh-117225: doctest: only print “and X failed” when non-zero,
    don’t pluralise “1 items”. Patch by Hugo van Kemenade.
  - gh-117205: Speed up compileall.compile_dir() by 20% when using
    multiprocessing by increasing chunksize.
  - gh-117178: Fix regression in lazy loading of self-referential
    modules, introduced in gh-114781.
  - gh-112383: Fix dis module’s handling of ENTER_EXECUTOR
    instructions.
  - gh-117182: Lazy-loading of modules that modify their own
    __class__ no longer reverts the __class__ to types.ModuleType.
  - gh-117084: Fix zipfile extraction for directory entries with the
    name containing backslashes on Windows.
  - gh-117110: Fix a bug that prevents subclasses of typing.Any to
    be instantiated with arguments. Patch by Chris Fu.
  - gh-109653: Deferred select imports in importlib.metadata and
    importlib.resources for a 14% speedup.
  - gh-70647: Start the deprecation period for the current behavior
    of datetime.datetime.strptime() and time.strptime() which always
    fails to parse a date string with a ValueError involving a day
    of month such as strptime("02-29", "%m-%d") when a year is not
    specified and the date happen to be February 29th. This should
    help avoid users finding new bugs every four years due to a
    natural mistaken assumption about the API when parsing partial
    date values.
  - gh-116987: Fixed inspect.findsource() for class code objects.
  - gh-114099: Modify standard library to allow for iOS platform
    differences.
  - gh-90872: On Windows, subprocess.Popen.wait() no longer calls
    WaitForSingleObject() with a negative timeout: pass 0 ms if the
    timeout is negative. Patch by Victor Stinner.
  - gh-116957: configparser: Don’t leave ConfigParser values in an
    invalid state (stored as a list instead of a str) after an
    earlier read raised DuplicateSectionError or
    DuplicateOptionError.
  - gh-115538: _io.WindowsConsoleIO now emit a warning if a boolean
    value is passed as a filedescriptor argument.
  - gh-90095: Ignore empty lines and comments in .pdbrc
  - gh-106531: Refreshed zipfile._path from zipp 3.18, providing
    better compatibility for PyPy, better glob performance for
    deeply nested zipfiles, and providing internal access to
    CompleteDirs.inject for use in other tests (like
    importlib.resources).
  - gh-63207: On Windows, time.time() now uses the
    GetSystemTimePreciseAsFileTime() clock to have a resolution
    better than 1 us, instead of the GetSystemTimeAsFileTime() clock
    which has a resolution of 15.6 ms. Patch by Victor Stinner.
  - gh-116764: Restore support of None and other false values in
    urllib.parse functions parse_qs() and parse_qsl(). Also, they
    now raise a TypeError for non-zero integers and non-empty
    sequences.
  - gh-116811: In PathFinder.invalidate_caches, delegate to
    MetadataPathFinder.invalidate_caches.
  - gh-116647: Fix recursive child in dataclasses
  - gh-113171: Fixed various false positives and false negatives in
    ipaddress.IPv4Address.is_private (see these docs for details)
    ipaddress.IPv4Address.is_global
    ipaddress.IPv6Address.is_private
    ipaddress.IPv6Address.is_global
  - Also in the corresponding ipaddress.IPv4Network and
    ipaddress.IPv6Network attributes.
  - Fixes bsc#1226448 (CVE-2024-4032).
  - gh-63283: In encodings.idna, any capitalization of the the ACE
    prefix (xn--) is now acceptable. Patch by Pepijn de Vos and
    Zackery Spytz.
  - gh-71042: Add platform.android_ver(), which provides device and
    OS information on Android.
  - gh-73468: Added new math.fma() function, wrapping C99’s fma()
    operation: fused multiply-add function. Patch by Mark Dickinson
    and Victor Stinner.
  - gh-116608: The importlib.resources functions is_resource(),
    open_binary(), open_text(), path(), read_binary(), and
    read_text() are un-deprecated, and support subdirectories via
    multiple positional arguments. The contents() function also
    allows subdirectories, but remains deprecated.
  - gh-116484: Change automatically generated tkinter.Checkbutton
    widget names to avoid collisions with automatically generated
    tkinter.ttk.Checkbutton widget names within the same parent
    widget.
  - gh-114314: In ctypes, ctype data is now stored in type objects
    directly rather than in a dict subclass. This is an internal
    change that should not affect usage.
  - gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on
    opening named pipe.
  - gh-71052: Implement ctypes.util.find_library() on Android.
  - gh-90535: Fix support of interval values > 1 in
    logging.TimedRotatingFileHandler for when='MIDNIGHT' and
    when='Wx'.
  - gh-113308: Remove some internal protected parts from uuid:
    _has_uuid_generate_time_safe, _netbios_getnode,
    _ipconfig_getnode, and _load_system_functions. They were unused.
  - gh-115627: Fix the ssl module error handling of connection
    terminate by peer. It now throws an OSError with the appropriate
    error code instead of an EOFError.
  - gh-114847: Speed up os.path.realpath() on non-Windows platforms.
  - gh-114271: Fix a race in threading.Thread.join().
  - threading._MainThread now always represents the main thread of
    the main interpreter.
  - PyThreadState.on_delete and PyThreadState.on_delete_data have
    been removed.
  - gh-113538: Add asyncio.Server.close_clients() and
    asyncio.Server.abort_clients() methods which allow to more
    forcefully close an asyncio server.
  - gh-85287: Changes Unicode codecs to return UnicodeEncodeError or
    UnicodeDecodeError, rather than just UnicodeError.
  - gh-113548: pdb now allows CLI arguments to pdb -m.
  - gh-112948: Make completion of pdb similar to Python REPL
  - gh-105866: Fixed _get_slots bug which caused error when defining
    dataclasses with slots and a weakref_slot.
  - gh-96471: Add asyncio.Queue termination with shutdown() method.
  - gh-89739: The zipimport module can now read ZIP64 files.
  - bpo-33533: asyncio.as_completed() now returns an object that is
    both an asynchronous iterator and plain iterator. The new
    asynchronous iteration pattern allows for easier correlation
    between prior tasks and their completed results. This is a
    closer match to concurrent.futures.as_completed()’s iteration
    pattern. Patch by Justin Arthur.
  - bpo-27578: inspect.getsource() (and related functions) work with
    empty module files, returning '\n' (or reasonable equivalent)
    instead of raising OSError. Patch by Kernc.
  - bpo-37141: Accept an iterable of separators in
    asyncio.StreamReader.readuntil(), stopping when one of them is
    encountered.
  - gh-66543: Make mimetypes.guess_type() properly parsing of URLs
    with only a host name, URLs containing fragment or query, and
    filenames with only a UNC sharepoint on Windows. Based on patch
    by Dong-hee Na.
  - bpo-15010: unittest.TestLoader.discover() now saves the original
    value of unittest.TestLoader._top_level_dir and restores it at
    the end of the call.
  - Documentation
  - gh-115977: Remove compatibilty references to Emscripten.
  - gh-114099: Add an iOS platform guide, and flag modules not
    available on iOS.
  - gh-91565: Changes to documentation files and config outputs to
    reflect the new location for reporting bugs - i.e. GitHub rather
    than bugs.python.org.
  - Tests
  - gh-83434: Disable JUnit XML output (--junit-xml=FILE command
    line option) in regrtest when hunting for reference leaks (-R
    option). Patch by Victor Stinner.
  - gh-117187: Fix XML tests for vanilla Expat <2.6.0.
  - gh-116333: Tests of TLS related things (error codes, etc) were
    updated to be more lenient about specific error message strings
    and behaviors as seen in the BoringSSL and AWS-LC forks of
    OpenSSL.
  - gh-117089: Consolidated tests for importlib.metadata in their
    own metadata package.
  - gh-115979: Update test_importlib so that it passes under WASI
    SDK 21.
  - gh-112536: Add –tsan to test.regrtest for running TSAN tests in
    reasonable execution times. Patch by Donghee Na.
  - gh-116307: Added import helper isolated_modules as CleanImport
    does not remove modules imported during the context. Use it in
    importlib.resources tests to avoid leaving mod around to impede
    importlib.metadata tests.
  - Build
  - gh-114736: Have WASI builds use WASI SDK 21.
  - gh-115983: Skip building test modules that must be built as
    shared under WASI.
  - gh-71052: Add Android build script and instructions.
  - Windows
  - gh-117267: Ensure DirEntry.stat().st_ctime behaves consistently
    with os.stat() during the deprecation period of st_ctime by
    containing the same value as st_birthtime. After the deprecation
    period, st_ctime will be the metadata change time (or
    unavailable through DirEntry), and only st_birthtime will
    contain the creation time.
  - gh-116195: Improves performance of os.getppid() by using an
    alternate system API when available. Contributed by vxiiduu.
  - gh-88494: On Windows, time.monotonic() now uses the
    QueryPerformanceCounter() clock to have a resolution better than
    1 us, instead of the GetTickCount64() clock which has a
    resolution of 15.6 ms. Patch by Victor Stinner.
  - gh-116773: Fix instances of <_overlapped.Overlapped object at
    0xXXX> still has pending operation at deallocation, the process
    may crash.
  - gh-91227: Fix the asyncio ProactorEventLoop implementation so
    that sending a datagram to an address that is not listening does
    not prevent receiving any more datagrams.
  - gh-115119: Switched from vendored libmpdecimal code to a
    separately-hosted external package in the cpython-source-deps
    repository when building the _decimal module.
  - C API
  - gh-117642: Fix PEP 737 implementation for %#T and %#N.
  - gh-87193: _PyBytes_Resize() can now be called for bytes objects
    with reference count > 1, including 1-byte bytes objects. It
    creates a new bytes object and destroys the old one if it has
    reference count > 1.
  - gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows
    64-bit platforms.
  - gh-115756: PyCode_GetFirstFree() is an ustable API now and has
    been renamed to PyUnstable_Code_GetFirstFree(). (Contributed by
    Bogdan Romanyuk in gh-115781)
  - gh-116869: Add test_cext test: build a C extension to check if
    the Python C API emits C compiler warnings. Patch by Victor
    Stinner.
  - gh-116869: Make the C API compatible with
  - Werror=declaration-after-statement compiler flag again. Patch
    by Victor Stinner.
  - gh-116936: Add PyType_GetModuleByDef() to the limited C API.
    Patch by Victor Stinner.
  - gh-116809: Restore removed private _PyErr_ChainExceptions1()
    function. Patch by Victor Stinner.
  - gh-115754: In the limited C API version 3.13, getting Py_None,
    Py_False, Py_True, Py_Ellipsis and Py_NotImplemented singletons
    is now implemented as function calls at the stable ABI level to
    hide implementation details. Getting these constants still
    return borrowed references. Patch by Victor Stinner.
  - gh-115754: Add Py_GetConstant() and Py_GetConstantBorrowed()
    functions to get constants. For example,
    Py_GetConstant(Py_CONSTANT_ZERO) returns a strong reference to
    the constant zero. Patch by Victor Stinner.
  - gh-111696: Add support for %T, %T#, %N and %N# formats to
    PyUnicode_FromFormat(): format the fully qualified name of an
    object type and of a type: call PyType_GetModuleName(). See PEP
    737 for more information. Patch by Victor Stinner.
  - gh-111696: Add PyType_GetModuleName() function to get the type’s
    module name. Equivalent to getting the type.__module__
    attribute. Patch by Eric Snow and Victor Stinner.
  - gh-111696: Add PyType_GetFullyQualifiedName() function to get
    the type’s fully qualified name. Equivalent to
    f"{type.__module__}.{type.__qualname__}", or type.__qualname__
    if type.__module__ is not a string or is equal to "builtins".
    Patch by Victor Stinner.
  - gh-85283: The fcntl, grp, pwd, termios, _statistics and
    _testconsole C extensions are now built with the limited C API.
    Patch by Victor Stinner.
  - gh-111140: Add additional flags to PyLong_AsNativeBytes() and
    PyLong_FromNativeBytes() to allow the caller to determine how to
    handle edge cases around values that fill the entire buffer.
  - gh-113024: Add PyObject_GenericHash() function.

++++ regionServiceClientConfigAzure:

  - Update to version 2.1.0 (bsc#1217537)
    + Replace certs 23.100.36.229.pem and 40.121.202.140.pem (4096 length):
    rgnsrv-azure-westus -> 23.100.36.229.pem expires 9 years
    rgnsrv-azure-eastus  -> 40.121.202.140.pem expires 10 years

++++ regionServiceClientConfigEC2:

  - Version 4.2.0
    Replace certs (length 4096):
    rgnsrv-ec2-cn-north1  -> 54.223.148.145 expires in 8 years
    rgnsrv-ec2-us-west2-2 -> 54.245.101.47  expires in 9 years
    Sidenote: We have one server with a short cert (2048) left;
    34.197.223.242 expires in 2027

++++ regionServiceClientConfigGCE:

  - Update to version 4.1.0 (bsc#1217538)
    + Replace 162.222.182.90 and 35.187.193.56 (length 4096):
    rgnsrv-gce-asia-northeast1 -> 162.222.182.90 expires in 9 years
    rgnsrv-gce-us-central1 -> 35.187.193.56 expires in 10 years

++++ virt-manager:

  - Enable mdev tests with the introduction of libvirt 10.3.0
    virt-manager.spec

------------------------------------------------------------------
------------------  2024-5-8  -  May 8 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.15 → 10.0.16
  - poetry build doesn't like symlinks
    The sdist tarball produced by poetry build does not include
    all files and skipped symlinks in test/data. This caused the
    unit test run to fail if called from within that sources
  - Fix spec file
    Require docopt-ng for Fedora 41+

++++ glibc:

  - ulp-prologue-into-asm-functions.patch: Avoid creating ULP prologue
    for _start routine (bsc#1221940)
  - utmp-time-bits.patch: login: structs utmp, utmpx, lastlog _TIME_BITS
    independence (BZ #30701)
  - elf-parse-tunables.patch: elf: Only process multiple tunable once (BZ
    [#31686])

++++ kernel-default:

  - io_uring: kabi cookie remove (bsc#1217384).
  - commit 6174cfd
  - Update
    patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch
    (bsc#1223670 CVE-2024-26933).
    Added CVE and bugzilla ID
  - commit 2932a82
  - crypto: iaa - Fix nr_cpus < nr_iaa case (bsc#1223732
    CVE-2024-26945).
  - commit d4480a0
  - supported.conf: support tcp_dctcp module (jsc#PED-8111)
  - commit 84b1f91
  - Update
    patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch
    (git-fixes CVE-2023-52616 bsc#1221612).
  - commit 0f801e9
  - Update "drm/vmwgfx: Fix possible null pointer derefence with invalid contexts" (CVE-2024-26979 bsc#1223628)
  - commit 562486d

++++ util-linux-systemd:

  - Update to version 2.40.1
    * agetty: don't overwrite TERM passed by the user
    * fsck.minix: fix possible overrun
    * libblkid: fix segfault when blkid.conf doesn't exist
    * libfdisk: add initializer to geometry
    * libmount: fix access check for utab in context
    * libmount: fix umount --read-only
    * lsns: fix netns use
  - Drop skip-lsfd-tests-PR2888.patch, was a backport

++++ util-linux:

  - Update to version 2.40.1
    * agetty: don't overwrite TERM passed by the user
    * fsck.minix: fix possible overrun
    * libblkid: fix segfault when blkid.conf doesn't exist
    * libfdisk: add initializer to geometry
    * libmount: fix access check for utab in context
    * libmount: fix umount --read-only
    * lsns: fix netns use
  - Drop skip-lsfd-tests-PR2888.patch, was a backport

++++ libguestfs:

  - Set Recommends on zerofree and ntfsprogs for libguestfs-appliance
    (bsc#1223444)

++++ ncurses:

  - Make verify the patches an optional task for local builds only

++++ unbound:

  - Update to 1.20.0:
    Features:
    * The config for discard-timeout, wait-limit, wait-limit-cookie,
    wait-limit-netblock and wait-limit-cookie-netblock was added,
    for the fix to the DNSBomb issue.
    * Merge GH#1027: Introduce 'cache-min-negative-ttl' option.
    * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support;
    updates config.guess(2024-01-01) and config.sub(2024-01-01),
    verified with upstream.
    * Implement cachedb-check-when-serve-expired: yes option, default
    is enabled. When serve expired is enabled with cachedb, it
    first checks cachedb before serving the expired response.
    * Fix GH#876: [FR] can unbound-checkconf be silenced when
    configuration is valid?
    Bug Fixes:
    * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to
    Xiang Li from the Network and Information Security Lab of
    Tsinghua University for reporting it.
    * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option
    deprecation warnings and updates with newer defaults.
    * Remove unused portion from iter_dname_ttl unit test.
    * Fix validator classification of qtype DNAME for positive and
    redirection answers, and fix validator signature routine for
    dealing with the synthesized CNAME for a DNAME without
    previously encountering it and also for when the qtype is
    DNAME.
    * Fix qname minimisation for reply with a DNAME for qtype CNAME
    that answers it.
    * Fix doc test so it ignores but outputs unsupported doxygen
    options.
    * Fix GH#1021 Inconsistent Behavior with Changing
    rpz-cname-override and doing a unbound-control reload.
    * Merge GH#1028: Clearer documentation for tcp-idle-timeout and
    edns-tcp-keepalive-timeout.
    * Fix GH#1029: rpz trigger clientip and action rpz-passthru not
    working as expected.
    * Fix rpz that the rpz override is taken in case of clientip
    triggers. Fix that the clientip passthru action is logged. Fix
    that the clientip localdata action is logged. Fix rpz override
    action cname for the clientip trigger.
    * Fix to unify codepath for local alias for rpz cname action
    override.
    * Fix rpz for cname override action after nsdname and nsip
    triggers.
    * Fix that addrinfo is not kept around but copied and freed, so
    that log-destaddr uses a copy of the information, much like NSD
    does.
    * Merge GH#1030: Persist the openssl and expat directories for
    repeated Windows builds.
    * Fix that rpz CNAME content is limited to the max number of
    cnames.
    * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and
    sets the reply query_info values, that is better for debug
    logging.
    * Fix rpz that copies the cname override completely to the temp
    region, so there are no references to the rpz region.
    * Add rpz unit test for nsip action override.
    * Fix rpz for qtype CNAME after nameserver trigger.
    * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix
    that clientip and nsip can give a CNAME.
    * Fix localdata and rpz localdata to match CNAME only if no
    direct type match is available.
    * Merge GH#831 from Pierre4012: Improve Windows NSIS installer
    script (setup.nsi).
    * For GH#831: Format text, use exclamation icon and explicit label
    names.
    * Fix name of unit test for subnet cache response.
    * Fix GH#1032: The size of subnet_msg_cache calculation mistake
    cause memory usage increased beyond expectations.
    * Fix for GH#1032, add safeguard to make table space positive.
    * Fix comment in lruhash space function.
    * Fix to add unit test for lruhash space that exercises the
    routines.
    * Fix that when the server truncates the pidfile, it does not
    follow symbolic links.
    * Fix that the server does not chown the pidfile.
    * Fix GH#1034: DoT forward-zone via unbound-control.
    * Fix for crypto related failures to have a better error string.
    * Fix GH#1035: Potential Bug while parsing port from the
    "stub-host" string; also affected forward-zones and
    remote-control host directives.
    * Fix GH#369: dnstap showing extra responses; for client responses
    right from the cache when replying with expired data or
    prefetching.
    * Fix GH#1040: fix heap-buffer-overflow issue in function
    cfg_mark_ports of file util/config_file.c.
    * For GH#1040: adjust error text and disallow negative ports in
    other parts of cfg_mark_ports.
    * Fix comment syntax for view function views_find_view.
    * Fix GH#595: unbound-anchor cannot deal with full disk; it will
    now first write out to a temp file before replacing the
    original one, like Unbound already does for
    auto-trust-anchor-file.
    * Fixup compile without cachedb.
    * Add test for cachedb serve expired.
    * Extended test for cachedb serve expired.
    * Fix makefile dependencies for fake_event.c.
    * Fix cachedb for serve-expired with serve-expired-reply-ttl.
    * Fix to not reply serve expired unless enabled for cachedb.
    * Fix cachedb for serve-expired with
    serve-expired-client-timeout.
    * Fixup unit test for cachedb server expired client timeout with
    a check if response if from upstream or from cachedb.
    * Fixup cachedb to not refetch when serve-expired-client-timeout
    is used.
    * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since
    Python 3.8
    * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4.
    * Fix configure, autoconf for GH#1048.
    * Add checklock feature verbose_locking to trace locks and
    unlocks.
    * Fix edns subnet to sort rrset references when storing messages
    in the cache. This fixes a race condition in the rrset locks.
    * Merge GH#1053: Remove child delegations from cache when
    grandchild delegations are returned from parent.
    * Fix ci workflow for macos for moved install locations.
    * Fix configure flto check error, by finding grep for it.
    * Merge GH#1041: Stub and Forward unshare. This has one structure
    for them and fixes GH#1038: fatal error: Could not initialize
    thread / error: reading root hints.
    * Fix to disable fragmentation on systems with IP_DONTFRAG, with
    a nonzero value for the socket option argument.
    * Fix doc unit test for out of directory build.
    * Fix cachedb with serve-expired-client-timeout disabled. The
    edns subnet module deletes global cache and cachedb cache when
    it stores a result, and serve-expired is enabled, so that the
    global reply, that is older than the ecs reply, does not return
    after the ecs reply expires.
    * Add unit tests for cachedb and subnet cache expired data.
    * Man page entry for unbound-checkconf -q.
    * Cleanup unnecessary strdup calls for EDE strings.
    * Fix doxygen comment for errinf_to_str_bogus.

++++ libvirt:

  - CVE-2024-4418: rpc: ensure temporary GSource is removed from
    client event loop
    bsc#1223849
  - libxl: Fix domxml-to-native conversion
    bsc#1222584

++++ wtmpdb:

  - Update to version 0.12.0+git.20240508:
  - boot: Query systemd if soft-reboot was done

++++ libzypp:

  - Revert eintrSafeCall behavior to setting errno to 0.
  - version 17.33.3 (34)

++++ qemu:

  - Fixes:
    * [openSUSE][RPM] Prioritize PA over PipeWire in SLE (bsc#1222218)
    * [openSUSE][RPM] Hostname normalization (for repr. build ) done properly (boo#1084909)

++++ os-update:

  - Update to version 1.17
  - Implement soft-reboot support for non restartable services

------------------------------------------------------------------
------------------  2024-5-7  -  May 7 2024  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Keep en and en_GB 'translations' in the main package: do not
    force -lang packages onto all users.

++++ python-kiwi:

  - Bump version: 10.0.14 → 10.0.15
  - REview runtime_configuration.rst
  - Review repository_setup.rst

++++ transactional-update:

  - Version 4.6.8
  - tukit: Properly handle overlay syncing failures: If the system
    would not be rebooted and several snapshots accumulated in the
    meantime, it was possible that the previous base snapshot -
    required for /etc syncing - was deleted already. In that case
    changes in /etc might have been reset.
    [gh#openSUSE/transactional-update#116]
    [gh#kube-hetzner/terraform-hcloud-kube-hetzner#1287]
  - soft-reboot: Log requested reboot type
  - soft-reboot: Don't force hard reboot on version change only

++++ fde-tools:

  - Add fde-tools-bsc1223771-firstboot-make-Pass-phrase-mandatory.patch
    to make "pass" mandatory during firstboot (bsc#1223771)

++++ fwupd:

  - Update to version 1.9.19:
    + This release adds the following features:
  - Drop heap as part of a housekeeping action.
  - Retry downloads to workaround flaky network connections.
    + This release fixes the following bugs:
  - Assume new ME versions are called CSME.
  - Fix a buffer-overread when parsing invalid CoSWID entity
    data.
  - Fix a logic thinko when parsing GUID strings.
  - Fix downloading files on Windows with libcurl >= 7.77.0.
  - Revert back to a simpler syscall blocklist-based filter.
    + This release adds support for the following hardware:.
  - Acer U32 dock.
  - Luxshare 7-in-1 dock.
  - Pixart models 2404, 4206, 2440, 2418, 2752, 2840 and 2818.

++++ guestfs-tools:

  - Add Requires on libguestfs which will pull in
    libguestfs-appliance and all its dependencies. (bsc#1223444)
    guestfs-tools.spec

++++ kernel-default:

  - btrfs: fix race when detecting delalloc ranges during fiemap
    (bsc#1223285).
  - commit b4449a9
  - btrfs: ensure fiemap doesn't race with writes when
    FIEMAP_FLAG_SYNC is given (bsc#1223285).
  - commit e1d5456
  - btrfs: fix race between ordered extent completion and fiemap
    (bsc#1223285).
  - commit b2ade77
  - btrfs: fix deadlock with fiemap and extent locking
    (bsc#1223285).
  - commit 032df64
  - btrfs: send: don't issue unnecessary zero writes for trailing
    hole (bsc#1222459).
  - commit 79ef069
  - inet: read sk->sk_family once in inet_recv_error() (bsc#1222385
    CVE-2024-26679).
  - commit cb5e75a
  - Move upstreamed HD-audio patch into sorted section
  - commit d615f15
  - ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7
    (bsc#1217750).
  - commit 9e75dfd
  - btrfs: dev-replace: properly validate device names (CVE-2024-26791 bsc#1222793)
  - commit 0244362
  - fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (CVE-2023-52641 bsc#1222303)
  - commit 3195e8d
  - fix patch references (CVE-2024-26739 bsc#1222559):
  - patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch
  - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch
  - commit af4b677
  - usb: dwc3: core: Prevent phy suspend during init (Git-fixes).
  - commit 0feb823
  - netfilter: nft_ct: fix l3num expectations with inet pseudo
    family (git-fixes).
  - commit e0fbf15
  - drm/i915/vma: Fix UAF on destroy against retire race (CVE-2024-26939 bsc#1223679).
  - commit 0c69759
  - Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes).
  - commit 2bd2798
  - rds: tcp: Fix use-after-free of net in reqsk_timer_handler()
    (CVE-2024-26865 bsc#1223062).
  - commit 4df5c35

++++ llvm19:

  - Update to version 18.1.5.
    * This release contains bug-fixes for the LLVM 18.1.0 release.
    This release is API and ABI compatible with 18.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ libguestfs:

  - Switch Recommends to Requires for several packages in the
    libguestfs-appliance which is where the tools from these
    packages are used. (bsc#1223444)

++++ openssl-3:

  - Enable livepatching support (bsc#1223428)
  - Add ktls capability [bsc#1216950]
    Already added in January, but not mentioned in this changelog.

++++ systemd:

  - Import commit 49fb09fa18a7b81f6b3c3c15aca47fd00940430e (merge of v255.5)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/23b15deb203780580cbfad095ae1071bd2133220...49fb09fa18a7b81f6b3c3c15aca47fd00940430e
  - Import commit 23b15deb203780580cbfad095ae1071bd2133220
    23b15deb20 gpt-auto-generator: be more defensive when checking the presence of ESP in fstab (bsc#1218671)
    7ed2979654 journalctl: explicitly check < 0 for error
    fc5e25d0a0 journalctl: make --until work again with --after-cursor and --lines (bsc#1221906)

++++ live-langset-data:

  - Switch from yast2-country (getcountrydata.rb) to python-langtable
    (getcountrydata.py). Effective changes:
    * Remove writing to /etc/sysconfig/{console,keyboard}
    * Remove CONSOLE_SCREENMAP, CONSOLE_UNICODEMAP, CONSOLE_MAGIC
    and RC_LC_MESSAGES
    * Uses different keyboard layouts and console fonts for some locales
    * Drops the file extension from CONSOLE_FONT
  - Relicense to GPL-3.0-or-later

++++ osinfo-db:

  - bsc#1222738 - virt-manager shows SLE Micro 6.0 in suggested OS
    version should be SL Micro 6.0
    add-slm6.0-support.patch
    Drop add-slem6.0-support.patch

++++ pam_pkcs11:

  - Fix for bsc#1221255:
    * Add patch 0001-Set-slot_num-configuration-parameter-to-0-by-default.patch

++++ patterns-micro:

  - Use registries-conf-default on Leap Micro

++++ python-bcrypt:

  - update to 4.1.3:
    * Bump Rust dependency versions
    * Fixed the type signature on the ``kdf`` method.
    * Fixed packaging bug on Windows.
    * Fixed incompatibility with passlib package detection assumptions.
    * Dropped support for Python 3.6.
    * Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the
    ``BCRYPT_ALLOW_RUST_163`` environment variable)

++++ python-cryptography:

  - update to 42.0.7:
    * Restored Windows 7 compatibility for our pre-built wheels.
    Note that we do not test on Windows 7 and wheels for our next
    release will not support it. Microsoft no longer provides
    support for Windows 7 and users are encouraged to upgrade.
  - update to 42.0.6:
    * Fixed compilation when using LibreSSL 3.9.1.

++++ suseconnect-ng:

  - Update to version 1.9.0
    * Fix certificate import for Yast when using a registration proxy with
    self-signed SSL certificate (bsc#1223107)

++++ virt-manager:

  - bsc#1222738 - virt-manager shows SLE Micro 6.0 in suggested OS
    version should be SL Micro 6.0
    virtinst-add-slm-detection-support.patch

------------------------------------------------------------------
------------------  2024-5-6  -  May 6 2024  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.231.0:
    * Allow container domains to communicate with spc_t unix_stream_sockets
    * Move to %posttrans to ensure selinux-policy got updated before
    the commands run (bsc#1221720)

++++ gdk-pixbuf:

  - Pass -Dothers=enabled to meson: enable other image loaders (most
    notably beeded seems xpm,xbm). This is in line with upstreams
    recommendation for now, but won't be working past version 2.43.x.
    The loaders will likely be split out into a separate repo.
    (boo#1223903, glgo#GNOME/gdk-pixbuf!169).
  - Add 238893d8cd6f9c2616a05ab521a29651a17a38c2.patch: Fix test
    suite with other loaders enabled.

++++ gsettings-desktop-schemas:

  - Move en_US and en_GB 'translations' to the main package. Do not
    force the -lang package on all users.

++++ jeos-firstboot:

  - Update to version 1.4.2:
    * Resolve cycle w.r.t. wicked (bsc#1223391)

++++ kernel-default:

  - packet: annotate data-races around ignore_outgoing
    (CVE-2024-26862 bsc#1223111).
  - commit 50ec7e9
  - Update
    patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch
    references (add CVE-2024-0639 bsc#1218917).
  - commit 61e4bcd
  - fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (CVE-2023-52641 bsc#1222303)
  - commit 45e1211
  - netfilter: nft_ct: sanitize layer 3 and 4 protocol number in
    custom expectations (bsc#1222368 CVE-2024-26673).
  - commit bffaac0
  - fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993 bsc#1223693)
  - commit b75cd2c
  - btrfs: don't drop extent_map for free space inode on write error (CVE-2024-26726 bsc#1222532)
  - commit 60707c9
  - ring-buffer: Only update pages_touched when a new page is
    touched (git-fixes).
  - commit f2292de
  - kprobes: Fix possible use-after-free issue on kprobe
    registration (git-fixes).
  - commit 3121e4a
  - Update
    patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch
    (bsc#1219485 bsc#1219451 git-fixes CVE-2024-27009 bsc#1223699).
  - Update
    patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch
    (git-fixes CVE-2024-26959 bsc#1223667).
  - Update
    patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch
    (git-fixes CVE-2024-27059 bsc#1223738).
  - Update
    patches.suse/backlight-hx8357-Fix-potential-NULL-pointer-derefere.patch
    (git-fixes CVE-2024-27071 bsc#1223734).
  - Update patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch
    (git-fixes CVE-2024-27038 bsc#1223816).
  - Update
    patches.suse/clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfree.patch
    (git-fixes CVE-2024-27039 bsc#1223821).
  - Update
    patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch
    (git-fixes CVE-2024-26970 bsc#1223644).
  - Update
    patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch
    (git-fixes CVE-2024-26969 bsc#1223645).
  - Update
    patches.suse/clk-qcom-gcc-ipq9574-fix-terminating-of-frequency-ta.patch
    (git-fixes CVE-2024-26968 bsc#1223642).
  - Update
    patches.suse/clk-qcom-mmcc-apq8084-fix-terminating-of-frequency-t.patch
    (git-fixes CVE-2024-26966 bsc#1223646).
  - Update
    patches.suse/clk-qcom-mmcc-msm8974-fix-terminating-of-frequency-t.patch
    (git-fixes CVE-2024-26965 bsc#1223648).
  - Update
    patches.suse/clk-zynq-Prevent-null-pointer-dereference-caused-by-.patch
    (git-fixes CVE-2024-27037 bsc#1223717).
  - Update
    patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch
    (git-fixes CVE-2024-27051 bsc#1223769).
  - Update
    patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch
    (git-fixes CVE-2024-26974 bsc#1223638).
  - Update
    patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch
    (git-fixes CVE-2024-27040 bsc#1223711).
  - Update
    patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch
    (git-fixes CVE-2024-27045 bsc#1223826).
  - Update
    patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch
    (git-fixes CVE-2024-27044 bsc#1223723).
  - Update
    patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch
    (git-fixes CVE-2024-27041 bsc#1223714).
  - Update
    patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch
    (git-fixes CVE-2024-27042 bsc#1223823).
  - Update
    patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch
    (git-fixes CVE-2024-26979 bsc#1223628).
  - Update
    patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch
    (jsc#PED-7542 CVE-2024-27023 bsc#1223776).
  - Update
    patches.suse/media-dvb-frontends-avoid-stack-overflow-warnings-wi.patch
    (git-fixes CVE-2024-27075 bsc#1223842).
  - Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch
    (git-fixes CVE-2024-27043 bsc#1223824).
  - Update
    patches.suse/media-go7007-fix-a-memleak-in-go7007_load_encoder.patch
    (git-fixes CVE-2024-27074 bsc#1223844).
  - Update
    patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch
    (git-fixes CVE-2024-27076 bsc#1223779).
  - Update
    patches.suse/media-ttpci-fix-two-memleaks-in-budget_av_attach.patch
    (git-fixes CVE-2024-27073 bsc#1223843).
  - Update
    patches.suse/media-usbtv-Remove-useless-locks-in-usbtv_video_free.patch
    (git-fixes CVE-2024-27072 bsc#1223837).
  - Update
    patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch
    (git-fixes CVE-2024-27077 bsc#1223780).
  - Update
    patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch
    (git-fixes CVE-2024-27078 bsc#1223781).
  - Update
    patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch
    (git-fixes CVE-2024-27047 bsc#1223828).
  - Update
    patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch
    (git-fixes CVE-2024-26956 bsc#1223663).
  - Update
    patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch
    (git-fixes CVE-2024-26955 bsc#1223657).
  - Update patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch
    (git-fixes CVE-2024-26977 bsc#1223631).
  - Update
    patches.suse/powercap-intel_rapl-Fix-a-NULL-pointer-dereference.patch
    (git-fixes CVE-2024-26975 bsc#1223632).
  - Update
    patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch
    (bsc#1141539 git-fixes CVE-2024-27054 bsc#1223819).
  - Update
    patches.suse/scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch
    (bsc#1221816 CVE-2024-26931 bsc#1223627).
  - Update patches.suse/scsi-qla2xxx-Fix-double-free-of-fcport.patch
    (bsc#1221816 CVE-2024-26929 bsc#1223715).
  - Update
    patches.suse/scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-pointe.patch
    (bsc#1221816 CVE-2024-26930 bsc#1223626).
  - Update
    patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch
    (git-fixes CVE-2024-27068 bsc#1223808).
  - Update
    patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch
    (git-fixes CVE-2024-27060 bsc#1223725).
  - Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch
    (git-fixes CVE-2024-26919 bsc#1223847).
  - Update
    patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch
    (git-fixes CVE-2024-27048 bsc#1223760).
  - Update
    patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch
    (git-fixes CVE-2024-27052 bsc#1223829).
  - Update
    patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch
    (git-fixes CVE-2024-27391 bsc#1223709).
  - Update
    patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch
    (git-fixes CVE-2024-27053 bsc#1223737).
  - commit 9296e40
  - Update
    patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch
    (git-fixes CVE-2023-52650 bsc#1223770).
  - Update
    patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch
    (git-fixes CVE-2023-52649 bsc#1223768).
  - Update
    patches.suse/drm-vmwgfx-Unmap-the-surface-before-resetting-it-on-.patch
    (git-fixes CVE-2023-52648 bsc#1223765).
  - Update
    patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch
    (git-fixes CVE-2023-52647 bsc#1223764).
  - commit f67398e
  - Update
    patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch
    (bsc#1215199 CVE-2022-48669 bsc#1223756).
  - commit e9a7939
  - ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page
    in concurrent environment (git-fixes).
  - commit 8f1aa4c
  - Delete
    patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace.
    (bsc#1222654)
  - commit dc5c22e
  - fuse: don't unhash root (bsc#1223946).
  - fuse: fix root lookup with nonzero generation (bsc#1223945).
  - virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
    (bsc#1223944).
  - commit 5171d01
  - tun: limit printing rate when illegal packet received by tun
    dev (bsc#1223745 CVE-2024-27013).
  - net/mlx5e: Prevent deadlock while disabling aRFS (bsc#1223735
    CVE-2024-27014).
  - commit d039d3b
  - drm/amd/display: Add a dc_state NULL check in dc_state_release (CVE-2024-26948 bsc#1223664)
  - commit adac21d
  - slimbus: qcom-ngd-ctrl: Add timeout for wait operation
    (git-fixes).
  - iio:imu: adis16475: Fix sync mode setting (git-fixes).
  - iio: accel: mxc4005: Interrupt handling fixes (git-fixes).
  - iio: pressure: Fixes BME280 SPI driver data (git-fixes).
  - usb: typec: tcpm: Check for port partner validity before
    consuming it (git-fixes).
  - usb: typec: tcpm: unregister existing source caps before
    re-registration (git-fixes).
  - usb: typec: tcpm: clear pd_event queue in PORT_RESET
    (git-fixes).
  - usb: ohci: Prevent missed ohci interrupts (git-fixes).
  - usb: gadget: f_fs: Fix a race condition when processing setup
    packets (git-fixes).
  - USB: core: Fix access violation during port device removal
    (git-fixes).
  - usb: gadget: uvc: use correct buffer size when parsing configfs
    lists (git-fixes).
  - usb: gadget: composite: fix OS descriptors w_value logic
    (git-fixes).
  - usb: gadget: f_fs: Fix race between aio_cancel() and AIO
    request complete (git-fixes).
  - clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
    (git-fixes).
  - commit 8d8f752
  - Move upstreamed USB fix into sorted section
  - commit 21751fe

++++ util-linux-systemd:

  - Don't delete binaries not common for all architectures. Create an
    util-linux-extra subpackage instead, so users of third party
    tools can use them. (bsc#1222285)

++++ util-linux:

  - Don't delete binaries not common for all architectures. Create an
    util-linux-extra subpackage instead, so users of third party
    tools can use them. (bsc#1222285)

++++ ncurses:

  - Add ncurses patch 20240504
    + update ncurses/wcwidth.c, for MinGW ports, from xterm.
    + trim obsolete comment about tack from INSTALL.
  - Verify also every patch

++++ openssl-3:

  - Security fix: [bsc#1222548, CVE-2024-2511]
    * Fix unconstrained session cache growth in TLSv1.3
    * Add openssl-CVE-2024-2511.patch

++++ libzypp:

  - fix up requires_eq usage for libsolv-tools-base
  - add one more missing export for PackageKit
  - version 17.33.2

++++ python-Jinja2:

  - update to 3.1.4 (bsc#1223980, CVE-2024-34064):
    * The xmlattr filter does not allow keys with / solidus, >
    greater-than sign, or = equals sign, in addition to disallowing
    spaces. Regardless of any validation done by Jinja, user input
    should never be used as keys to this filter, or must be separately
    validated first.

++++ python-Pygments:

  - update to version 2.18.0:
    * New lexers:
    + Janet (#2557)
    + Lean 4 (#2618, #2626)
    + Luau (#2605)
    + Mojo (#2691, #2515)
    + org-mode (#2628, #2636)
    + Promela (#2620)
    + Soong / ``Android.bp`` (#2659)
    + Tact (#2571)
    + Typst (#2596)
    * Updated lexers:
    + Awk: recognize ternary operator (#2687)
    + Bash: add ``openrc`` alias (#2599, #2371)
    + Coq: add keywords, lex more vernacular command arguments,
    produce fewer tokens on heading comments (#2678)
    + DNS zone files: Fix comment parsing (#2595)
    + Hy: Support unicode literals (#1126)
    + Inform6: Update to Inform 6.42 (#2644)
    + lean: Fix name handling (#2614)
    + Logtalk: add ``uninstantiation`` keyword and recognize escape
    sequences (#2619)
    + Macaulay2: Update to 1.23 (#2655)
    + Python: fix highlighting of soft keywords before ``None``/
    ``True``/``False``
    + reStructuredText: use ``Token.Comment`` for comments instead
    of ``Comment.Preproc`` (#2598)
    + Rust: highlight ``:``, ``::`` and ``->`` as ``Punctuation``
    and whitespace as ``Whitespace``, instead of ``Text`` in both
    cases (#2631)
    + Spice: Add keywords (#2621)
    + SQL Explain: allow negative numbers (#2610)
    + Swift: Support multiline strings (#2681)
    + ThingsDB: add constants and new functions; support template
    strings (#2624)
    + UL4: support nested ``<?doc?>`` and ``<?note?>`` tags (#2597)
    + VHDL: support multi-line comments of VHDL-2008 (#2622)
    + Wikitext: Remove ``kk-*`` in ``variant_langs`` (#2647)
    + Xtend: Add ``val`` and ``var`` (#2602)
    * New styles:
    + Coffee (#2609)
    * Make background colors in the image formatter work with Pillow
    10.0 (#2623)
    * Require Python 3.8. As a result, the ``importlib-metadata``
    package is no longer needed for fast plugin discovery on Python
    3.7. The ``plugins`` extra (used as, e.g., ``pip install
    pygments[plugins]``) is kept for backwards compatibility but
    now has no effect. (#2601)
    * Require the ``url`` attribute for lexers inside Pygments, add
    it to many lexers (#2588)
    * Replace Pyflakes linter with Ruff (#2592)
    * Add macOS CI (#2594)
    * Built-in lexers now declare the version of Pygments in which
    they were added in a required ``version_added`` lexer attribute
    instead of a ``.. versionadded::`` directive in the docstring
    (#2589, #2634)
    * The ``url`` attribute is now required for built-in lexers and
    has been added to all existing lexers (#2588)
    * The RTF formatter supports line number and line highlighting
    now (#1217, #2654)
    * Add ``\sa0`` keyword in the RTF formatter (#1111, #2607)
    * Register ``pycon`` as an alias for the Python console lexer
    (#2697)
    * Add MIME-Type for ``DesktopLexer`` (#2613)
    * Fix native style to meet WCAG AA guidelines (#2600)
    * Fix typo in documentation (#2672)
    * Use format strings consistently (#2661)
    * Add ``__class_getitem__`` to ``Formatter`` to improve typing
    support (#2665)
  - set the base python version to 3.8
  - drop the requirement of importlib-metadata:
    already included in python 3.8 and above
  - remove unneeded executable bit from some python files

++++ supermin:

  - Supermin uses mke2fs. Add Requires e2fsprogs for this command.
    supermin.spec

++++ yast2:

  - Properly close nested progress callbacks (bsc#1223281)
  - 5.0.8

------------------------------------------------------------------
------------------  2024-5-5  -  May 5 2024  -------------------
------------------------------------------------------------------

++++ libxslt:

  - Fix ftbfs with GCC14 (bsc#1220571)
    * correct libxslt-random-seed.patch to include time.h unconditionally
    * add gcc14-runtest-no-const.patch

++++ xxhash:

  - Fix ftbfs with gcc14:
    * use correct optflags also in %check
    * add test-tools-do-not-override-cflags.patch
  - Execute more tests

------------------------------------------------------------------
------------------  2024-5-4  -  May 4 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: da7219-aad: fix usage of device_get_named_child_node()
    (git-fixes).
  - ASoC: rt715-sdca: volume step modification (git-fixes).
  - ASoC: rt715: add vendor clear control register (git-fixes).
  - ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config
    (git-fixes).
  - ASoC: cs35l56: Fix unintended bus access while resetting amp
    (git-fixes).
  - ASoC: rt722-sdca: add headset microphone vrefo setting
    (git-fixes).
  - ASoC: rt722-sdca: modify channel number to support 4 channels
    (git-fixes).
  - ASoC: rt5645: Fix the electric noise due to the CBJ contacts
    floating (git-fixes).
  - ASoC: acp: Support microphone from device Acer 315-24p
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus
    T100TAM too (git-fixes).
  - commit 59787a2
  - ALSA: hda/realtek: Fix build error without CONFIG_PM
    (stable-fixes).
  - ALSA: hda: cs35l56: Exit cache-only after
    cs35l56_wait_for_firmware_boot() (stable-fixes).
  - ALSA: hda/realtek - Set GPIO3 to default at S4 state for
    Thinkpad with ALC1318 (stable-fixes).
  - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection
    (stable-fixes).
  - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU
    (stable-fixes).
  - commit 11f233b
  - ASoC: meson: axg-tdm-interface: manage formatters in trigger
    (git-fixes).
  - ASoC: meson: axg-card: make links nonatomic (git-fixes).
  - ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes).
  - ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes).
  - ASoC: ti: davinci-mcasp: Fix race condition during probe
    (git-fixes).
  - ASoC: Intel: avs: Set name of control as in topology
    (git-fixes).
  - regmap: Add regmap_read_bypassed() (git-fixes).
  - ASoC: SOF: Intel: add default firmware library path for LNL
    (git-fixes).
  - ASoC: tegra: Fix DSPK 16-bit playback (git-fixes).
  - ALSA: hda: intel-sdw-acpi: fix usage of
    device_get_named_child_node() (git-fixes).
  - drm/panel: ili9341: Use predefined error codes (git-fixes).
  - drm/panel: ili9341: Respect deferred probe (git-fixes).
  - drm/vmwgfx: Fix invalid reads in fence signaled events
    (git-fixes).
  - drm/vmwgfx: Fix Legacy Display Unit (git-fixes).
  - drm/amdgpu: fix doorbell regression (git-fixes).
  - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move()
    v2 (git-fixes).
  - spi: fix null pointer dereference within spi_sync (git-fixes).
  - spi: hisi-kunpeng: Delete the dump interface of data registers
    in debugfs (git-fixes).
  - commit de68d11

------------------------------------------------------------------
------------------  2024-5-3  -  May 3 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - wifi: iwlwifi: mvm: ensure offloading TID queue exists
    (CVE-2024-27056 bsc#1223822).
  - commit 8f83255
  - dpll: fix dpll_pin_on_pin_register() for multiple parent pins
    (CVE-2024-27027 bsc#1223787).
  - commit ce9b326
  - dpll: fix dpll_xa_ref_*_del() for multiple registrations
    (CVE-2024-27027 bsc#1223787).
  - commit f5ff522
  - s390/qeth: Fix kernel panic after setting hsuid (git-fixes
    bsc#1223874).
  - commit eae1390
  - s390/mm: Fix storage key clearing for guest huge pages
    (git-fixes bsc#1223872).
  - commit 329e03c
  - s390/mm: Fix clearing storage keys for huge pages (git-fixes
    bsc#1223871).
  - commit a7e3ff2
  - s390/vdso: Add CFI for RA register to asm macro vdso_func
    (git-fixes bsc#1223870).
  - commit 2641ba1
  - s390/cio: Ensure the copied buf is NUL terminated (git-fixes
    bsc#1223869).
  - commit dcf45a9
  - KVM: x86/mmu: x86: Don't overflow lpage_info when checking
    attributes (bsc#1223695, CVE-2024-26991).
  - commit da41325
  - mm: swap: fix race between free_swap_and_cache() and swapoff()
    (CVE-2024-26960 bsc#1223655).
  - swap: comments get_swap_device() with usage rule (CVE-2024-26960
    bsc#1223655).
  - commit 9df3192
  - NTB: fix possible name leak in ntb_register_device()
    (CVE-2023-52652 bsc#1223686).
  - commit a6fcfa7
  - Refresh patches.suse/powerpc-pseries-iommu-LPAR-panics-when-rebooted-with.patch.
  - commit ca33aea
  - powerpc/pseries: make max polling consistent for longer H_CALLs
    (bsc#1215199).
  - commit bead2d2
  - fork: defer linking file vma until vma is fully initialized
    (bsc#1223774 CVE-2024-27022).
  - commit 126ee1a
  - btrfs: qgroup: always free reserved space for extent records
    (bsc#1216196).
  - commit 5a30b4d
  - Fix a potential infinite loop in extract_user_to_sg()
    (git-fixes).
  - mtd: diskonchip: work around ubsan link failure (stable-fixes).
  - drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
    (stable-fixes).
  - drm/amdgpu: Assign correct bits for SDMA HDP flush
    (stable-fixes).
  - drm/amdgpu: Fix leak when GPU memory allocation fails
    (stable-fixes).
  - ACPI: CPPC: Fix access width used for PCC registers (git-fixes).
  - ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
    (git-fixes).
  - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
    (stable-fixes).
  - Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
    (stable-fixes).
  - drm: add drm_gem_object_is_shared_for_memory_stats() helper
    (stable-fixes).
  - ACPI: CPPC: Use access_width over bit_width for system memory
    accesses (stable-fixes).
  - wifi: mac80211: clean up assignments to pointer cache
    (stable-fixes).
  - commit 49aaf49

++++ harfbuzz:

  - Force higher C++ standard version for building with ICU 75.

++++ libnvme:

  - Update to version 1.9+0.g80c5cf2:
    * types: Added Command and Feature Lockdown LID
    * types: add ASQ, ACQ and BPMBL controller properties definitions
    * types: add controller properties enum documentation
    * types: fix CRTO.CRIMT mask value definition
    * tree: use strtou32 to read lba_size
    * types: Fix PMRWBM register name
    * examples: fix mi-mctp build warning errors
    * test: add CSTS.ST, CAP.CPS and CAP.NSSS registers
    * types: add CAP.CPS and CAP.NSSS definitions
    * types: add enum nvme_cap documentation
    * types: Add enum nvme_unit/cmbebs/cmbswtp/flbas/cmic documentation
    * util: Add string constant for ENVME_CONNECT_IGNORED
    * tests: Add sample NBFT table with mpath IPv4+IPv6 discovery
    * types: add controller status shutdown type (CSTS.ST) definition
    * types: Add enum nvme_csts documentation
    * types: Add NVME_CMIC definitions
    * types: Add CMBSWTP property definitions
    * types: Add NVME_CMBEBS property definitions
    * types: Fix boot partition read offset (BPROF) mask value
    * tree: fix mem leak in nvme_ns_init() (bsc#1223331)
    * fabrics: retry discovery log page when DNR is not set
    * ioctl: return EPROTO when an NVMe status occurred
    * linux: Allocate aligned payload for nvme_get_telemetry_log
    * test: use diff to compare sysfs output (bsc#1226216)
    * tree: fix lba_count size calculation
    * tree: Add NVM subsystem controller identifier (bsc#1224024)
    * test: Add unit test for nvme_id_ns_flbas_to_lbaf_inuse()
    * types: Fix NVME_CSTS_SHST_MASK definition
    * util: Fixed nvme_id_ns_flbas_to_lbaf_inuse()
    * types: Add optional data present filed mask and shift definition
    * types: Fix EOM header optional data present fields definition
    * libnvme : record the nvme pci adapter physical slot (bsc#1223208)
    * sysfs: minimize heap allocations of sysfs paths
    * json: Fix uninitialized variables
    * libnvme: add missing symbol nvme_scan_tls_keys (bsc#1226197)
    * nbft: Whitespace fixes (bsc#1222026)
    * tests: Add complex NBFT table from Dell R660 (bsc#1222026)
    * tests: Adapt to added NBFT SSNS flags (bsc#1222026)
    * nbft: Add SSNS 'discovered' flag (bsc#1222026)
    * nbft: Add SSNS 'unavailable' flag (bsc#1222026)
    * doc: Document the NBFT API (bsc#1222026)
    * ioctl: Move nvme_cmd_dword_fields definitions into header file
    * types: Add PEL set feature event layout definitions
    * types: Fix enum nvme_pel_rci documentation error
    * types: Add boot partition information definitions
    * types: Add PEL header additional information definitions
    * fabrics: keyring is a long (bsc#1216982)
    * config-schema.json.in: tls keys and keyrings are strings (bsc#1216982)
    * linux: Add nvme_scan_tls_keys() (bsc#1216982)
    * json: dump TLS key data in PSK interchange format (bsc#1216982)
    * json: import TLS key from PSK interchange format (bsc#1216982)
    * json: export TLS key in PSK interchange format (bsc#1216982)
    * tree: read TLS key in nvme_configure_ctrl() (bsc#1216982)
    * linux: rework nvme_insert_tls_key_versioned() (bsc#1216982)
    * linux: add nvme_import_tls_key() (bsc#1216982)
    * linux: add nvme_export_tls_key() (bsc#1216982)
    * crc32: Add CRC32 algorithm (bsc#1216982)
    * linux: add nvme_update_key() (bsc#1216982)
    * linux: add nvme_read_key() (bsc#1216982)
    * linux: allow for NULL argument in nvme_lookup_keyring() (bsc#1216982)
    * log: Respect DEFAULT_LOGLEVEL on uninitialized logging
    * log: Introduce nvme_get_logging_level()
    * ioctl: remove incomplete debug logging infrastructure
    * ioctl: export nvme_submit_passthru{64} as weak symbol (bsc#1231668)
    * log: move nvme_{set|get}_debug to log.c
    * fabrics: check the read() return value
    * types: Add PEL reporting context port identifier type definitions
    * types: Add persistent event log reporting context definitions
  -  Upstream changed the sysfs test setup, thus sysfs test works in OSB
    * remove 0001-build-disable-sysfs-test.patch

++++ pixman:

  - Update to version 0.43.4
    + Fix incorrect compositing on big-endian architectures.
    + Allow building on clang/arm32.

++++ tpm2-0-tss:

    Update to version 4.1:
    + Security
  - Fixed CVE-2024-29040 (bsc#1223690)
    + Fixed
  - fapi: Fix length check on FAPI auth callbacks
  - mu: Correct error message for errors
  - tss2-rc: fix unknown laer handler dropping bits.
  - fapi: Fix deviation from CEL specification (template_value was used instead of template_data).
  - fapi: Fix json syntax error in FAPI profiles which was ignored by json-c.
  - build: fix build fail after make clean.
  - mu: Fix unneeded size check in TPM2B unmarshaling.
  - fapi: Fix missing parameter encryption.
  - build: Fix failed build with --disable-vendor.
  - fapi: Fix flush of persistent handles.
  - fapi: Fix test provisioning with template with self generated certificate disabled.
  - fapi: Fix error in Fapi_GetInfo it TPM supports SHA3 hash algs.
  - fapi: Revert pcr extension for EV_NO_ACTION events.
  - fapi: Fix strange error messages if nv, ext, or policy path does not exits.
  - fapi: Fix segfault caused by wrong allocation of pcr policy.
  - esys: Fix leak in Esys_EvictControl for persistent handles.
  - tss2-tcti: tcti-libtpms: fix test failure on big-endian platform.
  - esys: Add reference counting for Esys_TR_FromTPMPublic.
  - esys: Fix HMAC error if session bind key has an auth value with a trailing 0.
  - fapi: fix usage of self signed certificates in TPM.
  - fapi: Usage of self signed certificates.
  - fapi: A segfault after the error handling of non existing keys.
  - fapi: Fix several leaks.
  - fapi: Fix error handling for policy execution.
  - fapi: Fix usage of persistent handles (should not be flushed)
  - fapi: Fix test provisioning with template (skip test without self generated certificate).
  - fapi: Fix pcr extension for EV_NO_ACTION
  - test: Fix fapi-key-create-policy-signed-keyedhash with P_ECC384 profile
  - tcti_spi_helper_transmit: ensure FIFO is accessed only after TPM reports commandReady bit is set
  - fapi: Fix read large system eventlog (> UINT16_MAX).
  - esys tests: Fix layer check for TPM2_RC_COMMAND_CODE (for /dev/tpmrm0)
  - test: unit: tcti-libtpms: fix test failed at 32-bit platforms.
  - fapi: Fix possible null pointer dereferencing in Fapi_List.
  - sys: Fix size check in Tss2_Sys_GetCapability.
  - esys: Fix leak in Esys_TR_FromTPMPublic.
  - esys: fix unchecked return value in esys crypto.
  - fapi: Fix wrong usage of local variable in provisioning.
  - fapi: Fix memset 0 in ifapi_json_TPMS_POLICYNV_deserialize.
  - fapi: Fix possible out of bound array access in IMA parser.
  - tcti device: Fix possible unmarshalling from uninitialized variable.
  - fapi: Fix error checking authorization of signing key.
  - fapi: Fix cleanup of policy sessions.
  - fapi: Eventlog H-CRTM events and different localities.
  - fapi: Fix missing synchronization of quote and eventlog.
  - faii: Fix invalid free in Fapi_Quote with empty eventlog.
    + Added
  - tcti: LetsTrust-TPM2Go TCTI module spi-ltt2go.
  - mbedtls: add sha512 hmac.
  - fapi: Enable usage of external keys for Fapi_Encrypt.
  - fapi: Support download of AMD certificates.
  - tcti: Add USB TPM (FTDI MPSSE USB to SPI bridge) TCTI module.
  - fapi: The recreation of primaries (except EK) in the owner hierarchy instead the endorsement hierarchy is fixed.
  - rc: New TPM return codes added.
  - fapi: Further Nuvoton certificates added.
  - tpm_types/esys: Add support for Attestable TPM changes in latest TPM spec.
  - tcti: Add '/dev/tcm0' to default conf
  - fapi: New Nuvoton certificates added.
  - esys: Fix leak in Esys_TR_FromTPMPublic.
    + Removed
  - Testing on Ubuntu 18.04 as it's near EOL (May 2023).
  - tpm2-tss.keyring: added Andreas Fuchs 0x8F4F9A45D7FFEE74 key, documented
    in upstream repo, which was used for signing this new release tarball.
  - add new sub-package libtss2-tcti-spidev0: TCTI for communicating with a TPM
    connected directly via SPI.
  - add new sub-package libtss2-tcti-i2c-helper0: TCTI for communicating with a
    TPM connected directly via I2C.

++++ libzypp:

  - version 17.33.1 (33)
  - switch to reduced size libsolv-tools-base (jsc#PED-8153)
  - Fixed check for outdated repo metadata as non-root user
    (bsc#1222086)
  - Add ZYPP_API for exported functions and switch to
    visibility=hidden (jsc#PED-8153)
  - Dynamically resolve libproxy (jsc#PED-8153)
  - version 17.33.0 (33)

++++ nvme-cli:

  - Update to version 2.9.1:
    * plugins/spdk: drop the plugin
  - Update to version 2.9:
    * nvme-print: expand the maximum field length to prevent misalignment
    * plugins/spdk: plugin to list SPDK subsystems
    * nvme-print: check if controller belong to SPDK
    * plugins/spdk: plugin to list SPDK controllers
    * nvme-print-stdout: fix ASQB, ACQB and BMBBA prints
    * build: bump libnvme wrap
    * nvmf-autoconnect: fix string encoding
    * nvme: identify primary ctrl do not accept nsid
    * nvme-wrap: remove unused nvme_cli_get_log_ana_groups()
    * nvme-print-json: use admin queue attributes definitions
    * nvme-print-json: use CSTS definitions
    * nvme-print-stdout: use POWER_OF_TWO macro
    * nvme-print-json: use controller configuration definitions
    * nvme-print-json, nvme-print-stdout: add tertiary version number
    * nvme-print-json: use NVME_MAJOR and NVME_MINOR definitions
    * nvme-print-json: use NVME_BOOT_PARTITION_INFO field definitions
    * nvme-print-json: add support telemetry log create event in PEL
    * nvme-print-json: add support set feature event in PEL
    * nvme-print-json: add obj_d() function
    * nvme-print-json: add obj_add_uint_0nx() function
    * meson.build: Fix spelling of sed-opal.h filename
    * sed_opal: Only build when we really have sed_opal headers
    * nvme: fix error path if write() fails in get_telemetry_log()
    * plugins/solidigm: Additional LID for temperature statistics.
    * plugins/solidigm: Improved Solidigm UUID index detection.
    * nvme-print-stdout: Add CSTS.ST register stdout print
    * nvme-print-stdout: Use NVME_CMIC definitions
    * nvme-print: Use NVME_UNIT definitions
    * nvme-print-stdout: Use NVME_CMBMSC/STS/EBS/SWTP definitions
    * plugins/ssstc: add a new plugin for SSSTC driver
    * nvmf-connect: systemd hardening effort
    * plugins/ocp: Adjusted variable type size carrying UUID index to 8 bit.
    * nvme: fix security buffer allocation size
    * nvme: Change fw-download xfer initialization to set 0
    * nvme: Add fw-download warning message for FWUG alignment error
    * plugins/ocp: Split ocp_get_uuid_index() into find and get functions.
    * nvme: fix mem leak in multiple key related functions (bsc#1223331)
    * fabrics: fix mem leak in nvmf_check_hostid_and_hostnqn() (bsc#1223331)
    * nvme-print-stdout: Use NVME_BPRSEL definitions
    * nvme-print-stdout: Use NVME_BPINFO definitions
    * nvme-print-stdout: Use NVME_CMBSZ definitions
    * nvme-print-stdout: Use NVME_CMBLOC definitions
    * Revert "logging: fix error handling for ioctl passthru wrappers"
    * fabrics: align identify command payload
    * ocp: Unify line start spacing as tabs
    * ocp: support OCP DSSD Async Event Config feature
    * nvme: Add support for get-reg and set-reg commands
    * nvme-print-json: Add register print functions
    * nvme-print-stdout: Add register print functions
    * nvme-print: Add register print functions
    * nvme: Refactor mmap_registers to add writable parameter
    * nvme-print: Change PMRSZU string function as unit string
    * nvme-print: Refactor CMBLOC and PMRSTS registers function
    * logging: fix error handling for ioctl passthru wrappers
    * nbft: Fix scandir() error check
    * nbft: Refactor connection attempt out
    * nvme-print: Use EOM optional data present macros changed
    * nvme-print: Print cntlid number for controller (bsc#1224024)
    * nvme: check-tls-key fails despite having hostnqn file (bsc#1223331)
    * nvme: print retained key for gen-tls-key's -i option too (bsc#1223331)
    * fabrics : allow host to create duplicate connections to target
    * fabrics: Fix fast_io_fail_tmo option
    * nvme-print-stdout: use admin queue attributes definitions
    * nvme-print-stdout: use CSTS definitions
    * nvme-print-stdout: use controller configuration definitions
    * nvme-print-stdout: use NVME_MAJOR and NVME_MINOR definitions
    * nvme-print-stdout: use FDP configuration attributes definitions
    * nvme: add new function 'tls_key' (bsc#1226197)
    * nvme: use library functions for importing and exporting TLS keys (bsc#1216982)
    * nvme: extend error message for ns scan failures
    * nvme-print-json: Bugfix status json key of sanitize-log
    * sed: update SED password when initalizing (bsc#1222168)
    * plugins/memblaze: add performance stats
    * plugins/memblaze: fix code mis-type error
    * plugins/memblaze: code refactor on applying __packed on more structs
    * plugins/memblaze: code refactor on using cleanup_nvme_dev
    * nvme: Fix to cleanup free raw_secret memory allocated
    * plugins/memblaze: code-format on leading indent and align
    * plugins/wdc: Fix narrow index variable type in for loop to __u32
    * plugins/wdc: Whitespace changes
    * nvme: Delete unused nvme root scanned
    * ocp: support OCP 2.5 Set Telemetry Profile feature
    * nvme: Don't seg fault if given device is not char/block device
    * nbft: Include SSNS index in error messages (bsc#1222026)
    * nbft: Pause logging for expected connection failures (bsc#1222026)
    * nbft: Silence connection failures for unavailable SSNS (bsc#1222026)
    * nbft: Fix 'verbose' argument type (bsc#1222026)
    * plugins/nbft: Implement verbose logging
    * plugins/nbft: Print the new SSNS flags
    * nbft: Fix uninitialized variable
    * plugins/nbft: Fix uninitialized variables
    * plugins/sed: Fix uninitialized variable
    * nvme-print-stdout: Fix uninitialized variable
    * nvme-print-json: Fix uninitialized variable
    * build: Switch default meson buildtype to 'debugoptimized'
    * nvme: do not scan topology when mmaping registers
    * nvme-print-stdout: Use NVME_BOOT_PARTITION_INFO field definitions
    * nvme-print-stdout: Use NVME_GET for MI commands supported and effects CSP
    * nvme-print-stdout: Use NVME_GET for FID supported and effects FSP
    * nvme-print-stdout: Use NVME_SET_FEAT_EVENT register definitions
    * nvme-print: Add PEL EHAI port identifier type printf function
    * build: bump libnvme wrap
    * ocp: fix for power-state argument checking
    * nvme: do not issue warning when nvme_core module is not loaded
    * wdc: Review changes and build fixes
    * wdc:  Fix timestamp displayed by vs-firmware-activate-history command
    * logging: Split to output ioctl latency by log info level (bsc#1231668)
    * nvme-print-stdout: Change hexadecimal value 0x prefix to use %#x
    * nvme-print-stdout: Fix LBA status DSLBA output as hexadecimal
    * nvme-print-stdout: Split line length exceeded 100 columns
    * nvme-print-stdout: Use NVME_PMRMSC register definitions to print
    * nvme-print-stdout: Use NVME_PMRSWTP register definitions to print
    * nvme-print-stdout: Use NVME_PMREBS register definitions to print
    * nvme-print-stdout: Use NVME_PMRSTS register definitions to print
    * nvme-print-stdout: Use NVME_PMRCTL_EN register definition to print
    * nvme-print-stdout: Use NVME_PMRCAP register definition to print
    * doc: Fix admin and io passthru cdw parameters description
    * doc: Add get-feature cdw11 and set-feature cdw12 parameters
    * micron-nvme: Unuse stat() to check if strMainDirName exists
    * doc: Fix get-property and set-property offset and value descriptions
    * doc: Fix documentation file mode 100755 to 100644
    * nvme-print-stdout: Fix channel configuration descriptors pointer
    * nvme-print-stdout: Check sscanf return value
    * nvme-print-stdout: Fix linux kernel check patch errors
    * nvme: Delete unusual fallthrough for cases have no body
    * nvme: Delete duplicated semicolon
    * nvme-print, common: Fix for whitespace change
    * logging: output ioctl debugging info (bsc#1231668)
    * nvme: track verbose level (bsc#1231668)
    * logging: track log level globally
    * logging: move logging code to a new file
    * nvme: update include for libnvme
    * nvme: remove unused declaration
    * build: bump libnvme wrap
    * nvme-netapp: add nspath tlv handling (bsc#1220971)
    * rpm: Add missing rule and service files
    * nvme-print-json, nvme-print-stdout: Use CHAR_BIT definition
    * nvme-print-stdout: Delete duplicated if condition checking line
    * ocp: Fix timestamp displayed by fw-activate-history command
    * wdc: Add support for the get-drive-status command to SN861
    * nvme-print: Fix nvme_host_metadata_type_to_string() indentation errors
    * nvme-print: Add PEL RCI port identifier type printf function
    * nvme-print-stdout: Use persistent event log RCI definitions
    * build: bump libnvme wrap
    * nvme: Add show-regs and get-property commands NSSD print outputs
    * nvme-print: print more details in ns-descs verbose output (bsc#1223331)
    * Revert "nvme-print-json: remove obj_print helper"
    * sed: Confirm entered password before initialization.
  - drop systemd service harden file, upstream ships this patch.
    * remove 0100-harden_nvmf-connect@.service.patch

++++ passt:

  - Specify version for make_build so that passt reports its version correctly,
    fixes bsc#1223853

++++ patterns-micro:

  - rename of registries-conf to registries-conf-suse

++++ rebootmgr:

  - Remove rcrebootmgr symlink
  - Update to version 2.4+git20240503.5b98913:
    * Don't generate html documentation anymore
    * Fix manual page dependencies for parallel build
    * Update configure.ac
    * Fix soft-reboot detection in forced mode

++++ tpm2.0-tools:

    Update to version 5.7:
    + Security
  - Fixed CVE-2024-29038 (bsc#1223687)
  - Fixed CVE-2024-29039 (bsc#1223689)
    + Fixed
  - Fix eventlog test
  - Fix issues with reading NV indexes
  - Fix context save error on tpm2_create
  - tpm2_sessionconfig: fix handling of --disable-continue session so that the subsequent command will not fail
  - when attempting to context save a flushed session.
  - detection of functions within libcrypto when CRYPTO_LIBS is set and system has install libcrypto.
  - tpm2_send: fix EOF detection on input stream.
  - tpm2_policy.c fix compilation error caused by format directive for size_t on 32 bit systems.
  - tpm2_nvread: fix input handling no nv index.
  - Auth file: Ensure 0-termination when reading auths from a file.
  - configure.ac: fix bashisms. configure scripts need to be runnable with a POSIX-compliant /bin/sh.
  - cirrus.yml fix tss compilation with libtpms for FreeBSD.
  - tpm2_tool.c Fix missing include for basename to enable compilation on netbsd.
  - options: fix TCTI handling to avoid failures for commands that should work with no options.
  - tpm2_getekcertificate.c Fix leak. ek_uri was not freed if get_ek_server_address failed.
    + Added
  - Add the possibility for autoflush (environment variable "TPM2TOOLS_AUTOFLUSH", or -R option)
    + Removed
  - Testing on Ubuntu 18.04 as it's near EOL (May 2023).m2_policy.c fix compilation error caused by format directive for size_t on 32 bit systems.
  - tpm2_nvread: fix input handling no nv index.
  - tpm2-tools.keyring: added Andreas Fuchs 0x8F4F9A45D7FFEE74 key, documented
    in upstream repo, which was used for signing this new release tarball.

++++ zypper:

  - Fixed check for outdated repo metadata as non-root user
    (bsc#1222086)
  - BuildRequires:  libzypp-devel >= 17.33.0.
  - Delay zypp lock until command options are parsed (bsc#1223766)
  - version 1.14.73

------------------------------------------------------------------
------------------  2024-5-2  -  May 2 2024  -------------------
------------------------------------------------------------------

++++ btrfsprogs:

  - update to 6.8.1
    * mkfs: fix writing on zoned device when block-group-tree is selected
    * tune: fix writing on zoned device with option --convert-to-block-group-tree
    * check:
    * more progress and error messages
    * unify handling of unknown command line options with other commands
    * subvolume delete: remove options --delete-qgroup and --no-delete-qgroup
    (added in 6.6.3), qgroup deletion does not always work due to delayed
    background processing of subvolume or set value in
    sysfs:ggroup/drop_subtree_threshold
    * other:
    * misc refactoring
    * error handling fixes reported by gcc -fanalyzer
    * documentation updates
    * new and updated tests

++++ python-kiwi:

  - Add support for stopsignal in containerconfig
    Allow to specify the stopsignal via the containerconfig
    element as the following example shows
    <type image="docker">
    <containerconfig ...>
    <stopsignal>SIGINT</stopsignal>
    </containerconfig>
    </type>
    This Fixes #2543
  - Fix set_disk_password to be effective
    Since commit 8aa517eb7 it is necessary to call
    _mount_device_and_volumes() prior making any modifications
    to boot files. In addition handle potential errors
    from the grub.cfg modification better.
  - Update Makefile
    Make sure custom patches are part of the package sources
  - Bump version: 10.0.13 → 10.0.14
  - doc: Document the bls option for the grub bootloader

++++ gdk-pixbuf:

  - Update to version 2.42.11:
    + Disable fringe loaders by default.
    + Introspection fixes.
    + Updated translations.

++++ grub2:

  - Fix gcc error with CFLAGS=-Og
    * grub2-grubenv-in-btrfs-header.patch

++++ kernel-default:

  - io_uring: remove uring_cmd cookie (bsc#1217384 CVE-2023-6238).
  - iouring: remove IORING_URING_CMD_POLLED (bsc#1217384
    CVE-2023-6238).
  - nvme: use bio_integrity_map_user (bsc#1217384 CVE-2023-6238).
  - block: bio-integrity: directly map user buffers (bsc#1217384
    CVE-2023-6238).
  - commit 3372add
  - arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes)
  - commit c9b9705
  - arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes)
  - commit 51da7a0
  - arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes)
  - commit d74d11d
  - arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes)
  - commit 300083f
  - arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes)
  - commit 7730872
  - arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes)
  - commit 279e432
  - arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes)
  - commit 57cc3f7
  - arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes)
  - commit 9f868d4
  - kABI workaround for cec_adapter (CVE-2024-23848 bsc#1219104).
  - commit 03d06c5
  - arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes)
  - commit dd3deb9
  - media: cec: core: avoid recursive cec_claim_log_addrs
    (CVE-2024-23848 bsc#1219104).
  - commit c64de88
  - Update media cec fix patches to the latest upstream version (CVE-2024-23848 bsc#1219104)
  - commit 4a0b406
  - arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes)
  - commit e69bdf0
  - arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes)
  - commit 4dc5b7a
  - arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes)
  - commit e2d7944
  - arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes)
  - commit fbb3351
  - arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes)
  - commit a21edf3
  - arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes)
  - commit 3f691a1
  - Update
    patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch
    (git-fixes bsc#1223629 CVE-2024-26978).
  - commit b81ff78
  - Squashfs: check the inode number is not the invalid value of
    zero (bsc#1223634 CVE-2024-26982).
  - commit a406e7c
  - Update
    patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch
    (git-fixes CVE-2024-26972 bsc#1223643).
  - commit 6db660a
  - Update
    patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch
    (git-fixes CVE-2024-26955 bsc#1223657).
  - commit a77f45b
  - Update
    patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch
    (git-fixes CVE-2024-26956 bsc#1223663).
  - commit 95ba522
  - Update patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch
    (git-fixes CVE-2024-26981 bsc#1223668).
  - commit 5740c7f
  - Update
    patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch
    (git-fixes CVE-2024-26927 bsc#1223525).
  - commit d3c5f91
  - cec: core: avoid confusing "transmit timed out" message
    (CVE-2024-23848 bsc#1219104).
  - commit eae740c
  - regulator: change devm_regulator_get_enable_optional() stub
    to return Ok (git-fixes).
  - regulator: change stubbed devm_regulator_get_enable to return Ok
    (git-fixes).
  - regulator: mt6360: De-capitalize devicetree regulator subnodes
    (git-fixes).
  - commit c50a631

++++ krb5:

  - Remove requires for not used cron

++++ libbpf:

  - update to 1.4.1:
    * Bug fix release fixing logic around determining whether to autoload
    SEC("struct_ops") programs in cases when old kernel doesn't support some
    optional callbacks and user reset them to NULL from BPF skeleton.

++++ libvirt:

  - Update to libvirt 10.3.0
  - bsc#1220714
  - bsc#1226492
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-3-0-2024-05-02

++++ python-jsonschema:

  - update to 4.22.0:
    * Improve best_match (and thereby error messages from
    jsonschema.validate) in cases where there are multiple sibling
    errors from applying anyOf / allOf -- i.e. when multiple
    elements of a JSON array have errors, we now do prefer showing
    errors from earlier elements rather than simply showing an
    error for the full array (#1250).
    * (Micro-)optimize equality checks when comparing for JSON Schema
    equality by first checking for object identity, as == would.

++++ python-libvirt-python:

  - Update to 10.3.0
  - Add all new APIs and constants in libvirt 10.3.0

++++ python-referencing:

  - Update to version 0.35.1:
    * Make Resource.pointer also properly handle empty pointers
    (which refer to the root document).
    This fix likely only affects you if you were using that
    function directly, as Resource.lookup already handles empty
    fragments.

++++ setools:

  - Update to version 4.5.1:
  - Correct annotations of NetworkX types to make it optional again.
  - Fix packaging issue for apol's style sheet (apol.css).
  - Drop 0001-Make-networkx-optional-again-Fixes-125.patch fixed upstream
  - Change networkx Requires to Suggests

++++ rust-keylime:

  - Update to version 0.2.5~0:
    * Bump version to 0.2.5
    * cargo: Relax required version for pest crate
    * build(deps): bump log from 0.4.20 to 0.4.21
    * build(deps): bump thiserror from 1.0.56 to 1.0.59

------------------------------------------------------------------
------------------  2024-5-1  -  May 1 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Temporarily revert grub-bls default to false for SUSE distributions
    For the time being, SUSE distributions cannot handle KIWI's default
    to use BLS with GRUB2. Until they catch up, revert this for them only.
  - kiwi/bootloader: restore backward compatibility for grub2 with bls
    The change to introduce the bls parameter broke backward compatibility
    with all existing kiwi descriptions for distributions that default to BLS.
    This fixes that by allowing the unset state to be equivalent to enabling it.
    Fixes: 8a8190098cb30358459ba10a4db1ba6446eee8c2

++++ git:

  - update to 2.45.0:
    * Improved efficiency managing repositories with many references
    ("git init --ref-format=reftable")
    * "git checkout -p" and friends learned that that "@" is a
    synonym for "HEAD"
    * cli improvements handling refs
    * Expanded a number of commands and options, UI improvements
    * status.showUntrackedFiles now accepts "true"
    * git-cherry-pick(1) now automatically drops redundant commits
    with new --empty option
    * The userdiff patterns for C# has been updated.

++++ kernel-default:

  - power: supply: mt6360_charger: Fix of_match for usb-otg-vbus
    regulator (git-fixes).
  - power: rt9455: hide unused rt9455_boost_voltage_values
    (git-fixes).
  - pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes).
  - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
    (git-fixes).
  - pinctrl: mediatek: paris: Rework support for
    PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes).
  - pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE
    readback (git-fixes).
  - pinctrl: core: delete incorrect free in pinctrl_enable()
    (git-fixes).
  - pinctrl/meson: fix typo in PDM's pin name (git-fixes).
  - pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf
    of GPIOR-T (git-fixes).
  - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
    (git-fixes).
  - commit d973920

++++ socat:

  - Update to 1.8.0.0:
    * Support for network namespaces (option netns)
    * TCP client now automatically tries all addresses (IPv4 and IPv6) provided by nameserver until success
    * Implementation of POSIX message queue (mq) control and access on Linux (addresses POSIXMQ-READ and following)
    * New wrapper script socat-chain.sh allows to stack two addresses, e.g.HTTP proxy connect over SSL
    * New script socat-mux.sh allows n-to-1 / 1-to-n communications
    * New script socat-broker.sh allows group communications
    * Experimental socks5 client feature
    * Address ACCEPT-FD for systemd "inetd" mode
    * UDP-Lite and DCCP address types
    * Addresses SOCKETPAIR and SHELL
    * New option bind-tmpname allows forked off children to bind UNIX domain client sockets to random unique pathes
    * New option retrieve-vlan (with INTERFACE addresses) now makes kernel keep VLAN tags in incoming packets
    * Simple statistics output with Socat option --statistics and with SIGUSR1
    * A couple of new options, many fixes and corrections, see file CHANGES
  - Drop socat-common-fixes.patch (no longer necessary)
  - Refactor socat-ignore-tests-failure-boo1078346.patch (test suite no longer exits at this stage)
  - Add socat-test-dhparam fixture (reduce build load and time)
  - Add socat-test-without-tty.patch for testing without tty.
  - Note: This version introduces "socat1", linking to "socat"
  - Note: This version introduces additional shell scripts, those are shipped in a new "socat-extra" subpackage

------------------------------------------------------------------
------------------  2024-4-30  -  Apr 30 2024  -------------------
------------------------------------------------------------------

++++ conmon:

  - New upstream release 2.1.11
    * docs/Makefile: softcode GOMD2MAN by @rahilarious
    * chore(deps): update dependency containers/automation_images to v20231208 by @renovate
    * drop --tty on exec by @haircommander
    * update packit config, enable downstream tasks by @lsm5
    * Remove checks for (long)deprecated libsystemd-journal for libsystemd by @rahilarious
    * Add support for s390x by @saschagrunert
    * Build s390x binaries using musl libc by @saschagrunert

++++ python-kiwi:

  - Bump version: 10.0.12 → 10.0.13

++++ transactional-update:

  - Version 4.6.7
  - Add support for snapper 0.11.0; also significantly decreases
    cleanup time [boo#1223504]

++++ kernel-default:

  - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for
    Lenovo Legion models (bsc#1223462).
  - commit 6f0889c
  - usb: Fix regression caused by invalid ep0 maxpacket in virtual
    SuperSpeed device (bsc#1220569).
  - commit 4748678
  - media: cec: cec-api: add locking in cec_release()
    (CVE-2024-23848 bsc#1219104).
  - media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
    (CVE-2024-23848 bsc#1219104).
  - commit c39ac04
  - s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593).
  - commit 643ece2
  - s390/zcrypt: fix reference counting on zcrypt card objects
    (git-fixes bsc#1223592).
  - commit c37186f
  - block: fix q->blkg_list corruption during disk rebind
    (bsc#1223591).
  - commit 9da98d5
  - s390/ism: Properly fix receive message buffer allocation
    (git-fixes bsc#1223590).
  - commit 0652865
  - block: fix deadlock between bd_link_disk_holder and partition
    scan (bsc#1223045 CVE-2024-26899).
  - commit e4bd17c
  - quota: Fix potential NULL pointer dereference (bsc#1223060
    CVE-2024-26878).
  - commit dcf7382
  - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
    (bsc#1223198 CVE-2024-26901).
  - commit 5c1d722
  - blk-mq: fix IO hang from sbitmap wakeup race (bsc#1222357 CVE-2024-26671).
  - commit 1ebf5fb
  - nbd: always initialize struct msghdr completely (bsc#1221649 CVE-2024-26638).
  - commit eb8ab1c
  - ext4: avoid allocating blocks from corrupted group in
    ext4_mb_find_by_goal() (bsc#1222613 CVE-2024-26772).
  - commit 4004f20
  - Update
    patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch
    (bsc#1219485 bsc#1219451 git-fixes).
  - Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch
    (bsc#1219485 bsc#1219451 git-fixes).
  - Update
    patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch
    (bsc#1141539 git-fixes).
  - commit 73a9e98
  - net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
    (CVE-2024-26852 bsc#1223057)
  - commit 9474f59
  - PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes).
  - commit ec609ee
  - PCI: Fix typos in docs and comments (stable-fixes).
  - PCI: switchtec: Add support for PCIe Gen5 devices
    (stable-fixes).
  - PCI: switchtec: Use normal comment style (stable-fixes).
  - PCI: Execute quirk_enable_clear_retrain_link() earlier
    (stable-fixes).
  - commit 9bba47f
  - Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow"
    Reference CVE and bug numbers.
  - commit 267eec1
  - soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free
    (CVE-2024-26909 bsc#1223143).
  - commit 043c9e0
  - nfsd: use __fput_sync() to avoid delayed closing of files
    (bsc#1223380 bsc#1217408).
  - commit 36cb9bb

++++ kernel-firmware-all:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-amdgpu:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-ath10k:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-ath11k:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-ath12k:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-atheros:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-bluetooth:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-bnx2:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-brcm:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-chelsio:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-dpaa2:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-i915:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-intel:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-iwlwifi:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-liquidio:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-marvell:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-media:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-mediatek:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-mellanox:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-mwifiex:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-network:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-nfp:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-nvidia:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-platform:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-prestera:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-qcom:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-qlogic:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-radeon:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-realtek:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-serial:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-sound:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-ti:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-ueagle:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ kernel-firmware-usb-network:

  - Update to version 20240426 (git commit 2398d264f953):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops
    * i915: Update Xe2LPD DMC to v2.20
    * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41
    * linux-firmware: Add firmware for Lenovo Thinkbook 13X
    * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop
    * amdgpu: add DMCUB 3.5 firmware
    * amdgpu: add VPE 6.1.0 firmware
    * amdgpu: add VCN 4.0.5 firmware
    * amdgpu: add UMSCH 4.0.0 firmware
    * amdgpu: add SDMA 6.1.0 firmware
    * amdgpu: add PSP 14.0.0  firmware
    * amdgpu: add GC 11.5.0 firmware
    * amdgpu: update license date

++++ libarchive:

  - Update to 3.7.4:
    * rar: Fix OOB in rar e8 filter (CVE-2024-26256, bsc#1222911)
    * zip: Fix out of boundary access
    * 7zip: Limit amount of properties
    * bsdtar: Fix error handling around strtol() usages
    * passphrase: Improve newline handling on Windows
    * passphrase: Never allow empty passwords
    * rar: Fix "File CRC Error" when extracting specific rar4 archives
    * xar: Avoid infinite link loop
    * zip: Update AppleDouble support for directories
    * zstd: Implement core detection
  - Update to 3.7.3:
    * PCRE2 support
    * add trailing letter b to bsdtar(1) substitute pattern
    * add support for long options "--group" and "--owner" to tar(1)
    * Fix possible vulnerability in tar error reporting introduced in f27c173
    * ISO9660: preserve the natural order of links
    * rar5: fix decoding unicode filenames on Windows
    * rar5: fix infinite loop if during rar5 decompression the last block produced no data
    * xz filter: fix incorrect eof at the end of an lzip member
    * zip: fix end-of-data marker processing when decompressing zip archives
    * multiple bsdunzip(1) fixes
    * filetime truncation fix on Windows
  - Fix rpmlint warning about summary being too long

++++ libsolv:

  - improve updating of installed multiversion packages
  - fix decision introspection going into an endless loop in some
    cases
  - added experimental lua bindings
  - bump version to 0.7.29

++++ qemu:

  - Fix a build issue on riscv:
    * target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()
    * target/riscv/kvm: add RISCV_CONFIG_REG()
    * target/riscv/kvm: change timer regs size to u64
    * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
    * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
  - Update to version 8.2.3. Full changelog/backports here:
    https://lore.kernel.org/qemu-devel/1713980341.971368.1218343.nullmailer@tls.msk.ru/
    Some of the upstream backports are:
    * Update version for 8.2.3 release
    * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.
    * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
    * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus
    * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
    * virtio-pci: fix use of a released vector
    * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}
    * hw/audio/virtio-snd: Remove unused assignment
    * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
    * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
    * hw/net/lan9118: Fix overflow in MIL TX FIFO
    * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
    * backends/cryptodev: Do not abort for invalid session ID
    * hw/misc/applesmc: Fix memory leak in reset() handler
    * hw/block/nand: Fix out-of-bound access in NAND block buffer
    * hw/block/nand: Have blk_load() take unsigned offset and return boolean
    * hw/block/nand: Factor nand_load_iolen() method out
    * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
    * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
    * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs
    * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
    * mirror: Don't call job_pause_point() under graph lock (bsc#1224179)
    * ...and many more...

++++ rust-keylime:

  - actix-web update moves rustls as feature (bsc#1223234, CVE-2024-32650)
  - Update to version 0.2.4~39:
    * build(deps): bump openssl from 0.10.63 to 0.10.64
    * build(deps): bump h2 from 0.3.24 to 0.3.26
    * build(deps): bump serde_json from 1.0.107 to 1.0.116
    * build(deps): bump actix-web from 4.4.1 to 4.5.1
    * crypto: Enable TLS 1.3
    * build(deps): bump tempfile from 3.9.0 to 3.10.1
    * build(deps): bump mio from 0.8.4 to 0.8.11
    * enable hex values to be used for tpm_ownerpassword
    * config: Support IPv6 with or without brackets
    * keylime: Implement a simple IP parser to remove brackets
    * crypto: Implement CertificateBuilder to generate certificates
    * tests: Fix coverage download by supporting arbitrary URL
    * cargo: Add testing feature to keylime library
    * Set X509 SAN with local DNSname/IP/IPv6
    * Include newest Node20 versions for Github actions
    * tpm: Add unit test for uncovered public functions
    * crypto: Implement ECC key generation support
    * crypto: Add test for match_cert_to_template()
    * Fix minor typo, format and remove end whitespaces
    * crypto: Make error types less specific
    * tests/run.sh: Run tarpaulin with a single thread
    * payloads: Remove explicit drop of channel transmitter
    * crypto: Move to keylime library
    * crypto: Add specific type for every possible error
    * tpm: Rename origin of error as source in structures
    * list_parser: Add source for error for backtrace
    * algorithms: Make errors more specific
    * typo fix for default path to measured boot log file
    * README: remove mentions of libarchive as a dependency
    * Dockerfile.wolfi: Update clang to version 17
    * docker: Remove libarchive as a dependency
    * rpm: Remove libarchive from dependencies
    * cargo: Replace compress-tools with zip crate
    * cargo: Bump ahash to version 0.8.7
    * build(deps): bump serde from 1.0.195 to 1.0.196
    * build(deps): bump libc from 0.2.152 to 0.2.153
    * build(deps): bump reqwest from 0.11.23 to 0.11.24
    * docker: Install configuration file in the correct path
    * config: Make IAK/IDevID disabled by default

------------------------------------------------------------------
------------------  2024-4-29  -  Apr 29 2024  -------------------
------------------------------------------------------------------

++++ ca-certificates:

  - Update to version 2+git20240415.3fe9324:
    * Add ca-certificates-setup.service
    * typo: differnt/different

++++ cloud-init:

  - Add cloud-init-usr-sudoers.patch (bsc#1223469)
    + Handle the existence of /usr/etc/sudoers to search for the expected
    include location

++++ dbus-1:

  - Drop feature-suse-auto-socket-target-wants.patch and use the
    filesystem instead, this works more consistenly with dbus-broker

++++ python-kiwi:

  - Overwrite compression setting only if randomized
    When building an encrypted image, the bundler never compressed
    the result. This overwrite from the runtime configuration and
    the default compression setting actually only makes sense when
    the image is randomized because only then a compression is
    for sure useless. This Fixes #2540
  - Make sure lsblk output is sorted by dev name
    lsblk without the sorting option can provide the list
    of devices in different order. This patch makes sure
    lsblk sorts the output by the device name.
    This Fixes bsc#1223374

++++ fwupd:

  - Update to version 1.9.18:
    + Fix a small memory leak in fwupdmgr.
    + Use simple allow-listing for the syscall filter.
  - Changes from version 1.9.17:
    + This release fixes the following bugs:
  - Capture device status changes when in bootloader mode.
  - Change the systemd SystemCallFilter to an allowlist.
  - Detect when a CCGX dock forbids downgrade.
  - Do not add an overly-generic instance ID to CrosEC devices.
  - Do not read OptionROM verification data on Apple hardware.
  - Emit a signal when a user-request is no longer valid.
  - Fix a potential crash when parsing invalid CBOR data.
  - Properly show SPDX project licenses with AND as a delimiter.
  - Verify that syscalls are being filtered correctly at startup.
    + This release adds support for the following hardware:
  - Asus DC201.
  - Realtek Gen1 RTS541x.

++++ gobject-introspection:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ glibc:

  - glibc-fix-cve-2024-33599.patch: nscd: Stack-based buffer overflow in
    netgroup cache (CVE-2024-33599, bsc#1223423)

++++ gstreamer:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ jeos-firstboot:

  - Make ssh-pairing a required dep on new distros

++++ kernel-default:

  - Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch
    (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238).
  - commit 8328f6d
  - x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378 CVE-2024-26674).
  - commit 46190f1
  - ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958)
  - commit 0b000e0
  - x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (bsc#1223202 CVE-2024-26906).
  - commit 664e61f
  - x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (bsc#1223202 CVE-2024-26906).
  - commit 28c59d1
  - x86/boot: Ignore relocations in .notes sections in walk_relocs() too (bsc#1222624 CVE-2024-26816).
  - commit 3cc2b03
  - x86, relocs: Ignore relocations in .notes section (bsc#1222624 CVE-2024-26816).
  - commit 16f8af3
  - mm: zswap: fix missing folio cleanup in writeback race path
    (bsc#1223007 CVE-2024-26832).
  - commit b985b2a
  - mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone
    index (bsc#1222615 CVE-2024-26783).
  - commit 7fe5b26
  - Update config files. Disable N_GSM (jsc#PED-8240).
  - commit ae9b7c6
  - Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439)
  - commit 02eb8a1
  - irqchip/gic-v3-its: Prevent double free on error (git-fixes).
  - irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on
    GIC v4.1 (git-fixes).
  - irqchip/armada-370-xp: Suppress unused-function warning
    (git-fixes).
  - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting
    trigger type (git-fixes).
  - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes).
  - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes).
  - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()
    (git-fixes).
  - irqchip/gic-v3-its: Do not assume vPE tables are preallocated
    (git-fixes).
  - irqchip/mbigen: Don't use bus_get_dev_root() to find the parent
    (git-fixes).
  - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register
    offset based on register's index (stable-fixes).
  - irqchip/renesas-rzg2l: Implement restriction when writing ISCR
    register (stable-fixes).
  - commit 8e6882b

++++ libgpg-error:

  - Update to 1.49:
    * Two new functions to improve the logging interface. The
    gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
    allows to pass a domain string so that in future we will be able to
    select log output by domain. It also provide a non yet functional
    feature to include a hex dump.
    * Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb]
    * Avoid an endless loop in the argparser due to a conf file read
    error. [rE2dc93cfecc]
    * Interface changes relative to the 1.48 release:
  - gpgrt_add_post_log_func        NEW.
  - gpgrt_logv_domain              NEW.
    * Release-info: https://dev.gnupg.org/T7012

++++ ncurses:

  - Update to ncurses 6.5 (patch 20240427)
    + update announcement
    + fixes/corrections for manpages (patches by Branden Robinson).
    + fix redefinition of CASTxPTR, for legacy Unix.
  - Update to tack 1.9 (patch 20230201)
    * configure: regen
    * configure.in: initialize $ac_includes_default
    s/fgrep/$FGREP/
    * aclocal.m4: resync with my-autoconf

++++ libproxy-client:

  - Update to version 0.5.6:
    + Support XDP Desktop Portal proxy resolver.

++++ libproxy-backend:

  - Update to version 0.5.6:
    + Support XDP Desktop Portal proxy resolver.

++++ libzypp:

  - Fix download from gpgkey URL (bsc#1223430, fixes openSUSE/zypper#546)
  - version 17.32.6 (32)

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

  - Update to 550.78
    * addresses boo#1223454

++++ openSUSE-repos-LeapMicro:

  - Ensure that only one NVIDIA package flavor can be installed
    Related to Issue #53

++++ patterns-base:

  - Update Summary for generic_desktop pattern: make clear that this
    is based on IceWM (boo#1221320).

++++ zypper:

  - Unify message format(fixes #485)
  - version 1.14.72

------------------------------------------------------------------
------------------  2024-4-28  -  Apr 28 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: smbus: fix NULL function pointer dereference (git-fixes).
  - soundwire: amd: fix for wake interrupt handling for clockstop
    mode (git-fixes).
  - dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
    (git-fixes).
  - dma: xilinx_dpdma: Fix locking (git-fixes).
  - idma64: Don't try to serve interrupts when device is powered
    off (git-fixes).
  - dmaengine: tegra186: Fix residual calculation (git-fixes).
  - dmaengine: owl: fix register access functions (git-fixes).
  - phy: ti: tusb1210: Resolve charger-det crash if charger psy
    is unregistered (git-fixes).
  - phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes).
  - phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits
    (git-fixes).
  - phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes).
  - phy: freescale: imx8m-pcie: fix pcie link-up instability
    (git-fixes).
  - phy: marvell: a3700-comphy: Fix hardcoded array size
    (git-fixes).
  - phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes).
  - commit 900a00b
  - selftests: kselftest: Mark functions that unconditionally call
    exit() as __noreturn (git-fixes).
  - commit f533a19
  - selftests/timers/posix_timers: Reimplement
    check_timer_distribution() (git-fixes).
  - commit d9f09cc
  - USB: serial: option: add Telit FN920C04 rmnet compositions
    (stable-fixes).
  - USB: serial: option: add Rolling RW101-GL and RW135-GL support
    (stable-fixes).
  - USB: serial: option: add Lonsung U8300/U9300 product
    (stable-fixes).
  - USB: serial: option: add support for Fibocom FM650/FG650
    (stable-fixes).
  - USB: serial: option: support Quectel EM060K sub-models
    (stable-fixes).
  - USB: serial: option: add Fibocom FM135-GL variants
    (stable-fixes).
  - thunderbolt: Avoid notify PM core about runtime PM resume
    (stable-fixes).
  - thunderbolt: Fix wake configurations after device unplug
    (stable-fixes).
  - usb: Disable USB3 LPM at shutdown (stable-fixes).
  - usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb
    ep transport error (stable-fixes).
  - clk: Get runtime PM before walking tree for clk_summary
    (git-fixes).
  - clk: Get runtime PM before walking tree during disable_unused
    (git-fixes).
  - clk: Initialize struct clk_core kref earlier (stable-fixes).
  - arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H
    (git-fixes).
  - drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes).
  - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes
    (stable-fixes).
  - selftests/ftrace: Limit length in subsystem-enable tests
    (git-fixes).
  - selftests: kselftest: Fix build failure with NOLIBC (git-fixes).
  - selftests: timers: Fix abs() warning in posix_timers test
    (git-fixes).
  - selftests: timers: Fix posix_timers ksft_print_msg() warning
    (git-fixes).
  - drm/amd/display: Do not recursively call manual trigger
    programming (stable-fixes).
  - drm/i915: Disable live M/N updates when using bigjoiner
    (stable-fixes).
  - thunderbolt: Reset only non-USB4 host routers in resume
    (git-fixes).
  - thunderbolt: Make tb_switch_reset() support Thunderbolt 2,
    3 and USB4 routers (stable-fixes).
  - thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes).
  - thunderbolt: Introduce tb_port_reset() (stable-fixes).
  - ASoC: ti: Convert Pandora ASoC to GPIO descriptors
    (stable-fixes).
  - ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support
    (stable-fixes).
  - ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support
    (stable-fixes).
  - ALSA: scarlett2: Add correct product series name to messages
    (stable-fixes).
  - ALSA: scarlett2: Add support for Clarett 8Pre USB
    (stable-fixes).
  - ALSA: scarlett2: Move USB IDs out from device_info struct
    (stable-fixes).
  - ALSA: scarlett2: Default mixer driver to enabled (stable-fixes).
  - PCI: Simplify pcie_capability_clear_and_set_word() to
    ..._clear_word() (stable-fixes).
  - PCI/DPC: Use FIELD_GET() (stable-fixes).
  - selftests: timers: Convert posix_timers test to generate KTAP
    output (stable-fixes).
  - clk: Show active consumers of clocks in debugfs (stable-fixes).
  - commit 8adba5b

------------------------------------------------------------------
------------------  2024-4-27  -  Apr 27 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update patch reference for x86 p2sb fix (CVE-2024-26650 bsc#1222048)
  - commit b68c2ef
  - mmc: sdhci-msm: pervent access to suspended controller
    (git-fixes).
  - gpio: tangier: Use correct type for the IRQ chip data
    (git-fixes).
  - gpio: tegra186: Fix tegra186_gpio_is_accessible() check
    (git-fixes).
  - fbdev: fix incorrect address computation in deferred IO
    (git-fixes).
  - drm/gma500: Remove lid code (git-fixes).
  - commit 783bf0e

++++ velociraptor-client:

  - Fix group(velociraptor) dependency for SLE 15 SP3

------------------------------------------------------------------
------------------  2024-4-26  -  Apr 26 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Stop leaking plugins/{priorities,versionlock}.conf file with dnf4/5.
    This fixes the fedora issue
    https://bugzilla.redhat.com/show_bug.cgi?id=2270364
    Signed-off-by: Romain Geissler <romain.geissler@amadeus.com>
  - Fix luks_randomize setting
    Make sure the value passed for luks_randomize in the description
    becomes effective. It was not possible to switch off luks_randomize
    because any "not" value was turned into a true value. The actual
    default should therefore only apply in case luks_randomize is
    not specified at all which means only a None value will turn
    into a true value for this setting.
  - Fix package removal with dnf5
    dnf5 does not implement `dnf autoremove <package>` as a synonym
    for `--setopt=clean_requirements_on_remove=true remove <package>`
    as dnf4 did. So, we should do it this way instead.
    Signed-off-by: Adam Williamson <awilliam@redhat.com>

++++ kernel-default:

  - kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415)
  - commit 689bcfa
  - mptcp: annotate data-races around msk->rmem_fwd_alloc
    (git-fixes).
  - commit a5d9cb6
  - net: annotate data-races around sk->sk_forward_alloc
    (git-fixes).
  - commit bceb548
  - ipv4: annotate data-races around fi->fib_dead (git-fixes).
  - commit f1e77d4
  - sctp: annotate data-races around sk->sk_wmem_queued (git-fixes).
  - commit 66bd390
  - net: annotate data-races around sk->sk_lingertime (git-fixes).
  - commit 33a5ffc
  - mptcp: Remove unnecessary test for __mptcp_init_sock()
    (git-fixes).
  - commit dfc1c14
  - idpf: fix kernel panic on unknown packet types (git-fixes).
  - commit def5526
  - ice: fix enabling RX VLAN filtering (git-fixes).
  - commit 3d7f5a8
  - net: dsa: sja1105: Fix parameters order in
    sja1110_pcs_mdio_write_c45() (git-fixes).
  - commit 9f9ee96
  - net: ravb: Always update error counters (git-fixes).
  - commit 5d5deb7
  - net: ravb: Always process TX descriptor ring (git-fixes).
  - commit 99798f7
  - net: stmmac: fix rx queue priority assignment (git-fixes).
  - commit 3506dda
  - net: fec: Set mac_managed_pm during probe (git-fixes).
  - commit c315308
  - octeontx2-af: Add array index check (git-fixes).
  - commit 446ffd7
  - i40e: Fix VF MAC filter removal (git-fixes).
  - commit fbb3a5f
  - octeontx2-pf: check negative error code in otx2_open()
    (git-fixes).
  - commit a7c7e4f
  - i40e: fix vf may be used uninitialized in this function warning
    (git-fixes).
  - commit 80b3415
  - i40e: fix i40e_count_filters() to count only active/new filters
    (git-fixes).
  - commit 1870048
  - i40e: Enforce software interrupt during busy-poll exit
    (git-fixes).
  - commit 2c9264a
  - wifi: mac80211: fix unaligned le16 access (git-fixes).
  - wifi: mac80211: remove link before AP (git-fixes).
  - wifi: mac80211_hwsim: init peer measurement result (git-fixes).
  - wifi: nl80211: don't free NULL coalescing rule (git-fixes).
  - wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
    (git-fixes).
  - wifi: iwlwifi: mvm: remove old PASN station when adding a new
    one (git-fixes).
  - Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes).
  - Bluetooth: qca: fix NULL-deref on non-serdev suspend
    (git-fixes).
  - Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE
    (git-fixes).
  - Bluetooth: btusb: Fix triggering coredump implementation for
    QCA (git-fixes).
  - net: usb: ax88179_178a: stop lying about skb->truesize
    (git-fixes).
  - ax25: Fix netdev refcount issue (git-fixes).
  - NFC: trf7970a: disable all regulators on removal (git-fixes).
  - HID: logitech-dj: allow mice to use all types of reports
    (git-fixes).
  - HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized
    dev->devc (git-fixes).
  - HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent
    lock-up (git-fixes).
  - commit 416e04c
  - Move the upstreamed BT patch into sorted section
  - commit aaffc85
  - Move the upstreamed BT fix patch to sorted section
  - commit ab94ffe
  - Update kabi files: updated for post-PublicRC
  - commit f978f5f

++++ openSUSE-repos-LeapMicro:

  - NVIDIA package needs to require specific flavor. Issue #53

++++ passt:

  - Update to version 20240426.d03c4e2:
    * netlink: Use IFA_F_NODAD also while duplicating addresses from the host
    * netlink: For IPv4, IFA_LOCAL is the interface address, not IFA_ADDRESS
    * test: Make log truncation test more robust
    * test: Slight simplification to pasta log tests
    * udp: Correctly look up outbound socket with port remappings
    * tcp: Replace TCP buffer structure by an iovec array
    * conf: Don't fail if the template interface doesn't have a MAC address
    * conf: We're interested in the MAC address, not in the MAC itself
    * pasta, util: Align stack area for clones to maximum natural alignment
    * treewide: Compilers' name for armv6l and armv7l is "arm"

++++ patterns-micro:

  - make sure to prefer registries-conf-sl-micro (jsc#SMO-376)

------------------------------------------------------------------
------------------  2024-4-25  -  Apr 25 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.27.0:
    * fix: overlapping logs and menu navigation (#11765)
    * build(deps): bump github.com/moby/buildkit
    * chore(e2e): fix flaky cascade failure test
    * use v2.26.1 tag for moby and Docker cli
    * chore(deps): update to Moby v26.1 & buildx v0.14
    * bump compose-go version to v2.1.0
    * fix support for --context=foo
    * Fix #11710: Avoid to try to close channel twice after hitting
    Ctrl-C on compose up (#11719)
    * fix(desktop): remove overly-aggressive feature flag check
    (#11748)
    * chore: fix typo in comment
    * bump dependencies
    * fix: do not try to create file shares for non-directories
    * check container_name is not in use by another service we will
    create
    * don't clear line when navigation is disabled
    * fix: return correct exit code with `--exit-code-from` (#11715)
    * progress for resource can be restarted after more Working event
    comes
    * Revert "Stop the resource timer after last expected event"
    * Revert change to allow trying to kill again if a kill fails
    * Handle errors and allow to send multiple kills if one failed
    * Ignore errors when killing on second Ctrl-C
    * docker compose up always kills the containers on second Ctrl-C
    * read COMPOSE_REMOVE_ORPHANS from .env
    * Set Required false to depends_on containers for compose -p
    stop/down
    * Ignore missing containers when compose stop -p
    * Ignore missing containers when compose down -p
    * Introduce support for build.entitlements
    * Remove dead url reference.
    * e2e test for --all-resources
    * introduce --all-resources to _not_ exclude resources not used
    by services
    * Introduce --abort-on-container-failure
    * bump golang version to 1.21.9
    * don't use ansi espace sequence when disabled

++++ python-kiwi:

  - Add 'bls' parameter for the bootloader

++++ kernel-default:

  - Update patch reference for PM devfreq fix (CVE-2023-52635 bsc#1222294)
  - commit f099bed
  - Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357)
  - commit 8ef0762
  - Update
    patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch
    (git-fixes CVE-2024-26890 bsc#1223192).
  - Update
    patches.suse/RDMA-mlx5-Fix-fortify-source-warning-while-accessing.patch
    (jsc#PED-3311 CVE-2024-26907 bsc#1223203).
  - Update
    patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch
    (git-fixes CVE-2024-26916 bsc#1223137).
  - Update
    patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch
    (git-fixes CVE-2024-26877 bsc#1223140).
  - Update
    patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch
    (git-fixes CVE-2024-26880 bsc#1223188).
  - Update
    patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch
    (git-fixes CVE-2024-26913 bsc#1223204).
  - Update
    patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch
    (git-fixes CVE-2024-26914 bsc#1223205).
  - Update patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch
    (git-fixes CVE-2024-26915 bsc#1223207).
  - Update
    patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch
    (git-fixes CVE-2024-26893 bsc#1223196).
  - Update
    patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch
    (bsc#1221858 CVE-2024-26582 bsc#1220214).
  - Update
    patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch
    (git-fixes CVE-2024-26897 bsc#1223323).
  - Update
    patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch
    (git-fixes CVE-2024-26892 bsc#1223195).
  - Update
    patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch
    (git-fixes CVE-2024-26895 bsc#1223197).
  - commit d9b565f
  - Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357)
  - commit 1c0959e
  - mlxbf_gige: stop interface during shutdown (git-fixes).
  - commit f770ea3
  - octeontx2-af: Fix issue with loading coalesced KPU profiles
    (git-fixes).
  - commit 65682db
  - e1000e: move force SMBUS from enable ulp function to avoid
    PHY loss issue (git-fixes).
  - commit af85d1c
  - e1000e: Workaround for sporadic MDI error on Meteor Lake systems
    (git-fixes).
  - commit 8830724
  - Octeontx2-af: fix pause frame configuration in GMP mode
    (git-fixes).
  - commit 43722bd
  - bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes).
  - commit e671e96
  - arm64: hibernate: Fix level3 translation fault in swsusp_save()
    (git-fixes).
  - bootconfig: use memblock_free_late to free xbc memory to buddy
    (git-fixes).
  - init/main.c: Fix potential static_command_line memory overflow
    (git-fixes).
  - gpiolib: swnode: Remove wrong header inclusion (git-fixes).
  - ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes).
  - ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes).
  - i2c: pxa: hide unused icr_bits[] variable (git-fixes).
  - driver core: Introduce device_link_wait_removal()
    (stable-fixes).
  - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes).
  - init: open /initrd.image with O_LARGEFILE (stable-fixes).
  - Fix build errors due to new UIO_MEM_DMA_COHERENT mess
    (git-fixes).
  - ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes).
  - ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE
    (git-fixes).
  - kexec: do syscore_shutdown() in kernel_kexec (git-fixes).
  - PM / devfreq: Synchronize devfreq_monitor_[start/stop]
    (stable-fixes).
  - ida: make 'ida_dump' static (git-fixes).
  - asm-generic: make sparse happy with odd-sized put_unaligned_*()
    (stable-fixes).
  - ARM: imx: Check return value of devm_kasprintf in
    imx_mmdc_perf_init (git-fixes).
  - bootmem: use kmemleak_free_part_phys in put_page_bootmem
    (git-fixes).
  - commit b6327c9
  - Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing
    Adv Monitor (bsc#1219216).
  - commit 81c5485
  - crypto: ccp - Add support for PCI device 0x156E (bsc#1223338).
  - crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338).
  - commit 9af2745
  - lsm: fix the logic in security_inode_getsecctx() (git-fixes).
  - commit 9f85f33
  - PCI: rpaphp: Error out on busy status from get-sensor-state
    (bsc#1223369 ltc#205888).
  - commit 03aecd7

++++ systemd:

  - Update 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch to
    adapt sysv-generator-test to the SUSE's specificity brought by this patch.
  - systemd-testsuite: some of the integration tests depend on the bin, daemon,
    games and nobody users/groups.

++++ runc:

  - Build with Go 1.21 until the upstream Go 1.22 compatibility issue gets fixed.
    <https://github.com/opencontainers/runc/issues/4233>

++++ systemd-presets-common-SUSE:

  - Add presets to enable dbus-broker.service for both system and user
    due to naming socket activation doesn't work directly.
  - Order .presets file alphabetically via service.

------------------------------------------------------------------
------------------  2024-4-24  -  Apr 24 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 26.1.0-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/26.1/#2610>
  - 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:

  - Update ath11k suspend patches from the latest subsystem tree (bsc#1207948).
  - commit caea96a
  - bpf: Fix stackmap overflow check on 32-bit arches (bsc#1223035
    CVE-2024-26883).
  - bpf: Fix hashtab overflow check on 32-bit arches (bsc#1223189
    CVE-2024-26884).
  - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
    (bsc#1223190 CVE-2024-26885).
  - commit 98fad20
  - kABI: bpf: struct xsk_buff_pool kABI workaround (bsc#1221303
    CVE-2024-26611).
  - commit 764f7c3

++++ libcontainers-common:

  - Introduce new subpackage that ships registries.conf that uses
    registry.suse.com as the only unqualified registry while pulling images on
    SL Micro and SP6. (jsc#SMO-376, jsc#PED-8289)

++++ python-referencing:

  - Update to version 0.35.0:
    * Make Registry.contents raise NoSuchResource when needed.
    * Update pre-commit hooks.
    * Run coverage with 3.12
    * Try convincing RTD to use uv.
    * uv and minor workflow tweaks
    * Use uv for envs, particularly the requirements env.
    * [pre-commit.ci] pre-commit autoupdate
    * Whatever pyright regression was present is still present.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump suite from `71c85d0` to `87851a6`
    * Bump suite from `d3fdf35` to `71c85d0`
    * Bump suite from `e3fe0aa` to `d3fdf35`

++++ zypper:

  - switch cmake build type to RelWithDebInfo
  - modernize spec file (remove Authors section, use proper macros,
    remove redundant clean section, don't mark man pages as doc)
  - switch to -O2 -fvisibility=hidden -fpie:
    * PIC is not needed as no shared lib is built
    * fstack-protector-strong is default on modern dists and would
    be downgraded by fstack-protector
    * default visibility hidden allows better optimisation
    * O2 is reducing inlining bloat
  - > 18% reduced binary size

------------------------------------------------------------------
------------------  2024-4-23  -  Apr 23 2024  -------------------
------------------------------------------------------------------

++++ boost-base:

  - update to 1.85.0
    * new libraries:
    + charconv (implementation of <charconv>)
    + scope (collection of scope guard utilities)
    * for details on all changes see,
    https://www.boost.org/users/history/version_1_85_0.html
  - dynamic_linking.patch: updated
  - boost-charconv-quadmath.patch: added

++++ hyper-v:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ kernel-default:

  - Update
    patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch
    (bsc#1222596 cve-2024-26760), fixng CVE number.
  - commit 10886ae
  - powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
    (bsc#1221645 ltc#205739 bsc#1223191).
  - commit da2d8d3

++++ pv:

  - version update to 1.8.9
    * feature: new "--si" option to display and interpret size
    suffixes in multiples of 1000 rather than 1024
    * fix: continue producing progress output when the output is
    blocking writes
    * fix: honour the TMPDIR / TMP environment variables again,
    rather than hard-coding "/tmp", when using a terminal lock file
    * i18n: corrections and missing strings added to French
    translations

++++ velociraptor-client:

  - Change system-user-velociraptor to noarch

++++ thin-provisioning-tools:

  - Update vendored dependencies

------------------------------------------------------------------
------------------  2024-4-22  -  Apr 22 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move out-of-tree powerpc patch to the right section
  - commit ff83284
  - ice: use relative VSI index for VFs instead of PF VSI number
    (git-fixes).
  - commit 271fd81
  - e1000e: Minor flow correction in e1000_shutdown function
    (git-fixes).
  - commit cc5b32c
  - net: pcs: xpcs: Return EINVAL in the internal methods
    (git-fixes).
  - commit 9b19312
  - net: ip_tunnel: make sure to pull inner header in
    ip_tunnel_rcv() (git-fixes CVE-2024-26882 bsc#1223034).
  - commit c42f011
  - ionic: set adminq irq affinity (git-fixes).
  - commit 7862c8a
  - net: add netdev_lockdep_set_classes() to virtual drivers
    (git-fixes).
  - commit a8ebc57
  - net: ravb: Let IP-specific receive function to interrogate
    descriptors (git-fixes).
  - commit d6b522e
  - x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes).
  - commit a29a0e4
  - x86/bugs: Fix BHI retpoline check (git-fixes).
  - commit 00081b1
  - selftests/powerpc/papr-vpd: Fix missing variable initialization
    (jsc#PED-4486 git-fixes).
  - commit 8847657
  - Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to
    patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch.
  - commit de47fb9
  - peci: linux/peci.h: fix Excess kernel-doc description warning
    (git-fixes).
  - comedi: vmk80xx: fix incomplete endpoint checking (git-fixes).
  - mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes).
  - speakup: Avoid crash on very long word (git-fixes).
  - serial: stm32: Reset .throttled state in .startup() (git-fixes).
  - serial/pmac_zilog: Remove flawed mitigation for rx irq flood
    (git-fixes).
  - serial: mxs-auart: add spinlock around changing cts state
    (git-fixes).
  - serial: 8250_dw: Revert: Do not reclock if already at correct
    rate (git-fixes).
  - Revert "usb: cdc-wdm: close race between read and workqueue"
    (git-fixes).
  - thunderbolt: Do not create DisplayPort tunnels on adapters of
    the same router (git-fixes).
  - usb: dwc2: host: Fix dereference issue in DDMA completion flow
    (git-fixes).
  - usb: typec: tcpm: Correct the PDO counting in pd_set
    (git-fixes).
  - usb: typec: ucsi: Fix connector check on init (git-fixes).
  - usb: xhci: correct return value in case of STS_HCE (git-fixes).
  - commit 1d56577

++++ ncurses:

  - Add ncurses patch 20240420
    + improve formatting/style of manpages (patches by Branden Robinson).
    + compiler warning/portability fixes.

++++ nfs-utils:

  - nfs-utils.spec: Provide nfsidmap as well as obsoleting it.
    (bsc#1222947)

++++ libsolv:

  - split libsolv-tools into libsolv-tools-base [jsc#PED-8153]

++++ systemd:

  - Drop _FORTIFY_SOURCE=2 workaround. Since commit 7929e180aa (v253) it shouldn't
    be needed anymore.

++++ libva:

  - update to 2.21.0:
    * va: Add allow_content_tools and force_intger_mv to AV1 enc
    * va: add VASurfaceAttribAlignmentSize
    * va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
    * va: export symbol vaGetLibFunc for Windows
    * va: Add PRIME3 defination and correct the value
    * va: add driver name map for new intel KMD xe
    * va: export symbol vaMapBuffer2 for Windows
    * va: add new interface vaMapBuffer2 for map operation
    optimization
    * va: Add VAConfigAttribEncMaxTileRows and
    VAConfigAttribEncMaxTileCols
    * va: fix handling when all wayland backends fail
    * va_trace:add return value trace for vaPutSurfaces

++++ vim:

  - Updated to version 9.1 with patch level 0330, fixes the following problems
    * Fixing bsc#1220763 - vim gets Segmentation fault after updating to version 9.1.0111-150500.20.9.1
  - refreshed vim-7.3-filetype_spec.patch
  - refreshed vim-7.3-filetype_ftl.patch
  - Update spec.skeleton to use autosetup in place of setup macro.
  - for the complete list of changes see
    https://github.com/vim/vim/compare/v9.1.0111...v9.1.0330

++++ zypper:

  - remove procps requires (was only for ZMD which is dropped)
    (jsc#PED-8153)

------------------------------------------------------------------
------------------  2024-4-21  -  Apr 21 2024  -------------------
------------------------------------------------------------------

++++ containerd:

  - Use obs_scm service instead of tar_scm
  - Removed patch 0002-shim-Create-pid-file-with-0644-permissions.patch
    (merged upstream at
    <https://github.com/containerd/containerd/pull/9571>)
  - Update to containerd v1.7.15. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.15>
  - Update to containerd v1.7.14. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.14>
  - Update to containerd v1.7.13. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.13>
  - Update to containerd v1.7.12. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.12>
  - Update to containerd v1.7.11. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.11>
    GHSA-jq35-85cj-fj4p bsc#1224323

++++ kernel-default:

  - clk: mediatek: Do a runtime PM get on controllers during probe
    (git-fixes).
  - clk: Remove prepare_lock hold assertion in __clk_release()
    (git-fixes).
  - commit 78e7847
  - scsi: sg: Avoid race in error handling & drop bogus warn
    (git-fixes).
  - commit 855ebc6

++++ python-pycparser:

  - update to 2.22:
    * Add missing SCHAR limit defines
    * Use proper SPDX identifier
    * Add Python 3.11 as a supported version
    * Fix multi-pragma/single statement blocks (#479)
    * Add an encoding parameter to parse_file
    * Feature/add pragma support
    * Set up permissions to ci.yml
    * _build_tables: Invalidate cache before importing generated modules
    * Upgrade GitHub Actions
    * Create a Security Policy
    * New example to generate AST from scratch
    * Add support for Python 3.12
    * ply: Make generated lextab.py deterministic
  - drop fix-lexer-build.patch (upstream)

------------------------------------------------------------------
------------------  2024-4-20  -  Apr 20 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 24.0.5
  - supersedes mesa-fix-llvm18.patch
  - adjusted 0004-glx-pass-implicit-load-param-through-allocation.patch,
    0010-glx-silence-more-implicit-load-zink-errors.patch

++++ Mesa-drivers:

  - Update to bugfix release 24.0.5
  - supersedes mesa-fix-llvm18.patch
  - adjusted 0004-glx-pass-implicit-load-param-through-allocation.patch,
    0010-glx-silence-more-implicit-load-zink-errors.patch

++++ python-kiwi:

  - Fix efifatimagesize attribute type
    The efifatimagesize attribute type value is set to "oem" but the documentation says
    that it is intended to be also used for creating ISO images. This causes a schema error
    when this attribute is set on a profile with type "iso" and blocks changing the EFI
    boot image size which is a problem if the image is bigger than 20M. This commit
    allows to specify the attribute also for the "iso" type

++++ kernel-default:

  - Bluetooth: MGMT: Fix failing to
    MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504).
  - commit 8ea8f78
  - ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with
    ALC269VC (stable-fixes).
  - ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N
    (stable-fixes).
  - ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound
    (stable-fixes).
  - ALSA: hda/tas2781: Add new vendor_id and subsystem_id to
    support ThinkPad ICE-1 (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP SnowWhite laptops
    (stable-fixes).
  - commit 2244c24
  - ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages
    (git-fixes).
  - ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4
    (git-fixes).
  - ALSA: hda/tas2781: correct the register for pow calibrated data
    (git-fixes).
  - drm/panel: visionox-rm69299: don't unregister DSI device
    (git-fixes).
  - drm/vmwgfx: Sort primary plane formats by order of preference
    (git-fixes).
  - drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes).
  - drm/vmwgfx: Fix prime import/export (git-fixes).
  - drm/ttm: stop pooling cached NUMA pages v2 (git-fixes).
  - drm: nv04: Fix out of bounds access (git-fixes).
  - nouveau: fix instmem race condition around ptr stores
    (git-fixes).
  - drm/amdgpu: fix visible VRAM handling during faults (git-fixes).
  - drm/amdgpu: validate the parameters of bo mapping operations
    more clearly (git-fixes).
  - Revert "drm/amd/display: fix USB-C flag update after enc10
    feature init" (stable-fixes).
  - drm/amdkfd: Fix memory leak in create_process failure
    (git-fixes).
  - drm/amdgpu: remove invalid resource->start check v2 (git-fixes).
  - nilfs2: fix OOB in nilfs_set_de_type (git-fixes).
  - commit de35710

------------------------------------------------------------------
------------------  2024-4-19  -  Apr 19 2024  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.44.4:
    + Add the 'dns-change' dispatcher event.
    + Various fixed related to IPv4 duplicate address detection.
    + Fix support for OVS netdev datapath
    + Fix handling of IPv6 hop limit

++++ python-kiwi:

  - Add missing tool requires
    Latest changes on the bundler used sed and file
    which were not required by the spec. This is
    related to bsc#1221790
  - Add vmdk format to test-image-bundle-format
    Allow to check if the bundle format rename is applied
    in the new bundle reference checker code
  - Fix file references in kiwi bundler result files
    When using a custom bundle_format the kiwi result bundler renames
    the output files to match the bundle_format. However, if there are
    output files that references other output files, for example the
    vmware binary (.vmdk) in the guest config file (.vmx) then this
    renaming breaks those result files. This patch adds a reference
    file check for all non binary output files if they contain a
    reference to another output file and updates the data accordingly.
    This Fixes bsc#1221790
  - Don't compress vmdk images
    Like with qcow2 it's not expected that the format type gets
    compressed in the bundle
  - kiwi.rnc: define bls parameter for bootloader
  - Keep runtime_checker_metadata.yml as module file
    It was a bad idea to install a mandatory source file outside
    the module path. This prevents running kiwi from source
  - Fixed Arch build
    Forgot to add install of runtime_checker_metadata.yml

++++ fde-tools:

  - Add patches to adopt the "--target-platform" option when using
    the newer pcr-oracle (bsc#1218390)
    + fde-tools-bsc1218390-Switch-to-target-platform-when-available.patch
    + fde-tools-bsc1218390-fix-tpm-present-with-the-newer-pcr-oracle.patch

++++ grub2:

  - remove deprecated file 20_memtest86+
    * a similar file is provided by the package memtest86+

++++ kernel-default:

  - scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
    (git-fixes).
  - scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()
    (git-fixes).
  - scsi: sd: Unregister device if device_add_disk() failed in
    sd_probe() (git-fixes).
  - scsi: mylex: Fix sysfs buffer lengths (git-fixes).
  - scsi: core: Fix unremoved procfs host directory regression
    (git-fixes).
  - scsi: sg: Avoid sg device teardown race (git-fixes).
  - scsi: libsas: Fix disk not being scanned in after being removed
    (git-fixes).
  - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()
    (git-fixes).
  - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn
    (git-fixes).
  - scsi: csiostor: Avoid function pointer casts (git-fixes).
  - scsi: mpt3sas: Prevent sending diag_reset when the controller
    is ready (git-fixes).
  - scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()
    (git-fixes).
  - scsi: smartpqi: Fix disable_managed_interrupts (git-fixes).
  - scsi: core: Consult supported VPD page list prior to fetching
    page (git-fixes).
  - commit 8d33038
  - pmdomain: mediatek: fix race conditions with genpd
    (CVE-2023-52645 bsc#1223033).
  - commit c2656fd
  - Delete patches.suse/modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTIONS.patch
    This caused an overflow of the table as we haven't taken other earlier
    changes.  Drop it for now.
  - commit bc7d928
  - block: Fix WARNING in _copy_from_iter (bsc#1223015,
    CVE-2024-26844).
  - commit a5a381a
  - platform/x86: think-lmi: Fix password opcode ordering for
    workstations (CVE-2024-26836 bsc#1222968).
  - platform/x86: think-lmi: Enable opcode support on BIOS settings
    (CVE-2024-26836 bsc#1222968).
  - commit a97b715
  - net: tcp: fix unexcepted socket die when snd_wnd is 0
    (git-fixes).
  - commit e8c290a
  - net: Use sockaddr_storage for getsockopt(SO_PEERNAME)
    (git-fixes).
  - commit 0bf4249
  - nf_conntrack: fix -Wunused-const-variable= (git-fixes).
  - commit 771e185
  - net: NSH: fix kernel-doc notation warning (git-fixes).
  - commit ab89a9e
  - net: llc: fix kernel-doc notation warnings (git-fixes).
  - commit a9e21ce
  - inet: frags: eliminate kernel-doc warning (git-fixes).
  - commit 3d5b832
  - net: cfg802154: fix kernel-doc notation warnings (git-fixes).
  - commit f9d49a1
  - net: bonding: remove kernel-doc comment marker (git-fixes).
  - commit b25069a
  - net: phy: phy_device: Prevent nullptr exceptions on ISR
    (git-fixes).
  - commit da73105
  - net: stmmac: dwmac-starfive: Add support for JH7100 SoC
    (git-fixes).
  - commit 644ea8f
  - bnx2x: Fix firmware version string character counts (git-fixes).
  - commit b005933
  - net: sparx5: Fix use after free inside sparx5_del_mact_entry
    (git-fixes).
  - commit 3b59a03
  - Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks
    in amdgpu_device_init()" (stable-fixes).
  - commit f7f3760
  - usb: typec: ucsi: Limit read size on v1.2 (stable-fixes).
  - Refresh
    patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch.
  - commit e357444
  - wifi: mt76: mt7996: add locking for accessing mapped registers
    (stable-fixes).
  - commit ac66d90
  - net: usb: ax88179_178a: avoid writing the mac address before
    first reading (git-fixes).
  - random: handle creditable entropy from atomic process context
    (git-fixes).
  - firmware: arm_scmi: Make raw debugfs entries non-seekable
    (git-fixes).
  - mmc: omap: restore original power up/down steps (git-fixes).
  - mmc: omap: fix deferred probe (git-fixes).
  - mmc: omap: fix broken slot switch lookup (git-fixes).
  - nouveau: fix function cast warning (git-fixes).
  - PM: s2idle: Make sure CPUs will wakeup directly on resume
    (git-fixes).
  - platform/chrome: cros_ec_uart: properly fix race condition
    (git-fixes).
  - platform/x86: intel-vbtn: Update tablet mode switch at end of
    probe (git-fixes).
  - nouveau: fix devinit paths to only handle display on GSP
    (git-fixes).
  - gpio: cdev: fix missed label sanitizing in debounce_setup()
    (git-fixes).
  - gpio: cdev: check for NULL labels when sanitizing them for irqs
    (git-fixes).
  - gpio: cdev: sanitize the label before requesting the interrupt
    (stable-fixes).
  - usb: sl811-hcd: only defined function checkdone if QUIRK2 is
    defined (stable-fixes).
  - usb: typec: tcpci: add generic tcpci fallback compatible
    (stable-fixes).
  - usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR
    (stable-fixes).
  - thermal/of: Assume polling-delay(-passive) 0 when absent
    (stable-fixes).
  - Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes).
  - Input: imagis - use FIELD_GET where applicable (stable-fixes).
  - input/touchscreen: imagis: Correct the maximum touch area value
    (stable-fixes).
  - Input: synaptics-rmi4 - fail probing if memory allocation for
    "phys" fails (stable-fixes).
  - media: sta2x11: fix irq handler cast (stable-fixes).
  - media: cec: core: remove length check of Timer Status
    (stable-fixes).
  - PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge
    (stable-fixes).
  - platform/x86: touchscreen_dmi: Add an extra entry for a variant
    of the Chuwi Vi8 tablet (stable-fixes).
  - Input: allocate keycode for Display refresh rate toggle
    (stable-fixes).
  - pinctrl: renesas: checker: Limit cfg reg enum checks to provided
    IDs (stable-fixes).
  - HID: input: avoid polling stylus battery on Chromebook Pompom
    (stable-fixes).
  - wifi: cfg80211: check A-MSDU format more carefully
    (stable-fixes).
  - wifi: mt76: mt7996: disable AMSDU for non-data frames
    (stable-fixes).
  - wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro
    (stable-fixes).
  - wifi: iwlwifi: pcie: Add the PCI device id for new hardware
    (stable-fixes).
  - wifi: rtw89: pci: enlarge RX DMA buffer to consider size of
    RX descriptor (stable-fixes).
  - wifi: ath9k: fix LNA selection in ath_ant_try_scan()
    (stable-fixes).
  - net: phy: phy_device: Prevent nullptr exceptions on ISR
    (stable-fixes).
  - wifi: rtw89: fix null pointer access when abort scan
    (stable-fixes).
  - overflow: Allow non-type arg to type_max() and type_min()
    (stable-fixes).
  - pstore/zone: Add a null pointer check to the psz_kmsg_read
    (stable-fixes).
  - modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
    (stable-fixes).
  - commit 7321185
  - drm/msm/dp: fix typo in dp_display_handle_port_status_changed()
    (git-fixes).
  - drm/msm/dpu: make error messages at
    dpu_core_irq_register_callback() more sensible (git-fixes).
  - drm/msm/dpu: don't allow overriding data from catalog
    (git-fixes).
  - drm/msm: Add newlines to some debug prints (git-fixes).
  - drm/vmwgfx: Enable DMA mappings with SEV (git-fixes).
  - drm/client: Fully protect modes[] with dev->mode_config.mutex
    (stable-fixes).
  - Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes).
  - drm/ast: Fix soft lockup (git-fixes).
  - drm/panfrost: Fix the error path in
    panfrost_mmu_map_fault_addr() (git-fixes).
  - drm/amd/display: Set VSC SDP Colorimetry same way for MST and
    SST (stable-fixes).
  - drm/amd/display: Program VSC SDP colorimetry for all DP sinks >=
    1.4 (stable-fixes).
  - drm/amd/display: fix disable otg wa logic in DCN316
    (stable-fixes).
  - drm/amdgpu: fix incorrect number of active RBs for gfx11
    (stable-fixes).
  - drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11
    (stable-fixes).
  - drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes).
  - drm/amdgpu: always force full reset for SOC21 (stable-fixes).
  - drm/amdkfd: Reset GPU on queue preemption failure
    (stable-fixes).
  - drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes).
  - drm/i915: Disable port sync when bigjoiner is used
    (stable-fixes).
  - drm/i915/cdclk: Fix CDCLK programming order when pipes are
    active (git-fixes).
  - drm/i915: Pre-populate the cursor physical dma address
    (git-fixes).
  - fbmon: prevent division by zero in fb_videomode_from_videomode()
    (stable-fixes).
  - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
    (stable-fixes).
  - drm/amd/amdgpu: Fix potential ioremap() memory leaks in
    amdgpu_device_init() (stable-fixes).
  - drm/amd/display: Fix nanosec stat overflow (stable-fixes).
  - drm: Check polling initialized before enabling in
    drm_helper_probe_single_connector_modes (stable-fixes).
  - drm: Check output polling initialized before disabling
    (stable-fixes).
  - drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for GPD Win Mini
    (stable-fixes).
  - firmware: tegra: bpmp: Return directly after a failed kzalloc()
    in get_filename() (stable-fixes).
  - commit 2efe82e
  - ata: libata-core: Allow command duration limits detection for
    ACS-4 drives (git-fixes).
  - amdkfd: use calloc instead of kzalloc to avoid integer overflow
    (stable-fixes).
  - accel/ivpu: Fix deadlock in context_xa (git-fixes).
  - ACPI: scan: Do not increase dep_unmet for already met
    dependencies (git-fixes).
  - Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED
    bit (git-fixes).
  - Bluetooth: hci_sock: Fix not validating setsockopt user input
    (git-fixes).
  - Bluetooth: L2CAP: Fix not validating setsockopt user input
    (git-fixes).
  - Bluetooth: RFCOMM: Fix not validating setsockopt user input
    (git-fixes).
  - Bluetooth: SCO: Fix not validating setsockopt user input
    (git-fixes).
  - Bluetooth: Fix memory leak in hci_req_sync_complete()
    (git-fixes).
  - Bluetooth: hci_sync: Fix using the same interval and window
    for Coded PHY (git-fixes).
  - Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
    (git-fixes).
  - batman-adv: Avoid infinite loop trying to resize local TT
    (git-fixes).
  - Bluetooth: hci_event: set the conn encrypted before conn
    establishes (stable-fixes).
  - ASoC: soc-core.c: Skip dummy codec when adding platforms
    (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE
    (stable-fixes).
  - ASoC: Intel: avs: Populate board selection with new I2S entries
    (stable-fixes).
  - ASoC: Intel: common: DMI remap for rebranded Intel NUC M15
    (LAPRC710) laptops (stable-fixes).
  - ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes).
  - ALSA: firewire-lib: handle quirk to calculate payload quadlets
    as data block counter (stable-fixes).
  - Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle
    by default" (stable-fixes).
  - drm/vc4: don't check if plane->state->fb == state->fb
    (stable-fixes).
  - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of
    CONFIG_X86_ANDROID_TABLETS (stable-fixes).
  - Bluetooth: ISO: Align broadcast sync_timeout with connection
    timeout (stable-fixes).
  - Bluetooth: Add new quirk for broken read key length on ATS2851
    (stable-fixes).
  - Bluetooth: hci_sync: Use QoS to determine which PHY to scan
    (stable-fixes).
  - Bluetooth: btintel: Fixe build regression (git-fixes).
  - Bluetooth: btintel: Fix null ptr deref in btintel_read_version
    (stable-fixes).
  - drm/i915/display: Use i915_gem_object_get_dma_address to get
    dma address (stable-fixes).
  - commit 79cdb13
  - Update
    patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch
    (git-fixes CVE-2024-26802 bsc#1222799).
  - commit a49cc37
  - Update
    patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch
    (bsc#1219264 CVE-2024-0841 CVE-2024-26688 bsc#1222482).
  - Update
    patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch
    (git-fixes CVE-2024-26891 bsc#1223037).
  - Update
    patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch
    (git-fixes CVE-2024-26894 bsc#1223043).
  - Update
    patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch
    (git-fixes CVE-2024-26799 bsc#1222415).
  - Update
    patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch
    (git-fixes CVE-2024-26801 bsc#1222413).
  - Update patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch
    (git-fixes CVE-2024-26886 bsc#1223044).
  - Update
    patches.suse/IB-hfi1-Fix-a-memleak-in-init_credit_return.patch
    (git-fixes CVE-2024-26839 bsc#1222975).
  - Update
    patches.suse/RDMA-irdma-Fix-KASAN-issue-with-tasklet.patch
    (git-fixes CVE-2024-26838 bsc#1222974).
  - Update
    patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch
    (git-fixes CVE-2024-26872 bsc#1223115).
  - Update
    patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch
    (git-fixes CVE-2024-26848 bsc#1223030).
  - Update
    patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch
    (git-fixes CVE-2024-26736 bsc#1222586).
  - Update
    patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch
    (bsc#1219126 CVE-2024-23850 CVE-2024-26792 bsc#1222430).
  - Update
    patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch
    (bsc#1220265 CVE-2024-26840 bsc#1222976).
  - Update
    patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch
    (bsc#1221391 CVE-2024-26689 bsc#1222503).
  - Update
    patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch
    (git-fixes CVE-2024-26879 bsc#1223066).
  - Update
    patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch
    (git-fixes CVE-2024-26824 bsc#1223081).
  - Update
    patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch
    (git-fixes CVE-2024-26788 bsc#1222783).
  - Update
    patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch
    (bsc#1221428 git-fixes CVE-2024-26746 bsc#1222444).
  - Update
    patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch
    (git-fixes CVE-2024-26700 bsc#1222870).
  - Update
    patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch
    (git-fixes CVE-2024-26833 bsc#1223036).
  - Update
    patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch
    (git-fixes CVE-2024-26729 bsc#1222552).
  - Update
    patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch
    (git-fixes CVE-2024-26797 bsc#1222425).
  - Update
    patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch
    (git-fixes CVE-2024-26876 bsc#1223119).
  - Update
    patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch
    (git-fixes CVE-2024-26911 bsc#1223055).
  - Update
    patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch
    (git-fixes CVE-2024-26874 bsc#1223048).
  - Update
    patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch
    (git-fixes CVE-2024-26912 bsc#1223064).
  - Update
    patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch
    (git-fixes CVE-2024-26843 bsc#1223014).
  - Update
    patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch
    (git-fixes CVE-2024-26798 bsc#1222798).
  - Update
    patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch
    (git-fixes CVE-2024-26830 bsc#1223012).
  - Update
    patches.suse/iio-adc-ad4130-zero-initialize-clock-init-data.patch
    (git-fixes CVE-2024-26711 bsc#1222420).
  - Update
    patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch
    (git-fixes CVE-2024-26755 bsc#1222529).
  - Update patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch
    (git-fixes CVE-2024-26829 bsc#1223027).
  - Update
    patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch
    (git-fixes CVE-2024-26875 bsc#1223118).
  - Update
    patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch
    (git-fixes CVE-2024-26820 bsc#1223078).
  - Update
    patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch
    (bsc#1215322 CVE-2024-26859 bsc#1223049).
  - Update
    patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch
    (git-fixes CVE-2024-26803 bsc#1222788).
  - Update
    patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch
    (git-fixes CVE-2024-26825 bsc#1223065).
  - Update
    patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch
    (git-fixes CVE-2024-26697 bsc#1222550).
  - Update
    patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch
    (git-fixes CVE-2024-26696 bsc#1222549).
  - Update
    patches.suse/powerpc-iommu-Fix-the-missing-iommu_group_put-during.patch
    (jsc#PED-7779 jsc#PED-7780 git-fixes CVE-2024-26709
    bsc#1222418).
  - Update
    patches.suse/powerpc-kasan-Limit-KASAN-thread-size-increase-to-32.patch
    (bsc#1215199 CVE-2024-26710 bsc#1222419).
  - Update
    patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch
    (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738 bsc#1222607).
  - Update
    patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch
    (bsc#1215199 CVE-2024-26847 bsc#1223026).
  - Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes
    CVE-2024-26675 bsc#1222379).
  - Update
    patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch
    (git-fixes bsc#1219141 CVE-2024-26917 bsc#1223056).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch
    (git-fixes CVE-2024-26693 bsc#1222451).
  - Update
    patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch
    (git-fixes CVE-2024-26779 bsc#1222772).
  - Update
    patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch
    (git-fixes CVE-2024-26896 bsc#1223042).
  - Update
    patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch
    (git-fixes CVE-2024-26687 bsc#1222435).
  - commit a69636a
  - Update
    patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch
    (git-fixes CVE-2023-52643 bsc#1222960).
  - Update
    patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch
    (git-fixes CVE-2023-52642 bsc#1223031).
  - Update
    patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch
    (git-fixes CVE-2023-52644 bsc#1222961).
  - commit 2c2d37f
  - Update
    patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch
    (git-fixes CVE-2024-26779 bsc#1222772).
  - commit 463d6dd
  - Update patch reference of iio fix (CVE-2024-26702 bsc#1222424)
  - commit 9436142
  - Update patch reference for interconnect patch (CVE-2024-26714 bsc#1222489)
  - commit 773fbda

++++ kernel-firmware-all:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-amdgpu:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-ath10k:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-ath11k:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-ath12k:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-atheros:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-bluetooth:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-bnx2:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-brcm:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-chelsio:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-dpaa2:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-i915:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-intel:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-iwlwifi:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-liquidio:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-marvell:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-media:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-mediatek:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-mellanox:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-mwifiex:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-network:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-nfp:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-nvidia:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-platform:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-prestera:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-qcom:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-qlogic:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-radeon:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-realtek:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-serial:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-sound:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-ti:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-ueagle:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ kernel-firmware-usb-network:

  - Update to version 20240419 (git commit 7eab37522984):
    (CVE-2023-47210, bsc#1225601, CVE-2023-38417, bsc#1225600)
    * Montage: update firmware for Mont-TSSE
    * linux-firmware: Add tuning parameter configs for CS35L41 Firmware
    * linux-firmware: Fix firmware names for Laptop SSID 104316a3
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * iwlwifi: add gl FW for core87-44 release
    * iwlwifi: add ty/So/Ma firmwares for core87-44 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release
    * nvidia: Update Tegra210 XUSB firmware to v50.29
    * amdgpu: update beige goby firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update renoir firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update sdma 6.0.1 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update raven2 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update smu 13.0.7 firmware
    * amdgpu: update sdma 6.0.2 firmware
    * amdgpu: update ipsp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update raven firmware
    * amdgpu: update navi14 firmware
    * 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: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update gc 10.3.6 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update vcn 4.0.3 firmware
    * amdgpu: update smu 13.0.6 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update sdma 6.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update  firmware
    * amdgpu: update aldebaran firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update gc 10.3.7 firmware
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9
    * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file
    * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location
    * i915: Add DG2 HuC 7.10.15
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * rtw89: 8852c: update fw to v0.27.56.14
    * rtw89: 8922a: add firmware v0.35.18.0
    * rtw88: Add RTL8703B firmware v11.0.0

++++ libzypp:

  - Don't try to refresh volatile media as long as raw metadata are
    present (bsc#1223094)
  - version 17.32.5 (32)

++++ podman:

  - convert to using obs_scm

------------------------------------------------------------------
------------------  2024-4-18  -  Apr 18 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 26.0.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/26.0/#2601>
  - 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 --add-runtime to point to correct binary path.

++++ python-kiwi:

  - Update tumbleweed/test-image-disk integration test
  - Handle XSLT errors better
    Make sure etree.XSLTApplyError is a known error in the kiwi
    scope and raise an appropriate exception

++++ transactional-update:

  - Version 4.6.6
  - soft-reboot: Fix inverted logic of soft-reboot detection
  - soft-reboot: Don't use D-Bus for snapper call - it may be
    shutting down already
  - soft-reboot: Remove unused variable
  - doc: Document configuration file snippets for tukit.conf
  - Remove script to disable soft-reboot support - this is the
    default for now anyway

++++ fde-tools:

  - Add fde-tools-bsc1222970-firstboot-replace-ALP.patch to replace
    "ALP" with "This system" (bsc#1222970)
  - Add fde-tools-bsc1223002-firstboot-disable-ccid.patch to disable
    the non-functional ccid option (bsc#1223002)

++++ glibc:

  - iconv-iso-2022-cn-ext.patch: iconv: ISO-2022-CN-EXT: fix out-of-bound
    writes when writing escape sequence (CVE-2024-2961, bsc#1222992)

++++ kernel-default:

  - ext4: regenerate buddy after block freeing failed if under fc
    replay (bsc#1220342 CVE-2024-26601).
  - commit fec1ddc
  - nvme-tcp: strict pdu pacing to avoid send stalls on TLS
    (bsc#1221858).
  - tls: fix peeking with sync+async decryption (bsc#1221858).
  - tls: don't skip over different type records from the rx_list
    (bsc#1221858).
  - tls: stop recv() if initial process_rx_list gave us non-DATA
    (bsc#1221858).
  - tls: break out of main loop when PEEK gets a non-data record
    (bsc#1221858).
  - net: tls: fix returned read length with async decrypt
    (bsc#1221858).
  - net: tls: fix use-after-free with partial reads and async
    (bsc#1221858).
  - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858).
  - nvme-tcp: strict pdu pacing to avoid send stalls on TLS
    (bsc#1221858).
  - tls: fix peeking with sync+async decryption (bsc#1221858).
  - tls: don't skip over different type records from the rx_list
    (bsc#1221858).
  - tls: stop recv() if initial process_rx_list gave us non-DATA
    (bsc#1221858).
  - tls: break out of main loop when PEEK gets a non-data record
    (bsc#1221858).
  - net: tls: fix returned read length with async decrypt
    (bsc#1221858).
  - net: tls: fix use-after-free with partial reads and async
    (bsc#1221858).
  - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858).
  - commit 9d8d293
  - Refresh
    patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch.
  - commit da3d979
  - Update
    patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch
    (git-fixes bsc#1223030 CVE-2024-26848).
  - commit 9f64be5

++++ llvm19:

  - Update to version 18.1.4.
    * Fixes an issue with Arm64EC code generation where calls to some
    intrinsics implemented in compiler-rt used the wrong name
    mangling, eventually resulting in unresolved symbol errors
    during linking.
    * Fixed an incorrect poison-generating flag preservation in
    `InstSimplify`. It will fix a miscompilation on RISCV, which
    turns the incorrect `or disjoint` into an `add`.
    * Save/restore routines for RV32E/RV64E are added to compiler-rt.
    * Fix regressions introduced in LLVM 18.1.3 in MIPS atomicrmw
    min/max codegen.
  - Include module files for libc++ in libc++-devel.
  - Rebase llvm-do-not-install-static-libraries.patch.

++++ snapper:

  - async cleanup of stale btrfs qgroups (bsc#1222847)
  - version 0.11.0

++++ libxmlb:

  - Update to 0.3.18. Changes since 0.3.15:
    * Add the lzma and zstd support to the pkgconfig file
    * Create SECURITY.md for the OpenSSF scorecard
    * Fix decompressing large zstd files
    * Use zst as the file extension for zstd
    * Fix decompressing large zstd files, harder
    * Include the pkgconfig variables in the subproject declared
    dependenc

++++ podman:

  - spec: Fix incorrect conditional that included TW while requiring the legacy
    network backend for podman, meant only for SP5 and below.
  - Update to version 5.0.2:
    * Bump to v5.0.2
    * Update release notes for v5.0.2
    * Emergency fix (well, skip) for failing bud tests
    * swagger fix infinitive recursion on some types
    * install swagger from source
    * Update go-swagger version
    * [v5.0] Bump c/common to v0.58.2
    * fix "concurrent map writes" in network ls compat endpoint
    * Fix relabeling failures with Z/z volumes on Mac
    * Packit: Enable CentOS Stream 10 update job
    * Bump to v5.0.2-dev

++++ python-argcomplete:

  - Update to 3.3.0 (bsc#1222880):
    * Preserve compatibility with argparse option tuples of length 4.
    This update is required to use argcomplete on Python 3.11.9+ or
    3.12.3+.
  - update to 3.2.3:
    * Allow register-python-argcomplete output to be used as lazy-loaded
    zsh completion module (#475)
  - Move debug_stream initialization to helper method to allow fd 9
    behavior to be overridden in subclasses (#471)

++++ python-idna:

  - update to 3.7 (bsc#1222842, CVE-2024-3651):
    * Fix issue where specially crafted inputs to encode() could take
    exceptionally long amount of time to process. [CVE-2024-3651]

++++ setools:

  - Fix build for 15.4 and 15.5:
  - Minimum required python version is 3.11, so building only for python311
  - Remove dependency for networkx: 0001-Make-networkx-optional-again-Fixes-125.patch

++++ qemu:

  - Backports and bugfixes:
    * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() (bsc#1222841, CVE-2024-3567)
    * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446)
    * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446)
    * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446)
    * hw/virtio: Introduce virtio_bh_new_guarded() helper (bsc#1222843, CVE-2024-3446)
    * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set (bsc#1222845, CVE-2024-3447)
    * hw/nvme: Use pcie_sriov_num_vfs() (bsc#1220065, CVE-2024-26328)

++++ rsync:

  - Update to 3.3.0
    * BUG FIXES:
  - Fixed a bug with --sparse --inplace where a trailing gap in
    the source file would not clear out the trailing data in the
    destination file.
  - Fixed an buffer overflow in the checksum2 code if SHA1 is
    being used for the checksum2 algorithm.
  - Fixed an issue when rsync is compiled using _FORTIFY_SOURCE so
    that the extra tests don't complain about a strlcpy() limit
    value (which was too large, even though it wasn't possible for
    the larger value to cause an overflow).
    (fix bsc#1214616, bsc#1214249)
  - Add a backtick to the list of characters that the filename
    quoting needs to escape using backslashes.
  - Fixed a string-comparison issue in the internal handling of
  - -progress (a locale such as tr_TR.utf-8 needed the internal
    triggering of --info options to use upper-case flag names to
    ensure that they match).
  - Make sure that a local transfer marks the sender side as
    trusted.
  - Change the argv handling to work with a newer popt library
  - ⁠-⁠ one that likes to free more data than it used to.
  - Rsync now calls OpenSSL_add_all_algorithms() when compiled
    against an older openssl library.
  - Fixed a problem in the daemon auth for older protocols
    (29 and before) if the openssl library is being used to
    compute MD4 checksums.
  - Fixed rsync -VV on Cygwin -⁠-⁠ it needed a flush of stdout.
  - Fixed an old stats bug that counted devices as symlinks.
    * ENHANCEMENTS:
  - Enhanced rrsync with the -no-overwrite option that allows you
    to ensure that existing files on your restricted but writable
    directory can't be modified.
  - Enhanced the manpages to mark links with .UR & .UE. If your
    nroff doesn't support these idioms, touch the file
    .md2man-force in the source directory so that md-convert gets
    called with the --force-link-text option, and that should
    ensure that your manpages are still readable even with the
    ignored markup.
  - Some manpage improvements on the handling of [global] modules.
  - Changed the mapfrom & mapto perl scripts (in the support dir)
    into a single python script named idmap. Converted a couple
    more perl scripts into python.
  - Changed the mnt-excl perl script (in the support dir) into a
    python script.
    * DEVELOPER RELATED:
  - Updated config.guess (timestamp 2023-01-01) and config.sub
    (timestamp 2023-01-21).
  - Drop rsync-fortified-strlcpy-fix.patch (included upstream).

++++ xfsprogs:

  - update to 6.7.0
  - xfsprogs: Several configure script updates
  - xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition
  - xfsprogs: Remove platform_defs.h generation on build time
  - xfs_db: Fix metadata read error due hardcoded initialization of bb_count
  - xfsprogs: Request 64-bit time_t where possible
  - xfsprogs: Remove use of LFS64 interfaces

------------------------------------------------------------------
------------------  2024-4-17  -  Apr 17 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - new version 315:
    * Networking: Show additional ports for each firewall zone
    * Networking: List Firewall active zones when unprivileged
    * Inline documentation
    * Support for transient virtual machines
    * UEFI for virtual machines
    * Unattended virtual machines installation
    * Localize times
    * Better support for various TLS certificate formats
    * Overview: Add CPU utilization to usage card
    * Dashboard: Support SSH identity unlocking when adding new machines
    * SElinux: Introduce an Ansible automation script
    * Machines: Support “bridge” type network interfaces
    * Machines: Support “bus” type disk configuration
  - suse_docs.patch, storage-btrfs.patch: refreshed

++++ python-kiwi:

  - Revise profiles.rst
  - Revise packages.rst
  - Revise customize_the_boot_process.rst
  - Bump version: 10.0.11 → 10.0.12

++++ jeos-firstboot:

  - Update to version 1.4.1:
    * Add ssh_enroll module

++++ kernel-default:

  - fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
    (bsc#1222721 CVE-2024-26764).
  - commit 72ff5e9
  - fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via
    libaio (bsc#1222721 CVE-2024-26764).
  - commit 241f561
  - ext4: avoid dividing by 0 in mb_update_avg_fragment_size()
    when block bitmap corrupt (bsc#1222622 CVE-2024-26774).
  - commit f7c2563
  - ext4: avoid allocating blocks from corrupted group in
    ext4_mb_try_best_found() (bsc#1222618 CVE-2024-26773).
  - commit 920069c
  - Refresh
    patches.suse/kdump-implement-reserve_crashkernel_cma.patch.
    (don't print about zero-sized CMA reservation)
  - commit 14e6598
  - Update
    patches.suse/usb-roles-fix-NULL-pointer-issue-when-put-module-s-r.patch
    (bsc#1222609 CVE-2024-26747).
    Added CVE reference
  - commit 5db3e1d
  - iommu/vt-d: Fix wrong use of pasid config (git-fixes).
  - commit 09ffca7
  - iommu/vt-d: Allocate local memory for page request queue
    (git-fixes).
  - commit 9b67401
  - powerpc/pseries/iommu: LPAR panics when rebooted with a frozen
    PE (bsc#1222011 ltc#205900).
  - commit a6aad75
  - Update
    patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch
    (bsc#1219485 bsc#1219451).
  - Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch
    (bsc#1219485 bsc#1219451).
  - Update
    patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch
    (git-fixes bsc#1220360 bsc#1219485 bsc#1219451).
  - Update patches.suse/s390-qeth-handle-deferred-cc1.patch
    (bsc#1219485 git-fixes bsc#1219451).
  - commit 097f888
  - Update
    patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch
    (git-fixes CVE-2024-26778 bsc#1222770).
  - commit fbfa53e
  - Update
    patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch
    (git-fixes CVE-2024-26777 bsc#1222765).
  - commit 4648979
  - Update
    patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch
    (CVE-2024-26584 bsc#1220186 CVE-2024-26800 bsc#1222728).
  - commit 6cb76c6

++++ libXmu:

  - Update to version 1.2.1
    * test: Add missing setjmp()
    * test: Add prototype for Xmureallocarray to silence warning

++++ snapper:

  - reverted some parts of PR#884 to fix build in obs
  - run cleanup service every hour (gh#openSUSE/snapper#885)

++++ sqlite3:

  - Update to release 3.45.3:
    * Fix a long-standing bug (going back to version 3.24.0) that
    might (rarely) cause the "old.*" values of an UPDATE trigger
    to be incorrect if that trigger fires in response to an UPSERT.
    * Reduce the scope of the NOT NULL strength reduction
    optimization that was added as item 8e in version 3.35.0. The
    optimization was being attempted in some contexts where it did
    not work, resulting in incorrect query results.
  - Add SQLITE_STRICT_SUBTYPE=1 as recommended by upstream.

++++ libxcb:

  - Update to 1.17.0
    * tests: fix -Werror=discarded-qualifiers errors in check_public.c
    * xcb_popcount: Use __builtin_popcount if compiler supports it
    * Add xcb-dri3 dependency to xcb-present.pc.in
    * configure.ac: Require xcb-proto >= 1.17.0
    * Always write C code in UTF-8

++++ libxml2:

  - Update to version 2.12.6
    * Regressions
  - parser: Fix detection of duplicate attributes in XML namespace
  - xmlreader: Fix xmlTextReaderConstEncoding
  - html: Fix htmlCreatePushParserCtxt with encoding
  - xmllint: Return error code if XPath returns empty nodeset
  - Update to version 2.12.5
    * Security
  - [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking
    * Regressions
  - parser: Fix crash in xmlParseInNodeContext with HTML documents
  - Update to version 2.12.4
    * Regressions
  - parser: Fix regression parsing standalone declarations
  - autotools: Readd --with-xptr-locs configuration option
  - parser: Fix build --without-output
  - parser: Don't grow or shrink pull parser memory buffers
  - io: Fix memory lifetime issue with input buffers
  - Update to version 2.12.3
    * Regressions
  - parser: Fix namespaces redefined from default attributes
    * Build fixes
  - include: Rename XML_EMPTY helper macro
  - include: Move declaration of xmlInitGlobals
  - include: Add missing includes
  - include: Move globals from xmlsave.h to parser.h
  - include: Readd circular dependency between tree.h and parser.h
  - Drop libxml2-CVE-2024-25062.patch as it is part of upstream

++++ libzypp:

  - Fix creation of sibling cache dirs with too restrictive mode
    (bsc#1222398)
    Some install workflows in YAST may lead to too restrictive (0700)
    raw cache directories in case of newly created repos. Later
    commands running with user privileges may not be able to access
    these repos.
  - version 17.32.4 (32)

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

  - Update to 550.76
    * addresses boo#1222972

++++ libxml2-python:

  - Update to version 2.12.6
    * Regressions
  - parser: Fix detection of duplicate attributes in XML namespace
  - xmlreader: Fix xmlTextReaderConstEncoding
  - html: Fix htmlCreatePushParserCtxt with encoding
  - xmllint: Return error code if XPath returns empty nodeset
  - Update to version 2.12.5
    * Security
  - [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking
    * Regressions
  - parser: Fix crash in xmlParseInNodeContext with HTML documents
  - Update to version 2.12.4
    * Regressions
  - parser: Fix regression parsing standalone declarations
  - autotools: Readd --with-xptr-locs configuration option
  - parser: Fix build --without-output
  - parser: Don't grow or shrink pull parser memory buffers
  - io: Fix memory lifetime issue with input buffers
  - Update to version 2.12.3
    * Regressions
  - parser: Fix namespaces redefined from default attributes
    * Build fixes
  - include: Rename XML_EMPTY helper macro
  - include: Move declaration of xmlInitGlobals
  - include: Add missing includes
  - include: Move globals from xmlsave.h to parser.h
  - include: Readd circular dependency between tree.h and parser.h
  - Drop libxml2-CVE-2024-25062.patch as it is part of upstream

++++ velociraptor-client:

  - Fix unresolveable Debian group-velociraptor dependency.
  - Restore velociraptor group for client
  - Add %{name}(project:%_project) Provides for SLE15 and newer
  - Fixed SLE12-SP5 build

------------------------------------------------------------------
------------------  2024-4-16  -  Apr 16 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Do not require setroubleshoot in cockpit-selinux on Leap.
    It's not there

++++ kernel-default:

  - crash: use macro to add crashk_res into iomem early for specific
    arch (jsc#PED-7249, bsc#1222742).
    Refresh patches.suse/kdump-implement-reserve_crashkernel_cma.patch.
  - commit b256f70
  - x86/bugs: Fix BHI documentation (git-fixes).
  - commit b981493
  - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
    (bsc#1222635 CVE-2024-26815).
  - commit 0dd110f
  - spi: cadence-qspi: fix pointer reference in runtime PM hooks (CVE-2024-26807 bsc#1222801)
  - commit 5687920
  - Update
    patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch
    (git-fixes CVE-2024-26769 bsc#1222727).
  - commit 2dfa751
  - kprobes: Fix double free of kretprobe_holder (bsc#1220901).
  - commit 6f75bb6
  - "nouveau: offload fence uevents work to workqueue"
    Reference bug report and CVE number.
  - commit 92c99bd
  - xen/events: fix error code in xen_bind_pirq_msi_to_irq()
    (git-fixes).
  - commit 05ac0c8
  - xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
    (bsc#1221303 CVE-2024-26611).
  - xsk: fix usage of multi-buffer BPF helpers for ZC XDP
    (bsc#1221303 CVE-2024-26611).
  - xsk: recycle buffer in case Rx queue was full (bsc#1221303
    CVE-2024-26611).
  - commit c10f182
  - Update patches.suse/RDMA-srpt-Support-specifying-the-srpt_service_guid-p.patch
    (git-fixes bsc#1222449 CVE-2024-26744)
  - Update patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch
    (git-fixes bsc#1222677 CVE-2024-26743)
  - Update patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-error.patch
    (git-fixes bsc#1222726 CVE-2024-26766)
  - commit 3b16fea
  - RDMA/cm: add timeout to cm_destroy_id wait (git-fixes)
  - commit e7fcab4

++++ snapper:

  - disable qgroup if it does not exist to avoid failure creating
    snapshots with kernel 6.8.4 (gh#openSUSE/snapper#894)

++++ passt:

  - Remove pointless %%check section

++++ patterns-base:

  - use clout-init-config-suse instead of -ALP which no longer
    exists

++++ patterns-micro:

  - remove apparmor-utils

++++ salt:

  - Convert oscap output to UTF-8
  - Make Salt compatible with Python 3.11
  - Ignore non-ascii chars in oscap output (bsc#1219001)
  - Fix detected issues in Salt tests when running on VMs
  - Make importing seco.range thread safe (bsc#1211649)
  - Fix problematic tests and allow smooth tests executions on containers
  - Discover Ansible playbook files as "*.yml" or "*.yaml" files (bsc#1211888)
  - Provide user(salt)/group(salt) capabilities for RPM 4.19
  - Extend dependencies for python3-salt-testsuite and python3-salt packages
  - Improve Salt and testsuite packages multibuild
  - Enable multibuilld and create test flavor
  - Added:
    * fix-tests-failures-and-errors-when-detected-on-vm-ex.patch
    * decode-oscap-byte-stream-to-string-bsc-1219001.patch
    * make-importing-seco.range-thread-safe-bsc-1211649.patch
    * switch-oscap-encoding-to-utf-8-639.patch
    * fix-salt-warnings-and-testuite-for-python-3.11-635.patch
    * fix-problematic-tests-and-allow-smooth-tests-executi.patch
    * discover-both-.yml-and-.yaml-playbooks-bsc-1211888.patch

------------------------------------------------------------------
------------------  2024-4-15  -  Apr 15 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240415.e6815bf:
    * drop obsolete 50-default-s390.conf (bsc#1211721)
    * fix typo in alljava.csh and drop stderr redirection

++++ acl:

  - BuildRequire gettext-devel instead of gettext-tools-mini: let
    OBS sort out if the -mini package is the right one to be used or
    not.

++++ cpupower:

  - Parse turbostat and intel-speed-select version from kernel sources and
    add them to %description

++++ python-kiwi:

  - Drop concept of volumes_mounted_initially
    The volume mount should be the same process no matter
    if it happens for the first time or subsequently
  - Fixed mountpoint to use for read-only property
    Make sure get_mountpoint() is used to retrieve the correct
    mountpoint for the root entry point. Using the self.mountpoint
    member is not always correct
  - Prevent extra volume mount/umount on btrfs
    For setting up the read-only property an extra mount of the
    btrfs sub-volumes was issued. However, all volumes are mounted
    at that time. Thus it's not required to mount them again, resulting
    in a busy state because of the auto-snapshot mounts which does
    not get umounted and keeps a busy state until the lazy umount
    kicks in. This Fixes #2529

++++ drbd:

  - drbd: fix build error against kernel v6.8.2 (boo#1222397)
    * add upstream patches
    + 0024-compat-fixup-FMODE_READ-FMODE_WRITE-usage.patch
    + 0025-compat-drdb-Convert-to-use-bdev_open_by_path.patch
    + 0026-compat-gate-blkdev_-patches-behind-bdev_open_by_path.patch

++++ gettext-runtime:

  - Require this-is-only-for-build-envs by the -mini packages: ensure
    those mini packages never find their way onto a system, even when
    published.

++++ gdk-pixbuf:

  - Fix path to gdk-pixbuf-query-loader in pkg-config file: we rename
    the loader to be multi-arch compatible and thus also need to
    adjust the .pc file to have build-systems find it.

++++ gtk3:

  - BuildRequire gettext-devel instead of gettext-tools-mini: the
  - devel provides is part of gettext-tools, but this allows OBS to
    pick the package it deems correct.

++++ kernel-default:

  - Revert patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch
    (bsc#1220419 bsc#1222656).
  - Revert patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch
    (bsc#1220419 bsc#1222656).
  - Refresh
    patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch.
    Revert dfa2f0483360 ("tcp: get rid of sysctl_tcp_adv_win_scale") to
    resolve a performance regression in HTML traffic.
  - commit e2e7d0b
  - udp: Avoid call to compute_score on multiple sites
    (bsc#1220709).
  - commit 78244c6
  - xen/evtchn: avoid WARN() when unbinding an event channel
    (git-fixes).
  - commit fe7eef3
  - xen/events: increment refcnt only if event channel is refcounted
    (git-fixes).
  - commit af3cb5d
  - xen-netfront: Add missing skb_mark_for_recycle (git-fixes).
  - commit 421f313
  - x86/xen: attempt to inflate the memory balloon on PVH
    (git-fixes).
  - commit df9367a
  - x86/xen: Add some null pointer checking to smp.c (git-fixes).
  - commit f502fc5
  - x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (git-fixes).
  - commit 3d18f9a
  - x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto  (git-fixes).
  - Update config files.
  - commit b2f373b
  - x86/bugs: Fix BHI handling of RRSBA (git-fixes).
  - commit 66c46fb
  - x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (git-fixes).
  - commit 6aec207
  - xen/events: modify internal [un]bind interfaces (git-fixes).
  - Refresh
    patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch.
  - commit 77df536
  - x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (git-fixes).
  - commit 1fdb38f
  - x86/bugs: Fix return type of spectre_bhi_state() (git-fixes).
  - commit 13662e2
  - xen/events: drop xen_allocate_irqs_dynamic() (git-fixes).
  - commit a93b368
  - x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (bsc#1222823).
  - Refresh patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch.
  - commit 1bc31f7
  - KVM: x86: Add BHI_NO (bsc#1222823).
  - commit 07366ce
  - x86/bhi: Mitigate KVM by default (bsc#1222823).
  - commit 64cbcbe
  - x86/bhi: Add BHI mitigation knob (bsc#1222823).
  - Update config files.
  - commit 65ced6f
  - x86/bhi: Enumerate Branch History Injection (BHI) bug (bsc#1222823).
  - commit 5ca568d
  - xen/events: remove some simple helpers from events_base.c
    (git-fixes).
  - Refresh
    patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch.
  - commit faab65b
  - x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1222823).
  - commit 496b11d
  - x86/bhi: Add support for clearing branch history at syscall entry (bsc#1222823).
  - commit dee5dff
  - xen/events: reduce externally visible helper functions
    (git-fixes).
  - commit a7834c4
  - xen: evtchn: Allow shared registration of IRQ handers
    (git-fixes).
  - commit fac6c90
  - Update
    patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch
    (git-fixes CVE-2024-26652 bsc#1222115).
    Added CVE reference.
  - commit 070cd49
  - Update
    patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch
    (git-fixes bsc#1222427 CVE-2024-26680).
    Added CVE reference.
  - commit 97f0341
  - s390/cio: fix race condition during online processing
    (bsc#1219485).
  - commit 83d7614
  - s390/qdio: handle deferred cc1 (bsc#1219485).
  - commit aec0983
  - s390/qeth: handle deferred cc1 (bsc#1219485 git-fixes).
  - commit 6c10bf2
  - Update
    patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch
    (git-fixes bsc#1220360 bsc#1219485).
  - commit 174a4e8
  - Update patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch (git-fixes CVE-2024-26787 bsc#1222781)
  - commit 2816ca9
  - Update patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch (git-fixes CVE-2024-26790 bsc#1222784)
  - commit 0d6086f
  - Update patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch (git-fixes CVE-2024-26776 bsc#1222764)
  - commit ec068f3
  - Delete the disabled patch which breaks KABI now,
    patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch.
  - blacklist.conf: add the above patch commit.
  - commit 9b0b89b

++++ util-linux-systemd:

  - Added static_lib.patch to resolve build failure when using
    libblkid.pc in --static mode

++++ util-linux:

  - Added static_lib.patch to resolve build failure when using
    libblkid.pc in --static mode

++++ libguestfs:

  - Require ntfs-3g for libguestfs-winsupport
    libguestfs.spec

++++ ncurses:

  - Add ncurses patch 20240414
    + build/bug-fix for check-size feature (reports by Sam James, Gabriele
    Balducci).
  - Add ncurses patch 20240413
    + improve formatting/style of manpages (patches by Branden Robinson).
    + provide for padding in check-size feature, using new_prescr() to
    pass interim SCREEN pointer.
    + complete change for opaque options (Gentoo #928973, cf: 20231021).
    + update package /debian/rules and related lintian overrides
    + revise progs.priv.h to provide for NC_ISATTY reuse

++++ pcp:

  - move pmlogger_daily into main package (bsc#1222815)
  - fix compile flags conflusion

++++ openssh:

  - openssh-8.0p1-gssapi-keyex.patch: Added missing struct initializer,
    added missing parameter (bsc#1222840)

++++ supportutils:

  - Changes in version 3.1.30
    + Added -V key:value pair option (bsc#1222021, PED-8211)
    + Avoid getting duplicate kernel verifications in boot.text (pr#193)
    + Suppress file descriptor leak warnings from lvm commands (pr#192, bsc#1220082)
    + Includes container log timestamps (pr#197)

++++ vim:

  - update to 9.1.0330
  - refreshed vim-7.3-filetype_ftl.patch
    * v9.1.0327 contains an unrelated change
    * String interpolation fails for Dict type
    * CI fails with t_?? test
    * No support for using $XDG_CONFIG_HOME
    * filetype: some requirements files are not recognized
    * filetype: CMakeCache.txt files not recognized
    * Update base-syntax, fix nested function folding
    * filetype: some json files are not recognized
    * include new compiler, use it for '*.custom.yaml' files
    * filetype: cabal config files may not be recognized
    * don't set compiler, update a comment for vimdoc compiler
    * filetype: some mail tools not recognized
    * Garbled output on serial terminals with XON/XOFF flow control
    * Recognise non-ASCII identifiers
    * Wrong cursor position after using setcellwidths()
    * Using heredoc in string not tested with :execute
    * use explicit version tags for macos runners
    * filetype: translate shell config files are not recognized
    * filetype: matplotlibrc files are not recognized
    * Update base-syntax, add legacy header folding
    * filetype: some sh and confini files not recognized
    * filetype: a few more dosini files are not recognized
    * Line continuation is not detected for 'set' command
    * Vim9: Can define a class in a function
    * fix highlighting import string followed by some comment
    * Crash when using heredoc with comment in command block
    * heredocs are not supported for :commands
    * filetype: Some config files are not recognized
    * Filler lines not checked properly in get_scroll_overlap()
    * include ftplugin support
    * add include to ftplugin
    * mention :argded for :argedit
    * crash when 'textwidth' > MAX_INT
    * typo in intro.txt
    * Overlong translation files may cause repo to become "dirty"
    * configure: msgfmt hardcoded
    * add vimdoc
    * clarify behaviour or :argadd and :argedit
    * filetype: texdoc config files is not recognized
    * filetype: x11vnc config file is not recognized
    * filetype: some history files are not recognized
    * add Matchit support
    * filetype: cgdb config file is not recognized
    * add basic indent support
    * add matchit support
    * filetype: some protocol buffer files not recognized
    * filetype: blueprint files are not recognized
    * Improve Vim9 and legacy-script comment highlighting

++++ zypper:

  - Do not try to refresh repo metadata as non-root user
    (bsc#1222086)
    Instead show refresh stats and hint how to update them.
  - man: Explain how to protect orphaned packages by collecting
    them in a plaindir repo.
  - packages: Add --autoinstalled and --userinstalled options to
    list them.
  - Don't print 'reboot required' message if download-only or
    dry-run (fixes #529)
    Instead point out that a reboot would be required if the option
    was not used.
  - Resepect zypper.conf option `showAlias` search commands
    (bsc#1221963)
    Repository::asUserString (or Repository::label) respects the
    zypper.conf option, while name/alias return the property.
  - version 1.14.71

------------------------------------------------------------------
------------------  2024-4-14  -  Apr 14 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596)
    Also update diff context in
    patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch
  - commit 4604cae

++++ opus:

  - Update to 1.5.2:
    * fix build issues and bugs for other platforms

++++ systemd-presets-branding-ALP-transactional:

  - On a transactional system make sure that /var and /etc are
    mounted on a soft-reboot, the system may hang otherwise.
    Implemented in prepare-nextroot-for-softreboot.service

------------------------------------------------------------------
------------------  2024-4-13  -  Apr 13 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update to add bsc#1222531, CVE-2024-26756 references,
    patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch
    (bsc#1219596, bsc#1222531, CVE-2024-26756).
  - commit de5884e
  - Update to add bsc#1222531, CVE-2024-26756 references,
    patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch
    (bsc#1219596, bsc#1222531, CVE-2024-26756).
  - commit 4150d19
  - Update to add bsc#1222527, CVE-2024-26757 references,
    patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch
    (bsc#1219596, bsc#1222527, CVE-2024-26757).
  - commit 67019f2
  - Update to add bsc#1222527, CVE-2024-26757 references,
    patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch
    (bsc#1219596, bsc#1222527, CVE-2024-26757).
  - commit 0b6b491
  - Update to add bsc# and CVE tags,
    patches.suse/dm-crypt-dm-verity-disable-tasklets-0a9b.patch
    (bsc#1222416, CVE-2024-26718).
  - commit 59bf5a5
  - Update to add bsc# and CVE tags,
    patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch
    (bsc#1222720, CVE-2024-26763).
  - commit 710cd5e
  - scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596
    cve-2024-267600).
  - commit a67c294

------------------------------------------------------------------
------------------  2024-4-12  -  Apr 12 2024  -------------------
------------------------------------------------------------------

++++ dbus-broker:

  - Update to release 36
    * Fix possible file-descriptor use-after-close
    * More verbose activation failures

++++ python-kiwi:

  - Added IBM Secure Execution support on s390
    IBM SEL(Secure Execution for Linux) is supported for s390
    KVM guests. SEL images used to start a confidential computing
    protected guest contain an encrypted boot image which encapsulates
    the kernel the initrd and the bootparams. The encrypted Image is
    provided by the KVM/hypervisor to the Embedded zFirmware of the
    system (the ultravisor device). The decryption keys are hardware
    based and each system has an individual keypool unique to that
    system. The root filesystem is LUKS encrypted with a random key
    produced by kiwi at build time and kept inside of the initrd which
    exists only inside of the encrypted boot image and the encrypted
    rootfs to allow kernel updates. The commit to support secure
    execution also comes with an integration test that provides
    profiled image builds to target SUSE's LinuxONE as well
    as IBM Cloud systems.

++++ transactional-update:

  - Version 4.6.5
  - Rework soft-reboot support introduced in 4.6.0:
  - On transactional systems with systemd 254 the system could
    hang with with a soft-reboot, as /var and /etc have to be
    mounted in /run/nextroot explicitly. As a soft-reboot can
    also be triggered by an admin the mounting of the
    corresponding mount points was moved to a systemd service to
    be independent of t-u itself.
  - Support for systemd 255
  - Don't decrease reboot level on multiple commands
  - Various other bugfixes
  - soft-reboot support is disabled by default now to gather more feedback
  - libtukit: Fix kexec reboot method to boot kernel / initrd of next snapshot
  - tukit: Don't clone lock file handle on exec [boo#1222411]
  - t-u: Always use zypper of installed system [bsc#1221346]
  - t-u: Remove remaining telemetrics references
  - Add prepare-nextroot-for-softreboot service
  - Add (empty) %check section

++++ kernel-default:

  - iommufd/iova_bitmap: Bounds check mapped::pages access
    (git-fixes).
  - commit b7fc473
  - iommufd: Reject non-zero data_type if no data_len is provided
    (git-fixes).
  - commit ceca619
  - iommu/vt-d: Update iotlb in nested domain attach (git-fixes).
  - commit e2cf9d1
  - iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
    (git-fixes).
  - commit 200d970
  - selftests/bpf: Test racing between bpf_timer_cancel_and_free
    and bpf_timer_cancel (bsc#1222557 CVE-2024-26737).
  - bpf: Fix racing between bpf_timer_cancel_and_free and
    bpf_timer_cancel (bsc#1222557 CVE-2024-26737).
  - commit 24333b7
  - Update patches.suse/ARM-ep93xx-Add-terminator-to-gpiod_lookup_table.patch (git-fixes CVE-2024-26751 bsc#1222724)
  - commit a85b7fa
  - bpf, sockmap: Fix NULL pointer dereference in
    sk_psock_verdict_data_ready() (bsc#1222371 CVE-2024-26731).
  - commit 9a8765c
  - netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
    (bsc#1222630 CVE-2024-26805).
  - commit 8e8585b
  - Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610)
  - commit b7bab4f
  - Update
    patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch
    (git-fixes CVE-2024-26754 bsc#1222632).
  - commit 0bddcea
  - Update
    patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch
    (git-fixes CVE-2024-26789 bsc#1222626).
  - commit 9c3828e
  - KVM: arm64: pmu: Resync EL0 state on counter rotation
    (bsc#1219475).
  - commit 99d8e75
  - tools/power/turbostat: Fix uncore frequency file string
    (bsc#1221765).
  - commit dfd2a8e

++++ spirv-tools:

  - Update to release 2024.1
    * Version bump only

++++ libeconf:

  - Update to version 0.6.3:
    * Fix build with musl libc on ppc64le (#198)
    * Creating static library with new package libeconf-devel-static.
    This is needed for building package util-linux and btrfsprogs.

++++ xz:

  - revert the switch to tar_scm which dropped the signature
    validation
  - switch back to tarballs because the upstream tarballs are not
    gone
  - reinstanciate keyring from Lasse
  - go back to the last release signed by Lasse (5.4.2)
  - revert multibuild, drop service and rpmlintrc
  - use real_ver for the Source, move everything else back to
    %version like before the hectic XZ downgrade
  - remove payload setting, we are using zstd now

++++ libssh:

  - Don't change the path for crypto-policies libssh.config (bsc#1222716)

++++ libvirt:

  - spec: Add 'Requires: netcat-openbsd' to libvirt-daemon-common
    boo#1222100

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240412.89bd714:
    * Update opensuse-leap-micro-repoindex.xml
  - Update to version 20240412.c2caafb:
    * Drop specfile from git
    * remove an extra slash in 'nvidia-slowroll-repoindex.xml' file
    * deleted an extra slash in the repository files
    * Ensure that LeapMicro flavor is built
    also if sle_version is not set (6.X+)

++++ openssh:

  - Make openssh-server recommend the openssh-server-config-rootlogin
    package in SLE in order to keep the same behaviour of previous
    SPs where the PermitRootLogin default was set to yes
    (bsc#1221005).
  - Fix crypto-policies requirement to be set by openssh-server, not
    the config-rootlogin subpackage.
  - Add back %config(noreplace) tag for more config files that were
    already set like this in previous SPs.

++++ perl:

  - Revert commit 7af2d2037375d58e700f9e1b217efb2c4db66133 as suggested
    by upstream perl
    * fixed locale being clobbered by perl [bsc#1220195]
    * new patch: perl-locale-backport.diff

++++ ssh-pairing:

  - Update to version 0.2:
    * Ask for key import individually
    * Use SSH_STRING_FREE_CHAR instead of plain free
  - Use mode="manual" in _service

------------------------------------------------------------------
------------------  2024-4-11  -  Apr 11 2024  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix the compatibility issue with bash-completion 2.12
    (bsc#1221849)
    * 0001-util-bash-completion-Fix-for-bash-completion-2.12.patch

++++ jeos-firstboot:

  - Update to version 1.4.0:
    * Use d_styled in more places
    * Add support for systemd credentials
    * Order modules, read from /etc

++++ kernel-default:

  - KVM: arm64: Always invalidate TLB for stage-2 permission faults
    (bsc#1219478).
  - commit d1d5006
  - Update
    patches.suse/usb-cdns3-fixed-memory-use-after-free-at-cdns3_gadge.patch
    (git-fixes CVE-2024-26749 bsc#1222680).
  - commit 25b429b
  - Update
    patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch
    (bsc#1220492 ltc#205270 CVE-2024-26745 bsc#1222678).
  - commit 589b808
  - Update
    patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch
    (bsc#1220419 CVE-2024-26752 bsc#1222667).
  - commit 2f09d95
  - tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
    (bsc#1222619).
  - commit 3d5abbd
  - Update
    patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch
    (git-fixes CVE-2024-26789).
  - commit 98918ce

++++ multipath-tools:

  - Update to version 0.9.8+88+suse.d504d83:
    * Revert "libmultipath: fix max_sectors_kb on adding path"
    (bsc#1222458)

++++ libzypp:

  - Update RepoStatus fromCookieFile according to the files mtime
    (bsc#1222086)
  - TmpFile: Don't call chmod if makeSibling failed.
  - version 17.32.3 (32)

++++ openssh:

  - Fix duplicate loading of dropins. (boo#1222467)

++++ pam-config:

  - Update to version 2.11+git.20240411:
    * Configure Himmelblau correctly w/ other services present
    * Configure other services correctly w/ Himmelblau present
    * Himmelblau session is only optional

++++ ovmf:

  - Add ovmf-EmbeddedPkg-Library-Support-SOURCE_DATE_EPOCH-in-Vir.patch
    Support SOURCE_DATE_EPOCH in VirtualRealTimeClockLib for reproducible.
    (bsc#1217704)

++++ setroubleshoot:

  - Add patch disable-send-bug-report-button.patch to remove
    "Submit bug report" button from the gui browser. For now it returns
    white page since reporting into Bugzilla is not working and also
    requires an account or api access for the user.

------------------------------------------------------------------
------------------  2024-4-10  -  Apr 10 2024  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Manual update to version 2.230.0+git4.a8e389d to include this
    commit that is needed for the main selinux-policy update to work:
    * Rename all /var/run file context entries to /run
  - Update to version 2.230.0:
    * Move to tar_scm based packaging: added _service and _servicedata
    * Allow containers to unmount file systems
    * Add buildah as a container_runtime_exec_t label
    * Additional rules for container_user_t
    * improve container_engine_t

++++ grep:

  - restore texinfo macros for SLE15

++++ kernel-default:

  - arp: Prevent overflow in arp_req_get() (CVE-2024-26733
    bsc#1222585).
  - commit 2f8c9e8
  - net/sched: act_mirred: use the backlog for mirred ingress
    (CVE-2024-26740 bsc#1222563).
  - refresh:
  - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch
  - commit b1920f0
  - net/sched: act_mirred: don't override retval if we already
    lost the skb (CVE-2024-26733 bsc#1222585).
  - net/sched: act_mirred: Create function tcf_mirred_to_dev and
    improve readability (CVE-2024-26733 bsc#1222585).
  - commit 805fd21
  - Update
    patches.suse/usb-cdns3-fix-memory-double-free-when-handle-zero-pa.patch
    (bsc#1222513 CVE-2024-26748).
    Added CVE references
  - commit 7c3ca16
  - Update
    patches.suse/usb-dwc3-gadget-Fix-NULL-pointer-dereference-in-dwc3.patch
    (bsc#1222561 CVE-2024-26715).
    Added CVE reference
  - commit f58a80f
  - mm,page_owner: Defer enablement of static branch (bsc#1222366).
  - commit a442fcd
  - ring-buffer: Make wake once of ring_buffer_wait() more robust
    (git-fixes).
  - commit 3cff1f5
  - tracing: Have saved_cmdlines arrays all in one allocation
    (git-fixes).
  - commit 8871703
  - tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes).
  - kABI: Adjust trace_iterator.wait_index (git-fixes).
  - commit 503fcea
  - Update
    patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch
    (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738).
  - commit d6e4ef3
  - Update
    patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch
    (git-fixes CVE-2024-26699 bsc#1222602).
  - commit f52d16e
  - igc: Remove stale comment about Tx timestamping (git-fixes).
  - commit 83821ed
  - ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
    (git-fixes).
  - commit aab4796
  - Update
    patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch
    (git-fixes CVE-2024-26753 bsc#1222601).
  - commit 0099199
  - ice: fix memory corruption bug with suspend and rebuild
    (git-fixes).
  - commit 5927273
  - ice: Refactor FW data type and fix bitmap casting issue
    (git-fixes).
  - commit ddf5e8c
  - mlxbf_gige: call request_irq() after NAPI initialized
    (git-fixes).
  - commit 39b7ae3
  - net: hns3: mark unexcuted loopback test result as UNEXECUTED
    (git-fixes).
  - commit 88d4f13
  - net: hns3: fix kernel crash when devlink reload during pf
    initialization (git-fixes).
  - commit 5900fb4
  - net: hns3: fix index limit to support all queue stats
    (git-fixes).
  - commit fcda370
  - mlxbf_gige: stop PHY during open() error paths (git-fixes).
  - commit 087df13
  - net: dsa: mt7530: fix handling of all link-local frames
    (git-fixes).
  - commit 62930ae
  - net: dsa: mt7530: fix link-local frames that ingress vlan
    filtering ports (git-fixes).
  - commit 7b1c501
  - ceph: stop copying to iter at EOF on sync reads (bsc#1222606).
  - commit 6d8bd5d
  - dlm: fix user space lkb refcounting (git-fixes).
  - commit 26e28b8
  - Update
    patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch
    (bsc#1221391 CVE-2024-26689).
  - commit 05ffdb2
  - ubifs: Queue up space reservation tasks if retrying many times
    (git-fixes).
  - commit 44bfcee
  - ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
    (git-fixes).
  - commit 9a4ebd6
  - ubifs: Remove unreachable code in dbg_check_ltab_lnum
    (git-fixes).
  - commit f4e5ca1
  - ubifs: fix sort function prototype (git-fixes).
  - commit f7d0a9f
  - ubifs: Set page uptodate in the correct place (git-fixes).
  - commit aa187f8
  - Update
    patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch
    (git-fixes CVE-2024-26736 bsc#1222586).
  - commit 06c0c6c

++++ ceph:

  - Update to 16.2.15-74-gc5dd01a91d8:
    + Fix FTBFS on GCC 14 (boo#1222493)

++++ openSUSE-build-key:

  - SLM 6.0 key (ALP / SLF1) RSA 4096 bit key
  - gpg-pubkey-09d9ea69-645b99ce.asc
  - 2024 SUSE Linux Enterprise 15 SP6 RSA 4096 bit key
  - gpg-pubkey-3fa1d6ce-63c9481c.asc
  - SLM 6.0 key (ALP / SLF1) RSA 4096 bit reserve key
  - gpg-pubkey-73f03759-626bd414.asc
  - 2024 SUSE Linux Enterprise 15 SP6 RSA 4096 bit reserve key
  - gpg-pubkey-d588dc46-63c939db.asc
  - obsoleted a incorrectly used DSA1024 key (used in Slowroll).

++++ pam:

  - Update to version 1.6.1
  - pam_env: fixed --disable-econf --enable-vendordir support.
  - pam_unix: do not warn if password aging is disabled.
  - pam_unix: try to set uid to 0 before unix_chkpwd invocation.
  - pam_unix: allow empty passwords with non-empty hashes.
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - Remove backports:
  - pam_env-fix_vendordir.patch
  - pam_env-fix-enable-vendordir-fallback.patch
  - pam_env-remove-escaped-newlines.patch
  - pam_unix-fix-password-aging-disabled.patch

++++ pam-full-src:

  - Update to version 1.6.1
  - pam_env: fixed --disable-econf --enable-vendordir support.
  - pam_unix: do not warn if password aging is disabled.
  - pam_unix: try to set uid to 0 before unix_chkpwd invocation.
  - pam_unix: allow empty passwords with non-empty hashes.
  - Multiple minor bug fixes, build fixes, portability fixes,
    documentation improvements, and translation updates.
  - Remove backports:
  - pam_env-fix_vendordir.patch
  - pam_env-fix-enable-vendordir-fallback.patch
  - pam_env-remove-escaped-newlines.patch
  - pam_unix-fix-password-aging-disabled.patch

++++ systemd-default-settings:

  - Import 0.10
    5088997 SLE: Disable pids controller limit under user instances (jsc#SLE-10123)

++++ update-alternatives:

  - Update to version 1.22.6.
    The changelog for this version isn't very large, so it's provided in full:
    * dpkg-deb: Fix up compressor parameters for default legacy format.
    * Perl modules:
  - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
  - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
    * Documentation:
  - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
    tools.
    * Code internals:
  - libdpkg: Use array access instead of pointer arithmetic for meminfo
    parser.
  - libdpkg: Use a macro to define the zstd default compression level.
    * Build system:
  - Test with minimal library dependencies in CI.
  - Add gen-release script.
    * Packaging:
  - Fix typo in man page reference in changelog.
    * Test suite:
  - Refactor OpenPGP backend and commands list.
  - Refactor certfile and keyfile filenames for OpenPGP test.
  - Skip OpenPGP tests if the backend does not have a verify command.
    * Localization:
  - Fix typos in Swedish man pages translations.
  - Fix typos in Swedish man pages translations.
  - Update Dutch man pages translations.
  - Update Portuguese man pages translations.
  - Update German man pages translation.

++++ vim:

  - update to 9.1.0301
    * Vim9: heredoc start may be recognized in string
    * Missing test for what patch v9.1.0285 fixes
    * Vim9: return type not set for a lambda assigned to script var
    * add runtime/doc/tags-* to ignore files
    * Updated translation
    * Update documentation
    * Patch 9.1.0296 causes too many issues
    * Fix a few issues with gvim.nsi
    * regexp: engines do not handle case-folding well
    * filetype: pip config files are not recognized
    * Text height function does not respect it's argument
    * filetype: lxqt config files are not recognized
    * filetype: XDG mimeapps.list file is not recognized
    * filetype: libreoffice config files are not recognized
    * filetype: xilinx files are not recognized
    * filetype: some TeX files are not recognized
    * Vim9: comment may be treated as heredoc start
    * Vim9: E1027 with defcompile for abstract methods
    * Still problems with cursor position for CTRL-D/U
    * fix inaccuracies in pandoc compiler
    * make testclean is not able to delete failed screendumps
    * Update base-syntax, no curly-brace names in Vim9 script
    * Several small issues in doc and tests
    * Finding highlighting attributes is inefficient
    * Update cuda keywords, remove uncommonly used enumeration constants
    * several issues with 'smoothscroll' support
    * filetype: roc files are not recognized
    * filetype: zathurarc files not recognized
    * Cannot highlight the Command-line
    * No pandoc syntax support
    * filetype: R history files are not recognized
    * filetype: keymap files are not recognized
    * autocmd may change cwd after :tcd and :lcd
    * Update syntax generator, autocmd event list parsing
    * Normalise builtin-function optional parameter formatting
    * Correctly distribute libsodium with the installer
    * a few minor issues to fix
    * Test for TextChanged is still flaky with ASAN
    * Two tests in test_filechanged.vim are slow
    * File name entered in GUI dialog is ignored
    * fix :compiler leaving behind a g:makeprg variable
    * Remove more fallback :CompilerSet definitions from compiler plugins
    * filetype: earthfile files are not recognized
    * console dialog cannot save unnamed buffers
    * Fill in a few details regarding :enums
    * Remove fallback :CompilerSet definition from compiler plugins
    * libgpm may delete some signal handlers
    * Improve the matching of contextual keywords
    * Vim9: Problem with lambda blocks in enums and classes
    * Test for TextChanged is flaky with ASAN
    * Vim9: protected class and funcrefs accessible outside the class
    * Problems with "zb" and scrolling to new topline with 'smoothscroll'
    * filetype not detected when editing remote files
    * sort filetype.txt in the alphabetical order
    * Normal mode TextChanged isn't tested properly
    * half-page scrolling broke backward compatibility
    * Vim9: :call may not find imported class members
    * Finding autocmd events is inefficient
    * Vim9: no indication of script nr in stack trace of classes
    * [security]: Heap buffer overflow when calling complete_add() in 'cfu'
    * filetype: typespec files are not recognized
    * improve syntax highlighting for YAML
    * Vim9: segfault with static in super class
    * Filetype test fails
    * update syntax
    * filetype: ldscripts cannot be recognized
    * filetype: rock_manifest and config.ld files are not recognized
    * filetype: yarn lock files are not recognized
    * filetype: bundle config files are not recognized
    * filetype: fontconfig files are not recognized
    * filetype: zsh theme, history and zunit files are not recognized
    * filetype: bash history files are not recognized
    * filetype: netrw history file is not recognized
    * filetype: octave history files are not recognized
    * filetype: mysql history files are not recognized
    * filetype: some python tools config files are not recognized
    * filetype: gnuplot history files are not recognised
    * filetype: jupyterlab and sublime config are not recognized
    * filetype: mplstyle files are not recognized
    * filetype: texlua files are not recognized
    * filetype: supertux files are not recognized
    * filetype: support for Intel HEX files is lacking
    * Vim9: string() output of enum is problematic
    * Conceal test fails when rightleft feature is disabled
    * Filetype may be undetected when SwapExists sets ft in other buf
    * TextChanged autocommand not triggered under some circumstances
    * ensure compiler! sets global options
    * Distinguish Vim9 builtin object methods from namesake builtin functions
    * add support for Debian specific @includes
    * Error E877 is not translated
    * fix path of uganda.nsis.txt in german.nsi file
    * Two unrelated things are tested by a single test
    * Improve docs for empty(), len(), and string() on objects
    * Recording may still be wrong in Select mode
    * Not able to assign enum values to an enum static variable
    * test_matchparen not run in CI
    * cursor may move too many lines over "right" & "below" virt text
    * code duplication in loop to add active text properties
    * missing 'below' virt text if truncation precedes after/right text
    * lines following virt text (that fills the window)  might be truncated
    * Few typos in source and test files
    * Vim9: No enum support
    * Unnecessary multiplications in backspace code
    * Add translation for README.txt and uganda.txt
    * regexp: verymagic cannot match before/after a mark
    * Possibility to include translated license and README.txt files
    * Update README.txt and README.md
    * Error on exit with EXITFREE and 'winfixbuf'
    * Half-page scrolling does not support smooth-scrolling
    * Update base-syntax, match empty blob and :abclear modifiers
    * Duplicate condition in win_lbr_chartabsize()
    * allow TODO keywords in comments
    * add Static-Built-Using field
    * add basic indent support
    * page-wise scrolling does not support smooth-scrolling
    * Motif: leaking memory when mui_mch_dialog() fails
    * leaking memory in exe_newdict() on error
    * winfixbuf does not allow to re-edit current buffer
    * No autocommand when writing session file
    * Update java[CR]_JavaLang type lists
    * Update README.md
    * unused display_text_first boolean var in win_line()
    * Cannot use modifiers before :-Ntabmove
    * Redesigning the appearance of the vimrc settings page
    * Backspace inserts spaces with virtual text and 'smarttab'
    * Update options.txt
    * build-error on GNU/Hurd
    * Recognise the inline kind of the {@return} tag
    * Fix typo in netrw#NetWrite
    * Update nsis installer and nsis docs
    * update errorformat for dot and neato compiler
    * leaking memory in add_user() on failure
    * gM not working correctly with virt text
    * `gj`/`gk` not skipping over outer virtual text lines
    * allow multibyte characters as breakpoint signs
    * Not enough tests for the slice() function
    * Vim9: compound operators broken for lambdas in an object
    * Update base-syntax, remove old unused syntax groups.
    * Vim9: problem evaluating negated boolean logic
    * Fix for Sodium version 1.0.19 and MinGW
    * Recognise the {@snippet} documentation tag
    * mingw complains about unknown escape sequence: '\l', fails with libsodium
    * Update base-syntax, improve function definition highlighting
    * filetype: support for gnuplot files is lacking
    * memleak with ex_drop, NULL dereference
    * gcc complains about uninitialized var
    * May leak memory in completion when ga_grow() fails
    * don't unnecessarily reload v:colornames dict
    * drop: don't rewind when editing the same file
    * Installer does not remove all files
    * complete_info() returns wrong order of items
    * Add minimal ftplugin
    * Memory leak with "above" virttext and 'relativenumber'
    * filetype: no support for Vento files
    * Update base-syntax, disallow '.' at start of menu item names
    * regenerate c_00 and markdown dumps
    * include missing changes
    * Respect no_plugin_maps and no_rust_maps globals
    * Retrofit input/c.c. with TEST_SETUP
    * Support sourceable Vim configuration for syntax tests
    * Support embeddable Vim configuration for syntax tests
    * Recover some missed commas and periods in starting.txt
    * filetype: no support for Dafny files
    * Update base-syntax, improve :highlight command
    * clarify close behaviour for :term
    * `goPackageComment` highlighting too broad
    * cursor pos wrong on mouse click after eol with 'rl', 've' and conceal
    * 'wincolor' hl missing with 'rightleft', "below" virttext, 'nowrap'
    * Cursor pos wrong when clicking with conceal and wrap
    * Wrong display or screenpos() result when toggling diff mode
    * Can define function with invalid name inside 'formatexpr'
    * tools/rename.bat uses 'mv' and "move"
    * make :h tag-! more consistent
    * Update base-syntax, revert last change to vimUserFunc
    * Update base-syntax, improve :echo and :execute highlighting
    * no overflow check for string formatting
    * Cursor pos wrong when double-width chars are concealed
    * 'wincolor' highlight missing with "below" virtual text
    * still another clipboard_working test
    * E1513 might be confusing
    * Coverity reports dead code
    * Cursor column wrong with 'virtualedit' and conceal
    * wrong window positions with 'winfix{width,height}'
    * 'cursorline' and 'wincolor' hl missing with conceal and wrap
    * revert back the check for clipboard_working support
    * msgfmt ver. 0.22 forcibly converts text to UTF-8
    * add reference to matchbufline() at :h search()
    * More code can use ml_get_buf_len() instead of STRLEN()
    * Small split-move related improvements
    * Re-allow curwin == prevwin, but document it instead
    * current window number returned by tabpagewinnr may be outdated
    * too many STRLEN() calls
    * Update base-syntax, improve number matching
    * Changing buffer in another window causes it to show matchparen
    * Internal error with blockwise getregion() in another buffer
    * Update Lithuanian translation of Vim tutor to v.1.7
    * improve 'winfixbuf' docs
    * Update Markdown syntax, add missing configs
    * Vim9: Importing an autoload imported script fails
    * Internal error when passing invalid position to getregion()
    * Calling STRLEN() to compute ml_line_textlen when not needed
    * problem with writing extended attributes on failure
    * Added Lithuanian translation of Tutor v. 1.4 by Laurynas Stančikas
    * Recognise string templates
    * Update base-syntax, improve :map highlighting
    * expand() removes slash after env variable that ends with colon
    * Update base-syntax, improve :menu{,translate} highlighting
    * Vim9: Add support for using a class type of itself in an object method
    * Crash in WinClosed after BufUnload closes other windows
    * 'shortmess' "F" flag doesn't work properly with 'autoread'
    * Duplicate assignment in f_getregion()
    * Make 'wfb' failing to split still report E1513
    * remove executable bit from sh test file
    * can only get getregion() from current buffer
    * shm=F not respected when reloading buffer with 'autoread'
    * Text properties corrupted with fo+=aw and backspace
    * Update Italian translation for winfixbuf
    * Coverity complains about ignoring return value

------------------------------------------------------------------
------------------  2024-4-9  -  Apr 9 2024  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Update cloud-init-no-openstack-guess.patch
    + Do not enable cloud-init on systems where there is no DMI just
    because no data source has been found. No data source means
    cloud-init will not run.

++++ cryptsetup:

  - update to 2.7.2:
    * Fix activation of OPAL-only encrypted LUKS device with tokens
    * Fix formatting of OPAL devices with 4096-byte sector size
    * Fix incorrect OPAL locking range alignment calculation if
    used over an unaligned device partition.
    * Do not check the passphrase quality for OPAL Admin PIN,
    as this passphrase already exists.
    * Update license for FAQ document to CC BY-SA 4.0.
    NOTE: Please note that with OPAL-only (--hw-opal-only)
    encryption, the configured OPAL administrator PIN (passphrase)
    allows unlocking all configured locking ranges without LUKS
    keyslot decryption (without knowledge of LUKS passphrase).
    Because of many observed problems with compatibility, cryptsetup
    currently DOES NOT use OPAL single-user mode, which would allow
    such decoupling of OPAL admin PIN access.

++++ python-kiwi:

  - Fix typo in documentation main page
    Superfluous format sequence

++++ kernel-default:

  - Update
    patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch
    (bsc#1219126 CVE-2024-26727 bsc#1222536).
  - commit 7bb93e9
  - Update
    patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch
    (git-fixes CVE-2024-26696 bsc#1222549).
  - commit 932abcf
  - Update
    patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch
    (git-fixes CVE-2024-26697 bsc#1222550).
  - commit fa7ddf4
  - Update
    patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch
    (git-fixes CVE-2024-26724 bsc#1222523).
  - commit bb60edc
  - Update
    patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch
    (git-fixes CVE-2024-26722 bsc#1222520).
  - commit f0aaca0
  - net: stmmac: xgmac: use #define for string constants
    (bsc#1222445 CVE-2024-26684).
  - net: stmmac: xgmac: fix a typo of register name in DPP safety
    handling (bsc#1222445 CVE-2024-26684).
  - commit 75e180f
  - ext4: fix double-free of blocks due to wrong extents moved_len
    (bsc#1222422 CVE-2024-26704).
  - commit ff97911
  - Update
    patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch
    (git-fixes CVE-2024-26681 bsc#1222431).
  - commit 12b3ceb
  - mm: memcg: don't periodically flush stats when memcg is disabled
    (bsc#1222525).
  - commit 5b28bba
  - mm: memcg: use larger batches for proactive reclaim
    (bsc#1222522).
  - commit b1effac
  - net: stmmac: xgmac: fix handling of DPP safety error for DMA
    channels (bsc#1222445 CVE-2024-26684).
  - commit a8e5095
  - Update
    patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch
    (bsc#1222428 CVE-2024-26793).
    Added CVE reference.
  - commit 956dfa1
  - Update patches.suse/wifi-iwlwifi-fix-double-free-bug.patch
    (git-fixes CVE-2024-26694 bsc#1222466).
  - commit 5048255
  - mm,page_owner: Fix printing of stack records (bsc#1222366).
  - commit 18c2e4e
  - mm,page_owner: Fix accounting of pages when migrating
    (bsc#1222366).
  - commit aaa0270
  - mm,page_owner: Fix refcount imbalance (bsc#1222366).
  - commit f6d6769
  - mm,page_owner: Update metadata for tail pages (bsc#1222366).
  - commit 6f3c7f1
  - fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
    (bsc#1219264 CVE-2024-0841).
  - commit 440934e

++++ pixman:

  - a64-neon is an aarch64 feature, not armv6/7

------------------------------------------------------------------
------------------  2024-4-8  -  Apr 8 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Added another search path for signed EFI binaries
    Add /usr/lib/grub/*-efi-signed to search for shim signed EFI
    binaries too. This Fixes #2525
  - Fixed runtime checks for dracut module packages
    Unfortunately the packaging of kiwi on Debian follows different
    naming conventions for dracut module packages which causes
    the runtime check to fail. This commit allows to check for
    multiple package names and adds the variants used on Debian.
    This Fixes #2524

++++ fwupd:

  - Update to version 1.9.16:
    + This release adds the following features:
  - Prefer zstd over xz for metadata.
  - Relicense a few remaining plugin files to LGPL-2.1+.
    + This release fixes the following bugs:
  - Correctly record UEFI success if adding ESRT nodes.
  - Defer the DP Aux MST scanning on hotplug to workaround a
    kernel bug.
  - Do not do the post-update version check if the device
    needs-reboot.
  - Fix a fastboot warning when loading device.
  - Fix a possible warning in fwupdmgr when excluding releases.
  - Fix a qsi-dock warning when writing chunks.
  - Ignore attribute-changed to work around a regression in
    macOS.
  - Ignore ZFS zvols when finding the default ESP.
  - Mark Pluton TPMs as part of the main CPU.
  - Put the fwupd-efi verbose debugging in the journal.
  - Recognize zfsbootmenu in ESP detection heuristic.
    + This release adds support for the following hardware:
  - Acer T34 and U33 docks.
  - Qualcomm Series 5 Gen 1 and Gen 2 and Series 3 Gen 1 and
    Gen 2 devices.
  - Several Puya SPI chips.
  - VIA VL822 C0.

++++ gobject-introspection:

  - gi-find-deps.sh: further expand on the java script scanner.

++++ kbd:

  - Move legacy keymaps that have no acceptable xkb counterpart and
    its includes back to kbd. (bsc#1194609)
  - Stop requiring kbd-legacy. All YaST supported languages should
    now have its keymaps in kbd.
  - Remove kbd-1.15.2-prtscr_no_sigquit.patch rejected by the
    upstream. The problem is fixed for a long time, this is an
    additional modification. (PED-7977,
    https://github.com/legionus/kbd/pull/111):
  - Drop kbd_fonts.tar.bz2 containing just several 30 years old
    inferior fonts with an unknown author and uncertain license.
  - Add structured comments to patches.

++++ kernel-default:

  - Update
    patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch
    (git-fixes CVE-2024-26685 bsc#1222437).
  - commit f659b7a
  - nfsd: Fix error cleanup path in nfsd_rename() (bsc#1221044
    CVE-2023-52591).
  - commit e2fc972
  - octeontx2-af: Use separate handlers for interrupts (git-fixes).
  - commit fdf696d
  - octeontx2-pf: Send UP messages to VF only when VF is up
    (git-fixes).
  - commit e9223ab
  - octeontx2-pf: Use default max_active works instead of one
    (git-fixes).
  - commit e2c337f
  - octeontx2-pf: Wait till detach_resources msg is complete
    (git-fixes).
  - commit e377bd9
  - octeontx2: Detect the mbox up or down message via register
    (git-fixes).
  - commit 9554388
  - net: phy: fix phy_read_poll_timeout argument type in
    genphy_loopback (git-fixes).
  - commit 0a16435
  - wireguard: netlink: access device through ctx instead of peer
    (git-fixes).
  - commit 42d72df
  - wireguard: netlink: check for dangling peer via is_dead instead
    of empty list (git-fixes).
  - commit a1c80d8
  - wireguard: receive: annotate data-race around
    receiving_counter.counter (git-fixes).
  - commit 17fcb7b
  - net: dsa: mt7530: prevent possible incorrect XTAL frequency
    selection (git-fixes).
  - commit 3804285
  - usb: dwc3-am62: Disable wakeup at remove (git-fixes).
  - commit d52ac96
  - net: veth: do not manipulate GRO when using XDP (git-fixes).
  - commit 15eca84
  - usb: dwc3-am62: fix module unload/reload behavior (git-fixes).
  - commit 6f51a6a
  - usb: dwc3-am62: Rename private data (git-fixes).
  - commit 7196cb2
  - net: smsc95xx: add support for SYS TEC USB-SPEmodule1
    (git-fixes).
  - commit 9896f5f
  - mm,page_owner: fix recursion (bsc#1222366).
  - commit 297023a
  - ring-buffer: Use wait_event_interruptible() in
    ring_buffer_wait() (git-fixes).
  - commit 20eed3f
  - ring-buffer: Fix full_waiters_pending in poll (git-fixes).
  - commit 76c6893
  - mm,page_owner: drop unnecessary check (bsc#1222366).
  - commit 233b383
  - mm,page_owner: check for null stack_record before bumping its
    refcount (bsc#1222366).
  - commit 232b11a
  - ring-buffer: Do not set shortest_full when full target is hit
    (git-fixes).
  - commit 9d2e0c0
  - tracing: Use .flush() call to wake up readers (git-fixes).
  - commit ae4cfa5
  - ring-buffer: Fix resetting of shortest_full (git-fixes).
  - commit eec6028
  - arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes)
  - commit 7892aeb
  - bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes)
  - commit 8894bd2
  - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes)
  - commit c68c0f5
  - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes)
  - commit 193e8cd
  - arm64: tegra: Set the correct PHY mode for MGBE (git-fixes)
  - commit 68a4464
  - arm64: dts: Fix dtc interrupt_provider warnings (git-fixes)
  - commit 41dcf37
  - arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes)
  - commit e1e7f29
  - net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes).
  - x86/hyperv: Use per cpu initial stack for vtl context
    (git-fixes).
  - RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes).
  - PCI: hv: Fix ring buffer size calculation (git-fixes).
  - x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes).
  - commit ff0ef0f
  - ring-buffer: Fix waking up ring buffer readers (git-fixes).
  - commit 0457e87
  - sched/fair: Use helper functions to access root_domain::overload
    (bsc#1222173).
  - sched/fair: Check root_domain::overload value before update
    (bsc#1222173).
  - sched/balancing: Rename newidle_balance() =>
    sched_balance_newidle() (bsc#1222173).
  - commit bfceb46
  - tracing: Remove precision vsnprintf() check from print event
    (git-fixes).
  - commit 84653fa
  - tracing/net_sched: Fix tracepoints that save qdisc_dev()
    as a string (git-fixes).
  - commit 623f97a

++++ util-linux-systemd:

  - Add new lastlog2 sub-package (to solve migration problems due to
    rpm %post/%postun ordering)
    * Add pam-config calls to enable pam_lastlog2
    * Add lastlog2.conf systemd-tmpfile to create database directory

++++ util-linux:

  - Add new lastlog2 sub-package (to solve migration problems due to
    rpm %post/%postun ordering)
    * Add pam-config calls to enable pam_lastlog2
    * Add lastlog2.conf systemd-tmpfile to create database directory

++++ libcontainers-common:

  - Add patch to keep containers.conf modifications in sync with upstream (bsc#1213556)
    + 0001-containers.conf-SUSE-clear-cni-config-dir-for-ALP.patch
  - Fallback to podman's default capabilities and journal driver via containers.conf
  - New release 20240408
  - bump bundled c/common to 0.58.0
  - bump bundled c/image to 5.30.0
  - bump bundled c/storage to 1.53.0

++++ libproxy-client:

  - Update to version 0.5.5:
    + Windows: Try all configured proxy resolution types.
    + Cleanup curl.
    + Add release option.
    + Expose missing functions in symbol map.
    + Fix crash during unload by.
    + Log debug instead of warning on wpad pac failure.
    + Fix refcounting in px_proxy_factory_copy.
    + symver: Fix symbol map to be a valid tree.
    + Fix free function for pxProxyFactory type.
    + CodeQL badge and updated repology.
    + meson: Don't build OSX plugin on iOS.

++++ libproxy-backend:

  - Update to version 0.5.5:
    + Windows: Try all configured proxy resolution types.
    + Cleanup curl.
    + Add release option.
    + Expose missing functions in symbol map.
    + Fix crash during unload by.
    + Log debug instead of warning on wpad pac failure.
    + Fix refcounting in px_proxy_factory_copy.
    + symver: Fix symbol map to be a valid tree.
    + Fix free function for pxProxyFactory type.
    + CodeQL badge and updated repology.
    + meson: Don't build OSX plugin on iOS.

++++ snapper:

  - avoid excessive logging (gh#openSUSE/snapper#892)

++++ systemd:

  - systemd.spec: preparation for the next version of systemd (i.e. v256), libkmod2
    will be dlopened hence explicitly require it now as it doesn't hurt with the
    current version. However don't recommend it from systemd by assuming that when
    module loading from PID1 is needed, udev is installed.
  - Make systemd-doc subpackage noarch.

++++ passt:

  - spec: Install separate apparmor profile for `pasta` (bsc#1221840).
  - spec: Override symlinks with hard links for apparmor
    profiles to take effect. (bsc#1221840)
    (https://github.com/containers/buildah/issues/5440)
  - Update to version 20240405.954589b:
    * netlink: Ignore routes to link-local addresses for selecting interface
    * util: Add helper to return name of address family
    * netlink: Adjust interface index inside copied nexthop objects too
    * apparmor: Fix access to procfs namespace entries in pasta's abstraction
    * apparmor: Expand scope of @{run}/user access, allow writing PID files too
    * apparmor: Add mount rule with explicit, empty source in passt abstraction
    * README.md: Alpine, Guix and OpenSUSE now have packages for passt

++++ python-gobject:

  - Update to version 3.48.2:
    + Fix support for fundamental (primitive) types, such as
    Gst.Bitmask.

------------------------------------------------------------------
------------------  2024-4-6  -  Apr 6 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56
    (stable-fixes).
  - ALSA: hda/realtek: Add quirks for some Clevo laptops
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000
    (stable-fixes).
  - ALSA: hda/realtek: fix the hp playback volume issue for LG
    machines (stable-fixes).
  - commit dc89a62
  - ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR
    (stable-fixes).
  - ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7
    16ARHA7 models (stable-fixes).
  - ALSA: hda/realtek - Fix inactive headset mic jack
    (stable-fixes).
  - commit 048c9fd
  - spi: mchp-pci1xxx: Fix a possible null pointer dereference in
    pci1xxx_spi_probe (git-fixes).
  - spi: spi-fsl-lpspi: remove redundant spi_controller_put call
    (git-fixes).
  - regmap: maple: Fix uninitialized symbol 'ret' warnings
    (git-fixes).
  - regmap: maple: Fix cache corruption in regcache_maple_drop()
    (git-fixes).
  - ata: sata_mv: Fix PCI device ID table declaration compilation
    warning (git-fixes).
  - ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit
    (git-fixes).
  - ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
    (git-fixes).
  - ASoC: amd: acp: fix for acp_init function error handling
    (git-fixes).
  - ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes).
  - ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes).
  - ASoC: rt711-sdw: fix locking sequence (git-fixes).
  - ASoC: rt711-sdca: fix locking sequence (git-fixes).
  - ASoC: rt5682-sdw: fix locking sequence (git-fixes).
  - ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw
    (git-fixes).
  - ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support
    headset with microphone (git-fixes).
  - ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes).
  - ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes).
  - drm/i915/mst: Reject FEC+MST on ICL (git-fixes).
  - drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes).
  - drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY
    < 13 (git-fixes).
  - drm/i915/gt: Enable only one CCS for compute workload
    (git-fixes).
  - drm/i915/gt: Do not generate the command streamer for all the
    CCS (git-fixes).
  - drm/i915/gt: Disable HW load balancing for CCS (git-fixes).
  - drm/i915/dp: Remove support for UHBR13.5 (git-fixes).
  - drm/display: fix typo (git-fixes).
  - drm/prime: Unbreak virtgpu dma-buf export (git-fixes).
  - nouveau/uvmm: fix addr/range calcs for remap operations
    (git-fixes).
  - drm/panfrost: fix power transition timeout warnings (git-fixes).
  - commit 7455674
  - Delete patches.suse/counter-fix-privdata-alignment.patch
    This actually breaks the build when CONFIG_COUNTER=y
  - commit b8cad45

++++ util-linux-systemd:

  - Skip tests marked as ts_skip_qemu_user when running under qemu
  - Mark racy lslocks test as known fail

++++ libX11:

  - Update to 1.8.9
    * Fix regressions introduced in 1.8.8 (!245, !248) - this includes
    reverting for now the previous "Fix XIM input sometimes jumbled
    (#198, !236)"
  - supersedes
    * U_0001-xlibi18n-restore-parse_line1-for-WIN32-builds.patch
    * U_0002-Revert-imDefLkup-Commit-first-info-in-XimCommitInfo.patch
    * U_0003-Revert-ximcp-Unmark-to-fabricate-key-events-with-XKe.patch

++++ util-linux:

  - Skip tests marked as ts_skip_qemu_user when running under qemu
  - Mark racy lslocks test as known fail

++++ python-typing_extensions:

  - update to 4.11.0:
    * Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
    * Fix the runtime behavior of type parameters with defaults
    * Fix minor discrepancy between error messages produced by
    `typing` and `typing_extensions` on Python 3.10.
    * When `include_extra=False`, `get_type_hints()` now strips
    `ReadOnly` from the annotation.

------------------------------------------------------------------
------------------  2024-4-5  -  Apr 5 2024  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Add cloud-init-no-nmcfg-needed.patch (bsc#1221726)
    + Do not require a NetworkManager config file in order to detect
    NetworkManager as the renderer
  - Add cloud-init-no-openstack-guess.patch (bsc#1222113)
    + Do not guess if we are running on OpenStack or not. Only recognize
    the known markers and enable cloud-init if we know for sure.

++++ cpio:

  - Fix build with gcc14, bsc#1221712
    * fix-gcc14.patch

++++ fwupd:

  - dbxtool is built unconditionally on all architectures: move it
    out of the condition in the files section and also
    unconditionally provide/obsolete the old version.

++++ gnutls:

  - Update to 3.8.5:
    * libgnutls: Due to majority of usages and implementations of
    RSA decryption with PKCS#1 v1.5 padding being incorrect,
    leaving them vulnerable to Marvin attack, the RSAES-PKCS1-v1_5
    is being deprecated (encryption and decryption) and will be
    disabled in the future. A new option 'allow-rsa-pkcs1-encrypt'
    has been added into the system-wide library configuration which
    allows to enable/disable the RSAES-PKCS1-v1_5. Currently, the
    RSAES-PKCS1-v1_5 is enabled by default.
    * libgnutls: Added support for RIPEMD160 and PBES1-DES-SHA1 for
    backward compatibility with GCR.
    * libgnutls: A couple of memory related issues have been fixed in
    RSA PKCS#1 v1.5 decryption error handling and deterministic ECDSA
    with earlier versions of GMP. These were a regression introduced
    in the 3.8.4 release. See #1535 and !1827.
    * build: Fixed a bug where building gnutls statically failed due
    to a duplicate definition of nettle_rsa_compute_root_tr().
    * API and ABI modifications:
  - GNUTLS_PKCS_PBES1_DES_SHA1: New enum member of
    gnutls_pkcs_encrypt_flags_t
    * Rebase patches:
  - gnutls-FIPS-TLS_KDF_selftest.patch
  - gnutls-FIPS-140-3-references.patch

++++ branding-openSUSE:

    * Drop hicolor symlinks from Makefile which are no longer present in TW
    exactly these are raising unpackaged errors on Leap 16.0 build.
    * Plasma 6 drops support for metadata.desktop
  - Bump to 16.0 and se png for wallpapers
    * SLES seems to be using png
    * Using a compat symlink wallpapers/openSUSEdefault-> wallpapers/SLEdefault
    allows running certain apps without rebuild. Such as cockpit.
    * Use optipng -o5 to compress files (has to be reflected in spec)
    * Bump date

++++ kernel-default:

  - Update
    patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch
    (git-fixes CVE-2024-26654 bsc#1222304).
  - Update patches.suse/drm-amdgpu-fix-use-after-free-bug.patch
    (stable-fixes CVE-2024-26656 bsc#1222307).
  - Update
    patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch
    (git-fixes CVE-2024-26657 bsc#1222273).
  - Update
    patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch
    (git-fixes CVE-2024-26652 bsc#1222115).
  - Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes
    CVE-2024-26675 bsc#1222379).
  - commit 05edc93
  - Update
    patches.suse/HID-i2c-hid-of-fix-NULL-deref-on-failed-power-up.patch
    (git-fixes CVE-2024-26717 bsc#1222360).
  - Update
    patches.suse/arm64-entry-fix-ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD.patch
    (git-fixes CVE-2024-26670 bsc#1222356).
  - Update
    patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_pla.patch
    (git-fixes CVE-2024-26695 bsc#1222373).
  - Update
    patches.suse/dpll-fix-possible-deadlock-during-netlink-dump-opera.patch
    (jsc#PED-6079 CVE-2024-26725 bsc#1222369).
  - Update
    patches.suse/drm-amd-display-Add-NULL-test-for-timing-generator-i.patch
    (git-fixes CVE-2024-26661 bsc#1222323).
  - Update
    patches.suse/drm-amd-display-Fix-panel_cntl-could-be-null-in-dcn2.patch
    (git-fixes CVE-2024-26662 bsc#1222324).
  - Update
    patches.suse/drm-amd-display-Implement-bounds-check-for-stream-en.patch
    (git-fixes CVE-2024-26660 bsc#1222266).
  - Update
    patches.suse/drm-amd-display-fix-null-pointer-dereference-on-edid.patch
    (git-fixes CVE-2024-26728 bsc#1222370).
  - Update
    patches.suse/drm-amdgpu-Fix-variable-mca_funcs-dereferenced-befor.patch
    (git-fixes CVE-2024-26672 bsc#1222358).
  - Update
    patches.suse/drm-i915-dsc-Fix-the-macro-that-calculates-DSCC_-DSC.patch
    (git-fixes CVE-2024-26721 bsc#1222365).
  - Update
    patches.suse/drm-msm-dpu-check-for-valid-hw_pp-in-dpu_encoder_hel.patch
    (git-fixes CVE-2024-26667 bsc#1222331).
  - Update
    patches.suse/hwmon-coretemp-Fix-out-of-bounds-memory-access.patch
    (git-fixes CVE-2024-26664 bsc#1222355).
  - Update
    patches.suse/lan966x-Fix-crash-when-adding-interface-under-a-lag.patch
    (git-fixes CVE-2024-26723 bsc#1222367).
  - Update
    patches.suse/mm-writeback-fix-possible-divide-by-zero-in-wb_dirty_limits-again.patch
    (git-fixes CVE-2024-26720 bsc#1222364).
  - Update
    patches.suse/msft-hv-2940-hv_netvsc-Fix-race-condition-between-netvsc_probe-an.patch
    (git-fixes CVE-2024-26698 bsc#1222374).
  - Update
    patches.suse/sr9800-Add-check-for-usbnet_get_endpoints.patch
    (git-fixes CVE-2024-26651 bsc#1221337).
  - Update
    patches.suse/usb-core-Prevent-null-pointer-dereference-in-update_.patch
    (git-fixes CVE-2024-26716 bsc#1222359).
  - Update
    patches.suse/wifi-mac80211-fix-RCU-use-in-TDLS-fast-xmit.patch
    (git-fixes CVE-2024-26666 bsc#1222293).
  - Update
    patches.suse/xhci-handle-isoc-Babble-and-Buffer-Overrun-events-pr.patch
    (git-fixes CVE-2024-26659 bsc#1222317).
  - commit 967a843
  - Update
    patches.suse/KVM-s390-vsie-fix-race-during-shadow-creation.patch
    (git-fixes bsc#1219810 CVE-2023-52639 bsc#1222300).
  - Update
    patches.suse/can-j1939-Fix-UAF-in-j1939_sk_match_filter-during-se.patch
    (git-fixes CVE-2023-52637 bsc#1222291).
  - Update
    patches.suse/can-j1939-prevent-deadlock-by-changing-j1939_socks_l.patch
    (git-fixes CVE-2023-52638 bsc#1222299).
  - Update
    patches.suse/drm-amd-display-Fix-disable_otg_wa-logic.patch
    (git-fixes CVE-2023-52634 bsc#1222278).
  - Update
    patches.suse/drm-amd-display-Refactor-DMCUB-enter-exit-idle-inter.patch
    (git-fixes CVE-2023-52625 bsc#1222085).
  - Update
    patches.suse/drm-amd-display-Wake-DMCUB-before-executing-GPINT-co.patch
    (git-fixes CVE-2023-52624 bsc#1222083).
  - Update
    patches.suse/drm-amdkfd-Fix-lock-dependency-warning-with-srcu.patch
    (git-fixes CVE-2023-52632 bsc#1222274).
  - Update
    patches.suse/libceph-just-wait-for-more-data-to-be-available-on-th.patch
    (bsc#1221390 CVE-2023-52636 bsc#1222247).
  - Update
    patches.suse/netfilter-nftables-exthdr-fix-4-byte-stack-OOB-write.patch
    (CVE-2023-4881 bsc#1215221 CVE-2023-52628 bsc#1222117).
  - commit dc877fc
  - net: usb: ax88179_178a: avoid the interface always configured
    as random address (git-fixes).
  - net: phy: micrel: lan8814: Fix when enabling/disabling 1-step
    timestamping (git-fixes).
  - r8169: fix issue caused by buggy BIOS on certain boards with
    RTL8168d (git-fixes).
  - ax25: fix use-after-free bugs caused by ax25_ds_del_timer
    (git-fixes).
  - net: phy: micrel: Fix potential null pointer dereference
    (git-fixes).
  - Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes).
  - Bluetooth: hci_sync: Fix not checking error on
    hci_cmd_sync_cancel_sync (git-fixes).
  - Bluetooth: qca: fix device-address endianness (git-fixes).
  - Bluetooth: add quirk for broken address properties (git-fixes).
  - r8169: skip DASH fw status checks when DASH is disabled
    (git-fixes).
  - commit 8be20da
  - kasan: disable kasan_non_canonical_hook() for HW tags
    (git-fixes).
  - commit 0d24410

++++ util-linux-systemd:

  - Re-enable lsfd tests using mkfds, as it is fixed now.
  - liblastlog2-devel:
    * Obsolete/provide lastlog2-devel for migration
    * Add header file to filelist

++++ libX11:

  - U_0001-xlibi18n-restore-parse_line1-for-WIN32-builds.patch
    U_0002-Revert-imDefLkup-Commit-first-info-in-XimCommitInfo.patch
    U_0003-Revert-ximcp-Unmark-to-fabricate-key-events-with-XKe.patch
    * fix regressions in 1.8.8 (issues #204, #205, #206, #207, #208)

++++ util-linux:

  - Re-enable lsfd tests using mkfds, as it is fixed now.
  - liblastlog2-devel:
    * Obsolete/provide lastlog2-devel for migration
    * Add header file to filelist

++++ opensc:

  - Update to verion 0.25.1
    General improvements
    * Add missing file to dist tarball to build documentation.
    minidriver
    * Fix RSA decryption with PKCS#1 v1.5 padding.
    * Fix crash when app is not set.

++++ openssh:

  - Add missing bugzilla/CVE references to the changelog

++++ velociraptor-client:

  - Obsolete old velociraptor-kafka-humio-gateway package

------------------------------------------------------------------
------------------  2024-4-4  -  Apr 4 2024  -------------------
------------------------------------------------------------------

++++ avahi:

  - Tag hardening patches as PATCH-FEATURE-OPENSUSE

++++ distribution-logos-openSUSE:

  - Update to version 20240404:
    * Turn apple-touch-icon into round square ones
    * SLES Compatability supply apple-touch-icon for Leap, LeapMicro, TW
    * Delete dist/package directory
    * fix source mismatch with package name

++++ python-kiwi:

  - Bump version: 10.0.10 → 10.0.11

++++ gettext-runtime:

  - Add missing Requires: find to gettext-tools

++++ gobject-introspection:

  - Update to version 1.80.1:
    + Require Python 3.8 when running mypy.
    + Ensure that POSIX types follow the target architecture.
    + Look for finish functions inside the list of constructors.

++++ kernel-default:

  - selinux: saner handling of policy reloads (bsc#1222230).
  - commit 35fdf2d
  - kabi/severities: ignore brcmfmac-specific local symbols
  - commit 4492559
  - fs/ntfs3: Fix oob in ntfs_listxattr (bsc#1222301
    CVE-2023-52640).
  - commit eaa4525
  - tee: amdtee: fix use-after-free vulnerability in
    amdtee_close_session (bsc#1220915 CVE-2023-52503).
  - commit 861ab74
  - net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes).
  - commit 57f3e15
  - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when
    MAC is up (git-fixes).
  - commit 19afa38
  - octeontx2-af: Use matching wake_up API variant in CGX command
    interface (git-fixes).
  - commit 4f98ac2
  - net: hns3: tracing: fix hclgevf trace event strings (git-fixes).
  - commit 786a967
  - nfp: flower: handle acti_netdevs allocation failure (git-fixes).
  - commit e441ee8
  - ice: fix stats being updated by way too large values
    (git-fixes).
  - commit a2ff54d
  - igb: Fix missing time sync events (git-fixes).
  - commit 0cd215b
  - igc: Fix missing time sync events (git-fixes).
  - commit f2d41db
  - staging: vc04_services: changen strncpy() to strscpy_pad()
    (stable-fixes).
  - Refresh
    patches.suse/staging-vc04_services-fix-information-leak-in-create.patch.
  - commit f661a45
  - drm/amd/display: Remove MPC rate control logic from DCN30 and
    above (stable-fixes).
  - commit 264c256
  - wifi: iwlwifi: pcie: fix RB status reading (stable-fixes).
  - Refresh
    patches.suse/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch.
  - commit 9937396
  - vboxsf: Avoid an spurious warning if load_nls_xxx() fails
    (git-fixes).
  - USB: core: Fix deadlock in port "disable" sysfs attribute
    (stable-fixes).
  - USB: core: Add hub_get() and hub_put() routines (stable-fixes).
  - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
    (stable-fixes).
  - usb: typec: ucsi: Ack unsupported commands (stable-fixes).
  - usb: udc: remove warning when queue disabled ep (stable-fixes).
  - Revert "usb: phy: generic: Get the vbus supply" (git-fixes).
  - USB: UAS: return ENODEV when submit urbs fail with device not
    attached (stable-fixes).
  - drm/i915/bios: Tolerate devdata==NULL in
    intel_bios_encoder_supports_dp_dual_mode() (stable-fixes).
  - drm/amd/display: Set DCN351 BB and IP the same as DCN35
    (stable-fixes).
  - drm/amd/display: Fix bounds check for dcn35 DcfClocks
    (git-fixes).
  - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2
    (stable-fixes).
  - drm/amd/display: Prevent crash when disable stream
    (stable-fixes).
  - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN
    changes (stable-fixes).
  - drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes).
  - drm/amd/display: Return the correct HDCP error code
    (stable-fixes).
  - drm/amd/display: Fix idle check for shared firmware state
    (stable-fixes).
  - drm/amd/display: Update odm when ODM combine is changed on an
    otg master pipe with no plane (stable-fixes).
  - drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes).
  - drm/amd/display: Allow dirty rects to be sent to dmub when
    abm is active (stable-fixes).
  - drm/amd/display: Override min required DCFCLK in dml1_validate
    (stable-fixes).
  - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
    (stable-fixes).
  - drm/amd/display: Change default size for dummy plane in DML2
    (stable-fixes).
  - drm/amdgpu: fix use-after-free bug (stable-fixes).
  - drm/amd/display: Use freesync when
    `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes).
  - drm/vc4: hdmi: do not return negative values from .get_modes()
    (stable-fixes).
  - drm/imx/ipuv3: do not return negative values from .get_modes()
    (stable-fixes).
  - drm/exynos: do not return negative values from .get_modes()
    (stable-fixes).
  - drm/panel: do not return negative error codes from
    drm_panel_get_modes() (stable-fixes).
  - drm/probe-helper: warn about negative .get_modes()
    (stable-fixes).
  - kbuild: Move -Wenum-{compare-conditional,enum-conversion}
    into W=1 (stable-fixes).
  - USB: serial: cp210x: add pid/vid for TDK NC0110013M and
    MM0110113M (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM320 product
    (stable-fixes).
  - USB: serial: cp210x: add ID for MGP Instruments PDS100
    (stable-fixes).
  - USB: serial: add device ID for VeriFone adapter (stable-fixes).
  - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB
    (stable-fixes).
  - ahci: asm1064: asm1166: don't limit reported ports (git-fixes).
  - cxl/trace: Properly initialize cxl_poison region name
    (git-fixes).
  - mtd: spinand: Add support for 5-byte IDs (stable-fixes).
  - media: mc: Rename pad variable to clarify intent (stable-fixes).
  - media: mc: Fix flags handling when creating pad links
    (stable-fixes).
  - kasan/test: avoid gcc warning for intentional overflow
    (git-fixes).
  - PCI/PM: Drain runtime-idle callbacks before driver removal
    (stable-fixes).
  - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports
    (stable-fixes).
  - PCI/AER: Block runtime suspend when handling errors
    (stable-fixes).
  - drm/amdgpu/display: Address kdoc for 'is_psr_su' in
    'fill_dc_dirty_rects' (git-fixes).
  - drm/amdgpu: make damage clips support configurable
    (stable-fixes).
  - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
    (stable-fixes).
  - drm/i915: Include the PLL name in the debug messages
    (stable-fixes).
  - drm/i915: Try to preserve the current shared_dpll for fastset
    on type-c ports (stable-fixes).
  - drm/i915: Replace a memset() with zero initialization
    (stable-fixes).
  - hwmon: (amc6821) add of_match table (stable-fixes).
  - mac802154: fix llsec key resources release in
    mac802154_llsec_key_del (git-fixes).
  - wifi: rtw88: 8821cu: Fix connection failure (stable-fixes).
  - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU
    (stable-fixes).
  - wifi: brcmfmac: Demote vendor-specific attach/detach messages
    to info (git-fixes).
  - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
    (stable-fixes).
  - wifi: brcmfmac: add per-vendor feature detection callback
    (stable-fixes).
  - docs: Restore "smart quotes" for quotes (stable-fixes).
  - mei: me: add arrow lake point H DID (stable-fixes).
  - mei: me: add arrow lake point S DID (stable-fixes).
  - Input: xpad - add additional HyperX Controller Identifiers
    (stable-fixes).
  - nouveau: lock the client object tree (stable-fixes).
  - drm/amdgpu/pm: Fix the error of pwm1_enable setting
    (stable-fixes).
  - drm/amd/display: handle range offsets in VRR ranges
    (stable-fixes).
  - drm/amd/swsmu: modify the gfx activity scaling (stable-fixes).
  - cxl/acpi: Fix load failures due to single window creation
    failure (git-fixes).
  - cxl/pci: Fix disabling memory if DVSEC CXL Range does not
    match a CFMWS window (git-fixes).
  - ahci: asm1064: correct count of reported ports (stable-fixes).
  - interconnect: qcom: sm8550: Enable sync_state (git-fixes).
  - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes).
  - nilfs2: fix potential bug in end_buffer_async_write (git-fixes).
  - drm/amd/display: Add dml2 copy functions (stable-fixes).
  - drm/i915: Stop printing pipe name as hex (stable-fixes).
  - drm/i915: Use named initializers for DPLL info (stable-fixes).
  - i915: make inject_virtual_interrupt() void (stable-fixes).
  - interconnect: qcom: osm-l3: Replace custom implementation of
    COUNT_ARGS() (git-fixes).
  - kasan: print the original fault addr when access invalid shadow
    (git-fixes).
  - commit db0bc11
  - Add cherry-picked id to amdgpu patch
  - commit c14e810
  - perf/x86/amd/core: Update and fix stalled-cycles-* events for
    Zen 2 and later (git-fixes).
  - perf/x86/amd/lbr: Use freeze based on availability (git-fixes).
  - perf/x86/amd/core: Avoid register reset when CPU is dead
    (git-fixes).
  - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return
    value checks (git-fixes).
  - commit 450ea2e

++++ kernel-firmware-all:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-amdgpu:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-ath10k:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-ath11k:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-ath12k:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-atheros:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-bluetooth:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-bnx2:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-brcm:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-chelsio:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-dpaa2:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-i915:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-intel:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-iwlwifi:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-liquidio:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-marvell:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-media:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-mediatek:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-mellanox:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-mwifiex:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-network:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-nfp:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-nvidia:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-platform:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-prestera:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-qcom:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-qlogic:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-radeon:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-realtek:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-serial:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-sound:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-ti:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-ueagle:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kernel-firmware-usb-network:

  - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

++++ kmod:

  - Update to release 32
    * Drop python bindings
    * Remove unmaintained experimental tool
  - Drop upstreamed patches
    * configure-Detect-openssl-sm3-support.patch
    * man-depmod.d-Fix-incorrect-usr-lib-search-path.patch
    * usr-lib-modprobe.patch
    * kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch
    * tools-depmod-fix-Walloc-size.patch
    * libkmod-remove-pkcs7-obj_to_hash_algo.patch
    * usr-lib-modules.patch
    * configure-Check-that-provided-paths-are-absolute.patch
  - Refresh no-stylesheet-download.patch

++++ util-linux-systemd:

  - Update to release 2.40
    * Add lastlog2
    * agetty: Load autologin user from agetty.autologin credential
    * agetty: use get_terminal_default_type()
    * agetty: use sd_get_sessions() for number of users (#2088)
    * blockdev: add support for BLKGETZONESZ
    * cfdisk: ask y/n before wipe
    * cfdisk: properly handle out-of-order partitions during resize
    * chcpu: document limitations of -g (bsc#1218609)
    * chsh: use libeconf to read /etc/shells
    * column: fix -l
    * column: fix memory leak
    * dmesg: fix FD leak
    * dmesg: fix delta calculation
    * dmesg: fix wrong size calculation
    * dmesg: support reading kmsg format from file
    * enosys: a new small command to make syscalls fail with ENOSYS
    * exch: new command to atomically exchanges paths between two files
    * fdisk: add support for partition resizing
    * fdisk: remove usage of VLA
    * fincore: add --output-all
    * findmnt: add --list-columns
    * findmnt: add -I, --dfi options for imitating the output of df -i
    * findmnt: add inode-related columns for implementing "df -i" like output
    * hexdump: add '--one-byte-hex' format option
    * hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctls
    * login: initialize noauth from login.noauth credential
    * lsblk: add --filter
    * lsblk: add --highlight
    * lsblk: add --list-columns
    * lsclocks: new command to show clocks
    * lscpu: even more Arm part numbers (bsc#1223605)
    * mkfs.minix: handle 64bit time on 32bit system
    * mkswap: implement --file
    * mkswap: implement --offset
    * more: clean processes not cleaned up after failed SSH session
    using up 100% CPU (bsc#1220117)
    * mount: add --map-users and --map-groups convenience options
    * nsenter: add option `-c` to join the cgroup of target process
    * setarch: add riscv64/riscv32 support
    * setpgid: new command to run a program in a new process group
    * uuidd: add cont_clock persistence
    * uuidgen: add option --count
    * wall: query logind for list of users with tty (#2088)
    properly neutralize escape sequences (bsc#1221831,
    CVE-2024-28085)
    * write: query logind for list of users with tty (#2088)
    * libuuid: improved support for 64-bit time
  - skip-lsfd-tests-PR2888.patch: skip some lsfd tests which OBS does
    not support (https://github.com/util-linux/util-linux/issues/2822)
  - use-logind-not-utmp.patch: removed, accepted upstream
  - tests-increase-delay-for-waitpid-test.patch: removed, upstreamed
  - 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch: reverted upstream
  - util-linux-fix-tests-with-64k-pagesize.patch: was a backport

++++ llvm19:

  - Update to version 18.1.3.
    * Fixes ThreadSanitizer failures for glibc's LoongArch and
    certain RISC-V ports when fstat is used.
    * `transform.structured.convert_to_loops` now properly deletes
    its target op.
    * Fix a `llvm.usub.with.overflow.i128` wrong code generation
    regression that was introduced with LLVM 18.1.0.
    * MemorySanitizer on Linux can now run even when maximum-entropy
    address-space layout randomization is configured globally (as
    is becoming increasingly common). MemorySanitizer can
    automatically re-exec ASLR-off for the process if needed,
    instead of aborting.
    * Fixed a Clang 18.x regression which increased binary size and
    stack usage with `-ftrivial-auto-var-init`.
  - Set directories for configuration files: /etc/clang for system-
    wide configuration and ~/.config/clang for users. For details see
    https://clang.llvm.org/docs/UsersManual.html#configuration-files.
  - Use old conflicts/provides for python3-clang on Leap.

++++ util-linux:

  - Update to release 2.40
    * Add lastlog2
    * agetty: Load autologin user from agetty.autologin credential
    * agetty: use get_terminal_default_type()
    * agetty: use sd_get_sessions() for number of users (#2088)
    * blockdev: add support for BLKGETZONESZ
    * cfdisk: ask y/n before wipe
    * cfdisk: properly handle out-of-order partitions during resize
    * chcpu: document limitations of -g (bsc#1218609)
    * chsh: use libeconf to read /etc/shells
    * column: fix -l
    * column: fix memory leak
    * dmesg: fix FD leak
    * dmesg: fix delta calculation
    * dmesg: fix wrong size calculation
    * dmesg: support reading kmsg format from file
    * enosys: a new small command to make syscalls fail with ENOSYS
    * exch: new command to atomically exchanges paths between two files
    * fdisk: add support for partition resizing
    * fdisk: remove usage of VLA
    * fincore: add --output-all
    * findmnt: add --list-columns
    * findmnt: add -I, --dfi options for imitating the output of df -i
    * findmnt: add inode-related columns for implementing "df -i" like output
    * hexdump: add '--one-byte-hex' format option
    * hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctls
    * login: initialize noauth from login.noauth credential
    * lsblk: add --filter
    * lsblk: add --highlight
    * lsblk: add --list-columns
    * lsclocks: new command to show clocks
    * lscpu: even more Arm part numbers (bsc#1223605)
    * mkfs.minix: handle 64bit time on 32bit system
    * mkswap: implement --file
    * mkswap: implement --offset
    * more: clean processes not cleaned up after failed SSH session
    using up 100% CPU (bsc#1220117)
    * mount: add --map-users and --map-groups convenience options
    * nsenter: add option `-c` to join the cgroup of target process
    * setarch: add riscv64/riscv32 support
    * setpgid: new command to run a program in a new process group
    * uuidd: add cont_clock persistence
    * uuidgen: add option --count
    * wall: query logind for list of users with tty (#2088)
    properly neutralize escape sequences (bsc#1221831,
    CVE-2024-28085)
    * write: query logind for list of users with tty (#2088)
    * libuuid: improved support for 64-bit time
  - skip-lsfd-tests-PR2888.patch: skip some lsfd tests which OBS does
    not support (https://github.com/util-linux/util-linux/issues/2822)
  - use-logind-not-utmp.patch: removed, accepted upstream
  - tests-increase-delay-for-waitpid-test.patch: removed, upstreamed
  - 0001-Revert-libblkid-try-LUKS2-first-when-probing.patch: reverted upstream
  - util-linux-fix-tests-with-64k-pagesize.patch: was a backport

++++ colord:

  - Tag hardening patch as PATCH-FEATURE-OPENSUSE.

++++ xz:

  - Switch to using tar_scm for fetching the sources as the upstream
    tarballs on github are gone
  - introduce _multibuild to allow building the translations outside
    of Ring0 and everything else in Ring0
  - add rpmlintrc to silence harmless warnings

++++ nghttp2:

  - version update to 1.61.0
    * Fixes CVE-2024-28182 [bsc#1221399]
    * nghttpx: Shutdown h3 stream read with trailer as well by @tatsuhiro-t in #2087
    * Checkout with submodules by @jonaski in #2093
    * Respect BUILD_STATIC_LIBS and add option for tests by @jonaski in #2092
    * build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #2097
    * Workaround llvm issue on github ubuntu runner by @tatsuhiro-t in #2098
    * docker: Use copy --link by @tatsuhiro-t in #2099
    * Nghttpx header idle timeout by @tatsuhiro-t in #2100
    * nghttpx: Fix frontend-header-timeout does not work in config file by @tatsuhiro-t in #2101
    * Rewrite hexdump by @tatsuhiro-t in #2102
    * Switch to distroless/base-nossl by @tatsuhiro-t in #2103
    * Bump ngtcp2 by @tatsuhiro-t in #2105
    * nghttpx: Simplify quic connection close handling by @tatsuhiro-t in #2106
    * build(deps): bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0 by @dependabot in #2107
    * autotools: Use tar-ustar automake option by @tatsuhiro-t in #2108
    * Automate release process by @tatsuhiro-t in #2109
    * autotools: Switch to tar-pax by @tatsuhiro-t in #2110
    * nghttpx: Drop a UDP datagram from well-known port by @tatsuhiro-t in #2111
    * nghttpx: Fix port byte order by @tatsuhiro-t in #2112
    * h2load: Allow host header to be overridden by @tatsuhiro-t in #2113
    * nghttpx: Rework QUIC stateless reset packet size by @tatsuhiro-t in #2114
    * nghttpx: More QUIC prohibited ports by @tatsuhiro-t in #2115
    * Add actions/stale by @tatsuhiro-t in #2116
    * nghttpx: Discard UDP datagram that is too short to be a valid QUIC packet by @tatsuhiro-t in #2117
    * nghttp: Support SSLKEYLOGFILE by @tatsuhiro-t in #2119
    * No rfc7540 priority fix by @tatsuhiro-t in #2120
    * Further reduce Stateless reset emission by @tatsuhiro-t in #2122
    * nghttpx: Rework Connection ID construction by @tatsuhiro-t in #2124
    * Nghttpx faster worker lookup by @tatsuhiro-t in #2125
    * nghttpx: Split thread into worker_process and thread by @tatsuhiro-t in #2126
    * bpf: Drop bad QUIC packet by @tatsuhiro-t in #2127
    * cmake: check SSL_provide_quic_data when ENABLE_HTTP3 is ON by @jimmy-park in #2128
    * nghttpx: Allocate 3 bits for QUIC configuration in Connection ID by @tatsuhiro-t in #2129
    * nghttpx: Migrate to ares_getaddrinfo by @tatsuhiro-t in #2132
    * Bump munit by @tatsuhiro-t in #2131
    * nghttpx: Fix error message by @tatsuhiro-t in #2133
    * nghttpd: Fix read stall by @tatsuhiro-t in #2134

++++ pango:

  - Update to version 1.52.2:
    + coretext: Implement reload_font.
    + coretext: Use Menlo instead of Courier for monospace.
    + win32: Avoid a double free.
    + Update to Unicode 15.1.
    + Simplify hexbox drawing.
  - Changes from version 1.52.1:
    + Fix hexbox drawing.

++++ openssh:

  - Add patch from SLE which was missing in Factory:
    * Mon Jun  7 20:54:09 UTC 2021 - Hans Petter Jansson <hpj@suse.com>
  - Add openssh-mitigate-lingering-secrets.patch (bsc#1186673), which
    attempts to mitigate instances of secrets lingering in memory
    after a session exits. (bsc#1213004 bsc#1213008)
  - Rebase patch:
    * openssh-6.6p1-privsep-selinux.patch

++++ patterns-base:

  - rename patterns-alp
  - put Micro-specific patterns to separate package

++++ patterns-micro:

  - split off from patterns-base (patterns specific for Micro
    product)

++++ runc:

  - Update to runc v1.2.0~rc1. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.0-rc.1>.
  - 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

------------------------------------------------------------------
------------------  2024-4-3  -  Apr 3 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - fix missing free codecs in builds with non-free codecs enabled

++++ Mesa-drivers:

  - fix missing free codecs in builds with non-free codecs enabled

++++ python-kiwi:

  - Add schema upgrade opportunity for old schemas
    kiwi files using a schema version < 7.4 are no longer supported
    by kiwi >= v10.x.x. Thus this commit provides the required
    XSL stylesheets to upgrade older schemas to v74 such that they
    can be consumed by the latest kiwi version. The needed xsltproc
    instruction is placed on the main page of the documentation.
  - Delete kiwi compat mode
    The compat mode allowed a kiwi v7 legacy argument translation
    and is obsolete since a long time
  - Make excludes in bootstrap effective for dnf
    Followup fix to really use the ignore information in the dnf
    package manager implementation. This Fixes #2499

++++ kernel-default:

  - arm64: bpf: fix 32bit unconditional bswap (git-fixes).
  - commit 9eb9b7b
  - selinux: avoid dereference of garbage after mount failure
    (git-fixes).
  - net/x25: fix incorrect parameter validation in the
    x25_getsockopt() function (git-fixes).
  - commit 7c956e3
  - Move upstreamed patches into sorted section
  - commit ebe113d
  - Move upstreamed patches into sorted section
  - commit f0c6082
  - fs/ntfs3: Fix an NULL dereference bug (bsc#1222264
    CVE-2023-52631).
  - commit b468789
  - xfs: allow extent free intents to be retried (git-fixes).
  - commit 681b677
  - Update references in
    patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch
    (git-fixes bsc#1219623 CVE-2024-24861).
  - commit cf893ec

++++ libbpf:

  - update to 1.4.0:
    * support for BPF token throughout low-level and high-level APIs
    (see also LIBBPF_BPF_TOKEN_PATH envvar)
    * struct_ops functionality around handling multi-kernel
    compatibility using BPF CO-RE principles and approaches
    * BPF arena map support
    * support __arena tagged global variables, which are automatically
    put into BPF arena map
    * BPF cookie support for raw tracepoint BPF programs in attach APIs
    loaded or created, respectively
    * add SEC("sk_skb/verdict") support
    * support global subprog argument tagging for for kprobe/uprobe,
    and perf_event BPF program with newly added __arg_ctx,
    __arg_nonnull, __arg_nullable, __arg_trusted, and __arg_arena
    annotations
    * add bpf_core_cast() macro, improving ergonomics of
    bpf_rdonly_cast() BPF helper
    * __long() macro added for specifying 64-bit values when declaring
    BTF-defined maps
    * better GCC-BPF support in BPF CO-RE macros in bpf_core_read.h header
    * show specific error messages when attempting to
    use struct bpf_program/bpf_map instances there were not loaded or
    created
    * fix inner map's max_entries setting logic
    * btf_ext__raw_data() and btf__new_split() APIs are added back
    * ignore DWARF sections in BPF linker sanity checks, improving
    handling of some corner cases
    * fix potential NULL dereference when handling corrupted ELF files.

++++ ncurses:

  - Add ncurses patch 20240330
    + remove masking of ISIG in cbreak() (report by Benno Schulenberg).
    + modify test/test_mouse.c to use curses api for raw/noraw.
    > improved configure macros from other program development:
    + build-fix for clang on Solaris
    + suppress filename/timestamp in gzip'd manpages (suggested for
    byacc by Andrin Geiger)

++++ nghttp2:

  - gcc7.patch: Fix compilation for SLE-15 (jsc#PED-8206)

++++ oath-toolkit:

  - version update to 2.6.11
    * liboath: Handle invalid base32 encoded secrets.  Fixes: #41.
    * Various build fixes including updated gnulib files.
    * Improve compatibility with recent libxmlsec.

++++ pcp:

  - Add fix for bsc#1222121 CVE-2024-3019:
    * 0011-disable-redis-proxying-by-default.patch

++++ systemd:

  - Move systemd-repart from experimental to udev.

++++ liburing:

  - Update to 2.5:
    * Add support for io_uring_prep_cmd_sock()
    * Add support for application allocated ring memory, for placing rings
    in huge mem. Available through io_uring_queue_init_mem().
    * Add support for registered ring fds
    * Various documentation updates
    * Various fixes
  - Remove (they are upstream)
    * test-io_uring_register-fix-errno-confusion-and-new-e.patch
    * tests-don-t-expect-multishot-recv-overflow-backloggi.patch
  - Add
    * test-recv-multishot-wait-for-the-right-amount-of-CQE.patch (to fix test
    errors on the 6.8.2 kernel)
    * test-no-mmap-inval-0-return-is-fine-too.patch (fix the test)

++++ podman:

  - update to 5.0.1:
    * Bugfixes
  - Fixed a bug where rootless containers using the Pasta network
    driver did not properly handle localhost DNS resolvers on the
    host leading to DNS resolution issues (#22044).
  - Fixed a bug where Podman would warn that cgroups v1 systems
    were no longer supported on FreeBSD hosts.
  - Fixed a bug where HyperV podman machine VMs required an SSH
    client be installed on the system (#22075).
  - Fixed a bug that prevented the remote Podman client's podman
    build command from working properly when connecting from a
    rootless client to a rootful server (#22109).
    * Misc
  - The HyperV driver to podman machine now fails immediately if
    admin privileges are not available (previously, it would only
    fail when it reached operations that required admin
    privileges).

++++ python-M2Crypto:

  - Build for modern python stack on SLE/Leap

++++ python-httpcore:

  - update to 1.0.5:
    * Handle `EndOfStream` exception for anyio backend.
    * Allow trio `0.25.*` series in package dependancies.

++++ velociraptor-client:

  - Update to version 0.7.0.4.git74.3426c0a:
    * Fix services artifact symbol pid not found error
    * chattrsnoop: correct read size for flags
    * chattrsnoop: fix wrong FS_IOC_SETFLAGS value for ppc
    * chattrsnoop: fix do_vfs_ioctl kprobe failure
  - Remove nodejs sources from main spec file.

++++ xfsprogs:

  - Switch to %autosetup in order to build with older rpm build

------------------------------------------------------------------
------------------  2024-4-2  -  Apr 2 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240402.16596d1:
    * add alacritty to DIR_COLORS
    * Make sure tput it present before resetting TERM
    * Add mc helpers for both tcsh and bash resources
    * Do not overwrite escape sequences for xterm like
    * Check for valid TERM

++++ glib2:

  - require dbus-launch only if dbus-service is wanted. This helps
    with stripping down container-only builds (jsc#PED-8153)

++++ kernel-default:

  - drm/i915/lspcon: Separate lspcon probe and lspcon init
    (bsc#1193599).
  - drm/i915/lspcon: Separate function to set expected mode
    (bsc#1193599).
  - commit 3dfca11
  - netfilter: nf_tables: skip set commit for deleted/destroyed sets
    (CVE-2024-0193 bsc#1218495).
  - commit e7bf1c3
  - netfilter: nf_tables: disallow anonymous set with timeout flag
    (CVE-2024-26642 bsc#1221830).
  - commit 9cf0701

++++ c-ares:

  - c-ares 1.28.1
    Features:
    * Emit warnings when deprecated c-ares functions are used.
    This can be disabled by passing a compiler definition of
    `CARES_NO_DEPRECATED`. [PR #732]
    * Add function `ares_search_dnsrec()` to search for records
    using the new DNS record data structures. [PR #719]
    * Rework internals to pass around `ares_dns_record_t` instead of
    binary data, this introduces new public functions of
    `ares_query_dnsrec()` and `ares_send_dnsrec()`. [PR #730]
    Changes:
    * tests: when performing simulated queries, reduce timeouts
    to make tests run faster
    * Replace configuration file parsers with memory-safe parser. [PR #725]
    * Remove `acountry` completely, the manpage might still get
    installed otherwise. [Issue #718]
    Bugfixes:
    * CMake: don't overwrite global required libraries/definitions/includes
    which could cause build errors for projects chain building c-ares.
    [Issue #729]
    * On some platforms, `netinet6/in6.h` is not included by `netinet/in.h`
    and needs to be included separately. [PR #728]
    * Fix a potential memory leak in `ares_init()`. [Issue #724]
    * Some platforms don't have the `isascii()` function.
    Implement as a macro. [PR #721]
    * CMake: Fix Chain building if CMAKE runtime paths not set
    * NDots configuration should allow a value of zero. [PR #735]

++++ libcbor:

  - version update to 0.11.0
    * Updated documentation to refer to RFC 8949
    * Improvements to cbor_describe
    Bytestring data will now be printed as well by akallabeth
    Formatting consistency and clarity improvements
    * Fix cbor_string_set_handle not setting the codepoint count
    * BREAKING: cbor_load will no longer fail on input strings that are
    well-formed but not valid UTF-8
    If you were relying on the validation, please check the result
    using cbor_string_codepoint_count instead
    * BREAKING: All decoders like cbor_load and cbor_stream_decode will
    accept all well-formed tag values (bug discovered by dskern-github)
    Previously, decoding of certain values would fail with
    CBOR_ERR_MALFORMATED or CBOR_DECODER_ERROR
    This also makes decoding symmetrical with serialization, which
    already accepts all values

++++ libproxy-client:

  - Update to version 0.5.4:
    + Add golang link to application page.
    + Improve libproxy test coverage.
    + Improve coverage.
    + Specify library version more completely.
    + Use the correct separator character for Windows ProxyOverride.
    + Improve handling of Windows proxy settings.
    + Add curl option to the generated config for backend instead.
    + Set initial state to online.
    + Windows: Detect scheme presence in proxy URLs more robustly.
    + Fix broken WPAD proxy resolution.

++++ libproxy-backend:

  - Update to version 0.5.4:
    + Add golang link to application page.
    + Improve libproxy test coverage.
    + Improve coverage.
    + Specify library version more completely.
    + Use the correct separator character for Windows ProxyOverride.
    + Improve handling of Windows proxy settings.
    + Add curl option to the generated config for backend instead.
    + Set initial state to online.
    + Windows: Detect scheme presence in proxy URLs more robustly.
    + Fix broken WPAD proxy resolution.

++++ libssh2_org:

  - Fix an issue with Encrypt-then-MAC family. [bsc#1221622]
    * Test the ETM feature in the remote end's configuration when
    receiving data. Upstream issue: #1331.
    * Add libssh2_org-ETM-remote.patch

++++ libvirt:

  - Update to libvirt 10.2.0
  - CVE-2024-2494
  - bsc#1221879
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-2-0-2024-04-02

++++ libzypp:

  - Fixup New VendorSupportOption flag VendorSupportSuperseded
    (jsc#OBS-301, jsc#PED-8014)
    Fixed the name of the keyword to "support_superseded" as it was
    agreed on in jsc#OBS-301.
  - version 17.32.2 (32)

++++ openssh:

  - Rebase openssh-7.7p1-fips.patch (bsc#1221928)
    Remove OPENSSL_HAVE_EVPGCM-ifdef, which is no longer supported by
    upstream
  - Use %config(noreplace) for sshd_config . In any case, it's
    recommended to drop a file in sshd_config.d instead of editing
    sshd_config (bsc#1221063)
  - Use %{_libexecdir} when removing ssh-keycat instead of the
    hardcoded path so it works in TW and SLE.

++++ python-cryptography:

  - update to 42.0.5:
    * Limit the number of name constraint checks that will be
    performed in :mod:`X.509 path validation
    <cryptography.x509.verification>` to protect against denial
    of service attacks.
    * Upgrade pyo3 version, which fixes building on PowerPC.

++++ python-libvirt-python:

  - Update to 10.2.0
  - Add all new APIs and constants in libvirt 10.2.0

++++ velociraptor-client:

  - Update to version 0.7.0.4.git68.ad1f4e5:
    * Fix undefined binary.NativeEndian build errors
  - Add llvm16-libclang13 dependency for SLE 15 SP5 and above
  - Disable eBPF for SLE 15 SP2

------------------------------------------------------------------
------------------  2024-4-1  -  Apr 1 2024  -------------------
------------------------------------------------------------------

++++ coreutils:

  - Update to 9.5:
    Bug fixes:
    * chmod -R now avoids a race where an attacker may replace a traversed file
    with a symlink, causing chmod to operate on an unintended file.
    [This bug was present in "the beginning".]
    * cp, mv, and install no longer issue spurious diagnostics like "failed
    to preserve ownership" when copying to GNU/Linux CIFS file systems.
    They do this by working around some Linux CIFS bugs.
    * cp --no-preserve=mode will correctly maintain set-group-ID bits
    for created directories.  Previously on systems that didn't support ACLs,
    cp would have reset the set-group-ID bit on created directories.
    [bug introduced in coreutils-8.20]
    * join and uniq now support multi-byte characters better.
    For example, 'join -tX' now works even if X is a multi-byte character,
    and both programs now treat multi-byte characters like U+3000
    IDEOGRAPHIC SPACE as blanks if the current locale treats them so.
    * numfmt options like --suffix no longer have an arbitrary 127-byte limit.
    [bug introduced with numfmt in coreutils-8.21]
    * mktemp with --suffix now better diagnoses templates with too few X's.
    Previously it conflated the insignificant --suffix in the error.
    [bug introduced in coreutils-8.1]
    * sort again handles thousands grouping characters in single-byte locales
    where the grouping character is greater than CHAR_MAX.  For e.g. signed
    character platforms with a 0xA0 (aka &nbsp) grouping character.
    [bug introduced in coreutils-9.1]
    * split --line-bytes with a mixture of very long and short lines
    no longer overwrites the heap (CVE-2024-0684).
    [bug introduced in coreutils-9.2]
    * tail no longer mishandles input from files in /proc and /sys file systems,
    on systems with a page size larger than the stdio BUFSIZ.
    [This bug was present in "the beginning".]
    * timeout avoids a narrow race condition, where it might kill arbitrary
    processes after a failed process fork.
    [bug introduced with timeout in coreutils-7.0]
    * timeout avoids a narrow race condition, where it might fail to
    kill monitored processes immediately after forking them.
    [bug introduced with timeout in coreutils-7.0]
    * wc no longer fails to count unprintable characters as parts of words.
    [bug introduced in textutils-2.1]
    Changes in behavior:
    * base32 and base64 no longer require padding when decoding.
    Previously an error was given for non padded encoded data.
    * base32 and base64 have improved detection of corrupted encodings.
    Previously encodings with non zero padding bits were accepted.
    * basenc --base16 -d now supports lower case hexadecimal characters.
    Previously an error was given for lower case hex digits.
    * cp --no-clobber, and mv -n no longer exit with failure status if
    existing files are encountered in the destination.  Instead they revert
    to the behavior from before v9.2, silently skipping existing files.
    * ls --dired now implies long format output without hyperlinks enabled,
    and will take precedence over previously specified formats or hyperlink
    mode.
    * numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
    and uses lowercase 'k' when outputting such units in '--to=si' mode.
    * pinky no longer tries to canonicalize the user's login location by default,
    rather requiring the new --lookup option to enable this often slow feature.
    * wc no longer ignores encoding errors when counting words.
    Instead, it treats them as non white space.
    New features:
    * chgrp now accepts the --from=OWNER:GROUP option to restrict changes to files
    with matching current OWNER and/or GROUP, as already supported by chown(1).
    * chmod adds support for -h, -H,-L,-P, and --dereference options, providing
    more control over symlink handling.  This supports more secure handling of
    CLI arguments, and is more consistent with chown, and chmod on other
    systems.
    * cp now accepts the --keep-directory-symlink option (like tar), to preserve
    and follow existing symlinks to directories in the destination.
    * cp and mv now accept the --update=none-fail option, which is similar
    to the --no-clobber option, except that existing files are diagnosed,
    and the command exits with failure status if existing files.
    The -n,--no-clobber option is best avoided due to platform differences.
    * env now accepts the -a,--argv0 option to override the zeroth argument
    of the command being executed.
    * mv now accepts an --exchange option, which causes the source and
    destination to be exchanged.  It should be combined with
  - -no-target-directory (-T) if the destination is a directory.
    The exchange is atomic if source and destination are on a single
    file system that supports atomic exchange; --exchange is not yet
    supported in other situations.
    * od now supports printing IEEE half precision floating point with -t fH,
    or brain 16 bit floating point with -t fB, where supported by the compiler.
    * tail now supports following multiple processes, with repeated --pid options.
    Improvements:
    * cp,mv,install,cat,split now read and write a minimum of 256KiB at a time.
    This was previously 128KiB and increasing to 256KiB was seen to increase
    throughput by 10-20% when reading cached files on modern systems.
    * env,kill,timeout now support unnamed signals. kill(1) for example now
    supports sending such signals, and env(1) will list them appropriately.
    * SELinux operations in file copy operations are now more efficient,
    avoiding unneeded MCS/MLS label translation.
    * sort no longer dynamically links to libcrypto unless -R is used.
    This decreases startup overhead in the typical case.
    * wc is now much faster in single-byte locales and somewhat faster in
    multi-byte locales.
  - coreutils-9.4.split-CVE-2024-0684.patch: Remove now-upstream patch.
  - gnulib-readutmp-under-gdm.patch: Likewise.
  - gnulib-readutmp.patch: Likewise.
  - coreutils-i18n.patch: Remove multi-byte patches for join and uniq, as the
    upstream version now handles those tests.
    Pull in gnulib module mbchar manually, as it is a dependency of mbfile,
    but dropped out of the upstream dependency chain.
  - coreutils-misc.patch: Remove change for gnulib-tests/test-isnanl.h.
  - coreutils-fix-gnulib-time_r-tests.patch: Add upstream gnulib patch to skip
    French test if TZ='Europe/Paris' does not work.

++++ coreutils-systemd:

  - Update to 9.5:
    Bug fixes:
    * chmod -R now avoids a race where an attacker may replace a traversed file
    with a symlink, causing chmod to operate on an unintended file.
    [This bug was present in "the beginning".]
    * cp, mv, and install no longer issue spurious diagnostics like "failed
    to preserve ownership" when copying to GNU/Linux CIFS file systems.
    They do this by working around some Linux CIFS bugs.
    * cp --no-preserve=mode will correctly maintain set-group-ID bits
    for created directories.  Previously on systems that didn't support ACLs,
    cp would have reset the set-group-ID bit on created directories.
    [bug introduced in coreutils-8.20]
    * join and uniq now support multi-byte characters better.
    For example, 'join -tX' now works even if X is a multi-byte character,
    and both programs now treat multi-byte characters like U+3000
    IDEOGRAPHIC SPACE as blanks if the current locale treats them so.
    * numfmt options like --suffix no longer have an arbitrary 127-byte limit.
    [bug introduced with numfmt in coreutils-8.21]
    * mktemp with --suffix now better diagnoses templates with too few X's.
    Previously it conflated the insignificant --suffix in the error.
    [bug introduced in coreutils-8.1]
    * sort again handles thousands grouping characters in single-byte locales
    where the grouping character is greater than CHAR_MAX.  For e.g. signed
    character platforms with a 0xA0 (aka &nbsp) grouping character.
    [bug introduced in coreutils-9.1]
    * split --line-bytes with a mixture of very long and short lines
    no longer overwrites the heap (CVE-2024-0684).
    [bug introduced in coreutils-9.2]
    * tail no longer mishandles input from files in /proc and /sys file systems,
    on systems with a page size larger than the stdio BUFSIZ.
    [This bug was present in "the beginning".]
    * timeout avoids a narrow race condition, where it might kill arbitrary
    processes after a failed process fork.
    [bug introduced with timeout in coreutils-7.0]
    * timeout avoids a narrow race condition, where it might fail to
    kill monitored processes immediately after forking them.
    [bug introduced with timeout in coreutils-7.0]
    * wc no longer fails to count unprintable characters as parts of words.
    [bug introduced in textutils-2.1]
    Changes in behavior:
    * base32 and base64 no longer require padding when decoding.
    Previously an error was given for non padded encoded data.
    * base32 and base64 have improved detection of corrupted encodings.
    Previously encodings with non zero padding bits were accepted.
    * basenc --base16 -d now supports lower case hexadecimal characters.
    Previously an error was given for lower case hex digits.
    * cp --no-clobber, and mv -n no longer exit with failure status if
    existing files are encountered in the destination.  Instead they revert
    to the behavior from before v9.2, silently skipping existing files.
    * ls --dired now implies long format output without hyperlinks enabled,
    and will take precedence over previously specified formats or hyperlink
    mode.
    * numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
    and uses lowercase 'k' when outputting such units in '--to=si' mode.
    * pinky no longer tries to canonicalize the user's login location by default,
    rather requiring the new --lookup option to enable this often slow feature.
    * wc no longer ignores encoding errors when counting words.
    Instead, it treats them as non white space.
    New features:
    * chgrp now accepts the --from=OWNER:GROUP option to restrict changes to files
    with matching current OWNER and/or GROUP, as already supported by chown(1).
    * chmod adds support for -h, -H,-L,-P, and --dereference options, providing
    more control over symlink handling.  This supports more secure handling of
    CLI arguments, and is more consistent with chown, and chmod on other
    systems.
    * cp now accepts the --keep-directory-symlink option (like tar), to preserve
    and follow existing symlinks to directories in the destination.
    * cp and mv now accept the --update=none-fail option, which is similar
    to the --no-clobber option, except that existing files are diagnosed,
    and the command exits with failure status if existing files.
    The -n,--no-clobber option is best avoided due to platform differences.
    * env now accepts the -a,--argv0 option to override the zeroth argument
    of the command being executed.
    * mv now accepts an --exchange option, which causes the source and
    destination to be exchanged.  It should be combined with
  - -no-target-directory (-T) if the destination is a directory.
    The exchange is atomic if source and destination are on a single
    file system that supports atomic exchange; --exchange is not yet
    supported in other situations.
    * od now supports printing IEEE half precision floating point with -t fH,
    or brain 16 bit floating point with -t fB, where supported by the compiler.
    * tail now supports following multiple processes, with repeated --pid options.
    Improvements:
    * cp,mv,install,cat,split now read and write a minimum of 256KiB at a time.
    This was previously 128KiB and increasing to 256KiB was seen to increase
    throughput by 10-20% when reading cached files on modern systems.
    * env,kill,timeout now support unnamed signals. kill(1) for example now
    supports sending such signals, and env(1) will list them appropriately.
    * SELinux operations in file copy operations are now more efficient,
    avoiding unneeded MCS/MLS label translation.
    * sort no longer dynamically links to libcrypto unless -R is used.
    This decreases startup overhead in the typical case.
    * wc is now much faster in single-byte locales and somewhat faster in
    multi-byte locales.
  - coreutils-9.4.split-CVE-2024-0684.patch: Remove now-upstream patch.
  - gnulib-readutmp-under-gdm.patch: Likewise.
  - gnulib-readutmp.patch: Likewise.
  - coreutils-i18n.patch: Remove multi-byte patches for join and uniq, as the
    upstream version now handles those tests.
    Pull in gnulib module mbchar manually, as it is a dependency of mbfile,
    but dropped out of the upstream dependency chain.
  - coreutils-misc.patch: Remove change for gnulib-tests/test-isnanl.h.
  - coreutils-fix-gnulib-time_r-tests.patch: Add upstream gnulib patch to skip
    French test if TZ='Europe/Paris' does not work.

++++ pcp:

  - Upgrade to 6.2.0 (bsc#1217826 CVE-2023-6917, bsc#1217783):
    * Changes from pcp-6.2.0:
  - Client tools and utilities:
    pmlogger: default to creating version 3 PCP archives
    pmie, pmlogger, pmcd, pmproxy: init script hardening to
    run less as root:root, more as pcp:pcp and more safely
    pcp-reboot-init: new systemd service for $PCP_RC_DIR setup
    pcp2arrow: new, export metrics to parquet format for pandas
    pcp-atop: deterministic process sort when handling NULLs
    pcp-atop: update to v2.10.0 upstream code
    pcp-htop: update to latest upstream fixes
    pcp-geolocate: function with older versions of python
    pcp-meminfo: resolve possible 'broken pipe' diagnostics
    pcp-ss: fix handling of listening state sockets to match ss
    pcp-ss: fix the UDP UNCONN vs LISTEN state handling
  - PMDA additions, enhancements and bug fixes:
    pmdaproc: improvements for process accounting metrics
    pmdalinux: add pgpromote* and pgdemote* memory metrics
    pmdalinux: add metric sysfs.module.zswap.max_pool_percent
    pmdalinux: add new SNMP metric network.ip.outtransmits
    pmdasummary: send state change 0 (no change) back to pmcd
    pmdapostgresql: support the psycopg3 python module as well
    pmdaopenmetrics: kepler support - live metrics and logging
  - Server-side utilities and log management scripts:
    pmlogrewrite, pmlogredact: fix for missing data volumes
    pmcd: cosmetic change to avoid pipe2 name clash
    runaspcp: new helper utility for unprivileged rc scripts
    pmnsmerge: be more defensive in qsort comparison routine
    pmlogsize: fix qsort comparison function handling of equality
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp: pmOpenLog refactor for handling previous log files
    libpcp: new __pmCleanMapDir routine to aid log culling
    libpcp & pmcd: READY-NOT-READY hardening
    libpcp: avoid possible thread issues (coverity)
    libpcp: refactor pmDupContext for thread safety
    libpcp_import: add guard in pmiPutMark to prevent SIGSEGV
  - Build, infrastructure and packaging updates:
    build: changes to re-enable builds for FreeBSD 12, 13, 14
    build: add diffutils rpm dep as pmdaproc script uses diff
    build: add main.yml for building and publishing container
    build: resolve compiler warnings in various tools/libraries
    packaging: use tmpfiles.d method to create PCP_RUN_DIR
    build: packaging changes for openSUSE 15.5 and 15.6
    debian: do not ship empty directory /usr/lib/pkgconfig
    build: el10 systemd-presets for pmcd/pmie/pmlogger enabling
    build: drop rpm dep on bpftool as local version used only
    build: change perl YAML::XS::LibYAML module to YAML::XS
  - Security Enhanced Linux:
    selinux: policy improvements for CentOS/RHEL 7 and 8
  - Documentation:
    docs: Fedora 39 found some tbl(1)/troff(1) issues, fix
    docs: add an explicit code-of-conduct for PCP
    docs: pmns(5) note that metric names must only contain ASCII
    docs: update the BPF README to describe bpftool reality
    * Changes from pcp-6.1.1:
  - Client tools and utilities:
    pmie: add -o/--format to control output format with archives
    pcp-geolocate: automatic latitude and longitude metric labels
    pcp-atop: fix segv encountered on a multi-node NUMA system
    pcp-atop: add last level cache support using pmdaresctrl
    pcp-htop: updated with latest fixes from htop.dev
    pcp-netstat: without time options report one sample only
    pcp-netstat: add machine header info
    pcp-meminfo: without time options report one sample only
    pcp-meminfo: add machine header info
    pcp-buddyinfo: resolve a key issue when using python v2
    pcp-zoneinfo: ensure determinism in pcp-zoneinfo output
    pcp-zoneinfo: fix failure with older PCP metric instances
  - PMDA additions, enhancements and bug fixes:
    pmdaresctrl: new PMDA for x86_64 last level cache metrics
    pmdafarm: new Seagate Field Access Reliability Metrics PMDA
    pmdadarwin: updated for changes in NFS stats management
    pmdalinux: new mem.util metrics from recent kernel versions
    pmdalinux: new networking metrics relating to MPTcpExt
    pmdasockets: allow sockets with duplicate sources to exist
    pmdabpftrace: rework exit/wait handling to avoid errors
    pmdahaproxy: fixed connect script handling of string quoting
    pmdastatsd: fixed metadata for a couple of metrics
    pmdalinux: fixed semantics for mem.vmstat.nr_free_cma metric
    pmdadenki: simplification and refactoring of metrics
    pmdagfs2: correct permissions of several installed files
    pmdakvm: fixed semantics for kvm.largepages metric
  - Server-side utilities and log management scripts:
    pmproxy: add support for HTTP compression
    pmlogger: rework heuristic for Latest folio creation
    pmlogctl: fix incorrect rewriting of PCP_ARCHIVE_DIR
    pmlogredact: add latitude and longitude labels to redacted set
    pmlogrewrite: resolve a small memory leak
    pmlogrewrite: use PM_CTXFLAG_METADATA_ONLY for speed
    pmcd: add $PMCD_CREDS_TIMEOUT as an alternative to -q
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp: new PM_CTXFLAG_METADATA_ONLY flag for pmNewContext
    libpcp: fix a couple of derived metric bugs
    libpcp_web: implement config override by canonical env vars
  - Misc build, infrastructure and packaging updates:
    build: new CI build to keep PCP for MacOS up-to-date
    build: several fixes to tools when compiling with clang
    build: install pmlog[redact,reduce,rewrite] on default PATH
    build: default to using a path-prefixed PCP_PYTHON_PROG
    build: update the Fedora container to f38
    build: drop of i386/i686 architectures from Fedora builds
    build: enable build of pmdalibvirt on CentOS 7 platform
    build: enable Qt6 in Fedora and post-RHEL-9 rpm spec files
    build: add pyodbc rpm dep for pcp-pmda-mssql in RHEL 9
  - Security Enhanced Linux:
    selinux: allow pmproxy use the io_uring API
    selinux: policy fixes for recent AVCs on RHEL 7.9
    selinux: add netlink_kobject_uevent_socket getattr (bpftrace)
  - Documentation:
    man pages: change all to map font CW -> CR for latest groff
    man: note pmseries Redis timeseries load order limitation
    * Changes from pcp-6.1.0:
  - pmlogredact: new command for archive anonymisation
  - pcp-atop: new bar graph visualisation mode
  - pcp-atop: update to atoptool.nl 2.9.1 sources
  - pcp-htop: support dynamic screens (user-configurable tabs)
  - pcp-htop: update to latest upstream source
  - pcp-htop: default screens for filesystems, disks and cgroups
  - pcp-htop: non-default screens for several libbpf modules
  - pcp-htop: fix mishandling of some process argument shading
  - pcp-buddyinfo: new tool reporting Linux buddyinfo stats
  - pcp-meminfo: new tool reporting Linux kernel memory stats
  - pcp-netstat: new tool reporting networking statistics
  - pcp-slabinfo: new tool reporting Linux slabinfo kernel stats
  - pcp-zoneinfo: new tool reporting Linux zoneinfo kernel stats
  - pmsleep,pmpause: add -w where option for systemd annotation
  - pmieconf: move test_action from primary into a separate group
  - pmieconf: update webhook action for better EDA integration
  - pmlogconf: remove latency-inducing fsync on config write
  - pmlogconf: updates for new metrics used in pcp-atop
  - pmdalinux: add three new /proc/vmstat pscan/pgsteal metrics
  - pmdalinux: fix bug when lsb-release is only /etc/*-release file
  - pmdabpf: add -q/--tryload command line option
  - pmdaopenmetrics: reduce transient instance logs, improve labels
  - libpcp: improved SSL error reporting
  - selinux: add policy updates for pmproxy (io_uring,ipc_lock)
  - build: support for Qt6, drop remaining Qt4 configure-support
  - build: updated licence strings in spec files to follow SPDX
  - build: default to using a path-prefixed PCP_PYTHON_PROG
  - build: fix several makefile clean targets for deb packagers
  - build: configure.ac update to autoconf 2.71
  - build: add tarball upload to release workflow
  - docs: pmie updates to explain action behaviour with archives
  - docs: retire "archive log" phrase from man pages and books
  - docs: transition Artifactory (no free service) to Packagecloud
    * Changes from pcp-6.0.5:
  - pmie: ensure pmie.log.YYYYMMDD is owned by pcp:pcp
  - pcp2json: extend pcp2json with an option to send HTTP POSTs
  - pmlogger: fix pidfile update; pmlogger.pid is for primary only
  - pmdumptext: fix scaling when -i command line option is used
  - pmlogextract: improve resilience in corner-case conditions
  - pmdasmart: additional NVME power state metrics
  - pmdasmart: additional NVME disk information metrics
  - pmdasmart: update help with proper description of DC status
  - pmdasmart: filter out zram devices when probing for devices
  - pmdahacluster: handle pacemaker 2.1.5 crm_mon output changes
  - pmcd: improve debugging flags and diagnostics in general
  - libpcp_pmda: refactor and improve library diagnostics
  - selinux: updates to policy for pmlogger and pmlogger_daily
  - build: switch rpm spec files to SPDX license identifiers
  - build, qa: numerous updates to improve PCP on OpenBSD
  - build: switch from registry.centos.org to quay.io for el6/el7
  - ci: add centos6 back into the fold as its on quay.io now
  - ci: add Debian 12, drop Ubuntu 16 and Fedora 35
    * Changes from pcp-6.0.4:
  - pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients
  - pmdumplog: support preferred alternate name pmlogdump
  - pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE
  - pmlogger_janitor: new script called from pmlogger_check
  - pmlogger: add -d directory argument for alternate naming schemes
  - pmlogrewrite: fix remaining corner case for indom renumbering
  - pmie: changes to accommodate PMCD_HOSTNAME_CHANGE
  - pmie: catching SIGUSR1 triggers a pending task dump
  - pmie_{check,daily}: change pmie.log handling regime
  - pmieconf: add support for a webhook action to pmieconf
  - pmieconf: add a wall rule action for adm group members
  - pmieconf: add support for an action testing rule
  - pmieconf: use correct pmieconf percent type for thermal throttle
  - pmieconf: add minimum pct conjunction to entropy for small poolsizes
  - pminfo: use -b to batch pmDesc retrievals as well as pmResult
  - pmstat: fix corner case handling of automatic pmcd reconnect
  - pcp2influxdb: add requests.post timeout to avoid hangs
  - pcp-dstat: fixes CSV output to show all (not visible) plugins
  - pcp-htop: support File Descriptor Meter
  - pcp-htop: sync latest fixes from upstream htop
  - pcp-mpstat: fixed broken pipe issue
  - pcp-ps: fix exception handling for process name
  - rc scripts: ensure pmcd.conf not rewritten unnecessarily
  - pmdalinux: add a couple of new /proc/net/snmp ICMP metrics
  - pmdalinux: add new network.tcp.tcpplbrehash metric
  - pmdaproc: add new proc.smaps.pss_dirty metric
  - pmdarabbitmq: add timeout handling to http requests
  - pmdastatsd: stats and blocklisted metric names alignment
  - libpcp: new pmAddDerivedText API for derived metric help text
  - libpcp: check level parameter on entry to pmLookupText
  - libpcp: new PMAPI error code addition for bad API arguments
  - libpcp: allow derived metrics semantics of 'similar' indoms
  - selinux: add missing context information on farm services
  - build: fix a number of Debian sub-package dependency issues
    * Changes from pcp-6.0.3:
  - build: fix Debian postinst script handling of missing systemctl
  - pmdaproc: support per-cgroup IRQ PSI metrics in recent kernels
  - pmdalinux: support for system wide IRQ PSI metrics in recent kernels
  - pmlogrewrite: improved handling of unused instance domains
    * Changes from pcp-6.0.2:
  - Client tools and utilities:
    pcp-atop: update to latest upstream atoptool.nl sources
    pcp-atop: cgroup, NUMA memory and NUMA CPU support
    pcp-htop: update to latest upstream htop.dev sources
    pcp-dstat: fix handling of --swap with -f (full) option
    pcp-dstat: fix columns for --net-packets
    pcp-mpstat: fix handling of log-once summary metric values
    pcp-mpstat: improve error handling for the current values
    pcp-ps: added capabilities to show N samples with archives
    pcp-ps: fix handling of the -o option
    pcp-ps: fix broken pipe errors when piping to head(1)
    pcp-ps: fix process "START" column calculation and rounding
    pcp-pidstat: fix broken pipe errors when piping to head(1)
    pmdumplog: extend -x so -xxx reports timestamps in Epoch format
    pmlogger: refactor getting FQDN for local host
  - PMDA additions, enhancements and bug fixes:
    pmdabpf: set config default for biosnoop module to disabled
    pmdabpf: port forward to latest vendored libbpf-tools code
    pmdalinux: boolean metric network.interface.virtual from sysfs
    pmdalinux: more careful slabinfo 32/64 bit type multiplication
    pmdalinux: add NUMA external fragmentation metric via sysfs
    pmdalinux: fix pmid numbering issue with hinv.map.scsi_id
    pmdanfsclient: fix srcport handling for RDMA and UDP mounts
    pmdaopenmetrics: validate all names before using them for metrics
    pmdaoverhead: new PMDA to measure overhead for groups of processes
    pmdastatsd: static metric memory leak fix
    pmdastatsd: ragel parser refactor and fix
  - Server-side utilities and log management scripts:
    pmieconf: new pmie rule checking file descriptor limits
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp: fix buffer issue for user/group name lookups
    libpcp_web: improve error handling in pmseries AST parser
  - Misc build, infrastructure and packaging updates:
    configure.ac: fixes for improved C99 compatibility
    configure.ac: use QTDIR search path only when given
    MacOS: build: fix shared library builds on modern Macs
    OpenBSD: build updates for clang, Qt and openssl
    libbpf: updated minimium version to 0.8.0, ARM and PPC support
    Qt: update minimum required versions for libqwt
    Drop no-longer-used pmlogger_daily_report systemd rpm spec code
    Determine clang version without optional llvm-config utility
    Another attempt to get the man/man-db/mandoc stuff sorted
  - Security Enhanced Linux:
    Policy updates for pmdastatsd
  - Documentation and QA infrastructure:
    Add help text for some OpenBSD kernel instance domains
    Provide more detailed explanation for default PMLOGGER_INTERVAL
    pmdaChildren(3): clarify the memory allocation scheme
    pcp-ps(1) man page fixes.
    * Changes from pcp-6.0.1:
  - Security Enhanced Linux:
    selinux: rework policy to use optional_policy
    selinux: rework policy to use an independent policy
    selinux: new cluster_exec_t policy handling for pmdahacluster(1)
    selinux: retire those parts of the build affecting CentOS 6
  - PMDA additions, enhancements and bug fixes:
    pmdabpf: set perf_buffer__poll timeout to 0 for optimal sampling
    pmdabpf: add CO-RE biosnoop
    pmdabpf: no BPF debug messages unless debugging (-Ddev0)
    pmdalinux: add "squashfs" to the list of ignored filesystem types
    pmdasnmp: install agent specific configuration file to PMDATMPDIR
    pmdakvm: initialise perf_event interface only if/when needed
  - Client tools and utilities:
    pcp-ps: initial version of a PCP implementation of ps(1)
    pcp-dstat: add --nomissed command line option for large systems
    pmfind, libpcp_web: MMV and shutdown memory management fixes
    pmlogreduce: fix corner-case in temporal index generation
    pmlogcheck: tighten some pmlogcheck pass0 checks
    pmseries: fix sampling when start < first sample or series has gaps
    shell completion: improve pmrep/zsh instance completion in live mode
    shell tools: convert fgrep and egrep over to grep -F and -E
  - Server-side utilities and log management scripts:
    pmlogger_daily_report: no longer needs any systemd support now
    pmlogger_daily.sh: fix pmlogger_daily_report test for zeroconf
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp_web: fix race conditions affecting pmproxy
    libpcp_web: allow scalar operands in pmseries expressions
    libpcp_web: add pmseries float multiplication
  - Misc build, infrastructure and packaging updates:
    build: add PCP archive analysis container
    build: updates to fix Windows platform builds
    build: update configure.ac to allow builds on Mac M1 (arm64)
    build: make openSUSE spec file builds work again
    containers: remove /build directory
    debian: use deb-systemd-helper if available
    build: fix libpcp check-statics regexp error with objects in subdirs
    build: podman PMDA no longer has deps, make it unconditional
    build: don't package and install pmrep xtract-names helper
    build: updates to hiredis code for pmseries and pmproxy
    build: updates to hiredis-cluster code for pmseries and pmproxy
    build: fix Makepkgs handling of argument parameters
    build: use vendored github.com/libbpf/bpftool/libbpf and update
    build: use vendored github.com/iovisor/bcc/libbpf-tools
    build: use vendored git.code.sf.net/p/qwt and update
    build: fix bpf PMDA inclusion check
    build: fix windows default pmcd.conf entry, dup path component
    build: rework Python3 and Python2 configure.ac logic
    packaging: fix rpm systemd-sysusers on f37 and rawhide
  - Documentation and QA infrastructure:
    docs: small typo fixes relating to secure connections
    docs: fix sheet2pcp(1) man page quoting in examples
    pmdasample: additional metrics for testing cases
    * Changes from pcp-6.0.0:
  - Major changes:
    1. Add version 3 PCP archive support: instance domain change-deltas,
    Y2038-safe timestamps, nanosecond-precision timestamps, arbitrary
    timezones support, 64-bit file offsets used throughout for larger
    (beyond 2GB) individual volumes.
    * * Opt-in using the /etc/pcp.conf PCP_ARCHIVE_VERSION setting. **
    * * Version 2 archives remain the default (for next few years). **
    2. Switch to using OpenSSL only throughout PCP (dropped NSS/NSPR);
    this impacts on libpcp, PMAPI clients and PMCD use of encryption;
    these are now configured and used consistently with pmproxy HTTPS
    support and redis-server, which were both already using OpenSSL.
    3. New nanosecond precision timestamp PMAPI calls for PCP library
    interfaces that make use of timestamps.  These are all optional,
    and full backward compatibility is preserved for existing tools.
  - Client tools and utilities:
    pcp2elasticsearch: implement authentication support
    pcp-dstat: implement support for the top-alike plugins
    pcp-dstat: add plugin configuration for ZFS metrics
    pcp-dstat: battery charge remaining config using denki metrics
    pcp-htop: update to latest stable upstream release
    pcp-htop: initial support for screen tabs in the user interface
    pcp-pidstat: correct operation of the -p ALL|SELF options
    pmlogger: small changes for handling derived metrics better
    pmlogger, import: support configurable default archive version
    pcp2xxx: ignore pmrep-specific options
    pmlogger: extra hardening, backtrace symbol improvements
    pmlogger: add -V (output archive version) command line option
    pmseries: add sum(), avg() and stdev() functions
    pmseries: add nth_percentile() and topk() functions
    pmseries: add max_inst() and max_sample() functions
    pmseries: add min_inst() and min_sample() functions
    pmseries: be more defensive during shutdown error paths
    pmseries: fix assumption that any 40-character string is a SID
    pmseries: allow reporting values from SIDs (not just queries)
    sheet2pcp: add -V (output archive version) command line option
    ganglia2pcp: add -V (output archive version) command line option
    iostat2pcp: add -V (output archive version) command line option
  - PMDA additions, enhancements and bug fixes:
    pmdaapache: do time_t manipulation with sufficient space
    pmdabcc: sync bcc PMDA modules with upstream bcc tools
    pmdabpf: adds CO-RE (Compile Once - Run Everywhere) modules
    (exitsnoop, oomkill, bashreadline, mountsnoop, vfsstat,
    opensnoop, fsslower, statsnoop, tcpconnlat, tcpconnect)
    pmdabpf: support x86, arm and powerpc
    pmdabpf: fixed persistence of indom and cluster identifiers
    pmdabpf: rework setrlimit() logic for some small memory hosts
    pmdabpftrace: move example autostart scripts to /usr/share
    pmdabpftrace: update biolatency example script for kernel 5.16+
    pmdadenki: fix battery detection for non-intel systems
    pmdadenki: add support for multiple active batteries
    pmdadenki: support the -D option for debugging
    pmdadenki: improve labels associated with metrics
    pmdadenki: add battery capacity metric
    pmdadenki: add separate indom help text
    pmdalinux: add new MpTcpExt metrics from latest Linux 5.x kernels
    pmdalinux: updates for latest /proc/net/netstat kernel changes
    pmdalinux: improve network metrics help text
    pmdalinux: fix of tty metrics on s390x platform
    pmdamailq: update to ensure Y2038-safe time_t handling
    pmdammv: use highest available timestamp resolution
    pmdaopenvswitch: additional interface and coverage stats
    pmdapostfix: harden against a not-yet-running postfix
    pmdaproc: fix psargs string for processes with very large PIDs
    pmdaproc: fix cgroup cpu metrics refresh structures
    pmdasockets: prevent string overwrite of ss_stats_t fields
    pmdasockets: add checking to the pmStore filter strings
    pmdastatsd: fix detection of failure memory allocation
  - Server-side utilities and log management scripts:
    pmproxy: allow request parameters to be sent in the request body
    pmproxy: fix race on teardown of pcp protocol proxy clients
    pmproxy: improve error checking, check uv_pipe_bind result
    pmproxy: harden logging interfaces, racing with startup
    pmieconf: add several pmie rules for Open vSwitch metrics
    pmlogrewrite: subtle change in semantics for error checking
    pmlogreduce: allow sub-second values for -t option
    pmlogreduce: temporal index, add entries after 100k of data volume
    pmlogcheck: beef up pass 0 to check metadata record types
    pmlogconf: fix reprobing with interactive changes
    pmlogmv: fallback to copy for cross-mount case when link fails
    pmlogmv: add -c (paranoid checksum) option
    pmlogger_farm: add default configuration file for farm loggers
    pmlogger_check: increase PMLOGGER_REQUEST_TIMEOUT from 2 to 10 secs
    pmlogger_daily: callbacks for extra daily log processing tasks
    pmlogger_daily, pmlogger_check: additional systemd-driven changes
    pmlogger_daily: move redirection of stdout+stderr earlier in script
    pmlogger_daily: abandom use of fmt(1) - not portable - uses awk now
    pmlogger_daily_report.sh: some major efficiency improvements
    pmlogger_daily_report: re-enabled for rpm and deb builds
    pmie_check: avoid leaving lock file and temp dir behind
    pm{log,ie}ctl: handle embedded shell syntax in control lines
    pm{log,ie}ctl: add -C args option to pass "args" to pm{logger,ie}_check
    systemd units: pmlogger and pmie farm conditional use of type=exec
    rc-pmcd: reorder the systemd paths attempted in migrate_pid_cgroup
    dbpmda: fix an overlapping copy and add error handling
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp_archive: new library for apps that write PCP archives
    libpcp: optimize indom handling in fetchgroup code
    libpcp: drop time_t abuse in getdate.y, use safe sizes
    libpcp: add __pmDumpPDUTrace() and circular trace buffer
    libpcp: add PM_ERR_FEATURE, PM_ERR_TLS error codes
    libpcp: refactor __pmDumpStack(), improve direct calling tools
    libpcp_qmc: require Qt5.6 as the minimum version for builds
    libpcp_qmc: resolve the Qt::endl warning more cleanly
    libpcp_web: stop Redis initialization if Redis version tool old
    libpcp_web: honour config settings that disable redis completely
    libpcp_web: fix memory leaks in discovery, query parsing and APIs
    libpcp_web: honor exclude.metrics setting in pmseries --load
    libpcp_web: run pmFetchArchive(3) in a worker thread
    libpcp_web: fix race condition tearing down load baton
    libpcp_pmda: ensure indom cache write handles time_t safely
    libpcp_import: add interface for setting output log version
    libpcp_import: interfaces for samples with high-resolution timestamps
    python api: updates to allow building from outside git repo
    python api: allow tools using pmconfig module to ignore options
    python api: add python wrappers for highres PMAPI routines
    python api: correct refcounting on pmParseMetricSpec source buffer
  - Security Enhanced Linux:
    selinux: additional policy rules, esp glusterd_log_t
    selinux: bcc PMDA policy to exec private memfd ctypes/libffi objects
    selinux: make use of syslogd_var_run_t map rule conditional
    selinux: policy updates needed for the pmdasockets metrics
    selinux: fine-tune netlink_tcpdiag_socket policy for all platforms
  - Misc build, infrastructure and packaging updates:
    build: latest distros supported (ubuntu 22.04, fedora 37, rhel9, etc)
    build: reproducible debian build efforts
    build: use standard dpkg buildflags variables.
    build: add BuildRequires: python*-pymongo to mongodb PMDA
    build: detect libbpf version for the BPF PMDA
    build: do not transform symlink targets when generating the source tarball
    build: update artifactory deploy script, add recalculate_metadata subtask
    build: update configure script for python2 retirement in rhel9
    build: convert libpcp check-statics to using readelf if available
    build: updates to libpcp check-statics for OpenBSD
    build: fix configure detection of backtrace() and associated hooks
    build: fixed source dependencies within libpcp_web makefile
    build: add rpm conflicts lines on postgresql-pgpool-II
    build: remove pmclient reliance on libpcp.h for timed sleep
    build: remove mmvdump reliance on libpcp.h for mmap wrapper
    build: make perl truly conditional in the PCP build
    build: drop no-longer-needed NSS/NSPR package deps
    build: resolve ostree non-writable /var for pmieconf
    packaging: update rpm specs to solve systemd warnings
    container: bump base image version
    Makepkgs: fix for Debian build (and Qt packaging failure in CI)
    vendor: switch to git-subtree for iovisor/bcc libbpf-tools code
  - Documentation and QA infrastructure:
    docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1)
    docs: add section to pcpcompat(1) about python2
    docs: add fix for readthedocs compilation error
    docs: updates to the Quick Guide documents
    docs: clatifications to pmrep et al: man pages
    docs: improve pmproxy timeseries and pmseries load documentation
    docs: further improvements and fixes to the INSTALL doc
    docs: add pmlogger(1) -V, describe $PCP_ARCHIVE_VERSION in pcp.conf.
    docs: small fixes to the pcp-pidstat man page
    docs: fix webapi documentation typo around polltimeout
    pylint: numerous issues resolved, tracking latest versions
    qa: regression tests for bpftrace PMDA: check probes
    qa: pmdabcc pylint fixups
    qa: rework Redis PING-PONG checks
    qa/check: run tests under timeout(1) control if possible
    qa-summary: allow unified reporting from CI and QA Farm
    qa/admin/show-me-all & qa/show-me: changes for CI integration
    qa/check: add support for "triaged" tests
    ci: send report to Slack when QA workflow is triggered manually
    ci: add required packages to enable bpf PMDA on CentOS Stream 9
    ci: run CodeQL daily and for each PR
    ci: run full QA on pull requests, save history
    ci: unset XDG_RUNTIME_DIR when invoking podman
  - Refresh patches:
    * 0001-Install-libraries-without-exec-permission.patch
    * 0002-Remove-CPAN-rpaths.patch
    * 0003-Remove-runlevel-4-from-init-scripts.patch
    * 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch
  - Change dependency from openssl-devel >= 1.1.1 to openssl-devel >= 1.0.2p.
    Required for SLE-12, builds just fine.
  - Disable 'pmda-infiniband' subpackage for SLE-12.
    Required so it builds cleanly.
  - Introduce pmda-resctrl package, disabled for architectures other
    than x86_64.
  - Change the architecture for various subpackages to 'noarch' as they
    contain no binaries, this lowers rpmlint's badness score
    substantially.
  - Disable 'pmda-mssql', as it fails to build.

------------------------------------------------------------------
------------------  2024-3-31  -  Mar 31 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes).
  - usb: typec: ucsi: Check for notifications after init
    (git-fixes).
  - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock
    (git-fixes).
  - usb: typec: Return size of buffer if pd_set operation succeeds
    (git-fixes).
  - usb: dwc3: pci: Drop duplicate ID (git-fixes).
  - usb: dwc3: Properly set system wakeup (git-fixes).
  - usb: cdc-wdm: close race between read and workqueue (git-fixes).
  - usb: dwc2: gadget: LPM flow fix (git-fixes).
  - usb: dwc2: gadget: Fix exiting from clock gating (git-fixes).
  - usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes).
  - usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes).
  - usb: dwc2: host: Fix hibernation flow (git-fixes).
  - USB: core: Fix deadlock in usb_deauthorize_interface()
    (git-fixes).
  - usb: typec: tcpm: Update PD of Type-C port upon pd_set
    (git-fixes).
  - usb: typec: tcpm: fix double-free issue in
    tcpm_port_unregister_pd() (git-fixes).
  - usb: typec: ucsi: Fix race between typec_switch and role_switch
    (git-fixes).
  - usb: typec: tcpm: Correct port source pdo array in pd_set
    callback (git-fixes).
  - staging: vc04_services: fix information leak in
    create_component() (git-fixes).
  - commit d945fd3

++++ pango:

  - added GraphicsMagick package as Recommends. The invocation of
    pango-view with the ft2 backend requires the gm command found in
    that package

++++ velociraptor-client:

  - Fix builds for SLE 15 SP3 and SLE 12
    * Revert to gzip compression instead of zstd for go modules

------------------------------------------------------------------
------------------  2024-3-30  -  Mar 30 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.26.1:
    * Does not start keyboard manager if there is no tty
    * Change menu information text to dim
    * Handle --no-build and --watch args
    * build(deps): bump github.com/opencontainers/image-spec
    * Unwrap error message.
    * Include error message in pull warning/errors

++++ kernel-default:

  - drm/i915/gt: Reset queue_priority_hint on parking (git-fixes).
  - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
    (git-fixes).
  - drm/i915/hwmon: Fix locking inversion in sysfs getter
    (git-fixes).
  - drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes).
  - drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes).
  - drm/i915/mtl: Update workaround 14018575942 (git-fixes).
  - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order,
    mostly (git-fixes).
  - drm/qxl: remove unused variable from
    `qxl_process_single_command()` (git-fixes).
  - drm/qxl: remove unused `count` variable from
    `qxl_surface_id_alloc()` (git-fixes).
  - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if
    needed (git-fixes).
  - drm/rockchip: vop2: Remove AR30 and AB30 format support
    (git-fixes).
  - dma-buf: Fix NULL pointer dereference in sanitycheck()
    (git-fixes).
  - drm/sched: fix null-ptr-deref in init entity (git-fixes).
  - nouveau/dmem: handle kcalloc() allocation failure (git-fixes).
  - drm/amdgpu: fix deadlock while reading mqd from debugfs
    (git-fixes).
  - drm/amd/display: Send DTBCLK disable message on first commit
    (git-fixes).
  - drm/amd: Flush GFXOFF requests in prepare stage (git-fixes).
  - Revert "drm/amd/display: Fix sending VSC (+ colorimetry)
    packets for DP/eDP displays without PSR" (stable-fixes).
  - thermal: devfreq_cooling: Fix perf state when calculate dfc
    res_util (git-fixes).
  - Revert "thermal: core: Don't update trip points inside the
    hysteresis range" (git-fixes).
  - ACPICA: debugger: check status of acpi_evaluate_object()
    in acpi_db_walk_for_fields() (git-fixes).
  - commit 3764402

++++ vim:

  - spec.skeleton: add sample check section (W: no-%check-section)

------------------------------------------------------------------
------------------  2024-3-29  -  Mar 29 2024  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix os name is used for root file system mount (bsc#1220949)
    * 0001-10_linux-Ensure-persistence-of-root-file-system-moun.patch

++++ guestfs-tools:

  - Upstream bug fixes
    Update-virt-customize-generated-files.patch
    Initialise-bar-fp-as-NULL.patch

++++ kernel-default:

  - README.BRANCH: Remove copy of branch name
  - commit 1a0e3e3
  - README.BRANCH: Remove copy of branch name
  - commit 978e089
  - README.BRANCH: Remove copy of branch name
  - commit fc25aed
  - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
    (git-fixes).
  - mmc: sdhci-omap: re-tuning is needed after a pm transition to
    support emmc HS200 mode (git-fixes).
  - mmc: core: Avoid negative index with array access (git-fixes).
  - mmc: core: Initialize mmc_blk_ioc_data (git-fixes).
  - ALSA: hda/tas2781: add locks to kcontrols (git-fixes).
  - ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes).
  - ALSA: aoa: avoid false-positive format truncation warning
    (git-fixes).
  - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs
    (git-fixes).
  - ALSA: hda: cs35l56: Set the init_done flag before
    component_add() (git-fixes).
  - net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips
    (git-fixes).
  - wifi: iwlwifi: mvm: include link ID when releasing frames
    (git-fixes).
  - wifi: iwlwifi: fw: don't always use FW dump trig (git-fixes).
  - wifi: iwlwifi: mvm: rfi: fix potential response leaks
    (git-fixes).
  - selftests: vxlan_mdb: Fix failures with old libnet (git-fixes).
  - net: wwan: t7xx: Split 64bit accesses to fix alignment issues
    (git-fixes).
  - net: ll_temac: platform_get_resource replaced by wrong function
    (git-fixes).
  - nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet
    (git-fixes).
  - commit 699a684

++++ libguestfs:

  - Upstream bug fixes
    Split-chown-parameter-on-character.patch
    Initialise-bar-fp-as-NULL.patch

++++ harfbuzz:

  - update to version 8.4.0:
    + When subsetting, place variation store at the end of “GDEF”
    table to fix shaping issues with some versions of Adobe InDesign.
    + Various build fixes
  - update to version 8.3.1:
    + Fix hb_style_get_value() in fonts with “STAT” table
    + Properly handle negative offsets in CFF table
    + Update IANA Language Subtag Registry to 2024-03-07
    + Subsetter now supports subsetting “BASE” table
    + Subsetter will update “hhea” font metrics in sync with “OS/2”
    ones.
    + “--variations” option of “hb-subset” now supports leaving out
    values that should be unchanged, e.g. “wght=:500:” will change
    the default and keep max and min unchanged. It also supports
    “*=drop” to to pin all axes to default location.
    + Fix hb_ot_math_get_glyph_kerning() to match updated “MATH”
    table spec.
    + Support legacy MacRoman encoding in “cmap” table.
    + Various build fixes.
    + Various subsetting and instancing fixes.

------------------------------------------------------------------
------------------  2024-3-28  -  Mar 28 2024  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Add  cloud-init-ds-deterministic.patch (bsc#1221132)
    + Do not guess a data source when checking for a CloudStack
    environment

++++ python-kiwi:

  - Bump version: 10.0.9 → 10.0.10

++++ kernel-default:

  - ipv6: init the accept_queue's spinlocks in inet6_create
    (bsc#1221293 CVE-2024-26614).
  - tcp: make sure init the accept_queue's spinlocks once
    (bsc#1221293 CVE-2024-26614).
  - commit ec637cb
  - scsi: lpfc: Copyright updates for 14.4.0.1 patches
    (bsc#1221777).
  - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777).
  - scsi: lpfc: Define types in a union for generic void *context3
    ptr (bsc#1221777).
  - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr
    (bsc#1221777).
  - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr
    (bsc#1221777).
  - scsi: lpfc: Use a dedicated lock for ras_fwlog state
    (bsc#1221777).
  - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
    (bsc#1221777).
  - scsi: lpfc: Replace hbalock with ndlp lock in
    lpfc_nvme_unregister_port() (bsc#1221777).
  - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
    (bsc#1221777).
  - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling
    (bsc#1221777 bsc#1217958).
  - scsi: lpfc: Move NPIV's transport unregistration to after
    resource clean up (bsc#1221777).
  - scsi: lpfc: Remove unnecessary log message in queuecommand path
    (bsc#1221777).
  - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
    (bsc#1221777).
  - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777).
  - commit 561883a
  - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc#1221816).
  - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc#1221816).
  - scsi: qla2xxx: Change debug message during driver unload
    (bsc#1221816).
  - scsi: qla2xxx: Fix double free of fcport (bsc#1221816).
  - scsi: qla2xxx: Fix double free of the ha->vp_map pointer
    (bsc#1221816).
  - scsi: qla2xxx: Fix command flush on cable pull (bsc#1221816).
  - scsi: qla2xxx: NVME|FCP prefer flag not being honored
    (bsc#1221816).
  - scsi: qla2xxx: Update manufacturer detail (bsc#1221816).
  - scsi: qla2xxx: Split FCE|EFT trace control (bsc#1221816).
  - scsi: qla2xxx: Fix N2N stuck connection (bsc#1221816).
  - scsi: qla2xxx: Prevent command send on chip reset (bsc#1221816).
  - commit 5c3d977
  - Rename and refresh
    patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch.
  - commit 6ad1be8
  - powerpc/crypto/chacha-p10: Fix failure on non Power10
    (bsc#1218205).
  - commit 03daeb8
  - net/bnx2x: Prevent access to a freed page in page_pool
    (bsc#1215322).
  - commit c9d3937
  - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic (bsc#1221491)
  - commit 24e3b19
  - phy: tegra: xusb: Add API to retrieve the port number of phy (bsc#1221491)
  - commit be854b3

++++ ledmon:

  - Update to version 1.0.0:
    Enhancements
    lib: introduce library (not enabled in this build)
    tests: migrate tests to pytest
    Introduce "make check" option
    Allow disabling documentation installation
    Add minimal Nvme subsystem support
    Allow choosing output format from get-slot
    Rework handling --help option
    Update manual
    Bug fixes
    Fix log severity, messages and level detection
    Ledctl: skip slot state check for set locate_off
    ci: Compile with tests and library enabled
    configure.ac: build library when "--enbable-test"
    Allow setting multiple LEDs per slot on SES
    Prevent compiler from optimizing out security checks
    Fix compilation warnings
    Add compiler defenses flags
    Add support for clang compiler
    utils.c: remove duplicated "-c" short parameter
    Remove parsing ALLOWLIST and EXCLUDELIST using regex
    ledctl: Fix exit ledctl with test flag

++++ xz:

  - restore a bigger version number so that update works

++++ libzypp:

  - Add resolver option 'removeUnneeded' to file weak remove jobs
    for unneeded packages (bsc#1175678)
  - version 17.32.1 (32)

++++ python-maturin:

  - Update to 1.5.1
    * fix changelog link
    gh#PyO3/maturin#1990
    * in pep517 build default compatibility to off instead of always specifying
    gh#PyO3/maturin#1992
    * Fix typo on maturin docs
    gh#PyO3/maturin#1997
    * Fix upload returning malformed summary error
    gh#PyO3/maturin#2002

++++ python-pyzmq:

  - Add %{?sle15_python_module_pythons}

++++ systemd-default-settings:

  - Import 0.9
    bb859bf user@.service: Disable controllers by default (jsc#PED-2276)

------------------------------------------------------------------
------------------  2024-3-27  -  Mar 27 2024  -------------------
------------------------------------------------------------------

++++ btrfsprogs:

  - enable zstd support for 15.6 / SLE15-SP6 build targets (bsc#1221943)

++++ curl:

  - Update to 8.7.1:
    * Fixed empty tool_hugehelp.c file
  - Update to 8.7.0:
    * Security fixes:
  - [bsc#1221665, CVE-2024-2004] Usage of disabled protocol
  - [bsc#1221667, CVE-2024-2398] HTTP/2 push headers memory-leak
  - [bsc#1221666, CVE-2024-2379] QUIC certificate check bypass with wolfSSL
  - [bsc#1221668, CVE-2024-2466] TLS certificate check bypass with mbedTLS
    * Changes:
  - configure: add --disable-docs flag
  - CURLINFO_USED_PROXY: return bool whether the proxy was used
  - digest: support SHA-512/256
    * Bugfixes:
  - asyn-thread: use wakeup_close to close the read descriptor
  - bufq: writing into a softlimit queue cannot be partial
  - cmake: add USE_OPENSSL_QUIC support
  - cookie: if psl fails, reject the cookie
  - curl: exit on config file parser errors
  - digest: add check for hashing error
  - docs/libcurl: add TLS backend info for all TLS options
  - file: use xfer buf for file:// transfers
  - ftp: do lineend conversions in client writer
  - ftp: fix socket wait activity in ftp_domore_getsock
  - http2: memory errors in the push callbacks are fatal
  - http2: push headers better cleanup
  - libssh/libssh2: return error on too big range
  - OpenSSL QUIC: adapt to v3.3.x
  - setopt: fix check for CURLOPT_PROXY_TLSAUTH_TYPE value
  - setopt: fix disabling all protocols
  - sha512_256: add support for GnuTLS and OpenSSL
  - smtp: fix STARTTLS
  - strtoofft: fix the overflow check
  - TIMER_STARTTRANSFER: set the same for everyone
  - TLS: start shutdown only when peer did not already close
  - tool_getparam: accept a blank -w ""
  - tool_getparam: handle non-existing (out of range) short-options
  - tool_operate: change precedence of server Retry-After time
  - transfer.c: break receive loop in speed limited transfers
  - version: allow building with ancient libpsl
  - vquic-tls: fix the error code returned for bad CA file
  - vtls: fix tls proxy peer verification
  - vtls: revert "receive max buffer" + add test case
  - VULN-DISCLOSURE-POLICY.md: update detail about CVE requests
  - websocket: fix curl_ws_recv()
    * Remove patch upstream:
  - 0001-vtls-revert-receive-max-buffer-add-test-case.patch

++++ python-kiwi:

  - Bump version: 10.0.8 → 10.0.9
  - Fix setup of discoverable partitions
    Make sure GUI is unique and typecode is set according to the
    standard. This Fixes #2517

++++ grub2:

  - Fix LPAR falls into grub shell after installation with lvm (bsc#1221866)
    * 0001-ofdisk-Enhance-canonical-path-handling-for-bootpath.patch

++++ jeos-firstboot:

  - Update to version 1.3.0.8:
    * Match CPE_NAME for checking whether to show the registration dialog (bsc#1222034)

++++ kernel-default:

  - Revert "fbdev: flush deferred IO before closing (git-fixes)." (bsc#1221814)
    This reverts commit 81476d7e609a6d383f3d404542eebc93cebd0a4d.
    This fixes bsc#1221814
  - commit a7a9087
  - btrfs: qgroup: always free reserved space for extent records
    (bsc#1216196).
  - commit a5aefa7
  - btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489).
  - commit a8d6afc
  - Update
    patches.suse/arm64-sme-Always-exit-sme_alloc-early-with-existing-.patch
    (git-fixes CVE-2024-26618 bsc#1221295).
  - Update
    patches.suse/btrfs-don-t-abort-filesystem-when-attempting-to-snap.patch
    (bsc#1221282 CVE-2024-26644 bsc#1222072).
  - Update
    patches.suse/btrfs-scrub-avoid-use-after-free-when-chunk-length-i.patch
    (bsc#1220943 CVE-2024-26616).
  - Update
    patches.suse/drm-amd-display-Fix-late-derefrence-dsc-check-in-lin.patch
    (git-fixes CVE-2024-26647 bsc#1222066).
  - Update
    patches.suse/drm-amd-display-Fix-variable-deferencing-before-NULL.patch
    (git-fixes CVE-2024-26648 bsc#1222067).
  - Update
    patches.suse/drm-amdgpu-Fix-the-null-pointer-when-load-rlc-firmwa.patch
    (git-fixes CVE-2024-26649 bsc#1222055).
  - Update
    patches.suse/net-qualcomm-rmnet-fix-global-oob-in-rmnet_policy.patch
    (git-fixes CVE-2024-26597 bsc#1220363).
  - Update patches.suse/nfsd-fix-RELEASE_LOCKOWNER.patch
    (bsc#1218968 CVE-2024-26629 bsc#1221379).
  - Update
    patches.suse/pwm-Fix-out-of-bounds-access-in-of_pwm_single_xlate.patch
    (git-fixes CVE-2024-26599 bsc#1220365).
  - Update
    patches.suse/scsi-core-Move-scsi_host_busy-out-of-host-lock-for-waking-up-EH-handler.patch
    (git-fixes CVE-2024-26627 bsc#1221090).
  - Update
    patches.suse/thermal-intel-hfi-Add-syscore-callbacks-for-system-w.patch
    (git-fixes CVE-2024-26646 bsc#1222070).
  - Update
    patches.suse/tracing-Ensure-visibility-when-inserting-an-element-into-tracing_map.patch
    (git-fixes CVE-2024-26645 bsc#1222056).
  - Update patches.suse/wifi-iwlwifi-fix-a-memory-corruption.patch
    (git-fixes CVE-2024-26610 bsc#1221299).
  - Update
    patches.suse/x86-fpu-Stop-relying-on-userspace-for-info-to-fault-in-xsa.patch
    (bsc#1220335 CVE-2024-26603).
  - commit 29c1925
  - Update
    patches.suse/0002-ravb-Fix-use-after-free-issue-in-ravb_tx_timeout_wor.patch
    (bsc#1212514 CVE-2023-35827 CVE-2023-52509 bsc#1220836).
  - Update
    patches.suse/Bluetooth-hci_codec-Fix-leaking-content-of-local_cod.patch
    (git-fixes CVE-2023-52518 bsc#1221056).
  - Update
    patches.suse/EDAC-thunderx-Fix-possible-out-of-bounds-string-acce.patch
    (git-fixes CVE-2023-52464 bsc#1220330).
  - Update
    patches.suse/FS-JFS-UBSAN-array-index-out-of-bounds-in-dbAdjTree.patch
    (git-fixes CVE-2023-52604 bsc#1221067).
  - Update
    patches.suse/HID-intel-ish-hid-ipc-Disable-and-reenable-ACPI-GPE-.patch
    (git-fixes CVE-2023-52519 bsc#1220920).
  - Update
    patches.suse/HID-sony-Fix-a-potential-memory-leak-in-sony_probe.patch
    (git-fixes CVE-2023-52529 bsc#1220929).
  - Update patches.suse/IB-ipoib-Fix-mcast-list-locking.patch
    (jsc#PED-6864 CVE-2023-52587 bsc#1221082).
  - Update
    patches.suse/PCI-switchtec-Fix-stdev_release-crash-after-surprise.patch
    (git-fixes CVE-2023-52617 bsc#1221613).
  - Update
    patches.suse/PM-devfreq-Fix-buffer-overflow-in-trans_stat_show.patch
    (git-fixes CVE-2023-52614 bsc#1221617).
  - Update
    patches.suse/PM-sleep-Fix-possible-deadlocks-in-core-system-wide-.patch
    (git-fixes CVE-2023-52498 bsc#1221269).
  - Update
    patches.suse/RDMA-siw-Fix-connection-failure-handling.patch
    (git-fixes CVE-2023-52513 bsc#1221022).
  - Update
    patches.suse/RDMA-srp-Do-not-call-scsi_done-from-srp_abort.patch
    (git-fixes CVE-2023-52515 bsc#1221048).
  - Update
    patches.suse/Revert-tty-n_gsm-fix-UAF-in-gsm_cleanup_mux.patch
    (git-fixes CVE-2023-52564 bsc#1220938).
  - Update
    patches.suse/SUNRPC-Fix-a-suspicious-RCU-usage-warning.patch
    (git-fixes CVE-2023-52623 bsc#1222060).
  - Update
    patches.suse/UBSAN-array-index-out-of-bounds-in-dtSplitRoot.patch
    (git-fixes CVE-2023-52603 bsc#1221066).
  - Update
    patches.suse/apparmor-avoid-crash-when-parsed-profile-name-is-emp.patch
    (git-fixes CVE-2023-52443 bsc#1220240).
  - Update
    patches.suse/arm64-dts-qcom-sdm845-db845c-Mark-cont-splash-memory.patch
    (git-fixes CVE-2023-52561 bsc#1220935).
  - Update
    patches.suse/bpf-Check-rcu_read_lock_trace_held-before-calling-bp.patch
    (bsc#1220251 CVE-2023-52447 CVE-2023-52621 bsc#1222073).
  - Update
    patches.suse/bus-mhi-host-Add-alignment-check-for-event-ring-read.patch
    (git-fixes CVE-2023-52494 bsc#1221273).
  - Update
    patches.suse/bus-mhi-host-Drop-chan-lock-before-queuing-buffers.patch
    (git-fixes CVE-2023-52493 bsc#1221274).
  - Update
    patches.suse/cifs-Fix-UAF-in-cifs_demultiplex_thread.patch
    (bsc#1208995 CVE-2023-1192 CVE-2023-52572 bsc#1220946).
  - Update
    patches.suse/class-fix-use-after-free-in-class_register.patch
    (git-fixes CVE-2023-52468 bsc#1220431).
  - Update
    patches.suse/crypto-scomp-fix-req-dst-buffer-overflow.patch
    (git-fixes CVE-2023-52612 bsc#1221616).
  - Update patches.suse/dccp-fix-dccp_v4_err-dccp_v6_err-again.patch
    (bsc#1220419 CVE-2023-52577 bsc#1220873).
  - Update
    patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch
    (git-fixes CVE-2023-52492 bsc#1221276).
  - Update
    patches.suse/drivers-amd-pm-fix-a-use-after-free-in-kv_parse_powe.patch
    (git-fixes CVE-2023-52469 bsc#1220411).
  - Update
    patches.suse/drm-Don-t-unref-the-same-fb-many-times-by-mistake-du.patch
    (git-fixes CVE-2023-52486 bsc#1221277).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-pointer-dereference-at-hibe.patch
    (git-fixes CVE-2023-52460 bsc#1220319).
  - Update
    patches.suse/drm-amdgpu-Fix-possible-NULL-dereference-in-amdgpu_r.patch
    (git-fixes CVE-2023-52585 bsc#1221080).
  - Update
    patches.suse/drm-meson-fix-memory-leak-on-hpd_notify-callback.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-52563
    bsc#1220937).
  - Update
    patches.suse/drm-msm-dpu-Add-mutex-lock-in-control-vblank-irq.patch
    (git-fixes CVE-2023-52586 bsc#1221081).
  - Update
    patches.suse/drm-radeon-check-the-alloc_workqueue-return-value-in.patch
    (git-fixes CVE-2023-52470 bsc#1220413).
  - Update
    patches.suse/drm-sched-Fix-bounds-limiting-when-given-a-malformed.patch
    (git-fixes CVE-2023-52461 bsc#1220322).
  - Update
    patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch
    (git-fixes CVE-2023-52608 bsc#1221375).
  - Update
    patches.suse/gfs2-Fix-kernel-NULL-pointer-dereference-in-gfs2_rgrp_dump.patch
    (git-fixes CVE-2023-52448 bsc#1220253).
  - Update
    patches.suse/hwrng-core-Fix-page-fault-dead-lock-on-mmap-ed-hwrng.patch
    (git-fixes CVE-2023-52615 bsc#1221614).
  - Update
    patches.suse/ieee802154-ca8210-Fix-a-potential-UAF-in-ca8210_prob.patch
    (git-fixes CVE-2023-52510 bsc#1220898).
  - Update
    patches.suse/iio-adc-ad7091r-Allow-users-to-configure-device-even.patch
    (git-fixes CVE-2023-52627 bsc#1222051).
  - Update
    patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch
    (git-fixes CVE-2023-52455 bsc#1220332).
  - Update
    patches.suse/iommu-arm-smmu-v3-Fix-soft-lockup-triggered-by-arm_smmu_mm_invalidate_range.patch
    (bsc#1215921 CVE-2023-52484 bsc#1220797).
  - Update
    patches.suse/iommu-vt-d-Avoid-memory-allocation-in-iommu_suspend
    (jsc#PED-7779 jsc#PED-7780 CVE-2023-52559 bsc#1220933).
  - Update
    patches.suse/ipv4-ipv6-Fix-handling-of-transhdrlen-in-__ip-6-_app.patch
    (bsc#1220419 CVE-2023-52527 bsc#1220928).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-dbAdjTree.patch
    (git-fixes CVE-2023-52601 bsc#1221068).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-diNewExt.patch
    (git-fixes CVE-2023-52599 bsc#1221062).
  - Update
    patches.suse/jfs-fix-slab-out-of-bounds-Read-in-dtSearch.patch
    (git-fixes CVE-2023-52602 bsc#1221070).
  - Update patches.suse/jfs-fix-uaf-in-jfs_evict_inode.patch
    (git-fixes CVE-2023-52600 bsc#1221071).
  - Update
    patches.suse/ksmbd-fix-slub-overflow-in-ksmbd_decode_ntlmss.patch
    (bsc#1012628 CVE-2023-52440 bsc#1220182).
  - Update
    patches.suse/media-mtk-jpeg-Fix-use-after-free-bug-due-to-error-p.patch
    (git-fixes CVE-2023-52491 bsc#1221281).
  - Update
    patches.suse/media-rkisp1-Fix-IRQ-disable-race-issue.patch
    (git-fixes CVE-2023-52589 bsc#1221084).
  - Update patches.suse/media-uvcvideo-Fix-OOB-read.patch (git-fixes
    CVE-2023-52565 bsc#1220939).
  - Update
    patches.suse/mfd-syscon-Fix-null-pointer-dereference-in-of_syscon.patch
    (git-fixes CVE-2023-52467 bsc#1220433).
  - Update
    patches.suse/mm-migrate-fix-getting-incorrect-page-mapping-during-page-migration.patch
    (git-fixes CVE-2023-52490 bsc#1221325).
  - Update
    patches.suse/mm-slab_common-fix-slab_caches-list-corruption-after-kmem_cache_destroy.patch
    (git-fixes CVE-2023-52562 bsc#1220936).
  - Update
    patches.suse/mtd-Fix-gluebi-NULL-pointer-dereference-caused-by-ft.patch
    (git-fixes CVE-2023-52449 bsc#1220238).
  - Update patches.suse/net-bridge-use-DEV_STATS_INC.patch
    (bsc#1220419 CVE-2023-52578 bsc#1220874).
  - Update patches.suse/net-core-Fix-ETH_P_1588-flow-dissector.patch
    (bsc#1220419 CVE-2023-52580 bsc#1220876).
  - Update
    patches.suse/net-fix-possible-store-tearing-in-neigh_periodic_wor.patch
    (bsc#1220419 CVE-2023-52522 bsc#1220924).
  - Update
    patches.suse/net-mlx5e-Fix-operation-precedence-bug-in-port-times.patch
    (jsc#PED-3311 CVE-2023-52626 bsc#1222054).
  - Update patches.suse/net-mlx5e-Fix-peer-flow-lists-handling.patch
    (jsc#PED-3311 CVE-2023-52487 bsc#1221341).
  - Update
    patches.suse/net-nfc-fix-races-in-nfc_llcp_sock_get-and-nfc_llcp_.patch
    (git-fixes CVE-2023-52502 bsc#1220831).
  - Update
    patches.suse/net-nfc-llcp-Add-lock-when-modifying-device-list.patch
    (git-fixes CVE-2023-52524 bsc#1220927).
  - Update
    patches.suse/net-rds-Fix-possible-NULL-pointer-dereference.patch
    (bsc#1220419 CVE-2023-52573 bsc#1220869).
  - Update
    patches.suse/net-usb-smsc75xx-Fix-uninit-value-access-in-__smsc75.patch
    (git-fixes CVE-2023-52528 bsc#1220843).
  - Update
    patches.suse/netfilter-nft_set_rbtree-skip-sync-GC-for-new-elemen.patch
    (git-fixes CVE-2023-52433 bsc#1220137).
  - Update
    patches.suse/nfc-nci-assert-requested-protocol-is-valid.patch
    (git-fixes CVE-2023-52507 bsc#1220833).
  - Update
    patches.suse/nilfs2-fix-potential-use-after-free-in-nilfs_gccache.patch
    (git-fixes CVE-2023-52566 bsc#1220940).
  - Update
    patches.suse/nvme-fc-Prevent-null-pointer-dereference-in-nvme_fc_.patch
    (bsc#1214842 CVE-2023-52508 bsc#1221015).
  - Update
    patches.suse/nvmet-tcp-Fix-a-kernel-panic-when-host-sends-an-inva.patch
    (bsc#1217987 bsc#1217988 bsc#1217989 CVE-2023-6535 CVE-2023-6536
    CVE-2023-6356 CVE-2023-52454 bsc#1220320).
  - Update
    patches.suse/ocfs2-Avoid-touching-renamed-directory-if-parent-doe.patch
    (bsc#1221044 CVE-2023-52591 CVE-2023-52590 bsc#1221088).
  - Update
    patches.suse/perf-x86-intel-uncore-Fix-NULL-pointer-dereference-issue-in-upi_fill_topology.patch
    (bsc#1218958 CVE-2023-52450 bsc#1220237).
  - Update patches.suse/perf-x86-lbr-Filter-vsyscall-addresses.patch
    (git-fixes CVE-2023-52476 bsc#1220703).
  - Update
    patches.suse/phy-lynx-28g-serialize-concurrent-phy_set_mode_ext-c.patch
    (git-fixes CVE-2023-52505 bsc#1220830).
  - Update
    patches.suse/pinctrl-nuvoton-wpcm450-fix-out-of-bounds-write.patch
    (git-fixes CVE-2023-52512 bsc#1221021).
  - Update
    patches.suse/platform-x86-think-lmi-Fix-reference-leak.patch
    (git-fixes CVE-2023-52520 bsc#1220921).
  - Update
    patches.suse/power-supply-rk817-Fix-node-refcount-leak.patch
    (git-fixes CVE-2023-52571 bsc#1220945).
  - Update
    patches.suse/powerpc-lib-Validate-size-for-vector-operations.patch
    (bsc#1215199 CVE-2023-52606 bsc#1221069).
  - Update
    patches.suse/powerpc-mm-Fix-null-pointer-dereference-in-pgtable_c.patch
    (bsc#1215199 CVE-2023-52607 bsc#1221061).
  - Update
    patches.suse/pstore-ram-Fix-crash-when-setting-number-of-cpus-to-.patch
    (git-fixes CVE-2023-52619 bsc#1221618).
  - Update
    patches.suse/ring-buffer-Do-not-attempt-to-read-past-commit.patch
    (git-fixes CVE-2023-52501 bsc#1220885).
  - Update
    patches.suse/scsi-pm80xx-Avoid-leaking-tags-when-processing-OPC_INB_SET_CONTROLLER_CONFIG-command.patch
    (jsc#PED-6874 CVE-2023-52500 bsc#1220883).
  - Update
    patches.suse/serial-8250_port-Check-IRQ-data-before-use.patch
    (git-fixes CVE-2023-52567 bsc#1220839).
  - Update
    patches.suse/serial-sc16is7xx-convert-from-_raw_-to-_noinc_-regma.patch
    (git-fixes CVE-2023-52488 bsc#1221162).
  - Update
    patches.suse/soc-qcom-pmic_glink_altmode-fix-port-sanity-check.patch
    (git-fixes CVE-2023-52495 bsc#1221271).
  - Update
    patches.suse/spi-sun6i-fix-race-between-DMA-RX-transfer-completio.patch
    (git-fixes CVE-2023-52517 bsc#1221055).
  - Update
    patches.suse/spi-sun6i-reduce-DMA-RX-transfer-width-to-single-byt.patch
    (git-fixes CVE-2023-52511 bsc#1221012).
  - Update patches.suse/spmi-mediatek-Fix-UAF-on-device-remove.patch
    (git-fixes CVE-2023-52584 bsc#1221079).
  - Update
    patches.suse/thermal-core-Fix-NULL-pointer-dereference-in-zone-re.patch
    (git-fixes CVE-2023-52473 bsc#1220430).
  - Update patches.suse/uio-Fix-use-after-free-in-uio_open.patch
    (git-fixes CVE-2023-52439 bsc#1220140).
  - Update
    patches.suse/wifi-ath9k-Fix-potential-array-index-out-of-bounds-r.patch
    (git-fixes CVE-2023-52594 bsc#1221045).
  - Update
    patches.suse/wifi-mwifiex-Fix-oob-check-condition-in-mwifiex_proc.patch
    (git-fixes CVE-2023-52525 bsc#1220840).
  - Update
    patches.suse/wifi-rt2x00-restart-beacon-queue-when-hardware-reset.patch
    (git-fixes CVE-2023-52595 bsc#1221046).
  - Update
    patches.suse/wifi-rtw88-sdio-Honor-the-host-max_req_size-in-the-R.patch
    (git-fixes CVE-2023-52611 bsc#1221611).
  - Update
    patches.suse/wifi-wfx-fix-possible-NULL-pointer-dereference-in-wf.patch
    (git-fixes CVE-2023-52593 bsc#1221042).
  - Update
    patches.suse/x86-alternatives-disable-kasan-in-apply_alternatives.patch
    (git-fixes CVE-2023-52504 bsc#1221553).
  - Update
    patches.suse/x86-srso-fix-sbpb-enablement-for-spec_rstack_overflow-off.patch
    (git-fixes CVE-2023-52575 bsc#1220871).
  - commit 6296dca
  - RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619).
  - commit 5b92ea7
  - RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619).
  - commit dbe7333
  - RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619).
  - commit 6f11306
  - ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
    (stable-fixes).
  - commit 7817302
  - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU
    (stable-fixes).
  - Refresh
    patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch.
  - commit 5b989e7
  - drm/msm/dpu: use devres-managed allocation for MDP TOP
    (stable-fixes).
  - Refresh
    patches.suse/drm-msm-dpu-finalise-global-state-object.patch.
  - commit d966716
  - pwm: img: fix pwm clock lookup (git-fixes).
  - crypto: qat - fix ring to service map for dcc in 4xxx
    (git-fixes).
  - clk: qcom: reset: Ensure write completion on reset de/assertion
    (git-fixes).
  - clk: qcom: reset: Commonize the de/assert functions
    (stable-fixes).
  - media: cadence: csi2rx: use match fwnode for media link
    (git-fixes).
  - ACPI: resource: Do IRQ override on Lunnen Ground laptops
    (stable-fixes).
  - Bluetooth: hci_core: Cancel request on command timeout
    (stable-fixes).
  - inet_diag: annotate data-races around inet_diag_table[]
    (git-fixes).
  - pstore: inode: Only d_invalidate() is needed (git-fixes).
  - Input: gpio_keys_polled - suppress deferred probe error for gpio
    (stable-fixes).
  - firewire: core: use long bus reset on gap count error
    (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2
    (stable-fixes).
  - ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table
    (stable-fixes).
  - drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series
    (stable-fixes).
  - drm/buddy: check range allocation matches alignment
    (stable-fixes).
  - Bluetooth: mgmt: Fix limited discoverable off timeout
    (stable-fixes).
  - wifi: mac80211: only call drv_sta_rc_update for uploaded
    stations (stable-fixes).
  - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
    (stable-fixes).
  - drm/amd/display: fix input states translation error for dcn35 &
    dcn351 (stable-fixes).
  - platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios
    name (stable-fixes).
  - media: rkisp1: Fix IRQ handling due to shared interrupts
    (stable-fixes).
  - ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system
    suspend (stable-fixes).
  - ASoC: rt5645: Make LattePanda board DMI match more precise
    (stable-fixes).
  - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash
    (stable-fixes).
  - regmap: kunit: Ensure that changed bytes are actually different
    (stable-fixes).
  - HID: multitouch: Add required quirk for Synaptics 0xcddc device
    (stable-fixes).
  - wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights
    (stable-fixes).
  - crypto: qat - relocate and rename get_service_enabled()
    (stable-fixes).
  - pstore: inode: Convert mutex usage to guard(mutex)
    (stable-fixes).
  - ACPI: resource: Add Infinity laptops to
    irq1_edge_low_force_override (stable-fixes).
  - commit 88eb41a
  - octeontx2-af: Fix devlink params (git-fixes).
  - commit 4b1b7ca
  - net: hns3: fix port duplex configure error in IMP reset
    (git-fixes).
  - commit 1e6cd3d
  - net: hns3: fix kernel crash when 1588 is received on HIP08
    devices (git-fixes).
  - commit 1a3aae0
  - net: hns3: fix wrong judgment condition issue (git-fixes).
  - commit 1fd3681
  - net: ena: Remove ena_select_queue (git-fixes).
  - commit e9af613
  - net: pds_core: Fix possible double free in error handling path
    (git-fixes).
  - commit 2613145
  - xdp, bonding: Fix feature flags when there are no slave devs
    anymore (git-fixes).
  - commit 1154baf
  - intel: legacy: Partial revert of field get conversion
    (git-fixes).
  - commit d4f114e
  - igc: avoid returning frame twice in XDP_REDIRECT (git-fixes).
  - commit 75f7f5f
  - i40e: Fix firmware version comparison function (git-fixes).
  - commit 2c37782
  - ice: fix typo in assignment (git-fixes).
  - commit f19020e
  - ice: fix uninitialized dplls mutex usage (git-fixes).
  - commit ff34920
  - net: ice: Fix potential NULL pointer dereference in
    ice_bridge_setlink() (git-fixes).
  - commit 1e87fbd

++++ openSUSE-repos-LeapMicro:

  - Update to version 20240327.09add4e:
    * Set higher prio for Slowroll update repo
    * Re-use TW Nvidia repo for Slowroll
    * Add slowroll repos
    * LeapMicro cleanup of repo-main.repo

------------------------------------------------------------------
------------------  2024-3-26  -  Mar 26 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - enable vulkan-beta meson flag for vulkan video support (suggested
    by "llyyr" <llyyr.public@gmail.com>; adding C flag
  - Wno-error=missing-prototypes for this wasn't necessary)

++++ Mesa-drivers:

  - enable vulkan-beta meson flag for vulkan video support (suggested
    by "llyyr" <llyyr.public@gmail.com>; adding C flag
  - Wno-error=missing-prototypes for this wasn't necessary)

++++ avahi:

  - Add avahi-CVE-2023-38471.patch: Extract host name using
    avahi_unescape_label (bsc#1216594, CVE-2023-38471).
  - Add avahi-CVE-2023-38469.patch: Reject overly long TXT resource
    records (bsc#1216598, CVE-2023-38469).

++++ btrfsprogs:

  - update to 6.8
    * fix --enqueue option timeout handling
    * subvolume: remove support for undocumented options -c and -x,
    functionality disabled in kernel
    * libbtrfsutil:
    * version 0.1.3, backward compabile
    * add aliases for all existing functions with unified naming scheme
    * updated header defintions for recently added kernel features
    * send: v3 supported in experimental mode
    * other:
    * docs: manual page references, graphs, enhancements, clarifications
    * error handling fixes
    * cleanups and refactoring

++++ python-kiwi:

  - Revise customize_boot

++++ kernel-default:

  - block: add check that partition length needs to be aligned
    with block size (bsc#1220428, CVE-2023-52458).
  - commit 9530f29
  - Refresh series
  - patches.suse/sched-fair-Add-EAS-checks-before-updating-root_domain-overutilized.patch.
  - patches.suse/sched-fair-Introduce-is_rd_overutilized-helper-function-to-access-root_domain-overutilized.patch.
  - patches.suse/sched-fair-Combine-EAS-check-with-overutilized-access.patch.
  - commit fed9643
  - Refresh patches.suse/kdump-add-crashkernel-cma-suffix.patch.
    (fix unused variable warning)
  - commit c953180
  - Update References
    patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch
    (git-fixes bsc#1218336 CVE-2023-7042).
  - commit 5dbf535
  - Move upstreamed patches into sorted section
  - commit 70b2e3d

++++ lttng-ust:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ openSUSE-build-key:

  - Fix import-openSUSE-build-key:set proper timer name to try to
    stop (openSUSE-build-key-import.timer, not
    suse-build-key-import.timer) (boo#1221948).

++++ passt:

  - New upstream release 20240326.4988e2b
    * tcp: Unconditionally force ACK for all !SYN, !RST packets
    * tcp: Never automatically add the ACK flag to RST packets
    * tcp: Rearrange logic for setting ACK flag in tcp_send_flag()
    * tcp: Split handling of DUP_ACK from ACK
    * util: fix confusion between offset in the iovec array and in the entry
    * netlink: Fix selection of template interface
    * netlink: Fix handling of NLMSG_DONE in nl_route_dup()

------------------------------------------------------------------
------------------  2024-3-25  -  Mar 25 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add zink driver by default

++++ Mesa-drivers:

  - Add zink driver by default

++++ bash:

  - Help dependcy resolver to identify package split done with bash-sh

++++ docker:

    [NOTE: This update was only ever released in SLES and Leap.]
  - Update to Docker 25.0.5-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/25.0/#2505> bsc#1223409
    bsc#1234089 CVE-2024-29018
  - 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:
  - 0007-daemon-overlay2-remove-world-writable-permission-fro.patch
  - Update --add-runtime to point to correct binary path.

++++ python-kiwi:

  - Live ISO Wait for udev events after repart
    Make sure to wait for the event queue to become empty after
    the creation of the write partition. When kiwi calls the
    code to create the write partition this emits new udev events.
    It's important to wait for the event queue to become empty
    to avoid a potential regression on the use of the device nodes.
    In the processing of the events it can happen that a device
    gets removed and re-added. If we don't want for udev
    to process the entire queue it can happen that the
    wrong block device is used. This wrong selection is only
    possible because the way how hybrid ISOs are designed exposes
    both, the disk and the partition for the root device with
    the same label. This Fixes bsc#1213595

++++ grub2:

  - Correct the erroneous sequence in determining GRUB_FS and GRUB_DEVICE
    (bsc#1221904)
    * grub2-pass-corret-root-for-nfsroot.patch

++++ kernel-default:

  - mm_init kABI workaround (git-fixes).
  - commit 258a68b
  - device-dax: make dax_bus_type const (jsc#PED-5853).
  - nvdimm: make nvdimm_bus_type const (jsc#PED-5853).
  - libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853).
  - nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
    (jsc#PED-5853).
  - dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
    (jsc#PED-5853).
  - nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853).
  - dax/bus.c: replace several sprintf() with sysfs_emit()
    (jsc#PED-5853).
  - dax/bus.c: replace driver-core lock usage by a local rwsem
    (jsc#PED-5853).
  - dm-integrity: set max_integrity_segments in
    dm_integrity_io_hints (jsc#PED-7542).
  - dm: update relevant MODULE_AUTHOR entries to latest dm-devel
    mailing list (jsc#PED-7542).
  - dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542).
  - dm crypt: remove redundant state settings after waking up
    (jsc#PED-7542).
  - dm thin: add braces around conditional code that spans lines
    (jsc#PED-7542).
  - md/dm-raid: don't call md_reap_sync_thread() directly
    (jsc#PED-7542).
  - dm-raid: really frozen sync_thread during suspend
    (jsc#PED-7542).
  - md: add a new helper reshape_interrupted() (jsc#PED-7542).
  - md: export helper md_is_rdwr() (jsc#PED-7542).
  - md: export helpers to stop sync_thread (jsc#PED-7542).
  - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
    (jsc#PED-7542).
  - md/raid1: factor out helpers to choose the best rdev from
    read_balance() (jsc#PED-7542).
  - md/raid1: factor out the code to manage sequential IO
    (jsc#PED-7542).
  - md/raid1: factor out choose_bb_rdev() from read_balance()
    (jsc#PED-7542).
  - md/raid1: factor out choose_slow_rdev() from read_balance()
    (jsc#PED-7542).
  - md/raid1: factor out read_first_rdev() from read_balance()
    (jsc#PED-7542).
  - md/raid1-10: factor out a new helper raid1_should_read_first()
    (jsc#PED-7542).
  - md/raid1-10: add a helper raid1_check_read_range()
    (jsc#PED-7542).
  - md/raid1: fix choose next idle in read_balance() (jsc#PED-7542).
  - commit 9ee2d7c
  - md: preserve KABI in struct md_personality (jsc#PED-7542).
  - dm-raid: add a new helper prepare_suspend() in md_personality
    (jsc#PED-7542).
  - commit ee8ae3a
  - md/raid1: record nonrot rdevs while adding/removing rdevs to
    conf (jsc#PED-7542).
  - Refresh patches.suse/md-display-timeout-error.patch.
  - commit 6221037
  - md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542).
  - md: add a new helper rdev_has_badblock() (jsc#PED-7542).
  - md: check mddev->pers before calling md_set_readonly()
    (jsc#PED-7542).
  - md: clean up openers check in do_md_stop() and md_set_readonly()
    (jsc#PED-7542).
  - md: sync blockdev before stopping raid or setting readonly
    (jsc#PED-7542).
  - md: factor out a helper to sync mddev (jsc#PED-7542).
  - md: Don't clear MD_CLOSING when the raid is about to stop
    (jsc#PED-7542).
  - md: return directly before setting did_set_md_closing
    (jsc#PED-7542).
  - md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542).
  - md: changed the switch of RAID_VERSION to if (jsc#PED-7542).
  - md: merge the check of capabilities into md_ioctl_valid()
    (jsc#PED-7542).
  - md: fix kmemleak of rdev->serial (jsc#PED-7542).
  - md: use RCU lock to protect traversal in md_spares_need_change()
    (jsc#PED-7542).
  - md: get rdev->mddev with READ_ONCE() (jsc#PED-7542).
  - md: remove redundant md_wakeup_thread() (jsc#PED-7542).
  - md: remove redundant check of 'mddev->sync_thread'
    (jsc#PED-7542).
  - commit ce67549
  - Move upstreamed uio patches into sorted section
  - commit bd64fed
  - clocksource/drivers/arm_global_timer: Fix maximum prescaler
    value (git-fixes).
  - clocksource/drivers/imx: Fix -Wunused-but-set-variable warning
    (git-fixes).
  - speakup: Fix 8bit characters from direct synth (git-fixes).
  - wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes).
  - sock_diag: annotate data-races around sock_diag_handlers[family]
    (git-fixes).
  - serial: core: Fix atomicity violation in uart_tiocmget
    (git-fixes).
  - commit 1a369e8
  - Add cherry-picked id to amdgpu patch (git-fixes)
  - commit 520ebef
  - efi: fix panic in kdump kernel (git-fixes).
  - efi: disable mirror feature during crashkernel (stable-fixes).
  - commit 1fa1fb0
  - xhci: update event ring dequeue pointer position to controller
    correctly (git-fixes).
    Altered because we cannot take the multiple interrupter code
  - commit 09553b9
  - xhci: remove unnecessary event_ring_deq parameter from
    xhci_handle_event() (git-fixes).
  - commit 9738c27
  - xhci: simplify event ring dequeue tracking for transfer events
    (git-fixes).
  - Refresh
    patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch.
  - commit b590884
  - xhci: add helper that checks for unhandled events on a event
    ring (git-fixes).
  - commit 14f6eb3
  - usb: xhci: Implement xhci_handshake_check_state() helper.
  - commit f377708
  - kabi/severities: ignore Wangxun ethernet driver local symbols
  - commit 86b4a3b
  - ubi: Check for too small LEB size in VTBL code (bsc#1219834
    CVE-2024-25739).
  - commit 8837d83
  - xhci: Simplify event ring dequeue pointer update for port
    change events (git-fixes).
  - commit 87ce2b5
  - wifi: ath11k: decrease MHI channel buffer length to 8KB
    (bsc#1207948).
  - commit fa1c47a
  - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes).
  - commit 4352288
  - x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes).
  - commit 6ea0e27
  - ice: virtchnl: stop pretending to support RSS over AQ or
    registers (git-fixes).
  - commit 6cbf931
  - idpf: disable local BH when scheduling napi for marker packets
    (git-fixes).
  - commit 30580cd
  - net: dsa: microchip: fix register write order in
    ksz8_ind_write8() (git-fixes).
  - commit ed256c0
  - net/mlx5e: Switch to using _bh variant of of spinlock API in
    port timestamping NAPI poll context (git-fixes).
  - commit 41be7c6
  - net: stmmac: Fix incorrect dereference in interrupt handlers
    (git-fixes).
  - commit 0ab8957
  - net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio
    (git-fixes).
  - commit 82f6a71
  - net: libwx: fix memory leak on free page (git-fixes).
  - commit 1147e4f
  - Update references
  - commit 2642ab1
  - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p
    (git-fixes).
  - PCI: qcom: Add support for sa8775p SoC (git-fixes).
  - PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes).
  - PCI: Make link retraining use RMW accessors for changing LNKCTL
    (git-fixes).
  - commit 85600d2
  - nvme: fix reconnection fail due to reserved tag allocation
    (git-fixes).
  - commit b4e9845
  - bpf, scripts: Correct GPL license name (git-fixes).
  - commit 0780a36

++++ kernel-firmware-all:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-amdgpu:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-ath10k:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-ath11k:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-ath12k:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-atheros:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-bluetooth:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-bnx2:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-brcm:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-chelsio:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-dpaa2:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-i915:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-intel:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-iwlwifi:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-liquidio:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-marvell:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-media:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-mediatek:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-mellanox:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-mwifiex:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-network:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-nfp:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-nvidia:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-platform:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-prestera:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-qcom:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-qlogic:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-radeon:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-realtek:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-serial:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-sound:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-ti:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-ueagle:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ kernel-firmware-usb-network:

  - Update to version 20240322 (git commit 9a6a0cc195c1):
    * mekdiatek: Update mt8186 SOF firmware to v2.0.1
    * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops
    * Montage: update firmware for Mont-TSSE
    * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560
    * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8
    * imx: sdma: update firmware to v3.6/v4.6
  - Update aliases from 6.8 kernels

++++ libX11:

  - update to 1.8.8
    * Fix XIM input sometimes jumbled (#198, !236)
    * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237)
    * Drop ifdefs for platforms that are no longer supported (!242, !243)
    * Assorted memory handling cleanups

++++ libXmu:

  - Update to version 1.2.0
    * This release raises the minimum version of libXt required to 1.1.0
    (released in 2011), and for those builders who need to regenerate
    the autoconf files, raises the minimum version of autoconf required
    to 2.70 (released in 2020).

++++ ncurses:

  - Add ncurses patch 20240323
    + modify tput/tset reset feature to avoid 1-second sleep if running in
    a pseudo-terminal.
    + modify check-size feature to avoid using it in a pseudoterminal
    (cf: 20231016)
    + improve formatting/style of manpages (patches by Branden Robinson).
    + trim a space after some "-R" options, fixing builds for applications
    built using clang and ncurses on Solaris.
  - Add ncurses patch 20240309
    + modify xgterm to work around line-drawing bug -TD
    + use CSI 3J in vte-2017 (report by Sven Joachim)
  - Add ncurses patch 20240302
    + add configure check for MB_LEN_MAX, to provide warning as needed.
    + improve formatting/style of manpages (patches by Branden Robinson).
    + fix regression in tput which disallowed hex/octal parameters (report
    by Werner Fink, cf:  20230408)
    + update config.guess, config.sub
  - Add ncurses patch 20240224
    + improve man/curs_mouse.3x style (Brandon Robinson, Sven Joachim).
    + provide for CCHARW_MAX greater than 1
    + eliminate use of PATH_MAX in lib_trace.c
    + work around misconfiguration of MacPorts gcc13, which exposes invalid
    definition of MB_LEN_MAX in gcc's fallback copy of limits.h (MacPorts
    [#69374]).
  - Port patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ snappy:

  - Fix build with GTest 1.14.0 by using C++14, bsc#1221872

++++ pcr-oracle:

  - Add fix_grub_bls_cmdline.patch to include the measurements of the
    cmdline and the linux and initrd grub commands

++++ velociraptor-client:

  - Update to version 0.7.0.4.git66.eea7659:
    * dnssnoop: fix loading protocol from ip header on s390
    * dnssnoop: fix htons() so it works on s390 too
    * Fix systemd Services artifact missing events
    * chattrsnoop: replace global variables with locals
    * tcpsnoop: fix garbled results on s390
    * chattrsnoop: fix immutable attribute set on s390
    * chattrsnoop: fix bpf_probe_read for s390
    * tcpsnoop: remove unused filtering code
    * Add artifact to collect new files without owner
    * bpf plugins: set a logger callback
  - Add CVE-2024-28849-follow-redirects-drop-proxy-authorization.patch
    (bsc#1221456)

++++ zypper:

  - dup: New option --remove-orphaned to remove all orphaned
    packages in dup (bsc#1221525)
  - version 1.14.70

------------------------------------------------------------------
------------------  2024-3-24  -  Mar 24 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move out-of-tree kexec patches into the right section
  - commit 06266e2
  - Move upstreamed patches into sorted section
  - commit d7cfbed

++++ libpciaccess:

  - Update to version 0.18.1
    * meson: allow building static library, not just shared

++++ shadow:

  - Update to 4.15.1:
    * Fix a bug that caused spurious error messages about unknown
    login.defs configuration options #967
    * Adding checks for fd omission #964
    * Use temporary stat buffer #974
    * Fix wrong french translation #975
  - Drop shadow-4.15.0-fix-definition.patch

++++ openSUSE-build-key:

  - Requires(post): coreutils is missing
    * instead of adding it, change the post scriptlet:
    do not use touch, use shell redirection

------------------------------------------------------------------
------------------  2024-3-23  -  Mar 23 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.26.0:
    * chore(desktop): revised feature detection for file shares
    * Add Navigation Menu to compose up
    * Add support for volume Subpath option
    * Bump docker v26.0.0
    * introduce config --variables to list compose model variables
    * Fix docs on default build image name
    * Bump compose-go to v2.0.2
    * add support for annotations
    * Revert "Bump compose-go to v2.0.1"
    * Bump compose-go to v2.0.1
    * feat(desktop): synchronized file share integration (#11614)
    * feat(experiments): add experimental feature state (#11633)
    * reduce timeout of the Otel tracing command
    * fix `compose config --format json`

++++ python-kiwi:

  - Bump version: 10.0.7 → 10.0.8

++++ kernel-default:

  - Drop usb gadget patch that was taken mistakenly and reverted (git-fixes)
  - commit 57ae154
  - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
    (git-fixes).
  - spi: lm70llp: fix links in doc and comments (git-fixes).
  - spi: lpspi: Avoid potential use-after-free in probe()
    (git-fixes).
  - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates
    (git-fixes).
  - ASoC: tlv320adc3xxx: Don't strip remove function when driver
    is builtin (git-fixes).
  - commit 0e27f7b

++++ llvm19:

  - Update to version 18.1.2.
    * This release contains bug-fixes for the LLVM 18.1.0 release.
    This release is API and ABI compatible with 18.1.0.
  - Rebase patches:
    * llvm-do-not-install-static-libraries.patch
    * llvm-normally-versioned-libllvm.patch
  - Prefer ld.bfd for now to get THP-compatible section layout.

++++ libxkbcommon:

  - Update to release 1.7
    * Added early detection of invalid encodings and BOM for
    keymaps, rules & Compose. Also added a hint that the expected
    encoding must be UTF-8 compatible.
    * Updated keysyms using latest xorgproto
    (cd33097fc779f280925c6d6bbfbd5150f93ca5bc): For the sake of
    compatibility, this reintroduces some deleted keysyms and
    postpones the effective deprecation of others that had landed
    in xkbcommon 1.6.0.
    * Reverted removal of some XKB_KEYs and fixed inconsistencies in names.
    Details see upstream changelog.
    * ``xkbcli compile-compose``: added new CLI utility to test
    Compose files.
    * ``xkbcli interactive-evdev``: added a ``--verbose`` option.
    * ``xkbcli interactive-x11``: added support for Compose.
    * ``xkbcli interactive-wayland``: added support for Compose.

------------------------------------------------------------------
------------------  2024-3-22  -  Mar 22 2024  -------------------
------------------------------------------------------------------

++++ acpica:

  - Use local source, there currently is no fixed tarball URL
  - Use AslGbl_Deterministic by default FALSE to not compile in Date/Time
    into ACPI table compilings
  - Update to version 20240321
    * Get rid of MSVC warnings that arise actually due to GCC's new dangling pointer warning and also tGCC's blindspot to work with nested named structs/unions resulting in breaking of ACPI event-handling
    * events/evgpeinit: don't forget to increment registered GPE count
    * events/evxfgpe: correctly clear GPE_AUTO_ENABLED in AcpiSetupGpeForWake
    * Fix Capabilities[1024] mess
    * Update actbl2.h to get rid of the MSVC error C2233
    * Fix CXL 3.0 structure (RDPAS) in the CEDT table
    * ACPICA: debugger: check status of AcpiEvaluateObject in AcpiDbWalkForFields
    * SRAT: Add dump and compiler support for RINTC affinity structure
    * SRAT: Add RISC-V RINTC affinity structure
    * Modify ACPI_OBJECT_COMMON_HEADER
    * Fix spelling and typos: Clean up the fix for Issue #900
    * Clean up the fix for Issue #900
    * tests/common: use CopyObject instead of Store for NRMT
    * acgcc: Fix C++ issue with ACPI_FLEX_ARRAY
    * MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling
    * MADT: Add GICC online capable bit handling
    * Fix various spelling mistakes in text files and code comments
    * acpisrc: Add identifiers for the NHLT table
    * NHLT: Reintroduce types the table consists of
    * AdDisassemblerHeader: omit timestamp for deterministic output
    * Fix build indeterminism for asm compiler header.
    * os_specific: zephyr: update AcpiOsGetTimer with arch specific timer
    * osal: zephyr: Fix write access for mapped memory
    * osal: zephyr: Fix AcpiOsPrintf implementation
    * Fix issue #896
    * Attempt 1 to fix issue #900
    * ACPI 6.5: RAS2: Add support for RAS2 table
    * Add port definitions for CDAT SSLBIS
    * dmtbdump2: remove redundant failure check on Status
    * dmtbdump: remove duplicated code for both paths of an if statement
    * NHLT: Drop preliminary support
    * Revert "NHLT: Declare device configuration types"
    * os_specific: zephyr: add generic platform support
    * Fix segfault when error-checking mixed table types
    * actbl1.h: Add EINJ CXL error types
    * Get rid of // style comments
    * NHLT: Declare device configuration types
    * dmtbinfo2.c: RISC-V: Remove redundant Flags print

++++ bash-completion:

  - Add patch boo1221414-scp.patch
    * Do not replace the asignment of the array COMPREPLY with
    the shell function _comp_compgen_split (boo#1221414)

++++ lvm2-device-mapper:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ python-kiwi:

  - Fix zipl setup for use with custom btrfs root vol
    In the setup case that btrfs is used for the system and
    the root partition is on a custom named volume (not /),
    this information was not passed to the zipl bootloader
    instance and this caused the mounting of the overall
    root system to fail. This commit fixes it
  - Allow ignore stanza in bootstrap
    So far the <ignore> stanza was only effective when placed
    as part of the type="image" packages section. This commit
    allows to place it also to the type="bootstrap" packages.
    This Fixes #2499

++++ grub2:

  - Fix memdisk becomes the default boot entry, resolving no graphic display
    device error in guest vnc console (bsc#1221779)
    * grub2-xen-pv-firmware.cfg

++++ kernel-default:

  - drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes).
  - drm/amdgpu/pm: Check the validity of overdiver power limit
    (git-fixes).
  - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit
    (git-fixes).
  - drm/amdgpu: fix mmhub client id out-of-bounds access
    (git-fixes).
  - nouveau/gsp: don't check devinit disable on GSP (git-fixes).
  - drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes).
  - nouveau: reset the bo resource bus info after an eviction
    (git-fixes).
  - rtc: mt6397: select IRQ_DOMAIN instead of depending on it
    (git-fixes).
  - selftests: forwarding: Fix ping failure due to short timeout
    (git-fixes).
  - soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes).
  - soc: fsl: qbman: Always disable interrupts when taking cgr_lock
    (git-fixes).
  - kconfig: fix infinite loop when expanding a macro at the end
    of file (git-fixes).
  - slimbus: core: Remove usage of the deprecated ida_simple_xx()
    API (git-fixes).
  - hwtracing: hisi_ptt: Move type check to the beginning of
    hisi_ptt_pmu_event_init() (git-fixes).
  - bus: mhi: ep: check the correct variable in
    mhi_ep_register_controller() (git-fixes).
  - iio: gts-helper: Fix division loop (git-fixes).
  - iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes).
  - serial: Lock console when calling into driver before
    registration (git-fixes).
  - serial: core: only stop transmit when HW fifo is empty
    (git-fixes).
  - serial: 8250_exar: Don't remove GPIO device on suspend
    (git-fixes).
  - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
    (git-fixes).
  - serial: max310x: fix syntax error in IRQ error message
    (git-fixes).
  - serial: max310x: fix NULL pointer dereference in I2C
    instantiation (git-fixes).
  - tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes).
  - usb: gadget: net2272: Use irqflags in the call to
    net2272_probe_fin (git-fixes).
  - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes).
  - usb: xhci: Add error handling in xhci_map_urb_for_dma
    (git-fixes).
  - usb: phy: generic: Get the vbus supply (git-fixes).
  - usb: audio-v2: Correct comments for struct
    uac_clock_selector_descriptor (git-fixes).
  - remoteproc: stm32: Fix incorrect type assignment returned by
    stm32_rproc_get_loaded_rsc_tablef (git-fixes).
  - remoteproc: virtio: Fix wdg cannot recovery remote processor
    (git-fixes).
  - commit 0e293ea
  - iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8  array
    (git-fixes).
  - commit 7b0b857
  - iommufd/iova_bitmap: Consider page offset for the pages to be
    pinned (git-fixes).
  - commit 0bcb37d
  - iommu/vt-d: Set SSADE when attaching to a parent with dirty
    tracking (git-fixes).
  - commit 0dce02e
  - iommufd: Fix iopt_access_list_id overwrite bug (git-fixes).
  - commit 393f087
  - Update patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch (git-fixes bsc#1221276 CVE-2023-52492)
  - commit 4334575
  - Update patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch (git-fixes bsc#1221375 CVE-2023-52608)
  - commit 9e41d96

++++ krb5:

  - Fix memory leaks, add patch 0009-Fix-three-memory-leaks.patch
    * CVE-2024-26458, bsc#1220770
    * CVE-2024-26461, bsc#1220771
    * CVE-2024-26462, bsc#1220772

++++ lvm2:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ systemd:

  - Add 0001-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.

++++ libunwind:

  - Drop BuildRequires on latex2man, the tarball has manpages already.
    This avoids a large dependency chain:
    * Add dont-disable-documentation-without-latex2man.patch

++++ libzypp:

  - Add resolver option 'removeOrphaned' for distupgrade
    (bsc#1221525)
  - New VendorSupportOption flag VendorSupportSuperseded
    (jsc#OBS-301, jsc#PED-8014)
  - Tests: fix vsftpd.conf where SUSE and Fedora use different
    defaults (fixes #522)
  - Add default stripe minimum (#529)
  - Don't expose std::optional where YAST/PK explicitly use c++11.
  - Digest: Avoid using the deprecated OPENSSL_config.
  - version 17.32.0 (32)

++++ python-httpx:

  - Update to 0.27.0
    * The app=... shortcut has been deprecated. Use the explicit style of
    transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.
    * Respect the http1 argument while configuring proxy transports. (#3023)
    * Fix RFC 2069 mode digest authentication. (#3045)

++++ python-psutil:

  - BuildRequire pkgconfig(libsystemd) instead of full systemd

++++ python-pycairo:

  - update to 1.26.0:
    * Bump minimum required meson version from 0.56.0 to 0.64.0
    * Various meson related cleanups :pr:`350`
    * Fix header file being installed to the wrong location with
    meson on some systems :pr:`350`
    * Adds a new ``wheel`` meson build option as preparation for
    meson-python support :pr:`350` :pr:`345`
    * Update dependencies (libpng, pixman, zlib) of the Windows
    wheels :pr:`358`
    * Various maintenance related updates :pr:`360` :pr:`359`
    :pr:`361` :pr:`362`

++++ ovmf:

  - Removed EFI shell from 4mb x86_64 ovmf image because it has
    security concern. Removed shell can also save space of ovmf
    image. (bsc#1219890, CVE-2023-48733)
  - Updated ovmf.spec: add BUILD_SHELL=FALSE to BUILD_OPTIONS_X64
  - 2mb x86_64 ovmf and smm x86_64 ovmf are already removed
    shell since edk2-stable202208 and earlier.
  - The BUILD_SHELL build option is not available on aarch64 and xen ovmf.
  - Shell.efi still be built independently and be packaged to ovmf-tools.
    User can copy it to EFI partition for running it by firmware's boot
    manager if they still need a shell. But user should either disables
    secure boot or sign Shell.efi by himself.

++++ thin-provisioning-tools:

  - Enable test execution during build
  - Modernise cargo packaging usage in spec file

++++ zypper:

  - info,summary: Support VendorSupportOption flag
    VendorSupportSuperseded (jsc#OBS-301, jsc#PED-8014)
  - BuildRequires:  libzypp-devel >= 17.32.0.
    API cleanup and changes for VendorSupportSuperseded.
  - Show active dry-run/download-only at the commit propmpt.
  - patch: Add --skip-not-applicable-patches option (closes #514)
  - Fix printing detailed solver problem description.
    The problem description() is one rule out possibly many in
    completeProblemInfo() the solver has chosen to represent the
    problem. So either description or completeProblemInfo should be
    printed, but not both.
  - Fix bash-completion to work with right adjusted numbers in the
    1st column too (closes #505)
  - Set libzypp shutdown request signal on Ctrl+C (fixes #522)
  - lr REPO: In the detailed view show all baseurls not just the
    first one (bsc#1218171)
  - version 1.14.69

------------------------------------------------------------------
------------------  2024-3-21  -  Mar 21 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - perf tests: Skip data symbol test if buf1 symbol is missing
    (bsc#1220045).
  - perf tests: Make data symbol test wait for perf to start
    (bsc#1220045).
  - commit c2fa164
  - Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
    (bsc#1219170 CVE-2024-22099).
  - commit ee8d9c4
  - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816).
  - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816).
  - scsi: qla2xxx: Change debug message during driver unload
    (bsc1221816).
  - scsi: qla2xxx: Fix double free of fcport (bsc1221816).
  - scsi: qla2xxx: Fix double free of the ha->vp_map pointer
    (bsc1221816).
  - scsi: qla2xxx: Fix command flush on cable pull (bsc1221816).
  - scsi: qla2xxx: NVME|FCP prefer flag not being honored
    (bsc1221816).
  - scsi: qla2xxx: Update manufacturer detail (bsc1221816).
  - scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816).
  - scsi: qla2xxx: Fix N2N stuck connection (bsc1221816).
  - scsi: qla2xxx: Prevent command send on chip reset (bsc1221816).
  - commit 1d07bf4
  - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
    (bsc#1218562 CVE-2023-6270 CVE-2024-26898 bsc#1223016).
  - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
    (bsc#1218562 CVE-2023-6270).
  - commit bd4199d
  - scsi: lpfc: Copyright updates for 14.4.0.1 patches
    (bsc#1221777).
  - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777).
  - scsi: lpfc: Define types in a union for generic void *context3
    ptr (bsc#1221777).
  - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr
    (bsc#1221777).
  - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr
    (bsc#1221777).
  - scsi: lpfc: Use a dedicated lock for ras_fwlog state
    (bsc#1221777).
  - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
    (bsc#1221777).
  - scsi: lpfc: Replace hbalock with ndlp lock in
    lpfc_nvme_unregister_port() (bsc#1221777).
  - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
    (bsc#1221777).
  - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling
    (bsc#1221777 bsc#1217959).
  - scsi: lpfc: Move NPIV's transport unregistration to after
    resource clean up (bsc#1221777).
  - scsi: lpfc: Remove unnecessary log message in queuecommand path
    (bsc#1221777).
  - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
    (bsc#1221777).
  - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777).
  - commit eef9737
  - Workaround broken chacha crypto fallback (bsc#1218205).
  - commit 55f136c
  - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit
    submission tracking occurs after populating the metadata_map
    (git-fixes).
  - commit c382d3a
  - net/mlx5e: Fix MACsec state loss upon state update in offload
    path (git-fixes).
  - commit 7293938
  - net/mlx5e: Change the warning when ignore_flow_level is not
    supported (git-fixes).
  - commit 5274665
  - net/mlx5: Fix fw reporter diagnose output (git-fixes).
  - commit 3377c89
  - net/mlx5: E-switch, Change flow rule destination checking
    (git-fixes).
  - commit 1d30b46
  - Revert "net/mlx5e: Check the number of elements before walk
    TC rhashtable" (git-fixes).
  - commit a37e618
  - Revert "net/mlx5: Block entering switchdev mode with ns
    inconsistency" (git-fixes).
  - commit 917148d
  - ice: reconfig host after changing MSI-X on VF (git-fixes).
  - commit f980680
  - ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes).
  - commit 4099ba6
  - i40e: disable NAPI right after disabling irqs when handling
    xsk_pool (git-fixes).
  - commit 1715806
  - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
    (git-fixes).
  - commit fbfea47
  - geneve: make sure to pull inner header in geneve_rx()
    (git-fixes).
  - commit 8b261ce
  - gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
    (git-fixes).
  - commit 897cd65
  - igb: extend PTP timestamp adjustments to i211 (git-fixes).
  - commit b173908
  - stmmac: Clear variable when destroying workqueue (git-fixes).
  - commit 94d14a9
  - s390/vtime: fix average steal time calculation (git-fixes
    bsc#1221783).
  - commit e044390

++++ snapper:

  - improved log message (see gh#openSUSE/snapper#866)

++++ shadow:

  - Add shadow-4.15.0-fix-definition.patch:
    Fix error messages about config options.
    See gh/shadow-maint/shadow#967

++++ systemd:

  - The following patches have been merged into SUSE/v255 branch hence removed
    from the OBS project.
    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
  - Import commit 56b53b17bcd8311dfb53f05b359b2812593883ab
    56b53b17bc cgroup: Rename effective limits internal table (jsc#PED-5659)
    7c9202317c cgroup: Restrict effective limits with global resource provision (jsc#PED-5659)
    da858e68eb test: Add effective cgroup limits testing (jsc#PED-5659)
    2f013357a5 test: Convert rlimit test to subtest of generic limit testing (jsc#PED-5659)
    0a3ea7f367 cgroup: Add EffectiveMemoryMax=, EffectiveMemoryHigh= and EffectiveTasksMax= properties (jsc#PED-5659)

++++ libvirt:

  - CVE-2024-2494: remote: check for negative array lengths before
    allocation
    bsc#1221815

++++ python-netaddr:

  - Update to 1.2.1:
    * Fix bad version 1.2.0 upload to PyPI – now yanked. No changes to
    the package.
  - 1.2.0:
    * Add CLI tool subcommand to display cli-network-info.
    * Support running interactive-shell without IPython installed.
    * Explicitly raise TypeError is a non-string value is passed to
    valid_ipv4 or valid_ipv6.
  - 1.1.0:
    * Add the required Python version to the package metadata (#365).
    * Add expand_partial_ipv4_address to the public API.
    * Fix IPNetwork(...) in IPRange(...) false negatives (#157).
    * Fix a few IPNetwork slicing edge cases (#214).
    * Fix support for partial IP addresses accidentally left in IPNetwork in 1.0.0.
    * Fixed an incorrect license classifier in the package metadata.
  - 1.0.0:
    * Removed:
    * Drop support for Python versions lower than 3.7.
    * Remove the flag shorthands: N, P and Z. Use NOHOST, INET_PTON
    and ZEROFILL instead.
    * Remove abbreviated CIDR format support in IPNetwork (implicit_prefix=True),
    use cidr_abbrev_to_verbose if you need this behavior.
    * Remove the IPAddress.is_private method.
    * Changed:
    * Stop accepting leading zeros when parsing IPv4 addresses in INET_PTON mode
    (it's been allowed on some platforms).
    * Stop parsing IPv4 addresses permissively (inet_aton()-like) by default.
    * Apply the two changes above to valid_ipv4 as well.
    * Update the address databases to the 2024-02-10 versions.
    * Fixed:
    * Return False instead of raising AddrFormatError when an empty string is passed
    to valid_ipv4 or valid_ipv6.
    * Fix handling of dialect provided to EUI during copy-construction.

++++ setools:

  - Update to version 4.5.0:
  - User Visible Changes
    * Add graphical results for information flow analysis and domain
    transition analysis, available in apol, sedta, and seinfoflow.
    * Add tooltips, What's This?, and detail popups in apol to help
    cross-referencing query and analysis results along with
    context-sensitive help.
  - Under The Hood Changes
    * Rework apol to fully generate the UI programmatically.
    * Update apol to PyQt6
    * Replace deprecated uses of pkg_resources and distutils.
    * Begin adding unit tests for apol UI.
  - Updated Dependencies
    SETools now higher minimum versions of the following dependencies:
    * Python 3.10
    * NetworkX 2.6
    * PyQt6
    * Cython 0.29.14
  - New Dependencies
    * pygraphviz (for seinfoflow, sedta, apol)

++++ runc:

  - Add upstream patch <https://github.com/opencontainers/runc/pull/4219> to
    properly fix -ENOSYS stub on ppc64le. bsc#1192051 bsc#1221050
    + 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

++++ selinux-policy:

  - Update to version 20240321:
    * policy module for kiwi (bsc#1221109)
    * dontaudit execmem for modemmanager (bsc#1219363)

++++ timezone:

  - Unify SLE-15-SP6 and Factory packages (PED#8158).
    This is still related to bsc#1213470. We're applying this fix for
    SLE-15-SP6 too.  This changelog entry is meant to bring over the SLE
    information, so the same package can be used for both code streams.
  - This patch has long been removed on Factory but was never mentioned
    explicitly, it was related to ticket bsc#1202310, a minor update to
    reflect Chile's DST change back in 2022.
    * bsc1202310.patch

------------------------------------------------------------------
------------------  2024-3-20  -  Mar 20 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add patch to fix boo#1221664:
    * mesa-fix-llvm18.patch

++++ Mesa-drivers:

  - Add patch to fix boo#1221664:
    * mesa-fix-llvm18.patch

++++ boost-base:

  - Avoid BuildRequire of 'gcc-c++ > 5' which is only a redundant
    check.  This interferes with Substitute.

++++ python-kiwi:

  - Bump version: 10.0.6 → 10.0.7

++++ gnutls:

  - jitterentropy: Release the memory of the entropy collector when
    using jitterentropy with phtreads as there is also a
    pre-intitization done in the main thread. [bsc#1221242]
    * Add gnutls-FIPS-jitterentropy-deinit-threads.patch
  - Update to 3.8.4:
    * libgnutls: RSA-OAEP encryption scheme is now supported
    To use it with an unrestricted RSA private key, one would need to
    initialize a gnutls_x509_spki_t object with necessary parameters
    for RSA-OAEP and attach it to the private key. It is also possible
    to import restricted private keys if they are stored in PKCS#8
    format.
    * libgnutls: Fix side-channel in the deterministic ECDSA.
    Reported by George Pantelakis (#1516).
    [GNUTLS-SA-2023-12-04, CVSS: medium] [bsc#1221746, CVE-2024-28834]
    * libgnutls: Fixed a bug where certtool crashed when verifying a
    certificate chain with more than 16 certificates. Reported by
    William Woodruff (#1525) and yixiangzhike (#1527).
    [GNUTLS-SA-2024-01-23, CVSS: medium] [bsc#1221747, CVE-2024-28835]
    * libgnutls: Compression libraries are now loaded dynamically as needed
    instead of all being loaded during gnutls library initialization.
    As a result, the library initialization should be faster.
    * build: The gnutls library can now be linked with the static library
    of GMP.  Note that in order for this to work libgmp.a needs to be
    compiled with -fPIC and libhogweed in Nettle also has to be linked
    to the static library of GMP.  This can be used to prevent custom
    memory allocators from being overriden by other applications.
    * API and ABI modifications:
  - gnutls_x509_spki_get_rsa_oaep_params: New function.
  - gnutls_x509_spki_set_rsa_oaep_params: New function.
  - GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t.
    * Rebase patches:
  - gnutls-FIPS-140-3-references.patch
  - gnutls-FIPS-HMAC-nettle-hogweed-gmp.patch

++++ grub2:

  - Cleanup spec file to adhere to update-bootloader-rpm-macros definition
    entirely (bsc#1218241)

++++ kernel-default:

  - kdump: wait for DMA to time out when using CMA (jsc#PED-7249).
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - kdump: describe crashkernel ,cma in Documentaion (jsc#PED-7249).
  - kdump, x86: implement crashkernel cma reservation
    (jsc#PED-7249).
  - commit 99814c5
  - kdump: implement reserve_crashkernel_cma (jsc#PED-7249).
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - commit fc59052
  - kdump: add crashkernel= ,cma suffix (jsc#PED-7249).
  - commit 41f0c07
  - kdump: defer the insertion of crashkernel resources
    (jsc#PED-7249).
  - crash_core: fix the check for whether crashkernel is from high
    memory (jsc#PED-7249).
  - crash_core.c: remove unneeded functions (jsc#PED-7249).
  - riscv: kdump: use generic interface to simplify crashkernel
    reservation (jsc#PED-7249).
  - commit 8326859
  - arm64: kdump: use generic interface to simplify crashkernel
    reservation (jsc#PED-7249).
  - Update config files.
  - commit 7ae6d47
  - x86: kdump: use generic interface to simplify crashkernel
    reservation code (jsc#PED-7249).
  - Update config files.
  - commit c141552
  - crash_core: move crashk_*res definition into crash_core.c
    (jsc#PED-7249).
  - commit 0e37e20
  - crash_core: add generic function to do reservation
    (jsc#PED-7249).
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - commit a0ccf1b
  - crash_core: change parse_crashkernel() to support
    crashkernel=,high|low parsing (jsc#PED-7249).
  - crash_core: change the prototype of function parse_crashkernel()
    (jsc#PED-7249).
  - crash_core.c: remove unnecessary parameter of function
    (jsc#PED-7249).
  - riscv: kdump: Implement crashkernel=X,[high,low] (jsc#PED-7249).
  - arm64: kdump: simplify the reservation behaviour of
    crashkernel=,high (jsc#PED-7249).
  - commit 9191c97
  - net/smc: fix documentation of buffer sizes (git-fixes).
  - bootmem: use kmemleak_free_part_phys in free_bootmem_page
    (git-fixes).
  - swiotlb: use the calculated number of areas (git-fixes).
  - sched/psi: Select KERNFS as needed (git-fixes).
  - commit ed6834a
  - veth: try harder when allocating queue memory (git-fixes).
  - commit fda44e7
  - vdpa/mlx5: Allow CVQ size changes (git-fixes).
  - commit 7026f16
  - vdpa_sim: reset must not run (git-fixes).
  - commit b05aeef
  - Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587)
    Put back patch hunk which where missed because file rename
    drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c
  - commit 1eccf32
  - soc: fsl: dpio: fix kcalloc() argument order (git-fixes).
  - cpufreq: dt: always allocate zeroed cpumask (git-fixes).
  - thermal/drivers/mediatek: Fix control buffer enablement on
    MT7896 (git-fixes).
  - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in
    an error handling path (git-fixes).
  - commit 353a58d
  - NFSD: Fix nfsd_clid_class use of __string_len() macro
    (git-fixes).
  - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
    (git-fixes).
  - NFS: Read unlock folio on nfs_page_create_from_folio() error
    (git-fixes).
  - NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes).
  - NFS: Fix an off by one in root_nfs_cat() (git-fixes).
  - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback
    interrupt (git-fixes).
  - NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes).
  - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102
    (git-fixes).
  - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()
    (git-fixes).
  - nfsd: Fix a regression in nfsd_setattr() (git-fixes).
  - nfsd: don't call locks_release_private() twice concurrently
    (git-fixes).
  - NFSD: Retransmit callbacks after client reconnects (git-fixes).
  - NFSD: Reschedule CB operations when backchannel rpc_clnt is
    shut down (git-fixes).
  - NFSD: Convert the callback workqueue to use delayed_work
    (git-fixes).
  - NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes).
  - NFSD: fix LISTXATTRS returning more bytes than maxcount
    (git-fixes).
  - NFSD: fix LISTXATTRS returning a short list with eof=TRUE
    (git-fixes).
  - NFSD: change LISTXATTRS cookie encoding to big-endian
    (git-fixes).
  - NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes).
  - SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes).
  - SUNRPC: fix a memleak in gss_import_v2_context (git-fixes).
  - commit cf1cfe0

++++ libcontainers-common:

  - reenable SUSE registry key validation for new key.

++++ libgcrypt:

  - FIPS: Make sure that Libgcrypt makes use of the built-in Jitter RNG
    for the whole length entropy buffer in FIPS mode. [bsc#1220893]
    * Add libgcrypt-FIPS-jitter-whole-entropy.patch
  - FIPS: Set the FSM into error state if Jitter RNG is returning an
    error code to the caller when an health test error occurs when
    random bytes are requested through the jent_read_entropy_safe()
    function. [bsc#1220895]
    * Add libgcrypt-FIPS-jitter-errorcodes.patch

++++ libnss_usrfiles:

  - Update to version 2.27.1
  - Cleanup prototypes

++++ python313-core:

  - Update to 3.13.0a5:
  - Security
  - gh-115398: Allow controlling Expat >=2.6.0 reparse deferral
    (CVE-2023-52425) by adding five new methods:
    xml.etree.ElementTree.XMLParser.flush()
    xml.etree.ElementTree.XMLPullParser.flush()
    xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()
    xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()
    xml.sax.expatreader.ExpatParser.flush()
  - gh-114572: ssl.SSLContext.cert_store_stats() and
    ssl.SSLContext.get_ca_certs() now correctly lock access to
    the certificate store, when the ssl.SSLContext is shared
    across multiple threads.
  - Core and Builtins
  - gh-116604: Respect the status of the garbage collector when
    indirect calls are made via PyErr_CheckSignals() and the
    evaluation breaker. Patch by Pablo Galindo
  - gh-112087: list is now compatible with the implementation
    of PEP 703.
  - gh-116381: Add specialization for CONTAINS_OP.
  - gh-116296: Fix possible refleak in object.__reduce__()
    internal error handling.
  - gh-115823: Properly calculate error ranges in the parser
    when raising SyntaxError exceptions caused by invalid byte
    sequences. Patch by Pablo Galindo
  - gh-115778: Add tierN annotation for instruction definition
    in interpreter DSL.
  - gh-115733: Fix crash when calling next() on exhausted list
    iterators.
  - gh-115700: The regen-cases build stage now works on
    Windows.
  - gh-115347: Fix bug where docstring was replaced by a
    redundant NOP when Python is run with -OO.
  - gh-115323: Make error message more meaningful for when
    bytearray.extend() is called with a str object.
  - gh-112175: Every PyThreadState now has its own
    eval_breaker, allowing specific threads to be interrupted.
  - gh-115154: Fix a bug that was causing the
    tokenize.untokenize() function to handle unicode named
    literals incorrectly. Patch by Pablo Galindo
  - gh-112433: Add ability to force alignment of
    ctypes.Structure by way of the new _align_ attribute on the
    class.
  - gh-104090: The multiprocessing resource tracker now
    exits with non-zero status code if a resource leak was
    detected. It still exits with status code 0 otherwise.
  - gh-105858: Improve the constructors for ast
    nodes. Arguments of list types now default to an empty list
    if omitted, and optional fields default to None. AST nodes
    now have an __annotations__ attribute with the expected
    types of their attributes. Passing unrecognized extra
    arguments to AST nodes is deprecated and will become an
    error in Python 3.15. Omitting a required argument to an
    AST node is deprecated and will become an error in Python
    3.15. Patch by Jelle Zijlstra.
  - gh-101860: Expose __name__ attribute on property.
  - gh-96497: Fix incorrect resolution of mangled class
    variables used in assignment expressions in comprehensions.
  - Library
  - gh-116600: Fix repr() for global Flag members.
  - gh-116349: platform.java_ver() is deprecated and will be
    removed in 3.15. It was largely untested, had a confusing
    API, and was only useful for Jython support.
  - gh-116143: Fix a race in pydoc _start_server, eliminating a
    window in which _start_server can return a thread that is
    “serving” but without a docserver set.
  - gh-116127: typing: implement PEP 705 which adds
    typing.ReadOnly support to typing.TypedDict.
  - gh-116325: typing: raise SyntaxError instead of
    AttributeError on forward references as empty strings.
  - gh-115957: When asyncio.TaskGroup.create_task is called on
    an inactive asyncio.TaskGroup, the given coroutine will be
    closed (which prevents a RuntimeWarning).
  - gh-115978: Disable preadv(), readv(), pwritev(),
    and writev() on WASI. Under wasmtime for WASI
    0.2, these functions don’t pass test_posix
    (gh-bytecodealliance/wasmtime#7830).
  - gh-88352: Fix the computation of the next rollover
    time in the logging.TimedRotatingFileHandler handler.
    computeRollover() now always returns a timestamp larger
    than the specified time and works correctly during the DST
    change. doRollover() no longer overwrite the already rolled
    over file, saving from data loss when run at midnight or
    during repeated time at the DST change.
  - gh-87115: Set __main__.__spec__ to None when running a
    script with pdb
  - gh-76511: Fix UnicodeEncodeError in
    email.Message.as_string() that results when a message
    that claims to be in the ascii character set actually has
    non-ascii characters. Non-ascii characters are now replaced
    with the U+FFFD replacement character, like in the replace
    error handler.
  - gh-89547: Add support for nested typing special forms like
    Final[ClassVar[int]].
  - gh-65824: Improve the less prompt in pydoc.
  - gh-116040: [Enum] fix by-value calls when second value is
    falsey; e.g. Cardinal(1, 0)
  - gh-115821: [Enum] Improve error message when calling
    super().__new__() in custom __new__.
  - gh-85644: Use the XDG_CURRENT_DESKTOP environment variable
    in webbrowser to check desktop. Prefer it to the deprecated
    GNOME_DESKTOP_SESSION_ID for GNOME detection.
  - gh-75988: Fixed unittest.mock.create_autospec() to pass
    the call through to the wrapped object to return the real
    result.
  - gh-115881: Fix issue where ast.parse() would incorrectly
    flag conditional context managers (such as with (x() if y
    else z()): ...) as invalid syntax if feature_version=(3,
    8) was passed. This reverts changes to the grammar made as
    part of gh-94949.
  - gh-115886: Fix silent truncation of the
    name with an embedded null character in
    multiprocessing.shared_memory.SharedMemory.
  - gh-115532: Add kernel density estimation to the statistics
    module.
  - gh-115714: On WASI, the time module no longer get process
    time using times() or CLOCK_PROCESS_CPUTIME_ID, system API
    is that is unreliable and is likely to be removed from
    WASI. The affected clock functions fall back to calling
    clock().
  - gh-115809: Improve algorithm for computing
    which rolled-over log files to delete in
    logging.TimedRotatingFileHandler. It is now reliable for
    handlers without namer and with arbitrary deterministic
    namer that leaves the datetime part in the file name
    unmodified.
  - gh-74668: urllib.parse functions parse_qs() and
    parse_qsl() now support bytes arguments containing raw and
    percent-encoded non-ASCII data.
  - gh-67044: csv.writer() now always quotes or escapes '\r'
    and '\n', regardless of lineterminator value.
  - gh-115712: Restore support of space delimiter with
    skipinitialspace=True in csv. csv.writer() now quotes empty
    fields if delimiter is a space and skipinitialspace is true
    and raises exception if quoting is not possible.
  - gh-112364: Fixed ast.unparse() to handle format_spec with
    ", ' or \\. Patched by Frank Hoffmann.
  - gh-112997: Stop logging potentially sensitive callback
    arguments in asyncio unless debug mode is active.
  - gh-114914: Fix an issue where an abandoned StreamWriter
    would not be garbage collected.
  - gh-111358: Fix a bug in
    asyncio.BaseEventLoop.shutdown_default_executor() to ensure
    the timeout passed to the coroutine behaves as expected.
  - gh-115618: Fix improper decreasing the reference count for
    None argument in property methods getter(), setter() and
    deleter().
  - gh-112720: Refactor dis.ArgResolver to make it possible to
    subclass and change the way jump args are interpreted.
  - gh-112006: Fix inspect.unwrap() for types
    with the __wrapper__ data descriptor. Fix
    inspect.Signature.from_callable() for builtins
    classmethod() and staticmethod().
  - gh-101293: Support callables with the __call__() method
    and types with __new__() and __init__() methods set to
    class methods, static methods, bound methods, partial
    functions, and other types of methods and descriptors in
    inspect.Signature.from_callable().
  - gh-103092: Isolate _lsprof (apply PEP 687).
  - gh-113942: pydoc no longer skips global functions
    implemented as builtin methods, such as
    MethodDescriptorType and WrapperDescriptorType.
  - gh-115256: Added DeprecationWarning when accessing the
    tarfile attribute of TarInfo objects. The attribute is
    never used internally and is only attached to TarInfos when
    the tarfile is opened in write-mode, not read-mode. The
    attribute creates an unnecessary reference cycle which may
    cause corruption when not closing the handle after writing
    a tarfile.
  - gh-115197: urllib.request no longer resolves the hostname
    before checking it against the system’s proxy bypass list
    on macOS and Windows.
  - gh-113812: DatagramTransport.sendto() will now send
    zero-length datagrams if called with an empty bytes
    object. The transport flow control also now accounts for
    the datagram header when calculating the buffer size.
  - gh-114763: Protect modules loaded with
    importlib.util.LazyLoader from race conditions when
    multiple threads try to access attributes before the
    loading is complete.
  - gh-114709: posixpath.commonpath() now raises a ValueError
    exception when passed an empty iterable. Previously,
    IndexError was raised.
    posixpath.commonpath() now raises a TypeError exception
    when passed None. Previously, ValueError was raised.
  - gh-114610: Fix bug where pathlib.PurePath.with_stem()
    converted a non-empty path suffix to a stem when given an
    empty stem argument. It now raises ValueError, just like
    pathlib.PurePath.with_suffix() does when called on a path
    with an empty stem, given a non-empty suffix argument.
  - gh-107361: Add ssl.VERIFY_X509_PARTIAL_CHAIN and
    VERIFY_X509_STRICT to the default SSL context created with
    ssl.create_default_context().
  - gh-112281: Allow creating union of types for
    typing.Annotated with unhashable metadata.
  - gh-111775: Fix
    importlib.resources.simple.ResourceHandle.open() for text
    mode, added missed stream argument.
  - gh-90095: Make .pdbrc and -c work with any valid pdb
    commands.
  - gh-107625: Raise configparser.ParsingError from read()
    and read_file() methods of configparser.ConfigParser if a
    key without a corresponding value is continued (that is,
    followed by an indented line).
  - gh-107155: Fix incorrect output of help(x) where x is a
    lambda function, which has an __annotations__ dictionary
    attribute with a "return" key.
  - gh-57141: Add option for non-shallow comparisons to
    filecmp.dircmp like filecmp.cmp(). Original patch by Steven
    Ward. Enhanced by Tobias Rautenkranz
  - gh-69990: Profile.print_stats() has been improved to accept
    multiple sort arguments. Patched by Chiu-Hsiang Hsu and
    Furkan Onder.
  - gh-104061: Add socket.SO_BINDTOIFINDEX constant.
  - gh-60346: Fix ArgumentParser inconsistent with
    parse_known_args.
  - gh-102389: Add windows_31j to aliases for cp932 codec
  - gh-72249: functools.partial`s of :func:`repr() has been
    improved to include the module name. Patched by Furkan
    Onder and Anilyka Barry.
  - gh-100985: Update HTTPSConnection to consistently wrap IPv6
    Addresses when using a proxy.
  - gh-100884: email: fix misfolding of comma in address-lists
    over multiple lines in combination with unicode encoding
    (bsc#1238450 CVE-2025-1795)
  - gh-95782: Fix io.BufferedReader.tell(),
    io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
    io.BufferedRandom.tell(), io.BufferedRandom.seek() and
    _pyio.BufferedRandom.tell() being able to return negative
    offsets.
  - gh-96310: Fix a traceback in argparse when all options in a
    mutually exclusive group are suppressed.
  - gh-93205: Fixed a bug in
    logging.handlers.TimedRotatingFileHandler where multiple
    rotating handler instances pointing to files with the same
    name but different extensions would conflict and not delete
    the correct files.
  - bpo-31116: Add Z85 encoding to base64.
  - bpo-44865: Add missing call to localization function in
    argparse.
  - bpo-43952: Fix multiprocessing.connection.Listener.accept()
    to accept empty bytes as authkey. Not accepting empty bytes
    as key causes it to hang indefinitely.
  - bpo-42125: linecache: get module name from __spec__ if
    available. This allows getting source code for the __main__
    module when a custom loader is used.
  - bpo-41122: Failing to pass arguments properly to
    functools.singledispatchmethod() now throws a TypeError
    instead of hitting an index out of bounds internally.
  - bpo-40818: The asyncio REPL now runs
    sys.__interactivehook__ on startup. The default
    implementation of sys.__interactivehook__ provides
    auto-completion to the asyncio REPL. Patch contributed by
    Rémi Lapeyre.
  - bpo-33775: Add ‘default’ and ‘version’ help text for
    localization in argparse.
  - Documentation
  - gh-115399: Document CVE-2023-52425 of Expat <2.6.0 under
    “XML vulnerabilities”.
  - gh-109653: Improve import time of uuid on Linux.
  - Tests
  - gh-71052: Add test exclusions to support running the test
    suite on Android.
  - gh-71052: Enable test_concurrent_futures on platforms that
    support threading but not multiprocessing.
  - gh-115796: Make ‘_testinternalcapi.assemble_code_object’
    construct the exception table for the code object.
  - gh-115720: Leak tests (-R, --huntrleaks) now show a summary
    of the number of leaks found in each iteration.
  - gh-115122: Add --bisect option to regrtest test runner:
    run failed tests with test.bisect_cmd to identify failing
    tests. Patch by Victor Stinner.
  - gh-115596: Fix ProgramPriorityTests in test_os permanently
    changing the process priority.
  - gh-115556: On Windows, commas passed in arguments to
    Tools\buildbot\test.bat and PCbuild\\rt.bat are now
    properly handled.
  - gh-115420: Fix translation of exception hander targets by
    _testinternalcapi.optimize_cfg.
  - gh-115376: Fix segfault in
    _testinternalcapi.compiler_codegen on bad input.

++++ systemd:

  - Drop split_usr build conditional since both split-usr and unmerged-usr
    supports have been removed since v255.
  - Don't use the "Patch:" directive with a suffix number as since the suffix
    doesn't serve any purpose.

++++ unbound:

  - Update to 1.19.3:
    * Features:
  - Merge PR #973: Use the origin (DNAME) TTL for synthesized
    CNAMEs as per RFC 6672.
    * Bug Fixes
  - Fix unit test parse of origin syntax.
  - Use 127.0.0.1 explicitly in tests to avoid delays and errors
    on newer systems.
  - Fix #964: config.h.in~ backup file in release tar balls.
  - Merge #968: Replace the obsolescent fgrep with grep -F in
    tests.
  - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'.
  - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs.
  - Fix dnstap that assertion failed on logging other than UDP
    and TCP traffic. It lists it as TCP traffic.
  - Fix to sync the tests script file common.sh.
  - iana portlist update.
  - Updated IPv4 and IPv6 address for b.root-servers.net in root
    hints.
  - Update test script file common.sh.
  - Fix tests to use new common.sh functions, wait_logfile and
    kill_from_pidfile.
  - Fix #974: doc: default number of outgoing ports without
    libevent.
  - Merge #975: Fixed some syntax errors in rpl files.
  - Fix root_zonemd unit test, it checks that the root ZONEMD
    verifies, now that the root has a valid ZONEMD.
  - Update example.conf with cookie options.
  - Merge #980: DoH: reject non-h2 early. To fix #979: Improve
    errors for non-HTTP/2 DoH clients.
  - Merge #985: Add DoH and DoT to dnstap message.
  - Fix #983: Sha1 runtime insecure change was incomplete.
  - Remove unneeded newlines and improve indentation in remote
    control code.
  - Merge #987: skip edns frag retry if advertised udp payload
    size is not smaller.
  - Fix unit test for #987 change in udp1xxx retry packet send.
  - Merge #988: Fix NLnetLabs#981: dump_cache truncates large
    records.
  - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows.
  - Fix to link with libssp for libcrypto and getaddrinfo check
    for only header. Also update crosscompile to remove ssp for
    32bit.
  - Merge #993: Update b.root-servers.net also in example config
    file.
  - Update workflow for ports to use newer openssl on windows
    compile.
  - Fix warning for windres on resource files due to
    redefinition.
  - Fix for #997: Print details for SSL certificate failure.
  - Update error printout for duplicate trust anchors to include
    the trust anchor name (relates to #920).
  - Update message TTL when using cached RRSETs. It could result
    in non-expired messages with expired RRSETs (non-usable
    messages by Unbound).
  - Merge #999: Search for protobuf-c with pkg-config.
  - Fix #1006: Can't find protobuf-c package since #999.
  - Fix documentation for access-control in the unbound.conf man
    page.
  - Merge #1010: Mention REFUSED has the TC bit set with
    unmatched allow_cookie acl in the manpage. It also fixes the
    code to match the documentation about clients with a valid
    cookie that bypass the ratelimit regardless of the
    allow_cookie acl.
  - Document the suspend argument for process_ds_response().
  - Move github workflows to use checkoutv4.
  - Fix edns subnet replies for scope zero answers to not get
    stored in the global cache, and in cachedb, when the upstream
    replies without an EDNS record.
  - Fix for #1022: Fix ede prohibited in access control refused
    answers.
  - Fix unbound-control-setup.cmd to use 3072 bits so that
    certificates are long enough for newer OpenSSL versions.
  - Fix TTL of synthesized CNAME when a DNAME is used from cache.
  - Fix unbound-control-setup.cmd to have CA v3 basicConstraints,
    like unbound-control-setup.sh has.

++++ vulkan-loader:

  - Update to release SDK-1.3.280.0
    * Bugfixes for Windows

++++ podman:

  - Refactor network backend dependencies:
    * require either cni or netavark for SLE-15-SP5 and lower
    * require netavark for all other streams and fresh installations
    even on older SLE systems for podman >= 5.0.0
  - Drop slirp4netns, require passt instead for rootless networking
  - Update to version 5.0.0:
    * New release: v5.0.0
    * Update RELEASE_NOTES.md with CVE-2024-1753 (bsc#1221677)
    * [v5.0] Bump Buildah to v1.35.1
    * Adjust to the standard location of gvforwarder used in new images
    * Switch to 5.x WSL machine os stream using new automation
    * rpm: use macro supported vendoring
    * Bump to v5.0.0-dev
    * Bump to v5.0.0-RC7
    * Add release notes for v5.0.0-rc7
    * fix invalid HTTP header values when hijacking a connection
    * 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
    * rpm: update containers-common dep on f40+
    * Change API socket to be machine name isolated
    * Makefile: drop tests-included from validate target
    * Add release notes for v5.0.0
    * do not require policy.json
    * Machine decompress.go refactoring follow-up
    * Add target win-gvproxy in winmake.ps1
    * Add final machine endpoint
    * update API doc version to 5.0.0
    * Bump to 5.0.0-dev
    * Bump to 5.0.0-rc6
    * docs: generate-systemd: add clarification statement
    * docs: quadlet: improve docs on root/rootless dirs
    * [CI:DOCS] performance: fix URL and kernel version requirement
    * [CI:DOCS] Remove outdated references
    * Add note for RHEL 8.5
    * Update module gopkg.in/go-jose/go-jose.v2 to v2.6.3 [SECURITY]
    * Update module github.com/go-jose/go-jose/v3 to v3.0.3 [SECURITY]
    * Bump to v5.0.0-dev
    * Bump to v5.0.0-rc5
    * Fix Mac CI
    * Complete policy.json inclusion
    * Bump Buildah to v1.35.0
    * podman compose: enable machine socket connection
    * [CI:DOCS] Add farm command to commands list
    * podman machine start/stop do not write config unlocked
    * [CI:BUILD] Build universal Podman binary for Mac installer
    * podman machine init: do not write config unlocked
    * Fail on failures to close the file descriptors, and especially the SparseWriter
    * Avoid reliance on fs.ErrClosed in SparseWriter users
    * Fix the logic for detecting an unexpected close error
    * vendor libhvee-0.7.0
    * podman machine set: change options only locked
    * Remove copySparseFile
    * pkg/machine: fix relative DefaultPolicyJSONPath
    * Don't read full VM File before decompressing
    * [CI:DOCS] Fix windows installer action
    * machine: make more use of strongunits
    * Fix wrong units size return
    * fix(deps): update github.com/containers/libhvee digest to 7cee23c
    * [CI:DOCS] Migrate podman container image
    * fix(deps): update module google.golang.org/protobuf to v1.33.0
    * CI: try to fix more flakes
    * [CI:BUILD] rpm: Put the podmansh(1) manual in the podmansh sub-package
    * e2e: fix potential race in file-locks test
    * Makefile: podman should have correct selinux label
    * properly implement pull-error event status
    * fix(deps): update module golang.org/x/tools to v0.19.0
    * Resurrect auto-port reassignment, but for all providers
    * Refactor env dir and port functions into new leaf pkgs
    * fix(deps): update module golang.org/x/net to v0.22.0
    * Revert "Expose as-tested Mac/Windows repository state"
    * fix(deps): update module golang.org/x/term to v0.18.0
    * Update podman-for-windows.md
    * fix(deps): update github.com/containers/libhvee digest to 0ff33af
    * machine init: print output to improve UX
    * logformatter: fixes for Macintosh
    * test/e2e: check for stderr errors in cleanup()
    * Bump to FreeBSD 13.3 (13.2 vanished)
    * Bump to v5.0.0-dev
    * fix(deps): update module github.com/stretchr/testify to v1.9.0
    * Bump to v5.0.0-RC4
    * Use stop timeout of zero for system reset
    * chore(deps): update dependency python-dateutil to ~=2.9.0
    * CI: must-add-tests check: use GH label, not text
    * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.24.2
    * Vendor in containers/(buildah, common)
    * Run codespell on code
    * Fix events by fully adding the new PullError event
    * Update dependency pytest to v7.4.4
    * Change image-path to image for tests
    * Use machine image as specified in containers.conf
    * Vendor latest c/common and fix tests
    * test: fix manifest e2e test assumption
    * podman manifest add: support creating artifact manifest on the fly
    * Add man page content for artifacts
    * pkg/env.Join(): don't modify passed-in maps
    * add --retry --retry-delay to podman run/create
    * Add support for podman push --retry --retry-delay
    * pullImage does not need to be exported
    * Vendor in latest containers/common
    * test/system: fix mount external container test
    * Move locks to shim layer
    * CI: run logformatter on mac
    * Move ignition functions into Containerfiles
    * machine/ociartifact: Include image name in error
    * Reenable boltdb upgrade tests
    * fix: split string Entrypoint by space
    * refacto: unknown signal return signal number without prefix
    * ci: fix module not found
    * feat: allow compatibility with podman v4 machine
    * tests: fix after make podman inspect cmd return compatible with Docker API v1.44
    * chore: rename var host hostIP
    * tests: add docker api compatibility test
    * feat: make inspect compatible with docker v1.44
    * logging: new mode -l passthrough-tty
    * podman network inspect: include running containers
    * Remove xz unit tests as they are flaky
    * machine config: make write atomic
    * Ensure HyperV 9p mounts work when a dir doesn't exist
    * Clean up gvproxy if machine start fails
    * systests: kube play URL: workaround for ECONNREFUSED
    * Vendor in latest containers/(image,storage)
    * Expose as-tested Mac/Windows repository state
    * macos installer: Add vfkit entitlement
    * macos-installer: Remove hvf.entitlements
    * macos installer: Default to using ad-hoc signing
    * new vms, with rc6 rawhide kernel
    * Fixup: avoid overriding io.Copy error
    * Avoid overriding io.Copy error
    * Move code for sparse optimized copy to a dedicated method
    * [CI:BUILD] rpm: Add fallback for $SOURCE_DATE_EPOCH not being set
    * Makefile: add machine policy.json to podman-remote.zip
    * macos installer: install default policy.json file
    * pkg/machine/ocipull: add default policy.json file
    * Makefile: add MACHINE_POLICY_JSON_DIR option
    * pkg/machine/ocipull: add custom policy.json location
    * test/compose: add test for default connection
    * podman compose: only trim path suffix when ssh protocol
    * podman compose: correctly accept --connection/--url
    * podman compose: build for all arches
    * CI: e2e: use distinct ports, not just 5000
    * [CI:BUILD] rpm: Use $SOURCE_DATE_EPOCH instead of the current date
    * vendor update gopkg.in/yaml.v2 to v3
    * [CI:BUILD] rpm: Make BuildRequires independent of the environment
    * Fix podman stop -t -1 CID
    * Change QEMU netdev to Unix domain socket
    * Enable lint for Darwin and fix identified issues
    * Fix nightly cron checks
    * systests: enable ipv6 tests
    * Update github.com/containers/libhvee digest to c1bda9d
    * Better file close and err handling
    * integrating changes from #21768
    * renamed testfiles as testdata
    * Use faster gzip reader
    * Remove duplication and make consistent usage of the progress bar
    * Add a comment to explain why we look at file name for zip files
    * Use github.com/stretchr/testify assert in compression_test.go
    * Refactor machine decompress.go
    * Update module go.etcd.io/bbolt to v1.3.9
    * Update module golang.org/x/tools to v0.18.0
    * Update module github.com/openshift/imagebuilder to v1.2.6
    * Adds example for secret creation from environment variable
    * Fix race conditions in hyperv readiness checking
    * Ignore docker's end point config when the final network mode isn't bridge.
    * Reformulate sparseWriter to deal with starting/ending zeroes explicitly
    * Expand sparseWriter tests
    * Bump to v5.0.0-dev
    * Bump to v5.0.0-RC3
    * Fix assumptions in 'push with --add-compression and --force-compression'
    * Fix assumptions in 'push test --force-compression"'
    * Update module golang.org/x/net to v0.21.0
    * Bump VMs. New pasta, gvisor
    * Update module github.com/klauspost/compress to v1.17.7
    * Stop using rm'd inspect format templates in tests
    * Remove image provenance from `machine inspect`
    * Update machine files rm order and add QEMU rm
    * libpod/events: remove duplicated Details ID field
    * pkg/machine: ignore gvproxy pidfile not exists error
    * cmd/podman: remove duplicated event ToHumanReadable()
    * libpod/events: Update event time format and add timeNano
    * machine: implement http proxy logic for all providers
    * Cirrus: Reuse shared clone script on Mac
    * Vendor vfkit v0.5.1 and gopsutil v3.24.1
    * Rearrange CI tasks for safety + efficiency
    * Comply to Kubernetes specifications for annotation size.
    * zstd now default compression for podman machine
    * CI: fix search-test flakes
    * machine: add sparse file writer
    * systests: auto-update: minor cleanup
    * machine: Add `ConnectionInfo` to `MachineConfig`
    * Fix up example description of podman-system commands
    * Fix Lint on Windows and enable the job
    * cirrus logcollector: update package list
    * Build with CNI support on FreeBSD
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Fix up example description of podman-inspect.1.md.in
    * Apply suggestions from code review
    * Apply suggestions from code review
    * machine: Remove unnecessary TODOs
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Codespell code
    * Fix up example description of podman-mount.1.md.in
    * Update docs/source/markdown/podman-cp.1.md
    * Fix up example description of podman-container commands
    * Fix up example description of podman-stats.1.md.in
    * System tests: enable debugging for parallel-rm test
    * Extract waitForGvProxy into shared utility function
    * Fix up example description of podman-volume commands
    * Fix up example description of podman-kill.1.md.in
    * Fix up example description of podman-pod commands
    * [skip-ci] Packit: Update downstream task targets
    * Fix up example description of podman-build.1.md.in
    * Fix up example description of podman-commit.1.md
    * Copy past golang/expansion form ks8.io/kubernetes
    * Fix up example description of podman-logout.1.md.in
    * Fix up example description of podman-images.1.md.in
    * Apply suggestions from code review
    * Fix up example description of podman-export/export commands
    * Fix running container from docker client with rootful in rootless podman.
    * Introduce Podman machine reset
    * Fix up example description of podman-create.1.md.in
    * Fix up example description of podman-diff.1.md.in
    * Fix up example description of podman-events.1.md
    * Fix up example description of podman-farm commands
    * Fix up example description of podman-network commands
    * Fix up example description of podman-image commands
    * Fix up example description of podman-port.1.md.in
    * Fix up example description of podman-push.1.md.in
    * Fix up example description of podman-unshare.1.md
    * Fix up example description of podman-pause.1.md.in
    * Fix up example description of podman-start.1.md.in
    * Fix up example description of podman-rm.1.md.in
    * Fix up example description of podman-info.1.md
    * Fix up example description of podman-history.1.md
    * Fix up example description of podman-healthcheck-run.1.md
    * Fix up example description of podman-exec.1.md.in
    * Fix up example description of podman-cp.1.md
    * Fix up example description of podman-manifest commands
    * Allow podman pull to specify --retry and --retry-delay
    * fix usermode test
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0
    * machine init: validate machine name and username
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.2
    * pkg/machine: make only one AddConnection() call
    * Bump to v5.0.0-dev
    * Bump to v5.0.0-rc2
    * pkg/machine: cleanup MakeSSHURL
    * Improve cross platform support in QEMU machine sources
    * Fix remove docker.sock symlink
    * Prune FCOS related code
    * Manually discover wsl.exe location
    * Turn WSL machine tests back on
    * Build tag out QEMU for Darwin
    * man-page xref: make nested-structure warnings fatal
    * Remove log-level from runSystemCommand since wsl does not support it
    * machine/qemu: use extra gvproxy socket
    * Add a helper for stopping pods and containers in E2E
    * machine: ocipull do not error if downloaddir exists
    * More test tweaks to avoid "StopSignal ... 10 seconds" warning
    * Add testcase for WSL dist conflicts
    * Correct VM existance check on WSL
    * Test PR, add a inconsequential period to docs
    * Fix small bug in ocipull
    * Add volumes-from support using annotation in kube yaml
    * Allow CI user to cleanup own files
    * chore(deps): update docker.io/library/golang docker tag to v1.22
    * machine: Re-enable USBs check for wsl machine set
    * machine: `machine set` only when machine's stopped
    * Fix freebsd indentation + enable release-testing tasks
    * Replace panic with no-op
    * chore(deps): update dependency setuptools to ~=69.1.0
    * Enable windows and PM windows testing
    * Windows uses USERPROFILE not HOME
    * Readme updates for Podman
    * [CI:BUILD] Add VFKit into pkginstaller, remove QEMU
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.1
    * Fix build on Main
    * libpod: correctly map UID/GID for existing dirs
    * Allow podman machine to download from oci registry
    * Handle DOCKER_HOST environment for podman-docker package
    * Consistant handling DESTDIR variable expansion
    * Bump CI VMs to ones with netavark 1.10.3
    * Fix the build on main
    * podman-image-scp: Load images without the use of a temporary file.
    * Improve comments on waitOnProcess
    * Don't panic on podman4 machine configs
    * Enforce podman-machine mac CI results
    * Use persist dir for oom file
    * docs: clarify when a URL is treated as a git repo
    * Workaround connection hangups in start/stop racing
    * Improve robustness of pipe checks
    * Complete WSL implementation, refactor a few areas
    * wsl - wip
    * Minor cleanup from podman 4
    * Fail if vm exists in hyperv already
    * Update .cirrus.yml
    * Re-enable mac testing
    * Vendor crc CopySparse
    * Remove gitleaks scanning
    * Remove disused Containerfile and docs
    * fix(deps): update module github.com/docker/docker to v25.0.3+incompatible
    * [CI:BUILD] rpm: bump podman module version
    * fix "podman run port forward range" flake
    * image scp: don't require port for ssh URL
    * new testimage and systemd-image
    * [CI:DOCS] fix userns.pod.md mapping table
    * docs: resole hierarchical issues with userns parameters
    * machine: USB passthrough
    * machine: change getDefaultDevices signature
    * document new connection/farm storage location
    * update c/common to latest main
    * Fix Quadlet Options=key=value documentation/example
    * pkg/machine: make it build for freebsd
    * Bump to v5.0.0-dev
    * Bump to v5.0.0-rc1
    * Add v4.8, v4.9 to release notes
    * Restore Cirrus DEST_BRANCH to main
    * Bump Go module to v5
    * Re-enable passing a logfile to gvproxy
    * Bump gvisor-tap-vsock from 0.7.2 to 0.7.3
    * Upgrade tests: reenable, but revamped
    * Quadlet - do not look for line continuation in comment lines
    * Add functionality for `podman machine set --rootful`
    * Podman Machine AppleHV CI fixes
    * AppleHV - make gz ops sparse
    * create machine dirs at discovery
    * podman machine 5 - hyperv
    * Podman 5 machine refactor - applehv
    * Implement generic providers
    * [CI:MACHINE]Podman5 QEMU refactor
    * podman5 machine reconfig 1
    * Use tmpfs mounts when creating a memory-backed emptyDir volume
    * Handle more states during refresh
    * docs: make --seccomp=profile.json clearer
    * gomod: Update containers/psgo to 1.9.0
    * Set interface name to the network_interface name for macvlan and ipvlan networks
    * Send container stats over API on a per-interface basis
    * Remove leftover autoremove containers during refresh
    * Temporarily ignore windows-linting failures
    * Lint before windows-cross build
    * Reimplement lint with improved compatibility
    * Show network name network events with podman -remote events
    * use pkg/strongunits from c/common
    * vendor: update c/common + libhvee to latest main
    * test/e2e: unskip netavark macvlan/ipvlan tests
    * fix userns + restart policy with slirp4netns
    * Reuse timezone code from containers/common
    * Vendor in containers/common
    * Warn if cgroups-v1
    * Use tmpfs mounts when creating a memory-backed emptyDir volume
    * Corrected markdown documentation for `--stars`
    * make podman pod inspect output a json array
    * Do not test CNI in CI
    * Vendor c/common
    * drop support for "pasta" as a network name
    * Use semi-colon as the field separator for internal volumes-from inspect annotation
    * [skip-ci] Update github/issue-labeler action to v3.4
    * fix(deps): update module github.com/docker/docker to v25.0.2+incompatible
    * Include machine-tests in cirrus-cron jobs
    * Vendor c/storage main
    * Cease using deprecated runc userlookup
    * Bump to runc main
    * Fix updated runc dep breaking pod devices cgroup
    * Update to runc main, removing pin to an older version
    * Verify the empty  mounts.conf does not generate warnings.
    * Test new CI VMs
    * Scan-secrets: Fix PR forcepush detection condition
    * Scanning-secrets: Support new-branch/renovate link
    * Secret-scanning: Fix newly-opened PR conditional
    * Temporarily ignore mac-linting failures
    * Run lint for mac builds
    * fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security]
    * Farm build should read server registries.conf
    * Make leak-detection readable by humans
    * add new libpod/images/$name/resolve endpoint
    * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.21
    * rework system connection and farm storage
    * Return nil health when inspecting containers without healthchecks
    * [skip-ci] Update dawidd6/action-send-mail action to v3.11.0
    * pkginstaller: bump Qemu version to 8.2.1
    * Bump containers/common to latest main
    * Convert SpecGen values to be nullable where possible
    * Fix SSH Host argument in tag command during scp.
    * Don't require engine connection for farm
    * Revert "Enable win podman-machine test failure"
    * chore: extract duplicate codes
    * Run codespell on code
    * docs: fix podman-manifest-rm header
    * docs: fix unclosed code block
    * man: Minor wording tweak for host/connection
    * quadlet: Add tests for templates
    * quadlet: Add documentation about template use to manpage
    * quadlet: When loading dropin files for foo@instance, also load those for foo@.
    * quadlet: Support [Install] for templated units
    * systemd.parser: Add GetTemplateParts()
    * quadlet: Don't put @ in container names for templated units
    * [CI:DOCS] Packit: podman5 downstream for f40+
    * [CI:DOCS] minor man page cleanup
    * Fix inspect test that rely on digest
    * Update module github.com/google/uuid to v1.6.0
    * Fix auto-update digest comparison
    * bindings: suggest using -tags remote to reduce file size
    * bindings: pods uses entities/types
    * bindings: volumes uses entities/types
    * bindings: secrets uses entities/types
    * bindings: network uses entities/types
    * bindings: manifests uses entities/types
    * bindings: play uses entities/types
    * bindings: generate uses entities/types
    * bindings: images uses entities/types
    * specgen: use storageTypes instead of storage package
    * bindings: containers/update uses entities/types
    * bindings: containers/exec uses directly Docker type
    * bindings: containers/create uses entities/types
    * bindings: containers/containers uses entities/types
    * bindings: containers/commit uses directly Docker type
    * bindings: containers/checkpoint uses entities/types
    * bindings: containers/archive uses entities/types
    * domain: move system structs to types sub-package
    * domain: move Event to types sub-package
    * [CI:DOCS] Update farm docs
    * Fix image filters parsing
    * Vendor in latest c/common
    * Update module github.com/mattn/go-sqlite3 to v1.14.20
    * [CI:BUILD] rpm: use go-rpm-macros on RHEL 10
    * Update module github.com/docker/docker to v25.0.1+incompatible
    * Update module github.com/docker/docker to v25
    * Kube Play - allow creating image based volumes
    * Deprecate BoltDB, preventing creation of new databases.
    * Add information about --latest support on man pages
    * Warn about whitespace in /etc/subuid and /etc/subgid files
    * Pass the OCI runtime an empty entrypoint when there is no entrypoint
    * chore: remove unused file [NO NEW TESTS NEEDED]
    * Restrict building the pkg/fileserver implementation to windows
    * podman farm is no longer hidden. Enable doc checks.
    * Fix Mount Unit Option
    * [skip-ci] Update dawidd6/action-send-mail action to v3.10.0
    * Update module github.com/onsi/gomega to v1.31.1
    * Update module github.com/opencontainers/image-spec to v1.1.0-rc6
    * [CI:DOCS]Remove final references to varlink
    * Update module golang.org/x/tools to v0.17.0
    * Label host volume mounted content in machine as nfs_t
    * Ensure podman temp directory is created on Start as well.
    * Quadlet: ensure all keys are documented
    * quadlet.go: clean up keys
    * Add missing check for errors returned from SpecGenToOCI to MakeContainer.
    * Update module github.com/onsi/gomega to v1.31.0
    * Update module golang.org/x/net to v0.20.0
    * Update module github.com/onsi/ginkgo/v2 to v2.14.0
    * Update module github.com/docker/go-connections to v0.5.0
    * Update module github.com/vbauerster/mpb/v8 to v8.7.2
    * gvproxy: Update to 0.7.2 release
    * Set up podman machine remote user correctly
    * rm pod with podman run if ctr creation failed
    * Add a net health recovery service to Qemu machines
    * CI: reenable tests that are working again
    * applehv: return socket path from setupAPIForwarding
    * applehv: Remove unneeded cmd.ExtraFiles assignment
    * fix mongo-driver dependency
    * [NO NEW TESTS NEEDED] [FreeBSD] Fix crash when running podman inspect
    * Man pages: tighter documenting of --format fields
    * farm build: push built images to registry
    * machine: Enable console autologin by default
    * AppleHV: update LastUp time
    * Remove Libpod special-init conditions
    * Make --gpus work with nvidia gpus
    * systests: kube with policies test: fix race
    * Assign separate ports for each appleHV machine
    * Fix machine inspect test config
    * Fix `podman machine set --rootful` for applehv
    * Run mac jobs on labeled hosts
    * Fix `podman system reset` with external containers
    * Replace strings.SplitN with strings.Cut
    * quadlet: fix quoting of example option values in container unit file documentation
    * cmd: support --config option to locate authentication file
    * Fix podman machine ssh command
    * System tests: fixes for RHEL8 gating failures
    * Remove redundant code in generateSpec()
    * docs: update mariadb example
    * labeler: Use `machine` label
    * [CI:DOCS]Periodic update to OWNERS file
    * feat: disable pid max in the podman machine
    * e2e: reenable warning checks on Debian
    * Add API forwarding support for HyperV
    * consolidate ignition ready socket unit
    * Remove --latest from podman CMD --help output
    * machine: use GlobalDataDir helper
    * Refactor: replace StringInSlice with slices.Contains
    * fix(deps): update module golang.org/x/sys to v0.16.0
    * Fix init teardown on bad ignition path
    * Use single persistent ssh key for all machines
    * test/system: add test for mounting issue in the init container
    * Error messages not being reported unless more then one error present
    * fix(deps): update module golang.org/x/sync to v0.6.0
    * xref-manpages script: more regression tests
    * Vendor latest c/image
    * Use parser.UnitFile
    * Create `pkg/machine/ignition` package
    * docs: fix typos
    * chore: delete obsolete // +build lines
    * machine/qemu: A few debugging prints
    * ci/labeler: Add area/machine label
    * Set applehv as default darwin provider
    * Quadlet - add StopTimeout key for .container file
    * chore: remove unused link
    * CI: bump VMs
    * docs/build_osx.md: Describe external gvproxy
    * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.12
    * Quadlet - fix trailing whitespaces handling
    * Makefile - make sure gitvalidation is installed before calling it
    * applehv - fix vm lookup
    * e2e: Skip journalctl if journald is unavailable
    * remote: fix podman-remote kube play --publish-all
    * Kube Generate - check options in bind-mount-options exist before accessing
    * Add mmap cache option to QEMU mount
    * chore(deps): update module github.com/containerd/containerd to v1.7.11 [security]
    * chore(deps): update module golang.org/x/crypto to v0.17.0 [security]
    * Tests for xref-helpmsgs-manpages
    * abi: drop check for IsRootless()
    * Strip key/values of external quotes
    * Move golang requirement from 1.18 to 1.20
    * Allow PublishPorts to be used with [Pod] entry
    * quadlet container support multiple Ulimit options
    * Improve compose tests
    * Remove duplicated content in docs
    * docs: oci-dir does not support compress as suggested
    * Update module github.com/vbauerster/mpb/v8 to v8.7.1
    * Update module github.com/mattn/go-sqlite3 to v1.14.19
    * Fix Docker API compatibility with network alias (#17167)
    * Fix path to example files
    * Error on HyperV VM start when gvproxy has failed to start
    * [skip-ci] Update actions/upload-artifact action to v4
    * Kube Play - pass arguments to build
    * doc cleanup
    * CI: safer podman-stop tests
    * fix(deps): update module github.com/containers/libhvee to v0.6.0
    * CheckExclusiveArch should use local JSON too
    * Update gitleaks baseline w/ harmless findings
    * machine e2e : set default disk size to 11
    * Fix push endpoint stream
    * CI: systests: safer isolation in registry & tests
    * Support podman ps --format '{{ .Label label }}'
    * fix(deps): update module golang.org/x/tools to v0.16.1
    * fix(deps): update module github.com/google/uuid to v1.5.0
    * Remove deprecated field ContainerState.NetworkStatusOld
    * Make hyperv pass
    * Podman 5 machine config file - Step 1
    * Support a machine-test only mode
    * cli: podman manifest annotate --annotation use StringArray()
    * cli: podman manifest add --annotation use StringArray()
    * cli: podman kube play --configmap use StringArray()
    * cli: podman kube play --log-opt use StringArray()
    * podman kube play: fix broken annotation parsing
    * cli: podman kube play --annotation use StringArray()
    * cli: podman image trust set --pubkeysfile use StringArray()
    * cli: podman push --encryption-key use StringArray()
    * cli: podman pull --decryption-key use StringArray()
    * Fix WSL machine test regressions
    * EMERGENCY: fix broken CI
    * added system test
    * Add test for relative idmap mount
    * fix checking of relative idmapped mount
    * CI: unskip tests
    * add test for podman exec --env-file
    * cli: podman exec --env-file use StringArray()
    * cli: podman run/create --blkio-weight-device use StringArray()
    * cli: podman run/create --device-{read,write}-bps use StringArray()
    * cli: podman run/create --device-{read,write}-iops use StringArray()
    * cli: podman run/create --device use StringArray()
    * add podman create --label-file test
    * cli: podman run/create --label-file use StringArray()
    * cli: podman run/create --decryption-key use StringArray()
    * [CI:BUILD] override crun-wasm in fcos + podman-next image build
    * machine: usb: Fix 'passtrough' typo
    * cli: podman run/create --chrootdirs use StringArray()
    * cli: podman run/create --log-opt use StringArray()
    * cli: podman run/create --env-file use StringArray()
    * cli: podman run/create --annotation use StringArray()
    * cli: podman --hooks-dir use StringArray()
    * cli: podman --module use StringArray()
    * cli: add docs for StringArray vs StringSlice options
    * Fix regression in e2e machine test suite
    * buildah treadmill: cleaner YAML, uglier script
    * CI: systests: fix flaking --since test
    * [CI:DOCS]use nginx in podman tutorial
    * [CI:DOCS] compat api: fix formatting syntax
    * [skip-ci] Update actions/stale action to v9
    * system service: split out cgroups call into linux specific file
    * libpod: split out cgroups call into linux specific file
    * pkg/specgen/generate: NOP verifyContainerResources() on freebsd
    * use rootless netns from c/common
    * Improve error handling in win-lib.ps1
    * Update vendor of containers/storage
    * Fix user-mode net init flag on first time install
    * [skip-ci] Update actions/setup-go action to v5
    * fix broken labeler.yml config
    * systests: cp: add wait_for_ready
    * Add e2e tests for quadlet Entrypoint option
    * podman: new option --preserve-fd
    * Kube Play - set ReportWriter when building an image
    * Add support for Entrypoint in quadlet
    * fix(deps): update module github.com/containernetworking/plugins to v1.4.0
    * systests: debug systemd failures
    * apiv2 tests: fix race
    * Do not aggregate failing mac test status
    * Implement bare-metal Mac M1 podman-machine testing
    * Fix command failure not resulting in task failure
    * [skip-ci] Update actions/labeler action to v5
    * [CI:DOCS] Update health-start-periods docs
    * fix(deps): update github.com/opencontainers/runtime-spec digest to 0625254
    * fix podman-systemd.unit.5 Mask/Unmask placement
    * fix(deps): update github.com/docker/go-connections digest to fa09c95
    * Quadlet .pod - add support for the Volume Key
    * Quadlet .pod - add support for the Network Key
    * Quadlet - fix pod service file name
    * Add support for the userns annotation in kube play
    * Handle symlinks when checking DB vs runtime configs
    * Update podman-systemd.unit.5.md
    * fix(deps): update github.com/containers/image/v5 digest to 671ab94
    * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.11
    * libpod: Detect whether we have a private UTS namespace on FreeBSD
    * fix(deps): update github.com/openshift/imagebuilder digest to ef2a5fe
    * CI: fix system_test_aarch64 dependencies
    * Enable win podman-machine test failure
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2
    * fix(deps): update common, image, and storage deps
    * Move the --farm flag to farm build command
    * @@option volume.image: be specific that -v only affects RUN
    * Accept a config blob alongside the "changes" slice when committing
    * container create: use ParseUserNamespace to parse a user namespace setting
    * deferred test failures: handle a corner case
    * Fix locking error in WSL machine rm -f
    * support lookup of intermediate IDs in gidmapping/uidmapping options in userns=auto
    * sqlite: set busy timeout to 100s
    * libpod: Allow using just one jail per container on FreeBSD
    * Vendor c/common
    * Gating test fixes
    * pkg/bindings: add new APIVersionError error type
    * Set `BUILDAH_ISOLATION=chroot` within Podman containers
    * Don't update health check status during initialDelaySeconds
    * quadlet: Support systemd style dropin files
    * fix podman-remote exec regression with v4.8
    * utils: close a couple of ReadClosers
    * Fix transferring data using tar
    * [CI:DOCS] Fix markdown bugs
    * refactor(machine): improve machine marker value
    * Set correct exitcode in remove events and change ContainerExitCode from int to int ptr
    * sqlite: fix issue in ValidateDBConfig()
    * sqlite: fix missing Commit() in RemovePodContainers()
    * docs: drop default for tmpfs-mode
    * Quadlet - Add support for .pod units
    * [systests] podman mount no-dereference: complete rewrite
    * [CI:DOCS] performance: document sometimes slow native overlayfs
    * fix(deps): update module github.com/gorilla/schema to v1.2.1
    * fix(deps): update module golang.org/x/tools to v0.16.0
    * Use idtools.SafeChown and SafeLchown everywhere
    * [systests] new defer-assertion-failure
    * fix(deps): update module golang.org/x/net to v0.19.0
    * Fix wsl.conf generation when user-mode-networking is disabled
    * test/compose: remove debug leftovers
    * [CI:BUILD] rpm: remove dnsname
    * swagger: document play kube annotations param
    * Clean up farm-build miscommit
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.0
    * system: enhance check for re-exec into rootless userns
    * Fix Ulimit syntax.
    * libpod: drop dead code
    * pkg/util: use code from c/storage
    * Remove unnencessary pregenerated doc
    * fix(deps): update module github.com/crc-org/vfkit to v0.5.0
    * podman machine image from oci updates
    * If API calls for kube play --replace, then replace pod
    * [CI:DOCS] Add podman farm build doc
    * Ignore SELinux relabel on unsupported file systems
    * Use configured timeout in list_test.go
    * vendor: update containers/{common,storage,image,buildah}
    * machine applehv: create better error on start failure
    * quadlet: Support `healthy` for `Notify` directives
    * No longer support deprecated legacy QEMU machine structures
    * new 'no-dereference' mount option
    * Bump to v5.0.0-dev
    * Update dependency setuptools to v69
    * Check for imageID, not imageName
    * Use NewStoreReference instead of ParseStoreReference
    * Don't re-assign imageID
    * Remove clearly dead code
    * Update release notes from v4.7 branch
    * More rootless-tutorial fixes
    * Get masked paths and readonly masked patchs from containers/common
    * Change default QEMU CPU level to `qemu64` on Windows amd64

++++ python313:

  - Update to 3.13.0a5:
  - Security
  - gh-115398: Allow controlling Expat >=2.6.0 reparse deferral
    (CVE-2023-52425) by adding five new methods:
    xml.etree.ElementTree.XMLParser.flush()
    xml.etree.ElementTree.XMLPullParser.flush()
    xml.parsers.expat.xmlparser.GetReparseDeferralEnabled()
    xml.parsers.expat.xmlparser.SetReparseDeferralEnabled()
    xml.sax.expatreader.ExpatParser.flush()
  - gh-114572: ssl.SSLContext.cert_store_stats() and
    ssl.SSLContext.get_ca_certs() now correctly lock access to
    the certificate store, when the ssl.SSLContext is shared
    across multiple threads.
  - Core and Builtins
  - gh-116604: Respect the status of the garbage collector when
    indirect calls are made via PyErr_CheckSignals() and the
    evaluation breaker. Patch by Pablo Galindo
  - gh-112087: list is now compatible with the implementation
    of PEP 703.
  - gh-116381: Add specialization for CONTAINS_OP.
  - gh-116296: Fix possible refleak in object.__reduce__()
    internal error handling.
  - gh-115823: Properly calculate error ranges in the parser
    when raising SyntaxError exceptions caused by invalid byte
    sequences. Patch by Pablo Galindo
  - gh-115778: Add tierN annotation for instruction definition
    in interpreter DSL.
  - gh-115733: Fix crash when calling next() on exhausted list
    iterators.
  - gh-115700: The regen-cases build stage now works on
    Windows.
  - gh-115347: Fix bug where docstring was replaced by a
    redundant NOP when Python is run with -OO.
  - gh-115323: Make error message more meaningful for when
    bytearray.extend() is called with a str object.
  - gh-112175: Every PyThreadState now has its own
    eval_breaker, allowing specific threads to be interrupted.
  - gh-115154: Fix a bug that was causing the
    tokenize.untokenize() function to handle unicode named
    literals incorrectly. Patch by Pablo Galindo
  - gh-112433: Add ability to force alignment of
    ctypes.Structure by way of the new _align_ attribute on the
    class.
  - gh-104090: The multiprocessing resource tracker now
    exits with non-zero status code if a resource leak was
    detected. It still exits with status code 0 otherwise.
  - gh-105858: Improve the constructors for ast
    nodes. Arguments of list types now default to an empty list
    if omitted, and optional fields default to None. AST nodes
    now have an __annotations__ attribute with the expected
    types of their attributes. Passing unrecognized extra
    arguments to AST nodes is deprecated and will become an
    error in Python 3.15. Omitting a required argument to an
    AST node is deprecated and will become an error in Python
    3.15. Patch by Jelle Zijlstra.
  - gh-101860: Expose __name__ attribute on property.
  - gh-96497: Fix incorrect resolution of mangled class
    variables used in assignment expressions in comprehensions.
  - Library
  - gh-116600: Fix repr() for global Flag members.
  - gh-116349: platform.java_ver() is deprecated and will be
    removed in 3.15. It was largely untested, had a confusing
    API, and was only useful for Jython support.
  - gh-116143: Fix a race in pydoc _start_server, eliminating a
    window in which _start_server can return a thread that is
    “serving” but without a docserver set.
  - gh-116127: typing: implement PEP 705 which adds
    typing.ReadOnly support to typing.TypedDict.
  - gh-116325: typing: raise SyntaxError instead of
    AttributeError on forward references as empty strings.
  - gh-115957: When asyncio.TaskGroup.create_task is called on
    an inactive asyncio.TaskGroup, the given coroutine will be
    closed (which prevents a RuntimeWarning).
  - gh-115978: Disable preadv(), readv(), pwritev(),
    and writev() on WASI. Under wasmtime for WASI
    0.2, these functions don’t pass test_posix
    (gh-bytecodealliance/wasmtime#7830).
  - gh-88352: Fix the computation of the next rollover
    time in the logging.TimedRotatingFileHandler handler.
    computeRollover() now always returns a timestamp larger
    than the specified time and works correctly during the DST
    change. doRollover() no longer overwrite the already rolled
    over file, saving from data loss when run at midnight or
    during repeated time at the DST change.
  - gh-87115: Set __main__.__spec__ to None when running a
    script with pdb
  - gh-76511: Fix UnicodeEncodeError in
    email.Message.as_string() that results when a message
    that claims to be in the ascii character set actually has
    non-ascii characters. Non-ascii characters are now replaced
    with the U+FFFD replacement character, like in the replace
    error handler.
  - gh-89547: Add support for nested typing special forms like
    Final[ClassVar[int]].
  - gh-65824: Improve the less prompt in pydoc.
  - gh-116040: [Enum] fix by-value calls when second value is
    falsey; e.g. Cardinal(1, 0)
  - gh-115821: [Enum] Improve error message when calling
    super().__new__() in custom __new__.
  - gh-85644: Use the XDG_CURRENT_DESKTOP environment variable
    in webbrowser to check desktop. Prefer it to the deprecated
    GNOME_DESKTOP_SESSION_ID for GNOME detection.
  - gh-75988: Fixed unittest.mock.create_autospec() to pass
    the call through to the wrapped object to return the real
    result.
  - gh-115881: Fix issue where ast.parse() would incorrectly
    flag conditional context managers (such as with (x() if y
    else z()): ...) as invalid syntax if feature_version=(3,
    8) was passed. This reverts changes to the grammar made as
    part of gh-94949.
  - gh-115886: Fix silent truncation of the
    name with an embedded null character in
    multiprocessing.shared_memory.SharedMemory.
  - gh-115532: Add kernel density estimation to the statistics
    module.
  - gh-115714: On WASI, the time module no longer get process
    time using times() or CLOCK_PROCESS_CPUTIME_ID, system API
    is that is unreliable and is likely to be removed from
    WASI. The affected clock functions fall back to calling
    clock().
  - gh-115809: Improve algorithm for computing
    which rolled-over log files to delete in
    logging.TimedRotatingFileHandler. It is now reliable for
    handlers without namer and with arbitrary deterministic
    namer that leaves the datetime part in the file name
    unmodified.
  - gh-74668: urllib.parse functions parse_qs() and
    parse_qsl() now support bytes arguments containing raw and
    percent-encoded non-ASCII data.
  - gh-67044: csv.writer() now always quotes or escapes '\r'
    and '\n', regardless of lineterminator value.
  - gh-115712: Restore support of space delimiter with
    skipinitialspace=True in csv. csv.writer() now quotes empty
    fields if delimiter is a space and skipinitialspace is true
    and raises exception if quoting is not possible.
  - gh-112364: Fixed ast.unparse() to handle format_spec with
    ", ' or \\. Patched by Frank Hoffmann.
  - gh-112997: Stop logging potentially sensitive callback
    arguments in asyncio unless debug mode is active.
  - gh-114914: Fix an issue where an abandoned StreamWriter
    would not be garbage collected.
  - gh-111358: Fix a bug in
    asyncio.BaseEventLoop.shutdown_default_executor() to ensure
    the timeout passed to the coroutine behaves as expected.
  - gh-115618: Fix improper decreasing the reference count for
    None argument in property methods getter(), setter() and
    deleter().
  - gh-112720: Refactor dis.ArgResolver to make it possible to
    subclass and change the way jump args are interpreted.
  - gh-112006: Fix inspect.unwrap() for types
    with the __wrapper__ data descriptor. Fix
    inspect.Signature.from_callable() for builtins
    classmethod() and staticmethod().
  - gh-101293: Support callables with the __call__() method
    and types with __new__() and __init__() methods set to
    class methods, static methods, bound methods, partial
    functions, and other types of methods and descriptors in
    inspect.Signature.from_callable().
  - gh-103092: Isolate _lsprof (apply PEP 687).
  - gh-113942: pydoc no longer skips global functions
    implemented as builtin methods, such as
    MethodDescriptorType and WrapperDescriptorType.
  - gh-115256: Added DeprecationWarning when accessing the
    tarfile attribute of TarInfo objects. The attribute is
    never used internally and is only attached to TarInfos when
    the tarfile is opened in write-mode, not read-mode. The
    attribute creates an unnecessary reference cycle which may
    cause corruption when not closing the handle after writing
    a tarfile.
  - gh-115197: urllib.request no longer resolves the hostname
    before checking it against the system’s proxy bypass list
    on macOS and Windows.
  - gh-113812: DatagramTransport.sendto() will now send
    zero-length datagrams if called with an empty bytes
    object. The transport flow control also now accounts for
    the datagram header when calculating the buffer size.
  - gh-114763: Protect modules loaded with
    importlib.util.LazyLoader from race conditions when
    multiple threads try to access attributes before the
    loading is complete.
  - gh-114709: posixpath.commonpath() now raises a ValueError
    exception when passed an empty iterable. Previously,
    IndexError was raised.
    posixpath.commonpath() now raises a TypeError exception
    when passed None. Previously, ValueError was raised.
  - gh-114610: Fix bug where pathlib.PurePath.with_stem()
    converted a non-empty path suffix to a stem when given an
    empty stem argument. It now raises ValueError, just like
    pathlib.PurePath.with_suffix() does when called on a path
    with an empty stem, given a non-empty suffix argument.
  - gh-107361: Add ssl.VERIFY_X509_PARTIAL_CHAIN and
    VERIFY_X509_STRICT to the default SSL context created with
    ssl.create_default_context().
  - gh-112281: Allow creating union of types for
    typing.Annotated with unhashable metadata.
  - gh-111775: Fix
    importlib.resources.simple.ResourceHandle.open() for text
    mode, added missed stream argument.
  - gh-90095: Make .pdbrc and -c work with any valid pdb
    commands.
  - gh-107625: Raise configparser.ParsingError from read()
    and read_file() methods of configparser.ConfigParser if a
    key without a corresponding value is continued (that is,
    followed by an indented line).
  - gh-107155: Fix incorrect output of help(x) where x is a
    lambda function, which has an __annotations__ dictionary
    attribute with a "return" key.
  - gh-57141: Add option for non-shallow comparisons to
    filecmp.dircmp like filecmp.cmp(). Original patch by Steven
    Ward. Enhanced by Tobias Rautenkranz
  - gh-69990: Profile.print_stats() has been improved to accept
    multiple sort arguments. Patched by Chiu-Hsiang Hsu and
    Furkan Onder.
  - gh-104061: Add socket.SO_BINDTOIFINDEX constant.
  - gh-60346: Fix ArgumentParser inconsistent with
    parse_known_args.
  - gh-102389: Add windows_31j to aliases for cp932 codec
  - gh-72249: functools.partial`s of :func:`repr() has been
    improved to include the module name. Patched by Furkan
    Onder and Anilyka Barry.
  - gh-100985: Update HTTPSConnection to consistently wrap IPv6
    Addresses when using a proxy.
  - gh-100884: email: fix misfolding of comma in address-lists
    over multiple lines in combination with unicode encoding
    (bsc#1238450 CVE-2025-1795)
  - gh-95782: Fix io.BufferedReader.tell(),
    io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
    io.BufferedRandom.tell(), io.BufferedRandom.seek() and
    _pyio.BufferedRandom.tell() being able to return negative
    offsets.
  - gh-96310: Fix a traceback in argparse when all options in a
    mutually exclusive group are suppressed.
  - gh-93205: Fixed a bug in
    logging.handlers.TimedRotatingFileHandler where multiple
    rotating handler instances pointing to files with the same
    name but different extensions would conflict and not delete
    the correct files.
  - bpo-31116: Add Z85 encoding to base64.
  - bpo-44865: Add missing call to localization function in
    argparse.
  - bpo-43952: Fix multiprocessing.connection.Listener.accept()
    to accept empty bytes as authkey. Not accepting empty bytes
    as key causes it to hang indefinitely.
  - bpo-42125: linecache: get module name from __spec__ if
    available. This allows getting source code for the __main__
    module when a custom loader is used.
  - bpo-41122: Failing to pass arguments properly to
    functools.singledispatchmethod() now throws a TypeError
    instead of hitting an index out of bounds internally.
  - bpo-40818: The asyncio REPL now runs
    sys.__interactivehook__ on startup. The default
    implementation of sys.__interactivehook__ provides
    auto-completion to the asyncio REPL. Patch contributed by
    Rémi Lapeyre.
  - bpo-33775: Add ‘default’ and ‘version’ help text for
    localization in argparse.
  - Documentation
  - gh-115399: Document CVE-2023-52425 of Expat <2.6.0 under
    “XML vulnerabilities”.
  - gh-109653: Improve import time of uuid on Linux.
  - Tests
  - gh-71052: Add test exclusions to support running the test
    suite on Android.
  - gh-71052: Enable test_concurrent_futures on platforms that
    support threading but not multiprocessing.
  - gh-115796: Make ‘_testinternalcapi.assemble_code_object’
    construct the exception table for the code object.
  - gh-115720: Leak tests (-R, --huntrleaks) now show a summary
    of the number of leaks found in each iteration.
  - gh-115122: Add --bisect option to regrtest test runner:
    run failed tests with test.bisect_cmd to identify failing
    tests. Patch by Victor Stinner.
  - gh-115596: Fix ProgramPriorityTests in test_os permanently
    changing the process priority.
  - gh-115556: On Windows, commas passed in arguments to
    Tools\buildbot\test.bat and PCbuild\\rt.bat are now
    properly handled.
  - gh-115420: Fix translation of exception hander targets by
    _testinternalcapi.optimize_cfg.
  - gh-115376: Fix segfault in
    _testinternalcapi.compiler_codegen on bad input.

++++ strace:

  - Update to strace 6.8
    * Renamed --stack-traces to --stack-trace for consistency.
    Old option is retained for backwards compatibility.
    * Implemented --stack-trace-frame-limit=N option for configuring the limit
    of the number of printed backtrace frames.
    * Implemented decoding of statmount, listmount, lsm_get_self_attr,
    lsm_set_self_attr, and lsm_list_modules syscalls.
    * Implemented decoding of setsockopt(TCP_AO_ADD_KEY).
    * Updated decoding of landlock_create_ruleset and landlock_add_rule syscalls.
    * Updated decoding of SMC_DIAG_DMBINFO netlink attribute.
    * Updated decoding of UBI_IOCATT ioctl command.
    * Enhanced decoding of mount attributes of fsmount and mount_setattr syscalls.
    * Updated lists of BPF_*, KEXEC_*, KVM_*, PERF_*, SOL_*, STATX_*, UFFD_*,
    and V4L2_* constants.
    * Updated lists of ioctl commands from Linux 6.8.

------------------------------------------------------------------
------------------  2024-3-19  -  Mar 19 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - 0010-glx-silence-more-implicit-load-zink-errors.patch
    * glx: silence more implicit-load zink errors [gitlab mesa issue #10802]
  - 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch,
    0002-glx-fix-some-indentation.patch,
    0003-glx-add-an-implicit-param-to-createScreen.patch,
    0004-glx-pass-implicit-load-param-through-allocation.patch,
    0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch,
    0006-gbm-plumb-an-implicit-param-through-device-creation.patch,
    0007-frontends-dri-plumb-an-implicit-param-through-screen.patch,
    0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch,
    0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
    * get rid of error message:
    'MESA: error: ZINK: vkEnumeratePhysicalDevices failed
    (VK_ERROR_INITIALIZATION_FAILED)'
    [gitlab mesa issue #10802]
  - adjusted and re-enabled python36-buildfix1.patch

++++ Mesa-drivers:

  - 0010-glx-silence-more-implicit-load-zink-errors.patch
    * glx: silence more implicit-load zink errors [gitlab mesa issue #10802]
  - 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch,
    0002-glx-fix-some-indentation.patch,
    0003-glx-add-an-implicit-param-to-createScreen.patch,
    0004-glx-pass-implicit-load-param-through-allocation.patch,
    0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch,
    0006-gbm-plumb-an-implicit-param-through-device-creation.patch,
    0007-frontends-dri-plumb-an-implicit-param-through-screen.patch,
    0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch,
    0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
    * get rid of error message:
    'MESA: error: ZINK: vkEnumeratePhysicalDevices failed
    (VK_ERROR_INITIALIZATION_FAILED)'
    [gitlab mesa issue #10802]
  - adjusted and re-enabled python36-buildfix1.patch

++++ python-kiwi:

  - Add support for %v in bundle format
    Allow a placeholder for the entire version text as
    provided by the <version> section
  - Allow bundle format to be set on the commandline
    The bundle format is usually specified as part of the image
    description in the bundle_format attribute. This commit also
    allows to specify/overwrite the bundle format in the kiwi
    result bundle command via the new --bundle-format option.
    This Fixes #2509
  - Bump version: 10.0.5 → 10.0.6

++++ grub2:

  - Add grub2-bsc1220338-key_protector-implement-the-blocklist.patch
    to implement a blocklist in the key protector and check the
    unwanted UEFI variables (bsc#1220338)

++++ kernel-default:

  - Refresh
    patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch.
  - commit 4c6eb4e
  - iommu/dma: Trace bounce buffer usage when mapping buffers
    (git-fixes).
  - commit a53df01
  - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store() (git-fixes)
  - commit 4586f58
  - RDMA/device: Fix a race between mad_client and cm_client init (git-fixes)
  - commit 0f4890f
  - RDMA/hns: Fix mis-modifying default congestion control algorithm (git-fixes)
  - commit a44fff2
  - RDMA/srpt: Do not register event handler until srpt device is fully setup (git-fixes)
  - commit faac2cb
  - RDMA/irdma: Remove duplicate assignment (git-fixes)
  - commit 5dbeef5
  - drm/amd/display: Fix && vs || typos (git-fixes).
  - commit 1a09c42
  - iommu: Map reserved memory as cacheable if device is coherent
    (git-fixes).
  - Refresh
    patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch.
  - commit 3835906
  - memory: tegra: Add BPMP and ICC info for DLA clients (bsc#1221330)
  - commit 7fbb1f9
  - memory: tegra: Correct DLA client names (bsc#1221330)
  - commit 09ff68e
  - Refresh patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch (git-fixes)
    Alt-commit
  - commit c5c0b23
  - Refresh patches.suse/drm-amdgpu-pm-Fix-the-power1_min_cap-value.patch (git-fixes)
    Alt-commit
  - commit b9c791c
  - Refresh patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch (git-fixes)
    Alt-commit
  - commit efd4bf7
  - Refresh patches.suse/drm-amdgpu-Fix-the-runtime-resume-failure-issue.patch (git-fixes)
    Alt-commit
  - commit 6ffd9c2
  - Refresh patches.suse/drm-amd-display-fix-null-pointer-dereference-on-edid.patch (git-fixes)
    Alt-commit
  - commit 3adc50a
  - Refresh patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch (git-fixes)
    Alt-commit
  - commit 1e0a8c4
  - Refresh patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch (git-fixes)
    Alt-commit
  - commit e173f6f
  - Refresh patches.suse/drm-amdgpu-display-Initialize-gamma-correction-mode-.patch (git-fixes)
    Alt-commit
  - commit 36a7865
  - Refresh patches.suse/drm-amd-display-Fix-possible-NULL-dereference-on-dev.patch (git-fixes)
    Alt-commit
  - commit c463983
  - Refresh patches.suse/Revert-drm-amd-display-increased-min_dcfclk_mhz-and-.patch (git-fixes)
    Alt-commit
  - commit 04c948e
  - Refresh patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch (git-fixes)
    Alt-commit
  - commit 30b9cb6
  - Refresh patches.suse/drm-amd-Stop-evicting-resources-on-APUs-in-suspend.patch (git-fixes)
    Alt-commit
  - commit 84c8d2c
  - Refresh patches.suse/drm-amd-display-Fix-possible-buffer-overflow-in-find.patch (git-fixes)
    Alt-commit
  - commit b40ba61
  - Refresh patches.suse/drm-amd-display-Fix-possible-use-of-uninitialized-ma.patch (git-fixes)
    Alt-commit
  - commit c3f6221
  - Refresh patches.suse/drm-amd-display-Initialize-wait_time_microsec-variab.patch (git-fixes)
    Alt-commit
  - commit e48d42e
  - Refresh patches.suse/drm-amdkfd-Fix-L2-cache-size-reporting-in-GFX9.4.3.patch (git-fixes)
    Alt-commit
  - commit 2eea2ce
  - Refresh patches.suse/drm-amd-display-Implement-bounds-check-for-stream-en.patch (git-fixes)
    Alt-commit
  - commit d676a78
  - Refresh patches.suse/drm-amd-display-Add-NULL-test-for-timing-generator-i.patch (git-fixes)
    Alt-commit
  - commit c8a379e
  - Refresh patches.suse/drm-amd-display-Fix-panel_cntl-could-be-null-in-dcn2.patch (git-fixes)
    Alt-commit
  - commit 31dbfa0
  - Refresh patches.suse/drm-amdkfd-reserve-the-BO-before-validating-it.patch (git-fixes)
    Alt-commit
  - commit 1aea4a9
  - Refresh patches.suse/drm-amd-display-Fix-buffer-overflow-in-get_host_rout.patch (git-fixes)
    Alt-commit
  - commit 8ed7043
  - Refresh patches.suse/drm-amd-display-Add-NULL-check-for-kzalloc-in-amdgpu.patch (git-fixes)
    Alt-commit
  - commit 06e5854
  - Refresh patches.suse/drm-amdgpu-Fix-missing-error-code-in-gmc_v6-7-8-9_0_.patch (git-fixes)
    Alt-commit
  - commit 933ecff
  - Refresh patches.suse/drm-amd-Don-t-init-MEC2-firmware-when-it-fails-to-lo.patch (git-fixes)
    Alt-commit
  - commit 3901f67
  - Refresh patches.suse/Revert-drm-amd-pm-fix-the-high-voltage-and-temperatu.patch (git-fixes)
    Alt-commit
  - commit c410dd8
  - Refresh patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch (git-fixes)
    Alt-commit
  - commit e2f8984
  - Refresh patches.suse/drm-amd-display-Fix-a-switch-statement-in-populate_d.patch (git-fixes)
    Alt-commit
  - commit fd4226b
  - Refresh patches.suse/drm-bridge-sii902x-Fix-audio-codec-unregistration.patch (git-fixes)
    Alt-commit
  - commit eb02c03
  - Refresh patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes)
    Alt-commit
  - commit c6467b6
  - Refresh patches.suse/drm-i915-perf-Update-handling-of-MMIO-triggered-repo.patch (git-fixes)
    Alt-commit
  - commit c6bd3a5
  - Refresh patches.suse/drm-i915-dp-Fix-passing-the-correct-DPCD_REV-for-drm.patch (git-fixes)
    Alt-commit
  - commit 7fcb6ca
  - Refresh patches.suse/drm-amd-display-Fix-sending-VSC-colorimetry-packets-.patch (git-fixes)
    Alt-commit
  - commit 2a5c3b0
  - Refresh patches.suse/drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-state-m.patch (git-fixes)
    Alt-commit
  - commit cce0614
  - Refresh patches.suse/drm-amd-display-Restore-guard-against-default-backli.patch (git-fixes)
    Alt-commit
  - commit f6c0702
  - Refresh patches.suse/1958-drm-amd-display-fix-hw-rotated-modes-when-PSR-SU-is-.patch (git-fixes)
    Alt-commit
  - commit e213d83
  - Refresh patches.suse/1936-drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0.6.patch (git-fixes)
    Alt-commit
  - commit ef2737c
  - Refresh patches.suse/drm-amd-display-Increase-frame-warning-limit-with-KA.patch (git-fixes)
    Alt-commit
  - commit ad4332b
  - Refresh patches.suse/drm-amdgpu-disable-MCBP-by-default.patch (git-fixes)
    Alt-commit
  - commit 2c67e58
  - Refresh patches.suse/drm-amd-pm-fix-a-memleak-in-aldebaran_tables_init.patch (git-fixes)
    Alt-commit
  - commit c8de278
  - Move upstreamed patches into sorted section
  - commit 8b684d5
  - Move out-of-tree patches into the right sections
  - commit 2aa9e6c
  - Move upstreamed patches into sorted section
  - commit cdb27f5
  - drm/i915: Add missing ; to __assign_str() macros in tracepoint
    code (git-fixes).
  - ALSA: hda/realtek: add in quirk for Acer Swift Go 16 - SFG16-71
    (git-fixes).
  - Revert "ALSA: usb-audio: Name feature ctl using output if
    input is PCM" (git-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9
    (git-fixes).
  - commit fbc9b5f

++++ libffi:

  - Add patches to fix BTI on aarch64:
    * 830.patch
  - Update to 3.4.6:
    * Fix long double regression on mips64 and alpha.
  - Update to 3.4.5:
    * Add support for wasm32.
    * Add support for aarch64 branch target identification (bti).
    * Add support for ARCv3: ARC32 & ARC64.
    * Add support for HPPA64, and many HPPA fixes.
    * Add support for Haikuos on PowerPC.
    * Fixes for AIX, loongson, MIPS, power, sparc64, and x86 Darwin.
  - Drop upstreamed patches:
    * 808.patch
    * 810.patch

++++ libproxy-client:

  - Do not use %elif by now since SLE, Leap does not have an rpm
    supporting the tag.

++++ libproxy-backend:

  - Do not use %elif by now since SLE, Leap does not have an rpm
    supporting the tag.

++++ ceph:

  - Update to 16.2.15-68-gbb20a17289a:
    + mds: disable `defer_client_eviction_on_laggy_osds' by default
    + ceph.spec.in: Advertise users/groups that are generated by the pre scripts
    + cmake: Ensure git exists before executing it
    + make-dist: strip "-%{release}" from ceph package Requires
  - Drop ceph-cmake-3.28.patch (now included in source tarball)

++++ snapper:

  - improved error message (gh#openSUSE/snapper#864)
    Sat  9 Mar 09:44:17 GMT 2024 - infinity0@pwned.gg
  - add support for quarterly snapshots

++++ libxcb:

  - bug-262309_xcb-xauthlocalhostname.diff,
    n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
    * fixed build against GCC 14 (boo#1221703)

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

  - Update to 550.67
  - rename pci_ids-unsupported* to pci_ids-supported* files

++++ patterns-base:

  - Drop dependency on gconf2 from patterns-base-x11_raspberrypi:
    gconf2 has been removed from Factory like 2 years ago by now
    (boo#1221660).

++++ python-httpcore:

  - update to 1.0.4:
    * Add `target` request extension.
    * Fix support for connection `Upgrade` and `CONNECT` when some
    data in the stream has been read.
    * Fix support for async cancellations.
    * Fix trace extension when used with socks proxy.
    * Fix SSL context for connections using the "wss" scheme

------------------------------------------------------------------
------------------  2024-3-18  -  Mar 18 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to new feature release 24.0.3
    * Some interesting highlights include:
    + New PowerVR Vulkan driver for Imagination's GPU
    + NVIDIA Vulkan driver NVK has seen many improvements
    + AMD Vulkan driver RADV ray-tracing performance improvements
    + Microsoft OpenGL driver D3D12 has reached OpenGL 4.6 support
    * New extensions & features (in no particular order):
    + VK_EXT_image_compression_control on RADV
    + VK_EXT_device_fault on RADV
    + OpenGL 3.3 on Asahi
    + Geometry shaders on Asahi
    + GL_ARB_texture_cube_map_array on Asahi
    + GL_ARB_clip_control on Asahi
    + GL_ARB_timer_query on Asahi
    + GL_EXT_disjoint_timer_query on Asahi
    + GL_ARB_base_instance on Asahi
    + OpenGL 4.6 (up from 4.2) on d3d12
    + VK_EXT_depth_clamp_zero_one on RADV
    + GL_ARB_shader_texture_image_samples on Asahi
    + GL_ARB_indirect_parameters on Asahi
    + GL_ARB_viewport_array on Asahi
    + GL_ARB_fragment_layer_viewport on Asahi
    + GL_ARB_cull_distance on Asahi
    + GL_ARB_transform_feedback_overflow_query on Asahi
    + VK_KHR_calibrated_timestamps on RADV
    + VK_KHR_vertex_attribute_divisor on RADV
    + VK_KHR_maintenance6 on RADV
    + VK_KHR_ray_tracing_position_fetch on RADV
    + EGL_EXT_query_reset_notification_strategy
  - supersedes U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch
  - adjusted n_add-Mesa-headers-again.patch, u_dep_xcb.patch
  - disabled python36-buildfix1.patch
  - removed disabled patch u_fix-build-on-ppc64le.patch

++++ Mesa-drivers:

  - Update to new feature release 24.0.3
    * Some interesting highlights include:
    + New PowerVR Vulkan driver for Imagination's GPU
    + NVIDIA Vulkan driver NVK has seen many improvements
    + AMD Vulkan driver RADV ray-tracing performance improvements
    + Microsoft OpenGL driver D3D12 has reached OpenGL 4.6 support
    * New extensions & features (in no particular order):
    + VK_EXT_image_compression_control on RADV
    + VK_EXT_device_fault on RADV
    + OpenGL 3.3 on Asahi
    + Geometry shaders on Asahi
    + GL_ARB_texture_cube_map_array on Asahi
    + GL_ARB_clip_control on Asahi
    + GL_ARB_timer_query on Asahi
    + GL_EXT_disjoint_timer_query on Asahi
    + GL_ARB_base_instance on Asahi
    + OpenGL 4.6 (up from 4.2) on d3d12
    + VK_EXT_depth_clamp_zero_one on RADV
    + GL_ARB_shader_texture_image_samples on Asahi
    + GL_ARB_indirect_parameters on Asahi
    + GL_ARB_viewport_array on Asahi
    + GL_ARB_fragment_layer_viewport on Asahi
    + GL_ARB_cull_distance on Asahi
    + GL_ARB_transform_feedback_overflow_query on Asahi
    + VK_KHR_calibrated_timestamps on RADV
    + VK_KHR_vertex_attribute_divisor on RADV
    + VK_KHR_maintenance6 on RADV
    + VK_KHR_ray_tracing_position_fetch on RADV
    + EGL_EXT_query_reset_notification_strategy
  - supersedes U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch
  - adjusted n_add-Mesa-headers-again.patch, u_dep_xcb.patch
  - disabled python36-buildfix1.patch
  - removed disabled patch u_fix-build-on-ppc64le.patch

++++ python-kiwi:

  - Fixup cleanup of zipl templates
    Make sure temporary modifications to the zipl template
    and config file are not effective in the later system.
    This Fixes bsc#1221469

++++ drbd-utils:

  - drbd failover timeout because of "fence-peer helper broken" (bsc#1219263)
    * bsc-1219263_crm-fence-peer.9.sh-fix-parsing-in_ccm-crmd-fields-o.patch
    * bsc-1219263_crm-fence-peer.9.sh-use-join-of-node_state-to-judge-.patch

++++ librsvg:

  - Update to version 2.58.0:
    + The most significant change in this release is that librsvg no
    longer uses gdk-pixbuf for loading raster images. All image
    loading uses Rust codecs now.
    + Librsvg's gdk-pixbuf loader for SVG documents is unchanged; you
    can still load SVG files from gdk-pixbuf with it as usual.
    + Add basic support for "ch" length units in CSS.
    + Support "var(--foo, #aabbcc)" just for colors. This is the
    minimum required to render color SVG emoji fonts that provide
    color fallbacks, but it is not yet full support for CSS var().
    + Limit numOctaves in feTurbulence to avoid unbounded CPU
    consumption.
    + Don't panic when a :lang selector has an argument that is not a
    language-range.

++++ glib2:

  - Fold typelib-1_0-GioUnix-2_0 into typeib-1_0-Gio-2_0: gjs loads
    GioUnix as platform-specific overlay to Gio transparently. Any
    consumer that wants Gio needs GioUnix on Unix-like systems
    (boo#1211604).

++++ kernel-default:

  - fs: don't assume arguments are non-NULL (bsc#1221044
    CVE-2023-52591).
  - commit ec8f09d
  - fs: Restrict lock_two_nondirectories() to non-directory inodes
    (bsc#1221044 CVE-2023-52591).
  - commit b103012
  - fs: ocfs2: check status values (bsc#1221044 CVE-2023-52591).
  - commit a281985
  - rename(): avoid a deadlock in the case of parents having no
    common ancestor (bsc#1221044 CVE-2023-52591).
  - commit ea7137b
  - kill lock_two_inodes() (bsc#1221044 CVE-2023-52591).
  - commit 005222f
  - rename(): fix the locking of subdirectories (bsc#1221044
    CVE-2023-52591).
  - commit a6484cb
  - f2fs: Avoid reading renamed directory if parent does not change
    (bsc#1221044 CVE-2023-52591).
  - commit 3fb2dd8
  - ext4: don't access the source subdirectory content on
    same-directory rename (bsc#1221044 CVE-2023-52591).
  - commit ba7d1aa
  - ext2: Avoid reading renamed directory if parent does not change
    (bsc#1221044 CVE-2023-52591).
  - commit 65af3c2
  - udf_rename(): only access the child content on cross-directory
    rename (bsc#1221044 CVE-2023-52591).
  - commit a29fcb6
  - ocfs2: Avoid touching renamed directory if parent does not
    change (bsc#1221044 CVE-2023-52591).
  - Update references in
    patches.suse/reiserfs-Avoid-touching-renamed-directory-if-parent-.patch
    (git-fixes bsc#1221044 CVE-2023-52591).
  - commit 0477c34
  - Update kabi files: adapting kABI changes for ppc64le, too
  - commit bf73791
  - dcssblk: handle alloc_dax() -EOPNOTSUPP failure (git-fixes
    bsc#1221626).
  - commit eaf806c
  - s390/cache: prevent rebuild of shared_cpu_list (git-fixes
    bsc#1221625).
  - commit d9bc980
  - s390/pai: fix attr_event_free upper limit for pai device drivers
    (git-fixes bsc#1221623).
  - commit eac0e1f
  - KVM: s390: only deliver the set service event bits (git-fixes
    bsc#1221620).
  - commit 55838c8
  - dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
    (git-fixes).
  - dm: call the resume method on internal suspend (git-fixes).
  - dm raid: fix false positive for requeue needed during reshape
    (git-fixes).
  - dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing list
    (git-fixes).
  - dm-raid: fix lockdep waring in "pers->hot_add_disk"
    (jsc#PED-7542).
  - md/raid5: fix atomicity violation in raid5_cache_count
    (bsc#1219169, CVE-2024-23307).
  - dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
    (jsc#PED-7542).
  - dm-integrity, dm-verity: reduce stack usage for recheck
    (jsc#PED-7542).
  - dm-crypt, dm-integrity, dm-verity: bump target version
    (jsc#PED-7542).
  - dm-verity, dm-crypt: align "struct bvec_iter" correctly
    (jsc#PED-7542).
  - dm-crypt: recheck the integrity tag after a failure (git-fixes).
  - dm-crypt: don't modify the data when using authenticated
    encryption (git-fixes).
  - dm-verity: recheck the hash after a failure (git-fixes).
  - dm-integrity: recheck the integrity tag after a failure
    (git-fixes).
  - md: Fix missing release of 'active_io' for flush (jsc#PED-7542).
  - dm-crypt, dm-verity: disable tasklets (git-fixes).
  - dm writecache: allow allocations larger than 2GiB
    (jsc#PED-7542).
  - dm stats: limit the number of entries (jsc#PED-7542).
  - md/raid1: Use blk_opf_t for read and write operations
    (git-fixes).
  - md: Fix md_seq_ops() regressions (git-fixes).
  - md: Whenassemble the array, consult the superblock of the
    freshest device (git-fixes).
  - md/raid1: remove unnecessary null checking (jsc#PED-7542).
  - md: synchronize flush io with array reconfiguration (git-fixes).
  - commit 7042e1b
  - md/raid5: remove rcu protection to access rdev from conf
    (jsc#PED-7542).
  - md/raid1: remove rcu protection to access rdev from conf
    (jsc#PED-7542).
  - md/raid10: remove rcu protection to access rdev from conf
    (jsc#PED-7542).
  - md: remove flag RemoveSynchronized (jsc#PED-7542).
  - dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
    (git-fixes).
  - dm-integrity: don't modify bio's immutable bio_vec in
    integrity_metadata() (git-fixes).
  - commit 1587009
  - raid1: fix use-after-free for original bio in
    raid1_write_request() (bsc#1221097).
  - commit 296098e
  - Update
    patches.suse/s390-ptrace-handle-setting-of-fpc-register-correctly.patch
    (git-fixes bsc#1219812 CVE-2023-52598 bsc#1221060).
  - commit 0d496e7
  - Update
    patches.suse/s390-vfio-ap-always-filter-entire-AP-matrix.patch
    (git-fixes bsc#1218988 CVE-2024-26620 bsc#1221298).
  - commit b046ad1
  - selftests/bpf: Add testcases for tailcall infinite loop fixing
    (git-fixes).
  - bpf, x64: Fix tailcall infinite loop (git-fixes).
  - selftests/bpf: Correct map_fd to data_fd in tailcalls
    (git-fixes).
  - commit 1302854
  - btrfs: preallocate temporary extent buffer for inode logging when needed (bsc#1217362).
  - commit c7ccbf0
  - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
    (git-fixes).
  - watchdog: stm32_iwdg: initialize default timeout (git-fixes).
  - watchdog: starfive: Check pm_runtime_enabled() before
    decrementing usage counter (git-fixes).
  - commit 357d510

++++ nghttp2:

  - Update keyring with current key
  - version update to 1.60.0
    * makerelease.sh: Speed up git submodule
    * Speed up git clone
    * build(deps): bump actions/cache from 3 to 4
    * Fixing the build and install trees
    * build(deps): bump microsoft/setup-msbuild from 1 to 2
    * nghttpx: Set ocsp response to SSL in case of boringssl
    * Run with python3
    * src: Certificate Compression with boringssl
    * Fix missing newline
    * Switch to aws lc
    * Libbrotli fixup
    * Deprecate RFC 7540 priorities (aka stream dependencies)
    * Let dependabot manage go modules
    * build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0
    * integration-tests: Omit unused parameters
    * Munit
    * Introduce nghttp2_ssize API
    * Move deprecated warning upfront
    * Describe RFC 7540 priorities deprecation plan
    * Apps migrate nghttp2 ssize
    * src: Remove unused functions
    * Reconsider ssize t usage in src
    * Use GitHub private vulnerability reporting
    * Move security policy to GitHub standard location
    * Bump mruby to 3.3.0
    * Bump llhttp to 48588093ca4219b5f689acfc9ebea9e4c8c37663
    * h2load: Add --sni option
    * Bump ngtcp2 dependencies
    * mruby: Adopt deprecation of mrbc_ prefix
    * neverbleed: Define _GNU_SOURCE for pthread_setaffinity_np
    * bpf: Pre-expand aes key
    * mruby: Exclude mrdb gem which causes nghttpx to crash
    * nghttpx: Reuse EVP_CIPHER_CTX for QUIC connection ID encryption
    * Run apt-get update before install
    * src: Deal with the case that send_quantum < max_udp_payload_size
    * nghttpx: Remove SHRPX_QUIC_MAX_UDP_PAYLOAD_SIZE
    * Fix build when AI_NUMERICSERV is undefined
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ systemd:

  - Import commit be772961ada05afab21a72e225d28c26ef9fb1ea (merge of v255.4)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/3986ed5117e1563adfce3f5a8e088a77016c0aee...be772961ada05afab21a72e225d28c26ef9fb1ea
  - Import commit 3986ed5117e1563adfce3f5a8e088a77016c0aee
    3986ed5117 test: drop route from test-functions
  - Account for upstream changes to the quotaon and quotacheck services
  - Create /etc/sysusers.d as expected by sysusers.d(5)

++++ timezone:

  - Use /bin/sh for tzselect. Used to require bash for the 'select'
    builtin but has a fallback meanwhile so no need for explicit bash
    anymore.

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#165
  - show script error messages also on console
  - optimize Makefile
  - handle missing grub-installdevice also on powerpc-ieee1275
  - add kexec-bootloader test results
  - log grub2-install errors correctly (bsc#1221470)
  - support logging command exit codes in tests
  - update test cases to include exit code checks
  - update test result data
  - fix bootloader_entry and update-bootloader exit status
  - add tests for bootloader_entry and update-bootloader
  - 1.13

------------------------------------------------------------------
------------------  2024-3-17  -  Mar 17 2024  -------------------
------------------------------------------------------------------

++++ elfutils:

  - update to 0.191:
    * libdw: dwarf_addrdie now supports binaries lacking a
    .debug_aranges section.
    * Improved support for DWARF package files.  Add new
    function dwarf_cu_dwp_section_info.
    * debuginfod: Caching eviction logic improvements to improve
    retention of small/frequent/slow files such as Fedora's
    vdso.debug.
    * srcfiles: Can now fetch the source files of a DWARF/ELF file
    and place them into a zip.
  - drop fix_gcc14_errors.patch (upstream)

++++ gsettings-desktop-schemas:

  - Update to version 46.0:
    + Updated translations.

++++ at-spi2-core:

  - Update to version 2.52.0:
    + tests: Fix missing declaration for getpid().

++++ libpsl:

  - update to 0.21.5:
    * fixes for other platforms and build system updates
  - add upstream signing key and verify source signature

++++ usbredir:

  - update to 0.14.0:
    * usbredirect: Fix redirecting identical devices
    * usbredirect: Fix CPU tight loop when run as TCP server
    * usbredirect: Fix some minor memory leaks
    * usbredirect: Add documentation about bus-device option
    * usbredirtestclient: Fix build on MacOS 10.5

++++ virglrenderer:

  - update to 1.0.1:
    * Fix 17 bugs, most of them securety related
    * Fix a number of issues uncovered by Coverity
    * Add meson option to enable unstable APIs and add the info
    to pkg-config
    * vtest: Stabilize protocol version 3

++++ python-maturin:

  - Update to 1.5.0
    * tutorial: fix abi to match comment
    gh#PyO3/maturin#1876
    * Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars
    gh#PyO3/maturin#1879
    * Upgrade pyo3 to 0.20
    gh#PyO3/maturin#1881
    * Skip directory when adding license files to wheel
    gh#PyO3/maturin#1890
    * Reject -i python when cross compiling
    gh#PyO3/maturin#1891
    * simplified clear-cache github action
    gh#PyO3/maturin#1897
    * Support uniffi-bindgen in cargo workspaces
    gh#PyO3/maturin#1909
    * Upgrade globlin to 0.8.0
    gh#PyO3/maturin#1912
    * Update **Note** to [!NOTE] in README
    gh#PyO3/maturin#1917
    * Match dependency readmes
    gh#PyO3/maturin#1915
    * Update some actions version in generate ci cli
    gh#PyO3/maturin#1916
    * Use extension name as library name, instead of hardcoded 'native.so'
    gh#PyO3/maturin#1918
    * Bump MSRV to 1.70
    gh#PyO3/maturin#1923
    * Remove setuptools-rust and milksnake mentions from readme
    gh#PyO3/maturin#1926
    * Upgrade uniffi to 0.26.0
    gh#PyO3/maturin#1927
    * Use M1 runner on GitHub Actions
    gh#PyO3/maturin#1928
    * Upgrade rustls to 0.22
    gh#PyO3/maturin#1929
    * Add extra note to "Using PyPI's trusted publishing" section.
    gh#PyO3/maturin#1939
    * Update pep440_rs, pep508_rs and pyproject-toml
    gh#PyO3/maturin#1945
    * Add support for configuring xwin using env vars
    gh#PyO3/maturin#1961
    * Put dynamic field under project instead of project.optional-dependencies
    gh#PyO3/maturin#1963
    * Revert "Auto detect Python 3.13"
    gh#PyO3/maturin#1964
    * Add validation for crate/package name in new/init
    gh#PyO3/maturin#1943
    * Update upload-artifact and download-artifact actions to v4
    gh#PyO3/maturin#1967
    * Add 32-bit RISC-V support
    gh#PyO3/maturin#1969
    * Isolated import hook changes
    gh#PyO3/maturin#1958
    * Fix feature = "cargo-clippy" deprecation
    gh#PyO3/maturin#1970
    * Adjust cbindgen Overrides for CFFI
    gh#PyO3/maturin#1957
    * Update to Metadata 2.3 to create reliable source dist metadata
    gh#PyO3/maturin#1965
    * Only set rustflags when necessary
    gh#PyO3/maturin#1978

++++ xkeyboard-config:

  - update to 2.41:
    * Translations updated

------------------------------------------------------------------
------------------  2024-3-16  -  Mar 16 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - get rid of u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    completely

++++ Mesa-drivers:

  - get rid of u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    completely

++++ kernel-default:

  - of: make for_each_property_of_node() available to to !OF
    (git-fixes).
  - mtd: rawnand: Constrain even more when continuous reads are
    enabled (git-fixes).
  - mtd: rawnand: Fix and simplify again the continuous read
    derivations (git-fixes).
  - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype
    (git-fixes).
  - mtd: rawnand: meson: fix scrambling mode value in command macro
    (git-fixes).
  - mtd: maps: physmap-core: fix flash size larger than 32-bit
    (git-fixes).
  - media: usbtv: Remove useless locks in usbtv_video_free()
    (git-fixes).
  - media: ttpci: fix two memleaks in budget_av_attach (git-fixes).
  - media: go7007: fix a memleak in go7007_load_encoder (git-fixes).
  - media: dvb-frontends: avoid stack overflow warnings with clang
    (git-fixes).
  - media: pvrusb2: fix uaf in pvr2_context_set_notify (git-fixes).
  - media: i2c: imx290: Fix IMX920 typo (git-fixes).
  - media: pvrusb2: fix pvr2_stream_callback casts (git-fixes).
  - media: pvrusb2: remove redundant NULL check (git-fixes).
  - media: go7007: add check of return value of go7007_read_addr()
    (git-fixes).
  - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak
    (git-fixes).
  - media: sun8i-di: Fix chroma difference threshold (git-fixes).
  - media: sun8i-di: Fix power on/off sequences (git-fixes).
  - media: sun8i-di: Fix coefficient writes (git-fixes).
  - media: cedrus: h265: Fix configuring bitstream size (git-fixes).
  - media: edia: dvbdev: fix a use-after-free (git-fixes).
  - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL
    before access (git-fixes).
  - media: mc: Add local pad to pipeline regardless of the link
    state (git-fixes).
  - net: lan78xx: fix runtime PM count underflow on link stop
    (git-fixes).
  - commit 9b93c7d
  - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks
    (git-fixes).
  - commit 0b0c529
  - crypto: jitter - fix CRYPTO_JITTERENTROPY help text (git-fixes).
  - crypto: qat - remove double initialization of value (git-fixes).
  - crypto: qat - avoid division by zero (git-fixes).
  - crypto: qat - removed unused macro in adf_cnv_dbgfs.c
    (git-fixes).
  - crypto: qat - remove unused macros in qat_comp_alg.c
    (git-fixes).
  - crypto: ccp - Avoid discarding errors in
    psp_send_platform_access_msg() (git-fixes).
  - crypto: arm/sha - fix function cast warnings (git-fixes).
  - crypto: qat - resolve race condition during AER recovery
    (git-fixes).
  - crypto: qat - change SLAs cleanup flow at shutdown (git-fixes).
  - crypto: xilinx - call finalize with bh disabled (git-fixes).
  - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (git-fixes).
  - clk: samsung: exynos850: Propagate SPI IPCLK rate change
    (git-fixes).
  - clk: Fix clk_core_get NULL dereference (git-fixes).
  - clk: qcom: mmcc-msm8974: fix terminating of frequency table
    arrays (git-fixes).
  - clk: qcom: mmcc-apq8084: fix terminating of frequency table
    arrays (git-fixes).
  - clk: qcom: gcc-ipq9574: fix terminating of frequency table
    arrays (git-fixes).
  - clk: qcom: gcc-ipq8074: fix terminating of frequency table
    arrays (git-fixes).
  - clk: qcom: gcc-ipq6018: fix terminating of frequency table
    arrays (git-fixes).
  - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times
    (git-fixes).
  - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd
    (git-fixes).
  - clk: meson: Add missing clocks to axg_clk_regmaps (git-fixes).
  - clk: keystone: sci-clk: Adding support for non contiguous clocks
    (git-fixes).
  - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical
    (git-fixes).
  - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF
    (git-fixes).
  - clk: mediatek: mt8135: Fix an error handling path in
    clk_mt8135_apmixed_probe() (git-fixes).
  - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
    (git-fixes).
  - clk: hisilicon: hi3519: Release the correct number of gates
    in hi3519_clk_unregister() (git-fixes).
  - clk: zynq: Prevent null pointer dereference caused by kmalloc
    failure (git-fixes).
  - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock
    (git-fixes).
  - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity
    (git-fixes).
  - media: v4l2-tpg: fix some memleaks in tpg_alloc (git-fixes).
  - media: em28xx: annotate unchecked call to
    media_device_register() (git-fixes).
  - media: videobuf2: Fix doc comment (git-fixes).
  - media: xc4000: Fix atomicity violation in xc4000_get_frequency
    (git-fixes).
  - media: staging: ipu3-imgu: Set fields before
    media_entity_pads_init() (git-fixes).
  - commit df2e5ae

++++ python-packaging:

  - update to 24.0:
    * Do specifier matching correctly when the specifier contains
    an epoch number and has more components than the version
    (:issue:`683`)
    * Support the experimental --disable-gil builds in
    packaging.tags (:issue:`727`)
    * BREAKING: Make optional metadata.Metadata attributes default
    to None (:issue:`733`)
    * Fix errors when trying to access the
    description_content_type, keywords, and requires_python
    attributes on metadata.Metadata when those values have not
    been provided (:issue:`733`)
    * Fix a bug preventing the use of the built in ExceptionGroup
    on versions of Python that support it (:issue:`725`)

++++ python313-pyparsing:

  - update to 3.1.2:
    * Added `ieee_float` expression to `pyparsing.common`, which
    parses float values, plus "NaN", "Inf", "Infinity".
    * Updated pep8 synonym wrappers for better type checking
    compatibility.
    * Fixed empty error message bug, PR submitted by InSync (#534).
    This _should_ return
    pyparsing's exception messages to a former, more helpful
    form. If you have code that
    parses the exception messages returned by pyparsing, this
    may require some code changes.
    * Some code refactoring to reduce code nesting, PRs submitted
    by InSync.
    * All internal string expressions using '%' string
    interpolation and `str.format()` converted to f-strings.

++++ python-referencing:

  - Update to version 0.34.0:
    * Also look inside definitions keywords even on newer dialects.
    The specification recommends doing so regardless of the rename
    to $defs.
    * Ensure non-blocking mypy compatibility by @jamescw19 in #130

++++ python-rich:

  - update to 13.7.1:
    * Fixes some character widths

------------------------------------------------------------------
------------------  2024-3-15  -  Mar 15 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.25.0:
    * Bump compose-go v2.0.0
    * services shell completion bugfix
    * fix TestBuildPlatformsWithCorrectBuildxConfig
    * only use ToModel when --no-interpolate is set
    * feat(desktop): add Docker Desktop detection and client skeleton
    (#11593)

++++ glib-networking:

  - Update to version 2.80.0:
    + Mark plugin functions as exports on Windows.
    + Updated translations.

++++ kernel-default:

  - xfs: shrink failure needs to hold AGI buffer (git-fixes).
  - commit e670f77
  - xfs: fix imprecise logic in xchk_btree_check_block_owner
    (git-fixes).
  - commit 24972c0
  - xfs: fix SEEK_HOLE/DATA for regions with active COW extents
    (git-fixes).
  - commit 4197ae0
  - xfs: ensure submit buffers on LSN boundaries in error handlers
    (git-fixes).
  - commit c23fb7a
  - afs: Fix endless loop in directory parsing (git-fixes).
  - commit d1332b9
  - afs: Increase buffer size in afs_update_volume_status()
    (git-fixes).
  - commit a954f43
  - nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
    (git-fixes).
  - commit 6c3b10c
  - nilfs2: convert nilfs_page_mkwrite() to use a folio (git-fixes).
  - commit 29291de
  - erofs: fix handling kern_mount() failure (git-fixes).
  - commit ea16f48
  - erofs: Don't use certain unnecessary folio_*() functions
    (git-fixes).
  - commit 021c910
  - erofs: fix refcount on the metabuf used for inode lookup
    (git-fixes).
  - commit 0bf0150
  - erofs: clean up zmap.c (git-fixes).
  - commit 3625a10
  - erofs: fix up compacted indexes for block size < 4096
    (git-fixes).
  - commit 458bf09
  - erofs: fix memory leak on short-lived bounced pages (git-fixes).
  - commit 5efbfc4
  - iommu/amd: Fix failure return from snp_lookup_rmpentry()
    (git-fixes).
  - commit 536001e
  - erofs: allow empty device tags in flatdev mode (git-fixes).
  - commit c8ff154
  - iommu/vt-d: Don't issue ATS Invalidation request when device
    is disconnected (git-fixes).
  - commit 5d166d5
  - net/sched: Add module alias for sch_fq_pie (bsc#1210335).
  - commit 211b413
  - net/sched: Remove alias of sch_clsact (bsc#1210335).
  - net/sched: Load modules via their alias (bsc#1210335).
  - net/sched: Add module aliases for cls_,sch_,act_ modules
    (bsc#1210335).
  - net/sched: Add helper macros with module names (bsc#1210335).
  - commit 2046cfc
  - Refresh
    patches.suse/perf-pmu-events-powerpc-Update-json-mapfile-with-Power11-PVR.patch.
  - commit 42a5ace
  - ionic: restore netdev feature bits after reset (git-fixes).
  - commit 898af71
  - ionic: check cmd_regs before copying in or out (git-fixes).
  - commit f1dc989
  - ionic: check before releasing pci regions (git-fixes).
  - commit 2a1c23c
  - net: veth: clear GRO when clearing XDP even when down (git-fixes).
  - commit 553eb02
  - tun: Fix xdp_rxq_info's queue_index when detaching (git-fixes).
  - commit b7d1001
  - net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device tree (git-fixes).
  - commit 675b36c
  - ice: Fix ASSERT_RTNL() warning during certain scenarios (git-fixes).
  - commit 8b9399e
  - ice: fix pin phase adjust updates on PF reset (git-fixes).
  - commit ef21fc4
  - ice: fix dpll periodic work data updates on PF reset (git-fixes).
  - commit dc97d19
  - ice: fix dpll and dpll_pin data access on PF reset (git-fixes).
  - commit f610e32
  - ice: fix dpll input pin phase_adjust value updates (git-fixes).
  - commit cfb9c02
  - ice: fix connection state of DPLL and out pin (git-fixes).
  - commit 7176021
  - net: sparx5: Add spinlock for frame transmission from CPU (git-fixes).
  - commit 2486a16
  - gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() (git-fixes).
  - commit 86d216d
  - net: ipa: don't overrun IPA suspend interrupt registers (git-fixes).
  - commit 7f00d73
  - ethernet: cpts: fix function pointer cast warnings (git-fixes).
  - commit d241bc1
  - net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio (git-fixes).
  - commit 229f845
  - ppp_async: limit MRU to 64K (git-fixes).
  - commit 463471e
  - nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag (git-fixes).
  - commit 36e79a9
  - ALSA: hda/tas2781: remove unnecessary runtime_pm calls
    (git-fixes).
  - ALSA: hda/realtek - ALC236 fix volume mute & mic mute LED on
    some HP models (git-fixes).
  - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops
    (git-fixes).
  - ALSA: hda: Reuse for_each_pcm_streams() (git-fixes).
  - ALSA: usb-audio: Name feature ctl using output if input is PCM
    (git-fixes).
  - commit fdd39ea
  - ALSA: hda/realtek: Add quirks for various HP ENVY models
    (git-fixes).
  - commit 62207c4
  - ALSA: hda/realtek: Add "Intel Reference board" SSID in the
    ALC256 (git-fixes).
  - ALSA: hda/realtek: Remove two HP Laptops using CS35L41
    (git-fixes).
  - ALSA: hda: cs35l41: Support HP models without _DSD using dual
    Speaker ID (git-fixes).
  - ALSA: hda: cs35l41: Support additional HP Envy Models
    (git-fixes).
  - ALSA: hda/realtek: Add quirks for HP G11 Laptops using CS35L56
    (git-fixes).
  - ALSA: hda: realtek: Re-work CS35L41 fixups to re-use for other
    amps (git-fixes).
  - commit c4f7d5a
  - nilfs2: prevent kernel bug at submit_bh_wbc() (git-fixes).
  - nilfs2: fix failure to detect DAT corruption in btree and
    direct mappings (git-fixes).
  - selftests/mm: protection_keys: save/restore nr_hugepages
    settings (git-fixes).
  - selftests/mm: hugetlb_reparenting_test: do not unmount
    (git-fixes).
  - selftests/mm: dont fail testsuite due to a lack of hugepages
    (git-fixes).
  - modules: wait do_free_init correctly (git-fixes).
  - PCI: qcom: Enable BDF to SID translation properly (git-fixes).
  - PCI: dwc: endpoint: Fix advertised resizable BAR size
    (git-fixes).
  - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling
    (git-fixes).
  - PCI: switchtec: Fix an error handling path in
    switchtec_pci_probe() (git-fixes).
  - PCI/P2PDMA: Fix a sleeping issue in a RCU read section
    (git-fixes).
  - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken
    (git-fixes).
  - PCI/DPC: Print all TLP Prefixes, not just the first (git-fixes).
  - pci_iounmap(): Fix MMIO mapping leak (git-fixes).
  - PCI/AER: Fix rootport attribute paths in ABI docs (git-fixes).
  - platform/mellanox: mlxreg-hotplug: Remove redundant NULL-check
    (git-fixes).
  - platform/x86/intel/tpmi: Change vsec offset to u64 (git-fixes).
  - Revert "platform/x86: asus-wmi: Support WMI event queue"
    (git-fixes).
  - leds: sgm3140: Add missing timer cleanup and flash gpio control
    (git-fixes).
  - Revert "leds: Only descend into leds directory when
    CONFIG_NEW_LEDS is set" (git-fixes).
  - leds: aw2013: Unlock mutex before destroying it (git-fixes).
  - mfd: altera-sysmgr: Call of_node_put() only when
    of_parse_phandle() takes a ref (git-fixes).
  - mfd: syscon: Call of_node_put() only when of_parse_phandle()
    takes a ref (git-fixes).
  - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin
    group/function (git-fixes).
  - pinctrl: mediatek: Drop bogus slew rate register range for
    MT8192 (git-fixes).
  - pinctrl: mediatek: Drop bogus slew rate register range for
    MT8186 (git-fixes).
  - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
    (git-fixes).
  - HID: amd_sfh: Avoid disabling the interrupt (git-fixes).
  - commit a95f20c
  - ALSA: usb-audio: Stop parsing channels bits when all channels
    are found (git-fixes).
  - ALSA: aaci: Delete unused variable in aaci_do_suspend
    (git-fixes).
  - ASoC: meson: axg-tdm-interface: add frame rate constraint
    (git-fixes).
  - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs
    (git-fixes).
  - ASoC: SOF: Add some bounds checking to firmware data
    (git-fixes).
  - ASoC: meson: t9015: fix function pointer type mismatch
    (git-fixes).
  - ASoC: meson: aiu: fix function pointer type mismatch
    (git-fixes).
  - ASoC: sh: rz-ssi: Fix error message print (git-fixes).
  - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()
    (git-fixes).
  - ASoC: amd: acp: Add missing error handling in sof-mach
    (git-fixes).
  - ALSA: hda/tas2781: restore power state after system_resume
    (git-fixes).
  - ALSA: hda/tas2781: do not call pm_runtime_force_* in
    system_resume/suspend (git-fixes).
  - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend
    (git-fixes).
  - ALSA: hda/tas2781: add lock to system_suspend (git-fixes).
  - ALSA: hda/tas2781: use dev_dbg in system_resume (git-fixes).
  - ALSA: seq: fix function cast warnings (git-fixes).
  - ALSA: aw2: avoid casting function pointers (git-fixes).
  - ALSA: ctxfi: avoid casting function pointers (git-fixes).
  - ALSA: hda: cs35l41: Set Channel Index correctly when system
    is missing _DSD (git-fixes).
  - backlight: lp8788: Fully initialize backlight_properties during
    probe (git-fixes).
  - backlight: lm3639: Fully initialize backlight_properties during
    probe (git-fixes).
  - backlight: da9052: Fully initialize backlight_properties during
    probe (git-fixes).
  - backlight: lm3630a: Don't set bl->props.brightness in
    get_brightness (git-fixes).
  - backlight: lm3630a: Initialize backlight_properties on init
    (git-fixes).
  - backlight: ktz8866: Correct the check for of_property_read_u32
    (git-fixes).
  - backlight: hx8357: Fix potential NULL pointer dereference
    (git-fixes).
  - gpio: nomadik: fix offset bug in nmk_pmx_set() (git-fixes).
  - HID: amd_sfh: Update HPD sensor structure elements (git-fixes).
  - commit 428d278
  - Drivers: hv: vmbus: Update indentation in create_gpadl_header()
    (git-fixes).
  - Drivers: hv: vmbus: Remove duplication and cleanup code in
    create_gpadl_header() (git-fixes).
  - Drivers: hv: vmbus: Calculate ring buffer size for more
    efficient use of memory (git-fixes).
  - hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC (git-fixes).
  - minmax: relax check to allow comparison between unsigned
    arguments (git-fixes).
  - minmax: allow comparisons of 'int' against 'unsigned char/short'
    (git-fixes).
  - minmax: fix indentation of __cmp_once() and __clamp_once()
    (git-fixes).
  - minmax: allow min()/max()/clamp() if the arguments have the same
    (git-fixes).
  - minmax: add umin(a, b) and umax(a, b) (git-fixes).
  - minmax: fix header inclusions (git-fixes).
  - minmax: deduplicate __unconst_integer_typeof() (git-fixes).
  - minmax: Introduce {min,max}_array() (git-fixes).
  - commit 7632d3b

++++ dav1d:

  - Update to version 1.4.1
    * Optimizations for 6tap filters for NEON (ARM)
    * More RISC-V optimizations for itx (4x8, 8x4, 4x16, 16x4,
    8x16, 16x8)
    * Reduction of binary size on ARM64, ARM32 and RISC-V
    * Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter
    * Msac optimizations

++++ policycoreutils:

  - exclude %python3_fix_shebang for distros <=15.4 to avoid build
    failure

++++ qemu:

  - Update to version 8.2.2. Full changelog here:
    https://lore.kernel.org/qemu-devel/1709577077.783602.1474596.nullmailer@tls.msk.ru/
    Some upstream backports:
    * chardev/char-socket: Fix TLS io channels sending too much data to the backend
    * tests/unit/test-util-sockets: Remove temporary file after test
    * hw/usb/bus.c: PCAP adding 0xA in Windows version
    * hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
    * gitlab: force allow use of pip in Cirrus jobs
    * tests/vm: avoid re-building the VM images all the time
    * tests/vm: update openbsd image to 7.4
    * target/i386: leave the A20 bit set in the final NPT walk
    * target/i386: remove unnecessary/wrong application of the A20 mask
    * target/i386: Fix physical address truncation
    * target/i386: check validity of VMCB addresses
    * target/i386: mask high bits of CR3 in 32-bit mode
    * pl031: Update last RTCLR value on write in case it's read back
    * hw/nvme: fix invalid endian conversion
    * update edk2 binaries to edk2-stable202402
    * update edk2 submodule to edk2-stable202402
    * target/ppc: Fix crash on machine check caused by ifetch
    * target/ppc: Fix lxv/stxv MSR facility check
    * .gitlab-ci.d/windows.yml: Drop msys2-32bit job
    * system/vl: Update description for input grab key
    * docs/system: Update description for input grab key
    * hw/hppa/Kconfig: Fix building with "configure --without-default-devices"
    * tests/qtest: Depend on dbus_display1_dep
    * meson: Explicitly specify dbus-display1.h dependency
    * audio: Depend on dbus_display1_dep
    * ui/console: Fix console resize with placeholder surface
    * ui/clipboard: add asserts for update and request
    * ui/clipboard: mark type as not available when there is no data
    * ui: reject extended clipboard message if not activated
    * target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix
    * i386/cpuid: Move leaf 7 to correct group
    * i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
    * i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs
    * i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available
    * .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit
    * iotests: Make 144 deterministic again
    * target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU
    * target/arm: Fix SVE/SME gross MTE suppression checks
    * target/arm: Handle mte in do_ldrq, do_ldro
  - Address bsc#1220310. Backported upstream commits:
    * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS
    * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.

++++ rebootmgr:

  - Update to version 2.4
  - Make sure systemctl reboot will not switch to soft-reboot
    automatically

++++ skopeo:

  - Update to version 1.15.0:
    * Bump to v1.15.0
    * chore(deps): update module google.golang.org/protobuf to v1.33.0 [security]
    * fix(deps): update module github.com/containers/ocicrypt to v1.1.10
    * chore(deps): update module gopkg.in/go-jose/go-jose.v2 to v2.6.3 [security]
    * chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.3 [security]
    * [CI:DOCS] Migrate skopeo container image
    * fix(deps): update module github.com/containers/common to v0.58.0
    * fix(deps): update module github.com/containers/image/v5 to v5.30.0
    * fix(deps): update module github.com/containers/storage to v1.53.0
    * fix(deps): update module golang.org/x/term to v0.18.0
    * fix(deps): update github.com/containers/image/v5 digest to faa4f4f
    * Move a go.mod dependency entry to the right section
    * Avoid a warning by gopls / VSCode
    * fix typo
    * update docs based on review
    * docs: make sure that CGO_ENABLED='1'
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.2
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.1
    * Update c/image after https://github.com/containers/image/pull/2273
    * Also change the MIME type in manifest when decompressing a layer
    * Replace decompress-dirs.sh with Go code
    * Split decompressDir from runDecompressDirs
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.0
    * fix(deps): update module github.com/containers/common to v0.57.4
    * fix(deps): update golang.org/x/exp digest to 1b97071
    * fix(deps): update module github.com/containers/common to v0.57.3
    * Update github.com/containers/image/v5 to post-v5.29.2 main
    * Run codespell on code
    * fix(deps): update module github.com/containers/storage to v1.52.0
    * add kubasobon:semver changes
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6
    * Bump to v1.15.0-dev

------------------------------------------------------------------
------------------  2024-3-14  -  Mar 14 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - buildrequires llvm18-devel/clang18-devel on Leap 15.5/15.6
  - disabled u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    for now, since it breaks driver build; this patch needs other patches
    below to build ...

++++ Mesa-drivers:

  - buildrequires llvm18-devel/clang18-devel on Leap 15.5/15.6
  - disabled u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    for now, since it breaks driver build; this patch needs other patches
    below to build ...

++++ busybox:

  - tc-no-TCA_CBQ.patch: Disable TCA_CBQ code if kernel headers don't
    support them.

++++ python-kiwi:

  - Revise system_update.rst
  - Revise system_prepare.rst

++++ glib2-branding-openSUSE:

  - Ensure flavor has a value, at least %nil.
  - ExclusiveArch: %nil is invalid: give it a value (do-not-build).

++++ jeos-firstboot:

  - Update to version 1.3.0.7:
    * Only skip jeos-firstboot if cloud-init found a config source (bsc#1220281)

++++ kernel-default:

  - Update patch reference for IDXD fix (bsc#1221428)
  - commit 20b42d0
  - KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests (bsc#1213456 CVE-2023-28746).
  - commit a59ffeb
  - x86/rfds: Mitigate Register File Data Sampling (RFDS) (bsc#1213456 CVE-2023-28746).
  - commit c210394
  - Documentation/hw-vuln: Add documentation for RFDS (bsc#1213456 CVE-2023-28746).
  - commit 0f1938a
  - x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set (bsc#1213456 CVE-2023-28746).
  - commit 52997cc
  - iommu/amd: Mark interrupt as managed (git-fixes).
  - commit 5ef4be8
  - arm64: dts: imx8mm-kontron: Refactor devicetree for OSM-S module and (git-fixes)
  - commit 0049d8d
  - Update ppc64le kabi files.
  - commit 5c9702d
  - arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings (git-fixes)
  - commit 58013ba
  - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s (git-fixes)
  - commit b287ab6
  - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller (git-fixes)
  - commit bfdd563
  - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu (git-fixes)
  - commit b9c1de2
  - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M (git-fixes)
  - commit 5a00002
  - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS (git-fixes)
  - commit a9642be
  - arm64: dts: imx8mm-kontron: Fix OSM-S devicetrees to match latest (git-fixes)
  - commit d17e1b2
  - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM (git-fixes)
  - commit 63e3e05
  - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card (git-fixes)
  - commit 645b123
  - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card (git-fixes)
  - commit 63490f6
  - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals (git-fixes)
  - commit 980bc4a
  - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals (git-fixes)
  - commit 3a04f44
  - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL (git-fixes)
  - commit d23e2ff
  - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S (git-fixes)
  - commit e658d8c
  - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF (git-fixes)
  - commit 8098072
  - arm64: tegra: Fix Tegra234 MGBE power-domains (git-fixes)
  - commit 58db13b
  - arm64: dts: imx8mp: Fix LDB clocks property (git-fixes)
  - commit 8815925
  - arm64: dts: rockchip: set num-cs property for spi on px30 (git-fixes)
  - commit ac8cd44
  - arm64: dts: imx8mp: Disable UART4 by default on Data Modul i.MX8M (git-fixes)
  - commit d39bc86
  - arm64: dts: sprd: Add clock reference for pll2 on UMS512 (git-fixes)
  - commit 8ef3da3
  - arm64: zynqmp: Fix clock node name in kv260 cards (git-fixes)
  - commit 49dfade
  - arm64: zynqmp: Move fixed clock to / for kv260 (git-fixes)
  - commit 8a08b0f
  - libceph: init the cursor when preparing sparse read in msgr2
    (bsc#1221393).
  - ceph: switch to corrected encoding of max_xattr_size in mdsmap
    (bsc#1221392).
  - ceph: prevent use-after-free in encode_cap_msg() (bsc#1221391).
  - libceph: just wait for more data to be available on the socket
    (bsc#1221390).
  - libceph: rename read_sparse_msg_*() to
    read_partial_sparse_msg_*() (bsc#1221389).
  - libceph: fail sparse-read if the data length doesn't match
    (bsc#1221388).
  - commit 088fe3e
  - Make NVIDIA Grace-Hopper TPM related drivers build-ins (bsc#1221156)
  - commit 32745a0
  - kabi/severities: ignore intel_tcc_get_temp() change (git-fixes)
  - commit 62d327d
  - thermal/intel: Fix intel_tcc_get_temp() to support negative
    CPU temperature (git-fixes).
  - commit 6dc4a23
  - memfd: drop warning for missing exec-related flags
    (bsc#1221161).
  - commit 68995fe
  - gpiolib: Pass consumer device through to core in
    devm_fwnode_gpiod_get_index() (git-fixes).
  - commit 446d465
  - drm/msm/dpu: add division of drm_display_mode's hskew parameter
    (git-fixes).
  - media: tc358743: register v4l2 async device only after
    successful setup (git-fixes).
  - tpm,tpm_tis: Avoid warning splat at shutdown (git-fixes).
  - powercap: dtpm_cpu: Fix error check against
    freq_qos_add_request() (git-fixes).
  - powercap: intel_rapl_tpmi: Fix a register bug (git-fixes).
  - powercap: intel_rapl: Fix a NULL pointer dereference
    (git-fixes).
  - PM: sleep: wakeirq: fix wake irq warning in system suspend
    (git-fixes).
  - PM: suspend: Set mem_sleep_current during kernel command line
    setup (git-fixes).
  - selftest: gpio: remove obsolete gpio-mockup test (git-fixes).
  - gpio: vf610: allow disabling the vf610 driver (git-fixes).
  - regulator: userspace-consumer: add module device table
    (git-fixes).
  - mmc: core: Fix switch on gp3 partition (git-fixes).
  - mmc: wmt-sdmmc: remove an incorrect release_mem_region()
    call in the .remove function (git-fixes).
  - mmc: tmio: avoid concurrent runs of mmc_request_done()
    (git-fixes).
  - pwm: mediatek: Update kernel doc for struct pwm_mediatek_of_data
    (git-fixes).
  - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan
    (git-fixes).
  - commit 7ae9bb9
  - Add cherry-picked id to amdgpu patch
  - commit 1ec0805
  - drm/etnaviv: Restore some id values (git-fixes).
  - drm/amd/pm: Fix esm reg mask use to get pcie speed (git-fixes).
  - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of
    atom_get_src_int() (git-fixes).
  - Revert "drm/amdgpu: Add pcie usage callback to nbio"
    (git-fixes).
  - Revert "drm/amdgpu: Add pci usage to nbio v7.9" (git-fixes).
  - drm/msm/a7xx: Fix LLC typo (git-fixes).
  - drm/msm/dpu: finalise global state object (git-fixes).
  - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is
    enabled (git-fixes).
  - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN
    (git-fixes).
  - drm/msm/dpu: improve DSC allocation (git-fixes).
  - drm/mediatek: Fix a null pointer crash in
    mtk_drm_crtc_finish_page_flip (git-fixes).
  - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions
    (git-fixes).
  - drm/tests: helpers: Include missing drm_drv header (git-fixes).
  - drm/tidss: Fix sync-lost issue with two displays (git-fixes).
  - drm/tidss: Fix initial plane zpos values (git-fixes).
  - drm/tegra: put drm_gem_object ref on error in tegra_fb_create
    (git-fixes).
  - drm/bridge: adv7511: fix crash on irq during probe (git-fixes).
  - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first
    (git-fixes).
  - drm/amd/display: Add 'replay' NULL check in
    'edp_set_replay_allow_active()' (git-fixes).
  - drm/amd/display: fix NULL checks for adev->dm.dc in
    amdgpu_dm_fini() (git-fixes).
  - drm/radeon/ni: Fix wrong firmware size logging in
    ni_init_microcode() (git-fixes).
  - drm: ci: use clk_ignore_unused for apq8016 (git-fixes).
  - Revert "drm/i915/xe2lpd: Treat cursor plane as regular plane
    for DDB allocation" (git-fixes).
  - drm/amdgpu: Fix potential out-of-bounds access in
    'amdgpu_discovery_reg_base_init()' (git-fixes).
  - drm/amd/display: Fix potential NULL pointer dereferences in
    'dcn10_set_output_transfer_func()' (git-fixes).
  - drm/amd/display: Fix a potential buffer overflow in
    'dp_dsc_clock_en_read()' (git-fixes).
  - drm/radeon/ni_dpm: remove redundant NULL check (git-fixes).
  - drm/radeon: remove dead code in ni_mc_load_microcode()
    (git-fixes).
  - drm/vmwgfx: Fix the lifetime of the bo cursor memory
    (git-fixes).
  - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created
    MOBs (git-fixes).
  - drm/vmwgfx: Fix possible null pointer derefence with invalid
    contexts (git-fixes).
  - drm/lima: fix a memleak in lima_heap_alloc (git-fixes).
  - drm/panel-edp: use put_sync in unprepare (git-fixes).
  - drm/rockchip: lvds: do not print scary message when probing
    defer (git-fixes).
  - drm/rockchip: lvds: do not overwrite error code (git-fixes).
  - drm/vmwgfx: Unmap the surface before resetting it on a plane
    state (git-fixes).
  - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node (git-fixes).
  - drm/vkms: Avoid reading beyond LUT array (git-fixes).
  - drm: Don't treat 0 as -1 in drm_fixp2int_ceil (git-fixes).
  - drm/rockchip: inno_hdmi: Fix video timing (git-fixes).
  - drm/tegra: output: Fix missing i2c_put_adapter() in the error
    handling paths of tegra_output_probe() (git-fixes).
  - drm/tegra: rgb: Fix missing clk_put() in the error handling
    paths of tegra_dc_rgb_probe() (git-fixes).
  - drm/tegra: rgb: Fix some error handling paths in
    tegra_dc_rgb_probe() (git-fixes).
  - drm/tegra: hdmi: Fix some error handling paths in
    tegra_hdmi_probe() (git-fixes).
  - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error
    handling path of tegra_dsi_probe() (git-fixes).
  - drm/tegra: dsi: Fix some error handling paths in
    tegra_dsi_probe() (git-fixes).
  - drm/tegra: dpaux: Fix PM disable depth imbalance in
    tegra_dpaux_probe (git-fixes).
  - drm/tegra: dsi: Add missing check for of_find_device_by_node
    (git-fixes).
  - ACPI: processor_idle: Fix memory leak in
    acpi_processor_power_exit() (git-fixes).
  - ACPI: resource: Add MAIBENBEN X577 to
    irq1_edge_low_force_override (git-fixes).
  - ACPI: scan: Fix device check notification handling (git-fixes).
  - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
    (git-fixes).
  - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency (git-fixes).
  - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's
    return value (git-fixes).
  - cpufreq: Limit resolving a frequency to policy min/max
    (git-fixes).
  - cpufreq: amd-pstate: Fix min_perf assignment in
    amd_pstate_adjust_perf() (git-fixes).
  - commit 451635c
  - RAS: Export helper to get ras_debugfs_dir (jsc#PED-7619).
  - commit ddeebbf

++++ openSUSE-build-key:

  - Install import-openSUSE-build-key to %{_sbindir}: align to where
    the .service file is launching the script from (boo#1221427).

++++ passt:

  - Switch macros to bcond_with/without for apparmor & selinux
  - install passt.if in SELinux subpackage
  - minor cleanups in the spec
  - Update to version 20240220.1e6f92b:
    * udp: Fix 16-bit overflow in udp_invert_portmap()
    * udp: Assertion in udp_invert_portmap() can be calculated at compile time
    * pasta: Don't try to watch namespaces in procfs with inotify, use timer instead
    * selinux: Allow pasta to remount procfs
    * conf: No routable interface for IPv4 or IPv6 is informational, not a warning
    * pasta: Add fallback timer mechanism to check if namespace is gone
    * conf, passt.1: Exit if we can't bind a forwarded port, except for -[tu] all
    * udp: udp_sock_init_ns() partially duplicats udp_port_rebind_outbound()
    * udp: Don't prematurely (and incorrectly) set up automatic inbound forwards
    * netlink: Use const rtnh pointer
    * log: setlogmask(0) can actually result in a system call, don't use it
    * tcp: Fix subtle bug in fast re-transmit path
    * netlink: Add support to fetch default gateway from multipath routes
    * icmp: Dedicated functions for starting and closing ping sequences
    * icmp: Validate packets received on ping sockets
    * icmp: Warn on receive errors from ping sockets
    * icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler()
    * icmp: Share more between IPv4 and IPv6 paths in icmp_tap_handler()
    * icmp: Simplify socket expiry scanning
    * icmp: Use -1 to represent "missing" sockets
    * icmp: Don't attempt to match host IDs to guest IDs
    * icmp: Don't attempt to handle "wrong direction" ping socket traffic
    * icmp: Remove redundant initialisation of sendto() address
    * icmp: Don't set "port" on destination sockaddr for ping sockets
    * flow: Avoid moving flow entries to compact table
    * flow: Enforce that freeing of closed flows must happen in deferred handlers
    * flow: Abstract allocation of new flows with helper function
    * flow: Move flow_count from context structure to a global
    * flow: Move flow_log_() to near top of flow.c
    * tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets
    * epoll: Better handling of number of epoll types
    * flow, tcp: Add handling for per-flow timers
    * flow, tcp: Add flow-centric dispatch for deferred flow handling
    * tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
    * tcp, tcp_splice: Remove redundant handling from tcp_timer()
    * treewide: Standardise on 'now' for current timestamp variables
    * flow: Make flow_table.h #include the protocol specific headers it needs
    * pif: Remove unused pif_name() function
    * treewide: Make a bunch of pointer variables pointers to const
    * test: Fix passt.mbuto for cases where /usr/sbin doesn't exist
    * netlink: Fetch most specific (longest prefix) address in nl_addr_get()
    * README: Default SLAAC prefix comes from address (not prefix) on host
    * README: Fix broken link to CentOS Stream package
    * test: make passt.mbuto script more robust
    * tcp: make tcp_sock_set_bufsize() static (again)
    * util: Make sock_l4() treat empty string ifname like NULL
    * treewide: Avoid in_addr_t
    * icmp: Avoid unnecessary handling of unspecified bind address
    * util: Drop explicit setting to INADDR_ANY/in6addr_any in sock_l4()
    * util: Use htonl_constant() in more places
    * treewide: Add IN4ADDR_ANY_INIT macro
    * treewide: Use IN4ADDR_LOOPBACK_INIT more widely
    * tcp: Fix address type for tcp_sock_init_af()
    * checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do
    * tcp: Don't account for hash table size in tcp_hash()
    * tcp: Implement hash table with indices rather than pointers
    * tcp: Switch hash table to linear probing instead of chaining
    * tcp: Fix conceptually incorrect byte-order switch in tcp_tap_handler()
    * README: Update "Availability" section
    * tcp: Cast timeval fields to unsigned long long for printing
    * flow: Add missing include, stdio.h
    * test: Select first reported IPv6 address for guest/host comparison
    * ndp: Extend lifetime of prefix, router, RDNSS and search list
    * test: Make handling of shell prompts with escapes a little more reliable
    * tcp: Don't defer hash table removal
    * tcp: "TCP" hash secret doesn't need to be TCP specific
    * pif: Add helpers to get the name of a pif
    * test: Avoid hitting guestfish command length limits
    * flow,tcp: Use epoll_ref type including flow and side
    * tcp_splice: Use unsigned to represent side
    * flow,tcp: Generalise TCP epoll_ref to generic flows
    * tcp: Remove unneccessary bounds check in tcp_timer_handler()
    * flow: Introduce 'sidx' type to represent one side of one flow
    * flow, tcp: Add logging helpers for connection related messages
    * flow: Make unified version of flow table compaction
    * util: MAX_FROM_BITS() should be unsigned
    * flow, tcp: Consolidate flow pointer<->index helpers
    * flow, tcp: Move TCP connection table to unified flow table
    * flow, tcp: Generalise connection types
    * treewide: Add messages to static_assert() calls
    * tcp: remove useless assignment
    * port_fwd, util: Include additional headers to fix build with musl
    * packet: Offset plus length is not always uint32_t, but it's always size_t
    * treewide: Use 'z' length modifier for size_t/ssize_t conversions
    * port_fwd, util: Don't bind UDP ports with opposite-side bound TCP ports
    * valgrind: Don't disable optimizations for valgrind builds
    * valgrind: Adjust suppression for MSG_TRUNC with NULL buffer
    * udp,pasta: Periodically scan for ports to automatically forward
    * tcp: Simplify away tcp_port_rebind()
    * tcp: Use common helper for rebinding inbound and outbound ports
    * clang-tidy: Suppress silly misc-include-cleaner warnings
    * tap, pasta: Handle short writes to /dev/tap
    * tap, pasta: Handle incomplete tap sends for pasta too
    * tcp: Don't use TCP_WINDOW_CLAMP
    * tcp: Rename and small cleanup to tcp_clamp_window()
    * test/lib/perf_report: Fix up table highlight for pasta's local flows
    * Revert "selinux: Drop user_namespace class rules for Fedora 37"
    * selinux: Allow passt to talk over unconfined_t UNIX domain socket for --fd
    * log: Match implicit va_start() with va_end() in vlogmsg()
    * port_fwd: Don't try to read bound ports from invalid file handles
    * netlink: Sequence numbers are actually 32 bits wide
    * test/perf: Simplify calculation of "omit" time for TCP throughput
    * test/perf: Remove unnecessary --pacing-timer options
    * test/perf: "MTU" changes in passt_tcp host to guest aren't useful
    * test/perf: Explicitly control UDP packet length, instead of MTU
    * test/perf: Small MTUs for spliced TCP aren't interesting
    * test/perf: Start iperf3 server less often
    * test/perf: Get iperf3 stats from client side
    * test/perf: Remove stale iperf3c/iperf3s directives
    * udp: Remove socket from udp_{tap,splice}_map when timed out
    * udp: Consistently use -1 to indicate un-opened sockets in maps
    * log: Add vlogmsg()
    * log: Enable format warnings
    * log: Don't define logging function 4 times
    * tcp: Remove remaining declaration of tcp_l2_mh
    * tcp_splice: Simplify selection of socket and pipe sides in socket handler
    * tcp_splice: Exploit side symmetry in tcp_splice_destroy()
    * tcp_splice: Exploit side symmetry in tcp_splice_connect_finish()
    * tcp_splice: Exploit side symmetry in tcp_splice_timer()
    * tcp_splice: Rename sides of connection from a/b to 0/1
    * tcp_splice: Don't pool pipes in pairs
    * tcp_splice: Avoid awkward temporaries in tcp_splice_epoll_ctl()
    * tcp_splice: Remove unnecessary forward declaration
    * tcp_splice: Don't handle EPOLL_CTL_DEL as part of tcp_splice_epoll_ctl()
    * tcp_splice: Correct error handling in tcp_splice_epoll_ctl()
    * tcp_splice: Remove redundant tcp_splice_epoll_ctl()
    * pif: Pass originating pif to tap handler functions
    * pif: Record originating pif in listening socket refs
    * pif: Introduce notion of passt/pasta interface
    * udp: Clean up ref initialisation in udp_sock_init()
    * port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*()
    * port_fwd: Move port scanning /proc fds into struct port_fwd
    * port_fwd: Split TCP and UDP cases for get_bound_ports()
    * port_fwd: Don't NS_CALL get_bound_ports()
    * port_fwd: Pre-open /proc/net/* files rather than on-demand
    * util: Add open_in_ns() helper
    * port_fwd: Better parameterise procfs_scan_listen()
    * port_fwd: Move automatic port forwarding code to port_fwd.[ch]
    * conf: Cleaner initialisation of default forwarding modes
    * selinux: Drop user_namespace class rules for Fedora 37
    * dhcp: put option 53 at the beginning
    * tcp, tap: Don't increase tap-side sequence counter for dropped frames
    * tcp: Force TCP_WINDOW_CLAMP before resetting STALLED flag
    * tcp: Fix comment to tcp_sock_consume()
    * cppcheck: Work around bug in cppcheck 2.12.0
    * cppcheck: Use "exhaustive" level checking when available
    * conf: Remove overly cryptic selection of forward table
    * cppcheck: Make many pointers const
    * siphash: Use incremental rather than all-at-once siphash functions
    * siphash, checksum: Move TBAA explanation to checksum.c
    * siphash: Make internal helpers public
    * siphash: Use specific structure for internal state
    * siphash: Use more hygienic state initialiser
    * siphash: Fix bug in state initialisation
    * siphash: Clean up hash finalisation with posthash_final() function
    * siphash: Add siphash_feed() helper
    * siphash: Make sip round calculations an inline function rather than macro
    * siphash: Make siphash functions consistently return 64-bit results
    * util: Consolidate and improve workarounds for clang-tidy issue 58992
    * Avoid shadowing index(3)
    * tcp: Always send an ACK segment once the handshake is completed
    * dhcp: Actually note down the length of options received by the client
    * dhcpv6: Properly separate domain names in search list
    * util: Fix licensing information display in --version
    * tcp: Correct handling of FIN,ACK followed by SYN
    * tcp: Consolidate paths where we initiate reset on tap interface
    * tcp: Correctly handle RST followed rapidly by SYN
    * tcp: Return consumed packet count from tcp_data_from_tap()
    * tcp: Never hash match closed connections
    * tcp: Remove some redundant packet_get() operations
    * udp, tap: Correctly advance through packets in udp_tap_handler()
    * tcp, tap: Correctly advance through packets in tcp_tap_handler()
    * test: Add Podman system test with bats for pasta
    * dhcp: support BOOTP clients
    * tap: fix uses of l3_len in tap4_handler()
    * fedora: Replace pasta hard links by separate builds
    * apparmor: Add pasta's own profile
    * apparmor: Allow pasta to remount /proc, access entries under its own copy
    * apparmor: Allow read-only access to uid_map
    * apparmor: Explicitly pass options we use while remounting root filesystem
    * apparmor: Use abstractions/nameservice to deal with symlinked resolv.conf

++++ pcr-oracle:

  - Add fix_grub_bls_entry.patch to measure boot entries in GRUB BLS

++++ python-sniffio:

  - update to 1.3.1:
    * Added missing thread_local to sniffio.__all__
    * Add support for Python 3.9 and 3.10.
    * Provide sniffio.thread_local.name for coroutine libraries to
    set
    * Drop support for Python 3.5 and 3.6.
    * Include type hints

++++ shim:

  - Update shim-install to set the SRK algorithm for the grub2
    TPM2 key protector (bsc#1213945)
    92d0f4305df73  Set the SRK algorithm for the TPM2 protector
  - Add the missing BuildRequires: update-bootloader-rpm-macros
    for the update_bootloader_* macros in %post and %posttrans

++++ timezone:

  - Drop the timezone-java (bsc#1213470).
    After thorough consideration of possible problems that arise from
    having a timezone package specifically for the Java ecosystem,
    Fridrich Strba and I have decided to drop the package altogether.
    Doing so means the JDK will use its built-in timezone data that is
    updated quarterly, when refreshed JDK versions are released.
    While this does mean there could be situations where there is a bit
    of a mismatch between the 'timezone' package's data, and the data
    that is used by JDK, in practice the difference will be minimal and
    short-lived.
    So we've established this to be the best course of action.
  - Remove _multibuild, not longer required.

------------------------------------------------------------------
------------------  2024-3-13  -  Mar 13 2024  -------------------
------------------------------------------------------------------

++++ cryptsetup:

  - Update to 2.7.1:
    * Fix interrupted LUKS1 decryption resume.
    With the replacement of the cryptsetup-reencrypt tool by the cryptsetup
    reencrypt command, resuming the interrupted LUKS1 decryption operation
    could fail. LUKS2 was not affected.
    * Allow --link-vk-to-keyring with --test-passphrase option.
    This option allows uploading the volume key in a user-specified kernel
    keyring without activating the device.
    * Fix crash when --active-name was used in decryption initialization.
    * Updates and changes to man pages, including indentation, sorting options
    alphabetically, fixing mistakes in crypt_set_keyring_to_link, and fixing
    some typos.
    * Fix compilation with libargon2 when --disable-internal-argon2 was used.
    * Do not require installed argon2.h header and never compile internal
    libargon2 code if the crypto library directly supports Argon2.
    * Fixes to regression tests to support older Linux distributions.

++++ python-kiwi:

  - Revise system_create.rst
  - Bump version: 10.0.4 → 10.0.5
  - Followup fix for use of /boot/zipl
    The mounting of /boot/zipl is also only required if the
    bootloader is set to grub2_s390x_emu
  - Update schema version in spec file

++++ fde-tools:

  - Add json-c to BuildRequires to build on openSUSE Leap 15.5

++++ glibc:

  - stdbit-builtins.patch: Use gcc __builtin_stdc_* builtins in stdbit.h if
    possible

++++ kernel-default:

  - powerpc/64s: Fix get_hugepd_cache_index() build failure
    (bsc#1215199).
  - powerpc: Remove cpu-as-y completely (bsc#1215199).
  - powerpc/64s: Use .machine power4 around dcbt (bsc#1215199).
  - powerpc/64s: Move dcbt/dcbtst sequence into a macro
    (bsc#1215199).
  - powerpc/pseries: Fix potential memleak in papr_get_attr()
    (bsc#1215199).
  - powerpc/kprobes: Handle error returned by set_memory_rox()
    (bsc#1215199).
  - powerpc: Implement set_memory_rox() (bsc#1215199).
  - powerpc: Use user_mode() macro when possible (bsc#1215199).
  - powerpc/rtas: use correct function name for resetting TCE tables
    (bsc#1215199).
  - commit 35dba53
  - btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot
    of subvolume being deleted (bsc#1221282).
  - commit adc8e1b
  - btrfs: don't abort filesystem when attempting to snapshot
    deleted subvolume (bsc#1221282).
  - commit 7de0be8
  - Fix missing initial value for tcp pingpong threshold (bsc#1221339,bsc#1221305,bsc#1221032,bsc#1221261)
    This caused high latencies leading to various network issues
  - commit de6f6b8
  - RAS/AMD/FMPM: Fix off by one when unwinding on error (jsc#PED-7619).
  - commit 083602e
  - RAS/AMD/FMPM: Add debugfs interface to print record entries (jsc#PED-7619).
  - commit 1a5e647
  - RAS/AMD/FMPM: Save SPA values (jsc#PED-7619).
  - commit 4072c0c
  - Bluetooth: Fix eir name length (git-fixes).
  - wifi: mac80211: update scratch_pos after defrag (git-fixes).
  - wifi: mac80211: track capability/opmode NSS separately
    (git-fixes).
  - wifi: mt76: mt792x: fix a potential loading failure of the
    6Ghz channel config from ACPI (git-fixes).
  - wifi: mt76: mt7921e: fix use-after-free in free_irq()
    (git-fixes).
  - wifi: iwlwifi: mvm: fix warnings from dmi_get_system_info()
    (git-fixes).
  - wifi: wilc1000: fix RCU usage in connect path (git-fixes).
  - commit 76a6eff
  - gpu/host1x kABI workaround (git-fixes).
  - commit 86a9dbb
  - gpu: host1x: Skip reset assert on Tegra186 (git-fixes).
  - commit 88887cf
  - drm/nouveau: don't fini scheduler before entity flush
    (git-fixes).
  - commit 3d3c54d
  - futex: Prevent the reuse of stale pi_state (bsc#1214683
    (PREEMPT_RT prerequisite backports)).
  - commit ba092a4
  - srcu: Use try-lock lockdep annotation for NMI-safe access
    (bsc#1214683 (PREEMPT_RT prerequisite backports)).
  - futex/pi: Fix recursive rt_mutex waiter state (bsc#1214683
    (PREEMPT_RT prerequisite backports)).
  - srcu: Remove extraneous parentheses from srcu_read_lock() etc
    (bsc#1214683 (PREEMPT_RT prerequisite backports)).
  - commit e04ae5b
  - Update config files: refresh for x86_64 and armv7hl
  - commit 8a3dfcc
  - r8152: fix unknown device for choose_configuration (git-fixes).
  - commit 71e2f25
  - Update patches.suse/arm64-sme-Always-exit-sme_alloc-early-with-existing-.patch (git-fixes, CVE-2024-26618)
    Add reference to CVE-2024-26618.
  - commit 50882e3
  - bluetooth hci_uart_register_device() kABI workaround
    (git-fixes).
  - commit 2fcc10e
  - net: phy: dp83822: Fix RGMII TX delay configuration (git-fixes).
  - net: phy: fix phy_get_internal_delay accessing an empty array
    (git-fixes).
  - Bluetooth: btnxpuart: Fix btnxpuart_close (git-fixes).
  - Bluetooth: af_bluetooth: Fix deadlock (git-fixes).
  - Bluetooth: hci_core: Fix possible buffer overflow (git-fixes).
  - Bluetooth: btrtl: fix out of bounds memory access (git-fixes).
  - Bluetooth: hci_h5: Add ability to allocate memory for private
    data (git-fixes).
  - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with
    gpiod_get_optional() (git-fixes).
  - Bluetooth: hci_event: Fix not indicating new connection for
    BIG Sync (git-fixes).
  - Bluetooth: Remove superfluous call to hci_conn_check_pending()
    (git-fixes).
  - Bluetooth: mgmt: Remove leftover queuing of power_off work
    (git-fixes).
  - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (git-fixes).
  - wifi: brcm80211: handle pmk_op allocation failure (git-fixes).
  - wifi: rtw88: 8821c: Fix false alarm count (git-fixes).
  - wifi: rtw88: 8821c: Fix beacon loss and disconnect (git-fixes).
  - wifi: rtw88: 8821cu: Fix firmware upload fail (git-fixes).
  - wifi: mt76: mt7921: fix incorrect type conversion for CLC
    command (git-fixes).
  - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (git-fixes).
  - wifi: mt76: mt7996: fix efuse reading issue (git-fixes).
  - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif
    (git-fixes).
  - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps
    (git-fixes).
  - wifi: mt76: mt7996: fix TWT issues (git-fixes).
  - sr9800: Add check for usbnet_get_endpoints (git-fixes).
  - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id
    (git-fixes).
  - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use
    (git-fixes).
  - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE
    before WMI_PEER_ASSOC_CMDID (git-fixes).
  - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init
    is complete (git-fixes).
  - wifi: wilc1000: revert reset line logic flip (git-fixes).
  - wifi: brcmsmac: avoid function pointer casts (git-fixes).
  - wifi: wilc1000: prevent use-after-free on vif when cleaning
    up all interfaces (git-fixes).
  - wifi: iwlwifi: mvm: Fix the listener MAC filter flags
    (git-fixes).
  - wifi: iwlwifi: mvm: don't set replay counters to 0xff
    (git-fixes).
  - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK
    (git-fixes).
  - wifi: iwlwifi: mvm: fix erroneous queue index mask (git-fixes).
  - wifi: iwlwifi: support EHT for WH (git-fixes).
  - wifi: wfx: fix memory leak when starting AP (git-fixes).
  - wifi: brcmsmac: Drop legacy header (git-fixes).
  - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()
    (git-fixes).
  - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU
    (git-fixes).
  - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA
    (git-fixes).
  - wifi: iwlwifi: mvm: use FW rate for non-data only on new devices
    (git-fixes).
  - wifi: iwlwifi: mvm: d3: fix IPN byte order (git-fixes).
  - wifi: iwlwifi: fix EWRD table validity check (git-fixes).
  - wifi: iwlwifi: mvm: initialize rates in FW earlier (git-fixes).
  - wifi: iwlwifi: acpi: fix WPFC reading (git-fixes).
  - wifi: iwlwifi: dbg-tlv: ensure NUL termination (git-fixes).
  - wifi: iwlwifi: mvm: report beacon protection failures
    (git-fixes).
  - wifi: brcmfmac: fix copyright year mentioned in platform_data
    header (git-fixes).
  - wifi: ath12k: Fix issues in channel list update (git-fixes).
  - wifi: ath10k: fix NULL pointer dereference in
    ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (git-fixes).
  - can: softing: remove redundant NULL check (git-fixes).
  - wifi: brcmfmac: avoid invalid list operation when vendor attach
    fails (git-fixes).
  - wifi: mwifiex: debugfs: Drop unnecessary error check for
    debugfs_create_dir() (git-fixes).
  - wifi: wilc1000: fix multi-vif management when deleting a vif
    (git-fixes).
  - wifi: wilc1000: do not realloc workqueue everytime an interface
    is added (git-fixes).
  - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
    (git-fixes).
  - wifi: b43: Disable QoS for bcm4331 (git-fixes).
  - wifi: b43: Stop correct queue in DMA worker when QoS is disabled
    (git-fixes).
  - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is
    disabled (git-fixes).
  - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is
    disabled (git-fixes).
  - doc-guide: kernel-doc: tell about object-like macros
    (git-fixes).
  - soc: qcom: llcc: Check return value on Broadcast_OR reg read
    (git-fixes).
  - soc: qcom: socinfo: rename PM2250 to PM4125 (git-fixes).
  - bus: tegra-aconnect: Update dependency to ARCH_TEGRA
    (git-fixes).
  - firmware: arm_scmi: Fix double free in SMC transport cleanup
    path (git-fixes).
  - commit d454c2c
  - Move upstreamed patches into sorted section
  - commit 5709f5a
  - Move upstreamed patches into sorted section
  - commit 612fa2e
  - arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587)
  - commit e433e12
  - arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587)
  - commit c36cae4
  - coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587)
  - commit 0aa88dd
  - coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587)
  - commit 4d64f51
  - coresight: trbe: Allocate platform data per device (bsc#1220587)
  - commit fd3964b
  - selinux: only filter copy-up xattrs following initialization
    (bsc#1210690).
  - commit f42baec
  - NFS: Fix data corruption caused by congestion (git-fixes).
  - pNFS: Fix the pnfs block driver's calculation of layoutget size
    (git-fixes).
  - NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server
    (git-fixes).
  - NFS: Fix O_DIRECT locking issues (git-fixes).
  - commit b64b15f
  - nfsd: don't take fi_lock in nfsd_break_deleg_cb() (git-fixes).
  - SUNRPC: fix _xprt_switch_find_current_entry logic (git-fixes).
  - NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
    (git-fixes).
  - NFS: Use parent's objective cred in nfs_access_login_time()
    (git-fixes).
  - blocklayoutdriver: Fix reference leak of pnfs_device_node
    (git-fixes).
  - SUNRPC: Fix a suspicious RCU usage warning (git-fixes).
  - NFSD: Fix "start of NFS reply" pointer passed to
    nfsd_cache_update() (git-fixes).
  - NFSD: Update nfsd_cache_append() to use xdr_stream (git-fixes).
  - nfsd: fix file memleak on client_opens_release (git-fixes).
  - SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
    (git-fixes).
  - NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (git-fixes).
  - SUNRPC: Add an IS_ERR() check back to where it was (git-fixes).
  - NFSv4.1: fix handling NFS4ERR_DELAY when testing for session
    trunking (git-fixes).
  - SUNRPC: ECONNRESET might require a rebind (git-fixes).
  - svcrdma: Drop connection after an RDMA Read error (git-fixes).
  - nfsd: Handle EOPENSTALE correctly in the filecache (git-fixes).
  - nfsd: lock_rename() needs both directories to live on the same
    fs (git-fixes).
  - pNFS/flexfiles: Check the layout validity in
    ff_layout_mirror_prepare_stats (git-fixes).
  - pNFS: Fix a hang in nfs4_evict_inode() (git-fixes).
  - NFS: Fix potential oops in nfs_inode_remove_request()
    (git-fixes).
  - nfs42: client needs to strip file mode's suid/sgid bit after
    ALLOCATE op (git-fixes).
  - nfs: decrement nrequests counter before releasing the req
    (git-fixes).
  - SUNRPC/TLS: Lock the lower_xprt during the tls handshake
    (git-fixes).
  - Revert "SUNRPC dont update timeout value on connection reset"
    (git-fixes).
  - NFSv4: Fix a state manager thread deadlock regression
    (git-fixes).
  - NFSv4: Fix a nfs4_state_manager() race (git-fixes).
  - SUNRPC: Fail quickly when server does not recognize TLS
    (git-fixes).
  - NFSv4.1: fix zero value filehandle in post open getattr
    (git-fixes).
  - NFS: More fixes for nfs_direct_write_reschedule_io()
    (git-fixes).
  - NFS: Use the correct commit info in nfs_join_page_group()
    (git-fixes).
  - NFS: More O_DIRECT accounting fixes for error paths (git-fixes).
  - NFS: Fix error handling for O_DIRECT write scheduling
    (git-fixes).
  - nfsd: fix change_info in NFSv4 RENAME replies (git-fixes).
  - NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
    (git-fixes).
  - NFS: Fix a potential data corruption (git-fixes).
  - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
    (git-fixes).
  - commit e298a32

++++ kernel-firmware-all:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-amdgpu:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-ath10k:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-ath11k:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-ath12k:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-atheros:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-bluetooth:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-bnx2:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-brcm:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-chelsio:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-dpaa2:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-i915:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-intel:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-iwlwifi:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-liquidio:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-marvell:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-media:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-mediatek:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-mellanox:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-mwifiex:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-network:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-nfp:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-nvidia:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-platform:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-prestera:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-qcom:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-qlogic:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-radeon:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-realtek:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-serial:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-sound:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-ti:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-ueagle:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ kernel-firmware-usb-network:

  - Update to version 20240312 (git commit 4a404b5bfdb9):
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * iwlwifi: update 9000-family firmwares to core85-89
    * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops

++++ expat:

  - update to 2.6.2:
    * CVE-2024-28757 -- Prevent billion laughs attacks with isolated
    use of external parsers (boo#1221289)
    * Reject direct parameter entity recursion and avoid the related
    undefined behavior

++++ libpsl:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ opensc:

  - Build with support for libeac (OpenPACE)

++++ policycoreutils:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ selinux-policy:

  - Update to version 20240313:
    * Assign alts_exec_t to files_type

++++ suseconnect-ng:

  - Update to version 1.8.0
    * Allow "--rollback" flag to run on readonly filesystem (bsc#1220679)

------------------------------------------------------------------
------------------  2024-3-12  -  Mar 12 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    * zink: don't print error messages when failing an implicit
    driver load (Mesa gitlab issue #10802)

++++ Mesa-drivers:

  - u_zink-dont-print-error-messages-when-failing-an-implicit.patch
    * zink: don't print error messages when failing an implicit
    driver load (Mesa gitlab issue #10802)

++++ avahi:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]

++++ curl:

  - Remove the nghttp2 version requirement as a version guard around
    the nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
    function was added in curl 8.0.1.
    * Upstream commit: https://github.com/curl/curl/commit/744dcf22

++++ dpdk:

  - add kni-fix-build-with-Linux-6.8.patch to fix build against
    kernel 6.8.

++++ python-kiwi:

  - Drop rpm-dir from allowed repository type
    Using an arbitrary list of rpm packages as repository is a zypper
    only feature, barely tested and from our pov not really needed
    as a simple createrepo call turns any custom list of packages
    into a clean rpm-md repo including metadata. This commit drops
    rpm-dir from the list of allowed repository types and auto
    converts those image descriptions which makes use of it. Please
    note this does not prevent users from using flat package
    directories with zypper, because the type argument in the
    repository section is an optional attribute. In case there is
    no type specification zypper auto-detects and handles the data
    as it handles it. This Fixes #1926
  - Revise system_build.rst
  - Fixup use of /boot/zipl
    Only for the grub2_s390x_emu bootloader setup an optional boot
    partition setup must be put to /boot/zipl rather than to /boot

++++ transactional-update:

  - Disable soft-reboot support for now as long as it isn't working
    reliably
  - Move tukit.conf to correct package

++++ fwupd:

  - Update to version 1.9.15:
    + This release adds the following features:
  - Allow loading in parameters for the test device from
    fwupd.conf.
  - Ensure LVFS remotes are changed from .gz to .xz.
  - Store the install duration in the history database.
    + This release fixes the following bugs:
  - Drop OverrideESPMountPoint references in uefi-capsule.
  - Fix a potential double-free when writing AVer firmware.
  - Only request the BOS descriptor when bcdUSB > 0x0200.
  - Use the root device order when sorting device children.

++++ glibc:

  - sigisemptyset.patch: linux/sigsetops: fix type confusion (BZ #31468)

++++ gsettings-desktop-schemas:

  - Update to version 46.rc:
    + Make default clock format overridable by translators.
    + Updated translations.
  - Update to version 46.beta:
    + Add key to modify XKB options.
    + Add key to indicate whether switches should indicate state with
    shapes.
    + Updated translations.
  - Update to version 46.alpha:
    + Update default background file extension to jxl.
    + Updated translations.
  - Convert to source service for easier updating.

++++ gstreamer:

  - Replace the quick fix for boo#1221150 with the version submitted
    to upstream at
    https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6322:
    * 0001-Canonicalize-the-library-path-returned-by-dladdr.patch
  - Remove previous version of the fix for boo#1221150:
    * force-find-gst-plugin-scanner.patch
  - Fix sed command to set the gst-plugin-scanner suffix correctly
  - Add preventive checks for the sed commands that set the binary
    suffix so that they don't silently fail anymore.

++++ kernel-default:

  - Update
    patches.suse/ceph-fix-deadlock-or-deadcode-of-misusing-dget.patch
    (bsc#1220453 bsc#1221058 CVE-2023-52583).
  - commit 25befcc
  - sched/fair: Combine EAS check with overutilized access
    (bsc#1221157).
  - sched/fair: Use helper function to access rd->overutilized
    (bsc#1221157).
  - sched/fair: Add EAS checks before updating overutilized
    (bsc#1221157).
  - commit c66ccdb
  - netfs, fscache: Prevent Oops in fscache_put_cache() (bsc#1221291
    CVE-2024-26612).
  - commit f4e9666
  - mm, vmscan: prevent infinite loop for costly GFP_NOIO |
    __GFP_RETRY_MAYFAIL allocations (git-fixes).
  - commit 36fac6a
  - mm: migrate high-order folios in swap cache correctly
    (git-fixes).
  - commit 46a5bb6
  - mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
    (git-fixes).
  - commit 436bfc9
  - Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch.
  - commit 442a3e7
  - bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
    (git-fixes).
  - commit bffce9c
  - nfp: flower: prevent re-adding mac index for bonded port (git-fixes).
  - commit 6661999
  - nfp: use correct macro for LengthSelect in BAR config (git-fixes).
  - commit 7d0aeec
  - tsnep: Fix mapping for zero copy XDP_TX action (git-fixes).
  - commit 3345825
  - net: atlantic: Fix DMA mapping for PTP hwts ring (git-fixes).
  - commit b00604d
  - netdevsim: avoid potential loop in nsim_dev_trap_report_work() (git-fixes).
  - commit 57a7091
  - net: stmmac: Prevent DSA tags from breaking COE (git-fixes).
  - commit e8cc0c0
  - Move out-of-tree patches into the right section
  - commit 6624840
  - Documentation: virt: Fix up pre-formatted text block for SEV
    ioctls (git-fixes).
  - commit b6867f0
  - Move upstreamed patches into sorted section
  - commit 489fc6e
  - crypto: ccp - Have it depend on AMD_IOMMU (git-fixes).
  - rtc: test: Fix invalid format specifier (git-fixes).
  - lib: memcpy_kunit: Fix an invalid format specifier in an
    assertion msg (git-fixes).
  - lib/cmdline: Fix an invalid format specifier in an assertion
    msg (git-fixes).
  - selftests/mqueue: Set timeout to 180 seconds (git-fixes).
  - Documentation: coresight: fix `make refcheckdocs` warning
    (git-fixes).
  - commit 2c8fcdc
  - Refresh patches.suse/nfsd-fix-RELEASE_LOCKOWNER.patch.
    update mainline commit info
  - commit 2c149c7

++++ sqlite3:

  - Update to release 3.45.2:
    * Added the SQLITE_RESULT_SUBTYPE property for application-
    defined SQL functions.
    * Enhancements to the JSON SQL functions
    * Add the FTS5 tokendata option to the FTS5 virtual table.
    * The SQLITE_DIRECT_OVERFLOW_READ optimization is now enabled by
    default.
    * Query planner improvements
    * Increase the default value for SQLITE_MAX_PAGE_COUNT from
    1073741824 to 4294967294.
    * Enhancements to the CLI
    * Restore the JSON BLOB input bug, and promise to support the
    anomaly in subsequent releases, for backward compatibility.
    * Fix the PRAGMA integrity_check command so that it works on
    read-only databases that contain FTS3 and FTS5 tables.
    * Fix issues associated with processing corrupt JSONB inputs.
    * Fix a long-standing bug in which a read of a few bytes past the
    end of a memory-mapped segment might occur when accessing a
    craftily corrupted database using memory-mapped database.
    * Fix a long-standing bug in which a NULL pointer dereference
    might occur in the bytecode engine due to incorrect bytecode
    being generated for a class of SQL statements that are
    deliberately designed to stress the query planner but which
    are otherwise pointless.
    * Fix an error in UPSERT, introduced in version 3.35.0.
    * Reduce the scope of the NOT NULL strength reduction
    optimization that was added in version 3.35.0.
  - Add sqlite3-float-i586.patch to fix build on i586.
  - sqlite3-rtree-i686.patch is not needed anymore.
  - Abort build when %version and %tarversion don't match.

++++ rsync:

  - Avoid package changes in %check

------------------------------------------------------------------
------------------  2024-3-11  -  Mar 11 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.24.7:
    * chore(deps): upgrade go to 1.21.8 (#11578)
    * ci(deps): bump moby/moby & docker/cli to v25.0.4 (#11566)
    * Add test summary for test jobs in ci
    * make code simpler
    * avoid duplicated "xx exited with code 0" message
    * introduce --watch
    * move code into small functions for better readability
    * restore support for `config --no-interpolate`
    * remove docker cli step in ci.yml
    * get log to manage `attach`
    * bump compose-go to version v2.0.0-rc.8
    * use an dedicated compose file --quiet-pull e2e test
    * Add a fallback check of Watch pid on Windows False positives
    were detected when checking the previous watch process state
    * add support of QuietOption to create command
    * pass QuietOption when starting dependencies from run command
    * when ran with ANSI disabled, force progress=plain
    * Issue-11374: Modified compose up command to respect
    COMPOSE_REMOVE_ORPHANS environment variable
    * ci: bump engine version to `25.0.3`
    * sort containers to optimize scale down
    * discard stdout for laaarge log test

++++ python-kiwi:

  - Lookup distro provided BLS entries for zipl
    Check if there is already an entry file name produced by the
    distribution logic/policy. If we can find an already present
    entry name, prefer this name over the kiwi naming policy
  - Install audit in s390 rawhide integration test

++++ glibc:

  - duplocale-global-locale.patch: duplocale: protect use of global locale
    (bsc#1220441, BZ #23970)

++++ gsettings-desktop-schemas:

  - Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch:
    Add key picture-uri-dark (bsc#1221205).

++++ gstreamer:

  - Add patch from upstream to not install ptp-helper test executable
    * 0001-ptp-Dont-install-test-executable.patch
  - Add patch to remove the (wrong) check for relocated library which
    is making gstreamer fail to find the gst-plugin-scanner helper
    binary, thus using the installation path set at build time
    (boo#1221150):
    * force-find-gst-plugin-scanner.patch

++++ kernel-default:

  - amt: do not use overwrapped cb area (git-fixes).
  - commit 1372aac
  - bonding: remove print in bond_verify_device_path (git-fixes).
  - commit 7a54f95
  - stmmac: preserve KABI in stmmac_txq_cfg (git-fixes).
  - commit 034b0ac
  - net: stmmac: Tx coe sw fallback (git-fixes).
  - commit d5cf563
  - powerpc/pseries/iommu: IOMMU table is not initialized for
    kdump over SR-IOV (bsc#1220492 ltc#205270).
  - commit 2026089
  - Update
    patches.suse/usb-hub-Guard-against-accesses-to-uninitialized-BOS-.patch
    (bsc#1220790 CVE-2023-52477).
    Added CVE
  - commit 61b1ebd
  - nvmet-fc: take ref count on tgtport before delete assoc
    (git-fixes).
  - nvmet-fc: avoid deadlock on delete association path (git-fixes).
  - nvmet-fc: abort command when there is no binding (git-fixes).
  - nvmet-fc: hold reference on hostport match (git-fixes).
  - nvmet-fc: defer cleanup using RCU properly (git-fixes).
  - nvmet-fc: release reference on target port (git-fixes).
  - nvmet-fcloop: swap the list_add_tail arguments (git-fixes).
  - nvme-fc: do not wait in vain when unloading module (git-fixes).
  - nvmet-tcp: fix nvme tcp ida memory leak (git-fixes).
  - commit 53c6a83

++++ libgcrypt:

  - FIPS: Replace the built-in jitter rng with standalone version
    * Remove the internal jitterentropy copy [bsc#1220896]
    * Add libgcrypt-FIPS-jitter-standalone.patch
    * Remove not needed libgcrypt-jitterentropy-3.4.0.patch

++++ patterns-base:

  - fix typo in libopenssl3 (bsc#1217934)

++++ patterns-micro:

  - fix typo in libopenssl3 (bsc#1217934)

++++ permissions:

  - Update to version 1699_20240307:
    * build system: migrate from Makefile to Meson
  - adjust spec file to meson build

++++ python-anyio:

  - Update to 4.3.0:
    * Added support for the Python 3.12 ``walk_up`` keyword argument in
    ``anyio.Path.relative_to()``
    * Fixed passing ``total_tokens`` to ``anyio.CapacityLimiter()`` as a
    keyword argument not working on the ``trio`` backend
    * Fixed ``Process.aclose()`` not performing the minimum level of
    necessary cleanup when cancelled
    * Fixed ``Process.stdin.aclose()``, ``Process.stdout.aclose()``, and
    ``Process.stderr.aclose()``
  - Add exceptiongroup to {Build,}Requires.

++++ python-gobject:

  - Update to version 3.48.1:
    + Fix installation with pip failing in some environments with
    ModuleNotFoundError in g-ir-scanner.

++++ os-update:

  - Update to version 1.16
  - Enhance logging for soft-reboot tracking

++++ update-alternatives:

  - Update to version 1.22.5.
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.5
    Version 1.22.5 includes all the changes from 1.22.4 and 1.22.3.
    These may be found here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.4
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.3
  - Refresh openssl.patch so it would apply cleanly.

------------------------------------------------------------------
------------------  2024-3-10  -  Mar 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.3 → 10.0.4

++++ kernel-default:

  - i2c: aspeed: Fix the dummy irq expected print (git-fixes).
  - i2c: wmt: Fix an error handling path in wmt_i2c_probe()
    (git-fixes).
  - i2c: i801: Avoid potential double call to
    gpiod_remove_lookup_table (git-fixes).
  - commit 5a2966b
  - s390/vfio-ap: wire in the vfio_device_ops request callback
    (bsc#1205316).
  - Refresh
    patches.suse/vfio-iommufd-Add-detach_ioas-support-for-emulated-VFIO-devices.
  - commit c62972b

++++ spirv-tools:

  - Update to release 2024.1~rc1
    * Add tooling support for SPV_KHR_maximal_reconvergence,
    SPV_KHR_float_controls2, SPV_KHR_quad_control,
    SPV_NV_shader_atomic_fp16_vector, SPV_QCOM_image_processing2
    * Fold 64-bit int operations
    * Support operand kind for SPV_INTEL_maximum_registers

++++ at-spi2-core:

  - Remove unused dependencies on libei and libxkbcommon-x11.

++++ shadow:

  - Update to 4.15.0
    * libshadow:
    + Use utmpx instead of utmp. This fixes a regression introduced
    in 4.14.0.
    + Fix build error (parameter name omitted).
    * Build system:
    + Link correctly with libdl.
    + Install pam configs for chpasswd(8) and newusers(8) when using
    ./configure --with-libpam --disable-account-tools-setuid.
    + Merge libshadow and libmisc into a single libshadow. This fixes
    problems in the linker, which were reported at least in Gentoo.
    + Fix build with musl libc.
    + Support out of tree builds
    * useradd(8):
    + Set proper SELinux labels for def_usrtemplate
  - Update Serge Hallyns GPG key
  - Update shadow-login_defs-unused-by-pam.patch

++++ wget:

  - GNU wget 1.24.5:
    * Fix how subdomain matches are checked for HSTS.
    * Wget will now also parse the srcset attribute in <source> HTML
    tags
    * Support reading fetchmail style "user" and "passwd" fields from
    netrc
    * In some cases, prevent the confusing "Cannot write to...
    (success)" error messages
    * Support extremely fast download speeds (TB/s)
    * Ensure that CSS URLs are corectly quoted
    * libproxy support is now upstream- drop wget-libproxy.patch

------------------------------------------------------------------
------------------  2024-3-9  -  Mar 9 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch to fix
    build with LLVM 18.

++++ Mesa-drivers:

  - Add U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch to fix
    build with LLVM 18.

++++ python-kiwi:

  - Delete invalid EPEL repo from rawhide tests

++++ librsvg:

  - Update to version 2.57.92:
    + Don't panic when rendering feOffset with a too-large offset.
    + Don't panic when a decoded image has dimensions of zero.

++++ gobject-introspection:

  - Update to version 1.80.0:
    + Allow using `transfer none` with GClosure.
    + Only allow loading GIRepository-2.0.
    + Add marshalling tests for uninitialized and NaN arguments.
    + Check for setuptools when building with Python >= 3.12.
    + Add fallback doc elements for virtual functions.
    + Add doc elements for callback fields.
    + Support static inline declarations in the GIR.
    + Add annotations for sync, async, and async-finish functions in
    the GIR.
    + Simplify the giscanner module build with Python >= 3.12.
    + Allow passing full shared library paths on Windows.

++++ kernel-default:

  - scsi: target: iscsi: don't warn of R/W when no data
    (bsc#1215541).
  - scsi: target: iscsi: handle SCSI immediate commands
    (bsc#1215541).
  - commit ed0e112
  - Fix missing initialization in mt7921* drivers (bsc#1221114)
    Refresh patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch
  - commit ecd5297
  - ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll
    (git-fixes).
  - ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono
    mode (git-fixes).
  - ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC
    (git-fixes).
  - ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6)
    into DMI quirk table (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi
    Vi8 tablet (git-fixes).
  - ALSA: hda: cs35l41: Overwrite CS35L41 configuration for ASUS
    UM5302LA (git-fixes).
  - ALSA: hda/realtek: Add quirks for Lenovo Thinkbook 16P laptops
    (git-fixes).
  - ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P (git-fixes).
  - ALSA: hda: optimize the probe codec process (git-fixes).
  - commit 5c5002a
  - ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook
    (git-fixes).
  - ALSA: hda/realtek - Add Headset Mic supported Acer NB platform
    (git-fixes).
  - commit 0303741
  - mei: gsc_proxy: match component when GSC is on different bus
    (git-fixes).
  - misc: fastrpc: Pass proper arguments to scm call (git-fixes).
  - comedi: comedi_test: Prevent timers rescheduling during deletion
    (git-fixes).
  - misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled
    twice on suspend/resume (git-fixes).
  - iio: accel: adxl367: fix I2C FIFO data register (git-fixes).
  - iio: accel: adxl367: fix DEVID read after reset (git-fixes).
  - iio: pressure: dlhl60d: Initialize empty DLH bytes (git-fixes).
  - counter: fix privdata alignment (git-fixes).
  - Revert "tty: serial: simplify
    qcom_geni_serial_send_chunk_fifo()" (git-fixes).
  - tty: serial: fsl_lpuart: avoid idle preamble pending if CTS
    is enabled (git-fixes).
  - vt: fix unicode buffer corruption when deleting characters
    (git-fixes).
  - serial: 8250_dw: Do not reclock if already at correct rate
    (git-fixes).
  - tty: serial: imx: Fix broken RS485 (git-fixes).
  - xhci: Fix failure to detect ring expansion need (git-fixes).
  - usb: port: Don't try to peer unused USB ports based on location
    (git-fixes).
  - usb: gadget: ncm: Fix handling of zero block length packets
    (git-fixes).
  - usb: typec: altmodes/displayport: create sysfs nodes as driver's
    default device attribute group (git-fixes).
  - usb: typec: tpcm: Fix PORT_RESET behavior for self powered
    devices (git-fixes).
  - USB: usb-storage: Prevent divide-by-0 error in
    isd200_ata_command (git-fixes).
  - thunderbolt: Fix NULL pointer dereference in
    tb_port_update_credits() (git-fixes).
  - Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
    (git-fixes).
  - ASoC: rcar: adg: correct TIMSEL setting for SSI9 (git-fixes).
  - ASoC: madera: Fix typo in madera_set_fll_clks shift value
    (git-fixes).
  - ALSA: hda/realtek - Fix headset Mic no show at resume back
    for Lenovo ALC897 platform (git-fixes).
  - drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf
    (git-fixes).
  - drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel
    HFP and HBP (again) (git-fixes).
  - drm: Fix output poll work for drm_kms_helper_poll=n (git-fixes).
  - drm/amd/display: check dc_link before dereferencing (git-fixes).
  - drm/i915/selftests: Fix dependency of some timeouts on HZ
    (git-fixes).
  - drm/i915: Don't explode when the dig port we don't have an
    AUX CH (git-fixes).
  - drm/i915: Check before removing mm notifier (git-fixes).
  - drm/i915/hdcp: Extract hdcp structure from correct connector
    (git-fixes).
  - drm/i915/hdcp: Remove additional timing for reading mst hdcp
    message (git-fixes).
  - drm/i915/hdcp: Move to direct reads for HDCP (git-fixes).
  - commit e4dbdb4
  - erofs: apply proper VMA alignment for memory mapped files on
    THP (git-fixes).
  - commit f883467

++++ llvm19:

  - Update to version 18.1.1.
    * For details, see the release notes:
  - https://releases.llvm.org/18.1.0/docs/ReleaseNotes.html
  - https://releases.llvm.org/18.1.0/tools/clang/docs/ReleaseNotes.html
  - https://releases.llvm.org/18.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
  - https://releases.llvm.org/18.1.0/projects/libcxx/docs/ReleaseNotes.html
  - https://releases.llvm.org/18.1.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tool: llvm-readtapi, LLVM TAPI file reader and
    transformer.
    * Removed LLVM tools: llvm-tapi-diff, llvm-remark-size-diff.
    * New LLDB tool: lldb-dap debug adapter.
    * Removed LLDB tool: lldb-vscode.
  - Rename libomp-devel symbolic name to libomp-devel-provider.
    We want to introduce a metapackage named libomp-devel.
  - Rebase patches:
    * assume-opensuse.patch
    * link-clang-tools-extra-shared.patch
    * llvm_build_tablegen_component_as_shared_library.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-fix-find-gcc5-install.patch
    * llvm-normally-versioned-libllvm.patch
    * llvm-suse-implicit-gnu.patch
  - Add patches to fix tests:
    * clang-fix-modules-test-riscv.patch
    * clang-fix-openmp-test-non-x86.patch
    * clang-fix-openmp-test.patch
    * llvm-fix-cov-test-i586.patch
  - Restructure version macros in specfile for new versioning scheme.
  - Fix packaging of ld.lld as ld alternative.
  - Disable LLDB Python bindings on SLE/Leap. They now require Swig 4
    which isn't available there.

++++ openpace:

  - Initial package, version 1.1.3

++++ opensc:

  - Update to version 0.25.0
    Security
    * CVE-2023-5992: Fix Side-channel leaks while stripping
    encryption PKCS#1.5 padding in OpenSC.
    * CVE-2024-1454: Fix Potential use-after-free in AuthentIC driver
    during card enrollment in pkcs15init.
    General improvements
    * Remove support for old card drivers Akis, GPK, Incrypto34 and
    Westcos, disable Cyberflex driver.
    * Fix 64b to 32b conversions.
    * Improvements for the p11test.
    * Fix reader initialization without SCardControl.
    * Make RSA PKCS#1 v1.5 depadding constant-time.
    * Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02)
    on the card.
    * Fixed various issues reported by OSS-Fuzz and Coverity in
    drivers, PKCS#11 and PKCS#15 layer.
  - Add patch:
    * opensc-docbook-xsl-fix.patch
  - Drop not longer needed patches:
    * CVE-2024-1454.patch
  - Introduce subpackage for bash-completion

++++ python-gobject:

  - Update to version 3.48.0:
    + test: fix some tests on macOS.
    + docs: some dark mode fixes.

------------------------------------------------------------------
------------------  2024-3-8  -  Mar 8 2024  -------------------
------------------------------------------------------------------

++++ docker:

    [NOTE: This update was only ever released in SLES and Leap.]
  - Add patch to fix bsc#1220339
    * 0007-daemon-overlay2-remove-world-writable-permission-fro.patch
  - 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
    * 0006-Vendor-in-latest-buildkit-v0.11-branch-including-CVE.patch

++++ python-kiwi:

  - Fix s390 tools and grub requirement
    On Fedora/RHEL this is named s390utils and there is no grub2
  - Added rawhide integration test
  - Temp commit

++++ glib2:

  - Update to version 2.80.0:
    + Bugs fixed:
  - GLib: string malformed for gettext.
  - Add missing argument placeholders to several command-line
    tools.
  - g_warn_if_fail: Document as always evaluating expr.
  - docs:
    . Fix a typo in the macros docs page.
    . Specify gi-docgen as a native dependency.
    . Fix building with docs enabled and introspection disabled.
    . Minor improvements to GSignal documentation.
    + Updated translations.

++++ gpg2:

  - Update to 2.4.5:
    * gpg,gpgv: New option --assert-pubkey-algo. [T6946]
    * gpg: Emit status lines for errors in the compression layer. [T6977]
    * gpg: Fix invocation with --trusted-keys and --no-options. [T7025]
    * gpgsm: Allow for a longer salt in PKCS#12 files. [T6757]
    * gpgtar: Make --status-fd=2 work on Windows. [T6961]
    * scd: Support for the ACR-122U NFC reader. [rG1682ca9f01]
    * scd: Suport D-TRUST ECC cards. [T7000,T7001]
    * scd: Allow auto detaching of kernel drivers; can be disabled with
    the new compatibility-flag ccid-no-auto-detach. [rGa1ea3b13e0]
    * scd: Allow setting a PIN length of 6 also with a reset code for
    openpgp cards. [T6843]
    * agent: Allow GET_PASSPHRASE in restricted mode. [rGadf4db6e20]
    * dirmngr: Trust system's root CAs for checking CRL issuers. [T6963]
    * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps. [T6997]
    * gpg-wks-client: Make option --mirror work properly w/o specifying
    domains. [rG37cc255e49]
    * g13,gpg-wks-client: Allow command style options as in "g13 mount
    foo". [rGa09157ccb2]
    * Allow tilde expansion for the foo-program options. [T7017]
    * Make the getswdb.sh tool usable outside the GnuPG tree.
    * Release-info: https://dev.gnupg.org/T6960
    * Update the required versions for the dependencies.

++++ ignition:

  - Update to version 2.18.0:
    * NEWS: update 2.18.0
    * azure: retry HTTP requests on codes 404, 410, and 429
    * docs: add missing scaleway link
    * providers: add scaleway
    * resource/url: customize local address (port)
    * stages/files: filter out non-existent paths before relabeling
    * docs/release-notes: tweak dracut module change
    * Bump minimum Go version to 1.20
    * dracut: Don't include the ignition module by default
    * ci: cancel previous build on PR update
    * Sync repo templates ⚙
    * Update build(deps)
  - Remove because included in upstream now:
    0005-dracut-Don-t-include-the-ignition-module-by-default.patch
  - Increased required Go version

++++ kernel-default:

  - powerpc: Add PVN support for HeXin C2000 processor
    (jsc#PED-7970).
  - Refresh patches.suse/powerpc-Add-Power11-architected-and-raw-mode.patch
  - commit 840aeb4
  - Refresh
    patches.suse/x86-e820-Don-t-reserve-SETUP_RNG_SEED-in-e820.patch
  - commit cca30de

++++ sssd:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

++++ unbound:

  - Update to 1.19.2:
    * Bug Fixes:
  - Fix CVE-2024-1931, Denial of service when trimming EDE text
    on positive replies.
    [bsc#1221164]

++++ rebootmgr:

  - Update to version 2.3
  - rebootmgrd: add verbose mode
  - Enable verbose mode in rebootmgr.service by default

++++ selinux-policy:

  - Update to version 20240308:
    * Support /bin/alts in the policy (bsc#1217530)
    * Revert "Allow virtnetworkd_t to execute bin_t (bsc#1216903)"

++++ setroubleshoot:

  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]

------------------------------------------------------------------
------------------  2024-3-7  -  Mar 7 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.0.2 → 10.0.3
  - Revise image_size, kiwi
  - Ensure we use a compatible docopt-ng version
    To ensure our trick to switch between docopt and docopt-ng works,
    we need to have a higher minimum version for docopt-ng where
    compatibility with the original docopt was restored.

++++ kernel-default:

  - perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
    (jsc#PED-7970 jsc#PED-8065).
  - powerpc/perf: Power11 Performance Monitoring support
    (jsc#PED-7970 jsc#PED-8065).
  - perf vendor events powerpc: Add PVN for HX-C2000 CPU with
    Power8 Architecture (jsc#PED-7970 jsc#PED-8065).
  - commit b9d5dfb
  - group-source-files.pl: Quote filenames (boo#1221077).
    The kernel source now contains a file with a space in the name.
    Add quotes in group-source-files.pl to avoid splitting the filename.
    Also use -print0 / -0 when updating timestamps.
  - commit a005e42
  - Revert "git-sort: Add io_uring 6.3 fixes remote"
    This reverts commit 6392287eb4bd8f99419025c617f5a9b7ce323a79.
    Remove version-specific branch.
  - commit e463564
  - gpio: fix resource unwinding order in error path (git-fixes).
  - commit 6156605
  - gpiolib: Fix the error path order in
    gpiochip_add_data_with_key() (git-fixes).
  - commit e072cb0
  - gpio: 74x164: Enable output pins after registers are reset
    (git-fixes).
  - kbuild: Add -Wa,--fatal-warnings to as-instr invocation
    (git-fixes).
  - efivarfs: Request at most 512 bytes for variable names
    (git-fixes).
  - ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
  - drm/amd/display: Add monitor patch for specific eDP (git-fixes).
  - soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
  - commit 43e9ac3
  - Update patches.suse/PCI-MSI-Prevent-MSI-hardware-interrupt-number-trunca.patch (git-fixes,bsc#1218777)
  - commit 7d27d0e
  - Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
  - commit 6950641

++++ libassuan:

  - Update to 2.5.7:
    * New configure option --with-libtool-modification. [T6619]
    * Change the naming of the 64 bit Windows DLL from libassuan6-0.dll
    to libassuan-0.dll to sync this with what we did for libgpg-error.
    * Release-info: https://dev.gnupg.org/T7028

++++ freeipmi:

  - fix gcc-14 build: gcc-14.patch (bsc#1220476)

++++ libpng16:

  - version update to 1.6.43
    * Fixed the row width check in png_check_IHDR().
    This corrected a bug that was specific to the 16-bit platforms,
    and removed a spurious compiler warning from the 64-bit builds.
    (Reported by Jacek Caban; fixed by John Bowler)
    * Added eXIf chunk support to the push-mode reader in pngpread.c.
    (Contributed by Chris Blume)
    * Added contrib/pngexif for the benefit of the users who would like
    to inspect the content of eXIf chunks.
    * Added contrib/conftest/basic.dfa, a basic build-time configuration.
    (Contributed by John Bowler)
    * Fixed a preprocessor condition in pngread.c that broke build-time
    configurations like contrib/conftest/pngcp.dfa.
    (Contributed by John Bowler)
    * Added CMake build support for LoongArch LSX.
    (Contributed by GuXiWei)
    * Fixed a CMake build error that occurred under a peculiar state of the
    dependency tree. This was a regression introduced in libpng-1.6.41.
    (Contributed by Dan Rosser)
    * Marked the installed libpng headers as system headers in CMake.
    (Contributed by Benjamin Buch)
    * Updated the build support for RISCOS.
    (Contributed by Cameron Cawley)
    * Updated the makefiles to allow cross-platform builds to initialize
    conventional make variables like AR and ARFLAGS.
    * Added various improvements to the CI scripts in areas like version
    consistency verification and text linting.
    * Added version consistency verification to pngtest.c also.

++++ python313-core:

  - Drop gh115133-XMLPullParserTest-fail.patch upstreamed now.

++++ python313:

  - Drop gh115133-XMLPullParserTest-fail.patch upstreamed now.

++++ ovmf:

  - Use built QEMU_VARS.fd as base for AARCH64/AARCH32 vars file
  - Ensure riscv64 code/vars is 32M otherwise it won't load
  - Use truncate instead of 2 dd commands
  - Updated descriptors.tar.xz tarball, adding secure-boot feature tag
    to the following firmware descriptor of qemu. For libvirt, the
    enrolled-keys feature relies on secure-boot (bsc#1217422):
    /usr/share/qemu/firmware/60-ovmf-x86_64-2m-ms.json
    /usr/share/qemu/firmware/60-ovmf-x86_64-2m-opensuse.json
    /usr/share/qemu/firmware/60-ovmf-x86_64-2m-suse.json
    /usr/share/qemu/firmware/60-ovmf-x86_64-ms.json
    /usr/share/qemu/firmware/60-ovmf-x86_64-opensuse.json
    /usr/share/qemu/firmware/60-ovmf-x86_64-suse.json
    User should awares that the secure-boot feature of ovmf is NOT real
    secure without SMM. Adding secure-boot is just for enabling
    enrolled-keys. Otherwise preloaded keys ovmf can not be auto-selected
    by libvirt.

++++ virt-manager:

  - Disable mdev tests with introduction of libvirt 10.1.0
    virt-manager.spec

++++ virtiofsd:

  - Fix libexecdir move: rpm cannot replace a directory with a single
    file on upgrades -- boo#1220592
    * Add pre scriptlet removing the directory on Tumbleweed during
    upgrades
    * Don't own plain %_libexecdir on Tumbleweed

------------------------------------------------------------------
------------------  2024-3-6  -  Mar 6 2024  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Hardcode distribution to suse for proper cloud.cfg generation
    (bsc#1220132).

++++ combustion:

  - Update to version 1.3+git9:
    * Explicitly install modules for config sources
    * Trigger udev rules on ACTION!="remove"

++++ python-kiwi:

  - Fixed delta_root build
    The support for delta_root allows to build a delta container
    image from a given base container. Due to the refactoring of
    the kiwi code base using context managers no explicit deletion
    of instances happens anymore. This uncovered a weakness of
    the delta root code at the level of the overlay mount. At
    the time of the umount there are still active temporary
    mount handlers which keeps the mountpoint busy. In order to
    fix this properly also the PackageManager factory is now
    a context manager and the Repository factory received a
    cleanup method which is called when the PackageManager goes
    out of scope. This refactoring also fixes the busy state
    when building deltas
  - Bump version: 10.0.1 → 10.0.2
  - Don't use poetry publish
    Publishing to pypi is done via pypa/gh-action-pypi-publish
    and the respective auth token. Calling poetry publish does
    not work because this is not authorized
  - Bump version: 10.0.0 → 10.0.1
  - Drop ci-kiwi-9-compliant.yml
    Delete this action as it existed in the intermediate state
    prior the new major version v10.x.x
  - Add tzdata to Debian tests
  - Fixed sync script for test-image-rpi on Ubuntu
  - Install language-pack-en for Ubuntu arm test
  - Install locales-all for Debian tests
  - Install language-pack-en for Debian tests
  - Fix repo setup for Ubuntu arm test
  - Install network stack for Debian test
  - Request util-linux explicitly for Ubuntu tests
  - Add usr-is-merged to package list for bootstrap
  - Install language-pack-en for Ubuntu tests

++++ librsvg:

  - Update to version 2.57.91:
    + Rsvg-convert now prints a helpful message if you run it
    without arguments, to indicate that it is reading from standard
    input.
    + Take text orientation into account for 'ch' units
    + For Rust programs, the rsvg crate no longer depends on
    gdk-pixbuf. Hopefully this means that your Rust programs will
    have to link to one fewer library.
    + The C enumeration RsvgUnit now has a RSVG_UNIT_CH variant for
    "ch" units. However, this is only used for reporting the size
    of SVG documents, which should very seldom come in "ch" units.
    + Fix unsoundness in the use of the selectors crate.
    + Update gtk-rs crates.

++++ gobject-introspection:

  - BuildRequire glib2-stage1-devel to break a build cycle.
  - Explcitly BuildIgnore glib2-devel (pulled in by gtk-doc).

++++ glib2:

  - Create glib2-stage1: build glib2 without intrsospection. This
    intermediate glib2-stage1-devel is used to the build
    gobject-introspection, which in turn is needed to build the real
    glib2 packages.

++++ kernel-default:

  - powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
  - powerpc: Annotate endianness of various variables and functions
    (jsc#PED-7970).
  - commit 1346447
  - Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
  - commit f753e1f
  - kernel-binary: Fix i386 build
    Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
  - commit f7c6351
  - x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
    (bsc#1220941 CVE-2023-52568).
  - x86/mm, kexec, ima: Use memblock_free_late() from
    ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
  - commit 94e020b
  - Revert "Update config files.  Deactivate CONFIG_QETH_OSX on s390x.  (jsc#PED-3317)"
    This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
    IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
    keeping it enabled on SLE15-SP6.
  - commit 0cf6eff
  - Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
    (git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
  - commit b4fa9cc
  - kernel-binary: vdso: fix filelist for non-usrmerged kernel
    Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
  - commit fb3f221
  - Update
    patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
    (bsc#1216954 CVE-2023-52582 bsc#1220878).
  - commit 87168e9
  - Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
    (jsc#PED-6811 bsc#1220926 CVE-2023-52523).
  - commit f24dbf6
  - Update
    patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
    (jsc#SES-1880 CVE-2022-48628 bsc#1220848).
  - commit 4c5beb1
  - rpm/kernel-binary.spec.in: Fix the build error without usrmerged
  - commit d396cc8
  - integrity: eliminate unnecessary "Problem loading X.509
    certificate" msg (git-fixes).
  - commit f764d63
  - erofs: fix memory leak of LZMA global compressed deduplication
    (bsc#1220897 CVE-2023-52526).
  - commit ff061f8
  - perf: Fix the nr_addr_filters fix (git-fixes).
  - commit 4903a69

++++ kexec-tools:

  - update to 2.0.28:
    * LoongArch: Load vmlinux.efi to the link address
    * LoongArch: Fix an issue with relocatable vmlinux
    * m68k: fix getrandom() use with uclibc
    * lzma: Relax memory limit for lzma decompressor
    * kexec: ppc64: print help to stdout instead of stderr
    * kexec/loongarch64: fix 'make dist' file loss issue
    * crashdump/x86: set the elfcorehdr segment size for hotplug
    * crashdump/x86: identify elfcorehdr segment for hotplug
    * crashdump: exclude elfcorehdr segment from digest for hotplug
    * crashdump: setup general hotplug support
    * crashdump: introduce the hotplug command line options
    * kexec: define KEXEC_UPDATE_ELFCOREHDR
    * kexec: update manpage with explicit mention of clean kexec
    * zboot: add loongarch kexec_load support
    * zboot: enable arm64 kexec_load for zboot image
  - drop 6419b008fde783fd0cc2cc266bd1c9cf35e99a0e.patch, upstream
  - add fix-building-on-x86_64-with-binutils-2.41.patch:
    * fix assembling on binutils >= 2.42
  - refresh kexec-tools-disable-test.patch

++++ llvm19:

  - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being
    pulled in by cmake in SLE-15-SP6.

++++ libeconf:

  - Update to version 0.6.2:
    * version 0.6.2
    * Fix static analyzer detected issues (#196)

++++ orc:

  - Backport patch from SLE
  - Add relax-tests.patch to increase test timeouts to 2 minutes,
    also limit the max value for memcpy_speed.c test bsc#1130085
  - Enable tests

++++ python313-core:

  - Use the system-wide crypto-policies [bsc#1211301]
    * Use the system default cipher list instead of hardcoded values
    * Add the --with-ssl-default-suites=openssl configure option

++++ libxcb:

  - Fix n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch,
    the rebase in 1.16 caused an regression: It loops indefinitely if
    XAUTHLOCALHOSTNAME is unset (boo#1221078)

++++ openSUSE-build-key:

  - add unexpired openSUSE zSystems key (bsc#1220993)
  - replace gpg-pubkey-f6ab3975-5edd7d4f.asc
  - by gpg-pubkey-f6ab3975-62e9e6fb.asc

++++ python313:

  - Use the system-wide crypto-policies [bsc#1211301]
    * Use the system default cipher list instead of hardcoded values
    * Add the --with-ssl-default-suites=openssl configure option

++++ selinux-policy:

  - Update to version 20240306:
    * Replace init domtrans rule for confined users to allow exec init
    * Update dbus_role_template() to allow user service status
    * Allow polkit status all systemd services
    * Allow setroubleshootd create and use inherited io_uring
    * Allow load_policy read and write generic ptys

++++ vim:

  - update to 9.1.0151
  - refreshed vim-7.3-filetype_spec.patch
    * ml_get_buf_len() does not consider text properties
    * Several minor 'winfixbuf' issues
    * Update Serbian messages
    * Recognize "__inline"
    * Update base-syntax, fix escaping :syn and :hi sub-groups
    * Update syntax file, fix issue #962
    * null pointer member access when accessing 'winfixbuf' property
    * update syntax script
    * Update base-syntax, fix issue #14135
    * Highlight the error message at *E1513*
    * Update base-syntax, improve :augroup highlighting
    * Use unnamed register when clipboard not working
    * Vim9: can't call internal methods with objects
    * Cannot keep a buffer focused in a window
    * Updated Russian installer translation
    * Recognise text blocks
    * Update ftplugin, browsefilter labels
    * Improve the recognition of literals
    * v:echospace wrong with invalid value of 'showcmdloc'
    * some improvements to getregion() docs
    * update "Last Change header", remove trailing whitespace
    * handle file/dir symlinks specifically in tree mode
    * v:echospace not correct when 'showcmdloc' != last
    * getregion() needs more tests
    * disable multiline_scalar detection by default
    * [security]: autocmd causes use-after-free in set_curbuf()
    * getregion() can be improved
    * include runtime/syntax/testdir/ftplugin
    * Put in Visual mode wrong if it replaces fold marker
    * Fix typo under *kitty-terminal* in term.txt
    * Update Serbian translation
    * Recognise _when_ clauses in _switch_ blocks
    * simplify code and allow filetype options
    * Update Italian translation
    * cursor on wrong row after 1 char 'below' virtual text when EOL is shown
    * Update ftplugin, fix #14101
    * Update base-syntax, improve :echo highlighting
    * update Debian syntax files
    * too many STRLEN calls when getting a memline
    * Update syntax file, improve :substitute matching
    * <Del> in cmdline mode doesn't delete composing chars
    * Fix typo in usr_41.txt
    * fix inconsistent indent
    * Vim9: need more test for exists() methods
    * clarify ':set[l] {option}<' behaviour
    * Insufficient testing for 'delcombine'
    * "C" doesn't include composing chars with 'virtualedit'
    * buffer-completion may not always find all matches
    * [security]: UAF if win_split_ins autocommands delete "wp"
    * Fix truncation of text_wrap 'wrap' virt text after EOL list char
    * runtime(doc) Update help text for matchbufline() and matchstrlist()
    * small fixes to the zh tutor
    * Recognize SourceLicense tag name in RPM spec syntax
    * win_gotoid() may abort even when not switching a window
    * Naming a non-pointer variable "oap" is strange
    * Internal error when using upper-case mark in getregion()
    * Update base-syntax, fix :unabbrev highlighting
    * add syntax support for Java switch expressions
    * unused init of text_prop_idxs in win_line()
    * display of below/right virtual text with non-virtual text overlap
    * clarify expand() for :terminal windows
    * Some minor issues with the getregion() function
    * Update tmux syntax
    * Infinite loop or signed overflow with 'smoothscroll'
    * hard to get visual region using Vim script
    * can move away from cmdwin using win_splitmove()
    * Use different restoration strategy in win_splitmove
    * Stop split-moving from firing WinNew and WinNewPre autocommands
    * win_split_ins may not check available room
    * Add a place holder section for version 9.2
    * Modula-2 files with priority not detected
    * announce adoption of various runtime files
    * Distinguish Vim9 constructor definitions from the :new ex command
    * Using freed memory with full tag stack and user data
    * Fix typo in testing.txt
    * Setting some options may change curswant
    * update "Last Change:" header
    * reset readonly setting when disabling less mode
    * duplicate code when cleaning undo stack
    * Remove undo information, when cleaning quickfix buffer

------------------------------------------------------------------
------------------  2024-3-5  -  Mar 5 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Enable zink driver build on aarch64, this is needed for Qualcomm Adreno a7xx
    to use hw accelerated GL.

++++ Mesa-drivers:

  - Enable zink driver build on aarch64, this is needed for Qualcomm Adreno a7xx
    to use hw accelerated GL.

++++ python-kiwi:

  - Move Ubuntu integration tests to Lunar
  - Update test-image-rpi for Ubuntu on arm
    Do not install kiwi as test application
  - Fix repo setup for Debian integration tests
    Staging repo must be first for higher prio
  - Update test-image-docker-derived
    Don't install kiwi as test application, use something
    smaller, just vim
  - Move Debian build test from Buster to Bookworm
    Move from Debian 11 to Debian 12 for integration testing
  - Move Ubuntu integration tests from Jammy to Mantic
    Use Ubuntu 23.10 for the integration tests and move away from 22.04
  - Switch to Poetry and use pyproject.toml definitions
    This allows kiwi to be built, developed, tested, and installed
    through Poetry. This also raises the minimum Python version to 3.9.
  - Delete test-image-microdnf
    microdnf is dead and dnf5 took over
  - Delete test-image-live-disk-v8
    CentOS-8 is EOL and dropped from upstream kiwi
  - Revise image info

++++ elfutils:

  - Add fix_gcc14_errors.patch (bsc#1220464)

++++ fde-tools:

  - Add fde-tools-change-rpm-macro-dir.patch and set the rpm macro
    directory correctly
  - Make fde-firstboot, fde-tpm-helper, and fde-tpm-helper-rpm-macros
    noarch
  - Add fde-tools-bsc1220160-conditional-requires.patch to make
    fde-tpm-helper a conditional "Requires" (bsc#1220160)

++++ gstreamer:

  - Update to version 1.24.0:
    * Highlights
  - New Discourse forum and Matrix chat space
  - New Analytics and Machine Learning abstractions and elements
  - Playbin3 and decodebin3 are now stable and the default in
    gst-play-1.0, GstPlay/GstPlayer
  - The va plugin is now preferred over gst-vaapi and has higher
    ranks
  - GstMeta serialization/deserialization and other GstMeta
    improvements
  - New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
  - New unixfd plugin for efficient 1:N inter-process
    communication on Linux
  - cudaipc source and sink for zero-copy CUDA memory sharing
    between processes
  - New intersink and intersrc elements for 1:N pipeline
    decoupling within the same process
  - Qt5 + Qt6 QML integration improvements including qml6glsrc,
    qml6glmixer, qml6gloverlay, and qml6d3d11sink elements
  - DRM Modifier Support for dmabufs on Linux
  - OpenGL, Vulkan and CUDA integration enhancements
  - Vulkan H.264 and H.265 video decoders
  - RTP stack improvements including new RFC7273 modes and more
    correct header extension handling in depayloaders
  - WebRTC improvements such as support for ICE consent
    freshness, and a new webrtcsrc element to complement
    webrtcsink
  - WebRTC signallers and webrtcsink implementations for LiveKit
    and AWS Kinesis Video Streams
  - WHIP server source and client sink, and a WHEP source
  - Precision Time Protocol (PTP) clock support for Windows and
    other additions
  - Low-Latency HLS (LL-HLS) support and many other HLS and DASH
    enhancements
  - New W3C Media Source Extensions library
  - Countless closed caption handling improvements including new
    cea608mux and cea608tocea708 elements
  - Translation support for awstranscriber
  - Bayer 10/12/14/16-bit depth support
  - MPEG-TS support for asynchronous KLV demuxing and segment
    seeking, plus various new muxer features
  - Capture source and sink for AJA capture and playout cards
  - SVT-AV1 and VA-API AV1 encoders, stateless AV1 video decoder
  - New uvcsink element for exporting streams as UVC camera
  - DirectWrite text rendering plugin for windows
  - Direct3D12-based video decoding, conversion, composition, and
    rendering
  - AMD Advanced Media Framework AV1 + H.265 video encoders with
    10-bit and HDR support
  - AVX/AVX2 support and NEON support on macOS on Apple ARM64
    CPUs via new liborc
  - GStreamer C# bindings have been updated
  - Rust bindings improvements and many new and improved Rust
    plugins
  - Rust plugins now shipped in packages for all major platforms
    including Android and iOS
  - Lots of new plugins, features, performance improvements and
    bug fixes
    * For more detailed information on this update, please see
    https://gstreamer.freedesktop.org/releases/1.24/
  - Rebase patches:
    * gstreamer-pie.patch
    * gstreamer-rpm-prov.patch
  - Remove patch reduce-required-meson.patch since meson 1.1 is
    really required now.

++++ gstreamer-plugins-base:

  - Update to version 1.24.0:
    * Highlights
  - New Discourse forum and Matrix chat space
  - New Analytics and Machine Learning abstractions and elements
  - Playbin3 and decodebin3 are now stable and the default in
    gst-play-1.0, GstPlay/GstPlayer
  - The va plugin is now preferred over gst-vaapi and has higher
    ranks
  - GstMeta serialization/deserialization and other GstMeta
    improvements
  - New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
  - New unixfd plugin for efficient 1:N inter-process
    communication on Linux
  - cudaipc source and sink for zero-copy CUDA memory sharing
    between processes
  - New intersink and intersrc elements for 1:N pipeline
    decoupling within the same process
  - Qt5 + Qt6 QML integration improvements including qml6glsrc,
    qml6glmixer, qml6gloverlay, and qml6d3d11sink elements
  - DRM Modifier Support for dmabufs on Linux
  - OpenGL, Vulkan and CUDA integration enhancements
  - Vulkan H.264 and H.265 video decoders
  - RTP stack improvements including new RFC7273 modes and more
    correct header extension handling in depayloaders
  - WebRTC improvements such as support for ICE consent
    freshness, and a new webrtcsrc element to complement
    webrtcsink
  - WebRTC signallers and webrtcsink implementations for LiveKit
    and AWS Kinesis Video Streams
  - WHIP server source and client sink, and a WHEP source
  - Precision Time Protocol (PTP) clock support for Windows and
    other additions
  - Low-Latency HLS (LL-HLS) support and many other HLS and DASH
    enhancements
  - New W3C Media Source Extensions library
  - Countless closed caption handling improvements including new
    cea608mux and cea608tocea708 elements
  - Translation support for awstranscriber
  - Bayer 10/12/14/16-bit depth support
  - MPEG-TS support for asynchronous KLV demuxing and segment
    seeking, plus various new muxer features
  - Capture source and sink for AJA capture and playout cards
  - SVT-AV1 and VA-API AV1 encoders, stateless AV1 video decoder
  - New uvcsink element for exporting streams as UVC camera
  - DirectWrite text rendering plugin for windows
  - Direct3D12-based video decoding, conversion, composition, and
    rendering
  - AMD Advanced Media Framework AV1 + H.265 video encoders with
    10-bit and HDR support
  - AVX/AVX2 support and NEON support on macOS on Apple ARM64
    CPUs via new liborc
  - GStreamer C# bindings have been updated
  - Rust bindings improvements and many new and improved Rust
    plugins
  - Rust plugins now shipped in packages for all major platforms
    including Android and iOS
  - Lots of new plugins, features, performance improvements and
    bug fixes
    * For more detailed information on this update, please see
    https://gstreamer.freedesktop.org/releases/1.24/
  - Remove patch reduce-required-meson.patch since meson 1.1 is
    really required now.
  - Add gst-plugins-base-audiobasesink-gap.patch:
    Revert a gap change causing EOS, affecting strawberry playback
    causing playback to stop when using mute or fading features.
    Upstream issue:
    https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3303

++++ hwdata:

  - update to 0.380:
    * Update pci, usb and vendor ids

++++ kernel-default:

  - btrfs: scrub: avoid use-after-free when chunk length is not
    64K aligned (bsc#1220943 CVE-2024-26616).
  - commit d7e7877
  - perf/core: Fix narrow startup race when creating the perf
    nr_addr_filters sysfs file (git-fixes).
  - commit 6f5ad58
  - btrfs: remove BUG() after failure to insert delayed dir index
    item (bsc#1220918 CVE-2023-52569).
  - commit 898c18d
  - btrfs: improve error message after failure to add delayed dir
    index item (bsc#1220918 CVE-2023-52569).
  - commit d4e730e
  - Update
    patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
    (jsc#PED-4876 bsc#1220424 CVE-2023-52471).
  - Update
    patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
    (bsc#1220932 CVE-2023-52532).
  - Update
    patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
    (bsc#1220870 CVE-2023-52574).
    Added CVE references.
  - commit cdd1907
  - Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
    (bsc#1065729 bsc#1220250 CVE-2023-52451).
  - commit e456ff0
  - vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
    (CVE-2023-52570 bsc#1220925).
  - commit 8dc5811
  - bpf: fix check for attempt to corrupt spilled pointer
    (bsc#1220325 CVE-2023-52462).
  - commit eb74527
  - Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
  - commit 04f251c
  - Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
  - commit 3e108ac
  - kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
    bsc#1220251).
  - commit a7547b0
  - selftests/bpf: Test re-attachment fix for
    bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
  - bpf: Fix re-attachment branch in bpf_tracing_prog_attach
    (bsc#1220254 CVE-2024-26591).
  - selftests/bpf: Add test for recursive attachment of tracing
    progs (bsc#1220254 CVE-2024-26591).
  - bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
    bsc#1220254).
  - commit aba9ef6
  - drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
  - drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
    (git-fixes).
  - nouveau/gsp: handle engines in runl without nonstall interrupts
    (git-fixes).
  - drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
  - drm/msm/dpu: populate SSPP scaler block version (git-fixes).
  - drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
  - drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
  - drm/msm/a690: Fix reg values for a690 (git-fixes).
  - drm/i915/display: Move releasing gem object away from fb
    tracking (git-fixes).
  - commit ca552ce
  - drm/amd/display: Fix DPSTREAM CLK on and off sequence
    (git-fixes).
  - commit d79529f
  - x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
    CVE-2023-52482).
  - commit 1d10b80
  - Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
  - commit 8bc333c
  - drm/amd/display: Refactor DMCUB enter/exit idle interface
    (git-fixes).
  - Refresh
    patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
  - commit 3154e27
  - drm/amd/display: Only allow dig mapping to pwrseq in new asic
    (git-fixes).
  - drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
    (git-fixes).
  - drm/amd/display: Implement bounds check for stream encoder
    creation in DCN301 (git-fixes).
  - drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
  - drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
    (git-fixes).
  - drm/amd/display: fix incorrect mpc_combine array size
    (git-fixes).
  - drm/amd/display: fix USB-C flag update after enc10 feature init
    (git-fixes).
  - drm/amd/display: Disable ips before dc interrupt setting
    (git-fixes).
  - drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
    (git-fixes).
  - drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
    (git-fixes).
  - drm/amd/amdgpu: Assign GART pages to AMD device mapping
    (git-fixes).
  - drm/amd/pm: Fetch current power limit from FW (git-fixes).
  - drm/amdgpu: Show vram vendor only if available (git-fixes).
  - drm/amd/pm: update the power cap setting (git-fixes).
  - drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
  - drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
  - drm/amd/display: Fix DML2 watermark calculation (git-fixes).
  - drm/amd/display: Clear OPTC mem select on disable (git-fixes).
  - drm/amd/display: Add logging resource checks (git-fixes).
  - drm/amd/display: Init link enc resources in dc_state only if
    res_pool presents (git-fixes).
  - drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
  - drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
  - drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
  - drm/amdgpu: update regGL2C_CTRL4 value in golden setting
    (git-fixes).
  - Revert "drm/amd/display: Fix conversions between bytes and KB"
    (git-fixes).
  - drm/amd/display: Disconnect phantom pipe OPP from OPTC being
    disabled (git-fixes).
  - drm/amd/display: To adjust dprefclk by down spread percentage
    (git-fixes).
  - drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
    check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
  - drm/amdgpu: Fix possible NULL dereference in
    amdgpu_ras_query_error_status_helper() (git-fixes).
  - drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
    (git-fixes).
  - drm/amd/display: Fix lightup regression with DP2 single display
    configs (git-fixes).
  - drm/amd/display: Wake DMCUB before executing GPINT commands
    (git-fixes).
  - drm/amd/display: Wake DMCUB before sending a command
    (CVE-2023-52485 bsc#1220835 git-fixes).
  - drm/amd/display: fix usb-c connector_type (git-fixes).
  - drm/amd/display: do not send commands to DMUB if DMUB is
    inactive from S3 (git-fixes).
  - drm/amdgpu: Enable tunneling on high-priority compute queues
    (git-fixes).
  - drm/amd/display: Check writeback connectors in
    create_validate_stream_for_sink (git-fixes).
  - drm/amd/display: Use drm_connector in create_stream_for_sink
    (git-fixes).
  - drm/amd/display: Return drm_connector from
    find_first_crtc_matching_connector (git-fixes).
  - drm/amd/display: add support for DTO genarated dscclk
    (git-fixes).
  - drm/amd/display: Fix Replay Desync Error IRQ handler
    (git-fixes).
  - drm/amd/display: Fix disable_otg_wa logic (git-fixes).
  - drm/amd/display: Fix conversions between bytes and KB
    (git-fixes).
  - drm/amd/display: update pixel clock params after stream slice
    count change in context (git-fixes).
  - drm/amd/display: Fix a debugfs null pointer error (git-fixes).
  - commit 36bc980
  - crypto: jitter - use permanent health test storage
    (bsc#1220682).
  - commit 7d19449
  - crypto: jitter - reuse allocated entropy collector
    (bsc#1220684).
  - commit 5e1fcb3
  - crypto: jitter - Allow configuration of memory size
    (bsc#1220684).
  - Update config files.
  - commit b193722
  - crypto: jitter - add RCT/APT support for different OSRs
    (bsc#1220682 bsc#1220684).
  - commit a0d26ea
  - crypto: jitter - Add clarifying comments to Jitter Entropy
    RCT cutoff values (bsc#1220682 bsc#1220684).
  - commit 94bdba9
  - mm/mremap: allow moves within the same VMA for stack moves
    (bsc#1220914).
  - mm/mremap: optimize the start addresses in move_page_tables()
    (bsc#1220914).
  - commit 3c1f239
  - tls: fix use-after-free on failed backlog decryption
    (CVE-2024-26584 bsc#1220186).
  - tls: separate no-async decryption request handling from async
    (CVE-2024-26584 bsc#1220186).
  - tls: decrement decrypt_pending if no async completion will be
    called (CVE-2024-26584 bsc#1220186).
  - net: tls: handle backlogging of crypto requests (CVE-2024-26584
    bsc#1220186).
  - commit 2199323
  - selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
    CVE-2024-26589).
  - bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
    CVE-2024-26589).
  - commit da059bb
  - ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
  - commit c247a4e
  - tls: fix race between tx work scheduling and socket close
    (CVE-2024-26585 bsc#1220187).
  - commit 98f57ea
  - tls: fix race between async notify and socket close
    (CVE-2024-26583 bsc#1220185).
  - net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
    bsc#1220185).
  - commit ebb58c6

++++ multipath-tools:

  - Update to version 0.9.8+87+suse.f72b9f3:
    * fix misspelled DM_UDEV_DISABLE_OTHER_RULES_FLAG in udev rules
    (bsc#1220810)

++++ opus:

  - Update to 1.5.1:
    * Significant improvement to packet loss robustness using
    Deep Redundancy (DRED)
    * Improved packet loss concealment through Deep PLC
    * Low-bitrate speech quality enhancement down to
    6 kb/s wideband
    * Improved x86 (AVX2) and Arm (Neon) optimizations
    * Support for 4th and 5th order ambisonics

++++ orc:

  - version update to 0.4.38
    0.4.38
    ======
  - x86: account for XSAVE when checking for AVX support, fixing
    usage on hardened linux kernels where AVX support has been
    disabled (L. E. Segovia)
  - neon: Use the real intrinsics for divf and sqrtf
    (L. E. Segovia)
  - orc.m4 for autotools is no longer shipped. If anyone still uses
    it they can copy it into their source tree (Tim-Philipp Müller)

++++ python313-core:

  - Update to 3.13.0a4
  - Security
  - gh-115399: Update bundled libexpat to 2.6.0
  - gh-115243: Fix possible crashes in collections.deque.index()
    when the deque is concurrently modified.
  - Core and Builtins
  - gh-112087: For an empty reverse iterator for list will be
    reduced to reversed(). Patch by Donghee Na
  - gh-114570: Add PythonFinalizationError exception. This exception
    derived from RuntimeError is raised when an operation is blocked
    during the Python finalization. Patch by Victor Stinner.
  - gh-114695: Add sys._clear_internal_caches(), which clears all
    internal performance-related caches (and deprecate the
    less-general sys._clear_type_cache() function).
  - gh-114828: Fix compilation crashes in uncommon code examples
    using super() inside a comprehension in a class body.
  - gh-112069: Adapt set and frozenset methods to Argument Clinic.
  - gh-115011: Setters for members with an unsigned integer type now
    support the same range of valid values for objects that has a
    __index__() method as for int.
  - gh-114887: Changed socket type validation in
    create_datagram_endpoint() to accept all non-stream sockets.
    This fixes a regression in compatibility with raw sockets.
  - gh-114944: Fixes a race between PyParkingLot_Park and
    _PyParkingLot_UnparkAll.
  - gh-113462: Limit the number of versions that a single class can
    use. Prevents a few wayward classes using up all the version
    numbers.
  - gh-76763: The chr() builtin function now always raises
    ValueError for values outside the valid range. Previously it
    raised OverflowError for very large or small values.
  - gh-114806: No longer specialize calls to classes, if those
    classes have metaclasses. Fixes bug where the __call__ method of
    the metaclass was not being called.
  - gh-107944: Improve error message for function calls with bad
    keyword arguments via getargs
  - gh-112529: The free-threaded build no longer allocates space for
    the PyGC_Head structure in objects that support cyclic garbage
    collection. A number of other fields and data structures are
    used as replacements, including ob_gc_bits, ob_tid, and mimalloc
    internal data structures.
  - gh-114456: Lower the recursion limit under a debug build of
    WASI.
  - gh-114083: Compiler applies folding of LOAD_CONST with following
    instruction in a separate pass before other optimisations. This
    enables jump threading in certain circumstances.
  - gh-114388: Fix a RuntimeWarning emitted when assign an
    integer-like value that is not an instance of int to an
    attribute that corresponds to a C struct member of type T_UINT
    and T_ULONG. Fix a double RuntimeWarning emitted when assign a
    negative integer value to an attribute that corresponds to a C
    struct member of type T_UINT.
  - gh-114265: Compiler propagates line numbers before optimization,
    leading to more optimization opportunities and removing the need
    for the guarantee_lineno_for_exits hack.
  - gh-112529: The free-threaded build now has its own thread-safe
    GC implementation that uses mimalloc to find GC tracked objects.
    It is non-generational, unlike the existing GC implementation.
  - gh-114050: Fix segmentation fault caused by an incorrect format
    string in TypeError exception when more than two arguments are
    passed to int.
  - gh-112354: The END_FOR instruction now pops only one value. This
    is to better support side exits in loops.
  - gh-113884: Make queue.SimpleQueue thread safe when the GIL is
    disabled.
  - gh-114058: Implement the foundations of the Tier 2 redundancy
    eliminator.
  - gh-113939: frame.clear(): Clear frame.f_locals as well, and not
    only the fast locals. This is relevant once frame.f_locals was
    accessed, which would contain also references to all the locals.
  - gh-112050: Convert collections.deque to use Argument Clinic.
  - gh-112050: Make methods on collections.deque thread-safe when
    the GIL is disabled.
  - gh-113464: Add an option (--enable-experimental-jit for
    configure-based builds or --experimental-jit for PCbuild-based
    ones) to build an experimental just-in-time compiler, based on
    copy-and-patch
  - gh-113055: Make interp->obmalloc a pointer. For interpreters
    that share state with the main interpreter, this points to the
    same static memory structure. For interpreters with their own
    obmalloc state, it is heap allocated. Add free_obmalloc_arenas()
    which will free the obmalloc arenas and radix tree structures
    for interpreters with their own obmalloc state.
  - gh-55664: Add warning when creating type using a namespace
    dictionary with non-string keys. Patched by Daniel Urban and
    Furkan Onder.
  - gh-104530: Use native Win32 condition variables.
  - Library
  - gh-115392: Fix a bug in doctest where incorrect line numbers
    would be reported for decorated functions.
  - gh-114563: Fix several format() bugs when using the C
    implementation of Decimal: * memory leak in some rare cases when
    using the z format option (coerce negative 0) * incorrect output
    when applying the z format option to type F (fixed-point with
    capital NAN / INF) * incorrect output when applying the # format
    option (alternate form)
  - gh-102840: Fix confused traceback when floordiv, mod, or divmod
    operations happens between instances of fractions.Fraction and
    complex.
  - gh-115165: Most exceptions are now ignored when attempting to
    set the __orig_class__ attribute on objects returned when
    calling typing generic aliases (including generic aliases
    created using typing.Annotated). Previously only AttributeError
    was ignored. Patch by Dave Shawley.
  - gh-112903: Fix “issubclass() arg 1 must be a class” errors in
    certain cases of multiple inheritance with generic aliases
    (regression in early 3.13 alpha releases).
  - gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.
  - gh-115059: io.BufferedRandom.read1() now flushes the underlying
    write buffer.
  - gh-79382: Trailing ** no longer allows to match files and
    non-existing paths in recursive glob().
  - gh-67837: Avoid race conditions in the creation of directories
    during concurrent extraction in tarfile and zipfile.
  - gh-115060: Speed up pathlib.Path.glob() by removing redundant
    regex matching.
  - gh-97928: Partially revert the behavior of tkinter.Text.count().
    By default it preserves the behavior of older Python versions,
    except that setting wantobjects to 0 no longer has effect. Add a
    new parameter return_ints: specifying return_ints=True makes
    Text.count() always returning the single count as an integer
    instead of a 1-tuple or None.
  - gh-114628: When csv.Error is raised when handling TypeError, do
    not print the TypeError traceback.
  - gh-85984: Added _POSIX_VDISABLE from C’s <unistd.h> to termios.
  - gh-114965: Update bundled pip to 24.0
  - gh-114959: tarfile no longer ignores errors when trying to
    extract a directory on top of a file.
  - gh-114894: Add array.array.clear().
  - gh-114071: Support tuple subclasses using auto() for enum member
    value.
  - gh-109475: Fix support of explicit option value “–” in argparse
    (e.g. --option=--).
  - gh-49766: Fix date-datetime comparison. Now the special
    comparison methods like __eq__ and __lt__ return NotImplemented
    if one of comparands is date and other is datetime instead of
    ignoring the time part and the time zone or forcefully return
    “not equal” or raise TypeError. It makes comparison of date and
    datetime subclasses more symmetric and allows to change the
    default behavior by overriding the special comparison methods in
    subclasses.
  - gh-110190: Fix ctypes structs with array on Windows ARM64
    platform by setting MAX_STRUCT_SIZE to 32 in stgdict. Patch by
    Diego Russo
  - gh-114678: Ensure that deprecation warning for ‘N’ specifier in
    Decimal format is not raised for cases where ‘N’ appears in
    other places in the format specifier. Based on patch by Stefan
    Krah.
  - gh-70303: Return both files and directories from
    pathlib.Path.glob() if a pattern ends with “**”. Previously only
    directories were returned.
  - gh-109653: Improve import time of importlib.metadata and
    email.utils.
  - gh-113280: Fix a leak of open socket in rare cases when error
    occurred in ssl.SSLSocket creation.
  - gh-77749: email.policy.EmailPolicy.fold() now always encodes
    non-ASCII characters in headers if utf8 is false.
  - gh-83383: Synchronization of the dbm.dumb database is now no-op
    if there was no modification since opening or last
    synchronization. The directory file for a newly created empty
    dbm.dumb database is now created immediately after opening
    instead of deferring this until synchronizing or closing.
  - gh-91602: Add filter keyword-only parameter to
    sqlite3.Connection.iterdump() for filtering database objects to
    dump. Patch by Mariusz Felisiak.
  - gh-112451: Prohibit subclassing pure-Python datetime.timezone.
    This is consistent with C-extension implementation. Patch by
    Mariusz Felisiak.
  - gh-69893: Add the close() method for the iterator returned by
    xml.etree.ElementTree.iterparse().
  - gh-109653: Reduce the import time of threading module by ~50%.
    Patch by Daniel Hollas.
  - gh-114492: Make the result of termios.tcgetattr() reproducible
    on Alpine Linux. Previously it could leave a random garbage in
    some fields.
  - gh-114315: Make threading.Lock a real class, not a factory
    function. Add __new__ to _thread.lock type.
  - gh-100414: Add dbm.sqlite3 as a backend to dbm, and make it the
    new default dbm backend. Patch by Raymond Hettinger and Erlend
    E. Aasland.
  - gh-113267: Revert changes in gh-106584 which made calls of
    TestResult methods startTest() and stopTest() unbalanced.
  - gh-75128: Ignore an OSError in
    asyncio.BaseEventLoop.create_server() when IPv6 is available but
    the interface cannot actually support it.
  - gh-114423: _DummyThread entries in threading._active are now
    automatically removed when the related thread dies.
  - gh-114257: Dismiss the FileNotFound error in
    ctypes.util.find_library() and just return None on Linux.
  - gh-114321: Expose more platform specific constants in the fcntl
    module on Linux, macOS, FreeBSD and NetBSD.
  - gh-114328: The tty.setcbreak() and new tty.cfmakecbreak() no
    longer clears the terminal input ICRLF flag. This fixes a
    regression introduced in 3.12 that no longer matched how OSes
    define cbreak mode in their stty(1) manual pages.
  - gh-114281: Remove type hints from Lib/asyncio/staggered.py. The
    annotations in the typeshed project should be used instead.
  - gh-101438: Avoid reference cycle in ElementTree.iterparse. The
    iterator returned by ElementTree.iterparse may hold on to a file
    descriptor. The reference cycle prevented prompt clean-up of the
    file descriptor if the returned iterator was not exhausted.
  - gh-114198: The signature for the __replace__ method on
    dataclasses now has the first argument named self, rather than
    obj.
  - gh-104522: OSError raised when run a subprocess now only has
    filename attribute set to cwd if the error was caused by a
    failed attempt to change the current directory.
  - gh-114149: Enum: correctly handle tuple subclasses in custom
    __new__.
  - gh-83648: Support deprecation of options, positional arguments
    and subcommands in argparse.
  - gh-114087: Speed up dataclasses.asdict up to 1.35x.
  - gh-109534: Fix a reference leak in
    asyncio.selector_events.BaseSelectorEventLoop when SSL
    handshakes fail. Patch contributed by Jamie Phan.
  - gh-79634: Accept path-like objects as patterns in
    pathlib.Path.glob() and rglob().
  - gh-112202: Ensure that a asyncio.Condition.notify() call does
    not get lost if the awakened Task is simultaneously cancelled or
    encounters any other error.
  - gh-113951: Fix the behavior of tag_unbind() methods of
    tkinter.Text and tkinter.Canvas classes with three arguments.
    Previously, widget.tag_unbind(tag, sequence, funcid) destroyed
    the current binding for sequence, leaving sequence unbound, and
    deleted the funcid command. Now it removes only funcid from the
    binding for sequence, keeping other commands, and deletes the
    funcid command. It leaves sequence unbound only if funcid was
    the last bound command.
  - gh-97959: Fix rendering class methods, bound methods, method and
    function aliases in pydoc. Class methods no longer have “method
    of builtins.type instance” note. Corresponding notes are now
    added for class and unbound methods. Method and function aliases
    now have references to the module or the class where the origin
    was defined if it differs from the current. Bound methods are
    now listed in the static methods section. Methods of builtin
    classes are now supported as well as methods of Python classes.
  - gh-113796: Add more validation checks in the csv.Dialect
    constructor. ValueError is now raised if the same character is
    used in different roles.
  - gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in
    csv.reader().
  - gh-113225: Speed up pathlib.Path.walk() by using
    os.DirEntry.path where possible.
  - gh-89039: When replace() method is called on a subclass of
    datetime, date or time, properly call derived constructor.
    Previously, only the base class’s constructor was called.
  - Also, make sure to pass non-zero fold values when creating
    subclasses in various methods. Previously, fold was silently
    ignored.
  - gh-112919: Speed-up datetime.datetime.replace(),
    datetime.date.replace() and datetime.time.replace().
  - gh-59013: Set breakpoint on the first executable line of the
    function, instead of the line of function definition when the
    user do break func using pdb
  - gh-112343: Improve handling of pdb convenience variables to
    avoid replacing string contents.
  - gh-112240: Add option to calendar module CLI to specify the
    weekday to start each week. Patch by Steven Ward.
  - gh-111741: Recognise image/webp as a standard format in the
    mimetypes module.
  - gh-43457: Fix the tkinter widget method wm_attributes(). It now
    accepts the attribute name without the minus prefix to get
    window attributes and allows to specify attributes and values to
    set as keyword arguments. Add new optional keyword argument
    return_python_dict: calling
    w.wm_attributes(return_python_dict=True) returns the attributes
    as a dict instead of a tuple. Calling w.wm_attributes() now
    returns a tuple instead of string if wantobjects was set to 0.
  - gh-82626: Many functions now emit a warning if a boolean value
    is passed as a file descriptor argument.
  - gh-111051: Added check for file modification during debugging
    with pdb
  - gh-110345: Show the Tcl/Tk patchlevel (rather than version) in
    tkinter._test().
  - gh-38807: Fix race condition in trace. Instead of checking if a
    directory exists and creating it, directly call os.makedirs()
    with the kwarg exist_ok=True.
  - gh-75705: Set unixfrom envelope in mailbox.mbox and
    mailbox.MMDF.
  - gh-106233: Fix stacklevel in InvalidTZPathWarning during
    zoneinfo module import.
  - gh-105102: Allow ctypes.Union to be nested in ctypes.Structure
    when the system endianness is the opposite of the classes.
  - gh-104282: Fix null pointer dereference in
    lzma._decode_filter_properties() due to improper handling of BCJ
    filters with properties of zero length. Patch by Radislav
    Chugunov.
  - gh-96471: Add queue.Queue termination with shutdown().
  - gh-101599: Changed argparse flag options formatting to remove
    redundancy.
  - gh-85984: Add POSIX pseudo-terminal functions os.posix_openpt(),
    os.grantpt(), os.unlockpt(), and os.ptsname().
  - gh-102512: When os.fork() is called from a foreign thread (aka
    _DummyThread), the type of the thread in a child process is
    changed to _MainThread. Also changed its name and daemonic
    status, it can be now joined.
  - gh-88569: Add os.path.isreserved(), which identifies reserved
    pathnames such as “NUL”, “AUX” and “CON”. This function is only
    available on Windows.
  - Deprecate pathlib.PurePath.is_reserved().
  - bpo-38364: The inspect functions isgeneratorfunction,
    iscoroutinefunction, isasyncgenfunction now support
    functools.partialmethod wrapped functions the same way they
    support functools.partial.
  - Documentation
  - gh-115233: Fix an example for LoggerAdapter in the Logging
    Cookbook.
  - gh-114123: Move the csv module docstring to the csv module
    instead of reexporting it from the internal _csv module, and
    remove __doc__ from csv.__all__.
  - Move csv.__version__ to the csv module instead of reexporting it
    from the internal _csv module, and remove __version__ from
    csv.__all__.  Test- s
  - gh-114099: Added test exclusions required to run the test suite
    on iOS.
  - gh-105089: Fix
    test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write
    test in AIX by doing a bitwise AND of 0xFFFF on mode , so that
    it will be in sync with zinfo.external_attr Buil- d
  - gh-115167: Avoid vendoring vcruntime140_threads.dll when
    building with Visual Studio 2022 version 17.8.
  - gh-113632: Promote WASI to a tier 2 platform and drop Emscripten
    from tier 3 in configure.ac.
  - gh-114099: configure and Makefile were refactored to accomodate
    framework builds on Apple platforms other than macOS.
  - gh-114875: Add getgrent() as a prerequisite for building the grp
    module.  Wind- ows
  - gh-115049: Fixes py.exe launcher failing when run as users
    without user profiles.
  - gh-115009: Update Windows installer to use SQLite 3.45.1.
  - gh-109991: Update Windows build to use OpenSSL 3.0.13.
  - gh-111239: Update Windows builds to use zlib v1.3.1.
  - gh-100107: The py.exe launcher will no longer attempt to run the
    Microsoft Store redirector when launching a script containing a
    /usr/bin/env shebang
  - gh-112984: Adds free-threaded binaries to Windows installer as
    an optional component.
  - gh-89240: Allows multiprocessing to create pools of greater than
    62 processes.
  - IDLE
  - gh-96905: In idlelib code, stop redefining built-ins ‘dict’ and
    ‘object’.
  - gh-103820: Revise IDLE bindings so that events from mouse button
    4/5 on non-X11 windowing systems (i.e. Win32 and Aqua) are not
    mistaken for scrolling.
  - Tools/Demos
  - gh-113516: Don’t set LDSHARED when building for WASI.
  - gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13 and
    multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1.
  - gh-115015: Fix a bug in Argument Clinic that generated incorrect
    code for methods with no parameters that use the METH_METHOD |
    METH_FASTCALL | METH_KEYWORDS calling convention. Only the
    positional parameter count was checked; any keyword argument
    passed would be silently accepted.
  - C API
  - gh-111140: Adds PyLong_AsNativeBytes(), PyLong_FromNativeBytes()
    and PyLong_FromUnsignedNativeBytes() functions.
  - gh-114685: PyBuffer_FillInfo() now raises a SystemError if
    called with PyBUF_READ or PyBUF_WRITE as flags. These flags
    should only be used with the PyMemoryView_* C API.
  - gh-114685: PyObject_GetBuffer() now raises a SystemError if
    called with PyBUF_READ or PyBUF_WRITE as flags. These flags
    should only be used with the PyMemoryView_* C API.
  - gh-114626: Add PyCFunctionFast and PyCFunctionFastWithKeywords
    typedefs (identical to the existing _PyCFunctionFast and
    _PyCFunctionFastWithKeywords typedefs, just without a leading _
    prefix).
  - gh-114329: Add PyList_GetItemRef(), which is similar to
    PyList_GetItem() but returns a strong reference instead of a
    borrowed reference.
  - gh-110850: Add PyTime C API:
    * PyTime_t type.
    * PyTime_MIN and PyTime_MAX constants.
    * PyTime_AsSecondsDouble(), PyTime_Monotonic(), PyTime_PerfCounter(), and PyTime_Time() functions.
  - gh-112066: Add PyDict_SetDefaultRef(): insert a key and value
    into a dictionary if the key is not already present. This is
    similar to dict.setdefault(), but returns an integer value
    indicating if the key was already present. It is also similar to
    PyDict_SetDefault(), but returns a strong reference instead of a
    borrowed reference.

++++ libvirt:

  - Update to libvirt 10.1.0
  - CVE-2024-1441
    bsc#1221237
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-1-0-2024-03-01

++++ permissions:

  - Update to version 1699_20240305:
    * chkstat: EntryProcessor: make error handling in safeOpen() clearer
    * chkstat regtests: catch bad error reporting for non-existent files
    * chkstat: EntryProcessor: don't report errors for non-existent files

++++ python313:

  - Update to 3.13.0a4
  - Security
  - gh-115399: Update bundled libexpat to 2.6.0
  - gh-115243: Fix possible crashes in collections.deque.index()
    when the deque is concurrently modified.
  - Core and Builtins
  - gh-112087: For an empty reverse iterator for list will be
    reduced to reversed(). Patch by Donghee Na
  - gh-114570: Add PythonFinalizationError exception. This exception
    derived from RuntimeError is raised when an operation is blocked
    during the Python finalization. Patch by Victor Stinner.
  - gh-114695: Add sys._clear_internal_caches(), which clears all
    internal performance-related caches (and deprecate the
    less-general sys._clear_type_cache() function).
  - gh-114828: Fix compilation crashes in uncommon code examples
    using super() inside a comprehension in a class body.
  - gh-112069: Adapt set and frozenset methods to Argument Clinic.
  - gh-115011: Setters for members with an unsigned integer type now
    support the same range of valid values for objects that has a
    __index__() method as for int.
  - gh-114887: Changed socket type validation in
    create_datagram_endpoint() to accept all non-stream sockets.
    This fixes a regression in compatibility with raw sockets.
  - gh-114944: Fixes a race between PyParkingLot_Park and
    _PyParkingLot_UnparkAll.
  - gh-113462: Limit the number of versions that a single class can
    use. Prevents a few wayward classes using up all the version
    numbers.
  - gh-76763: The chr() builtin function now always raises
    ValueError for values outside the valid range. Previously it
    raised OverflowError for very large or small values.
  - gh-114806: No longer specialize calls to classes, if those
    classes have metaclasses. Fixes bug where the __call__ method of
    the metaclass was not being called.
  - gh-107944: Improve error message for function calls with bad
    keyword arguments via getargs
  - gh-112529: The free-threaded build no longer allocates space for
    the PyGC_Head structure in objects that support cyclic garbage
    collection. A number of other fields and data structures are
    used as replacements, including ob_gc_bits, ob_tid, and mimalloc
    internal data structures.
  - gh-114456: Lower the recursion limit under a debug build of
    WASI.
  - gh-114083: Compiler applies folding of LOAD_CONST with following
    instruction in a separate pass before other optimisations. This
    enables jump threading in certain circumstances.
  - gh-114388: Fix a RuntimeWarning emitted when assign an
    integer-like value that is not an instance of int to an
    attribute that corresponds to a C struct member of type T_UINT
    and T_ULONG. Fix a double RuntimeWarning emitted when assign a
    negative integer value to an attribute that corresponds to a C
    struct member of type T_UINT.
  - gh-114265: Compiler propagates line numbers before optimization,
    leading to more optimization opportunities and removing the need
    for the guarantee_lineno_for_exits hack.
  - gh-112529: The free-threaded build now has its own thread-safe
    GC implementation that uses mimalloc to find GC tracked objects.
    It is non-generational, unlike the existing GC implementation.
  - gh-114050: Fix segmentation fault caused by an incorrect format
    string in TypeError exception when more than two arguments are
    passed to int.
  - gh-112354: The END_FOR instruction now pops only one value. This
    is to better support side exits in loops.
  - gh-113884: Make queue.SimpleQueue thread safe when the GIL is
    disabled.
  - gh-114058: Implement the foundations of the Tier 2 redundancy
    eliminator.
  - gh-113939: frame.clear(): Clear frame.f_locals as well, and not
    only the fast locals. This is relevant once frame.f_locals was
    accessed, which would contain also references to all the locals.
  - gh-112050: Convert collections.deque to use Argument Clinic.
  - gh-112050: Make methods on collections.deque thread-safe when
    the GIL is disabled.
  - gh-113464: Add an option (--enable-experimental-jit for
    configure-based builds or --experimental-jit for PCbuild-based
    ones) to build an experimental just-in-time compiler, based on
    copy-and-patch
  - gh-113055: Make interp->obmalloc a pointer. For interpreters
    that share state with the main interpreter, this points to the
    same static memory structure. For interpreters with their own
    obmalloc state, it is heap allocated. Add free_obmalloc_arenas()
    which will free the obmalloc arenas and radix tree structures
    for interpreters with their own obmalloc state.
  - gh-55664: Add warning when creating type using a namespace
    dictionary with non-string keys. Patched by Daniel Urban and
    Furkan Onder.
  - gh-104530: Use native Win32 condition variables.
  - Library
  - gh-115392: Fix a bug in doctest where incorrect line numbers
    would be reported for decorated functions.
  - gh-114563: Fix several format() bugs when using the C
    implementation of Decimal: * memory leak in some rare cases when
    using the z format option (coerce negative 0) * incorrect output
    when applying the z format option to type F (fixed-point with
    capital NAN / INF) * incorrect output when applying the # format
    option (alternate form)
  - gh-102840: Fix confused traceback when floordiv, mod, or divmod
    operations happens between instances of fractions.Fraction and
    complex.
  - gh-115165: Most exceptions are now ignored when attempting to
    set the __orig_class__ attribute on objects returned when
    calling typing generic aliases (including generic aliases
    created using typing.Annotated). Previously only AttributeError
    was ignored. Patch by Dave Shawley.
  - gh-112903: Fix “issubclass() arg 1 must be a class” errors in
    certain cases of multiple inheritance with generic aliases
    (regression in early 3.13 alpha releases).
  - gh-115133: Fix tests for XMLPullParser with Expat 2.6.0.
  - gh-115059: io.BufferedRandom.read1() now flushes the underlying
    write buffer.
  - gh-79382: Trailing ** no longer allows to match files and
    non-existing paths in recursive glob().
  - gh-67837: Avoid race conditions in the creation of directories
    during concurrent extraction in tarfile and zipfile.
  - gh-115060: Speed up pathlib.Path.glob() by removing redundant
    regex matching.
  - gh-97928: Partially revert the behavior of tkinter.Text.count().
    By default it preserves the behavior of older Python versions,
    except that setting wantobjects to 0 no longer has effect. Add a
    new parameter return_ints: specifying return_ints=True makes
    Text.count() always returning the single count as an integer
    instead of a 1-tuple or None.
  - gh-114628: When csv.Error is raised when handling TypeError, do
    not print the TypeError traceback.
  - gh-85984: Added _POSIX_VDISABLE from C’s <unistd.h> to termios.
  - gh-114965: Update bundled pip to 24.0
  - gh-114959: tarfile no longer ignores errors when trying to
    extract a directory on top of a file.
  - gh-114894: Add array.array.clear().
  - gh-114071: Support tuple subclasses using auto() for enum member
    value.
  - gh-109475: Fix support of explicit option value “–” in argparse
    (e.g. --option=--).
  - gh-49766: Fix date-datetime comparison. Now the special
    comparison methods like __eq__ and __lt__ return NotImplemented
    if one of comparands is date and other is datetime instead of
    ignoring the time part and the time zone or forcefully return
    “not equal” or raise TypeError. It makes comparison of date and
    datetime subclasses more symmetric and allows to change the
    default behavior by overriding the special comparison methods in
    subclasses.
  - gh-110190: Fix ctypes structs with array on Windows ARM64
    platform by setting MAX_STRUCT_SIZE to 32 in stgdict. Patch by
    Diego Russo
  - gh-114678: Ensure that deprecation warning for ‘N’ specifier in
    Decimal format is not raised for cases where ‘N’ appears in
    other places in the format specifier. Based on patch by Stefan
    Krah.
  - gh-70303: Return both files and directories from
    pathlib.Path.glob() if a pattern ends with “**”. Previously only
    directories were returned.
  - gh-109653: Improve import time of importlib.metadata and
    email.utils.
  - gh-113280: Fix a leak of open socket in rare cases when error
    occurred in ssl.SSLSocket creation.
  - gh-77749: email.policy.EmailPolicy.fold() now always encodes
    non-ASCII characters in headers if utf8 is false.
  - gh-83383: Synchronization of the dbm.dumb database is now no-op
    if there was no modification since opening or last
    synchronization. The directory file for a newly created empty
    dbm.dumb database is now created immediately after opening
    instead of deferring this until synchronizing or closing.
  - gh-91602: Add filter keyword-only parameter to
    sqlite3.Connection.iterdump() for filtering database objects to
    dump. Patch by Mariusz Felisiak.
  - gh-112451: Prohibit subclassing pure-Python datetime.timezone.
    This is consistent with C-extension implementation. Patch by
    Mariusz Felisiak.
  - gh-69893: Add the close() method for the iterator returned by
    xml.etree.ElementTree.iterparse().
  - gh-109653: Reduce the import time of threading module by ~50%.
    Patch by Daniel Hollas.
  - gh-114492: Make the result of termios.tcgetattr() reproducible
    on Alpine Linux. Previously it could leave a random garbage in
    some fields.
  - gh-114315: Make threading.Lock a real class, not a factory
    function. Add __new__ to _thread.lock type.
  - gh-100414: Add dbm.sqlite3 as a backend to dbm, and make it the
    new default dbm backend. Patch by Raymond Hettinger and Erlend
    E. Aasland.
  - gh-113267: Revert changes in gh-106584 which made calls of
    TestResult methods startTest() and stopTest() unbalanced.
  - gh-75128: Ignore an OSError in
    asyncio.BaseEventLoop.create_server() when IPv6 is available but
    the interface cannot actually support it.
  - gh-114423: _DummyThread entries in threading._active are now
    automatically removed when the related thread dies.
  - gh-114257: Dismiss the FileNotFound error in
    ctypes.util.find_library() and just return None on Linux.
  - gh-114321: Expose more platform specific constants in the fcntl
    module on Linux, macOS, FreeBSD and NetBSD.
  - gh-114328: The tty.setcbreak() and new tty.cfmakecbreak() no
    longer clears the terminal input ICRLF flag. This fixes a
    regression introduced in 3.12 that no longer matched how OSes
    define cbreak mode in their stty(1) manual pages.
  - gh-114281: Remove type hints from Lib/asyncio/staggered.py. The
    annotations in the typeshed project should be used instead.
  - gh-101438: Avoid reference cycle in ElementTree.iterparse. The
    iterator returned by ElementTree.iterparse may hold on to a file
    descriptor. The reference cycle prevented prompt clean-up of the
    file descriptor if the returned iterator was not exhausted.
  - gh-114198: The signature for the __replace__ method on
    dataclasses now has the first argument named self, rather than
    obj.
  - gh-104522: OSError raised when run a subprocess now only has
    filename attribute set to cwd if the error was caused by a
    failed attempt to change the current directory.
  - gh-114149: Enum: correctly handle tuple subclasses in custom
    __new__.
  - gh-83648: Support deprecation of options, positional arguments
    and subcommands in argparse.
  - gh-114087: Speed up dataclasses.asdict up to 1.35x.
  - gh-109534: Fix a reference leak in
    asyncio.selector_events.BaseSelectorEventLoop when SSL
    handshakes fail. Patch contributed by Jamie Phan.
  - gh-79634: Accept path-like objects as patterns in
    pathlib.Path.glob() and rglob().
  - gh-112202: Ensure that a asyncio.Condition.notify() call does
    not get lost if the awakened Task is simultaneously cancelled or
    encounters any other error.
  - gh-113951: Fix the behavior of tag_unbind() methods of
    tkinter.Text and tkinter.Canvas classes with three arguments.
    Previously, widget.tag_unbind(tag, sequence, funcid) destroyed
    the current binding for sequence, leaving sequence unbound, and
    deleted the funcid command. Now it removes only funcid from the
    binding for sequence, keeping other commands, and deletes the
    funcid command. It leaves sequence unbound only if funcid was
    the last bound command.
  - gh-97959: Fix rendering class methods, bound methods, method and
    function aliases in pydoc. Class methods no longer have “method
    of builtins.type instance” note. Corresponding notes are now
    added for class and unbound methods. Method and function aliases
    now have references to the module or the class where the origin
    was defined if it differs from the current. Bound methods are
    now listed in the static methods section. Methods of builtin
    classes are now supported as well as methods of Python classes.
  - gh-113796: Add more validation checks in the csv.Dialect
    constructor. ValueError is now raised if the same character is
    used in different roles.
  - gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in
    csv.reader().
  - gh-113225: Speed up pathlib.Path.walk() by using
    os.DirEntry.path where possible.
  - gh-89039: When replace() method is called on a subclass of
    datetime, date or time, properly call derived constructor.
    Previously, only the base class’s constructor was called.
  - Also, make sure to pass non-zero fold values when creating
    subclasses in various methods. Previously, fold was silently
    ignored.
  - gh-112919: Speed-up datetime.datetime.replace(),
    datetime.date.replace() and datetime.time.replace().
  - gh-59013: Set breakpoint on the first executable line of the
    function, instead of the line of function definition when the
    user do break func using pdb
  - gh-112343: Improve handling of pdb convenience variables to
    avoid replacing string contents.
  - gh-112240: Add option to calendar module CLI to specify the
    weekday to start each week. Patch by Steven Ward.
  - gh-111741: Recognise image/webp as a standard format in the
    mimetypes module.
  - gh-43457: Fix the tkinter widget method wm_attributes(). It now
    accepts the attribute name without the minus prefix to get
    window attributes and allows to specify attributes and values to
    set as keyword arguments. Add new optional keyword argument
    return_python_dict: calling
    w.wm_attributes(return_python_dict=True) returns the attributes
    as a dict instead of a tuple. Calling w.wm_attributes() now
    returns a tuple instead of string if wantobjects was set to 0.
  - gh-82626: Many functions now emit a warning if a boolean value
    is passed as a file descriptor argument.
  - gh-111051: Added check for file modification during debugging
    with pdb
  - gh-110345: Show the Tcl/Tk patchlevel (rather than version) in
    tkinter._test().
  - gh-38807: Fix race condition in trace. Instead of checking if a
    directory exists and creating it, directly call os.makedirs()
    with the kwarg exist_ok=True.
  - gh-75705: Set unixfrom envelope in mailbox.mbox and
    mailbox.MMDF.
  - gh-106233: Fix stacklevel in InvalidTZPathWarning during
    zoneinfo module import.
  - gh-105102: Allow ctypes.Union to be nested in ctypes.Structure
    when the system endianness is the opposite of the classes.
  - gh-104282: Fix null pointer dereference in
    lzma._decode_filter_properties() due to improper handling of BCJ
    filters with properties of zero length. Patch by Radislav
    Chugunov.
  - gh-96471: Add queue.Queue termination with shutdown().
  - gh-101599: Changed argparse flag options formatting to remove
    redundancy.
  - gh-85984: Add POSIX pseudo-terminal functions os.posix_openpt(),
    os.grantpt(), os.unlockpt(), and os.ptsname().
  - gh-102512: When os.fork() is called from a foreign thread (aka
    _DummyThread), the type of the thread in a child process is
    changed to _MainThread. Also changed its name and daemonic
    status, it can be now joined.
  - gh-88569: Add os.path.isreserved(), which identifies reserved
    pathnames such as “NUL”, “AUX” and “CON”. This function is only
    available on Windows.
  - Deprecate pathlib.PurePath.is_reserved().
  - bpo-38364: The inspect functions isgeneratorfunction,
    iscoroutinefunction, isasyncgenfunction now support
    functools.partialmethod wrapped functions the same way they
    support functools.partial.
  - Documentation
  - gh-115233: Fix an example for LoggerAdapter in the Logging
    Cookbook.
  - gh-114123: Move the csv module docstring to the csv module
    instead of reexporting it from the internal _csv module, and
    remove __doc__ from csv.__all__.
  - Move csv.__version__ to the csv module instead of reexporting it
    from the internal _csv module, and remove __version__ from
    csv.__all__.  Test- s
  - gh-114099: Added test exclusions required to run the test suite
    on iOS.
  - gh-105089: Fix
    test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write
    test in AIX by doing a bitwise AND of 0xFFFF on mode , so that
    it will be in sync with zinfo.external_attr Buil- d
  - gh-115167: Avoid vendoring vcruntime140_threads.dll when
    building with Visual Studio 2022 version 17.8.
  - gh-113632: Promote WASI to a tier 2 platform and drop Emscripten
    from tier 3 in configure.ac.
  - gh-114099: configure and Makefile were refactored to accomodate
    framework builds on Apple platforms other than macOS.
  - gh-114875: Add getgrent() as a prerequisite for building the grp
    module.  Wind- ows
  - gh-115049: Fixes py.exe launcher failing when run as users
    without user profiles.
  - gh-115009: Update Windows installer to use SQLite 3.45.1.
  - gh-109991: Update Windows build to use OpenSSL 3.0.13.
  - gh-111239: Update Windows builds to use zlib v1.3.1.
  - gh-100107: The py.exe launcher will no longer attempt to run the
    Microsoft Store redirector when launching a script containing a
    /usr/bin/env shebang
  - gh-112984: Adds free-threaded binaries to Windows installer as
    an optional component.
  - gh-89240: Allows multiprocessing to create pools of greater than
    62 processes.
  - IDLE
  - gh-96905: In idlelib code, stop redefining built-ins ‘dict’ and
    ‘object’.
  - gh-103820: Revise IDLE bindings so that events from mouse button
    4/5 on non-X11 windowing systems (i.e. Win32 and Aqua) are not
    mistaken for scrolling.
  - Tools/Demos
  - gh-113516: Don’t set LDSHARED when building for WASI.
  - gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13 and
    multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1.
  - gh-115015: Fix a bug in Argument Clinic that generated incorrect
    code for methods with no parameters that use the METH_METHOD |
    METH_FASTCALL | METH_KEYWORDS calling convention. Only the
    positional parameter count was checked; any keyword argument
    passed would be silently accepted.
  - C API
  - gh-111140: Adds PyLong_AsNativeBytes(), PyLong_FromNativeBytes()
    and PyLong_FromUnsignedNativeBytes() functions.
  - gh-114685: PyBuffer_FillInfo() now raises a SystemError if
    called with PyBUF_READ or PyBUF_WRITE as flags. These flags
    should only be used with the PyMemoryView_* C API.
  - gh-114685: PyObject_GetBuffer() now raises a SystemError if
    called with PyBUF_READ or PyBUF_WRITE as flags. These flags
    should only be used with the PyMemoryView_* C API.
  - gh-114626: Add PyCFunctionFast and PyCFunctionFastWithKeywords
    typedefs (identical to the existing _PyCFunctionFast and
    _PyCFunctionFastWithKeywords typedefs, just without a leading _
    prefix).
  - gh-114329: Add PyList_GetItemRef(), which is similar to
    PyList_GetItem() but returns a strong reference instead of a
    borrowed reference.
  - gh-110850: Add PyTime C API:
    * PyTime_t type.
    * PyTime_MIN and PyTime_MAX constants.
    * PyTime_AsSecondsDouble(), PyTime_Monotonic(), PyTime_PerfCounter(), and PyTime_Time() functions.
  - gh-112066: Add PyDict_SetDefaultRef(): insert a key and value
    into a dictionary if the key is not already present. This is
    similar to dict.setdefault(), but returns an integer value
    indicating if the key was already present. It is also similar to
    PyDict_SetDefault(), but returns a strong reference instead of a
    borrowed reference.

++++ python-libvirt-python:

  - Update to 10.1.0
  - Add all new APIs and constants in libvirt 10.1.0

------------------------------------------------------------------
------------------  2024-3-4  -  Mar 4 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - buildrequire llvm17 also on sle15-sp5/Leap15.5

++++ Mesa-drivers:

  - buildrequire llvm17 also on sle15-sp5/Leap15.5

++++ cockpit:

  - cockpit.pam: respect /etc/cockpit/disallowed-users
    This means by default root cannot login with password to cockpit
    (bsc#1216080)

++++ python-kiwi:

  - Add support for BLS zipl
    Add support for <bootloader name="zipl" .../> to support BLS
    based zipl configuration. This Fixes #2481

++++ transactional-update:

  - Version 4.6.0
  - tukit / t-u: Implement support for systemd soft-reboot, but
    needs package manager support (provided by zypp-boot-plugin on
    openSUSE) to determine which kind of reboot is required; the
    minimally required reboot method (soft-reboot, kexec, full
    reboot) will be used automatically if enabled (see tukit.conf).
    This deprecates the "kexec" reboot method in favor of automatic
    selection.
  - tukit: Determine D-Bus availability via system socket instead
    of brute force
  - tukit: Don't ignore return status of snapper - plugins can
    return an error code now where tukit has to fail [gh##118] /
    [poo#127169]
  - tukit: Remove BTRFS dependencies in snapper backend, user
    snapper for for everything directly. In theory this should
    support further file systems such as bcachefs if they follow
    the same layout (untested).
  - t-u: Add safety net before deleting overlays [boo#1217416]
  - t-u: Remove telemetry support, the required packages haven't
    been in the repository for quite some time as they were
    abandoned upstream.
  - doc: Document option to use names in BINDDIRS array
  - doc: Mention tukit.conf in t-u man page
  - doc: Link Reboot.hpp as an officially supported API on the
    main page
  - Code cleanup

++++ grub2:

  - Update grub2-change-bash-completion-dir.patch to support bash
    completion correctly (bsc#1218875)
  - Drop grub2-bash-completion-2.12.patch since the have() function
    is not used in those scripts anymore

++++ kernel-default:

  - netfilter: nf_tables: fix 64-bit load issue in
    nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
  - netfilter: nf_tables: fix pointer math issue in
    nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
  - commit d0b1efb
  - erofs: fix lz4 inplace decompression (bsc#1220879
    CVE-2023-52497).
  - commit 1ab6d98
  - erofs: get rid of the remaining kmap_atomic() (git-fixes).
  - commit 17e3c9c
  - netfilter: nft_set_pipapo: skip inactive elements during set
    walk (CVE-2023-6817 bsc#1218195).
  - commit 20cd5f2
  - crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
  - Update config files.
  - commit 586f7f5
  - Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
  - commit 1d9cb5b
  - doc/README.SUSE: Update information about module support status
    (jsc#PED-5759)
    Following the code change in SLE15-SP6 to have externally supported
    modules no longer taint the kernel, update the respective documentation
    in README.SUSE:
    * Describe that support status can be obtained at runtime for each
    module from /sys/module/$MODULE/supported and for the entire system
    from /sys/kernel/supported. This provides a way how to now check that
    the kernel has any externally supported modules loaded.
    * Remove a mention that externally supported modules taint the kernel,
    but keep the information about bit 16 (X) and add a note that it is
    still tracked per module and can be read from
    /sys/module/$MODULE/taint. This per-module information also appears in
    Oopses.
  - commit 9ed8107
  - Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
    Enable and refresh
    patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
  - commit 46942fd
  - Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
    (bsc#1214133).
  - commit abbbfc6
  - btrfs: fix race between reading a directory and adding entries
    to it (bsc#1219315).
  - commit a8cff4f
  - bpf: Minor cleanup around stack bounds (bsc#1220257
    CVE-2023-52452).
  - bpf: Fix accesses to uninit stack slots (bsc#1220257
    CVE-2023-52452).
  - bpf: Add some comments to stack representation (bsc#1220257
    CVE-2023-52452).
  - bpf: Guard stack limits against 32bit overflow (git-fixes).
  - bpf: Fix verification of indirect var-off stack access
    (git-fixes).
  - bpf: Minor logging improvement (bsc#1220257).
  - commit f480bf8
  - btrfs: refresh dir last index during a rewinddir(3) call
    (bsc#1219315).
  - commit 5fd0a18
  - btrfs: set last dir index to the current last index when
    opening dir (bsc#1219315).
  - commit 21aedc5
  - Update
    patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
    (git-fixes bsc#1220336 CVE-2024-26605).
  - Update
    patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
    (git-fixes bsc#1220350 CVE-2023-52457).
  - Update
    patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
    (git-fixes bsc#1220364 CVE-2023-52456).
    Add CVE references.
  - commit 7801f75
  - Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
    Fix a build error caused by the patch context embeded in the description
  - commit 3c4ea38
  - selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
  - bpf: Fix a race condition between btf_put() and map_free()
    (bsc#1220247 CVE-2023-52446).
  - commit 1878e7b
  - phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
    dashes (git-fixes).
  - dmaengine: ptdma: use consistent DMA masks (git-fixes).
  - dmaengine: idxd: Ensure safe user copy of completion record
    (git-fixes).
  - dmaengine: fsl-qdma: init irq after reg initialization
    (git-fixes).
  - dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
    (git-fixes).
  - commit 6051aa0
  - efivarfs: Free s_fs_info on unmount (bsc#1220328
    CVE-2023-52463).
  - commit 855de3c
  - efivarfs: Move efivar availability check into FS context init
    (bsc#1220328 CVE-2023-52463).
  - commit 9aa65d5
  - efivarfs: force RO when remounting if SetVariable is not
    supported (bsc#1220328 CVE-2023-52463).
  - commit f4334b6
  - efivarfs: Add uid/gid mount options (bsc#1220328
    CVE-2023-52463).
  - commit f803582

++++ llvm19:

  - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].
  - Require 8 GB memory for 64-bit architectures to prevent OOM.
  - Use %patch -P N instead of deprecated %patchN.

++++ at-spi2-core:

  - Update to version 2.51.91:
    + Back out code to generate mouse events on mutter. It had a
    couple of unwanted side effects. Also remove dependencies on
    libei and xkbcommon.
    + atk-adaptor: Fix collection role matching.
    + Have atspi_text_get_string_at_offset fall back to calling
    GetTextAtOffset if GetStringAtOffset is unimplemented.
    + Don't use g_assert in the unit tests.

++++ libosinfo:

  - bsc#1220228 - virt-manager crashes when its viewer is opened on a
    running guest that uses spice graphics
    virt-manager uses both libosinfo and spice-gtk. spice-gtk is now
    built to use libsoup 3.0 but libosinfo was still using
    libsoup 2.4. Prefer libsoup 3.0 over libsoup 2.4 for Tumbleweed
    and newer SLE versions.

++++ openssh:

  - Add crypto-policies support [bsc#1211301]
    * Add patches:
  - openssh-9.6p1-crypto-policies.patch
  - openssh-9.6p1-crypto-policies-man.patch

++++ qemu:

  - Fix bsc#1220799. Amended commit:
    * [openSUSE]: Increase default phys bits to 42, if host supports that
    (bsc#1205978, bsc#1219977, bsc#1220799)

++++ ovmf:

  - Add ovmf-OvmfPkg-SmbiosPlatformDxe-tweak-fallback-release-dat.patch
    tweak fallback release date again (bsc#1219024)

++++ selinux-policy:

  - Update to version 20240304:
    * Allow ssh-keygen to use the libica crypto module (bsc#1220373)

++++ xauth:

  - Update to version 1.1.3
    * config: Add missing AC_CONFIG_SRCDIR
    * Variable scope reductions, as suggested by cppcheck
    * Remove unnecessary casts from malloc() calls
    * Handle -Wempty-body warning for WRITES() macro
    * configure: Use AC_SYS_LARGEFILE to enable large file support
    * configure: raise minimum autoconf requirement to 2.70
    * unifdef hpux
    * unifdef Lynx
  - adjusted xauth-tolerant-hostname-changes.diff

------------------------------------------------------------------
------------------  2024-3-3  -  Mar 3 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update kabi files: initial import for ALP-current branch
    Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
  - commit 691a54e
  - ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
    (git-fixes).
  - commit faab4df
  - ALSA: hda/realtek: fix mute/micmute LED For HP mt440
    (git-fixes).
  - ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
    (git-fixes).
  - ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
    16 Plus 7630 (git-fixes).
  - commit 514a46e
  - power: supply: bq27xxx-i2c: Do not free non existing IRQ
    (git-fixes).
  - mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
  - mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
  - mmc: mmci: stm32: fix DMA API overlapping mappings warning
    (git-fixes).
  - mmc: core: Fix eMMC initialization with 1-bit bus connection
    (git-fixes).
  - efi/capsule-loader: fix incorrect allocation size (git-fixes).
  - fbcon: always restore the old font data in fbcon_do_set_font()
    (git-fixes).
  - tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
  - firewire: core: send bus reset promptly on gap count error
    (git-fixes).
  - efi: Don't add memblocks for soft-reserved memory (git-fixes).
  - efi: runtime: Fix potential overflow of soft-reserved region
    size (git-fixes).
  - hwmon: (coretemp) Enlarge per package core count limit
    (git-fixes).
  - wifi: iwlwifi: do not announce EPCS support (git-fixes).
  - wifi: mac80211: accept broadcast probe responses on 6 GHz
    (git-fixes).
  - wifi: mac80211: adding missing drv_mgd_complete_tx() call
    (git-fixes).
  - wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
  - Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
    (git-fixes).
  - Input: xpad - add Lenovo Legion Go controllers (git-fixes).
  - Input: goodix - accept ACPI resources with gpio_count == 3 &&
    gpio_int_idx == 0 (git-fixes).
  - spi: sh-msiof: avoid integer overflow in constants (git-fixes).
  - regulator: pwm-regulator: Add validity checks in continuous
    .get_voltage (git-fixes).
  - platform/x86: touchscreen_dmi: Add info for the TECLAST X16
    Plus tablet (git-fixes).
  - spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
    detected (git-fixes).
  - spi: intel-pci: Add support for Arrow Lake SPI serial flash
    (git-fixes).
  - wifi: mac80211: fix race condition on enabling fast-xmit
    (git-fixes).
  - wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
  - fbdev: sis: Error out if pixclock equals zero (git-fixes).
  - fbdev: savage: Error out if pixclock equals zero (git-fixes).
  - commit 87f4ce4
  - drm/nouveau: keep DMA buffers required for suspend/resume
    (git-fixes).
  - Revert "drm/amd/pm: resolve reboot exception for si oland"
    (git-fixes).
  - drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
  - drm/amd/display: Prevent potential buffer overflow in
    map_hw_resources (git-fixes).
  - drm/buddy: fix range bias (git-fixes).
  - drm/tegra: Remove existing framebuffer only if we support
    display (git-fixes).
  - docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
  - drm/amd/display: adjust few initialization order in dm
    (git-fixes).
  - drm/amd/display: fixed integer types and null check locations
    (git-fixes).
  - Revert "drm/amd/display: increased min_dcfclk_mhz and
    min_fclk_mhz" (git-fixes).
  - drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
  - drm/amdgpu: Fix shared buff copy to user (git-fixes).
  - drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
  - drm/amdgpu: skip to program GFXDEC registers for suspend abort
    (git-fixes).
  - drm/amd/display: Fix buffer overflow in
    'get_host_router_total_dp_tunnel_bw()' (git-fixes).
  - drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
    (git-fixes).
  - drm/amdkfd: Use correct drm device for cgroup permission check
    (git-fixes).
  - ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
    parts (git-fixes).
  - drm/amd/display: Avoid enum conversion warning (git-fixes).
  - drm/amd/display: Request usb4 bw for mst streams (git-fixes).
  - drm/amd/display: Add dpia display mode validation logic
    (git-fixes).
  - commit 515b84e
  - ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
    (git-fixes).
  - ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
    (git-fixes).
  - ALSA: hda/realtek: tas2781: enable subwoofer volume control
    (git-fixes).
  - ALSA: Drop leftover snd-rtctimer stuff from Makefile
    (git-fixes).
  - ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
    (git-fixes).
  - ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
  - dmaengine: ti: edma: Add some null pointer checks to the
    edma_probe (git-fixes).
  - ASoC: wm_adsp: Don't overwrite fwf_name with the default
    (git-fixes).
  - ALSA: usb-audio: Ignore clock selector errors for single
    connection (git-fixes).
  - ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
    (git-fixes).
  - ASoC: amd: acp: Add check for cpu dai link initialization
    (git-fixes).
  - ALSA: usb-audio: Check presence of valid altsetting control
    (git-fixes).
  - ahci: add 43-bit DMA address quirk for ASMedia ASM1061
    controllers (git-fixes).
  - ahci: asm1166: correct count of reported ports (git-fixes).
  - dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
  - dmaengine: shdma: increase size of 'dev_id' (git-fixes).
  - dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
    (git-fixes).
  - ata: ahci: add identifiers for ASM2116 series adapters
    (git-fixes).
  - commit 9457359

++++ libXcursor:

  - Update to version 1.2.2
    * gitlab CI: stop requiring Signed-off-by in commits
    * configure: Use LT_INIT from libtool 2 instead of deprecated
    AC_PROG_LIBTOOL
    * If O_CLOEXEC is defined, add "e" to fopen modes
    * Add comment about keeping libxcb-cursor copy of code in sync
    * XcursorXcFileLoad: plug memory leak in error paths
    * Remove superfluous and unguarded config.h include

++++ shadow:

  - Update to 4.14.6:
    * login(1):
    + Fix off-by-one bugs.
    * passwd(1):
    + Don't silently truncate passwords of length >= 200 characters.
    Instead, accept a length of PASS_MAX, and reject longer ones.
    * libshadow:
    + Fix calculation in strtoday(), which caused a wrong half-day
    offset in some cases (bsc#1176006)
    + Fix parsing of dates in get_date() (bsc#1176006)
    + Use utmpx instead of utmp. This fixes a regression introduced in
    4.14.0.

++++ libxcb:

  - Update to version 1.16.1
    * This release fixes build issues for Windows & NetBSD platforms
    * For those building for 32-bit platforms, it also enables use of
    the "large file" APIs - though xcb mainly uses stat() calls on
    sockets, not normal files.

------------------------------------------------------------------
------------------  2024-3-2  -  Mar 2 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: fix double free of anonymous device after snapshot
    creation failure (bsc#1219126 CVE-2024-23850).
  - commit 684803d
  - Add initial kabi reference files (commit 8f19d4869160).
    KABI checking now enabled for default (all) and 64kb (aarch64) flavors.
  - commit 892d9b5

------------------------------------------------------------------
------------------  2024-3-1  -  Mar 1 2024  -------------------
------------------------------------------------------------------

++++ combustion:

  - Update to version 1.3+git7:
    * Only enable all existing DASDs if it's actually the first boot (bsc#1219849)
    * Use $dracutsysrootdir

++++ python-kiwi:

  - Review Build WSL container
  - Revise Build simple disk

++++ glib-networking:

  - Update to version 2.80.rc:
    + GnuTLS:
  - fix improper use of IP address in SNI extension.
  - major performance improvement: reduce unnecessary trust list
    creation.
    + OpenSSL: properly handle BIO_CTRL_EOF.
    + Updated translations.

++++ grub2:

  - disable the file 20_memtest86+
    * added a deprecation note in the header

++++ ignition:

  - module-setup.sh: Use $dracutsysrootdir

++++ kbd:

  - fix conversion of lowercase f in de-e1 keymap (boo#1207841)

++++ kernel-default:

  - x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
  - commit 15d874c
  - Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
  - commit 2e7f958
  - Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
  - commit 9f5b99e
  - selftests/bpf: Test outer map update operations in syscall
    program (bsc#1220251 CVE-2023-52447).
  - selftests/bpf: Add test cases for inner map (bsc#1220251
    CVE-2023-52447).
  - bpf: Optimize the free of inner map (bsc#1220251
    CVE-2023-52447).
  - Refresh patches.suse/kABI-padding-for-bpf.patch
  - bpf: Defer the free of inner map when necessary (bsc#1220251
    CVE-2023-52447).
  - Refresh patches.suse/kABI-padding-for-bpf.patch
  - bpf: Set need_defer as false when clearing fd array during
    map free (bsc#1220251 CVE-2023-52447).
  - bpf: Add map and need_defer parameters to .map_fd_put_ptr()
    (bsc#1220251 CVE-2023-52447).
  - bpf: Check rcu_read_lock_trace_held() before calling bpf map
    helpers (bsc#1220251 CVE-2023-52447).
  - commit 5323b3a
  - KVM: arm64: vgic-its: Avoid potential UAF in LPI translation
    cache (bsc#1220326, CVE-2024-26598).
  - commit 49fb765
  - scsi: lpfc: Replace deprecated strncpy() with strscpy()
    (bsc#1220021).
  - scsi: lpfc: Copyright updates for 14.4.0.0 patches
    (bsc#1220021).
  - scsi: lpfc: Update lpfc version to 14.4.0.0 (bsc#1220021).
  - scsi: lpfc: Change lpfc_vport load_flag member into a bitmask
    (bsc#1220021).
  - scsi: lpfc: Change lpfc_vport fc_flag member into a bitmask
    (bsc#1220021).
  - scsi: lpfc: Protect vport fc_nodes list with an explicit spin
    lock (bsc#1220021).
  - scsi: lpfc: Change nlp state statistic counters into atomic_t
    (bsc#1220021).
  - scsi: lpfc: Remove shost_lock protection for fc_host_port
    shost APIs (bsc#1220021).
  - scsi: lpfc: Move handling of reset congestion statistics events
    (bsc#1220021).
  - scsi: lpfc: Save FPIN frequency statistics upon receipt of
    peer cgn notifications (bsc#1220021).
  - scsi: lpfc: Add condition to delete ndlp object after sending
    BLS_RJT to an ABTS (bsc#1220021).
  - scsi: lpfc: Fix failure to delete vports when discovery is in
    progress (bsc#1220021).
  - scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN
    processing for ndlps (bsc#1220021).
  - scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute
    for Fabric nodes (bsc#1220021).
  - scsi: lpfc: Remove D_ID swap log message from trace event logger
    (bsc#1220021).
  - scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's
    length (bsc#1220021).
  - scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
    (bsc#1220021).
  - scsi: lpfc: Initialize status local variable in
    lpfc_sli4_repost_sgl_list() (bsc#1220021).
  - scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literal
    (bsc#1220021).
  - PCI: Add PCI_HEADER_TYPE_MFD definition (bsc#1220021).
  - commit 9a9c9b2
  - x86/fpu: Stop relying on userspace for info to fault in xsave buffer (bsc#1220335).
  - commit 8c37586
  - RAS/AMD/ATL: Fix bit overflow in denorm_addr_df4_np2() (git-fixes).
  - commit a8f6b18
  - Bluetooth: qca: Fix wrong event type for patch config command
    (git-fixes).
  - Bluetooth: Enforce validation on max value of connection
    interval (git-fixes).
  - Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
    (git-fixes).
  - Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
    (git-fixes).
  - Bluetooth: hci_sync: Fix accept_list when attempting to suspend
    (git-fixes).
  - Bluetooth: Avoid potential use-after-free in hci_error_reset
    (git-fixes).
  - Bluetooth: hci_sync: Check the correct flag before starting
    a scan (git-fixes).
  - Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid
    (git-fixes).
  - wifi: nl80211: reject iftype change with mesh ID change
    (git-fixes).
  - net: lan78xx: fix "softirq work is pending" error (git-fixes).
  - net: usb: dm9601: fix wrong return value in dm9601_mdio_read
    (git-fixes).
  - lan78xx: enable auto speed configuration for LAN7850 if no
    EEPROM is detected (git-fixes).
  - commit ae3aae7
  - Update patch reference for media usb fix (CVE-2023-52445 bsc#1220241)
  - commit e6dd958
  - RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
  - commit 8f0ee79
  - hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
  - commit d659d2d
  - RAS/AMD/ATL: Add MI300 row retirement support (jsc#PED-7618).
  - Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
  - commit 50130ed
  - btrfs: do not ASSERT() if the newly created subvolume already
    got read (bsc#1219126).
  - commit a427c9b
  - perf vendor events: Update metric events for power10 platform
    (bsc#1220502 perf-v6.7).
  - commit c37d66c

++++ kernel-firmware-all:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-amdgpu:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-ath10k:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-ath11k:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-ath12k:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-atheros:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-bluetooth:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-bnx2:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-brcm:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-chelsio:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-dpaa2:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-i915:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-intel:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-iwlwifi:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-liquidio:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-marvell:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-media:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-mediatek:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-mellanox:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-mwifiex:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-network:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-nfp:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-nvidia:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-platform:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-prestera:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-qcom:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-qlogic:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-radeon:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-realtek:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-serial:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-sound:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-ti:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-ueagle:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ kernel-firmware-usb-network:

  - Update to version 20240229 (git commit 977332782302):
    * amdgpu: Update VCN firmware binaries
    * Intel IPU2: Add firmware files
    * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
    * i915: Add Xe2LPD DMC v2.18
    * i915: Update MTL DMC v2.21

++++ libX11:

  - Trim descriptions for size (keep the big one for the prominently
    installed libX11-6).
  - Spin documentation off to libX11-devel-doc, this saves buildroots
    800+ files and time (mandb is run in %posttrans).
  - Use %patch -P N instead of deprecated %patchN.

++++ libcontainers-common:

  - disable the SUSE registry key validation temporary to switch the key on
    registry.suse.com.

++++ expat:

  - update to 2.6.1:
    * Expose billion laughs API with XML_DTD defined and XML_GE
    undefined, regression from 2.6.0
    * Make tests independent of CPU speed, and thus more robust
  - drop libxml2-fix-xmlwf.1-handling.patch, upstream

++++ lmdb:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ rpm:

  - added a missing %patch NR conversion

++++ slang:

  - Drop slsh/lib/test/test_timestamp.sl: Do not test timestamps but
    trust on upstream (calculations in leap years are off in the
    test).

++++ systemd:

  - Move C API manual pages to systemd-doc, this saves buildroots
    770+ files and time (mandb is run in %posttrans).
  - Delete supplements on base-documentation from that.
  - Courtesy of spec formatters, remove redundant %defattr.

++++ libvisual:

  - Use %patch -P N instead of deprecated %patchN.

++++ libvorbis:

  - Use %patch -P N instead of deprecated %patchN.

++++ libxcb:

  - Use %patch -P N instead of deprecated %patchN.

++++ mokutil:

  - Update to 0.7.0
    + 82694cb Show usage instead of aborting on bad flags
    + 04791c2 mokutil bugfix: del unused opt "-s"
    + d978c18 Fix leak of list in delete_data_from_req_var()
    + e498f64 Fix leak of fd in mok_get_variable()
    + 7b6258a Show the key owner GUID
    + 51b5e55 Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config
    + 1aefcdb mokutil: handle the parsing error from "mok-variables"
    + 71140ef mokutil: Fix memory leak in export_db_keys
    + 0011d52 mokutil:check the result of malloc() is necessary
    + a0d8702 Fix inconsistency in skip messages
    + ae59d89 man: add "--trust-mok" and "--untrust-mok"
    + dd55c28 Avoid conflicting efi_char16_t type definitions
    + 8b6d116 fix: typo "accesss" -> "access"
    + f68a4f4 Do not exit with non zero status for version query
    + 5f49730 Check for efi variabales support after processing commands
    + 2d6c409 Return 0 after printing help messages
    + c64741d Add support for SSPPolicy, depricate --set-sbat-policy delete
    + 48e3d2a Fix tab alignment for help (set-fallback-verbosity/set-fallback-noreboot)
    + c361087 (HEAD -> master, tag: 0.7.0, origin/ssppolicy-v2-fix, origin/master, origin/HEAD) Rename "previous" revocations to "automatic"

++++ rollback-helper:

  - Update to version 1.0+git20240301.73ac53e:
    * Report an error if all SUSEConnect calls fail

------------------------------------------------------------------
------------------  2024-2-29  -  Feb 29 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Remove SELinux file context for /usr/bin/cockpit-bridge, this
    is already defined in the main selinux-policy package (bsc#1220385).
    Modified selinux_libdir.patch

++++ python-kiwi:

  - Update v9 compliance action
    put the cherry-pick tests into an extra script and
    provide a skip list of commits for manual checking
    if needed
  - Fix activation of luks pool in the initrd
    kiwi called systemd-cryptsetup directly which does not take
    the settings available in /etc/crypttab into account. This
    commit changes the activation procedure in a way that the
    generator created unit file systemd-cryptsetup@... is used
    This Fixes bsc#1219009
  - Apply changelog fixes by glob
    Does not require Makefile changes when maintaining branches

++++ grub2:

  - Add patch grub2-bash-completion-2.12.patch
    The shell function have() had become deprecated with 2.11
    and had been removed from 2.12 which is now providing
    the shell function _comp_have_command() (boo#1220626)

++++ kernel-default:

  - io_uring/net: fix multishot accept overflow handling
    (git-fixes).
  - io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL
    and buffers (git-fixes).
  - io_uring/net: limit inline multishot retries (git-fixes).
  - io_uring/poll: add requeue return code from poll multishot
    handling (git-fixes).
  - io_uring/net: un-indent mshot retry path in io_recv_finish()
    (git-fixes).
  - io_uring/poll: move poll execution helpers higher up
    (git-fixes).
  - io_uring/rw: ensure poll based multishot read retries
    appropriately (git-fixes).
  - io_uring: combine cq_wait_nr checks (git-fixes).
  - io_uring: clean *local_work_add var naming (git-fixes).
  - io_uring: clean up local tw add-wait sync (git-fixes).
  - io_uring: adjust defer tw counting (git-fixes).
  - io_uring: ensure local task_work is run on wait timeout
    (git-fixes).
  - io_uring/rw: ensure io->bytes_done is always initialized
    (git-fixes).
  - io_uring: optimise ltimeout for inline execution (git-fixes).
  - io_uring: don't check iopoll if request completes (git-fixes).
  - commit 79dd332
  - Update
    patches.suse/sched-membarrier-reduce-the-ability-to-hammer-on-sys.patch
    (git-fixes, bsc#1220398, CVE-2024-26602).
  - commit 2095c13
  - Update patches.suse/add-suse-supported-flag.patch
    (jsc#PED-5759).
  - Refresh
    patches.suse/kernel-add-release-status-to-kernel-build.patch.
    * Don't mark the kernel as tainted when an "externally supported" module
    is loaded. It mostly lead to confusion. Aggregate
    TAINT_EXTERNAL_SUPPORT instead into a separate variable
    support_taint_mask which only affects /sys/kernel/supported but
    doesn't contribute to /proc/sys/kernel/tainted
    * Expand the commit description to explain a bit more what the patch
    does.
  - commit 5db57bc
  - kabi padding for vmstat items (bsc#1220507).
  - commit 01c42de
  - Update
    patches.suse/i2c-i801-Fix-block-process-call-transactions.patch
    (git-fixes bsc#1220009 CVE-2024-26593).
    Add bug and CVE references.
  - commit bdc6d34
  - net: stmmac: Wait a bit for the reset to take effect
    (git-fixes).
  - commit 4b63f4d
  - net: stmmac: remove unneeded stmmac_poll_controller (git-fixes).
  - commit c687b16
  - netfilter: nf_tables: disallow rule removal from chain binding
    (CVE-2023-5197 bsc#1218216).
  - commit d6bd29e
  - Revert "arm64: Prevent misaligned patch-site warnings (bsc#1214934)."
    This reverts commit 0db2d146c3e483a58fb6c09052b3f887174aa09a.
    Restore also CONFIG_HID_BPF=y which depends on
    CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y and was disabled only later in
    329a3560cae5a3e24169b34ab6a21fa8964e3ff6 as a result of
    run_oldconfig.sh.
  - commit 0a8158f
  - kbuild: Use -fmin-function-alignment when available
    (bsc#1214934).
  - Update config files.
  - Refresh patches.suse/livepatch-dump-ipa-clones.patch.
  - commit d057405
  - crypto: arm64/neonbs - fix out-of-bounds access on short input
    (git-fixes).
  - commit 6358106

++++ krb5:

  - Add crypto-policies support [bsc#1211301]
    * Update krb5.conf in vendor-files.tar.bz2

++++ libaio:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ libatasmart:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ libevent:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ libmetalink:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ libogg:

  - Use %patch -P N instead of deprecated %patchN.

++++ libpcap:

  - Use %patch -P N instead of deprecated %patchN.

++++ libpciaccess:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ pcp:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.

++++ pcsc-lite:

  - Use %patch -P N instead of deprecated %patchN.

++++ procps:

  - Use %patch -P N instead of deprecated %patchN.

++++ tcpd:

  - Use %patch -P N instead of deprecated %patchN.

++++ pam_pkcs11:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.

++++ patch:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.

++++ patterns-base:

  - add libopenssl-3-fips-provider and crypto-policies-scripts
    as requires for the FIPS pattern. (bsc#1220390 bsc#1217361)
  - rename fips pattern to provide pattern() = fips for use by people
    using zypper in -t pattern fips (bsc#1220390 bsc#1213798)

++++ patterns-micro:

  - add libopenssl-3-fips-provider and crypto-policies-scripts
    as requires for the FIPS pattern. (bsc#1220390 bsc#1217361)
  - rename fips pattern to provide pattern() = fips for use by people
    using zypper in -t pattern fips (bsc#1220390 bsc#1213798)

++++ pcsc-ccid:

  - Update to version 1.5.5
    * Add support of
  - Alpha-Project ANGARA Token
  - Broadcom Corp 58200 (idProduct: 0x5864)
  - Broadcom Corp 58200 (idProduct: 0x5865)
  - Imprivata USB CCID
  - KAPELSE eS-KAP-Ad
  - Kapelse inSide
  - KAPELSE KAP-Care
  - KAPELSE KAP-eCV
  - KAPELSE KAP-GO
  - KAPELSE KAP-LINK2
  - Kapelse KAP-Move
  - Kapelse Ti-Kap
  - rf IDEAS USB CCID
  - SIMHUB pcsc reader
    * support Kapelse readers on macOS (composite as multislot)
    * Some other minor improvements

++++ ppp:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.

++++ psmisc:

  - Use %patch -P N instead of deprecated %patchN.

++++ python-cffi:

  - drop unnecessary buildrequire python-py

++++ qemu:

  - Backports and bugfixes:
    * [openSUSE]: Increase default phys bits to 42, if host supports that
    (bsc#1205978, bsc#1219977)
    * vfio/pci: Clear MSI-X IRQ index always (bsc#1220275)

++++ velociraptor-client:

  - Reintroduce system-user-velociraptor package due to client %pre
    and %postun scripts depending on velociraptor user and group.

++++ tuned:

  - Update to version 2.22.1.2+git.86ac977:
    * fix-error
    * new release (2.22.1)
    * Rename plugin_intel_uncore.py to plugin_uncore.py
    * Rename IntelUncorePlugin to UncorePlugin
    * network-throughput: increased net.ipv4.tcp_rmem default value
    * spec: cleanup, drop RHEL dynamic_tuning customization
    * new release (2.22.0)
  - Polkit changes got accepted by security review (bsc#1220081)

++++ vim:

  - Updated to version 9.1 with patch level 0111, fixes the following security problems
    * Fixing bsc#1217316 (CVE-2023-48231) - VUL-0: CVE-2023-48231: vim: Use-After-Free in win_close()
    * Fixing bsc#1217320 (CVE-2023-48232) - VUL-0: CVE-2023-48232: vim: Floating point Exception in adjust_plines_for_skipcol()
    * Fixing bsc#1217321 (CVE-2023-48233) - VUL-0: CVE-2023-48233: vim: overflow with count for :s command
    * Fixing bsc#1217324 (CVE-2023-48234) - VUL-0: CVE-2023-48234: vim: overflow in nv_z_get_count
    * Fixing bsc#1217326 (CVE-2023-48235) - VUL-0: CVE-2023-48235: vim: overflow in ex address parsing
    * Fixing bsc#1217329 (CVE-2023-48236) - VUL-0: CVE-2023-48236: vim: overflow in get_number
    * Fixing bsc#1217330 (CVE-2023-48237) - VUL-0: CVE-2023-48237: vim: overflow in shift_line
    * Fixing bsc#1217432 (CVE-2023-48706) - VUL-0: CVE-2023-48706: vim: heap-use-after-free in ex_substitute
    * Fixing bsc#1219581 (CVE-2024-22667) - VUL-0: CVE-2024-22667: vim: stack-based buffer overflow in did_set_langmap function in map.c
    * Fixing bsc#1215005 (CVE-2023-4750) - VUL-0: CVE-2023-4750: vim: Heap use-after-free in function bt_quickfix
    * Fixing bsc#1215940 (CVE-2023-5344) - VUL-0: CVE-2023-5344: vim: Heap-based Buffer Overflow in vim prior to 9.0.1969.
    * Fixing bsc#1216001 (CVE-2023-5441) - VUL-0: CVE-2023-5441: vim: segfault in exmode when redrawing
    * Fixing bsc#1216167 (CVE-2023-5535) - VUL-0: CVE-2023-5535: vim: use-after-free from buf_contents_changed()
    * Fixing bsc#1216696 (CVE-2023-46246) - VUL-0: CVE-2023-46246: vim: Integer Overflow in :history command
    * Fixing bsc#1215004 (CVE-2023-4733) - VUL-0: CVE-2023-4733: vim: use-after-free in function buflist_altfpos
    * Fixing bsc#1215006 (CVE-2023-4752) - VUL-0: CVE-2023-4752: vim: Heap Use After Free in function ins_compl_get_exp
    * Fixing bsc#1215033 (CVE-2023-4781) - VUL-0: CVE-2023-4781: vim: heap-buffer-overflow in function vim_regsub_both
  - for the complete list of changes see
    https://github.com/vim/vim/compare/v9.0.1894...v9.1.0111

------------------------------------------------------------------
------------------  2024-2-28  -  Feb 28 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Harden bash to be compiled with gcc 14 (boo#1220564)
    * Modify patch bash-4.2-nscdunmap.dif to include <sys/mman.h>
    * Port bash-5.2.dif to the former change
    * Add patch bash-5.2-gcc14.patch

++++ dracut:

  - Update to version 059+suse.557.g8a62bf73:
    * fix(zfcp_rules): correct shellcheck regression when parsing ccw args (bsc#1220485)

++++ python-kiwi:

  - Add changelog fix file for commit deb6ca
    The commit used a wrong e-mail address which should not
    land in the created changes file for the packaging
  - Set default output console to gfxterm for grub
    If no console setting is done in the image description for grub
    the default output console is set to: gfxterm and the default
    input console is set to: console. This Fixes bsc#1219074
  - Catch error condition more specific
    Only a KiwiCommandError is an exception we want to
    catch and handle, everything else is a bug and should
    not be masked

++++ kernel-default:

  - blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
    (bsc#1218180 ltc#204476).
  - commit ab6899d
  - Update
    patches.suse/mlxsw-spectrum_acl_tcam-Fix-NULL-pointer-dereference.patch
    (bsc#1220344 CVE-2024-26595).
    Added CVE reference.
  - commit 63c44b2
  - Update
    patches.suse/mlxsw-spectrum_acl_tcam-Fix-stack-corruption.patch
    (bsc#1220243 CVE-2024-26586).
    Added CVE reference.
  - commit 4835385
  - net-device: move lstats in net_device_read_txrx (bsc#1220419).
  - commit 6f1b7cd
  - tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
    (bsc#1220419).
  - commit 5c7c981
  - tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
    (bsc#1220419).
  - commit 6371144
  - tcp: reorganize tcp_sock fast path variables (bsc#1220419).
  - commit 8b11557
  - netns-ipv4: reorganize netns_ipv4 fast path variables
    (bsc#1220419).
  - commit b94aca8
  - mmu_notifiers: rename invalidate_range notifier (bsc#1220287)
  - Refresh patches.suse/iommu-amd-Remove-iommu_v2-module.
  - Refresh patches.suse/iommu-arm-smmu-v3-Fix-soft-lockup-triggered-by-arm_smmu_mm_invalidate_range.patch.
  - Refresh patches.suse/iommu-vt-d-Fix-incorrect-cache-invalidation-for-mm-notification.
  - Refresh patches.suse/iommu-vt-d-Remove-pasid_mutex.
  - commit b3f3b3e
  - new paddings for the new features of TB (bsc#1220369).
  - commit 202f364
  - padding: ehci core structures (bsc#1220369).
  - commit be61d2c
  - padding: ohci core structure padding (bsc#1220369).
  - commit 232e16e
  - padding: XHCI additional padding (bsc#1220369).
  - commit 8d1ff6f
  - paddings: add paddings to TypeC stuff (bsc#1220369).
  - commit 8b36dec
  - kABI placeholders for coco host support (jsc#PED-6143).
  - commit 25ae613
  - mmu_notifiers: don't invalidate secondary TLBs as part of (bsc#1220287)
  - commit 484eb1e
  - kABI padding for wireless (kABI padding).
  - kABI padding for soundwire (kABI padding).
  - kABI padding for media drivers (kABI padding).
  - commit ad23733
  - Update patches.suse/asoc-suse-kabi-padding.patch to cover more
  - commit b2fee7e
  - drm/amd/display: Fix possible use of uninitialized
    'max_chunks_fbc_mode' in 'calculate_bandwidth()' (git-fixes).
  - drm/amd/display: Add NULL test for 'timing generator' in
    'dcn21_set_pipe()' (git-fixes).
  - drm/amd/display: Fix 'panel_cntl' could be null in
    'dcn21_set_backlight_level()' (git-fixes).
  - drm/amd/display: Only clear symclk otg flag for HDMI
    (git-fixes).
  - drm/amd/display: Force p-state disallow if leaving no plane
    config (git-fixes).
  - drm/amd/display: Pass pwrseq inst for backlight and ABM
    (git-fixes).
  - commit 94d0571
  - Add cherry-picked IDs to i915 patches
  - commit c928c61
  - mmu_notifiers: call invalidate_range() when invalidating TLBs (bsc#1220287)
    Fix one of the hunks.
  - +      mmu_notifier_invalidate_range(mm, uaddr & PAGE_MASK,
    ++      mmu_notifier_invalidate_range(vma->vm_mm, uaddr & PAGE_MASK,
  - commit 9929817
  - mmu_notifiers: fixup comment in mmu_interval_read_begin() (bsc#1220287)
  - commit 70dae1e
  - KVM: x86: Make gtod_is_based_on_tsc() return 'bool' (git-fixes).
  - commit 2f18be2
  - l2tp: pass correct message length to ip6_append_data
    (bsc#1220419).
  - commit a162ea9
  - udp: fix busy polling (bsc#1220419).
  - commit 327b013
  - tcp: use tp->total_rto to track number of linear timeouts in
    SYN_SENT state (bsc#1220419).
  - commit b36a7cd
  - inet: shrink struct flowi_common (bsc#1220419).
  - commit f71704b
  - net: sock_dequeue_err_skb() optimization (bsc#1220419).
  - commit 9918376
  - net: skb_queue_purge_reason() optimizations (bsc#1220419).
  - commit 2897c0b
  - tcp_metrics: do not create an entry from tcp_init_metrics()
    (bsc#1220419).
  - commit 8498422
  - tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
    (bsc#1220419).
  - commit d316e8b
  - tcp_metrics: add missing barriers on delete (bsc#1220419).
  - commit 88a0218
  - openvswitch: reduce stack usage in do_execute_actions
    (bsc#1220419).
  - commit 5d2ba35
  - net_sched: sch_fq: struct sched_data reorg (bsc#1220419).
  - commit ddafedf
  - tipc: Use size_add() in calls to struct_size() (bsc#1220419).
  - commit cab0062
  - tcp: new TCP_INFO stats for RTO events (bsc#1220419).
  - commit 25c897a
  - tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
    (bsc#1220419).
  - commit 3684a1c
  - net: use indirect call helpers for sk->sk_prot->release_cb()
    (bsc#1220419).
  - commit ed95efb
  - ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()
    (bsc#1220419).
  - commit 4d11e24
  - ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()
    (bsc#1220419).
  - commit 8a1a119
  - udplite: fix various data-races (bsc#1220419).
  - commit bf316d4
  - udplite: remove UDPLITE_BIT (bsc#1220419).
  - commit 0660783
  - udp: annotate data-races around udp->encap_type (bsc#1220419).
  - commit 536dc63
  - udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO (bsc#1220419).
  - commit c2f856e
  - udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
    (bsc#1220419).
  - commit a3f7d91
  - udp: add missing WRITE_ONCE() around up->encap_rcv
    (bsc#1220419).
  - commit dae5278
  - udp: move udp->gro_enabled to udp->udp_flags (bsc#1220419).
  - commit ebea7a9
  - udp: move udp->no_check6_rx to udp->udp_flags (bsc#1220419).
  - commit dfe24f3
  - udp: move udp->no_check6_tx to udp->udp_flags (bsc#1220419).
  - commit 51e592b
  - udp: introduce udp->udp_flags (bsc#1220419).
  - commit 4a1ad0f
  - tcp: defer regular ACK while processing socket backlog
    (bsc#1220419).
  - Refresh
    patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch.
  - commit 72b8890
  - net: call prot->release_cb() when processing backlog
    (bsc#1220419).
  - commit 279e360
  - net: sock_release_ownership() cleanup (bsc#1220419).
  - commit adb648a
  - tcp: no longer release socket ownership in tcp_release_cb()
    (bsc#1220419).
  - commit a9b01e1
  - net/handshake: fix file ref count in handshake_nl_accept_doit()
    (bsc#1220419).
  - commit b0749d0
  - tcp: fix wrong RTO timeout when received SACK reneging
    (bsc#1220419).
  - commit 9e002c1
  - neighbour: fix various data-races (bsc#1220419).
  - commit 669dde6
  - net: do not leave an empty skb in write queue (bsc#1220419).
  - commit c339b74
  - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a
    inner curve (bsc#1220419).
  - commit a07a92a
  - tcp: tsq: relax tcp_small_queue_check() when rtx queue contains
    a single skb (bsc#1220419).
  - commit 4c2f293
  - xfrm: fix a data-race in xfrm_lookup_with_ifid() (bsc#1220419).
  - commit 6b1e049
  - net: ipv4: fix return value check in esp_remove_trailer
    (bsc#1220419).
  - commit 0a2d321
  - net: ipv6: fix return value check in esp_remove_trailer
    (bsc#1220419).
  - commit e3ec248
  - xfrm6: fix inet6_dev refcount underflow problem (bsc#1220419).
  - commit c2cae82
  - xfrm: fix a data-race in xfrm_gen_index() (bsc#1220419).
  - commit 2704726
  - xfrm: interface: use DEV_STATS_INC() (bsc#1220419).
  - commit 25fe10c
  - net: xfrm: skip policies marked as dead while reinserting
    policies (bsc#1220419).
  - commit df5b96d
  - tcp: fix excessive TLP and RACK timeouts from HZ rounding
    (bsc#1220419).
  - commit 6f9857f
  - netlink: Correct offload_xstats size (bsc#1220419).
  - commit f1d7b6f
  - sctp: update hb timer immediately after users change hb_interval
    (bsc#1220419).
  - commit 5c729f7
  - sctp: update transport state when processing a dupcook packet
    (bsc#1220419).
  - commit b0329fd
  - tcp: fix delayed ACKs for MSS boundary condition (bsc#1220419).
  - commit 6b1162c
  - tcp: fix quick-ack counting to count actual ACKs of new data
    (bsc#1220419).
  - commit 438bff4
  - ipv4: Set offload_failed flag in fibmatch results (bsc#1220419).
  - commit 2d4e4b3
  - ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
    (bsc#1220419).
  - commit b60c3ab
  - ipv4, ipv6: Fix handling of transhdrlen in
    __ip{,6}_append_data() (bsc#1220419).
  - commit 65544e5
  - neighbour: fix data-races around n->output (bsc#1220419).
  - commit c87f845
  - net: fix possible store tearing in neigh_periodic_work()
    (bsc#1220419).
  - commit 88cba7d
  - vxlan: Add missing entries to vxlan_get_size() (bsc#1220419).
  - commit 7f45e12
  - net: rds: Fix possible NULL-pointer dereference (bsc#1220419).
  - commit 9187170
  - net: bridge: use DEV_STATS_INC() (bsc#1220419).
  - commit 8a4eadf
  - net: hsr: Add __packed to struct hsr_sup_tlv (bsc#1220419).
  - commit 410e45b
  - net: hsr: Properly parse HSRv1 supervisor frames (bsc#1220419).
  - commit 0a5895e
  - dccp: fix dccp_v4_err()/dccp_v6_err() again (bsc#1220419).
  - commit 52d3a91

++++ bluez:

  - Add necessary Supplements (gnome-bluetooth, blueman, bluedevil5)
    to bluez-obexd, so that file transfer features of the applications
    can be used by default (bsc#1209153).
  - Update the description of bluez-obexd.

++++ libproxy-client:

  - Drop pkgconfig(libsoup-3.0) BuildRequires: no longer needed.

++++ libproxy-backend:

  - Drop pkgconfig(libsoup-3.0) BuildRequires: no longer needed.

++++ unbound:

  - Update to 1.19.1:
    * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868]
  - Fix CVE-2023-50387, DNSSEC verification complexity can be
    exploited to exhaust CPU resources and stall DNS resolvers.
  - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU.

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

  - let's provide/obsolete nvidia-open-driver-G06 instead of
    nvidia-open-driver-G06-kmp since older versions still had
    conflicts to nvidia-open-driver-G06-kmp ...

++++ python-typing_extensions:

  - update to 4.10.0:
    This feature release adds support for PEP 728 (TypedDict with extra
    items) and PEP 742 (``TypeIs``).
  - Add support for PEP 728, supporting the `closed` keyword argument and the
    special `__extra_items__` key for TypedDict. Patch by Zixuan James Li.
  - Add support for PEP 742, adding `typing_extensions.TypeIs`. Patch
    by Jelle Zijlstra.
  - Drop runtime error when a read-only `TypedDict` item overrides a mutable
    one. Type checkers should still flag this as an error. Patch by Jelle
    Zijlstra.
  - Speedup `issubclass()` checks against simple runtime-checkable protocols by
    around 6% (backporting https://github.com/python/cpython/pull/112717, by Alex
    Waygood).
  - Fix a regression in the implementation of protocols where `typing.Protocol`
    classes that were not marked as `@runtime_checkable` would be unnecessarily
    introspected, potentially causing exceptions to be raised if the protocol had
    problematic members. Patch by Alex Waygood, backporting
    https://github.com/python/cpython/pull/113401.
  - obsoletes backport-recent-implementation-of-protocol.patch

++++ read-only-root-fs:

  - Update to version 1.0+git20240228.d85232a:
    * etc/grub.d/01_suse_ro_root: Don't btrfs-mount-subvol inside grub-emu

++++ virtiofsd:

  - Spec: More tweaks to libexecdir path issues on SLE and Tumbleweed

------------------------------------------------------------------
------------------  2024-2-27  -  Feb 27 2024  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - Rebase accountsservice-sysconfig.patch: to fix build with GCC 14
    (bsc#1219909).

++++ python-kiwi:

  - Add silent flag to CommandCapabilities
    an instance of CommandCapabilities allows to check for specific
    options of a command. If the parsing of options has failed a
    warning message is created by default. Under certain circumstances
    like the check for the --help option of setfiles, such a warning
    message can be misleading information in the build log file.
    Therefore the new silent flag allows to suppress the warning
    message and the flag is used for the capabilities of the
    setfiles utility. This Fixes #2350
  - Fix documentation preferlvm example
    The custom volumes example shows a faulty XML description.
    This Fixes #2483
  - Move SystemPrepare to context manager
    Change the SystemPrepare class to context manager.
    All code using SystemPrepare was updated to the following
    with statement:
    with SystemPrepare(...) as system_prepare:
    system_prepare.some_member()
    This completes the refactoring from finalizers to
    context managers and Fixes #2412

++++ fwupd:

  - Update to version 1.9.14:
    * Correctly detect ARM32 and RISC-V UEFI binaries.
    * Correctly migrate the database schema from very old fwupd versions.
    * Fix DS-20 descriptors by opening the GUsbDevice earlier.
    * Fix updating the fingerprint reader on the Framework 13 and 16 laptop.
    * Fix warning when probing devices using the metadata allowlist.
    * Only recover the version format for specific devices.

++++ glib2:

  - Update to version 2.79.3:
    + Various consistency improvements to the command line
    libgirepository tools

++++ glibc:

  - nsswitch.conf: Add systemd also for shadow lookups, use merge
    strategy for group lookups

++++ gzip:

  - Use %patch -P N instead of deprecated %patchN.

++++ kernel-default:

  - net/core: Fix ETH_P_1588 flow dissector (bsc#1220419).
  - commit f49c1ee
  - kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg()
    (bsc#1220419).
  - commit 921c688
  - ipv6: fix ip6_sock_set_addr_preferences() typo (bsc#1220419).
  - commit ab7f29c
  - kcm: Fix memory leak in error path of kcm_sendmsg()
    (bsc#1220419).
  - commit 1fd0d5f
  - hsr: Fix uninit-value access in fill_frame_info() (bsc#1220419).
  - commit 45fafac
  - net: ipv4: fix one memleak in __inet_del_ifa() (bsc#1220419).
  - commit ec350a9
  - ip_tunnels: use DEV_STATS_INC() (bsc#1220419).
  - commit 6bebab0
  - net/ipv6: SKB symmetric hash should incorporate transport ports
    (bsc#1220419).
  - commit c0fd32f
  - kcm: Destroy mutex in kcm_exit_net() (bsc#1220419).
  - commit 6c21d3e
  - net: ipv6/addrconf: avoid integer underflow in
    ipv6_create_tempaddr (bsc#1220419).
  - commit a9d652e
  - ipv6: ignore dst hint for multipath routes (bsc#1220419).
  - commit fe7964f
  - ipv4: ignore dst hint for multipath routes (bsc#1220419).
  - commit 43db5ed
  - skbuff: skb_segment, Call zero copy functions before using
    skbuff frags (bsc#1220419).
  - commit 4efb5a5
  - net: use sk_forward_alloc_get() in sk_get_meminfo()
    (bsc#1220419).
  - commit c07b5dd
  - net/handshake: fix null-ptr-deref in handshake_nl_done_doit()
    (bsc#1220419).
  - Refresh
    patches.suse/handshake-Fix-sign-of-socket-file-descriptor-fields.patch.
  - commit 79705ac
  - xsk: Fix xsk_diag use-after-free error during socket cleanup
    (bsc#1220419).
  - commit 8608f36
  - net: fib: avoid warn splat in flow dissector (bsc#1220419).
  - commit 061e521
  - net: read sk->sk_family once in sk_mc_loop() (bsc#1220419).
  - commit 11672a5
  - net/sched: fq_pie: avoid stalls in fq_pie_timer() (bsc#1220419).
  - commit ff72fe3
  - netfilter: nft_exthdr: Fix non-linear header modification
    (bsc#1220419).
  - commit 6941a9c
  - net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated
    (bsc#1220419).
  - commit 896e3a8
  - dccp: Fix out of bounds access in DCCP error handler
    (bsc#1220419).
  - commit db678bf
  - netrom: Deny concurrent connect() (bsc#1220419).
  - commit 6ccc04e
  - net: Make consumed action consistent in sch_handle_egress
    (bsc#1220419).
  - commit 229f87f
  - vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMIC
    (bsc#1220419).
  - commit ad1578f
  - ipv6: do not match device when remove source route
    (bsc#1220419).
  - commit d5deb22
  - net: add skb_queue_purge_reason and __skb_queue_purge_reason
    (bsc#1220419).
  - commit 1113f0f
  - net: warn about attempts to register negative ifindex
    (bsc#1220419).
  - commit af9d6cf
  - net: openvswitch: add misc error drop reasons (bsc#1220419).
  - commit f3a2f02
  - net: openvswitch: add meter drop reason (bsc#1220419).
  - commit 80ed278
  - net: openvswitch: add explicit drop action (bsc#1220419).
  - commit e866f58
  - net: openvswitch: add action error drop reason (bsc#1220419).
  - commit cfd5e8c
  - net: openvswitch: add last-action drop reason (bsc#1220419).
  - commit c8655d9
  - netlink: convert nlk->flags to atomic flags (bsc#1220419).
  - commit bd39488
  - bonding: remove redundant NULL check in debugfs function
    (bsc#1220419).
  - commit 0b9d7f8
  - bonding: use IS_ERR instead of NULL check in bond_create_debugfs
    (bsc#1220419).
  - commit 3f04290
  - tun: avoid high-order page allocation for packet header
    (bsc#1220419).
  - commit 94b6182
  - net/ipv4: return the real errno instead of -EINVAL
    (bsc#1220419).
  - commit a7c5cf7
  - net: skbuff: always try to recycle PP pages directly when in
    softirq (bsc#1220419).
  - commit e2c004f
  - net: skbuff: avoid accessing page_pool if !napi_safe when
    returning page (bsc#1220419).
  - commit 9d63308
  - tcp/dccp: cache line align inet_hashinfo (bsc#1220419).
  - commit 4f13a40
  - bonding: support balance-alb with openvswitch (bsc#1220419).
  - commit d8c4fd8
  - net: tap: change tap_alloc_skb() to allow bigger paged
    allocations (bsc#1220419).
  - commit 3d249a7
  - net/packet: change packet_alloc_skb() to allow bigger paged
    allocations (bsc#1220419).
  - commit 3eba2c8
  - net: tun: change tun_alloc_skb() to allow bigger paged
    allocations (bsc#1220419).
  - commit 8de3283
  - net: allow alloc_skb_with_frags() to allocate bigger packets
    (bsc#1220419).
  - commit 1c497fc
  - mptcp: fix rcv buffer auto-tuning (bsc#1220419).
  - commit 73668af
  - tcp: add TCP_OLD_SEQUENCE drop reason (bsc#1220419).
  - commit 0800d57
  - udp: use indirect call wrapper for data ready() (bsc#1220419).
  - commit e5e9533
  - xfrm: delete not-needed clear to zero of encap_oa (bsc#1220419).
  - commit bc01278
  - tcp: get rid of sysctl_tcp_adv_win_scale (bsc#1220419).
  - commit 1f0b2f3
  - net: qrtr: Handle IPCR control port format of older targets
    (bsc#1220419).
  - commit 817f648
  - net: qrtr: ns: Change nodes radix tree to xarray (bsc#1220419).
  - commit 296fea9
  - net: qrtr: ns: Change servers radix tree to xarray
    (bsc#1220419).
  - commit 0830a6d
  - ipv6: rpl: Remove redundant skb_dst_drop() (bsc#1220419).
  - commit 3e224b0
  - tcp: add a scheduling point in established_get_first()
    (bsc#1220419).
  - commit b802915
  - net: annotate data-races around sk->sk_{rcv|snd}timeo
    (bsc#1220419).
  - commit ead1412
  - Revert "bridge: Add extack warning when enabling STP in
    netns." (bsc#1220419).
  - commit 9e290a8
  - llc: Check netns in llc_estab_match() and llc_listener_match()
    (bsc#1220419).
  - commit 07a4719
  - llc: Check netns in llc_dgram_match() (bsc#1220419).
  - commit 3a7b96a
  - ipv4: ip_gre: fix return value check in erspan_xmit()
    (bsc#1220419).
  - commit 5fda0d9
  - ipv4: ip_gre: fix return value check in erspan_fb_xmit()
    (bsc#1220419).
  - commit 5679e1c
  - net: sched: cls_flower: Undo tcf_bind_filter in case of an error
    (bsc#1220419).
  - commit ed4275f
  - netfilter: nf_tables: limit allowed range via nla_policy
    (bsc#1220419).
  - commit 4953198
  - ipvs: dynamically limit the connection hash table (bsc#1220419).
  - commit 79ed1db
  - net/tcp: optimise locking for blocking splice (bsc#1220419).
  - commit ff225a7
  - net: fix net device address assign type (bsc#1220419).
  - commit e3fc0bd
  - inet: Cleanup on charging memory for newly accepted sockets
    (bsc#1220419).
  - commit 5cde3da
  - netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
    (bsc#1220419).
  - commit aa8d809
  - mptcp: Reorder fields in 'struct mptcp_pm_add_entry'
    (bsc#1220419).
  - commit 15f81e2
  - mctp: Reorder fields in 'struct mctp_route' (bsc#1220419).
  - commit b48bed3
  - tcp: enforce receive buffer memory limits by allowing the tcp
    window to shrink (bsc#1220419).
  - Refresh
    patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch.
  - commit e635b78
  - net: add check for current MAC address in dev_set_mac_address
    (bsc#1220419).
  - commit 1cc2c85
  - netpoll: allocate netdev tracker right away (bsc#1220419).
  - commit b1f824d
  - lib/ref_tracker: remove warnings in case of allocation failure
    (bsc#1220419).
  - commit 6db841f
  - lib/ref_tracker: add printing to memory buffer (bsc#1220419).
  - commit 13f3245
  - lib/ref_tracker: improve printing stats (bsc#1220419).
  - commit 9e98006
  - lib/ref_tracker: add unlocked leak print helper (bsc#1220419).
  - commit 7ec14f7
  - ipv6: lower "link become ready"'s level message (bsc#1220419).
  - commit 6457477
  - net: don't set sw irq coalescing defaults in case of PREEMPT_RT
    (bsc#1220419).
  - commit 2b68076
  - net: Make gro complete function to return void (bsc#1220419).
  - commit 46956ab
  - net: tcp: make the txhash available in TIME_WAIT sockets for
    IPv4 too (bsc#1220419).
  - commit f3a6292
  - netfilter: Reorder fields in 'struct nf_conntrack_expect'
    (bsc#1220419).
  - commit f2ceea9
  - seg6: Cleanup duplicates of skb_dst_drop calls (bsc#1220419).
  - commit 87c3750
  - xsk: Use pool->dma_pages to check for DMA (bsc#1220419).
  - commit e5d7657
  - bonding: Always assign be16 value to vlan_proto (bsc#1220419).
  - commit 9879d29
  - net/handshake: Unpin sock->file if a handshake is cancelled
    (bsc#1220419).
  - commit 99a6456
  - ipvlan: Remove NULL check before dev_{put, hold} (bsc#1220419).
  - commit 1afbc6c
  - tcp: make the first N SYN RTO backoffs linear (bsc#1220419).
  - tcp: fix formatting in sysctl_net_ipv4.c (bsc#1220419).
  - Refresh
    patches.suse/net-fix-the-RTO-timer-retransmitting-skb-every.patch.
  - Refresh
    patches.suse/tcp-Set-pingpong-threshold-via-sysctl.patch.
  - commit 6dd44f7
  - sctp: fix a potential OOB access in sctp_sched_set_sched()
    (bsc#1220419).
  - commit c89c096
  - net: veth: rely on napi_build_skb in
    veth_convert_skb_to_xdp_buff (bsc#1220419).
  - commit f283d10
  - netfilter: ipset: Replace strlcpy with strscpy (bsc#1220419).
  - commit ad7e7c6
  - usb: typec: ucsi: Update connector cap and status
    (jsc#PED-6054).
  - commit c47d65e
  - Refresh
    patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch.
    Add suse_kabi_padding to pg_data_t.
  - commit d59d937
  - ceph: fix invalid pointer access if get_quota_realm return
    ERR_PTR (bsc#1220454).
  - ceph: fix deadlock or deadcode of misusing dget() (bsc#1220453).
  - ceph: reinitialize mds feature bit even when session in open
    (bsc#1220452).
  - rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing
    objects (bsc#1220451).
  - commit bc9efd4
  - Update ath11k hibernation patches for v2 series (bsc#1207948)
  - commit 8a26dfa
  - mlxsw: spectrum_acl_tcam: Fix stack corruption (git-fixes).
  - commit 122d131
  - mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in
    error path (git-fixes).
  - commit 08e89d9
  - mlxsw: spectrum_acl_erp: Fix error flow of pool allocation
    failure (git-fixes).
  - commit 500b87b
  - net: sfp-bus: fix SFP mode detect from bitrate (git-fixes).
  - commit 71fbb68
  - net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
    (git-fixes).
  - commit 7c99f2b
  - net: stmmac: ethtool: Fixed calltrace caused by unbalanced
    disable_irq_wake calls (git-fixes).
  - commit 76ca33a
  - net: ravb: Fix dma_addr_t truncation in error case (git-fixes).
  - commit 9e2020d
  - net: micrel: Fix PTP frame parsing for lan8841 (git-fixes).
  - commit 8e04e0d
  - net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register()
    failure (git-fixes).
  - commit 1355c14
  - net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path
    (git-fixes).
  - commit 736a4b6
  - net: atlantic: eliminate double free in error handling logic
    (git-fixes).
  - commit f1c0473
  - net: mvmdio: Avoid excessive sleeps in polled mode (git-fixes).
  - commit a1c3018
  - net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
    (git-fixes).
  - commit 3f4de86
  - veth: Use tstats per-CPU traffic counters (git-fixes).
  - commit 468b7e0
  - veth: Avoid NAPI scheduling on failed SKB forwarding
    (git-fixes).
  - Refresh
    patches.suse/veth-Fixing-transmit-return-status-for-dropped-packe.patch.
  - commit 8219306
  - net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI (git-fixes).
  - commit 71f6425
  - octeontx2-af: Consider the action set by PF (jsc#PED-6931).
  - ionic: use pci_is_enabled not open code (jsc#PED-6953).
  - RDMA/mlx5: Relax DEVX access upon modify commands
    (jsc#PED-3311).
  - RDMA/mlx5: Fix fortify source warning while accessing Eth
    segment (jsc#PED-3311).
  - dpll: fix possible deadlock during netlink dump operation
    (jsc#PED-6079).
  - commit e125dc2
  - Refresh patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch.
    Add a few more DRM related kabi paddings
  - commit c57370e
  - Update config files (bsc#1214883)
    Disable CONFIG_BLK_CGROUP_IOPRIO
  - commit 2843ec9
  - Add already cherry-picked and reverted commits
  - commit 78b5638
  - drm/amd/display: Fix memory leak in dm_sw_fini() (git-fixes).
  - drm/i915/tv: Fix TV mode (git-fixes).
  - drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func
    (git-fixes).
  - drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE
    flag is set (git-fixes).
  - drm/ttm: Fix an invalid freeing on already freed page in error
    path (git-fixes).
  - drm/meson: Don't remove bridges which are created by other
    drivers (git-fixes).
  - nouveau: fix function cast warnings (git-fixes).
  - drm/msm: Wire up tlb ops (git-fixes).
  - Revert "drm/msm/gpu: Push gpu lock down past runpm" (git-fixes).
  - drm/msm/gem: Fix double resv lock aquire (git-fixes).
  - drm/amdgpu/display: Initialize gamma correction mode variable
    in dcn30_get_gamcor_current() (git-fixes).
  - drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution
    (git-fixes).
  - drm/amd/display: Preserve original aspect ratio in create stream
    (git-fixes).
  - drm/amd/display: Fix possible NULL dereference on device
    remove/driver unload (git-fixes).
  - drm/amd/display: Add align done check (git-fixes).
  - Revert "drm/amd: flush any delayed gfxoff on suspend entry"
    (git-fixes).
  - drm/amd/display: Fix possible buffer overflow in
    'find_dcfclk_for_voltage()' (git-fixes).
  - drm/amd/display: Initialize 'wait_time_microsec' variable in
    link_dp_training_dpia.c (git-fixes).
  - drm/crtc: fix uninitialized variable use even harder
    (git-fixes).
  - drm/prime: Support page array >= 4GB (git-fixes).
  - nouveau/svm: fix kvcalloc() argument order (git-fixes).
  - drm/msm/dpu: check for valid hw_pp in
    dpu_encoder_helper_phys_cleanup (git-fixes).
  - drm/msm/dp: return correct Colorimetry for
    DP_TEST_DYNAMIC_RANGE_CEA case (git-fixes).
  - drm/msms/dp: fixed link clock divider bits be over written in
    BPC unknown case (git-fixes).
  - drm/msm/dpu: fix kernel-doc warnings (git-fixes).
  - drm/amd/display: Increase frame-larger-than for all
    display_mode_vba files (git-fixes).
  - drm/amd/display: Fix MST Null Ptr for RV (git-fixes).
  - nouveau: offload fence uevents work to workqueue (git-fixes).
  - drm/amdgpu: Reset IH OVERFLOW_CLEAR bit (git-fixes).
  - drm/virtio: Set segment size for virtio_gpu device (git-fixes).
  - commit 667862a
  - mtd: rawnand: marvell: fix layouts (git-fixes).
  - mtd: spinand: gigadevice: Fix the get ecc status issue
    (git-fixes).
  - commit e3c1e9b
  - uprobes: use pagesize-aligned virtual address when replacing
    pages (git-fixes).
  - powerpc/imc-pmu: Add a null pointer check in
    update_events_in_group() (git-fixes).
  - KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
    (git-fixes).
  - perf/core: Bail out early if the request AUX area is out of
    bound (git-fixes).
  - perf/x86/lbr: Filter vsyscall addresses (git-fixes).
  - commit ae1cfdb
  - md: Don't suspend the array for interrupted reshape (git-fixes).
  - commit 3e40c5d
  - tcp: Set pingpong threshold via sysctl (bsc#1217908).
  - commit 4fa5178

++++ multipath-tools:

  - Remove libmpathpersist-example-old.c, which has been obsolete
    since multipath-tools 0.8.6.

++++ mozilla-nss:

  - Added "Provides: nss" so other RPMs that require 'nss' can
    be installed (jira PED-6358).

++++ gmp:

  - Use %patch -P N instead of deprecated %patchN.

++++ perl:

  - Use %patch -P N instead of deprecated %patchN.

++++ permissions:

  - Update to version 1699_20240223:
    * chkstat: replace ProcMountState enum by simple bool member
    * chkstat: minor style, spelling and documentation fixes
    * chkstat: drop types.h header
    * chkstat: make ProcMountState a private type of ChkStat
    * chkstat: EntryProcessor: rename some member variables for improved readability
    * chkstat: get rid of EntryContext and incorporate it into EntryProcessor
    * chkstat: split-off EntryProcessor from Chkstat main class
    * chkstat: define _GNU_SOURCE via Makefile
    * chkstat: processEntries(): make loop variables const
    * chkstat: split up checkHaveProc()
    * chkstat: ProfileParser: fix a bug when applying capabilities in custom root
    * chkstat: ProfileParser: make adding the root to paths transparent
    * chkstat: ProfileParser: refactor the now reduced codebase
    * chkstat: split off separate ProfileParser
    * chkstat: ProfileEntry: mark dropXID() const to support const ProfileEntry use
    * chkstat: parseProfile(): improve badProfileLine() calls
    * chkstat: drop deprecated capability check
    * chkstat: also move expandProfilePaths() into new VariableExpansions class
    * chkstat: split off variable expansion logic into separate class
    * chkstat: loadVariableExpansions(): a bit of refactoring
    * chkstat: parseSysconfig(): bit of refactoring
    * chkstat: remove deprecated CHECK_PERMISSIONS logic
    * chkstat: move assorted types into dedicated header
    * chkstat: replace #include guards by #pragma once
    * chkstat: split off command line arguments from Chkstat main class
    * chkstat: drop SaneValueArg wrapper
    * chkstat: document new packages.d directory
    * chkstat: drop TODO regarding ProfileEntry being changed on-the-fly
    * chkstat: harmonize FileCapabilities API
    * chkstat: support /usr/share/permissions/package.d for per-package drop-ins
    * chkstat: minor coding style fixes
    * chkstat: improve readability for rstrip() to strip trailing slashes
    * chkstat: remove trailing slashes from paths found on the command line
    * chkstat: add warning messages for rare error situations
    * chkstat: open profiles right away without racy `access()` check.
  - Remove fix_version.sh, handle version with services

++++ velociraptor-client:

  - Obsolete old system-user-velociraptor package.
  - Use zst compression for go modules.

++++ update-alternatives:

  - Prepare for RPM 4.20.

------------------------------------------------------------------
------------------  2024-2-26  -  Feb 26 2024  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - Updated to 2.66 state of Mozilla SSL root CAs (bsc#1220356)
    Added:
  - CommScope Public Trust ECC Root-01
  - CommScope Public Trust ECC Root-02
  - CommScope Public Trust RSA Root-01
  - CommScope Public Trust RSA Root-02
  - D-Trust SBR Root CA 1 2022
  - D-Trust SBR Root CA 2 2022
  - Telekom Security SMIME ECC Root 2021
  - Telekom Security SMIME RSA Root 2023
  - Telekom Security TLS ECC Root 2020
  - Telekom Security TLS RSA Root 2023
  - TrustAsia Global Root CA G3
  - TrustAsia Global Root CA G4
    Removed:
  - Autoridad de Certificacion Firmaprofesional CIF A62634068
  - Chambers of Commerce Root - 2008
  - Global Chambersign Root - 2008
  - Security Communication Root CA
  - Symantec Class 1 Public Primary Certification Authority - G6
  - Symantec Class 2 Public Primary Certification Authority - G6
  - TrustCor ECA-1
  - TrustCor RootCert CA-1
  - TrustCor RootCert CA-2
  - VeriSign Class 1 Public Primary Certification Authority - G3
  - VeriSign Class 2 Public Primary Certification Authority - G3
  - remove-trustcor.patch: removed, now upstream
  - do a versioned obsoletes of "openssl-certs".
  - use rpm 4.20 compatible patch syntax
  - Use %patch -P N instead of deprecated %patchN.

++++ chrony:

  - Use %patch -P N instead of deprecated %patchN.

++++ cifs-utils:

  - Use %patch -P N instead of deprecated %patchN.

++++ cockpit:

  - Use %patch -P N instead of deprecated %patchN.

++++ cockpit-tukit:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ containerd:

  - Use %patch -P N instead of deprecated %patchN.

++++ coolkey:

  - Use %patch -P N instead of deprecated %patchN.

++++ coreutils:

  - Use %patch -P N instead of deprecated %patchN.

++++ coreutils-systemd:

  - Use %patch -P N instead of deprecated %patchN.

++++ cpio:

  - Use %autopatch instead of deprecated %patchN.

++++ cpupower:

  - Use %patch -P N instead of deprecated %patchN.

++++ cups:

  - Use %patch -P N instead of deprecated %patchN.

++++ cyrus-sasl:

  - Use %patch -P N instead of deprecated %patchN.

++++ dhcp:

  - Use %patch -P N instead of deprecated %patchN.

++++ distribution-logos-openSUSE:

  - Add handling for Leap Micro 6.X and Leap 16.X

++++ python-kiwi:

  - Fallback to built-in partition UUID table
    If systemd-id128 is not found or failed use the kiwi built-in
    table as defined by the UAPI group to assign the partition UUID
  - Move DiskFormat to context manager
    Change the DiskFormat Factory to be a context manager.
    All code using DiskFormat was updated to the following
    with statement:
    with DiskFormat(...).new as disk_format:
    disk_format.some_member()
    This is related to Issue #2412

++++ drbd:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ drbd-utils:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ gettext-runtime:

  - Use %patch -P N instead of deprecated %patchN.

++++ file:

  - Prepare for RPM 4.20

++++ fillup:

  - Use %patch -P N instead of deprecated %patchN.

++++ findutils:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ glibc:

  - s390-clone-error-clobber-r7.patch: S390: Do not clobber r7 in clone (BZ
    [#31402])

++++ haproxy:

  - Update to version 2.9.6+git0.9eafce5dc:
    * [RELEASE] Released version 2.9.6
    * BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI
    * BUG/MAJOR: promex: fix crash on deleted server
  - Update to version 2.9.5+git0.260dbb8a6:
    * [RELEASE] Released version 2.9.5
    * BUG/MEDIUM: mux-h2: Don't report error on SE for closed H2 streams
    * BUG/MEDIUM: mux-h2: Don't report error on SE if error is only pending on H2C
    * BUG/MEDIUM: mux-h2: Only Report H2C error on read error if demux buffer is empty
    * BUG/MEDIUM: mux-h2: Switch pending error to error if demux buffer is empty
    * MINOR: muxes/applet: Simplify checks on options to disable zero-copy forwarding
    * BUG/MAJOR: stconn: Check support for zero-copy forwarding on both sides
    * MINOR: muxes: Announce support for zero-copy forwarding on consumer side
    * MINOR: stconn: Add SE flag to announce zero-copy forwarding on consumer side
    * MINOR: stconn: Rename SE_FL_MAY_FASTFWD and reorder bitfield
    * CLEANUP: stconn: Move SE flags set by app layer at the end of the bitfield
    * 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
    * 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.
    * BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing
    * BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
    * BUILD: address a few remaining calloc(size, n) cases
    * CI: Update to actions/cache@v4
    * BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs
    * BUG/MINOR: vars/cli: fix missing LF after "get var" output
    * DOC: internal: update missing data types in peers-v2.0.txt
    * DOC: config: fix misplaced "bytes_{in,out}"
    * DOC: config: fix typos for "bytes_{in,out}"
    * DOC: config: fix misplaced "txn.conn_retries"
    * DOC: install: recommend pcre2
    * 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
    * MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT
    * BUILD: debug: remove leftover parentheses in ABORT_NOW()
    * 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
    * 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: ssl: Fix error message after ssl_sock_load_ocsp call
    * BUILD: quic: Variable name typo inside a BUG_ON().
    * BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit.
    * BUG/MINOR: diag: run the final diags before quitting when using -c
    * BUG/MINOR: diag: always show the version before dumping a diag warning
  - Update to version 2.9.4+git0.4e071ad92:
    * [RELEASE] Released version 2.9.4
    * BUG/MEDIUM: h1: always reject the NUL character in header values
    * BUG/MINOR: h1-htx: properly initialize the err_pos field
    * DOC: httpclient: add dedicated httpclient section
    * 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: 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/MAJOR: ssl_sock: Always clear retry flags in read/write functions
    * DOC: configuration: clarify http-request wait-for-body
    * 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/MINOR: quic: newreno QUIC congestion control algorithm no more available
    * BUG/MEDIUM: cache: Fix crash when deleting secondary entry
    * BUG/MINOR: hlua: fix uninitialized var in hlua_core_get_var()
    * BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
    * BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
    * 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
    * DOC: configuration: fix set-dst in actions keywords matrix
    * BUG/MINOR: h3: fix checking on NULL Tx buffer

++++ kernel-default:

  - Refresh patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
    Add few more entries. Prepare for SLE15-SP6 kABI freeze.
  - commit 49a3650
  - kabi/severities: join intel accelerators QAT and IAA under
    drivers/crypto/intel/
  - commit 114be8b
  - arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend (git-fixes)
  - commit 7f70810
  - arm64/sme: Restore SME registers on exit from suspend (git-fixes)
  - commit 022bd78
  - arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata (git-fixes)
  - commit 76ae43c
  - arm64/signal: Don't assume that TIF_SVE means we saved SVE state (git-fixes)
  - commit 09cd4e0
  - arm64: irq: set the correct node for shadow call stack (git-fixes)
  - commit a50e173
  - arm64: irq: set the correct node for VMAP stack (git-fixes)
  - commit 61a9e16
  - kABI padding for context tracking (bsc#1220369).
  - commit e722a7d
  - Update config files.
    Revert CRC helpers to modular build to match SP6
    Change CONFIG_CRC_T10DIF to modular to increase modularity
  - commit 62c02b0
  - drm/amdgpu: Fix the runtime resume failure issue (git-fixes).
  - commit 7cec932
  - drm/buddy: Modify duplicate list_splice_tail call (git-fixes).
  - commit 5275939
  - Refresh patches.suse/1956-drm-amdgpu-fix-buffer-funcs-setting-order-on-suspend.patch (git-fixes)
    Alt-commit
  - commit ba07b04
  - s390/cio: fix invalid -EBUSY on ccw_device_start (git-fixes
    bsc#1220360).
  - commit 59c3bc5
  - s390: use the correct count for __iowrite64_copy() (git-fixes
    bsc#1220359).
  - commit 653b04f
  - Update config files.  Deactivate CONFIG_QETH_OSX on s390x.  (jsc#PED-3317)
  - commit 84140c6
  - Update patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch
    (bsc#1215199 bsc#1219077 ltc#204477).
  - commit 5580eda
  - wifi: ath11k: support hibernation (bsc#1207948).
  - net: qrtr: support suspend/hibernation (bsc#1207948).
  - bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948).
  - commit f8c43ef
  - wifi: ath11k: thermal: don't try to register multiple times
    (bsc#1207948).
  - wifi: ath11k: fix warning on DMA ring capabilities event
    (bsc#1207948).
  - wifi: ath11k: do not dump SRNG statistics during resume
    (bsc#1207948).
  - wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948).
  - wifi: ath11k: rearrange IRQ enable/disable in reset path
    (bsc#1207948).
  - commit 7125b14
  - powerpc/pseries: Set CPU_FTR_DBELL according to ibm,pi-features
    (bsc#1220348).
  - powerpc/pseries: Add a clear modifier to ibm,pa/pi-features
    parser (bsc#1220348).
  - commit 675d4c1
  - Refresh sorted patches.
  - commit 1e0228f
  - Drop ath11k hibernation patches for refreshing to the new patch set (bsc#1207948)
  - commit f6e50f6
  - drm/amd/display: Fix potential null pointer dereference in
    dc_dmub_srv (git-fixes).
  - commit 351cd92
  - drm/amd/display: fix null-pointer dereference on edid reading
    (git-fixes).
  - commit bfbfdff
  - drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_()
    (git-fixes).
  - commit 0d45808
  - drm/amd: Stop evicting resources on APUs in suspend (git-fixes).
  - commit 209f4ad
  - drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3 (git-fixes).
  - commit 93ef60d
  - drm/buddy: Fix alloc_range() error handling code (git-fixes).
  - commit ef3c1f0
  - drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS
    reg address (git-fixes).
  - commit b61d0fb
  - drm/nouveau: fix several DMA buffer leaks (git-fixes).
  - commit f1bf188
  - Refresh patches.suse/nouveau-gsp-use-correct-size-for-registry-rpc.patch (git-fixes)
    Alt-commit
  - commit 8c79845
  - nouveau/gsp: use correct size for registry rpc (git-fixes).
  - commit 37e1a96
  - drm/amdkfd: reserve the BO before validating it (git-fixes).
  - commit f8fa1e7
  - Revert "drm/amd/pm: fix the high voltage and temperature issue"
    (git-fixes).
  - commit 24e4e0f
  - Revert "nouveau: push event block/allowing out of the fence
    context" (git-fixes).
  - commit 199f79d
  - drm/amd/display: Fix a switch statement in
    populate_dml_output_cfg_from_stream_state() (git-fixes).
  - commit 3737a53
  - drm/i915: Drop -Wstringop-overflow (git-fixes).
  - commit 1f6435f
  - drm/panel/raydium-rm692e5: select CONFIG_DRM_DISPLAY_DP_HELPER
    (git-fixes).
  - commit 20cbb93
  - drm/i915/dp: Fix the max DSC bpc supported by source
    (git-fixes).
  - commit 9a2c8c5
  - pds_core: Use struct pdsc for the pdsc_adminq_isr (git-fixes).
  - commit 36eb1a2
  - drm/msm/a6xx: add QMP dependency (git-fixes).
  - commit d7f2ae5
  - drm/amd/display: Fix NULL pointer dereference at hibernate
    (git-fixes).
  - commit 4e87aee
  - fbdev/sm712fb: Use correct initializer macros for struct fb_ops
    (git-fixes).
  - commit 03969f2
  - pds_core: Cancel AQ work on teardown (git-fixes).
  - commit 3f05f5a
  - Revert "drm/bridge: Add 200ms delay to wait FW HPD status
    stable" (git-fixes).
  - commit 10dece3
  - drm/bridge: imx93-mipi-dsi: Fix a couple of building warnings
    (git-fixes).
  - commit 43267c0
  - drm/sched: Fix bounds limiting when given a malformed entity
    (git-fixes).
  - commit 868d6d8
  - net: dsa: mv88e6xxx: Fix failed probe due to (git-fixes).
  - commit 0eb880f
  - net: stmmac: do not clear TBS enable bit on link (git-fixes).
  - commit e611caf
  - net: dsa: qca8k: fix illegal usage of GPIO (git-fixes).
  - commit 0e558af
  - net: lan966x: Fix port configuration when using SGMII
    (git-fixes).
  - commit 2844986
  - net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
    (git-fixes).
  - commit 56a7fea
  - Refresh patches.suse/1977-drm-amd-display-disable-FPO-and-SubVP-for-older-DMUB.patch (git-fixes)
    Alt-commit
  - commit 430c8cb
  - Refresh patches.suse/1965-drm-amd-Fix-a-probing-order-problem-on-SDMA-2.4.patch (git-fixes)
    Alt-commit
  - commit 9fefc0e
  - Refresh patches.suse/1982-drm-i915-display-Get-bigjoiner-config-before-dsc-con.patch (git-fixes)
    Alt-commit
  - commit 50f74bf
  - Refresh patches.suse/1957-drm-amd-pm-fix-pp_-clk_od-typo.patch (git-fixes)
    Alt-commit
  - commit 119bd8a
  - Refresh patches.suse/1940-drm-amdgpu-fix-buffer-funcs-setting-order-on-suspend.patch (git-fixes)
    Alt-commit
  - commit 4f87896
  - nfp: flower: fix hardware offload for the transfer (git-fixes).
  - commit 7376685
  - Refresh patches.suse/1906-drm-amdgpu-fix-AGP-addressing-when-GART-is-not-at-0.patch (git-fixes)
    Alt-commit
  - commit 3da2260
  - Refresh patches.suse/1920-drm-i915-correct-the-input-parameter-on-_intel_dsb_c.patch (git-fixes)
    Alt-commit
  - commit afd3ce2
  - nfp: flower: add hardware offload check for post ct (git-fixes).
  - commit f9eb41e
  - Refresh patches.suse/1863-drm-i915-dp_mst-Fix-race-between-connector-registrat.patch (git-fixes)
    Alt-commit
  - commit bad2e9c
  - Refresh patches.suse/1715-drm-i915-mtl-Apply-notify_guc-to-all-GTs.patch (git-fixes)
    Alt-commit
  - commit f2361dc
  - Refresh patches.suse/1670-drm-ssd130x-Fix-possible-uninitialized-usage-of-crtc.patch (git-fixes)
    Alt-commit
  - commit bc5e5ee
  - tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring (git-fixes).
  - commit 4caaa03
  - tsnep: Remove FCS for XDP data path (git-fixes).
  - commit d20de7c
  - net: fec: fix the unhandled context fault from smmu (git-fixes).
  - commit 2b9f00c
  - net: mvpp2: clear BM pool before initialization (git-fixes).
  - commit 54d27e6
  - Update metadata
  - commit 8028d46
  - usb: typec: tpcm: Fix issues with power being removed during
    reset (git-fixes).
  - usb: gadget: ncm: Avoid dropping datagrams of properly parsed
    NTBs (git-fixes).
  - Revert "usb: typec: tcpm: reset counter when enter into
    unattached state after try role" (git-fixes).
  - usb: gadget: omap_udc: fix USB gadget regression on Palm TE
    (git-fixes).
  - usb: dwc3: gadget: Don't disconnect if not started (git-fixes).
  - usb: cdns3: fix memory double free when handle zero packet
    (git-fixes).
  - usb: cdns3: fixed memory use after free at
    cdns3_gadget_ep_disable() (git-fixes).
  - usb: roles: don't get/set_role() when usb_role_switch is
    unregistered (git-fixes).
  - usb: roles: fix NULL pointer issue when put module's reference
    (git-fixes).
  - usb: cdnsp: fixed issue with incorrect detecting CDNSP family
    controllers (git-fixes).
  - usb: cdnsp: blocked some cdns3 specific code (git-fixes).
  - serial: amba-pl011: Fix DMA transmission in RS485 mode
    (git-fixes).
  - PCI/MSI: Prevent MSI hardware interrupt number truncation
    (git-fixes).
  - commit 435b79c
  - PCI: Add pci_is_vga() helper (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).
  - commit 81c9fa5
  - selftests/bpf: trace_helpers.c: do not use poisoned type
    (jsc#PED-6811 bsc#1219825).
  - commit ac0f9ba
  - md: bypass block throttle for superblock update (bsc#1220154,
    CVE-2023-52437).
  - commit ebe787f
  - md: Don't register sync_thread for reshape directly
    (bsc#1219596).
  - md: Make sure md_do_sync() will set MD_RECOVERY_DONE
    (bsc#1219596).
  - md: Don't ignore read-only array in md_check_recovery()
    (bsc#1219596).
  - md: Don't ignore suspended array in md_check_recovery()
    (bsc#1219596).
  - commit b5edf3d

++++ multipath-tools:

  - Update to version 0.9.8+83+suse.bcae610 (bsc#1220374)
    * multipath-tools: added NEWS.md

++++ libassuan:

  - Update upstream libassuan.keyring

++++ c-ares:

  - c-ares 1.27.0
    Security:
    * Moderate. CVE-2024-25629. Reading malformatted /etc/resolv.conf,
    /etc/nsswitch.conf or the HOSTALIASES file could result in a crash.
    GHSA-mg26-v6qh-x48q (CVE-2024-25629, bsc#1220279)
    Features:
    * New function ares_queue_active_queries() to retrieve number of in-flight
    queries. PR #712
    * New function ares_queue_wait_empty() to wait for the number of in-flight
    queries to reach zero. PR #710
    * New ARES_FLAG_NO_DEFLT_SVR for ares_init_options() to return a failure if
    no DNS servers can be found rather than attempting to use 127.0.0.1. This
    also introduces a new ares status code of ARES_ENOSERVER. PR #713
    Changes:
    * EDNS Packet size should be 1232 as per DNS Flag Day. PR #705
    Bugfixes:
    * Fix warning due to ignoring return code of write(). PR #709
    * CMake: don't override target output locations if not top-level. Issue #708
    * Fix building c-ares without thread support. PR #700

++++ cdparanoia:

  - Use %patch -P N instead of deprecated %patchN.

++++ libgcrypt:

  - Update upstream libgcrypt.keyring

++++ libgpg-error:

  - Update to 1.48:
    * New configure option --with-libtool-modification.  [T6619]
    * New option parser flag to detect commands given without a double
    dash.  There is also the new meta command "command-mode" to set
    this flag via a config file.  [T6978]
    * Added an es_fopen mode flag "sequential" with support on Windows.
    [rE7a42ff0ec9]
    * Added an es_fopen mode flag "wipe" to cleanup internal buffers at
    close time.  [T6954]
    * New function gpgrt_wipememory.  [T6964]
    * Improvements to setenv on Windows.  [rE89e53ad90f]
    * Fixed call to estream-printf string filters.  [T6737]
    * Many improvements to the yat2m tool.
    * Updates to the build system.
    * Interface changes relative to the 1.47 release:
  - ARGPARSE_FLAG_COMMAND          NEW.
  - gpgrt_wipememory               NEW.
    * Release-info: https://dev.gnupg.org/T6441
    * Update upstream libgpg-error.keyring

++++ libksba:

  - Update to 1.6.6:
    * Fix a possible wrong error return from the DER builder. [T6992]
    * Release-info: https://dev.gnupg.org/T7009
    * Update upstream libksba.keyring

++++ ncurses:

  - Add ncurses patch 20240217
    + add vt100+noapp, vt100+noapp+pc, xterm+app+pc, xterm+decedit from
    xterm #389 -TD
    + fix inconsistent description of wmouse_trafo() (Debian #1059778).
    + modify wenclose() to handle pads (Debian #1059783).
    + improve manpage discussion of mouseinterval() (Debian #1058560).
  - Add ncurses patch 20240224
    + improve man/curs_mouse.3x style (Brandon Robinson, Sven Joachim).
    + provide for CCHARW_MAX greater than 1
    + eliminate use of PATH_MAX in lib_trace.c
    + work around misconfiguration of MacPorts gcc13, which exposes invalid
    definition of MB_LEN_MAX in gcc's fallback copy of limits.h (MacPorts
    [#69374]).

++++ npth:

  - Update to 1.7:
    * The npth-config command is not installed by default, because it is
    now replaced by use of pkg-config/gpgrt-config with npth.pc.
    Supply --enable-install-npth-config configure option, if needed.
    * Support for legacy systems w/o pthread_rwlock_t support.  [T4306]
    * New functions npth_poll and npth_ppoll for Unix.  [T5748]
    * Fixes to improve support for 64 bit Windows.
    * Fix declaration conflict using newer mingw versions.  [T5889]
    * Fix build problems on Solaris 11.  [T4491]
    * Fix detecting of the pthread library.  [rPTH6629a4b801]
    * Clean up handling of unsafe semaphores on AIX.  [T6947]
    * Link without -flat_namespace to support macOS 11.  [T5610]
    * Release-info: https://dev.gnupg.org/T7010
    * Update spec file
    * Update upstream npth.keyring

++++ openvswitch:

  - Use %patch -P N instead of deprecated %patchN.

++++ pango:

  - Update to version 1.52.0:
    + Add pango_font_map_reload_font.
    + Improve formatting of font sizes.

++++ pixman:

  - Rework previous change
    + Disable the demos: pass -Ddemos=disabled to meson. This allows
    us not to BuildRequire gtk3. Having it would result in a build
    cycle.
    + Pass -Dlibpng=disabled to meson: only needed for the tests.
  - Drop pkgconfig(gtk+-3.0) BuildRequires: with the demos disabled,
    we don't need this anymore.
  - Drop cmake BuildRequires: the build system uses meson. cmake is
    used as a fallback to find libraries when they can't be found
    with pkgconfig.
  - Enable test suite (meson_test), without the png tests (for
    minimal build deps).
  - Switch post/post to ldconfig_scriptlets: there is no other code
    in the scripts.

++++ sha1collisiondetection:

  - Use %patch -P N instead of deprecated %patchN.

++++ slang:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ systemd:

  - Fix syntax required for OBS source validator

++++ trousers:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ xmlsec1:

  - Use %patch -P N instead of deprecated %patchN.

++++ pcr-oracle:

  - Remove fix_efi_measure.patch
  - Add fix_efi_measure_and_shim.patch (bsc#1219807)

++++ python-PyYAML:

  - Switch to pyproject and autosetup macros.
  - Drop patch setuptools.patch, we can now cope.

++++ ovmf:

  - Use %autopatch macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ sysstat:

  - Use %patch -P N instead of deprecated %patchN.

++++ sysvinit:

  - Use %patch -P N instead of deprecated %patchN.

++++ thin-provisioning-tools:

  - Update to version 1.0.12:
    * [thin_dump] Do not print error messages on BrokenPipe (EPIPE)
    * Bump version to 1.0.12
    * [build] Update dependencies
    * [commands] Fix version string compatibility issue with LVM
    * [thin_dump] Do not print error messages on BrokenPipe (EPIPE)
    * [build] Update license to SPDX identifier

++++ virtiofsd:

  - Spec: We don't want /usr/libexec to be namespaced like it is with /usr/lib (bsc#1220304)

++++ xauth:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

++++ xkeyboard-config:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.

------------------------------------------------------------------
------------------  2024-2-25  -  Feb 25 2024  -------------------
------------------------------------------------------------------

++++ git:

  - update to 2.44.0:
    * "git checkout -B <branch>" now longer allows switching to a
    branch that is in use on another worktree. The users need to
    use "--ignore-other-worktrees" option.
    * Faster server-side rebases with git replay
    * Faster pack generation with multi-pack reuse
    * rebase auto-squashing now works in non-interactive mode
    * pathspec now understands attr, e.g. ':(attr:~binary) for
    selecting non-binaries, or builtin_objectmode for selecting
    items by file mode or other properties
    * Many other cli UI and internal improvements and extensions

++++ kernel-default:

  - i2c: imx: when being a target, mark the last read as processed
    (git-fixes).
  - bus: imx-weim: fix valid range check (git-fixes).
  - ARM: ep93xx: Add terminator to gpiod_lookup_table (git-fixes).
  - ata: ahci_ceva: fix error handling for Xilinx GT PHY support
    (git-fixes).
  - ata: libata-core: Do not try to set sleeping devices to standby
    (git-fixes).
  - iio: hid-sensor-als: Return 0 for
    HID_USAGE_SENSOR_TIME_TIMESTAMP (git-fixes).
  - serial: mxs-auart: fix tx (git-fixes).
  - serial: core: introduce uart_port_tx_flags() (git-fixes).
  - media: rc: bpf attach/detach requires write permission
    (git-fixes).
  - can: j1939: prevent deadlock by changing j1939_socks_lock to
    rwlock (git-fixes).
  - connector/cn_proc: revert "connector: Fix
    proc_event_num_listeners count not cleared" (git-fixes).
  - nilfs2: fix data corruption in dsync block recovery for small
    block sizes (git-fixes).
  - mmc: slot-gpio: Allow non-sleeping GPIO ro (git-fixes).
  - usb: f_mass_storage: forbid async queue when shutdown happen
    (git-fixes).
  - ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
    (git-fixes).
  - selftests: bridge_mdb: Use MDB get instead of dump (git-fixes).
  - commit fcefe0f
  - Update config files.
    Set CONFIG_DUMMY_CONSOLE_COLUMNS and CONFIG_DUMMY_CONSOLE_ROWS for
    armv7hl. Use same values as other architectures.
  - commit d18c55c

++++ opensc:

  - Add CVE-2024-1454.patch.
    Fix for CVE-2024-1454 / bsc#1219868.

++++ openssh:

  - Update to openssh 9.6p1:
    = Security
    * ssh(1), sshd(8): implement protocol extensions to thwart the
    so-called "Terrapin attack" discovered by Fabian Bäumer, Marcus
    Brinkmann and Jörg Schwenk. This attack allows a MITM to effect a
    limited break of the integrity of the early encrypted SSH transport
    protocol by sending extra messages prior to the commencement of
    encryption, and deleting an equal number of consecutive messages
    immediately after encryption starts. A peer SSH client/server
    would not be able to detect that messages were deleted
    (bsc#1217950, CVE-2023-48795).
    * ssh-agent(1): when adding PKCS#11-hosted private keys while
    specifying destination constraints, if the PKCS#11 token returned
    multiple keys then only the first key had the constraints applied.
    Use of regular private keys, FIDO tokens and unconstrained keys
    are unaffected.
    * ssh(1): if an invalid user or hostname that contained shell
    metacharacters was passed to ssh(1), and a ProxyCommand,
    LocalCommand directive or "match exec" predicate referenced the
    user or hostname via %u, %h or similar expansion token, then
    an attacker who could supply arbitrary user/hostnames to ssh(1)
    could potentially perform command injection depending on what
    quoting was present in the user-supplied ssh_config(5) directive
    (bsc#1218215, CVE-2023-51385).
    = Potentially incompatible changes
    * ssh(1), sshd(8): the RFC4254 connection/channels protocol provides
    a TCP-like window mechanism that limits the amount of data that
    can be sent without acceptance from the peer. In cases where this
    limit was exceeded by a non-conforming peer SSH implementation,
    ssh(1)/sshd(8) previously discarded the extra data. From OpenSSH
    9.6, ssh(1)/sshd(8) will now terminate the connection if a peer
    exceeds the window limit by more than a small grace factor. This
    change should have no effect of SSH implementations that follow
    the specification.
    = New features
    * ssh(1): add a %j token that expands to the configured ProxyJump
    hostname (or the empty string if this option is not being used)
    that can be used in a number of ssh_config(5) keywords. bz3610
    * ssh(1): add ChannelTimeout support to the client, mirroring the
    same option in the server and allowing ssh(1) to terminate
    quiescent channels.
    * ssh(1), sshd(8), ssh-add(1), ssh-keygen(1): add support for
    reading ED25519 private keys in PEM PKCS8 format. Previously
    only the OpenSSH private key format was supported.
    * ssh(1), sshd(8): introduce a protocol extension to allow
    renegotiation of acceptable signature algorithms for public key
    authentication after the server has learned the username being
    used for authentication. This allows varying sshd_config(5)
    PubkeyAcceptedAlgorithms in a "Match user" block.
    * ssh-add(1), ssh-agent(1): add an agent protocol extension to allow
    specifying certificates when loading PKCS#11 keys. This allows the
    use of certificates backed by PKCS#11 private keys in all OpenSSH
    tools that support ssh-agent(1). Previously only ssh(1) supported
    this use-case.
    = Bugfixes
    * ssh(1): when deciding whether to enable the keystroke timing
    obfuscation, enable it only if a channel with a TTY is active.
    * ssh(1): switch mainloop from poll(3) to ppoll(3) and mask signals
    before checking flags set in signal handler. Avoids potential
    race condition between signaling ssh to exit and polling. bz3531
    * ssh(1): when connecting to a destination with both the
    AddressFamily and CanonicalizeHostname directives in use,
    the AddressFamily directive could be ignored. bz5326
    * sftp(1): correct handling of the limits@openssh.com option when
    the server returned an unexpected message.
    * A number of fixes to the PuTTY and Dropbear regress/integration
    tests.
    * ssh(1): release GSS OIDs only at end of authentication, avoiding
    unnecessary init/cleanup cycles. bz2982
    * ssh_config(5): mention "none" is a valid argument to IdentityFile
    in the manual. bz3080
    * scp(1): improved debugging for paths from the server rejected for
    not matching the client's glob(3) pattern in old SCP/RCP protocol
    mode.
    * ssh-agent(1): refuse signing operations on destination-constrained
    keys if a previous session-bind operation has failed. This may
    prevent a fail-open situation in future if a user uses a mismatched
    ssh(1) client and ssh-agent(1) where the client supports a key type
    that the agent does not support.
  - Update to openssh 9.5p1:
    = Potentially incompatible changes
    * ssh-keygen(1): generate Ed25519 keys by default. Ed25519 public keys
    are very convenient due to their small size. Ed25519 keys are
    specified in RFC 8709 and OpenSSH has supported them since version 6.5
    (January 2014).
    * sshd(8): the Subsystem directive now accurately preserves quoting of
    subsystem commands and arguments. This may change behaviour for exotic
    configurations, but the most common subsystem configuration
    (sftp-server) is unlikely to be affected.
    = New features
    * ssh(1): add keystroke timing obfuscation to the client. This attempts
    to hide inter-keystroke timings by sending interactive traffic at
    fixed intervals (default: every 20ms) when there is only a small
    amount of data being sent. It also sends fake "chaff" keystrokes for
    a random interval after the last real keystroke. These are
    controlled by a new ssh_config ObscureKeystrokeTiming keyword.
    * ssh(1), sshd(8): Introduce a transport-level ping facility. This adds
    a pair of SSH transport protocol messages SSH2_MSG_PING/PONG to
    implement a ping capability. These messages use numbers in the "local
    extensions" number space and are advertised using a "ping@openssh.com"
    ext-info message with a string version number of "0".
    * sshd(8): allow override of Subsystem directives in sshd Match blocks.
    = Bugfixes
    * scp(1): fix scp in SFTP mode recursive upload and download of
    directories that contain symlinks to other directories. In scp mode,
    the links would be followed, but in SFTP mode they were not. bz3611
    * ssh-keygen(1): handle cr+lf (instead of just cr) line endings in
    sshsig signature files.
    * ssh(1): interactive mode for ControlPersist sessions if they
    originally requested a tty.
    * sshd(8): make PerSourceMaxStartups first-match-wins
    * sshd(8): limit artificial login delay to a reasonable maximum (5s)
    and don't delay at all for the "none" authentication mechanism.
    bz3602
    * sshd(8): Log errors in kex_exchange_identification() with level
    verbose instead of error to reduce preauth log spam. All of those
    get logged with a more generic error message by sshpkt_fatal().
    * sshd(8): correct math for ClientAliveInterval that caused the probes
    to be sent less frequently than configured.
    * ssh(1): fix regression in OpenSSH 9.4 (mux.c r1.99) that caused
    multiplexed sessions to ignore SIGINT under some circumstances.
  - Update to openssh 9.4p1:
    = Potentially incompatible changes
    * This release removes support for older versions of libcrypto.
    OpenSSH now requires LibreSSL >= 3.1.0 or OpenSSL >= 1.1.1.
    Note that these versions are already deprecated by their upstream
    vendors.
    * ssh-agent(1): PKCS#11 modules must now be specified by their full
    paths. Previously dlopen(3) could search for them in system
    library directories.
    = New features
    * ssh(1): allow forwarding Unix Domain sockets via ssh -W.
    * ssh(1): add support for configuration tags to ssh(1).
    This adds a ssh_config(5) "Tag" directive and corresponding
    "Match tag" predicate that may be used to select blocks of
    configuration similar to the pf.conf(5) keywords of the same
    name.
    * ssh(1): add a "match localnetwork" predicate. This allows matching
    on the addresses of available network interfaces and may be used to
    vary the effective client configuration based on network location.
    * ssh(1), sshd(8), ssh-keygen(1): infrastructure support for KRL
    extensions.  This defines wire formats for optional KRL extensions
    and implements parsing of the new submessages. No actual extensions
    are supported at this point.
    * sshd(8): AuthorizedPrincipalsCommand and AuthorizedKeysCommand now
    accept two additional %-expansion sequences: %D which expands to
    the routing domain of the connected session and %C which expands
    to the addresses and port numbers for the source and destination
    of the connection.
    * ssh-keygen(1): increase the default work factor (rounds) for the
    bcrypt KDF used to derive symmetric encryption keys for passphrase
    protected key files by 50%.
    = Bugfixes
    * ssh-agent(1): improve isolation between loaded PKCS#11 modules
    by running separate ssh-pkcs11-helpers for each loaded provider.
    * ssh(1): make -f (fork after authentication) work correctly with
    multiplexed connections, including ControlPersist. bz3589 bz3589
    * ssh(1): make ConnectTimeout apply to multiplexing sockets and not
    just to network connections.
    * ssh-agent(1), ssh(1): improve defences against invalid PKCS#11
    modules being loaded by checking that the requested module
    contains the required symbol before loading it.
    * sshd(8): fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand
    appears before it in sshd_config. Since OpenSSH 8.7 the
    AuthorizedPrincipalsCommand directive was incorrectly ignored in
    this situation. bz3574
    * sshd(8), ssh(1), ssh-keygen(1): remove vestigal support for KRL
    signatures When the KRL format was originally defined, it included
    support for signing of KRL objects. However, the code to sign KRLs
    and verify KRL signatues was never completed in OpenSSH. This
    release removes the partially-implemented code to verify KRLs.
    All OpenSSH tools now ignore KRL_SECTION_SIGNATURE sections in
    KRL files.
    * All: fix a number of memory leaks and unreachable/harmless integer
    overflows.
    * ssh-agent(1), ssh(1): don't truncate strings logged from PKCS#11
    modules; GHPR406
    * sshd(8), ssh(1): better validate CASignatureAlgorithms in
    ssh_config and sshd_config. Previously this directive would accept
    certificate algorithm names, but these were unusable in practice as
    OpenSSH does not support CA chains. bz3577
    * ssh(1): make `ssh -Q CASignatureAlgorithms` only list signature
    algorithms that are valid for CA signing. Previous behaviour was
    to list all signing algorithms, including certificate algorithms.
    * ssh-keyscan(1): gracefully handle systems where rlimits or the
    maximum number of open files is larger than INT_MAX; bz3581
    * ssh-keygen(1): fix "no comment" not showing on when running
    `ssh-keygen -l` on multiple keys where one has a comment and other
    following keys do not. bz3580
    * scp(1), sftp(1): adjust ftruncate() logic to handle servers that
    reorder requests. Previously, if the server reordered requests then
    the resultant file would be erroneously truncated.
    * ssh(1): don't incorrectly disable hostname canonicalization when
    CanonicalizeHostname=yes and ProxyJump was expicitly set to
    "none". bz3567
    * scp(1): when copying local->remote, check that the source file
    exists before opening an SFTP connection to the server. Based on
    GHPR#370
  - Dropped patches:
    * cb4ed12f.patch - implemented upstream.
    * openssh-cve-2023-48795.patch - implemented upstream.
  - Rebased patches:
    * openssh-6.6p1-selinux-contexts.patch
    * openssh-7.7p1-fips.patch
    * openssh-7.8p1-role-mls.patch
    * openssh-8.0p1-gssapi-keyex.patch

------------------------------------------------------------------
------------------  2024-2-24  -  Feb 24 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Added requirement for xmltodict to spec
    Actually the real issue to this defect seems to live in the
    anymarkup source code. It seems that the import of xmltodict
    at the beginning of the core module is optional, but later on
    when handling XML xmltodict seems to be mandatory, see here:
    https://github.com/bkabrda/anymarkup-core/blob/08896a8215819edcc413e3f2588518046
    9a4c2ed/anymarkup_core/__init__.py#L210-L229. Because this
    issue can result in a "ImportError: Can't parse xml: xmltodict not installed"
    turning kiwi into a bad exit condition I propose to add
    this python requirement to the kiwi spec as a workaround and
    try fixing the anymarkup packaging and module setup upstream
    in addition. To my knowledge all relevant distributions
    provides xmltodict
  - Fixed type hint for pinch_system method
    The PackageManager argument is allowed to be optional
  - Add support for discoverable partitions
    Set PARTUUID according to systemd-id128 if applicable
    This Fixes #1385

++++ gettext-runtime:

  - update to 0.22.5:
    * xgettext's processing of Vala files with printf method
    invocations has been corrected (regression in 0.22)

++++ libmicrohttpd:

  - libmicrohttpd 1.0.1:
    * build system fixes

++++ pixman:

  - Update to version 0.43.2
    + Highlights include:
    * mmx: use xmmintrin.h if building with SSE2
    * implement r8g8b8 sRGB (without alpha)
    * Build system swapped to Meson
    + Various other fixes
  - Add meson BuildRequires and replace configure/make/make_install
    macros with respective meson/meson_build/meson_install, following
    upstreams switch to meson.
  - Add cmake and pkgconfig(gtk+-3.0) BuildRequires: new
    depdendencies.

++++ libunistring:

  - update to 1.2:
    * Support Unicode 15.1.0
    * Improve UTF-8 decoder Unicode Standard compliance
    * The *printf functions no longer support the %n directive, for
    security reasons.
    * Fixed a bug in the *printf functions: In the %U, %lU, %llU
    directives, a negative width given as an argument did not
    trigger left-justification.
    * The functions u16_strstr and u32_strstr now operate in worst-case linear time.
    * Useful API function extensions

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

  - Update to 550.54.14
    * Added vGPU Host and vGPU Guest support. For vGPU Host, please
    refer to the README.vgpu packaged in the vGPU Host Package for
    more details.
  - supersedes the following patches:
    * 0001-Don-t-override-INSTALL_MOD_DIR.patch
    * kernel-6.7.patch

------------------------------------------------------------------
------------------  2024-2-23  -  Feb 23 2024  -------------------
------------------------------------------------------------------

++++ bash-completion:

  - Remove also patch
    bash-completion-fix-missing-directory-completion-with-filename-pattern.patch
    as the problem is fixed upstream
  - Update to version 2.12.0:
    Features
    * _comp_backup_glob: add ucf generated backup files (351be1c)
    * _comp_backup_glob: require dash in dpkg backup files (59a57f9)
    * comp_compgen{filedir,set}: define exit status (7920c9d)
    * _comp_compgen_commands: align return value with other compgens (9d3362e)
    * _comp_compgen_commands: auto set -o filenames when appropriate (4d4839e)
    * _comp_compgen_commands: include dirs (b9c7b5d)
    * _comp_compgen_known_hosts: return 2 on usage error (43bb8f0)
    * _comp_compgen: support -i cmd and -x cmd (39cc200)
    * _comp_compgen: support -U var to unlocal var (b603535)
    * _comp_compgen: support option -C (6b3dfa5)
    * _comp_expand_glob: fail when no paths are generated (6b0a466)
    * _comp_get_fist_arg: support "-o GLOB" to skip optargs (0f14cc0)
    * _ip_addresses: auto ltrim colon completions when appropriate (ccdf953)
    * add _comp_compgen_split (542bf73)
    * add _comp_locate_first_arg (0384bd5)
    * airflow: add fallback 3rd party completion loader (bf5550b)
    * ansible:* add fallback 3rd party completion loader (5f8384e)
    * apt-get: prefer apt-cache in same dir as command (a731bfd)
    * b2sum: new completion (cd985df)
    * bash_completion: add function _comp_compgen_ltrim_colon (ce5889b)
    * black,blackd: add fallback 3rd party completion loader (47a1f05)
    * carton: support exec command completions (0eb3a21)
    * chezmoi: add 3rd-party completion loader (cobra) (31baa69)
    * conda: add 3rd-party completion loader (argcomplete) (c0f5ba2)
    * crc: add 3rd-party completion loader (cobra) (f10866e)
    * cz: add fallback 3rd party completion loader (b7ba70e)
    * dot: support filename extension .gv (be0010e)
    * dprint: add fallback 3rd party completion loader (e201e0e)
    * eog: add missing extension .heif (9e4a48f)
    * eog: associate with *.avif and *.webp (#1005) (f1c04b8)
    * eog: associate with *.heic and *.jxl (20c9cea)
    * eog: associate with *.pbm (#1006) (5472cc1)
    * feh: associate with y4m and heic/heif/avif (e252c73)
    * feh: deassociate with avci/avcs (af46f34)
    * flask: add fallback 3rd party completion loader (3e0d00d)
    * hash: new completion (#1013) (4d0bffb)
    * httpx: add fallback 3rd party completion loader (3f4861c)
    * ip: Add completion for monitor subcommand (fa696e6)
    * jungle: add fallback 3rd-party completion loader (c69845a)
    * keyring: add fallback 3rd party completion loader (8082602)
    * kontena: add fallback 3rd-party completion loader (5eef0ce)
    * lefthook: add fallback 3rd party completion loader (dc9650e)
    * mailman: prefer list_lists in same dir as command (a46ccf1)
    * mysql: prefer mysqlshow from same dir (643886c)
    * no empty command completion if no_empty_cmd_completion is on (faab292)
    * npm: add fallback 3rd-party completion loader (f1c085c)
    * nvm: add fallback 3rd-party completion loader (dea7e1d)
    * oc: add 3rd-party completion loader (cobra) (26b5f09)
    * pip{,3}: add fallback 3rd-party completion loader (e3cbfba)
    * pipenv: add fallback 3rd party completion loader (#1020) (6ecf5bd)
    * pytest: complete new --import-mode value (#1021) (2d636a3)
    * rtx: add fallback 3rd party completion loader (0628e22)
    * scp,sftp: prefer ssh from same dir to resolve options etc (d55f5e6)
    * ssh-copy-id,ssh-keygen: prefer ssh from same dir (5c1d270)
    * ssh-inscribe: add fallback 3rd party completion loader (7f2c197)
    * ssh: complete RequiredRSASize (#1064) (de15205)
    * tkn-pac: add 3rd-party completion loader (cobra) (d0f2604)
    * tkn: add 3rd-party completion loader (cobra) (161fc5d)
    * xrandr: comma separated --setmonitor third argument (8a76f3d)
    Bug Fixes
    * __load_completion: quoted compspec for variants (#1008) (0a2443e)
    * _cd_devices: /dev/cdc-* CDC device false positives (5250728)
    * _comp__init_set_up_service_completions: work around failglob (2529d40)
    * comp{first_arg,count_args}: count - as argument (e23a79e)
    * comp{first_arg,count_args}: count any arguments after -- (9bfd760)
    * _comp_command_offset: Support complete -C (80450ca)
    * _comp_compgen_fstypes: avoid unexpected expansions (a856d81)
    * _comp_compgen_help: allow dots to connect names in longopt (79dadfc)
    * _comp_compgen_known_hosts: work around bash-4.2 nounset (d2860cb)
    * _comp_compgen_split: work around nounset (f488f96)
    * _comp_compgen_term: replace completions by default (d3696a3)
    * _comp_compgen_usergroup: avoid directly overwriting COMPREPLY (d380498)
    * _comp_compgen: do not inherit -a for explicitly specified var (3c20766)
    * _comp_compgen: explicitly exclude cur from the target variable (5fe98f3)
    * _comp_count_args: check optarg correctly (874c503)
    * _comp_count_args: exclude <>& from wordbreaks as _comp_initialize (521d2bb)
    * _comp_count_args: ignore empty $3 (76eea74)
    * _comp_count_args: perform optarg check also on $3 (21d3122)
    * _comp_count_args: skip reassembling cword and words (3127703)
    * _comp_delimited: treat delimiter as a fixed string (571a0f7)
    * _comp_deprecate_func: argument order in usage error message (597f62f)
    * _comp_get_words: empty prev if unavailable (localvar_inherit) (d8b8eef)
    * _comp_initialize: fix completions of redirections without space (da16bf6)
    * _comp_initialize: protect against "localvar_inherit" (0cc8d83)
    * _comp_split,_comp_compgen: strip periods from error message (b3b6a7c)
    * _comp_split: update error message for the correct options (3c4a89c)
    * _comp_sysvdirs: work around nounset (da26178)
    * _filedir_xspec: clean up unused variable tmp (67f1189)
    * _get_cword_at_cursor,cvs: quote array length (201239c)
    * _get_first_arg: remove invalid doccomment (eb40f56)
    * _known_hosts: use array for options (work around SC2178,SC2179) (743d0a9)
    * _mock,rpm: avoid icase flag s/reg/rep/i of GNU sed (33c18ce)
    * _service: quote word (c2d7fb7)
    * _slackpkg: do not scan after cword (ecd1384)
    * 7z: remove redundant printf '%s\n' "..." (20c2e32)
    * ant: work around custom IFS (584e567)
    * apt-cache: check all the words (84cfeda)
    * aptitude: do not use non-POSIX BRE \w (cd8c870)
    * aspell: use _comp_expand_glob against unexpected splitting (58d5176)
    * bash_completion: remove some unnecessary -a to _comp_compgen (636bb7c)
    * bts: update functions to generators and fix variable conflicts (7d2867c)
    * carton: remove a branch never happening (cd063f9)
    * chgrp: fix typo _comp_compgen{d  =&gt; _}filedir (#1063) (4c98ce5)
    * compat: find compat dir for prefix-install (b6d06bc)
    * completions/*: quote array assignments properly (848aa41)
    * completions/*: scan until cword instead of ${#words[@]}-1 (17e0cc3)
    * completions/*: work around localvar_inherit (e3a871d)
    * curl,koji: use _comp_compgen_help (f37f221)
    * curl,qemu: avoid using POSIX character classes for mawk (d60c530)
    * curl: colon handling for IPv6 address completions (8508d1d)
    * cvs,mutt,pkg_delete: quote prefix to remove for literal matching (533903e)
    * cvs: avoid variable conflicts (0d145c9)
    * dict: nounset error when host/port not set (57191e2)
    * dict: protect splitting from custom IFS (b31fe1e)
    * dict: work around bash-4.2 array nounset (d76dd9e)
    * dict: work around bash-4.3 ${v+"$@"} with custom IFS
    Unable to render expression.
    * ${v+"$@"} with custom IFS (cc21298)
    * dmypy: protect against "localvar_inherit" (768ce65)
    * dpkg-source: filter completions by cur (dbcef6e)
    * filedir: work around bash-4.2 compgen -f -- "''" (c8bb123)
    * fix problems with set -o nounset (9c3e196)
    * gdb: fix regression that fails to generate command names (ca8e240)
    * gdb: remove duplicate candidates (532fc05)
    * gdb: use POSIX-compatible find expression (73938cd)
    * gdb: work around bash 4.4 ${v+"$@"}
    * get_words: work around bash-4.3 connected ${v+"$@"}
    * getent: check noargopts (6143f25)
    * getent: work around localvar_inherit (a12f438)
    * gzip,isort: fix typo _comp_com{gp =&gt; pg}en (462feb3)
    * iperf,puppet: use {m,n} instead of ? and + for POSIX sed (3f0322b)
    * iperf: work around failglob with backslash in bash-5.0 (979f04f)
    * ip: Remove non-existent route completion (3b9ce4d)
    * isql: work around nounset (cb7007a)
    * java,kldload: use _comp_compgen for filename-based mod names (81adc6c)
    * java: localize cur (ec0068d)
    * kcov,povray: quote array expansions to avoid extra processing (215edab)
    * kldload,mplayer,mutt: work around nounset (5330fbe)
    * kldunload: remove unused -X option (35017d2)
    * known_hosts_real: match *.pub instead of *pub (470a644)
    * known_hosts_real: use _comp_expand_glob to avoid failglob (672215e)
    * known_hosts_real: work around nounset (07c619a)
    * lilo,rpcdebug,slapt-{get,src}: work around nounset (cfc3eda)
    * lvm: replace array slices with existing utility (ea49840)
    * lvm: update call to sub-command (30494f7)
    * make: handle multiple short options in skipping arguments (24c80c9)
    * make: typo fix in a code comment (e72cc82)
    * mdadm,update-alternatives: fix leak variable (14cd53b)
    * medusa: filter completions by the current word cur (f3ae706)
    * mr: avoid ${var/pat/$'...'} for compat42 in bash >= 4.3 (b5ae5fa)
    * mr: exactly match command names (800b103)
    * mutt: avoid unexpected word splitting (3183e67)
    * mutt: fix use of regex in the glob context (63924e6)
    * mutt: rewrite ${cur/#!/X} to X${cur:1} against patsub_replacement (6b8f82b)
    * mutt: use _comp_dequote for safe eval (f98379d)
    * openssl: avoid variable conflicts (a31906c)
    * openssl: fix variable i leak (83844b7)
    * perl: fix ineffective condition in an awk script (302dc52)
    * perl: helper call regression from 01611dd (b85263a)
    * pgrep: do not rely on uncontrolled IFS (99e38b2)
    * portinstall: use awk and _comp_compgen to filter completions (791f56c)
    * povray,sbopkg: check filetype (434eb08)
    * povray: process each element against patsub_replacement (0afc2e4)
    * povray: quote an argument properly (0a240bd)
    * ps,ss: avoid extra expansions by -W "$(...)" in _comp_delimited (cb347cb)
    * pydoc: specify -a to _comp_compgen_filedir (34a91e9)
    * pytest: do not filter underscores from parsed option arg choices (ea13241)
    * python: avoid variable conflicts (bef94c3)
    * python: complete filenames for script arguments (#1018) (397a49d)
    * python: complete micropython and pyston script args consistently (5b60ccc)
    * qdbus: remove cur and all the rest arguments (531b751)
    * replace \s with [[:space:]] for POSIX sed/awk (1989ba9)
    * ri: avoid interference on existing COMPREPLY (0a9d931)
    * ri: fix wrongly quoted options to compgen (5248bbf)
    * ri: properly split methods (910a5a0)
    * ri: split classes using _comp_split (c95baa1)
    * ri: work around localvar_inherit (9d6ff68)
    * sbopkg: add ; mandatory before } in POSIX sed (b286d53)
    * sbopkg: work around nounset (9709bdf)
    * scp: nounset mode error on unknown suboption, bash 4.2 (82ca8d9)
    * ssh-copy-id: call ssh, not -copy-id for suboption completion check (473278f)
    * ssh-keygen: call ssh, not -keygen to resolve supported protocols (d569ea2)
    * ssh-keygen: first arg to ssh query for protocol versions (8a0a71e)
    * ssh: avoid variable conflicts (f2df91d)
    * ssh: fix wrong quoting inside compgen -W (febb3b3)
    * ssh: remove -a of generators (55c5c45)
    * ssh: remove unnecessary -a to _comp_compgen (992f28e)
    * ssh: resolve relative ssh_config Include correctly (4ac86e8)
    * ssh: use _comp_compgen for _comp_xfunc_ssh_identityfile (05e70ed)
    * ssh: work around bash-4.2 nounset (4447f83)
    * ssh: work around bash-4.2 nounset (d0695d0)
    * sudo: use $1 (sudo) as $root_command (329ca0e)
    * svcadm: fix ineffective IFS for splitting (1fd456e)
    * svcadm: use the first matching name as command (1870d5e)
    * sysbench: fix extraction of test-name option (cc246a1)
    * timeout: always treat word after duration as command (0d0531b)
    * tipc: remove filtered-out elements (75b36b2)
    * update-alternatives: quote dirname (1205ed1)
    * update-alternatives: suppress error for non-existent directory (adbdab8)
    * update-alternatives: work around localvar_inherit (1d9e19c)
    * upgradepkg: use _comp_compgen for _comp_cmd_upgradepkg (a0973d7)
    * use _comp_compgen_split to avoid extra expansions by -W "$(...)" (49997d0)
    * use _comp_compgen_split to split and filter words (158b8ba)
    * use _comp_compgen_split while keeping filtering by $cur (a00ee19)
    * use _comp_compgen for word list (83f033f)
    * use _comp_split while keeping filtering by $cur (509e642)
    * use compgen -P prefix -W '"${arr[@]}"' against patsub_replacement (45d036a)
    * use XPG4 awk in Solaris (cdd6da9)
    * wol: filter IP addresses by cur (c3505c5)
    * wtf: quote array assignment (44c1d12)
    * xfreerdp: support the new form of the option /list:kbd (d8cadfe)
    * xfunc ssh identityfile: localize change to cur (76b5726)
    Performance Improvements
    * _comp_count_args: skip reinitializing cword and words (29398ef)
    * mutt: return earlier on empty cur (a244587)
    * portinstall: return earlier for -lLo and non-existent file (395e463)
    * vncviewer: set nocasematch inside subshell (5ed0020)
  - Delete patches as fixed upstream
    * fix-curl-help-completion-bsc1200791.patch
    * fix_quote_readline_by_ref.patch
  - Port patches
    * FOO-dir-completion-boo905348.patch
    * LVM-completion-bsc946875.patch
    * backtick-completion-boo940835.patch
    * backticks-bsc963140.patch
    * bash-completion-2.4.patch
    * bash-completion-2.7-unRAR-remove.patch
    * bash-completion.changes
    * bash-completion.spec
    * boo1190929-9af4afd0.patch
    * bsc1199724-modules.patch
    * ls-completion-boo889319.patch
    * qdbus-qt5.patch
    * respect-variables-boo940837.patch
    * rm-completion-smart-boo958462.patch
    * tar-completion.patch
  - Do not apply patch
    bash-completion-fix-missing-directory-completion-with-filename-pattern.patch
    as not known how to port and if this is required

++++ kernel-default:

  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. (bsc#1216776, bsc#1220277)
  - commit 92057e0
  - supported.conf: Mark adin driver as supported (jsc#PED-4736 bsc#1220218)
  - commit ea21e8c
  - mm: move vma locking out of vma_prepare and dup_anon_vma
    (bsc#1219558).
  - Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch.
  - commit ce51ec9
  - mmap: fix error paths with dup_anon_vma() (bsc#1219558).
  - Refresh patches.suse/mm-mmap-fix-vma_merge-case-7.patch.
  - commit 04c8742
  - Updated config files to fix divergences between ALP and SP6 (arm64)
  - commit 09b8463
  - cachefiles: fix memory leak in cachefiles_add_cache()
    (bsc#1220265).
  - commit a58dc4c
  - selftests/iommu: fix the config fragment (git-fixes).
  - platform/x86: thinkpad_acpi: Only update profile if successfully
    converted (git-fixes).
  - platform/x86: intel-vbtn: Stop calling "VBDL" from
    notify_handler (git-fixes).
  - platform/x86: touchscreen_dmi: Allow partial (prefix) matches
    for ACPI names (git-fixes).
  - net: phy: realtek: Fix rtl8211f_config_init() for
    RTL8211F(D)(I)-VD-CG PHY (git-fixes).
  - selftests: bonding: set active slave to primary eth1
    specifically (git-fixes).
  - crypto: virtio/akcipher - Fix stack overflow on memcpy
    (git-fixes).
  - can: netlink: Fix TDCO calculation using the old data bittiming
    (git-fixes).
  - can: j1939: Fix UAF in j1939_sk_match_filter during
    setsockopt(SO_J1939_FILTER) (git-fixes).
  - wifi: iwlwifi: mvm: fix a crash when we run out of stations
    (git-fixes).
  - wifi: iwlwifi: uninitialized variable in
    iwl_acpi_get_ppag_table() (git-fixes).
  - wifi: iwlwifi: Fix some error codes (git-fixes).
  - wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()
    (git-fixes).
  - spi-mxs: Fix chipselect glitch (git-fixes).
  - spi: ppc4xx: Drop write-only variable (git-fixes).
  - HID: wacom: generic: Avoid reporting a serial of '0' to
    userspace (git-fixes).
  - HID: wacom: Do not register input devices until after
    hid_hw_start (git-fixes).
  - commit aa892f5
  - tracing: Inform kmemleak of saved_cmdlines allocation
    (git-fixes).
  - commit 97eea7e
  - scsi: core: Move scsi_host_busy() out of host lock if it is
    for per-command (git-fixes).
  - commit 86e9b65

++++ openssl-3:

  - Build the 32bit flavor of libopenssl-3-fips-provider [bsc#1220232]
    * Update baselibs.conf

++++ openssl:

  - Build the 32bit flavor of libopenssl-fips-provider [bsc#1220232]
    * Update baselibs.conf

++++ systemd:

  - Upgrade to v255.3 (commit 96edf7ad1866172b994cafb4df49e27d68ce8e87)
    See https://github.com/openSUSE/systemd/blob/SUSE/v255/NEWS for details.
  - This includes the following bug fixes:
  - commit 6e10405aa25fe5e76b740d9ec59730e3f4470c7a (bsc#1219766)
  - The following patches have been rebased:
  - 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch
  - 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch
  - 0009-pid1-handle-console-specificities-weirdness-for-s390.patch
  - 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch
  - 5002-Revert-udev-revert-workarounds-for-issues-caused-by-.patch
  - The following patches have been removed since they're part of v255:
  - 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
  - systemd-boot has been added to the list of the dependencies of the
    systemd-testsuite package as the installation of the bootloader is now
    tested.
  - the following patches have been backported on top of v255.3:
    96edf7ad18 service: Demote log level of NotifyAccess= messages to debug (bsc#1210113 jsc#PED-6214)
    fdde7f26d6 vconsole-setup: don't fail if the only found vc is already used by plymouth (bsc#1218618)
    f96c587d41 rules: set up tty permissions and group for /dev/hvc* nodes (bsc#1218137)
    63a41b8899 vconsole-setup: remember the correct error value when open_terminal() fails
    f51a2e038c vconsole-setup: handle the case where the vc is in KD_GRAPHICS mode more gracefully (bsc#1215282)
    15025a04c4 test: make sure to install the filesystem package in the test image on SUSE
    06fecfb635 test: make sure that sd-boot is installed before testing bootctl
    1e8788ea68 test: install systemd-boot in openSUSE test images
    6e2875ad43 test/test-shutdown.py: optionally display the test I/Os in a dedicated log file
    4be1a801b4 test-69: send SIGTERM to ask systemd-nspawn to properly stop the container
    7bdab7b7c7 man: Document ranges for distributions config files and local config files
    3f12a6c22f test: systemd-update-utmp is optional
    1911c7fd95 man: conditionalize sd-pcrlock and sd-measure on the same variable as their binaries
    352f76f734 man: always install bootctl
    b48a18c464 meson: fix installation of html doc aliases
  - bootctl has been moved to the udev package since some of its commands work on
    non UEFI systems too.
  - When building systemd rpms in place (i.e. rpmbuild --build-in-place), the
    version of systemd is now retrieved from the file "meson.version" by
    default. This file is supposed to contain a string that described the full
    version of the systemd project.
  - Overriding of %systemd_version/%systemd_release is now limited to builds of
    rpms in place cases.

++++ libunwind:

  - Update to 1.8.1:
    * Fix issue #713 by @cshung in #717
    * Add do-release script by @bregma in #725
    * Backport dotnet-runtime fixes to the 1.8 branch by @bregma in #726
    * [v1.8] Make tests installable by @bregma in #722
    * Bump version to 1.8.1 by @bregma in #727

++++ m4:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ mailx:

  - Use %patch -P N instead of deprecated %patchN.

++++ mdadm:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN
  - Update mdadm-4.3 to latest status (jsc#PED-7542)
  - Remove hardcoded checkpoint interval checking
    0001-Remove-hardcoded-checkpoint-interval-checking.patch
  - monitor: refactor checkpoint update
    0002-monitor-refactor-checkpoint-update.patch
  - Super-intel: Fix first checkpoint restart
    0003-Super-intel-Fix-first-checkpoint-restart.patch
  - Grow: Move update_tail assign to Grow_reshape()
    0004-Grow-Move-update_tail-assign-to-Grow_reshape.patch
  - Add understanding output section in man
    0005-Add-understanding-output-section-in-man.patch
  - Upgrade to mdadm-4.3 (jsc#PED-7542). Beside previous already back
    ported patches, mdadm-4.3 has the following extra changes since
    last update upto commit 582945c2d3bb,
  - Fix null pointer for incremental in mdadm.
  - Super1: fix truncation check for journal device.
  - Fix some cases eyesore formatting.
  - Bump minimum kernel version to 2.6.32.
  - Remove the config files in mdcheck_start|continue service.
  - Define DEV_MD_DIR, DEV_NUM_PREF, is_devname_ignore(),
    ident_set_devname().
  - Enable RAID for SATA under VMD.
  - Imsm: Fix possible segfault in check_no_platform()
  - Imsm refactor on imsm_get_free_size(), merge_extents().
  - Imsm: return free space after volume for expand.
  - Imsm: fix free space calculations.
  - Add secure gethostname() wrapper.
  - mdadm: Stop mdcheck_continue timer when mdcheck_start service can
    finish check.
  - Fix memory leak in files Assemble.c, Kill.c, Manage.c, mdadm.c.
  - Fix unsafe string functions.
  - platform-intel: limit guid length.
  - Imsm: Add reading vmd register for finding imsm capability.
  - Add compiler defenses flags.
  - Assemble: fix redundant memory free.
  - More regression test cases added into tests.
  - Mdadm: set ident.devname if applicable.
  - Mdadm: refactor ident->name handling.
  - Mdadm: Follow POSIX Portable Character Set.
  - Incremental: remove obsoleted calls to udisks.
  - Fix race of "mdadm --add" and "mdadm --incremental".
  - mdadm/ddf: Abort when raid disk is smaller in getinfo_super_ddf.
  - mdadm/super1: Add MD_FEATURE_RAID0_LAYOUT if kernel>=5.4.
  - Fix assembling RAID volume by using incremental.
  - Mdmonitor: Improve udev event handling.
  - Udev: Move udev_block() and udev_unblock() into udev.c.
  - Manage: adjust checking subarray state in update_subarray.
  - Super1: remove support for name= in config.
  - Mdadm: fix update=resync regression.
  - Rebase to keep consistent behavior for current code base.
  - 1004-call-mdadm_env.sh-from-usr-libexec-mdadm.patch
  - The following patches are moved from package because they are all
    included in mdadm-4.3,
  - 0001-Unify-error-message.patch
  - 0002-mdadm-Fix-double-free.patch
  - 0003-Grow_reshape-Add-r0-grow-size-error-message-and-upda.patch
  - 0004-udev-adapt-rules-to-systemd-v247.patch
  - 0005-Replace-error-prone-signal-with-sigaction.patch
  - 0006-mdadm-Respect-config-file-location-in-man.patch
  - 0007-mdadm-Update-ReadMe.patch
  - 0008-mdadm-Update-config-man-regarding-default-files-and-.patch
  - 0009-mdadm-Update-config-manual.patch
  - 0010-Create-Build-use-default_layout.patch
  - 0011-mdadm-add-map_num_s.patch
  - 0012-mdmon-Stop-parsing-duplicate-options.patch
  - 0013-Grow-block-n-on-external-volumes.patch
  - 0014-Incremental-Fix-possible-memory-and-resource-leaks.patch
  - 0015-Mdmonitor-Fix-segfault.patch
  - 0016-Mdmonitor-Improve-logging-method.patch
  - 0017-Fix-possible-NULL-ptr-dereferences-and-memory-leaks.patch
  - 0018-imsm-Remove-possibility-for-get_imsm_dev-to-return-N.patch
  - 0019-Revert-mdadm-fix-coredump-of-mdadm-monitor-r.patch
  - 0020-util-replace-ioctl-use-with-function.patch
  - 0021-mdadm-super1-restore-commit-45a87c2f31335-to-fix-clu.patch
  - 0022-imsm-introduce-get_disk_slot_in_dev.patch
  - 0023-imsm-use-same-slot-across-container.patch
  - 0024-imsm-block-changing-slots-during-creation.patch
  - 0025-mdadm-block-update-ppl-for-non-raid456-levels.patch
  - 0026-mdadm-Fix-array-size-mismatch-after-grow.patch
  - 0027-mdadm-Remove-dead-code-in-imsm_fix_size_mismatch.patch
  - 0028-Monitor-use-devname-as-char-array-instead-of-pointer.patch
  - 0029-Monitor-use-snprintf-to-fill-device-name.patch
  - 0030-Makefile-Don-t-build-static-build-with-everything-an.patch
  - 0031-DDF-Cleanup-validate_geometry_ddf_container.patch
  - 0032-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch
  - 0033-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch
  - 0034-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch
  - 0035-mdadm-Fix-mdadm-r-remove-option-regression.patch
  - 0036-mdadm-Fix-optional-write-behind-parameter.patch
  - 0037-mdadm-Replace-obsolete-usleep-with-nanosleep.patch
  - 0038-mdadm-remove-symlink-option.patch
  - 0039-mdadm-move-data_offset-to-struct-shape.patch
  - 0040-mdadm-Don-t-open-md-device-for-CREATE-and-ASSEMBLE.patch
  - 0041-Grow-Split-Grow_reshape-into-helper-function.patch
  - 0042-Assemble-check-if-device-is-container-before-schedul.patch
  - 0043-super1-report-truncated-device.patch
  - 0044-mdadm-Correct-typos-punctuation-and-grammar-in-man.patch
  - 0046-Monitor-Fix-statelist-memory-leaks.patch
  - 0047-mdadm-added-support-for-Intel-Alderlake-RST-on-VMD-p.patch
  - 0048-mdadm-Add-Documentation-entries-to-systemd-services.patch
  - 0049-ReadMe-fix-command-line-help.patch
  - 0050-mdadm-replace-container-level-checking-with-inline.patch
  - 0051-Mdmonitor-Omit-non-md-devices.patch
  - 0052-mdmon-fix-segfault.patch
  - 0053-util-remove-obsolete-code-from-get_md_name.patch
  - 0054-mdmon-don-t-test-both-all-and-container_name.patch
  - 0055-mdmon-change-systemd-unit-file-to-use-foreground.patch
  - 0056-mdmon-Remove-need-for-KillMode-none.patch
  - 0057-mdmon-Improve-switchroot-interactions.patch
  - 0058-mdopen-always-try-create_named_array.patch
  - 0059-Improvements-for-IMSM_NO_PLATFORM-testing.patch
  - 0060-Grow-fix-possible-memory-leak.patch
  - 0061-Grow-fix-can-t-change-bitmap-type-from-none-to-clustered.patch
  - 0062-Manage-Block-unsafe-member-failing.patch
  - 0063-Mdmonitor-Split-alert-into-separate-functions.patch
  - 0064-Monitor-block-if-monitor-modes-are-combined.patch
  - 0065-Update-mdadm-Monitor-manual.patch
  - 0066-mdadm-create-ident_init.patch
  - 0067-mdadm-Add-option-validation-for-update-subarray.patch
  - 0068-Fix-update-subarray-on-active-volume.patch
  - 0069-Add-code-specific-update-options-to-enum.patch
  - 0070-super-ddf-Remove-update_super_ddf.patch
  - 0071-super0-refactor-the-code-for-enum.patch
  - 0072-super1-refactor-the-code-for-enum.patch
  - 0073-super-intel-refactor-the-code-for-enum.patch
  - 0074-Change-update-to-enum-in-update_super-and-update_sub.patch
  - 0075-Manage-Incremental-code-refactor-string-to-enum.patch
  - 0076-Change-char-to-enum-in-context-update-refactor-code.patch
  - 0077-mdadm-udev-Don-t-handle-change-event-on-raw-devices.patch
  - 0078-Manage-do-not-check-array-state-when-drive-is-remove.patch
  - 0079-incremental-manage-do-not-verify-if-remove-is-safe.patch
  - 0080-super-intel-make-freesize-not-required-for-chunk-siz.patch
  - 0081-manage-move-comment-with-function-description.patch
  - 0082-Fix-NULL-dereference-in-super_by_fd.patch
  - 0083-Mdmonitor-Make-alert_info-global.patch
  - 0084-Mdmonitor-Pass-events-to-alert-using-enums-instead-o.patch
  - 0085-Mdmonitor-Add-helper-functions.patch
  - 0086-Add-helpers-to-determine-whether-directories-or-file.patch
  - 0087-Mdmonitor-Refactor-write_autorebuild_pid.patch
  - 0088-Mdmonitor-Refactor-check_one_sharer-for-better-error.patch
  - 0089-util.c-reorder-code-lines-in-parse_layout_faulty.patch
  - 0090-util.c-fix-memleak-in-parse_layout_faulty.patch
  - 0091-Detail.c-fix-memleak-in-Detail.patch
  - 0092-isuper-intel.c-fix-double-free-in-load_imsm_mpb.patch
  - 0093-super-intel.c-fix-memleak-in-find_disk_attached_hba.patch
  - 0094-super-ddf.c-fix-memleak-in-get_vd_num_of_subarray.patch
  - 0095-Create-goto-abort_locked-instead-of-return-1-in-erro.patch
  - 0096-Create-remove-safe_mode_delay-local-variable.patch
  - 0097-Create-Factor-out-add_disks-helpers.patch
  - 0098-mdadm-Introduce-pr_info.patch
  - 0099-mdadm-Add-write-zeros-option-for-Create.patch
  - 0100-manpage-Add-write-zeroes-option-to-manpage.patch
  - 0101-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch
  - 0102-Use-existence-of-etc-initrd-release-to-detect-initrd.patch
  - 0103-Create-Fix-checking-for-container-in-update_metadata.patch

++++ microos-tools:

  - Update to version 2.21+git12:
    * 98selinux-microos: Avoid "/sysroot-selinux: not mounted" on new util-linux
  - Switch _service to use mode="manual" instead of "disabled"

++++ mokutil:

  - Use %patch -P N instead of deprecated %patchN.

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

  - re-enable build of -azure kernel flavor; syntax check was wrong

++++ patterns-base:

  - include cockpit metapackage in the cockpit pattern

++++ patterns-micro:

  - include cockpit metapackage in the cockpit pattern

++++ python-distro:

  - Switch to autosetup macro.

++++ python313-pyparsing:

  - Use newly supported shrink{} on OBS to exclude python flavors
    will all python versions skipped.

------------------------------------------------------------------
------------------  2024-2-22  -  Feb 22 2024  -------------------
------------------------------------------------------------------

++++ afterburn:

  - make lint happy about dracut package not being noarch
  - add afterburn-sshkeys.target to pre/post

++++ bc:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ cloud-regionsrv-client:

  - Update to version 10.1.7 (bsc#1220164, bsc#1220165)
    + Fix the failover path to a new target update server. At present a new
    server is not found since credential validation fails. We targeted
    the server detected in down condition to verify the credentials instead
    of the replacement server.

++++ docker:

  - Allow to disable apparmor support (ALP supports only SELinux)

++++ python-kiwi:

  - Move Repository to context manager
    Change the Repository Factory to be a context manager.
    All code using Repository was updated to the following
    with statement:
    with Repository(...).new as repo:
    repo.some_member()
    This is related to Issue #2412
  - Build LiveISO review

++++ e2fsprogs:

  - Use %patch -P N instead of deprecated %patchN.

++++ grub2:

  - Fix grub.xen memdisk script doesn't look for /boot/grub/grub.cfg
    (bsc#1219248) (bsc#1181762)
    * grub2-xen-pv-firmware.cfg
    * 0001-disk-Optimize-disk-iteration-by-moving-memdisk-to-th.patch

++++ hdparm:

  - Use %patch -P N instead of deprecated %patchN.

++++ hyper-v:

  - Use %patch -P N instead of deprecated %patchN.

++++ jfsutils:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ kbd:

  - Use %patch -P N instead of deprecated %patchN.

++++ keepalived:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ kernel-default:

  - mm, mmap: fix vma_merge() case 7 with vma_ops->close
    (bsc#1217313).
  - commit 3278f37
  - uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversion (bsc#1217698).
  - uio_pruss: UIO_MEM_DMA_COHERENT conversion (bsc#1217698).
  - cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT (bsc#1217698).
  - uio: introduce UIO_MEM_DMA_COHERENT type (bsc#1217698).
  - commit 44f64b0
  - scsi: core: Move scsi_host_busy() out of host lock for waking
    up EH handler (git-fixes).
  - scsi: isci: Fix an error code problem in isci_io_request_build()
    (git-fixes).
  - scsi: core: Kick the requeue list after inserting when flushing
    (git-fixes).
  - scsi: hisi_sas: Correct the number of global debugfs registers
    (git-fixes).
  - scsi: hisi_sas: Rollback some operations if FLR failed
    (git-fixes).
  - commit 02cf67a
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 5d036a3
  - rpm templates: Always define usrmerged
    usrmerged is now defined in kernel-spec-macros and not the distribution.
    Only check if it's defined in kernel-spec-macros, not everywhere where
    it's used.
  - commit a6ad8af
  - tracing/synthetic: Fix trace_string() return value (git-fixes).
  - commit 07b4940
  - tracing: Fix wasted memory in saved_cmdlines logic (git-fixes).
  - commit 575185b
  - tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (git-fixes).
  - commit 4312194
  - ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
    (git-fixes).
  - commit 04f6845
  - tracing/probes: Fix to show a parse error for bad type for $comm
    (git-fixes).
  - commit 434ceb4
  - ring-buffer: Clean ring_buffer_poll_wait() error return
    (git-fixes).
  - commit 78cfe32
  - Rename and refresh
    patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch.
  - commit c52e450
  - netfilter: nft_set_rbtree: skip end interval element from gc
    (bsc#1220144 CVE-2024-26581).
  - commit 66ac4ca
  - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion
    failure (git-fixes).
  - commit 1616b86
  - netfilter: nft_set_rbtree: skip sync GC for new elements in
    this transaction (git-fixes).
  - commit fe02f5f
  - net: micrel: Fix PTP frame parsing for lan8814 (git-fixes).
  - commit fdde0d3
  - tun: add missing rx stats accounting in tun_xdp_act (git-fixes).
  - commit 54ceabf
  - tun: fix missing dropped counter in tun_xdp_act (git-fixes).
  - commit 81acbf0

++++ kernel-firmware-all:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-amdgpu:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-ath10k:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-ath11k:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-ath12k:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-atheros:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-bluetooth:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-bnx2:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-brcm:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-chelsio:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-dpaa2:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-i915:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-intel:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-iwlwifi:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-liquidio:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-marvell:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-media:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-mediatek:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-mellanox:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-mwifiex:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-network:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-nfp:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-nvidia:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-platform:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-prestera:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-qcom:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-qlogic:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-radeon:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-realtek:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-serial:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-sound:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-ti:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-ueagle:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ kernel-firmware-usb-network:

  - Update to version 20240220 (git commit 73b4429fae36):
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * linux-firmware: add firmware for MT7996
    * xe: First GuC release for LNL and Xe
    * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL
    * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7)
    * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
    * ice: update ice DDP package to 1.3.36.0
    * Intel IPU3 ImgU: Move firmware file under intel/ipu
    * Intel IPU6: Move firmware binaries under ipu/
    * check_whence: Add a check for duplicate link entries
    * WHENCE: Clean up section separators
    * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models
    * panthor: Add initial firmware for Gen10 Arm Mali GPUs
    * amdgpu: DMCUB Updates for DCN321: 7.0.38.0
    * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0
    * qcom: update venus firmware file for v5.4
    * Montage: add firmware for Mont-TSSE
    * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32
    * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware
    * linux-firmware: Fix filenames for some CS35L41 firmwares for HP
  - Use patch macro -P option for RPM 4.20

++++ keyutils:

  - Use %patch -P N instead of deprecated %patchN.

++++ numactl:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ systemd:

  - Import commit 31f1148f75a1155d3eb37fd1a450096d669ec65b
    31f1148f75 seccomp: include `fchmodat2` in `@file-system` (bsc#1219766)
    001f349c57 service: Demote log level of NotifyAccess= messages to debug (bsc#1210113 jsc#PED-6214)

++++ libvirt:

  - Add SLE virtiofsd path to apparmor profiles
    bsc#1219772

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

  - remove conflicts to nvidia-open-driver-G06-kmp, since it's now
    provided instead (OMG!); add obsoletes to it as well to make
    sure it gets replaced (bsc#1220196)
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ pam:

  - Use autosetup to prepare for RPM 4.20.

++++ pam-full-src:

  - Use autosetup to prepare for RPM 4.20.

++++ podman:

  - Allow to disable apparmor support (ALP supports only SELinux)

++++ python-cryptography:

  - update to 42.0.4 (bsc#1220210, CVE-2024-26130):
    * Fixed a null-pointer-dereference and segfault that could occur
    when creating a PKCS#12 bundle. Credit to Alexander-Programming
    for reporting the issue. CVE-2024-26130
    * Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields
    SMIMECapabilities and SignatureAlgorithmIdentifier should now be
    correctly encoded according to the definitions in :rfc:2633
    :rfc:3370.
  - update to 42.0.3:
    * Fixed an initialization issue that caused key loading failures for some
    users.
  - Drop patch skip_openssl_memleak_test.patch not needed anymore.

++++ velociraptor-client:

  - Update to version 0.7.0.4.git47.0f8a4de1:
    * Rename SUSE specific artifacts to have SUSE prefix
    * Add SUSE.Linux.Events.NewZeroSizeLogFile artifact
    * Move NewFiles artifact to SUSE
    * Move ImmutableFile artifact to SUSE
    * Make ImmutableFile artifact consistent with others
    * Fix absolute path case in ExecutableFiles artifact
    * Add client monitoring artifact for RPMs
    * Add artifact to collect new hidden files
    * Add artifact to monitor ssh authorized_keys files
    * Fix split_records error on older clients
    * Add hash fields to Linux.Events.ProcessExecutions
    * Add artifact to collect systemd service events
    * Fix SystemLogins artifacts file extensions
    * Add SUSE.Linux.Events.Timers artifact
    * Fix audit filter key typo in Linux.Events.NewFiles
    * Add server artifact to delete old client data on server
    * Add SUSE.Linux.Sys.At artifact
    * chattrsnoop: include full error details in logs
    * chattrsnoop: handle os.Stat() error properly
    * chattrsnoop: don't log.Fatal() on hash error
    * Fix Linux.Events.ImmutableFile not showing hash in GUI
    * SUSE.Linux.Events.Crontab: Add task execution artifacts
    * Raise client connection log level to ERROR
    * sdjournal: Correctly seek to current tail
  - Remove verbose flag from client config
  - Update to version 0.7.0.4.git6.7b40b8b:
    * go.mod: increase go version to 1.19
  - Use clang16 for SLE 15 SP4 and above.

++++ virtiofsd:

  - Spec: Adjust libvirt/virtiofsd interop config file to handle differences in
    the definition of libexecdir macro on SLE and Tumbleweed (bsc#1219772)

++++ zypp-boot-plugin:

  - Update to version 0.0.8:
    * Do not overwrite higher bootlevel in already existing
    reboot-needed.
    * Fix typo in level name soft-reboot
    * De-denglishify README.md a bit

------------------------------------------------------------------
------------------  2024-2-21  -  Feb 21 2024  -------------------
------------------------------------------------------------------

++++ boost-base:

  - avoid obsolete rpm syntax

++++ busybox-links:

  - busybox-udhcpc conflicts with udhcp.

++++ python-kiwi:

  - Buil KIS review
  - Build expandable disk review
  - Build container image review
  - Allow terminal emulation setup from the cmdline
    Using rd.kiwi.term will export the TERM variable into the initrd
    environment. In case the default value for the terminal emulation
    is not appropriate rd.kiwi.term can be used to overwrite the default.
    The environment is also passed to the systemd unit which calls
    dialog based programs in kiwi dracut code, such that the TERM
    setting will be effective there too. For example:
    rd.kiwi.term=vt100
    This is related to bsc#1218095

++++ gnutls:

  - Remove some if..endif that do not affect any result
  - Split documentation (some 1100 files) to separate subpackage

++++ kernel-default:

  - scsi: hisi_sas: Check before using pointer variables
    (git-fixes).
  - scsi: hisi_sas: Replace with standard error code return value
    (git-fixes).
  - scsi: hisi_sas: Set .phy_attached before notifing phyup event
    HISI_PHYE_PHY_UP_PM (git-fixes).
  - scsi: mpi3mr: Fix printk() format strings (git-fixes).
  - scsi: libfc: Fix up timeout error in fc_fcp_rec_error()
    (git-fixes).
  - scsi: libfc: Don't schedule abort twice (git-fixes).
  - scsi: fnic: Return error if vmalloc() failed (git-fixes).
  - scsi: arcmsr: Support new PCI device IDs 1883 and 1886
    (git-fixes).
  - scsi: bfa: Use the proper data type for BLIST flags (git-fixes).
  - scsi: sd: Fix sshdr use in sd_suspend_common() (git-fixes).
  - scsi: libfc: Fix potential NULL pointer dereference in
    fc_lport_ptp_setup() (git-fixes).
  - scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing
    debugfs (git-fixes).
  - scsi: sd: Do not issue commands to suspended disks on shutdown
    (git-fixes).
  - commit fa5f13f
  - rpm templates: Move macro definitions below buildrequires
    Many of the rpm macros defined in the kernel packages depend directly or
    indirectly on script execution. OBS cannot execute scripts which means
    values of these macros cannot be used in tags that are required for OBS
    to see such as package name, buildrequires or buildarch.
    Accumulate macro definitions that are not directly expanded by mkspec
    below buildrequires and buildarch to make this distinction clear.
  - commit 89eaf4c
  - Rename to
    patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch.
  - commit 1a9d435
  - Rename to
    patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch.
  - commit 2101c2a
  - Update patches.suse/powerpc-pseries-fix-accuracy-of-stolen-time.patch
    (bsc#1215199 bsc#1220129 ltc#205683).
  - commit 3a6e250
  - x86/xen: add CPU dependencies for 32-bit build (git-fixes).
  - commit 3c2a9ae
  - power: reset: pwr-mlxbf: support graceful reboot instead of emergency (jsc#PED-8032)
  - commit 7221104
  - platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx (jsc#PED-8032)
  - commit 0fc3eb8
  - platform/mellanox: mlxbf-tmfifo: Remove unnecessary bool conversion (jsc#PED-8032)
  - commit 53a0f30
  - platform/mellanox: mlxbf-tmfifo: Fix a warning message (jsc#PED-8032)
  - commit 8a9b17e
  - platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace (jsc#PED-8032)
  - commit 2307ef6
  - platform/mellanox: Check devm_hwmon_device_register_with_groups() (jsc#PED-8032)
  - commit e1cd31d
  - platform/mellanox: Add null pointer checks for devm_kasprintf() (jsc#PED-8032)
  - commit bda53cc
  - platform/mellanox: mlxbf-pmc: Add support for BlueField-3 (jsc#PED-8032)
  - commit bbdb7cd
  - mlxbf-bootctl: correctly identify secure boot with development keys (jsc#PED-8032)
  - commit 7f706aa
  - platform/mellanox: mlxbf-bootctl: Convert to platform remove callback (jsc#PED-8032)
  - commit 55906a9
  - mlxbf-bootctl: Support sysfs entries for MFG fields (jsc#PED-8032)
  - commit ed7de29
  - mlxbf-bootctl: Support setting the ARM boot state to "OS up" (jsc#PED-8032)
  - commit c648b6e
  - mlxbf-bootctl: Support the large icmc write/read (jsc#PED-8032)
  - commit 3f27c32
  - mlxbf-bootctl: Add sysfs file for BlueField boot log (jsc#PED-8032)
  - commit 2f2dfde
  - mmc: sdhci-of-dwcmshc: Add runtime PM operations (jsc#PED-8032)
  - commit 8cc192b
  - mmc: sdhci-of-dwcmshc: Add error handling in dwcmshc_resume (jsc#PED-8032)
  - commit 9fc0dca
  - mmc: sdhci-of-dwcmshc: Convert to platform remove callback returning (jsc#PED-8032)
  - commit 1b18d2f
  - i2c: mlxbf: Use devm_platform_get_and_ioremap_resource() (jsc#PED-8032)
  - commit b7e1af1
  - i2c: mlxbf: Use dev_err_probe in probe function (jsc#PED-8032)
  - commit c1c0d6f
  - nvme-fabrics: typo in nvmf_parse_key() (bsc#1219670).
  - commit aaaca39
  - supported.conf: Add few drivers for BF3 (jsc#PED-8032)
    Add gpio-mlxbf3, sdhci-of-dwcmshc, pinctrl-mlxbf3 and
    pwr-mlxbf drivers in kernel-default.
  - commit dd06563
  - gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe (jsc#PED-8032)
  - commit 6e4d90e
  - gpio: mlxbf3: use capital "OR" for multiple licenses in SPDX (jsc#PED-8032)
  - commit 62fd912
  - gpio: mlxbf3: Support add_pin_ranges() (jsc#PED-8032)
  - commit f0d8a10
  - config/arm64: Enable BF3 GPIO driver (jsc#PED-8032)
    Add config to enable Bluefield3 GPIO driver as module.
  - commit cae28d7
  - gpio: mlxbf3: Add gpio driver support (jsc#PED-8032)
  - commit 305cf5b
  - scsi: ibmvfc: Open-code reset loop for target reset
    (bsc#1220106).
  - commit d127e55
  - scsi: ibmvfc: Limit max hw queues by num_online_cpus()
    (bsc#1220106).
  - commit 3ef410b
  - sched/membarrier: reduce the ability to hammer on sys_membarrier
    (git-fixes).
  - commit 55d8e46
  - RDMA/srpt: fix function pointer cast warnings (git-fixes)
  - commit ddb0ea4
  - RDMA/qedr: Fix qedr_create_user_qp error flow (git-fixes)
  - commit f6e1202
  - RDMA/srpt: Support specifying the srpt_service_guid parameter (git-fixes)
  - commit 118994c
  - IB/hfi1: Fix sdma.h tx->num_descs off-by-one error (git-fixes)
  - commit 86d2329
  - RDMA/irdma: Add AE for too many RNRS (git-fixes)
  - commit 39a8fd9
  - RDMA/irdma: Set the CQ read threshold for GEN 1 (git-fixes)
  - commit d6a78b2
  - RDMA/irdma: Validate max_send_wr and max_recv_wr (git-fixes)
  - commit 4ad24ee
  - RDMA/irdma: Fix KASAN issue with tasklet (git-fixes)
  - commit 3d431c6
  - IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported (git-fixes)
  - commit 5cf010f
  - RDMA/bnxt_re: Add a missing check in bnxt_qplib_query_srq (git-fixes)
  - commit e1fcbb3
  - RDMA/bnxt_re: Return error for SRQ resize (git-fixes)
  - commit 154ab68
  - RDMA/bnxt_re: Fix unconditional fence for newer adapters (git-fixes)
  - commit f16dc69
  - RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_config (git-fixes)
  - commit ec51b18
  - RDMA/bnxt_re: Avoid creating fence MR for newer adapters (git-fixes)
  - commit 1e41e8f
  - IB/hfi1: Fix a memleak in init_credit_return (git-fixes)
  - commit 6060765
  - mm,page_owner: Update Documentation regarding page_owner_stacks
    (jsc-PED#7423).
  - commit 84eb808
  - series.conf: temporarily disable upstream patch
    patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch
    (bsc#1219261)
  - commit 57020cb
  - rpm/check-for-config-changes: add GCC_ASM_GOTO_OUTPUT_WORKAROUND to IGNORED_CONFIGS_RE
    Introduced by commit 68fb3ca0e408 ("update workarounds for gcc "asm
    goto" issue").
  - commit be1bdab
  - btrfs: don't clear qgroup reserved bit in release_folio
    (bsc#1216196).
  - commit 3546ef4
  - btrfs: free qgroup pertrans reserve on transaction abort
    (bsc#1216196).
  - commit 48e3e79
  - btrfs: fix qgroup_free_reserved_data int overflow (bsc#1216196).
  - commit 56f38ab
  - btrfs: free qgroup reserve when ORDERED_IOERR is set
    (bsc#1216196).
  - commit c0918a8

++++ parted:

  - avoid deprecated rpm syntax

++++ libvirt:

  - Fix return value when libnetcontrol fails to initialize
    boo#1219986

++++ make:

  - Use %patch -P

++++ qemu:

  - Just "prettify" the spec files a little:
    * [openSUSE][RPM] Cosmetic fixes to spec files (copyright, sorting, etc)
  - Patchqueue shrinking and  bugfixing (actually, more of a temporary
    workaround, until a proper solution is found upstream):
    * [openSUSE] roms/seabios: revert some upstream commits that
    break a lot of use-cases
    * [openSUSE] roms/seabios: Drop an old (and no longer necessary)
    downstream patch (bsc#1219977)

++++ yast2:

  - removed "journalctl --dmesg" from save_y2los
  - replaced "journalctl --dmesg" with "journalctl -b"
  - 5.0.7

------------------------------------------------------------------
------------------  2024-2-20  -  Feb 20 2024  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Use %patch -P N instead of deprecated %patchN.

++++ aide:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.

++++ cloud-init:

  - Prepare for RPM 4.20 switch patch syntax

++++ python-kiwi:

  - Fixed implementation for oem-shutdown
    If specified oem-shutdown caused a reboot -f -p which is
    a powerdown but not a graceful shutdown. This commit fixes
    this by using systemctl halt for a clean shutdown.
    This Fixes #2474

++++ git:

  - Do not replace apparmor configuration, fixes bsc#1216545

++++ jeos-firstboot:

  - Update to version 1.3.0.6:
    * Show transactional-update register if needed (bsc#1219949)
    * Don't show confirmation dialog when exiting jeos-config
    * Refactor dialog helpers in jeos-firstboot-functions

++++ kernel-default:

  - net: openvswitch: limit the number of recursions from action
    sets (bsc#1219835 CVE-2024-1151).
  - commit af45645
  - KVM: x86: Fix KVM_GET_MSRS stack info leak (git-fixes).
  - commit 9c73ba1
  - KVM: x86/pmu: Fix type length error when reading
    pmu->fixed_ctr_ctrl (git-fixes).
  - commit 9f3dd74
  - Update config files.
    PHONET makes no sense for PPC either
  - commit f546449
  - KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
    (git-fixes).
  - commit 00a662c
  - net: add more sanity check in virtio_net_hdr_to_skb()
    (git-fixes).
  - commit 6f87770
  - virtio_net: Fix "%d directive writing between 1 and 11 bytes into a
    region of size 10" warnings (git-fixes).
  - commit 26fc666
  - lib/stackdepot: add depot_fetch_stack helper (jsc-PED#7423).
  - commit 1be3e14
  - rpmsg: virtio: Free driver_override when rpmsg_remove()
    (git-fixes).
  - commit 0617fb4
  - virtio_blk: remove the broken zone revalidation support
    (git-fixes).
  - commit ffc9138
  - virtio_blk: fix snprintf truncation compiler warning
    (git-fixes).
  - commit 245e0da
  - virtio-blk: fix implicit overflow on virtio_max_dma_size
    (git-fixes).
  - commit b4c31dd
  - powerpc/pseries/iommu: DLPAR add doesn't completely initialize
    pci_controller (bsc#1215199).
  - commit 5fb603b
  - igc: Remove temporary workaround (git-fixes).
  - commit eb132b5
  - igb: Fix string truncation warnings in igb_set_fw_version
    (git-fixes).
  - commit 605f8bb
  - virtio_balloon: Fix endless deflation and inflation on arm64
    (git-fixes).
  - commit 2b66f82
  - net: ravb: Count packets instead of descriptors in GbEth RX path
    (git-fixes).
  - commit 2d0b099
  - pppoe: Fix memory leak in pppoe_sendmsg() (git-fixes).
  - commit 65a997a
  - ice: Add check for lport extraction to LAG init (git-fixes).
  - commit 5cd2e68
  - supported.conf:
    * add iaa_crypto (compression accelerator), supported
    by intel. (jsc#PED-7793)
    * QAT and IAA are now in an "intel" subdir.
    Update and reshuffle.
  - commit 846c769
  - bnad: fix work_queue type mismatch (git-fixes).
  - commit 1a2a9a7
  - i40e: take into account XDP Tx queues when stopping rings
    (git-fixes).
  - commit f377fcb
  - i40e: avoid double calling i40e_pf_rxq_wait() (git-fixes).
  - commit 925c60c
  - i40e: Fix wrong mask used during DCB config (git-fixes).
  - commit 498f506
  - i40e: Fix waiting for queues of all VSIs to be disabled
    (git-fixes).
  - commit 4a4e88c
  - octeontx2-af: Remove the PF_FUNC validation for NPC transmit
    rules (git-fixes).
  - commit 02c2bca
  - ionic: minimal work with 0 budget (git-fixes).
  - commit c0e1f7f
  - i40e: Do not allow untrusted VF to remove administratively
    set MAC (git-fixes).
  - commit 530701b
  - lan966x: Fix crash when adding interface under a lag
    (git-fixes).
  - commit 4cc5718
  - bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY (git-fixes).
  - commit 905320f
  - net/mlx5: DPLL, Fix possible use after free after delayed work
    timer triggers (git-fixes).
  - commit 8d225a2
  - x86/xen: fix percpu vcpu_info allocation (git-fixes).
  - commit 7e63a00
  - Update config files.
  - commit 9e4b975
  - acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0
    (git-fixes).
  - commit fb286cc
  - xen/events: close evtchn after mapping cleanup (git-fixes).
  - commit dfc538e
  - xen-netback: properly sync TX responses (git-fixes).
  - commit ec08947
  - timers: Tag (hr)timer softirq as hotplug safe (git-fixes).
  - commit 37f54ca
  - xen/gntdev: Fix the abuse of underlying struct page in DMA-buf
    import (git-fixes).
  - commit 559fc95
  - Documentation: arm64: Correct SME ZA macros name (git-fixes).
  - commit 2f32046
  - docs: arm64: Move arm64 documentation under Documentation/arch/
    (git-fixes).
  - Refresh
    patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch.
  - Refresh
    patches.suse/arm64-errata-Mitigate-Ampere1-erratum-AC03_CPU_.patch.
  - Refresh
    patches.suse/iommu-arm-smmu-v3-Document-MMU-700-erratum-281.patch.
  - Refresh
    patches.suse/iommu-arm-smmu-v3-Document-nesting-related-err.patch.
  - Refresh
    patches.suse/iommu-arm-smmu-v3-Work-around-MMU-600-erratum-.patch.
  - commit dbd8870
  - Delete
    patches.suse/workqueue-Override-implicit-ordered-attribute-in-wor.patch.
  - blacklist.conf: the patch caused a regression and has been reverted
    upstream (bsc#1219509)
  - commit 24b5f0d
  - Drop bcm5974 input patch causing a regression (bsc#1220030)
  - commit 63d5a46
  - lib/stackdepot: add refcount for records (jsc-PED#7423).
  - commit 150e517
  - net: qualcomm: rmnet: fix global oob in rmnet_policy
    (git-fixes).
  - commit 890ecf9
  - Refresh
    patches.suse/powerpc-pseries-papr-sysparm-use-u8-arrays-for-paylo.patch.
  - commit ee4a898
  - swiotlb-xen: provide the "max_mapping_size" method (git-fixes).
  - commit b256918

++++ expat:

  - Fix handling of xmlwf.1 to avoid workarounds in specfile:
    * Added libxml2-fix-xmlwf.1-handling.patch
  - Call buildconf.sh to avoid (future) issues with expat_config.h.in

++++ wireless-tools:

  - Use %patch -P N instead of deprecated %patchN.

++++ samba:

  - Update to 4.19.5
    * Windows 2016 fails to restore previous version of a file from
    a shadow_copy2 snapshot; (bso#13688).
    * Symlinks on AIX are broken in 4.19 (and a few version before
    that); (bso#15549).
    * Fake directory create times has no effect; (bso#12421).
    * ctime mixed up with mtime by smbd; (bso#15550).
    * samba-gpupdate --rsop fails if machine is not in a site;
    (bso#15548).
    * gpupdate: The root cert import when NDES is not available is
    broken; (bso#15557).
    * samba-gpupdate should print a useful message if cepces-submit
    can't be found; (bso#15552).
    * samba-gpupdate logging doesn't work; (bso#15558).
    * smbpasswd reset permissions only if not 0600; (bso#15555).

++++ python313-core:

  - Add gh115133-XMLPullParserTest-fail.patch to make
    Python building with the current libexpat 2.6.0
    (gh#python/cpython#115133).
  - Switch to %%autopatch. Let’s try it as an experiment, and if we
    need conditional patch, we should put condition inside of it.
  - Remove double definition of /usr/bin/idle%%{version} in
    %%files.

++++ systemd:

  - Add a new %upstream macro to support building from upstream sources. This
    will allow upstream to build systemd rpms using the opensuse systemd packaging
    specs. These rpms will be built and used in upstream's mkosi based hacking and
    testing environment to test changes and in the future to run integration tests
    as well. By building the rpms using the opensuse packaging specs, the idea is
    to catch more issues ahead of time as the mkosi environment will behave more
    like a regular opensuse system.
  - Add new %version_override and %version_release macros to allow overriding the
    version and release of the rpm respectively.

++++ vde2:

  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN

++++ libzypp:

  - ProblemSolution::skipsPatchesOnly overload to handout the
    patches.
  - Remove https->http redirection exceptions for
    download.opensuse.org.
  - version 17.31.32 (22)

++++ pcr-oracle:

  - Add fix_loader_conf.patch to measure the systemd-boot loader.conf file

++++ python313:

  - Add gh115133-XMLPullParserTest-fail.patch to make
    Python building with the current libexpat 2.6.0
    (gh#python/cpython#115133).
  - Switch to %%autopatch. Let’s try it as an experiment, and if we
    need conditional patch, we should put condition inside of it.
  - Remove double definition of /usr/bin/idle%%{version} in
    %%files.

++++ vim:

  - Use %patch -P N instead of deprecated %patchN.

++++ wget:

  - Use %patch -P N instead of deprecated %patchN.

------------------------------------------------------------------
------------------  2024-2-19  -  Feb 19 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Move VolumeManager to context manager
    Change the VolumeManager Factory to be a context manager.
    All code using VolumeManager was updated to the following
    with statement:
    with VolumeManager(...).new as volume_manager:
    volume_manager.some_member()
    This is related to Issue #2412
  - Refactor Command class
    Command.run() currently has a bit of a confusing behavior: if raise_on_error is
    False and the executable is not found, then a weird CommandT is returned (return
    code is -1 and stdout+stderr is None). This makes it possible to hanlde command
    not found errors separately, but it makes that needlessly verbose. So instead,
    let's just return None in *this* special case.
    That in turn uncovered, that in most cases when we set `raise_on_error=True`, we
    actually want an error if the command is not present but no error if the command
    fails to execute (e.g. because it returns -1 if you run `$cmd --version`). Hence we
    introduce the flag `raise_on_command_not_found`, which causes an exception to
    be raised if the command is not found. This makes it independent of the
    `raise_on_error` flag.
    Additionally, we add a small optimization: if command starts with /, then we
    assume it's a full path and we omit the call to which (and just check whether it
    exists).
    Co-authored-by: Marcus Schäfer <marcus.schaefer@gmail.com>
  - Move ImageSystem to context manager
    Change the ImageSystem class to context manager.
    All code using ImageSystem was updated to the following
    with statement:
    with ImageSystem(...) as image_system:
    image_system.some_member()
    This is related to Issue #2412
  - Allow empty cherry-picks for compliance test
    If we cherry-pick from main to master the compliance check
    will notice that a commit already exists. This is not an error
    and we can allow to continue the picking via --allow-empty
  - Followup fix for .profile.extra
    Allow to source .profile.extra such that it is possible to
    read and act on e.g cmdline parameters. This is related to
    bsc#1218095

++++ fde-tools:

  - Add fde-tools-bsc1213945-set-rsa-key-size.patch to set
    the highest supported RSA key size (bsc#1213945)

++++ kernel-default:

  - powerpc/64: Set task pt_regs->link to the LR value on scv entry
    (bsc#1194869).
  - powerpc: add crtsavres.o to always-y instead of extra-y
    (bsc#1194869).
  - powerpc/watchpoints: Annotate atomic context in more places
    (bsc#1194869).
  - powerpc/watchpoint: Disable pagefaults when getting user
    instruction (bsc#1194869).
  - powerpc/watchpoints: Disable preemption in thread_change_pc()
    (bsc#1194869).
  - powerpc/pseries: Rework lppaca_shared_proc() to avoid
    DEBUG_PREEMPT (bsc#1194869).
  - powerpc: Don't include lppaca.h in paca.h (bsc#1194869).
  - powerpc/powernv: Fix fortify source warnings in opal-prd.c
    (bsc#1194869).
  - commit 72b942a
  - rpm/scripts: Remove obsolete Symbols.list
    Symbols.list is not longer needed by the new klp-convert implementation. (bsc#1218644)
  - commit 596cf9f
  - powerpc/kasan: Limit KASAN thread size increase to 32KB
    (bsc#1215199).
  - commit a664cb1
  - dmaengine: idxd: Add support for device/wq defaults
    (jsc#PED-7793).
  - crypto: iaa - Add IAA Compression Accelerator stats
    (jsc#PED-7793).
  - crypto: iaa - Add irq support for the crypto async interface
    (jsc#PED-7793).
  - crypto: iaa - Add support for deflate-iaa compression algorithm
    (jsc#PED-7793).
  - crypto: iaa - Add compression mode management along with fixed
    mode (jsc#PED-7793).
  - crypto: iaa - Add per-cpu workqueue table with rebalancing
    (jsc#PED-7793).
  - crypto: iaa - Add Intel IAA Compression Accelerator crypto
    driver core (jsc#PED-7793).
  - crypto: iaa - Add IAA Compression Accelerator Documentation
    (jsc#PED-7793).
  - dmaengine: idxd: add callback support for iaa crypto
    (jsc#PED-7793).
  - dmaengine: idxd: Add wq private data accessors (jsc#PED-7793).
  - dmaengine: idxd: Export wq resource management functions
    (jsc#PED-7793).
  - dmaengine: idxd: Export descriptor management functions
    (jsc#PED-7793).
  - dmaengine: idxd: Rename drv_enable/disable_wq to
    idxd_drv_enable/disable_wq, and export (jsc#PED-7793).
  - dmaengine: idxd: add external module driver support for
    dsa_bus_type (jsc#PED-7793).
  - dmaengine: idxd: add wq driver name support for accel-config
    user tool (jsc#PED-7793).
  - dmaengine: idxd: Remove unused declarations (jsc#PED-7793).
  - commit 698723a
  - Update config files.
    Only run_oldconfig.sh
  - commit de91fa9
  - leds: Change led_trigger_blink[_oneshot]() delay parameters
    to pass-by-value (git-fixes).
  - commit a5e7aeb
  - usb: ucsi_acpi: Quirk to ack a connector change ack cmd
    (git-fixes).
  - commit 3843488
  - Update config files.
    Disable CONFIG_RT_GROUP_SCHED (jsc#SLE-10427) on arm64 too.
  - commit dffd692
  - nvme-keyring: restrict match length for version '1' identifiers
    (bsc#1219670).
  - commit 131550a
  - Refresh sorted patches.
  - commit 6f4c0b8
  - block: sed-opal: handle empty atoms when parsing response
    (jsc#PED-3545 git-fixes bsc#1220089 ltc#205305).
  - commit c7fe618
  - net: ravb: Wait for operating mode to be applied (git-fixes).
  - commit 40520b1
  - powerpc/pseries: fix accuracy of stolen time (bsc#1215199).
  - powerpc/64s: Increase default stack size to 32KB (bsc#1215199).
  - powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
    (bsc#1215199).
  - powerpc/lib: Validate size for vector operations (bsc#1215199).
  - commit b3e0008
  - powerpc/iommu: Fix the missing iommu_group_put() during platform
    domain attach (jsc#PED-7779 jsc#PED-7780 git-fixes).
  - commit 06cae39
  - compute-PATCHVERSION: Do not produce output when awk fails
    compute-PATCHVERSION uses awk to produce a shell script that is
    subsequently executed to update shell variables which are then printed
    as the patchversion.
    Some versions of awk, most notably bysybox-gawk do not understand the
    awk program and fail to run. This results in no script generated as
    output, and printing the initial values of the shell variables as
    the patchversion.
    When the awk program fails to run produce 'exit 1' as the shell script
    to run instead. That prevents printing the stale values, generates no
    output, and generates invalid rpm spec file down the line. Then the
    problem is flagged early and should be easier to diagnose.
  - commit 8ef8383
  - mm,page_owner: Filter out stacks by a threshold (jsc-PED#7423).
  - commit 4b9a1a9
  - net: bcmgenet: Fix FCS generation for fragmented skbuffs (git-fixes).
  - commit 15da81c
  - mm,page_owner: Display all stacks and their count
    (jsc-PED#7423).
  - commit 582b35c
  - mm,page_owner: Implement the tracking of the stacks count
    (jsc-PED#7423).
  - commit 9af4176
  - mm,page_owner: Maintain own list of stack_records structs
    (jsc-PED#7423).
  - commit 332036c
  - lib/stackdepot: Move stack_record struct definition into the
    header (jsc-PED#7423).
  - commit 19fef81
  - lib/stackdepot: Fix first entry having a 0-handle
    (jsc-PED#7423).
  - commit 3666049
  - kallsyms: ignore ARMv4 thunks along with others (git-fixes).
  - modpost: trim leading spaces when processing source files list
    (git-fixes).
  - kbuild: Fix changing ELF file type for output of gen_btf for
    big endian (git-fixes).
  - irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update (git-fixes).
  - irqchip/irq-brcmstb-l2: Add write memory barrier before exit
    (git-fixes).
  - i2c: i801: Fix block process call transactions (git-fixes).
  - i2c: qcom-geni: Correct I2C TRE sequence (git-fixes).
  - commit 65eebf2
  - nvme-fabrics: fix I/O connect error handling (git-fixes).
  - commit b81dbf7

++++ mozilla-nss:

  - update to NSS 3.90.2
    * bmo#1780432 - (CVE-2023-5388) Timing attack against RSA
    decryption in TLS. (bsc#1216198)
    * bmo#1867408 - add a defensive check for large ssl_DefSend
    return values.

++++ systemd:

  - Import commit 53e2aaaf9d69fb1c8f6ae2c9f8a99b02d70d318f
    53e2aaaf9d vconsole-setup: don't fail if the only found vc is already used by plymouth (bsc#1218618)
    22c4878430 vconsole-setup: port to main-func.h boilerplate
  - systemd-testsuite: depend on "qemu" instead of "qemu-kvm", the latter is
    obsolete. (bsc#1218684)

++++ man:

  - We don't need anymore systemd-tmpfiles (boo#1219370#c13)

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

  - kernel-syms-azure is not available on ALP

++++ openSUSE-build-key:

  - added new suse container key, moved the old one to -old

++++ qemu:

    Update to latest stable version (8.2.1)
  - Downstream changes:
    * [openSUSE][RPM]: Install the VGA module "more often" (bsc#1219164)
    * [openSUSE][RPM] Fix handling of qemu-kvm legacy package for RISCV
    * [openSUSE][RPM] factor common definitions between qemu and qemu-linux-user spec files
  - Upstream backports:
    * target/arm: Fix incorrect aa64_tidcp1 feature check
    * target/arm: Fix A64 scalar SQSHRN and SQRSHRN
    * target/xtensa: fix OOB TLB entry access
    * qtest: bump aspeed_smc-test timeout to 6 minutes
    * monitor: only run coroutine commands in qemu_aio_context
    * iotests: port 141 to Python for reliable QMP testing
    * iotests: add filter_qmp_generated_node_ids()
    * block/blklogwrites: Fix a bug when logging "write zeroes" operations.
    * virtio-net: correctly copy vnet header when flushing TX (bsc#1218484, CVE-2023-6693)
    * tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
    * linux-user/riscv: Adjust vdso signal frame cfa offsets
    * linux-user: Fixed cpu restore with pc 0 on SIGBUS
    * block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status
    * coroutine-ucontext: Save fake stack for pooled coroutine
    * tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
    * accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses
    * acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM
    * s390x/pci: drive ISM reset from subsystem reset
    * s390x/pci: refresh fh before disabling aif
    * s390x/pci: avoid double enable/disable of aif
    * hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issued
    * hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion interrupt
    * hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sources
    * hw/scsi/esp-pci: use correct address register for PCI DMA transfers
    * migration/rdma: define htonll/ntohll only if not predefined
    * hw/pflash: implement update buffer for block writes
    * hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
    * hw/pflash: refactor pflash_data_write()
    * backends/cryptodev: Do not ignore throttle/backends Errors
    * target/i386: pcrel: store low bits of physical address in data[0]
    * target/i386: fix incorrect EIP in PC-relative translation blocks
    * target/i386: Do not re-compute new pc with CF_PCREL
    * load_elf: fix iterator's type for elf file processing
    * target/hppa: Update SeaBIOS-hppa to version 15
    * target/hppa: Fix IOR and ISR on error in probe
    * target/hppa: Fix IOR and ISR on unaligned access trap
    * target/hppa: Export function hppa_set_ior_and_isr()
    * target/hppa: Avoid accessing %gr0 when raising exception
    * hw/hppa: Move software power button address back into PDC
    * target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
    * hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
    * hw/hppa/machine: Disable default devices with --nodefaults option
    * hw/hppa/machine: Allow up to 3840 MB total memory
    * readthodocs: fully specify a build environment
    * .gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large
    * target/s390x: Fix LAE setting a wrong access register
    * tests/qtest/virtio-ccw: Fix device presence checking
    * tests/acpi: disallow tests/data/acpi/virt/SSDT.memhp changes
    * tests/acpi: update expected data files
    * edk2: update binaries to git snapshot
    * edk2: update build config, set PcdUninstallMemAttrProtocol = TRUE.
    * edk2: update to git snapshot
    * tests/acpi: allow tests/data/acpi/virt/SSDT.memhp changes
    * util: fix build with musl libc on ppc64le
    * tcg/ppc: Use new registers for LQ destination
    * hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers
    * hw/vfio: fix iteration over global VFIODevice list
    * vfio/container: Replace basename with g_path_get_basename
    * edu: fix DMA range upper bound check
    * hw/net: cadence_gem: Fix MDIO_OP_xxx values
    * audio/audio.c: remove trailing newline in error_setg
    * chardev/char.c: fix "abstract device type" error message
    * target/riscv: Fix mcycle/minstret increment behavior
    * hw/net/can/sja1000: fix bug for single acceptance filter and standard frame
    * target/i386: the sgx_epc_get_section stub is reachable
    * configure: use a native non-cross compiler for linux-user
    * include/ui/rect.h: fix qemu_rect_init() mis-assignment
    * target/riscv/kvm: do not use non-portable strerrorname_np()
    * iotests: Basic tests for internal snapshots
    * vl: Improve error message for conflicting -incoming and -loadvm
    * block: Fix crash when loading snapshot on inactive node
  - Fixes:
    * bsc#1218484 (CVE-2023-6693)

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#163
  - validate test output for each shell individually
  - update and extend tests
  - reworked default-settings command
  - add test case for default-settings
  - rework get-option command
  - add test case for get-option
  - rework del-option command
  - add test case for del-option
  - rework add-option command
  - add test case for add-option
  - rework grub2-efi install
  - adjust some tests
  - systemd-boot test adjusted
  - rework remove-kernel option and add tests
  - rework add-kernel option and add tests
  - adjust kexec-bootloader and add tests
  - remove support for dash
  - remove ancient perl library code from master branch
  - updated git2log script
  - adjust spec file
  - rewrite grub2 install to be more compatible (bsc#1214361)
  - 1.12

------------------------------------------------------------------
------------------  2024-2-18  -  Feb 18 2024  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Update to 307:
    * Mass SPICE replacement
    * Pre-formatted Block Device storage pool support
  - Changes from 306:
    * Machines: Action to Replace SPICE devices
    * Machines: Create external snapshots when supported

++++ cockpit-podman:

  - New version 84:
    * Bug fixes and stability improvements

++++ docker-compose:

  - Update to version 2.24.6:
    * use listeners to collect include metrics
    * docs: update cli reference link
    * docs: unify no trailing dots in docstrings and help (#11301)
    * Use listener for file metadata
    * fix deadlock collecting large logs
    * chore(watch): remove old `docker cp` implementation
    * ci(deps): bump docker/cli to v25.0.3 (#11481)
    * pass All option to backend api.Service when length statuses is
    not equal to zero
    * Add OTEL specs: build, depends_on, capabilities (gpu/tpu)
    * build(deps): bump github.com/opencontainers/image-spec
    * feat(tracing): add project hash attr
    * chore(load): ensure context passed to load
    * Include all networks in ContainerCreate call if API >= 1.44
    * bump compose-go to v2.0.0-rc.4
    * CI: docker engine version matrix
    * build(deps): bump github.com/docker/cli
    * Fix load .env from project directory when project file is set
    by COMPOSE_FILE

++++ python-kiwi:

  - Use unittest.mock from core python everywhere
    mock was an independent module that has been merged into the Python standard library.

++++ kernel-default:

  - xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
    (git-fixes).
  - commit 387ed3b
  - xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
    (git-fixes).
  - commit 73bc52b
  - xfs: don't leak recovered attri intent items (git-fixes).
  - commit 3311908
  - xfs: dquot recovery does not validate the recovered dquot
    (git-fixes).
  - commit 11dd393
  - xfs: clean up dqblk extraction (git-fixes).
  - commit 2a55daa
  - xfs: inode recovery does not validate the recovered inode
    (git-fixes).
  - commit eb71955
  - xfs: handle nimaps=0 from xfs_bmapi_write in
    xfs_alloc_file_space (git-fixes).
  - commit a21b8a6
  - xfs: introduce protection for drop nlink (git-fixes).
  - commit c20e066
  - xfs: rt stubs should return negative errnos when rt disabled
    (git-fixes).
  - commit 3d89caf
  - xfs: prevent rt growfs when quota is enabled (git-fixes).
  - commit fff2e4b
  - xfs: hoist freeing of rt data fork extent mappings (git-fixes).
  - commit 44ca58e
  - xfs: bump max fsgeom struct version (git-fixes).
  - commit 7d7701a
  - driver core: fw_devlink: Improve detection of overlapping cycles
    (git-fixes).
  - driver core: Fix device_link_flag_is_sync_state_only()
    (git-fixes).
  - iio: adc: ad4130: only set GPIO_CTRL if pin is unused
    (git-fixes).
  - iio: adc: ad4130: zero-initialize clock init data (git-fixes).
  - iio: accel: bma400: Fix a compilation problem (git-fixes).
  - iio: commom: st_sensors: ensure proper DMA alignment
    (git-fixes).
  - staging: iio: ad5933: fix type mismatch regression (git-fixes).
  - iio: adc: ad_sigma_delta: ensure proper DMA alignment
    (git-fixes).
  - iio: imu: adis: ensure proper DMA alignment (git-fixes).
  - iio: imu: bno055: serdev requires REGMAP (git-fixes).
  - iio: magnetometer: rm3100: add boundary check for the value
    read from RM3100_REG_TMRC (git-fixes).
  - iio: pressure: bmp280: Add missing bmp085 to SPI id table
    (git-fixes).
  - iio: core: fix memleak in iio_device_register_sysfs (git-fixes).
  - thunderbolt: Fix setting the CNS bit in ROUTER_CS_5 (git-fixes).
  - media: ir_toy: fix a memleak in irtoy_tx (git-fixes).
  - media: Revert "media: rkisp1: Drop IRQF_SHARED" (git-fixes).
  - commit 7fba7be

------------------------------------------------------------------
------------------  2024-2-17  -  Feb 17 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 23.3.6
  - -> https://docs.mesa3d.org/relnotes/23.3.6.html

++++ Mesa-drivers:

  - Update to bugfix release 23.3.6
  - -> https://docs.mesa3d.org/relnotes/23.3.6.html

++++ docker:

  - Update to Docker 25.0.3-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/25.0/#2503>
  - Fixes:
    * bsc#1219267 - CVE-2024-23651
    * bsc#1219268 - CVE-2024-23652
    * bsc#1219438 - CVE-2024-23653
  - 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-Vendor-in-latest-buildkit-v0.11-branch-including-CVE.patch

++++ grub2:

  - Fix PowerPC grub loads 5 to 10 minutes slower on SLE-15-SP5 compared to
    SLE-15-SP2 (bsc#1217102)
    * add 0001-ofdisk-enhance-boot-time-by-focusing-on-boot-disk-re.patch
    * add 0002-ofdisk-add-early_log-support.patch

++++ kernel-default:

  - ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU
    (git-fixes).
  - ALSA: hda/realtek: cs35l41: Add internal speaker support for
    ASUS UM3402 with missing DSD (git-fixes).
  - ALSA: hda: cs35l41: Support ASUS Zenbook UM3402YAR (git-fixes).
  - ALSA: hda: cs35l41: Support additional ASUS Zenbook UX3402VA
    (git-fixes).
  - ALSA: hda: Increase default bdl_pos_adj for Apollo Lake
    (git-fixes).
  - ALSA: hda: Replace numeric device IDs with constant values
    (git-fixes).
  - ALSA: hda: generic: Remove obsolete call to ledtrig_audio_get
    (git-fixes).
  - ALSA: hda: Properly setup HDMI stream (git-fixes).
  - commit 65b7327
  - ALSA: hda: Add Lenovo Legion 7i gen7 sound quirk (git-fixes).
  - commit 2ab077c
  - ALSA: hda/realtek: fix mute/micmute LED For HP mt645
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8
    (git-fixes).
  - ALSA: hda/realtek: add IDs for Dell dual spk platform
    (git-fixes).
  - ALSA: hda/conexant: Add quirk for SWS JS201D (git-fixes).
  - commit 96b23dc
  - ALSA: usb-audio: More relaxed check of MIDI jack names
    (git-fixes).
  - ASoC: SOF: IPC3: fix message bounds on ipc ops (git-fixes).
  - ASoC: q6dsp: fix event handler prototype (git-fixes).
  - ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()
    (git-fixes).
  - ASoC: SOF: ipc3-topology: Fix pipeline tear down logic
    (git-fixes).
  - ASoC: cs35l56: Fix deadlock in ASP1 mixer register
    initialization (git-fixes).
  - ASoC: tas2781: add module parameter to tascodec_init()
    (git-fixes).
  - ASoC: cs35l56: fix reversed if statement in
    cs35l56_dspwait_asp1tx_put() (git-fixes).
  - ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks
    table (git-fixes).
  - ALSA: hda/realtek: cs35l41: Fix device ID / model name
    (git-fixes).
  - ALSA: hda/cs35l56: select intended config FW_CS_DSP (git-fixes).
  - wifi: brcmfmac: Adjust n_channels usage for __counted_by
    (git-fixes).
  - USB: serial: option: add Fibocom FM101-GL variant (git-fixes).
  - USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e
    (git-fixes).
  - USB: serial: cp210x: add ID for IMST iM871A-USB (git-fixes).
  - usb: dwc3: pci: add support for the Intel Arrow Lake-H
    (git-fixes).
  - xhci: handle isoc Babble and Buffer Overrun events properly
    (git-fixes).
  - xhci: process isoc TD properly when there was a transaction
    error mid TD (git-fixes).
  - usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK (git-fixes).
  - Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
    (git-fixes).
  - selftests/net: change shebang to bash to support "source"
    (git-fixes).
  - selftests/net: convert pmtu.sh to run it in unique namespace
    (git-fixes).
  - selftests/net: convert unicast_extensions.sh to run it in
    unique namespace (git-fixes).
  - commit 1f8c296
  - drm/bridge: imx: Add i.MX93 MIPI DSI support (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).
  - Update config files.
    DRM_IMX93_MIPI_DSI not set
  - commit a2123b2
  - drm/panel: ili9882t: Break out as separate driver (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).
  - Update config files.
    CONFIG_DRM_PANEL_ILITEK_ILI9882T not set
  - commit a8ac974
  - drm/panel: Add driver for BOE RM692E5 AMOLED panel (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).
  - Update config files.
    DRM_PANEL_RAYDIUM_RM692E5 not set
  - commit 5df9197
  - fbdev: Provide I/O-memory helpers as module (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).
  - Update config files.
    CONFIG_FB_IOMEM_FOPS=m
  - supported.conf: Add fb_io_fops as supported
  - commit 513f33f
  - drm/gpuvm: allow building as module (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).
  - Update config files.
    CONFIG_DRM_GPUVM=m
  - supported.conf: Add DRM_GPUVM as supported
  - drm/gpuvm: rename struct drm_gpuva_manager to struct
    drm_gpuvm (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).
  - commit 6497d38
  - drm/panel: Add driver for JDI LPM102A188A (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).
  - Update config files.
    CONFIG_DRM_PANEL_JDI_LPM102A188A not set
  - commit 60812f3

++++ gpgme:

  - Update gpgme-D545-obsolete-distutils.patch with upstream's
    changes (but use pip instead of python-build for wheel building)
  - Change from in-place build to out-of-place build in order to
    reflect upstream's build setup (See D545)
  - Don't replace distutils in 15.X

++++ libpng16:

  - Update to version 1.6.42:
    * Fixed the implementation of the macro function "png_check_sig".
    This was an API regression, introduced in libpng-1.6.41.
    (Reported by Matthieu Darbois)

++++ qemu:

  - Try to solve the qemu-kvm dependency issues on all arches
    (see, e.g., bsc#1218684)
    * [openSUSE][RPM] Create the legacy qemu-kvm symlink for all arches

------------------------------------------------------------------
------------------  2024-2-16  -  Feb 16 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Include partprobe in initrd for s390
    This commit includes partprobe, in addition to parted, on
    s390 based systems. Otherwise partx is used and apparently
    it does not properly support s390.
    Fixes bsc#1219798
    Signed-off-by: David Cassany <dcassany@suse.com>
  - Fixed MicroOS integration test
    temporarily disable ignition/combustion/growpart and use
    kiwi's resize code for testing, oem-resize set to true

++++ hwdata:

  - update to 0.379:
    * Update pci, usb and vendor ids

++++ kernel-default:

  - scsi: smartpqi: Bump driver version to 2.1.26-030 (bsc#1219987).
  - scsi: smartpqi: Fix logical volume rescan race condition
    (bsc#1219987).
  - scsi: smartpqi: Add new controller PCI IDs (bsc#1219987).
  - commit 343b48a
  - drm/ci: clean up xfails (specially flakes list) (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).
  - commit 01bf355
  - scsi: mpt3sas: Reload SBR without rebooting HBA (bsc#1219551).
  - scsi: mpt3sas: Suppress a warning in debug kernel (bsc#1219551).
  - scsi: mpt3sas: Replace dynamic allocations with local variables
    (bsc#1219551).
  - scsi: mpt3sas: Replace a dynamic allocation with a local
    variable (bsc#1219551).
  - scsi: mpt3sas: Fix typo of "TRIGGER" (bsc#1219551).
  - scsi: mpt3sas: Fix an outdated comment (bsc#1219551).
  - scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter
    struct (bsc#1219551).
  - scsi: mpt3sas: Use struct_size() for struct size calculations
    (bsc#1219551).
  - scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData a
    flexible array (bsc#1219551).
  - scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData a
    flexible array (bsc#1219551).
  - scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData a
    flexible array (bsc#1219551).
  - scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk a
    flexible array (bsc#1219551).
  - scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor a
    flexible array (bsc#1219551).
  - scsi: mpt3sas: Use flexible arrays when obviously possible
    (bsc#1219551).
  - commit 472a48e
  - ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
    (bsc#1220174).
  - commit 6b2b7ed
  - drm/nouveau/dp: Honor GSP link training retry timeouts (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)
  - commit 6f1c533
  - nouveau: push event block/allowing out of the fence context (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)
  - commit 983056c
  - nouveau/gsp: always free the alloc messages on r535 (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)
  - commit 5c8ea4c
  - nouveau/gsp: don't free ctrl messages on errors (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)
  - commit 5511cbc
  - nouveau/gsp: convert gsp errors to generic errors (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)
  - commit 94f5fc8
  - drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocations (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)
  - commit a2467cb
  - nouveau/gsp: free userd allocation. (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)
  - commit 065397b
  - nouveau/gsp: free acpi object after use (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)
  - commit 2b4fd91
  - nouveau: fix disp disabling with GSP (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)
  - commit ae68469
  - nouveau/gsp: drop some acpi related debug (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)
  - commit 92867eb
  - nouveau/gsp: add three notifier callbacks that we see in normal (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)
  - commit 09d15aa
  - drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6 (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)
  - commit 1b5903d
  - drm/amd/pm: Add gpu_metrics_v1_5 (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)
  - commit 30e8919
  - drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apu (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)
  - commit 6e21708
  - drm/amd/pm: Update metric table for jpeg/vcn data (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)
  - commit 419b696
  - drm/amd/pm: Use separate metric table for APU (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)
  - commit 88685a3
  - drm/i915/display: Get bigjoiner config before dsc config during (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)
  - commit cf3b0e1
  - drm/amd/display: dereference variable before checking for zero (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)
  - commit f60628b
  - drm/amd/display: disable FPO and SubVP for older DMUB versions on (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)
  - commit 0da91df
  - drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for (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)
  - commit 04213eb
  - drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors (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)
  - commit 5b22958
  - drm/nouveau: Fixup gk20a instobj hierarchy (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)
  - commit e12de7c
  - drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w (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)
  - commit 227f279
  - drm/amdgpu: warn when there are still mappings when a BO is destroyed (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)
  - commit 45b2581
  - drm/amd: Fix a probing order problem on SDMA 2.4 (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)
  - commit 7c8e922
  - drm/amd/display: Populate dtbclk from bounding box (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)
  - commit eba3852
  - drm/amd/display: Revert "Fix conversions between bytes and KB" (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)
  - commit fc8d63d
  - drm/amdgpu/jpeg: configure doorbell for each playback (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)
  - commit 489af49
  - drm/amd/display: fix hw rotated modes when PSR-SU is enabled (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)
  - commit 0e33036
  - drm/amd/pm: fix pp_*clk_od typo (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)
  - commit 846c80b
  - drm/amdgpu: fix buffer funcs setting order on suspend harder (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)
  - commit 60ded2a
  - drm/mediatek: mtk_disp_gamma: Fix breakage due to merge issue (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)
  - commit c4b6d76
  - mei: pxp: fix mei_pxp_send_message return value (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)
  - commit d83417c
  - drm/amdgpu: fix buffer funcs setting order on suspend (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)
  - commit 3292583
  - drm/amdgpu: Avoid querying DRM MGCG status (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)
  - commit ee39ec6
  - drm/amdgpu: Update HDP 4.4.2 clock gating flags (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)
  - commit 066f3b2
  - drm/amdgpu: Restrict extended wait to PSP v13.0.6 (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)
  - commit 58b9a57
  - drm/amdgpu: optimize the printing order of error data (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)
  - commit d9a7646
  - drm/amdgpu: Update fw version for boot time error query (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)
  - commit 7d7fdb4
  - drm/amd/pm: support new mca smu error code decoding (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)
  - commit d79039e
  - drm/amd/swsmu: update smu v14_0_0 driver if version and metrics table (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)
  - commit c101f43
  - drm/amd/display: Fix array-index-out-of-bounds in dml2 (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)
  - commit a784746
  - drm/amd/display: Use channel_width = 2 for vram table 3.0 (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)
  - commit d35a295
  - drm/panfrost: Fix incorrect updating of current device frequency (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)
  - commit 6eb00f8
  - drm/panfrost: Consider dma-buf imported objects as resident (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)
  - commit 9b8c3c3
  - nouveau/gsp: document some aspects of GSP-RM (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)
  - commit d331b9c
  - drm/i915: correct the input parameter on _intel_dsb_commit() (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)
  - commit 2bf23fe
  - drm/i915: Check pipe active state in (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)
  - commit 015f301
  - drm/amd/display: Fix some HostVM parameters in DML (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)
  - commit f19df3a
  - drm/amd/display: Allow DTBCLK disable for DCN35 (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)
  - commit ca48e6b
  - drm/amdgpu: fix AGP addressing when GART is not at 0 (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)
  - commit 7a07b43
  - drm/amd/display: Fix black screen on video playback with embedded (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)
  - commit 585ccb0
  - drm/amd/display: Fix conversions between bytes and KB (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)
  - commit 5cc1aee
  - drm/amd/display: Remove config update (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)
  - commit 9b869bb
  - drm/amd/display: Update DCN35 clock table policy (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)
  - commit 474c4c8
  - drm/amdgpu: add init_registers for nbio v7.11 (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)
  - commit 4f1ac78
  - drm/amd/display: Do not read DPREFCLK spread info from LUT on DCN35 (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)
  - commit 57c43f1
  - drm/amd/display: Fix MPCC 1DLUT programming (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)
  - commit bce1e89
  - drm/amd/display: Feed SR and Z8 watermarks into DML2 for DCN35 (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)
  - commit 340e395
  - drm/amd/display: Add Z8 watermarks for DML2 bbox overrides (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)
  - commit effcb2b
  - drm/amdgpu: optimize RLC powerdown notification on Vangogh (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)
  - commit 99b7a01
  - drm/amd/display: fix a pipe mapping error in dcn32_fpu (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)
  - commit d5d56b6
  - drm/amd/display: Update DCN35 watermarks (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)
  - commit 23a8809
  - drm/amdgpu: update xgmi num links info post gc9.4.2 (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)
  - commit 27c550f
  - drm/amd/display: Add z-state support policy for dcn35 (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)
  - commit d9c6ded
  - nouveau/gsp: replace zero-length array with flex-array member and use (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)
  - commit a9af727
  - nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send() (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)
  - commit e54c783
  - drm/gpuvm: Fix deprecated license identifier (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)
  - commit 8a48e05
  - Revert "drm/bridge: panel: Add a device link between drm device and (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)
  - commit 3064382
  - Revert "drm/bridge: panel: Check device dependency before managing (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)
  - commit 5bb3979
  - drm/bridge: panel: Check device dependency before managing device (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)
  - commit ab3cb7e
  - drm/i915/dp_mst: Fix race between connector registration and setup (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)
  - commit a1725b5
  - nouveau/gsp: allocate enough space for all channel ids. (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)
  - commit d92ed03
  - drm/msm: remove unnecessary NULL check (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)
  - commit 42f20b9
  - drm/msm/dp: attach the DP subconnector property (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)
  - commit 5e0574d
  - drm/msm/dp: don't touch DP subconnector property in eDP case (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)
  - commit 29868de
  - drm/msm: remove exra drm_kms_helper_poll_init() call (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)
  - commit 0964707
  - drm/amdgpu/gmc9: disable AGP aperture (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)
  - commit 2a16255
  - drm/amdgpu/gmc10: disable AGP aperture (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)
  - commit 552d4fa
  - drm/amdgpu/gmc11: disable AGP aperture (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)
  - commit f545dfe
  - drm/amdgpu: add a module parameter to control the AGP aperture (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)
  - commit 641bbb7
  - drm/amdgpu/gmc11: fix logic typo in AGP check (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)
  - commit 1842e7a
  - drm/amd/display: Fix encoder disable logic (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)
  - commit 461952e
  - drm/amdgpu: add and populate the port num into xgmi topology info (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)
  - commit 3261c67
  - drm/amd/display: Negate IPS allow and commit bits (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)
  - commit 02c359f
  - drm/amd/pm: Don't send unload message for reset (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)
  - commit afa6b4f
  - drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.c (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)
  - commit 481e246
  - drm/amd/display: fix NULL dereference (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)
  - commit 1246314
  - drm/amd/display: Add null checks for 8K60 lightup (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)
  - commit 1b7d41c
  - drm/amd/pm: Fill pcie error counters for gpu v1_4 (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)
  - commit ce78527
  - drm/amd/pm: Update metric table for smu v13_0_6 (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)
  - commit 1c3fff6
  - drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, (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)
  - commit 31b3fbe
  - nouveau: don't fail driver load if no display hw present. (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)
  - commit 43adc14
  - drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go (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)
  - commit fd1f874
  - nouveau/gsp/r535: Fix a NULL vs error pointer bug (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)
  - commit d7cad37
  - nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id() (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)
  - commit a448103
  - drm/ci: make github dependabot happy again (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)
  - commit 8324a2d
  - fbdev: amifb: Convert to platform remove callback returning void (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)
  - commit 437efee
  - fbdev: amifb: Mark driver struct with __refdata to prevent section (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)
  - commit 7b2956e
  - fbdev: hyperv_fb: fix uninitialized local variable use (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)
  - commit 55001fe
  - fbdev: omapfb/tpd12s015: Convert to platform remove callback (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)
  - commit 5dd61b7
  - fbdev: omapfb/tfp410: Convert to platform remove callback returning (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)
  - commit 4f18038
  - fbdev: omapfb/sharp-ls037v7dw01: Convert to platform remove callback (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)
  - commit d6a9841
  - fbdev: omapfb/opa362: Convert to platform remove callback returning (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)
  - commit 44ec1aa
  - fbdev: omapfb/hdmi: Convert to platform remove callback returning (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)
  - commit 6ea982d
  - fbdev: omapfb/dvi: Convert to platform remove callback returning void (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)
  - commit ea32002
  - fbdev: omapfb/dsi-cm: Convert to platform remove callback returning (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)
  - commit de05f91
  - fbdev: omapfb/dpi: Convert to platform remove callback returning void (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)
  - commit 505b7b3
  - fbdev: omapfb/analog-tv: Convert to platform remove callback (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)
  - commit 3527522
  - fbdev: atmel_lcdfb: Convert to platform remove callback returning (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)
  - commit c99049a
  - fbdev: omapfb/tpd12s015: Don't put .remove() in .exit.text and drop (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)
  - commit ded8d0e
  - fbdev: omapfb/tfp410: Don't put .remove() in .exit.text and drop (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)
  - commit 44eb5a7
  - fbdev: omapfb/sharp-ls037v7dw01: Don't put .remove() in .exit.text (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)
  - commit da679c9
  - fbdev: omapfb/opa362: Don't put .remove() in .exit.text and drop (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)
  - commit dd6db02
  - fbdev: omapfb/hdmi: Don't put .remove() in .exit.text and drop (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)
  - commit 97db389
  - fbdev: omapfb/dvi: Don't put .remove() in .exit.text and drop (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)
  - commit 24535d3
  - fbdev: omapfb/dsi-cm: Don't put .remove() in .exit.text and drop (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)
  - commit 7d2c172
  - fbdev: omapfb/dpi: Don't put .remove() in .exit.text and drop (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)
  - commit 6896d5f
  - fbdev: omapfb/analog-tv: Don't put .remove() in .exit.text and drop (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)
  - commit 9afdc42
  - fbdev: atmel_lcdfb: Stop using platform_driver_probe() (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)
  - commit ba988f0
  - fbdev: viafb: use new array-copying-wrapper (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)
  - commit eceeb33
  - fbdev: offb: Simplify offb_init_fb() (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)
  - commit a7f923c
  - fbdev: omapfb: Replace custom memparse() implementation (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)
  - commit b9e1e25
  - fbdev: omapfb: Do not shadow error code from platform_get_irq() (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)
  - commit 313aed2
  - drm/amdgpu: move UVD and VCE sched entity init after sched init (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)
  - commit 32ad076
  - drm/amdgpu: move kfd_resume before the ip late init (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)
  - commit 75bd33b
  - drm/amd: Explicitly check for GFXOFF to be enabled for s0ix (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)
  - commit fe38f21
  - drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (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)
  - commit 29e3871
  - drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5) (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)
  - commit 5965c95
  - drm/amdgpu: add smu v13.0.6 pcs xgmi ras error query support (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)
  - commit 113f264
  - drm/amd/display: remove duplicated argument (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)
  - commit bfeb35e
  - drm/amdgpu: correct mca debugfs dump reg list (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)
  - commit bb57bec
  - drm/amdgpu: correct acclerator check architecutre dump (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)
  - commit 6942085
  - drm/amdgpu: add pcs xgmi v6.4.0 ras support (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)
  - commit 8a20378
  - drm/amdgpu: Change extended-scope MTYPE on GC 9.4.3 (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)
  - commit 2e537aa
  - drm/amdgpu: disable smu v13.0.6 mca debug mode by default (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)
  - commit 7debbb3
  - drm/amdgpu: Support multiple error query modes (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)
  - commit ba0fb70
  - drm/amdgpu: refine smu v13.0.6 mca dump driver (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)
  - commit 7f2b637
  - drm/amdgpu: Do not program PF-only regs in hdp_v4_0.c under SRIOV (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)
  - commit be5761c
  - drm/amdgpu: Skip PCTL0_MMHUB_DEEPSLEEP_IB write in jpegv4.0.3 under (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)
  - commit ab2c7a3
  - drm: amd: Resolve Sphinx unexpected indentation warning (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)
  - commit 308c013
  - drm/amdgpu: correct smu v13.0.6 umc ras error check (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)
  - commit ff2d8f4
  - drm/amdgpu: Add xcc param to SRIOV kiq write and (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)
  - commit 04dd98a
  - drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3 (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)
  - commit acc5e7e
  - drm/amd/pm: raise the deep sleep clock threshold for smu 13.0.6 (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)
  - commit 55b5f29
  - drm/amdgpu: correct amdgpu ip block rev info (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)
  - commit d144ebf
  - drm/amd/pm: Hide pp_dpm_pcie device attribute (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)
  - commit 2d96d22
  - drm/amdgpu: Don't warn for unsupported set_xgmi_plpd_mode (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)
  - commit b2e71ef
  - drm/amdgpu: fix AGP init order (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)
  - commit 342a4a1
  - drm/amdgpu: add RAS reset/query operations for XGMI v6_4 (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)
  - commit 9a4fb50
  - drm/amdgpu: handle extra UE register entries for gfx v9_4_3 (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)
  - commit 618f901
  - drm/amd/pm: not stop rlc for IMU enabled APUs when suspend (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)
  - commit 7e4f372
  - drm/amd/display: avoid variable reinitialization (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)
  - commit 14bd35e
  - drm/amd/pm: Hide irrelevant pm device attributes (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)
  - commit b3c76e9
  - drm/amdgpu: Fix sdma 4.4.2 doorbell rptr/wptr init (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)
  - commit 4bc5a43
  - drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.0 (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)
  - commit e056116
  - drm/amd/display: Set stream's DP test pattern upon test request (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)
  - commit e76f252
  - drm/amd/display: Fix handling duplicate planes on one stream (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)
  - commit 9f8d58a
  - drm/amd/display: For cursor P-State allow for SubVP (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)
  - commit 88a768c
  - drm/amd/display: Enable physymclk RCO (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)
  - commit 24e2639
  - drm/amd/display: Remove references to unused dml arch version (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)
  - commit d434ee8
  - drm/amd/display: Promote DAL to 3.2.259 (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)
  - commit 362f63c
  - drm/amd/display: save and restore mall state when applying minimal (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)
  - commit 787f58d
  - drm/amd/display: Remove unused duplicate register definition (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)
  - commit 63ae58b
  - drm/amd/display: Create optc.h file (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)
  - commit 60e0880
  - drm/amd/display: Disable OTG for mode timing switch on DCN35 (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)
  - commit 1cb589d
  - drm/amd/display: Revise Replay Desync Error IRQ handle (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)
  - commit 515181b
  - drm/amd/display: [FW Promotion] Release 0.0.190.0 (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)
  - commit 196755a
  - drm/amd/display: 3.2.258 (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)
  - commit b0dd968
  - drm/amd/display: Add missing dml2 init value for dcn35 (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)
  - commit 67e6bb9
  - drm/amd/display: Fix OTG disable workaround logic (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)
  - commit 407af4a
  - drm/amd/display: amend HPD handler for Replay (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)
  - commit 8effe0a
  - drm/amd/display: Introduce flag for disabling Replay desync recovery (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)
  - commit 4e78171
  - drm/amd/display: DCN35 Disable cm power optimization (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)
  - commit 45def98
  - drm/amd/display: Update DP HPO MSA with colorimetry from test request (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)
  - commit 0e8205e
  - drm/amd/display: Update test link rate DPCD bit field to match spec (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)
  - commit eabbcc3
  - drm/amd/display: Allow 16 max_slices for DP2 DSC (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)
  - commit 8800763
  - drm/amd/display: Enable more IPS options (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)
  - commit b177a6e
  - drm/amd/display: Enable RCO options for dcn35 (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)
  - commit c8e4b3f
  - drm/amd/display: Fix FRL assertion on boot (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)
  - commit 1febae0
  - drm/amd/display: Fix missing blendTF programming (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)
  - commit 8e3171e
  - drm/amd/display: 3.2.257 (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)
  - commit af3e1f6
  - drm/amd/display: decouple dmcub execution to reduce lock granularity (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)
  - commit c211126
  - drm/amd/display: [FW Promotion] Release 0.0.189.0 (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)
  - commit 640d7d9
  - drm/amd/display: On boot disable domain22 force power on (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)
  - commit 3b444c0
  - drm/amd: Disable XNACK on SRIOV environment (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)
  - commit e9733b6
  - drm/i915/mtl: Apply notify_guc to all GTs (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)
  - commit c078fbd
  - drm/amd/display: Enable fast update on blendTF change (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)
  - commit 53591e4
  - drm/amd/display: Fix blend LUT programming (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)
  - commit 55c5aeb
  - drm/amd/display: Program plane color setting correctly (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)
  - commit c764568
  - drm/amdgpu: Query and report boot status (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)
  - commit 12c9dfc
  - drm/amdgpu: Add psp v13 function to query boot status (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)
  - commit 59d683c
  - drm/amd/swsmu: remove fw version check in sw_init. (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)
  - commit 23c4d42
  - drm/amd/swsmu: update smu v14_0_0 driver if and metrics table (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)
  - commit 07ec4b7
  - drm/amdgpu: Add C2PMSG_109/126 reg field shift/masks (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)
  - commit ddc4911
  - drm/amdgpu: Optimize the asic type fix code (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)
  - commit e7c9919
  - drm/amdgpu: check recovery status of xgmi hive in (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)
  - commit f7f964b
  - drm/amd/pm: only check sriov vf flag once when creating hwmon sysfs (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)
  - commit 90e8477
  - drm/amdgpu: Attach eviction fence on alloc (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)
  - commit 3c6a830
  - drm/amdkfd: Improve amdgpu_vm_handle_moved (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)
  - commit bdb107b
  - drm/amd/display: Increase frame warning limit with KASAN or KCSAN in (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)
  - commit a2fad8d
  - drm/amdkfd: Update cache info for GFX 9.4.3 (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)
  - commit cefe700
  - drm/amdkfd: Populate cache info for GFX 9.4.3 (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)
  - commit 39b776d
  - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (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)
  - commit 29d4458
  - drm/amdgpu: ungate power gating when system suspend (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)
  - commit 08dd1c9
  - drm/radeon: replace 1-element arrays with flexible-array members (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)
  - commit 73d9467
  - drm/amd: Fix UBSAN array-index-out-of-bounds for Powerplay headers (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)
  - commit 81c94b6
  - drm/amdgpu: don't use ATRM for external devices (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)
  - commit e0a5c4e
  - drm/amdgpu: use mode-2 reset for RAS poison consumption (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)
  - commit dc27bc1
  - drm/amdgpu doorbell range should be set when gpu recovery
    (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).
  - Refresh
    patches.suse/drm-amdgpu-gfx10-11-use-memcpy_to-fromio-for-MQDs.patch.
  - commit 2791dcf
  - drm/amd/pm: Return 0 as default min power limit for legacy asics (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)
  - commit 4813352
  - drm/amdgpu: remove unused macro HW_REV (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)
  - commit 0fbbc0b
  - drm/amdgpu: Fix the vram base start address (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)
  - commit 39c6505
  - drm/amdgpu: set XGMI IP version manually for v6_4 (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)
  - commit 5bd5de5
  - drm/amdgpu: add unmap latency when gfx11 set kiq resources (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)
  - commit f54612b
  - drm/amd/pm: fix the high voltage and temperature issue (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)
  - commit 86474f9
  - drm/amdgpu: remove amdgpu_mes_self_test in gpu recover (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)
  - commit 099d02a
  - drm/amdgpu: Drop deferred error in uncorrectable error check (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)
  - commit 7f6b2d3
  - drm/amd/pm: Fix warnings (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)
  - commit 908dc19
  - drm/amdgpu: check RAS supported first in ras_reset_error_count (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)
  - commit 7f972ac
  - drm/ssd130x: Fix possible uninitialized usage of crtc_state variable (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)
  - commit 1865c01
  - drm: renesas: shmobile: Add DT support (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)
  - commit a398605
  - drm: renesas: shmobile: Atomic conversion part 3 (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)
  - commit ae03c75
  - drm: renesas: shmobile: Remove internal CRTC state tracking (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)
  - commit 7af2998
  - drm: renesas: shmobile: Use suspend/resume helpers (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)
  - commit 1536609
  - drm: renesas: shmobile: Atomic conversion part 2 (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)
  - commit 5981a6c
  - drm: renesas: shmobile: Atomic conversion part 1 (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)
  - commit cf48fe5
  - drm: renesas: shmobile: Cleanup encoder (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)
  - commit 0d89ba4
  - drm: renesas: shmobile: Shutdown the display on remove (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)
  - commit 81d2c53
  - drm: renesas: shmobile: Turn vblank on/off when enabling/disabling (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)
  - commit a90752e
  - drm: renesas: shmobile: Wait for page flip when turning CRTC off (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)
  - commit fe81575
  - drm: renesas: shmobile: Move shmob_drm_crtc_finish_page_flip() (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)
  - commit 26e5993
  - drm: renesas: shmobile: Use drm_crtc_handle_vblank() (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)
  - commit 031b40a
  - drm: renesas: shmobile: Rename shmob_drm_plane.plane (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)
  - commit 23fa3bb
  - drm: renesas: shmobile: Rename shmob_drm_connector.connector (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)
  - commit aeec558
  - drm: renesas: shmobile: Rename shmob_drm_crtc.crtc (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)
  - commit 84c95c8
  - drm: renesas: shmobile: Unify plane allocation (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)
  - commit 3fe00c3
  - drm: renesas: shmobile: Move interface handling to connector setup (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)
  - commit 5380f33
  - drm: renesas: shmobile: Use media bus formats in platform data (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)
  - commit 32a7fa4
  - media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9_BE format (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)
  - commit 8d1b159
  - drm: renesas: shmobile: Use struct videomode in platform data (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)
  - commit 065a828
  - drm: renesas: shmobile: Replace .dev_private with container_of() (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)
  - commit 54f3a1d
  - drm: renesas: shmobile: Convert container helpers to static inline (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)
  - commit 21fb2cd
  - drm: renesas: shmobile: Embed drm_device in shmob_drm_device (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)
  - commit e639805
  - drm: renesas: shmobile: Use drmm_universal_plane_alloc() (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)
  - commit 461b95c
  - drm: renesas: shmobile: Remove custom plane destroy callback (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)
  - commit cf1913a
  - drm: renesas: shmobile: Convert to use devm_request_irq() (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)
  - commit 87a7ef5
  - drm: renesas: shmobile: Improve error handling (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)
  - commit aea0b10
  - drm: renesas: shmobile: Remove support for SYS panels (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)
  - commit 699ed30
  - drm: renesas: shmobile: Rename input clocks (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)
  - commit f4a2341
  - drm: renesas: shmobile: Don't set display info width and height twice (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)
  - commit eb9bddc
  - drm: renesas: shmobile: Remove backlight support (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)
  - commit c035a82
  - drm: renesas: shmobile: Improve shmob_drm_format_info table (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)
  - commit d1b69d6
  - drm: renesas: shmobile: Add missing YCbCr formats (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)
  - commit a1c67b6
  - drm: renesas: shmobile: Use %p4cc to print fourcc code (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)
  - commit 2f706d5
  - drm: renesas: shmobile: Restore indentation of (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)
  - commit 312acbd
  - drm: renesas: shmobile: Add support for Runtime PM (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)
  - commit 15ec50a
  - drm: renesas: shmobile: Correct encoder/connector types (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)
  - commit a670b53
  - drm: renesas: shmobile: Fix ARGB32 overlay format typo (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)
  - commit 4b4fb9b
  - drm: renesas: shmobile: Fix overlay plane disable (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)
  - commit 4227c66
  - nouveau/gsp: add some basic registry entries. (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)
  - commit ffb9709
  - nouveau/gsp: fix message signature. (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)
  - commit 94ef5a1
  - nouveau/gsp: move to 535.113.01 (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)
  - commit 180ef97
  - nouveau/disp: fix post-gsp build on 32-bit arm. (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)
  - commit 968d4e8
  - nouveau: fix r535 build on 32-bit arm. (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)
  - commit 9a915c9
  - drm/nouveau/ofa/r535: initial support (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)
  - commit c63c9e2
  - drm/nouveau/nvjpg/r535: initial support (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)
  - commit c6ac3de
  - drm/nouveau/nvenc/r535: initial support (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)
  - commit 7dd6e90
  - drm/nouveau/nvdec/r535: initial support (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)
  - commit 173fb7c
  - drm/nouveau/gr/r535: initial support (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)
  - commit 1261a7b
  - drm/nouveau/ce/r535: initial support (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)
  - commit 92b41d6
  - drm/nouveau/fifo/r535: initial support (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)
  - commit dd383d9
  - drm/nouveau/disp/r535: initial support (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)
  - commit 71e2fcc
  - drm/nouveau/mmu/r535: initial support (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)
  - commit 3effade
  - drm/nouveau/gsp/r535: add interrupt handling (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)
  - commit 6df52fe
  - drm/nouveau/gsp/r535: add support for rm alloc (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)
  - commit 243a362
  - drm/nouveau/gsp/r535: add support for rm control (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)
  - commit 387e20e
  - drm/nouveau/gsp/r535: add support for booting GSP-RM (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)
  - commit 48a5e06
  - drm/nouveau/nvkm: support loading fws into sg_table (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)
  - commit 9b0eec4
  - drm/nouveau/kms/tu102-: disable vbios parsing when running on RM (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)
  - commit c4d1c8c
  - drm/nouveau/sec2/tu102-: prepare for GSP-RM (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)
  - commit d16188d
  - drm/nouveau/nvenc/tu102-: prepare for GSP-RM (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)
  - commit 3013dff
  - drm/nouveau/nvdec/tu102-: prepare for GSP-RM (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)
  - commit 79f6bc2
  - drm/nouveau/gr/tu102-: prepare for GSP-RM (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)
  - commit f357460
  - drm/nouveau/fifo/tu102-: prepare for GSP-RM (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)
  - commit 5b1ad86
  - drm/nouveau/disp/tu102-: prepare for GSP-RM (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)
  - commit 33d7df5
  - drm/nouveau/ce/tu102-: prepare for GSP-RM (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)
  - commit aac5287
  - drm/nouveau/vfn/tu102-: prepare for GSP-RM (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)
  - commit 3b10df1
  - drm/nouveau/top/tu102-: prepare for GSP-RM (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)
  - commit 869a383
  - drm/nouveau/therm/tu102-: prepare for GSP-RM (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)
  - commit e27d7d9
  - drm/nouveau/privring/tu102-: prepare for GSP-RM (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)
  - commit e2cac84
  - drm/nouveau/pmu/tu102-: prepare for GSP-RM (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)
  - commit 942cf92
  - drm/nouveau/mmu/tu102-: prepare for GSP-RM (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)
  - commit 3dbaebd
  - drm/nouveau/mc/tu102-: prepare for GSP-RM (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)
  - commit 348bcb8
  - drm/nouveau/ltc/tu102-: prepare for GSP-RM (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)
  - commit b567822
  - drm/nouveau/imem/tu102-: prepare for GSP-RM (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)
  - commit 7d980d7
  - drm/nouveau/i2c/tu102-: prepare for GSP-RM (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)
  - commit 9538e4b
  - drm/nouveau/gpio/tu102-: prepare for GSP-RM (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)
  - commit 0283e96
  - drm/nouveau/fuse/tu102-: prepare for GSP-RM (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)
  - commit dcebadb
  - drm/nouveau/fb/tu102-: prepare for GSP-RM (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)
  - commit 50c7b14
  - drm/nouveau/fault/tu102-: prepare for GSP-RM (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)
  - commit 6c6a2a5
  - drm/nouveau/devinit/tu102-: prepare for GSP-RM (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)
  - commit 8de6a3b
  - drm/nouveau/bus/tu102-: prepare for GSP-RM (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)
  - commit b712e58
  - drm/nouveau/bar/tu102-: prepare for GSP-RM (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)
  - commit 2642882
  - drm/nouveau/acr/tu102-: prepare for GSP-RM (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)
  - commit fa95246
  - drm/nouveau/gsp: prepare for GSP-RM (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)
  - commit 30bd8f3
  - drm/nouveau/nvkm: bump maximum number of NVJPG (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)
  - commit 5e69366
  - drm/nouveau/nvkm: bump maximum number of NVDEC (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)
  - commit bb557e2
  - drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb (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)
  - commit b271879
  - hyperv: avoid dependency on screen_info (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)
  - commit 63e171c
  - vgacon: remove screen_info dependency (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)
  - commit 138a609
  - dummycon: limit Arm console size hack to footbridge (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)
  - commit dea6107
  - vgacon: rework Kconfig dependencies (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)
  - commit a463e9c
  - mei: me: emit error only if reset was unexpected (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)
  - commit 639ccd0
  - misc: mei: main.c: fix kernel-doc warnings (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)
  - commit 36ea187
  - misc: mei: interrupt.c: fix kernel-doc warnings (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)
  - commit 1274df0
  - misc: mei: hw-me.c: fix kernel-doc warnings (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)
  - commit b8d7f52
  - misc: mei: hbm.c: fix kernel-doc warnings (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)
  - commit 571a7cb
  - misc: mei: dma-ring.c: fix kernel-doc warnings (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)
  - commit 211f11a
  - misc: mei: client.c: fix kernel-doc warnings (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)
  - commit 3452a20
  - misc: mei: hw.h: fix kernel-doc warnings (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)
  - commit 6c8ace5
  - mei: docs: fix spelling errors (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)
  - commit df8b19c
  - mei: docs: add missing entries to kdoc in struct mei_cfg_idx (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)
  - commit eb85504
  - mei: docs: use correct structures name in kdoc (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)
  - commit 7a63bf0
  - mei: update mei-pxp's component interface with timeouts (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)
  - commit 75486af
  - mei: pxp: re-enable client on errors (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)
  - commit 3f191b4
  - mei: pxp: recover from recv fail under memory pressure (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)
  - commit 30d4598
  - mei: bus: add send and recv api with timeout (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)
  - commit 95c9cf8
  - mei: fix doc typos (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)
  - commit a0116d9
  - drm/qxl: Use pci_is_vga() to identify VGA devices (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)
  - commit 872d23a
  - drm/virtio: Use pci_is_vga() to identify VGA devices (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)
  - commit 6aa20a7
  - drm/radeon: Use pci_get_base_class() to reduce duplicated code (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)
  - commit 229bb15
  - drm/amdgpu: Use pci_get_base_class() to reduce duplicated code (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)
  - commit acbdb10
  - drm/nouveau: Use pci_get_base_class() to reduce duplicated code (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)
  - commit 1f88c5b
  - drm/amd/amdgpu: avoid to disable gfxhub interrupt when driver is (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)
  - commit f1ebff4
  - drm/amdgpu: Add EXT_COHERENT support for APU and NUMA systems (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)
  - commit fdc2397
  - drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table (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)
  - commit a62eae4
  - drm/amdgpu: Identify data parity error corrected in replay mode (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)
  - commit a96b367
  - drm/amdgpu: Fix typo in IP discovery parsing (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)
  - commit 209a4ef
  - drm/amd/display: fix S/G display enablement (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)
  - commit feddebe
  - drm/amdxcp: fix amdxcp unloads incompletely (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)
  - commit 7458056
  - drm/amd/amdgpu: fix the GPU power print error in pm info (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)
  - commit 528ed7c
  - drm/amdgpu: Use pcie domain of xcc acpi objects (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)
  - commit 85463d2
  - drm/amdgpu: Add a read to GFX v9.4.3 ring test (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)
  - commit 35eb2ed
  - drm/amd/pm: call smu_cmn_get_smc_version in is_mode1_reset_supported. (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)
  - commit dd85096
  - drm/amdgpu: get RAS poison status from DF v4_6_2 (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)
  - commit a0eeca6
  - drm/amdgpu: Use discovery table's subrevision (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)
  - commit 3b25ece
  - drm/amd/display: 3.2.256 (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)
  - commit 4936c07
  - drm/amd/display: add interface to query SubVP status (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)
  - commit c793771
  - drm/amd/display: Read before writing Backlight Mode Set Register (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)
  - commit e7c7a2b
  - drm/amd/display: Disable SYMCLK32_SE RCO on DCN314 (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)
  - commit e5c9b57
  - drm/amd/display: Fix shaper using bad LUT params (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)
  - commit 7e2925e
  - drm/amd/display: add null check for invalid opps (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)
  - commit d5ed5f9
  - drm/amd/display: Update FAMS sequence for DCN30 & DCN32 (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)
  - commit 23b8830
  - drm/amd/display: fix num_ways overflow error (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)
  - commit 12f1a5a
  - drm/amd/display: Add prefix for plane functions (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)
  - commit 125ad35
  - drm/amd/display: Add prefix to amdgpu crtc functions (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)
  - commit 572915e
  - drm/amd/display: Correct enum typo (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)
  - commit 36b855b
  - drm/amd/display: Set emulated sink type to HDMI accordingly. (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)
  - commit c609b4d
  - drm/amd/display: Revert "drm/amd/display: allow edp updates for (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)
  - commit 3710207
  - drm/amd/display: Fix HDMI framepack 3D test issue (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)
  - commit 8b628a7
  - drm/amd/display: Fix IPS handshake for idle optimizations (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)
  - commit 261884b
  - drm/amd/display: implement map dc pipe with callback in DML2 (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)
  - commit 6eec916
  - drm/amd/display: add pipe resource management callbacks to DML2 (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)
  - commit d057e62
  - drm/amd/display: Update SDP VSC colorimetry from DP test automation (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)
  - commit 62ae635
  - drm/amd/display: Add a check for idle power optimization (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)
  - commit d4cd73d
  - drm/amd/display: Revert "Improve x86 and dmub ips handshake" (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)
  - commit cb14f3c
  - drm/amd/display: Fix MST Multi-Stream Not Lighting Up on dcn35 (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)
  - commit 8a795c1
  - drm/amd: Explicitly disable ASPM when dynamic switching disabled (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)
  - commit c74f4e7
  - nvme: enable retries for authentication commands (bsc#1186716).
  - nvme: change __nvme_submit_sync_cmd() calling conventions
    (bsc#1186716).
  - nvme-auth: open-code single-use macros (bsc#1186716).
  - nvme: use ctrl state accessor (bsc#1186716).
  - commit f8cc1d3
  - drm/amd: Move AMD_IS_APU check for ASPM into top level function (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)
  - commit c3bce11
  - Revert "drm/amdkfd: Use partial migrations in GPU page faults" (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)
  - commit 38c49d0
  - Revert "drm/amdkfd:remove unused code" (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)
  - commit 7e4263e
  - drm/amd/display: Fix copyright notice in DC code (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)
  - commit 527c4a2
  - drm/amd/display: Fix copyright notice in DML2 code (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)
  - commit 6ecb70e
  - drm/amd/display: Add missing copyright notice in DMUB (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)
  - commit 7f96c8f
  - drm/amdgpu remove restriction of sriov max_pfn on Vega10 (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)
  - commit 810cee0
  - drm/amdkfd: Address 'remap_list' not described in 'svm_range_add' (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)
  - commit 47ddcd9
  - drm/amdgpu: bypass RAS error reset in some conditions (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)
  - commit d866d32
  - drm/amdgpu: enable RAS poison mode for APU (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)
  - commit ea9f177
  - drm/amdgpu/vpe: correct queue stop programing (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)
  - commit ff8e0df
  - drm/amd/display: Fix DMUB errors introduced by DML2 (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)
  - commit 4fb02c6
  - drm/amd/display: Set the DML2 attribute to false in all DCNs older (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)
  - commit 6c96577
  - drm/amd/pm: Fix the return value in default case (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)
  - commit 657bc27
  - drm/amdgpu: Add API to get full IP version (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)
  - commit 494526f
  - drm/amdgpu: add tmz support for GC IP v11.5.0 (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)
  - commit 8e98ade
  - drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0 (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)
  - commit 15fd7cf
  - drm/amdgpu: modify if condition in nbio_v7_7.c (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)
  - commit 57afcdd
  - drm/amdgpu: refine ras error kernel log print (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)
  - commit 1cbaceb
  - drm/amdgpu: fix find ras error node error (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)
  - commit 46a75c8
  - drm/amd/display: reprogram det size while seamless boot (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)
  - commit 264d394
  - drm/amd/pm: record mca debug mode in RAS (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)
  - commit 594e9ba
  - drm/amdgpu: move buffer funcs setting up a level (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)
  - commit 0fea648
  - drm/sched: Convert the GPU scheduler to variable number of run-queues (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)
  - commit 695984d
  - drm/ci: docs: add step about how to request privileges (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)
  - commit b91fa8d
  - drm/ci: do not automatically retry on error (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)
  - commit 3121220
  - drm/ci: export kernel config (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)
  - commit 93f905f
  - drm/ci: increase i915 job timeout to 1h30m (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)
  - commit 59e1148
  - drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shards (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)
  - commit 6badf12
  - drm/ci: uprev IGT and make sure core_getversion is run (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)
  - commit 6a57584
  - drm/ci: add helper script update-xfails.py (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)
  - commit d58a660
  - drm/ci: fix DEBIAN_ARCH and get amdgpu probing (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)
  - commit 35de0dc
  - drm/ci: uprev mesa version: fix container build & crosvm (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)
  - commit 3454243
  - drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICE (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)
  - commit 9205c61
  - drm/ci: force-enable CONFIG_MSM_MMCC_8996 as built-in (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)
  - commit 9eb8f1f
  - drm/ci: pick up -external-fixes from the merge target repo (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)
  - commit f5f25de
  - drm/doc: ci: Require more context for flaky tests (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)
  - commit cd53377
  - drm/doc: document DRM_IOCTL_MODE_CREATE_DUMB (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)
  - commit 103a902
  - drm/rockchip: vop: Add NV15, NV20 and NV30 support (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)
  - commit 3a84c97
  - drm/fourcc: Add NV20 and NV30 YUV formats (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)
  - commit 3238b6d
  - drm/rockchip: vop2: rename window formats to show window type using (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)
  - commit b2bbf07
  - drm/rockchip: vop2: Add more supported 10bit formats (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)
  - commit e3788bd
  - drm/rockchip: vop: fix format bpp calculation (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)
  - commit 9b1e50c
  - drm/bridge: synopsys: dw-mipi-dsi: Fix hcomponent lbcc for burst mode (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)
  - commit 47d375a
  - drm/client: Convert drm_client_buffer_addfb() to drm_mode_addfb2() (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)
  - commit 5f5a6e8
  - drm/doc: use cross-references for macros (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)
  - commit bb5ab1d
  - drm/panel: ili9882t: Avoid blurred screen from fast sleep (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)
  - commit c0df107
  - drm/ast: Move register constants to ast_reg.h (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)
  - commit dc73b99
  - drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R (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)
  - commit 26a6753
  - drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R (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)
  - commit 77f0baf
  - drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI (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)
  - commit e488635
  - drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI (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)
  - commit 6cea9aa
  - drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR (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)
  - commit aecc26b
  - drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR (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)
  - commit fc7d8f8
  - drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR (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)
  - commit e542f42
  - drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI (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)
  - commit 9655e97
  - drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER (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)
  - commit aa0a5b2
  - drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W (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)
  - commit 75127e7
  - drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W (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)
  - commit 5469f71
  - fbdev/vt8623fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 89d6ecb
  - fbdev/viafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 7363b33
  - fbdev/vga16fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 04bce5e
  - fbdev/vermilionfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 4b1cbc6
  - fbdev/tridentfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit a524b13
  - fbdev/tgafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 3e46fbe
  - fbdev/tdfxfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 7ab2130
  - fbdev/sunxvr500: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 270fedb
  - fbdev/stifb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 6fed3d6
  - fbdev/sm712fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit f4685fb
  - fbdev/sm501fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 5d238f4
  - fbdev/sisfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 462b792
  - fbdev/savagefb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 3bce7da
  - fbdev/sa1100fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit ce0da22
  - fbdev/s3fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 41ed02e
  - fbdev/s1d13xxxfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit cd82960
  - fbdev/rivafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit e6bf2bb
  - fbdev/radeon: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 54d13c9
  - fbdev/pvr2fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 934366a
  - fbdev/pm3fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 43ab478
  - fbdev/pm2fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit c161dd4
  - fbdev/omapfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit b4f4888
  - fbdev/nvidiafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 2f7065e
  - fbdev/neofb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 00d946a
  - fbdev/matroxfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit bc42078
  - fbdev/intelfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 98f7aed
  - fbdev/imsttfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit de44f73
  - fbdev/i810fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit b661486
  - fbdev/hpfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 20c24fe
  - fbdev/hitfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 81bddca
  - fbdev/hgafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 75fc2e3
  - fbdev/gbefb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit fc61cc4
  - fbdev/ep93xx-fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit c78e671
  - fbdev/dnfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 1785122
  - fbdev/cyber2000fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit e8de30e
  - fbdev/controlfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 3418f44
  - fbdev/cobalt-lcd: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 85fb85a
  - fbdev/cirrusfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 669985c
  - fbdev/au1100fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 662ab91
  - fbdev/atyfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit cfe5544
  - fbdev/atafb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit a73d00f
  - fbdev/arkfb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 0e3d305
  - fbdev/amifb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit 649eac5
  - fbdev/amba-clcd: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit d43048a
  - fbdev/68328fb: Initialize fb_ops to fbdev I/O-memory helpers (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)
  - commit f47d8ca
  - drm/ssd130x: Add support for the SSD132x OLED controller family (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)
  - commit cfa58ed
  - drm/ssd130x: Rename commands that are shared across chip families (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)
  - commit 5c5005b
  - drm/ssd130x: Add a controller family id to the device info data (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)
  - commit 088d682
  - drm/ssd130x: Replace .page_height field in device info with a (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)
  - commit 864a885
  - drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MIT (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)
  - commit 0780e78
  - Documentation/gpu: Add a VM_BIND async document (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)
  - commit 145a148
  - drm/panel: st7703: Add Powkiddy RGB30 Panel Support (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)
  - commit f720192
  - drm/rockchip: remove NR_LAYERS macro on vop2 (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)
  - commit fa2bbbe
  - drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout (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)
  - commit 733e375
  - drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles (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)
  - commit 18e2c06
  - drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate (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)
  - commit 77298e3
  - drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support (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)
  - commit 2b331ba
  - drm/bridge: synopsys: dw-mipi-dsi: Force input bus flags (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)
  - commit 278dc9d
  - drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation (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)
  - commit 7ade4c9
  - drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() (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)
  - commit bb6c19f
  - drm: adv7511: Add hpd_override_enable variable to struct (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)
  - commit 5c67239
  - drm: adv7511: Add link_config variable to struct adv7511_chip_info (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)
  - commit fff0272
  - drm: adv7511: Add has_dsi variable to struct adv7511_chip_info (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)
  - commit 00732d3
  - drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info (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)
  - commit 0b36b6d
  - drm: adv7511: Add supply_names and num_supplies variables to struct (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)
  - commit 82c3682
  - drm: adv7511: Add max_lane_freq_khz variable to struct (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)
  - commit 8388c0b
  - drm: adv7511: Add max_mode_clock_khz variable to struct (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)
  - commit a219cab
  - drm: adv7511: Add struct adv7511_chip_info and use (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)
  - commit b1a9900
  - i2c: Add i2c_get_match_data() (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)
  - commit 2867b3c
  - drm/panel: st7703: Fix timings when entering/exiting sleep (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)
  - commit afaf792
  - drm/ssd130x: Fix atomic_check for disabled planes (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)
  - commit 55d3bbf
  - drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: switch to (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)
  - commit 8ace989
  - drm/amd/display: Fix stack size issue on DML2 (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)
  - commit 0b87651
  - drm/amd/display: Reduce stack size by splitting function (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)
  - commit 0371624
  - drm/amdkfd: remap unaligned svm ranges that have split (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)
  - commit dc06f24
  - drm/amdgpu: Create version number for coredumps (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)
  - commit 51da4e7
  - drm/amdgpu: Move coredump code to amdgpu_reset file (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)
  - commit 4051528
  - drm/amdgpu: Encapsulate all device reset info (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)
  - commit c68e09a
  - drm/amdgpu: support the port num info based on the capability flag (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)
  - commit f8e1b14
  - drm/amdgpu: prepare the output buffer for GET_PEER_LINKS command (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)
  - commit 57e54db
  - drm/amdgpu: drop status query/reset for GCEA 9.4.3 and MMEA 1.8 (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)
  - commit 9c912bc
  - drm/amdgpu: update the xgmi ta interface header (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)
  - commit 8453818
  - drm/amdgpu: add set/get mca debug mode operations (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)
  - commit db341f0
  - drm/amdgpu: replace reset_error_count with (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)
  - commit b5fa5d4
  - drm/amdgpu: add clockgating support for NBIO v7.7.1 (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)
  - commit 927066f
  - drm/amdgpu: fix missing stuff in NBIO v7.11 (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)
  - commit d1d7d72
  - drm/amdgpu: Enable RAS feature by default for APU (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)
  - commit a204bd6
  - drm/amdgpu: fix typo for amdgpu ras error data print (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)
  - commit 955d82d
  - drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P4 (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)
  - commit 439ddb1
  - drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P3 (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)
  - commit a26b24b
  - drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P2 (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)
  - commit 321544b
  - drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P1 (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)
  - commit 4df53ec
  - drm/amdgpu: Fix delete nodes that have been relesed (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)
  - commit cdf535f
  - drm/amdgpu: Enable mca debug mode mode when ras enabled (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)
  - commit ff35ab1
  - drm/amdgpu: Add UVD_VCPU_INT_EN2 to dpg sram (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)
  - commit caa018c
  - drm/amd/display: Respect CONFIG_FRAME_WARN=0 in DML2 (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)
  - commit 17ace02
  - drm/amd/display: clean up some inconsistent indenting (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)
  - commit 6e21eaf
  - drm/amd/display: Simplify bool conversion (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)
  - commit 12b96ec
  - drm/amd/display: Remove unneeded semicolon (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)
  - commit 91b4de4
  - drm/amd/display: Remove duplicated include in dce110_hwseq.c (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)
  - commit 65f6f7a
  - drm/amd/display: clean up some inconsistent indentings (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)
  - commit d548ffa
  - drm/amdgpu: Enable software RAS in vcn v4_0_3 (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)
  - commit 67e93fb
  - drm/amdgpu: define ras_reset_error_count function (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)
  - commit 3140167
  - drm/amdkfd:remove unused code (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)
  - commit 1b0d524
  - drm/amd/pm: Support for getting power1_cap_min value (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)
  - commit 4213bd7
  - drm/amdgpu: Log UE corrected by replay as correctable error (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)
  - commit a3117a6
  - drm/amdgpu: Workaround to skip kiq ring test during ras gpu recovery (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)
  - commit 0b4a922
  - drm/amd/display: Fix a handful of spelling mistakes in dml_print (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)
  - commit 3725b5b
  - drm/amdkfd: clean up some inconsistent indenting (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)
  - commit 3489484
  - drm/amd/display: Remove brackets in macro to conform to coding style (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)
  - commit 983878b
  - drm/amd: Read IMU FW version from scratch register during hw_init (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)
  - commit aea7a59
  - drm/amd: Don't parse IMU ucode version if it won't be loaded (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)
  - commit 344527c
  - drm/amd: Move microcode init step to early_init() (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)
  - commit a8beac0
  - drm/amd: Add missing kernel doc for prepare_suspend() (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)
  - commit 555697f
  - drm/amdgpu: update to the latest GC 11.5 headers (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)
  - commit 1229d12
  - drm/amdgpu/mes11: remove aggregated doorbell code (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)
  - commit 720720d
  - drm/amdgpu : Add hive ras recovery check (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).
  - Refresh
    patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch.
  - commit 813e00b
  - drm/amd/display: Add missing lines of code in dc.c (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)
  - commit 63a8020
  - drm/amdgpu/umsch: add suspend and resume callback (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)
  - commit a1759d3
  - drm/amdgpu/pm: update SMU 13.0.0 PMFW version check (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)
  - commit 8c824cd
  - drm/msm/a7xx: actually use a7xx state registers (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)
  - commit 2b03fd6
  - drm/msm/dpu: enable writeback on SM8550 (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)
  - commit 8b74433
  - drm/msm/dpu: sm8550: remove unused VIG and DMA clock controls entries (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)
  - commit 04877d5
  - drm/msm/dpu: move setup_force_clk_ctrl handling into plane and wb (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)
  - commit 36b488c
  - drm/msm/dpu: add setup_clk_force_ctrl() op to sspp & wb (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)
  - commit c7393e4
  - drm/msm/dpu: create a dpu_hw_clk_force_ctrl() helper (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)
  - commit 06b785a
  - drm/msm/a6xx: Fix up QMP handling (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)
  - commit c2ac654
  - drm/msm/dp: use correct lifetime device for devm_drm_bridge_add (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)
  - commit 78ad53c
  - drm/msm/hdmi: use correct lifetime device for devm_drm_bridge_add (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)
  - commit 93ed4dc
  - drm/msm/dsi: use correct lifetime device for devm_drm_bridge_add (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)
  - commit c0bcee1
  - drm/msm: fix fault injection support (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)
  - commit bc57c89
  - drm/msm: carve out KMS code from msm_drv.c (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)
  - commit 40e178e
  - drm/msm: make fb debugfs file available only in KMS case (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)
  - commit bdd0e70
  - drm/msm: only register 'kms' debug file if KMS is used (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)
  - commit b3f2ba1
  - drm/msm: switch to drmm_mode_config_init() (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)
  - commit dd85b2d
  - drm/msm: rename msm_drv_shutdown() to msm_kms_shutdown() (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)
  - commit 79253e5
  - drm/msm: remove shutdown callback from msm_platform_driver (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)
  - commit 985c23b
  - drm/msm: rename msm_pm_prepare/complete to note the KMS nature (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)
  - commit 2bf0c57
  - drm/msm: drop pm ops from the headless msm driver (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)
  - commit 693750f
  - drm/msm: remove msm_drm_private::bridges field (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)
  - commit be5c5fa
  - drm/msm/dp: switch to devm_drm_bridge_add() (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)
  - commit f64ce18
  - drm/msm/dp: move pdev from struct dp_display_private to struct msm_dp (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)
  - commit b653a7b
  - drm/msm/hdmi: switch to devm_drm_bridge_add() (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)
  - commit df56700
  - drm/msm/dsi: switch to devm_drm_bridge_add() (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)
  - commit 022b958
  - drm/msm/mdp5: move resource allocation to the _probe function (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)
  - commit 5ab138d
  - drm/msm/mdp4: move resource allocation to the _probe function (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)
  - commit a5622e5
  - drm/msm/dpu: move resource allocation to the _probe function (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)
  - commit 5b98e03
  - drm/msm: allow passing struct msm_kms to msm_drv_probe() (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)
  - commit 963e621
  - drm/msm/adreno: Add A635 speedbin 0xac (A643) (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)
  - commit 68e8291
  - drm/msm/adreno: Add ZAP firmware name to A635 (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)
  - commit 8b87e4b
  - drm/msm/a6xx: Poll for GBIF unhalt status in hw_init (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)
  - commit 1995af6
  - drm/msm/a6xx: Add A740 support (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)
  - commit 9328a8c
  - drm/msm/a6xx: Add A730 support (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)
  - commit 53349fd
  - drm/msm/a6xx: Mostly implement A7xx gpu_state (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)
  - commit 3566b82
  - drm/msm/a6xx: Send ACD state to QMP at GMU resume (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)
  - commit 21e2338
  - drm/msm/a6xx: Add skeleton A7xx support (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)
  - commit ae8cedf
  - drm/msm/a6xx: Add missing regs for A7XX (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)
  - commit 1f02a2c
  - drm/msm/dp: support setting the DP subconnector type (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)
  - commit 91c1ea2
  - drm/msm/dp: Remove error message when downstream port not connected (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)
  - commit 1e4d4db
  - drm/msm/dp: Inline dp_display_is_sink_count_zero() (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)
  - commit 9eb4a15
  - drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init (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)
  - commit 3453c07
  - drm/msm/dpu: drop useless check from (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)
  - commit 94d99df
  - drm/msm/dpu: drop DPU_INTF_TE feature flag (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)
  - commit 7358973
  - drm/msm/dpu: enable INTF TE operations only when supported by HW (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)
  - commit c4828fc
  - drm/msm/dpu: inline _setup_intf_ops() (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)
  - commit 3b35eea
  - drm/msm/dpu: drop the DPU_PINGPONG_TE flag (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)
  - commit 16de872
  - drm/msm/dpu: enable PINGPONG TE operations only when supported by HW (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)
  - commit 295c7ff
  - drm/msm/dpu: inline _setup_pingpong_ops() (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)
  - commit d8afa98
  - drm/msm/dp: Remove dp_display_is_ds_bridge() (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)
  - commit e52828a
  - drm/msm/dp: Inline dp_link_parse_sink_count() (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)
  - commit 1498681
  - drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}() (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)
  - commit de38c2f
  - drm/msm/dp: Remove aux_cfg_update_done and related code (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)
  - commit bcfa4d4
  - drm/msm/dp: Remove dead code related to downstream cap info (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)
  - commit 7f9923c
  - drm/msm/dp: Use drm_dp_read_sink_count() helper (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)
  - commit 4c7f211
  - drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps() (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)
  - commit 4aecb68
  - drm/msm/dsi: Enable widebus for DSI (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)
  - commit 251ffc6
  - drm/msm/dsi: Add DATABUS_WIDEN MDP_CTRL2 bit (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)
  - commit 4e535ad
  - drm/msm/dpu: Enable widebus for DSI INTF (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)
  - commit 7ebb93d
  - drm/msm/dpu: Move setting of dpu_enc::wide_bus_en to atomic enable() (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)
  - commit 284af1b
  - drm/msm: Remove unnecessary NULL values (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)
  - commit ddc2f1e
  - drm/msm/dpu: shift IRQ indices by 1 (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)
  - commit a9ae3bb
  - drm/msm/dpu: stop using raw IRQ indices in the kernel traces (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)
  - commit 33fd989
  - drm/msm/dpu: stop using raw IRQ indices in the kernel output (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)
  - commit a162f76
  - drm/msm/dpu: make the irq table size static (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)
  - commit dec0ef6
  - drm/msm/dpu: add helper to get IRQ-related data (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)
  - commit 71e6005
  - drm/msm/dpu: extract dpu_core_irq_is_valid() helper (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)
  - commit 69dc65b
  - drm/msm/dpu: remove irq_idx argument from IRQ callbacks (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)
  - commit a90b971
  - drm/mediatek: aal: Compress of_device_id entries and add sentinel (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)
  - commit 9496ffe
  - drm/mediatek: gamma: Add kerneldoc for struct mtk_disp_gamma (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)
  - commit 71df03e
  - drm/mediatek: aal: Add kerneldoc for struct mtk_disp_aal (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)
  - commit 85f7d6e
  - drm/mediatek: gamma: Program gamma LUT type for descending or rising (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)
  - commit 46ec84f
  - drm/mediatek: gamma: Make sure relay mode is disabled (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)
  - commit 87431e5
  - drm/mediatek: gamma: Add support for MT8195 (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)
  - commit e8a4390
  - drm/mediatek: gamma: Add support for 12-bit LUT (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)
  - commit 0f8ca48
  - drm/mediatek: gamma: Support multi-bank gamma LUT (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)
  - commit 862655d
  - drm/mediatek: De-commonize disp_aal/disp_gamma gamma_set functions (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)
  - commit 33bd930
  - drm/mediatek: aal: Use bitfield macros (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)
  - commit aed2727
  - drm/mediatek: gamma: Use bitfield macros (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)
  - commit 79c0b3c
  - drm/mediatek: gamma: Enable the Gamma LUT table only after (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)
  - commit 490ab52
  - drm/mediatek: gamma: Improve and simplify HW LUT calculation (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)
  - commit 767a4a7
  - drm/mediatek: gamma: Support SoC specific LUT size (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)
  - commit d592935
  - drm/mediatek: gamma: Reduce indentation in mtk_gamma_set_common() (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)
  - commit 8cd76ea
  - drm/mediatek: gamma: Adjust mtk_drm_gamma_set_common parameters (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)
  - commit ae1a883
  - drm/mediatek: Support dynamic selection of MT8188 VDOSYS0 (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)
  - commit d4a9358
  - drm/mediatek: dsi: Support dynamic connector selection (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)
  - commit 56c807f
  - drm/mediatek: dpi: Support dynamic connector selection (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)
  - commit e8edf2c
  - drm/mediatek: Add connector dynamic selection capability (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)
  - commit 508368c
  - drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcs (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)
  - commit d25444e
  - drm/mediatek: dsi: Add mode_valid callback to DSI bridge (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)
  - commit 31d1763
  - drm/mediatek: dp: Add support MT8188 dp/edp function (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)
  - commit 03b83dd
  - drm/mediatek: dp: Add the audio divider to mtk_dp_data struct (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)
  - commit cb570e9
  - drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct (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)
  - commit 60d9188
  - drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c (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)
  - commit 43f0347
  - drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code (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)
  - commit e7d23b5
  - drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3 (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)
  - commit 58650a1
  - drm/i915: Prevent potential null-ptr-deref in engine_init_common (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)
  - commit 2c37a30
  - drm/i915: Enable GuC TLB invalidations for MTL (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)
  - commit 42deddb
  - drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheck (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)
  - commit 0b57ee4
  - drm/i915: No TLB invalidation on wedged GT (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)
  - commit 1eb7b28
  - drm/i915: No TLB invalidation on suspended GT (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)
  - commit 19d80a2
  - drm/i915: Define and use GuC and CTB TLB invalidation
    routines (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).
  - Refresh
    patches.suse/drm-i915-Flush-WC-GGTT-only-on-required-platforms.patch.
  - commit e4446a6
  - drm/i915/guc: Add CT size delay helper (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)
  - commit ee9b832
  - drm/i915: Add GuC TLB Invalidation device info flags (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)
  - commit 996f028
  - drm/i915/pxp: Clean up zero initializers (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)
  - commit 83f2656
  - drm/i915/guc: Clean up zero initializers (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)
  - commit e1752d0
  - drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake (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 jsc#PED-6113 jsc#PED-6124 jsc#PED-6037 jsc#PED-6008 jsc#PED-6007 jsc#PED-6105)
  - commit f4f6528
  - drm/i915/pci: Clean up zero initializers (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)
  - commit 0aceffc
  - drm/i915/hdcp: Clean up zero initializers (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)
  - commit 7d5480f
  - drm/i915/display: Clean up zero initializers (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)
  - commit 1351103
  - drm/i915/dp: Remove unused DSC caps from intel_dp (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)
  - commit e779542
  - drm/i915/dp_mst: Use connector DSC DPCD in (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)
  - commit 71cfa1d
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_config() (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)
  - commit 8370287
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_mode_valid() (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)
  - commit 8393516
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_get_slice_count() (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)
  - commit 8ec04ed
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_supports_format() (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)
  - commit d87a544
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_params() (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)
  - commit 0d1cf43
  - drm/i915/dp: Pass only the required DSC DPCD to (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)
  - commit f8e438b
  - drm/i915/dp: Pass only the required i915 to (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)
  - commit 73d51ed
  - drm/i915/dp: Pass connector DSC DPCD to (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)
  - commit f42c609
  - drm/i915/dp: Use connector DSC DPCD in (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)
  - commit 14d3426
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_dsc() (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)
  - commit b61cc04
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_fec() (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)
  - commit de3df3a
  - drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_max_bpp() (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)
  - commit 9301bf0
  - drm/i915/dp: Use connector DSC DPCD in i915_dsc_fec_support_show() (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)
  - commit 159b2d9
  - drm/i915/dp: Use i915/intel connector local variables in (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)
  - commit 1075b0d
  - drm/i915/dp_mst: Set connector DSC capabilities and decompression AUX (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)
  - commit 360e8aa
  - drm/i915/dp: Store DSC DPCD capabilities in the connector (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)
  - commit 19b3c2a
  - drm/i915/dp: Sanitize DPCD revision check in (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)
  - commit 62bac33
  - drm/i915/dsb: Re-instate DSB for LUT updates (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)
  - commit bdc478b
  - drm/i915/dsb: Correct DSB command buffer cache coherency settings (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)
  - commit 8f475ef
  - drm/i915/dsb: Allocate command buffer from local memory (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)
  - commit e9bfb7a
  - drm/i915/lnl: Remove watchdog timers for PSR (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).
  - Refresh
    patches.suse/drm-i915-psr-Only-allow-PSR-in-LPSP-mode-on-HSW-non-.patch.
  - commit 56718db
  - drm/i915: Add new DG2 PCI IDs (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)
  - commit 7c487b5
  - drm/amd/swsmu: update smu v14_0_0 header files and metrics table (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)
  - commit 1a47d93
  - drm/amdgpu: add RAS error info support for umc_v12_0 (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)
  - commit 88724fd
  - drm/amdgpu: add RAS error info support for mmhub_v1_8 (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)
  - commit 93f51db
  - drm/amdgpu: add RAS error info support for gfx_v9_4_3 (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)
  - commit b4bf4ce
  - drm/amdgpu: add RAS error info support for sdma_v4_4_2. (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)
  - commit 7594c2f
  - drm/amdgpu: add ras_err_info to identify RAS error source
    (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).
  - Refresh
    patches.suse/drm-amdgpu-Do-not-issue-gpu-reset-from-nbio-v7_9-bif.patch.
  - commit 5d58bd0
  - drm/amdgpu: flush the correct vmid tlb for specific pasid (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)
  - commit 7958829
  - drm/amdgpu: make err_data structure built-in for ras_manager (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)
  - commit b7bee8b
  - drm/amdgpu: disable GFXOFF and PG during compute for GFX9 (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)
  - commit f602552
  - drm/amdgpu/umsch: fix missing stuff during rebase (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)
  - commit 628a52c
  - drm/amdgpu/umsch: correct IP version format (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)
  - commit edbebb2
  - drm/amdgpu: don't use legacy invalidation on MMHUB v3.3 (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)
  - commit db699e8
  - drm/amdgpu: correct NBIO v7.11 programing (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)
  - commit e286fca
  - drm/amdgpu: Correctly use bo_va->ref_count in compute VMs (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)
  - commit 6c4d1e2
  - drm/amd/pm: Add P2S tables for SMU v13.0.6 (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)
  - commit a1c8b47
  - drm/amdgpu: Add support to load P2S tables (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)
  - commit f4dbd26
  - drm/amdgpu: Update PSP interface header (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)
  - commit b04ed91
  - drm/amdgpu: Avoid FRU EEPROM access on APU (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)
  - commit 9a6a6b4
  - drm/amdgpu: save VCN instances init info before jpeg init (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)
  - commit 816f72c
  - Revert "drm/amd/display: Skip entire amdgpu_dm build if (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)
  - commit 23ccb13
  - Revert "drm/amd/display: Create one virtual connector in DC" (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)
  - commit 17b5ef5
  - Revert "drm/amd/display: Disable virtual links" (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)
  - commit 5858702
  - Revert "drm/amd/display: Initialize writeback connector" (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)
  - commit 76e418c
  - Revert "drm/amd/display: Skip writeback connector when we get (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)
  - commit 305cd28
  - Revert "drm/amd/display: Return drm_connector from (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)
  - commit 275654a
  - Revert "drm/amd/display: Use drm_connector in create_stream_for_sink" (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)
  - commit 61a274e
  - drm/amd/pm: drop most smu_cmn_get_smc_version in smu (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)
  - commit c87a595
  - drm/amd/pm: Add reset option for fan_ctrl on smu 13.0.7 (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)
  - commit 039a85f
  - drm/amd/pm: Add reset option for fan_ctrl interfaces (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)
  - commit 58518d5
  - Revert "drm/amd/display: Create amdgpu_dm_wb_connector" (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)
  - commit 069b792
  - Revert "drm/amd/display: Create fake sink and stream for writeback (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)
  - commit 7dd37eb
  - Revert "drm/amd/display: Hande writeback request from userspace" (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)
  - commit 8acc920
  - Revert "drm/amd/display: Add writeback enable/disable in dc" (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)
  - commit 64dae81
  - Revert "drm/amd/display: Fix writeback_info never got updated" (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)
  - commit 4a93275
  - Revert "drm/amd/display: Validate hw_points_num before using it" (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)
  - commit 1188701
  - Revert "drm/amd/display: Fix writeback_info is not removed" (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)
  - commit 192b0c0
  - Revert "drm/amd/display: Add writeback enable field (wb_enabled)" (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)
  - commit 2bae018
  - Revert "drm/amd/display: Setup for mmhubbub3_warmup_mcif with big (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)
  - commit f0b5192
  - Revert "drm/amd/display: Add new set_fc_enable to struct dwbc_funcs" (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)
  - commit c5f33bc
  - Revert "drm/amd/display: Disable DWB frame capture to emulate (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)
  - commit 30823fb
  - drm/amd/display: Revert "drm/amd/display: Use drm_connector in (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)
  - commit 6b9168d
  - drm/amdgpu: Expose ras version & schema info (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)
  - commit f97ca72
  - drm/amdgpu: Read PSPv13 OS version from register (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)
  - commit f8e2e74
  - drm/amd/display: add missing NULL check for DML2 (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)
  - commit 6e8094f
  - drm/amdgpu/umsch: enable doorbell for umsch (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)
  - commit 2d58e4d
  - drm/amd/display: make dc_set_power_state() return type `void` again (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)
  - commit 0824918
  - drm/amd/display: Destroy DC context while keeping DML and DML2 (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)
  - commit 9258c51
  - drm/amd/display: Catch errors from drm_atomic_helper_suspend() (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)
  - commit 37a994c
  - drm/amd: Split up UVD suspend into prepare and suspend steps (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)
  - commit f9fc31a
  - drm/amd: Add concept of running prepare_suspend() sequence for IP (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)
  - commit 5cec749
  - drm/amd: Evict resources during PM ops prepare() callback (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)
  - commit fa1b0ba
  - drm/amdgpu: enable GFX IP v11.5.0 CG and PG support (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)
  - commit 446782b
  - drm/amdgpu: add support to power up/down UMSCH by SMU (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)
  - commit 7da10d9
  - drm/amdgpu: add power up/down UMSCH ppt callback (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)
  - commit c16e13b
  - drm/amdgpu: add support to powerup VPE by SMU (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)
  - commit 93889f2
  - drm/amdgpu/discovery: add SMU 14 support (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)
  - commit 9041b19
  - drm/amd/swsmu: add smu14 ip support (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)
  - commit 99771e4
  - drm/amd/swsmu: add smu v14_0_0 pmfw if file (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)
  - commit dd6c6b5
  - drm/amd/swsmu: add smu v14_0_0 ppsmc file (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)
  - commit 79187c1
  - drm/amdgpu/swsmu: add smu v14_0_0 driver if file (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)
  - commit 3a5fbeb
  - drm/amdgpu/umsch: power on/off UMSCH by DLDO (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)
  - commit c4580d3
  - drm/amdgpu/umsch: fix psp frontdoor loading (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)
  - commit 12dbe53
  - drm/amdgpu: Increase IP discovery region size (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)
  - commit bd8199b
  - drm/amd/pm: Use gpu_metrics_v1_4 for SMUv13.0.6 (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).
  - Refresh
    patches.suse/drm-amd-pm-Fix-a-memory-leak-on-an-error-path.patch.
  - commit d1f7bde
  - drm/amd/pm: Add gpu_metrics_v1_4 (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)
  - commit 4110a79
  - drm/amd/pm: Update metric table for smu v13_0_6 (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)
  - commit b33835e
  - drm/amdgpu: Return -EINVAL when MMSCH init status incorrect (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)
  - commit 32e5d3b
  - drm/amd/pm: wait for completion of the EnableGfxImu command (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)
  - commit 091cdf6
  - drm/amdgpu/vpe: fix insert_nop ops (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)
  - commit a4d4b8b
  - drm/amdgpu: Address member 'gart_placement' not described in (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)
  - commit 0138257
  - drm/amdgpu/vpe: align with mcbp changes (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)
  - commit bdfa034
  - drm/amdgpu/vpe: remove IB end boundary requirement (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)
  - commit 1ba20ba
  - drm/amdgpu: Improve MES responsiveness during oversubscription (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)
  - commit e05d384
  - drm/amdgpu/discovery: enable DCN 3.5.0 support (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)
  - commit 3e15261
  - drm/amd/display: 3.2.255 (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)
  - commit 2470123
  - drm/amd/display: Disable virtual links (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)
  - commit 842ca6c
  - drm/amd/display: Disable SubVP if test pattern is enabled (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)
  - commit f33fd37
  - drm/amd/display: Refactor DPG test pattern logic for ODM cases (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)
  - commit 8d1be25
  - drm/amd/display: Don't set dpms_off for seamless boot (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)
  - commit 2c3f610
  - drm/amd/display: Refactor HWSS into component folder (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)
  - commit 3461e9a
  - drm/amd/display: Revert "drm/amd/display: Add a check for idle power (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)
  - commit 18bfd27
  - drm/amdgpu: add hub->ctx_distance in setup_vmid_config (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)
  - commit 3a0a854
  - drm/amd/display: Update cursor limits based on SW cursor fallback (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)
  - commit 2232063
  - drm/amd/display: Update dml ssb from pmfw clock table (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)
  - commit 4e1e813
  - drm/amd/display: Update stream mask (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)
  - commit c171862
  - drm/amd/display: Revert "drm/amd/display: remove duplicated edp (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)
  - commit 036f44f
  - drm/amd/display: Modify Vmin default value (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)
  - commit 197bc1a
  - drm/amd/display: Update pmfw_driver_if new structure (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)
  - commit f3ad633
  - drm/amd/display: VSIF v3 set Max Refresh Rate (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)
  - commit 2a01d41
  - drm/amd/display: Modify SMU message logs (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)
  - commit 5f8c47c
  - drm/amd/display: enable S/G display for for recent APUs by default (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)
  - commit 2186883
  - Documentation/amdgpu: Add FRU attribute details (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)
  - commit b96aaff
  - drm/amdgpu: Add more FRU field information (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)
  - commit bc0e69c
  - drm/amdgpu: Refactor FRU product information (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)
  - commit 6c8a81f
  - drm/amdgpu: enable FRU device for SMU v13.0.6 (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)
  - commit e63b695
  - drm/amdgpu: update ib start and size alignment (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)
  - commit 16aedec
  - drm/amd/display: add check in validate_only in dml2 (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)
  - commit 0b67913
  - drm/amd/display: Port replay vblank logic to DML2 (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)
  - commit 433819d
  - drm/amd/display: Modify Pipe Selection for Policy for ODM (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)
  - commit 5104213
  - drm/amd/display: correct dml2 input and dlg_refclk (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)
  - commit b0e5032
  - drm/amd/display: Fix Chroma Surface height/width initialization (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)
  - commit 2531f32
  - drm/amd/display: Move stereo timing check to helper (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)
  - commit 3ec9c52
  - drm/amd/display: Split pipe for stereo timings (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)
  - commit c0e10ef
  - drm/amd/display: Use fixed DET Buffer Size (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)
  - commit 8be7909
  - drm/amd/display: Handle multiple streams sourcing same surface (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)
  - commit 615772f
  - drm/amd/display: Add z8_marks in dml (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)
  - commit 3ffd3bf
  - drm/amd/display: Add DCN35 DML2 support (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)
  - commit 08a99b8
  - drm/amd/display: Introduce DML2 (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)
  - commit cb532bb
  - drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard (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)
  - commit 846dda3
  - drm/amd/display: Move bw_fixed from DML folder (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)
  - commit 0fbbc5c
  - drm/amd/display: Move custom_float from DML folder (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)
  - commit 8ed5b03
  - drm/amd/display: Move dce_calcs from DML folder (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)
  - commit 45fe3e9
  - drm/amdgpu: Enable SMU 13.0.0 optimizations when ROCm is active (v2) (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)
  - commit 9f32cfc
  - drm/amd/display: Move the memory allocation out of (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)
  - commit 0979c39
  - drm/amd/display: Move the memory allocation out of (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)
  - commit e32f467
  - drm/amd/display: Add a warning if the FPU is used outside from task (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)
  - commit 4175398
  - drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430 (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)
  - commit cd53ea5
  - drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by (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)
  - commit 09866e6
  - drm/amdgpu: Drop unnecessary return statements (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)
  - commit 746054c
  - Documentation/amdgpu: Add board info details (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)
  - commit 69160f0
  - drm/amdgpu: Add sysfs attribute to get board info (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)
  - commit 5a5d8d6
  - drm/amdgpu: Get package types for smuio v13.0 (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)
  - commit 23d6545
  - drm/amdgpu: Add more smuio v13.0.3 package types (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)
  - commit ba433f6
  - drm/amdgpu: fix ip count query for xcp partitions (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)
  - commit 2bf8924
  - drm/amd/pm: Remove set df cstate for SMUv13.0.6 (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)
  - commit e39de3d
  - drm/amdgpu: Move package type enum to amdgpu_smuio (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)
  - commit ce01a29
  - drm/amdgpu: Fix complex macros error (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)
  - commit 3c20e9a
  - drm/amdkfd: Use partial migrations in GPU page faults (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)
  - commit 5eb6f61
  - drm/amd/display: Simplify the per-CPU usage. (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)
  - commit 4b006c5
  - drm/amd/display: Remove migrate_en/dis from dc_fpu_begin(). (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)
  - commit cc4c1d8
  - drm/amdgpu: amdgpu_drm.h: fix comment typos (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)
  - commit 3c99939
  - drm/amdgpu: refine fault cache updates (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)
  - commit 61687fb
  - drm/amdgpu: add new INFO ioctl query for the last GPU page fault (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)
  - commit e4008cd
  - drm/amd/pm: Add GC v9.4.3 thermal limits to hwmon (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)
  - commit 8ec0f1d
  - drm/amd/pm: Add throttle limit for SMU v13.0.6 (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)
  - commit 27eec56
  - drm/amd/display: 3.2.254 (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)
  - commit dd1b787
  - drm/amd/display: Adjust code style for hw_sequencer.h (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)
  - commit d4d77f2
  - drm/amd/display: Adjust code style for dmub_cmd.h (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)
  - commit fdc009a
  - drm/amd/display: Update DMUB cmd header (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)
  - commit 7f1681a
  - drm/amd/display: Add a check for idle power optimization (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)
  - commit 6f92140
  - drm/amd/display: Clean up code warnings (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)
  - commit 8871a50
  - drm/amd/display: Make driver backwards-compatible with non-IPS PMFW (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)
  - commit 25e73e6
  - drm/amd/display: remove duplicated edp relink to fastboot (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)
  - commit 96b0881
  - drm/amd/display: enable dsc_clk even if dsc_pg disabled
    (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).
  - Refresh
    patches.suse/drm-amd-display-Fix-tiled-display-misalignment.patch.
  - commit f193ba3
  - drm/amdkfd: Fix EXT_COHERENT memory allocation crash (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)
  - commit 0e40c63
  - drm/amdgpu: ratelimited override pte flags messages (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)
  - commit 7c8529d
  - drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base (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)
  - commit 57a7917
  - drm/amdgpu: cache gpuvm fault information for gmc7+ (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)
  - commit 96bc4fd
  - drm/amdgpu: add cached GPU fault structure to vm struct (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)
  - commit 52cc32a
  - drm/amdgpu: Use ttm_pages_limit to override vram reporting (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)
  - commit 02aa7c0
  - drm/amdgpu: Rework KFD memory max limits (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)
  - commit 9be29d5
  - drm/amdgpu/gmc11: set gart placement GC11 (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)
  - commit fb600ec
  - drm/amdgpu/gmc: add a way to force a particular placement for GART (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)
  - commit 13fbb99
  - drm/amd/display: fix problems in power_helper (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)
  - commit ddb2f05
  - drm/amdgpu: correct gpu clock counter query on cyan skilfish (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)
  - commit d524c0e
  - drm/amd/display: Disable DWB frame capture to emulate oneshot (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)
  - commit f21b648
  - drm/amd/display: Add new set_fc_enable to struct dwbc_funcs (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)
  - commit 73ccf4e
  - drm/amd/display: Setup for mmhubbub3_warmup_mcif with big buffer (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)
  - commit 824dc58
  - drm/amd/display: Add writeback enable field (wb_enabled) (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)
  - commit fd0a727
  - drm/amd/display: Fix writeback_info is not removed (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)
  - commit e941a01
  - drm/amd/display: Validate hw_points_num before using it (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)
  - commit 8f19049
  - drm/amd/display: Fix writeback_info never got updated (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)
  - commit 0d2fbb1
  - drm/amd/display: Add writeback enable/disable in dc (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)
  - commit b9d213e
  - drm/amd/display: Hande writeback request from userspace (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)
  - commit 3a304d4
  - drm/amd/display: Create fake sink and stream for writeback connector (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)
  - commit 73700bd
  - drm/amd/display: Create amdgpu_dm_wb_connector (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)
  - commit e4d367d
  - drm/amd/display: Use drm_connector in create_validate_stream_for_sink (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)
  - commit 96565ae
  - drm/amd/display: Address 'srf_updates' not described in (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)
  - commit f0f5d63
  - drm/amd/pm: delete dead code (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)
  - commit 876ea1d
  - drm/amd/display: Use drm_connector in create_stream_for_sink (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)
  - commit 05ec245
  - drm/amdkfd: drop struct kfd_cu_info (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)
  - commit 7564e5d
  - drm/amd/display: Return drm_connector from (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)
  - commit 6dca2ee
  - drm/amdkfd: reduce stack size in kfd_topology_add_device() (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)
  - commit 48a4e03
  - drm/amd/display: Skip writeback connector when we get (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)
  - commit 07ac420
  - drm/amdgpu: exit directly if gpu reset fails (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)
  - commit fdb86e6
  - drm/amd/pm: Disallow managing power profiles on SRIOV for gc11.0.3 (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)
  - commit e75c850
  - drm/amd/display: Initialize writeback connector (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)
  - commit eb5a26e
  - drm/amd: Move microcode init from sw_init to early_init for CIK SDMA (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)
  - commit ba7de43
  - drm/amd: Move microcode init from sw_init to early_init for SDMA v2.4 (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)
  - commit d0b0ab0
  - drm/amd: Move microcode init from sw_init to early_init for SDMA v3.0 (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)
  - commit d4e9266
  - drm/amd: Move microcode init from sw_init to early_init for SDMA v5.2 (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)
  - commit 01228c3
  - drm/amd: Move microcode init from sw_init to early_init for SDMA v6.0 (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)
  - commit 89671c7
  - drm/amd: Move microcode init from sw_init to early_init for SDMA v5.0 (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)
  - commit c74d856
  - drm/amd/display: Create one virtual connector in DC (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)
  - commit ec10a40
  - drm/amd: Drop error message about failing to load SDMA firmware (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)
  - commit 98402d9
  - drm/amd/pm: fix the print_clk_levels issue for SMU v13.0.6 (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)
  - commit 1f6e154
  - drm/amd/pm: deprecate allow_xgmi_power_down interface (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)
  - commit 30bb64d
  - drm/amd/pm: integrate plpd allow/disallow into (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)
  - commit cdc22c8
  - drm/amd/pm: init plpd_mode properly for different asics (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)
  - commit bc8cf4d
  - drm/amd/display: Remove unused DPCD declarations (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)
  - commit d168780
  - drm/amd/display: Skip entire amdgpu_dm build if !CONFIG_DRM_AMD_DC (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)
  - commit 3ac2aab
  - drm/amd: Limit seamless boot by default to APUs (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)
  - commit 91de247
  - drm/amd: Drop error message about failing to load DMUB firmware (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)
  - commit cbf61ea
  - drm/amd/pm: add xgmi_plpd_policy sysfs node for user to change plpd (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)
  - commit d2c8391
  - drm/amd/pm: add xgmi plpd mode selecting interface for smu v13.0.6 (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)
  - commit 080bb30
  - drm/amd/pm: add plpd_mode in smu_context to indicate current mode (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)
  - commit c6bf80b
  - drm/amd/pm: update pmfw headers for version 85.73.0 (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)
  - commit d1be987
  - drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE (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)
  - commit be6e866
  - drm/amd/display: Change dc_set_power_state() to bool instead of int (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)
  - commit 0bb1a03
  - drm/amdgpu/gmc11: disable AGP on GC 11.5 (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)
  - commit 619eb0e
  - drm/amd: Propagate failures in dc_set_power_state() (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)
  - commit 0393b45
  - drm/amd/display: set stream gamut remap matrix to MPC for DCN3+ (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)
  - commit 207deb3
  - drm/amdgpu/gmc: set a default disable value for AGP
    (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).
  - Refresh
    patches.suse/drm-amdgpu-apply-the-RV2-system-aperture-fix-to-RN-C.patch.
  - commit 0fb46f4
  - drm/amdgpu/gmc6-8: properly disable the AGP aperture (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)
  - commit d838bf7
  - drm/amdgpu:Expose physical id of device in XGMI hive (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)
  - commit 993b965
  - drm/amd/display: Break after finding supported vlevel for repopulate (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)
  - commit 35b0881
  - drm/amd/display: Update OPP counter from new interface (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)
  - commit df281de
  - drm/amd/display: augment display clock in dc_cap structure (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)
  - commit 4e6d7f3
  - drm/amd/display: 3.2.253 (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)
  - commit f4e5421
  - drm/amd/display: fix incorrect odm change detection logic (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)
  - commit c176add
  - drm/amd/display: add primary pipe check when building slice table for (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)
  - commit 8d7626b
  - drm/amd/display: add get primary dpp pipe resource interface (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)
  - commit ad9a2f1
  - drm/amd/display: add missing function pointer for DCN321 resource (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)
  - commit bde1371
  - drm/amd/display: Rename DisableMinDispClkODM in dc_config (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)
  - commit c2677c9
  - drm/amdgpu/vpe: fix truncation warnings (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)
  - commit 3ef7d29
  - drm/amd/display: Improve code style on bios_parser2 (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)
  - commit 9583f74
  - drm/amd/display: Remove unwanted drm edid references (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)
  - commit 60f11f0
  - drm/amd/display: switch DC over to the new DRM logging macros (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)
  - commit 7f8a263
  - drm/amd/display: skip audio config for virtual signal (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)
  - commit 8eccc1c
  - drm/amd/pm: Add reset option for fan_curve on smu13_0_0 (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)
  - commit df70e9e
  - drm/amd/display: block MPO if it prevents pstate support (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)
  - commit f89e66d
  - drm/amd/display: Fix DP2.0 timing sync (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)
  - commit 763ee0d
  - drm/amd/display: Improve x86 and dmub ips handshake (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)
  - commit c8a8d7a
  - drm/amd/display: remove guaranteed viewports limitation for odm (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)
  - commit 297657d
  - drm/amd/display: add new windowed mpo odm minimal transition sequence (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)
  - commit c30f58c
  - drm/amd/display: reset stream slice count for new ODM policy (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)
  - commit 5f2acc4
  - drm/amd/display: determine fast update only before commit minimal (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)
  - commit ebb906f
  - drm/amd/display: remove unused mmhub_reg_offsets (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)
  - commit c29a866
  - drm/amdkfd: Move dma unmapping after TLB flush (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)
  - commit 5e7d881
  - drm/amdgpu: further move TLB hw workarounds a layer up (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)
  - commit b9076c1
  - drm/amdgpu: rework lock handling for flush_tlb v2 (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)
  - commit c6c3228
  - drm/amdgpu: drop error return from flush_gpu_tlb_pasid (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)
  - commit 2ac898c
  - drm/amdgpu: fix and cleanup gmc_v11_0_flush_gpu_tlb_pasid (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)
  - commit 27f81f2
  - drm/amdgpu: cleanup gmc_v10_0_flush_gpu_tlb_pasid (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)
  - commit 01955ec
  - drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb_pasid (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)
  - commit 6606653
  - drm/amdgpu: fix and cleanup gmc_v8_0_flush_gpu_tlb_pasid (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)
  - commit f54092c
  - drm/amdgpu: fix and cleanup gmc_v7_0_flush_gpu_tlb_pasid (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)
  - commit a38b3ee
  - drm/amdgpu: cleanup gmc_v11_0_flush_gpu_tlb (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)
  - commit c25f594
  - drm/amdgpu: rework gmc_v10_0_flush_gpu_tlb v2 (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)
  - commit 74914d7
  - drm/amdgpu: change if condition for bad channel bitmap update (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)
  - commit ff1a8c7
  - drm/amdgpu: fix value of some UMC parameters for UMC v12 (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)
  - commit 7a0569a
  - drm/amd/display: fix some style issues (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)
  - commit 54f76fb
  - drm/amdkfd: Don't use sw fault filter if retry cam enabled (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)
  - commit 9fbc53f
  - drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb (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)
  - commit 4a6d11a
  - gpu: drm: amd: display: fix kernel-doc warnings (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)
  - commit 188126b
  - drm/amdgpu: Restore partition mode after reset (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)
  - commit 1783689
  - drm/amd/display: 3.2.252 (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)
  - commit 54757db
  - drm/amd/display: Drop unused link FPGA code (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)
  - commit 6f5d2d0
  - drm/amd/display: Enable DCN low mem power by default (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)
  - commit 5ad9e63
  - drm/amd/display: Expand DML to better support replay (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)
  - commit 3f788b3
  - drm/amd/display: Use optc32 instead of optc30 in DC (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)
  - commit 5a69103
  - drm/amd/display: Optimize OLED T7 delay (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)
  - commit 9cd27d1
  - drm/amdgpu: Add more fields to IP version (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)
  - commit 1661623
  - drm/amdgpu: print channel index for UMC bad page (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)
  - commit dedd311
  - drm/amdkfd: Separate dma unmap and free of dma address array (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)
  - commit 7f53c63
  - drm/amd/pm: Remove SMUv13.0.6 unsupported feature (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)
  - commit e9c1e0e
  - drm/amd/pm: Round Q10 format values in SMU v13.0.6 (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)
  - commit f54077d
  - drm/amdgpu: update IP count INFO query (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)
  - commit 8d164e0
  - drm/amdgpu: Fix false positive error log (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)
  - commit 679d690
  - drm/amdgpu/jpeg: skip set pg for sriov (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)
  - commit d508fe4
  - drm/amd/display: 3.2.251 (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)
  - commit 7052087
  - drm/amd/display: [FW Promotion] Release 0.0.183.0 (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)
  - commit ddebb0e
  - drm/amd/display: Fix MST recognizes connected displays as one (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)
  - commit 597b5d4
  - drm/amd/display: fix some non-initialized register mask and setting (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)
  - commit 0fbf956
  - drm/amd/display: Enable replay for dcn35 (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).
  - Refresh
    patches.suse/Revert-drm-amd-display-Enable-Replay-for-static-scre.patch.
  - commit 37ba9ab
  - drm/amd/display: Add option to flip ODM optimization (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)
  - commit 7ceb079
  - drm/amd/display: disable IPS (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)
  - commit 7a377a9
  - drm/amd/display: Add IPS control flag (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)
  - commit 6051c7c
  - drm/amd/display: Update driver and IPS interop (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)
  - commit 9b1f806
  - drm/amd/display: Correct z8 watermark mask (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)
  - commit af2c1a9
  - drm/amd/display: STREAM_MAPPER_CONTROL register offset on DCN35 (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)
  - commit fa588ae
  - drm/amd/display: Update pipe resource interfaces for DCN35 (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)
  - commit bb262b2
  - drm/amd/display: Add DPIA Link Encoder Assignment Fix for DCN35 (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)
  - commit 0d30379
  - drm/amd/display: fix static screen detection setting for DCN35 (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)
  - commit e2614af
  - drm/amd/display: Add pointer check before function call (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)
  - commit 0a1df85
  - drm/amd/display: Enable DCLK_DS from driver by default (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)
  - commit 9d028a7
  - drm/amd/display: Add DCN35 case for dc_clk_mgr_create (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)
  - commit 3ce6dfa
  - drm/amd/display: Add z8_marks related in dml for DCN35 (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)
  - commit ebc3959
  - drm/amd/display: Fix dig register undefined (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)
  - commit 56ca6cc
  - drm/amd/display: Temporarily disable clock gating (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)
  - commit 44392f1
  - drm/amd/display: disable clock gating logic (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)
  - commit c72ce86
  - drm/amd/display: Add reset for SYMCLKC_FE_SRC_SEL (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)
  - commit 0dcccc0
  - drm/amdgpu: Rework coredump to use memory dynamically (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)
  - commit 9c5f15a
  - drm/amd/display: Remove unused display_content_support (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)
  - commit 4cd3997
  - drm/amd/display: Hook up 'content type' property for HDMI (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)
  - commit 20097dc
  - drm/amdgpu: Fix vbios version string search (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)
  - commit a5c9d1b
  - drm/amd/pm: add smu_13_0_6 mca dump support (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)
  - commit 46bbd36
  - drm/amd/pm: update smu_v13_0_6 ppsmc header (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)
  - commit ec36b61
  - drm/amdgpu: Add EXT_COHERENT memory allocation flags (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)
  - commit 21eaee0
  - drm/amdkfd: fix add queue process context clear without runtime (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)
  - commit 2ee5a04
  - drm/amdgpu: add amdgpu mca debug sysfs support (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)
  - commit 9d1ffa3
  - drm/amdgpu: add VPE IP discovery info to HW IP info query (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)
  - commit 41c8eed
  - drm/amdgpu: add amdgpu smu mca dump feature support (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)
  - commit a83360b
  - Documentation/amdgpu: Modify pp_dpm_*clk details (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)
  - commit 6338d25
  - drm/amd: Enable seamless boot by default on newer ASICs (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)
  - commit 3759c57
  - drm/amd: Add a module parameter for seamless boot (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)
  - commit c8bf214
  - drm/amd: Add HDP flush during jpeg init (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)
  - commit 87c5d06
  - drm/amd: Move seamless boot check out of display (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)
  - commit bf41589
  - drm/amd: Drop special case for yellow carp without discovery (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)
  - commit 627f2f2
  - drm/amd/pm:Fix GFX deep sleep clock reporting (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)
  - commit 20d51dc
  - drm/amd/pm: Fix clock reporting for SMUv13.0.6 (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)
  - commit d60958a
  - drm/amdgpu: Use function for IP version check (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).
  - Refresh
    patches.suse/Revert-drm-amd-display-Enable-Replay-for-static-scre.patch.
  - Refresh
    patches.suse/drm-amdgpu-Add-NULL-checks-for-function-pointers.patch.
  - Refresh patches.suse/drm-amdgpu-disable-MCBP-by-default.patch.
  - Refresh
    patches.suse/drm-amdgpu-finalizing-mem_partitions-at-the-end-of-G.patch.
  - Refresh
    patches.suse/drm-amdgpu-pm-Fix-the-power-source-flag-error.patch.
  - Refresh
    patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch.
  - commit 86396b9
  - drm/amdgpu: add remap_hdp_registers callback for nbio 7.11 (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)
  - commit 86be0c4
  - drm/amdgpu: add vcn_doorbell_range callback for nbio 7.11 (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)
  - commit 474edca
  - drm/amdgpu: Create an option to disable soft recovery (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)
  - commit 309a121
  - drm/amdgpu: Merge debug module parameters (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)
  - commit 8bb6a62
  - drm/amd/display: clean up some inconsistent indenting (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)
  - commit d487d53
  - drm/amd/display: add skip_implict_edp_power_control flag for dcn32 (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)
  - commit c1c5370
  - drm/amd/display: minior logging improvements (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)
  - commit 7abb174
  - drm/amd/display: do not skip ODM minimal transition based on new (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)
  - commit a80fe7b
  - drm/amd/display: move odm power optimization decision after subvp (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)
  - commit 8cfec03
  - drm/amd/display: 3.2.250 (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)
  - commit 6dcbb92
  - drm/amd/display: fix some non-initialized register mask and setting (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)
  - commit 10b0a1f
  - drm/amd/display: Add check for vrr_active_fixed (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)
  - commit 056d5c6
  - drm/amd/display: dc cleanup for tests (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)
  - commit ed6c706
  - drm/amdgpu: add type conversion for gc info (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)
  - commit fcbfe8b
  - drm/amd/display: Drop unused registers (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)
  - commit b20c6b8
  - drm/amd/display: add dp dto programming function to dccg (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)
  - commit 55c350a
  - drm/amd/display: only allow ODM power optimization if surface is (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)
  - commit 4c0bc3a
  - drm/amd/display: do not attempt ODM power optimization if minimal (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)
  - commit e554d88
  - drm/amd/display: remove a function that does complex calculation in (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)
  - commit c4434c7
  - drm/amd/display: Add DCHUBBUB callback to report MALL status (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)
  - commit 92eed37
  - drm/amd/display: Add new logs for AutoDPMTest (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)
  - commit fd66169
  - drm/amd/display: support main link off before specific vertical line (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)
  - commit 34d9a21
  - drm/amdgpu: Rename KGD_MAX_QUEUES to AMDGPU_MAX_QUEUES (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)
  - commit f2e3ec5
  - drm/amd/display: do not block ODM + OPM on one side of the screen (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)
  - commit 0010750
  - drm/amd/display: Fix DML calculation errors (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)
  - commit 99a789b
  - drm/amdgpu: print more address info of UMC bad page (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)
  - commit 3c6a456
  - drm/amd/display: [FW Promotion] Release 0.0.181.0 (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)
  - commit 76eddf9
  - drm/amd/display: set default return value for ODM Combine debugfs (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)
  - commit eaa6709
  - drm/amdgpu: add channel index table for UMC v12 (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)
  - commit 430e006
  - drm/amd/pm: enable smu_v13_0_6 mca debug mode when UMC RAS feature is (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)
  - commit 0eb431a
  - drm/amd/pm: update smu_v13_0_6 smu header (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)
  - commit f55b1c5
  - drm/amdgpu: add address conversion for UMC v12 (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)
  - commit 4dbe595
  - drm/amdgpu: Use default reset method handler (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)
  - commit 263f0bd
  - drm/amd: Fix the flag setting code for interrupt request (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)
  - commit 4366ea7
  - drm/amdgpu: fix unsigned error codes (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)
  - commit 81bdba0
  - drm/amd/display: clean up one inconsistent indenting (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)
  - commit 2041b62
  - drm/amdgpu: Add umc v12_0 ras functions (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)
  - commit ff2da4c
  - drm/amdgpu: Correct se_num and reg_inst for gfx v9_4_3 ras counters (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)
  - commit 443ea11
  - drm/amdgpu: Add only valid firmware version nodes (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)
  - commit 22f863b
  - drm/amdgpu: fix incompatible types in conditional expression (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)
  - commit 9bc5ec0
  - drm/amdgpu: Use min_t to replace min (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)
  - commit cc748e0
  - drm/amd: Add umc v12_0_0 ip headers (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)
  - commit c160f39
  - drm/amdgpu: Update amdgpu_device_indirect_r/wreg_ext (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)
  - commit c572c40
  - drm/amdgpu: Add RREG64_PCIE_EXT/WREG64_PCIE_EXT functions (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)
  - commit 519ace0
  - drm/amdgpu: Declare array with strings as pointers constant (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)
  - commit 57eec3d
  - amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3 (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)
  - commit d64fbc7
  - amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 2 (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)
  - commit 1da5b66
  - amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 1 (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)
  - commit 501e514
  - amdgpu/pm: Replace print_clock_levels with emit_clock_levels for (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)
  - commit 3624177
  - drm/amd/display: clean up some inconsistent indentings (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)
  - commit 666262b
  - drm/amd/display: clean up some inconsistent indentings (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)
  - commit 0f01ab8
  - drm/amd/display: clean up one inconsistent indenting (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)
  - commit b5f34fb
  - drm/amd/display: clean up one inconsistent indenting (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)
  - commit aca0c46
  - drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c (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)
  - commit 77dee7c
  - drm/amd/display: Remove duplicated include in dcn35_hwseq.c (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)
  - commit 09f65f7
  - drm/amd/display: Remove duplicated include in dcn35_optc.c (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)
  - commit ce99f73
  - drm/amd/display: Remove duplicated include in dcn35_resource.c (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)
  - commit cbe27f9
  - drm/amdgpu: clean up some inconsistent indenting (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)
  - commit 6882f96
  - drm/amdgpu: calling address translation functions to simplify codes (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)
  - commit ea3e5ab
  - drm/amd/pm: only poweron/off vcn/jpeg when they are valid. (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)
  - commit 9aaa556
  - Revert "drm/amd/pm: disable the SMU13 OD feature support
    temporarily" (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).
  - Refresh
    patches.suse/drm-amd-pm-Fix-error-of-MACO-flag-setting-code.patch.
  - commit a3f68e3
  - drm/amd/pm: add fan minimum pwm OD setting support for SMU13 (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)
  - commit e3508f8
  - drm/amd/pm: add fan target temperature OD setting support for SMU13 (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)
  - commit 2221c15
  - drm/amd/pm: add fan acoustic target OD setting support for SMU13 (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)
  - commit 602c01c
  - drm/amdgpu: update SET_HW_RESOURCES definition for UMSCH (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)
  - commit 2447e3c
  - drm/amdgpu: add amdgpu_umsch_mm module parameter (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)
  - commit 373b85a
  - drm/amdgpu/discovery: enable UMSCH 4.0 in IP discovery (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)
  - commit e06576b
  - drm/amdgpu: add PSP loading support for UMSCH (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)
  - commit 643ef86
  - drm/amdgpu: reserve mmhub engine 3 for UMSCH FW (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)
  - commit 57b6a6a
  - drm/amdgpu: add VPE queue submission test (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)
  - commit e22a9cc
  - drm/amdgpu: add selftest framework for UMSCH (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)
  - commit d13cf85
  - drm/amdgpu: enable UMSCH scheduling for VPE (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)
  - commit 0764e6b
  - drm/amdgpu: add initial support for UMSCH (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)
  - commit 3fc2999
  - drm/amdgpu: add UMSCH 4.0 api definition (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)
  - commit 893d74e
  - drm/amdgpu: add UMSCH firmware header definition (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)
  - commit f6e3eba
  - drm/amdgpu: add UMSCH RING TYPE definition (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)
  - commit c7e61ca
  - drm/amd/pm: add fan acoustic limit OD setting support for SMU13 (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)
  - commit 1b1d9fc
  - drm/amd/pm: add fan temperature/pwm curve OD setting support for (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)
  - commit 2229fc0
  - drm/amdgpu/jpeg: initialize number of jpeg ring (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)
  - commit 43069a0
  - drm/amdgpu: revise the device initialization sequences (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)
  - commit ec8786e
  - drm/amd/pm: introduce a new set of OD interfaces (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)
  - commit 19c14ef
  - drm/amdgpu: add UMSCH IP BLOCK TYPE definition (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)
  - commit 9a1392d
  - amdgpu/pm: Optimize emit_clock_levels for arcturus - part 3 (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)
  - commit f9040a9
  - drm/amdgpu: add UMSCH 4.0 register headers (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)
  - commit f922c54
  - drm/amdgpu: enable PG flags for VCN (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)
  - commit 58b36af
  - drm/amdgpu/discovery: add VCN 4.0.5 Support (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)
  - commit f70ef57
  - drm/amdgpu/soc21: Add video cap query support for VCN_4_0_5 (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)
  - commit e601309
  - drm/amdgpu:enable CG and PG flags for VCN (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)
  - commit e3b175a
  - drm/amdgpu: add VCN_4_0_5 firmware support (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)
  - commit 991d978
  - drm/amdgpu/jpeg: add jpeg support for VCN4_0_5 (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)
  - commit 7c85466
  - drm/amdgpu: add VCN4 ip block support (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)
  - commit 81082ff
  - drm/amdgpu: add vcn 4_0_5 header files (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)
  - commit da9a616
  - drm/amdgpu: fix VPE front door loading issue (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)
  - commit 8c072b7
  - drm/amdgpu: add VPE FW version query support (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)
  - commit c61a1ac
  - drm/amdgpu: enable VPE for VPE 6.1.0 (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)
  - commit c0981e2
  - drm/amdgpu: add user space CS support for VPE (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)
  - commit b8f17eb
  - drm/amdgpu: add PSP loading support for VPE (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)
  - commit 9c78f47
  - drm/amdgpu: add VPE 6.1.0 support (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)
  - commit f34e7b1
  - drm/amdgpu: add nbio 7.11 callback for VPE (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)
  - commit 8e49c0f
  - drm/amdgpu: add nbio callback for VPE (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)
  - commit 96e8034
  - drm/amdgpu: add PSP FW TYPE for VPE (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)
  - commit 0287cac
  - drm/amdgpu: add UCODE ID for VPE (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)
  - commit 7f882aa
  - drm/amdgpu: add support for VPE firmware name decoding (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)
  - commit a71c1a5
  - drm/amdgpu: add doorbell index for VPE (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)
  - commit d050e8b
  - drm/amdgpu: add irq src id definitions for VPE (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)
  - commit ec755c3
  - drm/amdgpu: add IH CLIENT ID for VPE (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)
  - commit 4a50534
  - drm/amdgpu: add HWID for VPE (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)
  - commit bc66900
  - drm/amdgpu: add VPE firmware interface (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)
  - commit 823c36f
  - drm/amdgpu: add VPE firmware header definition (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)
  - commit 5862673
  - drm/amdgpu: add VPE HW IP BLOCK definition (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)
  - commit b25648e
  - drm/amdgpu: add VPE IP BLOCK definition (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)
  - commit 061de72
  - drm/amdgpu: add VPE RING TYPE definition (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)
  - commit fac54c0
  - drm/amdgpu: add VPE HW IP definition (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)
  - commit a248e6c
  - drm/amdgpu: add VPE 6.1.0 header files (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)
  - commit c336640
  - drm/amdgpu: Fix printk_ratelimit() with DRM_ERROR_RATELIMITED in (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)
  - commit e4a077d
  - drm/amdgpu: Use READ_ONCE() when reading the values in (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)
  - commit cd5c98c
  - drm/amdgpu: remove unused parameter in amdgpu_vmid_grab_idle (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)
  - commit ae1bbad
  - drm/amdkfd: Replace pr_err with dev_err (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)
  - commit b51148b
  - amdgpu/pm: Optimize emit_clock_levels for arcturus - part 2 (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)
  - commit bc1c943
  - amdgpu/pm: Optimize emit_clock_levels for arcturus - part 1 (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)
  - commit 1b247d4
  - drm/amd/display: Adjust kdoc for 'optc35_set_odm_combine' (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)
  - commit 936122c
  - drm/amd: Simplify the bo size check funciton (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)
  - commit 3489cf3
  - drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime (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)
  - commit 798ce35
  - drm/amd/amdgpu/sdma_v6_0: Demote a bunch of half-completed function (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)
  - commit 4fdcb15
  - drm/amd/display: Add DCN35 DM Support (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)
  - commit 9c702d2
  - drm/amd/display: Add DCN35 CORE (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)
  - commit 4866d89
  - drm/amd/display: Add DCN35 blocks to Makefile (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)
  - commit c34f59f
  - drm/amd/display: Add DCN35 DML (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)
  - commit 592bb6f
  - drm/amd/display: Add DCN35 Resource (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)
  - commit 2c372d5
  - drm/amd/display: Add DCN35 init (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)
  - commit 5d4f248
  - drm/amd/display: Add DCN35 DMUB (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)
  - commit da4ec23
  - drm/amd/display: Add DCN35 IRQ (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)
  - commit 6633dc0
  - drm/amd/display: Add DCN35 CLK_MGR (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)
  - commit 6e899ea
  - drm/amd/display: Add DCN35 HWSEQ (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).
  - Refresh
    patches.suse/drm-amd-display-add-seamless-pipe-topology-transitio.patch.
  - commit d820baa
  - drm/amd/display: Add DCN35 DSC (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)
  - commit 7381a01
  - drm/amd/display: Add DCN35 MMHUBBUB (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)
  - commit e537b3b
  - drm/amd/display: Add DCN35 HUBBUB (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)
  - commit b8fc622
  - drm/amd/display: Add DCN35 HUBP (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)
  - commit 3c0fbdc
  - drm/amd/display: Add DCN35 DWB (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)
  - commit 947906e
  - drm/amd/display: Add DCN35 DPP (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)
  - commit f459e45
  - drm/amd/display: Add DCN35 OPP (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)
  - commit a8f46e3
  - drm/amd/display: Add DCN35 OPTC (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)
  - commit 30eaded
  - drm/amd/display: Add DCN35 PG_CNTL (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)
  - commit a52f9f8
  - drm/amd/display: Add DCN35 DIO (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)
  - commit e399c02
  - drm/amd/display: Add DCN35 DCCG (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)
  - commit 9999cb8
  - drm/amd/display: Add DCN35 GPIO (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)
  - commit 25a5d39
  - drm/amd/display: Add DCN35 BIOS command table support (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)
  - commit 581cf5d
  - drm/amd/display: Update dc.h for DCN35 support (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)
  - commit 09719b6
  - drm/amd/display: Update DCN32 for DCN35 support (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)
  - commit 0d941e8
  - drm/amd/display: Update DCN314 for DCN35 support (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)
  - commit 908fcea
  - drm/amd/display: Update DCN31 for DCN35 support (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)
  - commit 39aa980
  - drm/amd/display: Update DCN30 for DCN35 support (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)
  - commit ac258a2
  - drm/amd/display: Update DCN20 for DCN35 support (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)
  - commit 33aaa04
  - drm/amd/display: Update DCN10 for DCN35 support (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)
  - commit c3869b0
  - drm/amd/display: Update DCE for DCN35 support (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)
  - commit 24fc6e3
  - drm/amd/display: Add DCN35 family information (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)
  - commit 9cdb7c1
  - drm/amd/display: Add dcn35 register header files (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)
  - commit da50ca6
  - drm/amd/display: Fix up kdoc format for 'dc_set_edp_power' (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)
  - commit 4a54bf5
  - drm/amd/display: 3.2.249 (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)
  - commit 7b0f153
  - drm/amd/display: fix pipe topology logging error (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)
  - commit bea54bd
  - drm/amd/display: Add debugfs interface for ODM combine info (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)
  - commit 4600c75
  - drm/amd/display: correct z8_watermark 16bit to 20bit mask (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)
  - commit 5f92e00
  - drm/amd/display: Fix incorrect comment (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)
  - commit 69de9a9
  - drm/amd/display: Skip dmub memory flush when not needed (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)
  - commit ef755e0
  - drm/amd/display: add pipe topology update log (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)
  - commit 92d327c
  - drm/amd/display: switch to new ODM policy for windowed MPO ODM (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)
  - commit fab917e
  - drm/amd/display: use new pipe allocation interface in dcn32 fpu (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)
  - commit 07cbdbc
  - drm/amd/display: add more pipe resource interfaces (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)
  - commit b42fbe4
  - drm/amd/display: add new resource interfaces to update odm mpc slice (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)
  - commit e71893e
  - drm/amd/display: add new resource interface for acquiring sec opp (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)
  - commit bc4d26f
  - drm/amd/display: rename function to add otg master for stream (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)
  - commit 7632fe4
  - drm/amd/display: add comments to add plane functions (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)
  - commit c5065fb
  - drm/amd/display: Add support for 1080p SubVP to reduce idle power (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)
  - commit 0e05491
  - drm/amdgpu: add header files for MP 14.0.0 (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)
  - commit a543031
  - drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible (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)
  - commit e76513e
  - drm/amd/amdgpu/amdgpu_sdma: Increase buffer size to account for all (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)
  - commit 2ead3c0
  - drm/amd/amdgpu/amdgpu_ras: Increase buffer size to account for all (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)
  - commit f08580a
  - drm/amd/amdgpu/amdgpu_device: Provide suitable description for param (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)
  - commit 432187a
  - drm/radeon/radeon_ttm: Remove unused variable 'rbo' from (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)
  - commit 9976a7c
  - drm/amd: Fix spelling mistake "throtting" -> "throttling" (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)
  - commit 7dee8d9
  - drm/amdgpu: Use kvzalloc() to simplify code (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)
  - commit 07bf1cf
  - drm/amdgpu: Remove amdgpu_bo_list_array_entry() (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)
  - commit f9a9c98
  - drm/amdgpu: Remove a redundant sanity check (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)
  - commit 07e1a8c
  - drm/amdgpu: Explicitly add a flexible array at the end of 'struct (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)
  - commit 7bf0ba2
  - drm/amdgpu: Allow issue disable gfx ras cmd to firmware (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)
  - commit 20e2493
  - amdgpu/pm: Replace print_clock_levels with emit_clock_levels for (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)
  - commit fd9817c
  - drm/amd/pm: fulfill the support for SMU13 `pp_dpm_dcefclk` interface (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)
  - commit 00a9e5e
  - drm/amd/pm: correct SMU13 gfx voltage related OD settings (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)
  - commit 972d80d
  - drm/amdgpu/pm: Remove the duplicate dpm status check (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)
  - commit ae9312d
  - drm/amd/pm: Vangogh: Get average_* from average field of (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)
  - commit 4041c42
  - drm/amd/pm: Fixes incorrect type in 'amdgpu_hwmon_show_power_avg() & (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)
  - commit bb9f5b3
  - drm/amd/pm: fix error flow in sensor fetching (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)
  - commit dada6d1
  - drm/amdgpu: Fix kcalloc over kzalloc in 'gmc_v9_0_init_mem_ranges' (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)
  - commit 47297cb
  - drm/amdkfd: Share the original BO for GTT mapping (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)
  - commit 245d104
  - drm/amd/display: 3.2.248 (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)
  - commit a863d5a
  - drm/amd/display: [FW Promotion] Release 0.0.180.0 (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)
  - commit 667ac11
  - drm/amd/display: ensure FS is enabled before sending request to DMUB (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)
  - commit a9a94fa
  - drm/amd/display: add check for PMFW hard min request complete (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)
  - commit 92529a7
  - drm/amd/display: Save addr update in scratch before flip (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)
  - commit d473108
  - drm/amdgpu: add gfxhub 11.5.0 support (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)
  - commit ccdc704
  - drm/amdgpu: enable gmc11 for GC 11.5.0 (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)
  - commit 0723143
  - drm/amdgpu: add mmhub 3.3.0 support (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)
  - commit 4e024e6
  - drm/amdgpu: add mmhub 3.3.0 headers (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)
  - commit f43d7c2
  - drm/amdgpu/discovery: enable gfx11 for GC 11.5.0 (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)
  - commit 23f85bc
  - drm/amdgpu/discovery: enable mes block for gc 11.5.0 (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)
  - commit 3c6ac21
  - drm/amdgpu: add mes firmware support for gc_11_5_0 (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)
  - commit c7868c5
  - drm/amdgpu: add imu firmware support for gc_11_5_0 (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)
  - commit 09fae5e
  - drm/amdkfd: add KFD support for GC 11.5.0 (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)
  - commit 7ed27e5
  - drm/amdgpu: add golden setting for gc_11_5_0 (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)
  - commit 5cff005
  - drm/amdgpu/gfx11: initialize gfx11.5.0 (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).
  - Refresh
    patches.suse/drm-amdgpu-Force-order-between-a-read-and-write-to-t.patch.
  - commit 2a2ab95
  - drm/amdgpu/gmc11: initialize GMC for GC 11.5.0 memory support (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)
  - commit 9ff86e6
  - drm/amdgpu: add gc headers for gc 11.5.0 (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)
  - commit d58abbe
  - drm/amdgpu/discovery: add nbio 7.11.0 support (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)
  - commit fdeecdf
  - drm/amdgpu: add nbio 7.11 support (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)
  - commit a9f42f1
  - drm/amdgpu: add nbio 7.11 registers (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)
  - commit 8097a0d
  - drm/amdgpu/discovery: enable soc21 support (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)
  - commit a950ca8
  - drm/amdgpu/soc21: add initial GC 11.5.0 soc21 support (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)
  - commit 762d470
  - drm/amdgpu: add new AMDGPU_FAMILY definition (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)
  - commit d901781
  - drm/amdgpu: use 6.1.0 register offset for HDP CLK_CNTL (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)
  - commit bb58b51
  - drm/amd/display: Write flip addr to scratch reg for subvp (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)
  - commit 86ed573
  - drm/amd/display: Enable runtime register offset init for DCN32 DMUB (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)
  - commit 730d323
  - drm/amd/display: PQ regamma end point (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)
  - commit b6c4dff
  - drm/amd/display: PQ tail accuracy (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)
  - commit ca38551
  - drm/amd/display: Expose mall capability (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)
  - commit 2927d95
  - drm/amd/display: Fix useless else if in display_mode_vba_util_32.c (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)
  - commit 8c56864
  - drm/radeon: Cleanup radeon/radeon_fence.c (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)
  - commit 9fed39f
  - drm/amd/display: Fix unnecessary conversion to bool in (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)
  - commit 60e7b11
  - drm/amdgpu: Keep reset handlers shared (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)
  - commit 724b5c4
  - drm/amd/amdgpu: Use kmemdup to simplify kmalloc and memcpy logic (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)
  - commit 0b33585
  - accel/habanalabs: change Greco to Gaudi2 (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)
  - commit 789f1db
  - accel/habanalabs: add tsc clock sampling to clock sync info (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)
  - commit 215e434
  - drm/i915: More use of GT specific print helpers (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)
  - commit 357e685
  - drm/i915/gt: More use of GT specific print helpers (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)
  - commit 5277695
  - drm/i915/guc: Enable WA 14018913170 (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)
  - commit d4a171d
  - drm/i915/guc: Annotate struct ct_incoming_msg with __counted_by (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)
  - commit 7b2052c
  - drm/i915/guc: Update 'recommended' version to 70.12.1 for (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)
  - commit 81a3841
  - drm/i915/guc: Suppress 'ignoring reset notification' message (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)
  - commit 1879e80
  - drm/i915: Clarify type evolution of uabi_node/uabi_engines
    (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).
  - Refresh
    patches.suse/drm-i915-gsc-Mark-internal-GSC-engine-with-reserved-.patch.
  - commit 3ea9fd5
  - drm/i915: Enable GGTT updates with binder in MTL (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)
  - commit f9652a4
  - drm/i915: Toggle binder context ready status (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)
  - commit dcecb34
  - drm/i915: Implement GGTT update method with MI_UPDATE_GTT (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)
  - commit b5b9e58
  - drm/i915: Parameterize binder context creation (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)
  - commit fc43d24
  - drm/i915: Implement for_each_sgt_daddr_next (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)
  - commit 50d618b
  - drm/i915: Create a kernel context for GGTT updates (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)
  - commit 5ff4527
  - drm/i915: Lift runtime-pm acquire callbacks out of (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)
  - commit 4a5f4cb
  - drm/i915/gem: Make i915_gem_shrinker multi-gt aware (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)
  - commit 7154125
  - drm/i915/mtl: Skip MCR ops for ring fault register (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)
  - commit 924f3c6
  - drm/i915: Clean steer semaphore on resume (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)
  - commit a852354
  - drm/i915: Introduce the intel_gt_resume_early() (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)
  - commit 9e7dfa7
  - drm/i915: Introduce intel_gt_mcr_lock_sanitize() (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)
  - commit 3b6af18
  - drm/i915/dsi: Add some debug logging to mipi_exec_i2c (v2) (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)
  - commit 0d7bb66
  - drm/i915/vlv_dsi: Add DMI quirk for backlight control issues on (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)
  - commit 9e7be01
  - drm/i915/vlv_dsi: Add DMI quirk for wrong I2C bus and panel size on (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)
  - commit cfcb9fe
  - drm/i915/vlv_dsi: Add DMI quirk for wrong panel modeline in BIOS on (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)
  - commit e83d0f7
  - drm/i915: Remove the module parameter 'fastboot' (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)
  - commit 311aa21
  - drm/i915/hdcp: Move common message filling function to its own file (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)
  - commit d1c7d18
  - drm/i915/hdcp: Move checks for gsc health status (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)
  - commit dc2e11d
  - drm/i915/display: Use correct method to free crtc_state (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)
  - commit b36d59f
  - drm/i915/display: Use intel_crtc_destroy_state instead kfree (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)
  - commit 6b768a5
  - drm/i915: enable W=1 warnings by default (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)
  - commit 5626a4d
  - drm/i915: drop -Wall and related disables from cflags as redundant (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)
  - commit fb3c5bb
  - drm/i915/gvt: move structs intel_gvt_irq_info and intel_gvt_irq_map (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)
  - commit 5416ae8
  - drm/i915/gvt: move struct engine_mmio to mmio_context.c (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)
  - commit 5b364fd
  - drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h (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)
  - commit d47f68c
  - drm/i915/gvt: remove unused to_gvt() and reduce includes (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)
  - commit 4acaeac
  - drm/i915/xe2lpd: update the scaler feature capability (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)
  - commit cc09513
  - drm/i915/xe2lpd: update the dsc feature capability (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)
  - commit afd28df
  - drm/i915/xe2lpd: display capability register definitions (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)
  - commit 6d1b64f
  - drm/i915: Add wrapper for getting display step (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)
  - commit 90007bd
  - drm/i915/display: Free crtc_state in verify_crtc_state (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)
  - commit 38f59de
  - drm/i915: Fix VLV color state readout (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)
  - commit d3ce1a6
  - drm/i915/uapi: fix doc typos (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)
  - commit caf99db
  - drm/i915/ddi: Remove redundant intel_connector NULL check (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)
  - commit 684045f
  - drm/i915: s/dev_priv/i915/ in the state checker (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)
  - commit 212ff61
  - drm/i915: s/pipe_config/crtc_state/ in the state checker (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)
  - commit f6a0fad
  - drm/i915: Simplify the state checker calling convetions (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)
  - commit ff0a710
  - drm/i915: Constify remainder of the state checker (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)
  - commit 5784d73
  - drm/i915: Simplify snps/c10x DPLL state checker calling convetion (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)
  - commit 2e0fe2f
  - drm/i915: Constify the snps/c10x PLL state checkers (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)
  - commit f1c91a2
  - drm/i915: Simplify watermark state checker calling convention (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)
  - commit 9acbc0e
  - drm/i915: Constify watermark state checker (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)
  - commit 7446df3
  - drm/i915: Simplify DPLL state checker calling convention (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)
  - commit 7b5f2ad
  - drm/i915: Constify the crtc states in the DPLL checker (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)
  - commit 818c3e6
  - drm/i915: Stop clobbering old crtc state during state check (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)
  - commit c5b25ce
  - drm/i915/psr: Unify PSR pre/post plane update hooks (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)
  - commit 5d3604f
  - drm/i915/fbc: Remove pointless "stride is multiple of 64 bytes" check (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)
  - commit 9788566
  - drm/i915/fbc: Split plane pixel format checks per-platform (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)
  - commit b1b5214
  - drm/i915/fbc: Split plane rotation checks per-platform (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)
  - commit 33b648b
  - drm/i915/fbc: Split plane tiling checks per-platform (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)
  - commit 0cb5e95
  - drm/i915/fbc: Split plane stride checks per-platform (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)
  - commit a7edc65
  - drm/i915/fbc: Remove ancient 16k plane stride limit (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)
  - commit f9a3344
  - drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_read (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)
  - commit 0e870ed
  - drm/i915/display: Created exclusive version of vga decode setup (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)
  - commit 38e38f6
  - drm/i915/dp_mst: Make sure pbn_div is up-to-date after sink reconnect (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)
  - commit 6cc0e78
  - drm/i915/display/lspcon: Increase LSPCON mode settle timeout (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)
  - commit 751cb3f
  - drm/i915/gt: remove i915->gt0 in favour of i915->gt[0] (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)
  - commit a97a051
  - drm/i915: allocate i915->gt0 dynamically (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)
  - commit 881045b
  - drm/i915/mocs: use to_gt() instead of direct &i915->gt (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)
  - commit 14c5ad7
  - drm/i915: s/dev_priv/i915/ in the shared_dpll code (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)
  - commit 81d03de
  - drm/i915: Introduce for_each_shared_dpll() (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)
  - commit 1c681eb
  - drm/i915: Decouple I915_NUM_PLLS from PLL IDs (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)
  - commit 17c9be0
  - drm/i915: Stop requiring PLL index == PLL ID (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)
  - commit 4c2aed2
  - drm/i915: separate subplatform init and runtime feature init (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)
  - commit 139b4c6
  - drm/i915: separate display runtime info init (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)
  - commit e7ad902
  - drm/i915: move display info related macros to display (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)
  - commit 0198495
  - drm/i915: convert INTEL_DISPLAY_ENABLED() into a function (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)
  - commit 661e0a6
  - drm/i915/lnl: update the supported plane formats with FBC (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)
  - commit 06a680a
  - drm/i915/lnl: possibility to enable FBC on first three planes (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)
  - commit 19b1661
  - drm/i915: Abstract display info away during probe (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)
  - commit 94c80c5
  - drm/i915/display: Include i915_active header in frontbuffer tracking (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)
  - commit e9a8da8
  - drm/i915/display: add I915 conditional build to vlv_dsi_pll.h (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)
  - commit 8419ce6
  - drm/i915/display: add I915 conditional build to intel_tv.h (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)
  - commit 4bc1860
  - drm/i915/display: add I915 conditional build to intel_sdvo.h (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)
  - commit 4141346
  - drm/i915/display: add I915 conditional build to intel_dvo.h (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)
  - commit 38fe40f
  - drm/i915/display: add I915 conditional build to g4x_hdmi.h (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)
  - commit 577bf74
  - drm/i915/display: add I915 conditional build to i9xx_wm.h (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)
  - commit 65c6c9e
  - drm/i915/display: add I915 conditional build to vlv_dsi.h (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)
  - commit 30242af
  - drm/i915/display: add I915 conditional build to intel_crt.h (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)
  - commit d287f13
  - drm/i915/display: add I915 conditional build to intel_dpio_phy.h (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)
  - commit 2f1850e
  - drm/i915/display: add I915 conditional build to g4x_dp.h (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)
  - commit 38c6a50
  - drm/i915/display: add I915 conditional build to intel_overlay.h (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)
  - commit 076a85b
  - drm/i915/display: add I915 conditional build to intel_sprite.h (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)
  - commit 6437e3f
  - drm/i915/display: add I915 conditional build to intel_pch_display.h (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)
  - commit 00a5d6a
  - drm/i915/display: add I915 conditional build to intel_pch_refclk.h (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)
  - commit 7616ee7
  - drm/i915/display: add I915 conditional build to intel_lpe_audio.h (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)
  - commit 2697089
  - drm/i915/display: add I915 conditional build to i9xx_plane.h (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)
  - commit 7ba94ba
  - drm/i915/display: add I915 conditional build to hsw_ips.h (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)
  - commit 6893fae
  - drm/i915/display: add I915 conditional build to intel_lvds.h (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)
  - commit 89fe0ec
  - drm/i915: define I915 during i915 driver build (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)
  - commit 86e10aa
  - drm/simpledrm: Fix power domain device link validity check (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)
  - commit 2871938
  - drm: Replace drm_framebuffer plane size functions with its (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)
  - commit 5f8909f
  - drm: Remove plane hsub/vsub alignment requirement for core helpers (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)
  - commit 0db5150
  - drm/tegra: gem: Do not return NULL in tegra_bo_mmap() (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)
  - commit 2ce6e97
  - drm/tegra: Zero-initialize iosys_map (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)
  - commit 5e3d2dc
  - gpu: host1x: Syncpoint interrupt sharding (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)
  - commit b00706e
  - gpu: host1x: Enable system suspend callbacks (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)
  - commit a2df001
  - gpu: host1x: Stop CDMA before suspending (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)
  - commit 0fced49
  - gpu: host1x: Add locking in channel allocation (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)
  - commit 74f0f7d
  - drm/tegra: hub: Increase buffer size to ensure all possible values (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)
  - commit 46af161
  - drm/tegra: Remove two unused function declarations (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)
  - commit c756ab0
  - drm/tegra: Remove surplus else after return (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)
  - commit b50b741
  - drm/bridge_connector: implement oob_hotplug_event (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)
  - commit c71b878
  - drm/bridge_connector: stop filtering events in (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)
  - commit 3da6321
  - drm/i915: Update DRIVER_DATE to 20230929 (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)
  - commit 0d3685b
  - drm/i915: Warn on if set frontbuffer return value is not NULL on (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)
  - commit 72a1fe2
  - drm/i915/fdi: Recompute state for affected CRTCs on FDI links (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)
  - commit de895c3
  - drm/i915/fdi: Improve FDI BW sharing between pipe B and C (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)
  - commit e026cd1
  - drm/i915: Add helpers for BW management on shared display links (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)
  - commit 8937098
  - drm/i915: Factor out a helper to check/compute all the CRTC states (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)
  - commit 0a4572c
  - drm/i915: Rename intel_modeset_all_pipes() to (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)
  - commit a964eda
  - drm/i915: Add helper to modeset a set of pipes (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)
  - commit bb77164
  - drm/i915/dp: Limit the output link bpp in DSC mode (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)
  - commit 3df7ad5
  - drm/i915/dp: Update the link bpp limits for DSC mode (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)
  - commit d9784d8
  - drm/i915/dp: Skip computing a non-DSC link config if DSC is needed (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)
  - commit 7f8776c
  - drm/i915/dp: Track the pipe and link bpp limits separately (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)
  - commit 4d1cef7
  - drm/i915/dp: Factor out helpers to compute the link limits (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)
  - commit 3824482
  - drm/i915/dsb: Use DEwake to combat PkgC latency (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)
  - commit 54d1a1c
  - drm/i915: Introduce intel_crtc_scanline_to_hw() (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)
  - commit d0006d5
  - drm/i915: Introduce skl_watermark_max_latency() (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)
  - commit 2d64c3b
  - drm/i915/dsb: Evade transcoder undelayed vblank when using DSB (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)
  - commit 3b1ce29
  - drm/i915/dsb: Use non-posted register writes for legacy LUT (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)
  - commit 68c1743
  - drm/i915/dsb: Load LUTs using the DSB during vblank (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)
  - commit aec12e2
  - drm/i915/dsb: Don't use DSB to load the LUTs during full modeset (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)
  - commit 3540c35
  - drm/i915/dsb: Add support for non-posted DSB registers writes (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)
  - commit 6ee63c1
  - drm/i915/dsb: Introduce intel_dsb_reg_write_masked() (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)
  - commit f483679
  - drm/i915/dsb: Introduce intel_dsb_noop() (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)
  - commit 7e76cda
  - drm/i915/dsb: Define the contents of some intstructions bit better (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)
  - commit e0b7ba6
  - drm/i915/dsb: Define more DSB bits (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)
  - commit 4e47f1b
  - drm/i915/dsb: Use non-locked register access (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)
  - commit d640a44
  - drm/i915/cx0: prefer forward declarations over includes (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)
  - commit ba38894
  - drm/i915/dp: refactor aux_ch_name() (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)
  - commit 38b9880
  - drm/i915/irq: Clear GFX_MSTR_IRQ as part of IRQ reset (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)
  - commit 4a68543
  - drm/i915/display: Print display info inside driver display (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)
  - commit da06446
  - drm/i915/bios: Fixup h/vsync_end instead of h/vtotal (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)
  - commit 970c0b1
  - drm/i915/lnl: Start using CDCLK through PLL (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)
  - commit b14b8fd
  - drm/i915/xe2lpd: Add DC state support (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)
  - commit c14e5f6
  - drm/i915/xe2lpd: Add display power well (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)
  - commit 4ffc817
  - drm/i915/lnl: Add CDCLK table (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)
  - commit b443ba1
  - drm/i915/lnl: Add gmbus/ddc support (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)
  - commit f30e49f
  - drm/i915/xe2lpd: Extend Wa_15010685871 (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)
  - commit 1cfcaa8
  - drm/i915/xe2lpd: Add support for HPD (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)
  - commit 3e7a994
  - drm/i915/xe2lpd: Enable odd size and panning for planar yuv (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)
  - commit 52b9e3e
  - drm/i915/xe2lpd: Read pin assignment from IOM (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)
  - commit 9628813
  - drm/i915/xe2lpd: Handle port AUX interrupts (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)
  - commit c25a99f
  - drm/i915/xe2lpd: Re-order DP AUX regs (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)
  - commit acf5bff
  - drm/i915/display: Use _PICK_EVEN_2RANGES() in DP AUX regs (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)
  - commit 490b35c
  - drm/i915/display: Fix style and conventions for DP AUX regs (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)
  - commit 5f2c2de
  - drm/i915/xe2lpd: Register DE_RRMR has been removed (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)
  - commit 76007b6
  - drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST (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)
  - commit c7b7cd3
  - drm/i915/xe2lpd: Treat cursor plane as regular plane for DDB (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)
  - commit 636e39a
  - drm/i915/xe2lpd: Add fake PCH (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)
  - commit c817bcd
  - drm/i915: Re-order if/else ladder in intel_detect_pch() (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)
  - commit 70b794b
  - drm/i915/display: Remove FBC capability from fused off pipes (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)
  - commit 4af8a75
  - drm/i915/xe2lpd: FBC is now supported on all pipes (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)
  - commit 5771ff2
  - drm/i915/lnl: Add display definitions (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)
  - commit f7fe072
  - drm/i915/xelpdp: Add XE_LPDP_FEATURES (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)
  - commit 956048f
  - Revert "drm/i915/mst: Populate connector->ddc" (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)
  - commit 6e581e9
  - drm/i915: add a note about fec_enable with 128b/132b (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)
  - commit f90ce98
  - drm/i915: Implement transcoder LRR for TGL+ (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)
  - commit 7650e0f
  - drm/i915: Assert that VRR is off during vblank evasion if necessary (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)
  - commit 506093f
  - drm/i915: Update VRR parameters in fastset (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)
  - commit 31295f2
  - drm/i915: Disable VRR during seamless M/N changes (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)
  - commit f8e3d60
  - drm/i915: Validate that the timings are within the VRR range (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)
  - commit 3611352
  - drm/i915: Relocate is_in_vrr_range() (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)
  - commit 13280d7
  - drm/i915: Optimize out redundant M/N updates (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)
  - commit ec1a67b
  - drm/i915: Adjust seamless_m_n flag behaviour (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)
  - commit fb34e57
  - drm/i915: Enable VRR later during fastsets (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)
  - commit eb47ab7
  - drm/i915: Extract intel_crtc_vblank_evade_scanlines() (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)
  - commit 26aee2b
  - drm/i915: Change intel_pipe_update_{start,end}() calling convention (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)
  - commit 066f670
  - drm/i915: Move psr unlock out from the pipe update critical section (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)
  - commit 4a23cff
  - drm/i915/dsi: let HW maintain CLK_POST (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)
  - commit 90a0739
  - drm/i915/cx0: Add step for programming msgbus timer (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)
  - commit a974383
  - drm/i915/dp_mst: Tune down error message during payload addition (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)
  - commit 22796a7
  - drm/i915: Remove runtime suspended boolean from intel_runtime_pm (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)
  - commit 3fecfe4
  - drm/i915: move intel_display_device_probe() one level higher (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)
  - commit 5bbf1c3
  - drm/i915/display: call gmdid display probe at a higher level (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)
  - commit f57e7c8
  - drm/i915: move more of the display probe to display code (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)
  - commit 80d81a2
  - drm/i915/dpt: replace GEM_BUG_ON() with drm_WARN_ON() (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)
  - commit 680ca08
  - drm/i915/fb: replace GEM_WARN_ON() with drm_WARN_ON() (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)
  - commit 6a230a3
  - drm/i915/fbc: replace GEM_BUG_ON() to drm_WARN_ON() (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)
  - commit 254bad3
  - drm/i915/sdvo: Constify mapping structs (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)
  - commit c4cbd1d
  - drm/i915/hdmi: Remove old i2c symlink (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)
  - commit db1aae0
  - drm/i915/hdmi: Nuke hdmi->ddc_bus (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)
  - commit c66e53c
  - drm/i915/hdmi: Use connector->ddc everwhere (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)
  - commit 6d16f20
  - drm/i915/mst: Populate connector->ddc (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)
  - commit 238daf9
  - drm/i915/dp: Populate connector->ddc (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)
  - commit 929f870
  - drm/i915/dvo: Populate connector->ddc (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)
  - commit ccb6e5e
  - drm/i915/crt: Populate connector->ddc (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)
  - commit cd36ec1
  - drm/i915/lvds: Populate connector->ddc (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)
  - commit b5129f7
  - drm/i915: Call the DDC bus i2c adapter "ddc" (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)
  - commit c922bf5
  - drm/sysfs: Register "ddc" symlink later (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)
  - commit 250d382
  - drm: Reorder drm_sysfs_connector_remove() vs. (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)
  - commit db36840
  - drm/i915/dsc: Fix pic_width readout (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)
  - commit 18cbeff
  - drm/i915: Reduce combo PHY log spam (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)
  - commit f38b8d4
  - drm/i915: Stop spamming the logs with PLL state (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)
  - commit 3ca5f2c
  - drm/i915: Split some long lines in hsw_fdi_link_train() (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)
  - commit f0d3587
  - drm/i915: Fix FEC pipe A vs. DDI A mixup (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)
  - commit 2f1ef4a
  - drm/i915/mst: Read out FEC state (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)
  - commit 93f7df3
  - drm/i915/gt: rename DBG() to GTT_TRACE() (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)
  - commit 57d82c6
  - drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1 (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)
  - commit baa8508
  - drm/i915/dsc: add the PPS number to the register content macros (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)
  - commit 243c744
  - drm/i915/dsc: clean up pps comments (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)
  - commit 2646713
  - drm/i915/dsc: drop redundant = 0 assignments (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)
  - commit c9e486d
  - drm/i915/dsc: rename pps write to intel_dsc_pps_write() (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)
  - commit d671d98
  - drm/i915/dsc: have intel_dsc_pps_read() return the value (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)
  - commit 77c79c9
  - drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the value (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)
  - commit 2b8c1f1
  - drm/i915/dsc: improve clarity of the pps reg read/write helpers (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)
  - commit 349f53d
  - drm/i915/display: Apply workarounds during display init (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)
  - commit 8c8db0b
  - drm/i915/display: Extract display workarounds from clock gating init (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)
  - commit a5e6a47
  - drm/i915/adlp: Stop calling gen12lp_init_clock_gating() (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)
  - commit a1f6659
  - drm/i915: Stop forcing clock gating init for future platforms (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)
  - commit 8e63482
  - drm/i915/dsb: Don't use indexed writes when byte enables are not all (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)
  - commit 61da366
  - drm/i915/dsb: Avoid corrupting the first register write (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)
  - commit 8cf0e7f
  - drm/i915/dsb: Dump the DSB command buffer when DSB fails (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)
  - commit 85e87d2
  - drm/i915: Constify LUT entries in checker (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)
  - commit 399d50d
  - drm/i915/cx0: Check and increase msgbus timeout threshold (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)
  - commit 1d89f3e
  - drm/i915: add trailing newlines to msgs (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)
  - commit 2910715
  - drm/i915/psr: Add psr sink error status into sink status debugfs (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)
  - commit 88ab1e0
  - drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count() (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)
  - commit f1bf545
  - drm/i915/tc: move legacy code out of the main _max_lane_count() func (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)
  - commit 05fa473
  - drm/i915/tc: make intel_tc_port_get_lane_mask() static (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)
  - commit 1e4ac1b
  - drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask() (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)
  - commit 9263ecc
  - drm/i915/display: Compare the readout dsc pps params (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)
  - commit 09f2b2f
  - drm/i915/vdsc: Fill the intel_dsc_get_pps_config function (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)
  - commit 6692753
  - drm/i915/vdsc: Remove unused dsc registers (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)
  - commit 8b62195
  - drm/i915/vdsc: Add function to write in PPS register (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)
  - commit b09e32a
  - drm/i915/vdsc: Add function to read any PPS register (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)
  - commit 5358ad9
  - drm/i915/vdsc: Add func to get no. of vdsc instances per pipe (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)
  - commit 1909e2b
  - drm/i915/vdsc: Add a check for dsc split cases (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)
  - commit 6358240
  - drm/i915/vdsc: Refactor dsc register field macro (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)
  - commit 1a6e0de
  - drm/i915: Handle dma fences in dirtyfb callback (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)
  - commit a990719
  - drm/i915: Add new frontbuffer tracking interface to queue flush (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)
  - commit f433ccd
  - drm/i915/psr: Clear frontbuffer busy bits on flip (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)
  - commit 47ca62b
  - drm/i915/fbc: Clear frontbuffer busy bits on flip (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)
  - commit adbbf12
  - drm/i915/cec: switch to setting physical address directly (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)
  - commit 017d38e
  - drm/cec: add drm_dp_cec_attach() as the non-edid version of set edid (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)
  - commit 7d6227d
  - drm/edid: parse source physical address (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)
  - commit 67052bc
  - drm/i915/display: use drm_edid_is_digital() (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)
  - commit 6aa2d28
  - drm/edid: add drm_edid_is_digital() (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)
  - commit 8b4408e
  - drm/i915/hdcp: Use correct aux for capability check scenario (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)
  - commit 0170cf2
  - drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capable (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)
  - commit a533d7d
  - drm/i915: add minimal i915_gem_object_frontbuffer.h (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)
  - commit 0b03e42
  - drm/i915/mtl: Add TC port lockdep assert to AUX power well enabling (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)
  - commit bdd112f
  - drm/i915/dp: Drop redundant AUX power get/put in intel_dp_force() (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)
  - commit b57f2db
  - drm/i915/dg2: Add support for new DG2-G12 revid 0x1 (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)
  - commit 563fc2c
  - drivers/drm/i915: Honor limits->max_bpp while computing DSC max input (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)
  - commit fb93c20
  - drm/display/dp: Assume 8 bpc support when DSC is supported (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)
  - commit 7a5e76e
  - drm/i915/psr: Apply Wa_14015648006 for all display 14 steppings (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)
  - commit 3378f8b
  - drm/i915/sdvo: Print out the i2c pin and slave address (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)
  - commit 4fa4922
  - drm/i915/sdvo: Rework DDC bus handling (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)
  - commit b1926f5
  - drm/i915/sdvo: Get rid of the per-connector i2c symlink (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)
  - commit b98acc7
  - drm/i915/sdvo: Nuke the duplicate sdvo->port (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)
  - commit baece1e
  - drm/i915/sdvo: Initialize the encoder earlier (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)
  - commit 304a49e
  - drm/i915/sdvo: Nuke attached_output tracking (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)
  - commit 21507e9
  - drm/i915/hdcp: Adjust timeout for read in DPMST Scenario (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)
  - commit c3dd75d
  - drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario (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)
  - commit 04d5b07
  - drm/i915/hdcp: Propagate aux info in DP HDCP functions (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)
  - commit 1296104
  - drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shim (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)
  - commit 17e49ed
  - drm/i915/color: move pre-SKL gamma and CSC enable read to intel_color (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)
  - commit 9c879d0
  - drm/i915/color: move SKL+ gamma and CSC enable read to intel_color (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)
  - commit 5ec92fe
  - drm/i915: move ILK+ CSC mode read to intel_color (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)
  - commit 31a2dae
  - drm/i915: move HSW+ gamma mode read to intel_color (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)
  - commit 84a64a5
  - drm/i915/color: move CHV CGM pipe mode read to intel_color (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)
  - commit c8cce95
  - drm/i915/regs: split out intel_color_regs.h (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)
  - commit bfb884e
  - drm/i915/display: configure SDP split for DP-MST (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)
  - commit 9b60660
  - drm/i915/display: update intel_dp_has_audio to support MST (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)
  - commit a6f10ff
  - drm/i915/vma: constify unbind_fence_ops (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)
  - commit 4d88770
  - drm/i915/rpl: Update pci ids for RPL P/U (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)
  - commit 6d04aae
  - drm/i915/sdvo: Fail gracefully if the TV dotclock is out of range (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)
  - commit 975c19e
  - drm/i915/sdvo: Pick the TV dotclock from adjusted_mode (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)
  - commit e5e0b0b
  - drm/i915: Fully populate crtc_state->dpll (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)
  - commit 369f2df
  - drm/i915: Don't warn about zero N/P in *_calc_dpll_params() (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)
  - commit 155fb9d
  - drm/i915/sdvo: s/sdvo_inputs_mask/sdvo_num_inputs/ (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)
  - commit 8a4b724
  - drm/i915/sdvo: Protect macro args (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)
  - commit d6a73b0
  - drm/i915/sdvo: Issue SetTargetOutput prior to GetAttachedDisplays (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)
  - commit d607072
  - drm/i915/display: add lock while printing frontbuffer tracking bits (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)
  - commit 9296c63
  - drm/i915/display: combine DP audio compute config steps (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)
  - commit 435fb0a
  - drm/i915/display: remove redundant parameter from sdp split update (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)
  - commit 2a4c20c
  - drm/i915/display: Remove unused POWER_DOMAIN_MODESET (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)
  - commit 9788f88
  - drm/i915/dp: Check if force_dsc_output_format is possible (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)
  - commit 81ab4fb
  - drm/i915/dp: Check src/sink compressed bpp limit for edp (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)
  - commit 7d64aae
  - drm/i915/dp: Get optimal link config to have best compressed bpp (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)
  - commit 3d56cb5
  - drm/i915/dp: Separate out function to get compressed bpp with joiner (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)
  - commit 7662480
  - drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp (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)
  - commit d4b59da
  - drm/i915/dp: Separate out functions for edp/DP for computing DSC bpp (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)
  - commit 19c7953
  - drm/i915/dp: Rename helper to get DSC max pipe_bpp (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)
  - commit a204975
  - drm/i915/dp: Avoid left shift of DSC output bpp by 4 (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)
  - commit b2a9b0e
  - drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc also (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)
  - commit 50a461f
  - drm/i915/dp: Add functions to get min/max src input bpc with DSC (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)
  - commit cc9edbb
  - drm/i915/dp: Avoid forcing DSC BPC for MST case (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)
  - commit 1d08529
  - drm/i915/dp: Remove extra logs for printing DSC info (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)
  - commit 51dbba2
  - drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on (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)
  - commit 653fbe4
  - drm/i915/dp: Update Bigjoiner interface bits for computing compressed (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)
  - commit 567dcfc
  - drm/i915/dp: Use consistent name for link bpp and compressed
    bpp (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).
  - Refresh
    patches.suse/drm-i915-Introduce-crtc_state-enhanced_framing.patch.
  - commit fce2b01
  - drm/i915/dp_mst: Use output_format to get the final link bpp (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)
  - commit 0973c99
  - drm/i915/dp: Move compressed bpp check with 420 format inside the (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)
  - commit 587ff24
  - drm/i915/dp: Consider output_format while computing dsc bpp (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)
  - commit 735b6f4
  - drm/i915: Eliminate has_4tile feature flag (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)
  - commit 44082aa
  - drm/i915/selftest: Simplify Y-major tiling in blit selftest (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)
  - commit 65b68b0
  - drm/i915/cx0: Program vswing only for owned lanes (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)
  - commit dfbe8de
  - drm/i915/cx0: Enable/disable TX only for owned PHY lanes (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)
  - commit 024fe6b
  - drm/i915: Simplify intel_cx0_program_phy_lane() with loop (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)
  - commit 1d8a4f0
  - drm/i915/cx0: Add intel_cx0_get_owned_lane_mask() (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)
  - commit 4821e04
  - drm/i915/display: Remove unused POWER_DOMAIN_MASK (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)
  - commit b85caee
  - drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS (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)
  - commit e4899fb
  - drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside (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)
  - commit 0fd1d49
  - drm/i915/dp: Fix LT debug print in SDP CRC enable (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)
  - commit 8a0c1d3
  - drm/i915/vdsc: Fix first_line_bpg_offset calculation (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)
  - commit 3f880f6
  - drm/i915: Don't change the status of forced connectors during HPD (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)
  - commit ccbfc0a
  - drm/i915: Don't change the status of forced connectors during hotplug (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)
  - commit 55af8cf
  - drm/i915: Avoid endless HPD poll detect loop via runtime (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)
  - commit 2aeea69
  - drm/i915: Do not disable preemption for resets (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)
  - commit 8b1861c
  - drm/i915/perf: Remove gtt_offset from stream->oa_buffer.head/.tail (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)
  - commit 02b73f3
  - drm/i915: Add Wa_18028616096 (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)
  - commit 7cee125
  - drm/i915/gem: remove inlines from i915_gem_execbuffer.c (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)
  - commit beba8a6
  - drm/i915/gt: remove a static inline that requires including (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)
  - commit 5a28ee6
  - drm/i915/gt: Update RC6 mask for mtl_drpc (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)
  - commit 4829227
  - drm/i915: refactor deprecated strncpy (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)
  - commit 2dfda9f
  - drm/i915/lrc: User PXP contexts requires runalone bit in lrc (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)
  - commit 7f412db
  - drm/i915/pxp/mtl: Update pxp-firmware packet size (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)
  - commit 464907b
  - drm/i915/pxp/mtl: Update pxp-firmware response timeout (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)
  - commit 48e0b97
  - drm/i915/huc: silence injected failure in the load via GSC path (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)
  - commit 55b8a86
  - drm/i915: Add Wa_18022495364 (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)
  - commit 7a68688
  - drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2 (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)
  - commit 2036689
  - drm/i915: Run relevant bits of debugfs drop_caches per GT (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)
  - commit 8947254
  - drm/i915/mtl: Drop Wa_14017240301 (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)
  - commit df5eda5
  - drm/i915: Add Wa_14015150844 (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)
  - commit d3e9a5a
  - drm/i915/gt: Wait longer for tasks in migrate selftest (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)
  - commit 0f6e240
  - drm/i915/gsc: define gsc fw (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)
  - commit 6e25237
  - drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL (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)
  - commit 7bf8d76
  - drm/i915/guc: Force a reset on internal GuC error (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)
  - commit b70a904
  - drm/i915/selftests: Align igt_spinner_create_request with hangcheck (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)
  - commit fe1afca
  - drm/i915/dg2: Remove Wa_15010599737 (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).
  - Refresh
    patches.suse/drm-i915-dg2-Drop-pre-production-GT-workarounds.patch.
  - commit 7a60723
  - drm/panel: ltk050h3146w: add support for Leadtek LTK050H3148W-CTA6 (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)
  - commit 8a6835e
  - drm/panel: ltk050h3146w: add mipi_dsi_device.mode_flags to (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)
  - commit 332d0bb
  - drm/rockchip: dsi: Use devm_platform_get_and_ioremap_resource() (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)
  - commit 7d5bc27
  - drm/rockchip: remove redundant of_match_ptr (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)
  - commit f166d3e
  - drm/rockchip: vop2: Convert to use maple tree register cache (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)
  - commit 7770fe5
  - drm/rockchip: vop2: Demote message in mod_supported to drm_dbg_kms (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)
  - commit e65069c
  - Documentation/gpu: fix Panfrost documentation build warnings (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)
  - commit 44a84b7
  - drm/panel-simple: allow LVDS format override (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)
  - commit 6033026
  - drm/bridge: samsung-dsim: calculate porches in Hz (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)
  - commit ccc53fb
  - drm/bridge: samsung-dsim: adjust porches by rounding up (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)
  - commit 016421e
  - drm/bridge: samsung-dsim: update PLL reference clock (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)
  - commit 91741f4
  - drm/bridge: samsung-dsim: reread ref clock before configuring PLL (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)
  - commit 865a27b
  - drm/bridge: samsung-dsim: add more mipi-dsi device debug information (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)
  - commit aa4cc9c
  - drm: exynos: dsi: Convert to platform remove callback returning void (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)
  - commit 94c9916
  - drm/amd/display: Fix mst hub unplug warning (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)
  - commit 8f23482
  - drm/panel: nv3051d: Add Support for Anbernic 351V (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)
  - commit 5b17a23
  - drm/dp: switch drm_dp_downstream_*() helpers to struct drm_edid (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)
  - commit 584e755
  - drm/v3d: Annotate struct v3d_perfmon with __counted_by (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)
  - commit a56bfb3
  - drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_by (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)
  - commit 74260a9
  - drm/virtio: Annotate struct virtio_gpu_object_array with __counted_by (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)
  - commit a7f342a
  - drm/vc4: Annotate struct vc4_perfmon with __counted_by (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)
  - commit cc57f75
  - drm/nouveau/pm: Annotate struct nvkm_perfdom with __counted_by (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)
  - commit 421aa22
  - drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by (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)
  - commit 7279d3d
  - drm/i915/selftests: Annotate struct perf_series with __counted_by (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)
  - commit 1edeea1
  - drm/amdgpu/discovery: Annotate struct ip_hw_instance with (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)
  - commit ac149fc
  - drm/amd/pm: Annotate struct smu10_voltage_dependency_table with (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)
  - commit 2e8a186
  - drm/panfrost: Implement generic DRM object RSS reporting function (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)
  - commit 0c5f128
  - drm/drm_file: Add DRM obj's RSS reporting function for fdinfo (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)
  - commit 160680f
  - drm/panfrost: Add fdinfo support for memory stats (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)
  - commit 30523e0
  - drm/panfrost: Add fdinfo support GPU load metrics (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).
  - Refresh
    patches.suse/drm-panfrost-Ignore-core_mask-for-poweroff-and-disab.patch.
  - Refresh
    patches.suse/drm-panfrost-Really-power-off-GPU-cores-in-panfrost_.patch.
  - commit c25d505
  - drm/panfrost: Add cycle count GPU register definitions (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)
  - commit 0a8462e
  - Delete patches.suse/scsi-lpfc-limit-irq-vectors-to-online-cpus-if-kdump-kernel.patch.
    Should be addressed by the previously merged upstream solution (bsc#1218180 ltc#204476).
  - commit ebf5676
  - drm/vblank: Warn when silently cancelling vblank works (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)
  - commit 0ea87ae
  - drm/doc: Document DRM device reset expectations (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)
  - commit 4833bdb
  - drm/panel: ili9322: Convert to use maple tree register cache (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)
  - commit 2a6a568
  - drm/panel: ili9322: Remove redundant volatle_reg() operation (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)
  - commit 0c1d38c
  - drm/bridge: sn65dsi83: Convert to use maple tree register cache (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)
  - commit 683fba2
  - drm/bridge: lt9211: Convert to use maple tree register cache (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)
  - commit 2cda034
  - drm/bridge: icn6211: Convert to use maple tree register cache (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)
  - commit a7e0aed
  - drm/bridge: tc358767: Convert to use maple tree register cache (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)
  - commit 381473f
  - drm/bridge: dpc3433: Convert to use maple tree register cache (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)
  - commit 856e7bb
  - drm/bridge: adv7511: Convert to use maple tree register cache (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)
  - commit ae1b40f
  - drm/tests: Add new format conversion tests to better cover (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)
  - commit 7ffbd0c
  - drm/tests: Add calls to drm_fb_blit() on supported format conversion (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)
  - commit 31de742
  - drm/bridge: lt9611uxc: use drm_bridge_get_edid() instead of using (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)
  - commit ebb69d6
  - drm/bridge: use drm_bridge_get_edid() instead of using ->get_edid (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)
  - commit c715ca7
  - drm/nouveau/kms/nv50: hide unused variables (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)
  - commit d501b3a
  - drm/gpuvm: doc: fix filename references (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)
  - commit 956420e
  - drm/gma500: refactor deprecated strncpy (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)
  - commit 991a3b3
  - drm/nouveau: uvmm: rename 'umgr' to 'base' (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)
  - commit 629934a
  - drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown time (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)
  - commit 2dbc56b
  - drm/bridge: Add 200ms delay to wait FW HPD status stable (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)
  - commit d1696eb
  - drm/simpledrm: Add support for multiple "power-domains" (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)
  - commit b534ec3
  - accel/qaic: Remove ->size field from struct qaic_bo (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)
  - commit 3ff2dfd
  - drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs (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)
  - commit 1e71905
  - drm/hisilicon/kirin: Call drm_atomic_helper_shutdown() at (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)
  - commit ff0b9db
  - drm/ssd130x: Call drm_atomic_helper_shutdown() at remove time (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)
  - commit db88ed6
  - drm/vc4: Call drm_atomic_helper_shutdown() at shutdown time (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)
  - commit 47359c1
  - drm: Call drm_atomic_helper_shutdown() at shutdown time for misc (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)
  - commit a7d4979
  - drm/armada: Call drm_atomic_helper_shutdown() at shutdown time (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)
  - commit 241cb62
  - drm/bridge: panel: Fix device link for DRM_BRIDGE_ATTACH_NO_CONNECTOR (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)
  - commit 315a06e
  - drm/bridge: tc358768: Attempt to fix DSI horizontal timings (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)
  - commit 2e77bdc
  - drm/bridge: tc358768: Cleanup PLL calculations (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)
  - commit ac740d3
  - drm/bridge: tc358768: Default to positive h/v syncs (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)
  - commit d1f2f7b
  - drm/tegra: rgb: Parameterize V- and H-sync polarities (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)
  - commit b452fae
  - drm/bridge/analogix/anx78xx: Add missing definition (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)
  - commit 289dc90
  - drm/nouveau/kms/nv50-: disable dcb parsing (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)
  - commit ecbb4bc
  - drm/nouveau/kms/nv50-: create outputs based on nvkm info (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)
  - commit de05dad
  - drm/nouveau/kms/nv50-: create connectors based on nvkm info (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)
  - commit c4081cc
  - drm/nouveau/kms/nv50-: name aux channels after their connector (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)
  - commit 3244880
  - drm/nouveau/kms/nv50-: create heads after outps/conns (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)
  - commit a014bf5
  - powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_ids
    (bsc#1218180 ltc#204476).
  - powerpc/smp: Factor out assign_threads() (bsc#1218180
    ltc#204476).
  - powerpc/smp: Lookup avail once per device tree node (bsc#1218180
    ltc#204476).
  - powerpc/smp: Increase nr_cpu_ids to include the boot CPU
    (bsc#1218180 ltc#204476).
  - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core
    (bsc#1218180 ltc#204476).
  - commit 4c4f84a
  - drm/nouveau/kms/nv50-: create heads based on nvkm head mask (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)
  - commit b0cc0d9
  - drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV (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)
  - commit d1169f5
  - drm/nouveau/disp: move outp init/fini paths to chipset code (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)
  - commit 4367ebb
  - drm/nouveau/disp: move outp/conn construction to chipset code (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)
  - commit 83ca168
  - drm/nouveau/disp: add dp mst id get/put methods (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)
  - commit c18b778
  - drm/nouveau/disp: add dp sst config method (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)
  - commit 2a16d31
  - drm/nouveau/disp: move link training out of supervisor (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)
  - commit 72db5f0
  - drm/nouveau/disp: add dp train method (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)
  - commit 561c5bb
  - drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link (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)
  - commit 205538f
  - drm/nouveau/kms/nv50-: flush mst disables together (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)
  - commit 5546f2c
  - drm/nouveau/kms/nv50-: split DP disable+enable into two modesets (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)
  - commit 9b7d75c
  - drm/nouveau/disp: add dp rates method (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)
  - commit 47dc73c
  - drm/nouveau/disp: add dp aux xfer method (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)
  - commit 24565e5
  - drm/nouveau/disp: move dp aux pwr method to HAL (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)
  - commit f9a8619
  - drm/nouveau/disp: add hdmi audio hal function (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)
  - commit 79b328a
  - drm/nouveau/disp: add output lvds config method (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)
  - commit b507113
  - drm/nouveau/disp: add output backlight control methods (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)
  - commit 8b23054
  - drm/nouveau/disp: remove SOR routing updates from supervisor (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)
  - commit a7eb999
  - drm/nouveau/disp: release outputs post-modeset (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)
  - commit ac5873e
  - drm/nouveau/disp: move hdmi disable out of release() (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)
  - commit 9783000
  - drm/nouveau/disp: add output hdmi config method (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)
  - commit d4527a5
  - drm/nouveau/kms/nv50-: move audio enable post-modeset (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)
  - commit 2f4fb23
  - drm/nouveau/kms/nv50-: keep output state around until modeset (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)
  - commit 5ee9ce2
  - drm/nouveau/kms/nv50-: remove nv_encoder.audio.connector (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)
  - commit 042a52e
  - drm/nouveau/kms/nv50-: pull some common init out of OR-specific code (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)
  - commit f566a1b
  - drm/nouveau/disp: update SOR routing immediately on acquire() (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)
  - commit 1753a18
  - drm/nouveau/disp: add acquire_sor/pior() (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)
  - commit 0c91fb2
  - drm/nouveau/disp: add acquire_dac() (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)
  - commit 88b24fd
  - drm/nouveau/disp: shuffle to make upcoming diffs prettier (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)
  - commit 17153d7
  - drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state (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)
  - commit 22cf797
  - drm/nouveau/disp: rename internal output acquire/release functions (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)
  - commit 810a240
  - drm/nouveau/disp: add output method to fetch edid (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)
  - commit c5a2126
  - drm/nouveau/disp: add output detect method (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)
  - commit e5a7b52
  - drm/nouveau/disp: rearrange output methods (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)
  - commit 6538ae2
  - drm/nouveau/kms/nv50-: fix mst payload alloc fail crashing evo (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)
  - commit aea5b69
  - drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALL (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)
  - commit 89de0b6
  - drm/nouveau/gr/gf100-: lose contents of global ctxbufs across suspend (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)
  - commit 53da021
  - drm/nouveau/imem: support allocations not preserved across suspend (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)
  - commit 1b2d42e
  - drm/nouveau/devinit/tu102-: remove attempt at loading PreOS (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)
  - commit fe23d30
  - drm/dp_mst: Tune down error message during payload addition (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)
  - commit 36bfd8b
  - drm/dp_mst: Sanitize error return during payload addition (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)
  - commit 796f4f5
  - drm/dp_mst: Fix NULL dereference during payload addition (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)
  - commit 21dc6be
  - drm/bridge: dw-hdmi-cec: Add arbitration lost event (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)
  - commit 79d3a0d
  - drm/nouveau/pm: refactor deprecated strncpy (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)
  - commit 3003786
  - drm/nouveau/core: refactor deprecated strncpy (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)
  - commit 5a59e9b
  - drm/nouveau/nvif: refactor deprecated strncpy (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)
  - commit 12dd886
  - drm/komeda: add NV12 format to support writeback layer type (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)
  - commit db1ea9c
  - drm/ssd130x: Store the HW buffer in the driver-private CRTC state (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)
  - commit f52ebd0
  - drm/debugfs: Fix drm_debugfs_remove_files() stub (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)
  - commit 40bfae7
  - drm/amd/display: Fix -Wuninitialized in (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)
  - commit acb52e6
  - drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time (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)
  - commit 71881ca
  - drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind (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)
  - commit de82057
  - drm/atomic-helper: drm_atomic_helper_shutdown(NULL) should be a noop (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)
  - commit 7cf2a59
  - drm/panel: otm8009a: Don't double check prepared/enabled (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)
  - commit 4411d26
  - drm/panel: s6e63m0: Don't store+check prepared/enabled (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)
  - commit 1bacc20
  - drm/panel: Don't store+check prepared/enabled for simple cases (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)
  - commit 6ca5057
  - drm/i915: Move the size computations to drm buddy (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)
  - commit 23b01d5
  - drm/amdgpu: Move the size computations to drm buddy (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)
  - commit c63a833
  - drm/buddy: Improve contiguous memory allocation (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)
  - commit de505fd
  - fbdev/core: Clean up include statements in fbmem.c (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)
  - commit a21b3c6
  - fbdev/core: Remove empty internal helpers from fb_logo.c (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)
  - commit 96ad7c9
  - fbdev/core: Move logo functions into separate source file (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)
  - commit 2b3e5a9
  - fbdev/core: Unexport logo helpers (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)
  - commit 34b0a11
  - fbdev/core: Fix style of code for boot-up logo (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)
  - commit 394dafd
  - fbdev/mmp/mmpfb: Do not display boot-up logo (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)
  - commit 231bd54
  - fbdev/au1200fb: Do not display boot-up logo (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)
  - commit 05e349f
  - drm/ssd130x: Use bool for ssd130x_deviceinfo flags (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)
  - commit 1e9058a
  - drm/ssd130x: Print the PWM's label instead of its number (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)
  - commit c82cdc8
  - drm/shmobile: Convert to platform remove callback returning void (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)
  - commit 0cca49b
  - drm/msm: Convert to platform remove callback returning void (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)
  - commit 65b1972
  - drm/ingenic: Convert to platform remove callback returning void (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)
  - commit cd9d1ba
  - drm/imx/ipuv3: Convert to platform remove callback returning void (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)
  - commit f0c6538
  - drm/mst: Refactor the flow for payload allocation/removement (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)
  - commit 46352d3
  - drm/mst: delete unnecessary case in drm_dp_add_payload_part2() (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)
  - commit 2feb266
  - drm/tests: Zero initialize fourccs_out (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)
  - commit b08d6dd
  - drm/debugfs: Add inline to drm_debugfs_dev_init() to suppres (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)
  - commit 0d60056
  - drm/doc/rfc: Mark GPU VA as complete. (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)
  - commit 7bfc180
  - drm/doc/rfc: Mark DRM_VM_BIND as complete. (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)
  - commit 22c99db
  - drm/doc/rfc: Mark Dev_coredump as completed. (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)
  - commit cae5703
  - drm/doc/rfc: No STAGING out of drivers/staging. (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)
  - commit 09111c5
  - drm/connector: document DRM_MODE_COLORIMETRY_COUNT (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)
  - commit c44af89
  - drm/bridge: Drop CONFIG_OF conditionals around of_node pointers (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)
  - commit c99b400
  - drm/bridge: Drop conditionals around of_node pointers (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)
  - commit 73c183c
  - drm/bridge/analogix/anx78xx: Drop ID table (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)
  - commit c37ef7e
  - drm: bridge: it66121: Extend match support for OF tables (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)
  - commit 30b6a90
  - fbdev/hyperv_fb: Use fb_ops helpers for deferred I/O (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)
  - commit 9760f74
  - fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERRED (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)
  - commit 91d0bac
  - fbdev/udlfb: Use fb_ops helpers for deferred I/O (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)
  - commit 0414980
  - KVM: VMX: Move VERW closer to VMentry for MDS mitigation (git-fixes).
  - KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH (git-fixes).
  - x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key (git-fixes).
  - x86/entry_32: Add VERW just before userspace transition (git-fixes).
  - x86/entry_64: Add VERW just before userspace transition (git-fixes).
  - x86/bugs: Add asm helpers for executing VERW (git-fixes).
  - commit 6f2943c
  - fbdev/smscufx: Use fb_ops helpers for deferred I/O (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)
  - commit 568be29
  - drm/virtio: Remove unused function declarations (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)
  - commit 4b5f5e9
  - drm/debugfs: rework drm_debugfs_create_files implementation v2 (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)
  - commit ed253c2
  - drm/debugfs: remove dev->debugfs_list and debugfs_mutex v2 (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)
  - commit e95b68c
  - drm/debugfs: rework debugfs directory creation v5 (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)
  - commit ff9e4b2
  - drm/debugfs: disallow debugfs access when device isn't registered (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)
  - commit 3421b7e
  - drm/debugfs: drop debugfs_init() for the render and accel node v2 (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)
  - commit 4c558ae
  - fbdev/tcx: Use initializer macro for struct fb_ops (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)
  - commit 1f54b3a
  - fbdev/p9100: Use initializer macro for struct fb_ops (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)
  - commit 32336da
  - fbdev/leo: Use initializer macro for struct fb_ops (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)
  - commit d240d98
  - fbdev/ffb: Use initializer macro for struct fb_ops (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)
  - commit 38cac7d
  - fbdev/cg6: Use initializer macro for struct fb_ops (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)
  - commit a5637c0
  - fbdev/cg3: Use initializer macro for struct fb_ops (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)
  - commit ab66585
  - fbdev/cg14: Use initializer macro for struct fb_ops (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)
  - commit 637ff7c
  - fbdev/bw2: Use initializer macro for struct fb_ops (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)
  - commit 53a0d2a
  - fbdev/sbus: Add initializer macros and Kconfig tokens for SBUS (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)
  - commit a6caeae
  - fbdev/sbus: Forward declare all necessary structures in header (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)
  - commit 9d7d959
  - fbdev/sbus: Build sbuslib.o if CONFIG_FB_SBUS has been selected (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)
  - commit b272235
  - drm/tests: Add KUnit tests for drm_fb_memcpy() (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)
  - commit ebb55ff
  - drm/tests: Add multi-plane support to conversion_buf_size() (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)
  - commit 583bc27
  - drm/tests: Add KUnit tests for drm_fb_build_fourcc_list() (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)
  - commit e9848c6
  - drm/tests: Add KUnit tests for drm_fb_clip_offset() (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)
  - commit d06bd5c
  - drm/tests: Add KUnit tests for drm_fb_swab() (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)
  - commit 4110338
  - drm/tests: Test default pitch fallback (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)
  - commit 5e082ee
  - drm/repaper: fix -Wvoid-pointer-to-enum-cast warning (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)
  - commit db0f015
  - drm/gma500: Remove unused declarations (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)
  - commit 60f1133
  - drm/gma500: remove duplicate macro definitions (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)
  - commit 1ff752b
  - doc: uapi: Add document describing dma-buf semantics (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)
  - commit e29a8fa
  - drm/panfrost: Do not check for 0 return after calling (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)
  - commit 7acbe64
  - drm/panel: JDI LT070ME05000 drop broken link (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)
  - commit 80a825b
  - drm/panel: simple: Add support for Mitsubishi AA084XE01 (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)
  - commit bd2a3eb
  - drm/bridge: panel: Add a device link between drm device and panel (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)
  - commit fe26a6c
  - drm/rockchip: vop: Use cleanup helper directly as destroy funcs (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)
  - commit 532b508
  - drm/bridge: lvds-codec: Implement atomic_get_input_bus_fmts for LVDS (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)
  - commit 1f7bd0f
  - accel/ivpu: Document DRM_IVPU_PARAM_CAPABILITIES (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)
  - commit 98b854b
  - drm/rockchip: dsi: Add rv1126 MIPI DSI support (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)
  - commit 0c403d6
  - drm/rockchip: vop: Add rv1126 vop_lite support (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)
  - commit 8a64dd7
  - nouveau/svm: Split assignment from if conditional (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)
  - commit f9739f0
  - nouveau/svm: Replace one-element array with flexible-array member in (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)
  - commit 7534231
  - PCI: Add pci_get_base_class() helper (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)
  - commit 937f4d8
  - Delete
    patches.suse/drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0.6.patch.
  - commit 399db8f
  - Update
    patches.suse/drm-Add-HPD-state-to-drm_connector_oob_hotplug_event.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 jsc#PED-6028).
  - Refresh
    patches.suse/usb-typec-altmodes-displayport-Signal-hpd-when.patch.
  - commit 43da14e
  - net: ethernet: mtk_wed: fix possible NULL pointer dereference
    in mtk_wed_wo_queue_tx_clean() (git-fixes).
  - commit f6c1c6f
  - net: ks8851: Fix TX stall caused by TX buffer overrun
    (git-fixes).
  - commit 309032b
  - net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511
    and above (git-fixes).
  - commit f51244f
  - net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511
    and above (git-fixes).
  - commit 0cdf0a3
  - net: atlantic: fix double free in ring reinit logic (git-fixes).
  - commit 7354340
  - net: stmmac: Handle disabled MDIO busses from devicetree
    (git-fixes).
  - commit be25be7
  - Update
    patches.suse/uapi-stddef.h-Fix-__DECLARE_FLEX_ARRAY-for-C.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)
  - commit d7f10c6
  - Update
    patches.suse/drm-amd-display-Fix-sending-VSC-colorimetry-packets-.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)
  - commit 24540f7
  - Update
    patches.suse/drm-amdgpu-skip-gpu_info-fw-loading-on-navi12.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)
  - commit 479cb85
  - Update
    patches.suse/drm-amd-display-add-nv12-bounding-box.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)
  - commit 49bb5d0
  - Update
    patches.suse/drm-amd-display-pbn_div-need-be-updated-for-hotplug-.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)
  - commit 456ae01
  - Update
    patches.suse/drm-mgag200-Fix-gamma-lut-not-initialized-for-G200ER.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)
  - commit 427bc78
  - Update
    patches.suse/drm-bridge-ps8640-Fix-size-mismatch-warning-w-len.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)
  - commit 7c0f0f9
  - Update
    patches.suse/drm-bridge-ti-sn65dsi86-Never-store-more-than-msg-si.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)
  - commit ac440b3
  - Update
    patches.suse/drm-bridge-parade-ps8640-Never-store-more-than-msg-s.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)
  - commit 91d6caf
  - Update
    patches.suse/drm-i915-perf-Update-handling-of-MMIO-triggered-repo.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)
  - commit c834c8d
  - Update
    patches.suse/drm-i915-dp-Fix-passing-the-correct-DPCD_REV-for-drm.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)
  - commit 990e5fd
  - Update
    patches.suse/drm-i915-dmc-Don-t-enable-any-pipe-DMC-events.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)
  - commit 66c5cba
  - Update
    patches.suse/drm-i915-mtl-Fix-HDMI-DP-PLL-clock-selection.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)
  - commit c820254
  - Update
    patches.suse/drm-i915-Reject-async-flips-with-bigjoiner.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)
  - commit 0611076
  - Update
    patches.suse/drm-i915-hwmon-Fix-static-analysis-tool-reported-iss.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)
  - commit 0b8d00b
  - Update
    patches.suse/drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-state-m.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)
  - commit e983540
  - Update
    patches.suse/drm-amd-display-get-dprefclk-ss-info-from-integratio.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)
  - commit cec05f9
  - Update
    patches.suse/drm-amd-display-Add-case-for-dcn35-to-support-usb4-d.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)
  - commit 32a0766
  - Update
    patches.suse/drm-amdkfd-svm-range-always-mapped-flag-not-working-.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)
  - commit e24941c
  - Update
    patches.suse/drm-edid-also-call-add-modes-in-EDID-connector-updat.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)
  - commit 186e99f
  - Update
    patches.suse/drm-crtc-fix-uninitialized-variable-use.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)
  - commit f8d192f
  - Update
    patches.suse/drm-crtc-Fix-uninit-value-bug-in-drm_mode_setcrtc.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)
  - commit c59e9f5
  - Update
    patches.suse/drm-Fix-FD-ownership-check-in-drm_master_check_perm.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)
  - commit 4796f01
  - Update
    patches.suse/drm-amdgpu-fix-tear-down-order-in-amdgpu_vm_pt_free.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)
  - commit 7fa63f7
  - Update
    patches.suse/drm-amdgpu-sdma5.2-add-begin-end_use-ring-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)
  - commit e2b4703
  - Update
    patches.suse/drm-amd-display-Disable-PSR-SU-on-Parade-0803-TCON-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)
  - commit 4cffb04
  - Update
    patches.suse/drm-amd-display-Restore-guard-against-default-backli.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)
  - commit 28169ea
  - Delete
    patches.suse/drm-amd-display-fix-hw-rotated-modes-when-PSR-SU-is-.patch.
  - commit c4c99e8
  - Update
    patches.suse/drm-i915-edp-don-t-write-to-DP_LINK_BW_SET-when-usin.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)
  - commit 40b399d
  - Update
    patches.suse/drm-i915-Fix-ADL-tiled-plane-stride-when-the-POT-str.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)
  - commit 7fafc1f
  - Update
    patches.suse/drm-i915-Fix-intel_atomic_setup_scalers-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)
  - commit cdddc75
  - dpaa2-switch: do not ask for MDB, VLAN and FDB replay
    (git-fixes).
  - commit c6e8879
  - Update
    patches.suse/drm-i915-Fix-remapped-stride-with-CCS-on-ADL.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)
  - commit c9decbb
  - Update
    patches.suse/drm-i915-Use-internal-class-when-counting-engine-res.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)
  - commit 41f2ffd
  - Update
    patches.suse/drm-i915-selftests-Fix-engine-reset-count-storage-fo.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)
  - commit 9125213
  - Update
    patches.suse/drm-mediatek-Fix-access-violation-in-mtk_drm_crtc_dm.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)
  - commit 36e198c
  - Update
    patches.suse/drm-mediatek-Add-spinlock-for-setting-vblank-event-i.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)
  - commit c19fb81
  - Update
    patches.suse/drm-mediatek-fix-kernel-oops-if-no-crtc-is-found.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)
  - commit 34a58bd
  - Update
    patches.suse/misc-mei-client.c-fix-problem-of-return-EOVERFLOW-in.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)
  - commit 547c308
  - Update
    patches.suse/misc-mei-client.c-return-negative-error-code-in-mei_.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)
  - commit 8a5444b
  - Update
    patches.suse/drm-exynos-fix-a-wrong-error-checking.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)
  - commit fc33a7d
  - Update
    patches.suse/drm-exynos-fix-a-potential-error-pointer-dereference.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)
  - commit bc64419
  - dpaa2-switch: fix size of the dma_unmap (git-fixes).
  - commit 23ea26f
  - Update
    patches.suse/drm-amdgpu-Add-NULL-checks-for-function-pointers.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).
  - commit 5c7a1dc
  - Update
    patches.suse/drm-amd-display-Increase-frame-warning-limit-with-KA.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)
  - commit 769dd46
  - Update
    patches.suse/drm-amd-display-Add-monitor-patch-for-specific-eDP.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)
  - commit a46860b
  - Update patches.suse/drm-amdgpu-disable-MCBP-by-default.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).
  - commit 118c1ba
  - stmmac: dwmac-loongson: drop useless check for compatible
    fallback (git-fixes).
  - commit 02807a5
  - stmmac: dwmac-loongson: Make sure MDIO is initialized before
    use (git-fixes).
  - commit c27d9ce
  - net: fec: correct queue selection (git-fixes).
  - commit 7f02173
  - Update
    patches.suse/drm-atomic-helpers-Invoke-end_fb_access-while-owning.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)
  - commit e81b6ed
  - Update
    patches.suse/drm-bridge-tc358768-select-CONFIG_VIDEOMODE_HELPERS.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)
  - commit 85cce1f
  - Update
    patches.suse/nouveau-tu102-flush-all-pdbs-on-vmm-flush.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)
  - commit 02c760c
  - Update
    patches.suse/drm-i915-mst-Reject-modes-that-require-the-bigjoiner.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)
  - commit b70a9b0
  - Update
    patches.suse/drm-i915-mst-Fix-.mode_valid_ctx-return-values.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)
  - commit 130f8b8
  - Update
    patches.suse/drm-i915-Skip-some-timing-checks-on-BXT-GLK-DSI-tran.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)
  - commit f53198f
  - Update
    patches.suse/Revert-drm-prime-Unexport-helpers-for-fd-handle-conv.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)
  - commit d0c962e
  - Update
    patches.suse/drm-amdgpu-Use-another-offset-for-GC-9.4.3-remap.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)
  - commit 0f803c9
  - Update
    patches.suse/drm-amdkfd-Free-gang_ctx_bo-and-wptr_bo-in-pqm_unini.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)
  - commit b11ffa5
  - Update
    patches.suse/drm-amdgpu-Update-EEPROM-I2C-address-for-smu-v13_0_0.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)
  - commit 7e02e0c
  - Update
    patches.suse/drm-amdgpu-Fix-cat-debugfs-amdgpu_regs_didt-causes-k.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)
  - commit 6dfc295
  - Update patches.suse/drm-amd-Enable-PCIe-PME-from-D3.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)
  - commit 72123f1
  - Update
    patches.suse/drm-amd-pm-fix-a-memleak-in-aldebaran_tables_init.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)
  - commit e9b884c
  - Update
    patches.suse/drm-amd-display-update-dcn315-lpddr-pstate-latency.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)
  - commit f945f85
  - Update patches.suse/drm-amd-display-fix-ABM-disablement.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)
  - commit cbc2d9e
  - Update
    patches.suse/drm-amdkfd-Use-common-function-for-IP-version-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)
  - commit a2595ea
  - Update
    patches.suse/drm-amd-display-force-toggle-rate-wa-for-first-link-.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)
  - commit 67e3ff8
  - Update
    patches.suse/drm-amdgpu-correct-the-amdgpu-runtime-dereference-us.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)
  - commit 7b01d65
  - Update
    patches.suse/drm-amd-display-Update-min-Z8-residency-time-to-2100.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)
  - commit 71dc081
  - Update
    patches.suse/drm-amd-display-Remove-min_dst_y_next_start-check-fo.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)
  - commit 9ab4e92
  - Update
    patches.suse/drm-amdgpu-fix-memory-overflow-in-the-IB-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)
  - commit 1405f0b
  - Update
    patches.suse/drm-amd-display-Simplify-brightness-initialization.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)
  - commit 8057440
  - Update
    patches.suse/drm-amd-display-Increase-num-voltage-states-to-40.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)
  - commit 2c8f43a
  - Update
    patches.suse/drm-amd-display-Use-DRAM-speed-from-validation-for-d.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)
  - commit 42b2114
  - qca_spi: Fix reset behavior (git-fixes).
  - commit f971346
  - Delete
    patches.suse/drm-amd-display-Fix-MPCC-1DLUT-programming.patch.
  - commit db96a92
  - Update
    patches.suse/drm-amdgpu-Force-order-between-a-read-and-write-to-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).
  - commit 6e559a6
  - qca_debug: Fix ethtool -G iface tx behavior (git-fixes).
  - commit 87b783f
  - qca_debug: Prevent crash on TX ring changes (git-fixes).
  - commit a319e0e
  - Update
    patches.suse/drm-amdgpu-Do-not-issue-gpu-reset-from-nbio-v7_9-bif.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).
  - commit 54ea2d2
  - Update
    patches.suse/drm-amd-display-Include-udelay-when-waiting-for-INBO.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)
  - commit de8ed45
  - Update
    patches.suse/drm-panel-nt36523-fix-return-value-check-in-nt36523_.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)
  - commit e4c0453
  - Update
    patches.suse/drm-panel-starry-2081101qfh032011-53g-Fine-tune-the-.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)
  - commit 8793198
  - Update
    patches.suse/nouveau-find-the-smallest-page-allocation-to-cover-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)
  - commit fe1b807
  - Update
    patches.suse/dma-buf-fix-check-in-dma_resv_add_fence.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)
  - commit 64455a1
  - Update
    patches.suse/drm-i915-Call-intel_pre_plane_updates-also-for-pipes.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)
  - commit 815c966
  - Update
    patches.suse/drm-i915-Also-check-for-VGA-converter-in-eDP-probe.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)
  - commit 2afd15a
  - Update
    patches.suse/drm-i915-gsc-Mark-internal-GSC-engine-with-reserved-.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).
  - commit 80ee04c
  - Update
    patches.suse/drm-i915-do-not-clean-GT-table-on-error-path.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)
  - commit 8a36eea
  - Update
    patches.suse/drm-panel-boe-tv101wum-nl6-Fine-tune-Himax83102-j02-.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)
  - commit 7fccfb5
  - Update
    patches.suse/drm-ast-Disconnect-BMC-if-physical-connector-is-conn.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)
  - commit 8ebca0e
  - Update
    patches.suse/drm-rockchip-vop-Fix-color-for-RGB888-BGR888-format-.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)
  - commit 8f4c509
  - Update
    patches.suse/drm-panel-simple-Fix-Innolux-G101ICE-L01-timings.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)
  - commit d33a365
  - Update
    patches.suse/drm-panel-simple-Fix-Innolux-G101ICE-L01-bus-flags.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)
  - commit 7545b8e
  - Update
    patches.suse/drm-panel-auo-b101uan08.3-Fine-tune-the-panel-power-.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)
  - commit 2a2419b
  - Update
    patches.suse/drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8280xp-cat.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)
  - commit 3195ba7
  - Update
    patches.suse/drm-msm-dsi-use-the-correct-VREG_CTRL_1-value-for-4n.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)
  - commit 64eb523
  - Update
    patches.suse/drm-amd-display-Change-the-DMCUB-mailbox-memory-loca.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)
  - commit d76beb7
  - Update
    patches.suse/drm-amd-display-Clear-dpcd_sink_ext_caps-if-not-set.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)
  - commit b65656f
  - Update
    patches.suse/drm-amd-display-Enable-fast-plane-updates-on-DCN3.2-.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)
  - commit 7f14bcc
  - Update
    patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.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)
  - commit 84d077d
  - Update
    patches.suse/drm-amdgpu-correct-chunk_ptr-to-a-pointer-to-chunk.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)
  - commit a72a734
  - Update
    patches.suse/drm-amd-display-Fix-DSC-not-Enabled-on-Direct-MST-Si.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)
  - commit c94ec1e
  - Update
    patches.suse/drm-amdgpu-finalizing-mem_partitions-at-the-end-of-G.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).
  - commit 44feb8d
  - Update
    patches.suse/drm-amdgpu-Do-not-program-VF-copy-regs-in-mmhub-v1.8.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)
  - commit 45d0974
  - Update
    patches.suse/drm-amd-display-Guard-against-invalid-RPTR-WPTR-bein.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)
  - commit 577949b
  - Update
    patches.suse/nouveau-use-an-rwlock-for-the-event-lock.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)
  - commit 0d8694b
  - Update
    patches.suse/fbdev-fsl-diu-fb-mark-wr_reg_wa-static.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)
  - commit 1d95496
  - Update
    patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.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)
  - commit 9686763
  - Update
    patches.suse/fbdev-imsttfb-fix-double-free-in-probe.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)
  - commit b19bddf
  - Update
    patches.suse/fbdev-omapfb-Drop-unused-remove-function.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)
  - commit caa420d
  - Update
    patches.suse/drm-amdgpu-fix-error-handling-in-amdgpu_vm_init.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)
  - commit 3fdda15
  - Update
    patches.suse/drm-amdgpu-Fix-possible-null-pointer-dereference.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)
  - commit 6d99d27
  - Update
    patches.suse/drm-amdgpu-fix-software-pci_unplug-on-some-chips.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)
  - commit c4fe712
  - Update
    patches.suse/drm-amdgpu-lower-CS-errors-to-debug-severity.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)
  - commit 95f25f6
  - Update
    patches.suse/drm-amdgpu-fix-error-handling-in-amdgpu_bo_list_get.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)
  - commit 4aaaeb7
  - Update patches.suse/drm-qxl-prevent-memory-leak.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)
  - commit 14981e8
  - Update
    patches.suse/drm-syncobj-fix-DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABL.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)
  - commit 06fbf83
  - Update
    patches.suse/drm-vc4-tests-Fix-UAF-in-the-mock-helpers.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)
  - commit 5169a07
  - Update
    patches.suse/drm-i915-tc-Fix-Wformat-truncation-in-intel_tc_port_.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)
  - commit b51f04d
  - Update
    patches.suse/drm-i915-Fix-potential-spectre-vulnerability.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)
  - commit 6aa5688
  - Update
    patches.suse/drm-i915-Bump-GLK-CDCLK-frequency-when-driving-multi.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)
  - commit 7b5da6c
  - Update
    patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.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)
  - commit a387d6c
  - Update
    patches.suse/drm-i915-mtl-Support-HBR3-rate-with-C10-phy-and-eDP-.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)
  - commit f9066b9
  - Update
    patches.suse/drm-i915-Flush-WC-GGTT-only-on-required-platforms.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).
  - commit c23be1d
  - Update
    patches.suse/drm-i915-mtl-avoid-stringop-overflow-warning.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)
  - commit dc1705c
  - Update
    patches.suse/drm-amdgpu-fix-GRBM-read-timeout-when-do-mes_self_te.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)
  - commit 8512f76
  - Update
    patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.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)
  - commit dd4b83c
  - Delete
    patches.suse/drm-amdgpu-don-t-put-MQDs-in-VRAM-on-ARM-ARM64.patch.
  - commit fd1474c
  - Update
    patches.suse/drm-amdgpu-smu13-drop-compute-workload-workaround.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)
  - commit 93de5a5
  - Update
    patches.suse/drm-amdgpu-add-a-retry-for-IP-discovery-init.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)
  - commit 9019cd2
  - Update
    patches.suse/drm-amdgpu-don-t-use-pci_is_thunderbolt_attached.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)
  - commit 2d9993e
  - Delete
    patches.suse/drm-amdgpu-don-t-use-ATRM-for-external-devices.patch.
  - commit ce743c7
  - Update
    patches.suse/drm-amdgpu-gfx10-11-use-memcpy_to-fromio-for-MQDs.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).
  - commit 2fde690
  - Update
    patches.suse/drm-amd-pm-Fix-error-of-MACO-flag-setting-code.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).
  - commit 557a137
  - Update patches.suse/vga16fb-drop-powerpc-support.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)
  - commit 3a76aec
  - Update
    patches.suse/backlight-pwm_bl-Disable-PWM-on-shutdown-suspend-and.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)
  - commit cdfd819
  - Update
    patches.suse/fbdev-stifb-Make-the-STI-next-font-pointer-a-32-bit-.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)
  - commit 3cbfa66
  - Update
    patches.suse/drm-amdgpu-Remove-unused-variables-from-amdgpu_show_.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)
  - commit 2545167
  - Update
    patches.suse/drm-amdgpu-Remove-duplicate-fdinfo-fields.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)
  - commit 44acf7b
  - Update
    patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-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)
  - commit d07263f
  - Delete
    patches.suse/drm-amd-display-fix-num_ways-overflow-error.patch.
  - commit de1eb3a
  - Update
    patches.suse/drm-amd-display-Reduce-default-backlight-min-from-5-.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)
  - commit 6d5d863
  - Update
    patches.suse/drm-amd-Disable-PP_PCIE_DPM_MASK-when-dynamic-speed-.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)
  - commit db305f9
  - Update
    patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.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)
  - commit 9b83576
  - Update
    patches.suse/drm-amd-display-Remove-power-sequencing-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)
  - commit c7e5a88
  - Update
    patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.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)
  - commit 693006c
  - Update
    patches.suse/drm-rockchip-vop2-remove-the-unsupported-format-of-c.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)
  - commit 91d5324
  - Update patches.suse/drm-vc4-fix-typo.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)
  - commit 67fa922
  - Update
    patches.suse/drm-rockchip-remove-unused-struct-in-vop2.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)
  - commit 5336fb6
  - Update
    patches.suse/drm-rockchip-Fix-type-promotion-bug-in-rockchip_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)
  - commit 9208f94
  - Update
    patches.suse/drm-bridge-lt9611uxc-fix-the-race-in-the-error-path.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)
  - commit 200d562
  - Update
    patches.suse/drm-panel-st7703-Pick-different-reset-sequence.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)
  - commit 4d178fe
  - Update
    patches.suse/drm-amd-pm-Handle-non-terminated-overdrive-commands.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)
  - commit b272e5e
  - Update
    patches.suse/drm-amdgpu-update-retry-times-for-psp-BL-wait.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)
  - commit 52eb61e
  - Update
    patches.suse/drm-amd-pm-Fix-a-memory-leak-on-an-error-path.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).
  - commit 0723316
  - Update
    patches.suse/Revert-drm-amdgpu-Program-xcp_ctl-registers-as-neede.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)
  - commit 195bc9e
  - Update
    patches.suse/drm-vmwgfx_surface.c-copy-user-array-safely.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)
  - commit a1d8c03
  - Update patches.suse/drm_lease.c-copy-user-array-safely.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)
  - commit 0270579
  - Update
    patches.suse/string.h-add-array-wrappers-for-v-memdup_user.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)
  - commit 6bf5e6b
  - Update patches.suse/drm-msm-dsi-free-TX-buffer-in-unbind.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)
  - commit 1a2a3c4
  - Update
    patches.suse/drm-msm-dsi-use-msm_gem_kernel_put-to-free-TX-buffer.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)
  - commit 8c6b427
  - Update
    patches.suse/drm-msm-a6xx-Fix-unknown-speedbin-case.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)
  - commit 5b9df95
  - Update patches.suse/drm-msm-adreno-Fix-SM6375-GPU-ID.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)
  - commit 9cb711b
  - Update
    patches.suse/drm-msm-dp-skip-validity-check-for-DP-CTS-EDID-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)
  - commit 1198d37
  - Update
    patches.suse/drm-mediatek-mtk_dsi-Fix-NO_EOT_PACKET-settings-hand.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)
  - commit 3667833
  - Update
    patches.suse/drm-mediatek-Fix-iommu-fault-during-crtc-enabling.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)
  - commit 68fff1b
  - Update
    patches.suse/drm-mediatek-Fix-iommu-fault-by-swapping-FBs-after-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)
  - commit 0db16dc
  - Update
    patches.suse/drm-mediatek-Fix-using-wrong-drm-private-data-to-bin.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)
  - commit d57eba6
  - Update
    patches.suse/drm-mediatek-Add-crtc-path-enum-for-all_drm_priv-arr.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)
  - commit ec54728
  - Update
    patches.suse/drm-mediatek-Add-mmsys_dev_num-to-mt8188-vdosys0-dri.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)
  - commit 2aca049
  - Update
    patches.suse/drm-mediatek-dp-fix-memory-leak-on-get_edid-callback-fcaf976.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)
  - commit 16ae864
  - Update
    patches.suse/drm-mediatek-dp-fix-memory-leak-on-get_edid-callback.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)
  - commit f1fe274
  - Update
    patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.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)
  - commit d435b14
  - Update
    patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.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)
  - commit 295e0da
  - Update
    patches.suse/drm-radeon-fix-a-possible-null-pointer-dereference.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)
  - commit 3feef84
  - Update
    patches.suse/drm-amdkfd-get-doorbell-s-absolute-offset-based-on-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)
  - commit f0305a7
  - Update
    patches.suse/drm-amd-display-Don-t-use-fsleep-for-PSR-exit-waits.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)
  - commit 177f05a
  - Update
    patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.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)
  - commit 158ef68
  - Update
    patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.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)
  - commit ad981b8
  - Update
    patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.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)
  - commit aab9397
  - Update
    patches.suse/drm-amd-display-use-full-update-for-clip-size-increa.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)
  - commit 1f2a41c
  - Update
    patches.suse/drm-amd-display-refactor-ILR-to-make-it-work.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)
  - commit cffe063
  - Refresh
    patches.suse/drm-amd-display-Fix-tiled-display-misalignment.patch.
  - Delete
    patches.suse/drm-amd-display-enable-dsc_clk-even-if-dsc_pg-disabl.patch.
  - commit c31149a
  - Update
    patches.suse/drm-amd-display-Add-Null-check-for-DPP-resource.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)
  - commit 87fc4ac
  - Update
    patches.suse/drm-amd-Update-update_pcie_parameters-functions-to-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)
  - commit b18d6f5
  - Update
    patches.suse/drm-amd-display-Bail-from-dm_check_crtc_cursor-if-no.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)
  - commit 58851f5
  - Update
    patches.suse/Revert-drm-amd-display-Enable-Replay-for-static-scre.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).
  - commit 065e3dc
  - Update
    patches.suse/drm-amd-display-Refactor-dm_get_plane_scale-helper.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)
  - commit b5318a3
  - Update
    patches.suse/drm-amdgpu-update-retry-times-for-psp-vmbx-wait.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)
  - commit 25b01ca
  - Update
    patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.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)
  - commit c34445a
  - Update
    patches.suse/drm-amd-display-Check-all-enabled-planes-in-dm_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)
  - commit cb7fdfd
  - Update
    patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.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)
  - commit c19d878
  - Update
    patches.suse/drm-amdkfd-Handle-errors-from-svm-validate-and-map.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)
  - commit adcbc9d
  - Update
    patches.suse/drm-amdgpu-not-to-save-bo-in-the-case-of-RAS-err_eve.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)
  - commit a05e6a5
  - Update
    patches.suse/drm-amdkfd-fix-some-race-conditions-in-vram-buffer-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)
  - commit d277307
  - Update
    patches.suse/drm-amdgpu-Increase-IH-soft-ring-size-for-GFX-v9.4.3.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)
  - commit 219b82e
  - Update
    patches.suse/drm-amdkfd-Remove-svm-range-validated_once-flag.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)
  - commit a70f952
  - Update
    patches.suse/drm-amd-display-add-seamless-pipe-topology-transitio.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).
  - commit 417397b
  - Update
    patches.suse/drm-amd-display-Don-t-lock-phantom-pipe-on-disabling.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)
  - commit 0e29bd8
  - Update
    patches.suse/drm-amd-display-Blank-phantom-OTG-before-enabling.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)
  - commit b726034
  - Update
    patches.suse/drm-amdgpu-Fix-refclk-reporting-for-SMU-v13.0.6.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)
  - commit 5809c7d
  - Update
    patches.suse/drm-amd-display-remove-useless-check-in-should_enabl.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)
  - commit 38c6040
  - Update
    patches.suse/drm-amdkfd-ratelimited-SQ-interrupt-messages.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)
  - commit c012e8c
  - Update
    patches.suse/drm-radeon-Remove-the-references-of-radeon_gem_-prea.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)
  - commit b5d72d5
  - Update
    patches.suse/drm-amd-amdgpu-amdgpu_doorbell_mgr-Correct-misdocume.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)
  - commit 12c831c
  - Update patches.suse/drm-radeon-possible-buffer-overflow.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)
  - commit 9a894fa
  - Update
    patches.suse/drm-amd-display-Refactor-edp-power-control.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)
  - commit 6636a56
  - Update
    patches.suse/drm-i915-Add-missing-GSCCS-documentation.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)
  - commit 17e2691
  - Update
    patches.suse/drm-i915-Add-missing-CCS-documentation.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)
  - commit e0493ec
  - Update
    patches.suse/gpu-host1x-Correct-allocated-size-for-contexts.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)
  - commit 6e3569c
  - Update
    patches.suse/drm-i915-Introduce-crtc_state-enhanced_framing.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).
  - commit 938d12f
  - Update patches.suse/drm-i915-Fix-FEC-state-dump.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)
  - commit c20799b
  - Update
    patches.suse/drm-i915-display-Eliminate-IS_METEORLAKE-checks.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)
  - commit 270ec96
  - Update
    patches.suse/drm-i915-Eliminate-IS_MTL_DISPLAY_STEP.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)
  - commit b54e4e3
  - Update
    patches.suse/drm-i915-dg2-Drop-pre-production-display-workarounds.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)
  - commit 45e9762
  - Update
    patches.suse/drm-i915-dg2-Recognize-pre-production-hardware.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)
  - commit c425dd2
  - Update
    patches.suse/drm-i915-mtl-Update-workaround-14016712196.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)
  - commit bdb6d13
  - Update
    patches.suse/drm-i915-Replace-several-IS_METEORLAKE-with-proper-I.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)
  - commit 52bfb9f
  - Update patches.suse/drm-i915-mtl-Eliminate-subplatforms.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)
  - commit 07b4217
  - Update patches.suse/drm-i915-Eliminate-IS_MTL_MEDIA_STEP.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)
  - commit 8cad653
  - Update
    patches.suse/drm-i915-Eliminate-IS_MTL_GRAPHICS_STEP.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)
  - commit a196bc0
  - Update
    patches.suse/drm-i915-xelpg-Call-Xe_LPG-workaround-functions-base.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)
  - commit 7df9edc
  - Update
    patches.suse/drm-i915-xelpmp-Don-t-assume-workarounds-extend-to-f.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)
  - commit 1031056
  - Update
    patches.suse/drm-i915-Consolidate-condition-for-Wa_22011802037.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)
  - commit bebf894
  - Update patches.suse/drm-i915-dg2-Drop-Wa_16011777198.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)
  - commit 96d06cd
  - Update patches.suse/drm-i915-Tidy-workaround-definitions.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)
  - commit 4814549
  - Update
    patches.suse/drm-i915-dg2-Drop-pre-production-GT-workarounds.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).
  - commit 46aa492
  - Update
    patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.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)
  - commit 065fd43
  - Update
    patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.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)
  - commit 650fcea
  - Update
    patches.suse/drm-rockchip-cdn-dp-Fix-some-error-handling-paths-in.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)
  - commit 9173bb3
  - Update
    patches.suse/drm-edid-Fixup-h-vsync_end-instead-of-h-vtotal.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)
  - commit 0adb14f
  - Update
    patches.suse/drm-Call-drm_atomic_helper_shutdown-at-shutdown-remo.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)
  - commit acd9811
  - Update patches.suse/drm-Update-file-owner-during-use.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)
  - commit 24604a6
  - Update
    patches.suse/drm-bridge-tc358768-Fix-tc358768_ns_to_cnt.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)
  - commit c34b5e7
  - Update
    patches.suse/drm-bridge-tc358768-Clean-up-clock-period-code.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)
  - commit b65effd
  - Update
    patches.suse/drm-bridge-tc358768-Rename-dsibclk-to-hsbyteclk.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)
  - commit 7043033
  - Update
    patches.suse/drm-bridge-tc358768-Use-dev-for-dbg-prints-not-priv-.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)
  - commit 4a3f42b
  - Update
    patches.suse/drm-bridge-tc358768-Print-logical-values-not-raw-reg.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)
  - commit 58d08e1
  - Update
    patches.suse/drm-bridge-tc358768-Use-struct-videomode.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)
  - commit ca68a97
  - Update patches.suse/drm-bridge-tc358768-Fix-bit-updates.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)
  - commit 24b573e
  - Update
    patches.suse/drm-bridge-tc358768-Fix-use-of-uninitialized-variabl.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)
  - commit 6026cf0
  - Update
    patches.suse/drm-bridge-it66121-get_edid-callback-must-not-return.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)
  - commit 0505586
  - Update patches.suse/drm-ssd130x-Fix-screen-clearing.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)
  - commit 03015af
  - Update
    patches.suse/drm-bridge-lt8912b-Add-missing-drm_bridge_attach-cal.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)
  - commit 53a6da3
  - Update
    patches.suse/drm-bridge-lt8912b-Manually-disable-HPD-only-if-it-w.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)
  - commit 912267b
  - Update
    patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.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)
  - commit 395d695
  - Update patches.suse/drm-bridge-lt8912b-Fix-bridge_detach.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)
  - commit 20423b9
  - Update
    patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.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)
  - commit ec19151
  - Update
    patches.suse/drm-komeda-drop-all-currently-held-locks-if-deadlock.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)
  - commit fe6d5da
  - Update
    patches.suse/drm-gma500-Fix-call-trace-when-psb_gem_mm_init-fails.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)
  - commit b925226
  - Update
    patches.suse/drm-bridge-Fix-kernel-doc-typo-in-desc-of-output_bus.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)
  - commit 963c938
  - Update
    patches.suse/drm-rockchip-vop2-Add-missing-call-to-crtc-reset-hel.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)
  - commit f474f1e
  - Update
    patches.suse/drm-rockchip-vop2-Don-t-crash-for-invalid-duplicate_.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)
  - commit 0359791
  - Update
    patches.suse/drm-rockchip-vop-Fix-call-to-crtc-reset-helper.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)
  - commit b338586
  - Update
    patches.suse/drm-rockchip-vop-Fix-reset-of-state-in-duplicate-sta.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)
  - commit 1cf8546
  - Update
    patches.suse/drm-loongson-Fix-error-handling-in-lsdc_pixel_pll_se.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)
  - commit bebb0c5
  - Update
    patches.suse/drm-bridge-samsung-dsim-Fix-waiting-for-empty-cmd-tr.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)
  - commit 3db85de
  - Update
    patches.suse/drm-bridge-for-GENERIC_PHY_MIPI_DPHY-also-select-GEN.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)
  - commit c593905
  - memory: tegra: add MC client for Tegra234 GPU (bsc#1221330)
  - commit f5d121c
  - memory: tegra: Add clients used by DRM in Tegra234 (bsc#1221330).
  - commit 67c31f5

++++ pcre2:

  - pcre2 10.43:
    * The JIT code no longer supports ARMv5 architecture.
    * A new function pcre2_get_match_data_heapframes_size() for finer
    heap control.
    * New option flags to restrict the interaction between ASCII and
    non-ASCII characters for caseless matching and \d and friends.
    There are also new pattern constructs to control these flags
    from within a pattern.
    * Upgrade to Unicode 15.0.0.
    * Treat a NULL pattern with zero length as an empty string.
    * Added support for limited-length variable-length lookbehind
    assertions, with a default maximum length of 255 characters
    (same as Perl) but with a function to adjust the limit.
    * Perl changed the meaning of (for example) {,3} which did not
    used to be recognized as a quantifier. Now it means {0,3} and
    PCRE2 has also changed. Note that {,} is still not a
    quantifier.
    * Following Perl, allow spaces and tabs after { and before } in
    all Perl- compatible items that use braces, and also around
    commas in quantifiers. The one exception in PCRE2 is \u{...},
    which is from ECMAScript, not Perl, and PCRE2 follows
    ECMAScript usage.
    * Changed the meaning of \w and its synonyms and derivatives (\b
    and \B) in UCP mode to follow Perl. It now matches characters
    whose general categories are L or N or whose particular
    categories are Mn (non-spacing mark) or Pc (combining
    punctuation).
    * Changed the default meaning of [:xdigit:] in UCP mode to
    follow Perl. It now matches the "fullwidth" versions of hex
    digits. PCRE2_EXTRA_ASCII_DIGIT can be used to keep it ASCII
    only.
    * Make PCRE2_UCP the default in UTF mode in pcre2grep and add
  - no_ucp, --case-restrict and --posix-digit.
    * Add --group-separator and --no-group-separator to pcre2grep.

++++ snapper:

  - select table style based on codeset

++++ qemu:

  - Update the service file to use OBS-scm (by fvogt)
  - Various fixes:
    * [openSUSE][RPM] Fix enabling features on non-x86_64 (bsc#1220011, bsc#1219818)
    * [openSUSE][RPM] Disable test-crypto-secret in linux-user build
    * [openSUSE] Update ipxe submodule reference (bsc#1219733, bsc#1219722)
    * [openSUSE][RPM] spec: allow building without spice

++++ tuned:

  - Update to version 2.22.0.rc.1.0+git.ad314ee:
    * Disable dynamic tuning by default
    * plugin_cpu: improved backward compat. of the pm_qos parser warnings

------------------------------------------------------------------
------------------  2024-2-15  -  Feb 15 2024  -------------------
------------------------------------------------------------------

++++ acl:

  - Update to version 2.3.2:
    + libobj: declare s_str directly in string_obj_tag.
    + Use thread-safe getpwnam_r and getgrnam_r.
    + setfacl: preserve the failed status when processing multiple
    files.
    + man: Document pitfall with negative permissions and user
    namespaces.
    + tools: mark long_options static & const.

++++ branding-SLE:

  - Remove update-alternatives usage, we don't have dynamic
    wallpapers anymore which were using that (bsc#1219919).

++++ btrfsprogs:

  - update to 6.7.1
    * convert: raid-stripe-tree can be now enabled for the target filesystem
    * mkfs:
    * handle lifetime of open file descriptors so it does not trigger udev
    that could miss to create the UUID symlinks in /dev
    * update warning when CPU page size does not match sector size
    * merge features in summary, no more distinction of incompat and runtime
    to match the semantics of option -O
    * fi show: fix recognizing raw device mapper paths
    * other:
    * documentation updates, fix links to labels in included directories

++++ cockpit:

  - suse-microos-branding.patch: fix branding for SLE Micro
    (bsc#1219929)
  - don't clobber existing links with empty files

++++ python-kiwi:

  - Fixed kis documentation
    The procedure to run qemu with a filesystem image as disk
    was not quite correct.

++++ git:

  - update to 2.43.2:
    * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt
    * Update to a new feature recently added, "git show-ref --exists".
    * Rename detection logic ignored the final line of a file if it
    is an incomplete line.
    * "git diff --no-rename A B" did not disable rename detection but
    did not trigger an error from the command line parser.
    * "git diff --no-index file1 file2" segfaulted while invoking the
    external diff driver, which has been corrected.
    * A failed "git tag -s" did not necessarily result in an error
    depending on the crypto backend, which has been corrected.
    * "git stash" sometimes was silent even when it failed due to
    unwritable index file, which has been corrected.
    * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
    mechanism by flipping what yes/no means by mistake, which has
    been corrected.

++++ kernel-default:

  - clocksource: Replace all non-returning strlcpy with strscpy
    (bsc#1219953).
  - commit b844ff1
  - x86/smpboot: Avoid pointless delay calibration if TSC is
    synchronized (bsc#1219953).
  - commit 7dfe12b
  - rcutorture: Add fqs_holdoff check before fqs_task is created
    (bsc#1219953).
  - commit d6f81ac
  - locktorture: Increase Hamming distance between call_rcu_chain
    and rcu_call_chains (bsc#1219953).
  - commit 82380d1
  - asm-generic: qspinlock: fix queued_spin_value_unlocked()
    implementation (bsc#1219953).
  - commit a3ab6e9
  - locktorture: Check the correct variable for allocation failure
    (bsc#1219953).
  - commit 5884e2f
  - rcutorture: Traverse possible cpu to set maxcpu in
    rcu_nocb_toggle() (bsc#1219953).
  - commit ac1c709
  - rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20
    (bsc#1219953).
  - commit de5b047
  - locktorture: Rename readers_bind/writers_bind to
    bind_readers/bind_writers (bsc#1219953).
  - commit 1dc09ec
  - doc: Catch-up update for locktorture module parameters
    (bsc#1219953).
  - commit 19c054c
  - locktorture: Add call_rcu_chains module parameter (bsc#1219953).
  - commit 9348bbf
  - locktorture: Add new module parameters to
    lock_torture_print_module_parms() (bsc#1219953).
  - commit 59c9dd5
  - torture: Print out torture module parameters (bsc#1219953).
  - commit f0a2f52
  - locktorture: Add acq_writer_lim to complain about long
    acquistion times (bsc#1219953).
  - commit 495f129
  - locktorture: Consolidate "if" statements in
    lock_torture_writer() (bsc#1219953).
  - commit 19cd3cf
  - locktorture: Alphabetize torture_param() entries (bsc#1219953).
  - commit 4d45162
  - locktorture: Add readers_bind and writers_bind module parameters
    (bsc#1219953).
  - commit d4bab3f
  - rcutorture: Fix stuttering races and other issues (bsc#1219953).
  - commit 14a2209
  - torture: Move rcutorture_sched_setaffinity() out of rcutorture
    (bsc#1219953).
  - commit ec64c16
  - torture: Make torture_hrtimeout_ns() take an hrtimer mode
    parameter (bsc#1219953).
  - commit 7155d42
  - torture: Share torture_random_state with torture_shuffle_tasks()
    (bsc#1219953).
  - commit abf8744
  - locking/lockdep: Fix string sizing bug that triggers a
    format-truncation compiler-warning (bsc#1219953).
  - commit 23d08c5
  - locking/debug: Fix debugfs API return value checks to use
    IS_ERR() (bsc#1219953).
  - commit 048609a
  - locking/ww_mutex/test: Make sure we bail out instead of livelock
    (bsc#1219953).
  - commit 4038509
  - locking/ww_mutex/test: Fix potential workqueue corruption
    (bsc#1219953).
  - commit def0333
  - locking/ww_mutex/test: Use prng instead of rng to avoid hangs
    at bootup (bsc#1219953).
  - commit aacf9cc
  - asm-generic: ticket-lock: Optimize arch_spin_value_unlocked()
    (bsc#1219953).
  - commit b967504
  - futex: Use a folio instead of a page (bsc#1219953).
  - commit a11123c
  - locking/seqlock: Do the lockdep annotation before locking in
    do_write_seqcount_begin_nested() (bsc#1219953).
  - commit d372072
  - rcutorture: Stop right-shifting torture_random() return values
    (bsc#1219953).
  - commit a88dc75
  - torture: Stop right-shifting torture_random() return values
    (bsc#1219953).
  - commit 9c51efc
  - torture: Move stutter_wait() timeouts to hrtimers (bsc#1219953).
  - commit 8bcefe1
  - torture: Move torture_shuffle() timeouts to hrtimers
    (bsc#1219953).
  - commit 24edc78
  - torture: Move torture_onoff() timeouts to hrtimers
    (bsc#1219953).
  - commit c16d2c1
  - torture: Make torture_hrtimeout_*() use TASK_IDLE (bsc#1219953).
  - commit 15e523b
  - torture: Add lock_torture writer_fifo module parameter
    (bsc#1219953).
  - commit 86a51c8
  - torture: Add a kthread-creation callback to
    _torture_create_kthread() (bsc#1219953).
  - commit a568efe
  - torture: Support randomized shuffling for proxy exec testing
    (bsc#1219953).
  - commit dfb6658
  - rcutorture: Dump grace-period state upon rtort_pipe_count
    incidents (bsc#1219953).
  - commit 39c3645
  - powerpc/kcsan: Properly instrument arch_spin_unlock()
    (bsc#1219953).
  - commit 49ef44f
  - locktorture: Add long_hold to adjust lock-hold delays
    (bsc#1219953).
  - commit 21a09d3
  - intel_idle: add Sierra Forest SoC support (jsc#PED-5816).
  - commit d8dfa47
  - intel_idle: add Grand Ridge SoC support (jsc#PED-5816).
  - commit be47fec
  - powerpc/pseries/papr-sysparm: use u8 arrays for payloads
    (jsc#PED-4486 git-fixes).
  - commit 8b94284
  - PCI: Add PCIE_PME_TO_L2_TIMEOUT_US L2 ready timeout value
    (git-fixes).
  - commit a77e06b
  - PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
    (git-fixes).
  - commit 4a87954
  - PCI: dwc: endpoint: Introduce .pre_init() and .deinit()
    (git-fixes).
  - commit 75c1ddc
  - PCI: dwc: Add host_post_init() callback (git-fixes).
  - commit 5c6ab40
  - PCI: dwc: Implement generic suspend/resume functionality
    (git-fixes).
  - commit 42b5947
  - dmaengine: dw-edma: Rename dw_edma_core_ops structure to
    dw_edma_plat_ops (git-fixes).
  - commit a3742cf
  - net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
    (bsc#1219127 CVE-2024-23849).
  - commit 7f27245

++++ multipath-tools:

  - Update to version 0.9.8~1+82+suse.dcd98a3:
    * Adapt package version such that it shows as a 0.9.8 prerelease
    * Add missing udev rules file

++++ openvswitch:

  - Fix CVE-2023-3966 [bsc#1219465] openvswitch3: Invalid memory access in Geneve with HW offload
  - Added patch,
    +openvswitch-CVE-2023-3966.patch

++++ orc:

  - version update to 0.4.37
    0.4.37
    ======
  - enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
  - orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge)
  - MMX backend fixes (L. E. Segovia, Jorge Zapata)
  - testsuite: Build fixes for Clang (L. E. Segovia)
  - testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia)
  - orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué)
  - macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)
    0.4.36
    ======
  - Only use AVX / AVX2 instructions on CPUs that support both AVX and AVX2
    (fixes crash on machines that only support AVX) (L. E. Segovia)
    0.4.35
    ======
  - Add support for AVX / AVX2 (L. E. Segovia)
  - SSE backend improvements (L. E. Segovia)
  - New `orf` and `andf` opcodes for bitwise AND and OR for single precision floats (Jorge Zapata)
  - Add support for `convwf`, int16 to float conversion (Jorge Zapata)
  - Allow backend selection through ORC_TARGET environment variable (L. E. Segovia)
  - Documentation improvements (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
  - orconce: Use Win32 once implementation with MSVC (Seungha Yang, L. E. Segovia)
  - orcc: add --binary option to output raw machine code for functions (L. E. Segovia)
  - orcprofile: Implement Windows high-resolution timestamp for MSVC
    to allow benchmarking on MSVC builds (L. E. Segovia)

++++ rpm:

  - Add patches to enable reproducible builds by default (bsc#1148824). For
    upstream versions see:
    https://github.com/rpm-software-management/rpm/pull/2880
    0001-Add-option-to-set-mtime-of-files-in-rpms.patch
    0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
    0003-Error-out-on-a-missing-changelog-date.patch

++++ osinfo-db:

  - Add support for SLE Micro 6.0 (jsc#PED-6305)
    add-slem6.0-support.patch

++++ python-linux-procfs:

  - align license tag with COPYING

++++ python-lxml:

  - Add skip-test-under-libexpat-2.6.0.patch to skip broken test with
    expat 2.6.0, gh#python/cpython#115133

++++ systemd-presets-branding-ALP-transactional:

  - Enable the various libvirt modular daemons (bsc#1218093)

++++ vim:

  - update to 9.1.0111:
    * filetype: no support for bats files
    * filetype: add 'Config.in' filetype detection
    * runtime(asciidoc): include basic ftplugin
    * filetype: no support for its files
    * runtime(vim): Update base-syntax, remove unused vimString region
    * runtime(vim): Update base-syntax, fix :behave highlighting
    * runtime(vim): update Vim Syntax generator
    * filetype: no support for dtso files
    * Visual highlight hard to read with 'termguicolors'
    * runtime(vim): include Vim Syntax generator
    * Style: typos found
    * Linking fails with -lto because of PERL_CFLAGS
    * 'breakindentopt' "min" not correct with 'signcolumn'
    * settabvar() may change the last accessed tabpage
    * upper-case of German sharp s should be U+1E9E
    * Redrawing can be improved with undo and 'spell'
    * Not able to use diff() with 'diffexpr'
    * runtime(gpg): Mark dangerous use-embedded-filename with WarningMsg
    * CompletionChanged not triggered when new leader added without matches
    * 'breakindent' behaves inconsistently with 'list' and splits
    * runtime(vim): Update syntax file
    * diff() function uses 'diffexpr'
    * tests: test_restricted() fails
    * xxd: buffer-overflow when writing color output
    * Still a qsort() comparison function that returns result of subtraction
    * Compiler warning for missing type in scroll_event()
    * Syntax test fails when run with non C locale
    * Assigning wrong colors when parsing terminal OSC response
    * runtime(vim): Fix indent after line with literal dict
    * qsort() comparison functions should be transitive
    * TextChanged not triggered for :norm! commands
    * Restoring lastused_tabpage too early in do_arg_all()
    * Problem when scrolling using slow touchpads scroll event
    * X11 scroll size changes after accessing clipboard
    * Visual hl wrong when it ends before multibyte 'showbreak'
    * Redrawing can be improved when deleting lines with 'number'
    * Redrawing can be improved when deleting lines with 'cursorline'
    * runtime(doc): further improve docs about List/Blob += operator
    * X11 mouse-scrolling stutters
    * runtime(doc): Clarify list-concatenation a bit more
    * unexpected error for modifying final list using +=
    * LineNrAbove/Below highlighting wrong on wrapped lines
    * runtime(dosbatch): improve '::' comment highlighting
    * GTK3: using wrong style for pre-edit area
    * Unnecessary call to redraw_for_cursorline() in nv_mousescroll()
    * runtime(colors): color names in the v:colornames dict should be lower cased
    * luau config file not detected
    * runtime(vim): Update syntax file
    * insert completion not correct when adding new leader
    * did_set_breakat() should be in optionstr.c
    * Looping over modifier_keys_table unnecessarily
    * Not able to build without FEAT_DIFF
    * translation(ca): Fixe typos in Catalan translation
    * Need a diff() Vim script function
    * translation(ru): Updated Russian translation of messages
    * runtime(vim): Update syntax file
    * runtime(fortran): update syntax
    * ScreenLines may not be correctly initialized, causing hang
    * Visual highlighting can still be improved
    * gcc still complains about use of uninitialized var
    * runtime(racket): add missing space to b:undo_indent var
    * runtime(Filelist): include README_vimlogo.txt
    * gcc complains about use of uninitialized var
    * runtime(vimlogo): Include and modernize vimlogo.svg
    * runtime(netrw): fixing remote file removal via ssh
    * runtime(doc): correct Vim patch for Wayland support
    * runtime(racket): undo some indent options only when vim9script is available
    * runtime(doc): Update help for Wayland support
    * Segfault with CompleteChanged autocommand
    * No Wayland support
    * GTK code can be improved
    * Internal error when :luado/perldo/pydo etc delete lines
    * UX of visual highlighting can be improved
    * runtime(netrw): Use :exec norm! <leftmouse> before :call mapping in netrw
    * Recorded register cannot be translated using keytrans()
    * runtime(vim): Highlight string interpolation
    * runtime(vim): Update syntax and ftplugin files
    * runtime(ant): Update syntax file
    * runtime(hurl): add hurl filetype plugin
    * runtime(vim): Update syntax file
    * runtime(doc): style fixes in vim9.txt
    * No event triggered before creating a window
    * Cannot map Super Keys in GTK UI
    * wrong number of trailing spaces inserted after blockwise put
    * formatting long lines is slow
    * 'linebreak' may still apply to leading whitespace
    * Patch 9.1.0041 causes regressions for users
    * runtime(mail): fix #13913
    * runtime(netrw): Don't change global options
    * runtime(fortran): update syntax and documentation
    * Win32 Keyboard handling is sub-optimal
    * Make "[Command Line]" a special buffer name
    * Abort opening cmdwin if autocmds screw things up
    * issues with temp curwin/buf while cmdwin is open
    * runtime(c): Highlight user defined functions
    * :drop does not re-use empty buffer
    * --remote-* does not ignore `wilidignore`
    * runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState
    * translation(hu): use correct encoding in header of hu po file
    * runtime(vim): Update syntax file
    * runtime(qml): Use shiftwidth() in indent plugin
    * translation(it): Update Italian translation
    * runtime(mail): updated syntax file
    * runtime(doc): improve doc makefiles, add clean rule
    * runtime(lang): improve makefiles, add clean rule, fix typo
    * po Makefiles can be improved
    * runtime(tutor): simplify tutor makefiles
    * runtime(sh): Add handling for ksh93 shared-state comsubs and mksh valsubs
    * ml_get: invalid lnum when :s replaces visual selection
    * runtime(chuck): include ChucK syntax file
    * runtime(go): update Go syntax file
    * Missing test for Chuck Filetype
    * translation(sr): Update Serbian messages translation
    * runtime(filetype): detect *.ck files as Chuck filetype

++++ wpa_supplicant:

  - Add CVE-2023-52160.patch - Bypassing WiFi Authentication (bsc#1219975)

++++ yast2:

  - Allow host/domain names starting with an underscore (bsc#1219920)
  - 5.0.6

------------------------------------------------------------------
------------------  2024-2-14  -  Feb 14 2024  -------------------
------------------------------------------------------------------

++++ accountsservice:

  - First part to fix build with GCC 14:
    + Inject patched mocklibc-1.0.tar.gz: only some header
    modifications to address implicit declaration of print_indent.
    + Add accountsservice-mocklib-gcc14.patch: patch meson'
    subproject definition to validate the injected tarball.

++++ dnsmasq:

  - update to 2.90:
    * CVE-2023-50387, CVE-2023-50868, bsc#1219823, bsc#1219826:
    Denial Of Service while trying to validate specially crafted
    DNSSEC responses
    * CVE-2023-49441, bsc#1226091: integer overflow via forward_query
    * Fix reversion in --rev-server introduced in 2.88 which caused
    breakage if the prefix length is not exactly divisible by 8
    (IPv4) or 4 (IPv6).
    * Fix possible SEGV when there server(s) for a particular domain
    are configured, but no server which is not qualified for a
    particular domain.
    * Set the default maximum DNS UDP packet sice to 1232.
    Obsoletes: dnsmasq-CVE-2023-28450.patch
    * Add --no-dhcpv4-interface and --no-dhcpv6-interface for better
    control over which inetrfaces are providing DHCP service.
    * Fix issue with stale caching
    * Add configurable caching for arbitrary RR-types.
    * Add --filter-rr option, to filter arbitrary RR-types.

++++ docker:

  - Vendor latest buildkit v0.11:
    Add patch 0006-Vendor-in-latest-buildkit-v0.11-branch-including-CVE.patch that
    vendors in the latest v0.11 buildkit branch including bugfixes for the following:
    * bsc#1219438: CVE-2024-23653
    * bsc#1219268: CVE-2024-23652
    * bsc#1219267: CVE-2024-23651
  - 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
  - switch from %patchN to %patch -PN syntax
  - remove unused rpmlint filters and add filters to silence pointless bash & zsh
    completion warnings

++++ python-kiwi:

  - Update documentation about partition clones
    Using the root_clone attribute comes with some requirements
    and consequences. This commit documents them
  - Improve documentation generation
    With Sphinx >= 6.0.0, jQuery is no longer included but the rtd theme's search
    functionality needs it. The theme was changed to load sphinxcontrib-jquery
    automatically with https://github.com/readthedocs/sphinx_rtd_theme/pull/1399,
    but kiwi broke this fix by loading the theme in the wrong way.
    Now that the theme is loaded properly, the search functionality also works
    with newer versions of sphinx again and the version pinning can be lifted.
    This Fixes: #2462
  - Allow specifying the filesystem for live image, also direct squashfs
    Allow specifying the filesystem for live image, also direct squashfs
    By setting <type image="iso" filesystem="FSTYPE" .../> it's now possible
    to specify the filesystem used for live images. By using "squashfs", the
    rootfs container is skipped entirely.
  - Add support for reading .profile.extra in initrd
    If there is the file /.profile.extra available in the
    initrd, kiwi will import this additional environment file
    after the import of the standard /.profile file.
    This is related to bsc#1218095
  - Don't run ci-kiwi-9-compliant action on forks

++++ kernel-default:

  - x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
    (jsc#PED-7322).
  - commit 98c6595
  - x86/kvm: Fix SEV check in sev_map_percpu_data() (jsc#PED-7322).
  - commit 082b8e1
  - KVM: x86: Give a hint when Win2016 might fail to boot due to
    XSAVES erratum (jsc#PED-7322).
  - commit d5577b6
  - KVM: x86: Check irqchip mode before create PIT (jsc#PED-7322).
  - commit d2cbe00
  - Update config files (bsc#1205603 bsc#1212446 bsc#1219440).
    Change the CONFIG_LSM option to exclude all major LSMs apart from selinux.
    The default upstream value for CONFIG_LSM causes a performance regression
    if a user removes the security= parameter from the kernel command line.
    Removing the security= parameter results in the tomoyo LSM being enabled,
    which causes a regression in throughput in situations where small amounts
    of data are transferred between processes and many syscalls are made.
  - commit b35e0be
  - Update config files (bsc#1219440).
    Update the CONFIG_LSM option to include the BPF LSM in the default set of
    LSMs that get enabled when booting up. The new version of systemd in
    SLE15-SP6 requires the BPF LSM.
  - commit bf6e39d
  - KVM: introduce CONFIG_KVM_COMMON (jsc#PED-7322).
  - Update config files.
  - commit 60742fc
  - Update metadata: "scsi: lpfc: Use unsigned type for num_sge (bsc#1214746)."
    Move patch into sorted section.
  - commit bf77043
  - virt: sev-guest: Convert to platform remove callback returning
    void (jsc#PED-7322).
  - commit 5752a5f
  - KVM: remove CONFIG_HAVE_KVM_IRQFD (jsc#PED-7322).
  - Update config files.
  - commit 6e3621a
  - PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
    (git-fixes).
  - commit 686e708
  - PCI: dwc: Use FIELD_GET/PREP() (git-fixes).
  - commit 34f9411
  - KVM: remove CONFIG_HAVE_KVM_EVENTFD (jsc#PED-7322).
  - Update config files.
  - commit 6361a8e
  - PCI/ASPM: Fix deadlock when enabling ASPM (git-fixes).
  - commit aa4d6dc
  - PCI: qcom: Clean up ASPM comment (git-fixes).
  - commit a57ad60
  - PCI: qcom: Fix potential deadlock when enabling ASPM
    (git-fixes).
  - commit adc25b6
  - PCI: qcom: Enable ASPM for platforms supporting 1.9.0 ops
    (git-fixes).
  - commit c63fc13
  - PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link
    speed (git-fixes).
  - commit a80c081
  - PCI: qcom: Do not advertise hotplug capability for IP v2.1.0
    (git-fixes).
  - commit 756f736
  - PCI: qcom: Do not advertise hotplug capability for IP v1.0.0
    (git-fixes).
  - commit 00fef1b
  - PCI: qcom: Use post init sequence of IP v2.3.2 for v2.4.0
    (git-fixes).
  - commit 2132a8c
  - PCI: qcom: Do not advertise hotplug capability for IP v2.3.2
    (git-fixes).
  - commit 1e670bc
  - PCI: qcom: Do not advertise hotplug capability for IPs v2.3.3
    and v2.9.0 (git-fixes).
  - commit 2b2b866
  - PCI: qcom: Do not advertise hotplug capability for IPs v2.7.0
    and v1.9.0 (git-fixes).
  - commit c7b4716
  - x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
    (git-fixes).
  - commit 5367630
  - Update config files.
  - commit 6ba26a3
  - KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
    (jsc#PED-7322).
  - commit 737fb0e
  - octeontx2-af: Initialize maps (jsc#PED-6931).
  - net: intel: fix old compiler regressions (jsc#PED-4874).
  - octeontx2-pf: Fix a memleak otx2_sq_init (jsc#PED-6931).
  - idpf: avoid compiler padding in virtchnl2_ptype struct
    (jsc#PED-6716).
  - octeontx2-pf: Remove xdp queues on program detach
    (jsc#PED-6931).
  - ixgbe: Fix an error handling path in
    ixgbe_read_iosf_sb_reg_x550() (jsc#PED-4872).
  - e1000e: correct maximum frequency adjustment values
    (jsc#PED-4868).
  - bnxt_en: Make PTP timestamp HWRM more silent (jsc#PED-5742).
  - gve: Fix skb truesize underestimation (bsc#1214479).
  - commit 610ddc5
  - KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
    (jsc#PED-7322).
  - commit c8c1c08
  - kernel-binary: Move build script to the end
    All other spec templates have the build script at the end, only
    kernel-binary has it in the middle. Align with the other templates.
  - commit 98cbdd0
  - rpm templates: Aggregate subpackage descriptions
    While in some cases the package tags, description, scriptlets and
    filelist are located together in other cases they are all across the
    spec file. Aggregate the information related to a subpackage in one
    place.
  - commit 8eeb08c
  - rpm templates: sort rpm tags
    The rpm tags in kernel spec files are sorted at random.
    Make the order of rpm tags somewhat more consistent across rpm spec
    templates.
  - commit 8875c35
  - team: Fix use-after-free when an option instance allocation
    fails (git-fixes).
  - commit aa6501b
  - KVM: nVMX: Hide more stuff under CONFIG_KVM_HYPERV (jsc#PED-7322).
  - commit bc6ea0c
  - net: dsa: microchip: provide a list of valid protocols for
    xmit handler (git-fixes).
  - commit 14ae17e
  - nfp: flower: fix for take a mutex lock in soft irq context
    and rcu lock (git-fixes).
  - commit 8699210
  - net: hns: fix fake link up on xge port (git-fixes).
  - commit 7b3f477
  - net: hns: fix wrong head when modify the tx feature when
    sending packets (git-fixes).
  - commit 848eb56
  - net: atlantic: Fix NULL dereference of skb pointer in
    (git-fixes).
  - commit bfa6175
  - net: stmmac: fix FPE events losing (git-fixes).
  - commit 2382976
  - pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helper (git-fixes).
  - commit 3f9a915
  - net: ravb: Keep reverse order of operations in ravb_remove()
    (git-fixes).
  - commit d60c1dc
  - net: ravb: Stop DMA in case of failures on ravb_open()
    (git-fixes).
  - commit 536e15e
  - platform: mellanox: Cosmetic changes (git-fixes).
  - commit 201fef6
  - net: ravb: Start TX queues after HW initialization succeeded
    (git-fixes).
  - commit 67bd94d
  - net: ravb: Make write access to CXR35 first before accessing
    other EMAC registers (git-fixes).
  - commit 2f42ed8
  - net: ravb: Use pm_runtime_resume_and_get() (git-fixes).
  - commit f02fced
  - net: ravb: Check return value of reset_control_deassert()
    (git-fixes).
  - commit 864deed
  - net: libwx: fix memory leak on msix entry (git-fixes).
  - commit 159ffaa
  - KVM: nVMX: Introduce accessor to get Hyper-V eVMCS pointer
    (jsc#PED-7322).
  - commit 4c639bf
  - KVM: nVMX: Introduce helpers to check if Hyper-V evmptr12 is
    valid/set (jsc#PED-7322).
  - commit bc7347a
  - KVM: x86: Make Hyper-V emulation optional (jsc#PED-7322).
  - Update config files.
  - commit 87507f6
  - Drop ASoC AMD ACP patch causing a regression (bsc#1219789)
  - commit 1eacaea
  - platform/mellanox: mlxbf-bootctl: add NET dependency into
    Kconfig (git-fixes).
  - commit c7f1631
  - platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout
    (git-fixes).
  - commit d61129c
  - KVM: nVMX: Move guest_cpuid_has_evmcs() to hyperv.h (jsc#PED-7322).
  - commit 2cbad81
  - KVM: nVMX: Split off helper for emulating VMCLEAR on Hyper-V
    eVMCS (jsc#PED-7322).
  - commit 82136e4
  - KVM: x86: Introduce helper to handle Hyper-V paravirt TLB
    flush requests (jsc#PED-7322).
  - commit 92008f5
  - KVM: VMX: Split off hyperv_evmcs.{ch} (jsc#PED-7322).
  - commit 056eb46
  - KVM: x86: Introduce helper to check if vector is set in Hyper-V
    SynIC (jsc#PED-7322).
  - commit ee580aa
  - KVM: x86: Introduce helper to check if auto-EOI is set in
    Hyper-V SynIC (jsc#PED-7322).
  - commit 3628f1b
  - KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
    (jsc#PED-7322).
  - commit a52f7d7
  - KVM: x86: Move Hyper-V partition assist page out of Hyper-V
    emulation context (jsc#PED-7322).
  - commit c274d49
  - KVM: x86/xen: Remove unneeded xen context from kvm_arch when
    !CONFIG_KVM_XEN (jsc#PED-7322).
  - commit 1a3426d
  - KVM: x86/mmu: fix comment about mmu_unsync_pages_lock
    (jsc#PED-7322).
  - commit 6927f64
  - KVM: x86/mmu: always take tdp_mmu_pages_lock (jsc#PED-7322).
  - commit 3c339d8
  - KVM: x86/mmu: remove unnecessary "bool shared" argument from
    iterators (jsc#PED-7322).
  - commit 26089fe
  - KVM: x86/mmu: remove unnecessary "bool shared" argument from
    functions (jsc#PED-7322).
  - commit 20e6465
  - KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in
    the TDP MMU (jsc#PED-7322).
  - commit 04b615d
  - KVM: x86/mmu: Fix off-by-1 when splitting huge pages during
    CLEAR (jsc#PED-7322).
  - commit ca542a6
  - KVM: x86: Harden copying of userspace-array against overflow
    (jsc#PED-7322).
  - commit 2624bb5
  - KVM: x86/pmu: Track emulated counter events instead of previous
    counter (jsc#PED-7322).
  - commit 50f3c68
  - supported.conf: Add supported entry for stusb160x (bsc#1221330)
  - commit d3bd091
  - KVM: x86/pmu: Update sample period in pmc_write_counter()
    (jsc#PED-7322).
  - commit b607273
  - KVM: x86/pmu: Remove manual clearing of fields in kvm_pmu_init()
    (jsc#PED-7322).
  - commit 5d80669
  - KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's
    redundant) (jsc#PED-7322).
  - commit ba0d28d

++++ multipath-tools:

  - Update to version 0.9.7+148+suse.9780ae0:
    * 11-dm-mpath.rules: Fix quoting mistake (bsc#1219142)

++++ dav1d:

  - Update to version 1.4.0
    * AVX-512 optimizations for z1, z2, z3 in 8bit and
    high-bitdepth
    * New architecture supported: loongarch
    * Loongarch optimizations for 8bit
    * New architecture supported: RISC-V
    * RISC-V optimizations for itx
    * Misc improvements in threading and in reducing binary size
    * Fix potential integer overflow with extremely large frame
    sizes (bsc#1220105, CVE-2024-1580)

++++ rdma-core:

  - Add kernel-boot-do-not-load-module-unsupported-on-s390.patch
    to prevent autoload of module not supported on s390. (bsc#1219805)

++++ libnvme:

  - Update to version 1.8+0.gbff7dda:
    * linux: Explicitly initialize auto-cleanup variables
    * example: fix mi identify failed with error cntid
    * tree: do not issue an error when subsys lookup fails during scanning
    * types: Add controller properties CMBEBS, CMBSWTP and NSSD
    * tests: Add sample NBFT table from Dell PowerEdge R660
    * tests: Add sample NBFT table from Dell PowerEdge R760
    * tests: Fix diffs output for duplicate HFI entries
    * nbft: avoid duplicate entries in ssns->hfis
    * nbft: Fix (struct nbft_info_subsystem_ns).num_hfis off-by-one
    * test: read and dump sysfs tar file
    * nvme: allow to overwrite hostnqn and hostid
    * nvme: allow to overwrite base sysfs path
    * json: dump the output to the user selected filedescriptor
    * libnvme: export nvme_dump_tree
    * fabrics: add 'concat' option
    * mi: set correct rc and errno when crc mismatch
    * tree: use logical block size for lba
    * json-schema: add keyring and tls_key details (bsc#1219086)
    * build: checkout full repo for checkpatch
    * linux: avoid segfault in check-tls-key due to null hostnqn/subsysnqn (bsc#1219086)
    * meson.build: fixup 'join' syntax
    * util: Explicitly initialize auto-cleanup variables
    * tree: Explicitly initialize auto-cleanup variables
    * linux: Explicitly initialize auto-cleanup variables
    * fabrics: Explicitly initialize auto-cleanup variables
    * util: Added function to find specific UUID in UUID list.
    * build: fix release python tag match
  - Disable new unit test which is not running stable in OSB
    * add 0001-build-disable-sysfs-test.patch

++++ snapper:

  - added experimental bcachefs support (gh#openSUSE/snapper#858)

++++ systemd:

  - Import commit fbf9f32eb774ba6ec54e0d5d53b36baaf3e6b146
    fbf9f32eb7 test/test-shutdown.py: optionally display the test I/Os in a dedicated log file
    cd012774df test-69: send SIGTERM to ask systemd-nspawn to properly stop the container
    d883b83244 man: Document ranges for distributions config files and local config files
  - Import commit fa94ab006d09686cef121aaa3baa10cf5ca95e19 (merge of v254.9)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/67a5ac1043417d900bf417a884372ae14a96ef69...fa94ab006d09686cef121aaa3baa10cf5ca95e19

++++ nvme-cli:

  - Update to version 2.8:
    * nvme-print-json: append array object in json_support_log
    * sed: Add plugin for basic SED Opal operations (jsc#PED-5061)
    * don't include newlines in already wrapped text
    * nvme: do not include meta data for PRACT=1 and MD=8 (version 2)
    * create-ns: align the namespaces to 1Mib boundaries when using SI suffixes
    * doc: Fix config-schema.json's URL
    * plugins/solidigm: Compressing vs-internal-log log files into zip file.
    * nbft: do not issue an error if ACPI tables are missing
    * nbft: fixup include for libnvme
    * doc: Fix short option name for cfg-file
    * completions: added Solidigm plugin to autocomplete scripts
    * nvme: Remove unused cfg argument from NVME_ARGS() macro
    * nvme: fix directive receive identify offsets
    * nvme-fabrics: enable option 'concat'
    * build: Update libnvme wrap
    * plugins/wdc: Add Debug Log Collection Support
    * nbft: fix tcp/dhcp address fallback retry (bsc#1218873)
    * nvme: use correct telemetry log size
    * nvme-print: fix typo in list verbose output (bsc#1219086)
    * nvme: print inserted tls key for check-tls-key (bsc#1219086)
    * plugins/wdc: Plugin fixes and updates
    * fabrics: move hostid/hostnqn warnings to verbose level (bsc#1219086)

++++ osinfo-db:

  - Add support for openSUSE Leap 15.6 (jsc#PED-6305)
    add-opensuse-leap-15.6-support.patch

++++ patterns-base:

  - removed haveged (bsc#1219910)

++++ patterns-micro:

  - removed haveged (bsc#1219910)

++++ podman:

  - Update to version 4.9.3:
    * Bump to v4.9.3
    * Release notes for v4.9.3
    * [v4.9] [skip-ci] packit: update fedora downstream branches
    * @@option volume.image: be specific that -v only affects RUN
    * Accept a config blob alongside the "changes" slice when committing
    * container create: use ParseUserNamespace to parse a user namespace setting
    * Bump to v4.9.3-dev

++++ pv:

  - version update to 1.8.5
    * Corrected percentage formatting so it does not jump from 2 to 3
    characters wide at 100%.
    * Replaced `--remote` mechanism to use a temporary file instead
    of SysV IPC, so it can work reliably even when there are
    multiple pv instances.
    * feature: new `--discard` option to discard input as if writing
    to /dev/null.
    * feature: new `--error-skip-block` option to make `--skip-
    errors` skip whole blocks.
    * feature: use `posix_fadvise()` like cat(1) does, to improve
    efficiency.
    * security: with `--pidfile`, write to a temporary file and
    rename it into place, to improve security.
    * security: ignore _TMP_ / _TMPDIR_ environment variables when
    using a terminal lock file.
    * Only report errors about missing files when starting to
    transfer from them, not while calculating size, and behave more
    like cat(1) by skipping them and moving on.
    * Auto-calculate total line count with `--line-mode` when all
    inputs are regular files.
    * Cope with machine suspend/resume and botched timestamps.
    * If `--width` or `--height` were provided, do not change them
    when the window size changes.
    * When a file descriptor position in `--watchfd` moves backwards,
    show the rate using the correct prefix.
    * Rewrite terminal state save/restore so state is not
    intermittently garbled on exit when using `--cursor`.
    * Licensing change from Artistic 2.0 to GPLv3+.

++++ rpm-config-SUSE:

  - Update to version 20240214:
    * set_permissions: handle chkstat failure more grateful (bsc#1219736)

++++ ssh-pairing:

  - Update to version 0.1+git18:
    * Add Security Considerations section to README.md
    * Mention ssh-pairing prefix also in README.md
    * Add ssh-pairing prefix to the client success message
    * Clarify comment
    * Show ssh-pairing-server stderr on failure
    * Fail if kbd-interactive does not complete

++++ supportutils:

  - Changes to version 3.2.7
    + Extended scaling for performance (bsc#1214713)
    + Corrected get_sles_ver for SLE Micro (bsc#1219241)
    + Check nvidida-persistenced state (bsc#1219639)

++++ suseconnect-ng:

  - Update to version 1.7.0
    * Allow SUSEConnect on read write transactional systems (bsc#1219425)

------------------------------------------------------------------
------------------  2024-2-13  -  Feb 13 2024  -------------------
------------------------------------------------------------------

++++ attr:

  - update to 2.5.2:
    * attr: eliminate a dead store in attr_copy_action()
    * libattr: Set symbol versions for legacy syscalls via attribute
    or asm
    * exports: use LGPL for library code
    * documentation updates
    * translation updates (Polish, Dutch, Gregorian, French)
    * build system updates

++++ dracut:

  - Update to version 059+suse.554.g6144bf71:
    * fix(dracut.spec): update dracut-fips requirements (bsc#1219869)

++++ python-kiwi:

  - Fix setup of UUID for btrfs
    When setting up the UUID for a btrfs filesystem via btrfstune
    it could happen that the call becomes interactive asking
    a question and give a recommendation. All this is unwanted
    and can be forced via the -f switch. This Fixes #2456

++++ gettext-runtime:

  - Update to version 0.22.4
    * Bug fixes:
  - AM_GNU_GETTEXT now recognizes a statically built libintl on
    macOS and AIX.
  - Build fixes on AIX
  - Update to version 0.22.3
    * Portability:
  - The libintl library now works on macOS 14.  (Older versions
    of libintl crash on macOS 14, due to an incompatible change
    in macOS.)
  - Update to version 0.22.2
    * No information available upstream
  - Update to version 0.22.1
    * Bug fixes:
  - The libintl shared library now exports again some symbols
    that were accidentally missing.
  - xgettext's processing of large Perl files may have led to
    errors.
  - "xgettext --join-existing" could encounter errors.
    * Portability:
  - Building on Android is now supported.
  - Update to version 0.22.0
    * PO file format:
  - When a #: line contains references to file names that contain
    spaces, these file names are surrounded by Unicode characters
    U+2068 and U+2069. This makes it possible to parse such
    references correctly.
    * Improvements for maintainers:
  - The AM_GNU_GETTEXT macro now defines two variables
    localedir_c and localedir_c_make, that can be used in C code
    or in Makefiles, respectively, for representing the value of
    the --localedir configure option.
    * Programming languages support:
  - C, C++:
    + xgettext now supports gettext-like functions that take wide
    strings (of type 'const wchar_t *', 'const char16_t *', or
    'const char32_t *') as arguments.
    + xgettext now recognizes numbers with digit separators, as
    defined by ISO C 23, as tokens.
    + xgettext and msgfmt now recognize the format string
    directive %b (for binary integer output, as defined by
    ISO C 23) in format strings.
    + xgettext and msgfmt now recognize the argument size
    specifiers w8, w16, w32, w64, wf8, wf16, wf32, wf64
    (as defined by ISO C 23) in format strings.
    + xgettext and msgfmt now recognize C++ format strings, as
    defined by ISO C++ 20.  They are marked as 'c++-format' in
    POT and PO files. A new example has been added,
    'hello-c++20', that illustrates how to use these format
    strings with gettext.
  - Java:
    + The build system and tools now also support Java versions
    newer than Java 11. This is known to work up to Java 20,
    at least. On the other hand, support for old versions of
    Java (Java 1.5 and GCJ) has been dropped.
    + Tcl: xgettext now supports the \x, \u, and \U escapes as
    defined in Tcl 8.6.
    * Portability:
  - On systems with musl libc, the *gettext() functions in libc
    now work with MO files generated from PO files with an
    encoding other than UTF-8. To this effect, the msgfmt program
    now converts the messages to UTF-8 encoding before storing
    them in a MO file.  You can prevent this byusing the msgfmt
  - -no-convert option.
  - On systems with musl libc, the *gettext() functions in libc
    now work with MO files generated from PO files with ISO C 99
    <inttypes.h> format string directive macros.  To this effect,
    the msgfmt program pre-expands strings with such macros. You
    can prevent this by using the msgfmt --no-redundancy option.
    * xgettext:
  - The xgettext option '--sorted-output' is now deprecated.
  - xgettext input files of type PO that are not all ASCII and
    not UTF-8 encoded are now handled correctly.
    * The base Unicode standard is now updated to 15.0.0.
    * Emacs PO mode:
  - Fix an incompatibility with Emacs version 29 or newer.
  - Rebase patches:
    * gettext-dont-test-gnulib.patch
    * 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch
    * 0002-msgcat-Merge-headers-when-use-first.patch
  - Drop patch which isn't required anymore since newer java
    versions are already supported by upstream:
    * gettext-0.21-jdk17.patch

++++ fdo-client:

  - Remove the hardcoded libopenssl-1_1-devel and replace it with
    libopenssl-devel (bsc#1219879).

++++ glib2:

  - Update to version 2.79.2:
    + More work to reduce lock contention and improve performance in
    GObject.
    + More API changes to libgirepository, which is now stable as of
    this release.
    + Import `g-ir-compiler`, `g-ir-generate` and `g-ir-inspect`
    from gobject-introspection.git and update them to work with
    girepository-2.0, renaming them to `gi-compile-repository`,
    `gi-decompile-typelib` and`gi-inspect-typelib`.
    + Add new `GLibUnix-2.0.gir`, `GLibWin32-2.0.gir`,
    `GioUnix-2.0.gir` and `GioWin32-2.0.gir` GIRs which contain
    platform specific APIs, and are the preferred way for third
    parties to access those APIs in future; although platform
    specific APIs which were already exposed in `GLib-2.0.gir` and
    `Gio-2.0.gir` continue to be listed there; the underlying `.so`
    files have not changed.

++++ kernel-default:

  - KVM: x86/pmu: Reset the PMU, i.e. stop counters, before
    refreshing (jsc#PED-7322).
  - commit 3e9e29b
  - KVM: x86/pmu: Move PMU reset logic to common x86 code
    (jsc#PED-7322).
  - commit 4d829a7
  - KVM: SVM,VMX: Use %rip-relative addressing to access
    kvm_rebooting (jsc#PED-7322).
  - commit 94d4ceb
  - KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is
    enabled (jsc#PED-7322).
  - commit abf0f42
  - KVM: SVM: Explicitly require FLUSHBYASID to enable SEV support
    (jsc#PED-7322).
  - commit 51dc0ef
  - KVM: nSVM: Advertise support for flush-by-ASID (jsc#PED-7322).
  - commit d96ff28
  - Revert "nSVM: Check for reserved encodings of TLB_CONTROL in
    nested VMCB" (jsc#PED-7322).
  - commit 733d5b1
  - KVM: x86: Don't unnecessarily force masterclock update on vCPU
    hotplug (jsc#PED-7322).
  - commit e2477e4
  - KVM: x86: Use a switch statement and macros in
    __feature_translate() (jsc#PED-7322).
  - commit 26af95a
  - KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
    (jsc#PED-7322).
  - commit 8de3668
  - dm: limit the number of targets and parameter size area
    (bsc#1219827, bsc#1219146, CVE-2023-52429, CVE-2024-23851).
  - commit 7512798
  - KVM: x86: Turn off KVM_WERROR by default for all configs
    (jsc#PED-7322).
  - commit 427cbaf
  - KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff
    HYPERV!=n (jsc#PED-7322).
  - commit 47fe30a
  - mm: memcontrol: don't throttle dying tasks on memory.high
    (bsc#1219889).
  - kernel/fork: beware of __put_task_struct() calling context
    (bsc#1216761).
  - commit e3538e2
  - KVM: x86: Use KVM-governed feature framework to track "LAM
    enabled" (jsc#PED-7322).
  - commit e0b7547
  - docs/perf: Add ampere_cspmu to toctree to fix a build warning (jsc#PED-7859)
  - commit 5a39b75
  - KVM: x86: Advertise and enable LAM (user and supervisor)
    (jsc#PED-7322).
  - commit be96f66
  - KVM: x86: Virtualize LAM for user pointer (jsc#PED-7322).
  - commit 51ea9b3
  - KVM: x86: Virtualize LAM for supervisor pointer (jsc#PED-7322).
  - commit 4719d36
  - perf vendor events arm64 AmpereOneX: Add core PMU events and metrics (jsc#PED-7859)
  - commit 8763e5d
  - netdevsim: Don't accept device bound programs (git-fixes).
  - commit c28704b
  - ravb: Fix races between ravb_tx_timeout_work() and net related
    ops (git-fixes).
  - commit ca1ed03
  - r8169: prevent potential deadlock in rtl8169_close (git-fixes).
  - commit c6c74b1
  - r8169: fix deadlock on RTL8125 in jumbo mtu mode (git-fixes).
  - commit 350e699
  - net: stmmac: xgmac: Disable FPE MMC interrupts (git-fixes).
  - commit 4d4a44e
  - dpaa2-eth: recycle the RX buffer only after all processing done
    (git-fixes).
  - commit 6f9cf91
  - KVM: x86: Untag addresses for LAM emulation where applicable
    (jsc#PED-7322).
  - commit 3aca57c
  - dpaa2-eth: increase the needed headroom to account for alignment
    (git-fixes).
  - commit aeead7c
  - net: rswitch: Fix missing dev_kfree_skb_any() in error path
    (git-fixes).
  - commit dfab415
  - net: rswitch: Fix return value in rswitch_start_xmit()
    (git-fixes).
  - commit 3061c1f
  - net: rswitch: Fix type of ret in rswitch_start_xmit()
    (git-fixes).
  - commit 3bd4f02
  - net: ipa: fix one GSI register field width (git-fixes).
  - commit 57e43ae
  - net: axienet: Fix check for partial TX checksum (git-fixes).
  - commit 765d022
  - amd-xgbe: propagate the correct speed and duplex status
    (git-fixes).
  - commit ca7f648
  - amd-xgbe: handle the corner-case during tx completion
    (git-fixes).
  - commit 05c99da
  - amd-xgbe: handle corner-case during sfp hotplug (git-fixes).
  - commit 63bb25f
  - net: veth: fix ethtool stats reporting (git-fixes).
  - commit 40065a7
  - wireguard: use DEV_STATS_INC() (git-fixes).
  - commit c56067d
  - net: wangxun: fix kernel panic due to null pointer (git-fixes).
  - commit cc57ffc
  - KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and
    call it in emulator (jsc#PED-7322).
  - Refresh
    patches.suse/KVM-SEV-Make-AVIC-backing-VMSA-and-VMCB-memory-allocation-SNP-sa.
  - commit db34c34
  - stmmac: dwmac-loongson: Add architecture dependency (git-fixes).
  - commit 746bbc5
  - macvlan: Don't propagate promisc change to lower dev in passthru
    (git-fixes).
  - commit ad66810
  - pds_core: use correct index to mask irq (git-fixes).
  - commit f2391e5
  - net: stmmac: avoid rx queue overrun (git-fixes).
  - commit 3a28d91
  - net: stmmac: fix rx budget limit check (git-fixes).
  - commit 739b241
  - KVM: x86: Remove kvm_vcpu_is_illegal_gpa() (jsc#PED-7322).
  - commit 214f40f
  - KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's
    legality (jsc#PED-7322).
  - commit 0ea18e6
  - KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
    (jsc#PED-7322).
  - commit a7a4e2c
  - KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
    (jsc#PED-7322).
  - commit 469975b
  - KVM: x86: Add an emulation flag for implicit system access
    (jsc#PED-7322).
  - commit d9485ea
  - KVM: x86: Consolidate flags for __linearize() (jsc#PED-7322).
  - commit bc10a7d
  - tools arch x86: Sync the msr-index.h copy with the
    kernel sources to pick IA32_MKTME_KEYID_PARTITIONING
    (perf-sync-headers).
  - Delete
    patches.suse/sync-tools-arch-header-for-support-branch-counters-logging.patch.
  - commit 4348ec9
  - tools headers x86 cpufeatures: Sync with the kernel sources
    to pick TDX, Zen, APIC MSR fence changes (perf-sync-headers).
  - commit 13aa64d
  - perf evlist: Fix evlist__new_default() for > 1 core PMU
    (git-fixes).
  - perf db-export: Fix missing reference count get in
    call_path_from_sample() (git-fixes).
  - perf stat: Fix hard coded LL miss units (git-fixes).
  - perf env: Avoid recursively taking env->bpf_progs.lock
    (git-fixes).
  - perf vendor events: Remove UTF-8 characters from cmn.json
    (git-fixes).
  - perf unwind-libunwind: Fix base address for .eh_frame
    (git-fixes).
  - perf unwind-libdw: Handle JIT-generated DSOs properly
    (git-fixes).
  - perf genelf: Set ELF program header addresses properly
    (git-fixes).
  - perf hisi-ptt: Fix one memory leakage in
    hisi_ptt_process_auxtrace_event() (git-fixes).
  - perf header: Fix one memory leakage in
    perf_event__fprintf_event_update() (git-fixes).
  - perf stat: Fix help message for --metric-no-threshold option
    (git-fixes).
  - perf stat: Exit perf stat if parse groups fails (git-fixes).
  - perf mem: Fix error on hybrid related to availability of mem
    event in a PMU (git-fixes).
  - perf vendor events powerpc: Update datasource event name to
    fix duplicate events (git-fixes).
  - perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT
    to GPC_FLUSH_MEM_FAULT (git-fixes).
  - perf test record user-regs: Fix mask for vg register
    (git-fixes).
  - perf docs: Fix man page formatting for 'perf lock' (git-fixes).
  - perf test record+probe_libc_inet_pton: Fix call chain match
    on powerpc (bsc#1218986).
  - perf tests: Skip pipe test if noploop symbol is missing
    (bsc#1219617).
  - perf tests lib: Add perf_has_symbol.sh (bsc#1219617).
  - perf header: Fix segfault on build_mem_topology() error path
    (git-fixes).
  - perf test: Remove atomics from test_loop to avoid test failures
    (git-fixes).
  - commit a32b1b0

++++ openssl:

  - Add Conflicts, Provides: openssl(cli) (bsc#1210313)

++++ shadow:

  - Update to 4.14.5:
    * Build system:
    + Fix regression introduced in 4.14.4, due to a typo. chgpasswd had
    been deleted from a Makefile variable, but it should have been
    chpasswd.
  - Remove shadow-4.14.4-chgpasswd-typo.patch

++++ systemd:

  - Update the version of libbpf dlopened by systemd (weak dependency) (bsc#1219440)

++++ lshw:

  - Update to version B.02.20 (jsc#9912):
    * update changelog
    * update data files
    * get rid of GTK deprecation warning
    * get rid of some snprintf warnings
    * Add support for 100Gbit interfaces

++++ netavark:

  - Update to version 1.10.3:
    * v1.10.3
    * fix netavark update to not start a new aardvark-dns

++++ pam-config:

  - Update to version 2.11
  - pam_gnome_keyring: use options in AUTH [bsc#1219767]

++++ patterns-base:

  - add adcli, sssd-ad and sssd-krb5 to sssd pattern (jsc#SMO-292)

++++ patterns-micro:

  - add adcli, sssd-ad and sssd-krb5 to sssd pattern (jsc#SMO-292)

++++ python-gobject:

  - Update to version 3.47.0:
    + Drop setuptools in favor of meson-python.
    + Fundamental type support.
    + Fundamental type support for GValues.
    + pygi-convert.sh: migrate FILE_CHOOSER_CONFIRMATION_*.
    + gimodule, cairo: Use multi-phase initialization as per PEP-489.
    + Deprecate classes in gi.option module.
    + Deprecate pygtkcompat.
    + Add support for (optional) nullable GErrors.
    + Fix CssProvider not valid in GTK2.
    + Fix double free if array item cannot be marshalled to Python.
    + Raise exception if a callback property is encountered.
    + build: Fix pycairo detection "script" for Windows.
    + Replace deprecated ``pkgutil.find_loader`` call.
    + Avoid segfault on property access for incompletely initialized
    objects.
    + pygenum: When getting a member instance, use correct key for
    the lookup.
    + Project / Development / CI:
  - Remove pborelli from the maintainer list.
  - Add Arjan Molenaar to maintainers.
  - Remove runtests script.

++++ thin-provisioning-tools:

  - Update to version 1.0.11:
    * Bump version nr to 1.0.11
    * [thin/cache_check] Print suggestive hints for improving error resolution
    * [tests] Fix a typo in command name
    * [cache_check] Fix boundary check on the bitset for cached blocks

------------------------------------------------------------------
------------------  2024-2-12  -  Feb 12 2024  -------------------
------------------------------------------------------------------

++++ acpica:

  - Update to version 20230628
    * IASL/RHCT: Enable dumping and compiling newly added nodes
    * RHCT: Add flags, CMO and MMU nodes
    * MADT: Add dump and compile support for RISC-V APICs
    * MADT: Add RISC-V external interrupt controllers
    * Add AML_NO_OPERAND_RESOLVE flag to Timer
    * Add a define for size of acpi_srat_generic_affinity DeviceHandle
    * Slightly simplify an error message in acpi_ds_result_push()
    * Add port definitions for CDAT SSLBIS
    * Fix misspelled CDAT DSMAS define
    * Add interrupt command to acpiexec
    * Detect GED device and keep track of _EVT
    * ACPICA: Modify ACPI_STATE_COMMON
    * Manually revert after resolving conflicts PR #757 commit 32d875705c8ee8f99fd8b78dbed48633486a7640
    * fix for conflict macro definition on zephyr interface
    * Fix ACPI_FUNCTION_ENTRY()
    * Revert "Fixes for ACPI_FLEX_ARRAY, to eliminate warnings on MSVC"
    * Revert "Events: Use spaces instead of tabs to fix indentation"
    * Add support for _DSC as per ACPI 6.5
    * exserial.c: replace ternary operator with ACPI_MIN()
    * ACPICA: Modify ACPI_STATE_COMMON
    * Fix GCC 12 dangling-pointer warning
    * build: added module name for zephyr build system
    * Revert "Move ACPI_FUNCTION_ENTRY to function entry"
    * Move ACPI_FUNCTION_ENTRY to function entry
    * iASL/MADT: Add dump and compile support for LoongArch APICs
    * iasl: check Offset before Subtable dereference

++++ dracut:

  - Update to version 059+suse.552.g4610ef1b:
    * fix(dracut-util): do not call `strcmp` if the `value` argument is NULL (bsc#1219841)

++++ python-kiwi:

  - Move OCI to context manager
    Change the OCI Factory to be a context manager.
    All code using OCI was updated to the following
    with statement:
    with OCI(...).new as oci:
    oci.some_member()
    This is related to Issue #2412
  - Drop destructor from CommandProcess
    There is code that sends a SIGTERM to the process in case
    there is no error code information. I believe in this case
    sending SIGTERM will not kill the process (defunct) and I
    also don't see in what good condition we would be entering
    this state.
  - Fixed use of custom bootloader
    In case no bootloader implementation by kiwi should be
    used, users can specify the bootloader="custom" attribute.
    Instead of skipping the bootloader stage in the builders
    it is better to consistently create an instance of bootloader
    but raise if a method of the bootloader interface is called
    for which the custom bootloader has no implementation. This
    commit adds the consistency bits.
  - Fixed scope of BootLoaderConfig instance
    Due to the refactor of BootLoaderConfig into context managers
    we had two instances of BootLoaderConfig. However, the first
    instance holds data the second instance needs which caused an
    issue. This commit makes sure there is one BootLoaderInstance
    within the lifetime of required services
  - Allow integration test to build outside of obs too
  - Follow up fix for drop obsolete C tools from kiwi
    The spec file make call to build the C code was forgotten
    to be deleted

++++ git:

  - update to 2.43.1:
    * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt

++++ kernel-default:

  - Update config files: disable broken ATOMISP drivers (bsc#1210639)
    It's been broken over a year, better to disable it before hitting another victim
  - commit a1a6906
  - hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER
    missed (git-fixes).
  - hv_netvsc: Fix race condition between netvsc_probe and
    netvsc_remove (git-fixes).
  - scsi: storvsc: Fix ring buffer size calculation (git-fixes).
  - hv_netvsc: Calculate correct ring size when PAGE_SIZE is not
    4 Kbytes (git-fixes).
  - commit 721575c
  - s390/scm: fix virtual vs physical address confusion (git-fixes
    bsc#1219816).
  - commit d8288d6
  - s390/boot: always align vmalloc area on segment boundary
    (git-fixes bsc#1219815).
  - commit 08905ad
  - s390/vfio-ap: fix sysfs status attribute for AP queue devices
    (git-fixes bsc#1219814).
  - commit 2f4c817
  - s390/ptrace: handle setting of fpc register correctly (git-fixes
    bsc#1219812).
  - commit be5b93a
  - s390/qeth: Fix potential loss of L3-IP@ in case of network
    issues (git-fixes bsc#1219811).
  - commit 32d0fc0
  - Reference recently released CVE
  - Update
    patches.suse/x86-coco-Disable-32-bit-emulation-by-default-on-TDX-.patch
    (jsc#PED-7322 CVE-2024-25744).
  - Update
    patches.suse/x86-entry-convert-int-0x80-emulation-to-idtentry.patch
    (bsc#1217927 CVE-2024-25744).
  - Update
    patches.suse/x86-entry-do-not-allow-external-0x80-interrupts.patch
    (bsc#1217927 CVE-2024-25744).
  - Update
    patches.suse/x86-tdx-Allow-32-bit-emulation-by-default.patch
    (jsc#PED-7322 CVE-2024-25744).
  - commit 06d4b38
  - KVM: s390: vsie: fix race during shadow creation (git-fixes
    bsc#1219810).
  - commit 8180746
  - KVM: s390: fix setting of fpc register (git-fixes bsc#1219809).
  - commit 478f49e
  - KVM: s390: fix cc for successful PQAP (git-fixes bsc#1219808).
  - commit 51e5204
  - KVM: s390: add stat counter for shadow gmap events
    (jsc#PED-5439).
  - commit 256c0f9
  - KVM: s390: add tracepoint in gmap notifier (jsc#PED-5439).
  - commit 06f0c94
  - nvme-host: fix the updating of the firmware version (git-fixes).
  - commit 9bc381c
  - x86/MCE: Always save CS register on AMD Zen IF Poison errors (git-fixes).
  - commit 63e2bb6
  - x86/entry/ia32: Ensure s32 is sign extended to s64 (git-fixes).
  - commit d1f7bea
  - x86/srso: Move retbleed IBPB check into existing 'has_microcode' code  block (git-fixes).
  - commit b594e28
  - x86/srso: Print mitigation for retbleed IBPB case (git-fixes).
  - Refresh
    patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch.
  - commit 5b45539
  - x86/purgatory: Remove LTO flags (git-fixes).
  - commit 215c902
  - x86/kvm: Do not try to disable kvmclock if it was not enabled (git-fixes).
  - commit 0a9eee3

++++ multipath-tools:

  - Update to version 0.9.7+148+suse.7d9953e.obscpio
    * This is a multipath-tools 0.9.8 pre-release
    * fix fast_io_fail for Infinibox (bsc#1219348)
    * Fix activation of LVM volume groups during coldplug (bsc#1219142)
  - Update to version 0.9.7+140+suse.2d78457:
    * This is a multipath-tools 0.9.8 pre-release
    * Socket activation via multipathd.socket has been disabled by default
    because it has undesirable side effects on systems without multipath.
    Users with multipath hardware should enable multipathd.service
    * The restorequeueing CLI command now only enables queueing if
    disablequeueing had been sent before
    * Avoid multipathd hang during map flush
    * multipathd now tracks the queueing mode of maps in its internal features string
    * Improve error messages in 'multipathd -k'
    * Fix segfault in autoresize code (bsc#1219289)
    * Fix missing map reloads (bsc#1219796)
    * Documentation fixes, spelling fixes, minor code fixes

++++ at-spi2-core:

  - Update to version 2.51.90:
    + Add an attribute-changed signal in atk, and update libatspi
    attribute cache.
    + Add GetTextSelection and SetTextSelection to Document
    interface.
    + Add atspi_device_generate_mouse_event, and implement for
    mutter.
    + Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
    + xml: Add Embedded to the Socket interface.
    + Don't return uninitialized values if
    atspi_component_get_size/position fail.
  - Add pkgconfig(libei-1.0) BuildRequires: new dependency.

++++ expat:

  - Update keyring automatically from keyserver during OBS service run.
  - Explicitly use --without-docbook (before it was implicit).
  - Include missing files for documentation and examples.
  - Add manpage for xmlwf, which is now available in the released tarball.
  - Clean the spec file a bit.
  - Update to 2.6.0:
    * Security fixes:
  - CVE-2023-52425 (boo#1219559)
  - - Fix quadratic runtime issues with big tokens
    that can cause denial of service, in partial where
    dealing with compressed XML input.  Applications
    that parsed a document in one go -- a single call to
    functions XML_Parse or XML_ParseBuffer -- were not affected.
    The smaller the chunks/buffers you use for parsing
    previously, the bigger the problem prior to the fix.
    Backporters should be careful to no omit parts of
    pull request #789 and to include earlier pull request #771,
    in order to not break the fix.
  - CVE-2023-52426 (boo#1219561)
  - - Fix billion laughs attacks for users
    compiling *without* XML_DTD defined (which is not common).
    Users with XML_DTD defined have been protected since
    Expat >=2.4.0 (and that was CVE-2013-0340 back then).
    * Bug fixes:
  - Fix parse-size-dependent "invalid token" error for
    external entities that start with a byte order mark
  - Fix NULL pointer dereference in setContext via
    XML_ExternalEntityParserCreate for compilation with
    XML_DTD undefined
  - Protect against closing entities out of order
    * Other changes:
  - Improve support for arc4random/arc4random_buf
  - Improve buffer growth in XML_GetBuffer and XML_Parse
  - xmlwf: Support --help and --version
  - xmlwf: Support custom buffer size for XML_GetBuffer and read
  - xmlwf: Improve language and URL clickability in help output
  - examples: Add new example "element_declarations.c"
  - Be stricter about macro XML_CONTEXT_BYTES at build time
  - Make inclusion to expat_config.h consistent
  - Autotools: configure.ac: Support --disable-maintainer-mode
  - Autotools: Sync CMake templates with CMake 3.26
  - Autotools: Make installation of shipped man page doc/xmlwf.1
    independent of docbook2man availability
  - Autotools|CMake: Add missing -DXML_STATIC to pkg-config file
    section "Cflags.private" in order to fix compilation
    against static libexpat using pkg-config on Windows
  - Autotools|CMake: Require a C99 compiler
    (a de-facto requirement already since Expat 2.2.2 of 2017)
  - Autotools|CMake: Fix PACKAGE_BUGREPORT variable
  - Autotools|CMake: Make test suite require a C++11 compiler
  - CMake: Require CMake >=3.5.0
  - CMake: Lowercase off_t and size_t to help a bug in Meson
  - CMake: Sort xmlwf sources alphabetically
  - CMake|Windows: Fix generation of DLL file version info
  - CMake: Build tests/benchmark/benchmark.c as well for
    a build with -DEXPAT_BUILD_TESTS=ON
  - docs: Document the importance of isFinal + adjust tests
    accordingly
  - docs: Improve use of "NULL" and "null"
  - docs: Be specific about version of XML (XML 1.0r4)
    and version of C (C99); (XML 1.0r5 will need a sponsor.)
  - docs: reference.html: Promote function XML_ParseBuffer more
  - docs: reference.html: Add HTML anchors to XML_* macros
  - docs: reference.html: Upgrade to OK.css 1.2.0
  - docs: Fix typos
  - docs|CI: Use HTTPS URLs instead of HTTP at various places
  - Address compiler warnings
  - Address clang-tidy warnings
  - Version info bumped from 9:10:8 (libexpat*.so.1.8.10)
    to 10:0:9 (libexpat*.so.1.9.0); see https://verbump.de/
    for what these numbers do

++++ ncurses:

  - Add ncurses patch 20240210
    + compiler-warning fixes, while investigating an optimizer bug in
    "gcc (MacPorts gcc13 13.2.0_4+stdlib_flag) 13.2.0"
    which results in only the first byte of a multibyte character being
    printed to the screen.
  - Change order of use=vt100+4bsd and use=rxvt+pcfkeys in rxvt-basic
    to get correct arrow keys back (boo#1219626)

++++ pango:

  - Update to version 1.51.2:
    + Use single fontconfig thread.
    + Fix problems with spaces at line ends.
    + Allow custom fonts on Windows.
    + pango-viewer: Fix hint-metrics options.
    + Pangofont: Add properties.

++++ pkgconf:

  - update to 2.1.1:
    * Fix --modversion with constraints
    * Reintroduce an optimization to the dependency graph walker
    which avoids revisiting already visited nodes
    * Add a regression test to check that the dependency flattener is
    working as expected

++++ shadow:

  - Update to 4.14.4:
    * Build system:
    + Link correctly with libdl.
    + Install pam configs for chpasswd(8) and newusers(8) when using
    ./configure --with-libpam --disable-account-tools-setuid.
    * libshadow:
    + Fix build error (parameter name omitted).
    + Fix off-by-one bug.
    + Remove warning.
  - Add shadow-4.14.4-chgpasswd-typo.patch: to fix build. See #926
  - Update patch macro `patchN` -> `patch -P N`

++++ libunwind:

  - Disable LTO on aarch64 until upstream fix the issue:
    https://github.com/libunwind/libunwind/issues/693

++++ man:

  - Move creation of /var/cache/man into %pre scriplet (boo#1219370)

++++ mdevctl:

  - Add /usr/lib/mdevctl/scripts.d/{callouts,notifiers} directories

++++ shared-mime-info:

  - Explicitly use gcc 13 on SLE.

++++ supportutils:

  - Changes to version 3.1.29
    + Extended scaling for performance (bsc#1214713)
    + Fixed kdumptool output error (bsc#1218632)
    + Corrected podman ID errors (bsc#1218812)
    + Duplicate non root podman entries removed (bsc#1218814)
    + Corrected get_sles_ver for SLE Micro (bsc#1219241)
    + Check nvidida-persistenced state (bsc#1219639)

++++ virt-manager:

  - bsc#1219791 - [virt-manager][aarch64] Error launching details:
    name 'log' is not defined
    virtinst-enable-video-virtio-for-arm.patch

------------------------------------------------------------------
------------------  2024-2-11  -  Feb 11 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop obsolete C tools from kiwi
    For building custom initrd images kiwi provided some
    optional helper tools. All these C written tools are
    old and outdated and either not useful anymore or
    replaced by other tools that are part of the distribution
    matrix we support. Thus with the move to the next
    major release those can go away. This also include the
    package kiwi-tools which was used to provide them

++++ pcsc-tools:

  - update to 1.7.1:
    * New ATRs
    * build system changes and developer visible fixes

++++ tuned:

  - Update to version 2.22.0-rc.1.0+git.ad314ee:
    * new release (2.22.0-rc.1)
    * Add missing install command for tuned-ppd.py
    * Fixes for intel uncore plugin
    * Add intel uncore plugin
    * scheduler: add option for ignoring IRQs affinity
    * Configure the PPD-to-TuneD daemon to work as a replacement of PPD
    * Implement the PPD-to-TuneD daemon
    * Make DBusExporter reusable for other services
    * Do not report errors on systems with no wifi
    * Add an ACPI plugin
    * plugin_cpu: Support cstate settings of `pm_qos_resume_latency_us`
    * Skip calling rpm-ostree kargs in no-op case
    * Expand sysctl plugin options when reporting overrides
    * profiles: add energy_performance_preference hints to profiles
    * hotplug: do not report ENOENT errors on device remove
    * profiles: Improve 'isolated_cores=' help text
    * Be explicit about amd-pstate support
    * Fixed REs escape sequences not to trigger SyntaxWarning
    * sap-hana-kvm-guest: fix whitespaces
    * Fix TextView to expand with window

------------------------------------------------------------------
------------------  2024-2-10  -  Feb 10 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: fnic: unlock on error path in fnic_queuecommand()
    (git-fixes).
  - commit af1e53a
  - net: ethernet: cortina: Drop TSO support (git-fixes).
  - commit 1041212
  - Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443)
    Add reference to bsc#1219443.
  - commit b300257
  - arm64: errata: Add Cortex-A510 speculative unprivileged load (bsc#1219443)
    Enable erratum workaround.
  - commit b26ca40
  - r8169: fix network lost after resume on DASH systems
    (git-fixes).
  - commit c170312
  - r8169: add handling DASH when DASH is disabled (git-fixes).
  - commit 43f9a07
  - net: ethernet: cortina: Fix MTU max setting (git-fixes).
  - commit cdfb94f
  - net: ethernet: cortina: Handle large frames (git-fixes).
  - commit 76e929a
  - net: ethernet: cortina: Fix max RX frame define (git-fixes).
  - commit 1807254
  - bonding: stop the device in bond_setup_by_slave() (git-fixes).
  - commit 072954c
  - ppp: limit MRU to 64K (git-fixes).
  - commit 80ad17a
  - net: mvneta: fix calls to page_pool_get_stats (git-fixes).
  - commit 73be237
  - net: hns3: fix VF wrong speed and duplex issue (git-fixes).
  - commit 01a4b9c
  - net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()
    (bsc#1217417).
  - net: phy: realtek: use generic MDIO constants (bsc#1217417).
  - net: mdio: add 2.5g and 5g related PMA speed constants
    (bsc#1217417).
  - commit 51b8f13
  - hwmon: (coretemp) Fix bogus core_id to attr name mapping
    (git-fixes).
  - hwmon: (coretemp) Fix out-of-bounds memory access (git-fixes).
  - hwmon: (aspeed-pwm-tacho) mutex for tach reading (git-fixes).
  - mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk
    can't be detected by BIOS (git-fixes).
  - drm/i915/gvt: Fix uninitialized variable in handle_mmio()
    (git-fixes).
  - commit fb6968f

++++ libxml2:

  - Security fix (CVE-2024-25062, bsc#1219576) use-after-free in XMLReader
    * Added libxml2-CVE-2024-25062.patch

++++ libxml2-python:

  - Security fix (CVE-2024-25062, bsc#1219576) use-after-free in XMLReader
    * Added libxml2-CVE-2024-25062.patch

------------------------------------------------------------------
------------------  2024-2-9  -  Feb 9 2024  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.549.gc9f63878:
    * fix(overlayfs): split overlayfs mount in two steps (bsc#1219778)
    * fix(dracut-init.sh): handle decompress with `--sysroot`
    * fix(i18n): handle keymap includes with `--sysroot`
    * fix(dracut-systemd): replace `rd.udev.log-priority` with `rd.udev.log_level`
    * fix(i18n): handle symlinked keymap

++++ kernel-default:

  - scsi: fnic: Increment driver version (jsc#PED-7888).
  - scsi: fnic: Improve logs and add support for multiqueue (MQ)
    (jsc#PED-7888).
  - scsi: fnic: Add support for multiqueue (MQ) in fnic driver
    (jsc#PED-7888).
  - scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
    (jsc#PED-7888).
  - scsi: fnic: Remove usage of host_lock (jsc#PED-7888).
  - scsi: fnic: Define stats to track multiqueue (MQ) IOs
    (jsc#PED-7888).
  - scsi: fnic: Modify ISRs to support multiqueue (MQ)
    (jsc#PED-7888).
  - commit 4ae8e51
  - scsi: fnic: Refactor and redefine fnic.h for multiqueue
    (jsc#PED-7888).
  - Refresh
    patches.suse/fnic-move-fnic_fnic_flush_tx-to-a-work-queue.patch.
  - commit 5d5bc93
  - scsi: fnic: Get copy workqueue count and interrupt mode from
    config (jsc#PED-7888).
  - scsi: fnic: Rename wq_copy to hw_copy_wq (jsc#PED-7888).
  - scsi: fnic: Add and improve log messages (jsc#PED-7888).
  - scsi: fnic: Add and use fnic number (jsc#PED-7888).
  - scsi: fnic: Modify definitions to sync with VIC firmware
    (jsc#PED-7888).
  - commit 4104ea5
  - net: hns3: fix VF reset fail issue (git-fixes).
  - commit 357e0c0
  - net: hns3: fix variable may not initialized problem in
    hns3_init_mac_addr() (git-fixes).
  - commit 761dece
  - net: hns3: fix out-of-bounds access may occur when coalesce
    info is read via debugfs (git-fixes).
  - commit 9368f32
  - net: hns3: fix incorrect capability bit display for copper port
    (git-fixes).
  - commit 7b8e42d
  - net: hns3: add barrier in vf mailbox reply process (git-fixes).
  - commit deb564c
  - net: hns3: fix add VLAN fail issue (git-fixes).
  - commit 6ae1571
  - ipvlan: add ipvlan_route_v6_outbound() helper (git-fixes).
  - commit 5f2d3b6
  - net: enetc: shorten enetc_setup_xdp_prog() error message to
    fit NETLINK_MAX_FMTMSG_LEN (git-fixes).
  - commit f882476
  - net: sfp: add quirk for FS's 2.5G copper SFP (git-fixes).
  - commit eb7d824
  - driver core: Replace kstrdup() + strreplace() with
    kstrdup_and_replace() (jsc#PED-6054 bsc#1219692).
  - lib/string_helpers: Add kstrdup_and_replace() helper
    (jsc#PED-6054 bsc#1219692).
  - commit d4a62fc
  - net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions
    for MT7986 SoC (git-fixes).
  - commit be286c4
  - net: spider_net: Use size_add() in call to struct_size()
    (git-fixes).
  - commit 722bf2b
  - lib/string_helpers: Change returned value of the strreplace()
    (bsc#1219692).
  - jbd2: Avoid printing outside the boundary of the buffer
    (bsc#1219692).
  - commit 8aa13d7
  - mlxsw: Use size_mul() in call to struct_size() (git-fixes).
  - commit a527704
  - net: ethernet: adi: adin1110: Fix uninitialized variable
    (git-fixes).
  - commit 4905ac5
  - net: mdio-mux: fix C45 access returning -EIO after API change
    (git-fixes).
  - commit 8842ac4
  - net: dsa: bcm_sf2: Fix possible memory leak in
    bcm_sf2_mdio_register() (git-fixes).
  - commit 8a76104
  - team: fix null-ptr-deref when team device type is changed
    (git-fixes).
  - commit c07a0c7
  - net: fec: use netdev_err_once() instead of netdev_err()
    (git-fixes).
  - commit 45e8d45
  - wifi: iwlwifi: exit eSR only after the FW does (git-fixes).
  - wifi: mac80211: fix waiting for beacons logic (git-fixes).
  - wifi: mac80211: fix RCU use in TDLS fast-xmit (git-fixes).
  - wifi: cfg80211: fix wiphy delayed work queueing (git-fixes).
  - wifi: iwlwifi: fix double-free bug (git-fixes).
  - selftests: cmsg_ipv6: repeat the exact packet (git-fixes).
  - selftests: net: let big_tcp test cope with slow env (git-fixes).
  - atm: idt77252: fix a memleak in open_card_ubr0 (git-fixes).
  - selftests: net: avoid just another constant wait (git-fixes).
  - selftests: net: cut more slack for gro fwd tests (git-fixes).
  - crypto: algif_hash - Remove bogus SGL free on zero-length
    error path (git-fixes).
  - crypto: ccp - Fix null pointer dereference in
    __sev_platform_shutdown_locked (git-fixes).
  - commit f9fa694

++++ util-linux-systemd:

  - Add file conflict of util-linux-tty-tools and busybox-util-linux.

++++ util-linux:

  - Add file conflict of util-linux-tty-tools and busybox-util-linux.

++++ c-ares:

  - Ensure multibuild flavors result in different src names.

++++ rpm:

  - update to rpm-4.19.1.1
    * don't warn about missing user/group on skipped files
    * make user/group lookup caching thread-safe
    * fix regression in Lua scriptlet runaway child detection
    * restore readline support as an explicit option
  - refreshed patches:
    * rpmqpack.diff
  - fix _host_cpu being wrong on arm and ppc

++++ libssh2_org:

  - Always add the KEX pseudo-methods "ext-info-c" and "kex-strict-c-v00@openssh.com"
    when configuring custom method list. [bsc#1218971, CVE-2023-48795]
    * The strict-kex extension is announced in the list of available
    KEX methods. However, when the default KEX method list is modified
    or replaced, the extension is not added back automatically.
    * Add libssh2_org-CVE-2023-48795-ext.patch

++++ python-rpm:

  - update to rpm-4.19.1.1

++++ virt-manager:

  - Handle case where vm-install no longer exists on the host. This
    is related to bsc#1219133.
    virt-install.rb

------------------------------------------------------------------
------------------  2024-2-8  -  Feb 8 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Add patch to fix various TLS related issues including FTP over SSL
    transmission timeouts:
    * 0001-vtls-revert-receive-max-buffer-add-test-case.patch
  - Switch to %autosetup

++++ distribution-logos-openSUSE:

  - switch to a service using zstd

++++ fwupd:

  - Update to version 1.9.13:
    + This release adds the following features:
  - Add a timer inhibit if the daemon took a long time to
    startup.
  - Add a concept of 'Test Mode' rather than enabling specific
    plugins.
  - Do not idle-quit the daemon if there is a connected D-Bus
    client.
    + This release fixes the following bugs:
  - Allow plugins to opt-out of the child-device first depsolve.
  - Allow setting multiple flags in LVFS::DeviceFlags.
  - Do not migrate config comments for removed keys.
  - Do not request the Advantech BMC to reboot.
  - Do not warn the user about ESP when using MBR.
  - Fix a critical warning when adding a PixArt wireless device.
  - Fix migration of legacy config files.
  - Only save config values to the mutable config file.
  - Parse DS-20 descriptors earlier in device setup.
  - Store the version format in the history database to fix
    offline reports.
  - Use the correct GUID for matching realtek-mst and
    parade-lspcon.
    + This release adds support for the following hardware:
  - GoodWay Acer Dock.

++++ kernel-default:

  - kernel-binary: certs: Avoid trailing space
  - commit bc7dc31
  - Drop the driver core change that caused memory corruption (bsc#1219692 bsc#1219732)
    patches.suse/driver-core-Replace-kstrdup-strreplace-with-kstrdup_.patch
    required the change of strreplace() API behavior as an implicit prerequiste
  - commit 9bd691b
  - sched: fair: move unused stub functions to header (git fixes
    (sched)).
  - sched/fair: Fix the decision for load balance (git fixes
    (sched)).
  - sched/core: Fix RQCF_ACT_SKIP leak (git fixes (sched)).
  - commit ec9d436
  - Update
    patches.suse/Bluetooth-Fix-atomicity-violation-in-min-max-_key_si.patch
    (git-fixes bsc#1219608 CVE-2024-24860).
  - commit 060d07f
  - Update
    patches.suse/mm-lock_vma_under_rcu-must-check-vma-anon_vma-.patch
    (bsc#1012628 per-VMA_lock_fix CVE-2024-1312 bsc#1219731).
  - commit 91e52e6
  - Refresh patches.suse/RAS-AMD-ATL-Add-MI300-support.patch.
    Fix min() related warning.
  - commit 7a6c291

++++ lzlib:

  - Update to release 1.14
    * The option -o/--output of minilzip now preserves dates,
    permissions, and ownership of the file when (de)compressing
    exactly one file.

++++ numactl:

  - Update to version 2.0.18.0.g3871b1c:
    * Increase version number to 2.0.18
    * man pages: fix table include preprocessor

++++ python313-core:

  - Update to 3.13.0a3
  - Security
  - gh-113659: Skip .pth files with names starting with a dot or
    hidden file attribute.
  - gh-112302: Created a Software Bill-of-Materials document and
    tooling for tracking dependencies.
  - Core and Builtins
  - gh-107901: Compiler duplicates basic blocks that have an eval
    breaker check, no line number, and multiple predecessors.
  - gh-107901: A jump leaving an exception handler back to normal
    code no longer checks the eval breaker.
  - gh-113655: Set the C recursion limit to 4000 on Windows, and
    10000 on Linux/OSX. This seems to be near the sweet spot to
    maintain safety, but not compromise backwards compatibility.
  - gh-113710: Add typed stack effects to the interpreter DSL, along
    with various instruction annotations.
  - gh-77046: On Windows, file descriptors wrapping Windows handles
    are now created non inheritable by default (PEP 446). Patch by
    Zackery Spytz and Victor Stinner.
  - gh-113853: Guarantee that all executors make progress. This then
    guarantees that tier 2 execution always makes progress.
  - gh-113753: Fix an issue where the finalizer of PyAsyncGenASend
    objects might not be called if they were allocated from a free
    list.
  - gh-107901: Compiler changed so that synthetic jumps which are
    not at loop end no longer check the eval breaker.
  - gh-113703: Fix a regression in the codeop module that was
    causing it to incorrectly identify incomplete f-strings. Patch
    by Pablo Galindo
  - gh-89811: Check for a valid tp_version_tag before performing
    bytecode specializations that rely on this value being usable.
  - gh-111488: Changed error message in case of no ‘in’ keyword
    after ‘for’ in list comprehensions
  - gh-113657: Fix an issue that caused important instruction
    pointer updates to be optimized out of tier two traces.
  - gh-113603: Fixed bug where a redundant NOP is not removed,
    causing an assertion to fail in the compiler in debug mode.
  - gh-113602: Fix an error that was causing the parser to try to
    overwrite existing errors and crashing in the process. Patch by
    Pablo Galindo
  - gh-113486: No longer issue spurious PY_UNWIND events for
    optimized calls to classes.
  - gh-113297: Fix segfault in the compiler on with statement with
    19 context managers.
  - gh-113212: Improve super error messages.
  - gh-111375: Only use NULL in the exception stack to indicate an
    exception was handled. Patch by Carey Metcalfe.
  - gh-112215: Increase the C recursion limit by a factor of 3 for
    non-debug builds, except for webassembly and s390 platforms
    which are unchanged. This mitigates some regressions in 3.12
    with deep recursion mixing builtin (C) and Python code.
  - gh-113054: Fixed bug where a redundant NOP is not removed,
    causing an assertion to fail in the compiler in debug mode.
  - gh-106905: Use per AST-parser state rather than global state to
    track recursion depth within the AST parser to prevent potential
    race condition due to simultaneous parsing.
  - The issue primarily showed up in 3.11 by multithreaded users of
    ast.parse(). In 3.12 a change to when garbage collection can be
    triggered prevented the race condition from occurring.
  - gh-108866: Change the API and contract of _PyExecutorObject to
    return the next_instr pointer, instead of the frame, and to
    always execute at least one instruction.
  - gh-90350: Optimize builtin functions min() and max().
  - gh-112943: Correctly compute end column offsets for multiline
    tokens in the tokenize module. Patch by Pablo Galindo
  - gh-112125: Fix None.__ne__(None) returning NotImplemented
    instead of False
  - gh-74616: input() now raises a ValueError when output on the
    terminal if the prompt contains embedded null characters instead
    of silently truncating it.
  - gh-112716: Fix SystemError in the import statement and in
    __reduce__() methods of builtin types when __builtins__ is not a
    dict.
  - gh-112730: Use color to highlight error locations in tracebacks.
    Patch by Pablo Galindo
  - gh-112625: Fixes a bug where a bytearray object could be cleared
    while iterating over an argument in the bytearray.join() method
    that could result in reading memory after it was freed.
  - gh-112660: Do not clear unexpected errors during formatting
    error messages for ImportError and AttributeError for modules.
  - gh-105967: Workaround a bug in Apple’s macOS platform zlib
    library where zlib.crc32() and binascii.crc32() could produce
    incorrect results on multi-gigabyte inputs. Including when using
    zipfile on zips containing large data.
  - gh-95754: Provide a better error message when accessing invalid
    attributes on partially initialized modules. The origin of the
    module being accessed is now included in the message to help
    with the common issue of shadowing other modules.
  - gh-112217: Add check for the type of __cause__ returned from
    calling the type T in raise from T.
  - gh-111058: Change coro.cr_frame/gen.gi_frame to return None
    after the coroutine/generator has been closed. This fixes a bug
    where getcoroutinestate() and getgeneratorstate() return the
    wrong state for a closed coroutine/generator.
  - gh-112388: Fix an error that was causing the parser to try to
    overwrite tokenizer errors. Patch by pablo Galindo
  - gh-112387: Fix error positions for decoded strings with
    backwards tokenize errors. Patch by Pablo Galindo
  - gh-99606: Make code generated for an empty f-string identical to
    the code of an empty normal string.
  - gh-112367: Avoid undefined behaviour when using the perf
    trampolines by not freeing the code arenas until shutdown. Patch
    by Pablo Galindo
  - gh-112320: The Tier 2 translator now tracks the confidence level
    for staying “on trace” (i.e. not exiting back to the Tier 1
    interpreter) for branch instructions based on the number of bits
    set in the branch “counter”. Trace translation ends when the
    confidence drops below 1/3rd.
  - gh-109598: PyComplex_RealAsDouble()/PyComplex_ImagAsDouble() now
    tries to convert an object to a complex instance using its
    __complex__() method before falling back to the __float__()
    method. Patch by Sergey B Kirpichev.
  - gh-94606: Fix UnicodeEncodeError when
    email.message.get_payload() reads a message with a Unicode
    surrogate character and the message content is not well-formed
    for surrogateescape encoding. Patch by Sidney Markowitz.
  - bpo-21861: Use the object’s actual class name in
    _io.FileIO.__repr__(), _io._WindowsConsoleIO() and
    _io.TextIOWrapper.__repr__(), to make these methods subclass
    friendly.
  - bpo-45369: Remove LibreSSL workarounds as per PEP 644.
  - bpo-34392: Added sys._is_interned().  Libr- ary
  - gh-114077: Fix possible OverflowError in
    socket.socket.sendfile() when pass count larger than 2 GiB on
    32-bit platform.
  - gh-111803: plistlib now supports loading more deeply nested
    lists in binary format.
  - gh-114014: Fixed a bug in fractions.Fraction where an invalid
    string using d in the decimals part creates a different error
    compared to other invalid letters/characters. Patch by Jeremiah
    Gabriel Pascual.
  - gh-108364: sqlite3.Connection.iterdump() now ensures that
    foreign key support is disabled before dumping the database
    schema, if there is any foreign key violation. Patch by Erlend
    E. Aasland and Mariusz Felisiak.
  - gh-113971: The zipfile.ZipInfo previously protected
    ._compresslevel attribute has been made public as
    .compress_level with the old _compresslevel name remaining
    available as a property to retain compatibility.
  - gh-113877: Fix tkinter method winfo_pathname() on 64-bit
    Windows.
  - gh-113868: Added mmap.MAP_NORESERVE, mmap.MAP_NOEXTEND,
    mmap.MAP_HASSEMAPHORE, mmap.MAP_NOCACHE, mmap.MAP_JIT,
    mmap.MAP_RESILIENT_CODESIGN, mmap.MAP_RESILIENT_MEDIA,
    mmap.MAP_32BIT, mmap.MAP_TRANSLATED_ALLOW_EXECUTE,
    mmap.MAP_UNIX03 and mmap.MAP_TPRO. All of them are mmap(2) flags
    on macOS.
  - gh-113848: asyncio.TaskGroup() and asyncio.timeout() context
    managers now handle CancelledError subclasses as well as exact
    CancelledError.
  - gh-113661: unittest runner: Don’t exit 5 if tests were skipped.
    The intention of exiting 5 was to detect issues where the test
    suite wasn’t discovered at all. If we skipped tests, it was
    correctly discovered.
  - gh-96037: Insert TimeoutError in the context of the exception
    that was raised during exiting an expired asyncio.timeout()
    block.
  - gh-113781: Silence unraisable AttributeError when warnings are
    emitted during Python finalization.
  - gh-113238: Add Anchor to importlib.resources (in order for the
    code to comply with the documentation)
  - gh-111693: asyncio.Condition.wait() now re-raises the same
    CancelledError instance that may have caused it to be
    interrupted. Fixed race condition in asyncio.Semaphore.aquire()
    when interrupted with a CancelledError.
  - gh-113791: Add CLOCK_MONOTONIC_RAW_APPROX and
    CLOCK_UPTIME_RAW_APPROX to time on macOS. These are clocks
    available on macOS 10.12 or later.
  - gh-112932: Restore the ability for zipfile to extractall from
    zip files with a “/” directory entry in them as is commonly
    added to zips by some wiki or bug tracker data exporters.
  - gh-113568: Raise deprecation warnings from pathlib.PurePath and
    not its private base class PurePathBase.
  - gh-113594: Fix UnicodeEncodeError in email when re-fold lines
    that contain unknown-8bit encoded part followed by
    non-unknown-8bit encoded part.
  - gh-113538: In asyncio.StreamReaderProtocol.connection_made(),
    there is callback that logs an error if the task wrapping the
    “connected callback” fails. This callback would itself fail if
    the task was cancelled. Prevent this by checking whether the
    task was cancelled first. If so, close the transport but don’t
    log an error.
  - gh-113626: Add support for the allow_code argument in the
    marshal module. Passing allow_code=False prevents serialization
    and de-serialization of code objects which is incompatible
    between Python versions.
  - gh-85567: Fix resource warnings for unclosed files in pickle and
    pickletools command line interfaces.
  - gh-113537: Support loads str in plistlib.loads().
  - gh-89850: Add default implementations of
    pickle.Pickler.persistent_id() and
    pickle.Unpickler.persistent_load() methods in the C
    implementation. Calling super().persistent_id() and
    super().persistent_load() in subclasses of the C implementation
    of pickle.Pickler and pickle.Unpickler classes no longer causes
    infinite recursion.
  - gh-113569: Indicate if there were no actual calls in unittest
    assert_has_calls() failure.
  - gh-101225: Increase the backlog for
    multiprocessing.connection.Listener objects created by
    multiprocessing.manager and multiprocessing.resource_sharer to
    significantly reduce the risk of getting a connection refused
    error when creating a multiprocessing.connection.Connection to
    them.
  - gh-113568: Raise audit events from pathlib.Path and not its
    private base class PathBase.
  - gh-113543: Make sure that webbrowser.MacOSXOSAScript sends
    webbrowser.open audit event.
  - gh-113028: When a second reference to a string appears in the
    input to pickle, and the Python implementation is in use, we are
    guaranteed that a single copy gets pickled and a single object
    is shared when reloaded. Previously, in protocol 0, when a
    string contained certain characters (e.g. newline) it resulted
    in duplicate objects.
  - gh-113421: Fix multiprocessing logger for %(filename)s.
  - gh-111784: Fix segfaults in the _elementtree module. Fix first
    segfault during deallocation of _elementtree.XMLParser instances
    by keeping strong reference to pyexpat module in module state
    for capsule lifetime. Fix second segfault which happens in the
    same deallocation process by keeping strong reference to
    _elementtree module in XMLParser structure for _elementtree
    module lifetime.
  - gh-113407: Fix import of unittest.mock when CPython is built
    without docstrings.
  - gh-113320: Fix regression in Python 3.12 where Protocol classes
    that were not marked as runtime-checkable would be unnecessarily
    introspected, potentially causing exceptions to be raised if the
    protocol had problematic members. Patch by Alex Waygood.
  - gh-53502: Add a new option aware_datetime in plistlib to loads
    or dumps aware datetime.
  - gh-113358: Fix rendering tracebacks with exceptions with a
    broken __getattr__
  - gh-113214: Fix an AttributeError during asyncio SSL protocol
    aborts in SSL-over-SSL scenarios.
  - gh-113246: Update bundled pip to 23.3.2.
  - gh-87264: Fixed tarfile list() method to show file type.
  - gh-112182: asyncio.futures.Future.set_exception() now transforms
    StopIteration into RuntimeError instead of hanging or other
    misbehavior. Patch contributed by Jamie Phan.
  - gh-113225: Speed up pathlib.Path.glob() by using
    os.DirEntry.path where possible.
  - gh-113149: Improve error message when a JSON array or object
    contains a trailing comma. Patch by Carson Radtke.
  - gh-113117: The subprocess module can now use the
    os.posix_spawn() function with close_fds=True on platforms where
    posix_spawn_file_actions_addclosefrom_np is available. Patch by
    Jakub Kulik.
  - gh-113199: Make http.client.HTTPResponse.read1 and
    http.client.HTTPResponse.readline close IO after reading all
    data when content length is known. Patch by Illia Volochii.
  - gh-113191: Add support of os.fchmod() and a file descriptor in
    os.chmod() on Windows.
  - gh-113188: Fix shutil.copymode() and shutil.copystat() on
    Windows. Previously they worked differenly if dst is a symbolic
    link: they modified the permission bits of dst itself rather
    than the file it points to if follow_symlinks is true or src is
    not a symbolic link, and did not modify the permission bits if
    follow_symlinks is false and src is a symbolic link.
  - gh-113119: os.posix_spawn() now accepts env=None, which makes
    the newly spawned process use the current process environment.
    Patch by Jakub Kulik.
  - gh-113202: Add a strict option to batched() in the itertools
    module.
  - gh-61648: Detect line numbers of properties in doctests.
  - gh-113175: Sync with importlib_metadata 7.0, including improved
    type annotations, fixed issue with symlinked packages in
    package_distributions, added EntryPoints.__repr__, introduced
    the diagnose script, added Distribution.origin property, and
    removed deprecated EntryPoint access by numeric index (tuple
    behavior).
  - gh-59616: Add support of os.lchmod() and the follow_symlinks
    argument in os.chmod() on Windows. Note that the default value
    of follow_symlinks in os.lchmod() is False on Windows.
  - gh-112559: signal.signal() and signal.getsignal() no longer call
    repr on callable handlers. asyncio.run() and
    asyncio.Runner.run() no longer call repr on the task results.
    Patch by Yilei Yang.
  - gh-112962: dis module functions add cache information to the
    Instruction instance rather than creating fake Instruction
    instances to represent the cache entries.
  - gh-112989: Reduce overhead to connect sockets with asyncio
    SelectorEventLoop.
  - gh-112970: Use closefrom() on Linux where available (e.g.
    glibc-2.34), rather than only FreeBSD.
  - gh-110190: Fix ctypes structs with array on PPC64LE platform by
    setting MAX_STRUCT_SIZE to 64 in stgdict. Patch by Diego Russo.
  - gh-112540: The statistics.geometric_mean() function now returns
    zero for datasets containing a zero. Formerly, it would raise an
    exception.
  - gh-87286: Added LOG_FTP, LOG_NETINFO, LOG_REMOTEAUTH,
    LOG_INSTALL, LOG_RAS, and LOG_LAUNCHD tot the syslog module, all
    of them constants on used on macOS.
  - gh-112800: Fix asyncio SubprocessTransport.close() not to throw
    PermissionError when used with setuid executables.
  - gh-51944: Add the following constants to the termios module.
    These values are present in macOS system headers: ALTWERASE,
    B14400, B28800, B7200, B76800, CCAR_OFLOW, CCTS_OFLOW,
    CDSR_OFLOW, CDTR_IFLOW, CIGNORE, CRTS_IFLOW, EXTPROC, IUTF8,
    MDMBUF, NL2, NL3, NOKERNINFO, ONOEOT, OXTABS, VDSUSP, VSTATUS.
  - gh-79325: Fix an infinite recursion error in
    tempfile.TemporaryDirectory() cleanup on Windows.
  - gh-94692: shutil.rmtree() now only catches OSError exceptions.
    Previously a symlink attack resistant version of shutil.rmtree()
    could ignore or pass to the error handler arbitrary exception
    when invalid arguments were provided.
  - gh-112736: The use of del-safe symbols in subprocess was
    refactored to allow for use in cross-platform build
    environments.
  - gh-112727: Speed up pathlib.Path.absolute(). Patch by Barney
    Gale.
  - gh-74690: Speedup issubclass() checks against simple
    runtime-checkable protocols by around 6%. Patch by Alex Waygood.
  - gh-74690: Speedup isinstance() checks by roughly 20% for
    runtime-checkable protocols that only have one callable member.
    Speedup issubclass() checks for these protocols by roughly 10%.
    Patch by Alex Waygood.
  - gh-112645: Remove deprecation error on passing onerror to
    shutil.rmtree().
  - gh-112640: Add kwdefaults parameter to types.FunctionType to set
    default keyword argument values.
  - gh-112622: Ensure name parameter is passed to event loop in
    asyncio.create_task().
  - gh-112618: Fix a caching bug relating to typing.Annotated.
    Annotated[str, True] is no longer identical to Annotated[str,
    1].
  - gh-112334: Fixed a performance regression in 3.12’s subprocess
    on Linux where it would no longer use the fast-path vfork()
    system call when it could have due to a logic bug, instead
    falling back to the safe but slower fork().
  - Also fixed a second 3.12.0 potential security bug. If a value of
    extra_groups=[] was passed to subprocess.Popen or related APIs,
    the underlying setgroups(0, NULL) system call to clear the
    groups list would not be made in the child process prior to
    exec().
  - This was identified via code inspection in the process of fixing
    the first bug.
  - gh-110190: Fix ctypes structs with array on Arm platform by
    setting MAX_STRUCT_SIZE to 32 in stgdict. Patch by Diego Russo.
  - gh-81194: Fix a crash in socket.if_indextoname() with specific
    value (UINT_MAX). Fix an integer overflow in
    socket.if_indextoname() on 64-bit non-Windows platforms.
  - gh-112578: Fix a spurious RuntimeWarning when executing the
    zipfile module.
  - gh-112516: Update the bundled copy of pip to version 23.3.1.
  - gh-112510: Add readline.backend for the backend readline uses
    (editline or readline)
  - gh-112328: [Enum] Make EnumDict, EnumDict.member_names,
    EnumType._add_alias_ and EnumType._add_value_alias_ public.
  - gh-112509: Fix edge cases that could cause a key to be present
    in both the __required_keys__ and __optional_keys__ attributes
    of a typing.TypedDict. Patch by Jelle Zijlstra.
  - gh-101336: Add keep_alive keyword parameter for
    AbstractEventLoop.create_server() and
    BaseEventLoop.create_server().
  - gh-63284: Added support for TLS-PSK (pre-shared key) mode to the
    ssl module.
  - gh-112414: Fix regression in Python 3.12 where calling repr() on
    a module that had been imported using a custom loader could fail
    with AttributeError. Patch by Alex Waygood.
  - gh-112358: Revert change to struct.Struct initialization that
    broke some cases of subclassing.
  - gh-112405: Optimize pathlib.PurePath.relative_to(). Patch by
    Alex Waygood.
  - gh-94722: Fix bug where comparison between instances of DocTest
    fails if one of them has None as its lineno.
  - gh-112361: Speed up a small handful of pathlib methods by
    removing some temporary objects.
  - gh-112345: Improve error message when trying to call
    issubclass() against a typing.Protocol that has non-method
    members. Patch by Randolf Scholz.
  - gh-112137: Change dis output to display no-lineno as “–” instead
    of “None”.
  - gh-112332: Deprecate the exc_type field of
    traceback.TracebackException. Add exc_type_str to replace it.
  - gh-81620: Add extra tests for random.binomialvariate()
  - gh-112292: Fix a crash in readline when imported from a sub
    interpreter. Patch by Anthony Shaw
  - gh-77621: Slightly improve the import time of the pathlib module
    by deferring some imports. Patch by Barney Gale.
  - gh-112137: Change dis output to display logical labels for jump
    targets instead of offsets.
  - gh-112139: Add Signature.format() to format signatures to string
    with extra options. And use it in pydoc to render more readable
    signatures that have new lines between parameters.
  - gh-112105: Make readline.set_completer_delims() work with
    libedit
  - gh-106922: Display multiple lines with traceback when errors
    span multiple lines.
  - gh-111874: When creating a typing.NamedTuple class, ensure
    __set_name__() is called on all objects that define __set_name__
    and exist in the values of the NamedTuple class’s class
    dictionary. Patch by Alex Waygood.
  - gh-68166: Add support of the “vsapi” element type in
    tkinter.ttk.Style.element_create().
  - gh-110275: Named tuple’s methods _replace() and __replace__()
    now raise TypeError instead of ValueError for invalid keyword
    arguments.
  - gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set
  - gh-111615: Fix a regression caused by a fix to gh-93162 whereby
    you couldn’t configure a QueueHandler without specifying
    handlers.
  - gh-75666: Fix the behavior of tkinter widget’s unbind() method
    with two arguments. Previously, widget.unbind(sequence, funcid)
    destroyed the current binding for sequence, leaving sequence
    unbound, and deleted the funcid command. Now it removes only
    funcid from the binding for sequence, keeping other commands,
    and deletes the funcid command. It leaves sequence unbound only
    if funcid was the last bound command.
  - gh-67790: Implement basic formatting support (minimum width,
    alignment, fill) for fractions.Fraction.
  - gh-111049: Fix crash during garbage collection of the io.BytesIO
    buffer object.
  - gh-102980: Redirect the output of interact command of pdb to the
    same channel as the debugger. Add tests and improve docs.
  - gh-102988: email.utils.getaddresses() and
    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-52161: cmd.Cmd.do_help() now cleans docstrings with
    inspect.cleandoc() before writing them. Patch by Filip
    Łapkiewicz.
  - gh-82300: Add track parameter to
    multiprocessing.shared_memory.SharedMemory that allows using
    shared memory blocks without having to register with the POSIX
    resource tracker that automatically releases them upon process
    exit.
  - gh-110109: Add private pathlib._PurePathBase class: a base class
    for pathlib.PurePath that omits certain magic methods. It may be
    made public (along with _PathBase) in future.
  - gh-109858: Protect zipfile from “quoted-overlap” zipbomb. It now
    raises BadZipFile when try to read an entry that overlaps with
    other entry or central directory.
  - gh-109786: Fix possible reference leaks and crash when re-enter
    the __next__() method of itertools.pairwise.
  - gh-91539: Small (10 - 20%) and trivial performance improvement
    of urrlib.request.getproxies_environment(), typically useful
    when there are many environment variables to go over.
  - gh-103363: Add follow_symlinks keyword-only argument to
    pathlib.Path.owner() and group(), defaulting to True.
  - gh-102130: Support tab completion in cmd for editline.
  - gh-99437: runpy.run_path() now decodes path-like objects, making
    sure __file__ and sys.argv[0] of the module being run are always
    strings.
  - gh-104003: Add warnings.deprecated(), a decorator to mark
    deprecated functions to static type checkers and to warn on
    usage of deprecated classes and functions. See PEP 702. Patch by
    Jelle Zijlstra.
  - gh-103708: Make hardcoded python name, a configurable parameter
    so that different implementations of python can override it
    instead of making huge diffs in sysconfig.py
  - gh-66515: mailbox.MH now supports folders that do not contain a
    .mh_sequences file (e.g. Claws Mail IMAP-cache folders). Patch
    by Serhiy Storchaka.
  - gh-83162: Renamed re.error to PatternError for clarity, and kept
    re.error for backward compatibility. Patch by Matthias
    Bussonnier and Adam Chhina.
  - gh-91133: Fix a bug in tempfile.TemporaryDirectory cleanup,
    which now no longer dereferences symlinks when working around
    file system permission errors.
  - bpo-43153: On Windows, tempfile.TemporaryDirectory previously
    masked a PermissionError with NotADirectoryError during
    directory cleanup. It now correctly raises PermissionError if
    errors are not ignored. Patch by Andrei Kulakov and Ken Jin.
  - bpo-32731: getpass.getuser() now raises OSError for all failures
    rather than ImportError on systems lacking the pwd module or
    KeyError if the password database is empty.
  - bpo-34321: mmap.mmap now has a trackfd parameter on Unix; if it
    is False, the file descriptor specified by fileno will not be
    duplicated.
  - bpo-35332: The shutil.rmtree() function now ignores errors when
    calling os.close() when ignore_errors is True, and os.close() no
    longer retried after error.
  - bpo-35928: io.TextIOWrapper now correctly handles the decoding
    buffer after read() and write().
  - bpo-26791: shutil.move() now moves a symlink into a directory
    when that directory is the target of the symlink. This provides
    the same behavior as the mv shell command. The previous behavior
    raised an exception. Patch by Jeffrey Kintscher.
  - bpo-41422: Fixed memory leaks of pickle.Pickler and
    pickle.Unpickler involving cyclic references via the internal
    memo mapping.
  - bpo-19821: The pydoc.ispackage() function has been deprecated.
  - bpo-40262: The ssl.SSLSocket.recv_into() method no longer
    requires the buffer argument to implement __len__ and supports
    buffers with arbitrary item size.
  - bpo-39912: warnings.filterwarnings() and warnings.simplefilter()
    now raise appropriate exceptions instead of AssertionError.
    Patch contributed by Rémi Lapeyre.
  - bpo-37260: Fixed a race condition in shutil.rmtree() in which
    directory entries removed by another process or thread while
    shutil.rmtree() is running can cause it to raise
    FileNotFoundError. Patch by Jeffrey Kintscher.
  - bpo-36959: Fix some error messages for invalid ISO format string
    combinations in strptime() that referred to directives not
    contained in the format string. Patch by Gordon P. Hemsley.
  - bpo-18060: Fixed a class inheritance issue that can cause
    segfaults when deriving two or more levels of subclasses from a
    base class of Structure or Union.
  - bpo-29779: Add a new PYTHON_HISTORY environment variable to set
    the location of a .python_history file.
  - bpo-21360: mailbox.Maildir now ignores files with a leading dot.
  - Documentation
  - gh-111699: Relocate smtpd deprecation notice to its own section
    rather than under locale in What’s New in Python 3.12 document
  - gh-110746: Improved markup for valid options/values for methods
    ttk.treeview.column and ttk.treeview.heading, and for Layouts.
  - gh-95649: Document that the asyncio module contains code taken
    from v0.16.0 of the uvloop project, as well as the required MIT
    licensing information.
  - Tests
  - gh-111798: Disable test_super_deep() from test_call under
    pydebug builds on WASI; the stack depth is too small to make the
    test useful.
  - gh-111801: Lower the recursion limit in test_isinstance for
    test_infinitely_many_bases(). This prevents a stack overflow on
    a pydebug build of WASI.
  - gh-111802: Specify a low recursion depth for test_bad_getattr()
    in test.pickletester to avoid exhausting the stack under a
    pydebug build for WASI.
  - gh-44626: Fix os.path.isabs() incorrectly returning True when
    given a path that starts with exactly one (back)slash on
    Windows.
  - Fix pathlib.PureWindowsPath.is_absolute() incorrectly returning
    False for some paths beginning with two (back)slashes.
  - gh-113633: Use module state for the _testcapi extension module.
  - gh-109980: Fix test_tarfile_vs_tar in test_shutil for macOS,
    where system tar can include more information in the archive
    than shutil.make_archive.
  - gh-112769: The tests now correctly compare zlib version when
    zlib.ZLIB_RUNTIME_VERSION contains non-integer suffixes. For
    example zlib-ng defines the version as 1.3.0.zlib-ng.
  - gh-112334: Adds a regression test to verify that vfork() is used
    when expected by subprocess on vfork enabled POSIX systems
    (Linux).
  - gh-108927: Fixed order dependence in running tests in the same
    process when a test that has submodules (e.g. test_importlib)
    follows a test that imports its submodule (e.g.
    test_importlib.util) and precedes a test (e.g. test_unittest or
    test_compileall) that uses that submodule.
  - bpo-40648: Test modes that file can get with chmod() on Windows.
  - Build
  - gh-114013: Fix Tools/wasm/wasi.py to not include the path to
    python.wasm as part of HOSTRUNNER. The environment variable is
    meant to specify how to run the WASI host only, having
    python.wasm and relevant flags appended to the HOSTRUNNER. This
    fixes make test work.
  - gh-113258: Changed the Windows build to write out generated
    frozen modules into the build tree instead of the source tree.
  - gh-112305: Fixed the check-clean-src step performed on out of
    tree builds to detect errant $(srcdir)/Python/frozen_modules/*.h
    files and recommend appropriate source tree cleanup steps to get
    a working build again.
  - gh-112536: Add support for thread sanitizer (TSAN)
  - gh-112867: Fix the build for the case that
    WITH_PYMALLOC_RADIX_TREE=0 set.
  - gh-103065: Introduce Tools/wasm/wasi.py to simplify doing a WASI
    build.
  - bpo-11102: The os.major(), os.makedev(), and os.minor()
    functions are now available on HP-UX v3.
  - bpo-36351: Do not set ipv6type when cross-compiling.
  - IDLE
  - gh-72284: Improve the lists of features, editor key bindings,
    and shell key bingings in the IDLE doc.
  - gh-113903: Fix rare failure of test.test_idle, in
    test_configdialog.
  - gh-113729: Fix the “Help -> IDLE Doc” menu bug in 3.11.7 and
    3.12.1.
  - gh-113269: Fix test_editor hang on macOS Catalina.
  - gh-112898: Fix processing unsaved files when quitting IDLE on
    macOS.
  - bpo-13586: Enter the selected text when opening the “Replace”
    dialog.
  - C API
  - gh-106560: Fix redundant declarations in the public C API.
    Declare PyBool_Type, PyLong_Type and PySys_Audit() only once.
    Patch by Victor Stinner.
  - gh-112438: Fix support of format units “es”, “et”, “es#”, and
    “et#” in nested tuples in PyArg_ParseTuple()-like functions.
  - gh-111545: Add Py_HashPointer() function to hash a pointer.
    Patch by Victor Stinner.
  - gh-65210: Change the declaration of the keywords parameter of
    PyArg_ParseTupleAndKeywords() and
    PyArg_VaParseTupleAndKeywords() for better compatibility with
    C++.
  - Refresh all patches
  - F00251-change-user-install-location.patch
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - no-skipif-doctests.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - python-3.3.0b1-localpath.patch
  - python-3.3.0b1-test-posix_fadvise.patch
  - skip-test_pyobject_freed_is_freed.patch
  - subprocess-raise-timeout.patch

++++ man:

  - Make lua scriplets more failsafe (boo#1219370)

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

  - provide nvidia-open-driver-G06-kmp = %version (jsc#PED-7117)
    * this makes it easy to replace the package from nVidia's
    CUDA repository with this presigned package

++++ python313:

  - Update to 3.13.0a3
  - Security
  - gh-113659: Skip .pth files with names starting with a dot or
    hidden file attribute.
  - gh-112302: Created a Software Bill-of-Materials document and
    tooling for tracking dependencies.
  - Core and Builtins
  - gh-107901: Compiler duplicates basic blocks that have an eval
    breaker check, no line number, and multiple predecessors.
  - gh-107901: A jump leaving an exception handler back to normal
    code no longer checks the eval breaker.
  - gh-113655: Set the C recursion limit to 4000 on Windows, and
    10000 on Linux/OSX. This seems to be near the sweet spot to
    maintain safety, but not compromise backwards compatibility.
  - gh-113710: Add typed stack effects to the interpreter DSL, along
    with various instruction annotations.
  - gh-77046: On Windows, file descriptors wrapping Windows handles
    are now created non inheritable by default (PEP 446). Patch by
    Zackery Spytz and Victor Stinner.
  - gh-113853: Guarantee that all executors make progress. This then
    guarantees that tier 2 execution always makes progress.
  - gh-113753: Fix an issue where the finalizer of PyAsyncGenASend
    objects might not be called if they were allocated from a free
    list.
  - gh-107901: Compiler changed so that synthetic jumps which are
    not at loop end no longer check the eval breaker.
  - gh-113703: Fix a regression in the codeop module that was
    causing it to incorrectly identify incomplete f-strings. Patch
    by Pablo Galindo
  - gh-89811: Check for a valid tp_version_tag before performing
    bytecode specializations that rely on this value being usable.
  - gh-111488: Changed error message in case of no ‘in’ keyword
    after ‘for’ in list comprehensions
  - gh-113657: Fix an issue that caused important instruction
    pointer updates to be optimized out of tier two traces.
  - gh-113603: Fixed bug where a redundant NOP is not removed,
    causing an assertion to fail in the compiler in debug mode.
  - gh-113602: Fix an error that was causing the parser to try to
    overwrite existing errors and crashing in the process. Patch by
    Pablo Galindo
  - gh-113486: No longer issue spurious PY_UNWIND events for
    optimized calls to classes.
  - gh-113297: Fix segfault in the compiler on with statement with
    19 context managers.
  - gh-113212: Improve super error messages.
  - gh-111375: Only use NULL in the exception stack to indicate an
    exception was handled. Patch by Carey Metcalfe.
  - gh-112215: Increase the C recursion limit by a factor of 3 for
    non-debug builds, except for webassembly and s390 platforms
    which are unchanged. This mitigates some regressions in 3.12
    with deep recursion mixing builtin (C) and Python code.
  - gh-113054: Fixed bug where a redundant NOP is not removed,
    causing an assertion to fail in the compiler in debug mode.
  - gh-106905: Use per AST-parser state rather than global state to
    track recursion depth within the AST parser to prevent potential
    race condition due to simultaneous parsing.
  - The issue primarily showed up in 3.11 by multithreaded users of
    ast.parse(). In 3.12 a change to when garbage collection can be
    triggered prevented the race condition from occurring.
  - gh-108866: Change the API and contract of _PyExecutorObject to
    return the next_instr pointer, instead of the frame, and to
    always execute at least one instruction.
  - gh-90350: Optimize builtin functions min() and max().
  - gh-112943: Correctly compute end column offsets for multiline
    tokens in the tokenize module. Patch by Pablo Galindo
  - gh-112125: Fix None.__ne__(None) returning NotImplemented
    instead of False
  - gh-74616: input() now raises a ValueError when output on the
    terminal if the prompt contains embedded null characters instead
    of silently truncating it.
  - gh-112716: Fix SystemError in the import statement and in
    __reduce__() methods of builtin types when __builtins__ is not a
    dict.
  - gh-112730: Use color to highlight error locations in tracebacks.
    Patch by Pablo Galindo
  - gh-112625: Fixes a bug where a bytearray object could be cleared
    while iterating over an argument in the bytearray.join() method
    that could result in reading memory after it was freed.
  - gh-112660: Do not clear unexpected errors during formatting
    error messages for ImportError and AttributeError for modules.
  - gh-105967: Workaround a bug in Apple’s macOS platform zlib
    library where zlib.crc32() and binascii.crc32() could produce
    incorrect results on multi-gigabyte inputs. Including when using
    zipfile on zips containing large data.
  - gh-95754: Provide a better error message when accessing invalid
    attributes on partially initialized modules. The origin of the
    module being accessed is now included in the message to help
    with the common issue of shadowing other modules.
  - gh-112217: Add check for the type of __cause__ returned from
    calling the type T in raise from T.
  - gh-111058: Change coro.cr_frame/gen.gi_frame to return None
    after the coroutine/generator has been closed. This fixes a bug
    where getcoroutinestate() and getgeneratorstate() return the
    wrong state for a closed coroutine/generator.
  - gh-112388: Fix an error that was causing the parser to try to
    overwrite tokenizer errors. Patch by pablo Galindo
  - gh-112387: Fix error positions for decoded strings with
    backwards tokenize errors. Patch by Pablo Galindo
  - gh-99606: Make code generated for an empty f-string identical to
    the code of an empty normal string.
  - gh-112367: Avoid undefined behaviour when using the perf
    trampolines by not freeing the code arenas until shutdown. Patch
    by Pablo Galindo
  - gh-112320: The Tier 2 translator now tracks the confidence level
    for staying “on trace” (i.e. not exiting back to the Tier 1
    interpreter) for branch instructions based on the number of bits
    set in the branch “counter”. Trace translation ends when the
    confidence drops below 1/3rd.
  - gh-109598: PyComplex_RealAsDouble()/PyComplex_ImagAsDouble() now
    tries to convert an object to a complex instance using its
    __complex__() method before falling back to the __float__()
    method. Patch by Sergey B Kirpichev.
  - gh-94606: Fix UnicodeEncodeError when
    email.message.get_payload() reads a message with a Unicode
    surrogate character and the message content is not well-formed
    for surrogateescape encoding. Patch by Sidney Markowitz.
  - bpo-21861: Use the object’s actual class name in
    _io.FileIO.__repr__(), _io._WindowsConsoleIO() and
    _io.TextIOWrapper.__repr__(), to make these methods subclass
    friendly.
  - bpo-45369: Remove LibreSSL workarounds as per PEP 644.
  - bpo-34392: Added sys._is_interned().  Libr- ary
  - gh-114077: Fix possible OverflowError in
    socket.socket.sendfile() when pass count larger than 2 GiB on
    32-bit platform.
  - gh-111803: plistlib now supports loading more deeply nested
    lists in binary format.
  - gh-114014: Fixed a bug in fractions.Fraction where an invalid
    string using d in the decimals part creates a different error
    compared to other invalid letters/characters. Patch by Jeremiah
    Gabriel Pascual.
  - gh-108364: sqlite3.Connection.iterdump() now ensures that
    foreign key support is disabled before dumping the database
    schema, if there is any foreign key violation. Patch by Erlend
    E. Aasland and Mariusz Felisiak.
  - gh-113971: The zipfile.ZipInfo previously protected
    ._compresslevel attribute has been made public as
    .compress_level with the old _compresslevel name remaining
    available as a property to retain compatibility.
  - gh-113877: Fix tkinter method winfo_pathname() on 64-bit
    Windows.
  - gh-113868: Added mmap.MAP_NORESERVE, mmap.MAP_NOEXTEND,
    mmap.MAP_HASSEMAPHORE, mmap.MAP_NOCACHE, mmap.MAP_JIT,
    mmap.MAP_RESILIENT_CODESIGN, mmap.MAP_RESILIENT_MEDIA,
    mmap.MAP_32BIT, mmap.MAP_TRANSLATED_ALLOW_EXECUTE,
    mmap.MAP_UNIX03 and mmap.MAP_TPRO. All of them are mmap(2) flags
    on macOS.
  - gh-113848: asyncio.TaskGroup() and asyncio.timeout() context
    managers now handle CancelledError subclasses as well as exact
    CancelledError.
  - gh-113661: unittest runner: Don’t exit 5 if tests were skipped.
    The intention of exiting 5 was to detect issues where the test
    suite wasn’t discovered at all. If we skipped tests, it was
    correctly discovered.
  - gh-96037: Insert TimeoutError in the context of the exception
    that was raised during exiting an expired asyncio.timeout()
    block.
  - gh-113781: Silence unraisable AttributeError when warnings are
    emitted during Python finalization.
  - gh-113238: Add Anchor to importlib.resources (in order for the
    code to comply with the documentation)
  - gh-111693: asyncio.Condition.wait() now re-raises the same
    CancelledError instance that may have caused it to be
    interrupted. Fixed race condition in asyncio.Semaphore.aquire()
    when interrupted with a CancelledError.
  - gh-113791: Add CLOCK_MONOTONIC_RAW_APPROX and
    CLOCK_UPTIME_RAW_APPROX to time on macOS. These are clocks
    available on macOS 10.12 or later.
  - gh-112932: Restore the ability for zipfile to extractall from
    zip files with a “/” directory entry in them as is commonly
    added to zips by some wiki or bug tracker data exporters.
  - gh-113568: Raise deprecation warnings from pathlib.PurePath and
    not its private base class PurePathBase.
  - gh-113594: Fix UnicodeEncodeError in email when re-fold lines
    that contain unknown-8bit encoded part followed by
    non-unknown-8bit encoded part.
  - gh-113538: In asyncio.StreamReaderProtocol.connection_made(),
    there is callback that logs an error if the task wrapping the
    “connected callback” fails. This callback would itself fail if
    the task was cancelled. Prevent this by checking whether the
    task was cancelled first. If so, close the transport but don’t
    log an error.
  - gh-113626: Add support for the allow_code argument in the
    marshal module. Passing allow_code=False prevents serialization
    and de-serialization of code objects which is incompatible
    between Python versions.
  - gh-85567: Fix resource warnings for unclosed files in pickle and
    pickletools command line interfaces.
  - gh-113537: Support loads str in plistlib.loads().
  - gh-89850: Add default implementations of
    pickle.Pickler.persistent_id() and
    pickle.Unpickler.persistent_load() methods in the C
    implementation. Calling super().persistent_id() and
    super().persistent_load() in subclasses of the C implementation
    of pickle.Pickler and pickle.Unpickler classes no longer causes
    infinite recursion.
  - gh-113569: Indicate if there were no actual calls in unittest
    assert_has_calls() failure.
  - gh-101225: Increase the backlog for
    multiprocessing.connection.Listener objects created by
    multiprocessing.manager and multiprocessing.resource_sharer to
    significantly reduce the risk of getting a connection refused
    error when creating a multiprocessing.connection.Connection to
    them.
  - gh-113568: Raise audit events from pathlib.Path and not its
    private base class PathBase.
  - gh-113543: Make sure that webbrowser.MacOSXOSAScript sends
    webbrowser.open audit event.
  - gh-113028: When a second reference to a string appears in the
    input to pickle, and the Python implementation is in use, we are
    guaranteed that a single copy gets pickled and a single object
    is shared when reloaded. Previously, in protocol 0, when a
    string contained certain characters (e.g. newline) it resulted
    in duplicate objects.
  - gh-113421: Fix multiprocessing logger for %(filename)s.
  - gh-111784: Fix segfaults in the _elementtree module. Fix first
    segfault during deallocation of _elementtree.XMLParser instances
    by keeping strong reference to pyexpat module in module state
    for capsule lifetime. Fix second segfault which happens in the
    same deallocation process by keeping strong reference to
    _elementtree module in XMLParser structure for _elementtree
    module lifetime.
  - gh-113407: Fix import of unittest.mock when CPython is built
    without docstrings.
  - gh-113320: Fix regression in Python 3.12 where Protocol classes
    that were not marked as runtime-checkable would be unnecessarily
    introspected, potentially causing exceptions to be raised if the
    protocol had problematic members. Patch by Alex Waygood.
  - gh-53502: Add a new option aware_datetime in plistlib to loads
    or dumps aware datetime.
  - gh-113358: Fix rendering tracebacks with exceptions with a
    broken __getattr__
  - gh-113214: Fix an AttributeError during asyncio SSL protocol
    aborts in SSL-over-SSL scenarios.
  - gh-113246: Update bundled pip to 23.3.2.
  - gh-87264: Fixed tarfile list() method to show file type.
  - gh-112182: asyncio.futures.Future.set_exception() now transforms
    StopIteration into RuntimeError instead of hanging or other
    misbehavior. Patch contributed by Jamie Phan.
  - gh-113225: Speed up pathlib.Path.glob() by using
    os.DirEntry.path where possible.
  - gh-113149: Improve error message when a JSON array or object
    contains a trailing comma. Patch by Carson Radtke.
  - gh-113117: The subprocess module can now use the
    os.posix_spawn() function with close_fds=True on platforms where
    posix_spawn_file_actions_addclosefrom_np is available. Patch by
    Jakub Kulik.
  - gh-113199: Make http.client.HTTPResponse.read1 and
    http.client.HTTPResponse.readline close IO after reading all
    data when content length is known. Patch by Illia Volochii.
  - gh-113191: Add support of os.fchmod() and a file descriptor in
    os.chmod() on Windows.
  - gh-113188: Fix shutil.copymode() and shutil.copystat() on
    Windows. Previously they worked differenly if dst is a symbolic
    link: they modified the permission bits of dst itself rather
    than the file it points to if follow_symlinks is true or src is
    not a symbolic link, and did not modify the permission bits if
    follow_symlinks is false and src is a symbolic link.
  - gh-113119: os.posix_spawn() now accepts env=None, which makes
    the newly spawned process use the current process environment.
    Patch by Jakub Kulik.
  - gh-113202: Add a strict option to batched() in the itertools
    module.
  - gh-61648: Detect line numbers of properties in doctests.
  - gh-113175: Sync with importlib_metadata 7.0, including improved
    type annotations, fixed issue with symlinked packages in
    package_distributions, added EntryPoints.__repr__, introduced
    the diagnose script, added Distribution.origin property, and
    removed deprecated EntryPoint access by numeric index (tuple
    behavior).
  - gh-59616: Add support of os.lchmod() and the follow_symlinks
    argument in os.chmod() on Windows. Note that the default value
    of follow_symlinks in os.lchmod() is False on Windows.
  - gh-112559: signal.signal() and signal.getsignal() no longer call
    repr on callable handlers. asyncio.run() and
    asyncio.Runner.run() no longer call repr on the task results.
    Patch by Yilei Yang.
  - gh-112962: dis module functions add cache information to the
    Instruction instance rather than creating fake Instruction
    instances to represent the cache entries.
  - gh-112989: Reduce overhead to connect sockets with asyncio
    SelectorEventLoop.
  - gh-112970: Use closefrom() on Linux where available (e.g.
    glibc-2.34), rather than only FreeBSD.
  - gh-110190: Fix ctypes structs with array on PPC64LE platform by
    setting MAX_STRUCT_SIZE to 64 in stgdict. Patch by Diego Russo.
  - gh-112540: The statistics.geometric_mean() function now returns
    zero for datasets containing a zero. Formerly, it would raise an
    exception.
  - gh-87286: Added LOG_FTP, LOG_NETINFO, LOG_REMOTEAUTH,
    LOG_INSTALL, LOG_RAS, and LOG_LAUNCHD tot the syslog module, all
    of them constants on used on macOS.
  - gh-112800: Fix asyncio SubprocessTransport.close() not to throw
    PermissionError when used with setuid executables.
  - gh-51944: Add the following constants to the termios module.
    These values are present in macOS system headers: ALTWERASE,
    B14400, B28800, B7200, B76800, CCAR_OFLOW, CCTS_OFLOW,
    CDSR_OFLOW, CDTR_IFLOW, CIGNORE, CRTS_IFLOW, EXTPROC, IUTF8,
    MDMBUF, NL2, NL3, NOKERNINFO, ONOEOT, OXTABS, VDSUSP, VSTATUS.
  - gh-79325: Fix an infinite recursion error in
    tempfile.TemporaryDirectory() cleanup on Windows.
  - gh-94692: shutil.rmtree() now only catches OSError exceptions.
    Previously a symlink attack resistant version of shutil.rmtree()
    could ignore or pass to the error handler arbitrary exception
    when invalid arguments were provided.
  - gh-112736: The use of del-safe symbols in subprocess was
    refactored to allow for use in cross-platform build
    environments.
  - gh-112727: Speed up pathlib.Path.absolute(). Patch by Barney
    Gale.
  - gh-74690: Speedup issubclass() checks against simple
    runtime-checkable protocols by around 6%. Patch by Alex Waygood.
  - gh-74690: Speedup isinstance() checks by roughly 20% for
    runtime-checkable protocols that only have one callable member.
    Speedup issubclass() checks for these protocols by roughly 10%.
    Patch by Alex Waygood.
  - gh-112645: Remove deprecation error on passing onerror to
    shutil.rmtree().
  - gh-112640: Add kwdefaults parameter to types.FunctionType to set
    default keyword argument values.
  - gh-112622: Ensure name parameter is passed to event loop in
    asyncio.create_task().
  - gh-112618: Fix a caching bug relating to typing.Annotated.
    Annotated[str, True] is no longer identical to Annotated[str,
    1].
  - gh-112334: Fixed a performance regression in 3.12’s subprocess
    on Linux where it would no longer use the fast-path vfork()
    system call when it could have due to a logic bug, instead
    falling back to the safe but slower fork().
  - Also fixed a second 3.12.0 potential security bug. If a value of
    extra_groups=[] was passed to subprocess.Popen or related APIs,
    the underlying setgroups(0, NULL) system call to clear the
    groups list would not be made in the child process prior to
    exec().
  - This was identified via code inspection in the process of fixing
    the first bug.
  - gh-110190: Fix ctypes structs with array on Arm platform by
    setting MAX_STRUCT_SIZE to 32 in stgdict. Patch by Diego Russo.
  - gh-81194: Fix a crash in socket.if_indextoname() with specific
    value (UINT_MAX). Fix an integer overflow in
    socket.if_indextoname() on 64-bit non-Windows platforms.
  - gh-112578: Fix a spurious RuntimeWarning when executing the
    zipfile module.
  - gh-112516: Update the bundled copy of pip to version 23.3.1.
  - gh-112510: Add readline.backend for the backend readline uses
    (editline or readline)
  - gh-112328: [Enum] Make EnumDict, EnumDict.member_names,
    EnumType._add_alias_ and EnumType._add_value_alias_ public.
  - gh-112509: Fix edge cases that could cause a key to be present
    in both the __required_keys__ and __optional_keys__ attributes
    of a typing.TypedDict. Patch by Jelle Zijlstra.
  - gh-101336: Add keep_alive keyword parameter for
    AbstractEventLoop.create_server() and
    BaseEventLoop.create_server().
  - gh-63284: Added support for TLS-PSK (pre-shared key) mode to the
    ssl module.
  - gh-112414: Fix regression in Python 3.12 where calling repr() on
    a module that had been imported using a custom loader could fail
    with AttributeError. Patch by Alex Waygood.
  - gh-112358: Revert change to struct.Struct initialization that
    broke some cases of subclassing.
  - gh-112405: Optimize pathlib.PurePath.relative_to(). Patch by
    Alex Waygood.
  - gh-94722: Fix bug where comparison between instances of DocTest
    fails if one of them has None as its lineno.
  - gh-112361: Speed up a small handful of pathlib methods by
    removing some temporary objects.
  - gh-112345: Improve error message when trying to call
    issubclass() against a typing.Protocol that has non-method
    members. Patch by Randolf Scholz.
  - gh-112137: Change dis output to display no-lineno as “–” instead
    of “None”.
  - gh-112332: Deprecate the exc_type field of
    traceback.TracebackException. Add exc_type_str to replace it.
  - gh-81620: Add extra tests for random.binomialvariate()
  - gh-112292: Fix a crash in readline when imported from a sub
    interpreter. Patch by Anthony Shaw
  - gh-77621: Slightly improve the import time of the pathlib module
    by deferring some imports. Patch by Barney Gale.
  - gh-112137: Change dis output to display logical labels for jump
    targets instead of offsets.
  - gh-112139: Add Signature.format() to format signatures to string
    with extra options. And use it in pydoc to render more readable
    signatures that have new lines between parameters.
  - gh-112105: Make readline.set_completer_delims() work with
    libedit
  - gh-106922: Display multiple lines with traceback when errors
    span multiple lines.
  - gh-111874: When creating a typing.NamedTuple class, ensure
    __set_name__() is called on all objects that define __set_name__
    and exist in the values of the NamedTuple class’s class
    dictionary. Patch by Alex Waygood.
  - gh-68166: Add support of the “vsapi” element type in
    tkinter.ttk.Style.element_create().
  - gh-110275: Named tuple’s methods _replace() and __replace__()
    now raise TypeError instead of ValueError for invalid keyword
    arguments.
  - gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set
  - gh-111615: Fix a regression caused by a fix to gh-93162 whereby
    you couldn’t configure a QueueHandler without specifying
    handlers.
  - gh-75666: Fix the behavior of tkinter widget’s unbind() method
    with two arguments. Previously, widget.unbind(sequence, funcid)
    destroyed the current binding for sequence, leaving sequence
    unbound, and deleted the funcid command. Now it removes only
    funcid from the binding for sequence, keeping other commands,
    and deletes the funcid command. It leaves sequence unbound only
    if funcid was the last bound command.
  - gh-67790: Implement basic formatting support (minimum width,
    alignment, fill) for fractions.Fraction.
  - gh-111049: Fix crash during garbage collection of the io.BytesIO
    buffer object.
  - gh-102980: Redirect the output of interact command of pdb to the
    same channel as the debugger. Add tests and improve docs.
  - gh-102988: email.utils.getaddresses() and
    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-52161: cmd.Cmd.do_help() now cleans docstrings with
    inspect.cleandoc() before writing them. Patch by Filip
    Łapkiewicz.
  - gh-82300: Add track parameter to
    multiprocessing.shared_memory.SharedMemory that allows using
    shared memory blocks without having to register with the POSIX
    resource tracker that automatically releases them upon process
    exit.
  - gh-110109: Add private pathlib._PurePathBase class: a base class
    for pathlib.PurePath that omits certain magic methods. It may be
    made public (along with _PathBase) in future.
  - gh-109858: Protect zipfile from “quoted-overlap” zipbomb. It now
    raises BadZipFile when try to read an entry that overlaps with
    other entry or central directory.
  - gh-109786: Fix possible reference leaks and crash when re-enter
    the __next__() method of itertools.pairwise.
  - gh-91539: Small (10 - 20%) and trivial performance improvement
    of urrlib.request.getproxies_environment(), typically useful
    when there are many environment variables to go over.
  - gh-103363: Add follow_symlinks keyword-only argument to
    pathlib.Path.owner() and group(), defaulting to True.
  - gh-102130: Support tab completion in cmd for editline.
  - gh-99437: runpy.run_path() now decodes path-like objects, making
    sure __file__ and sys.argv[0] of the module being run are always
    strings.
  - gh-104003: Add warnings.deprecated(), a decorator to mark
    deprecated functions to static type checkers and to warn on
    usage of deprecated classes and functions. See PEP 702. Patch by
    Jelle Zijlstra.
  - gh-103708: Make hardcoded python name, a configurable parameter
    so that different implementations of python can override it
    instead of making huge diffs in sysconfig.py
  - gh-66515: mailbox.MH now supports folders that do not contain a
    .mh_sequences file (e.g. Claws Mail IMAP-cache folders). Patch
    by Serhiy Storchaka.
  - gh-83162: Renamed re.error to PatternError for clarity, and kept
    re.error for backward compatibility. Patch by Matthias
    Bussonnier and Adam Chhina.
  - gh-91133: Fix a bug in tempfile.TemporaryDirectory cleanup,
    which now no longer dereferences symlinks when working around
    file system permission errors.
  - bpo-43153: On Windows, tempfile.TemporaryDirectory previously
    masked a PermissionError with NotADirectoryError during
    directory cleanup. It now correctly raises PermissionError if
    errors are not ignored. Patch by Andrei Kulakov and Ken Jin.
  - bpo-32731: getpass.getuser() now raises OSError for all failures
    rather than ImportError on systems lacking the pwd module or
    KeyError if the password database is empty.
  - bpo-34321: mmap.mmap now has a trackfd parameter on Unix; if it
    is False, the file descriptor specified by fileno will not be
    duplicated.
  - bpo-35332: The shutil.rmtree() function now ignores errors when
    calling os.close() when ignore_errors is True, and os.close() no
    longer retried after error.
  - bpo-35928: io.TextIOWrapper now correctly handles the decoding
    buffer after read() and write().
  - bpo-26791: shutil.move() now moves a symlink into a directory
    when that directory is the target of the symlink. This provides
    the same behavior as the mv shell command. The previous behavior
    raised an exception. Patch by Jeffrey Kintscher.
  - bpo-41422: Fixed memory leaks of pickle.Pickler and
    pickle.Unpickler involving cyclic references via the internal
    memo mapping.
  - bpo-19821: The pydoc.ispackage() function has been deprecated.
  - bpo-40262: The ssl.SSLSocket.recv_into() method no longer
    requires the buffer argument to implement __len__ and supports
    buffers with arbitrary item size.
  - bpo-39912: warnings.filterwarnings() and warnings.simplefilter()
    now raise appropriate exceptions instead of AssertionError.
    Patch contributed by Rémi Lapeyre.
  - bpo-37260: Fixed a race condition in shutil.rmtree() in which
    directory entries removed by another process or thread while
    shutil.rmtree() is running can cause it to raise
    FileNotFoundError. Patch by Jeffrey Kintscher.
  - bpo-36959: Fix some error messages for invalid ISO format string
    combinations in strptime() that referred to directives not
    contained in the format string. Patch by Gordon P. Hemsley.
  - bpo-18060: Fixed a class inheritance issue that can cause
    segfaults when deriving two or more levels of subclasses from a
    base class of Structure or Union.
  - bpo-29779: Add a new PYTHON_HISTORY environment variable to set
    the location of a .python_history file.
  - bpo-21360: mailbox.Maildir now ignores files with a leading dot.
  - Documentation
  - gh-111699: Relocate smtpd deprecation notice to its own section
    rather than under locale in What’s New in Python 3.12 document
  - gh-110746: Improved markup for valid options/values for methods
    ttk.treeview.column and ttk.treeview.heading, and for Layouts.
  - gh-95649: Document that the asyncio module contains code taken
    from v0.16.0 of the uvloop project, as well as the required MIT
    licensing information.
  - Tests
  - gh-111798: Disable test_super_deep() from test_call under
    pydebug builds on WASI; the stack depth is too small to make the
    test useful.
  - gh-111801: Lower the recursion limit in test_isinstance for
    test_infinitely_many_bases(). This prevents a stack overflow on
    a pydebug build of WASI.
  - gh-111802: Specify a low recursion depth for test_bad_getattr()
    in test.pickletester to avoid exhausting the stack under a
    pydebug build for WASI.
  - gh-44626: Fix os.path.isabs() incorrectly returning True when
    given a path that starts with exactly one (back)slash on
    Windows.
  - Fix pathlib.PureWindowsPath.is_absolute() incorrectly returning
    False for some paths beginning with two (back)slashes.
  - gh-113633: Use module state for the _testcapi extension module.
  - gh-109980: Fix test_tarfile_vs_tar in test_shutil for macOS,
    where system tar can include more information in the archive
    than shutil.make_archive.
  - gh-112769: The tests now correctly compare zlib version when
    zlib.ZLIB_RUNTIME_VERSION contains non-integer suffixes. For
    example zlib-ng defines the version as 1.3.0.zlib-ng.
  - gh-112334: Adds a regression test to verify that vfork() is used
    when expected by subprocess on vfork enabled POSIX systems
    (Linux).
  - gh-108927: Fixed order dependence in running tests in the same
    process when a test that has submodules (e.g. test_importlib)
    follows a test that imports its submodule (e.g.
    test_importlib.util) and precedes a test (e.g. test_unittest or
    test_compileall) that uses that submodule.
  - bpo-40648: Test modes that file can get with chmod() on Windows.
  - Build
  - gh-114013: Fix Tools/wasm/wasi.py to not include the path to
    python.wasm as part of HOSTRUNNER. The environment variable is
    meant to specify how to run the WASI host only, having
    python.wasm and relevant flags appended to the HOSTRUNNER. This
    fixes make test work.
  - gh-113258: Changed the Windows build to write out generated
    frozen modules into the build tree instead of the source tree.
  - gh-112305: Fixed the check-clean-src step performed on out of
    tree builds to detect errant $(srcdir)/Python/frozen_modules/*.h
    files and recommend appropriate source tree cleanup steps to get
    a working build again.
  - gh-112536: Add support for thread sanitizer (TSAN)
  - gh-112867: Fix the build for the case that
    WITH_PYMALLOC_RADIX_TREE=0 set.
  - gh-103065: Introduce Tools/wasm/wasi.py to simplify doing a WASI
    build.
  - bpo-11102: The os.major(), os.makedev(), and os.minor()
    functions are now available on HP-UX v3.
  - bpo-36351: Do not set ipv6type when cross-compiling.
  - IDLE
  - gh-72284: Improve the lists of features, editor key bindings,
    and shell key bingings in the IDLE doc.
  - gh-113903: Fix rare failure of test.test_idle, in
    test_configdialog.
  - gh-113729: Fix the “Help -> IDLE Doc” menu bug in 3.11.7 and
    3.12.1.
  - gh-113269: Fix test_editor hang on macOS Catalina.
  - gh-112898: Fix processing unsaved files when quitting IDLE on
    macOS.
  - bpo-13586: Enter the selected text when opening the “Replace”
    dialog.
  - C API
  - gh-106560: Fix redundant declarations in the public C API.
    Declare PyBool_Type, PyLong_Type and PySys_Audit() only once.
    Patch by Victor Stinner.
  - gh-112438: Fix support of format units “es”, “et”, “es#”, and
    “et#” in nested tuples in PyArg_ParseTuple()-like functions.
  - gh-111545: Add Py_HashPointer() function to hash a pointer.
    Patch by Victor Stinner.
  - gh-65210: Change the declaration of the keywords parameter of
    PyArg_ParseTupleAndKeywords() and
    PyArg_VaParseTupleAndKeywords() for better compatibility with
    C++.
  - Refresh all patches
  - F00251-change-user-install-location.patch
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - no-skipif-doctests.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - python-3.3.0b1-localpath.patch
  - python-3.3.0b1-test-posix_fadvise.patch
  - skip-test_pyobject_freed_is_freed.patch
  - subprocess-raise-timeout.patch

++++ python-typing_extensions:

  - Add backport-recent-implementation-of-protocol.patch upstream patch
    gh#python/typing_extensions@004b893ddce2

------------------------------------------------------------------
------------------  2024-2-7  -  Feb 7 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update documentation
    Several examples still pointed to Leap 15.3 repos, but we are
    at Leap 15.5. Thus this commit shifts towards Leap 15.5

++++ glibc:

  - Add libnsl1 to baselibs.conf (bsc#1219640)

++++ grub2:

  - Sort tar file order for reproducible builds

++++ kernel-default:

  - Update
    patches.suse/drm-amdgpu-Fix-potential-fence-use-after-free-.patch
    (bsc#1219128 CVE-2023-51042 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).
  - commit 72ce736
  - iommu: Don't reserve 0-length IOVA region (git-fixes)
  - commit d83c0fa
  - rpm/kernel-binary.spec.in: install scripts/gdb when enabled in config
    (bsc#1219653)
    They are put into -devel subpackage. And a proper link to
    /usr/share/gdb/auto-load/ is created.
  - commit 1dccf2a
  - fs/buffer.c: disable per-CPU buffer_head cache for isolated (bsc#1219631)
  - commit 55bb990
  - EDAC/amd64: Add MI300 row retirement support (jsc#PED-7618).
  - commit 36c2567
  - RAS/AMD/ATL: Add MI300 DRAM to normalized address translation support (jsc#PED-7618).
  - commit 76938a8
  - RAS/AMD/ATL: Fix array overflow in get_logical_coh_st_fabric_id_mi300() (jsc#PED-7618).
  - commit d6d16c5
  - RAS/AMD/ATL: Add MI300 support (jsc#PED-7618).
  - commit c9f0c56
  - Documentation: RAS: Add index and address translation section (jsc#PED-7618).
  - commit f894cc4
  - EDAC/amd64: Use new AMD Address Translation Library (jsc#PED-7618).
  - commit 22937f8
  - RAS: Introduce AMD Address Translation Library (jsc#PED-7618).
  - commit 2857e01

++++ rpm:

  - fix %_host not containing the abi suffix on arm [bnc#1219627]
    updated patch: canongnu.diff

++++ snapper:

  - lock config during list and cleanup commands and in zypper plugin
    (gh#openSUSE/snapper#867)
  - increase min age for cleanup to 3600 seconds

++++ libzypp:

  - tui: allow to access the underlying ostream of out::Info.
  - Add MLSep: Helper to produce not-NL-terminated multi line
    output.
  - version 17.31.31 (22)

++++ pam:

  - pam.tmpfiles: Make sure the content of the /run directories get
    removed in case of a soft-reboot

++++ pam-full-src:

  - pam.tmpfiles: Make sure the content of the /run directories get
    removed in case of a soft-reboot

++++ rebootmgr:

  - Update to version 2.2
  - Make sure /run/reboot-needed get's deleted after a soft-reboot

------------------------------------------------------------------
------------------  2024-2-6  -  Feb 6 2024  -------------------
------------------------------------------------------------------

++++ crypto-policies:

  - Update to version 20240201.9f501f3:
    * .gitlab-ci.yml: install sequoia-policy-config
    * java: disable ChaCha20-Poly1305 where applicable
    * fips-mode-setup: make sure ostree is detected in chroot
    * fips-finish-install: make sure ostree is detected in chroot
    * TEST-PQ: enable X25519-KYBER768 / P384-KYBER768 for openssl
    * TEST-PQ: add a no-op subpolicy
    * update-crypto-policies: Keep mid-sentence upper case
    * fips-mode-setup: Write error messages to stderr
    * fips-mode-setup: Fix some shellcheck warnings
    * fips-mode-setup: Fix test for empty /boot
    * fips-mode-setup: Avoid 'boot=UUID=' if /boot == /
    * Update man pages
    * Rebase patches:
  - crypto-policies-FIPS.patch
  - crypto-policies-revert-rh-allow-sha1-signatures.patch

++++ glibc:

  - arm-dl-start-user.patch: arm: Remove wrong ldr from _dl_start_user (BZ
    [#31339])

++++ grub2:

  - Fix build error on gcc-14 (bsc#1218949)
    * 0001-squash-ieee1275-ofpath-enable-NVMeoF-logical-device-.patch

++++ kernel-default:

  - netfilter: nf_tables: check if catch-all set element is active
    in next generation (CVE-2024-1085 bsc#1219429).
  - commit c4588a6
  - mm/writeback: fix possible divide-by-zero in wb_dirty_limits(),
    again (git-fixes).
  - commit 5ddccd0
  - mm: migrate: fix getting incorrect page mapping during page
    migration (git-fixes).
  - commit 54204d1
  - mm: migrate: record the mlocked page status to remove
    unnecessary lru drain (git-fixes).
  - commit 1782112
  - mm/gup: fix follow_devmap_pd() on page==NULL handling
    (git-fixes).
  - commit 3518c0e
  - mm: page_alloc: unreserve highatomic page blocks before oom
    (git-fixes).
  - commit 61457c0
  - mm: page_alloc: enforce minimum zone size to do high atomic
    reserves (git-fixes).
  - commit 4f2bf1e
  - mm: page_alloc: correct high atomic reserve calculations
    (git-fixes).
  - commit 5a4ddfb
  - mm: fix unmap_mapping_range high bits shift bug (git-fixes).
  - commit 7453200
  - mm/shmem: fix race in shmem_undo_range w/THP (git-fixes).
  - commit 6a39858
  - mm: fix for negative counter: nr_file_hugepages (git-fixes).
  - commit db03bb0
  - mm: fix unaccount of memory on vma_link() failure (git-fixes).
  - commit 8c916f3
  - mm/mremap: fix unaccount of memory on vma_merge() failure
    (git-fixes).
  - commit 1139c35
  - mm: zswap: fix pool refcount bug around shrink_worker()
    (git-fixes).
  - commit ae8fafe
  - mm/migrate: fix do_pages_move for compat pointers (git-fixes).
  - commit d66394c
  - mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and
    MPOL_MF_MOVE are specified (git-fixes).
  - commit d9dbc78
  - slab: kmalloc_size_roundup() must not return 0 for non-zero size
    (git-fixes).
  - commit 4566078
  - mm/slab_common: fix slab_caches list corruption after
    kmem_cache_destroy() (git-fixes).
  - commit 5566bfb
  - netfilter: nf_tables: reject QUEUE/DROP verdict parameters
    (CVE-2024-1086 bsc#1219434).
  - commit 459b678
  - KVM: x86: Add support for "protected VMs" that can utilize
    private memory (jsc#PED-5122).
  - Update config files.
  - commit 646dbdf
  - tick/sched: Preserve number of idle sleeps across CPU hotplug (git-fixes)
  - commit 60b5ecb
  - KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to
    CONFIG_KVM_GENERIC_MMU_NOTIFIER (jsc#PED-5122).
  - Update config files.
  - commit dd9b571
  - KVM: x86: add missing "depends on KVM" (jsc#PED-5122).
  - KVM: guest-memfd: fix unused-function warning (jsc#PED-5122).
  - KVM: Allow arch code to track number of memslot address spaces
    per VM (jsc#PED-5122).
  - KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
    (jsc#PED-5122).
  - KVM: x86/mmu: Handle page fault for private memory
    (jsc#PED-5122).
  - KVM: x86: Disallow hugepages when memory attributes are mixed
    (jsc#PED-5122).
  - KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
    (jsc#PED-5122).
  - KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific
    backing memory (jsc#PED-5122).
  - fs: Rename anon_inode_getfile_secure() and
    anon_inode_getfd_secure() (jsc#PED-5122).
  - mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
    (jsc#PED-5122).
  - KVM: Introduce per-page memory attributes (jsc#PED-5122).
  - KVM: Drop .on_unlock() mmu_notifier hook (jsc#PED-5122).
  - KVM: Add a dedicated mmu_notifier flag for reclaiming freed
    memory (jsc#PED-5122).
  - KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to
    userspace (jsc#PED-5122).
  - KVM: Introduce KVM_SET_USER_MEMORY_REGION2 (jsc#PED-5122).
  - KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
    (jsc#PED-5122).
  - KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
    (jsc#PED-5122).
  - KVM: WARN if there are dangling MMU invalidations at VM
    destruction (jsc#PED-5122).
  - KVM: Use gfn instead of hva for mmu_notifier_retry
    (jsc#PED-5122).
  - KVM: Assert that mmu_invalidate_in_progress *never* goes
    negative (jsc#PED-5122).
  - KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing
    for gfn ranges (jsc#PED-5122).
  - commit 5a43605
  - perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU (jsc#PED-7859)
  - commit 1242994
  - perf: arm_cspmu: Support implementation specific validation (jsc#PED-7859)
  - commit 36b0b74
  - perf: arm_cspmu: Support implementation specific filters (jsc#PED-7859)
  - commit d78d04c
  - perf: arm_cspmu: Split 64-bit write to 32-bit writes (jsc#PED-7859)
  - commit ae4b62f
  - perf: arm_cspmu: Separate Arm and vendor module (jsc#PED-7859)
  - commit d997aaf
  - x86/CPU/AMD: Add X86_FEATURE_ZEN1 (jsc#PED-5122).
  - commit 91f26ba
  - reiserfs: Avoid touching renamed directory if parent does not
    change (git-fixes).
  - commit 1175a85
  - afs: fix the usage of read_seqbegin_or_lock() in
    afs_find_server*() (git-fixes).
  - commit 81e58a2
  - afs: fix the usage of read_seqbegin_or_lock() in
    afs_lookup_volume_rcu() (git-fixes).
  - commit 17037c1
  - jfs: fix array-index-out-of-bounds in diNewExt (git-fixes).
  - commit 924a4d7
  - jfs: fix uaf in jfs_evict_inode (git-fixes).
  - commit 4a45faa
  - jfs: fix array-index-out-of-bounds in dbAdjTree (git-fixes).
  - commit 8299bf8
  - jfs: fix slab-out-of-bounds Read in dtSearch (git-fixes).
  - commit 1662dc0
  - UBSAN: array-index-out-of-bounds in dtSplitRoot (git-fixes).
  - commit 40de905
  - FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree (git-fixes).
  - commit cfc648a
  - x86/cpufeatures: Add SEV-SNP CPU feature (jsc#PED-5122).
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit ecc8bfa
  - crypto: ccp: Add the SNP_SET_CONFIG command (jsc#PED-5122).
  - crypto: ccp: Add the SNP_COMMIT command (jsc#PED-5122).
  - crypto: ccp: Add the SNP_PLATFORM_STATUS command (jsc#PED-5122).
  - x86/cpufeatures: Enable/unmask SEV-SNP CPU feature
    (jsc#PED-5122).
  - KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation
    SNP safe (jsc#PED-5122).
  - crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown
    on kdump (jsc#PED-5122).
  - iommu/amd: Clean up RMP entries for IOMMU pages during SNP
    shutdown (jsc#PED-5122).
  - crypto: ccp: Handle legacy SEV commands when SNP is enabled
    (jsc#PED-5122).
  - crypto: ccp: Handle non-volatile INIT_EX data when SNP is
    enabled (jsc#PED-5122).
  - crypto: ccp: Handle the legacy TMR allocation when SNP is
    enabled (jsc#PED-5122).
  - x86/sev: Introduce an SNP leaked pages list (jsc#PED-5122).
  - crypto: ccp: Provide an API to issue SEV and SNP commands
    (jsc#PED-5122).
  - crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
    (jsc#PED-5122).
  - crypto: ccp: Define the SEV-SNP commands (jsc#PED-5122).
  - x86/sev: Adjust the directmap to avoid inadvertent RMP faults
    (jsc#PED-5122).
  - x86/sev: Add helper functions for RMPUPDATE and PSMASH
    instruction (jsc#PED-5122).
  - x86/fault: Dump RMP table information when RMP page faults occur
    (jsc#PED-5122).
  - x86/traps: Define RMP violation #PF error code (jsc#PED-5122).
  - x86/fault: Add helper for dumping RMP entries (jsc#PED-5122).
  - x86/sev: Add RMP entry lookup helpers (jsc#PED-5122).
  - x86/mtrr: Don't print errors if MtrrFixDramModEn is set when
    SNP enabled (jsc#PED-5122).
  - x86/sev: Add SEV-SNP host initialization support (jsc#PED-5122).
  - iommu/amd: Don't rely on external callers to enable IOMMU SNP
    support (jsc#PED-5122).
  - x86/speculation: Do not enable Automatic IBRS if SEV-SNP is
    enabled (jsc#PED-5122).
  - x86/sme: Fix memory encryption setting if enabled by default
    and not overridden (jsc#PED-5122).
  - x86/mm: Fix memory encryption features advertisement
    (jsc#PED-5122).
  - x86/sev: Harden #VC instruction emulation somewhat
    (jsc#PED-5122).
  - x86/CPU/AMD: Add X86_FEATURE_ZEN5 (jsc#PED-5122).
  - x86/CPU/AMD: Drop now unused CPU erratum checking function
    (jsc#PED-5122).
  - x86/CPU/AMD: Get rid of amd_erratum_1485 (jsc#PED-5122).
  - x86/CPU/AMD: Get rid of amd_erratum_400 (jsc#PED-5122).
  - x86/CPU/AMD: Get rid of amd_erratum_383 (jsc#PED-5122).
  - x86/CPU/AMD: Get rid of amd_erratum_1054 (jsc#PED-5122).
  - x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init
    function (jsc#PED-5122).
  - x86/CPU/AMD: Move Zenbleed check to the Zen2 init function
    (jsc#PED-5122).
  - x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()
    (jsc#PED-5122).
  - x86/CPU/AMD: Call the spectral chicken in the Zen2 init function
    (jsc#PED-5122).
  - x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function
    (jsc#PED-5122).
  - x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init
    function (jsc#PED-5122).
  - x86/CPU/AMD: Carve out the erratum 1386 fix (jsc#PED-5122).
  - x86/CPU/AMD: Add ZenX generations flags (jsc#PED-5122).
  - x86/cpu/intel_epb: Don't rely on link order (jsc#PED-5122).
  - x86/barrier: Do not serialize MSR accesses on AMD
    (jsc#PED-5122).
  - x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs
    (jsc#PED-5122).
  - commit 708312f
  - usb: xhci-plat: fix usb disconnect issue after s4 (git-fixes).
  - usb: hub: Add quirk to decrease IN-ep poll interval for
    Microchip USB491x hub (git-fixes).
  - tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE
    (git-fixes).
  - spmi: mediatek: Fix UAF on device remove (git-fixes).
  - spmi: mtk-pmif: Serialize PMIF status check and command
    submission (git-fixes).
  - watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for
    IT8784/IT8786 (git-fixes).
  - wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update
    (git-fixes).
  - wifi: cfg80211: free beacon_ies when overridden from hidden BSS
    (git-fixes).
  - wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
    (git-fixes).
  - wifi: ath12k: fix and enable AP mode for WCN7850 (git-fixes).
  - wifi: ath11k: fix race due to setting
    ATH11K_FLAG_EXT_IRQ_ENABLED too early (git-fixes).
  - wifi: ath9k: Fix potential array-index-out-of-bounds read in
    ath9k_htc_txstatus() (git-fixes).
  - wifi: wfx: fix possible NULL pointer dereference in
    wfx_set_mfp_ap() (git-fixes).
  - wifi: mt76: mt7996: add PCI IDs for mt7992 (git-fixes).
  - wifi: mt76: connac: fix EHT phy mode check (git-fixes).
  - wifi: rt2x00: correct wrong BBP register in RxDCOC calibration
    (git-fixes).
  - wifi: rt2x00: restart beacon queue when hardware reset
    (git-fixes).
  - wifi: rtw89: fix timeout calculation in rtw89_roc_end()
    (git-fixes).
  - thermal: core: Fix thermal zone suspend-resume synchronization
    (git-fixes).
  - commit 556e60c
  - libsubcmd: Fix memory leak in uniq() (git-fixes).
  - misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl
    callback (git-fixes).
  - PCI: switchtec: Fix stdev_release() crash after surprise hot
    remove (git-fixes).
  - PCI: Fix 64GT/s effective data rate calculation (git-fixes).
  - PCI: Only override AMD USB controller if required (git-fixes).
  - PCI/AER: Decode Requester ID when no error info found
    (git-fixes).
  - i3c: master: cdns: Update maximum prescaler value for i2c clock
    (git-fixes).
  - mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt
    (git-fixes).
  - leds: trigger: panic: Don't register panic notifier if creating
    the trigger failed (git-fixes).
  - mfd: ti_am335x_tscadc: Fix TI SoC dependencies (git-fixes).
  - media: i2c: imx335: Fix hblank min/max values (git-fixes).
  - media: ddbridge: fix an error code problem in ddb_probe
    (git-fixes).
  - media: amphion: remove mutext lock in condition of wait_event
    (git-fixes).
  - media: rkisp1: resizer: Stop manual allocation of
    v4l2_subdev_state (git-fixes).
  - media: rkisp1: Fix IRQ disable race issue (git-fixes).
  - media: rkisp1: Store IRQ lines (git-fixes).
  - media: rkisp1: Fix IRQ handler return values (git-fixes).
  - media: rkisp1: Drop IRQF_SHARED (git-fixes).
  - media: uvcvideo: Fix power line control for SunplusIT camera
    (git-fixes).
  - media: uvcvideo: Fix power line control for a Chicony camera
    (git-fixes).
  - media: rockchip: rga: fix swizzling for RGB formats (git-fixes).
  - media: stk1160: Fixed high volume of stk1160_dbg messages
    (git-fixes).
  - soc: xilinx: fix unhandled SGI warning message (git-fixes).
  - soc: xilinx: Fix for call trace due to the usage of
    smp_processor_id() (git-fixes).
  - net: phy: at803x: fix passing the wrong reference for
    config_intr (git-fixes).
  - PCI: Add no PM reset quirk for NVIDIA Spectrum devices
    (git-fixes).
  - net: phy: micrel: fix ts_info value in case of no phc
    (git-fixes).
  - pstore/ram: Fix crash when setting number of cpus to an odd
    number (git-fixes).
  - PNP: ACPI: fix fortify warning (git-fixes).
  - regulator: core: Only increment use_count when enable_count
    changes (git-fixes).
  - commit 1095bc9
  - drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'
    (git-fixes).
  - drm/amdkfd: Fix 'node' NULL check in
    'svm_range_get_range_boundaries()' (git-fixes).
  - drm/amdgpu: Release 'adev->pm.fw' before return in
    'amdgpu_device_need_post()' (git-fixes).
  - drm/amdgpu: Fix with right return code '-EIO' in
    'amdgpu_gmc_vram_checking()' (git-fixes).
  - drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table'
    in 'get_platform_power_management_table()' (git-fixes).
  - drm/amdgpu: fix avg vs input power reporting on smu7
    (git-fixes).
  - drm/amdkfd: Fix lock dependency warning with srcu (git-fixes).
  - drm/amdkfd: Fix lock dependency warning (git-fixes).
  - i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
    (git-fixes).
  - hwmon: (nct6775) Fix fan speed set failure in automatic mode
    (git-fixes).
  - drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well
    (git-fixes).
  - drm/amdkfd: Fix iterator used outside loop in
    'kfd_add_peer_prop()' (git-fixes).
  - drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'
    (git-fixes).
  - drm/amdgpu: Fix '*fw' from request_firmware() not released in
    'amdgpu_ucode_request()' (git-fixes).
  - drm/amdgpu: Let KFD sync with VM fences (git-fixes).
  - drm/amd/display: Fix minor issues in BW Allocation Phase2
    (git-fixes).
  - drm/amdgpu: Fix ecc irq enable/disable unpaired (git-fixes).
  - drm/amd/display: make flip_timestamp_in_us a 64-bit variable
    (git-fixes).
  - drm: using mul_u32_u32() requires linux/math64.h (git-fixes).
  - drm/msm/dpu: fix writeback programming for YUV cases
    (git-fixes).
  - commit 9877917
  - powerpc: iommu: Bring back table group release_ownership()
    call (git-fixes).
  - drm/tegra: Do not assume that a NULL domain means no DMA IOMMU
    (git-fixes).
  - iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA
    (git-fixes).
  - commit ba460b4
  - drm/msm/dpu: Ratelimit framedone timeout msgs (git-fixes).
  - drm/msm/dpu: enable writeback on SM8450 (git-fixes).
  - drm/msm/dpu: enable writeback on SM8350 (git-fixes).
  - drm/msm/dp: Add DisplayPort controller for SM8650 (git-fixes).
  - drm/msm/dsi: Enable runtime PM (git-fixes).
  - drm/amdkfd: only flush mes process context if mes support is
    there (git-fixes).
  - drm/amdgpu: fix ftrace event amdgpu_bo_move always move on
    same heap (git-fixes).
  - drm/amdkfd: fix mes set shader debugger process management
    (git-fixes).
  - drm/amd/display: For prefetch mode > 0, extend prefetch if
    possible (git-fixes).
  - drm/amd/display: Fix MST PBN/X.Y value calculations (git-fixes).
  - drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind
    time (git-fixes).
  - drm/mipi-dsi: Fix detach call without attach (git-fixes).
  - drm/framebuffer: Fix use of uninitialized variable (git-fixes).
  - drm/drm_file: fix use of uninitialized variable (git-fixes).
  - drm/bridge: anx7625: Fix Set HPD irq detect window to 2ms
    (git-fixes).
  - drm/panel-edp: Add override_edid_mode quirk for generic edp
    (git-fixes).
  - drm/amd/display: Fix tiled display misalignment (git-fixes).
  - crypto: stm32/crc32 - fix parsing list of devices (git-fixes).
  - Documentation/sphinx: fix Python string escapes (git-fixes).
  - commit 63f49fd
  - 9p: Fix initialisation of netfs_inode for 9p (git-fixes).
  - clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
    (git-fixes).
  - clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
    (git-fixes).
  - clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()
    (git-fixes).
  - ASoC: amd: Add new dmi entries for acp5x platform (git-fixes).
  - ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument (git-fixes).
  - ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
    (git-fixes).
  - ALSA: hda: Refer to correct stream index at loops (git-fixes).
  - accel/habanalabs: add support for Gaudi2C device (git-fixes).
  - Bluetooth: L2CAP: Fix possible multiple reject send (git-fixes).
  - Bluetooth: hci_sync: fix BR/EDR wakeup bug (git-fixes).
  - Bluetooth: ISO: Avoid creating child socket if PA sync is
    terminating (git-fixes).
  - Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks
    for QCA2066 (git-fixes).
  - crypto: octeontx2 - Fix cptvf driver cleanup (git-fixes).
  - crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
    (git-fixes).
  - ACPI: NUMA: Fix the logic of getting the fake_pxm value
    (git-fixes).
  - ACPI: extlog: fix NULL pointer dereference check (git-fixes).
  - ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on
    synchronous events (git-fixes).
  - ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop
    (git-fixes).
  - commit 2d4658b
  - rpm/mkspec: sort entries in _multibuild
    Otherwise it creates unnecessary diffs when tar-up-ing. It's of course
    due to readdir() using "random" order as served by the underlying
    filesystem.
    See for example:
    https://build.opensuse.org/request/show/1144457/changes
  - commit d1155de
  - maple_tree: do not preallocate nodes for slot stores
    (bsc#1219404).
  - commit 2307e38
  - mm: always lock new vma before inserting into vma tree
    (bsc#1219558).
  - commit 4dd5f88
  - mm: lock vma explicitly before doing vm_flags_reset and
    vm_flags_reset_once (bsc#1219558).
  - commit 3ebd604
  - mm: replace mmap with vma write lock assertions when operating
    on a vma (bsc#1219558).
  - commit 50e3b4d
  - mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for
    vma and mmap (bsc#1219558).
  - commit b999b29
  - mmap: fix vma_iterator in error path of vma_merge()
    (bsc#1219558).
  - commit af3b8c0

++++ libcontainers-common:

  - New release 20240206
  - bump bundled c/common to 0.57.4
  - bump bundled c/image to 0.29.2
  - conditionally require libcontainers-sles-mounds for product(SLE-Micro) as well
    (SLE Micro 6.0 now no longer provides product(SUSE_SLE) and instead only
    provides product(SLE-Micro)), fixes bsc#1216443

++++ systemd:

  - Drop python3-pefile dependency from the experimental package. MicroOs is fond
    of the experimental stuff but OTOH it doesn't ship python3. Let's drop the
    dependency for now, users of ukify are invited to install python3-pe manually.
  - Move systemd-reboot.service from udev to the main package as this service is
    useful in containers.

++++ unbound:

  - as we use --disable-explicit-port-randomisation, also disable
    outgoing-port-permit and outgoing-port-avoid in config file to
    suppress the related unbound-checkconf warnings on every start

++++ libzypp:

  - applydeltaprm: Create target directory if it does not exist
    (bsc#1219442)
  - Add ProblemSolution::skipsPatchesOnly (for openSUSE/zypper#514)
  - Fix problems with EINTR in ExternalDataSource::getline (fixes
    bsc#1215698)
  - version 17.31.30 (22)

++++ microos-tools:

  - Update to version 2.21+git11:
    * Install man-online alias only for bash

++++ netavark:

  - Rely only on <major>.<minor> for aardvark-dns requires, even though
    it is released in sync with netavark, relying on patch version is brittle.

++++ permissions:

  - Drop superfluous mkdir /usr/share/permissions/permissions.d
    This is now created by the Makefile. See also
    commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c
  - Update to version 20240206:
    * Whitelisting libgtop_server2 (bsc#1218921)
    * Removing bogus whitespaces
    * chkstat: harmonize and transform to a more compact coding and doc style
    * gitignore: also ignore hidden ctags
    * build: Create /usr/share/permissions/permissions.d for packagers
    * profiles: drop /usr/sbin/lockdev which is no longer packaged in Factory
    * profiles: drop /etc/ftpusers which is no longer shipped in netcfg

++++ qemu:

  - Fix a build issue of OVMF caused by
    https://gitlab.com/qemu-project/qemu/-/issues/2064:
    * target/i386: fix incorrect EIP in PC-relative translation blocks
    * target/i386: Do not re-compute new pc with CF_PCREL

++++ zypp-boot-plugin:

  - Update to version 0.0.7:
    * Caching RPM calls
    * reducing logging

------------------------------------------------------------------
------------------  2024-2-5  -  Feb 5 2024  -------------------
------------------------------------------------------------------

++++ cpio:

  - Update to 2.15:
    * Fix the operation of --no-absolute-filenames --make-directories.
    * Restore access and modification times of symlinks in copy-in and
    copy-pass modes.
  - Remove fix-operation-no-absolute-filenames.patch

++++ python-kiwi:

  - Remove destructor from BootLoaderInstallGrub2
    With MountManager as context manager the BootLoaderInstallGrub2
    class doesn't need a destructor anymore. This is related
    to Issue #2412
  - Remove obsolete destructor from BootImageDracut
    With MountManager as context manager the BootImageDracut
    class doesn't need a destructor anymore. This is
    related to Issue #2412
  - Move Raid Luks and Integrity to context manager
    Change the RaidDevice, LuksDevice and IntegrityDevice classes
    to context manager:
    with RaidDevice(...) as raid:
    raid.some_member()
    with LuksDevice(...) as luks:
    luks.some_member()
    with IntegrityDevice(...) as integrity:
    integrity.some_member()
    In the context of the disk builder an ExitStack is used to
    handle the new context manager based classes
    This is related to Issue #2412

++++ keepalived:

  - provide user(keepalived) and group(keepalived)

++++ kernel-default:

  - mm: fix vm_brk_flags() to not bail out while holding lock
    (bsc#1219558).
  - commit 817bef2
  - mm/mmap: change vma iteration order in do_vmi_align_munmap()
    (bsc#1219558).
  - commit 8f876cd
  - mm: set up vma iterator for vma_iter_prealloc() calls
    (bsc#1219558).
  - commit 2d402b6
  - mm: use vma_iter_clear_gfp() in nommu (bsc#1219558).
  - commit 666385f
  - mm: remove re-walk from mmap_region() (bsc#1219558).
  - commit 85c7321
  - mm: remove prev check from do_vmi_align_munmap() (bsc#1219558).
  - commit d77a7e1
  - mm: change do_vmi_align_munmap() tracking of VMAs to remove
    (bsc#1219558).
  - commit 595be09
  - mm/mmap: clean up validate_mm() calls (bsc#1219558).
  - Refresh patches.suse/mm-re-introduce-vm_flags-to-do_mmap.patch.
  - commit 5726712
  - tick-sched: Fix idle and iowait sleeptime accounting vs CPU (bsc#1219497)
  - commit c0129ec
  - mm/mmap: move vma operations to mm_struct out of the critical
    section of file mapping lock (bsc#1219558).
  - commit 4a16ce1
  - nvme-rdma: Fix transfer length when write_generate/read_verify
    are 0 (git-fixes).
  - nvme: trace: avoid memcpy overflow warning (git-fixes).
  - nvmet: re-fix tracing strncpy() warning (git-fixes).
  - nvme: fix max_discard_sectors calculation (git-fixes).
  - nvmet-tcp: fix a missing endianess conversion in
    nvmet_tcp_try_peek_pdu (git-fixes).
  - nvme-pci: fix sleeping function called from interrupt context
    (git-fixes).
  - Revert "nvme-fc: fix race between error recovery and creating
    association" (git-fixes).
  - nvme: blank out authentication fabrics options if not configured
    (git-fixes).
  - nvme: catch errors from nvme_configure_metadata() (git-fixes).
  - nvme-tcp: only evaluate 'tls' option if TLS is selected
    (git-fixes).
    Refresh:
  - patches.suse/nvme-tcp-fix-compile-time-checks-for-TLS-mode.patch
  - nvme-auth: set explanation code for failure2 msgs (git-fixes).
  - commit 542cb02
  - scsi: lpfc: Update lpfc version to 14.2.0.17 (bsc#1219582).
  - scsi: lpfc: Move determination of vmid_flag after VMID
    reinitialization completes (bsc#1219582).
  - scsi: lpfc: Reinitialize an NPIV's VMID data structures after
    FDISC (bsc#1219582).
  - scsi: lpfc: Change VMID driver load time parameters to read only
    (bsc#1219582).
  - commit a28d317
  - ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION (bsc#1219567).
  - ceph_wait_on_conflict_unlink(): grab reference before dropping
  - >d_lock (bsc#1219566).
  - commit 9d8ca8e
  - maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
    (bsc#1219558).
  - maple_tree: add mas_is_active() to detect in-tree walks
    (bsc#1219558).
  - maple_tree: shrink struct maple_tree (bsc#1219558).
  - maple_tree: clean up mas_wr_append() (bsc#1219558).
  - maple_tree: reduce resets during store setup (bsc#1219558).
  - maple_tree: refine mas_preallocate() node calculations
    (bsc#1219558).
  - maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()
    (bsc#1219558).
  - maple_tree: adjust node allocation on mas_rebalance()
    (bsc#1219558).
  - maple_tree: re-introduce entry to mas_preallocate() arguments
    (bsc#1219558).
  - commit 911aa39
  - maple_tree: introduce __mas_set_range() (bsc#1219558).
  - maple_tree: add benchmarking for mas_prev() (bsc#1219558).
  - maple_tree: add benchmarking for mas_for_each (bsc#1219558).
  - maple_tree: Be more strict about locking (bsc#1219558).
  - mm/mmap: change detached vma locking scheme (bsc#1219558).
  - maple_tree: relax lockdep checks for on-stack trees
    (bsc#1219558).
  - maple_tree: mtree_insert: fix typo in kernel-doc description
    of GFP flags (bsc#1219558).
  - maple_tree: mtree_insert*: fix typo in kernel-doc description
    (bsc#1219558).
  - maple_tree: drop mas_first_entry() (bsc#1219558).
  - maple_tree: replace mas_logical_pivot() with mas_safe_pivot()
    (bsc#1219558).
  - commit a3884af
  - maple_tree: update mt_validate() (bsc#1219558).
  - maple_tree: make mas_validate_limits() check root node and
    node limit (bsc#1219558).
  - maple_tree: fix mas_validate_child_slot() to check last missed
    slot (bsc#1219558).
  - maple_tree: make mas_validate_gaps() to check metadata
    (bsc#1219558).
  - maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no
    gap (bsc#1219558).
  - maple_tree: add a fast path case in mas_wr_slot_store()
    (bsc#1219558).
  - maple_tree: optimize mas_wr_append(), also improve duplicating
    VMAs (bsc#1219558).
  - maple_tree: add test for mas_wr_modify() fast path
    (bsc#1219558).
  - maple_tree: fix a few documentation issues (bsc#1219558).
  - commit ed58165
  - afs: Hide silly-rename files from userspace (git-fixes).
  - commit 7f411ab
  - ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF (git-fixes).
  - ASoC: qcom: sc8280xp: limit speaker volumes (git-fixes).
  - ALSA: hda/realtek: Apply headset jack quirk for non-bass alc287
    thinkpads (git-fixes).
  - ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx
    (git-fixes).
  - ALSA: hda/realtek: Fix the external mic not being recognised
    for Acer Swift 1 SF114-32 (git-fixes).
  - ALSA: usb-audio: Add delay quirk for MOTU M Series 2nd revision
    (git-fixes).
  - ALSA: hda/realtek - Add speaker pin verbtable for Dell dual
    speaker platform (git-fixes).
  - ALSA: usb-audio: Add a quirk for Yamaha YIT-W12TX transmitter
    (git-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power
    (git-fixes).
  - commit 3a5699c
  - misc: fastrpc: Mark all sessions as invalid in cb_remove
    (git-fixes).
  - serial: max310x: prevent infinite while() loop in port startup
    (git-fixes).
  - serial: max310x: fail probe if clock crystal is unstable
    (git-fixes).
  - serial: max310x: improve crystal stable clock detection
    (git-fixes).
  - serial: max310x: set default value when reading clock ready bit
    (git-fixes).
  - usb: typec: tcpm: fix the PD disabled case (git-fixes).
  - usb: ucsi_acpi: Fix command completion handling (git-fixes).
  - usb: ucsi: Add missing ppm_lock (git-fixes).
  - usb: ulpi: Fix debugfs directory leak (git-fixes).
  - Revert "usb: typec: tcpm: fix cc role at port reset"
    (git-fixes).
  - USB: hub: check for alternate port before enabling
    A_ALT_HNP_SUPPORT (git-fixes).
  - usb: chipidea: core: handle power lost in workqueue (git-fixes).
  - usb: dwc3: gadget: Fix NULL pointer dereference in
    dwc3_gadget_suspend (git-fixes).
  - usb: core: Prevent null pointer dereference in
    update_port_device_state (git-fixes).
  - xhci: fix off by one check when adding a secondary interrupter
    (git-fixes).
  - usb: host: xhci-plat: Add support for
    XHCI_SG_TRB_CACHE_SIZE_QUIRK (git-fixes).
  - dmaengine: fix is_slave_direction() return false when
    DMA_DEV_TO_DEV (git-fixes).
  - dmaengine: fsl-qdma: Fix a memory leak related to the queue
    command DMA (git-fixes).
  - dmaengine: fsl-qdma: Fix a memory leak related to the status
    queue DMA (git-fixes).
  - dmaengine: ti: k3-udma: Report short packet errors (git-fixes).
  - dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
    (git-fixes).
  - phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix returning wrong error code
    (git-fixes).
  - commit a23ce22

++++ libXext:

  - Update to version 1.3.6
    * Wrap Xext*CheckExtension() in do { ... } while(0)
    * configure: raise minimum autoconf requirement to 2.70
    * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    * _xgeGetExtensionVersion should not free info on failure
    * Check for malloc failure in _xgeGetExtensionVersion
    * _xgeDpyClose: handle NULL return from _xgeFindDisplay
    * XEVI: fix -Walloc-size

++++ libguestfs:

  - bsc#1206361 - SLES 15 SP5 Beta2 - virt-customize ssh-inject fails
    (s390x/kvm/libvirt) (-> Server-Applications module)
    use-rtc-driftfix-slew-for-x86-only.patch

++++ libidn2:

  - update to 2.3.7:
    * Un-deprecate idn2_to_ascii_4i and make it NUL terminate output
    * Export punycode APIs
    * Developer visible code maintenance

++++ libjpeg-turbo:

  - Update to version 3.0.2
    * Fixed a signed integer overflow in the tj3CompressFromYUV8(),
    tj3DecodeYUV8(), tj3DecompressToYUV8(), and tj3EncodeYUV8()
    functions, detected by the Clang and GCC undefined behavior
    sanitizers, that could be triggered by setting the align
    parameter to an unreasonably large value. This issue did not
    pose a security threat, but removing the warning made it
    easier to detect actual security issues, should they arise in
    the future.
    * Introduced a new parameter (TJPARAM_MAXMEMORY in the
    TurboJPEG C API and TJ.PARAM_MAXMEMORY in the TurboJPEG Java
    API) and a corresponding TJBench option (-maxmemory) for
    specifying the maximum amount of memory (in megabytes) that
    will be allocated for intermediate buffers, which are used
    with progressive JPEG compression and decompression, optimized
    baseline entropy coding, lossless JPEG compression, and
    lossless transformation. The new parameter and option serve
    the same purpose as the max_memory_to_use field in the
    jpeg_memory_mgr struct in the libjpeg API, the JPEGMEM
    environment variable, and the cjpeg/djpeg/jpegtran -maxmemory
    option.
    * Introduced a new parameter (TJPARAM_MAXPIXELS in the TurboJPEG
    C API and TJ.PARAM_MAXPIXELS in the TurboJPEG Java API) and a
    corresponding TJBench option (-maxpixels) for specifying the
    maximum number of pixels that the decompression, lossless
    transformation, and packed-pixel image loading
    functions/methods will process.
    * Fixed an error ("Unsupported color conversion request") that
    occurred when attempting to decompress a 3-component lossless
    JPEG image without an Adobe APP14 marker. The decompressor
    now assumes that a 3-component lossless JPEG image without an
    Adobe APP14 marker uses the RGB colorspace if its component
    IDs are 1, 2, and 3.

++++ libmicrohttpd:

  - libmicrohttpd 1.0.0:
    * first stable release
    * Client request parsing was rewritten to RFC 9910 and RFC 9112
    * Support for strict and lenient specification enforcement
    * Digest Auth was reworked, improved support for RFC 7617
    * Improved functionality in multi-threading environment,
    especially with external sockets polling modes.
    * Reworked Basic Auth, adding new convenient API functions.
    * Re-implemented GnuTLS initialisation. Now supported
    libmicrohttpd-specific system-wide configuration, as well as
    generic GnuTLS system-wide configuration. Application may adjust
    settings based on system configuration instead of specifying its
    own full configuration.

++++ ncurses:

  - Add ncurses patch 20240203
    + minor changes to tracing and locale-checks.

++++ numactl:

  - Update to version 2.0.17.8.g67984e5:
    * numastat: Print package version number instead of own.
    * numastat: Remove commented out perl code
    * Check for MPOL_PREFERRED_MANY lazily
    * libnuma: add numa_set_mempolicy_home_node API

++++ openssl-3:

  - Add migration script to move old files (bsc#1219562)
    /etc/ssl/engines.d/* -> /etc/ssl/engines1.1.d.rpmsave
    /etc/ssl/engdef.d/* -> /etc/ssl/engdef1.1.d.rpmsave
    They will be later restored by openssl-1_1 package
    to engines1.1.d and engdef1.1.d

++++ libpciaccess:

  - Update to version 0.18
    * Remove "All rights reserved" from Oracle copyright notices
    * Try fopen(".../pci.ids", "re") on Solarish systems as well
    * Remove autotools build
    * gitlab-ci: use `meson setup`
    * gitlab-ci: don't bother to configure meson for the version check
    * gitlab-ci: remove unnecessary call to `meson configure`
    * FreeBSD: Fallback to /usr/share/misc/pci_vendors
    * FreeBSD: Remove sparc64 code
    * Fix compilation warnings when building against hurd-amd64.

++++ libxcb:

  - devel package: added missing Requires to libxcb-dbe0 (boo#1219572)

++++ linux-glibc-devel:

  - Sync with the latest SLE15-SP6 kernel, as of commit 3a5699ce2499
    (bsc#1217465): linux-glibc-devel-current.patch
    * EFI update (fate#316350)
    * amd/amdkfd updates (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)
    * Sound updates (jsc#PED-6045 jsc#PED-6036 jsc#PED-6104 jsc#PED-6114 jsc#PED-6067 jsc#PED-6123)
    * UAPI fixes (bsc#1217382)
    * IB updates (jsc#PED-6864)
    * KVM s390 updates (jsc#PED-5441)
    * RDMA updates (jsc#PED-7574 jsc#PED-6864)
    * Block updates (bsc#1012628 jsc#PED-3545 bsc#1216436 bsc#1216435 bsc#1218003)
    * BPF updates (jsc#PED-6811)
    * virtual/devlink updates (jsc#PED-3311 jsc#PED-7785 jsc#PED-5853 jsc#PED-5505)
    * DPLL updates (jsc#PED-6079)
    * FUSE fix (bsc#1012628)
    * io_uring updates (bsc#1215211)
    * MD fix (bnc#763402)
    * Media fixes (bsc#1012628)
    * Net updates (jsc#PED-4876 jsc#PED-4860 jsc#PED-6079 jsc#PED-7574)
    * perf updates (jsc#PED-6012 jsc#PED-6121)
    * Arm64 updates (jsc#PED-5458)
    * PowerPC updates (jsc#PED-4486 jsc#PED-5452)
    * S390 updates (jsc#PED-6371 jsc#PED-3289 jsc#PED-5417 bsc#1218992)
    * X86 updates (jsc#PED-6018 bsc#1216611)
    * WiFi updates (jsc#PED-6081 jsc#PED-6130)
  - Add scripts to create a patch from kernel-source git tree

++++ selinux-policy:

  - Update to version 20240205:
    * Allow gpg manage rpm cache
    * Allow login_userdomain name_bind to howl and xmsg udp ports
    * Allow rules for confined users logged in plasma
    * Label /dev/iommu with iommu_device_t
    * Remove duplicate file context entries in /run
    * Dontaudit getty and plymouth the checkpoint_restore capability (bsc#1220361)
    * Allow su domains write login records
    * Revert "Allow su domains write login records"
    * Allow login_userdomain delete session dbusd tmp socket files
    * Allow unix dgram sendto between exim processes
    * Allow su domains write login records
    * Allow smbd_t to watch user_home_dir_t if samba_enable_home_dirs is on
    * Allow chronyd-restricted read chronyd key files
    * Allow conntrackd_t to use bpf capability2
    * Allow systemd-networkd manage its runtime socket files
    * Allow init_t nnp domain transition to colord_t
    * Allow polkit status systemd services
    * nova: Fix duplicate declarations
    * Allow httpd work with PrivateTmp
    * Add interfaces for watching and reading ifconfig_var_run_t
    * Allow collectd read raw fixed disk device
    * Allow collectd read udev pid files
    * Set correct label on /etc/pki/pki-tomcat/kra
    * Allow systemd domains watch system dbus pid socket files
    * Allow certmonger read network sysctls
    * Allow mdadm list stratisd data directories
    * Allow syslog to run unconfined scripts conditionally
    * Allow syslogd_t nnp_transition to syslogd_unconfined_script_t
    * Allow qatlib set attributes of vfio device files
    * Allow systemd-sleep set attributes of efivarfs files
    * Allow samba-dcerpcd read public files
    * Allow spamd_update_t the sys_ptrace capability in user namespace
    * Allow bluetooth devices work with alsa
    * Allow alsa get attributes filesystems with extended attributes
    * Allow hypervkvp_t write access to NetworkManager_etc_rw_t
    * Add interface for write-only access to NetworkManager rw conf
    * Allow systemd-sleep send a message to syslog over a unix dgram socket
    * Allow init create and use netlink netfilter socket
    * Allow qatlib load kernel modules
    * Allow qatlib run lspci
    * Allow qatlib manage its private runtime socket files
    * Allow qatlib read/write vfio devices
    * Label /etc/redis.conf with redis_conf_t
    * Remove the lockdown-class rules from the policy
    * Allow init read all non-security socket files
    * Replace redundant dnsmasq pattern macros
    * Remove unneeded symlink perms in dnsmasq.if
    * Add additions to dnsmasq interface
    * Allow nvme_stas_t create and use netlink kobject uevent socket
    * Allow collectd connect to statsd port
    * Allow keepalived_t to use sys_ptrace of cap_userns
    * Allow dovecot_auth_t connect to postgresql using UNIX socket
    * Make named_zone_t and named_var_run_t a part of the mountpoint attribute
    * Allow sysadm execute traceroute in sysadm_t domain using sudo
    * Allow sysadm execute tcpdump in sysadm_t domain using sudo
    * Allow opafm search nfs directories
    * Add support for syslogd unconfined scripts
    * Allow gpsd use /dev/gnss devices
    * Allow gpg read rpm cache
    * Allow virtqemud additional permissions
    * Allow virtqemud manage its private lock files
    * Allow virtqemud use the io_uring api
    * Allow ddclient send e-mail notifications
    * Allow postfix_master_t map postfix data files
    * Allow init create and use vsock sockets
    * Allow thumb_t append to init unix domain stream sockets
    * Label /dev/vas with vas_device_t
    * Create interface selinux_watch_config and add it to SELinux users
    * Update cifs interfaces to include fs_search_auto_mountpoints()
    * Allow sudodomain read var auth files
    * Allow spamd_update_t read hardware state information
    * Allow virtnetworkd domain transition on tc command execution
    * Allow sendmail MTA connect to sendmail LDA
    * Allow auditd read all domains process state
    * Allow rsync read network sysctls
    * Add dhcpcd bpf capability to run bpf programs
    * Dontaudit systemd-hwdb dac_override capability
    * Allow systemd-sleep create efivarfs files
    * Allow map xserver_tmpfs_t files when xserver_clients_write_xshm is on
    * Allow graphical applications work in Wayland
    * Allow kdump work with PrivateTmp
    * Allow dovecot-auth work with PrivateTmp
    * Allow nfsd get attributes of all filesystems
    * Allow unconfined_domain_type use io_uring cmd on domain
    * ci: Only run Rawhide revdeps tests on the rawhide branch
    * Label /var/run/auditd.state as auditd_var_run_t
    * Allow fido-device-onboard (FDO) read the crack database
    * Allow ip an explicit domain transition to other domains
    * Label /usr/libexec/selinux/selinux-autorelabel with semanage_exec_t
    * Allow  winbind_rpcd_t processes access when samba_export_all_* is on
    * Enable NetworkManager and dhclient to use initramfs-configured DHCP connection
    * Allow ntp to bind and connect to ntske port.

++++ skopeo:

  - Update to version 1.14.2:
    * [release-1.14] Bump Skopeo to v1.14.2
    * [release-1.14] Bump c/image to v5.29.2, c/common to v0.57.3 (fixes bsc#1219563)

++++ xfsprogs:

  - update to 6.6.0
  - xfs_scrub: add missing license and copyright information
  - xfs_db: report the device associated with each io cursor
  - libxfs: Fix UAF in a requeued EFI
  - xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2
  - xfs_db: Add upport to read from external log device
  - metadump: New metadump format
  - xfs_quota: fix missing mount point warning

------------------------------------------------------------------
------------------  2024-2-4  -  Feb 4 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 23.3.5
  - -> https://docs.mesa3d.org/relnotes/23.3.5.html

++++ Mesa-drivers:

  - Update to bugfix release 23.3.5
  - -> https://docs.mesa3d.org/relnotes/23.3.5.html

++++ haproxy:

  - Set /run/haproxy as the default PID file and socket location
    Adds haproxy-service.patch
  - Allow custom stats socket names

++++ kernel-default:

  - ASoC: cs35l56: Firmware file must match the version of preloaded
    firmware (git-fixes).
  - commit 726969d
  - ASoC: cs35l56: Wake transactions need to be issued twice
    (git-fixes).
  - commit 92aa6aa
  - drm/amd/display: Add NULL check for kzalloc in
    'amdgpu_dm_atomic_commit_tail()' (git-fixes).
  - drm/amd: Don't init MEC2 firmware when it fails to load
    (git-fixes).
  - Input: atkbd - do not skip atkbd_deactivate() when skipping
    ATKBD_CMD_GETID (git-fixes).
  - Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping
    ATKBD_CMD_GETID (git-fixes).
  - Input: bcm5974 - check endpoint type before starting traffic
    (git-fixes).
  - ALSA: hda: cs35l56: Firmware file must match the version of
    preloaded firmware (git-fixes).
  - ASoC: cs35l56: Allow more time for firmware to boot (git-fixes).
  - ASoC: cs35l56: Load tunings for the correct speaker models
    (git-fixes).
  - ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon
    revision (git-fixes).
  - ASoC: cs35l56: Fix for initializing ASP1 mixer registers
    (git-fixes).
  - ASoC: cs35l56: Remove unused hibernate wake constants
    (git-fixes).
  - commit a79a167
  - ALSA: hda: cs35l56: Initialize all ASP1 registers (git-fixes).
  - ASoC: cs35l56: Fix default SDW TX mixer registers (git-fixes).
  - ASoC: cs35l56: Fix to ensure ASP1 registers match cache
    (git-fixes).
  - ASoC: cs35l56: Remove buggy checks from
    cs35l56_is_fw_reload_needed() (git-fixes).
  - ASoC: cs35l56: Don't add the same register patch multiple times
    (git-fixes).
  - ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adsp
    (git-fixes).
  - ASoC: cs35l56: cs35l56_component_remove() must clear
    cs35l56->component (git-fixes).
  - ASoC: wm_adsp: Fix firmware file search order (git-fixes).
  - ASoC: sun4i-spdif: Fix requirements for H6 (git-fixes).
  - ASoC: codecs: lpass-wsa-macro: fix compander volume hack
    (git-fixes).
  - commit 210b81e
  - ALSA: hda: cs35l56: Fix filename string field layout
    (git-fixes).
  - ALSA: hda: cs35l56: Fix order of searching for firmware files
    (git-fixes).
  - ASoC: codecs: wsa883x: fix PA volume control (git-fixes).
  - ASoC: codecs: wcd938x: handle deferred probe (git-fixes).
  - ASoC: codecs: wcd938x: fix headphones volume controls
    (git-fixes).
  - ALSA: usb-audio: Sort quirk table entries (git-fixes).
  - ALSA: usb-audio: add quirk for RODE NT-USB+ (git-fixes).
  - ALSA: usb-audio: fix typo (git-fixes).
  - ALSA: hda/cs8409: Suppress vmaster control for Dolphin models
    (git-fixes).
  - commit cbd1581

++++ python-MarkupSafe:

  - update to 2.1.5:
    * Fix striptags not collapsing spaces. :issue:`417`

------------------------------------------------------------------
------------------  2024-2-3  -  Feb 3 2024  -------------------
------------------------------------------------------------------

++++ c-ares:

  - c-ares 1.26.0:
    * Event Thread support. Integrators are no longer required to
    monitor the file descriptors registered by c-ares for events
    and call ares_process() when enabling the event thread feature
    via ARES_OPT_EVENT_THREAD passed to ares_init_options().
    * Added flags to are_dns_parse() to force RAW packet parsing
    * Mark ares_fds() as deprecated
    * Bug fixes
  - move tests into a build flavor to avoid gtest/gmock build loop

++++ podman:

  - Update to version 4.9.2:
    * Bump to v4.9.2
    * Release notes for v4.9.2
    * Cirrus: Update operating branch
    * [v4.9] Bump to c/common v0.57.4, buildkit v0.12.5, c/buidah v1.33.5 (fixes bsc#1219563)
    * Fix updated runc dep breaking pod devices cgroup
    * systests: kube with policies test: fix race
    * Remove go.mod pin of runc and update to latest
    * systests: kube with policies test: fix race
    * Bump to v4.9.2-dev

------------------------------------------------------------------
------------------  2024-2-2  -  Feb 2 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240202.9526d46:
    * properly shorten the variable when setting JAVA_HOME and JRE_HOME
    * silence output of alljava
    * Restrict ptrace with Yama LSM by default
    * patch alljava.sh and alljava.csh, use the links from update alternatives

++++ crypto-policies:

  - Update to version 20231108.adb5572b:
    * Print matches in syntax deprecation warnings
    * Restore support for scoped ssh_etm directives
    * fips-mode-setup: Fix usage with --no-bootcfg
    * turn ssh_etm into an etm@SSH tri-state
    * fips-mode-setup: increase chroot-friendliness
    * bind: fix a typo that led to duplication of ECDSAPxxxSHAxxx
    * pylintrc: use-implicit-booleaness-not-comparison-to-*

++++ cups:

  - Removed outdated ntadmin stuff from cups.spec (boo#1219503)

++++ python-kiwi:

  - Fix error message regarding ovftool
    For ova support kiwi still uses the proprietary ovftool
    from VMware. The error message if the tool could not be
    found was broken and the link to the VMware page was also
    outdated.
  - Drop PDF build of the documentation
    The kiwi.pdf file as provided in the kiwi-man-pages package
    was never really used by our users but comes with a huge
    dependency chain to LaTex. We provide the documentation
    online as well as converted to DocBook from where all other
    formats could be derived. Thus there is no need for us to
    produce an extra PDF document which is imho never consulted.
    In addition to this change also the contributing chapter has
    been reworked. Due to recent changes and drop of obsolete
    components from kiwi as well as the effort to move the development
    setup to poetry, there is only one non python tool needed
    for the development of kiwi. The check for this tool has been
    moved into the Makefile and all other checks formerly done
    in the helper/install_devel_packages script were deleted.

++++ fdo-client:

  - Fix build using RPM 4.19: builddir does contain the extracted
    tartball, but can also contain special directories used by RPM,
    resolving in globbing to behave differently.

++++ texinfo:

  - Update to version 7.1 (18 October 2023)
    * Language
    . new generic definition commands, @defblock, @defline and @deftypeline,
    for definitions without automatic index entries
    . new @linemacro facility eases use of generic definition commands
    . new command @link creates plain links (supported output formats only)
    . @cartouche takes an argument to specify the cartouche title
    . you can use the new commands @nodedescription and @nodedescriptionblock
    to give text to be used in menu descriptions in Info and HTML output
    * texi2any
    . @itemx at the beginning of a @table is now an error, not a warning
    . better validity checking of deeply nested commands
    . check that @set and @clear only appear at the start of a line
    . warn about missing menu entries even if CHECK_NORMAL_MENU_STRUCTURE is
    not set.  you can turn this off by setting CHECK_MISSING_MENU_ENTRY to 0.
    . no longer use --enable-encoding and --disable-encoding to determine
    whether to output encoded characters (instead of entities or commands)
    for HTML, XML, DocBook and LaTeX; instead, use the value of the
    OUTPUT_CHARACTERS customization variable.
    . stricter checks on input encoding, in particular more warnings and
    errors with malformed UTF-8
    . support any input file encoding if support exists in the operating
    system, not just a selected list of encodings
    . resolve an alias referring to another alias at definition time
    . internally, use "source marks" to keep all Texinfo source information that
    is not in the final tree (location of macros, values and included files
    expansion, @if* blocks, DEL comment, and @ protecting end of line on @def*
    lines)
    . HTML output:
    . format @subentry and index entries with @seealso or @seeentry in a more
    similar way to printed output
    . output @shortcontents before @contents by default
    . omit colons after index entries by default.  this can still be
    configured with INDEX_ENTRY_COLON.
    . add @example syntax highlighting as a texi2any extension
    . no more capitalization of @sc argument in HTML Cross-references
    . change @point expansion to U+22C6 in HTML Cross-references
    . if a @node is not associated with a sectioning command but is
    followed by a heading command not usually associated to nodes
    such as @heading and this command appears before other formatted
    content, the heading command is assumed to supply the node heading.
    you can customize this with USE_NEXT_HEADING_FOR_LONE_NODE.
    . Info output:
    . new variable ASCII_DASHES_AND_QUOTES, on by default,
    outputs ASCII characters for literal quote or hyphen characters
    in source, rather than UTF-8.  this makes it easier to search
    Info files.
    . new ASCII_GLYPH variable for using ASCII renditions for glyph
    commands (like @bullet)
    . ASCII_PUNCTUATION still includes the effect of these new variables.
    . new variables AUTO_MENU_DESCRIPTION_ALIGN_COLUMN and AUTO_MENU_MAX_WIDTH
    control the format of descriptions in generated menus
    . XML output:
    . place menu leading text and menu separators in elements instead
    of attributes
    * texi2dvi
    . macro expansion with texi2any requires at least version 5.0 (only
    happens with --expand option or with very old texinfo.tex)
    * texinfo.tex
    . in @code, ` and ' output by default with backtick and undirected
    single quote glyphs in the typewriter font.  you can still configure
    this using the @codequoteundirected/@codequotebacktick commands.
    . do not insert a space for @ def line continuation, matching the behavior
    of texi2any
    . align section titles in table of contents when more than 10 sections
    . microtype is off by default, for speed
    . page headings generation is no longer linked to the @titlepage command
    * info
    . when going Up, position cursor on menu entry for current node
    . allow mouse scrolling support regardless of termcap entries.  this
    supports some more xterm configurations.
    . do not use "/index" as a possible file extension for Info files
    * texi2any
    . fix performance regression when Perl binary extension (XS) modules
    are not being used (e.g. with TEXINFO_XS=omit)
    * info
    . further fix of recoding of UTF-8 files to ASCII to avoid text
    disappearing from nodes
    . avoid possible freeze at start of a file with `-v nodeline=pointers'
    * texi2any
    . do not distribute architecture-dependent files
    . build fixed on OpenIndiana 11
    * info
    . further fix of recoding of UTF-8 files to ASCII
    . fix check for presence of man pages on Solaris
    * install-info
    . fix build by avoiding function name clash on some platforms
    . compiler warning re strncat silenced
    * texi2any
    . avoid crashes on empty @image argument and other potential crashes
    (with "Can't use an undefined value as an ARRAY reference" message)
    . avoid hang on @ref command inside section command
    * info
    . fix recoding of UTF-8 files to ASCII when run in C locale
    * js
    . index search fixed for new HTML output
    . some obsolete files removed from distribution
  - Port patch texinfo-zlib.patch
  - Use libzio 1.09 to support compressed 'dir' data base files

++++ kernel-default:

  - workqueue: Provide one lock class key per work_on_cpu() callsite
    (bsc#1219510).
  - commit cc7032e
  - workqueue: Override implicit ordered attribute in
    workqueue_apply_unbound_cpumask() (bsc#1219509).
  - commit 6b333df
  - perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 (bsc#1219496)
  - commit 2ad8787
  - Update patches.suse/sbsa_gwdt-Calculate-timeout-with-64-bit-math.patch (git-fixes, bsc#1219470)
    Add reference to bsc#1219470.
  - commit f55db61
  - Update patches.suse/i2c-designware-Disable-TX_EMPTY-irq-while-waiting-fo.patch (git-fixes, bsc#1219473)
    Add reference to bsc#1219473.
  - commit 4fc714a
  - net: phy: realtek: add support for RTL8126A-integrated 5Gbps
    PHY (bsc#1217417).
  - r8169: add support for RTL8126A (bsc#1217417).
  - commit cff22d0
  - r8169: fix rtl8125b PAUSE frames blasting when suspended
    (bsc#1217417).
  - commit 1d2e69e
  - nfc: nci: free rx_data_reassembly skb on NCI device cleanup
    (git-fixes).
  - HID: bpf: actually free hdev memory after attaching a HID-BPF
    program (git-fixes).
  - HID: bpf: remove double fdget() (git-fixes).
  - HID: i2c-hid-of: fix NULL-deref on failed power up (git-fixes).
  - HID: hidraw: fix a problem of memory leak in hidraw_release()
    (git-fixes).
  - firewire: core: correct documentation of fw_csr_string()
    kernel API (git-fixes).
  - regulator: ti-abb: don't use
    devm_platform_ioremap_resource_byname for shared interrupt
    register (git-fixes).
  - serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
    (git-fixes).
  - serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
    (git-fixes).
  - serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in
    case of probe error (git-fixes).
  - serial: sc16is7xx: fix unconditional activation of THRI
    interrupt (git-fixes).
  - commit 5ceb45c
  - supported.conf: Add new VFIO modules
  - commit 0e15e54
  - vfio/pds: Add missing PCI_IOV depends (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: Fix calculations in pds_vfio_dirty_sync (jsc#PED-7779
    jsc#PED-7780).
  - Refresh patches.suse/vfio-Move-iova_bitmap-into-iommufd.
  - commit d637959
  - selftests/bpf: user_ringbuf.c define c_ringbuf_size
    (jsc#PED-6811).
  - commit 777a0e5

++++ kernel-firmware-all:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-amdgpu:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-ath10k:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-ath11k:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-ath12k:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-atheros:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-bluetooth:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-bnx2:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-brcm:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-chelsio:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-dpaa2:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-i915:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-intel:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-iwlwifi:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-liquidio:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-marvell:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-media:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-mediatek:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-mellanox:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-mwifiex:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-network:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-nfp:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-nvidia:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-platform:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-prestera:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-qcom:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-qlogic:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-radeon:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-realtek:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-serial:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-sound:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-ti:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-ueagle:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ kernel-firmware-usb-network:

  - More update on version 20240201 (git commit 3677750467cb):
    * linux-firmware: wilc1000: update WILC1000 firmware to v16.1.2
    * rtl_nic: add firmware for RTL8126A (bsc#1217417)
    * qcom: Add Audio firmware for SM8550 HDK

++++ alsa:

  - Updated to alsa-lib 1.2.11:
    * auto-tools fixes, versioned symbol fixes
    * support dB TLVs for single controls
    * various PCM updates, including subformat extensions
    * UMP and sequencer API fixes
    For details, see:
    https://www.alsa-project.org/wiki/Changes_v1.2.10_v1.2.11#alsa-lib
  - Dropped obsoleted patches:
    0001-control.h-Fix-ump-header-file-detection.patch
    0002-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch
    0003-pcm-Fix-segfault-with-32bit-libs.patch
    0004-reshuffle-included-files-to-include-config.h-as-firs.patch
    0005-seq-Fix-typos-in-symbol-version-definitions.patch
    0006-seq-Fix-invalid-sanity-check-in-snd_seq_set_input_bu.patch
    0007-mixer-simple-Support-dB-TLVs-for-CTL_SINGLE-controls.patch
    0008-seq-Clear-UMP-event-flag-for-legacy-apps.patch
    0009-seq-Simplify-snd_seq_extract_output.patch
    0010-seq-Check-protocol-compatibility-with-the-current-ve.patch

++++ rpm:

  - Need to mention the changed patches for the python-setuptools to
    cmake migration:
    * Drop python_setup.diff
    * Add cmake_python_version.diff

------------------------------------------------------------------
------------------  2024-2-1  -  Feb 1 2024  -------------------
------------------------------------------------------------------

++++ distribution-logos-openSUSE:

  - list the source url
  - Update Leap 15.6 branding poo#131666

++++ docker-compose:

  - Update to version 2.24.5:
    * chore(e2e): fix flaky test & standalone behavior (#11382)
    * ci(deps): replace buildkit to fix fsutil issues on Windows
    (#11426)
    * Fix canonical container name

++++ glibc:

  - Update to glibc 2.39
    * A new tunable, glibc.cpu.plt_rewrite, can be used to enable PLT
    rewrite on x86-64
    * Sync with Linux kernel 6.6 shadow stack interface
    * struct statvfs now has an f_type member, equal to the f_type statfs
    member
    * On Linux, the functions posix_spawnattr_getcgroup_np and
    posix_spawnattr_setcgroup_np have been added, along with the
    POSIX_SPAWN_SETCGROUP flag
    * On Linux, the pidfd_spawn and pidfd_spawp functions have been added
    * On Linux, the pidfd_getpid function has been added
    * scanf-family functions now support the wN format length modifiers for
    arguments pointing to types intN_t, int_leastN_t, uintN_t or
    uint_leastN_t
    * A new tunable, glibc.mem.decorate_maps, can be used to add additional
    information on underlying memory allocated by the glibc
    * The <stdbit.h> header has been added from ISO C2X
    * On AArch64 new symbols were added to libmvec
    * The ldconfig program now skips file names containing ';' or ending in
    ".dpkg.tmp" or ".dpkg.new"
    * The dynamic linker calls the malloc and free functions in more cases
    during TLS access if a shared object with dynamic TLS is loaded and
    unloaded
  - aarch64-rawmemchr-unwind.patch, cache-amd-legacy.patch,
    cache-intel-shared.patch, call-init-proxy-objects.patch,
    fstat-implementation.patch, gb18030-2022.patch,
    getaddrinfo-eai-memory.patch, getaddrinfo-memory-leak.patch,
    getcanonname-use-after-free.patch, iconv-error-verbosity.patch,
    intl-c-utf-8-like-c-locale.patch, ldconfig-process-elf-file.patch,
    libio-io-vtables.patch, libio-wdo-write.patch,
    no-aaaa-read-overflow.patch, posix-memalign-fragmentation.patch,
    ppc64-flock-fob64.patch, qsort-invalid-cmp.patch,
    sem-open-o-creat.patch, setxid-propagate-glibc-tunables.patch,
    syslog-buffer-overflow.patch, tls-modid-reuse.patch,
    tunables-string-parsing.patch: Removed

++++ gstreamer:

  - Update to version 1.22.9:
    + Highlighted bugfixes in 1.22.9
  - More Security fixes for the AV1 video codec parser
  - va: fixes for Mesa Gallium drivers in Mesa versions older
    than v23.2
  - v4l2src: Consider framerate during caps selection
  - v4l2codec: decoder fixes
  - rtspsrc: multicast fixes
  - camerabin viewfinder fixes
  - various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer
  - aggregator: fix use-after-free in queries processing
  - multiqueue: Ignore queue fullness for most events
  - Rebase reduce-required-meson.patch

++++ gstreamer-plugins-base:

  - Update to version 1.22.9:
    + audiobasesink: Don't wait on gap events
    + audioconvert: change gst_audio_convert_get_unit_size() log
    levels
    + glcolorconvert: Correct transform_caps direction
    + gloverlay: Apply updated overlay coordinates correctly
    + videorate: keep pool if max_buffers is unlimited
  - Rebase reduce-required-meson.patch

++++ kernel-default:

  - Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
    (bsc#1219141).
  - fnic: move fnic_fnic_flush_tx() to a work queue (bsc#1219141).
  - commit 43e1290
  - xen-netback: don't produce zero-size SKB frags (CVE-2023-46838,
    XSA-448, bsc#1218836).
  - commit b4061c7
  - vm: fix move_vma() memory accounting being off (bsc#1219404).
  - commit 8061f6c
  - Refresh
    patches.suse/usb-typec-tcpm-Support-multiple-capabilities.patch.
    Fixes an error that I made backporting.
    It leads to an unused variable warning.
    Does not really hurt, but should not happen
  - commit 2ce740a
  - mm: Update do_vmi_align_munmap() return semantics (bsc#1219404).
  - Refresh patches.suse/mm-re-introduce-vm_flags-to-do_mmap.patch.
  - commit 7580cf9
  - mm: don't do validate_mm() unnecessarily and without mmap
    locking (bsc#1219404).
  - mm: validate the mm before dropping the mmap lock (bsc#1219404).
  - mm: Always downgrade mmap_lock if requested (bsc#1219404).
  - userfaultfd: fix regression in userfaultfd_unmap_prep()
    (bsc#1219404).
  - mm/mmap: separate writenotify and dirty tracking logic
    (bsc#1219404).
  - commit b6ee33d
  - maple_tree: add comments and some minor cleanups to
    mas_wr_append() (bsc#1219404).
  - Refresh
    patches.suse/maple_tree-disable-mas_wr_append-when-other-re.patch.
  - commit 8ab650e
  - maple_tree: relocate the declaration of mas_empty_area_rev()
    (bsc#1219404).
  - maple_tree: simplify and clean up mas_wr_node_store()
    (bsc#1219404).
  - maple_tree: rework mas_wr_slot_store() to be cleaner and more
    efficient (bsc#1219404).
  - maple_tree: add mas_wr_new_end() to calculate new_end accurately
    (bsc#1219404).
  - maple_tree: make the code symmetrical in mas_wr_extend_null()
    (bsc#1219404).
  - maple_tree: simplify mas_is_span_wr() (bsc#1219404).
  - maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()
    (bsc#1219404).
  - maple_tree: rework mtree_alloc_{range,rrange}() (bsc#1219404).
  - commit d2740e9
  - maple_tree: update testing code for mas_{next,prev,walk}
    (bsc#1219404).
  - Refresh
    patches.suse/maple_tree-fix-32-bit-mas_next-testing.patch.
  - commit befb467
  - mm: avoid rewalk in mmap_region (bsc#1219404).
  - mm: add vma_iter_{next,prev}_range() to vma iterator
    (bsc#1219404).
  - maple_tree: clear up index and last setting in single entry tree
    (bsc#1219404).
  - maple_tree: add mas_prev_range() and mas_find_range_rev
    interface (bsc#1219404).
  - maple_tree: introduce mas_prev_slot() interface (bsc#1219404).
  - maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()
    (bsc#1219404).
  - maple_tree: add mas_next_range() and mas_find_range() interfaces
    (bsc#1219404).
  - maple_tree: introduce mas_next_slot() interface (bsc#1219404).
  - maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()
    (bsc#1219404).
  - commit ac1cd44
  - maple_tree: make test code work without debug enabled
    (bsc#1219404).
  - Refresh
    patches.suse/maple_tree-add-GFP_KERNEL-to-allocations-in-mas_expe.patch.
  - commit c5591fa
  - maple_tree: fix testing mas_empty_area() (bsc#1219404).
  - maple_tree: revise limit checks in mas_empty_area{_rev}()
    (bsc#1219404).
  - maple_tree: try harder to keep active node with mas_prev()
    (bsc#1219404).
  - maple_tree: try harder to keep active node after mas_next()
    (bsc#1219404).
  - mm/mmap: change do_vmi_align_munmap() for maple tree iterator
    changes (bsc#1219404).
  - maple_tree: mas_start() reset depth on dead node (bsc#1219404).
  - maple_tree: remove unnecessary check from mas_destroy()
    (bsc#1219404).
  - mm: update vma_iter_store() to use MAS_WARN_ON() (bsc#1219404).
  - mm: update validate_mm() to use vma iterator (bsc#1219404).
  - commit b5f7997
  - maple_tree: return error on mte_pivots() out of range
    (bsc#1219404).
  - maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()
    (bsc#1219404).
  - maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()
    (bsc#1219404).
  - maple_tree: use MAS_BUG_ON() in mas_set_height() (bsc#1219404).
  - maple_tree: convert debug code to use MT_WARN_ON() and
    MAS_WARN_ON() (bsc#1219404).
  - maple_tree: convert BUG_ON() to MT_BUG_ON() (bsc#1219404).
  - maple_tree: clean up mas_dfs_postorder() (bsc#1219404).
  - maple_tree: avoid unnecessary ascending (bsc#1219404).
  - maple_tree: fix static analyser cppcheck issue (bsc#1219404).
  - commit e7b5e3b
  - fanotify: allow "weak" fsid when watching a single filesystem (bsc#1218177).
  - commit 1ae4770
  - fanotify: store fsid in mark instead of in connector (bsc#1218177).
  - commit 6a1149a
  - s390/pci: Use dma-iommu layer (jsc#PED-7779 jsc#PED-7780).
  - Update config files.
  - commit 5632afd
  - maple_tree: replace data before marking dead in split and
    spanning store (bsc#1219404).
  - maple_tree: change mas_adopt_children() parent usage
    (bsc#1219404).
  - maple_tree: introduce mas_tree_parent() definition
    (bsc#1219404).
  - maple_tree: introduce mas_put_in_tree() (bsc#1219404).
  - maple_tree: reorder replacement of nodes to avoid live lock
    (bsc#1219404).
  - maple_tree: add hex output to maple_arange64 dump (bsc#1219404).
  - maple_tree: fix the arguments to __must_hold() (bsc#1219404).
  - maple_tree: use MAS_BUG_ON() from mas_topiary_range()
    (bsc#1219404).
  - maple_tree: use MAS_BUG_ON() when setting a leaf node as a
    parent (bsc#1219404).
  - maple_tree: add debug BUG_ON and WARN_ON variants (bsc#1219404).
  - maple_tree: add format option to mt_dump() (bsc#1219404).
  - maple_tree: clean up mas_parent_enum() and rename to
    mas_parent_type() (bsc#1219404).
  - commit eb22d39
  - vfio: Move iova_bitmap into iommufd (jsc#PED-7779 jsc#PED-7780).
  - Update config files.
  - commit 999dadf
  - iommufd: Do not UAF during iommufd_put_object() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add iommufd_ctx to iommufd_put_object() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Fix _test_mock_dirty_bitmaps() (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM
    wart (jsc#PED-7779 jsc#PED-7780).
  - vfio/pds: Fix possible sleep while in atomic context
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pds: Fix mutex lock->magic != lock warning (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Fix printk arg in of_iommu_get_resv_regions()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Set variable intel_dirty_ops to static (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Fix incorrect cache invalidation for mm notification
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add MTL to quirk list to skip TE disabling
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Make context clearing consistent with context
    mapping (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Disable PCI ATS in legacy passthrough mode
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Omit devTLB invalidation requests when TES=0
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Support enforce_cache_coherency only for empty
    domains (jsc#PED-7779 jsc#PED-7780).
  - iommu: Avoid more races around device probe (jsc#PED-7779
    jsc#PED-7780).
  - MAINTAINERS: list all Qualcomm IOMMU drivers in the QUALCOMM
    IOMMU entry (jsc#PED-7779 jsc#PED-7780).
  - iommu: Flow ERR_PTR out from __iommu_domain_alloc()
    (jsc#PED-7779 jsc#PED-7780).
  - s390/pci: Fix reset of IOMMU software counters (jsc#PED-7779
    jsc#PED-7780).
  - iommu/dma: Use a large flush queue and timeout for
    shadow_on_flush (jsc#PED-7779 jsc#PED-7780).
  - iommu/dma: Allow a single FQ in addition to per-CPU FQs
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/s390: Disable deferred flush for ISM devices (jsc#PED-7779
    jsc#PED-7780).
  - s390/pci: prepare is_passed_through() for dma-iommu
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM
    return (jsc#PED-7779 jsc#PED-7780).
  - iommu/dart: Remove the force_bypass variable (jsc#PED-7779
    jsc#PED-7780).
  - iommu/dart: Call apple_dart_finalize_domain() as part of
    alloc_paging() (jsc#PED-7779 jsc#PED-7780).
  - iommu/dart: Convert to domain_alloc_paging() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/dart: Move the blocked domain support to a global static
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/dart: Use static global identity domains (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Convert to alloc_domain_paging() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Use ops->blocked_domain (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Update the definition of the blocking domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Move IOMMU_DOMAIN_BLOCKED global statics to
    ops->blocked_domain (jsc#PED-7779 jsc#PED-7780).
  - iommu: change iommu_map_sgtable to return signed values
    (jsc#PED-7779 jsc#PED-7780).
  - powerpc/iommu: Do not do platform domain attach atctions after
    probe (jsc#PED-7779 jsc#PED-7780).
  - iommu: Fix return code in iommu_group_alloc_default_domain()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not
    enabled (jsc#PED-7779 jsc#PED-7780).
  - iommu: Remove duplicate include (jsc#PED-7779 jsc#PED-7780).
  - iommu/iova: Manage the depot list size (jsc#PED-7779
    jsc#PED-7780).
  - iommu/iova: Make the rcache depot scale better (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Improve map/unmap sanity checks (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Retire map/unmap ops (jsc#PED-7779 jsc#PED-7780).
  - iommu/tegra-smmu: Update to {map,unmap}_pages (jsc#PED-7779
    jsc#PED-7780).
  - iommu/sun50i: Update to {map,unmap}_pages (jsc#PED-7779
    jsc#PED-7780).
  - iommu/rockchip: Update to {map,unmap}_pages (jsc#PED-7779
    jsc#PED-7780).
  - iommu/omap: Update to {map,unmap}_pages (jsc#PED-7779
    jsc#PED-7780).
  - iommu/exynos: Update to {map,unmap}_pages (jsc#PED-7779
    jsc#PED-7780).
  - iommu/omap: Convert to generic_single_device_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/ipmmu-vmsa: Convert to generic_single_device_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/rockchip: Convert to generic_single_device_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/sprd: Convert to generic_single_device_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/sun50i: Convert to generic_single_device_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add generic_single_device_group() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Remove useless group refcounting (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Convert remaining simple drivers to domain_alloc_paging()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Convert simple drivers with DOMAIN_DMA to
    domain_alloc_paging() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add ops->domain_alloc_paging() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Add __iommu_group_domain_alloc() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Require a default_domain for all iommu drivers
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN (jsc#PED-7779
    jsc#PED-7780).
  - iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN (jsc#PED-7779
    jsc#PED-7780).
  - iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN (jsc#PED-7779
    jsc#PED-7780).
  - iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Remove ops->set_platform_dma_ops() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/msm: Implement an IDENTITY domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/omap: Implement an IDENTITY domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/tegra-smmu: Support DMA domains in tegra (jsc#PED-7779
    jsc#PED-7780).
  - iommu/tegra-smmu: Implement an IDENTITY domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/exynos: Implement an IDENTITY domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Allow an IDENTITY domain as the default_domain in ARM32
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Reorganize iommu_get_default_domain_type() to respect
    def_domain_type() (jsc#PED-7779 jsc#PED-7780).
  - iommu/mtk_iommu_v1: Implement an IDENTITY domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/tegra-gart: Remove tegra-gart (jsc#PED-7779 jsc#PED-7780).
  - iommu/fsl_pamu: Implement a PLATFORM domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Add IOMMU_DOMAIN_PLATFORM for S390 (jsc#PED-7779
    jsc#PED-7780).
  - powerpc/iommu: Setup a default domain and remove
    set_platform_dma_ops (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add IOMMU_DOMAIN_PLATFORM (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add iommu_ops->identity_domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Remove DMA_FQ type from domain allocation path
    (jsc#PED-7779 jsc#PED-7780).
  - Revert "iommu: Fix false ownership failure on AMD systems with
    PASID activated" (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Remove unused EXPORT_SYMBOLS (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Remove amd_iommu_device_info() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Remove PPR support (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Remove iommu_v2 module (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Initialize iommu_device->max_pasids (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Enable device ATS/PASID/PRI capabilities
    independently (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Introduce iommu_dev_data.flags to track device
    capabilities (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Introduce iommu_dev_data.ppr (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Rename ats related variables (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Modify logic for checking GT and PPR features
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Consolidate feature detection and reporting logic
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Miscellaneous clean up when free domain (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Introduce helper functions for managing GCR3 table
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Refactor protection domain allocation code
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Consolidate logic to allocate protection domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Remove unused amd_io_pgtable.pt_root variable
    (jsc#PED-7779 jsc#PED-7780).
  - Revert "iommu/vt-d: Remove unused function" (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: debugfs: Support dumping a specified page table
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: debugfs: Create/remove debugfs file per {device,
    pasid} (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: debugfs: Dump entry pointing to huge page
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Remove unused function (jsc#PED-7779 jsc#PED-7780).
  - iommu/virtio: Add __counted_by for struct viommu_request and
    use struct_size() (jsc#PED-7779 jsc#PED-7780).
  - dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2 (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-v3-sva: Remove bond refcount (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-v3-sva: Remove unused iommu_sva handle
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Rename cdcfg to cd_table (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-v3: Update comment about STE liveness
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Move CD table to arm_smmu_master
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Refactor write_ctx_desc (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-v3: move stall_enabled to the cd table
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in
    alloc_cd_tables (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-qcom: Add SM7150 SMMUv2 (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-qcom: Add SDM670 MDSS compatible (jsc#PED-7779
    jsc#PED-7780).
  - iommu/tegra-smmu: Drop unnecessary error check for for
    debugfs_create_dir() (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Organize the mock domain alloc functions closer to
    Joerg's tree (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Fix page-size check in iommufd_test_dirty()
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iopt_area_alloc() (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Fix missing update of domains_itree after splitting
    iopt_area (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Disallow read-only mappings to nest parent domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add nested domain allocation (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Set the nested domain to a device (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Make domain attach helpers to be extern
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add helper to setup pasid nested translation
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add helper for nested domain allocation
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Extend dmar_domain to support nested domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add data structure for Intel VT-d stage-1 domain
    allocation (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Enhance capability check for nested parent domain
    allocation (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested
    HWPTs (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Add nested domain allocation for mock domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add iommu_copy_struct_from_user helper (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add a nested HW pagetable object (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Pass in parent domain with user_data to domain_alloc_user
    op (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to
    IOMMUFD_OBJ_HWPT_PAGING (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add IOMMU_DOMAIN_NESTED (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Only enforce cache coherency in
    iommufd_hw_pagetable_alloc (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Expand mock_domain with dev_flags
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Access/Dirty bit support for SS domains
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Access/Dirty bit support in IOPTEs (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Add domain_alloc_user based domain allocation
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add a flag to skip clearing of IOPTE dirty
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add capabilities to IOMMU_GET_HW_INFO (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add a flag to enforce dirty tracking on attach
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add iommu_domain ops for dirty tracking (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/iova_bitmap: Export more API symbols (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT description
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add domain_alloc_user op (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Add domain_alloc_user() support in iommu mock
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Support allocating nested parent domain (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Flow user flags for domain allocation to
    domain_alloc_user() (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Use the domain_alloc_user() op for domain allocation
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add new iommu op to create domains owned by userspace
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt
    test (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Fix spelling errors in comments (jsc#PED-7779
    jsc#PED-7780).
  - vfio/mtty: Enable migration support (jsc#PED-7779 jsc#PED-7780).
  - vfio/mtty: Overhaul mtty interrupt handling (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Fix smatch errors in vfio_combine_iova_ranges()
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/cdx: Add parentheses between bitwise AND expression and
    logical NOT (jsc#PED-7779 jsc#PED-7780).
  - vfio/mlx5: Activate the chunk mode functionality (jsc#PED-7779
    jsc#PED-7780).
  - vfio/mlx5: Add support for READING in chunk mode (jsc#PED-7779
    jsc#PED-7780).
  - vfio/mlx5: Add support for SAVING in chunk mode (jsc#PED-7779
    jsc#PED-7780).
  - vfio/mlx5: Pre-allocate chunks for the STOP_COPY phase
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/mlx5: Rename some stuff to match chunk mode (jsc#PED-7779
    jsc#PED-7780).
  - vfio/mlx5: Enable querying state size which is > 4GB
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/mlx5: Refactor the SAVE callback to activate a work only
    upon an error (jsc#PED-7779 jsc#PED-7780).
  - vfio/mlx5: Wake up the reader post of disabling the SAVING
    migration file (jsc#PED-7779 jsc#PED-7780).
  - vfio: use __aligned_u64 in struct vfio_device_ioeventfd
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: trivially use __aligned_u64 for ioctl structs
    (jsc#PED-7779 jsc#PED-7780).
  - vfio-cdx: add bus mastering device feature support (jsc#PED-7779
    jsc#PED-7780).
  - vfio: add bus master feature to device feature ioctl
    (jsc#PED-7779 jsc#PED-7780).
  - cdx: add support for bus mastering (jsc#PED-7779 jsc#PED-7780).
  - commit 5461635
  - PM: sleep: Fix possible deadlocks in core system-wide PM code
    (git-fixes).
  - commit 186fd19
  - async: Introduce async_schedule_dev_nocall() (git-fixes).
  - commit 3d2402e
  - async: Split async_schedule_node_domain() (git-fixes).
  - commit 02d0aec
  - vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X (jsc#PED-7785).
  - vfio/pci: Support dynamic MSI-X (jsc#PED-7785).
  - vfio/pci: Probe and store ability to support dynamic MSI-X
    (jsc#PED-7785).
  - vfio/pci: Use bitfield for struct vfio_pci_core_device flags
    (jsc#PED-7785).
  - vfio/pci: Update stale comment (jsc#PED-7785).
  - vfio/pci: Remove interrupt context counter (jsc#PED-7785).
  - vfio/pci: Use xarray for interrupt context storage
    (jsc#PED-7785).
  - vfio/pci: Move to single error path (jsc#PED-7785).
  - vfio/pci: Prepare for dynamic interrupt context storage
    (jsc#PED-7785).
  - vfio/pci: Remove negative check on unsigned vector
    (jsc#PED-7785).
  - vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
    (jsc#PED-7785).
  - commit bb72f32
  - serial: sc16is7xx: change EFR lock to operate on each channels
    (git-fixes).
  - Refresh
    patches.suse/serial-sc16is7xx-convert-from-_raw_-to-_noinc_-regma.patch.
  - commit b43ff48
  - serial: core: Simplify uart_get_rs485_mode() (git-fixes).
  - Refresh
    patches.suse/serial-core-imx-do-not-set-RS485-enabled-if-it-is-no.patch.
  - commit 52b3d86
  - selftests: bonding: do not test arp/ns target with mode
    balance-alb/tlb (git-fixes).
  - selftests: netdevsim: fix the udp_tunnel_nic test (git-fixes).
  - selftests: net: fix rps_default_mask with >32 CPUs (git-fixes).
  - selftest: Don't reuse port for SO_INCOMING_CPU test (git-fixes).
  - selftests: bonding: Increase timeout to 1200s (git-fixes).
  - nouveau/vmm: don't set addr on the fail path to avoid warning
    (git-fixes).
  - rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
    (git-fixes).
  - soundwire: fix initializing sysfs for same devices on different
    buses (git-fixes).
  - soundwire: bus: introduce controller_id (git-fixes).
  - serial: core: set missing supported flag for RX during TX GPIO
    (git-fixes).
  - serial: sc16is7xx: convert from _raw_ to _noinc_ regmap
    functions for FIFO (git-fixes).
  - serial: sc16is7xx: remove unused line structure member
    (git-fixes).
  - serial: sc16is7xx: remove global regmap from struct
    sc16is7xx_port (git-fixes).
  - serial: sc16is7xx: remove wasteful static buffer in
    sc16is7xx_regmap_name() (git-fixes).
  - serial: sc16is7xx: improve regmap debugfs by using one regmap
    per port (git-fixes).
  - iio: adc: ad7091r: Enable internal vref if external vref is
    not supplied (git-fixes).
  - thermal: intel: hfi: Add syscore callbacks for system-wide PM
    (git-fixes).
  - mmc: mmc_spi: remove custom DMA mapped buffers (git-fixes).
  - mmc: core: Use mrq.sbc in close-ended ffu (git-fixes).
  - scripts/get_abi: fix source path leak (git-fixes).
  - thermal: intel: hfi: Disable an HFI instance when all its CPUs
    go offline (git-fixes).
  - thermal: intel: hfi: Refactor enabling code into helper
    functions (git-fixes).
  - serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
    (git-fixes).
  - serial: sc16is7xx: Use port lock wrappers (git-fixes).
  - serial: core: Provide port lock wrappers (git-fixes).
  - thermal: trip: Drop lockdep assertion from
    thermal_zone_trip_id() (git-fixes).
  - thermal: core: Store trip pointer in struct thermal_instance
    (git-fixes).
  - thermal: trip: Drop redundant trips check from
    for_each_thermal_trip() (git-fixes).
  - commit 9cd2e11
  - drm/amdgpu/pm: Fix the power source flag error (git-fixes).
  - drm/amd/display: Fix uninitialized variable usage in core_link_
    'read_dpcd() & write_dpcd()' functions (git-fixes).
  - gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
    (git-fixes).
  - drm/amd/display: Align the returned error code with legacy DP
    (git-fixes).
  - drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable
    W/A (git-fixes).
  - drm/amd/display: Fix late derefrence 'dsc' check in
    'link_set_dsc_pps_packet()' (git-fixes).
  - drm/amd/display: Fix variable deferencing before NULL check
    in edp_setup_replay() (git-fixes).
  - drm/amdgpu: correct the cu count for gfx v11 (git-fixes).
  - iio: adc: ad7091r: Allow users to configure device events
    (git-fixes).
  - iio: adc: ad7091r: Set alert bit in config register (git-fixes).
  - drm: Don't unref the same fb many times by mistake due to
    deadlock handling (git-fixes).
  - drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
    (git-fixes).
  - drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
    (git-fixes).
  - drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2,
    NV116WHM-N49 V8.0 (git-fixes).
  - docs: kernel_abi.py: fix command injection (git-fixes).
  - crypto: api - Disallow identical driver names (git-fixes).
  - commit 38dac4b

++++ kernel-firmware-all:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-amdgpu:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-ath10k:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-ath11k:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-ath12k:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-atheros:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-bluetooth:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-bnx2:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-brcm:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-chelsio:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-dpaa2:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-i915:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-intel:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-iwlwifi:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-liquidio:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-marvell:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-media:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-mediatek:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-mellanox:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-mwifiex:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-network:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-nfp:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-nvidia:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-platform:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-prestera:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-qcom:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-qlogic:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-radeon:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-realtek:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-serial:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-sound:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-ti:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-ueagle:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-firmware-usb-network:

  - Update to version 20240201 (git commit 1b24d7d3379b):
    * linux-firmware: intel: Add IPU6 firmware binaries
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37
    * Revert "amdgpu: DMCUB updates for various AMDGPU ASICs"
    * amdgpu: update SMU 13.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ openvswitch:

  - Fix CVE-2023-5366 [bsc#1216002], openvswitch: missing masks on a final stage with ports trie
  - Added patch,
    * CVE-2023-5366.patch

++++ pcp:

  - Change YAML::XS::LibYAML to YAML::XS as this is the module to be used

++++ libusb-1_0:

  - Update to version 1.0.27
    * New libusb_init_context API to replace libusb_init
    * New libusb_get_max_alt_packet_size API
    * New libusb_get_platform_descriptor API (BOS)
    * Allow setting log callback with libusb_set_option/libusb_init_context
    * New WebAssembly + WebUSB backend using Emscripten
    * Fix regression in libusb_set_interface_alt_setting
    * Fix sync transfer completion race and use-after-free
    * Fix hotplug exit ordering
    * Linux: NO_DEVICE_DISCOVERY option set per context
  - added signature and keyring. (key received via keyserver)

++++ libzio:

  - Version 1.09: Allow to create files without suffix as well

++++ netavark:

  - Update to version 1.10.2:
    * Release v1.10.2
    * Release notes for v1.10.2
    * [CI:BUILD] Packit/rpm: fix aardvark-dns handling
    * Do not perform network namespace detection on AV update
    * Release v1.10.1
    * Updated release notes for v1.10.1
    * update to nftables release 0.3 from crates.io
    * DISTRO_PACKAGE: fix incorrect vendored tar archive URL
    * Bump to 1.11.0-dev
    * Release 1.10.0
    * Release notes for 1.10.0
    * RPM: update .cargo/config before building
    * Add support for isolation to the nftables driver
    * build(deps): bump h2 from 0.3.22 to 0.3.24
    * chore(deps): update rust crate chrono to 0.4.32
    * fix(deps): update rust crate env_logger to 0.11.0
    * chore(deps): update dependency containers/automation_images to v20240102
    * Bump nftables-rs to latest commit
    * Netavark: nftables support
    * fix(deps): update rust crate serde_json to 1.0.111
    * feat: added the --firewall-driver option
    * Document how to generate a code coverage report for netavark
    * fix(deps): update rust crate clap to ~4.4.12
    * fix(deps): update rust crate serde_json to 1.0.110
    * fix(deps): update rust-futures monorepo to 0.3.30
    * fix(deps): update rust crate nispor to 1.2.16
    * chore(deps): update rust crate tempfile to 3.9.0
    * Use tonic::transport::Uri instead of HTTP
    * chore(deps): update dependency containers/automation_images to v20231208
    * fix(deps): update rust crate tokio to 1.35
    * dhcp-proxy: return actual error instead of generic one
    * dhcp-proxy: skip set gateway if missing
    * bump netlink-packet-route to 0.18.1
    * chore(deps): update rust crate once_cell to 1.19.0
    * fix(deps): update rust crate nispor to 1.2.15
    * fix(deps): update rust crate serde to 1.0.193
    * fix(deps): update rust crate clap to ~4.4.10
    * aardvark: show error if process is in wrong netns
    * aardvark: remove unessesary unlock lockfile calls
    * fix(deps): update rust crate url to 2.5.0
    * Bump working version to v1.10.0-dev

++++ podman:

  - Update to version 4.9.1:
    * Bump to v4.9.1
    * Release notes for v4.9.1
    * [v4.9] Bump Buildah to v1.33.4, c/common v0.57.3, c/image v5.29.2
    * pkginstaller: bump Qemu version to 8.2.1
    * Assign separate ports for each appleHV machine
    * Fix machine inspect test config
    * AppleHV: update LastUp time
    * applehv: return socket path from setupAPIForwarding
    * applehv: Remove unneeded cmd.ExtraFiles assignment
    * abi: drop check for IsRootless()
    * system: enhance check for re-exec into rootless userns
    * system: enhance check for re-exec into rootless userns
    * Fix `podman machine set --rootful` for applehv
    * applehv - fix vm lookup
    * rpm: use go-rpm-macros on RHEL 10
    * Bump to v4.9.1-dev

++++ python-rpm:

  - Use cmake for compiling and installing the python modules
    * Drop python_setup.diff
    * Add cmake_python_version.diff
  - buildrequire setuptools

++++ salt:

  - Prevent directory traversal when creating syndic cache directory
    on the master (CVE-2024-22231, bsc#1219430)
  - Prevent directory traversal attacks in the master's serve_file
    method (CVE-2024-22232, bsc#1219431)
  - Prevent exceptions with fileserver.update when called via state (bsc#1218482)
  - Improve pip target override condition with VENV_PIP_TARGET
    environment variable (bsc#1216850)
  - Fixed KeyError in logs when running a state that fails
  - Ensure that pillar refresh loads beacons from pillar without restart
  - Fix the aptpkg.py unit test failure
  - Prefer unittest.mock to python-mock in test suite
  - Enable "KeepAlive" probes for Salt SSH executions (bsc#1211649)
  - Revert changes to set Salt configured user early in the stack (bsc#1216284)
  - Align behavior of some modules when using salt-call via symlink (bsc#1215963)
  - Fix gitfs "__env__" and improve cache cleaning (bsc#1193948)
  - Remove python-boto dependency for the python3-salt-testsuite package for Tumbleweed
  - Randomize pre_flight_script path (CVE-2023-34049 bsc#1215157)
  - Allow all primitive grain types for autosign_grains (bsc#1214477)
  - Fix optimization_order opt to prevent testsuite fails
  - Improve salt.utils.json.find_json to avoid fails (bsc#1213293)
  - Use salt-call from salt bundle with transactional_update
  - Only call native_str on curl_debug message in tornado when needed
  - Implement the calling for batch async from the salt CLI
  - Fix calculation of SLS context vars when trailing dots
    on targetted sls/state (bsc#1213518)
  - Rename salt-tests to python3-salt-testsuite
  - Added:
    * enable-keepalive-probes-for-salt-ssh-executions-bsc-.patch
    * allow-all-primitive-grain-types-for-autosign_grains-.patch
    * fixed-keyerror-in-logs-when-running-a-state-that-fai.patch
    * use-salt-call-from-salt-bundle-with-transactional_up.patch
    * implement-the-calling-for-batch-async-from-the-salt-.patch
    * fix-calculation-of-sls-context-vars-when-trailing-do.patch
    * prefer-unittest.mock-for-python-versions-that-are-su.patch
    * fix-cve-2023-34049-bsc-1215157.patch
    * fix-gitfs-__env__-and-improve-cache-cleaning-bsc-119.patch
    * allow-kwargs-for-fileserver-roots-update-bsc-1218482.patch
    * dereference-symlinks-to-set-proper-__cli-opt-bsc-121.patch
    * revert-make-sure-configured-user-is-properly-set-by-.patch
    * fix-cve-2024-22231-and-cve-2024-22232-bsc-1219430-bs.patch
    * improve-pip-target-override-condition-with-venv_pip_.patch
    * only-call-native_str-on-curl_debug-message-in-tornad.patch
    * update-__pillar__-during-pillar_refresh.patch
    * improve-salt.utils.json.find_json-bsc-1213293.patch
    * fix-the-aptpkg.py-unit-test-failure.patch
    * fix-optimization_order-opt-to-prevent-test-fails.patch

++++ strace:

  - Enable SELinux Context Printing (--secontext).

++++ systemd-presets-common-SUSE:

  - Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked
    (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84)
    Support both the old and new service to avoid complex version interdependency.

++++ timezone:

  - Update to 2024a:
    * Kazakhstan unifies on UTC+5 beginning 2024-03-01
    * Palestine springs forward a week later after Ramadan
    * zic no longer pretends to support indefinite-past DST
    * localtime no longer mishandles Ciudad Juárez in 2422

------------------------------------------------------------------
------------------  2024-1-31  -  Jan 31 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - re-enabled rusticl on sle15-sp6 after linkpac'ing rust-bindgen
    in X11:XOrg project

++++ Mesa-drivers:

  - re-enabled rusticl on sle15-sp6 after linkpac'ing rust-bindgen
    in X11:XOrg project

++++ cockpit:

  - new version 309:
    * storage redesign
    * initial btrfs support
    https://cockpit-project.org/blog/cockpit-309.html

++++ cockpit-machines:

  - Update to 305:
    * Avoid creating duplicate MACs
    * Fix page crash on invalid domain startup times
    * Other small fixes

++++ cockpit-podman:

  - New version 83:
    * bug fixes and library updates

++++ curl:

  - Update to 8.6.0: [bsc#1219149, CVE-2024-0853]
    * Security fixes:
  - CVE-2024-0853: OCSP verification bypass with TLS session reuse
    * Changes:
  - add CURLE_TOO_LARGE, CURLINFO_QUEUE_TIME_T
    * Bugfixes:
  - altsvc: free 'as' when returning error
  - asyn-ares: with modern c-ares, use its default timeout
  - cf-socket: show errno in tcpkeepalive error messages
  - cmdline-opts: update availability for the *-ca-native options
  - configure: when enabling QUIC, check that TLS supports QUIC
  - content_encoding: change return code to typedef'ed enum
  - curl: show ipfs and ipns as supported "protocols"
  - CURLINFO_REFERER.3: clarify that it is the *request* header
  - dist: add tests/errorcodes.pl to the tarball
  - gen.pl: support ## for doing .IP in table-like lists
  - GHA: bump ngtcp2, gnutls, mod_h2, quiche
  - hostip: return error immediately when Curl_ip2addr() fails
  - http3/quiche: fix result code on a stream reset
  - http3: initial support for OpenSSL 3.2 QUIC stack
  - http: check for "Host:" case insensitively
  - http: fix off-by-one error in request method length check
  - http: only act on 101 responses when they are HTTP/1.1
  - lib: add debug log outputs for CURLE_BAD_FUNCTION_ARGUMENT
  - lib: error out on multissl + http3
  - lib: fix variable undeclared error caused by `infof` changes
  - lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding
  - lib: strndup/memdup instead of malloc, memcpy and null-terminate
  - libssh2: use `libssh2_session_callback_set2()` with v1.11.1
  - ngtcp2: put h3 at the front of alpn
  - openldap: fix an LDAP crash
  - openldap: fix STARTTLS
  - openssl: re-match LibreSSL deinit with init
  - rtsp: deal with borked server responses
  - sasl: make login option string override http auth
  - tool: prepend output_dir in header callback
  - tool_getparam: stop supporting `@filename` style for --cookie
  - transfer: fix upload rate limiting, add test cases
  - url: don't set default CA paths for Secure Transport backend
  - url: for disabled protocols, mention if found in redirect
  - vquic: extract TLS setup into own source
  - websockets: check for negative payload lengths
    * Remove patches fixed upstream:
  - curl-adjust-pollset-fix.patch
  - curl-tests-errorcodes.patch
    * Rebase dont-mess-with-rpmoptflags.patch

++++ python-kiwi:

  - Fix crypto LUKS integration test
    The integration test build also encrypts /boot which requires
    grub to open the LUKS pool using cryptomount. grub does not support
    the argonID salted password hashes. Thus the integration test
    description configures pbkdf2 instead
  - Use ExitStack for MountManagers
  - Only pass appropriate bootloader arguments
    When constructing a BootLoaderConfig instance only pass
    arguments appropriate to the selected bootloader. It does
    not hurt but it is bad style and unnecessary data and
    code points if e.g grub relevant information is passed
    when we actually setup systemd-boot
  - Fix reading of os-release file
    If the /etc/os-release file contains comments or spaces
    python's csv reader will throw an exception. Thus this
    data must be ripped out prior reading

++++ glibc:

  - syslog-buffer-overflow.patch: syslog: Fix heap buffer overflow in
    __vsyslog_internal (CVE-2023-6246, CVE-2023-6779, CVE-2023-6780,
    bsc#1218863, bsc#1218867, bsc#1218868)
  - qsort-invalid-cmp.patch: qsort: handle degenerated compare function
    (bsc#1218866)

++++ kernel-default:

  - kernel-source: Fix description typo
  - commit 8abff35
  - nvmet-tcp: Fix the H2C expected PDU len calculation
    (bsc#1217987 bsc#1217988 bsc#1217989 CVE-2023-6535 CVE-2023-6536
    CVE-2023-6356).
  - nvmet-tcp: remove boilerplate code (bsc#1217987 bsc#1217988
    bsc#1217989 CVE-2023-6535 CVE-2023-6536 CVE-2023-6356).
  - nvmet-tcp: fix a crash in nvmet_req_complete() (bsc#1217987
    bsc#1217988 bsc#1217989 CVE-2023-6535 CVE-2023-6536
    CVE-2023-6356).
  - nvmet-tcp: Fix a kernel panic when host sends an invalid H2C
    PDU length (bsc#1217987 bsc#1217988 bsc#1217989 CVE-2023-6535
    CVE-2023-6536 CVE-2023-6356).
  - commit abe1056
  - usb: typec: tcpm: Fix sink caps op current check (git-fixes).
  - commit 0565e82
  - usb: typec: tcpm: Support multiple capabilities (jsc#PED-6054).
  - usb: hub: Replace hardcoded quirk value with BIT() macro
    (jsc#PED-6054).
  - commit b09eb06
  - usb: typec: tcpm: skip checking port->send_discover in PD3.0
    (git-fixes).
  - commit 7e54159
  - maple_tree: update mas_preallocate() testing (bsc#1219404).
  - commit 49b074b
  - Update config files: disable qlcnic network driver (jsc#PED-6922)
  - commit 4671a1d
  - vfio: Compile vfio_group infrastructure optionally (jsc#PED-7779
    jsc#PED-7780).
  - Update config files.
  - commit 31c540c
  - clocksource: disable watchdog checks on TSC when TSC is watchdog
    (bsc#1215885).
  - commit 277f89c
  - rswitch: Fix imbalance phy_power_off() calling (git-fixes).
  - commit 537c1a6
  - rswitch: Fix renesas_eth_sw_remove() implementation (git-fixes).
  - commit b476e28
  - nfp: flower: avoid rmmod nfp crash issues (git-fixes).
  - commit 3a0449b
  - net: phy: mscc: macsec: reject PN update requests (git-fixes).
  - commit ccf5c28
  - mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type
    (git-fixes).
  - commit e16a1ab
  - iommu: Avoid unnecessary cache invalidations (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Avoid memory allocation in iommu_suspend()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/apple-dart: Handle DMA_FQ domains in attach_dev()
    (jsc#PED-7779 jsc#PED-7780).
  - dt-bindings: arm-smmu: Fix SDM630 clocks description
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Avoid constructing invalid range commands
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/mediatek: Fix share pgtable for iova over 4GB
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Explicitly include correct DT includes (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Optimise PCI SAC address trick (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Avoid locking/unlocking for iommu_probe_device()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Split iommu_group_add_device() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Always destroy the iommu_group during
    iommu_release_device() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Do not export iommu_device_link/unlink() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Move the iommu driver sysfs setup into
    iommu_init/deinit_device() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add iommu_init/deinit_device() paired functions
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Simplify the __iommu_group_remove_device() flow
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Inline iommu_group_get_for_dev() into
    __iommu_probe_device() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Use iommu_group_ref_get/put() for dev->iommu_group
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Have __iommu_probe_device() check for already probed
    devices (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Rearrange DTE bit definations (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Remove unsued extern declaration
    amd_iommu_init_hardware() (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Enable PPR/GA interrupt after interrupt handler setup
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Consolidate PPR log enablement (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Disable PPR log/interrupt in iommu_disable()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Enable separate interrupt for PPR and GA log
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Refactor IOMMU interrupt handling logic for Event,
    PPR, and GA logs (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Handle PPR log overflow (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Generalize log overflow handling (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd/iommu_v2: Clear pasid state in free path (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Remove unused extern declaration
    dmar_parse_dev_scope() (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Fix to convert mm pfn to dma pfn (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Remove rmrr check in domain attaching device path
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Prevent RESV_DIRECT devices from blocking domains
    (jsc#PED-7779 jsc#PED-7780).
  - dmaengine/idxd: Re-enable kernel workqueue under DMA API
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add set_dev_pasid callback for dma domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Prepare for set_dev_pasid callback (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Make prq draining code generic (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Remove pasid_mutex (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Add domain_flush_pasid_iotlb() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Move global PASID allocation from SVA to core
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Generalize PASID 0 for normal DMA w/o PASID (jsc#PED-7779
    jsc#PED-7780).
  - dt-bindings: arm-smmu: Fix MSM8998 clocks description
    (jsc#PED-7779 jsc#PED-7780).
  - dt-bindings: iommu: qcom,iommu: Add QSMMUv2 and MSM8976
    compatibles (jsc#PED-7779 jsc#PED-7780).
  - dt-bindings: iommu: qcom,iommu: Add qcom,ctx-asid property
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-qcom: Add SM6375 SMMUv2 (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-qcom: Add SM6350 DPU compatible (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-qcom: Add SM6375 DPU compatible (jsc#PED-7779
    jsc#PED-7780).
  - iommu/arm-smmu-qcom: Sort the compatible list alphabetically
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured
    contexts (jsc#PED-7779 jsc#PED-7780).
  - iommu/qcom: Index contexts by asid number to allow asid 0
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/qcom: Use the asid read from device-tree if specified
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu: Clean up resource handling during Qualcomm
    context probe (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to
    ida (jsc#PED-7779 jsc#PED-7780).
  - iommu: rockchip: Allocate tables from all available memory
    for IOMMU v2 (jsc#PED-7779 jsc#PED-7780).
  - iommu/ipmmu-vmsa: Allow PCIe devices (jsc#PED-7779
    jsc#PED-7780).
  - iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic()
    (jsc#PED-7779 jsc#PED-7780).
  - MAINTAINERS: iommu/mediatek: Update the header file name
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/mediatek: mt8188: Add iova_region_larb_msk (jsc#PED-7779
    jsc#PED-7780).
  - iommu/mediatek: Add MT8188 IOMMU Support (jsc#PED-7779
    jsc#PED-7780).
  - iommu/mediatek: Add enable IOMMU SMC command for INFRA masters
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/mediatek: Adjust mtk_iommu_config flow (jsc#PED-7779
    jsc#PED-7780).
  - dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/apple-dart: mark apple_dart_pm_ops static (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Don't leak the platform device memory when
    unloading the module (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Implement hw_info for iommu capability query
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add IOMMU_GET_HW_INFO (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add new iommu op to get iommu hardware information
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Move dev_iommu_ops() to private header (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Remove iommufd_ref_to_users() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Make the mock iommu driver into a real driver
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Support IO page table replacement (jsc#PED-7779
    jsc#PED-7780).
  - iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_access_replace() API (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Use iommufd_access_change_ioas in
    iommufd_access_destroy_object (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_access_change_ioas(_id) helpers
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Allow passing in iopt_access_list_id to
    iopt_remove_access() (jsc#PED-7779 jsc#PED-7780).
  - vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Return the real idev id from selftest
    mock_domain (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add IOMMU_HWPT_ALLOC (jsc#PED-7779 jsc#PED-7780).
  - iommufd/selftest: Test iommufd_device_replace() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Make destroy_rwsem use a lock class per object type
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_device_replace() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Introduce a new iommu_group_replace_domain() API
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Reorganize iommufd_device_attach into
    iommufd_device_change_pt (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Fix locking around hwpt allocation (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Allow a hwpt to be aborted after allocation
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add enforced_cache_coherency to
    iommufd_hw_pagetable_alloc() (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Move putting a hwpt to a helper function (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Make sw_msi_start a group global (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Use the iommufd_group to avoid duplicate MSI setup
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Keep track of each device's reserved regions instead
    of groups (jsc#PED-7779 jsc#PED-7780).
  - iommu: Export iommu_get_resv_regions() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Replace the hwpt->devices list with iommufd_group
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_group (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Move isolated msi enforcement to iommufd_device_bind()
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pds: Send type for SUSPEND_STATUS command (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: fix return value in pds_vfio_get_lm_file()
    (jsc#PED-7779 jsc#PED-7780).
  - pds_core: Fix function header descriptions (jsc#PED-7779
    jsc#PED-7780).
  - vfio: align capability structures (jsc#PED-7779 jsc#PED-7780).
  - vfio/type1: fix cap_migration information leak (jsc#PED-7779
    jsc#PED-7780).
  - vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the code
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/cdx: Remove redundant initialization owner in
    vfio_cdx_driver (jsc#PED-7779 jsc#PED-7780).
  - vfio/pds: Add Kconfig and documentation (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: Add support for firmware recovery (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: Add support for dirty page tracking (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: Add VFIO live migration support (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pds: register with the pds_core PF (jsc#PED-7779
    jsc#PED-7780).
  - pds_core: Require callers of register/unregister to pass PF
    drvdata (jsc#PED-7779 jsc#PED-7780).
  - vfio/pds: Initial support for pds VFIO driver (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Commonize combine_ranges for use in other VFIO drivers
    (jsc#PED-7779 jsc#PED-7780).
  - kvm/vfio: avoid bouncing the mutex when adding and deleting
    groups (jsc#PED-7779 jsc#PED-7780).
  - kvm/vfio: ensure kvg instance stays around in
    kvm_vfio_group_add() (jsc#PED-7779 jsc#PED-7780).
  - docs: vfio: Add vfio device cdev description (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in
    __vfio_register_dev() (jsc#PED-7779 jsc#PED-7780).
  - vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Add VFIO_DEVICE_BIND_IOMMUFD (jsc#PED-7779 jsc#PED-7780).
  - vfio: Avoid repeated user pointer cast in
    vfio_device_fops_unl_ioctl() (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_ctx_from_fd() (jsc#PED-7779 jsc#PED-7780).
  - vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Add cdev for vfio_device (jsc#PED-7779 jsc#PED-7780).
  - vfio: Move device_del() before waiting for the last vfio_device
    registration refcount (jsc#PED-7779 jsc#PED-7780).
  - vfio: Move vfio_device_group_unregister() to be the first
    operation in unregister (jsc#PED-7779 jsc#PED-7780).
  - vfio-iommufd: Add detach_ioas support for emulated VFIO devices
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd/device: Add iommufd_access_detach() API (jsc#PED-7779
    jsc#PED-7780).
  - vfio-iommufd: Add detach_ioas support for physical VFIO devices
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Record devid in vfio_device_file (jsc#PED-7779
    jsc#PED-7780).
  - vfio-iommufd: Split bind/attach into two steps (jsc#PED-7779
    jsc#PED-7780).
  - vfio-iommufd: Move noiommu compat validation out of
    vfio_iommufd_bind() (jsc#PED-7779 jsc#PED-7780).
  - vfio: Make vfio_df_open() single open for device cdev path
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Add cdev_device_open_cnt to vfio_group (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Block device access via device fd until device is opened
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Pass struct vfio_device_file * to vfio_device_open/close()
    (jsc#PED-7779 jsc#PED-7780).
  - kvm/vfio: Accept vfio device file from userspace (jsc#PED-7779
    jsc#PED-7780).
  - kvm/vfio: Prepare for accepting vfio device fd (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Accept vfio device file in the KVM facing kAPI
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Refine vfio file kAPIs for KVM (jsc#PED-7779
    jsc#PED-7780).
  - vfio: Allocate per device file structure (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Allow passing zero-length fd array in
    VFIO_DEVICE_PCI_HOT_RESET (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Copy hot-reset device info to userspace in the
    devices loop (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio
    device cdev (jsc#PED-7779 jsc#PED-7780).
  - vfio: Add helper to search vfio_device in a dev_set
    (jsc#PED-7779 jsc#PED-7780).
  - vfio: Mark cdev usage in vfio_device (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Add helper to retrieve iommufd_ctx and devid
    (jsc#PED-7779 jsc#PED-7780).
  - iommufd: Add iommufd_ctx_has_group() (jsc#PED-7779
    jsc#PED-7780).
  - iommufd: Reserve all negative IDs in the iommufd xarray
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Move the existing hot reset logic to be a helper
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Update comment around group_fd get in
    vfio_pci_ioctl_pci_hot_reset() (jsc#PED-7779 jsc#PED-7780).
  - commit 5a8a192
  - x86/tsc: Extend watchdog check exemption to 4-Sockets platform (jsc#PED-7786).
  - commit 8c26887
  - qlcnic: replace deprecated strncpy with strscpy (jsc#PED-6886).
  - commit 2cd64fa
  - drivers: base: Free devm resources when unregistering a device
    (jsc#PED-6054)
  - Refresh
    patches.suse/kernfs-fix-missing-kernfs_iattr_rwsem-locking.patch.
  - commit 1ff927f
  - lib/string_helpers: Add kstrdup_and_replace() helper
    (jsc#PED-6054).
  - commit 425f257
  - vfio/cdx: add support for CDX bus (jsc#PED-7779 jsc#PED-7780).
  - Update config files.
  - commit 1dda3a4
  - vfio/platform: Cleanup Kconfig (jsc#PED-7779 jsc#PED-7780).
  - Update config files.
  - commit 20a24ad
  - vfio/fsl: Create Kconfig sub-menu (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Cleanup Kconfig (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci-core: Add capability for AtomicOp completer support
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Also demote hiding standard cap messages (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Support dynamic MSI-X (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Probe and store ability to support dynamic MSI-X
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Use bitfield for struct vfio_pci_core_device flags
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Update stale comment (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Remove interrupt context counter (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Use xarray for interrupt context storage (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Move to single error path (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Prepare for dynamic interrupt context storage
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: Remove negative check on unsigned vector (jsc#PED-7779
    jsc#PED-7780).
  - vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
    (jsc#PED-7779 jsc#PED-7780).
  - vfio/pci: demote hiding ecap messages to debug level
    (jsc#PED-7779 jsc#PED-7780).
  - commit 35c9b4b
  - iommu: Fix crash during syfs iommu_groups/N/type (jsc#PED-7779
    jsc#PED-7780).
  - commit ccef64e
  - device property: Clarify usage scope of some struct
    fwnode_handle members (jsc#PED-6054).
  - commit a9856b6
  - iommu/amd: Remove extern from function prototypes (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Use BIT/BIT_ULL macro to define bit fields
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Fix compile error for unused function (jsc#PED-7779
    jsc#PED-7780).
  - iommu/amd: Improving Interrupt Remapping Table Invalidation
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Do not Invalidate IRT when IRTE caching is disabled
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Remove the unused struct amd_ir_data.ref
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Update copyright notice (jsc#PED-7779 jsc#PED-7780).
  - iommu/amd: Use page mode macros in fetch_pte() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Tidy the control flow in iommu_group_store_type()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Remove __iommu_group_for_each_dev() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Allow IOMMU_RESV_DIRECT to work on ARM (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Consolidate the default_domain setup to one function
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Revise iommu_group_alloc_default_domain() (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Consolidate the code to calculate the target default
    domain type (jsc#PED-7779 jsc#PED-7780).
  - iommu: Remove the assignment of group->domain during default
    domain alloc (jsc#PED-7779 jsc#PED-7780).
  - iommu: Do iommu_group_create_direct_mappings() before attach
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Fix iommu_probe_device() to attach the right domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Replace iommu_group_do_dma_first_attach with
    __iommu_device_set_domain (jsc#PED-7779 jsc#PED-7780).
  - iommu: Remove iommu_group_do_dma_first_attach() from
    iommu_group_add_device() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Replace __iommu_group_dma_first_attach() with set_domain
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Use __iommu_group_set_domain() in
    iommu_change_dev_def_domain() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Use __iommu_group_set_domain() for __iommu_attach_group()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Make __iommu_group_set_domain() handle error unwind
    (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add for_each_group_device() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Replace iommu_group_device_count() with
    list_count_nodes() (jsc#PED-7779 jsc#PED-7780).
  - iommu: Suppress empty whitespaces in prints (jsc#PED-7779
    jsc#PED-7780).
  - iommu: Use flush queue capability (jsc#PED-7779 jsc#PED-7780).
  - iommu: Add a capability for flush queue support (jsc#PED-7779
    jsc#PED-7780).
  - iommu/iova: Optimize iova_magazine_alloc() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Remove commented-out code (jsc#PED-7779
    jsc#PED-7780).
  - iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Handle the failure case of dmar_reenable_qi()
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/vt-d: Remove unnecessary (void*) conversions (jsc#PED-7779
    jsc#PED-7780).
  - iommu/fsl: Use driver_managed_dma to allow VFIO to work
    (jsc#PED-7779 jsc#PED-7780).
  - iommu/fsl: Move ENODEV to fsl_pamu_probe_device() (jsc#PED-7779
    jsc#PED-7780).
  - iommu/fsl: Always allocate a group for non-pci devices
    (jsc#PED-7779 jsc#PED-7780).
  - dt-bindings: arm-smmu: Add SDX75 SMMU compatible (jsc#PED-7779
    jsc#PED-7780).
  - dt-bindings: arm-smmu: Add SM6375 GPU SMMU (jsc#PED-7779
    jsc#PED-7780).
  - dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno
    SMMU (jsc#PED-7779 jsc#PED-7780).
  - iommu/arm-smmu-v3: Set TTL invalidation hint better
    (jsc#PED-7779 jsc#PED-7780).
  - commit 9bad5bb
  - driver core: make device_is_dependent() static (jsc#PED-6054).
  - commit d020041
  - driver core: Replace kstrdup() + strreplace() with
    kstrdup_and_replace() (jsc#PED-6054).
  - commit 3214968
  - usb: typec: tcpm: Refactor the PPS APDO selection
    (jsc#PED-6054).
  - commit ec52f17
  - usb: typec: tcpm: add get max power support (jsc#PED-6054).
  - usb: typec: tcpm: fix cc role at port reset (git-fixes).
  - commit 0ea7d31
  - usb: typec: change altmode SVID to u16 entry (jsc#PED-6054).
  - commit 37d29a2
  - usb: typec: tcpm: add tcpm_port_error_recovery symbol
    (jsc#PED-6054).
  - commit a85d742
  - usb: typec: intel_pmc_mux: enable sysfs usb role access
    (jsc#PED-6054).
  - commit 8dfd45f
  - usb: typec: tcpm: reset counter when enter into unattached
    state after try role (git-fixes).
  - commit e166f48
  - usb: typec: tcpm: not sink vbus if operational current is 0mA
    (git-fixes).
  - commit ca613ac
  - cpu/hotplug: Increase the number of dynamic states (jsc#PED-7789).
  - commit c2f3ebe
  - thunderbolt: Keep link as asymmetric if preferred by hardware
    (jsc#PED-6054).
  - commit 49c8848
  - thunderbolt: Disable PCIe extended encapsulation upon teardown
    properly (jsc#PED-6054).
  - commit 46ca554
  - thunderbolt: Make PCIe tunnel setup and teardown follow CM guide
    (jsc#PED-6054).
  - commit 8e6fc8d

++++ libguestfs:

  - BuildRequire pkgconfig(libzstd) additionaly to zstd: we need the
    devel package. In the past, it was pulled in by indirect deps.

++++ parted:

  - update to version 3.6:
  - Support GPT partition attribute bit 63 as no_automount flag
  - Add type commands to set type-id on MS-DOS and type-uuid on GPT
  - Add swap flag support to the dasd disklabel
  - Add display of GPT disk and partition UUIDs in JSON output
    refreshed patches:
  - parted-mac.patch
  - libparted-dasd-implicit-partition-disk-flag.patch
  - tests-disable.patch
    removed patches:
  - direct-handling-of-partition-type-id-and-uuid.patch
  - type-command.patch
  - libparted-dasd-improve-lvm-raid-flag-handling.patch
  - libparted-dasd-add-swap-flag-handling-for-DASD-CDL.patch

++++ patterns-base:

  - patterns-base-fips: Require openssl-fips-provider when libopenssl
    is installed (meta package and libopenssl3) (boo#1219384).

++++ python-cryptography:

  - update to 42.0.2:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.2.1.
    * Fixed an issue that prevented the use of Python buffer
    protocol objects in sign and verify methods on asymmetric
    keys.
    * Fixed an issue with incorrect keyword-argument naming with
    EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive
    s.asymmetric.ec.EllipticCurvePrivateKey.exchange`,
    X25519PrivateKey :meth:`~cryptography.hazmat.primitives.asymm
    etric.x25519.X25519PrivateKey.exchange`, X448PrivateKey :meth
    :`~cryptography.hazmat.primitives.asymmetric.x448.X448Private
    Key.exchange`, and DHPrivateKey :meth:`~cryptography.hazmat.p
    rimitives.asymmetric.dh.DHPrivateKey.exchange`.

++++ rt-tests:

  - Update to version 2.6:
    https://lore.kernel.org/linux-rt-users/20231006200345.53658-1-jkacur@redhat.com/

++++ runc:

  - Update to runc v1.1.12. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.1.12>. bsc#1218894
    * This release fixes a container breakout vulnerability (CVE-2024-21626). For
    more details, see the upstream security advisory:
    <https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv>
    * Remove upstreamed patches:
  - CVE-2024-21626.patch
    * Update runc.keyring to match upstream changes.

++++ rust-keylime:

  - Update to version 0.2.4+git.1706692574.a744517:
    * Bump version to 0.2.4
    * build(deps): bump uuid from 1.4.1 to 1.7.0
    * keylime-agent.conf: Allow setting event logs paths
    * Mutable log paths: allow IMA and MBA log paths to be overridden by keylime configuration.
    * workflows: Update checkout action to version 4
    * build(deps): bump serde from 1.0.188 to 1.0.195
    * build(deps): bump pest_derive from 2.7.0 to 2.7.6
    * build(deps): bump openssl from 0.10.62 to 0.10.63
    * build(deps): bump config from 0.13.3 to 0.13.4
    * build(deps): bump base64 from 0.21.4 to 0.21.7
    * build(deps): bump tempfile from 3.8.0 to 3.9.0
    * build(deps): bump pest from 2.7.0 to 2.7.6
    * build(deps): bump actix-web from 4.4.0 to 4.4.1
    * build(deps): bump reqwest from 0.11.22 to 0.11.23
    * build(deps): bump h2 from 0.3.17 to 0.3.24
    * build(deps): bump shlex from 1.1.0 to 1.3.0
    * cargo: Bump tss-esapi to version 7.4.0
    * workflows: Fix keylime-bot token usage
    * tpm: Add error context for every possible error
    * tpm: Add AlgorithmError to TpmError
    * detect idevid template from certificates
    * build(deps): bump wiremock from 0.5.18 to 0.5.22
    * build(deps): bump thiserror from 1.0.48 to 1.0.56
    * Make use of workspace dependencies
    * build(deps): bump openssl from 0.10.57 to 0.10.62
    * packit: Bump Fedora version used for code coverage

++++ suse-module-tools:

  - Update to version 16.0.43:
    * macros.initrd: %regenerate_initrd_post: don't fail if mkdir is unavailable
    (boo#1217979)
    * Don't rebuild existing initramfs imagees if the environment variable
    SKIP_REGENERATE_ALL=1 is set (boo#1192014)
    * README: Update blacklist description (gh#openSUSE/suse-module-tools#71)

------------------------------------------------------------------
------------------  2024-1-30  -  Jan 30 2024  -------------------
------------------------------------------------------------------

++++ crypto-policies:

  - avoid the cycle rpm/cmake/crypto-policies/python-rpm-macros:
    we only need python3-base here, we don't need the python
    macros as no module is being built

++++ docker-compose:

  - Update to version 2.24.4:
    * don't check external network existence when swarm is enabled
    * build(deps): bump github.com/docker/cli
    * build(deps): bump github.com/docker/docker
    * Add support for storage_opt
    * ci(deps): update DOCKER_CLI_VERSION to v25.0.1
    * bump compose-go to v2.0.0-rc.3 which fixes multiple compose
    files merge issues
    * build(deps): bump actions/upload-artifact from v3 to v4
    * update MAINTAINERS file

++++ python-kiwi:

  - Allow to use Literal for all python versions
  - Better error message on module import
  - Move Disk to context manager
    Change the Disk class to be a context manager.
    All code using Disk was updated to the following
    with statement:
    with Disk(...) as disk:
    disk.some_member()
    This is related to Issue #2412

++++ kernel-default:

  - thunderbolt: Improve logging when DisplayPort resource is
    added due to hotplug (jsc#PED-6054).
  - commit d195201
  - tracing: Add kabi placeholders (git-fixes).
  - commit fe66dad
  - kernel/crash_core.c: make __crash_hotplug_lock static
    (git-fixes).
  - commit b795e50
  - Update config files: disable CONFIG_USELIB (bsc#1219222)
    It's only for the old libc5. Let's reduce the possible attack surfaces.
  - commit a92262c
  - kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
    (git-fixes).
  - commit 2b8e009
  - thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as well
    (jsc#PED-6054).
  - commit 817c431
  - thunderbolt: Disable CL states only when actually needed
    (jsc#PED-6054).
  - commit 12f7c4b
  - thunderbolt: Transition link to asymmetric only when both
    sides support it (jsc#PED-6054).
  - commit c0db739
  - thunderbolt: Log XDomain link speed and width (jsc#PED-6054).
  - thunderbolt: Move width_name() helper to tb.h (jsc#PED-6054).
  - commit 3864ca8
  - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach
    (CVE-2023-47233 bsc#1216702).
  - commit 358e411
  - thunderbolt: Handle lane bonding of Gen 4 XDomain links properly
    (jsc#PED-6054).
  - commit 903c24d
  - thunderbolt: Unwind TMU configuration if
    tb_switch_set_tmu_mode_params() fails (jsc#PED-6054).
  - commit beff1a5
  - net: dsa: qca8k: fix potential MDIO bus conflict when accessing
    internal PHYs via management frames (git-fixes).
  - commit 652abc9
  - thunderbolt: Remove duplicated re-assignment of pointer 'out'
    (jsc#PED-6054).
  - commit 051cc47
  - net: dsa: qca8k: fix regmap bulk read/write methods on big
    endian systems (git-fixes).
  - commit 72d26f3
  - net: ethernet: mediatek: disable irq before schedule napi
    (git-fixes).
  - commit be9ea94
  - net: stmmac: dwmac-stm32: fix resume on STM32 MCU (git-fixes).
  - commit 70db3b0
  - net: ethernet: ti: am65-cpsw: Fix error code in
    am65_cpsw_nuss_init_tx_chns() (git-fixes).
  - commit 654c23c
  - rswitch: Fix PHY station management clock setting (git-fixes).
  - commit b773ebb
  - sky2: Make sure there is at least one frag_addr available
    (git-fixes).
  - commit 77a9b4b
  - net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
    (git-fixes).
  - commit 9713936
  - drivers/net: process the result of hdlc_open() and add call
    of hdlc_close() in uhdlc_close() (git-fixes).
  - commit 09258c6
  - net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable
    dereferenced before check 'hwdev' (git-fixes).
  - commit 6fc3024
  - net/mlx5e: fix a potential double-free in fs_any_create_groups
    (jsc#PED-3311).
  - net/mlx5e: fix a double-free in arfs_create_groups
    (jsc#PED-3311).
  - net/mlx5e: Ignore IPsec replay window values on sender side
    (jsc#PED-3311).
  - net/mlx5e: Allow software parsing when IPsec crypto is enabled
    (jsc#PED-3311).
  - net/mlx5: Use mlx5 device constant for selecting CQ period
    mode for ASO (jsc#PED-3311).
  - net/mlx5: DR, Can't go to uplink vport on RX rule
    (jsc#PED-3311).
  - net/mlx5: DR, Use the right GVMI number for drop action
    (jsc#PED-3311).
  - net/mlx5: Bridge, fix multicast packets sent to uplink
    (jsc#PED-3311).
  - net/mlx5: Fix a WARN upon a callback command failure
    (jsc#PED-3311).
  - net/mlx5e: Fix peer flow lists handling (jsc#PED-3311).
  - net/mlx5e: Fix inconsistent hairpin RQT sizes (jsc#PED-3311).
  - net/mlx5e: Fix operation precedence bug in port timestamping
    napi_poll context (jsc#PED-3311).
  - net/mlx5: Fix query of sd_group field (jsc#PED-3311).
  - net/mlx5e: Use the correct lag ports number when creating TISes
    (jsc#PED-3311).
  - i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
    (jsc#PED-4874).
  - i40e: set xdp_rxq_info::frag_size (jsc#PED-4874).
  - ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
    (jsc#PED-4876).
  - intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
    (jsc#PED-4874).
  - ice: remove redundant xdp_rxq_info registration (jsc#PED-4876).
  - i40e: handle multi-buffer packets that are shrunk by xdp prog
    (jsc#PED-4874).
  - ice: work on pre-XDP prog frag count (jsc#PED-4876).
  - xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
    (jsc#PED-4874).
  - net: fill in MODULE_DESCRIPTION()s for rvu_mbox (jsc#PED-6931).
  - dpll: fix register pin with unregistered parent pin
    (jsc#PED-6079).
  - dpll: fix userspace availability of pins (jsc#PED-6079).
  - dpll: fix pin dump crash for rebound module (jsc#PED-6079).
  - dpll: fix broken error path in
    dpll_pin_alloc(..) (jsc#PED-6079).
  - idpf: distinguish vports by the dev_port attribute
    (jsc#PED-6716).
  - bnxt_en: Fix possible crash after creating sw mqprio TCs
    (jsc#PED-7574).
  - bnxt_en: Prevent kernel warning when running offline self test
    (jsc#PED-7574).
  - bnxt_en: Fix RSS table entries calculation for P5_PLUS chips
    (jsc#PED-7574).
  - bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()
    (jsc#PED-7574).
  - bnxt_en: Wait for FLR to complete during probe (jsc#PED-7574).
  - RDMA/efa: Add EFA query MR support (jsc#PED-6864).
  - RDMA/erdma: Add hardware statistics support (jsc#PED-6864).
  - RDMA/erdma: Introduce dma pool for hardware responses of CMDQ
    requests (jsc#PED-6864).
  - IB/iser: iscsi_iser.h: fix kernel-doc warning and spellos
    (jsc#PED-6864).
  - IB/ipoib: Fix mcast list locking (jsc#PED-6864).
  - RDMA/hns: Add a max length of gid table (jsc#PED-6864).
  - RDMA/hns: Response dmac to userspace (jsc#PED-6864).
  - RDMA/hns: Rename the interrupts (jsc#PED-6864).
  - RDMA/siw: Call orq_get_current if possible (jsc#PED-6864).
  - RDMA/siw: Set qp_state in siw_query_qp (jsc#PED-6864).
  - RDMA/siw: Reduce memory usage of struct siw_rx_stream
    (jsc#PED-6864).
  - RDMA/siw: Move tx_cpu ahead (jsc#PED-6864).
  - RDMA/IPoIB: Add tx timeout work to recover queue stop situation
    (jsc#PED-6864).
  - RDMA/IPoIB: Fix error code return in ipoib_mcast_join
    (jsc#PED-6864).
  - RDMA/rtrs: Use %pe to print errors (jsc#PED-6864).
  - RDMA/rtrs-clt: Use %pe to print errors (jsc#PED-6864).
  - RDMA/rtrs-clt: Add warning logs for RDMA events (jsc#PED-6864).
  - RDMA/hns: Support SW stats with debugfs (jsc#PED-6864).
  - RDMA/hns: Add debugfs to hns RoCE (jsc#PED-6864).
  - RDMA/siw: Update comments for siw_qp_sq_process (jsc#PED-6864).
  - RDMA/siw: Introduce siw_destroy_cep_sock (jsc#PED-6864).
  - RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
    (jsc#PED-6864).
  - RDMA/siw: Fix typo (jsc#PED-6864).
  - RDMA/siw: Remove siw_sk_save_upcalls (jsc#PED-6864).
  - RDMA/siw: Cleanup siw_accept (jsc#PED-6864).
  - RDMA/siw: Introduce siw_free_cm_id (jsc#PED-6864).
  - RDMA/siw: Introduce siw_cep_set_free_and_put (jsc#PED-6864).
  - RDMA/siw: Add one parameter to siw_destroy_cpulist
    (jsc#PED-6864).
  - RDMA/siw: Introduce SIW_STAG_MAX_INDEX (jsc#PED-6864).
  - RDMA/siw: Factor out siw_rx_data helper (jsc#PED-6864).
  - RDMA/siw: No need to check term_info.valid before call
    siw_send_terminate (jsc#PED-6864).
  - RDMA/siw: Remove rcu from siw_qp (jsc#PED-6864).
  - RDMA/siw: Remove goto lable in siw_mmap (jsc#PED-6864).
  - RDMA/siw: Use iov.iov_len in kernel_sendmsg (jsc#PED-6864).
  - RDMA/siw: Introduce siw_update_skb_rcvd (jsc#PED-6864).
  - RDMA/siw: Introduce siw_get_page (jsc#PED-6864).
  - RDMA/irdma: Use crypto_shash_digest() in
    irdma_ieq_check_mpacrc() (jsc#PED-4862).
  - RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()
    (jsc#PED-6864).
  - RDMA/hfi1: Copy userspace arrays safely (jsc#PED-6864).
  - RDMA/siw: Use ib_umem_get() to pin user pages (jsc#PED-6864).
  - vsock/virtio: use skb_frag_*() helpers (jsc#PED-5505).
  - virtio/vsock: send credit update during setting SO_RCVLOWAT
    (jsc#PED-5505).
  - virtio/vsock: fix logic which reduces credit update messages
    (jsc#PED-5505).
  - gve: Remove dependency on 4k page size (bsc#1214479).
  - gve: Add page size register to the register_page_list command
    (bsc#1214479).
  - gve: Remove obsolete checks that rely on page size
    (bsc#1214479).
  - gve: Deprecate adminq_pfn for pci revision 0x1 (bsc#1214479).
  - gve: Perform adminq allocations through a dma_pool
    (bsc#1214479).
  - gve: add gve_features_check() (bsc#1214479).
  - PCI: Add Alibaba Vendor ID to linux/pci_ids.h (jsc#PED-6864).
  - vsock/virtio: fix "comparison of distinct pointer types lacks
    a cast" warning (jsc#PED-5505).
  - net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
    (jsc#PED-5505).
  - virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
    (jsc#PED-5505).
  - RDMA: Annotate struct rdma_hw_stats with __counted_by
    (jsc#PED-6864).
  - vsock: enable setting SO_ZEROCOPY (jsc#PED-5505).
  - vsock/loopback: support MSG_ZEROCOPY for transport
    (jsc#PED-5505).
  - vsock/virtio: support MSG_ZEROCOPY for transport (jsc#PED-5505).
  - vhost/vsock: support MSG_ZEROCOPY for transport (jsc#PED-5505).
  - vsock: enable SOCK_SUPPORT_ZC bit (jsc#PED-5505).
  - vsock: check for MSG_ZEROCOPY support on send (jsc#PED-5505).
  - vsock: read from socket's error queue (jsc#PED-5505).
  - vsock: set EPOLLERR on non-empty error queue (jsc#PED-5505).
  - vsock/virtio: MSG_ZEROCOPY flag support (jsc#PED-5505).
  - vsock/virtio: non-linear skb handling for tap (jsc#PED-5505).
  - vsock/virtio: support to send non-linear skb (jsc#PED-5505).
  - vsock/virtio/vhost: read data from non-linear skb
    (jsc#PED-5505).
  - vsock: send SIGPIPE on write to shutdowned socket
    (jsc#PED-5505).
  - vsock: Remove unused function declarations (jsc#PED-5505).
  - virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
    (jsc#PED-5505).
  - virtio/vsock: rework MSG_PEEK for SOCK_STREAM (jsc#PED-5505).
  - commit 0dfd8ae
  - arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD (git-fixes)
  - commit a6327d2
  - arm64: entry: Simplify tramp_alias macro and tramp_exit routine (git-fixes)
  - commit 33427e9
  - tracing/trigger: Fix to return error if failed to alloc snapshot
    (git-fixes).
  - commit 5235870
  - tracing: Ensure visibility when inserting an element into
    tracing_map (git-fixes).
  - commit 8d0199c
  - bpf: Limit the number of kprobes when attaching program to
    multiple kprobes (git-fixes).
  - commit 405ad58
  - ring-buffer: Do not record in NMI if the arch does not support
    cmpxchg in NMI (git-fixes).
  - commit 5299cd1
  - tracing: Fix uaf issue when open the hist or hist_debug file
    (git-fixes).
  - commit 74ab383
  - arm64: entry: Preserve/restore X29 even for compat tasks (git-fixes)
  - commit c87e6ab
  - tracing: Add size check when printing trace_marker output
    (git-fixes).
  - commit b4fc359
  - tracing: Have large events show up as '' instead of nothing
    (git-fixes).
  - commit 89b3b19
  - tracing: relax trace_event_eval_update() execution with
    cond_resched() (git-fixes).
  - commit 598ec62
  - ring-buffer: Do not attempt to read past "commit" (git-fixes).
  - commit 32b2fd5
  - ring-buffer: Avoid softlockup in ring_buffer_resize()
    (git-fixes).
  - commit 522e4dc
  - arm64: Rename ARM64_WORKAROUND_2966298 (git-fixes)
    Refresh cpu_hwcaps reservation and enable WORKAROUND_SPECULATIVE_UNPRIV_LOAD.
    ".. The workaround isn't necessary if page table isolation (KPTI) is
    enabled, but for simplicity it will be. Page table isolation should
    normally be disabled for Cortex-A520 as it supports the CSV3 feature
    and the E0PD feature (used when KASLR is enabled).  ..."
  - commit 3a5b06f
  - Update config files.
    A mainframe does physically not have an HSI interface.
    Inadvertedly enabled during an update. Redisable.
  - commit d4a175d
  - rpm/constraints.in: set jobs for riscv to 8
    The same workers are used for x86 and riscv and the riscv builds take
    ages. So align the riscv jobs count to x86.
  - commit b2c82b9
  - Update config files.
    CAIF makes no sense on a mainframe.
    It was inadvertedly switched on during an update.
    Redisable.
  - commit 29744a1
  - Update config files.
    PHONET got switched on during an update
    Connecting a mainframe to old Nokia cell phones
    just makes no sense. This is bloat.
  - commit c0b2948
  - cgroup_freezer: cgroup_freezing: Check if not frozen
    (bsc#1219338).
  - commit 6549fad
  - Update patches.suse/arm64-sdei-abort-running-SDEI-handlers-during-crash.patch (git-fixes, bsc#1219254)
    Add reference to bsc#1219254.
  - commit 6a70510
  - perf: arm_cspmu: Reject events meant for other PMUs (bsc#1219247)
  - commit faa4288
  - Update patches.suse/arm64-arm-arm_pmuv3-perf-Don-t-truncate-64-bit-regis.patch (git-fixes, bsc#1219246)
    Add reference to bsc#1219246
  - commit 9f6d94a
  - platform/x86: ISST: Reduce noise for missing numa information
    in logs (bsc#1219285).
  - commit 070f01e
  - Update config files: enable CONFIG_IMA_DISABLE_HTABLE consistently (bsc#1218400)
  - commit a05b251
  - Update config files: align CONFIG_PSTORE_* setup with SLE15-SP6 (bsc#1219328)
    Those have been disabled unintentionally.  Let's reenable them.
  - commit 57589c1
  - supported.conf: Mark lz4* related modules as supported (bsc#1217030)
    Those are used by zram and other modules.
  - commit 7165080

++++ numactl:

  - Update to version 2.0.17.4.g63befa8:
    * Fix CodeQl Warn: Wrong type of arguments to formatting function
    * libnuma: Fix incorrect print and exit of numa_preferred/_many APIs
    * libnuma: Fix unexpected output
    * Fix README.md
    * Increase version number
    * Fix build badge
    * Fix README.md
    * Update README.md
    * Add configure file for release
    * Fix unused function return warning in numastat
    * fix complain() fuction print newline
    * Document that numa_police_memory may cause data races
    * Add numastat_diff from jirka-h
    * Enable v1 compatibility for unused getnodemask test
    * libnuma: Handle initialization without sysfs
    * Support empty memory nodes
    * numactl: Add --version option to print version
    * Remove obsolete numamon file
    * numactl: Use standard tab indent for print_node_cpus
    * Avoid using /proc/cpuinfo in test suite
    * numact: Add --cpu-compress option
    * Pin release workflow script to minimize risk of supply chain attacks
    * move_pages: Fix warning (missing hunk from earlier revert)
    * numastat: Remove unused functions
    * distance: Remove unused variable (NFC)
    * numademo: Adjust memcpy test bandwidth calculation
    * numactl.c: Refactor print_node_cpus to display CPU ranges
    * numactl.c: Refactor print_node_cpus to display CPU ranges
    * numactl.c: Refactor print_node_cpus to display CPU ranges
    * Refactor print_node_cpus to display CPU ranges instead of individual CPUs
    * numactl: Fix manual for --preferred and --preferred-many
    * Revert "Fix build error on riscv64 by linking libatomic"
    * Include <fcntl.h> instead of <sys/fcntl.h>
    * Fix the example usage in the numactl manual
    * Fix issue #190 about numa_exit_on_warn does not work
    * Create SECURITY.md
    * fix: fix memory leaks when run with -H
    * use mems allowed nodes to test prefer_many policy.
    * fix typo in memhog.8
    * Update move_pages.c
    * migspeed don't have to be linked against librt
    * Add MPOL_F_RELATIVE/STATIC_NODES

++++ openssl-3:

  - Security fix: [bsc#1219243, CVE-2024-0727]
    * Add NULL checks where ContentInfo data can be NULL
    * Add openssl-CVE-2024-0727.patch

++++ libunwind:

  - Update to 1.8.0:
    * Improve unwinding through a bad function pointer on x86_64
    * Fix UMRs indicated by valgrind (x86_64)
    * fix byte_order_is_valid function logic
    * Use size_t to match R.H.S
    * Move get_proc_info_in_range under dwarf/
    * Bump actions/checkout@v2 to @V3
    * dwarf_find_unwind_table: Find load_base correctly when current
    segment does not start at segbase
    * Add introspection for march=armv8-a+sve
    * Linux: Make get_elf_image guaranteed AS-safe
    * Provide syscall wrappers for mmap and munmap
    * Allow to use a custom dl_iterate_phdr implementation
    * aarch64: unw_step() validates address before calling dwarf_get
    * Provide AS-safe allocator to LZMA
    * Rework register load in aarch64_local_resume()
    * Fix arm postdecrement
    * Added support for unwinding through PPC64 PLT entries
    * Fix array indexing bug in dwarf_search_unwind_table
    * Fix unaligned memory accesses in */Ginit.c
    * Get filename and offset from ip
    * Fix maps leak if caller's pathlen is too small
    * Adjust DYNAMIC addrs in loaded image
    * Fix crash in elf_w(valid_object)
    * Fix segfault on QNX

++++ pam:

  - Enable pam_canonicalize_user.so

++++ pam-full-src:

  - Enable pam_canonicalize_user.so

++++ permissions:

  - Create directory /usr/share/permissions/permissions.d for packages
    to place their drop-ins.

++++ python-argcomplete:

  - update to 3.2.2:
    * Expand tilde in zsh

++++ virtiofsd:

  - Fix CVE-2023-50711: vmm-sys-util: out of bounds memory accesses (bsc#1218502, bsc#1218500)
  - Update to version 1.10.1:
    * Bump version to v1.10.1
    * Fix mandatory user namespaces
    * Don't drop supplemental groups in unprivileged user namespace
    * Bump version to v1.10.0
    * Update rust-vmm dependencies (bsc#1218500)
    * Bump version to v1.9.0
  - Spec: switch to using the upstream virtio-fs config file for qemu
  - Spec: switch back to greedy cargo updates of vendored dependencies

------------------------------------------------------------------
------------------  2024-1-29  -  Jan 29 2024  -------------------
------------------------------------------------------------------

++++ cryptsetup:

  - Update to 2.7.0:
    * Full changelog in:
    mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes
    * Introduce support for hardware OPAL disk encryption.
    * plain mode: Set default cipher to aes-xts-plain64 and password hashing
    to sha256.
    * Allow activation (open), luksResume, and luksAddKey to use the volume
    key stored in a keyring.
    * Allow to store volume key to a user-specified keyring in open and
    luksResume commands.
    * Do not flush IO operations if resize grows the device.
    This can help performance in specific cases where the encrypted device
    is extended automatically while running many IO operations.
    * Use only half of detected free memory for Argon2 PBKDF on systems
    without swap (for LUKS2 new keyslot or format operations).
    * Add the possibility to specify a directory for external LUKS2 token
    handlers (plugins).
    * Do not allow reencryption/decryption on LUKS2 devices with
    authenticated encryption or hardware (OPAL) encryption.
    * Do not fail LUKS format if the operation was interrupted on subsequent
    device wipe.
    * Fix the LUKS2 keyslot option to be used while activating the device
    by a token.
    * Properly report if the dm-verity device cannot be activated due to
    the inability to verify the signed root hash (ENOKEY).
    * Fix to check passphrase for selected keyslot only when adding
    new keyslot.
    * Fix to not wipe the keyslot area before in-place overwrite.
    * bitlk: Fix segfaults when attempting to verify the volume key.
    * Add --disable-blkid command line option to avoid blkid device check.
    * Add support for the meson build system.
    * Fix wipe operation that overwrites the whole device if used for LUKS2
    header with no keyslot area.
    * Fix luksErase to work with detached LUKS header.
    * Disallow the use of internal kernel crypto driver names in "capi"
    specification.
    * Fix reencryption to fail early for unknown cipher.
    * tcrypt: Support new Blake2 hash for VeraCrypt.
    * tcrypt: use hash values as substring for limiting KDF check.
    * Add Aria cipher support and block size info.
    * Do not decrease PBKDF parameters if the user forces them.
    * Support OpenSSL 3.2 Argon2 implementation.
    * Add support for Argon2 from libgcrypt
    (requires yet unreleased gcrypt 1.11).
    * Used Argon2 PBKDF implementation is now reported in debug mode
    in the cryptographic backend version. For native support in
    OpenSSL 3.2 or libgcrypt 1.11, "argon2" is displayed.
    If libargon2 is used, "cryptsetup libargon2" (for embedded
    library) or "external libargon2" is displayed.
    * Link only libcrypto from OpenSSL.
    * Disable reencryption for Direct-Access (DAX) devices.
    * Print a warning message if the device is not aligned to sector size.
    * Fix sector size and integrity fields display for non-LUKS2 crypt
    devices for the status command.
    * Fix suspend for LUKS2 with authenticated encryption (also suspend
    dm-integrity device underneath).
    * Update keyring and locking documentation and LUKS2 specification
    for OPAL2 support.
    * Remove patches fixed upstream:
  - cryptsetup-Check-for-physical-memory-available-also-in-PBKDF-be.patch
  - cryptsetup-Try-to-avoid-OOM-killer-on-low-memory-systems-withou.patch
  - cryptsetup-Use-only-half-of-detected-free-memory-on-systems-wit.patch

++++ firewalld:

  - update to 2.1.1:
    * fix(offline-cmd): use family when creating ipset (64f78a9)
    * fix(firewall-config): allow rich rule forwarded ports to be logged (d46ea62)
    * fix(ipXtables): log forwarded ports only (07dc202)
    * fix(nftables): log forwarded ports (5c26b73)
    * fix(io.ipset): raise exception if entries exceed limit (a2da5fb)
    * fix(policy): ipXtables: multiple policies using same zone (b6f2f09)
    * fix(policy): dispatch update for active policies (7f6f0e2)

++++ glib2:

  - Update to version 2.79.1:
    + Fix a race condition in `g_object_unref()`,
    + Various API and build changes to libgirepository as it is not
    yet API-stable,
    + Build fixes on big-endian 64-bit systems and mips64el,
    + Reduce contention on global locks within GObject,
    + Allow building man pages without the reference documentation,

++++ glibc:

  - Change minimum GCC to 13

++++ grub2:

  - Remove magic number header field check on arm64 (bsc#1218783)
    * 0001-loader-arm64-efi-linux-Remove-magic-number-header-fi.patch

++++ kernel-default:

  - selftests: mm: hugepage-vmemmap fails on 64K page size systems
    (bsc#1219286).
  - commit f1ce7e1
  - Update config files.
    Remove USB4 on s390, where it makes no sense
    Switching on by accident while bumping the kernel version
  - commit 40d0815
  - r8169: respect userspace disabling IFF_MULTICAST (git-fixes).
  - commit 29e98eb
  - net: phylink: initialize carrier state at creation (git-fixes).
  - commit 4a57df5
  - net: stmmac: xgmac: Enable support for multiple Flexible PPS
    outputs (git-fixes).
  - commit 7a5f412
  - ipvlan: properly track tx_errors (git-fixes).
  - commit 9072c00
  - tsnep: Fix tsnep_request_irq() format-overflow warning
    (git-fixes).
  - commit 7127754
  - net: renesas: rswitch: Add spin lock protection for irq {un}mask
    (git-fixes).
  - commit 57d1654
  - net: renesas: rswitch: Add runtime speed change support
    (git-fixes).
  - commit b524173
  - net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
    (git-fixes).
  - commit 4eb114e
  - net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
    (git-fixes).
  - commit 3919cda
  - net: phy: Fix deadlocking in phy_error() invocation (git-fixes).
  - commit f16a410
  - net: phy: avoid kernel warning dump when stopping an errored
    PHY (git-fixes).
  - commit deb85a0
  - r8152: add vendor/device ID pair for ASUS USB-C2500 (git-fixes).
  - commit 0834d50
  - Refresh and enable
    patches.suse/sched-fair-Increase-wakeup_gran-if-current-task-has-not-executed-the-minimum-granularity.patch.
  - commit d4cda80
  - =?UTF-8?q?cxl/region=EF=BC=9AFix=20overflow=20issue=20in?=
    =?UTF-8?q?=20alloc=5Fhpa()?= (git-fixes).
  - genirq: Initialize resend_node hlist for all interrupt
    descriptors (git-fixes).
  - clocksource: Skip watchdog check for large watchdog intervals
    (git-fixes).
  - commit 79eca77

++++ kernel-firmware-all:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-amdgpu:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-ath10k:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-ath11k:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-ath12k:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-atheros:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-bluetooth:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-bnx2:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-brcm:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-chelsio:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-dpaa2:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-i915:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-intel:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-iwlwifi:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-liquidio:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-marvell:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-media:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-mediatek:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-mellanox:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-mwifiex:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-network:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-nfp:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-nvidia:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-platform:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-prestera:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-qcom:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-qlogic:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-radeon:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-realtek:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-serial:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-sound:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-ti:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-ueagle:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ kernel-firmware-usb-network:

  - Update to version 20240126 (git commit 8fa621d2f9c1):
    * qcom: Add Audio firmware for SM8650 MTP
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP Consumer Laptops
    * Intel Bluetooth: Make spacing consistent with rest of WHENCE
    * amdgpu: update raven2 firmware
    * amdgpu: update raven firmware
    * amdgpu: update SDMA 5.2.7 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update SDMA 5.2.6 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update GC 10.3.6 firmware
    * amdgpu: add GC 11.0.1 rlc_1 firmware
    * amdgpu: update vega20 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 vega12 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update picasso firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update sienna cichlid 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 arcturus firmware
    * amdgpu: update navi14 firmware
    * amdgpu: add VCN 4.0.3 firmware
    * amdgpu: add SDMA 4.4.2 firmware
    * amdgpu: add SMU 13.0.6 firmware
    * amdgpu: add PSP 13.0.6 firmware
    * amdgpu: Add GC 9.4.3 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update SMU 13.0.7 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update yellow carp firmware
    * 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: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * linux-firmware: Update AMD cpu microcode
    * RTL8192E: Remove old realtek WiFi firmware
  - Update aliases

++++ freeipmi:

  - freeipmi 1.6.14
    * Fix build issue common to non-x86 systems.
  - freeipmi 1.6.13
    * Fix build issues on systems where inb/outb are declared with inline
    assembly.
    * Add additional sensor/event interpretations.
  - freeipmi 1.6.12
    * Use poll() over select() to avoid fd limit in openipmi driver.
    * Fix potential portability problems on systems without cbrt().
    * Minor documentation updates.

++++ xz:

  - Build static library on SLE

++++ ncurses:

  - Add ncurses patch 20240127
    + amend change to z39-a (report by Sven Joachim).
    + use xterm+nopcfkeys, vt52-basic, dec+pp, dec+sl, vt52+arrows,
    hp+pfk+cr, klone+acs, klone+color, klone+sgr, ncr160wy50+pp
    to trim -TD
    + NetBSD-related fixes for x68k and wsvt52 (patch by Thomas Klausner)

++++ openssl-3:

  - Encapsulate the fips provider into a new package called
    libopenssl-3-fips-provider.

++++ openssl:

  - New libopenssl-fips-provider package.

++++ python-Jinja2:

  - Disable broken test with latest version of MarkupSafe (2.1.4)
    (gh#pallets/jinja#1930, gh#pallets/markupsafe#417)

++++ python-cryptography:

  - update to 42.0.1:
    * Fixed an issue with incorrect keyword-argument naming with
    EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive
    s.asymmetric.ec.EllipticCurvePrivateKey.sign`.
    * Resolved compatibility issue with loading certain RSA public
    keys in :func:`~cryptography.hazmat.primitives.serialization.
    load_pem_public_key`.
    * BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.7.
    * BACKWARDS INCOMPATIBLE: Loading a PKCS7 with no content field
    using :func:`~cryptography.hazmat.primitives.serialization.pk
    cs7.load_pem_pkcs7_certificates` or :func:`~cryptography.hazm
    at.primitives.serialization.pkcs7.load_der_pkcs7_certificates
    ` will now raise a ValueError rather than return an empty
    list.
    * Parsing SSH certificates no longer permits malformed critical
    options with values, as documented in the 41.0.2 release
    notes.
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.2.0.
    * Updated the minimum supported Rust version (MSRV) to 1.63.0,
    from 1.56.0.
    * We now publish both py37 and py39 abi3 wheels. This should
    resolve some errors relating to initializing a module
    multiple times per process.
    * Support :class:`~cryptography.hazmat.primitives.asymmetric.pa
    dding.PSS` for X.509 certificate signing requests and
    certificate revocation lists with the keyword-only argument
    rsa_padding on the sign methods for
    :class:`~cryptography.x509.CertificateSigningRequestBuilder`
    and
    :class:`~cryptography.x509.CertificateRevocationListBuilder`.
    * Added support for obtaining X.509 certificate signing request
    signature algorithm parameters (including PSS) via :meth:`~cr
    yptography.x509.CertificateSigningRequest.signature_algorithm
    _parameters`.
    * Added support for obtaining X.509 certificate revocation list
    signature algorithm parameters (including PSS) via :meth:`~cr
    yptography.x509.CertificateRevocationList.signature_algorithm
    _parameters`.
    * Added mgf property to :class:`~cryptography.hazmat.primitives
    .asymmetric.padding.PSS`.
    * Added algorithm and mgf properties to :class:`~cryptography.h
    azmat.primitives.asymmetric.padding.OAEP`.
    * Added the following properties that return timezone-aware
    datetime objects:
    :meth:`~cryptography.x509.Certificate.not_valid_before_utc`,
    :meth:`~cryptography.x509.Certificate.not_valid_after_utc`, :
    meth:`~cryptography.x509.RevokedCertificate.revocation_date_u
    tc`, :meth:`~cryptography.x509.CertificateRevocationList.next
    _update_utc`, :meth:`~cryptography.x509.CertificateRevocation
    List.last_update_utc`. These are timezone-aware variants of
    existing properties that return naïve datetime objects.
    * Deprecated the following properties that return naïve
    datetime objects:
    :meth:`~cryptography.x509.Certificate.not_valid_before`,
    :meth:`~cryptography.x509.Certificate.not_valid_after`, :meth
    :`~cryptography.x509.RevokedCertificate.revocation_date`, :me
    th:`~cryptography.x509.CertificateRevocationList.next_update`
    , :meth:`~cryptography.x509.CertificateRevocationList.last_up
    date` in favor of the new timezone-aware variants mentioned
    above.
    * Added support for :class:`~cryptography.hazmat.primitives.cip
    hers.algorithms.ChaCha20` on LibreSSL.
    * Added support for RSA PSS signatures in PKCS7 with :meth:`~cr
    yptography.hazmat.primitives.serialization.pkcs7.PKCS7Signatu
    reBuilder.add_signer`.
    * In the next release (43.0.0) of cryptography, loading an
    X.509 certificate with a negative serial number will raise an
    exception. This has been deprecated since 36.0.0.
    * Added support for :class:`~cryptography.hazmat.primitives.cip
    hers.aead.AESGCMSIV` when using OpenSSL 3.2.0+.
    * Added the :mod:`X.509 path validation
    <cryptography.x509.verification>` APIs for
    :class:`~cryptography.x509.Certificate` chains. These APIs
    should be considered unstable and not subject to our
    stability guarantees until documented as such in a future
    release.
    * Added support for :class:`~cryptography.hazmat.primitives.cip
    hers.algorithms.SM4`
    :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM`
    when using OpenSSL 3.0 or greater.
  - use PEP517 build
  - switch to new cargo-vendor

++++ python-h11:

  - spec cleanup

++++ python-referencing:

  - Update to version 0.33.0:
    * Add a referencing.jsonschema.SchemaResource type alias to go
    along with the other JSON Schema specialized types.

++++ strace:

  - Update to strace 6.7
    * Implemented -kk/--stack-traces=source option for libdw-based stack tracing.
    * Implemented decoding of futex_wake, futex_wait, and sys_futex_requeue
    syscalls.
    * Updated lists of BPF_*, BTRFS_*, IORING_*, KVM_*, LANDLOCK_*, PR_*,
    and TCP_* constants.
    * Updated lists of ioctl commands from Linux 6.7.
    * Fix strace -r during the first second after booting to show correct relative
    timestamps.
    * Fix strace -f entering deadlock on exit if there are tracee processes
    spawned using vfork semantics.

------------------------------------------------------------------
------------------  2024-1-28  -  Jan 28 2024  -------------------
------------------------------------------------------------------

++++ ethtool:

  - update to upstream release 6.7
    * Feature: support for setting TCP data split
    * Fix: fix new gcc14 warning
    * Fix: fix SFF-8472 transceiver module identification (-m)

++++ kernel-default:

  - Add alt-commit to platform x86 p2sb patch (git-fixes)
  - commit f23ac66
  - platform/x86/intel/ifs: Call release_firmware() when handling
    errors (git-fixes).
  - platform/x86: intel-uncore-freq: Fix types in sysfs callbacks
    (git-fixes).
  - drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
    (git-fixes).
  - commit c877cc1

++++ xz:

  - update to 5.4.6:
    * Fixed a bug involving internal function pointers in liblzma
    not being initialized to NULL. The bug can only be
    triggered if lzma_filters_update() is called on a LZMA1
    encoder, so it does not affect xz or any application known
    to us that uses liblzma.
    * Fixed a regression introduced in 5.4.2 that caused
    encoding in the raw format to unnecessarily fail if --suffix
    was not used. For instance, the following command no longer
    reports that --suffix must be used:
    echo foo | xz --format=raw --lzma2 | wc -c
    * Fixed an issue on MinGW-w64 builds that prevented
    reading from or writing to non-terminal character devices
    like NUL.
    * Added a new test.

++++ nghttp2:

  - update to 1.59.0:
    * Update bash_completion
    * h2load: Fix bug that ttfb is not recorded if h3 stream
    has no data
    * h2load: Consider all h2 HEADERS when counting bytes and
    recording ttfb
    * h2load: Ignore 1xx status code
    * nghttpd: Free SSL_CTX on exit
    * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
    * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
    * cmake: Require OpenSSL >= 1.1.1
    * Add nghttp2_select_alpn and deprecate
    nghttp2_select_next_protocol
    * nghttpx: Add --alpn-list and deprecate --npn-list
    * h2load: Add --alpn-list and deprecate --npn-list
    * Remove NPN
    * src: Support building with aws-lc
    * Avoid detecting OpenSSL 3.2 as quictls
    * Use nghttp3_pri_parse_priority added since nghttp3 v1.1.0
    * h2load: Fix IPv6 address in :authority
    * h2load: Fix IPv6 address in :authority
    * nghttpx: Propagate stream priority from backend to
    frontend
    * nghttpx: Propagate stream priority from backend to
    frontend
    * Merge pull request #1991 from nghttp2/get-and-parse-
    extpri
    * Add API to get and parse RFC 9218 priority
    * nghttpx: Prefer __FILE_NAME__ if defined

------------------------------------------------------------------
------------------  2024-1-27  -  Jan 27 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in
    the error case (git-fixes).
  - commit 8520b33
  - cpufreq/amd-pstate: Fix setting scaling max/min freq values
    (git-fixes).
  - drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE
    (git-fixes).
  - Revert "drivers/firmware: Move sysfb_init() from device_initcall
    to subsys_initcall_sync" (git-fixes).
  - drm/bridge: anx7625: Ensure bridge is suspended in disable()
    (git-fixes).
  - drm/bridge: parade-ps8640: Ensure bridge is suspended in
    .post_disable() (git-fixes).
  - drm/bridge: sii902x: Fix audio codec unregistration (git-fixes).
  - drm/bridge: sii902x: Fix probing race issue (git-fixes).
  - drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for
    lsl080al02 (git-fixes).
  - drm: panel-simple: add missing bus flags for Tianma
    tm070jvhg[30/33] (git-fixes).
  - drm/bridge: parade-ps8640: Wait for HPD when doing an AUX
    transfer (git-fixes).
  - drm/exynos: gsc: minor fix for loop iteration in
    gsc_runtime_resume (git-fixes).
  - drm/exynos: fix accidental on-stack copy of exynos_drm_plane
    (git-fixes).
  - dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo
    (git-fixes).
  - Revert "drm/i915/dsi: Do display on sequence later on icl+"
    (git-fixes).
  - firmware: arm_scmi: Use xa_insert() when saving raw queues
    (git-fixes).
  - firmware: arm_scmi: Check mailbox/SMT channel for consistency
    (git-fixes).
  - spi: fix finalize message on error return (git-fixes).
  - spi: spi-cadence: Reverse the order of interleaved write and
    read operations (git-fixes).
  - spi: bcm-qspi: fix SFDP BFPT read by usig mspi read (git-fixes).
  - spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list
    (git-fixes).
  - gpio: eic-sprd: Clear interrupt after set the interrupt type
    (git-fixes).
  - net: phy: micrel: populate .soft_reset for KSZ9131 (git-fixes).
  - commit 04f99fe

++++ libgcrypt:

  - add libgcrypt-no-deprecated-grep-alias.patch

------------------------------------------------------------------
------------------  2024-1-26  -  Jan 26 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.24.3:
    * use a custom version of fsutils that fixes a bug on Windows
    causing all Compose builds to fail
    * introduce stopAndRemoveContainer to share logic scaling down

++++ python-kiwi:

  - Fixed test-image-rpi for TW
    No need to pull in zypper plugin that does not resolve on TW
  - Update documentation
    drop documentation for isolinux in API and user docs
  - Fix invalid escape sequence
  - Add missing assert call to install_test
  - Correct type hint of mbrid parameter
  - Convert BootLoaderConfigBase into an abstract base class
  - Convert BootLoaderConfig to free function
    The class serves really no purpose except for creating another
    namespace. This function now allows us to have more stricter type checking.
  - better function name

++++ kernel-default:

  - net: sched: sch_qfq: Use non-work-conserving warning handler
    (CVE-2023-4921 bsc#1215275).
  - commit 24b313c
  - mkspec: Use variant in constraints template
    Constraints are not applied consistently with kernel package variants.
    Add variant to the constraints template as appropriate, and expand it
    in mkspec.
  - commit cc68ab9
  - Update
    patches.suse/drm-atomic-Fix-potential-use-after-free-in-nonb.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 bsc#1219120
    CVE-2023-51043).
  - commit 9891763
  - fjes: fix memleaks in fjes_hw_setup (git-fixes).
  - wifi: iwlwifi: fix a memory corruption (git-fixes).
  - wifi: mac80211: fix potential sta-link leak (git-fixes).
  - clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
    (git-fixes).
  - serial: 8250_exar: Set missing rs485_supported flag (git-fixes).
  - bus: mhi: ep: Use slab allocator where applicable (git-fixes).
  - pwm: stm32: Fix enable count for clk in .probe() (git-fixes).
  - pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
    (git-fixes).
  - clk: renesas: rzg2l: Check reset monitor registers (git-fixes).
  - clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
    (git-fixes).
  - drm/tidss: Fix dss reset (git-fixes).
  - drm/tidss: Check for K2G in in dispc_softreset() (git-fixes).
  - drm/tidss: Return error value from from softreset (git-fixes).
  - drm/tidss: Move reset to the end of dispc_init() (git-fixes).
  - wifi: mwifiex: fix uninitialized firmware_stat (git-fixes).
  - wifi: mwifiex: add extra delay for firmware ready (git-fixes).
  - cpufreq: scmi: process the result of
    devm_of_clk_add_hw_provider() (git-fixes).
  - cpuidle: haltpoll: Do not enable interrupts when entering idle
    (git-fixes).
  - gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
    (git-fixes).
  - gpiolib: provide gpio_device_find() (git-fixes).
  - gpiolib: make gpio_device_get() and gpio_device_put() public
    (git-fixes).
  - commit 3a58ed2
  - scsi: lpfc: Limit IRQ vectors to online cpus if kdump kernel
    (bsc#1218180).
  - commit 955ec78
  - rpm/constraints.in: add static multibuild packages
    Commit 841012b049a5 (rpm/mkspec: use kernel-source: prefix for
    constraints on multibuild) added "kernel-source:" prefix to the
    dynamically generated kernels. But there are also static ones like
    kernel-docs. Those fail to build as the constraints are still not
    applied.
    So add the prefix also to the static ones.
    Note kernel-docs-rt is given kernel-source-rt prefix. I am not sure it
    will ever be multibuilt...
  - commit c2e0681

++++ libsolv:

  - build for multiple python versions [jsc#PED-6218]
  - bump version to 0.7.28

++++ tiff:

  - security update:
    * CVE-2023-52356 [bsc#1219213]
    Fix segfault in TIFFReadRGBATileExt()
    + tiff-CVE-2023-52356.patch

++++ man:

  - Skip posttrans dependency on systemd to support container without
    systemd (boo#1215538)
  - Use %(trans)filetriggerin and %(trans)filetriggerpostun to get
    an uptodate man database for installed manual pages

++++ python-MarkupSafe:

  - update to 2.1.4:
    * Don't use regular expressions for striptags, avoiding a
    performance issue. :pr:`413`

++++ ssh-pairing:

  - Update to version 0.1+git12:
    * Avoid unnecessary strlcpy
  - Update to version 0.1+git11:
    * Document ssh-pairing tool
    * Make it clear that the client message is important
    * No bogus output
    * Make shellcheck happy
    * Add ssh-pairing tool
    * Add a usage message
    * Shorten status message sent to the client
    * Print received keys immediately
    * Some README.md improvements
    * Fix indentation
    * Use NI_MAXHOST

++++ yast2:

  - Added s390 z/VM check to YaST::Arch (bsc#1210525).
  - 5.0.5

------------------------------------------------------------------
------------------  2024-1-25  -  Jan 25 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 23.3.4
  - -> https://docs.mesa3d.org/relnotes/23.3.4.html

++++ Mesa-drivers:

  - Update to bugfix release 23.3.4
  - -> https://docs.mesa3d.org/relnotes/23.3.4.html

++++ aardvark-dns:

  - Update to version 1.10.0:
    * Release 1.10.0
    * Release notes for 1.10.0
    * chore(deps): update rust crate chrono to 0.4.32
    * chore(deps): update dependency containers/automation_images to v20240102
    * fix(deps): update rust crate futures-util to 0.3.30
    * fix(deps): update rust crate anyhow to 1.0.79
    * fix(deps): update rust crate tokio to 1.35.1
    * chore(deps): update dependency containers/automation_images to v20231208
    * fix(deps): update rust crate tokio to 1.35.0
    * fix duplicated IP CI flake
    * server: remove unused kill switch
    * fix(deps): update rust crate clap to ~4.4.10
    * Bump working version to v1.10.0-dev

++++ btrfsprogs:

  - update to 6.7
    * mkfs: make 4k sectorsize default, recommended minimum kernel for that is
    6.1 and requires subpage support on architectures with page size > 4k
    * subvolume create: return correct error code when a target already exists
    * tree-checker: dump tree block on error (btrfs-convert, ...)
    * scrub limit: fix reporting of a limit set while there's none
    * fi usage: fix reporting of unallocated data or raid56 profile without root
    privs due to lack of that information
    * convert:
    * align data block group lengths to 64K
    * fix conversion of a large filesystem when there are partial inode items
    present due to caching
    * other:
    * build fixes
    * updated documentation
    * new and updated tests
  - update to 6.6.3
    * subvol create: accept multiple arguments
    * subvol delete: print the subvolume id in the output
    * subvol sync: check if the filesystems is still writeable so it does not
    wait indefinitely
    * device delete: add a timeout and warning when deleting multiple devices
    * scrub status: report limit if set in sysfs/../scrub_speed_max
    * scrub limit: new command to show or set the per-device scrub limits
    * scrub start: report the limit if set
    * build:
    * fix CPU feature detection on aarch64
    * support Botan and OpenSSL (3.2+) as crypto backends
    * other:
    * documentation updates, RTD config update
    * new and updated tests
    * CI updates

++++ cockpit:

  - suse_docs.patch: replace with suse docs and move docs with out eqiv
    to docs-rh (bsc#1219088)
  - hide-docs.patch: obsolete by above, removed
  - Provide users/groups cockpit-wsinstance and cockpit-ws: they are
    generated by cockpit-ws %pre script.

++++ combustion:

  - Update to version 1.3+git5:
    * Set the snapper snapshot as important=yes
    * Remove unnecessary chmod

++++ gpg2:

  - Update to 2.4.4: [bsc#1219191]
    * gpg: Do not keep an unprotected smartcard backup key on disk.
    See https://gnupg.org/blog/20240125-smartcard-backup-key.html
    for a security advisory. [T6944]
    * gpg: Allow to specify seconds since Epoch beyond 2038 on 32-bit
    platforms. [T6736]
    * gpg: Fix expiration time when Creation-Date is specified. [T5252]
    * gpg: Add support for Subkey-Expire-Date. [rG96b69c1866]
    * gpg: Add option --with-v5-fingerprint. [T6705]
    * gpg: Add sub-option ignore-attributes to --import-options.
    * gpg: Add --list-filter properties sig_expires/sig_expires_d.
    * gpg: Fix validity of re-imported keys. [T6399]
    * gpg: Report BEGIN_ status before examining the input. [T6481]
    * gpg: Don't try to compress a read-only keybox. [T6811]
    * gpg: Choose key from inserted card over a non-inserted card. [T6831]
    * gpg: Allow to create revocations even with non-compliant algos. [T6929]
    * gpg: Fix regression in the Revoker keyword of the parameter file. [T6923]
    * gpg: Improve error message for expired default keys. [T4704]
    * gpgsm: Add --always-trust feature. [T6559]
    * gpgsm: Support ECC certificates in de-vs mode. [T6802]
    * gpgsm: Major rewrite of the PKCS#12 parser. [T6536]
    * gpgsm: No not show the pkcs#12 passphrase in debug output. [T6654]
    * keyboxd: Timeout on failure to get the database lock. [T6838]
    * agent: Update the key stubs only if really modified. [T6829]
    * scd: Add support for certain Starcos 3.2 cards. [rG5304c9b080]
    * scd: Add support for CardOS 5.4 cards. [rG812f988059]
    * scd: Add support for D-Trust 4.1/4.4 cards. [rG0b85a9ac09]
    * scd: Add support for Smartcafe Expert 7.0 cards. [T6919]
    * scd: Add a length check for a new PIN. [T6843]
    * tpm: Fix keytotpm handling in the agent. [rG9909f622f6]
    * tpm: Fixes for the TPM test suite. [T6052]
    * dirmngr: New option --ignore-crl-extensions. [T6545]
    * dirmngr: Support config value "none" to disable the default
    keyserver. [T6708]
    * dirmngr: Fix handling of the HTTP Content-Length. [rGa5e33618f4]
    * gpgconf: Add commands --lock and --unlock. [rG93b5ba38dc]
    * gpgconf: Add keyword socketdir to gpgconf.ctl. [rG239c1fdc28]
    * gpgconf: Adjust the -X command for the new VERSION file format. [T6918]
    * wkd: Use export-clean for gpg-wks-client's --mirror and --create
    commands. [rG2c7f7a5a278c]
    * wkd: Make --add-revocs the default in gpg-wks-client. New option
  - -no-add-revocs. [rG10c937ee68]
    * Remove duplicated backslashes when setting the homedir. [T6833]
    * Ignore attempts to remove the /dev/null device. [T6556]
    * Improve advisory file lock retry strategy. [T3380]
    * Release-info: https://dev.gnupg.org/T6578
    * Remove patch upstream:
  - gnupg-Report-BEGIN_-status-before-examining-the-input.patch

++++ gtk3:

  - Update to version 3.24.41:
    + Fix a crash introduced in the X11 changes in 3.24.40.
    + Build fixes.
    + Wayland: Fix interpretation of gtk-shell protocol.

++++ kernel-default:

  - xsk: make struct xsk_cb_desc available outside
    CONFIG_XDP_SOCKETS (jsc#PED-4876).
  - commit ca48ebb
  - ext4: fix warning in ext4_dio_write_end_io() (bsc#1219163).
  - ext4: properly sync file size update after O_SYNC direct IO
    (bsc#1219163).
  - ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
    (bsc#1219165).
  - ext4: add two helper functions extent_logical_end() and
    pa_logical_end() (bsc#1219165).
  - commit 16340ba
  - Update config files: disable CONFIG_ICE and CONFIG_IGC on s390x (bsc#1219190)
    Those have been enabled rather superfluously.
    Aligning with SLE15-SP6 config now.
  - commit 25d1f2a
  - eth: dpaa: add missing net/xdp.h include (jsc#PED-4876).
  - commit fab3862
  - net: hns3: add 5ms delay before clear firmware reset irq source
    (git-fixes).
  - commit 249431c
  - net: hns3: fix fail to delete tc flower rules during reset issue
    (git-fixes).
  - commit c1d1e1b
  - net: hns3: only enable unicast promisc when mac table full
    (git-fixes).
  - commit 2b96a6c
  - net: hns3: fix GRE checksum offload issue (git-fixes).
  - commit cbe1774
  - net: hns3: add cmdq check for vf periodic service task
    (git-fixes).
  - commit a9c5505
  - tsnep: Fix NAPI polling with budget 0 (git-fixes).
  - commit ddad93c
  - tsnep: Fix ethtool channels (git-fixes).
  - commit 41a218b
  - tsnep: Fix NAPI scheduling (git-fixes).
  - commit bd62c71
  - net: thunderbolt: Fix TCPv6 GSO checksum calculation
    (git-fixes).
  - commit 043a669
  - net: microchip: sparx5: Fix possible memory leaks in
    vcap_api_kunit (git-fixes).
  - commit e2834b7
  - net: microchip: sparx5: Fix possible memory leaks in
    test_vcap_xn_rule_creator() (git-fixes).
  - commit 3330249
  - net: microchip: sparx5: Fix possible memory leak in
    vcap_api_encode_rule_test() (git-fixes).
  - commit ebce63e
  - net: microchip: sparx5: Fix memory leak for
    vcap_api_rule_add_actionvalue_test() (git-fixes).
  - commit 340155d
  - net: microchip: sparx5: Fix memory leak for
    vcap_api_rule_add_keyvalue_test() (git-fixes).
  - commit 991c250
  - Delete
    patches.suse/nvme-auth-retry-command-if-DNR-bit-is-not-set.patch.
  - commit 623e3d2
  - ice: read internal temperature sensor (jsc#PED-4876).
  - Update config files.
  - commit 680fce4
  - net: invert the netdevice.h vs xdp.h dependency (jsc#PED-4876).
  - Refresh
    patches.suse/netdev-expose-DPLL-pin-handle-for-netdevice.patch.
  - commit 6b2e009
  - i40e: Include types.h to some headers (jsc#PED-4874).
  - octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2
    (jsc#PED-6931).
  - vdpa/mlx5: Add mkey leak detection (jsc#PED-3311).
  - vdpa/mlx5: Introduce reference counting to mrs (jsc#PED-3311).
  - vdpa/mlx5: Use vq suspend/resume during .set_map (jsc#PED-3311).
  - vdpa/mlx5: Mark vq state for modification in hw vq
    (jsc#PED-3311).
  - vdpa/mlx5: Mark vq addrs for modification in hw vq
    (jsc#PED-3311).
  - vdpa/mlx5: Introduce per vq and device resume (jsc#PED-3311).
  - vdpa/mlx5: Allow modifying multiple vq fields in one modify
    command (jsc#PED-3311).
  - vdpa/mlx5: Expose resumable vq capability (jsc#PED-3311).
  - RDMA/mlx5: Expose register c0 for RDMA device (jsc#PED-3311).
  - net/mlx5: E-Switch, expose eswitch manager vport (jsc#PED-3311).
  - net/mlx5: Manage ICM type of SW encap (jsc#PED-3311).
  - RDMA/mlx5: Support handling of SW encap ICM area (jsc#PED-3311).
  - net/mlx5: Introduce indirect-sw-encap ICM properties
    (jsc#PED-3311).
  - mlxbf_gige: Enable the GigE port in mlxbf_gige_open
    (jsc#PED-6866).
  - mlxbf_gige: Fix intermittent no ip issue (jsc#PED-6866).
  - Revert "mlx5 updates 2023-12-20" (jsc#PED-3311).
  - net: ethtool: reject unsupported RSS input xfrm values
    (jsc#PED-4876).
  - net/mlx5: DPLL, Implement fractional frequency offset get pin op
    (jsc#PED-3311).
  - net/mlx5: DPLL, Use struct to get values from
    mlx5_dpll_synce_status_get() (jsc#PED-3311).
  - dpll: expose fractional frequency offset value to user
    (jsc#PED-6079).
  - ice: Fix some null pointer dereference issues in ice_ptp.c
    (jsc#PED-4876).
  - ice: ice_base.c: Add const modifier to params and vars
    (jsc#PED-4876).
  - ice: remove rx_len_errors statistic (jsc#PED-4876).
  - ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
    (jsc#PED-4876).
  - ice: Add support for packet mirroring using hardware in
    switchdev mode (jsc#PED-4876).
  - ice: Enable SW interrupt from FW for LL TS (jsc#PED-4876).
  - ice: Schedule service task in IRQ top half (jsc#PED-4876).
  - i40e: Avoid unnecessary use of comma operator (jsc#PED-4874).
  - i40e: Fix VF disable behavior to block all traffic
    (jsc#PED-4874).
  - ixgbe: Refactor returning internal error codes (jsc#PED-4872).
  - ixgbe: Refactor overtemp event handling (jsc#PED-4872).
  - ixgbe: report link state for VF devices (jsc#PED-4872).
  - octeontx2-af: Fix max NPC MCAM entry check while validating
    ref_entry (jsc#PED-6931).
  - net: ethtool: Fix symmetric-xor RSS RX flow hash check
    (jsc#PED-4876).
  - net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm
    (jsc#PED-4876).
  - net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
    (jsc#PED-4876).
  - net/mlx5: Implement management PF Ethernet profile
    (jsc#PED-3311).
  - net/mlx5: Enable SD feature (jsc#PED-3311).
  - net/mlx5e: Block TLS device offload on combined SD netdev
    (jsc#PED-3311).
  - net/mlx5e: Support per-mdev queue counter (jsc#PED-3311).
  - net/mlx5e: Support cross-vhca RSS (jsc#PED-3311).
  - net/mlx5e: Let channels be SD-aware (jsc#PED-3311).
  - net/mlx5e: Create EN core HW resources for all secondary devices
    (jsc#PED-3311).
  - net/mlx5e: Create single netdev per SD group (jsc#PED-3311).
  - net/mlx5: SD, Add informative prints in kernel log
    (jsc#PED-3311).
  - net/mlx5: SD, Implement steering for primary and secondaries
    (jsc#PED-3311).
  - net/mlx5: SD, Implement devcom communication and primary
    election (jsc#PED-3311).
  - net/mlx5: SD, Implement basic query and instantiation
    (jsc#PED-3311).
  - net/mlx5: SD, Introduce SD lib (jsc#PED-3311).
  - net/mlx5: Fix query of sd_group field (jsc#PED-3311).
  - net/mlx5e: Use the correct lag ports number when creating TISes
    (jsc#PED-3311).
  - octeontx2-af: Fix a double free issue (jsc#PED-6931).
  - idpf: refactor some missing field get/prep conversions
    (jsc#PED-6716).
  - ice: cleanup inconsistent code (jsc#PED-4876).
  - ice: field get conversion (jsc#PED-4876).
  - iavf: field get conversion (jsc#PED-4937).
  - i40e: field get conversion (jsc#PED-4874).
  - igc: field get conversion (jsc#PED-4860).
  - intel: legacy: field get conversion (jsc#PED-4866).
  - igc: field prep conversion (jsc#PED-4860).
  - ice: fix pre-shifted bit usage (jsc#PED-4876).
  - ice: field prep conversion (jsc#PED-4876).
  - iavf: field prep conversion (jsc#PED-4937).
  - i40e: field prep conversion (jsc#PED-4874).
  - intel: legacy: field prep conversion (jsc#PED-4866).
  - intel: add bit macro includes where needed (jsc#PED-4866).
  - e1000e: make lost bits explicit (jsc#PED-4868).
  - octeontx2-af: insert space after include (jsc#PED-6931).
  - octeon_ep: support firmware notifications for VFs
    (jsc#PED-6954).
  - octeon_ep: control net framework to support VF offloads
    (jsc#PED-6954).
  - octeon_ep: PF-VF mailbox version support (jsc#PED-6954).
  - octeon_ep: add PF-VF mailbox communication (jsc#PED-6954).
  - net, xdp: Correct grammar (jsc#PED-4876).
  - mlx5: implement VLAN tag XDP hint (jsc#PED-3311).
  - ice: use VLAN proto from ring packet context in skb path
    (jsc#PED-4876).
  - ice: Implement VLAN tag hint (jsc#PED-4876).
  - xdp: Add VLAN tag hint (jsc#PED-4876).
  - ice: Support XDP hints in AF_XDP ZC mode (jsc#PED-4876).
  - xsk: add functions to fill control buffer (jsc#PED-4876).
  - ice: Support RX hash XDP hint (jsc#PED-4876).
  - ice: Support HW timestamp hint (jsc#PED-4876).
  - ice: Introduce ice_xdp_buff (jsc#PED-4876).
  - ice: Make ptype internal to descriptor info processing
    (jsc#PED-4876).
  - ice: make RX HW timestamp reading code more reusable
    (jsc#PED-4876).
  - ice: make RX hash reading code more reusable (jsc#PED-4876).
  - net, xdp: Allow metadata > 32 (jsc#PED-4876).
  - octeontx2-af: Add new devlink param to configure maximum usable
    NIX block LFs (jsc#PED-6931).
  - ice: add ability to read and configure FW log data
    (jsc#PED-4876).
  - ice: enable FW logging (jsc#PED-4876).
  - ice: configure FW logging (jsc#PED-4876).
  - ice: remove FW logging code (jsc#PED-4876).
  - octeontx2-af: Fix multicast/mirror group lock/unlock issue
    (jsc#PED-6931).
  - net/mlx5: DR, Use swap() instead of open coding it
    (jsc#PED-3311).
  - net/mlx5: devcom, Add component size getter (jsc#PED-3311).
  - net/mlx5e: Decouple CQ from priv (jsc#PED-3311).
  - net/mlx5e: Add wrapping for auxiliary_driver ops and remove
    unused args (jsc#PED-3311).
  - net/mlx5e: Statify function mlx5e_monitor_counter_arm
    (jsc#PED-3311).
  - net/mlx5: Move TISes from priv to mdev HW resources
    (jsc#PED-3311).
  - net/mlx5e: Remove TLS-specific logic in generic create TIS API
    (jsc#PED-3311).
  - net/mlx5: fs, Command to control TX flow table root
    (jsc#PED-3311).
  - net/mlx5: fs, Command to control L2TABLE entry silent mode
    (jsc#PED-3311).
  - net/mlx5: Expose Management PCIe Index Register (MPIR)
    (jsc#PED-3311).
  - net/mlx5: Add mlx5_ifc bits used for supporting single netdev
    Socket-Direct (jsc#PED-3311).
  - i40e: remove fake support of rx-frames-irq (jsc#PED-4874).
  - e1000e: Use pcie_capability_read_word() for reading LNKSTA
    (jsc#PED-4868).
  - e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom
    defines/code (jsc#PED-4868).
  - igb: Use FIELD_GET() to extract Link Width (jsc#PED-4866).
  - iavf: enable symmetric-xor RSS for Toeplitz hash function
    (jsc#PED-4876).
  - ice: enable symmetric-xor RSS for Toeplitz hash function
    (jsc#PED-4876).
  - ice: refactor the FD and RSS flow ID generation (jsc#PED-4876).
  - ice: refactor RSS configuration (jsc#PED-4876).
  - ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values (jsc#PED-4876).
  - net: ethtool: add support for symmetric-xor RSS hash
    (jsc#PED-4876).
  - net: ethtool: get rid of get/set_rxfh_context functions
    (jsc#PED-4876).
  - dpll: allocate pin ids in cycle (jsc#PED-6079).
  - idpf: add get/set for Ethtool's header split ringparam
    (jsc#PED-6716).
  - ethtool: add SET for TCP_DATA_SPLIT ringparam (jsc#PED-6716).
  - ionic: fill out pci error handlers (jsc#PED-6953).
  - ionic: lif debugfs refresh on reset (jsc#PED-6953).
  - ionic: use timer_shutdown_sync (jsc#PED-6953).
  - ionic: no fw read when PCI reset failed (jsc#PED-6953).
  - ionic: prevent pci disable of already disabled device
    (jsc#PED-6953).
  - ionic: bypass firmware cmds when stuck in reset (jsc#PED-6953).
  - ionic: keep filters across FLR (jsc#PED-6953).
  - ionic: pass opcode to devcmd_wait (jsc#PED-6953).
  - dpll: remove leftover mode_supported() op and use mode_get()
    instead (jsc#PED-6079).
  - net: Convert some ethtool_sprintf() to ethtool_puts()
    (jsc#PED-4876).
  - ethtool: Implement ethtool_puts() (jsc#PED-4876).
  - octeontx2-af: cn10k: Increase outstanding LMTST transactions
    (jsc#PED-6931).
  - ionic: Re-arrange ionic_intr_info struct for cache perf
    (jsc#PED-6953).
  - ionic: Make the check for Tx HW timestamping more obvious
    (jsc#PED-6953).
  - ionic: Don't check null when calling vfree() (jsc#PED-6953).
  - ionic: set ionic ptr before setting up ethtool ops
    (jsc#PED-6953).
  - ionic: Use cached VF attributes (jsc#PED-6953).
  - octeon_ep: control net API framework to support offloads
    (jsc#PED-6954).
  - sfc-siena: Implement ndo_hwtstamp_(get|set) (jsc#PED-6894).
  - sfc: Implement ndo_hwtstamp_(get|set) (jsc#PED-6894).
  - ice: Rename E822 to E82X (jsc#PED-4876).
  - ice: periodically kick Tx timestamp interrupt (jsc#PED-4876).
  - ice: Re-enable timestamping correctly after reset
    (jsc#PED-4876).
  - ice: Improve logs for max ntuple errors (jsc#PED-4876).
  - ice: add CGU info to devlink info callback (jsc#PED-4876).
  - octeontx2-pf: TC flower offload support for mirror
    (jsc#PED-6931).
  - octeontx2-af: Add new mbox to support multicast/mirror offload
    (jsc#PED-6931).
  - octeontx2-af: debugfs: update CQ context fields (jsc#PED-6931).
  - octeon_ep: set backpressure watermark for RX queues
    (jsc#PED-6954).
  - octeon_ep: Fix error code in probe() (jsc#PED-6954).
  - octeon_ep: support OCTEON CN98 devices (jsc#PED-6954).
  - octeon_ep: implement device unload control net API
    (jsc#PED-6954).
  - net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
    (jsc#PED-3311).
  - iavf: use iavf_schedule_aq_request() helper (jsc#PED-4937).
  - iavf: Remove queue tracking fields from iavf_adminq_ring
    (jsc#PED-4937).
  - i40e: Remove queue tracking fields from i40e_adminq_ring
    (jsc#PED-4874).
  - i40e: Remove AQ register definitions for VF types
    (jsc#PED-4874).
  - i40e: Delete unused and useless i40e_pf fields (jsc#PED-4874).
  - ice: fix error code in ice_eswitch_attach() (jsc#PED-4876).
  - octeon_ep: get max rx packet length from firmware
    (jsc#PED-6954).
  - octeon_ep: Solve style issues in control net files
    (jsc#PED-6954).
  - octeontx2-pf: TC flower offload support for ICMP type and code
    (jsc#PED-6931).
  - octeon_ep: support Octeon CN10K devices (jsc#PED-6954).
  - ice: reserve number of CP queues (jsc#PED-4876).
  - ice: adjust switchdev rebuild path (jsc#PED-4876).
  - ice: add VF representors one by one (jsc#PED-4876).
  - ice: realloc VSI stats arrays (jsc#PED-4876).
  - ice: set Tx topology every time new repr is added
    (jsc#PED-4876).
  - ice: allow changing SWITCHDEV_CTRL VSI queues (jsc#PED-4876).
  - ice: return pointer to representor (jsc#PED-4876).
  - ice: make representor code generic (jsc#PED-4876).
  - ice: remove VF pointer reference in eswitch code (jsc#PED-4876).
  - ice: track port representors in xarray (jsc#PED-4876).
  - ice: use repr instead of vf->repr (jsc#PED-4876).
  - ice: track q_id in representor (jsc#PED-4876).
  - ice: remove unused control VSI parameter (jsc#PED-4876).
  - ice: remove redundant max_vsi_num variable (jsc#PED-4876).
  - ice: rename switchdev to eswitch (jsc#PED-4876).
  - igc: Add support for PTP .getcyclesx64() (jsc#PED-4860).
  - igc: Simplify setting flags in the TX data descriptor
    (jsc#PED-4860).
  - net/mlx5e: Remove early assignment to netdev->features
    (jsc#PED-3311).
  - net/mlx5e: Add local loopback counter to vport rep stats
    (jsc#PED-3311).
  - net/mlx5: Query maximum frequency adjustment of the PTP hardware
    clock (jsc#PED-3311).
  - net/mlx5: Convert scaled ppm values outside the s32 range for
    PHC frequency adjustments (jsc#PED-3311).
  - net/mlx5: Initialize clock->ptp_info inside
    mlx5_init_timer_clock (jsc#PED-3311).
  - net/mlx5: Refactor real time clock operation checks for PHC
    (jsc#PED-3311).
  - net/mlx5e: Access array with enum values instead of magic
    numbers (jsc#PED-3311).
  - net/mlx5: simplify mlx5_set_driver_version string assignments
    (jsc#PED-3311).
  - net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
    (jsc#PED-3311).
  - net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
    (jsc#PED-3311).
  - net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()
    (jsc#PED-3311).
  - net/mlx5: Allow sync reset flow when BF MGT interface device
    is present (jsc#PED-3311).
  - net/mlx5: print change on SW reset semaphore returns busy
    (jsc#PED-3311).
  - octeon_ep: remove atomic variable usage in Tx data path
    (jsc#PED-6954).
  - octeon_ep: implement xmit_more in transmit (jsc#PED-6954).
  - octeon_ep: remove dma sync in trasmit path (jsc#PED-6954).
  - octeon_ep: add padding for small packets (jsc#PED-6954).
  - i40e: Delete unused i40e_mac_info fields (jsc#PED-4874).
  - i40e: Move inline helpers to i40e_prototype.h (jsc#PED-4874).
  - i40e: Remove VF MAC types (jsc#PED-4874).
  - i40e: Use helpers to check running FW and AQ API versions
    (jsc#PED-4874).
  - i40e: Add other helpers to check version of running firmware
    and AQ API (jsc#PED-4874).
  - i40e: Move i40e_is_aq_api_ver_ge helper (jsc#PED-4874).
  - i40e: Initialize hardware capabilities at single place
    (jsc#PED-4874).
  - i40e: Consolidate hardware capabilities (jsc#PED-4874).
  - i40e: Use DECLARE_BITMAP for flags field in i40e_hw
    (jsc#PED-4874).
  - i40e: Use DECLARE_BITMAP for flags and hw_features fields in
    i40e_pf (jsc#PED-4874).
  - i40e: Remove _t suffix from enum type names (jsc#PED-4874).
  - i40e: Remove unused flags (jsc#PED-4874).
  - i40e: Change user notification of non-SFP module in
    i40e_get_module_info() (jsc#PED-4874).
  - i40e: add an error code check in i40e_vsi_setup (jsc#PED-4874).
  - i40e: increase max descriptors for XL710 (jsc#PED-4874).
  - net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copy (jsc#PED-4876).
  - ethtool: ioctl: account for sopass diff in set_wol
    (jsc#PED-4876).
  - ethtool: ioctl: improve error checking for set_wol
    (jsc#PED-4876).
  - commit b118f81
  - Revert "Limit kernel-source build to architectures for which the kernel binary"
    This reverts commit 08a9e44c00758b5f3f3b641830ab6affff041132.
    The fix for bsc#1108281 directly causes bsc#1218768, revert.
  - commit 2943b8a
  - mkspec: Include constraints for both multibuild and plain package always
    There is no need to check for multibuild flag, the constraints can be
    always generated for both cases.
  - commit 308ea09
  - rpm/mkspec: use kernel-source: prefix for constraints on multibuild
    Otherwise the constraints are not applied with multibuild enabled.
  - commit 841012b
  - Delete
    patches.suse/nvme-auth-align-to-pre-upstream-FFDHE-implementation.patch.
  - commit ea56939
  - exec: Fix error handling in begin_new_exec() (git-fixes).
  - commit baf76e9

++++ inih:

  - Update to version 58
    * Add ini_ prefix even to static names so inih can be used as an
    [#]include.

++++ ceph:

  - Advertised user/groups that are generated by the pre scripts:
    + package cephadm generates user/group cephadm
    + package ceph-common generates user/group ceph

++++ libvirt:

  - Replace temporary build fix with upstream equivalent
    bsc#1218823

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

  - splitted up 61-nvidia-$flavor.conf to 59-nvidia-$flavor.conf
    and 61-nvidia-$flavor.conf, because 'install' line cannot be
    overwritten with higher config number ...
  - mistakenly moved dracut config file from 60-nvidia-%1.conf to
    61-nvidia-%1.conf --> reverted!
  - switched from 60-nvidia-$flavor.conf to 61-nvidia-$flavor.conf in
    modprobe.d to resolve conflict with older package, which can be
    installed in parallel

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#162
  - handle script exit codes properly (bsc#1218847)
  - 1.11

------------------------------------------------------------------
------------------  2024-1-24  -  Jan 24 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update EC2 plugin to 1.0.4 (bsc#1219156, bsc#1219159)
    + Fix the algorithm to determine the region from the availability zone
    information retrieved from IMDS.
  - Update to version 10.1.6
    + Support specifying an IPv6 address for a manually configured target
    update server.

++++ cockpit:

  - hide-docs.patch: hide RHEL docs in shell/manifest.json

++++ cups:

  - Version upgrade to 2.4.7:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.7 is released to ship the fix for CVE-2023-4504
    and several other changes, among them it is
    adding OpenSSL support for cupsHashData function and bug fixes.
    Detailed list:
    * CVE-2023-4504 - Fixed Heap-based buffer overflow when
    reading Postscript in PPD files
    * Added OpenSSL support for cupsHashData (Issue #762)
    * Fixed delays in lpd backend (Issue #741)
    * Fixed extensive logging in scheduler (Issue #604)
    * Fixed hanging of lpstat on IBM AIX (Issue #773)
    * Fixed hanging of lpstat on Solaris (Issue #156)
    * Fixed printing to stderr if we can't open cups-files.conf
    (Issue #777)
    * Fixed purging job files via cancel -x (Issue #742)
    * Fixed RFC 1179 port reserving behavior in LPD backend
    (Issue #743)
    * Fixed a bug in the PPD command interpretation code
    (Issue #768)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Version upgrade to 2.4.6:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.6 is released to ship the fix for CVE-2023-34241
    and two other bug fixes.
    Detailed list:
    * Fix linking error on old MacOS (Issue #715)
    * Fix printing multiple files on specific printers (Issue #643)
    * Fix use-after-free when logging warnings in case of failures
    in cupsdAcceptClient() (fixes CVE-2023-34241)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Version upgrade to 2.4.5:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.5 is a hotfix release for a bug which corrupted
    locally saved certificates, which broke secured printing
    via TLS after the first print job.
  - Version upgrade to 2.4.4:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.4 release is created as a hotfix for segfault
    in cupsGetNamedDest(), when caller tries to find
    the default destination and the default destination
    is not set on the machine.
  - Version upgrade to 2.4.3:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.3 brings fix for CVE-2023-32324, several improvements
    and many bug fixes. CUPS now implements fallback for printers
    with broken firmware, which is not capable of answering
    to IPP request get-printer-attributes with all,
    media-col-database - this enables driverless support for
    bunch of printers which don't follow IPP Everywhere standard.
    Aside from the CVE fix the most important fixes are around color
    settings, printer application support fixes and OpenSSL support.
    Detailed list of changes:
    * Added a title with device uri for found network printers
    (Issues #402, #393)
    * Added new media sizes defined by IANA (Issues #501)
    * Added quirk for GoDEX label printers (Issue #440)
    * Fixed --enable-libtool-unsupported (Issue #394)
    * Fixed configuration on RISC-V machines (Issue #404)
    * Fixed the device_uri invalid pointer for driverless printers
    with .local hostname (Issue #419)
    * Fixed an OpenSSL crash bug (Issue #409)
    * Fixed a potential SNMP OID value overflow issue (Issue #431)
    * Fixed an OpenSSL certificate loading issue (Issue #465)
    * Fixed Brazilian Portuguese translations (Issue #288)
    * Fixed cupsd default keychain location when building
    with OpenSSL (Issue #529)
    * Fixed default color settings for CMYK printers as well
    (Issue #500)
    * Fixed duplicate PPD2IPP media-type names (Issue #688)
    * Fixed possible heap buffer overflow in _cups_strlcpy()
    (fixes CVE-2023-32324)
    * Fixed InputSlot heuristic for photo sizes smaller than 5x7"
    if there is no media-source in the request (Issue #569)
    * Fixed invalid memory access during generating IPP Everywhere
    queue (Issue #466)
    * Fixed lprm if no destination is provided (Issue #457)
    * Fixed memory leaks in create_local_bg_thread() (Issue #466)
    * Fixed media size tolerance in ippeveprinter (Issue #487)
    * Fixed passing command name without path into ippeveprinter
    (Issue #629)
    * Fixed saving strings file path in printers.conf (Issue #710)
    * Fixed TLS certificate generation bugs (Issue #652)
    * ippDeleteValues would not delete the last value (Issue #556)
    * Ignore some of IPP defaults if the application sends
    its PPD alternative (Issue #484)
    * Make Letter the default size in ippevepcl (Issue #543)
    * Now accessing Admin page in Web UI requires authentication
    (Issue #518)
    * Now look for default printer on network if needed (Issue #452)
    * Now we poll media-col-database separately if we fail at first
    (Issue #599)
    * Now report fax attributes and values as needed (Issue #459)
    * Now localize HTTP responses using the Content-Language value
    (Issue #426)
    * Raised file size limit for importing PPD via Web UI
    (Issue #433)
    * Raised maximum listen backlog size to INT MAX (Issue #626)
    * Update print-color-mode if the printer is modified
    via ColorModel PPD option (Issue #451)
    * Use localhost when printing via printer application
    (Issue #353)
    * Write defaults into /etc/cups/lpoptions if we're root
    (Issue #456)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.7
  - Removed cups-2.4.2-CVE-2023-4504.patch : fixed upstream
    see the above CUPS 2.4.7 changes
  - Removed cups-2.4.2-CVE-2023-32360.patch : fixed upstream via
    https://github.com/OpenPrinting/cups/commit/a0c8b9c9556882f00c68b9727a95a1b6d1452913
  - Removed cups-2.4.2-CVE-2023-34241.patch : fixed upstream
    see the above CUPS 2.4.6 changes
  - Removed cups-2.4.2-CVE-2023-32324.patch : fixed upstream
    see the above CUPS 2.4.3 changes

++++ fwupd:

  - Update to version 1.9.12:
    + This release adds the following features:
  - Add remote modification support to fwupdtool
  - Add support for more modify-config options
  - Generate HTML pages for all man pages
    + This release fixes the following bugs:
  - Assume the legacy LVFS::UpdateRequestId tag is non-generic
  - Avoid crashing the daemon if not using udisks
  - Correctly mark the CPU as supported
  - Correctly match invalid EFI partitions
  - Do not change the device status until the action has
    completed
  - Do not require systemd for fwupdtool modify-config
  - Enable access to the home interface for snap
  - Fix an assertion when enabling lvfs-testing for the first
    time
  - Fix a possible crash in fwupdtool build-cabinet
  - Handle systems with more than one ccp device
  - Only check AMD CPUs for SHSTK, not IBT
  - Only write the mutable fwupd.conf with the current values
  - Re-evaluate supported every time pci-psp attributes are
    refreshed
  - Show "CET OS support" on AMD systems too
    + This release adds support for the following hardware:
  - AVer CAM340plus
  - AVer VB342 Pro
  - More Algoltek devices

++++ haproxy:

  - Update to version 2.9.3+git0.de3ab549a:
    * [RELEASE] Released version 2.9.3
    * 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
    * BUILD: quic: missing include for quic_tp
    * [RELEASE] Released version 2.9.2
    * DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay
    * REGTESTS: add a test to ensure map-ordering is preserved
    * BUG/MINOR: map: list-based matching potential ordering regression
    * CLEANUP: quic: Double quic_dgram_parse() prototype declaration.
    * MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name
    * MINOR: ot: logsrv struct becomes logger
    * 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: Set fsb date if zero-copy forwarding is blocked during nego
    * BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
    * BUG/MEDIUM: h3: fix incorrect snd_buf return value
    * BUILD: quic: Missing quic_ssl.h header protection
    * CLEANUP: quic: Remaining useless code into server part
    * REGTESTS: check attach-srv out of order declaration
    * MINOR: debug: add features and build options to "show dev"
    * MINOR: global: export a way to list build options
    * CI: use semantic version compare for determing "latest" OpenSSL
    * BUG/MINOR: h3: disable fast-forward on buffer alloc failure
    * BUG/MINOR: h3: close connection on sending alloc errors
    * BUG/MINOR: h3: properly handle alloc failure on finalize
    * MINOR: h3: add traces for connection init stage
    * 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: disable fast-fwd if connection on error
    * BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission
    * DOC: fix typo for fastfwd QUIC option
    * BUG/MINOR: server/event_hdl: propagate map port info through inetaddr event
    * MINOR: server/event_hdl: update _srv_event_hdl_prepare_inetaddr prototype
    * MINOR: server/event_hdl: add server_inetaddr struct to facilitate event data usage
    * BUG/MEDIUM: stats: unhandled switching rules with TCP frontend
    * MINOR: stats: store the parent proxy in stats ctx (http)
    * BUG/MAJOR: stconn: Disable zero-copy forwarding if consumer is shut or in error
    * BUG/MINOR: server: Use the configured address family for the initial resolution
    * DOC: config: Update documentation about local haproxy response
    * BUG/MINOR: resolvers: default resolvers fails when network not configured

++++ kernel-default:

  - arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells (git-fixes)
  - commit bb9ccad
  - arm64: dts: rockchip: Fix led pinctrl of lubancat 1 (git-fixes)
  - commit ed2b8f0
  - arm64: dts: rockchip: Fix rk3588 USB power-domain clocks (git-fixes)
  - commit a68e5ac
  - arm64: dts: rockchip: configure eth pad driver strength for orangepi (git-fixes)
  - commit 417f128
  - arm64: dts: sprd: fix the cpu node for UMS512 (git-fixes)
  - commit d752ae0
  - arm64: dts: armada-3720-turris-mox: set irq type for RTC (git-fixes)
  - commit 3b64296
  - arm64: dts: imx8mm: Reduce GPU to nominal speed (git-fixes)
  - commit 7de6fae
  - arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties (git-fixes)
  - commit 3671940
  - arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (git-fixes)
  - commit 32940df
  - arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru (git-fixes)
  - commit 53695e4
  - arm64: dts: rockchip: fix rk356x pcie msg interrupt name (git-fixes)
  - commit f23d8af
  - arm64: dts: rockchip: Expand reg size of vdec node for RK3399 (git-fixes)
  - commit 4ce9ac8
  - arm64: dts: rockchip: Expand reg size of vdec node for RK3328 (git-fixes)
  - commit 3a84208
  - arm64: dts: imx8-apalis: set wifi regulator to always-on (git-fixes)
  - commit 48b000f
  - arm64: dts: imx93: correct mediamix power (git-fixes)
  - commit dff5f85
  - arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 (git-fixes)
  - commit 4ad1e7f
  - arm64: add dependency between vmlinuz.efi and Image (git-fixes)
  - commit d79de8f
  - arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size (git-fixes)
  - commit 7a3fb4e
  - arm64: dts: imx8-ss-lsio: Add PWM interrupts (git-fixes)
  - commit 776de9a
  - rpm/kernel-source.rpmlintrc: add action-ebpf
    Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
    plugin) added this precompiled binary blob. Adapt rpmlintrc for
    kernel-source.
  - commit b5ccb33
  - arm64: add HWCAP for FEAT_HBC (hinted conditional branches) (git-fixes)
    Refresh
    patches.suse/arm64-cpufeature-Fix-CLRBHB-and-BC-detection.patch.
  - commit 71c2551
  - Update
    patches.suse/genirq-Encapsulate-sparse-bitmap-handling.patch
    (bsc#1216838 jsc#PED-7520).
  - Update
    patches.suse/genirq-Use-a-maple-tree-for-interrupt-descriptor-management.patch
    (bsc#1216838 jsc#PED-7520).
  - Update
    patches.suse/genirq-Use-hlist-for-managing-resend-handlers.patch
    (bsc#1216838 jsc#PED-7520).
    Add JIRA reference.
  - commit 93058c5

++++ mdevctl:

  - Update to version 1.3.0 (jsc#PED-4981):
    * tests: add tests for live and defined support
    * doc: document live support and its options
    * cli: add live and defined parameters to modify command
    * callouts: add callout live event support
    * main: refactor jsonfile loading
    * main: refactor getting active devices
    * tests: add callout versioning tests
    * callouts: add warning for unknown supported actions and events
    * callouts: prevent repeating unsuccessful script searches
    * callouts: add versioning on callout scripts
    * callouts: make callout method reusable
    * callouts: add a check_result_fn to invoke_first_matching_script
    * Fix new clippy warnings
    * Cargo.toml: move tempfile to dev-dependencies
    * main: assemble active devices without overwriting
    * mdevctl.spec.in: Add systemd as build requirement
    * callout: ignore broken pipe on stdin
    * cli: improve lsmdev help
    * callouts: set script in callout on success only
    * main: fix file open error being suppressed
    * Fix clippy warning for useless vec
    * callouts: replace negated check and improve msgs
    * callouts: improve debug messages in get_attributes
    * callouts: match code format in Display for Event and Action
    * tests/callouts: make scripts cross distro compliant
    * actions: update release action to newer versions
    * Bump clap to 4.0
    * Bump env_logger dependency to 0.9.0
    * Fix deprecated github actions
    * cli: change modify parameter relationships
    * tests: use printf over echo
    * tests: add callout constructor panic tests
    * callouts: add MDev to callout struct
    * callouts: Move stdin generation from Callout::invoke_script()
    * callouts: Add a Callout argument to the invoke callback function
    * callouts: Reuse Callout::callout() for get_attributes()
    * callouts: Return Output from Callout::callout()
    * callouts: Remove Callout::callout_dir()
    * callouts: Move self.script invocation to callout()
    * callouts: make Callout::invoke() a method
    * mdev: provide better error message for invalid attr index
    * mdev: change attribute index arguments to usize
    * cli: adjust help text for modify option addattr
    * modify: ensure required parameter is given
    * trim trailing null from callout script get-attributes output
    * Add --force option for commands that have callouts
    * Bump 'nix' dependency
    * tests: test 'stop' with callouts
    * tests: remove stray debug prints during fork
    * tests: make test failure reports more obvious
    * Bump version to 1.3.0
    * undefine: report error if device is not undefined
    * modify: add jsonfile optional parameter
    * cli: add cli tests
    * cli: fix clap deprecations warnings
    * tests: fix test_modify() when auto and manual are both set
    * Fix panic on modify delattr with invalid index
    * Active attributes (#71)
    * clippy: remove needless borrows
    * mdevctl.rst: align use of term state
    * Add tests for callout dir priority
    * Add system callout script dir outside /etc.
    * Add ability to set env root with env variable
    * Rename Environment::persist_base() to config_base()
    * Update github checkout action
    * Relax 'nix' dependency version requirement
    * callouts: remove return value from Callout::notify()
    * callouts: remove separate is_dir() check in notify()
    * callouts: filter and map iterator in notifier loop
    * Update uuid version
    * tests: verify that callout scripts are executed in order
    * callouts: make sure scripts are sorted
    * callouts: simplify loop through callout dir
    * callouts: Remove call to count() on callout dir entries
    * Fix new clippy warnings
    * Fix intermittent callout failure during test
    * rpm: set debug env vars when running tests in rpm build
    * Add python3-docutils to rpm BuildRequires

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

  - kernel-6.7.patch
    * fixes build against kernel 6.7 (boo#1219117)

++++ python-M2Crypto:

  - Disable broken tests with openssl 3.2, bsc#1217782

++++ python-lxml:

  - Fix build error for Leap.
    Use build and test as descriped on upstream.

++++ thin-provisioning-tools:

  - Update to version 1.0.10:
    * Bump version to 1.0.10
    * [build] Update dependencies
    * [all] Fix clippy lints and typos
    * [space_map] Allow non-zero values in unused index block entries
    * [thin_repair] Fix child keys checking on the node with a zero key
    * [thin_check] Tweak the logs to avoid confusion with node errors
    * [thin_check] Support overriding the details tree root
    * [tests] Update expected help text for _pack and _unpack
    * [all] Fix clippy lints on optional targets
    * [build] Simplify the pre-commit hooks by checking all the targets at once
    * [thin_metadata_unpack] Allow long format for input and output
    * [space map] Fix incorrect index_entry.nr_free while expansion
    * thin_metadata_pack: Allow long format for input and output

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-6305)
    058-uri-Mock-domcaps-returning-NO_SUPPORT.patch
    059-tests-cli-Adjust-hotplug-test-for-latest-libvirt.patch
    060-Fix-some-pylint.patch
    061-tests-ui-make-newvm-test-start-less-flakey.patch
    062-tests-ui-make-creatnet-test-start-less-flakey.patch
  - Cleanup now working or non-existant %check tests

------------------------------------------------------------------
------------------  2024-1-23  -  Jan 23 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.24.2:
    * bump compose-go to v2.0.0-rc.2
    * ci(deps): upgrade to Moby v25.0.0 GA (#11381)
    * docs: update link to use canonical URL for command
    * go.mod: github.com/moby/sys/mountinfo v0.7.1
    * go.mod: github.com/google/uuid v1.5.0

++++ glibc:

  - Split off libnsl.so.1 into a separate package

++++ grub2:

  - Reinstate the verification for a non-zero total entry count to skip unmapped
    data blocks (bsc#1218864)
    * 0001-fs-xfs-always-verify-the-total-number-of-entries-is-.patch
  - Removed temporary fix as reverting it will cause a different XFS parser bug
    * 0001-Revert-fs-xfs-Fix-XFS-directory-extent-parsing.patch

++++ kernel-default:

  - blk-wbt: Fix detection of dirty-throttled tasks (bsc#1218272).
  - commit 497a3db
  - rpm/kernel-source.changes.old: update and correct the truncated references
  - commit 8e09770
  - scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
    The previous change added the manual entry from kernel-sources.change.old
    to old_changelog.txt unnecessarily.  Let's fix it.
  - commit fb033e8
  - bnxt_en: Add completion ring pointer in TX and RX ring
    structures (jsc#PED-7574).
  - commit 0ea0ed9
  - bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info
    (jsc#PED-7574).
  - commit 3718949
  - bnxt_en: Add completion ring pointer in TX and RX ring
    structures (jsc#PED-7574).
  - commit 25104e1
  - bnxt_en: Put the TX producer information in the TX BD opaque
    field (jsc#PED-7574).
  - commit 2c6ccef
  - net: renesas: rswitch: Fix unmasking irq condition (git-fixes).
  - commit 2f5e1f7
  - veth: Update XDP feature set when bringing up device
    (git-fixes).
  - commit fbdb33d
  - net: macb: fix sleep inside spinlock (git-fixes).
  - commit 356d69f
  - net: dsa: sja1105: block FDB accesses that are concurrent with
    a switch reset (git-fixes).
  - commit 07b2fec
  - Delete
    patches.suse/infiniband-Remove-the-now-superfluous-sentinel-eleme.patch.
    Patch uses not present changes in sysctl, so drop it.
  - commit d544c7c
  - net: dsa: sja1105: serialize sja1105_port_mcast_flood() with
    other FDB accesses (git-fixes).
  - commit aab1ac7
  - net: hns3: remove GSO partial feature bit (git-fixes).
  - commit 55bf00a
  - net: dsa: sja1105: fix multicast forwarding working only for
    last added mdb entry (git-fixes).
  - commit 53a6499
  - net: hns3: fix the port information display when sfp is absent
    (git-fixes).
  - commit c6ec734
  - net: dsa: sja1105: propagate exact error code from
    sja1105_dynamic_config_poll_valid() (git-fixes).
  - commit c09eaad
  - net: hns3: fix invalid mutex between tc qdisc and dcb ets
    command issue (git-fixes).
  - commit 45bfc6e
  - net: dsa: sja1105: hide all multicast addresses from "bridge
    fdb show" (git-fixes).
  - commit 3565617
  - net: hns3: fix debugfs concurrency issue between kfree buffer
    and read (git-fixes).
  - commit 46a2318
  - net:ethernet:adi:adin1110: Fix forwarding offload (git-fixes).
  - commit ba0f408
  - net: hns3: fix byte order conversion issue in
    hclge_dbg_fd_tcam_read() (git-fixes).
  - commit df3933b
  - net: ethernet: mtk_eth_soc: fix possible NULL pointer
    dereference in mtk_hwlro_get_fdir_all() (git-fixes).
  - commit 256db71
  - net: hns3: fix tx timeout issue (git-fixes).
  - commit cb13d0b
  - net: ethernet: mvpp2_main: fix possible OOB write in
    mvpp2_ethtool_get_rxnfc() (git-fixes).
  - commit 0b2ebf3
  - net: stmmac: fix handling of zero coalescing tx-usecs
    (git-fixes).
  - commit dc13842
  - net: microchip: vcap api: Fix possible memory leak for
    vcap_dup_rule() (git-fixes).
  - commit d26d0cc
  - net: enetc: distinguish error from valid pointers in
    enetc_fixup_clear_rss_rfs() (git-fixes).
  - commit 86014cf
  - rpm/kernel-docs.spec.in: fix build with 6.8
    Since upstream commit f061c9f7d058 (Documentation: Document each netlink
    family), the build needs python yaml.
  - commit 6a7ece3

++++ libqmi:

  - Add patch:
    * 0001-message-fix-16bit-service-on-big-endian.patch
  - Fixes 16-bit service indications on big endian architectures.
    Cherry-picked from upstream qmi-1-34 branch

++++ systemd:

  - Add patches that implement [jsc#PED-5659]
    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
    They are temporarily put in quarantine to get broader testing but should be
    eventually moved to the git repo.

++++ unbound:

  - Use prefixes instead of sudo in unbound.service (boo#1215628)

++++ libzypp:

  - CheckAccessDeleted: fix running_in_container detection
    (bsc#1218782)
  - Detect CURLOPT_REDIR_PROTOCOLS_STR availability at runtime
    (bsc#1218831)
  - Make Wakeup class EINTR safe.
  - Add a way to cancel media operations on shutdown
    (openSUSE/zypper#522)
    This patch adds a mechanism to signal libzypp that a shutdown was
    requested, usually when CTRL+C was pressed by the user. Currently
    only the media backend will utilize this, but can be extended to
    all code paths that use g_poll() to wait for events.
  - Manually poll fds for curl in MediaCurl.
    Using curl_easy_perform does not give us the required control on
    when we want to cancel a download. Switching to the MultiCurl
    implementation with a external poll() event loop will give us
    much more freedom and helps us to improve our Ctrl+C handling.
  - Move reusable curl poll code to curlhelper.h.
  - version 17.31.29 (22)

++++ podman:

  - Update to version 4.9.0:
    * Bump to v4.9.0
    * Fix a small grammar error in RELEASE_NOTES.md
    * Fix push endpoint stream
    * Finalized release notes for v4.9.0
    * farm build: push built images to registry
    * Move the --farm flag to farm build command
    * Clean up farm-build miscommit
    * [CI:DOCS] Add podman farm build doc
    * Add release notes for v4.9.0
    * gvproxy: Update to 0.7.2 release
    * [v4.9] Bump Buildah to v1.33.3, c/common to v0.57.2, c/image to v5.29.1
    * Add a net health recovery service to Qemu machines
    * Set up podman machine remote user correctly
    * Remove Libpod special-init conditions
    * Fix `podman system reset` with external containers
    * [v4.8] podman kube play: fix broken annotation parsing
    * feat: disable pid max in the podman machine
    * systests: cp: add wait_for_ready
    * System tests: fixes for RHEL8 gating failures
    * Add API forwarding support for HyperV
    * bump to v4.8.4-dev

++++ yast2:

  - Reading Kernel Params: Use kernel cmdline when install.inf is not
    available (bsc#1216408)
  - 5.0.4

------------------------------------------------------------------
------------------  2024-1-22  -  Jan 22 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - split python36-buildfix.patch into two patches python36-buildfix1.patch
    and python36-buildfix2.patch; apply the latter only on sle15-sp6/Leap 15.6
    since on newer python releases than 3.6 it changes behaviour to
    remove required=True option

++++ Mesa-drivers:

  - split python36-buildfix.patch into two patches python36-buildfix1.patch
    and python36-buildfix2.patch; apply the latter only on sle15-sp6/Leap 15.6
    since on newer python releases than 3.6 it changes behaviour to
    remove required=True option

++++ dracut:

  - Update to version 059+suse.538.ge7a5cff9:
    * fix(livenet): split `imgsize` calculation to avoid misleading error message
    * fix(livenet): check also `content-length` from live image header
    * fix(livenet): propagate error code
    * fix(dracut): correct regression with multiple `rd.break=` options

++++ python-kiwi:

  - Drop support for syslinux/isolinux
    SYSLINUX has been abandoned for several years now, and it does not
    even work with modern versions of the filesystems supported in kiwi.
    This commit drops it and Fixes #2433
  - Update build tests
    Delete use of syslinux/isolinux

++++ jeos-firstboot:

  - Update to version 1.3.0.3:
    * status_mail: Rerun status-mail-generator after saving
  - Update to version 1.3.0.2:
    * status_mail: Add a field for MAILX_OPTIONS as well
    * status_mail: Fix RELAYHOST option

++++ kernel-default:

  - net: dsa: sja1105: complete tc-cbs offload support on SJA1110
    (git-fixes).
  - commit 63f659d
  - net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs
    too many times (git-fixes).
  - commit ad24f2b
  - net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs
    software and offload (git-fixes).
  - commit 0f502ee
  - veth: Fixing transmit return status for dropped packets
    (git-fixes).
  - commit bd05611
  - pds_core: pass opcode to devcmd_wait (git-fixes).
  - commit fa54ffe
  - pds_core: check for work queue before use (git-fixes).
  - commit 9dfa465
  - pds_core: no reset command for VF (git-fixes).
  - commit 9f656c7
  - pds_core: no health reporter in VF (git-fixes).
  - commit bb060b3
  - mlxsw: core_hwmon: Adjust module label names based on MTCAP
    sensor counter (git-fixes).
  - commit d88bc5a
  - net-device: move xdp_prog to net_device_read_rx (jsc#PED-7574).
  - net-device: move gso_partial_features to net_device_read_tx
    (jsc#PED-7574).
  - bpf: Use nla_ok() instead of checking nla_len directly
    (jsc#PED-7574).
  - net: sysfs: fix locking in carrier read (jsc#PED-7574).
  - Documentations: fix net_cachelines documentation build warning
    (jsc#PED-7574).
  - Documentations: Analyze heavily used Networking related structs
    (jsc#PED-7574).
  - tools: ynl: make sure we use local headers for page-pool
    (jsc#PED-7574).
  - tools: ynl: fix build of the page-pool sample (jsc#PED-7574).
  - ipv6: also use netdev_hold() in ip6_route_check_nh()
    (jsc#PED-7574).
  - commit f0c6261
  - RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()
    (jsc#PED-7574).
  - RDMA/bnxt_re: Fix the sparse warnings (jsc#PED-7574).
  - RDMA/bnxt_re: Fix the offset for GenP7 adapters for user
    applications (jsc#PED-7574).
  - RDMA/bnxt_re: Share a page to expose per CQ info with userspace
    (jsc#PED-7574).
  - RDMA/bnxt_re: Add UAPI to share a page with user space
    (jsc#PED-7574).
  - RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters
    (jsc#PED-7574).
  - RDMA/bnxt_re: Doorbell changes (jsc#PED-7574).
  - RDMA/bnxt_re: Get the toggle bits from CQ completions
    (jsc#PED-7574).
  - RDMA/bnxt_re: Update the HW interface definitions
    (jsc#PED-7574).
  - RDMA/bnxt_re: Update the BAR offsets (jsc#PED-7574).
  - RDMA/bnxt_re: Support new 5760X P7 devices (jsc#PED-7574).
  - RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware
    queue resources (jsc#PED-7574).
  - RDMA/bnxt_re: Refactor the queue index update (jsc#PED-7574).
  - bnxt_en: Fix RCU locking for ntuple filters in
    bnxt_rx_flow_steer() (jsc#PED-7574).
  - bnxt_en: Fix RCU locking for ntuple filters in
    bnxt_srxclsrldel() (jsc#PED-7574).
  - bnxt_en: Remove unneeded variable in
    bnxt_hwrm_clear_vnic_filter() (jsc#PED-7574).
  - bnxt_en: Fix compile error without CONFIG_RFS_ACCEL
    (jsc#PED-7574).
  - bnxt_en: Add support for ntuple filter deletion by ethtool
    (jsc#PED-7574).
  - bnxt_en: Add support for ntuple filters added from ethtool
    (jsc#PED-7574).
  - bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter
    structure (jsc#PED-7574).
  - bnxt_en: Refactor ntuple filter removal logic in
    bnxt_cfg_ntp_filters() (jsc#PED-7574).
  - bnxt_en: Refactor the hash table logic for ntuple filters
    (jsc#PED-7574).
  - bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer()
    (jsc#PED-7574).
  - bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base
    struct (jsc#PED-7574).
  - bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() function
    (jsc#PED-7574).
  - bnxt_en: Add function to calculate Toeplitz hash (jsc#PED-7574).
  - bnxt_en: Refactor L2 filter alloc/free firmware commands
    (jsc#PED-7574).
  - bnxt_en: Re-structure the bnxt_ntuple_filter structure
    (jsc#PED-7574).
  - bnxt_en: Add bnxt_l2_filter hash table (jsc#PED-7574).
  - bnxt_en: Refactor bnxt_ntuple_filter structure (jsc#PED-7574).
  - net: Add MDB bulk deletion device operation (jsc#PED-7574).
  - genetlink: introduce helpers to do filtered multicast
    (jsc#PED-7574).
  - netlink: introduce typedef for filter function (jsc#PED-7574).
  - xsk: Add missing SPDX to AF_XDP TX metadata documentation
    (jsc#PED-7574).
  - page_pool: halve BIAS_MAX for multiple user references of a
    fragment (jsc#PED-7574).
  - net: ethtool: pass a pointer to parameters to get/set_rxfh
    ethtool ops (jsc#PED-7574).
  - net: page_pool: factor out releasing DMA from releasing the page
    (jsc#PED-7574).
  - page_pool: transition to reference count management after page
    draining (jsc#PED-7574).
  - bnxt_en: Make PTP TX timestamp HWRM query silent (jsc#PED-7574).
  - bnxt_en: Skip nic close/open when configuring tstamp filters
    (jsc#PED-7574).
  - bnxt_en: Add support for UDP GSO on 5760X chips (jsc#PED-7574).
  - bnxt_en: add rx_filter_miss extended stats (jsc#PED-7574).
  - bnxt_en: Configure UDP tunnel TPA (jsc#PED-7574).
  - bnxt_en: Add support for VXLAN GPE (jsc#PED-7574).
  - bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commands
    (jsc#PED-7574).
  - bnxt_en: Allocate extra QP backing store memory when RoCE FW
    reports it (jsc#PED-7574).
  - bnxt_en: Support TX coalesced completion on 5760X chips
    (jsc#PED-7574).
  - bnxt_en: Prevent TX timeout with a very small TX ring
    (jsc#PED-7574).
  - bnxt_en: Fix TX ring indexing logic (jsc#PED-7574).
  - bnxt_en: Fix AGG ring check logic in bnxt_check_rings()
    (jsc#PED-7574).
  - bnxt_en: Fix trimming of P5 RX and TX rings (jsc#PED-7574).
  - netlink: Return unsigned value for nla_len() (jsc#PED-7574).
  - net: core: synchronize link-watch when carrier is queried
    (jsc#PED-7574).
  - net-device: reorganize net_device fast path variables
    (jsc#PED-7574).
  - eth: bnxt: link NAPI instances to queues and IRQs
    (jsc#PED-7574).
  - netdev-genl: Add PID for the NAPI thread (jsc#PED-7574).
  - netdev-genl: spec: Add PID in netdev netlink YAML spec
    (jsc#PED-7574).
  - net: Add NAPI IRQ support (jsc#PED-7574).
  - netdev-genl: spec: Add irq in netdev netlink YAML spec
    (jsc#PED-7574).
  - netdev-genl: Add netlink framework functions for napi
    (jsc#PED-7574).
  - netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
    (jsc#PED-7574).
  - netdev-genl: Add netlink framework functions for queue
    (jsc#PED-7574).
  - ice: Add support in the driver for associating queue with napi
    (jsc#PED-7574).
  - net: Add queue and napi association (jsc#PED-7574).
  - netdev-genl: spec: Extend netdev netlink spec in YAML for queue
    (jsc#PED-7574).
  - bnxt_en: Add 5760X (P7) PCI IDs (jsc#PED-7574).
  - bnxt_en: Report the new ethtool link modes in the new firmware
    interface (jsc#PED-7574).
  - bnxt_en: Support force speed using the new HWRM fields
    (jsc#PED-7574).
  - bnxt_en: Support new firmware link parameters (jsc#PED-7574).
  - bnxt_en: Refactor ethtool speeds logic (jsc#PED-7574).
  - bnxt_en: Add support for new RX and TPA_START completion types
    for P7 (jsc#PED-7574).
  - bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end()
    (jsc#PED-7574).
  - bnxt_en: Refactor RX VLAN acceleration logic (jsc#PED-7574).
  - bnxt_en: Add new P7 hardware interface definitions
    (jsc#PED-7574).
  - bnxt_en: Refactor RSS capability fields (jsc#PED-7574).
  - bnxt_en: Implement the new toggle bit doorbell mechanism on
    P7 chips (jsc#PED-7574).
  - bnxt_en: Consolidate DB offset calculation (jsc#PED-7574).
  - bnxt_en: Define basic P7 macros (jsc#PED-7574).
  - bnxt_en: Update firmware interface to 1.10.3.15 (jsc#PED-7574).
  - bnxt_en: Fix backing store V2 logic (jsc#PED-7574).
  - cache: enforce cache groups (jsc#PED-7574).
  - xsk: Add option to calculate TX checksum in SW (jsc#PED-7574).
  - xsk: Validate xsk_tx_metadata flags (jsc#PED-7574).
  - xsk: Document tx_metadata_len layout (jsc#PED-7574).
  - xsk: Add TX timestamp and TX checksum offload support
    (jsc#PED-7574).
  - xsk: Support tx_metadata_len (jsc#PED-7574).
  - net: page_pool: fix general protection fault in page_pool_unlist
    (jsc#PED-7574).
  - tools: ynl: add sample for getting page-pool information
    (jsc#PED-7574).
  - net: page_pool: mute the periodic warning for visible page pools
    (jsc#PED-7574).
  - net: page_pool: expose page pool stats via netlink
    (jsc#PED-7574).
  - net: page_pool: report when page pool was destroyed
    (jsc#PED-7574).
  - net: page_pool: report amount of memory held by page pools
    (jsc#PED-7574).
  - net: page_pool: add netlink notifications for state changes
    (jsc#PED-7574).
  - net: page_pool: implement GET in the netlink API (jsc#PED-7574).
  - net: page_pool: add nlspec for basic access to page pools
    (jsc#PED-7574).
  - eth: link netdev to page_pools in drivers (jsc#PED-7574).
  - net: page_pool: stash the NAPI ID for easier access
    (jsc#PED-7574).
  - net: page_pool: record pools per netdev (jsc#PED-7574).
  - net: page_pool: id the page pools (jsc#PED-7574).
  - net: page_pool: factor out uninit (jsc#PED-7574).
  - bnxt_en: Rename some macros for the P5 chips (jsc#PED-7574).
  - bnxt_en: Modify the NAPI logic for the new P7 chips
    (jsc#PED-7574).
  - bnxt_en: Modify RX ring indexing logic (jsc#PED-7574).
  - bnxt_en: Modify TX ring indexing logic (jsc#PED-7574).
  - bnxt_en: Add db_ring_mask and related macro to bnxt_db_info
    struct (jsc#PED-7574).
  - bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware
    calls (jsc#PED-7574).
  - bnxt_en: Add support for new backing store query firmware API
    (jsc#PED-7574).
  - bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function
    (jsc#PED-7574).
  - bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct
    (jsc#PED-7574).
  - bnxt_en: Add page info to struct bnxt_ctx_mem_type
    (jsc#PED-7574).
  - bnxt_en: Restructure context memory data structures
    (jsc#PED-7574).
  - bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem() (jsc#PED-7574).
  - bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free
    bp->ctx (jsc#PED-7574).
  - net: page_pool: avoid touching slow on the fastpath
    (jsc#PED-7574).
  - net: page_pool: split the page_pool_params into fast and slow
    (jsc#PED-7574).
  - rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink
    (jsc#PED-7574).
  - bnxt_en: Optimize xmit_more TX path (jsc#PED-7574).
  - bnxt_en: Use existing MSIX vectors for all mqprio TX rings
    (jsc#PED-7574).
  - bnxt_en: Add macros related to TC and TX rings (jsc#PED-7574).
  - bnxt_en: Add helper to get the number of CP rings required
    for TX rings (jsc#PED-7574).
  - bnxt_en: Support up to 8 TX rings per MSIX (jsc#PED-7574).
  - bnxt_en: Refactor bnxt_hwrm_set_coal() (jsc#PED-7574).
  - bnxt_en: New encoding for the TX opaque field (jsc#PED-7574).
  - bnxt_en: Refactor bnxt_tx_int() (jsc#PED-7574).
  - bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL (jsc#PED-7574).
  - connector: Fix proc_event_num_listeners count not cleared
    (jsc#PED-7574).
  - net: tls, update curr on splice as well (bsc#1218941
    CVE-2024-0646).
  - xsk: Skip polling event check for unbound socket (jsc#PED-7574).
  - net: Move {l,t,d}stats allocation to core and convert veth &
    vrf (jsc#PED-7574).
  - net, vrf: Move dstats structure to core (jsc#PED-7574).
  - net: Add MDB get device operation (jsc#PED-7574).
  - xsk: Avoid starving the xsk further down the list
    (jsc#PED-7574).
  - net, bpf: Add a warning if NAPI cb missed xdp_do_flush()
    (jsc#PED-7574).
  - netlink: add variable-length / auto integers (jsc#PED-7574).
  - net: introduce napi_is_scheduled helper (jsc#PED-7574).
  - net/core: Introduce netdev_core_stats_inc() (jsc#PED-7574).
  - ynl: netdev: drop unnecessary enum-as-flags (jsc#PED-7574).
  - net: implement lockless SO_PRIORITY (jsc#PED-7574).
  - bpf: expose information about supported xdp metadata kfunc
    (jsc#PED-7574).
  - bpf: make it easier to add new metadata kfunc (jsc#PED-7574).
  - xsk: add multi-buffer support for sockets sharing umem
    (jsc#PED-7574).
  - Fix NULL pointer dereference in cn_filter() (jsc#PED-7574).
  - netdev-genl: use struct genl_info for reply construction
    (jsc#PED-7574).
  - net: add hwtstamping helpers for stackable net devices
    (jsc#PED-7574).
  - net: add NDOs for configuring hardware timestamping
    (jsc#PED-7574).
  - net: convert some netlink netdev iterators to depend on the
    xarray (jsc#PED-7574).
  - ynl: expose xdp-zc-max-segs (jsc#PED-7574).
  - netlink: allow be16 and be32 types in all uint policy checks
    (jsc#PED-7574).
  - net: Remove unused declaration dev_restart() (jsc#PED-7574).
  - connector/cn_proc: Allow non-root users access (jsc#PED-7574).
  - connector/cn_proc: Performance improvements (jsc#PED-7574).
  - connector/cn_proc: Add filtering to fix some bugs
    (jsc#PED-7574).
  - netlink: Add new netlink_release function (jsc#PED-7574).
  - netlink: Reverse the patch which removed filtering
    (jsc#PED-7574).
  - selftests/xsk: add basic multi-buffer test (jsc#PED-7574).
  - selftests/xsk: transmit and receive multi-buffer packets
    (jsc#PED-7574).
  - xsk: support ZC Tx multi-buffer in batch API (jsc#PED-7574).
  - xsk: discard zero length descriptors in Tx path (jsc#PED-7574).
  - net: create device lookup API with reference tracking
    (jsc#PED-7574).
  - commit e8d3010
  - r8152: Choose our USB config with choose_configuration()
    rather than probe() (git-fixes).
  - commit 1e8cc32
  - mlxsw: i2c: Limit single transaction buffer size (git-fixes).
  - commit 8e2d36d
  - usb: core: Fix crash w/ usb_choose_configuration() if no driver
    (git-fixes).
  - commit 3b35679
  - mlxsw: i2c: Fix chunk size setting in output mailbox buffer
    (git-fixes).
  - commit 05f3c6b
  - net: handle ARPHRD_PPP in dev_is_mac_header_xmit() (git-fixes).
  - commit 06f5d73
  - net: lan966x: Fix return value check for vcap_get_rule()
    (git-fixes).
  - commit 03b99a2
  - usb: core: Allow subclassed USB drivers to override
    usb_choose_configuration() (git-fixes).
  - commit 44b3c00
  - net: hns3: fix wrong rpu tln reg issue (git-fixes).
  - commit a1137c7
  - net: hns3: Support tlv in regs data for HNS3 PF driver
    (git-fixes).
  - commit 6734c8c
  - net: hns3: move dump regs function to a separate file
    (git-fixes).
  - commit 4080e37
  - net: ethernet: adi: adin1110: use eth_broadcast_addr() to
    assign broadcast address (git-fixes).
  - commit c53d87f
  - usb: core: Don't force USB generic_subclass drivers to define
    probe() (git-fixes).
  - commit 7e41fc6
  - net: altera: tse: remove mac_an_restart() function (git-fixes).
  - commit 666a388
  - net: usb: ax88179_178a: avoid two consecutive device resets
    (bsc#1218948).
  - commit 8517946
  - RDMA/mana_ib: Add CQ interrupt support for RAW QP (git-fixes).
  - RDMA/mana_ib: query device capabilities (git-fixes).
  - RDMA/mana_ib: register RDMA device with GDMA (git-fixes).
  - hv_netvsc: remove duplicated including of slab.h (git-fixes).
  - net: mana: add msix index sharing between EQs (git-fixes).
  - net: mana: Fix spelling mistake "enforecement" -> "enforcement"
    (git-fixes).
  - net :mana :Add remaining GDMA stats for MANA to ethtool
    (git-fixes).
  - net: mana: select PAGE_POOL (git-fixes).
  - hv_netvsc: rndis_filter needs to select NLS (git-fixes).
  - commit a651fcd
  - Move upstreamed patches into sorted section
  - commit 412a82b
  - misc: hpilo: make ilo_class a static const structure
    (jsc#PED-7689).
  - commit 48ef5cd
  - nfsd: fix RELEASE_LOCKOWNER (bsc#1218968).
  - commit 2ac4814

++++ libeconf:

  - Update to version 0.6.1:
    * reading lines which have a length greater than BUFSIZE (#195)
    * Improved data quote check in read_file (#193)

++++ rdma-core:

  - Update to v49.1 (jsc#PED-6891, jsc#PED-6864, jsc#PED-6839, jsc#PED-6836,
    jsc#PED-6828, jsc#PED-6824, jsc#PED-6958, jsc#PED-6943, jsc#PED-6933, jsc#PED-6916)
  - No release notes available.

++++ libjcat:

  - Update to version 0.2.1:
    + Do not dedupe sig and sig-of-checksum when loading.
    + Fix the installed tests.
    + Show the sig-of-checksum results clearer on the CLI.

++++ ncurses:

  - Add ncurses patch 20240120
    + improve formatting/style of manpages (patches by Branden Robinson).
    + amend discussion of aliases in tput.1
    + use ansi+sgrbold, ansi+sgrdim, ansi+sgrso, ansi+sgrul, ansi+tabs
    ecma+color, ecma+sgr, vt100+4bsd, vt100+pfkeys, vt220+pcedit
    xterm+256color, xterm+acs, xterm+nopcfkeys, xterm+pcf2 to trim -TD
    + modify configure scripts/makefiles to omit KEY_RESIZE if the
    corresponding SIGWINCH feature is disabled.

++++ openssl-3:

  - Added openssl-3-use-include-directive.patch so that the default
    /etc/ssl/openssl.cnf file will include any configuration files that
    other packages might place into /etc/ssl/engines3.d/ and
    /etc/ssl/engdef3.d/. Also create symbolic links /etc/ssl/engines.d/
    and /etc/ssl/engdef.d/ to above versioned directories.
  - Updated spec file to create the two new necessary directores for
    the above patch and two symbolic links to above directories.
    [bsc#1194187, bsc#1207472, bsc#1218933]

++++ tevent:

  - Update to version 0.16.0
    * the epoll backend is no longer limited to 2 event handlers
    per low level fd.
    * finally add support for TEVENT_FD_ERROR

++++ skopeo:

  - Update to version 1.14.1:
    * Bump to v1.14.1
    * fix(deps): update module github.com/containers/common to v0.57.2
    * fix(deps): update module github.com/containers/image/v5 to v5.29.1
    * chore(deps): update dependency containers/automation_images to v20240102
    * Fix libsubid detection
    * fix(deps): update module golang.org/x/term to v0.16.0
    * fix(deps): update golang.org/x/exp digest to 02704c9
    * chore(deps): update dependency containers/automation_images to v20231208
    * [skip-ci] Update actions/stale action to v9
    * fix(deps): update module github.com/containers/common to v0.57.1
    * fix(deps): update golang.org/x/exp digest to 6522937
    * DOCS: add Gentoo in install.md
    * DOCS: Update to add Arch Linux in install.md
    * fix(deps): update module golang.org/x/term to v0.15.0
    * Bump to v1.14.1-dev

++++ vim:

  - update to 9.1.0041:
    * xxd -i may generate incorrect C statements
    * man on AIX does not understand -l
    * add focus_follows_mouse and smart_qaps syntax keywords
    * remove always from `focus_follows_mouse`
    * minor changes to fix move cmd on windows
    * issue with prompt buffer and hidden buffer
    * too vague errors for 'listchars'/'fillchars'
    * Unnecessary loop in getvcol()
    * Calling get_breakindent_win() repeatedly when computing virtcol
    * include ftplugin, syntax and indent script
    * i_CTRL-] triggers InsertCharPre
    * Window scrolls unexpectedly when 'scrollbind' is set
    * Insert mode not stopped if closing prompt buffer modifies hidden buffer
    * update fortran syntax
    * regenerate helptags, fix ci help tags job failing
    * Cannot use terminal alternate font
    * Replace non-breaking space with normal space
    * Use "*" browsefilter pattern to match "All Files"
    * Cannot act on various terminal response codes
    * Check help tags for errors (duplicates, missing, etc)
    * delete duplicate help tag E741
    * Vim is missing a foreach() func
    * A few typos in tests and justify.vim
    * xxd: few problems with EBCDIC for z/OS (MVS)
    * Coverity complains about improper use of negative value
    * i_CTRL-R- doesn't work for multibyte chars in Replace mode
    * Vim9: cannot compile all methods in a class
    * cmdline may disappear when changing 'cmdheight'
    * use of #if instead of #ifdef
    * Decode multibyte percent-encoding filename correctly
    * [security]: use-after-free in eval1_emsg()
    * Sync with netrw 174b
    * Add initial support for Added/Removed/Changed highlight groups
    * fix a few problems with the tar plugin
    * accept dot in completionList for Vim9 syntax
    * default diff highlighting is too noisy
    * Improve the documentation for Vim9 classes
    * i_CTRL-R- no longer works in replace mode
    * incorrect use of W_WINROW in edit.c
    * Modula2 filetype support lacking
    * regression with empty inner blocks introduced
    * Fix typos in version9.txt
    * Fix typos in reltime() help.
    * Update syntax file
    * regexp cannot match combining chars in collection
    * Keymap completion is not available
    * Cannot easily get the list of matches
    * NSIS installer includes syntax testdir
    * can select empty inner text blocks
    * is*() and to*() function may be unsafe
    * syntax and documentation updates
    * reloading colorscheme when not changing 'background'
    * Cannot build against Ruby 33 dynamically
    * a closing fold expr, may start a new fold
    * when closing window, wincmd p may fail
    * add jumpoptions to syntax file
    * document that the diff filetype uses Diff hl groups
    * Add support for <ScriptCmd> syntax
    * Add support for `syntax foldlevel` command

------------------------------------------------------------------
------------------  2024-1-21  -  Jan 21 2024  -------------------
------------------------------------------------------------------

++++ coreutils:

  - coreutils-9.4.split-CVE-2024-0684.patch: Add upstream patch:
    split: do not shrink hold buffer.  (CVE-2024-0684, bsc#1218982)
  - coreutils-i18n.patch: Update from Fedora to fix build on i686 on GCC14.

++++ coreutils-systemd:

  - coreutils-9.4.split-CVE-2024-0684.patch: Add upstream patch:
    split: do not shrink hold buffer.  (CVE-2024-0684, bsc#1218982)
  - coreutils-i18n.patch: Update from Fedora to fix build on i686 on GCC14.

++++ kernel-default:

  - xfs: allow read IO and FICLONE to run concurrently
    (bsc#1218934).
  - commit b6b4c4a
  - Input: atkbd - use ab83 as id when skipping the getid command
    (git-fixes).
  - commit 09aa4d9
  - Add alt-commit to an ASoC fix
  - commit ac54a21
  - parport: parport_serial: Add Brainboxes device IDs and geometry
    (git-fixes).
  - parport: parport_serial: Add Brainboxes BAR details (git-fixes).
  - scripts/decode_stacktrace.sh: optionally use LLVM utilities
    (git-fixes).
  - nfc: Do not send datagram if socket state isn't LLCP_BOUND
    (git-fixes).
  - Input: xpad - add Razer Wolverine V2 support (git-fixes).
  - Input: i8042 - add nomux quirk for Acer P459-G2-M (git-fixes).
  - Input: atkbd - skip ATKBD_CMD_GETID in translated mode
    (git-fixes).
  - Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
    (git-fixes).
  - kselftest: alsa: fixed a print formatting warning (git-fixes).
  - i2c: rk3x: fix potential spinlock recursion on poll (git-fixes).
  - pinctrl: cy8c95x0: Fix get_pincfg (git-fixes).
  - pinctrl: cy8c95x0: Fix regression (git-fixes).
  - pinctrl: cy8c95x0: Fix typo (git-fixes).
  - pinctrl: amd: Mask non-wake source pins with interrupt enabled
    at suspend (git-fixes).
  - wifi: iwlwifi: pcie: avoid a NULL pointer dereference
    (git-fixes).
  - reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
    (git-fixes).
  - platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework
    13 (git-fixes).
  - platform/x86/amd/pmc: Move keyboard wakeup disablement detection
    to pmc-quirks (git-fixes).
  - platform/x86/amd/pmc: Only run IRQ1 firmware version check on
    Cezanne (git-fixes).
  - platform/x86/amd/pmc: Move platform defines to header
    (git-fixes).
  - platform/x86: thinkpad_acpi: fix for incorrect fan reporting
    on some ThinkPad systems (git-fixes).
  - soundwire: intel_ace2x: fix AC timing setting for ACE2.x
    (git-fixes).
  - platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
    (git-fixes).
  - hwtracing: hisi_ptt: Don't try to attach a task (git-fixes).
  - hwtracing: hisi_ptt: Handle the interrupt in hardirq context
    (git-fixes).
  - hwmon: (corsair-psu) Fix probe when built-in (git-fixes).
  - nouveau/tu102: flush all pdbs on vmm flush (git-fixes).
  - kunit: Reset suite counter right before running tests
    (git-fixes).
  - kunit: Warn if tests are slow (git-fixes).
  - wifi: mac80211: handle 320 MHz in
    ieee80211_ht_cap_ie_to_sta_ht_cap (git-fixes).
  - wifi: avoid offset calculation on NULL pointer (git-fixes).
  - wifi: cfg80211: lock wiphy mutex for rfkill poll (git-fixes).
  - pinctrl: lochnagar: Don't build on MIPS (git-fixes).
  - pinctrl: s32cc: Avoid possible string truncation (git-fixes).
  - pinctrl: amd: Use pm_pr_dbg to show debugging messages
    (git-fixes).
  - commit ab000cc
  - dmaengine: idxd: Move dma_free_coherent() out of spinlocked
    context (git-fixes).
  - dmaengine: fix NULL pointer in channel unregistration function
    (git-fixes).
  - driver core: Add a guard() definition for the device_lock()
    (git-fixes).
  - drm/amd/display: get dprefclk ss info from integration info
    table (git-fixes).
  - drm/amd/display: Add case for dcn35 to support usb4 dmub hpd
    event (git-fixes).
  - drm/amdkfd: svm range always mapped flag not working on APU
    (git-fixes).
  - HID: nintendo: Prevent divide-by-zero on code (git-fixes).
  - HID: nintendo: fix initializer element is not constant error
    (git-fixes).
  - drm/crtc: fix uninitialized variable use (git-fixes).
  - drm/crtc: Fix uninit-value bug in drm_mode_setcrtc (git-fixes).
  - drm/exynos: fix a wrong error checking (git-fixes).
  - drm/exynos: fix a potential error pointer dereference
    (git-fixes).
  - drm/amdgpu: Add NULL checks for function pointers (git-fixes).
  - drm/amd/display: Add monitor patch for specific eDP (git-fixes).
  - drm/amdgpu: Use another offset for GC 9.4.3 remap (git-fixes).
  - drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit
    (git-fixes).
  - drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel
    null pointer (git-fixes).
  - drm/amd/display: update dcn315 lpddr pstate latency (git-fixes).
  - drm/amdkfd: Use common function for IP version check
    (git-fixes).
  - drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
    (git-fixes).
  - commit f779c78
  - virtio_pmem: support feature SHMEM_REGION (jsc#PED-5853).
  - nvdimm/namespace: fix kernel-doc for function params
    (jsc#PED-5853).
  - nvdimm/dimm_devs: fix kernel-doc for function params
    (jsc#PED-5853).
  - nvdimm/btt: fix btt_blk_cleanup() kernel-doc (jsc#PED-5853).
  - nvdimm-btt: simplify code with the scope based resource
    management (jsc#PED-5853).
  - nvdimm: Remove usage of the deprecated ida_simple_xx() API
    (jsc#PED-5853).
  - nvdimm/btt: replace deprecated strncpy with strscpy
    (jsc#PED-5853).
  - dax/kmem: allow kmem to add memory with memmap_on_memory
    (jsc#PED-5853).
  - libnvdimm: remove kernel-doc warnings: (jsc#PED-5853).
  - libnvdimm: Annotate struct nd_region with __counted_by
    (jsc#PED-5853).
  - nd_btt: Make BTT lanes preemptible (jsc#PED-5853).
  - libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and
    check its return value (jsc#PED-5853).
  - dax: refactor deprecated strncpy (jsc#PED-5853).
  - nvdimm: Fix dereference after free in register_nvdimm_pmu()
    (jsc#PED-5853).
  - nvdimm: Fix memleak of pmu attr_groups in
    unregister_nvdimm_pmu() (jsc#PED-5853).
  - nvdimm/pfn_dev: Avoid unnecessary endian conversion
    (jsc#PED-5853).
  - nvdimm/pfn_dev: Prevent the creation of zero-sized namespaces
    (jsc#PED-5853).
  - nvdimm: Explicitly include correct DT includes (jsc#PED-5853).
  - nvdimm: Use kstrtobool() instead of strtobool() (jsc#PED-5853).
  - mm/hugepage pud: allow arch-specific helper function to check
    huge page pud support (jsc#PED-5853).
  - dax: enable dax fault handler to report VM_FAULT_HWPOISON
    (jsc#PED-5853).
  - dax: Cleanup extra dax_region references (jsc#PED-5853).
  - dax: Use device_unregister() in unregister_dax_mapping()
    (jsc#PED-5853).
  - nvdimm: make security_show static (jsc#PED-5853).
  - nvdimm: make nd_class variable static (jsc#PED-5853).
  - libnvdimm: mark 'security_show' static again (jsc#PED-5853).
  - dax: fix missing-prototype warnings (jsc#PED-5853).
  - commit b5a37cd
  - bus: moxtet: Add spi device table (git-fixes).
  - bus: moxtet: Mark the irq as shared (git-fixes).
  - ACPI: resource: Add another DMI match for the TongFang GMxXGxx
    (git-fixes).
  - ARM: sun9i: smp: fix return code check of
    of_property_match_string (git-fixes).
  - ASoC: SOF: Intel: hda-codec: Delay the codec device registration
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab
    S10346 (git-fixes).
  - ASoC: cs35l45: Prevents spinning during runtime suspend
    (git-fixes).
  - ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
    (git-fixes).
  - ASoC: cs35l45: Use modern pm_ops (git-fixes).
  - clk: rockchip: rk3128: Fix HCLK_OTG gate register (git-fixes).
  - clk: rockchip: rk3568: Add PLL rate for 292.5MHz (git-fixes).
  - ASoC: da7219: Support low DC impedance headset (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct data structures for the GAIN
    module (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct data structures for the SRC
    module (git-fixes).
  - ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
    (git-fixes).
  - ASoC: SOF: sof-audio: Modify logic for enabling/disabling
    topology cores (git-fixes).
  - ASoC: SOF: ipc4-topology: Add core_mask in struct
    snd_sof_pipeline (git-fixes).
  - ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI
    is not available (git-fixes).
  - ASoC: fsl_xcvr: refine the requested phy clock frequency
    (git-fixes).
  - ASoC: rt5650: add mutex to avoid the jack detection failure
    (git-fixes).
  - ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
    (git-fixes).
  - ASoC: cs43130: Fix incorrect frame delay configuration
    (git-fixes).
  - ASoC: cs43130: Fix the position of const qualifier (git-fixes).
  - ASoC: Intel: Skylake: mem leak in skl register function
    (git-fixes).
  - ASoC: SOF: topology: Fix mem leak in sof_dai_load() (git-fixes).
  - ASoC: nau8822: Fix incorrect type in assignment and cast to
    restricted __be16 (git-fixes).
  - ASoC: Intel: Skylake: Fix mem leak in few functions (git-fixes).
  - ASoC: wm8974: Correct boost mixer inputs (git-fixes).
  - commit 8e23814

------------------------------------------------------------------
------------------  2024-1-20  -  Jan 20 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - python36-buildfix.patch
    * src/freedreno/registers/gen_header.py: hopefully fixes aarch64
    build
  - u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch
    u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch
    python36-buildfix.patch
    * fixes build against python 3.6
  - let Mesa-dri require libvulkan1 to get zink/swrast driver
    fallbacks working (hopefully); probably related:
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/2a71f06f2938678d89d5ed1372cda6a7b55d964d

++++ Mesa-drivers:

  - python36-buildfix.patch
    * src/freedreno/registers/gen_header.py: hopefully fixes aarch64
    build
  - u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch
    u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch
    python36-buildfix.patch
    * fixes build against python 3.6
  - let Mesa-dri require libvulkan1 to get zink/swrast driver
    fallbacks working (hopefully); probably related:
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/2a71f06f2938678d89d5ed1372cda6a7b55d964d

++++ cloud-init:

  - Add cloud-init-skip-empty-conf.patch
    + Skip tests with empty config

++++ grub2:

  - allow to boot memtest86 if stored in /usr/lib/memtest86+
    * SR#1071109 can then work

++++ kernel-default:

  - watchdog/hpwdt: Remove unused variable (jsc#PED-7477).
  - watchdog/hpwdt: Remove redundant test (jsc#PED-7477).
  - commit 1d0b9e9
  - Update patch reference for hpwdt patch (jsc#PED-7477)
  - commit 6b37003
  - ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5
    (git-fixes).
  - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic
    boost on HP ZBook (git-fixes).
  - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
    (git-fixes).
  - commit 9f81551
  - libapi: Add missing linux/types.h header to get the __u64 type
    on io.h (git-fixes).
  - arm64/sme: Always exit sme_alloc() early with existing storage
    (git-fixes).
  - arm64/fpsimd: Remove spurious check for SVE support (git-fixes).
  - arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via
    ptrace (git-fixes).
  - arm64: scs: Work around full LTO issue with dynamic SCS
    (git-fixes).
  - ASoC: SOF: ipc4-loader: remove the CPC check warnings
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: remove log message for LLP (git-fixes).
  - ASoC: mediatek: sof-common: Add NULL check for normal_link
    string (git-fixes).
  - ALSA: oxygen: Fix right channel of capture volume mixer
    (git-fixes).
  - drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2"
    (git-fixes).
  - drm/amdgpu: Fix the null pointer when load rlc firmware
    (git-fixes).
  - drm/amdgpu: fall back to INPUT power for AVG power via INFO
    IOCTL (git-fixes).
  - drm/amdkfd: fixes for HMM mem allocation (git-fixes).
  - Revert "drm/amd/display: fix bandwidth validation failure on
    DCN 2.1" (git-fixes).
  - power: supply: cw2015: correct time_to_empty units in sysfs
    (git-fixes).
  - power: supply: bq256xx: fix some problem in bq256xx_hw_init
    (git-fixes).
  - apparmor: avoid crash when parsed profile name is empty
    (git-fixes).
  - apparmor: fix possible memory leak in unpack_trans_table
    (git-fixes).
  - serial: sc16is7xx: set safe default SPI clock frequency
    (git-fixes).
  - serial: sc16is7xx: add check for unsupported SPI modes during
    probe (git-fixes).
  - commit ec5fb8d

++++ systemd:

  - remove pam-config call from post scriptlet of systemd-32bit
    * the full package already does that

++++ python-jsonschema:

  - update to 4.21.1:
    * Slightly speed up the contains keyword by removing some
    unnecessary validator (re-)creation.

------------------------------------------------------------------
------------------  2024-1-19  -  Jan 19 2024  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Add cloud-init-pckg-reboot.patch (boo#1198533, bsc#1218952,  jsc#SMO-326)
    + Support reboot on package update/upgrade via the cloud-init config

++++ python-kiwi:

  - Move BootLoaderConfig to context manager
    Change the BootLoaderConfig class to be a context manager.
    All code using BootLoaderConfig was updated to the following
    with statement:
    with BootLoaderConfig.new(...) as bootloader_config:
    bootloader_config.some_member()
    This is related to Issue #2412
  - [docs] make copyright year dynamic
  - Silence Shellcheck warning SC2004
    It causes false positives in array expressions,
    e.g. device_array[${device_index}]
    (see: https://www.shellcheck.net/wiki/SC2004)
  - Quote shell variables to prevent word splitting
    this fixes shellcheck warning SC2086
    https://www.shellcheck.net/wiki/SC2086

++++ kernel-default:

  - perf/x86/intel/uncore: Factor out topology_gidnid_map()
    (bsc#1218958).
  - perf/x86/intel/uncore: Fix NULL pointer dereference issue in
    upi_fill_topology() (bsc#1218958).
  - commit 3c9d9ce
  - selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
    (git-fixes).
  - selftests: mlxsw: qos_pfc: Remove wrong description (git-fixes).
  - selftests: bonding: Add more missing config options (git-fixes).
  - selftests: netdevsim: add a config file (git-fixes).
  - usb: mon: Fix atomicity violation in mon_bin_vma_fault
    (git-fixes).
  - usb: typec: class: fix typec_altmode_put_partner to put plugs
    (git-fixes).
  - usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
    (git-fixes).
  - usb: dwc3: gadget: Queue PM runtime idle on disconnect event
    (git-fixes).
  - usb: phy: mxs: remove CONFIG_USB_OTG condition for
    mxs_phy_is_otg_host() (git-fixes).
  - usb: chipidea: wait controller resume finished for wakeup irq
    (git-fixes).
  - usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg
    enabled (git-fixes).
  - usb: cdns3: fix iso transfer error when mult is not zero
    (git-fixes).
  - usb: cdns3: fix uvc failure work since sg support enabled
    (git-fixes).
  - usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
    (git-fixes).
  - usb: dwc3: gadget: Handle EP0 request dequeuing properly
    (git-fixes).
  - Revert "usb: dwc3: don't reset device side if dwc3 was
    configured as host-only" (git-fixes).
  - Revert "usb: dwc3: Soft reset phy on probe for host"
    (git-fixes).
  - Revert "usb: typec: class: fix typec_altmode_put_partner to
    put plugs" (git-fixes).
  - usb: gadget: webcam: Make g_webcam loadable again (git-fixes).
  - serial: omap: do not override settings for RS485 support
    (git-fixes).
  - serial: core, imx: do not set RS485 enabled if it is not
    supported (git-fixes).
  - serial: core: make sure RS485 cannot be enabled when it is
    not supported (git-fixes).
  - serial: core: fix sanitizing check for RTS settings (git-fixes).
  - serial: 8250_bcm2835aux: Restore clock error handling
    (git-fixes).
  - serial: imx: Ensure that imx_uart_rs485_config() is called
    with enabled clock (git-fixes).
  - serial: apbuart: fix console prompt on qemu (git-fixes).
  - serial: imx: Correct clock error message in function probe()
    (git-fixes).
  - serial: imx: fix tx statemachine deadlock (git-fixes).
  - serial: sccnxp: Improve error message if regulator_disable()
    fails (git-fixes).
  - serial: 8250: omap: Don't skip resource freeing if
    pm_runtime_resume_and_get() failed (git-fixes).
  - software node: Let args be NULL in
    software_node_get_reference_args (git-fixes).
  - commit 1dd97ae
  - modpost: move __attribute__((format(printf, 2, 3))) to modpost.h
    (git-fixes).
  - kbuild: buildtar: Remove unused $dirs (git-fixes).
  - kdb: Fix a potential buffer overflow in kdb_local() (git-fixes).
  - selftests: bonding: add missing build configs (git-fixes).
  - selftests: netdevsim: sprinkle more udevadm settle (git-fixes).
  - selftests: bonding: Change script interpreter (git-fixes).
  - i2c: s3c24xx: fix transferring more than one message in polling
    mode (git-fixes).
  - i2c: s3c24xx: fix read transfers in polling mode (git-fixes).
  - rtc: Extend timeout for waiting for UIP to clear to 1s
    (git-fixes).
  - rtc: Add support for configuring the UIP timeout for RTC reads
    (git-fixes).
  - rtc: Adjust failure return code for cmos_set_alarm()
    (git-fixes).
  - rtc: mc146818-lib: Adjust failure return code for
    mc146818_get_time() (git-fixes).
  - gpio: EN7523: fix kernel-doc warnings (git-fixes).
  - pwm: jz4740: Don't use dev_err_probe() in .request()
    (git-fixes).
  - pwm: Fix out-of-bounds access in of_pwm_single_xlate()
    (git-fixes).
  - backlight: hx8357: Convert to agnostic GPIO API (git-fixes).
  - dma-debug: fix kernel-doc warnings (git-fixes).
  - cxl/port: Fix decoder initialization when nr_targets >
    interleave_ways (git-fixes).
  - cxl/region: fix x9 interleave typo (git-fixes).
  - selftests/sgx: Skip non X86_64 platform (git-fixes).
  - selftests/sgx: Include memory clobber for inline asm in test
    enclave (git-fixes).
  - selftests/sgx: Fix uninitialized pointer dereferences in
    encl_get_entry (git-fixes).
  - selftests/sgx: Fix uninitialized pointer dereference in error
    path (git-fixes).
  - class: fix use-after-free in class_register() (git-fixes).
  - acpi: property: Let args be NULL in
    __acpi_node_get_property_reference (git-fixes).
  - base/node.c: initialize the accessor list before registering
    (git-fixes).
  - commit 7b0bf11
  - s390/vfio-ap: do not reset queue removed from host config
    (git-fixes bsc#1218996).
  - commit bc352ee
  - s390/vfio-ap: reset queues associated with adapter for queue
    unbound from driver (bsc#1218993 git-fixes).
  - commit 5646a17
  - s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctl
    (bsc#1218992 git-fixes).
  - commit 772cff8
  - s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl
    (bsc#1218992 git-fixes).
  - commit 7a3f44a
  - s390/vfio-ap: reset queues filtered from the guest's AP config
    (git-fixes bsc#1218992).
  - commit 79ec7d5
  - s390/vfio-ap: let on_scan_complete() callback filter matrix
    and update guest's APCB (git-fixes bsc#1218991).
  - commit 692b477
  - s390/vfio-ap: loop over the shadow APCB when filtering guest's
    AP configuration (git-fixes bsc#1218989).
  - commit 8ddc8b3
  - s390/vfio-ap: always filter entire AP matrix (git-fixes
    bsc#1218988).
  - commit 8a86865
  - s390/pci: fix max size calculation in zpci_memcpy_toio()
    (git-fixes bsc#1218987).
  - commit d38497a

++++ kexec-tools:

  - add kexec-dont-use-kexec_file_load-on-xen.patch:
    kexec: don't use kexec_file_load on xen (bsc#1218590)

++++ pam:

  - Add post 1.6.0 release fixes for pam_env and pam_unix:
  - pam_env-fix-enable-vendordir-fallback.patch
  - pam_env-fix_vendordir.patch
  - pam_env-remove-escaped-newlines.patch
  - pam_unix-fix-password-aging-disabled.patch
  - Update to version 1.6.0
  - Added support of configuration files with arbitrarily long lines.
  - build: fixed build outside of the source tree.
  - libpam: added use of getrandom(2) as a source of randomness if available.
  - libpam: fixed calculation of fail delay with very long delays.
  - libpam: fixed potential infinite recursion with includes.
  - libpam: implemented string to number conversions validation when parsing
    controls in configuration.
  - pam_access: added quiet_log option.
  - pam_access: fixed truncation of very long group names.
  - pam_canonicalize_user: new module to canonicalize user name.
  - pam_echo: fixed file handling to prevent overflows and short reads.
  - pam_env: added support of '\' character in environment variable values.
  - pam_exec: allowed expose_authtok for password PAM_TYPE.
  - pam_exec: fixed stack overflow with binary output of programs.
  - pam_faildelay: implemented parameter ranges validation.
  - pam_listfile: changed to treat \r and \n exactly the same in configuration.
  - pam_mkhomedir: hardened directory creation against timing attacks.
  - Please note that using *at functions leads to more open file handles
    during creation.
  - pam_namespace: fixed potential local DoS (CVE-2024-22365).
  - pam_nologin: fixed file handling to prevent short reads.
  - pam_pwhistory: helper binary is now built only if SELinux support is
    enabled.
  - pam_pwhistory: implemented reliable usernames handling when remembering
    passwords.
  - pam_shells: changed to allow shell entries with absolute paths only.
  - pam_succeed_if: fixed treating empty strings as numerical value 0.
  - pam_unix: added support of disabled password aging.
  - pam_unix: synchronized password aging with shadow.
  - pam_unix: implemented string to number conversions validation.
  - pam_unix: fixed truncation of very long user names.
  - pam_unix: corrected rounds retrieval for configured encryption method.
  - pam_unix: implemented reliable usernames handling when remembering
    passwords.
  - pam_unix: changed to always run the helper to obtain shadow password
    entries.
  - pam_unix: unix_update helper binary is now built only if SELinux support
    is enabled.
  - pam_unix: added audit support to unix_update helper.
  - pam_userdb: added gdbm support.
  - Multiple minor bug fixes, portability fixes, documentation improvements,
    and translation updates.
  - The following patches are obsolete with the update:
  - pam_access-doc-IPv6-link-local.patch
  - pam_access-hostname-debug.patch
  - pam_shells-fix-econf-memory-leak.patch
  - pam_shells-fix-econf-memory-leak.patch
  - disable-examples.patch
  - pam-login_defs-check.sh: adjust checksum, SHA_CRYPT_MAX_ROUNDS
    is no longer used.

++++ pam-full-src:

  - Add post 1.6.0 release fixes for pam_env and pam_unix:
  - pam_env-fix-enable-vendordir-fallback.patch
  - pam_env-fix_vendordir.patch
  - pam_env-remove-escaped-newlines.patch
  - pam_unix-fix-password-aging-disabled.patch
  - Update to version 1.6.0
  - Added support of configuration files with arbitrarily long lines.
  - build: fixed build outside of the source tree.
  - libpam: added use of getrandom(2) as a source of randomness if available.
  - libpam: fixed calculation of fail delay with very long delays.
  - libpam: fixed potential infinite recursion with includes.
  - libpam: implemented string to number conversions validation when parsing
    controls in configuration.
  - pam_access: added quiet_log option.
  - pam_access: fixed truncation of very long group names.
  - pam_canonicalize_user: new module to canonicalize user name.
  - pam_echo: fixed file handling to prevent overflows and short reads.
  - pam_env: added support of '\' character in environment variable values.
  - pam_exec: allowed expose_authtok for password PAM_TYPE.
  - pam_exec: fixed stack overflow with binary output of programs.
  - pam_faildelay: implemented parameter ranges validation.
  - pam_listfile: changed to treat \r and \n exactly the same in configuration.
  - pam_mkhomedir: hardened directory creation against timing attacks.
  - Please note that using *at functions leads to more open file handles
    during creation.
  - pam_namespace: fixed potential local DoS (CVE-2024-22365).
  - pam_nologin: fixed file handling to prevent short reads.
  - pam_pwhistory: helper binary is now built only if SELinux support is
    enabled.
  - pam_pwhistory: implemented reliable usernames handling when remembering
    passwords.
  - pam_shells: changed to allow shell entries with absolute paths only.
  - pam_succeed_if: fixed treating empty strings as numerical value 0.
  - pam_unix: added support of disabled password aging.
  - pam_unix: synchronized password aging with shadow.
  - pam_unix: implemented string to number conversions validation.
  - pam_unix: fixed truncation of very long user names.
  - pam_unix: corrected rounds retrieval for configured encryption method.
  - pam_unix: implemented reliable usernames handling when remembering
    passwords.
  - pam_unix: changed to always run the helper to obtain shadow password
    entries.
  - pam_unix: unix_update helper binary is now built only if SELinux support
    is enabled.
  - pam_unix: added audit support to unix_update helper.
  - pam_userdb: added gdbm support.
  - Multiple minor bug fixes, portability fixes, documentation improvements,
    and translation updates.
  - The following patches are obsolete with the update:
  - pam_access-doc-IPv6-link-local.patch
  - pam_access-hostname-debug.patch
  - pam_shells-fix-econf-memory-leak.patch
  - pam_shells-fix-econf-memory-leak.patch
  - disable-examples.patch
  - pam-login_defs-check.sh: adjust checksum, SHA_CRYPT_MAX_ROUNDS
    is no longer used.

++++ supportutils:

  - Changes to version 3.2.6
    + Corrected podman .ID error (bsc#1218812)
    + Remove duplicate non-root podman users (bsc#1218814)

++++ virt-manager:

  - bsc#1218983 - [SLE15SP6] virt-manager:test testCLI0264virt_xml
    fails with libvirt 10.0.0. Disable this test for now.
    virt-manager.spec

------------------------------------------------------------------
------------------  2024-1-18  -  Jan 18 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.24.1:
    * bump version of compose-go to v2.0.0-rc.1
    * build(deps): bump github.com/docker/docker
    * remove watch command from the alpha command
    * build(deps): bump github.com/docker/cli
    * fix(tracing): batch span exports to prevent blocking
    * signals/utils: always handle received signals
    * fix engine version require to use healthcheck.start_interval
    * Stop the resource timer after last expected event
    * build(deps): bump github.com/containerd/containerd from 1.7.11
    to 1.7.12 (#11347)
    * build(deps): bump github.com/docker/docker from
    25.0.0-rc.1+incompatible to 25.0.0-rc.2+incompatible (#11349)
    * build(deps): bump github.com/docker/cli from
    25.0.0-rc.1+incompatible to 25.0.0-rc.2+incompatible (#11348)

++++ python-kiwi:

  - Add type hints & doc to VolumeManagerBase & VolumeManagerBtrfs
    Also add additional tests for test coverage of typing edge cases
  - Correct invalid escape sequence
    \/ is not a valid escape sequence, it just needs to be forwarded to the shell
  - DiskBuilder: use ExitStack to unmount partitions
  - FileSystemBase & VolumeManagerBase: return a MountManager from sync_data
    This allows us to unmount the filesystems via the returned context manager
  - Don't catch all exceptions in MountManager.umount
  - Implement a context manager interface for MountManager

++++ transactional-update:

  - Use "up" instead of "dup" by default on ALP [bsc#1218861]
  - Use "up" instead of "dup" by default on ALP

++++ gtk3:

  - Update to version 3.24.40:
    * Free monitor name on finalize
    * Rework after first review
    * Rework to get rid of get_monitor_by_output
    * Use xorg 'monitor' the right way. See #2013

++++ jeos-firstboot:

  - Update to version 1.3.0.0:
    * Add status_mail module for systemd-status-mail configuration
    (jsc#PED-6989)
    * Apply automatic shellcheck fixes
    * Add annotations for shellcheck
    * Load files based on jeos-firstboot/jeos-config location

++++ kdump:

  - upgrade to version 2.0.1
    * load.sh: fix fadump (bsc#1218589)

++++ kernel-default:

  - bpf: Use c->unit_size to select target cache during free
    (jsc#PED-6811).
  - bpf: Limit the number of uprobes when attaching program to
    multiple uprobes (jsc#PED-6811).
  - bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
    (jsc#PED-6811).
  - bpf: Add missing BPF_LINK_TYPE invocations (jsc#PED-6811).
  - netfilter: bpf: fix bad registration on nf_defrag
    (jsc#PED-6811).
  - bpf: Fix a verifier bug due to incorrect branch offset
    comparison with cpu=v4 (jsc#PED-6811).
  - bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
    (jsc#PED-6811).
  - selftests/bpf: trace_helpers.c: Optimize kallsyms cache
    (jsc#PED-6811).
  - net: Fix skb consume leak in sch_handle_egress (jsc#PED-6811).
  - net: Fix slab-out-of-bounds in inet_steal_sock (jsc#PED-6811).
  - net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp_ehashfn
    (jsc#PED-6811).
  - tcx: Fix splat during dev unregister (jsc#PED-6811).
  - tcx: Fix splat in ingress_destroy upon tcx_entry_free
    (jsc#PED-6811).
  - commit 5be5d11
  - KVM: s390: vsie: Fix STFLE interpretive execution identification
    (git-fixes bsc#1218960).
  - commit ad0fc48
  - powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
    (jsc#PED-5083).
  - powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
    (jsc#PED-5083).
  - powerpc/bpf: implement bpf_arch_text_invalidate for
    bpf_prog_pack (jsc#PED-5083).
  - powerpc/bpf: implement bpf_arch_text_copy (jsc#PED-5083).
  - powerpc/code-patching: introduce patch_instructions()
    (jsc#PED-5083).
  - commit ed7c82d
  - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
    (git-fixes).
  - commit b2151e4
  - ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under
    @c->lp_mutex (git-fixes).
  - commit 837ee41
  - exfat: support handle zero-size directory (git-fixes).
  - commit 4e50352
  - bpf: Add fd-based tcx multi-prog infra with link support (jsc#PED-6811).
  - Update config files, add CONFIG_XGRESS=y
  - commit 2251cdf
  - ibmveth: Remove condition to recompute TCP header checksum
    (jsc#PED-5067).
  - commit 59a623a
  - tipc: fix a potential deadlock on &tx->lock (bsc#1218916
    CVE-2024-0641).
  - commit eaf2892
  - Update metadata
  - commit bd3aa7e
  - config: Use upstream default CONFIG_HZ (jsc#PED-7600)
    Follow SLE15-SP6 for the CONFIG_HZ value changes; except for x86_64
    all archs are with the upstream default values.
  - commit fc0f1af
  - selftests/bpf: Add testcase for async callback return value
    failure (jsc#PED-6811).
  - bpf: Fix verifier log for async callback return values
    (jsc#PED-6811).
  - xdp: Fix zero-size allocation warning in xskq_create()
    (jsc#PED-6811).
  - riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return
    values (jsc#PED-6811).
  - riscv, bpf: Sign-extend return values (jsc#PED-6811).
  - selftests/bpf: Make seen_tc* variable tests more robust
    (jsc#PED-6811).
  - selftests/bpf: Test query on empty mprog and pass revision
    into attach (jsc#PED-6811).
  - selftests/bpf: Adapt assert_mprog_count to always expect 0 count
    (jsc#PED-6811).
  - selftests/bpf: Test bpf_mprog query API via libbpf and raw
    syscall (jsc#PED-6811).
  - bpf: Refuse unused attributes in bpf_prog_{attach,detach}
    (jsc#PED-6811).
  - bpf: Handle bpf_mprog_query with NULL entry (jsc#PED-6811).
  - bpf: Fix BPF_PROG_QUERY last field check (jsc#PED-6811).
  - bpf: Use kmalloc_size_roundup() to adjust size_index
    (jsc#PED-6811).
  - selftest/bpf: Add various selftests for program limits
    (jsc#PED-6811).
  - bpf, mprog: Fix maximum program check on mprog attachment
    (jsc#PED-6811).
  - bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
    (jsc#PED-6811).
  - bpf, sockmap: Add tests for MSG_F_PEEK (jsc#PED-6811).
  - bpf, sockmap: Do not inc copied_seq when PEEK flag set
    (jsc#PED-6811).
  - bpf: tcp_read_skb needs to pop skb regardless of seq
    (jsc#PED-6811).
  - bpf: unconditionally reset backtrack_state masks on global
    func exit (jsc#PED-6811).
  - bpf: Fix tr dereferencing (jsc#PED-6811).
  - selftests/bpf: Check bpf_cubic_acked() is called via struct_ops
    (jsc#PED-6811).
  - bpf: Fix BTF_ID symbol generation collision in tools/
    (jsc#PED-6811).
  - bpf: Fix BTF_ID symbol generation collision (jsc#PED-6811).
  - bpf: Fix uprobe_multi get_pid_task error path (jsc#PED-6811).
  - bpf: Skip unit_size checking for global per-cpu allocator
    (jsc#PED-6811).
  - netfilter, bpf: Adjust timeouts of non-confirmed CTs in
    bpf_ct_insert_entry() (jsc#PED-6811).
  - selftests/bpf: Fix kprobe_multi_test/attach_override test
    (jsc#PED-6811).
  - bpf, cgroup: fix multiple kernel-doc warnings (jsc#PED-6811).
  - selftests/bpf: fix unpriv_disabled check in test_verifier
    (jsc#PED-6811).
  - bpf: Fix a erroneous check after snprintf() (jsc#PED-6811).
  - selftests/bpf: ensure all CI arches set
    CONFIG_BPF_KPROBE_OVERRIDE=y (jsc#PED-6811).
  - selftests/bpf: Offloaded prog after non-offloaded should not
    cause BUG (jsc#PED-6811).
  - bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
    (jsc#PED-6811).
  - bpf: Avoid deadlock when using queue and stack maps from NMI
    (jsc#PED-6811).
  - selftests/bpf: Update bpf_clone_redirect expected return code
    (jsc#PED-6811).
  - bpf: Clarify error expectations from bpf_clone_redirect
    (jsc#PED-6811).
  - selftests/bpf: Test all valid alloc sizes for bpf mem allocator
    (jsc#PED-6811).
  - bpf: Ensure unit_size is matched with slab cache object size
    (jsc#PED-6811).
  - bpf: Don't prefill for unused bpf_mem_cache (jsc#PED-6811).
  - bpf: Adjust size_index according to the value of
    KMALLOC_MIN_SIZE (jsc#PED-6811).
  - selftests/bpf: Add kprobe_multi override test (jsc#PED-6811).
  - bpf, riscv: use prog pack allocator in the BPF JIT
    (jsc#PED-6811).
  - riscv: implement a memset like function for text (jsc#PED-6811).
  - riscv: extend patch_text_nosync() for multiple pages
    (jsc#PED-6811).
  - bpf: make bpf_prog_pack allocator portable (jsc#PED-6811).
  - selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
    (jsc#PED-6811).
  - bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
    (jsc#PED-6811).
  - bpf: bpf_sk_storage: Fix invalid wait context lockdep report
    (jsc#PED-6811).
  - bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion
    check (jsc#PED-6811).
  - bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in
    kern_sys_bpf() (jsc#PED-6811).
  - bpf, sockmap: Fix skb refcnt race after locking changes
    (jsc#PED-6811).
  - docs/bpf: Fix "file doesn't exist" warnings in
    {llvm_reloc,btf}.rst (jsc#PED-6811).
  - selftests/bpf: Include build flavors for install target
    (jsc#PED-6811).
  - bpf: Annotate bpf_long_memcpy with data_race (jsc#PED-6811).
  - selftests/bpf: Fix d_path test (jsc#PED-6811).
  - bpf, docs: Fix invalid escape sequence warnings in bpf_doc.py
    (jsc#PED-6811).
  - bpf, docs: s/eBPF/BPF in standards documents (jsc#PED-6811).
  - bpf, docs: Add abi.rst document to standardization subdirectory
    (jsc#PED-6811).
  - bpf, docs: Move linux-notes.rst to root bpf docs tree
    (jsc#PED-6811).
  - bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_t
    (jsc#PED-6811).
  - docs/bpf: Add description for CO-RE relocations (jsc#PED-6811).
  - bpf, docs: Correct source of offset for program-local call
    (jsc#PED-6811).
  - bpftool: Fix build warnings with -Wtype-limits (jsc#PED-6811).
  - bpf: Prevent inlining of bpf_fentry_test7() (jsc#PED-6811).
  - commit 65b8e7a
  - selftests/bpf: Add tests for rbtree API interaction in sleepable
    progs (jsc#PED-6811).
  - bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
    (jsc#PED-6811).
  - bpf: Consider non-owning refs to refcounted nodes RCU protected
    (jsc#PED-6811).
  - bpf: Reenable bpf_refcount_acquire (jsc#PED-6811).
  - bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
    (jsc#PED-6811).
  - bpf: Consider non-owning refs trusted (jsc#PED-6811).
  - selftests/bpf: Enable cpu v4 tests for RV64 (jsc#PED-6811).
  - riscv, bpf: Support unconditional bswap insn (jsc#PED-6811).
  - riscv, bpf: Support signed div/mod insns (jsc#PED-6811).
  - riscv, bpf: Support 32-bit offset jmp insn (jsc#PED-6811).
  - riscv, bpf: Support sign-extension mov insns (jsc#PED-6811).
  - riscv, bpf: Support sign-extension load insns (jsc#PED-6811).
  - riscv, bpf: Fix missing exception handling and redundant zext
    for LDX_B/H/W (jsc#PED-6811).
  - samples/bpf: Add note to README about the XDP utilities moved
    to xdp-tools (jsc#PED-6811).
  - samples/bpf: Cleanup .gitignore (jsc#PED-6811).
  - samples/bpf: Remove the xdp_sample_pkts utility (jsc#PED-6811).
  - samples/bpf: Remove the xdp1 and xdp2 utilities (jsc#PED-6811).
  - samples/bpf: Remove the xdp_rxq_info utility (jsc#PED-6811).
  - samples/bpf: Remove the xdp_redirect* utilities (jsc#PED-6811).
  - samples/bpf: Remove the xdp_monitor utility (jsc#PED-6811).
  - selftests/bpf: Add a local kptr test with no special fields
    (jsc#PED-6811).
  - bpf: Remove a WARN_ON_ONCE warning related to local kptr
    (jsc#PED-6811).
  - libbpf: fix signedness determination in CO-RE relo handling
    logic (jsc#PED-6811).
  - selftests/bpf: add uprobe_multi test binary to .gitignore
    (jsc#PED-6811).
  - libbpf: Add bpf_object__unpin() (jsc#PED-6811).
  - selftests/bpf: Add selftest for allow_ptr_leaks (jsc#PED-6811).
  - bpf: Fix issue in verifying allow_ptr_leaks (jsc#PED-6811).
  - libbpf: Free btf_vmlinux when closing bpf_object (jsc#PED-6811).
  - selftests/bpf: Add test for bpf_obj_drop with bad reg->off
    (jsc#PED-6811).
  - bpf: Fix check_func_arg_reg_off bug for graph root/node
    (jsc#PED-6811).
  - selftests/bpf: Add a failure test for bpf_kptr_xchg() with
    local kptr (jsc#PED-6811).
  - bpf: Fix a bpf_kptr_xchg() issue with local kptr (jsc#PED-6811).
  - selftests/bpf: Add extra link to uprobe_multi tests
    (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi pid filter tests (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi cookie test (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi usdt bench test (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi usdt test code (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi bench test (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi test program (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi link test (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi api test (jsc#PED-6811).
  - selftests/bpf: Add uprobe_multi skel test (jsc#PED-6811).
  - selftests/bpf: Move get_time_ns to testing_helpers.h
    (jsc#PED-6811).
  - libbpf: Add uprobe multi link support to
    bpf_program__attach_usdt (jsc#PED-6811).
  - libbpf: Add uprobe multi link detection (jsc#PED-6811).
  - libbpf: Add support for uprobe.multi[.s] program sections
    (jsc#PED-6811).
  - libbpf: Add bpf_program__attach_uprobe_multi function
    (jsc#PED-6811).
  - libbpf: Add bpf_link_create support for multi uprobes
    (jsc#PED-6811).
  - libbpf: Add elf_resolve_pattern_offsets function (jsc#PED-6811).
  - libbpf: Add elf_resolve_syms_offsets function (jsc#PED-6811).
  - libbpf: Add elf symbol iterator (jsc#PED-6811).
  - libbpf: Add elf_open/elf_close functions (jsc#PED-6811).
  - libbpf: Move elf_find_func_offset* functions to elf object
    (jsc#PED-6811).
  - libbpf: Add uprobe_multi attach type and link names
    (jsc#PED-6811).
  - bpf: Add bpf_get_func_ip helper support for uprobe link
    (jsc#PED-6811).
  - bpf: Add pid filter support for uprobe_multi link
    (jsc#PED-6811).
  - bpf: Add cookies support for uprobe_multi link (jsc#PED-6811).
  - bpf: Add multi uprobe link (jsc#PED-6811).
  - bpf: Add attach_type checks under
    bpf_prog_attach_check_attach_type (jsc#PED-6811).
  - bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
    (jsc#PED-6811).
  - samples/bpf: simplify spintest with kprobe.multi (jsc#PED-6811).
  - samples/bpf: refactor syscall tracing programs using
    BPF_KSYSCALL macro (jsc#PED-6811).
  - samples/bpf: fix broken map lookup probe (jsc#PED-6811).
  - samples/bpf: fix bio latency check with tracepoint
    (jsc#PED-6811).
  - samples/bpf: make tracing programs to be more CO-RE centric
    (jsc#PED-6811).
  - samples/bpf: fix symbol mismatch by compiler optimization
    (jsc#PED-6811).
  - samples/bpf: unify bpf program suffix to .bpf with tracing
    programs (jsc#PED-6811).
  - samples/bpf: convert to vmlinux.h with tracing programs
    (jsc#PED-6811).
  - samples/bpf: fix warning with ignored-attributes (jsc#PED-6811).
  - bpf, cpumask: Clean up bpf_cpu_map_entry directly in
    cpu_map_free (jsc#PED-6811).
  - bpf, cpumap: Use queue_rcu_work() to remove unnecessary
    rcu_barrier() (jsc#PED-6811).
  - selftests/bpf: Fix a selftest compilation error (jsc#PED-6811).
  - selftests/bpf: Add CO-RE relocs kfunc flavors tests
    (jsc#PED-6811).
  - libbpf: Support triple-underscore flavors for kfunc relocation
    (jsc#PED-6811).
  - bpf/tests: Enhance output on error and fix typos (jsc#PED-6811).
  - selftests/bpf: Add lwt_xmit tests for BPF_REROUTE
    (jsc#PED-6811).
  - selftests/bpf: Add lwt_xmit tests for BPF_REDIRECT
    (jsc#PED-6811).
  - lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (jsc#PED-6811).
  - lwt: Fix return values of BPF xmit ops (jsc#PED-6811).
  - selftests/bpf: Enable cpu v4 tests for arm64 (jsc#PED-6811).
  - bpf, arm64: Support signed div/mod instructions (jsc#PED-6811).
  - bpf, arm64: Support 32-bit offset jmp instruction
    (jsc#PED-6811).
  - bpf, arm64: Support unconditional bswap (jsc#PED-6811).
  - bpf, arm64: Support sign-extension mov instructions
    (jsc#PED-6811).
  - bpf, arm64: Support sign-extension load instructions
    (jsc#PED-6811).
  - arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW (jsc#PED-6811).
  - selftests/bpf: Add mptcpify test (jsc#PED-6811).
  - selftests/bpf: Fix error checks of mptcp open_and_load
    (jsc#PED-6811).
  - selftests/bpf: Add two mptcp netns helpers (jsc#PED-6811).
  - bpf: Add update_socket_protocol hook (jsc#PED-6811).
  - bpftool: Implement link show support for xdp (jsc#PED-6811).
  - bpftool: Implement link show support for tcx (jsc#PED-6811).
  - selftests/bpf: Add selftest for fill_link_info (jsc#PED-6811).
  - bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
    (jsc#PED-6811).
  - bpf: Document struct bpf_struct_ops fields (jsc#PED-6811).
  - bpf: Support default .validate() and .update() behavior for
    struct_ops links (jsc#PED-6811).
  - selftests/bpf: Add various more tcx test cases (jsc#PED-6811).
  - bpftool: fix perf help message (jsc#PED-6811).
  - bpf: Remove unused declaration bpf_link_new_file()
    (jsc#PED-6811).
  - bpf: btf: Remove two unused function declarations
    (jsc#PED-6811).
  - bpf: lru: Remove unused declaration bpf_lru_promote()
    (jsc#PED-6811).
  - selftests/bpf: relax expected log messages to allow emitting
    BPF_ST (jsc#PED-6811).
  - selftests/bpf: remove duplicated functions (jsc#PED-6811).
  - selftests/bpf: fix the incorrect verification of port numbers
    (jsc#PED-6811).
  - commit 3e6c5b4
  - uio: Fix use-after-free in uio_open (git-fixes).
  - scripts/tags.sh: Update comment (addition of gtags) (git-fixes).
  - iio: adc: ad7091r: Pass iio_dev to event handler (git-fixes).
  - iio: adc: ad9467: fix scale setting (git-fixes).
  - iio: adc: ad9467: add mutex to struct ad9467_state (git-fixes).
  - iio: adc: ad9467: don't ignore error codes (git-fixes).
  - iio: adc: ad9467: fix reset gpio handling (git-fixes).
  - bus: mhi: host: Drop chan lock before queuing buffers
    (git-fixes).
  - bus: mhi: host: Add spinlock to protect WP access when queueing
    TREs (git-fixes).
  - bus: mhi: host: Add alignment check for event ring read pointer
    (git-fixes).
  - bus: mhi: ep: Do not allocate event ring element on stack
    (git-fixes).
  - PCI: mediatek-gen3: Fix translation window size calculation
    (git-fixes).
  - PCI: mediatek: Clear interrupt status before dispatching handler
    (git-fixes).
  - PCI: keystone: Fix race condition when initializing PHYs
    (git-fixes).
  - PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment
    support (git-fixes).
  - PCI: Add ACS quirk for more Zhaoxin Root Ports (git-fixes).
  - PCI: Avoid potential out-of-bounds read in
    pci_dev_for_each_resource() (git-fixes).
  - PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg() (git-fixes).
  - pinctrl: intel: Revert "Unexport intel_pinctrl_probe()"
    (git-fixes).
  - leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
    (git-fixes).
  - leds: aw2013: Select missing dependency REGMAP_I2C (git-fixes).
  - mfd: intel-lpss: Fix the fractional clock divider flags
    (git-fixes).
  - mfd: syscon: Fix null pointer dereference in
    of_syscon_register() (git-fixes).
  - mfd: intel-lpss: Revert "Add missing check for
    platform_get_resource" (git-fixes).
  - hwspinlock: qcom: Remove IPQ6018 SOC specific compatible
    (git-fixes).
  - ARM: 9330/1: davinci: also select PINCTRL (git-fixes).
  - commit e00102e
  - rpm/kernel-source.changes.old: update to mention the old entries in kernel-docs
  - commit 6b4d1f8
  - bpf, docs: Fix small typo and define semantics of sign extension
    (jsc#PED-6811).
  - selftests/bpf: Add bpf_get_func_ip test for uprobe inside
    function (jsc#PED-6811).
  - selftests/bpf: Add bpf_get_func_ip tests for uprobe on function
    entry (jsc#PED-6811).
  - bpf: Add support for bpf_get_func_ip helper for uprobe program
    (jsc#PED-6811).
  - selftests/bpf: Add a movsx selftest for sign-extension of R10
    (jsc#PED-6811).
  - bpf: Fix an incorrect verification success with movsx insn
    (jsc#PED-6811).
  - bpf, docs: Formalize type notation and function semantics in
    ISA standard (jsc#PED-6811).
  - bpf: change bpf_alu_sign_string and bpf_movsx_string to static
    (jsc#PED-6811).
  - libbpf: Use local includes inside the library (jsc#PED-6811).
  - bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR
    (jsc#PED-6811).
  - bpf: fix inconsistent return types of bpf_xdp_copy_buf()
    (jsc#PED-6811).
  - selftests/bpf: Add test for detachment on empty mprog entry
    (jsc#PED-6811).
  - bpf: Fix mprog detachment for empty mprog entry (jsc#PED-6811).
  - bpf: bpf_struct_ops: Remove unnecessary initial values of
    variables (jsc#PED-6811).
  - selftests/bpf: Add testcase for xdp attaching failure tracepoint
    (jsc#PED-6811).
  - bpf, xdp: Add tracepoint to xdp attaching failure
    (jsc#PED-6811).
  - bpf: fix bpf_probe_read_kernel prototype mismatch
    (jsc#PED-6811).
  - riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace
    framework (jsc#PED-6811).
  - libbpf: fix typos in Makefile (jsc#PED-6811).
  - tracing: bpf: use struct trace_entry in struct syscall_tp_t
    (jsc#PED-6811).
  - bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
    (jsc#PED-6811).
  - bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
    (jsc#PED-6811).
  - netfilter: bpf: Only define get_proto_defrag_hook() if necessary
    (jsc#PED-6811).
  - bpf: Fix an array-index-out-of-bounds issue in disasm.c
    (jsc#PED-6811).
  - docs/bpf: Fix malformed documentation (jsc#PED-6811).
  - bpf: selftests: Add defrag selftests (jsc#PED-6811).
  - bpf: selftests: Support custom type and proto for client sockets
    (jsc#PED-6811).
  - bpf: selftests: Support not connecting client socket
    (jsc#PED-6811).
  - netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter
    link (jsc#PED-6811).
  - netfilter: defrag: Add glue hooks for enabling/disabling defrag
    (jsc#PED-6811).
  - docs/bpf: Improve documentation for cpu=v4 instructions
    (jsc#PED-6811).
  - bpf: Non-atomically allocate freelist during prefill
    (jsc#PED-6811).
  - selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernel
    (jsc#PED-6811).
  - bpf: Fix compilation warning with -Wparentheses (jsc#PED-6811).
  - docs/bpf: Add documentation for new instructions (jsc#PED-6811).
  - selftests/bpf: Test ldsx with more complex cases (jsc#PED-6811).
  - selftests/bpf: Add unit tests for new gotol insn (jsc#PED-6811).
  - selftests/bpf: Add unit tests for new sdiv/smod insns
    (jsc#PED-6811).
  - selftests/bpf: Add unit tests for new bswap insns
    (jsc#PED-6811).
  - selftests/bpf: Add unit tests for new sign-extension mov insns
    (jsc#PED-6811).
  - selftests/bpf: Add unit tests for new sign-extension load insns
    (jsc#PED-6811).
  - selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
    (jsc#PED-6811).
  - selftests/bpf: Fix a test_verifier failure (jsc#PED-6811).
  - bpf: Add kernel/bpftool asm support for new instructions
    (jsc#PED-6811).
  - bpf: Support new 32bit offset jmp instruction (jsc#PED-6811).
  - bpf: Fix jit blinding with new sdiv/smov insns (jsc#PED-6811).
  - bpf: Support new signed div/mod instructions (jsc#PED-6811).
  - bpf: Support new unconditional bswap instruction (jsc#PED-6811).
  - bpf: Handle sign-extenstin ctx member accesses (jsc#PED-6811).
  - bpf: Support new sign-extension mov insns (jsc#PED-6811).
  - bpf: Support new sign-extension load insns (jsc#PED-6811).
  - bpf, docs: fix BPF_NEG entry in instruction-set.rst
    (jsc#PED-6811).
  - bpf: work around -Wuninitialized warning (jsc#PED-6811).
  - selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign
    helper (jsc#PED-6811).
  - bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
    (jsc#PED-6811).
  - net: remove duplicate sk_lookup helpers (jsc#PED-6811).
  - net: document inet_lookup_reuseport sk_state requirements
    (jsc#PED-6811).
  - net: remove duplicate reuseport_lookup functions (jsc#PED-6811).
  - net: export inet_lookup_reuseport and inet6_lookup_reuseport
    (jsc#PED-6811).
  - bpf: reject unhashed sockets in bpf_sk_assign (jsc#PED-6811).
  - udp: re-score reuseport groups when connected sockets are
    present (jsc#PED-6811).
  - udp: Remove unused function declaration udp_bpf_get_proto()
    (jsc#PED-6811).
  - bpf, net: Introduce skb_pointer_if_linear() (jsc#PED-6811).
  - bpf: sync tools/ uapi header with (jsc#PED-6811).
  - selftests/bpf: Add mprog API tests for BPF tcx links
    (jsc#PED-6811).
  - selftests/bpf: Add mprog API tests for BPF tcx opts
    (jsc#PED-6811).
  - bpftool: Extend net dump with tcx progs (jsc#PED-6811).
  - libbpf: Add helper macro to clear opts structs (jsc#PED-6811).
  - libbpf: Add link-based API for tcx (jsc#PED-6811).
  - libbpf: Add opts-based attach/detach/query API for tcx
    (jsc#PED-6811).
  - bpf: Add generic attach/detach/query API for multi-progs
    (jsc#PED-6811).
  - bpf, x86: initialize the variable "first_off" in save_args()
    (jsc#PED-6811).
  - bpf: allow any program to use the bpf_map_sum_elem_count kfunc
    (jsc#PED-6811).
  - bpf: make an argument const in the bpf_map_sum_elem_count kfunc
    (jsc#PED-6811).
  - bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct
    bpf_map (jsc#PED-6811).
  - bpf: consider types listed in reg2btf_ids as trusted
    (jsc#PED-6811).
  - bpf: Drop useless btf_vmlinux in bpf_tcp_ca (jsc#PED-6811).
  - samples/bpf: README: Update build dependencies required
    (jsc#PED-6811).
  - selftests/bpf: Disable newly-added 'owner' field test until
    refcount re-enabled (jsc#PED-6811).
  - selftests/bpf: Add rbtree test exercising race which 'owner'
    field prevents (jsc#PED-6811).
  - bpf: Add 'owner' field to bpf_{list,rb}_node (jsc#PED-6811).
  - bpf: Introduce internal definitions for UAPI-opaque
    bpf_{rb,list}_node (jsc#PED-6811).
  - selftests/bpf: Add selftest for PTR_UNTRUSTED (jsc#PED-6811).
  - bpf: Fix an error in verifying a field in a union
    (jsc#PED-6811).
  - selftests/bpf: Add selftests for nested_trust (jsc#PED-6811).
  - bpf: Fix an error around PTR_UNTRUSTED (jsc#PED-6811).
  - selftests/bpf: add testcase for TRACING with 6+ arguments
    (jsc#PED-6811).
  - bpf, x86: allow function arguments up to 12 for TRACING
    (jsc#PED-6811).
  - bpf, x86: save/restore regs with BPF_DW size (jsc#PED-6811).
  - bpftool: Use "fallthrough;" keyword instead of comments
    (jsc#PED-6811).
  - bpf: Add object leak check (jsc#PED-6811).
  - bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu
    (jsc#PED-6811).
  - bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
    (jsc#PED-6811).
  - selftests/bpf: Improve test coverage of bpf_mem_alloc
    (jsc#PED-6811).
  - rcu: Export rcu_request_urgent_qs_task() (jsc#PED-6811).
  - bpf: Allow reuse from waiting_for_gp_ttrace list (jsc#PED-6811).
  - bpf: Add a hint to allocated objects (jsc#PED-6811).
  - bpf: Change bpf_mem_cache draining process (jsc#PED-6811).
  - bpf: Further refactor alloc_bulk() (jsc#PED-6811).
  - bpf: Factor out inc/dec of active flag into helpers
    (jsc#PED-6811).
  - bpf: Refactor alloc_bulk() (jsc#PED-6811).
  - bpf: Let free_all() return the number of freed elements
    (jsc#PED-6811).
  - bpf: Simplify code of destroy_mem_alloc() with kmemdup()
    (jsc#PED-6811).
  - bpf: Rename few bpf_mem_alloc fields (jsc#PED-6811).
  - selftests/bpf: extend existing map resize tests for per-cpu
    use case (jsc#PED-6811).
  - bpf: teach verifier actual bounds of bpf_get_smp_processor_id()
    result (jsc#PED-6811).
  - bpftool: Show perf link info (jsc#PED-6811).
  - bpftool: Add perf event names (jsc#PED-6811).
  - bpf: Support ->fill_link_info for perf_event (jsc#PED-6811).
  - bpf: Add a common helper bpf_copy_to_user() (jsc#PED-6811).
  - bpf: Expose symbol's respective address (jsc#PED-6811).
  - bpf: Protect probed address based on kptr_restrict setting
    (jsc#PED-6811).
  - bpftool: Show kprobe_multi link info (jsc#PED-6811).
  - bpftool: Dump the kernel symbol's module name (jsc#PED-6811).
  - bpf: Support ->fill_link_info for kprobe_multi (jsc#PED-6811).
  - samples/bpf: syscall_tp: Aarch64 no open syscall (jsc#PED-6811).
  - libbpf: Remove HASHMAP_INIT static initialization helper
    (jsc#PED-6811).
  - libbpf: Fix realloc API handling in zero-sized edge cases
    (jsc#PED-6811).
  - bpf,docs: Create new standardization subdirectory
    (jsc#PED-6811).
  - bpftool: Use a local bpf_perf_event_value to fix accessing
    its fields (jsc#PED-6811).
  - bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in
    pid_iter.bpf.c (jsc#PED-6811).
  - bpftool: Define a local bpf_perf_link to fix accessing its
    fields (jsc#PED-6811).
  - bpftool: use a local copy of perf_event to fix accessing ::
    Bpf_cookie (jsc#PED-6811).
  - libbpf: only reset sec_def handler when necessary
    (jsc#PED-6811).
  - selftests/bpf: Correct two typos (jsc#PED-6811).
  - libbpf: Use available_filter_functions_addrs with multi-kprobes
    (jsc#PED-6811).
  - libbpf: Cross-join available_filter_functions and kallsyms
    for multi-kprobes (jsc#PED-6811).
  - selftests/bpf: Bump and validate MAX_SYMS (jsc#PED-6811).
  - selftests/bpf: test map percpu stats (jsc#PED-6811).
  - bpf: make preloaded map iterators to display map elements count
    (jsc#PED-6811).
  - bpf: populate the per-cpu insertions/deletions counters for
    hashmaps (jsc#PED-6811).
  - bpf: add a new kfunc to return current bpf_map elements count
    (jsc#PED-6811).
  - bpf: add percpu stats for bpf_map elements insertions/deletions
    (jsc#PED-6811).
  - Refresh patches.suse/kABI-padding-for-bpf.patch
  - selftests/bpf: Add benchmark for bpf memory allocator
    (jsc#PED-6811).
  - selftests/bpf: Honor $(O) when figuring out paths
    (jsc#PED-6811).
  - selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some
    tests (jsc#PED-6811).
  - bpf: Remove unnecessary ring buffer size check (jsc#PED-6811).
  - selftests/bpf: Add bpf_program__attach_netfilter helper test
    (jsc#PED-6811).
  - libbpf: Add netfilter link attach helper (jsc#PED-6811).
  - libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missing
    (jsc#PED-6811).
  - selftests/bpf: Verify that the cgroup_skb filters receive
    expected packets (jsc#PED-6811).
  - bpf, net: Check skb ownership against full socket
    (jsc#PED-6811).
  - selftests/bpf: Add test to exercise typedef walking
    (jsc#PED-6811).
  - bpf: Resolve modifiers when walking structs (jsc#PED-6811).
  - bpf, docs: Fix definition of BPF_NEG operation (jsc#PED-6811).
  - bpf: Replace deprecated -target with --target= for Clang
    (jsc#PED-6811).
  - lib/test_bpf: Call page_address() on page acquired with
    GFP_KERNEL flag (jsc#PED-6811).
  - hw_breakpoint: fix single-stepping when using
    bpf_overflow_handler (jsc#PED-6811).
  - bpf: convert to ctime accessor functions (jsc#PED-6811).
  - commit 886f447

++++ util-linux-systemd:

  - Minor multibuild fixes (PED-307):
    * Restore /bin symlinks in util-linux-systemd if building with
    ul_extra_bin_sbin.
    * Restore compatibility supplements and split-provides.
    * Update safety check instructions.

++++ util-linux:

  - Minor multibuild fixes (PED-307):
    * Restore /bin symlinks in util-linux-systemd if building with
    ul_extra_bin_sbin.
    * Restore compatibility supplements and split-provides.
    * Update safety check instructions.

++++ vulkan-loader:

  - Update to release SDK-1.3.275.0
    * Instance extensions unsupported by physical devices now return
    ERROR_EXTENSION_NOT_PRESENT
    * Unload drivers which report 0 physical devices

++++ patterns-base:

  - include systemd-status-mail (jsc#PED-6478)
  - include specific systemd presets for transactional systems
  - remove the obsolete base_zypper pattern

++++ patterns-micro:

  - include systemd-status-mail (jsc#PED-6478)
  - include specific systemd presets for transactional systems
  - remove the obsolete base_zypper pattern

++++ rpm-config-SUSE:

  - Update to version 20240118:
    * find-provides.ksyms: Fix ksym provides on Tumbleweed/ALP

++++ runc:

    [ This was only ever released for SLES. ]
  - Add upstream patch to fix embargoed issue CVE-2024-21626. bsc#1218894
    <https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv>
    + CVE-2024-21626.patch

++++ ssh-pairing:

  - Initial commit

++++ suseconnect-ng:

  - Update to version 1.6.0
    * Disable EULA display for addons (bsc#1218649 and bsc#1217961)

++++ velociraptor-client:

  - Fixed Debian %postun scripts being used for other distros.

++++ os-update:

  - Update to version 1.15
  - Add systemd generator for systemd-status-mail
  - Add own user for status-mail service

------------------------------------------------------------------
------------------  2024-1-17  -  Jan 17 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update Debian distro for integration tests
    We require python >= 3.9
  - Refactor disk builder for use with context manager
    In preparation to further context manager related changes
    in VolumeManager, LuksDevice, RaidDevice and more the
    disk builder code which uses these classes needs to be
    refactored beforehand to allow switching to context
    manager based cascading of the storage device classes.
    This commit does the refactoring and is related to
    Issue #2412

++++ fillup:

  - remove bin symlink for non-suse distributions

++++ gnutls:

  - Update to 3.8.3:
    * libgnutls: Fix more timing side-channel inside RSA-PSK key
    exchange. [GNUTLS-SA-2024-01-14, CVSS: medium]
    [bsc#1218865, CVE-2024-0553]
    * libgnutls: Fix assertion failure when verifying a certificate
    chain with a cycle of cross signatures.
    [GNUTLS-SA-2024-01-09, CVSS: medium] [bsc#1218862, CVE-2024-0567]
    * libgnutls: Fix regression in handling Ed25519 keys stored in
    PKCS#11 token certtool was unable to handle Ed25519 keys
    generated on PKCS#11 with pkcs11-tool (OpenSC).
    This is a regression introduced in 3.8.2.
    * Rebase gnutls-FIPS-140-3-references.patch
    * Updated upstream gnutls.keyring

++++ grub2:

  - Resolved XFS regression leading to the "not a correct XFS inode" error by
    temporarily reverting the problematic commit (bsc#1218864)
    * 0001-Revert-fs-xfs-Fix-XFS-directory-extent-parsing.patch

++++ iputils:

  - Update to version 20240117 (ping bugfix release)
    https://github.com/iputils/iputils/releases/tag/20240117

++++ kernel-default:

  - perf/x86/intel/cstate: Add Sierra Forest support (bsc#1218855).
  - x86/smp: Export symbol cpu_clustergroup_mask() (bsc#1218855).
  - perf/x86/intel/cstate: Cleanup duplicate attr_groups
    (bsc#1218855).
  - powerpc/hv-gpci: Add return value check in
    affinity_domain_via_partition_show function (bsc#1218893).
  - commit 7a674ac
  - smb: client: fix OOB in receive_encrypted_standard()
    (bsc#1218832 CVE-2024-0565).
  - commit 01f51de
  - scsi: libsas: Simplify sas_queue_reset() and remove unused code
    (bsc#1216435).
  - commit 2ed80e9
  - config: s390x: Use upstream default CONFIG_HZ in zfcpdump
    References: jsc#PED-7600
    Update CONFIG_HZ in s390 zfcpdump config to match upstream zfcpdump_defconfig
  - commit 2429ee3
  - xfs: fix reloading entire unlinked bucket lists (bsc#1218829).
  - commit 657b3be
  - dlm: fix format seq ops type 4 (git-fixes).
  - commit 63ceeef
  - fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
    (git-fixes).
  - commit 0ca2a21
  - gfs2: Silence "suspicious RCU usage in gfs2_permission" warning
    (git-fixes).
  - commit b0d3c38
  - io_uring: use kiocb_{start,end}_write() helpers (bsc#1216436).
  - commit 6a1a1c1
  - blk-wbt: remove the separate write cache tracking (bsc#1216436).
  - block: reject invalid operation in submit_bio_noacct
    (bsc#1216436).
  - block: renumber QUEUE_FLAG_HW_WC (bsc#1216436).
  - block/null_blk: Fix double blk_mq_start_request() warning
    (bsc#1216436).
  - io_uring/rw: disable IOCB_DIO_CALLER_COMP (bsc#1216436).
  - commit b90cfd8
  - cachefiles: use kiocb_{start,end}_write() helpers (bsc#1216436).
  - ovl: use kiocb_{start,end}_write() helpers (bsc#1216436).
  - aio: use kiocb_{start,end}_write() helpers (bsc#1216436).
  - commit 8f90684
  - fs: create kiocb_{start,end}_write() helpers (bsc#1216436).
  - fs: add kerneldoc to file_{start,end}_write() helpers
    (bsc#1216436).
  - commit 7d3b5d1
  - IB/iser: Prevent invalidating wrong MR (git-fixes)
  - commit 434f8f8
  - RDMA/hns: Fix memory leak in free_mr_init() (git-fixes)
  - commit 20aa9db
  - RDMA/hns: Remove unnecessary checks for NULL in mtr_alloc_bufs() (git-fixes)
  - commit ec404c2
  - RDMA/hns: Fix inappropriate err code for unsupported operations (git-fixes)
  - commit d195558
  - RDMA/usnic: Silence uninitialized symbol smatch warnings (git-fixes)
  - commit 238dd09
  - direct_write_fallback(): on error revert the ->ki_pos update
    (bsc#1216436).
  - iomap: handle error conditions more gracefully in iomap_to_bh
    (bsc#1216436).
  - commit 4b812b9
  - buffer: convert block_truncate_page() to use a folio
    (bsc#1216436).
  - buffer: use a folio in __find_get_block_slow() (bsc#1216436).
  - buffer: convert link_dev_buffers to take a folio (bsc#1216436).
  - buffer: convert init_page_buffers() to folio_init_buffers()
    (bsc#1216436).
  - buffer: convert grow_dev_page() to use a folio (bsc#1216436).
  - buffer: convert page_zero_new_buffers() to
    folio_zero_new_buffers() (bsc#1216436).
  - buffer: convert __block_commit_write() to take a folio
    (bsc#1216436).
  - buffer: convert block_page_mkwrite() to use a folio
    (bsc#1216436).
  - buffer: make block_write_full_page() handle large folios
    (bsc#1216436).
  - gfs2: support ludicrously large folios in
    gfs2_trans_add_databufs() (bsc#1216436).
  - buffer: convert __block_write_full_page() to
    __block_write_full_folio() (bsc#1216436).
  - gfs2: convert gfs2_write_jdata_page() to
    gfs2_write_jdate_folio() (bsc#1216436).
  - gfs2: pass a folio to __gfs2_jdata_write_folio() (bsc#1216436).
  - gfs2: use a folio inside gfs2_jdata_writepage() (bsc#1216436).
  - commit 203df10
  - driver core: return an error when dev_set_name() hasn't happened
    (bsc#1216436).
  - commit e74385c
  - iomap: micro optimize the ki_pos assignment in
    iomap_file_buffered_write (bsc#1216436).
  - iomap: fix a regression for partial write errors (bsc#1216436).
  - commit 5452bfb
  - ida: Fix crash in ida_free when the bitmap is empty (bsc#1218804
    CVE-2023-6915).
  - commit 8fc965e
  - scsi: libsas: Delete sas_ssp_task.retry_count (bsc#1216435).
  - Refresh
    patches.suse/scsi-libsas-Delete-sas_ssp_task.enable_first_burst.patch.
  - Refresh
    patches.suse/scsi-libsas-Delete-sas_ssp_task.task_prio.patch.
  - commit e634ae4
  - scsi: libsas: Remove unused declarations (bsc#1216435).
  - Refresh patches.suse/scsi-libsas-Delete-enum-sas_class.patch.
  - commit eb80cd9

++++ libvirt:

  - Add temporary build fix for ppc64le
    bsc#1218823

++++ patterns-base:

  - use mailx instead of postfix in the transactional pattern
    (jsc#PED-6478)

++++ patterns-micro:

  - use mailx instead of postfix in the transactional pattern
    (jsc#PED-6478)

++++ python-jsonschema:

  - update to 4.21.0:
    * Wrong behaviour for enum keyword by @otto-ifak in
    https://github.com/python-jsonschema/jsonschema/pull/1208

++++ systemd-presets-branding-ALP-transactional:

  - rename package to -transactional

------------------------------------------------------------------
------------------  2024-1-16  -  Jan 16 2024  -------------------
------------------------------------------------------------------

++++ bash:

  - Add upstream patches
    * bash52-022
    It's possible for readline to try to zero out a line that's not
    null-terminated, leading to a memory fault.
    * bash52-023
    Running `local -' multiple times in a shell function would
    overwrite the original saved set of options.
    * bash52-024
    Fix bug where associative array compound assignment would not
    expand tildes in values.
    * bash52-025
    Make sure a subshell checks for and handles any terminating
    signals before exiting (which might have arrived after the
    command completed) so the parent and any EXIT trap will see
    the correct value for $?.

++++ cockpit-tukit:

  - Update to version 0.1.2~git0.647b3e3:
    * Update dependencies to fix building against latest versions of Cockpit
    * Forcefully reload the whole page when getting/limitin admin access
    * Update @babel/traverse to avoid security issues

++++ dbus-broker:

  - Make provides versioned
  - Ensure that not both packages can be installed at the same time
    by adding a conflicts
  - Downgrade the recommends to suggests based on suggestion from
    dimstar
  - Make restart behavior an admin decision:
  - drop feature-suse-refuse-manual-start-stop.patch
  - introduce 2 new subpackages:
    dbus-broker-allow-restart
    dbus-broker-block-restart (default to reflect the old patch
    behavior)
    one of the 2 packages is required and leaves the admin the
    choice if they want to be able to restart dbus-broker without
    reboot or not.

++++ python-kiwi:

  - Follow up fix for drop of hybrid boot snippets
    The following is left over code from the drop of the hybrid
    boot templates.
  - Drop hybrid boot snippets from the GRUB 2 configuration template
    Sometime between GRUB 2.04 and GRUB 2.06, it became no longer
    necessary to use "linuxefi"+"initrdefi" for UEFI boot. The
    standard "linux"+"initrd" stanzas work for both legacy BIOS boot
    and modern UEFI boot.
    Some distributions no longer support "linuxefi"+"initrdefi" at all
    anymore, so let's just use "linux"+"initrd" for everything now.

++++ gobject-introspection:

  - Update to version 1.79.1:
    + Build fixes
    + Require Meson ≥ 1.2
    + Avoid test failures with Python ≥ 3.12
    + Update the GIR schema, and validate GIR files as part of the
    test suite
    + Support (not optional) annotation
    + Allow ownership transfer of structure types with copy/free
    functions
  - Changes from version 1.79.0:
    + Require GLib >= 2.79
    + Require Python >= 3.8
    + Simplify libtool use with wrappers
    + Drop GIO dependency from libgirepository
    + Do not install the GLib introspection data
  - Convert to source service for easier updating.

++++ glib-networking:

  - Update to version 2.80.alpha:
    + GnuTLS: Add warning when system has no trusted certificates.
    + OpenSSL: Fix bug when populating trust store.
    + Fix license on dtls-connection.c test.
    + Updated translations.
  - Require ca-certificates-mozilla to not run into the new warning.

++++ glib2:

  - Update to version 2.79.0+158:
    + Port to gi-docgen and drop gtk-doc support — dependencies have
    changed, and Meson needs `-Ddocumentation` now rather than
    `-Dgtk_doc.
    + Move libgirepository into glib.git from
    gobject-introspection.git — but tools like `g-ir-scanner` are
    currently still in gobject-introspection.git. For the moment,
    glib.git needs to be built twice, once with
    `-Dintrospection=false`, then build gobject-introspection.git,
    then re-build glib.git with `-Dintrospection=true`. This
    process will evolve throughout the GLib 2.80 cycle. The API and
    ABI of libgirepository has changed, and accordingly its version
    number has been bumped from 1.0 to 2.0 (note: the version
    number of `GIRepository-*.gir` has been bumped from 2.0 to 3.0.
    + Match behaviour for `GAppInfo` searches has changed.
    + Rename `GTK_USE_PORTAL` environment variable to
    `GIO_USE_PORTALS`.
    + Bump Meson dependency to 1.2.0 and depend on Python `packaging`
    module.
  - Add pkgconfig(gobject-introspection-1.0) BuildRequires: new
    dependency.
  - For doc flavor: replace gtk-doc BuildRequires with
    pkgconfig(gi-docgen), following upstreams port to gi-docgen.
  - Convert to source service for easier updating.

++++ gtk3:

  - Update to version 3.24.39+23:
    * gdkdisplay-wayland: Init selection before roundtrips
    * Use consistent coordinates in get_toplevel_from_ns_event.
    * emoji: Update data to CLDR v44
    * emoji: Update data to CLDR v43
    * add hi-ja-et-fi-nb-th for gtkemojichooser
    * add bengali language bn.data for gtkemojichooser
    * emoji: Add more locales
    * emoji: Update data to CLDR v40
    * emoji: Fix the convert-emoji program
    * gtkgesture: Preserve accuracy when translating events
    * pathbar: Handle webdav where is the root is a path
    * GtkTooltip: Fix tooltip positioning on X11
    * gdkkeys-win32c: change registry key not found g_warning to g_debug
    * [gtk3/wayland] Expose XDG-shell suspended state via visibility events.
    * [gtk3/wayland] Only request v2 of xdg_wm_base.
    * test-msys2-meson: fix pipeline failure on GTK3
    * wayland: Fix wl_buffer size for custom cursors
    * GtkMenu: Fix positioning when attached to offscreen windows
    * gdk_display_get_monitor_at_window: Check for offscreen windows
    * GdkWindow: check for same impl class in set_transient_for ()
    * [gtk3] Cherry-pick gtkfilechoosernativeportal fixes from gtk4
    * wayland: Avoid more legacy cursor names
    * Fall back to the 'default' cursor

++++ kernel-default:

  - scsi: hisi_sas: Fix warning detected by sparse (bsc#1216435).
  - scsi: hisi_sas: Delete unused lock in
    hisi_sas_port_notify_formed() (bsc#1216435).
  - scsi: hisi_sas: Block requests before a debugfs snapshot
    (bsc#1216435).
  - scsi: hisi_sas: Convert to platform remove callback returning
    void (bsc#1216435).
  - scsi: hisi_sas: Change DMA setup lock timeout to 2.5s
    (bsc#1216435).
  - scsi: hisi_sas: Configure initial value of some registers
    according to HBA model (bsc#1216435).
  - scsi: libsas: factor out sas_check_fanout_expander_topo()
    (bsc#1216435).
  - scsi: libsas: Remove an empty branch in
    sas_check_parent_topology() (bsc#1216435).
  - scsi: libsas: Simplify sas_check_eeds() (bsc#1216435).
  - commit 0820552
  - blk-cgroup: fix rcu lockdep warning in blkg_lookup()
    (bsc#1218870).
  - blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
    (bsc#1218870).
  - commit dff344a
  - mm: memcg: normalize the value passed into memcg_rstat_updated()
    (bsc#1218869).
  - commit e19dd2b
  - sched: psi: fix unprivileged polling against cgroups
    (bsc#1212887).
  - commit 924611d
  - Update references to patch
    patches.suse/accel-habanalabs-fix-information-leak-in-sec_attest_.patch
    (git-fixes bsc#1217930 CVE-2023-50431).
  - commit 866277b
  - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
    (bsc#1218515).
  - commit 8d4a19d
  - config: Use upstream default CONFIG_HZ
    References: jsc#PED-7600
    Update CONFIG_HZ for arm and arm64 to match upstream default values.
    All architectures now use upstream default CONFIG_HZ value except
    x86_64. The value for x86_64 is not changed as it was considered to be
    an unnecessary risk without any clear gains.
  - commit fef3240
  - wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()
    (git-fixes).
  - commit 0009fb7
  - wifi: rtlwifi: rtl8723_common: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
    (git-fixes).
  - wifi: rtlwifi: add calculate_bit_shift() (git-fixes).
  - asm-generic: Fix 32 bit __generic_cmpxchg_local (git-fixes).
  - asix: Add check for usbnet_get_endpoints (git-fixes).
  - efi/x86: Fix the missing KASLR_FLAG bit in
    boot_params->hdr.loadflags (git-fixes).
  - ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
    (git-fixes).
  - atm: Fix Use-After-Free in do_vcc_ioctl (git-fixes).
  - atm: solos-pci: Fix potential deadlock on &tx_queue_lock
    (git-fixes).
  - atm: solos-pci: Fix potential deadlock on &cli_queue_lock
    (git-fixes).
  - lib/generic-radix-tree.c: Don't overflow in peek() (git-fixes).
  - commit 99556cb
  - xfs: make inode unlinked bucket recovery work with quotacheck
    (bsc#1218829).
  - commit 2168985
  - xfs: reload entire unlinked bucket lists (bsc#1218829).
  - commit 4e6da6a
  - xfs: use i_prev_unlinked to distinguish inodes that are not
    on the unlinked list (bsc#1218829).
  - commit 0c425d8
  - xfs: load uncached unlinked inodes into memory on demand
    (bsc#1218829).
  - commit d642831
  - xfs: fix internal error from AGFL exhaustion (bsc#1218830).
  - commit f1dd667
  - gfs2: don't withdraw if init_threads() got interrupted
    (git-fixes).
  - commit 87324d2
  - gfs2: fix an oops in gfs2_permission (git-fixes).
  - commit a65b3db
  - gfs2: ignore negated quota changes (git-fixes).
  - commit 32058b1
  - gfs2: fix glock shrinker ref issues (git-fixes).
  - commit 43753f2
  - jfs: fix array-index-out-of-bounds in diAlloc (git-fixes).
  - commit 8bb1897
  - jfs: fix array-index-out-of-bounds in dbFindLeaf (git-fixes).
  - commit 0452792
  - fs/jfs: Add validity check for db_maxag and db_agpref
    (git-fixes).
  - commit e9fcd3d
  - fs/jfs: Add check for negative db_l2nbperpage (git-fixes).
  - commit 46b8104
  - jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
    (git-fixes).
  - commit e1dca98
  - fs/jfs: prevent double-free in dbUnmount() after failed
    jfs_remount() (git-fixes).
  - commit 7bc674c
  - fs: dlm: Simplify buffer size computation in
    dlm_create_debug_file() (git-fixes).
  - commit 893cdc2
  - fs: dlm: debugfs for queued callbacks (git-fixes).
  - commit 1daca84
  - Update config files.
  - commit 3f040eb
  - partitions/ibm: Introduce defines for magic string length values
    (bsc#1216436).
  - partitions/ibm: Replace strncpy() and improve readability
    (bsc#1216436).
  - partitions/ibm: Remove unnecessary memset (bsc#1216436).
  - block/null_blk: add queue_rqs() support (bsc#1216436).
  - blk-mq: update driver tags request table when start request
    (bsc#1216436).
  - blk-mq: support batched queue_rqs() on shared tags queue
    (bsc#1216436).
  - blk-mq: remove RQF_MQ_INFLIGHT (bsc#1216436).
  - blk-mq: account active requests when get driver tag
    (bsc#1216436).
  - blk-throttle: check for overflow in calculate_bytes_allowed
    (bsc#1216436).
  - block: Fix regression in sed-opal for a saved key (bsc#1216436).
  - block: Don't invalidate pagecache for invalid falloc modes
    (bsc#1216436).
  - block: correct stale comment in rq_qos_wait (bsc#1216436).
  - ovl: disable IOCB_DIO_CALLER_COMP (bsc#1216436).
  - blk-mq: fix tags UAF when shrinking q->nr_hw_queues
    (bsc#1216436).
  - block: fix pin count management when merging same-page segments
    (bsc#1216436).
  - block: don't add or resize partition on the disk with
    GENHD_FL_NO_PART (bsc#1216436).
  - block: remove the call to file_remove_privs in blkdev_write_iter
    (bsc#1216436).
  - blk-throttle: consider 'carryover_ios/bytes' in
    throtl_trim_slice() (bsc#1216436).
  - blk-throttle: use calculate_io/bytes_allowed() for
    throtl_trim_slice() (bsc#1216436).
  - blk-throttle: fix wrong comparation while 'carryover_ios/bytes'
    is negative (bsc#1216436).
  - blk-throttle: print signed value 'carryover_bytes/ios' for user
    (bsc#1216436).
  - driver core: Call in reversed order in
    device_platform_notify_remove() (bsc#1216436).
  - driver core: Return proper error code when dev_set_name()
    fails (bsc#1216436).
  - block: use strscpy() to instead of strncpy() (bsc#1216436).
  - blk-mq: prealloc tags when increase tagset nr_hw_queues
    (bsc#1216436).
  - blk-mq: delete redundant tagset map update when fallback
    (bsc#1216436).
  - blk-mq: fix tags leak when shrink nr_hw_queues (bsc#1216436).
  - block: Bring back zero_fill_bio_iter (bsc#1216436).
  - block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
    (bsc#1216436).
  - block: Add some exports for bcachefs (bsc#1216436).
  - commit 4e8aeac
  - scsi: core: Support setting BLK_MQ_F_BLOCKING (bsc#1216436).
  - Delete
    patches.suse/drivers-base-implement-dev_enable_async_probe.patch.
  - Delete
    patches.suse/scsi-add-disable_async_probing-module-argument.patch.
  - commit c65ed74
  - scsi: core: Rework scsi_host_block() (bsc#1216436).
  - commit dc547b7
  - block: fix bad lockdep annotation in blk-iolatency
    (bsc#1216436).
  - swim3: mark swim3_init() static (bsc#1216436).
  - block: remove init_mutex and open-code blk_iolatency_try_init
    (bsc#1216436).
  - bio-integrity: create multi-page bvecs in
    bio_integrity_add_page() (bsc#1216436).
  - bio-integrity: cleanup adding integrity pages to bip's bvec
    (bsc#1216436).
  - bio-integrity: update the payload size in
    bio_integrity_add_page() (bsc#1216436).
  - block: make bvec_try_merge_hw_page() non-static (bsc#1216436).
  - iocost_monitor: improve it by adding iocg wait_ms (bsc#1216436).
  - iocost_monitor: print vrate inuse along with base_vrate
    (bsc#1216436).
  - iocost_monitor: fix kernel queue kobj changes (bsc#1216436).
  - fs/Kconfig: Fix compile error for romfs (bsc#1216436).
  - fs: add CONFIG_BUFFER_HEAD (bsc#1216436).
  - ext2: Move direct-io to use iomap (bsc#1216436).
  - ext4: Use generic_buffers_fsync_noflush() implementation
    (bsc#1216436).
  - fs/buffer.c: Add generic_buffers_fsync*() implementation
    (bsc#1216436).
  - commit 0ae71f3
  - block: use iomap for writes to block devices (bsc#1216436).
  - block: stop setting ->direct_IO (bsc#1216436).
  - commit ac1d801
  - block: open code __generic_file_write_iter for blkdev writes
    (bsc#1216436).
  - fs: rename and move block_page_mkwrite_return (bsc#1216436).
  - fs: remove emergency_thaw_bdev (bsc#1216436).
  - commit 3d051af
  - iomap: support IOCB_DIO_CALLER_COMP (bsc#1216436).
  - io_uring/rw: add write support for IOCB_DIO_CALLER_COMP
    (bsc#1216436).
  - fs: add IOCB flags related to passing back dio completions
    (bsc#1216436).
  - iomap: add IOMAP_DIO_INLINE_COMP (bsc#1216436).
  - iomap: only set iocb->private for polled bio (bsc#1216436).
  - iomap: treat a write through cache the same as FUA
    (bsc#1216436).
  - commit c35c5e8
  - fuse: use direct_write_fallback (bsc#1216436).
  - fuse: drop redundant arguments to fuse_perform_write
    (bsc#1216436).
  - fuse: update ki_pos in fuse_perform_write (bsc#1216436).
  - fs: factor out a direct_write_fallback helper (bsc#1216436).
  - iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
    (bsc#1216436).
  - iomap: update ki_pos in iomap_file_buffered_write (bsc#1216436).
  - filemap: add a kiocb_invalidate_post_direct_write helper
    (bsc#1216436).
  - filemap: add a kiocb_invalidate_pages helper (bsc#1216436).
  - filemap: add a kiocb_write_and_wait helper (bsc#1216436).
  - filemap: update ki_pos in generic_perform_write (bsc#1216436).
  - iomap: update ki_pos a little later in iomap_dio_complete
    (bsc#1216436).
  - backing_dev: remove current->backing_dev_info (bsc#1216436).
  - commit e9c583e
  - iomap: use an unsigned type for IOMAP_DIO_* defines
    (bsc#1216436).
  - iomap: cleanup up iomap_dio_bio_end_io() (bsc#1216436).
  - commit f5b487e
  - blk-iocost: fix queue stats accounting (bsc#1216436).
  - block: don't make REQ_POLLED imply REQ_NOWAIT (bsc#1216436).
  - block: get rid of unused plug->nowait flag (bsc#1216436).
  - commit 8bbf8a3
  - block: cleanup bio_integrity_prep (bsc#1216436).
  - block: Improve performance for BLK_MQ_F_BLOCKING drivers
    (bsc#1216436).
  - scsi: Remove a blk_mq_run_hw_queues() call (bsc#1216436).
  - scsi: core: Only kick the requeue list if necessary
    (bsc#1216436).
  - commit ac14f2c
  - scsi: Inline scsi_kick_queue() (bsc#1216436).
  - commit b8b609b
  - block: don't pass a bio to bio_try_merge_hw_seg (bsc#1216436).
  - block: move the bi_size update out of __bio_try_merge_page
    (bsc#1216436).
  - block: downgrade a bio_full call in bio_add_page (bsc#1216436).
  - block: move the bi_size overflow check in (bsc#1216436).
  - block: move the bi_vcnt check out of __bio_try_merge_page
    (bsc#1216436).
  - block: move the BIO_CLONED checks out of __bio_try_merge_page
    (bsc#1216436).
  - block: use SECTOR_SHIFT bio_add_hw_page (bsc#1216436).
  - block: tidy up the bio full checks in bio_add_hw_page
    (bsc#1216436).
  - block: refactor to use helper (bsc#1216436).
  - blk-flush: reuse rq queuelist in flush state machine
    (bsc#1216436).
  - blk-flush: count inflight flush_data requests (bsc#1216436).
  - blk-mq: use percpu csd to remote complete instead of per-rq csd
    (bsc#1216436).
  - block: don't allow enabling a cache on devices that don't
    support it (bsc#1216436).
  - block: cleanup queue_wc_store (bsc#1216436).
  - commit 6ac1e2a
  - blk-iocost: skip empty flush bio in iocost (bsc#1216436).
  - blk-mq: delete dead struct blk_mq_hw_ctx->queued field
    (bsc#1216436).
  - commit 4b9b327
  - blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
    (bsc#1216436).
  - block: remove dead struc request->completion_data field
    (bsc#1216436).
  - commit 3fc36a5
  - nvme: improved uring polling (bsc#1216436).
  - Refresh
    patches.suse/io_uring-retain-top-8bits-of-uring_cmd-flags-for-ker.patch.
  - Refresh
    patches.suse/nvme-core-don-t-hold-rcu-read-lock-in-nvme_ns_chr_ur.patch.
  - commit 46103bf
  - block: add request polling helper (bsc#1216436).
  - commit 21a3178
  - blk-sysfs: add a new attr_group for blk_mq (bsc#1218785).
  - blk-iocost: move wbt_enable/disable_default() out of spinlock
    (bsc#1218785).
  - blk-wbt: cleanup rwb_enabled() and wbt_disabled() (bsc#1218785).
  - blk-wbt: remove dead code to handle wbt enable/disable with
    io inflight (bsc#1218785).
  - blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is
    disabled (bsc#1218785).
  - commit 0b53563
  - bsg: make bsg_class a static const structure (bsc#1218785).
  - Refresh patches.suse/scsi-bsg-Increase-number-of-devices.patch.
  - commit 26819b8
  - block: add capacity validation in bdev_add_partition()
    (bsc#1218785).
  - block: fine-granular CAP_SYS_ADMIN for Persistent Reservation
    (bsc#1218785).
  - block: disallow Persistent Reservation on partitions
    (bsc#1218785).
  - block: document the holder argument to blkdev_get_by_path
    (bsc#1218785).
  - commit b5047c7
  - x86: bring back rep movsq for user access on CPUs without ERMS
    (bsc#1217756).
  - commit 0e4b75f

++++ kernel-firmware-all:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-amdgpu:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-ath10k:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-ath11k:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-ath12k:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-atheros:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-bluetooth:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-bnx2:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-brcm:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-chelsio:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-dpaa2:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-i915:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-intel:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-iwlwifi:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-liquidio:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-marvell:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-media:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-mediatek:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-mellanox:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-mwifiex:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-network:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-nfp:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-nvidia:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-platform:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-prestera:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-qcom:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-qlogic:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-radeon:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-realtek:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-serial:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-sound:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-ti:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-ueagle:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ kernel-firmware-usb-network:

  - Update to version 20240115 (git commit efeb548d2a2b):
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * amdgpu: DMCUB updates for DCN314
    * cirrus: Add firmware file for cs42l43
    * amdgpu: DMCUB updates for DCN312

++++ at-spi2-core:

  - Update to version 2.51.0:
    + atk-adaptor: Fix critical when no table cell array is returned.
    + accessible: Do not rename deprecated methods to the new names.
    + Add HelpText property and corresponding functions in atk and
    libatspi.

++++ openssl-3:

  - Security fix: [bsc#1218810, CVE-2023-6237]
    * Limit the execution time of RSA public key check
    * Add openssl-CVE-2023-6237.patch

++++ libosinfo:

  - Own /usr/share/gtk-doc: glib no longer uses gtk-doc and as a
    consequence cannot be held responsible to deliver that basic
    directory structure.

++++ readline:

  - Add upstream patch readline82-008
    * Add missing prototypes for several function declarations
  - Add upstream patch readline82-009
    * Fix issue where the directory name portion of the word to be
    completed (the part that is passed to opendir()) requires both
    tilde expansion and dequoting.  Readline only performed tilde
    expansion in this case, so filename completion would fail.
  - Add upstream patch readline82-010
    * Fix the case where text to be completed from the line buffer
    (quoted) is compared to the common prefix of the possible
    matches (unquoted) and the quoting makes the former appear to
    be longer than the latter. Readline assumes the match doesn't
    add any characters to the word and doesn't display multiple matches.
  - Port patches
    * readline-5.2-conf.patch
    * readline-6.2-metamode.patch
    * readline-7.0-screen.patch
    * readline-8.2.dif

++++ shadow:

  - Update to 4.14.3:
    * libshadow:
    + Avoid null pointer dereference (#904)

++++ libvirt:

  - Update to libvirt 10.0.0
  - jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
    jsc#PED-6851
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-0-0-2024-01-15

++++ python-libvirt-python:

  - Update to 10.0.0
  - Add all new APIs and constants in libvirt 10.0.0
  - jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
    jsc#PED-6851

++++ selinux-policy:

  - Update to version 20240116:
    * Fix gitolite homedir paths (bsc#1218826)

++++ supportutils-plugin-suse-public-cloud:

  - Update to version 1.0.9 (bsc#1218762, bsc#1218763)
    + Remove duplicate data collection for the plugin itself
    + Collect archive metering data when available
    + Query billing flavor status

++++ virt-top:

  - Remove usage of dune.configurator because ocamlfind names which
    contain a dot are not considered valid anymore with dune 3.13

------------------------------------------------------------------
------------------  2024-1-15  -  Jan 15 2024  -------------------
------------------------------------------------------------------

++++ chrony:

  - Update to version 4.5:
    * Add support for AES-GCM-SIV in GnuTLS
    * Add support for corrections from PTP transparent clocks
    * Add support for systemd socket activation
    * Fix presend in interleaved mode
    * Fix reloading of modified sources from sourcedir

++++ containerd:

  - Enable manpage generation
  - Make devel package noarch
  - adjust rpmlint filters

++++ docker-compose:

  - Update to version 2.24.0:
    * Breaking change
  - service hash computation logic has been updated to fully
    ignore replicas/scale. Due to this change, after upgrade all
    services will be recreated.
    * Enhancements
  - Implement docker compose attach by @g0t4 in #11181
  - Introduce ps --orphans to include/exclude services not
    declared by project by @ndeloof in #11220
  - Introduce compose logs --index to select a replica container
    by @ndeloof in #11231
  - --with-dependencies let docker compose build build
    dependencies transitively by @ndeloof in #11290
  - Introduce stats command by @ndeloof in #11299
  - Add source policies for build by @cpuguy83 in #11325
    * Fixes
  - Include disabled services for shell completion by @ndeloof in
    [#11251]
  - Restore Project is ps json output by @ndeloof in #11223
  - Log we don't expose service ports when --verbose by @ndeloof
    in #11227
  - Fix configs are mounted under / by @ndeloof in #11232
  - Fix combination of --pull always --no-build by @ndeloof in
    [#11244]
  - Fix(publish): add OCI 1.0 fallback support for AWS ECR by
    @milas in #11239
  - Fix race condition in log printer by @horus in #11286
  - Send out a cancel event on SIGINT/SIGTERM signal for compose
    up by @vyneer in #11230
  - Up: teardown when command context is cancelled by @laurazard
    in #11292
  - Build do not require environment to be resolved by @ndeloof
    in #11274
    * Internal
  - Let contributor know we might close unanswered issues by
    @ndeloof in #11219
  - Feat(cli): report more useful User-Agent on engine API
    requests by @milas in #11333
  - Adopt compose-go/v2 by @ndeloof in #11207
  - Add support for start_interval by @ndeloof in #10939
  - Update README.md to use standard compose.yaml file name by
    @johnthagen in #11233
  - Watch: remove requirements for tar binary and for sync target
    to be rw by @ndeloof in #11330
  - Deps: update docker/cli to fix go version selection issue by
    @laurazard in #11283
  - Remove ServiceProxy which was introduced for archived
    compose-cli by @ndeloof in #11298
  - github.com/golang/mock is deprecated by @ndeloof in #11272
  - Add support for endpoint-specific MAC address by @akerouanton
    in #11208
  - Collect services to build using WithServices by @ndeloof in
    [#11255]
    * Bumps
  - Bump compose-go to version v2.0.0-beta.3 by @glours in #11307
  - Bump ddev to 1.22.4 by @ndeloof in #11225
  - Bump golang to version 1.21.5 by @glours in #11249
  - Bump docker cli v1.25 beta1 by @ndeloof in #11247
  - Bump golang to version v1.21.6 by @glours in #11331
  - Bump golangci-lint to v1.55.2 ci(deps) by @milas in #11332
  - Bump compose-go v2-beta.2 by @ndeloof in #11295
  - Build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 by
    @dependabot in #11324
  - Build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 by
    @dependabot in #11228
  - Build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by
    @dependabot in #11317
  - Build(deps): bump go.uber.org/mock from 0.3.0 to 0.4.0 by
    @dependabot in #11291
  - go.mod: docker/docker and docker/cli v25.0.0-beta.3 by
    @thaJeztah in #11294
  - go.mod: update docker/docker and docker/cli to v25.0.0-rc.1
    by @thaJeztah in #11320
  - gha: update DOCKER_CLI_VERSION to v24.0.7 by @thaJeztah in
    [#11321]

++++ python-kiwi:

  - Don't create default entry for sd-boot loader.conf
  - Type cleanup, no use of Any type in disk builder
    Use proper Union declaration for system variable and add
    consistency layer into Filesystem/VolumeManager classes to
    meet the type declaration as well as to simplify further
    refactoring on these classes

++++ kernel-default:

  - swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_open
    (bsc#1218785).
  - blk-mq: check on cpu id when there is only one ctx mapping
    (bsc#1218785).
  - commit 34e3536
  - tools: Disable __packed attribute compiler warning due
    to -Werror=attributes (perf-v6.7 git-fixes (jsc#PED-6012
    jsc#PED-6121)).
  - tools build: Fix llvm feature detection, still used by bpftool
    (perf-v6.7 git-fixes (jsc#PED-6012 jsc#PED-6121)).
  - perf/benchmark: fix seccomp_unotify benchmark for 32-bit
    (perf-v6.7 git-fixes (jsc#PED-6012 jsc#PED-6121)).
  - commit 46e701f
  - x86/amd_nb: Add AMD Family MI300 PCI IDs (jsc#PED-7622).
  - Refresh
    patches.suse/PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGogh-US.patch.
  - commit eb725e3
  - x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank types (jsc#PED-7622).
  - commit 7d080dd
  - x86/mce/amd, EDAC/mce_amd: Move long names to decoder module (jsc#PED-7622).
  - Refresh
    patches.suse/EDAC-mce_amd-Remove-SMCA-Extended-Error-code-descriptions.patch.
  - commit e24f23e
  - EDAC/mce_amd: Remove SMCA Extended Error code descriptions (jsc#PED-7622).
  - commit 26b9953
  - EDAC/mc: Add support for HBM3 memory type (jsc#PED-7622).
  - commit 87fa543
  - Documentation: Begin a RAS section (jsc#PED-7622).
  - commit c5a4e59
  - EDAC/amd64: Add support for family 0x19, models 0x90-9f devices (jsc#PED-7622).
  - commit ce743a1
  - x86/mce: Cleanup mce_usable_address() (jsc#PED-7623).
  - commit 19a7df2
  - x86/mce: Define amd_mce_usable_address() (jsc#PED-7623).
  - commit 4f93668
  - x86/MCE/AMD: Split amd_mce_is_memory_error() (jsc#PED-7623).
  - commit d0a7ad4
  - x86: sta2x11: include header for sta2x11_get_instance() prototype (git-fixes).
  - commit 1ee8ffe
  - x86/nmi: Fix out-of-order NMI nesting checks & false positive warning (git-fixes).
  - commit a789183
  - x86/mce/inject: Clear test status value (git-fixes).
  - commit 8b89223
  - x86/lib: Fix overflow when counting digits (git-fixes).
  - commit 620dff6
  - x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_indirect (git-fixes).
  - commit 8be12d2
  - x86/cpu/hygon: Fix the CPU topology evaluation for real (git-fixes).
  - commit 8f83bcd
  - x86/boot: Fix incorrect startup_gdt_descr.size (git-fixes).
  - commit c875e2d
  - x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs (git-fixes).
  - commit e3deaea
  - x86/alternatives: Sync core before enabling interrupts (git-fixes).
  - commit 44dde1b
  - x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram (git-fixes).
  - commit 81b2e99
  - coresight: etm4x: Ensure valid drvdata and clock before clk_put() (bsc#1218779)
  - commit 220f26f
  - fs: remove the now unused FMODE_* flags (bsc#1218785).
  - block: store the holder in file->private_data (bsc#1218785).
  - commit be82207
  - block: always use I_BDEV on file->f_mapping->host to find the
    bdev (bsc#1218785).
  - commit ae98ee3
  - block: replace fmode_t with a block-specific type for block
    open flags (bsc#1218785).
  - Refresh patches.suse/bcache-Fix-bcache-device-claiming.patch.
  - Refresh
    patches.suse/drdb-Convert-to-use-bdev_open_by_path.patch.
  - Refresh
    patches.suse/md-fix-warning-for-holder-mismatch-from-export_rdev.patch.
  - Refresh
    patches.suse/nbd-factor-out-a-helper-to-get-nbd_config-without-holding-config_lock.patch.
  - Refresh
    patches.suse/nbd-fold-nbd-config-initialization-into-nbd_alloc_config.patch.
  - commit 29ae81a
  - mtd: block2mtd: don't call early_lookup_bdev after the system
    (bsc#1218785).
  - commit 42c612f
  - mtd: block2mtd: factor the early block device open logic into
    (bsc#1218785).
  - Refresh
    patches.suse/block-use-the-holder-as-indication-for-exclusive-opens.patch.
  - commit dd8efb4
  - coresight: etm4x: Add ACPI support in platform driver (bsc#1218779)
  - commit c34f1a7
  - coresight: platform: acpi: Ignore the absence of graph (bsc#1218779)
  - commit 89c1dad
  - coresight: etm4x: Change etm4_platform_driver driver for MMIO devices (bsc#1218779)
  - commit 961790d
  - s390/dasd: fix double module refcount decrement (bsc#1141539).
  - commit f61a5ce
  - coresight: etm4x: Drop pid argument from etm4_probe() (bsc#1218779)
  - commit c7f3146
  - coresight: etm4x: Drop iomem 'base' argument from etm4_probe() (bsc#1218779)
  - commit f4cee1c
  - coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' (bsc#1218779)
  - commit 793dfc1
  - block: remove unused fmode_t arguments from ioctl handlers
    (bsc#1218785).
  - commit 99715e2
  - ubd: remove commented out code in ubd_open (bsc#1218785).
  - mtd: block: use a simple bool to track open for write
    (bsc#1218785).
  - commit 0f563df
  - nvme: replace the fmode_t argument to the nvme ioctl handlers
    with a simple bool (bsc#1218785).
  - Refresh
    patches.suse/nvme-ioctl-move-capable-admin-check-to-the-end.patch.
  - commit 20cc5be
  - scsi: replace the fmode_t argument to ->sg_io_fn with a simple
    bool (bsc#1218785).
  - scsi: replace the fmode_t argument to scsi_ioctl with a simple
    bool (bsc#1218785).
  - scsi: replace the fmode_t argument to scsi_cmd_allowed with
    a simple bool (bsc#1218785).
  - fs: remove sb->s_mode (bsc#1218785).
  - block: add a sb_open_mode helper (bsc#1218785).
  - commit b3b96ce
  - btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
    (bsc#1218785).
  - commit da2722b
  - bcache: don't pass a stack address to blkdev_get_by_path
    (bsc#1218785).
  - Refresh patches.suse/bcache-Fix-bcache-device-claiming.patch.
  - Refresh
    patches.suse/block-use-the-holder-as-indication-for-exclusive-opens.patch.
  - commit 348ae97
  - sync tools/arch header for Support branch counters logging
    (jsc#PED-6012 jsc#PED-6121).
  - perf test: Basic branch counter support (jsc#PED-6012
    jsc#PED-6121).
  - perf tools: Add branch counter knob (jsc#PED-6012 jsc#PED-6121).
  - perf header: Support num and width of branch counters
    (jsc#PED-6012 jsc#PED-6121).
  - tools headers UAPI: Sync include/uapi/linux/perf_event.h header
    with the kernel (jsc#PED-6012 jsc#PED-6121).
  - perf/x86/intel: Support branch counters logging (jsc#PED-6012
    jsc#PED-6121).
  - perf/x86/intel: Reorganize attrs and is_visible (jsc#PED-6012
    jsc#PED-6121).
  - perf: Add branch_sample_call_stack (jsc#PED-6012 jsc#PED-6121).
  - perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flag
    (jsc#PED-6012 jsc#PED-6121).
  - perf: Add branch stack counters (jsc#PED-6012 jsc#PED-6121).
  - perf list: Fix JSON segfault by setting the used
    skip_duplicate_pmus callback (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events arm64: AmpereOne: Add missing
    DefaultMetricgroupName fields (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf metrics: Avoid segv if default metricgroup isn't set
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools perf: Add arm64 sysreg files to MANIFEST (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools headers: Update tools's copy of s390/asm headers
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools headers: Update tools's copy of arm64/asm headers
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - commit d14bff1
  - block: rename blkdev_close to blkdev_release (bsc#1218785).
  - commit 92c813f
  - tools headers: Update tools's copy of x86/asm headers (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit cceb480
  - cdrom: remove the unused cdrom_close_write release code
    (bsc#1218785).
  - cdrom: remove the unused mode argument to cdrom_ioctl
    (bsc#1218785).
  - Refresh
    patches.suse/cdrom-remove-the-unused-mode-argument-to-cdrom_release.patch.
  - Refresh
    patches.suse/cdrom-track-if-a-cdrom_device_info-was-opened-for-data.patch.
  - commit f4a27e4
  - block: also call ->open for incremental partition opens
    (bsc#1218785).
  - Refresh
    patches.suse/block-remove-the-unused-mode-argument-to-release.patch.
  - Refresh patches.suse/cdrom-gdrom-Fix-build-error.patch.
  - commit 00ba146
  - Refresh
    patches.suse/drm-amd-display-Fix-sending-VSC-colorimetry-packets-.patch
    (git-fixes)
    Alt-commit
  - commit de32d60
  - Refresh patches.suse/x86-virt-tdx-Disable-TDX-host-support-when-kexec-is-enable.patch.
    Move the kexec check right after TDX has been initialized as otherwise
    KEXEC is permanently broken.
  - commit 76414b1
  - Refresh
    patches.suse/drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-state-m.patch
    (git-fixes)
    Alt-commit
  - commit 77ade9c
  - Refresh
    patches.suse/drm-amd-display-Restore-guard-against-default-backli.patch
    (git-fixes)
    Alt-commit
  - commit 6354727
  - Refresh
    patches.suse/drm-amd-display-fix-hw-rotated-modes-when-PSR-SU-is-.patch
    (git-fixes)
    Alt-commit
  - commit 1767b1e
  - Refresh
    patches.suse/drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0.6.patch
    (git-fixes)
    Alt-commit
  - commit d7149a5
  - tools headers UAPI: Update tools's copy of vhost.h header
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Fix a build error on 32-bit (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Fix a build error on 32-bit (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events intel: Update tsx_cycles_per_elision metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update bonnell version number to v5
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update westmereex events to v4
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update meteorlake events to v1.06
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update knightslanding events to v16
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add typo fix for ivybridge FP
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update a spelling in haswell/haswellx
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update emeraldrapids to v1.01
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update alderlake/alderlake events
    to v1.23 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Disable BPF skeletons if clang version is < 12.0.1
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain: Fix spelling mistake "statisitcs" ->
    "statistics" (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf report: Fix spelling mistake "heirachy" -> "hierarchy"
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf python: Fix binding linkage due to rename and move
    of evsel__increase_rlimit() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tests: test_arm_coresight: Simplify source iteration
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add tigerlake two metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add broadwellde two metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Fix broadwellde
    tma_info_system_dram_bw_use metric (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf mem_info: Add and use map_symbol__exit and
    addr_map_symbol__exit (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain: Minor layout changes to callchain_list
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain: Make brtype_stat in callchain_list optional
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain: Make display use of branch_type_stat const
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf offcpu: Add missed btf_free (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf threads: Remove unused dead thread list (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf hist: Add missing puts to hist__account_cycles (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - libperf rc_check: Add RC_CHK_EQUAL (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - libperf rc_check: Make implicit enabling work for GCC (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf machine: Avoid out of bounds LBR memory read (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf rwsem: Add debug mode that uses a mutex (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Address stray '\' before # that is warned about
    since grep 3.8 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf report: Fix hierarchy mode on pipe input (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Use per-cpu array map for spinlocks
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Check race in tstamp elem creation
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Clear lock addr after use (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Rename evsel__increase_rlimit to
    rlimit__increase_nofile (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench sched pipe: Add -G/--cgroups option (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Skip CoreSight tests if cs_etm// event is not
    available (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf data: Increase RLIMIT_NOFILE limit when open too many
    files in perf_data__create_dir() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf trace: Use the right bpf_probe_read(_str) variant for
    reading user data (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Do not ignore the default vmlinux.h (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf: script: fix missing ',' for fields option (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Fix shellcheck warning in stat_all_metricgroups
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Fix shellcheck warning in record_sideband.sh
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Ignore shellcheck warning in lock_contention
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools/perf/arch/powerpc: Fix the CPU ID const char* value by
    adding 0x prefix (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Respect timestamp option (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf cs-etm: Validate timestamp tracing in per-thread mode
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Lazily compute default config (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu-events: Remember the perf_events_map for a PMU
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Const-ify perf_pmu__config_terms (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Const-ify file APIs (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf arm-spe: Move PMU initialization from default config code
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Move PMU initialization from default config code
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Rename perf_pmu__get_default_config to
    perf_pmu__arch_init (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Use get_unaligned_le16() etc (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Use existing definitions of le16_to_cpu() etc
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Simplify intel_pt_get_vmcs() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Add get_unaligned_leNN() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf cs-etm: Fix incorrect or missing decoder for raw trace
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf_counter: Fix a few memory leaks (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf header: Fix various error path memory leaks (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace-event-info: Avoid passing NULL value to closedir
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fix unlikely memory leak when cloning terms
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock: Fix a memory leak on an error path (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf svghelper: Avoid memory leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf hists browser: Avoid potential NULL dereference (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf hists browser: Reorder variables to reduce padding
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf dlfilter: Be defensive against potential NULL dereference
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf mem-events: Avoid uninitialized read (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jitdump: Avoid memory leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf env: Remove unnecessary NULL tests (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf buildid-cache: Fix use of uninitialized value (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench uprobe: Fix potential use of memory after free
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fix for term values that are raw events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Add missing comment about NO_LIBTRACEEVENT=1
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid erange from hex numbers (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools/perf: Update call stack check in builtin-lock.c (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools/perf/tests: Fix object code reading to skip address
    that falls out of text section (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - tools/perf: Add "is_kmod" to struct dso to check if it is
    kernel module (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools/perf: Add text_end to "struct dso" to save .text section
    size (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Avoid system wide when not privileged (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf hisi-ptt: Fix memory leak in lseek failure handling
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Fix async branch flags (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmus: Make PMU alias name loading lazy (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix parse-events tests to skip parametrized events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events: Add JSON metrics for Arm CMN (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Add support for Arm CMN PMU aliasing (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add pmu-event test for "Compat" and new event_field
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Make matching_pmu effective (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf jevents: Support EventidCode and NodeType (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf metric: "Compat" supports regular expression matching
    identifiers (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: "Compat" supports regular expression matching
    identifiers (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf record: Fix BTF type checks in the off-cpu profiling
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench messaging: Kill child processes when exit abnormally
    in process mode (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench messaging: Store chlid process pid when creating
    worker for process mode (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench messaging: Factor out create_worker() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench messaging: Fix coding style issues for
    sched-messaging (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tests/shell: Fix shellcheck warnings for SC2153 in multiple
    scripts (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tests/shell: Fix shellcheck issues in
    tests/shell/stat+shadow_stat.sh tetscase (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tests/shell: Fix shellcheck SC1090 to handle the location of
    sourced files (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Fix spelling mistake "Captuer" -> "Capture"
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Avoid frequency mode for the dummy event (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendors events: Remove repeated word in comments (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Fix for AmpereOne metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test lock_contention.sh: Skip test if not enough CPUs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test stat+shadow_stat.sh: Add threshold for rounding errors
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: fix no member named 'entries' issue (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fix tracepoint name memory leak (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Detect off-cpu support from build options (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Ensure EXTRA_TESTS is covered in build test
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Update build test for changed BPF skeleton defaults
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Default BUILD_BPF_SKEL, warn/disable for missing
    deps (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf version: Add status of bpf skeletons (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Simplify bool conversion (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix test-record-dummy-C0 failure for supported
    PERF_FORMAT_LOST feature kernel (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Add more x86 mov instruction cases (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove unused function (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmus: Simplify perf_pmus__find_core_pmu() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Move pmu__find_core_pmu() to pmus.c (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf symbol: Avoid an undefined behavior warning (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf-filter: Add YYDEBUG (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Add YYDEBUG (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf expr: Make YYDEBUG dependent on doing a debug build
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Make YYDEBUG dependent on doing a debug build
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove unused header files (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Add includes for detected configs in Makefile.perf
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Update cs_etm testcase for Arm ETE (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add V1 metrics using Arm telemetry
    repo (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Update V1 events using Arm telemetry
    repo (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add a test for strcmp_cpuid_str() expression
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf util: Add a function for replacing characters in a string
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Remove unused keyword (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test: Check result of has_event(cycles) test (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf list pfm: Retry supported test with exclude_kernel
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf list: Avoid a hardcoded cpu PMU name (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test shell lock_contention: Add cgroup aggregation and
    filter tests (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Add -G/--cgroup-filter option (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Add --lock-cgroup option (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Prepare to handle cgroups (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Add read_all_cgroups() and __cgroup_find()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Add BPF-based statistics on softirq event
    support (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Add BPF-based statistics on hardirq event
    support (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Implements BPF-based cpu usage statistics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Add -C/--cpu -i/--input -n/--name -s/--sort
  - -time options (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Add statistics on softirq event support
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Add statistics on hardirq event support
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Add evsel__intval_common() helper (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork top: Introduce new top utility (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Add `root` parameter to work_sort() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Add sched record support (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf kwork: Set default events list if not specified in
    setup_event_list() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Overwrite original atom in the list when a new
    atom is pushed (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Add `kwork` and `src_type` to work_init() for
    'struct kwork_class' (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Set ordered_events to true in 'struct perf_tool'
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Add the supported subcommands to the document
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kwork: Fix incorrect and missing free atom in
    work_push_atom() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add perf_event_attr test for record dummy event
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add test case for record sideband events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf record: Track sideband events for all CPUs when tracing
    selected CPUs (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf record: Move setting tracking events before
    record__init_thread_masks() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf evlist: Add evlist__findnew_tracking_event() helper
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Add perf_evlist__go_system_wide() helper (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Fix spelling mistakes (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add emeraldrapids, update
    sapphirerapids to v1.16 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add lunarlake v1.0 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Introduce 'struct parse_events_terms'
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Copy fewer term lists (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid enum casts (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf parse-events: Tidy up str parameter (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove unnecessary __maybe_unused (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf shell completion: Support completion of
    metrics/metricgroups (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf completion: Support completion of libpfm4 events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf shell completion: Restrict completion of events to events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Fix aggr mode initialization (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events power10: Add extra data-source events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf machine: Use true and false for bool variable (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf dlfilter: Add a test for object_code() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf dlfilter: Fix use of addr_location__exit() in
    dlfilter__object_code() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Fix perf stat output with correct scale and unit
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevent: fix core dump on software events on s390 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Ensure all alias variables are initialized (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents metric: Fix type of strcmp_cpuid_str (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Avoid compile error wrt redefining bool (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf-prologue: Remove unused file (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - tools headers UAPI: Update tools's copy of drm.h headers
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools arch x86: Sync the msr-index.h copy with the kernel
    sources (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench sched-seccomp-notify: Use the tools copy of seccomp.h
    UAPI (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools headers UAPI: Copy seccomp.h to be able to build 'perf
    bench' in older systems (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools headers UAPI: Sync files changed by new fchmodat2 and
    map_shadow_stack syscalls with the kernel sources (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fix driver config term (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fixes relating to no_value terms (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Fix propagation of term's no_value when
    cloning (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Name the two term enums (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf list: Don't print Unit for "default_core" (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Fix modifier in
    tma_info_system_mem_parallel_reads for skylake (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf dlfilter: Avoid leak in v0 API test use of
    resolve_address() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf metric: Add #num_cpus_online literal (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove str from perf_pmu_alias (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Make common term list to strbuf helper
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Minor help message improvements (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Avoid uninitialized use of alias->str (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Use "default_core" for events with no Unit
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup
    BPF counter test (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test shell stat_bpf_counters: Fix test on Intel (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test shell record_bpf_filter: Skip 6.2 kernel (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - libperf: Get rid of attr.id field (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tools: Convert to perf_record_header_attr_id() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - libperf: Add perf_record_header_attr_id() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Handle old data in PERF_RECORD_ATTR (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Skip duplicate PMUs and don't print list suffix by
    default (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Sort pmus by name then suffix (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf beauty mmap_flags: Use "test -f" instead of "" (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf beauty mmap_flags: Fix script for archs that use the
    generic mman.h (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Allow to use cpuinfo on LoongArch (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Fix typo in max-stack option description
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tui slang: Tidy casts (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf build-id: Simplify build_id_cache__cachedir() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Make id const and add missing free (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Make term's config const (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove logic for PMU name being NULL (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf header: Fix missing PMU caps (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf jevents: Don't append Unit to desc (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf scripts python gecko: Launch the profiler UI on the default
    browser with the appropriate URL (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf scripts python: Add support for input args in gecko script
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Sort strings in the big C string to reduce faults
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Lazily load sysfs aliases (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Be lazy about loading event info files from sysfs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Scan type early to fail an invalid PMU quickly
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Lazily add JSON events (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Cache JSON events table (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Merge JSON events with sysfs at load time (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Prefer passing pmu to aliases list (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Parse sysfs events directly from a file (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu-events: Add pmu_events_table__find_event() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu-events: Reduce processed events by passing PMU
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf s390 s390_cpumcfdg_dump: Don't scan all PMUs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Improve error message for double setting
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Group events by PMU (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu-events: Add extra underscore to function names
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Abstract alias/event struct (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Make the loading of formats lazy (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Allow customization of clang options for BPF target
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Pass PMU rather than aliases and format (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Avoid passing format list to perf_pmu__format_bits()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Avoid passing format list to perf_pmu__format_type
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Avoid passing format list to perf_pmu__config_terms()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Reduce scope of perf_pmu_error() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Move perf_pmu__set_format to pmu.y (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Avoid a path name copy (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf script ibs: Remove unused include (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf bench breakpoint: Skip run if no breakpoints available
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lzma: Convert some pr_err() to pr_debug() as callers
    already use pr_debug() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat-display: Check if snprintf()'s fmt argument is NULL
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf augmented_raw_syscalls: Add an assert to make sure
    sizeof(augmented_arg->value) is a power of two (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf augmented_raw_syscalls: Add an assert to make sure
    sizeof(saddr) is a power of two (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events arm64: AmpereOne: Remove unsupported events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add AmpereOne metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: AmpereOne: Mark affected STALL_*
    events impacted by errata (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne
    list (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Raise exception for no definition of a arch std
    event (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Use heuristic when deciding if a syscall tracepoint
    "const char *" field is really a string (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf trace: Use the augmented_raw_syscall BPF skel only for
    tracing syscalls (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock: Don't pass an ERR_PTR() directly to
    perf_session__delete() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf top: Don't pass an ERR_PTR() directly to
    perf_session__delete() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Update N2 and V2 metrics and
    events using Arm telemetry repo (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events arm64: Update stall_slot workaround for N2
    r0p3 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Add a new expression builtin strcmp_cpuid_str()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add a test for the new Arm CPU ID comparison behavior
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf arm64: Allow version comparisons of CPU IDs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter
    using &= sizeof(saddr) (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - libperf: Implement riscv mmap support (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf parse-regs: Move out arch specific header from
    util/perf_regs.h (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf unwind: Use perf_arch_reg_{ip|sp}() to substitute macros
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-regs: Refactor arch register parsing functions
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf docs: Fix format of unordered lists (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Update scale units and descriptions of
    common topdown metrics (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Don't duplicate FIELD_GET() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf dlfilter: Add al_cleanup() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf dlfilter: Initialize addr_location before passing
    it to thread__find_symbol_fb() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf dlfilter: Add a test for resolve_address() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Update audit-libs package name for python3
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Support syscall name parsing on arm64
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Remove duplicate check for `field` in
    evsel__intval() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add perf record sample filtering test (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf-filter: Fix sample flag check with || (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Tidy comments related to BPF + syscall augmentation
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf examples: With no BPF events remove examples (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Migrate BPF augmentation to use a skeleton
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove BPF event support (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf: Remove support for embedding clang for compiling
    BPF events (-e foo.c) (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding
    the filename (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test trace+probe_vfs_getname.sh: Remove stray \ before /
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf script python: Add stub for PMU symbol to the python
    binding (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf symbols: Fix DSO kernel load and symbol process to
    correctly map DSO to its long_name, type and adjust_symbols
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Remove -Wno-unused-but-set-variable from the
    flex flags when building with clang < 13.0.0 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf script: Print "cgroup" field on the same line as "comm"
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf probe: Make synthesize_perf_probe_point() private to
    probe-event.c (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf probe: Free string returned by
    synthesize_perf_probe_point() on failure in
    synthesize_perf_probe_command() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf probe: Free string returned by
    synthesize_perf_probe_point() on failure to add a probe
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf hists browser: Fix the number of entries for 'e' key
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf hists browser: Fix hierarchy mode header (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate bpf: Don't enclose non-debug code with an assert()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Support llvm and clang support compiled in
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf script python: Cope with declarations after statements
    found in Python.h (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf python: Cope with declarations after statements found in
    Python.h (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update Icelake+ metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update sapphirerapids to 1.15
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update meteorlake to 1.04 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events x86: Avoid sorting uops_retired.slots
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf probe: Show correct error message about @symbol usage
    for uprobe (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test bpf: Address error about non-null argument for
    epoll_pwait 2nd arg (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+std_output: Fix shellcheck warnings about word
    splitting/quoting and local variables (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tests stat+std_output: Fix shellcheck warnings about word
    splitting/quoting (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lib stat_output: Fix shellcheck warning about
    missing shebang (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests coresight thread_loop_check_tid_2: Fix shellcheck
    warnings about word splitting/quoting (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tests record+zstd_comp_decomp: Fix the shellcheck
    warnings about word splitting/quoting (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf arch x86: Address shellcheck warnings about unused
    variables in syscalltbl.sh (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf trace x86_arch_prctl: Address shellcheck warnings about
    local variables (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lib waiting: Fix the shellcheck warnings about
    missing shebang (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lib probe_vfs_getname: Fix shellcheck warnings
    about missing shebang/local variables (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tests unroll_loop_thread_10: Fix shellcheck warnings about
    word splitting/quoting (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests thread_loop_check_tid_10: Fix shellcheck warnings
    bout word splitting/quoting (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf build: Fix shellcheck issue about quotes for
    check-headers.sh (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf beauty arch_errno_names: Fix shellcheck issue about local
    variables (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lib probe: Fix shellcheck warning about about
    missing shebang (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests memcpy_thread_16k_10: Fix shellcheck warning about
    word splitting/quote (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests asm_pure_loop: Fix shellcheck warning about word
    splitting/quote (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+shadow_stat: Fix shellcheck warning about
    unused variable (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat_bpf_counters: Fix usage of '==' to address
    shellcheck warning (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests perf_dat _converter_json: Use quoting to avoid word
    splitting (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+csv_summary: Fix unused variable references
    detected via shellcheck (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Address signal case issues detected via shellcheck
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test stat_bpf_counters_cgrp: Fix shellcheck issue about
    logical operators (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lock_contention: Fix shellcheck issue about quoting
    to avoid word splitting (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests record_offcpu: Fix shellcheck warnings about
    word splitting/quoting and signal names case (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests probe_vfs_getname: Fix shellcheck warnings about
    word splitting/quoting (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests trace+probe_vfs_getname: Fix shellcheck warnings
    about word splitting/quoting (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tests task_analyzer: Check perf build options for
    libtraceevent support (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove array remnants (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Revert enable indices setting syntax for BPF map
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-event: Avoid BPF test SEGV (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf build: Include generated header files properly (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Update build rule for generated files (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Remove -Wno-redundant-decls in 2 cases (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Disable fewer bison warnings (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Disable fewer flex warnings (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf build: Add Wextra for C++ compilation (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Don't always set -funwind-tables and -ggdb3
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bpf-loader: Remove unneeded diagnostic pragma (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add JSON metrics for Yitian 710 DDR
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Add support for Yitian 710 DDR PMU (arm64)
    aliasing (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Add a place to put kernel config fragments for
    test runs (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Add command execution for gecko script
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Implement add sample function and thread
    processing (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Add trace end processing and PRODUCT and
    CATEGORIES information (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Add classes and conversion functions
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Extact necessary information from process
    event (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf scripts python: Add initial script file with usage
    information (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf doc: Fix typo in perf.data-file-format.txt (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf machine: Include data symbols in the kernel map (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf symbols: Add kallsyms__get_symbol_start() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove ABORT_ON (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf parse-events: Improve location for add pmu (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Populate error column for BPF/tracepoint
    events (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Additional error reporting (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Separate ENOMEM memory handling (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Move instances of YYABORT to YYNOMEM
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Separate YYABORT and YYNOMEM cases (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-event: Add memory allocation test for name terms
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Define YYNOMEM as YYNOABORT for bison < 3.81
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid regrouped warning for wild card events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Add more comments to 'struct
    parse_events_state' (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove two unused tokens (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Add LTO build option (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test: Avoid weak symbol for arch_tests (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid use uninitialized warning (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Avoid uninitialized use of perf_stat_config
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf diff: Replaces some ',' as separator with the more usual
    ';' (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench uprobe trace_printk: Add entry attaching an BPF
    program that does a trace_printk (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf bench uprobe empty: Add entry attaching an empty BPF
    program (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench uprobe: Show diff to previous (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench uprobe: Print diff to baseline (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench uprobe: Add benchmark to test uprobe overhead
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Free thread_trace->files table (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Really free the evsel->priv area (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Register a thread priv destructor (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf thread: Allow tools to register a thread->priv destructor
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Free evsel->filter on the destructor (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf: tests: Adapt mmap-basic.c for riscv (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf/mem: Introduce PERF_MEM_LVLNUM_UNC (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf/benchmark: add a new benchmark for seccom_unotify
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Don't display zero tool counts (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools arch x86: Sync the msr-index.h copy with the kernel
    sources (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test parse-events: Test complex name has required event
    format (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Create placholder regardless of scanning core_only
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Only move force grouped evsels when sorting
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: When fixing group leaders always set the
    leader (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Extra care around force grouped events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain powerpc: Fix addr location init during
    arch_skip_callchain_idx function (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test task_exit: No need for a cycles event to check if we
    get an PERF_RECORD_EXIT (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools headers arm64: Sync arm64's cputype.h with the kernel
    sources (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools include UAPI: Sync the sound/asound.h copy with the
    kernel sources (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - tools include UAPI: Sync linux/vhost.h with the kernel sources
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid SEGV if PMU lookup fails for legacy
    cache terms (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events amd: Fix large metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix event parsing test when
    PERF_PMU_CAP_EXTENDED_HW_TYPE isn't supported (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix event parsing test on Arm (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel amd: Fix IBS error message (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf: unwind: Fix symfs with libdw (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf symbol: Fix uninitialized return value in
    symbols__find_by_name() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Test perf lock contention CSV output (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Add --output option (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock contention: Add -x option for CSV style output
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf lock: Remove stale comments (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events intel: Update tigerlake to 1.13 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update skylakex to 1.31 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update skylake to 57 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update sapphirerapids to 1.14
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update icelakex to 1.21 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update icelake to 1.19 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update cascadelakex to 1.19 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update meteorlake to 1.03 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add rocketlake events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor metrics intel: Make transaction metrics conditional
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Support for has_event function (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf expr: Add has_event function (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tools: Do not remove addr_location.thread in
    thread__find_map() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Add placeholder core PMU (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test: Fix a compile error on pe-file-parsing.c (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf: Replace deprecated -target with --target= for Clang
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Correct auto_merge_stats test (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tools: Add missing else to cmd_daemon subcommand condition
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Add printing perf_event_attr config symbol
    in perf_event_attr__fprintf() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tools: Add printing perf_event_attr type symbol
    in perf_event_attr__fprintf() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf tools: Extend PRINT_ATTRf to support printing of members
    with a value of 0 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf trace-event-info: Add tracepoint_id_to_name() helper
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf symbol: Remove now unused symbol_conf.sort_by_name
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf symbol: Remove symbol_name_rb_node (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf dso: Sort symbols under lock (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf build: Filter out BTF sources without a .BTF section
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add build tests for BUILD_BPF_SKEL (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - commit c505690
  - Refresh
    patches.suse/drm-amd-display-Increase-frame-warning-limit-with-KA.patch
    (git-fixes)
    Alt-commit
  - commit 6af175c
  - Refresh patches.suse/drm-amdgpu-disable-MCBP-by-default.patch
    (git-fixes)
    Alt-commit
  - commit 7c5a9d4
  - Refresh
    patches.suse/1372-drm-i915-pmu-Check-if-pmu-is-closed-before-stopping-.patch
    (git-fixes)
    Alt-commit
  - commit 5a0ab05
  - Refresh
    patches.suse/1371-drm-i915-mcr-Hold-GT-forcewake-during-steering-opera.patch
    (git-fixes)
    Alt-commit
  - commit c7edfb4
  - Refresh
    patches.suse/drm-amd-pm-fix-a-memleak-in-aldebaran_tables_init.patch
    (git-fixes)
    Alt-commit
  - commit 4325f96
  - Refresh
    patches.suse/drm-i915-Also-check-for-VGA-converter-in-eDP-probe.patch
    (git-fixes)
    Alt-commit
  - commit 9ed137b
  - drm/dp_mst: Fix fractional DSC bpp handling (git-fixes).
  - commit c36b908
  - perf build: Add ability to build with a generated vmlinux.h
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - Refresh
    patches.suse/perf-bpf-Move-the-declaration-of-struct-rq.patch.
  - commit 8909076
  - perf test: Skip metrics w/o event name in stat STD output linter
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Reorder event name checks in stat STD output linter
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove a hard coded cpu PMU assumption (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Add notion of default PMU for JSON events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf unwind: Fix map reference counts (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf script: Initialize buffer for regs_map() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Fix test_arm_callgraph_fp variable expansion
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf symbol: Add LoongArch case in get_plt_sizes() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Rerun failed metrics with longer workload (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add skip list for metrics known would fail (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add metric value validation test (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jit: Fix incorrect file name in DWARF line table (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Fix instruction association and parsing for
    LoongArch (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf annotation: Switch lock from a mutex to a sharded_mutex
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf sharded_mutex: Introduce sharded_mutex (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools: Fix incorrect calculation of object size by sizeof
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove unneeded semicolon (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse: Add missing newline to pr_debug message in
    evsel__compute_group_pmu_name() (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf stat: Add missing newline in pr_err messages (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Check if we can encode the PMU number in
    perf_event_attr.type (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf print-events: Export is_event_supported() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead
    of obsolescent "fgrep" (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf mem: Scan all PMUs instead of just core ones (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf mem amd: Fix perf_pmus__num_mem_pmus() (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Show average value on multiple runs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: fix failing test cases on linux-next for s390
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Work with vmlinux outside symfs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add default tags for Hisi hip08 L1
    metrics (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add test case for the standard 'perf stat' output
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Move all the check functions of stat CSV output to
    lib (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: New metricgroup output for the default mode
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf metrics: Sort the Default metricgroup (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - pert tests: Update metric-value for perf stat JSON output
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat,jevents: Introduce Default tags for the default mode
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf metric: JSON flag to default metric group (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Fix the annotation for hardware events on hybrid
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf srcline: Fix handling of inline functions (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf srcline: Add a timeout to reading from addr2line (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools api: Add simple timeout to io read (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add default tags into topdown L1
    metrics (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - pert tests: Support metricgroup perf stat JSON output (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests task_analyzer: Print command that failed instead
    of just "perf" (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings
    found using shellcheck (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests test_brstack.sh: Fix all POSIX sh warnings (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests shell: Fixed shellcheck warnings (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests lock_contention: Fix shellscript errors (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests test_arm_spe: Address shellcheck warnings about
    signal name case (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - commit cb6b373
  - perf tests test_task_analyzer: Fix shellcheck issues (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - Refresh
    patches.suse/perf-tests-task_analyzer-Skip-tests-if-no-libtr.patch.
  - commit 9011213
  - perf tests stat_all_metrics: Fix shellcheck warning SC2076
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests test_arm_coresight: Shellcheck fixes (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+csv_output: Fix shellcheck warnings (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests daemon: Address shellcheck warnings (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests arm_callgraph_fp: Address shellcheck warnings about
    signal names and adding double quotes for expression (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests stat+json_output: Address shellcheck warnings
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf python scripting: Get rid of unused import in
    arm-cs-trace-disasm (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASH
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf srcline: Make sentinel reading for binutils addr2line
    more robust (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf srcline: Make addr2line configuration failure more verbose
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Make x86 new instructions test optional at build
    time (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf dwarf-aux: Allow unnamed struct/union/enum (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pfm: Remove duplicate util/cpumap.h include (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Allow whitespace between insn operands (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf inject: Lazily allocate guest_event event_buf (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf inject: Lazily allocate event_copy (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf script: Remove some large stack allocations (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf sched: Avoid large stack allocations (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench sched messaging: Free contexts on exit (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf bench futex: Avoid memory leaks from pthread_attr
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf bench epoll: Fix missing frees/puts on the exit path
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf help: Ensure clean_cmds is called on all paths (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Add exception level consistency check (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Track exception level (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf cs-etm: Make PID format accessible from struct
    cs_etm_auxtrace (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Use previous thread for branch sample source IP
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf cs-etm: Only track threads instead of PID and TIDs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf map: Fix double 'struct map' reference free found with
  - DREFCNT_CHECKING=1 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf srcline: Optimize comparision against SRCLINE_UNKNOWN
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf hist: Fix srcline memory leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf srcline: Change free_srcline to zfree_srcline (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf callchain: Use pthread keys for tls callchain_cursor
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf header: Avoid out-of-bounds read (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf top: Add exit routine for main thread (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Fix parse_objdump_line memory leak (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf map/maps/thread: Changes to reference counting (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf machine: Don't leak module maps (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf machine: Fix leak of kernel dso (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf maps: Fix overlapping memory leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf symbol-elf: Correct holding a reference (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jit: Fix two thread leaks (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf python: Avoid 2 leak sanitizer issues (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Free stats in all evlist destruction (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf intel-pt: Fix missed put and leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf stat: Avoid evlist leak (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf header: Ensure bitmaps are freed (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf report: Avoid 'parent_thread' thread leak on '--tasks'
    processing (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf machine: Make delete_threads part of machine__exit
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf thread: Add reference count checking (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - commit 608c758
  - perf addr_location: Add init/exit/copy functions (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - Refresh
    patches.suse/Revert-perf-report-Append-inlines-to-non-DWARF.patch.
  - commit 325f16f
  - perf addr_location: Move to its own header (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf maps: Make delete static, always use put (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf thread: Add accessor functions for thread (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - commit 5dca2fc
  - perf thread: Make threads rbtree non-invasive (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - Refresh
    patches.suse/Revert-perf-report-Append-inlines-to-non-DWARF.patch.
  - commit 94d9b89
  - perf thread: Remove notion of dead threads (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add test of libpfm4 events (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf list: Check arguments to show libpfm4 events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf list: Check if libpfm4 event is supported (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse: Allow config terms with breakpoints (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - tools headers: Make the difference output easier to read
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Remove x86 instructions with suffix (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Handle x86 instruction suffix generally
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Document --metric-no-threshold and threshold colors
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf expr: Make the evaluation of & and | logical and lazy
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf LoongArch: Simplify mksyscalltbl (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf arm64: Handle __NR3264_ prefixed syscall number (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf arm64: Rename create_table_from_c() to create_sc_table()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Declare syscalltbl_* as const for all archs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf script: Increase PID/TID width for output (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Warn about invalid config for all PMUs and configs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Only warn about unsupported formats once (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Update parse-events expectations to test for multiple
    events (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Wildcard most "numeric" events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Add verbose 3 print of evsel name when opening
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Correct perf_pmu__auto_merge_stats() affecting hybrid
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf kvm powerpc: Add missing rename opf pmu_have_event() to
    perf_pmus__have_event() (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test pmu: Avoid 2 static path arrays (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf scripting-engines: Move static to local variable, remove
    16384 from .bss (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf path: Make mkpath thread safe, remove 16384 bytes from .bss
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf probe: Dynamically allocate params memory (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf timechart: Make large arrays dynamic (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf lock: Dynamically allocate lockhash_table (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf daemon: Dynamically allocate path to perf (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf trace beauty: Make MSR arrays const to move it to
    .data.rel.ro (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf trace: Make some large static arrays const to move it to
    .data.rel.ro (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test x86: intel-pt-test data is immutable so mark it const
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test x86: insn-x86 test data is immutable so mark it const
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf header: Make nodes dynamic in write_mem_topology()
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Don't let evsel__group_pmu_name() traverse unsorted
    group (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove is_pmu_hybrid (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmus: Remove perf_pmus__has_hybrid (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmus: Add function to return count of core PMUs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Ensure all PMUs are read for find_by_type (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Avoid repeated sysfs scanning (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Allow just core PMU scanning (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmus: Split pmus list into core and other (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Separate pmu and pmus (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf x86 mem: minor refactor to is_mem_loads_aux_event
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove perf_pmu__hybrid_pmus list (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf mem: Avoid hybrid PMU list (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf stat: Avoid hybrid PMU list (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf metrics: Remove perf_pmu__is_hybrid use (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf header: Avoid hybrid PMU list in write_pmu_caps (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evsel: Compute is_hybrid from PMU being core (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf topology: Avoid hybrid list for hybrid topology (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf x86: Iterate hybrid PMUs as core PMUs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Rewrite perf_pmu__has_hybrid to avoid list (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Remove perf_pmu__hybrid_mounted (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Reduce scope of evlist__has_hybrid (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Remove __evlist__add_default (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Remove evlist__warn_hybrid_group (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools: Warn if no user requested CPUs match PMU's CPUs
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf target: Remove unused hybrid value (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf evlist: Allow has_user_cpus to be set on hybrid (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf evlist: Propagate user CPU maps intersecting core PMU maps
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Add CPU map for "cpu" PMUs (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf evsel: Add is_pmu_core inorder to interpret own_cpus
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf pmu: Add is_core to pmu (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf pmu: Detect ARM and hybrid PMUs with sysfs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - libperf cpumap: Add "any CPU"/dummy test function (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf cpumap: Add equal function (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf cpumap: Add internal nr and cpu accessors (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test python: Put perf python at start of sys.path
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix perf stat JSON output test (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tests: Organize cpu_map tests into a single suite
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf cpumap: Add intersect function (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events intel: Add metricgroup descriptions for
    all models (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Add support for metricgroup descriptions
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - pert tests: Add tests for new "perf stat --per-cache"
    aggregation option (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Add "--per-cache" aggregation option and document it
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf stat record: Save cache level information (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Setup the foundation to allow aggregation based on
    cache topology (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf: Extract building cache level for a CPU into separate
    function (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update tigerlake events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update snowridgex events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update skylake/skylakex events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update sapphirerapids events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update sandybridge metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update jaketown metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update ivybridge/ivytown metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update icelake/icelakex events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update haswell(x) metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update elkhartlake events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update cascadelakex events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update broadwell variant
    events/metrics (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Update alderlake events/metrics
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add test validating JSON generated by 'perf data
    convert --to-json' (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events arm64: Add AmpereOne core PMU events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf ftrace: Flush output after each writing (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate browser: Add '<' and '>' keys for navigation
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Parse x86 SIB addressing properly (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf annotate: Handle "decq", "incq", "testq", "tzcnt"
    instructions on x86 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf doc: Add support for KBUILD_BUILD_TIMESTAMP (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf doc: Define man page date when using asciidoctor (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Add cputype testing to perf stat (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf build: Don't use -ftree-loop-distribute-patterns and
  - gno-variable-location-views in the python feature test when
    building with clang-13 (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Reduce scope of is_event_supported (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Don't disable TopdownL1 metric on hybrid (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf metrics: Be PMU specific in event match (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf jevents: Don't rewrite metrics across PMUs (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Correct alderlake metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Command line PMU metric filtering (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - commit 462a115
  - perf metrics: Be PMU specific for referenced metrics (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - Refresh patches.suse/perf-metric-Fix-no-group-check.patch.
  - commit 95a6d4b
  - perf parse-events: Don't reorder atom cpu events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Don't auto merge hybrid wildcard events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid error when assigning a legacy cache
    term (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid error when assigning a term (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Support hardware events as terms (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Fix parse-events tests for >1 core PMU (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf stat: Make cputype filter generic (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf parse-events: Add pmu filter (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf parse-events: Minor type safety cleanup (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Remove now unused hybrid logic (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Support wildcards on raw events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf print-events: Print legacy cache events for each PMU
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Wildcard legacy cache events (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Support PMUs for legacy cache events
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test x86 hybrid: Add hybrid extended type checks (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test x86 hybrid: Update test expectations (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Move x86 hybrid tests to arch/x86 (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Avoid scanning PMUs before parsing (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf print-events: Avoid unnecessary strlist (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Set pmu_name whenever a pmu is given
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf parse-events: Set attr.type to PMU type early (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Roundtrip name, don't assume 1 event per name
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Test more with config_cache (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test: Mask configs with extended types then test (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf test: Use valid for PMU tests (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf test: Test more sysfs events (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf vendor events intel: Add tigerlake metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add sapphirerapids metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add icelakex metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add icelake metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf vendor events intel: Add alderlake metric constraints
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf script: Refine printing of dso offset (dsoff) (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf dso: Declare dso const as needed (perf-v6.7 (jsc#PED-6012
    jsc#PED-6121)).
  - perf script: Add new output field 'dsoff' to print dso offset
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf map: Add helper map__fprintf_dsoname_dsoff (perf-v6.7
    (jsc#PED-6012 jsc#PED-6121)).
  - perf tools riscv: Add support for riscv lookup_binutils_path
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf arm-spe: Fix a dangling Documentation/arm64 reference
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - perf/x86/intel: Define bit macros for FixCntrCtl MSR
    (jsc#PED-6012 jsc#PED-6121).
  - perf test: Add selftest to test IBS invocation via core pmu
    events (perf-v6.7 (jsc#PED-6012 jsc#PED-6121)).
  - commit 9b6e46d

++++ kernel-firmware-all:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-amdgpu:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-ath10k:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-ath11k:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-ath12k:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-atheros:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-bluetooth:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-bnx2:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-brcm:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-chelsio:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-dpaa2:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-i915:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-intel:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-iwlwifi:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-liquidio:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-marvell:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-media:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-mediatek:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-mellanox:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-mwifiex:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-network:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-nfp:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-nvidia:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-platform:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-prestera:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-qcom:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-qlogic:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-radeon:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-realtek:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-serial:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-sound:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-ti:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-ueagle:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ kernel-firmware-usb-network:

  - Update to version 20240111 (git commit b3132c18d0be):
    * qcom: Update the firmware for Adreno a630 family of GPUs
    * cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops

++++ libjpeg-turbo:

  - Do not require SIMD support when it does not exist

++++ ncurses:

  - Add ncurses patch 20240113
    + improve formatting/style of manpages (patches by Branden Robinson).
    + modify dist.mk to avoid passing developer's comments in manpages into
    the generated html documentation.
    + use ansi+local, ansi+local1, ansi+pp, ansi+rca, ansi+rca2, ansi+sgr
    to trim -TD
    + restore padding for wy520* and vt320-k311 (report by Sven Joachim).

++++ rpm-config-SUSE:

  - Update to version 20240115:
    * macros.initrd: %regenerate_initrd_post: don't fail if mkdir is unavailable
    * scripts: Do full ksyms dependencies on Tumbleweed (bsc#1215015)

------------------------------------------------------------------
------------------  2024-1-14  -  Jan 14 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Compat entry name for kernel-install in sd-boot
    systemd-boot tools like kernel-install expect a certain
    entry naming policy. This commit adapts kiwi to adapt to
    this policy. The name for the default entry is constructed
    out of the ID information from /etc/os-release followed
    by the name of the kernel as it is represented by the
    directory name in /lib/modules/... This Fixes #2417

++++ at-spi2-core:

  - Provide and obsolete more packages from old atk and at-spi2-atk:
    atk-devel, at-spi2-atk-devel and at-spi2-atk-common.

++++ openssl-3:

  - Rename openssl-Override-default-paths-for-the-CA-directory-tree.patch
    to openssl-crypto-policies-support.patch

++++ python-lxml:

  - update to version 5.1.0:
    Details on  https://lxml.de/5.1/changes-5.1.0.html
    removed merged patches:
  - ISO-Schematron-schema-optional.patch
  - remove-ISO-Schematron-schema.patch
  - close_file_before_test.patch

------------------------------------------------------------------
------------------  2024-1-13  -  Jan 13 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop SLE integration tests
    The kiwi version for SLE is maintained in the git repos
    * https://github.com/SUSE/kiwi_sle15
    * https://github.com/SUSE/kiwi_sle12
    and has its own set of QA integration tests in the internal
    build service.

++++ fwupd:

  - Fix build failure on s390x and ppc64le
    + This release modifies spec file
  - add s390x and ppc64le into default 'with efi_fw_update'
    so that old dbxtool version can be obsoleted.

++++ kernel-default:

  - xfs: short circuit xfs_growfs_data_private() if delta is zero
    (git-fixes).
  - commit 9cb834b
  - xfs: update dir3 leaf block metadata after swap (git-fixes).
  - commit caef603
  - xfs: remove unused fields from struct xbtree_ifakeroot
    (git-fixes).
  - commit bc03199
  - xfs: add missing nrext64 inode flag check to scrub (git-fixes).
  - commit 57da6fe
  - xfs: initialise di_crc in xfs_log_dinode (git-fixes).
  - commit 5f2ca54
  - afs: Fix use-after-free due to get/remove race in volume tree
    (git-fixes).
  - commit 38f8a72
  - afs: Fix overwriting of result of DNS query (git-fixes).
  - commit 76d3367
  - afs: Fix dynamic root lookup DNS check (git-fixes).
  - commit 5665414
  - afs: Fix the dynamic root's d_delete to always delete unused
    dentries (git-fixes).
  - commit 5416d8e
  - afs: Fix refcount underflow from error handling race
    (git-fixes).
  - commit d515023
  - gfs2: low-memory forced flush fixes (git-fixes).
  - commit 8adbd88
  - gfs2: Switch to wait_event in gfs2_logd (git-fixes).
  - commit 9362810
  - gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
    (git-fixes).
  - commit 994e6ea
  - dlm: use kernel_connect() and kernel_bind() (git-fixes).
  - commit 50016bf
  - supported.conf: add missing snd-hda-cirrus-scodec
  - commit 3feaf53
  - Update config files: add missing CONFIG_SND_HDA_CIRRUS_SCODEC=m
  - commit f33bdd1
  - ALSA: hda/tas2781: annotate calibration data endianness
    (git-fixes).
  - ALSA: hda/tas2781: add TAS2563 support for 14ARB7 (git-fixes).
  - ALSA: hda/tas2781: add configurable global i2c address
    (git-fixes).
  - ALSA: hda/tas2781: add ptrs to calibration functions
    (git-fixes).
  - ALSA: hda/tas2781: configure the amp after firmware load
    (git-fixes).
  - ALSA: hda: cs35l56: Enable low-power hibernation mode on SPI
    (git-fixes).
  - ALSA: hda: cs35l56: Enable low-power hibernation mode on i2c
    (git-fixes).
  - ALSA: hda: Intel: Fix error handling in azx_probe() (git-fixes).
  - ALSA: hda: cs35l56: Add support for speaker id (git-fixes).
  - commit bd898ac
  - ALSA: hda/conexant: Fix headset auto detect fail in cx8070
    and SN6140 (git-fixes).
  - ALSA: hda: Intel: add HDA_ARL PCI ID support (git-fixes).
  - PCI: add INTEL_HDA_ARL to pci_ids.h (git-fixes).
  - commit 52049a6
  - ALSA: hda: cs35l41: Support more HP models without _DSD
    (git-fixes).
  - ALSA: hda/tas2781: add fixup for Lenovo 14ARB7 (git-fixes).
  - ALSA: hda: Add driver properties for cs35l41 for Lenovo Legion
    Slim 7 Gen 8 serie (git-fixes).
  - ALSA: hda: cs35l41: Prevent firmware load if SPI speed too low
    (git-fixes).
  - ALSA: hda: cs35l41: Support additional Dell models without _DSD
    (git-fixes).
  - ALSA: hda/cs35l56: Use set/get APIs to access spi->chip_select
    (git-fixes).
  - ALSA: hda: cs35l41: fix building without CONFIG_SPI (git-fixes).
  - ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in
    kernel (git-fixes).
  - ALSA: hda: cs35l41: Do not allow uninitialised variables to
    be freed (git-fixes).
  - ALSA: hda/realtek: Add quirks for ASUS Zenbook 2023 Models
    (git-fixes).
  - ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models
    (git-fixes).
  - ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
    (git-fixes).
  - ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models
    (git-fixes).
  - ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models
    (git-fixes).
  - ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models
    (git-fixes).
  - ALSA: hda: cs35l41: Add config table to support many laptops
    without _DSD (git-fixes).
  - commit a239730
  - ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360
    13-ay0xxx (git-fixes).
  - ALSA: hda/realtek: enable SND_PCI_QUIRK for Lenovo Legion Slim
    7 Gen 8 (2023) serie (git-fixes).
  - ALSA: hda/realtek: Add quirks for Dell models (git-fixes).
  - commit 30d4186
  - of: unittest: Fix of_count_phandle_with_args() expected value
    message (git-fixes).
  - drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtime
    (git-fixes).
  - drm/bridge: nxp-ptn3460: simplify some error checking
    (git-fixes).
  - drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS
    irq (git-fixes).
  - commit 443d37c
  - of: Fix double free in of_parse_phandle_with_args_map
    (git-fixes).
  - HID: wacom: Correct behavior when processing some confidence ==
    false touches (git-fixes).
  - fbdev: flush deferred IO before closing (git-fixes).
  - fbdev: flush deferred work in fb_deferred_io_fsync()
    (git-fixes).
  - fbdev: mmp: Fix typo and wording in code comment (git-fixes).
  - fbdev: imxfb: fix left margin setting (git-fixes).
  - media: docs: uAPI: Fix documentation of 'which' field for
    routing ioctls (git-fixes).
  - media: dt-bindings: ov8856: decouple lanes and link frequency
    from driver (git-fixes).
  - media: dvb-frontends: m88ds3103: Fix a memory leak in an error
    handling path of m88ds3103_probe() (git-fixes).
  - media: dvbdev: drop refcount on error path in dvb_device_open()
    (git-fixes).
  - media: rkisp1: Fix media device memory leak (git-fixes).
  - media: dt-bindings: media: rkisp1: Fix the port description
    for the parallel interface (git-fixes).
  - media: imx-mipi-csis: Fix clock handling in remove()
    (git-fixes).
  - media: cx231xx: fix a memleak in cx231xx_init_isoc (git-fixes).
  - media: videobuf2-dma-sg: fix vmap callback (git-fixes).
  - media: v4l2-subdev: Fix indentation in v4l2-subdev.h
    (git-fixes).
  - media: ov9734: Enable runtime PM before registering async
    sub-device (git-fixes).
  - media: ov13b10: Enable runtime PM before registering async
    sub-device (git-fixes).
  - media: imx355: Enable runtime PM before registering async
    sub-device (git-fixes).
  - media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls
    (git-fixes).
  - media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
    (git-fixes).
  - media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
    (git-fixes).
  - media: mtk-jpeg: Fix timeout schedule error in
    mtk_jpegdec_worker (git-fixes).
  - media: mtk-jpeg: Fix use after free bug due to error path
    handling in mtk_jpeg_dec_device_run (git-fixes).
  - media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to
    avoid the crash of multi-core JPEG devices (git-fixes).
  - media: pvrusb2: fix use after free on context disconnection
    (git-fixes).
  - mmc: sdhci_omap: Fix TI SoC dependencies (git-fixes).
  - mmc: sdhci_am654: Fix TI SoC dependencies (git-fixes).
  - gpio: xilinx: remove excess kernel doc (git-fixes).
  - gpio: sysfs: fix forward declaration of struct gpio_device
    (git-fixes).
  - watchdog: rti_wdt: Drop runtime pm reference count when watchdog
    is unused (git-fixes).
  - watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
    (git-fixes).
  - watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO (git-fixes).
  - watchdog: set cdev owner before adding (git-fixes).
  - kselftest/alsa - conf: Stringify the printed errno in
    sysfs_get() (git-fixes).
  - kselftest/alsa - mixer-test: Fix the print format specifier
    warning (git-fixes).
  - kselftest/alsa - mixer-test: fix the number of parameters to
    ksft_exit_fail_msg() (git-fixes).
  - gpu/drm/radeon: fix two memleaks in radeon_vm_init (git-fixes).
  - commit c646735
  - drivers: clk: zynqmp: update divider round rate logic
    (git-fixes).
  - drivers: clk: zynqmp: calculate closest mux rate (git-fixes).
  - clk: qcom: gcc-sm8550: Mark RCGs shared where applicable
    (git-fixes).
  - clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs
    (git-fixes).
  - clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable (git-fixes).
  - clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC
    flag (git-fixes).
  - clk: qcom: videocc-sm8150: Add missing PLL config property
    (git-fixes).
  - clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
    (git-fixes).
  - clk: samsung: Fix kernel-doc comments (git-fixes).
  - clk: fixed-rate: fix
    clk_hw_register_fixed_rate_with_accuracy_parent_hw (git-fixes).
  - clk: si5341: fix an error code problem in
    si5341_output_clk_set_rate (git-fixes).
  - clk: rs9: Fix DIF OEn bit placement on 9FGV0241 (git-fixes).
  - clk: sp7021: fix return value check in sp7021_clk_probe()
    (git-fixes).
  - ABI: sysfs-class-hwmon: fix tempY_crit_alarm access rights
    (git-fixes).
  - ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]
    (git-fixes).
  - ASoC: amd: acp: Add missing MODULE_DESCRIPTION in mach-common
    (git-fixes).
  - ASoC: amd: acp-config: Add missing MODULE_DESCRIPTION
    (git-fixes).
  - ASoC: amd: vangogh: Drop conflicting ACPI-based probing
    (git-fixes).
  - ASoC: tas2781: add support for FW version 0x0503 (git-fixes).
  - ASoC: SOF: topology: Use partial match for disconnecting DAI
    link and DAI widget (git-fixes).
  - ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev
    = NULL (git-fixes).
  - ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
    (git-fixes).
  - ASoC: cs35l33: Fix GPIO name and drop legacy include
    (git-fixes).
  - drm/amd/display: fix bandwidth validation failure on DCN 2.1
    (git-fixes).
  - Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM
    hole" (git-fixes).
  - drm/amd/display: avoid stringop-overflow warnings for
    dp_decide_lane_settings() (git-fixes).
  - drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
    (git-fixes).
  - drm/amdkfd: Confirm list is non-empty before utilizing
    list_first_entry in kfd_topology.c (git-fixes).
  - drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'
    (git-fixes).
  - accel/habanalabs: fix information leak in sec_attest_info()
    (git-fixes).
  - drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency
    (git-fixes).
  - drm/mediatek: Fix underrun in VDO1 when switches off the layer
    (git-fixes).
  - drm/mediatek: Remove the redundant driver data for DPI
    (git-fixes).
  - drm/mediatek: Return error if MDP RDMA failed to enable the
    clock (git-fixes).
  - drm/msm/dpu: Drop enable and frame_count parameters from
    dpu_hw_setup_misr() (git-fixes).
  - drm/msm/dpu: Set input_sel bit for INTF (git-fixes).
  - drm/msm/dpu: rename dpu_encoder_phys_wb_setup_cdp to match
    its functionality (git-fixes).
  - drm/msm/adreno: Fix A680 chip id (git-fixes).
  - drm/msm/dpu: correct clk bit for WB2 block (git-fixes).
  - drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt
    leaks (git-fixes).
  - drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog
    (git-fixes).
  - drm/msm/mdp4: flush vblank event on disable (git-fixes).
  - drm/amd/pm: fix a double-free in
    amdgpu_parse_extended_power_table (git-fixes).
  - drivers/amd/pm: fix a use-after-free in kv_parse_power_table
    (git-fixes).
  - drm/amd/pm: fix a double-free in si_dpm_init (git-fixes).
  - drm/amdgpu/debugfs: fix error code when smc register accessors
    are NULL (git-fixes).
  - Revert "drm/rockchip: vop2: Use regcache_sync() to fix
    suspend/resume" (git-fixes).
  - drm/panel: st7701: Fix AVCL calculation (git-fixes).
  - drm/radeon/trinity_dpm: fix a memleak in
    trinity_parse_power_table (git-fixes).
  - drm/radeon/dpm: fix a memleak in sumo_parse_power_table
    (git-fixes).
  - drm/radeon: check the alloc_workqueue return value in
    radeon_crtc_init() (git-fixes).
  - drm/bridge: tc358767: Fix return value on error case
    (git-fixes).
  - drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
    (git-fixes).
  - drm: Fix TODO list mentioning non-KMS drivers (git-fixes).
  - drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
    (git-fixes).
  - drm/drv: propagate errors from drm_modeset_register_all()
    (git-fixes).
  - drm/imx/lcdc: Fix double-free of driver data (git-fixes).
  - drm/tidss: Fix atomic_flush check (git-fixes).
  - fbdev/acornfb: Fix name of fb_ops initializer macro (git-fixes).
  - drm/bridge: Fix typo in post_disable() description (git-fixes).
  - drm/virtio: Disable damage clipping if FB changed since last
    page-flip (git-fixes).
  - drm: Allow drivers to indicate the damage helpers to ignore
    damage clips (git-fixes).
  - drm: Disable the cursor plane on atomic contexts with
    virtualized drivers (git-fixes).
  - drm/radeon: check return value of radeon_ring_lock()
    (git-fixes).
  - drm/radeon/r100: Fix integer overflow issues in
    r100_cs_track_check() (git-fixes).
  - drm/radeon/r600_cs: Fix possible int overflows in
    r600_cs_check_reg() (git-fixes).
  - drm/tilcdc: Fix irq free on unload (git-fixes).
  - drm/bridge: tpd12s015: Drop buggy __exit annotation for remove
    function (git-fixes).
  - drm/nouveau/fence:: fix warning directly dereferencing a rcu
    pointer (git-fixes).
  - drm/panel-elida-kd35t133: hold panel in reset for unprepare
    (git-fixes).
  - drm/panel: nv3051d: Hold panel in reset for unprepare
    (git-fixes).
  - drm/panfrost: Really power off GPU cores in
    panfrost_gpu_power_off() (git-fixes).
  - drm/panel: nt35510: fix typo (git-fixes).
  - Revert "drm/omapdrm: Annotate dma-fence critical section in
    commit path" (git-fixes).
  - Revert "drm/tidss: Annotate dma-fence critical section in
    commit path" (git-fixes).
  - commit 3228adc

++++ libdrm:

  - update to 2.4.120
    * radeon: fix missing stencil_tile_mode initialisation in the
    linear/fallback case
    * amdgpu: fix use-after-free
    * Sync headers with drm-next
  - adjusted
    * n_libdrm-drop-valgrind-dep-generic.patch
    * n_libdrm-drop-valgrind-dep-intel.patch

++++ openssl-3:

  - Embed the FIPS hmac. Add openssl-FIPS-embed-hmac.patch
  - Load the FIPS provider and set FIPS properties implicitly.
    * Add openssl-Force-FIPS.patch [bsc#1217934]
  - Disable the fipsinstall command-line utility.
    * Add openssl-disable-fipsinstall.patch
  - Add instructions to load legacy provider in openssl.cnf.
    * openssl-load-legacy-provider.patch
  - Disable the default provider for the test suite.
    * openssl-Disable-default-provider-for-test-suite.patch

++++ sensors:

  - Update to version 3.6.2:
    * sensor quantitiy and units
    * new json format
    * SENSORS_SYSFS_ROOT environment variable
    * service files updated
  - Drop upstreamed patches
    * harden_fancontrol.service.patch
    * harden_lm_sensors.service.patch
    * harden_sensord.service.patch
    * lm_sensors-3.4.0-sensord-service-extra-args.patch
    * var-run-deprecated.patch
    * rrd-drop-useless-cast.patch
    * pwmconfig-raise-fan-threshold.patch
    * sysfs-Expand-filename-buffer-to-quiet-warning.patch
  - Run tests

++++ tpm2-0-tss:

  - Fix tmpfiles %ghost file names

------------------------------------------------------------------
------------------  2024-1-12  -  Jan 12 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - enable python-bridge for suse distros
  - vendor.tar.gz -- submodules in vendor/ subdirectory. These are not part
    of original tarball because obs service wants to bundle node_modules
    there too....

++++ python-kiwi:

  - Apply different cherry-pick strategy
    cherry picking merge commits is not easily possible. Thus get
    the list of commits and check if it can be applied in a series
  - Reduce XSL transformation list
    Minimum schema version to start with is v74
    This Fixes #2368
  - Fixed custom ISO boot template
    The archlinux integration test used a custom iso boot
    template which still contained the terminal_setup variable.
    This commit fixed the template to use the new terminal_input
    and terminal_output variables
  - Delete clicfs from documentation API

++++ e2fsprogs:

  - e2fsck-Suppress-orphan-file-is-clean-message-in-preen.patch: e2fsck:
    Suppress "orphan file is clean" message in preen mode (bsc#1218747)

++++ kernel-default:

  - powerpc/smp: Dynamically build Powerpc topology (jsc#PED-7581).
  - powerpc/smp: Avoid asym packing within thread_group of a core
    (jsc#PED-7581).
  - powerpc/smp: Add __ro_after_init attribute (jsc#PED-7581).
  - powerpc/smp: Disable MC domain for shared processor
    (jsc#PED-7581).
  - powerpc/smp: Enable Asym packing for cores on shared processor
    (jsc#PED-7581).
  - powerpc/paravirt: Improve vcpu_is_preempted (jsc#PED-7581).
  - sched/topology: Rename 'DIE' domain to 'PKG' (jsc#PED-7581).
  - commit efa591d
  - Update config files.
  - supported.conf: marked chelsio driver before T4 unsupported
    Disabled Chelsio drivers before T4 (jsc#PED-964 jsc#SLE-4137)
  - commit 5bf6fea
  - Update config files.
  - supported.conf: marked bna unsupported
    Disabled BNA ethernet driver (jsc#PED-964)
  - commit 7865de2
  - Update config files.
  - supported.conf: marked qlge unspported
    Disable QLGE ethernet driver (jsc#PED-964)
  - commit 98af955
  - xfs: remove CPU hotplug infrastructure (bsc#1218753).
  - commit a033740
  - xfs: remove the all-mounts list (bsc#1218753).
  - commit 0a0f7e2
  - Drop kasan fix that broke the build on ALP-current branch
  - commit 57aea3a
  - Update patch reference for rose fix (CVE-2023-51782 bsc#1218757)
  - commit bf72188
  - ring-buffer/Documentation: Add documentation on buffer_percent
    file (git-fixes).
  - kernel-doc: handle a void function without producing a warning
    (git-fixes).
  - scripts/kernel-doc: restore warning for Excess struct/union
    (git-fixes).
  - dma-mapping: clear dev->dma_mem to NULL after freeing it
    (git-fixes).
  - ARM: davinci: always select CONFIG_CPU_ARM926T (git-fixes).
  - soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset (git-fixes).
  - soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc
    configuration (git-fixes).
  - soc: qcom: pmic_glink_altmode: fix port sanity check
    (git-fixes).
  - firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
    (git-fixes).
  - soc: fsl: cpm1: qmc: Remove inline function specifiers
    (git-fixes).
  - soc: fsl: cpm1: qmc: Fix rx channel reset (git-fixes).
  - soc: fsl: cpm1: qmc: Fix __iomem addresses declaration
    (git-fixes).
  - soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
    (git-fixes).
  - wifi: cfg80211: parse all ML elements in an ML probe response
    (git-fixes).
  - wifi: cfg80211: correct comment about MLD ID (git-fixes).
  - Bluetooth: Fix atomicity violation in {min,max}_key_size_set
    (git-fixes).
  - Bluetooth: btmtkuart: fix recv_buf() return value (git-fixes).
  - Bluetooth: btnxpuart: fix recv_buf() return value (git-fixes).
  - Bluetooth: Fix bogus check for re-auth no supported with non-ssp
    (git-fixes).
  - wifi: iwlwifi: assign phy_ctxt before eSR activation
    (git-fixes).
  - wifi: iwlwifi: fix out of bound copy_from_user (git-fixes).
  - wifi: iwlwifi: mvm: send TX path flush in rfkill (git-fixes).
  - wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
    (git-fixes).
  - wifi: ath11k: Defer on rproc_get failure (git-fixes).
  - wifi: mwifiex: configure BSSID consistently when starting AP
    (git-fixes).
  - wifi: mt76: mt7921: fix country count limitation for CLC
    (git-fixes).
  - wifi: mt76: mt7921s: fix workqueue problem causes STA
    association fail (git-fixes).
  - wifi: mt76: mt7996: fix rate usage of inband discovery frames
    (git-fixes).
  - wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
    (git-fixes).
  - wifi: mt76: mt7915: fallback to non-wed mode if
    platform_get_resource fails in mt7915_mmio_wed_init()
    (git-fixes).
  - wifi: mt76: fix broken precal loading from MTD for mt7915
    (git-fixes).
  - wifi: iwlwifi: don't support triggered EHT CQI feedback
    (git-fixes).
  - wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
    (git-fixes).
  - wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable
    code (git-fixes).
  - wifi: rtw88: sdio: Honor the host max_req_size in the RX path
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift
    behavior (git-fixes).
  - selftests/net: fix grep checking for fib_nexthop_multiprefix
    (git-fixes).
  - selftests/net: specify the interface when do arping (git-fixes).
  - wifi: libertas: stop selecting wext (git-fixes).
  - wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (git-fixes).
  - wifi: plfxlc: check for allocation failure in
    plfxlc_usb_wreq_async() (git-fixes).
  - commit 2c42655

++++ sssd:

  - Update to release 2.9.4
    * Fixes a crash when PAM passkey processing incorrectly handles
    non-passkey data.
    * Fixed group membership handling when members are coming from
    different forest domains and using ldap token groups is
    prohibited.
    * Files provider was erroneously taking into consideration
    ``local_auth_policy`` config option, thus breaking smartcard
    authentication of local user in setups that did not explicitly
    specify this option. This is now fixed.

++++ systemd:

  - Add 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch
    5002-Revert-udev-revert-workarounds-for-issues-caused-by-.patch
    It seems that systemd upstream has a dubious way to fix broken code these
    days... let's revert these hacks until a final decision is taken to solve
    https://github.com/systemd/systemd/issues/28141. See also
    https://github.com/systemd/systemd/pull/30075.
  - Import commit 67a5ac1043417d900bf417a884372ae14a96ef69 (merge of v254.8)
    It includes the following fix:
    029272750f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/071ac409a0564863657d8f8a5a35e6a4f914695f...67a5ac1043417d900bf417a884372ae14a96ef69

++++ libxkbcommon:

  - Add libxkbcommon-tools-bash-completions.

++++ pcr-oracle:

  - Add fix_efi_measure.patch to fix the measurement of EFI binaries

++++ python-Jinja2:

  - update to 3.1.3 (bsc#1218722, CVE-2024-22195):
    * Fix compiler error when checking if required blocks in parent
    templates are xmlattr filter does not allow keys with spaces.
    * Make error messages stemming from invalid nesting of {% trans
    %} blocks more helpful. :pr:`1916`

++++ qemu:

  - Update to latest upstream release, 8.2.0:
    The full list of changes are available at: https://wiki.qemu.org/ChangeLog/8.2
    Highlights include:
    * New virtio-sound device emulation
    * New virtio-gpu rutabaga device emulation used by Android emulator
    * New hv-balloon for dynamic memory protocol device for Hyper-V guests
    * New Universal Flash Storage device emulation
    * Network Block Device (NBD) 64-bit offsets for improved performance
    * dump-guest-memory now supports the standard kdump format
    * ARM: Xilinx Versal board now models the CFU/CFI, and the TRNG device
    * ARM: CPU emulation support for cortex-a710 and neoverse-n2
    * ARM: architectural feature support for PACQARMA3, EPAC, Pauth2, FPAC,
    FPACCOMBINE, TIDCP1, MOPS, HBC, and HPMN0
    * HPPA: CPU emulation support for 64-bit PA-RISC 2.0
    * HPPA: machine emulation support for C3700, including Astro memory
    controller and four Elroy PCI bridges
    * LoongArch: ISA support for LASX extension and PRELDX instruction
    * LoongArch: CPU emulation support for la132
    * RISC-V: ISA/extension support for AIA virtualization support via KVM,
    and vector cryptographic instructions
    * RISC-V: Numerous extension/instruction cleanups, fixes, and reworks
    * s390x: support for vfio-ap passthrough of crypto adapter for
    protected
    virtualization guests
    * Tricore: support for TC37x CPU which implements ISA v1.6.2
    * Tricore: support for CRCN, FTOU, FTOHP, and HPTOF instructions
    * x86: Zen support for PV console and network devices
  - Patch added (from upstream stable tree):
    * include/ui/rect.h: fix qemu_rect_init() mis-assignment

------------------------------------------------------------------
------------------  2024-1-11  -  Jan 11 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  -  Update to bugfix release 23.3.3
  - -> https://docs.mesa3d.org/relnotes/23.3.3.html

++++ Mesa-drivers:

  -  Update to bugfix release 23.3.3
  - -> https://docs.mesa3d.org/relnotes/23.3.3.html

++++ container-selinux:

  - Update to version 2.228:
    * Allow container domains to watch fifo_files
    * container_engine_t: improve for podman in kubernetes case
    * Allow spc_t to transition to install_t domain
    * Default to allowing containers to use dri devices
    * Allow access to BPF Filesystems
    * Fix kubernetes transition rule
    * Label kubensenter as well as kubenswrapper
    * Allow container domains to execute container_runtime_tmpfs_t files
    * Allow container domains to ptrace themselves
    * Allow container domains to use container_runtime_tmpfs_t as an entrypoint
    * Add boolean to allow containers to use dri devices
    * Give containers access to pod resources endpoint
    * Label kubenswrapper kubelet_exec_t

++++ python-kiwi:

  - Move FileSystem to context manager
    Change the FileSystem class to be a context manager. All code using
    FileSystem was updated to the following with statement:
    with FileSystem.new(...) as filesystem:
    filesystem.some_member()
    This is related to Issue #2412
  - Update unit test data to schema v8.0
  - Update major schema version from 7.6 -> 8.0
    With the switch to schema v8.x we allow for non compatible
    changes in regards to the v7.x stream. Thus this commit also
    deletes the support for clicfs from the schema
  - Drop clicfs support
    clicfs was a fuse userspace implementation of an overlay
    filesystem. Since overlayfs became the default overlay filesystem
    there is no reason for kiwi to keep the clicfs support

++++ health-checker:

  - Update to version 1.10+git20240111.cb84209:
    * Add missing rule for health-checker.service.8
    * Don't generate html documentation
    * Fixing some typo's and improving the UX of the health-checker output
    * Fix a typo in README.md

++++ kernel-default:

  - arm64: errata: Add Cortex-A520 speculative unprivileged load
    workaround (git-fixes).
  - Update config files.
  - commit 73e6623
  - Refresh patches.suse/media-mediatek-vcodec-remove-the-dependency-of-vcode.patch
    Fix compile warning due to trailing spaces
  - commit 3d15652
  - wifi: mac80211: do not pass AP_VLAN vif pointer to drivers
    during flush (git-fixes).
  - commit 27184e7
  - wifi: cfg80211: fix cqm_config access race (git-fixes).
  - commit 006357c
  - wifi: ath11k: fix boot failure with one MSI vector (git-fixes).
  - commit affc905
  - serial: 8250_omap: Add earlycon support for the AM654 UART
    controller (git-fixes).
  - powercap: DTPM: Fix missing cpufreq_cpu_put() calls (git-fixes).
  - powercap: DTPM: Fix unneeded conversions to micro-Watts
    (git-fixes).
  - commit 9e04295
  - kasan: use unchecked __memset internally (git-fixes).
  - kasan: print the original fault addr when access invalid shadow
    (git-fixes).
  - commit 4dd0ace
  - crypto: sahara - handle zero-length aes requests (git-fixes).
  - commit 830e401
  - net: 9p: avoid freeing uninit memory in p9pdu_vreadf
    (git-fixes).
  - arm64: Add Cortex-A520 CPU part definition (git-fixes).
  - commit d8e3e86
  - crypto: virtio - Wait for tasklet to complete on device remove
    (git-fixes).
  - commit 3bcb20e
  - crypto: scomp - fix req->dst buffer overflow (git-fixes).
  - crypto: sahara - do not resize req->src when doing hash
    operations (git-fixes).
  - crypto: sahara - fix processing hash requests with req->nbytes <
    sg->length (git-fixes).
  - crypto: sahara - improve error handling in sahara_sha_process()
    (git-fixes).
  - crypto: sahara - fix wait_for_completion_timeout() error
    handling (git-fixes).
  - crypto: sahara - fix ahash reqsize (git-fixes).
  - crypto: shash - remove excess kerneldoc members (git-fixes).
  - crypto: s390/aes - Fix buffer overread in CTR mode (git-fixes).
  - crypto: hisilicon/qm - save capability registers in qm init
    process (git-fixes).
  - crypto: sahara - fix error handling in
    sahara_hw_descriptor_create() (git-fixes).
  - crypto: sahara - fix processing requests with cryptlen <
    sg->length (git-fixes).
  - crypto: sahara - fix ahash selftest failure (git-fixes).
  - crypto: sahara - fix cbc selftest failure (git-fixes).
  - crypto: sahara - remove FLAGS_NEW_KEY logic (git-fixes).
  - crypto: safexcel - Add error handling for dma_map_sg() calls
    (git-fixes).
  - crypto: ccp - fix memleak in ccp_init_dm_workarea (git-fixes).
  - crypto: sa2ul - Return crypto_aead_setkey to transfer the error
    (git-fixes).
  - crypto: virtio - Handle dataq logic with tasklet (git-fixes).
  - commit 7a91e6a
  - powerpc/ftrace: Fix stack teardown in ftrace_no_trace
    (bsc#1215199).
  - KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user
    registers (bsc#1215199).
  - powerpc: Hide empty pt_regs at base of the stack (bsc#1215199).
  - commit 7a81658
  - kexec: fix KEXEC_FILE dependencies (jsc#PED-5077 git-fixes).
  - Update config files.
  - commit 4b1ebff
  - powerpc/powernv: Add a null pointer check to
    scom_debug_init_one() (bsc#1194869).
  - powerpc/pseries: fix potential memory leak in
    init_cpu_associativity() (bsc#1194869).
  - powerpc/xive: Fix endian conversion size (bsc#1194869).
  - powerpc/fadump: reset dump area size if fadump memory reserve
    fails (bsc#1194869).
  - powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
    (bsc#1194869).
  - commit fcc1a42
  - powerpc/pseries/iommu: enable_ddw incorrectly returns direct
    mapping for SR-IOV device (bsc#1212091 ltc#199106 git-fixes).
  - commit 9b92407
  - powerpc/powernv: Add a null pointer check in
    opal_powercap_init() (bsc#1181674 ltc#189159 git-fixes).
  - powerpc/powernv: Add a null pointer check in opal_event_init()
    (bsc#1065729).
  - powerpc/pseries/memhp: Fix access beyond end of drmem array
    (bsc#1065729).
  - commit 9639ea1
  - fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
    (bsc#1218727).
  - fuse: share lookup state between submount and its parent
    (bsc#1218726).
  - commit 9d825b4
  - crypto: qat - add NULL pointer check (git-fixes).
  - crypto: qat - fix mutex ordering in adf_rl (git-fixes).
  - crypto: qat - fix error path in add_update_sla() (git-fixes).
  - crypto: qat - add sysfs_added flag for rate limiting
    (git-fixes).
  - crypto: qat - add sysfs_added flag for ras (git-fixes).
  - crypto: qat - prevent underflow in rp2srv_store() (git-fixes).
  - commit 5134eb8
  - ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg() (bsc#1214377)
  - commit c6bcd6a
  - ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241 (bsc#1214377)
  - commit e222f81
  - ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support (bsc#1214377)
  - commit 2b1eb2d
  - s390/kasan: avoid short by one page shadow memory (git-fixes
    bsc#1218721).
  - commit b716fcb
  - s390/kasan: handle DCSS mapping in memory holes (git-fixes
    bsc#1218721).
  - commit fbbd3ff
  - s390/vfio-ap: unpin pages on gisc registration failure
    (git-fixes bsc#1218720).
  - commit d53827d
  - Delete rpm/old_changelog.txt: irrelevant fo ALP-current branch
  - commit 8fb755d
  - hwrng: core - Fix page fault dead lock on mmap-ed hwrng
    (git-fixes).
  - pstore: ram_core: fix possible overflow in
    persistent_ram_init_ecc() (git-fixes).
  - firewire: ohci: suppress unexpected system reboot in AMD Ryzen
    machines and ASM108x/VT630x PCIe cards (git-fixes).
  - mmc: core: Cancel delayed work before releasing host
    (git-fixes).
  - drm/amdgpu: skip gpu_info fw loading on navi12 (git-fixes).
  - drm/amd/display: add nv12 bounding box (git-fixes).
  - drm/amd/display: pbn_div need be updated for hotplug event
    (git-fixes).
  - drm/amd/display: Increase frame warning limit with KASAN or
    KCSAN in dml (git-fixes).
  - drm/amd/display: Increase num voltage states to 40 (git-fixes).
  - media: qcom: camss: Comment CSID dt_id field (git-fixes).
  - commit 322c8e9
  - rpm/old_changelog.txt: create the truncated changelog entries (bsc#1218713)
  - commit 332be9f
  - Store the old kernel changelog entries in kernel-docs package (bsc#1218713)
    The old entries are found in kernel-docs/old_changelog.txt in docdir.
    rpm/old_changelog.txt can be an optional file that stores the similar
    info like rpm/kernel-sources.changes.old.  It can specify the commit
    range that have been truncated.  scripts/tar-up.sh expands from the
    git log accordingly.
  - commit c9a2566

++++ llvm19:

  - Use %_target_* for determining the compiler host triple (boo#1218701)

++++ libguestfs:

  - Copy sorted packagelist to packages during supermin appliance
    setup. (bsc#1215586)
    libguestfs.spec

++++ openssl-3:

  - Security fix: [bsc#1218690, CVE-2023-6129]
    * POLY1305: Fix vector register clobbering on PowerPC
    * Add openssl-CVE-2023-6129.patch

++++ patterns-base:

  - include postfix in transactional pattern (jsc#PED-6478)

++++ patterns-micro:

  - include postfix in transactional pattern (jsc#PED-6478)

++++ ppp:

  - Backport ppp-pidfiles.patch and ppp-mkdir-run.patch from the
    upcoming 2.5.1 release and make sure that pppd's pid, resolv
    and database files are created under /run/ppp (bsc#1218370).

++++ python-urllib3:

  - Add upstream patch openssl-3.2.patch, to fix tests with opennssl
    3.2.0, gh#urllib3/urllib3#3271

++++ regionServiceClientConfigEC2:

  - Version 4.1.1
    Add patch no-ipv6.patch to not serve IPv6 addresses on SLES12
    Related to bsc#1218656

++++ supportutils:

  - Changes to version 3.2.5
    + Fixed smart disk error (bsc#1218282)
    + Fixed ipvsadm logic error (bsc#1218324)
    + Correctly detects Xen Dom0 (bsc#1218201)
  - Additional changes in version 3.1.28
    + ipset - List entries for all sets
    + ipvsadm - Inspect the virtual server table (pr#185)
    + Correctly detects Xen Dom0 (bsc#1218201)
    + Fixed smart disk error (bsc#1218282)

------------------------------------------------------------------
------------------  2024-1-10  -  Jan 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Use obsrepositories for the CentOS 9 image
    We were relying on the repos being parsed from the kiwi description but this can
    cause problems and gives us less flexibility when it comes to fixing repository
    setup issues.
    This fixes https://github.com/OSInside/kiwi/issues/2335

++++ drbd:

  - drbd fails to build with the latest 6.4 kernel of the week (bsc#1218658)
    * Add patch
    + 0006-drbd-log-numeric-value-of-drbd_state_rv-as-well-as-s.patch
    + 0011-compat-block-pass-a-gendisk-to-open.patch
    + 0013-drbd-remove-unused-extern-for-conn_try_outdate_peer.patch
    + 0014-drbd-include-source-of-state-change-in-log.patch
    + 0015-compat-block-use-the-holder-as-indication-for-exclus.patch
    + 0018-drbd-rework-autopromote.patch
    + 0019-compat-block-remove-the-unused-mode-argument-to-rele.patch
    + 0022-compat-block-replace-fmode_t-with-a-block-specific-t.patch
    + 0023-compat-genetlink-remove-userhdr-from-struct-genl_inf.patch

++++ grub2:

  - Version bump to 2.12 (PED-5589)
    * Added:
  - grub-2.12.tar.xz
  - fix_no_extra_deps_in_release_tarball.patch
    * Removed:
  - grub-2.12~rc1.tar.xz
    * Patch dropped as it merged into new version:
  - 0001-disk-cryptodisk-Fix-missing-change-when-updating-to-.patch
  - 0001-fs-btrfs-Zero-file-data-not-backed-by-extents.patch
  - 0001-fs-ntfs-Fix-an-OOB-write-when-parsing-the-ATTRIBUTE_.patch
  - 0002-fs-ntfs-Fix-an-OOB-read-when-reading-data-from-the-r.patch
  - 0003-fs-ntfs-Fix-an-OOB-read-when-parsing-directory-entri.patch
  - 0004-fs-ntfs-Fix-an-OOB-read-when-parsing-bitmaps-for-ind.patch
  - 0005-fs-ntfs-Fix-an-OOB-read-when-parsing-a-volume-label.patch
  - 0006-fs-ntfs-Make-code-more-readable.patch
  - 0001-kern-ieee1275-init-Restrict-high-memory-in-presence-.patch
  - 0001-fs-xfs-Incorrect-short-form-directory-data-boundary-.patch
  - 0002-fs-xfs-Fix-XFS-directory-extent-parsing.patch
  - 0003-fs-xfs-add-large-extent-counters-incompat-feature-su.patch
  - 0001-mkstandalone-ensure-stable-timestamps-for-generated-.patch
  - 0002-mkstandalone-ensure-deterministic-tar-file-creation-.patch
    * Patch adjusted for the updated base version:
  - use-grub2-as-a-package-name.patch
  - grub2-s390x-04-grub2-install.patch
  - grub2-btrfs-04-grub2-install.patch
  - grub2-ppc64le-disable-video.patch
  - 0002-AUDIT-0-http-boot-tracker-bug.patch
  - 0001-Unify-the-check-to-enable-btrfs-relative-path.patch
  - 0003-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch
  - 0004-Add-suport-for-signing-grub-with-an-appended-signatu.patch
  - 0016-grub-install-support-embedding-x509-certificates.patch
  - 0021-appended-signatures-documentation.patch
  - 0022-ieee1275-enter-lockdown-based-on-ibm-secure-boot.patch
  - safe_tpm_pcr_snapshot.patch

++++ hwdata:

  - update to 0.378:
    * Update pci, usb and vendor ids

++++ kernel-default:

  - powerpc: qspinlock: Enforce qnode writes prior to publishing
    to queue (bsc#1218636 ltc#204570).
  - commit bfa52fa
  - powerpc/qspinlock: Rename yield_propagate_owner tunable
    (bsc#1218636 ltc#204570).
  - powerpc/qspinlock: Propagate sleepy if previous waiter is
    preempted (bsc#1218636 ltc#204570).
  - powerpc/qspinlock: don't propagate the not-sleepy state
    (bsc#1218636 ltc#204570).
  - powerpc/qspinlock: propagate owner preemptedness rather than
    CPU number (bsc#1218636 ltc#204570).
  - powerpc/qspinlock: stop queued waiters trying to set lock sleepy
    (bsc#1218636 ltc#204570).
  - powerpc: qspinlock: Mark accesses to qnode lock checks
    (bsc#1218636 ltc#204570).
  - commit 3465c10
  - Refresh patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch. Fix build warning by moving static_assert().
  - commit 4960f65
  - media: mediatek: vcodec: remove the dependency of vcodec debug
    log (git-fixes).
  - commit 209f340
  - media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev'
    for shared interface (git-fixes).
  - Refresh
    patches.suse/media-mediatek-vcodec-Removing-useless-debug-log.patch.
  - commit 595721b
  - livepatch: Add sample livepatch module (bsc#1218644).
  - commit 87a7c27
  - kbuild/modpost: integrate klp-convert (bsc#1218644).
  - commit 1f6875e
  - livepatch: Add klp-convert tool (bsc#1218644).
  - commit dd2884f
  - livepatch: Create and include UAPI headers (bsc#1218644).
  - commit d3771a8
  - platform/x86/intel/ifs: ARRAY BIST for Sierra Forest (jsc#PED-6127).
  - commit 9c38930
  - platform/x86/intel/ifs: Add new error code (jsc#PED-6127).
  - commit af0a052
  - platform/x86/intel/ifs: Add new CPU support (jsc#PED-6127).
  - commit 0e0dc7c
  - platform/x86/intel/ifs: Metadata validation for start_chunk (jsc#PED-6127).
  - commit 2652260
  - platform/x86/intel/ifs: Validate image size (jsc#PED-6127).
  - commit 35af862
  - platform/x86/intel/ifs: Gen2 Scan test support (jsc#PED-6127).
  - commit e25bc6a
  - platform/x86/intel/ifs: Gen2 scan image loading (jsc#PED-6127).
  - commit f76f8b9
  - platform/x86/intel/ifs: Refactor image loading code (jsc#PED-6127).
  - commit 3f1b68f
  - platform/x86/intel/ifs: Store IFS generation number (jsc#PED-6127).
  - commit 3429838
  - Move upstreamed perf and powerpc patches into sorted section
  - commit ab87600
  - kunit: debugfs: Fix unchecked dereference in
    debugfs_print_results() (git-fixes).
  - ipmi: Use regspacings passed as a module parameter (git-fixes).
  - platform/x86/intel/vsec: Fix xa_alloc memory leak (git-fixes).
  - PM: hibernate: Enforce ordering during image
    compression/decompression (git-fixes).
  - PM / devfreq: Fix buffer overflow in trans_stat_show
    (git-fixes).
  - dt-bindings: thermal: qcom-spmi-adc-tm5/hc: Fix example node
    names (git-fixes).
  - thermal: core: Fix NULL pointer dereference in zone registration
    error path (git-fixes).
  - ACPI: LPSS: Fix the fractional clock divider flags (git-fixes).
  - ACPI: extlog: Clear Extended Error Log status when RAS_CEC
    handled the error (git-fixes).
  - ACPI: video: check for error while searching for backlight
    device parent (git-fixes).
  - ACPI: LPIT: Avoid u32 multiplication overflow (git-fixes).
  - mtd: rawnand: rockchip: Add missing title to a kernel doc
    comment (git-fixes).
  - mtd: rawnand: rockchip: Rename a structure (git-fixes).
  - mtd: rawnand: pl353: Fix kernel doc (git-fixes).
  - mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller
    response (git-fixes).
  - mtd: rawnand: Clarify conditions to enable continuous reads
    (git-fixes).
  - mtd: rawnand: Prevent sequential reads with on-die ECC engines
    (git-fixes).
  - mtd: rawnand: Fix core interference with sequential reads
    (git-fixes).
  - mtd: rawnand: Prevent crossing LUN boundaries during sequential
    reads (git-fixes).
  - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
    (git-fixes).
  - spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
    (git-fixes).
  - KEYS: encrypted: Add check for strsep (git-fixes).
  - selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6
    socket (git-fixes).
  - selinux: remove the wrong comment about multithreaded process
    handling (git-fixes).
  - usr/Kconfig: fix typos of "its" (git-fixes).
  - usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
    (git-fixes).
  - selftests/mm: dont run ksm_functional_tests twice (git-fixes).
  - commit 753d79e

++++ kernel-firmware-all:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-amdgpu:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath10k:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath11k:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath12k:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-atheros:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-bluetooth:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-bnx2:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-brcm:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-chelsio:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-dpaa2:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-i915:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-intel:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-iwlwifi:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-liquidio:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-marvell:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-media:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mediatek:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mellanox:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mwifiex:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-network:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-nfp:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-nvidia:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-platform:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-prestera:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-qcom:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-qlogic:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-radeon:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-realtek:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-serial:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-sound:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ti:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ueagle:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-usb-network:

  - Update to version 20240110 (git commit 31db82d69905):
    * linux-firmware: update firmware for qat_4xxx devices
    * linux-firmware: update firmware for w1u_uart
    * amdgpu: DMCUB updates for DCN314
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ libjcat:

  - Do not install test files: pass -Dtest=false to meson instead of
    Dtest=true (aids with reproducible build, boo#1218715).
  - Add check section and run meson test.

++++ samba:

  - Remove -x from bash shebang update-apparmor-samba-profile;
    (bsc#1218431).

++++ microos-tools:

  - Update to version 2.21+git9:
    * Add man-online command
    * Drop support for sle15 builds
    * Add OBS CI workflow

++++ qemu:

  - Some packaging and dependencies fixes:
    * [openSUSE] rpm: restrict canokey to openSUSE only
    * [openSUSE] rpm: fix virtiofsd dependency on 32 bit systems
    * [openSUSE] rpm: add support for canokeys (boo#1217520)

------------------------------------------------------------------
------------------  2024-1-9  -  Jan 9 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 9.25.22 → 10.0.0
  - Move workflow runs to main branch
    Make sure all github actions runs from main
  - Bump version: 9.25.21 → 9.25.22
  - Add compliance action
    Check if the commits of a pull request can be cherry-picked to
    the master, which is the kiwi v9.x.x code stream.
  - Fixed regression in GRUB_SERIAL_COMMAND setup
    The condition to write the serial line setup was broken.
    This commit fixes it. Related to Issue #2419

++++ elfutils:

  - Update to version 0.190:
    * libelf: Add RELR support.
    * libdw: Recognize .debug_[ct]u_index sections
    * readelf:
  - Support readelf -Ds, --use-dynamic --symbol.
  - Support .gdb_index version 9
    * scrlines: New tool that compiles a list of source files associated
    with a specified dwarf/elf file.
    * backends: Various LoongArch updates.

++++ git:

  - gitweb AppArmor profile: allow reading etc/gitweb-common.conf
    (boo#1218664)

++++ kernel-default:

  - io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE
    (bsc#1218447).
  - commit 6e78ef6
  - scsi: mpi3mr: Update driver version to 8.5.1.0.0 (bsc#1218003).
  - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers
    part-3 (bsc#1218003).
  - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers
    part-2 (bsc#1218003).
  - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers
    part-1 (bsc#1218003).
  - scsi: mpi3mr: Fetch correct device dev handle for status reply
    descriptor (bsc#1218003).
  - scsi: mpi3mr: Block PEL Enable Command on Controller Reset
    and Unrecoverable State (bsc#1218003).
  - scsi: mpi3mr: Clean up block devices post controller reset
    (bsc#1218003).
  - scsi: mpi3mr: Refresh sdev queue depth after controller reset
    (bsc#1218003).
  - scsi: mpi3mr: driver version upgrade to 8.5.0.0.50
    (bsc#1218003).
  - scsi: mpi3mr: Add support for status reply descriptor
    (bsc#1218003).
  - scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32
    (bsc#1218003).
  - scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116
    (bsc#1218003).
  - scsi: mpi3mr: Add support for SAS5116 PCI IDs (bsc#1218003).
  - scsi: mpi3mr: Split off bus_reset function from host_reset
    (bsc#1218003).
  - commit 0caa83b
  - io_uring/af_unix: disable sending io_uring over sockets
    (bsc#1218447 CVE-2023-6531).
  - io_uring/kbuf: check for buffer list readiness after NULL check
    (bsc#1215211).
  - io_uring/kbuf: Fix an NULL vs IS_ERR() bug in
    io_alloc_pbuf_ring() (bsc#1215211).
  - io_uring: fix mutex_unlock with unreferenced ctx (bsc#1215211).
  - io_uring: use fget/fput consistently (bsc#1215211).
  - io_uring: free io_buffer_list entries via RCU (bsc#1215211).
  - io_uring/kbuf: prune deferred locked cache when tearing down
    (bsc#1215211).
  - io_uring/kbuf: recycle freed mapped buffer ring entries
    (bsc#1215211).
  - io_uring/kbuf: defer release of mapped buffer rings
    (bsc#1215211).
  - io_uring: enable io_mem_alloc/free to be used in other parts
    (bsc#1215211).
  - io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
    (bsc#1215211).
  - io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
    (bsc#1215211).
  - io_uring/fs: consider link->flags when getting path for LINKAT
    (bsc#1215211).
  - io_uring/fdinfo: remove need for sqpoll lock for thread/pid
    retrieval (bsc#1215211).
  - io_uring: do not clamp read length for multishot read
    (bsc#1215211).
  - io_uring: do not allow multishot read to set addr or len
    (bsc#1215211).
  - io_uring: indicate if io_kbuf_recycle did recycle anything
    (bsc#1215211).
  - io_uring/rw: add separate prep handler for fixed read/write
    (bsc#1215211).
  - io_uring/rw: add separate prep handler for readv/writev
    (bsc#1215211).
  - io_uring/net: ensure socket is marked connected on connect retry
    (bsc#1215211).
  - io_uring/rw: don't attempt to allocate async data if opcode
    doesn't need it (bsc#1215211).
  - io_uring/cmd: Pass compat mode in issue_flags (bsc#1215211).
  - io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeups
    (bsc#1215211).
  - commit e405062
  - io_uring: cancelable uring_cmd (bsc#1215211).
  - io_uring: retain top 8bits of uring_cmd flags for kernel
    internal use (bsc#1215211).
  - io_uring/rw: add support for IORING_OP_READ_MULTISHOT
    (bsc#1215211).
  - io_uring/rw: mark readv/writev as vectored in the opcode
    definition (bsc#1215211).
  - io_uring/rw: split io_read() into a helper (bsc#1215211).
  - commit ccfbdcd
  - media: v4l2-ctrls: Add user control base for Nuvoton NPCM
    controls (git-fixes).
  - commit 0968627
  - media: mediatek: vcodec: Fix potential crash in
    mtk_vcodec_dbgfs_remove() (git-fixes).
  - media: platform: mdp3: mark OF related data as maybe unused
    (git-fixes).
  - commit 400939c
  - media: platform: mdp3: drop of_match_ptr for ID table
    (git-fixes).
  - commit fc34f11
  - media: mediatek: vcodec: Consider vdecsys presence in reg
    range check (git-fixes).
  - commit fa96941
  - media: mediatek: vcodec: fix cancel_work_sync fail with fluster
    test (git-fixes).
  - Refresh
    patches.suse/media-mediatek-vcodec-fix-potential-double-free.patch.
  - commit 260b764
  - media: mediatek: vpu: add missing clk_unprepare (git-fixes).
  - commit 3048ea2
  - media: mediatek: vcodec: using empty lat buffer as the last one
    (git-fixes).
  - commit 09568ec
  - media: mediatek: vcodec: Avoid unneeded error logging
    (git-fixes).
  - commit 4f48ca0
  - x86/virt/tdx: Make TDX host depend on X86_MCE (jsc#PED-5824).
  - commit 9ee9d54
  - arm64: properly install vmlinuz.efi (git-fixes).
  - EDAC/thunderx: Fix possible out-of-bounds string access
    (git-fixes).
  - userns: eliminate many kernel-doc warnings (git-fixes).
  - commit 78c52da
  - media: Add common header file with JPEG marker definitions
    (git-fixes).
  - commit 6090b39
  - media: mediatek: vcodec: mtk_vcodec_dec_hw: Use
    devm_pm_runtime_enable() (git-fixes).
  - commit 64717c3
  - igc: Fix hicredit calculation (jsc#PED-4860).
  - ice: fix Get link status data length (jsc#PED-4876).
  - i40e: Restore VF MSI-X state during PCI reset (jsc#PED-4874).
  - i40e: fix use-after-free in i40e_aqc_add_filters()
    (jsc#PED-4874).
  - bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
    (jsc#PED-5742).
  - octeontx2-af: Re-enable MAC TX in otx2_stop processing
    (jsc#PED-6931).
  - octeontx2-af: Always configure NIX TX link credits based on
    max frame size (jsc#PED-6931).
  - igc: Check VLAN EtherType mask (jsc#PED-4860).
  - igc: Check VLAN TCI mask (jsc#PED-4860).
  - igc: Report VLAN EtherType matching back to user (jsc#PED-4860).
  - i40e: Fix filter input checks to prevent config with invalid
    values (jsc#PED-4874).
  - ice: dpll: fix phase offset value (jsc#PED-4876).
  - ice: Shut down VSI with "link-down-on-close" enabled
    (jsc#PED-4876).
  - ice: Fix link_down_on_close message (jsc#PED-4876).
  - idpf: avoid compiler introduced padding in virtchnl2_rss_key
    struct (jsc#PED-6716).
  - idpf: fix corrupted frames and skb leaks in singleq mode
    (jsc#PED-6716).
  - sfc: fix a double-free bug in efx_probe_filters (jsc#PED-6894).
  - mlxbf_gige: fix receive packet race condition (jsc#PED-6866).
  - octeontx2-af: Fix marking couple of structure as __packed
    (jsc#PED-6931).
  - net: ethernet: mellanox: Convert to platform remove callback
    returning void (jsc#PED-6866).
  - mlxbf_gige: Remove two unused function declarations
    (jsc#PED-6866).
  - commit 635e530
  - media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
    (git-fixes).
  - commit 1bae51c
  - Add missing package description to align with other branches
  - commit a39325c
  - x86/virt/tdx: Disable TDX host support when kexec is enabled (jsc#PED-5824).
  - commit 4a81389
  - Documentation/x86: Add documentation for TDX host support (jsc#PED-5824).
  - commit f287a95
  - x86/mce: Differentiate real hardware #MCs from TDX erratum ones (jsc#PED-5824).
  - commit 782309c
  - x86/cpu: Detect TDX partial write machine check erratum (jsc#PED-5824).
  - commit 4131296
  - x86/virt/tdx: Handle TDX interaction with sleep and hibernation (jsc#PED-5824).
  - commit c58086d
  - x86/virt/tdx: Initialize all TDMRs (jsc#PED-5824).
  - commit 7075173
  - x86/virt/tdx: Configure global KeyID on all packages (jsc#PED-5824).
  - commit 769e6e6
  - x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID (jsc#PED-5824).
  - commit e2262c3
  - x86/virt/tdx: Designate reserved areas for all TDMRs (jsc#PED-5824).
  - commit 50d43e1
  - x86/virt/tdx: Allocate and set up PAMTs for TDMRs (jsc#PED-5824).
  - commit 5d2d43b
  - x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions (jsc#PED-5824).
  - commit 1315701
  - x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX  memory regions (jsc#PED-5824).
  - commit 73694c5
  - x86/virt/tdx: Get module global metadata for module initialization (jsc#PED-5824).
  - commit 43cc2ba
  - x86/virt/tdx: Use all system memory when initializing TDX module as  TDX memory (jsc#PED-5824).
  - commit a8d608a
  - x86/virt/tdx: Add skeleton to enable TDX on demand (jsc#PED-5824).
  - commit 04046a4
  - x86/virt/tdx: Add SEAMCALL error printing for module initialization (jsc#PED-5824).
  - commit ddfd550
  - x86/virt/tdx: Handle SEAMCALL no entropy error in common code (jsc#PED-5824).
  - commit ea37d02
  - x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC (jsc#PED-5824).
  - commit 461aa50
  - x86/virt/tdx: Define TDX supported page sizes as macros (jsc#PED-5824).
  - commit 4fad607
  - x86/virt/tdx: Detect TDX during kernel boot (jsc#PED-5824).
  - commit 48e2855
  - x86/mm: Remove "INVPCID single" feature tracking (jsc#PED-5824).
  - commit 4340565
  - tools/power turbostat: version 2023.11.07 (bsc#1218556).
  - tools/power/turbostat: bugfix "--show IPC" (bsc#1218556).
  - tools/power/turbostat: Add initial support for LunarLake
    (bsc#1218556).
  - tools/power/turbostat: Add initial support for ArrowLake
    (bsc#1218556).
  - tools/power/turbostat: Add initial support for GrandRidge
    (bsc#1218556).
  - tools/power/turbostat: Add initial support for SierraForest
    (bsc#1218556).
  - tools/power/turbostat: Add initial support for GraniteRapids
    (bsc#1218556).
  - tools/power/turbostat: Add MSR_CORE_C1_RES support for
    spr_features (bsc#1218556).
  - tools/power/turbostat: Move process to root cgroup
    (bsc#1218556).
  - tools/power/turbostat: Handle cgroup v2 cpu limitation
    (bsc#1218556).
  - tools/power/turbostat: Abstrct function for parsing cpu string
    (bsc#1218556).
  - tools/power/turbostat: Handle offlined CPUs in cpu_subset
    (bsc#1218556).
  - tools/power/turbostat: Obey allowed CPUs for system summary
    (bsc#1218556).
  - tools/power/turbostat: Obey allowed CPUs for primary thread/core
    detection (bsc#1218556).
  - tools/power/turbostat: Abstract several functions (bsc#1218556).
  - tools/power/turbostat: Obey allowed CPUs during startup
    (bsc#1218556).
  - tools/power/turbostat: Obey allowed CPUs when accessing CPU
    counters (bsc#1218556).
  - tools/power/turbostat: Introduce cpu_allowed_set (bsc#1218556).
  - tools/power/turbostat: Remove PC7/PC9 support on ADL/RPL
    (bsc#1218556).
  - tools/power/turbostat: Enable MSR_CORE_C1_RES on recent Intel
    client platforms (bsc#1218556).
  - tools/power/turbostat: Introduce probe_pm_features()
    (bsc#1218556).
  - tools/power/turbostat: Relocate more probing related code
    (bsc#1218556).
  - tools/power/turbostat: Reorder some functions (bsc#1218556).
  - tools/power/turbostat: Relocate thermal probing code
    (bsc#1218556).
  - tools/power/turbostat: Relocate lpi probing code (bsc#1218556).
  - tools/power/turbostat: Relocate graphics probing code
    (bsc#1218556).
  - tools/power/turbostat: Rename rapl probing function
    (bsc#1218556).
  - tools/power/turbostat: Rename uncore probing function
    (bsc#1218556).
  - tools/power/turbostat: Relocate pstate probing code
    (bsc#1218556).
  - tools/power/turbostat: Relocate cstate probing code
    (bsc#1218556).
  - tools/power/turbostat: Improve probe_platform_features() logic
    (bsc#1218556).
  - tools/power/turbostat: Delete intel_model_duplicates()
    (bsc#1218556).
  - tools/power/turbostat: Abstract cstate prewake bit support
    (bsc#1218556).
  - tools/power/turbostat: Abstract aperf/mperf multiplier support
    (bsc#1218556).
  - tools/power/turbostat: Abstract extended cstate MSRs support
    (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_KNL_CORE_C6_RESIDENCY
    support (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_ATOM_PKG_C6_RESIDENCY
    support (bsc#1218556).
  - tools/power/turbostat: Abstract
    MSR_CC6/MC6_DEMOTION_POLICY_CONFIG support (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_MODULE_C6_RES_MS support
    (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_CORE_C1_RES support
    (bsc#1218556).
  - tools/power/turbostat: Abstract IRTL support (bsc#1218556).
  - tools/power/turbostat: Use fine grained IRTL output
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for
    is_slm()/is_knl()/is_cnl()/is_ehl() models (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for has_c8910_msrs()
    models (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for is_bdx() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for
    is_skx()/is_icx()/is_spr() models (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for is_dnv() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for is_jvl() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for has_slv_msrs() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for has_snb_msrs() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for models with .cst_limit
    set (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for has_snb_msrs() models
    (bsc#1218556).
  - tools/power/turbostat: Adjust cstate for models with
    .has_nhm_msrs set (bsc#1218556).
  - tools/power/turbostat: Add skeleton support for cstate
    enumeration (bsc#1218556).
  - tools/power/turbostat: Abstract TSC tweak support (bsc#1218556).
  - tools/power/turbostat: Remove unused family/model parameters
    for RAPL functions (bsc#1218556).
  - tools/power/turbostat: Abstract hardcoded TDP value
    (bsc#1218556).
  - tools/power/turbostat: Abstract fixed DRAM Energy unit support
    (bsc#1218556).
  - tools/power/turbostat: Abstract RAPL divisor support
    (bsc#1218556).
  - tools/power/turbostat: Abstract Per Core RAPL support
    (bsc#1218556).
  - tools/power/turbostat: Abstract RAPL MSRs support (bsc#1218556).
  - tools/power/turbostat: Simplify the logic for RAPL enumeration
    (bsc#1218556).
  - tools/power/turbostat: Redefine RAPL macros (bsc#1218556).
  - tools/power/turbostat: Abstract hardcoded Crystal Clock
    frequency (bsc#1218556).
  - tools/power/turbostat: Abstract Automatic Cstate Conversion
    support (bsc#1218556).
  - tools/power/turbostat: Abstract Perf Limit Reasons MSRs support
    (bsc#1218556).
  - tools/power/turbostat: Abstract TCC Offset bits support
    (bsc#1218556).
  - tools/power/turbostat: Abstract Config TDP MSRs support
    (bsc#1218556).
  - tools/power/turbostat: Rename some TRL functions (bsc#1218556).
  - tools/power/turbostat: Abstract Turbo Ratio Limit MSRs support
    (bsc#1218556).
  - tools/power/turbostat: Rename some functions (bsc#1218556).
  - tools/power/turbostat: Remove a redundant check (bsc#1218556).
  - tools/power/turbostat: Abstract Nehalem MSRs support
    (bsc#1218556).
  - tools/power/turbostat: Abstract Package cstate limit decoding
    support (bsc#1218556).
  - tools/power/turbostat: Abstract BCLK frequency support
    (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_MISC_PWR_MGMT support
    (bsc#1218556).
  - tools/power/turbostat: Abstract MSR_MISC_FEATURE_CONTROL support
    (bsc#1218556).
  - tools/power/turbostat: Add skeleton support for table driven
    feature enumeration (bsc#1218556).
  - tools/power/turbostat: Remove pseudo check for two models
    (bsc#1218556).
  - tools/power/turbostat: Remove redundant duplicates
    (bsc#1218556).
  - tools/power/turbostat: Replace raw value cpu model with Macro
    (bsc#1218556).
  - tools/power/turbostat: Support alternative graphics sysfs knobs
    (bsc#1218556).
  - tools/power/turbostat: Enable TCC Offset on more models
    (bsc#1218556).
  - tools/power/turbostat: Enable the C-state Pre-wake printing
    (bsc#1218556).
  - tools/power/turbostat: Fix a knl bug (bsc#1218556).
  - tools/power/turbostat: Fix failure with new uncore sysfs
    (bsc#1218556).
  - cpupower: fix reference to nonexistent document (jsc#PED-5873).
  - tools/power/x86/intel-speed-select: v1.18 release (jsc#PED-4647
    bsc#1218554).
  - tools/power/x86/intel-speed-select: Use cgroup isolate for CPU 0
    (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Increase max CPUs in one
    request (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Display error for core-power
    support (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: No TRL for non compute
    domains (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: turbo-mode enable disable
    swapped (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Update help for TRL
    (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Sanitize integer arguments
    (jsc#PED-4647 bsc#1218554).
  - cpupower: Add Georgian translation to Makefile LANGUAGES
    (jsc#PED-5873).
  - tools/power/x86/intel-speed-select: v1.17 release (jsc#PED-4647
    bsc#1218554).
  - tools/power/x86/intel-speed-select: Change mem-frequency
    display name (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Prevent CPU 0 offline
    (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Error on CPU count exceed
    in request (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Support more than 8 sockets
    (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Fix CPU count display
    (jsc#PED-4647 bsc#1218554).
  - cpupower: Fix cpuidle_set to accept only numeric values for
    idle-set operation (jsc#PED-5873).
  - cpupower: Add turbo-boost support in cpupower (jsc#PED-5873).
  - cpupower: Add support for amd_pstate mode change (jsc#PED-5873).
  - cpupower: Add EPP value change support (jsc#PED-5873).
  - cpupower: Add is_valid_path API (jsc#PED-5873).
  - cpupower: Recognise amd-pstate active mode driver
    (jsc#PED-5873).
  - tools/power/x86/intel-speed-select: v1.16 release (jsc#PED-4647
    bsc#1218554).
  - tools/power/x86/intel-speed-select: Fix json formatting issue
    (jsc#PED-4647 bsc#1218554).
  - tools/power/x86/intel-speed-select: Adjust scope of core-power
    config (jsc#PED-4647 bsc#1218554).
  - commit 926ea11
  - xen/events: fix delayed eoi list handling (git-fixes).
  - commit e085feb
  - Update config files to remove CONFIG_TCM_RBD=m (bsc#1218634)
  - commit 1dcd1b3
  - target: revert LIO target_core_rbd patches (bsc#1218634)
  - Delete
    patches.suse/libceph-add-support-for-CMPEXT-compare-extent-reques.patch.
  - Delete patches.suse/rbd-add-img_request-done-callback.patch.
  - Delete patches.suse/rbd-add-lio-specific-data-area.patch.
  - Delete
    patches.suse/rbd-add-rbd_img_fill_cmp_and_write_from_bvecs.patch.
  - Delete
    patches.suse/rbd-add-support-for-COMPARE_AND_WRITE-CMPEXT.patch.
  - Delete
    patches.suse/rbd-export-some-functions-used-by-lio-rbd-backend.patch.
  - Delete
    patches.suse/rbd-move-structs-used-by-lio-rbd-to-new-header.patch.
  - Delete
    patches.suse/target-add-lio-rbd-to-makefile-Kconfig.patch.
  - Delete patches.suse/target-add-rbd-backend.patch.
  - Delete
    patches.suse/target-compare-and-write-backend-driver-sense-handli.patch.
  - Delete
    patches.suse/target-disallow-emulate_legacy_capacity-with-RBD-obj.patch.
  - Delete patches.suse/target-rbd-add-WRITE-SAME-support.patch.
  - Delete
    patches.suse/target-rbd-add-emulate_legacy_capacity-dev-attribute.patch.
  - Delete
    patches.suse/target-rbd-conditionally-fix-off-by-one-bug-in-get_b.patch.
  - Delete
    patches.suse/target-rbd-detect-stripe_unit-SCSI-block-size-misali.patch.
  - Delete
    patches.suse/target-rbd-fix-unmap-discard-block-size-conversion.patch.
  - Delete
    patches.suse/target-rbd-fix-unmap-handling-with-unmap_zeroes_data.patch.
  - Delete patches.suse/target-rbd-support-COMPARE_AND_WRITE.patch.
  - Delete
    patches.suse/target_core_rbd-fix-leak-and-reduce-kmalloc-calls.patch.
  - Delete
    patches.suse/target_core_rbd-fix-rbd_img_request.snap_id-assignme.patch.
  - Delete
    patches.suse/target_core_rbd-remove-snapshot-existence-validation.patch.
  - commit 391445c
  - io_uring/af_unix: disable sending io_uring over sockets
    (bsc#1218447, CVE-2023-6531).
  - commit 7d4ebd3
  - xen/events: avoid using info_for_irq() in xen_send_IPI_one()
    (git-fixes).
  - commit aa0ccc0
  - xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled
    (git-fixes).
  - commit 74e0704
  - xenbus: fix error exit in xenbus_init() (git-fixes).
  - commit a5387b3

++++ samba:

  - Update to 4.19.4
    * net changesecretpw cannot set the machine account password if
    secrets.tdb is empty; (bso#13577).
    * For generating doc, take, if defined, env XML_CATALOG_FILES;
    (bso#15540).
    * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541).
    * vfs_linux_xfs is incorrectly named; (bso#15542).
    * systemd stumbled over copyright-message at smbd startup;
    (bso#15377).
    * Following intermediate abolute share-local symlinks is
    broken; (bso#15505).
    * ctdb RELEASE_IP causes a crash in release_ip if a connection
    to a non-public address disconnects first; (bso#15523).
    * shadow_copy2 broken when current fileset's directories are
    removed; (bso#15544).
    * smbd does not detect ctdb public ipv6 addresses for
    multichannel exclusion; (bso#15534).
    * 'force user = localunixuser' doesn't work if 'allow trusted
    domains = no' is set; (bso#15469).
    * smbget debug logging doesn't work; (bso#15525).
    * smget: username in the smburl and interactive password entry
    doesn't work; (bso#15532).
    * smbget auth function doesn't set values for password prompt
    correctly; (bso#15538).
    * Unable to copy and write files from clients to Ceph cluster
    via SMB Linux gateway with Ceph VFS module; (bso#15440).
    * Multichannel refresh network information; (bso#15547).

++++ ncurses:

  - Add foot to terminfo-base. It's the most compliant wayland
    terminal emulator according to
    https://github.com/dankamongmen/notcurses/blob/master/TERMINALS.md

++++ shadow:

  - bsc#1199026 bsc#1203823:
    Remove pam_keyinit from PAM configuration.
    This was introduced for bsc#1144060.

++++ libxkbcommon:

  - add libxkbregistry-devel to baselibs for use by wine-32bit. (bsc#1218640)

++++ libzypp:

  - Fix to build with libxml 2.12.x (fixes #505)
  - version 17.31.28 (22)

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

  - create /run/udev/static_node-tags/uaccess/nvidia${devid} symlinks
    also during modprobing the nvidia module; this changes the issue
    of not having access to /dev/nvidia${devid}, when gfxcard has
    been replaced by a different gfx card after installing the driver

++++ selinux-policy:

  - Update to version 20240104:
    * Allow keepalived_t read+write kernel_t pipes (bsc#1216060)
    * allow rebootmgr to read the system state (bsc#1205931)

------------------------------------------------------------------
------------------  2024-1-8  -  Jan 8 2024  -------------------
------------------------------------------------------------------

++++ containerd:

  - Add patch for bsc#1217952:
    + 0002-shim-Create-pid-file-with-0644-permissions.patch

++++ dbus-1:

  - Add RH/Fedora compat provides dbus-libs to library package
    needed by Mullvad

++++ python-kiwi:

  - Fixed grub terminal setup
    The grub terminal setup is divided into the setting for the output
    and the input console. For both settings different parameters exists.
    So far kiwi did not differentiate between the two parts of the
    console setup and that could lead to a wrong setting if only one
    value is provided in kiwi's console= attribute which lead to the
    grub setting, GRUB_TERMINAL=value. If value is set to e.g gfxterm
    grub takes this for both input and output and it's obviously
    wrong for the input. To make this less error prune the kiwi code
    changes with this commit to set GRUB_TERMINAL_INPUT and
    GRUB_TERMINAL_OUTPUT rather than GRUB_TERMINAL and also runs sanity
    checks on the provided values if they are applicable. The information
    for setting up the console in the schema stays untouched though.
    That's because it's used for all bootloaders and also because grub
    supports multiple values for the console in/out setting in one
    GRUB_TERMINAL variable even though kiwi does no longer use it.
    To make this clear for the users also the documentation for the
    console attribute setup has been updated. If we want to wish two
    distinct attributes for input and output console settings a schema
    change and also differentiation between bootloaders is needed and
    that I only see for the kiwi-10 branch if at all. This Fixes #2419

++++ firewalld:

  - update to 2.1.0:
    * eat(service): add DNS over QUIC (DoQ) Service (5130430)
    * feat(icmp): add ICMPv6 Multicast Listener Discovery (MLD) types (dd88bbf)
    * feat(fw): add ReloadPolicy option in firewalld.conf (0019371)
    * feat(service): add submission service (tcp 587) (d6a9561)
    * feat(service): Add alvr (3a92358)
    * feat(service): add vrrp (d62fc8d)
    [* Renamed patch 0002-Disable-FlushAllOnReload-option.patch to
    0001-Disable-FlushAllOnReload-option.patch
    [* Renamed patch firewalld-runstatedir.patch to 0002-firewalld-runstatedir.patch]

++++ git:

  - git moved to /usr/libexec/git/git, update AppArmor profile
    accordingly (boo#1218588)

++++ kernel-default:

  - smb: client: fix potential OOB in smb2_dump_detail()
    (bsc#1217946 CVE-2023-6610).
  - commit 88dbafd
  - io_uring: fix off-by one bvec index (bsc#1218624).
  - io_uring/kbuf: Use slab for struct io_buffer objects
    (git-fixes).
  - io_uring/kbuf: Allow the full buffer id space for provided
    buffers (git-fixes).
  - io_uring/kbuf: Fix check of BID wrapping in provided buffers
    (git-fixes).
  - io_uring: use files_lookup_fd_locked() (git-fixes).
  - commit db1b5e4
  - vsock/virtio: Fix unsigned integer wrap around in
    virtio_transport_has_space() (git-fixes).
  - commit 87e311c
  - vsock/virtio: remove socket from connected/bound list on
    shutdown (git-fixes).
  - commit d833002
  - vsock/virtio: initialize the_virtio_vsock before using VQs
    (git-fixes).
  - commit 11e10ec
  - virtio_pci: fix the common cfg map size (git-fixes).
  - commit 368664b
  - virtio-mmio: fix memory leak of vm_dev (git-fixes).
  - commit 6dc7491
  - vsprintf/kallsyms: Prevent invalid data when printing symbol
    (bsc#1217602).
  - commit b959f1c
  - Revert "media: mediatek: vcodec: Fix bitstream crop information
    error" (git-fixes).
  - commit e79cc48
  - media: platform: mtk-mdp3: release node reference before
    returning (git-fixes).
  - commit ca2e5ae
  - net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation
    (git-fixes).
  - commit 623ab0a
  - KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES
    guests (git-fixes).
  - commit 23fdc35
  - media: mediatek: vcodec: Read HW active status from syscon
    (git-fixes).
  - commit e1d2d26
  - media: Add AV1 uAPI (git-fixes).
  - commit 4741e9b
  - x86/boot: Move x86_cache_alignment initialization to correct
    spot (bsc#1216015).
  - commit 5dc3dc0
  - media: mediatek: vcodec: Define address for VDEC_HW_ACTIVE
    (git-fixes).
  - commit 5f137d4
  - media: Explicitly include correct DT includes (git-fixes).
  - commit 2db0dfc
  - media: mediatek: vcodec: Change dbgfs interface to support
    encode (git-fixes).
  - commit bd5f191
  - media: mediatek: vcodec: Add a debugfs file to get different
    useful information (git-fixes).
  - commit bdc1207
  - Limit kernel-source build to architectures for which the kernel binary
    is built (bsc#1108281).
  - commit 08a9e44
  - media: mediatek: vcodec: fix resource leaks in
    vdec_msg_queue_init() (git-fixes).
  - commit c0e90df
  - units: add missing header (git-fixes).
  - crypto: qat - move adf_cfg_services (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add num_rps sysfs attribute (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add rp2svc sysfs attribute (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add rate limiting sysfs interface (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add rate limiting feature to qat_4xxx
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add retrieval of fw capabilities (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add bits.h to icp_qat_hw.h (jsc#PED-5174
    jsc#PED-5861).
  - units: Add BYTES_PER_*BIT (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - move admin api (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - fix ring to service map for QAT GEN4 (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - use masks for AE groups (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - refactor fw config related functions (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - count QAT GEN4 errors (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add error counters (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add adf_get_aram_base() helper function
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add handling of compression related errors for
    QAT GEN4 (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add reporting of correctable errors for QAT GEN4
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add infrastructure for error reporting
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add cnv_errors debugfs file (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add pm_status debugfs file (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - refactor included headers (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add namespace to driver (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - Remove zlib-deflate (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - Annotate struct adf_fw_counters with __counted_by
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - enable dc chaining service (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - consolidate services structure (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - fix unregistration of compression algorithms
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - do not shadow error code (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - refactor deprecated strncpy (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - Use list_for_each_entry() helper (jsc#PED-5174
    jsc#PED-5861).
  - Documentation: ABI: debugfs-driver-qat: fix fw_counters path
    (git-fixes).
  - crypto: qat - fix crypto capability detection for 4xxx
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - Remove unused function declarations (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - use kfree_sensitive instead of memset/kfree()
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - replace the if statement with min() (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add heartbeat counters check (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add heartbeat feature (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add measure clock frequency (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - drop obsolete heartbeat interface (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add internal timer for qat 4xxx (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - add fw_counters debugfs file (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - change value of default idle filter (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - do not export adf_init_admin_pm() (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - expose pm_idle_enabled through sysfs (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - extend configuration for 4xxx (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - refactor fw config logic for 4xxx (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - make fw images name constant (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - move returns to default case (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - update slice mask for 4xxx devices (jsc#PED-5174
    jsc#PED-5861).
  - crypto: qat - set deprecated capabilities as reserved
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - add missing function declaration in adf_dbgfs.h
    (jsc#PED-5174 jsc#PED-5861).
  - crypto: qat - move dbgfs init to separate file (jsc#PED-5174
    jsc#PED-5861).
  - commit a45a239
  - Delete
    patches.suse/crypto-qat-change-value-of-default-idle-filter.patch.
    (will be re-added as part of the QAT series)
  - commit c06831d
  - media: mc: Make media_get_pad_index() use pad type flag
    (git-fixes).
  - commit 5b7fb34
  - readahead: Avoid multiple marked readahead pages (bsc#1217818).
  - commit a26eeaa
  - x86/sev-es: Set x86_virt_bits to the correct value straight
    away, instead of a two-phase approach (bsc#1216015).
  - commit 9f9f39c
  - x86/resctrl: Fix kernel-doc warnings (git-fixes).
  - commit 4ce9baf
  - x86/lib/msr: Clean up kernel-doc notation (git-fixes).
  - commit 0fd47d0
  - x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() (git-fixes).
  - commit c99440e
  - x86/fineibt: Poison ENDBR at +0 (git-fixes).
  - commit 0340aa5
  - x86/boot/compressed: Reserve more memory for page tables (git-fixes).
  - commit 1b49bd4
  - x86/alternatives: Disable KASAN in apply_alternatives()   (git-fixes).
  - commit 0de097e
  - x86/ibt: Suppress spurious ENDBR (git-fixes).
  - commit 127632c
  - x86/CPU/AMD: Check vendor in the AMD microcode callback (git-fixes).
  - commit ec38da9
  - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot
    (bsc#1216015).
  - commit 2c6b247
  - x86/alternatives: Disable interrupts and sync when optimizing NOPs in  place (git-fixes).
  - commit 3ed13fa
  - x86/srso: Fix SBPB enablement for (possible) future fixed HW  (git-fixes).
  - Refresh
    patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch.
  - commit b0edd5b
  - x86/srso: Fix vulnerability reporting for missing microcode (git-fixes).
  - commit e2cfc2e
  - EDAC: Explicitly include correct DT includes (jsc#PED-6747).
  - commit f6ef38c

++++ kernel-default-base:

  - Add dm-crypt for encrypted hard disk support
  - Add dmi-sysfs for systemd to receive credentials via smbios

++++ kernel-firmware-all:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-amdgpu:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-ath10k:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-ath11k:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-ath12k:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-atheros:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-bluetooth:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-bnx2:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-brcm:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-chelsio:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-dpaa2:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-i915:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-intel:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-iwlwifi:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-liquidio:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-marvell:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-media:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-mediatek:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-mellanox:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-mwifiex:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-network:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-nfp:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-nvidia:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-platform:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-prestera:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-qcom:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-qlogic:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-radeon:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-realtek:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-serial:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-sound:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-ti:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-ueagle:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ kernel-firmware-usb-network:

  - Update to version 20240105 (git commit 5a6ae745d8a4):
    * amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
  - Drop superfluous Provides from uncompressed kernel-firmware package
    that may confuse dependencies (bsc#1218307)
  - Minor adjustment and updates of scripts / templates

++++ c-ares:

  - Update to version 1.25
    Changes:
    o Rewrite ares_strsplit() as a wrapper for ares__buf_split() for memory
    safety reasons.
    o The ahost utility now uses ares_getaddrinfo() and returns both IPv4 and
    IPv6 addresses by default.
    Bug Fixes:
    o Tests: Live reverse lookups for Google's public DNS servers no longer
    return results, replace with CloudFlare pubic DNS servers.
    o Connection failures should increment the server failure count first or a
    retry might be enqueued to the same server
    o On systems that don't implement the ability to enumerate network interfaces
    the stubs used the wrong prototype.
    o Fix minor warnings and documentation typos
    o Fix support for older GoogleTest versions
    o getrandom() may require sys/random.h on some systems.
    o Fix building tests with symbol hiding enabled.
  - 0001-Use-RPM-compiler-options.patch: dropped, obsolete

++++ ncurses:

  - Add ncurses patch 20240106
    + use ansi+arrows, ansi+apparrows, ansi+csr, ansi+erase, ansi+idc,
    ansi+idc1, ansi+idl, ansi+idl1, ansi+inittabs to trim -TD
    + minor manpage formatting changes for consistency.
    + modify doc-html test package's install-directory, per lintian.
    + add attr_get.3x to man_db.renames.in (patch by Sven Joachim).
  - Add ncurses patch 20231230
    + improve formatting/style of manpages (patches by Branden Robinson).
    + add ms-vt100-16color, winconsole -TD
    + add rio, rio-direct -TD
    + add mostlike -TD
    + add wezterm, contour -TD
  - Add ncurses patch 20231223
    + improve formatting/style of manpages (patches by Branden Robinson).
  - Add ncurses patch 20231217
    + improve formatting/style of manpages (patches by Branden Robinson).
    + correct an assignment in infocmp "-u" for detecting if a boolean
    is unset in a base entry and set in a use'd chunk, i.e., if it was
    cancelled.
    + modify infocmp "-u" option to not report cancels for strings which
    were already cancelled in a use'd chunk.
    + join two lines in infotocap.3x to eliminate a spurious "description"
    link in installed manpages (report by Sven Joachim).
    + fix typo in NEWS (report by Sven Joachim).
  - Port patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ vulkan-loader:

  - Align the fallback XDG config dirs with SUSE spec in-case it
    can't read it from the environment

++++ wtmpdb:

  - Update to version 0.11.0
  - last: add support for time-format option

++++ mdadm:

  - Update mdadm to latest upstream state upto commit
    582945c2d3bb. (jsc#PED-7542)
    1) The testing changes are not included here.
    2) Code clean up, and more helper routines added for Manage.c,
    Monitor.c, mdadm.c, ReadMe.c, super-intel.c, super0.c, super1.c,
    Create.c, Incremental.c and so on.
    3) Man page update for mdadm.8.in.
    4) Several memory leak and double free fixes.
    5) Check /etc/initrd-release for whether systemd running on an initrd.
  - Manage: Block unsafe member failing
    0062-Manage-Block-unsafe-member-failing.patch
  - Mdmonitor: Split alert() into separate functions
    0063-Mdmonitor-Split-alert-into-separate-functions.patch
  - Monitor: block if monitor modes are combined.
    0064-Monitor-block-if-monitor-modes-are-combined.patch
  - Update mdadm Monitor manual.
    0065-Update-mdadm-Monitor-manual.patch
  - mdadm: create ident_init()
    0066-mdadm-create-ident_init.patch
  - mdadm: Add option validation for --update-subarray
    0067-mdadm-Add-option-validation-for-update-subarray.patch
  - Fix --update-subarray on active volume
    0068-Fix-update-subarray-on-active-volume.patch
  - Add code specific update options to enum.
    0069-Add-code-specific-update-options-to-enum.patch
  - super-ddf: Remove update_super_ddf.
    0070-super-ddf-Remove-update_super_ddf.patch
  - super0: refactor the code for enum
    0071-super0-refactor-the-code-for-enum.patch
  - super1: refactor the code for enum
    0072-super1-refactor-the-code-for-enum.patch
  - super-intel: refactor the code for enum
    0073-super-intel-refactor-the-code-for-enum.patch
  - Change update to enum in update_super and update_subarray
    0074-Change-update-to-enum-in-update_super-and-update_sub.patch
  - Manage&Incremental: code refactor, string to enum
    0075-Manage-Incremental-code-refactor-string-to-enum.patch
  - Change char* to enum in context->update & refactor code
    0076-Change-char-to-enum-in-context-update-refactor-code.patch
  - mdadm/udev: Don't handle change event on raw devices
    0077-mdadm-udev-Don-t-handle-change-event-on-raw-devices.patch
  - Manage: do not check array state when drive is removed
    0078-Manage-do-not-check-array-state-when-drive-is-remove.patch
  - incremental, manage: do not verify if remove is safe
    0079-incremental-manage-do-not-verify-if-remove-is-safe.patch
  - super-intel: make freesize not required for chunk size
    0080-super-intel-make-freesize-not-required-for-chunk-siz.patch
  - manage: move comment with function description
    0081-manage-move-comment-with-function-description.patch
  - Fix NULL dereference in super_by_fd
    0082-Fix-NULL-dereference-in-super_by_fd.patch
  - Mdmonitor: Make alert_info global
    0083-Mdmonitor-Make-alert_info-global.patch
  - Mdmonitor: Pass events to alert() using enums instead of
    0084-Mdmonitor-Pass-events-to-alert-using-enums-instead-o.patch
  - Mdmonitor: Add helper functions
    0085-Mdmonitor-Add-helper-functions.patch
  - Add helpers to determine whether directories or files are
    0086-Add-helpers-to-determine-whether-directories-or-file.patch
  - Mdmonitor: Refactor write_autorebuild_pid()
    0087-Mdmonitor-Refactor-write_autorebuild_pid.patch
  - Mdmonitor: Refactor check_one_sharer() for better error
    0088-Mdmonitor-Refactor-check_one_sharer-for-better-error.patch
  - util.c: reorder code lines in parse_layout_faulty()
    0089-util.c-reorder-code-lines-in-parse_layout_faulty.patch
  - util.c: fix memleak in parse_layout_faulty()
    0090-util.c-fix-memleak-in-parse_layout_faulty.patch
  - Detail.c: fix memleak in Detail()
    0091-Detail.c-fix-memleak-in-Detail.patch
  - isuper-intel.c: fix double free in load_imsm_mpb()
    0092-isuper-intel.c-fix-double-free-in-load_imsm_mpb.patch
  - super-intel.c: fix memleak in find_disk_attached_hba()
    0093-super-intel.c-fix-memleak-in-find_disk_attached_hba.patch
  - super-ddf.c: fix memleak in get_vd_num_of_subarray()
    0094-super-ddf.c-fix-memleak-in-get_vd_num_of_subarray.patch
  - Create: goto abort_locked instead of return 1 in error path
    0095-Create-goto-abort_locked-instead-of-return-1-in-erro.patch
  - Create: remove safe_mode_delay local variable
    0096-Create-remove-safe_mode_delay-local-variable.patch
  - Create: Factor out add_disks() helpers
    0097-Create-Factor-out-add_disks-helpers.patch
  - mdadm: Introduce pr_info()
    0098-mdadm-Introduce-pr_info.patch
  - mdadm: Add --write-zeros option for Create
    0099-mdadm-Add-write-zeros-option-for-Create.patch
  - manpage: Add --write-zeroes option to manpage
    0100-manpage-Add-write-zeroes-option-to-manpage.patch
  - Define alignof using _Alignof when using C11 or newer
    0101-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch
  - Use existence of /etc/initrd-release to detect initrd.
    0102-Use-existence-of-etc-initrd-release-to-detect-initrd.patch
  - Create: Fix checking for container in update_metadata
    0103-Create-Fix-checking-for-container-in-update_metadata.patch

++++ python-attrs:

  - update to 23.2.0:
    * The type annotation for `attrs.resolve_types()` is now
    correct.
    * Type stubs now use `typing.dataclass_transform` to decorate
    dataclass-like decorators, instead of the non-standard
    `__dataclass_transform__` special form, which is only
    supported by Pyright.
    * Fixed serialization of namedtuple fields using
    `attrs.asdict/astuple()` with `retain_collection_types=True`.
    * `attrs.AttrsInstance` is now a `typing.Protocol` in both type
    hints and code.
    * This allows you to subclass it along with another `Protocol`.
    * If *attrs* detects that `__attrs_pre_init__` accepts more
    than just `self`, it will call it with the same arguments as
    `__init__` was called.
    * This allows you to, for example, pass arguments to
    `super().__init__()`.
    * Slotted classes now transform `functools.cached_property`
    decorated methods to support equivalent semantics.
    * Added *class_body* argument to `attrs.make_class()` to
    provide additional attributes for newly created classes.
    * It is, for example, now possible to attach methods.

------------------------------------------------------------------
------------------  2024-1-7  -  Jan 7 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: core: Fix atomic xfer check for non-preempt config
    (git-fixes).
  - commit e75469f

++++ python-netaddr:

  - update to 0.10.1:
    * Get rid of some warnings
    * Add an :data:`INET_ATON` flag to explicitly request
    ``inet_aton()`` IPv4 parsing semantics from :class:`IPAddress`.
    * Add an :meth:`IPAddress.is_ipv4_private_use` convenience
    method.
    * Add an :meth:`IPAddress.is_global` convenience method to
    allow determining if an address is considered globally reachable.
    * Add an :meth:`IPAddress.is_ipv6_unique_local` convenience
    method.
    * Improve Python 3.13 compatibility, thank you John Eckersberg.
    * Deprecate Python 3.7 support.
    * Deprecate abbreviated CIDR format support in
    :class:`IPNetwork`
    * Deprecate accepting leading zeros when parsing IPv4 addresses
    in :data:`INET_PTON` mode (it's been allowed on some platforms).
    If you need to allow and discard leading zeros use the
    :data:`ZEROFILL` flag.
    * Raise an exception if invalid flags are passed to
    ``IPAddress``, ``IPNetwork`` or ``IPRange``.
    * Improve the documentation substantially.
    * Update the DB files to the latest versions (2023-12-23).

++++ python-referencing:

  - Update to version 0.32.1:
    * We CannotDetermineSpecification for $schema kyes that aren't
    strs
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * Enable more ruff rulesets.
    * Remove an unneeded doc ext, we have no CLI.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump actions/setup-python from 4 to 5
    * Update pre-commit hooks.

------------------------------------------------------------------
------------------  2024-1-6  -  Jan 6 2024  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to bugfix release 23.3.2
  - -> https://docs.mesa3d.org/relnotes/23.3.2.html

++++ Mesa-drivers:

  - Update to bugfix release 23.3.2
  - -> https://docs.mesa3d.org/relnotes/23.3.2.html

++++ kernel-default:

  - ublk: zoned: support REQ_OP_ZONE_RESET_ALL (bsc#1216436).
  - ublk: Switch to memdup_user_nul() helper (bsc#1216436).
  - ublk: fix 'warn: variable dereferenced before check 'req''
    from Smatch (bsc#1216436).
  - ublk: Fix signedness bug returning warning (bsc#1216436).
  - ublk: enable zoned storage support (bsc#1216436).
  - ublk: move check for empty address field on command submission
    (bsc#1216436).
  - ublk: add helper to check if device supports user copy
    (bsc#1216436).
  - ublk: make ublk_chr_class a static const structure
    (bsc#1216436).
  - ublk: add control command of UBLK_U_CMD_GET_FEATURES
    (bsc#1216436).
  - ublk: fix build warning on iov_iter_get_pages2 (bsc#1216436).
  - ublk: support user copy (bsc#1216436).
  - ublk: add read()/write() support for ublk char device
    (bsc#1216436).
  - ublk: support to copy any part of request pages (bsc#1216436).
  - ublk: grab request reference when the request is handled by
    userspace (bsc#1216436).
  - ublk: cleanup ublk_copy_user_pages (bsc#1216436).
  - ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
    (bsc#1216436).
  - ublk: kill queuing request by task_work_add (bsc#1216436).
  - commit 9fb699d
  - mmc: sdhci-sprd: Fix eMMC init failure after hw reset
    (git-fixes).
  - mmc: rpmb: fixes pause retune on all RPMB partitions
    (git-fixes).
  - mmc: meson-mx-sdhc: Fix initialization frozen issue (git-fixes).
  - drm/amd/display: Fix sending VSC (+ colorimetry) packets for
    DP/eDP displays without PSR (git-fixes).
  - ARM: sun9i: smp: Fix array-index-out-of-bounds read in
    sunxi_mc_smp_init (git-fixes).
  - commit 6d8c3af

++++ libdrm:

  - adjusted n_libdrm-drop-valgrind-dep-generic.patch,
    n_libdrm-drop-valgrind-dep-intel.patch to fix build

++++ gpgme:

  - Python 3.12 has dropped distutils
    * Build require python-setuptools instead
    * Drop old gpgme-D545-python310.patch
    * Replace with gpgme-D545-obsolete-distutils.patch

++++ libxmlb:

  - update to 0.3.15:
    * Sprinkle __attribute__((nonnull)) to give a little more
    compile-time safety
    * Accept text/xml as an alternative to application/xml
    * Do not inline shared code
    * Fix compiling with Visual Studio
    * Fix the exported api test on Windows
    * Generate and use .def file for clang-cl builds
    Fan)
    * Release source file handles early

++++ python-httpx:

  - update to 0.26.0:
    * The `proxy` argument was added. You should use the `proxy`
    argument instead of the deprecated `proxies`, or use
    `mounts=` for more complex configurations.
    * The `proxies` argument is now deprecated. It will still
    continue to work, but it will be removed in the future.
    * Fix cases of double escaping of URL path components. Allow /
    as a safe character in the query portion.
    * Handle `NO_PROXY` envvar cases when a fully qualified URL is
    supplied as the value.
    * Allow URLs where username or password contains unescaped '@'.
    * Ensure ASGI `raw_path` does not include URL query component.
    * Ensure `Response.iter_text()` cannot yield empty strings.

------------------------------------------------------------------
------------------  2024-1-5  -  Jan 5 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Added curl-adjust-pollset-fix.patch to fix broken MPD http streaming:
    https://github.com/curl/curl/issues/12632

++++ kernel-default:

  - Update patch reference for BT fix (CVE-2023-51779 bsc#1218559)
  - commit 5031658
  - platform/x86/intel/tpmi: Add debugfs support for read/write
    blocked (bsc#1218555).
  - platform/x86/intel/tpmi: Add debugfs interface (bsc#1218555).
  - platform/x86/intel/tpmi: Read feature control status
    (bsc#1218555).
  - commit 504e179
  - selftests: bonding: do not set port down when adding to bond
    (git-fixes).
  - r8169: Fix PCI error on system resume (git-fixes).
  - wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ
    (git-fixes).
  - nfc: llcp_core: Hold a ref to llcp_local->dev when holding a
    ref to llcp_local (git-fixes).
  - Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI
    device probe" (git-fixes).
  - drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV,
    G200SE (git-fixes).
  - drm/bridge: ps8640: Fix size mismatch warning w/ len
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Never store more than msg->size
    bytes in AUX xfer (git-fixes).
  - drm/bridge: parade-ps8640: Never store more than msg->size
    bytes in AUX xfer (git-fixes).
  - accel/qaic: Implement quirk for SOC_HW_VERSION (git-fixes).
  - accel/qaic: Fix GEM import path code (git-fixes).
  - drm/i915/perf: Update handling of MMIO triggered reports
    (git-fixes).
  - drm/i915/dp: Fix passing the correct DPCD_REV for
    drm_dp_set_phy_test_pattern (git-fixes).
  - selftests: secretmem: floor the memory size to the multiple
    of page_size (git-fixes).
  - PM: hibernate: Fix the exclusive get block device in test_resume
    mode (git-fixes).
  - commit 0536703
  - ALSA: hda/tas2781: remove sound controls in unbind (git-fixes).
  - commit f8516b2
  - ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook
    440 G6 (git-fixes).
  - ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
    (git-fixes).
  - ASoC: meson: g12a-toacodec: Fix event generation (git-fixes).
  - ASoC: meson: g12a-tohdmitx: Validate written enum values
    (git-fixes).
  - ASoC: meson: g12a-toacodec: Validate written enum values
    (git-fixes).
  - ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
    (git-fixes).
  - ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable
    (git-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
    (git-fixes).
  - ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion
    14-ec1xxx series (git-fixes).
  - ALSA: hda/tas2781: move set_drv_data outside tasdevice_init
    (git-fixes).
  - ALSA: hda/tas2781: fix typos in comment (git-fixes).
  - ALSA: hda/tas2781: do not use regcache (git-fixes).
  - commit 38d6c8e
  - drm/i915/mtl: Update workaround 14016712196 (git-fixes).
  - commit eff3878
  - badblocks: avoid checking invalid range in badblocks_check()
    (jsc#PED-7513).
  - dm-raid: delay flushing event_work() after reconfig_mutex is
    released (jsc#PED-7514).
  - md: split MD_RECOVERY_NEEDED out of mddev_resume (jsc#PED-7542).
  - md: fix stopping sync thread (jsc#PED-7542).
  - md: don't leave 'MD_RECOVERY_FROZEN' in error path of
    md_set_readonly() (jsc#PED-7542).
  - md: fix missing flush of sync_work (jsc#PED-7542).
  - md/raid6: use valid sector values to determine if an I/O should
    wait on the reshape (jsc#PED-7542).
  - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
    (jsc#PED-7513).
  - dm-flakey: start allocating with MAX_ORDER (jsc#PED-7514).
  - dm-verity: align struct dm_verity_fec_io properly
    (jsc#PED-7514).
  - dm verity: don't perform FEC for failed readahead IO
    (jsc#PED-7514).
  - dm verity: initialize fec io before freeing it (jsc#PED-7514).
  - closures: CLOSURE_CALLBACK() to fix type punning (jsc#PED-7513).
  - md: fix bi_status reporting in md_end_clone_io (jsc#PED-7542).
  - bcache: avoid NULL checking to c->root in run_cache_set()
    (jsc#PED-7513).
  - bcache: add code comments for bch_btree_node_get() and
    __bch_btree_node_alloc() (jsc#PED-7513).
  - bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in
    btree_gc_coalesce() (jsc#PED-7513).
  - bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up
    race (jsc#PED-7513).
  - bcache: fixup lock c->root error (jsc#PED-7513).
  - bcache: fixup init dirty data errors (jsc#PED-7513).
  - bcache: prevent potential division by zero error (jsc#PED-7513).
  - bcache: remove redundant assignment to variable cur_idx
    (jsc#PED-7513).
  - bcache: check return value from btree_node_alloc_replacement()
    (jsc#PED-7513).
  - bcache: avoid oversize memory allocation by small stripe_size
    (jsc#PED-7513).
  - dm-crypt: start allocating with MAX_ORDER (jsc#PED-7514).
  - dm-verity: don't use blocking calls from tasklets
    (jsc#PED-7514).
  - dm-bufio: fix no-sleep mode (jsc#PED-7514).
  - dm-delay: avoid duplicate logic (jsc#PED-7514).
  - dm-delay: fix bugs introduced by kthread mode (jsc#PED-7514).
  - dm-delay: fix a race between delay_presuspend and delay_bio
    (jsc#PED-7514).
  - closures: Fix race in closure_sync() (jsc#PED-7513).
  - closures: Better memory barriers (jsc#PED-7513).
  - dm crypt: account large pages in cc->n_allocated_pages
    (jsc#PED-7514).
  - dm integrity: use crypto_shash_digest() in sb_mac()
    (jsc#PED-7514).
  - dm crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening()
    (jsc#PED-7514).
  - dm error: Add support for zoned block devices (jsc#PED-7514).
  - dm delay: for short delays, use kthread instead of timers and wq
    (jsc#PED-7514).
  - dm: respect REQ_NOWAIT flag in normal bios issued to DM
    (jsc#PED-7514).
  - dm: enhance alloc_multiple_bios() to be more versatile
    (jsc#PED-7514).
  - dm: make __send_duplicate_bios return unsigned int
    (jsc#PED-7514).
  - dm log userspace: replace deprecated strncpy with strscpy
    (jsc#PED-7514).
  - dm ioctl: replace deprecated strncpy with strscpy_pad
    (jsc#PED-7514).
  - dm crypt: replace open-coded kmemdup_nul (jsc#PED-7514).
  - dm cache metadata: replace deprecated strncpy with strscpy
    (jsc#PED-7514).
  - dm: shortcut the calls to linear_map and stripe_map
    (jsc#PED-7514).
  - md: cleanup pers->prepare_suspend() (jsc#PED-7542).
  - md-cluster: check for timeout while a new disk adding
    (jsc#PED-7542).
  - md: rename __mddev_suspend/resume() back to
    mddev_suspend/resume() (jsc#PED-7542).
  - md: remove old apis to suspend the array (jsc#PED-7542).
  - md: suspend array in md_start_sync() if array need
    reconfiguration (jsc#PED-7542).
  - md/raid5: replace suspend with quiesce() callback
    (jsc#PED-7542).
  - md/md-linear: cleanup linear_add() (jsc#PED-7542).
  - md: cleanup mddev_create/destroy_serial_pool() (jsc#PED-7542).
  - md: use new apis to suspend array before
    mddev_create/destroy_serial_pool (jsc#PED-7542).
  - md: use new apis to suspend array for ioctls involed array
    reconfiguration (jsc#PED-7542).
  - md: use new apis to suspend array for adding/removing rdev
    from state_store() (jsc#PED-7542).
  - md: use new apis to suspend array for sysfs apis (jsc#PED-7542).
  - md/raid5: use new apis to suspend array (jsc#PED-7542).
  - md/raid5-cache: use new apis to suspend array (jsc#PED-7542).
  - md/md-bitmap: use new apis to suspend array for location_store()
    (jsc#PED-7542).
  - md/dm-raid: use new apis to suspend array (jsc#PED-7514).
  - md: add new helpers to suspend/resume and lock/unlock array
    (jsc#PED-7542).
  - md: add new helpers to suspend/resume array (jsc#PED-7542).
  - md: replace is_md_suspended() with 'mddev->suspended' in
    md_check_recovery() (jsc#PED-7542).
  - md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
    (jsc#PED-7542).
  - md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
    (jsc#PED-7542).
  - md/raid1: don't split discard io for write behind
    (jsc#PED-7542).
  - md: do not require mddev_lock() for all options in
    array_state_store() (jsc#PED-7542).
  - md: simplify md_seq_ops (jsc#PED-7542).
  - md: factor out a helper from mddev_put() (jsc#PED-7542).
  - md: replace deprecated strncpy with memcpy (jsc#PED-7542).
  - md/md-linear: Annotate struct linear_conf with __counted_by
    (jsc#PED-7542).
  - md: don't check 'mddev->pers' and 'pers->quiesce' from
    suspend_lo_store() (jsc#PED-7542).
  - md: don't check 'mddev->pers' from suspend_hi_store()
    (jsc#PED-7542).
  - md-bitmap: suspend array earlier in location_store()
    (jsc#PED-7542).
  - md-bitmap: remove the checking of 'pers->quiesce' from
    location_store() (jsc#PED-7542).
  - md: don't rely on 'mddev->pers' to be set in mddev_suspend()
    (jsc#PED-7542).
  - md: initialize 'writes_pending' while allocating mddev
    (jsc#PED-7542).
  - md: initialize 'active_io' while allocating mddev
    (jsc#PED-7542).
  - md: delay remove_and_add_spares() for read only array to
    md_start_sync() (jsc#PED-7542).
  - md: factor out a helper rdev_addable() from
    remove_and_add_spares() (jsc#PED-7542).
  - md: factor out a helper rdev_is_spare() from
    remove_and_add_spares() (jsc#PED-7542).
  - md: factor out a helper rdev_removeable() from
    remove_and_add_spares() (jsc#PED-7542).
  - md: delay choosing sync action to md_start_sync()
    (jsc#PED-7542).
  - md: factor out a helper to choose sync action from
    md_check_recovery() (jsc#PED-7542).
  - md: use separate work_struct for md_start_sync() (jsc#PED-7542).
  - badblocks: switch to the improved badblock handling code
    (jsc#PED-7542).
  - badblocks: improve badblocks_check() for multiple ranges
    handling (jsc#PED-7542).
  - badblocks: improve badblocks_clear() for multiple ranges
    handling (jsc#PED-7542).
  - badblocks: improve badblocks_set() for multiple ranges handling
    (jsc#PED-7542).
  - badblocks: add helper routines for badblock ranges handling
    (jsc#PED-7542).
  - badblocks: add more helper structure and routines in badblocks.h
    (jsc#PED-7542).
  - dm: Annotate struct dm_bio_prison with __counted_by
    (jsc#PED-7514).
  - dm: Annotate struct dm_stat with __counted_by (jsc#PED-7514).
  - dm: Annotate struct stripe_c with __counted_by (jsc#PED-7514).
  - dm crypt: Annotate struct crypt_config with __counted_by
    (jsc#PED-7514).
  - dm raid: Annotate struct raid_set with __counted_by
    (jsc#PED-7514).
  - closures: Add a missing include (jsc#PED-7542).
  - closures: closure_nr_remaining() (jsc#PED-7542).
  - closures: closure_wait_event() (jsc#PED-7542).
  - commit 99c2319
  - bcache: move closures to lib/ (jsc#PED-7513).
  - Update config files for the above change, add CONFIG_CLOSURES,
  - config/arm64/default
  - config/armv7hl/default
  - config/ppc64le/default
  - config/s390x/default
  - config/x86_64/default
  - commit 74c7cf7
  - dm crypt: Fix reqsize in crypt_iv_eboiv_gen (jsc#PED-7514).
  - MAINTAINERS: update the dm-devel mailing list (jsc#PED-7514).
  - dm zoned: free dmz->ddev array in dmz_put_zoned_devices
    (jsc#PED-7514).
  - md/raid5: release batch_last before waiting for another
    stripe_head (jsc#PED-7542).
  - dm: don't attempt to queue IO under RCU protection
    (jsc#PED-7514).
  - dm: fix a race condition in retrieve_deps (jsc#PED-7514).
  - md: Put the right device in md_seq_next (jsc#PED-7542).
  - md/raid1: fix error: ISO C90 forbids mixed declarations
    (jsc#PED-7542).
  - md: don't dereference mddev after export_rdev() (jsc#PED-7542).
  - md: raid0: account for split bio in iostat accounting
    (jsc#PED-7542).
  - md raid1: allow writebehind to work on any leg device set
    WriteMostly (jsc#PED-7542).
  - md/raid1: hold the barrier until handle_read_error() finishes
    (jsc#PED-7542).
  - md/raid1: free the r1bio before waiting for blocked rdev
    (jsc#PED-7542).
  - md/raid1: call free_r1bio() before allow_barrier() in
    raid_end_bio_io() (jsc#PED-7542).
  - md/raid5-cache: fix null-ptr-deref for
    r5l_flush_stripe_to_raid() (jsc#PED-7542).
  - raid6: test: only check for Altivec if building on powerpc hosts
    (jsc#PED-7542).
  - raid6: test: make sure all intermediate and artifact files
    are .gitignored (jsc#PED-7542).
  - raid6: test: cosmetic cleanups for the test Makefile
    (jsc#PED-7542).
  - raid6: guard the tables.c include of <linux/export.h> with
    __KERNEL__ (jsc#PED-7542).
  - raid6: remove the <linux/export.h> include from recov.c
    (jsc#PED-7542).
  - md: Hold mddev->reconfig_mutex when trying to get
    mddev->sync_thread (jsc#PED-7542).
  - md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()
    (jsc#PED-7542).
  - md: raid1: fix potential OOB in raid1_remove_disk()
    (jsc#PED-7542).
  - md/raid5-cache: fix a deadlock in r5l_exit_log() (jsc#PED-7542).
  - md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
    (jsc#PED-7542).
  - md/md-bitmap: remove unnecessary local variable in
    backlog_store() (jsc#PED-7542).
  - md/raid10: use dereference_rdev_and_rrdev() to get devices
    (jsc#PED-7542).
  - md/raid10: factor out dereference_rdev_and_rrdev()
    (jsc#PED-7542).
  - md/raid10: check replacement and rdev to prevent submit the
    same io twice (jsc#PED-7542).
  - md/raid1: Avoid lock contention from wake_up() (jsc#PED-7542).
  - md: restore 'noio_flag' for the last mddev_resume()
    (jsc#PED-7542).
  - md: don't quiesce in mddev_suspend() (jsc#PED-7542).
  - md: remove redundant check in fix_read_error() (jsc#PED-7542).
  - commit 81527d2
  - md/raid10: optimize fix_read_error (jsc#PED-7542).
  - Update patches.suse/md-display-timeout-error.patch for the above change.
  - commit 7006b22
  - md/raid1: prioritize adding disk to 'removed' mirror
    (jsc#PED-7542).
  - md/md-faulty: enable io accounting (jsc#PED-7542).
  - md/md-linear: enable io accounting (jsc#PED-7542).
  - md/md-multipath: enable io accounting (jsc#PED-7542).
  - commit 48f2a41
  - md/raid10: switch to use md_account_bio() for io accounting
    (jsc#PED-7542).
  - Refresh patches.suse/md-display-timeout-error.patch for the above change.
  - commit f7260ba
  - md/raid1: switch to use md_account_bio() for io accounting
    (jsc#PED-7542).
  - raid5: fix missing io accounting in raid5_align_endio()
    (jsc#PED-7542).
  - md: also clone new io if io accounting is disabled
    (jsc#PED-7542).
  - md: move initialization and destruction of 'io_acct_set'
    to md.c (jsc#PED-7542).
  - md: deprecate bitmap file support (jsc#PED-7542).
  - commit 6586ee2
  - md: make bitmap file support optional (jsc#PED-7542).
  - Update config files for the above change, add option
    CONFIG_MD_BITMAP_FILE set by y (the default behavior
    as old kernel versions do),
  - config/arm64/default
  - config/armv7hl/default
  - config/ppc64le/default
  - config/s390x/default
  - config/s390x/zfcpdump
  - config/x86_64/default
  - commit 20d8462
  - md-bitmap: don't use ->index for pages backing the bitmap file
    (jsc#PED-7542).
  - md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
    (jsc#PED-7542).
  - md-bitmap: cleanup read_sb_page (jsc#PED-7542).
  - md-bitmap: refactor md_bitmap_init_from_disk (jsc#PED-7542).
  - md-bitmap: rename read_page to read_file_page (jsc#PED-7542).
  - md-bitmap: split file writes into a separate helper
    (jsc#PED-7542).
  - md-bitmap: use %pD to print the file name in md_bitmap_file_kick
    (jsc#PED-7542).
  - md-bitmap: initialize variables at declaration time in
    md_bitmap_file_unmap (jsc#PED-7542).
  - md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
    (jsc#PED-7542).
  - md: enhance checking in md_check_recovery() (jsc#PED-7542).
  - md: wake up 'resync_wait' at last in md_reap_sync_thread()
    (jsc#PED-7542).
  - md: refactor idle/frozen_sync_thread() to fix deadlock
    (jsc#PED-7542).
  - md: add a mutex to synchronize idle and frozen in action_store()
    (jsc#PED-7542).
  - md: refactor action_store() for 'idle' and 'frozen'
    (jsc#PED-7542).
  - Revert "md: unlock mddev before reap sync_thread in
    action_store" (jsc#PED-7542).
  - dm integrity: fix double free on memory allocation failure
    (jsc#PED-7514).
  - raid10: avoid spin_lock from fastpath from raid10_unplug()
    (jsc#PED-7542).
  - md: fix 'delete_mutex' deadlock (jsc#PED-7542).
  - dm crypt: Avoid using MAX_CIPHER_BLOCKSIZE (jsc#PED-7514).
  - dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmalloc
    (jsc#PED-7514).
  - dm integrity: scale down the recalculate buffer if memory
    allocation fails (jsc#PED-7514).
  - dm integrity: only allocate recalculate buffer when needed
    (jsc#PED-7514).
  - dm ioctl: Refuse to create device named "." or
    ".." (jsc#PED-7514).
  - dm ioctl: Refuse to create device named "control"
    (jsc#PED-7514).
  - dm ioctl: structs and parameter strings must not overlap
    (jsc#PED-7514).
  - dm ioctl: Avoid pointer arithmetic overflow (jsc#PED-7514).
  - dm ioctl: Check dm_target_spec is sufficiently aligned
    (jsc#PED-7514).
  - dm integrity: Use %*ph for printing hexdump of a small buffer
    (jsc#PED-7514).
  - dm thin: disable discards for thin-pool if no_discard_passdown
    (jsc#PED-7514).
  - dm: remove stale/redundant dm_internal_{suspend,resume}
    prototypes in dm.h (jsc#PED-7514).
  - dm: skip dm-stats work in alloc_io() unless needed
    (jsc#PED-7514).
  - dm: avoid needless dm_io access if all IO accounting is disabled
    (jsc#PED-7514).
  - dm: support turning off block-core's io stats accounting
    (jsc#PED-7514).
  - dm zone: Use the bitmap API to allocate bitmaps (jsc#PED-7514).
  - dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client
    (jsc#PED-7514).
  - dm crypt: fix crypt_ctr_cipher_new return value on invalid
    AEAD cipher (jsc#PED-7514).
  - dm thin: update .io_hints methods to not require handling
    discards last (jsc#PED-7514).
  - dm thin: remove return code variable in pool_map (jsc#PED-7514).
  - dm flakey: introduce random_read_corrupt and
    random_write_corrupt options (jsc#PED-7514).
  - dm flakey: clone pages on write bio before corrupting them
    (jsc#PED-7514).
  - dm crypt: allocate compound pages if possible (jsc#PED-7514).
  - md/raid5: Convert stripe_head's "dev" to flexible array member
    (jsc#PED-7542).
  - dm integrity: Use alloc_ordered_workqueue() to create ordered
    workqueues (jsc#PED-7514).
  - bcache: Remove dead references to cache_readaheads
    (jsc#PED-7513).
  - bcache: make kobj_type structures constant (jsc#PED-7513).
  - md/raid1-10: limit the number of plugged bio (jsc#PED-7542).
  - md/raid1-10: don't handle pluged bio by daemon thread
    (jsc#PED-7542).
  - md/md-bitmap: add a new helper to unplug bitmap asynchrously
    (jsc#PED-7542).
  - md/raid10: Do not add spare disk when recovery fails
    (jsc#PED-7542).
  - md/raid10: clean up md_add_new_disk() (jsc#PED-7542).
  - md/raid10: prioritize adding disk to 'removed' mirror
    (jsc#PED-7542).
  - md/raid10: improve code of mrdev in raid10_sync_request
    (jsc#PED-7542).
  - md/raid5: don't start reshape when recovery or replace is in
    progress (jsc#PED-7542).
  - md: protect md_thread with rcu (jsc#PED-7542).
  - md/bitmap: factor out a helper to set timeout (jsc#PED-7542).
  - md/bitmap: always wake up md_thread in timeout_store
    (jsc#PED-7542).
  - dm-raid: remove useless checking in raid_message()
    (jsc#PED-7514).
  - md: factor out a helper to wake up md_thread directly
    (jsc#PED-7542).
  - md: fix duplicate filename for rdev (jsc#PED-7542).
  - commit bda8d48
  - md/raid5: fix a deadlock in the case that reshape is interrupted
    (jsc#PED-7542).
  - md: add a new api prepare_suspend() in md_personality
    (jsc#PED-7542).
  - md: export md_is_rdwr() and is_md_suspended() (jsc#PED-7542).
  - md/raid5: don't allow replacement while reshape is in progress
    (jsc#PED-7542).
  - raid6: neon: add missing prototypes (jsc#PED-7542).
  - commit 3705efe

++++ multipath-tools:

  - Update to version 0.9.7+93+suse.e2f2272:
    * fix ANA prioritizer enablement logic (bsc#1218326)
    * avoid setting queue_if_no_path on multipath maps for which the
    no_path_retry timeout has expired
    * the interactive commands "restorequeueing map X" and
    "restorequeing maps" now only affect maps that had queueing
    manually disabled using "disablequeuing maps" or
    "disablequeuing map X" beforehand
    * Spelling fixes

++++ osinfo-db:

  - Update to database version 20231215 (jsc#PED-6305)
    osinfo-db-20231215.tar.xz

++++ patterns-base:

  - add content of hte elemental pattern (jsc#SMO-303)
  - include man in the onlyDVD pattern (bsc#1218539)

++++ patterns-micro:

  - add content of hte elemental pattern (jsc#SMO-303)
  - include man in the onlyDVD pattern (bsc#1218539)

++++ python-pyzmq:

  - update to 25.1.2:
    * Fix builds with some recent compilers and bundled libzmq
    * Fix builds with upcoming Cython 3.1

++++ os-update:

  - Do not overwrite os-update.conf on Leap

------------------------------------------------------------------
------------------  2024-1-4  -  Jan 4 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix tox.ini
    python 3.12 unit target did not specify a 3.12 interpreter
  - Fix overwrite of kiwi_oemunattended
    In case rd.kiwi.oem.installdevice is set, there is an overwrite
    of the kiwi_oemunattended setting. However the variable was set
    in local scope of a function and therefore the change was not
    effective in other methods which also evaluates this variable.
    This commit fixes it such that the overwrite happens in the early
    initialize method which provides the environment for all code
    running in the dracut module. This is related to jira#PED-7180

++++ fwupd:

  - Update to version 1.9.11:
    + This release adds the following features:
  - Allow exporting 'offline' reports for manual upload
    + This release fixes the following bugs:
  - Add some recovery partition names to ignore for ESP selection
  - Check for CET and SMAP on non-Intel x86 processors too
  - Correctly mark the CPU as supported in the HSI tests
  - Do not fail on probing downstream Synaptics MST ports
  - Do not offer to change BIOS settings that are already set
  - Do not prefer msftdata when choosing the default ESP
  - Do not show spurious device request flags
  - Fix a missing build dependency to fwupdplugin-self-test
  - Fix a segfault when using zlib-ng instead of zlib
  - Fix updating Jabra 410, 510, 710 and 810 devices
  - Match more community-supported branches
  - Remove the Intel SPIBAR proxy support as the mtd module works
  - Show a better error when the ESP is missing
  - Show an error if the post-update version does not match exactly
  - Speed up Synaptics MST device enumeration
    + This release adds support for the following hardware:
  - Algoltek USB devices
  - Luxshare Quad USB4 Dock

++++ librsvg:

  - Update to version 2.57.1:
    + Fix small-caps and bump the version of Pango required to 1.50.0.
    + Fix panic when using negative scaling transforms on the
    toplevel.
    + Support "var(--foo, #aabbcc)" just for colors.  This is the
    minimum required to render color SVG emoji fonts that provide
    color fallbacks, but it is not yet full support for CSS var().
    + Fix the VS2017 build.
    + Update cairo-rs.
    + Update the project metadata files.

++++ gstreamer:

  - Update to version 1.22.8:
    + Highlighted bugfixes in 1.22.8
  - Security fixes for the AV1 video codec parser
  - avdec video decoder: fix another possible deadlock with
    FFmpeg 6.1
  - qtdemux: reverse playback and seeking fixes for files with
    raw audio streams
  - v4l2: fix "newly allocated buffer ... is not free" warning
    log flood
  - GstPlay + GstPlayer library fixes
  - dtls: Fix build failure on Windows when compiling against
    OpenSSL 3.2.0
  - d3d11screencapturesrc: Fix wrong color with HDR enabled
  - Cerbero build tool: More python 3.12 string escape warning
    fixes; make sure to bundle build tools as well
  - various bug fixes, build fixes, memory leak fixes, and other
    stability and reliability improvements
    + gstreamer
  - buffer: Unref memories before metas
  - pad: Recheck pads when linking after temporary unlock
  - baseparse: Fixes to buffers extracted from adapter
  - Rebase reduce-required-meson.patch

++++ gstreamer-plugins-base:

  - Update to version 1.22.8:
    + appsrc: Fix flow return when buffer is dropped
    + audioringbuffer: Don't try to map MONO channel
    + encoding-target: Properly free when missing type field in
    parse_encoding_profile
    + pbutils: Don't include default vp9 parameters in resulting
    codec mime string
    + videorate: Don't forget last_ts on caps changes
  - Rebase reduce-required-meson.patch

++++ guestfs-tools:

  - Update to version 1.52.0 (jsc#PED-6305)
    * mltools/libosinfo-c.c: Fix off-by-one error
    * Documentation fixes
    * Fix bugs-in-changelog.sh: Use grep -E instead of egrep

++++ kernel-default:

  - perf/core: Fix cpuctx refcounting (git-fixes).
  - powerpc/perf: Fix disabling BHRB and instruction sampling
    (git-fixes).
  - powerpc/imc-pmu: Use the correct spinlock initializer
    (git-fixes).
  - perf: Optimize perf_cgroup_switch() (git-fixes).
  - perf/x86/amd: Do not WARN() on every IRQ (git-fixes).
  - perf/x86/amd/core: Fix overflow reset on hotplug (git-fixes).
  - perf/x86/uncore: Correct the number of CHAs on EMR (git-fixes).
  - powerpc/perf: Convert fsl_emb notifier to state machine
    callbacks (git-fixes).
  - commit 15e4363
  - scsi: core: Always send batch on reset or error handling command
    (git-fixes).
  - scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (git-fixes).
  - Revert "scsi: aacraid: Reply queue mapping to CPUs based on
    IRQ affinity" (git-fixes).
  - scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
    (git-fixes).
  - scsi: sd: Fix system start for ATA devices (git-fixes).
  - scsi: qla2xxx: Fix system crash due to bad pointer access
    (git-fixes).
  - scsi: megaraid: Fix up debug message in
    megaraid_abort_and_reset() (git-fixes).
  - scsi: mpt3sas: Fix loop logic (git-fixes).
  - scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall
    return code (git-fixes).
  - commit 1ec1291
  - powerpc/rtas: Warn if per-function lock isn't held (jsc#PED-4486).
  - Refresh patches.suse/powerpc-pseries-Add-papr-vpd-character-driver-for-VP.patch.
  - Refresh patches.suse/powerpc-pseries-papr-sysparm-Expose-character-device.patch.
  - Refresh patches.suse/powerpc-pseries-papr-sysparm-Validate-buffer-object-.patch.
  - Refresh patches.suse/powerpc-rtas-Facilitate-high-level-call-sequences.patch.
  - Refresh patches.suse/powerpc-rtas-Serialize-firmware-activation-sequences.patch.
  - Refresh patches.suse/powerpc-selftests-Add-test-for-papr-sysparm.patch.
  - Refresh patches.suse/powerpc-selftests-Add-test-for-papr-vpd.patch.
  - Delete patches.suse/powerpc-rtas-Factor-out-function-descriptor-lookup.patch.
  - Delete patches.suse/powerpc-uapi-Export-papr-miscdev.h-header.patch.
  - commit 5cce45a
  - powerpc/rtas: Move token validation from block_rtas_call()
    to sys_rtas() (jsc#PED-4486).
  - powerpc/rtas: Add function return status constants
    (jsc#PED-4486).
  - powerpc/rtas: Fall back to linear search on failed
    token->function lookup (jsc#PED-4486).
  - Refresh patches.suse/powerpc-rtas-Facilitate-high-level-call-sequences.patch.
  - powerpc/rtas: Add for_each_rtas_function() iterator
    (jsc#PED-4486).
  - powerpc/rtas: Avoid warning on invalid token argument to
    sys_rtas() (jsc#PED-4486).
  - Refresh patches.suse/powerpc-rtas-Facilitate-high-level-call-sequences.patch.
  - powerpc/rtas: export rtas_error_rc() for reuse (jsc#PED-4486).
  - commit b1914f5
  - powerpc/pseries/vas: Migration suspend waits for no in-progress
    open windows (bsc#1218397 ltc#204523).
  - commit d755665
  - config: ppc64le: CONFIG_MEM_SOFT_DIRTY=y (bsc#1218286 ltc#204519).
  - commit 20c1c94
  - rpm/kernel-source.changes.old: Add references of the truncated entries
  - commit 09d65ce
  - media: mediatek: vcodec: Add debug params to control different
    log level (git-fixes).
  - commit c0c8ce6
  - media: mediatek: vcodec: Add debugfs interface to get debug
    information (git-fixes).
  - commit 26e0de4
  - media: mediatek: vcodec: fix AV1 decode fail for 36bit iova
    (git-fixes).
  - commit 0051dd0
  - media: mediatek: vcodec: support stateless AV1 decoder
    (git-fixes).
  - commit b7dcb87
  - media: mediatek: vcodec: Removing useless debug log (git-fixes).
  - commit 0d64628
  - media: mediatek: vcodec: move core context from device to each
    instance (git-fixes).
  - Refresh
    patches.suse/media-mediatek-vcodec-fix-potential-double-free.patch.
  - commit 8d9cbbe
  - media: mediatek: vcodec: support stateless hevc decoder
    (git-fixes).
  - commit 942b219
  - drm/i915/display: Eliminate IS_METEORLAKE checks (git-fixes).
  - commit 7ad18c2
  - drm/i915: Eliminate IS_MTL_DISPLAY_STEP (git-fixes).
  - commit 7ca4a24
  - drm/i915: Replace several IS_METEORLAKE with proper IP version
    checks (git-fixes).
  - commit 58c8fe6
  - drm/i915/mtl: Eliminate subplatforms (git-fixes).
  - commit cd2a9ea
  - drm/i915: Eliminate IS_MTL_MEDIA_STEP (git-fixes).
  - Refresh
    patches.suse/drm-i915-dg2-Drop-pre-production-display-workarounds.patch.
  - commit 3916da5
  - drm/i915: Eliminate IS_MTL_GRAPHICS_STEP (git-fixes).
  - commit 1469af7
  - drm/i915/xelpg: Call Xe_LPG workaround functions based on IP
    version (git-fixes).
  - commit 616fa82
  - drm/i915/xelpmp: Don't assume workarounds extend to future
    platforms (git-fixes).
  - commit ad141ce
  - drm/i915: Consolidate condition for Wa_22011802037 (git-fixes).
  - commit cbed939
  - drm/i915/dg2: Drop Wa_16011777198 (git-fixes).
  - Refresh
    patches.suse/drm-i915-dg2-Drop-pre-production-display-workarounds.patch.
  - commit 11a74f7
  - drm/i915: Tidy workaround definitions (git-fixes).
  - commit 616b60d
  - drm/i915/dg2: Drop pre-production GT workarounds (git-fixes).
  - commit 49a0f7a
  - drm/i915/dg2: Drop pre-production display workarounds
    (git-fixes).
  - commit 4d0a03c
  - drm/i915/dg2: Recognize pre-production hardware (git-fixes).
  - commit 126b5be
  - Refresh
    patches.suse/1315-i915-guc-Get-runtime-pm-in-busyness-worker-only-if-a.patch
    (git-fixes)
    Alt-commit
  - commit f3e49a6
  - Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
    (git-fixes).
  - commit 1dc63c5
  - md: fix warning for holder mismatch from export_rdev()
    (git-fixes).
  - Refresh patches.suse/md-display-timeout-error.patch.
  - commit 152b053

++++ libguestfs:

  - Update to version 1.52.0 (jsc#PED-6305)
    * The Python bindings now use bytes (instead of str) for the
    event callback message, since it may contain arbitrary 8 bit
    data
    Fix a rare crash, and avoid memory leaks in event callbacks
    * Support for OCaml 5, and OCaml ≥ 4.07 is now the minimum
    * The OCaml bindings now release the runtime lock around calls
    to guestfs_close, since that call might be long-running (for
    example it might have to shut down the appliance and synch disks).
    * Support OpencloudOS
    * SELinux relabelling now runs in parallel, meaning it's a lot
    quicker
    * Add support for lzma and zstd compression methods in tar APIs
    (like guestfs_tar_in)
    * guestfs_pvs_full previously didn't always return the correct
    device names. This has now been fixed.
    * guestfs_btrfs_filesystem_balance fixed so it now works with
    more modern btrfs tools (Jürgen Hötzel).
    * The guestfish(1) --key option now recognizes LVM names like
    /dev/mapper/rhel_bootp--73--75--123-root
    * guestfish --key option also supports a new --key all:...
    selector to try the same key on all devices.
    * In guestmount(1) avoid calling fclose(NULL) on error paths,
    which might have caused a crash on some platforms.

++++ libjcat:

  - Update to version 0.2.0:
    + New Features:
  - Add support for verifying firmware transparency checkpoints
  - Add various bitcounting functions for future use
  - Allow creating and validating SHA512 checksums
  - Allow verifying the checksum of a payload
    + Bugfixes:
  - Sprinkle attribute((nonnull)) to give a little more
    compile-time safety

++++ nftables:

  - buildrequire setuptools explicitly as pip drops the dependency

++++ podman:

  - Update to version 4.8.3:
    * Release v4.8.3
    * Update RELEASE_NOTES.md for v4.8.3
    * update module golang.org/x/crypto to v0.17.0 [security]
    * Error on HyperV VM start when gvproxy has failed to start
    * bump release to v4.8.3-dev

++++ supermin:

  - Update to version 5.3.3 (jsc#PED-6305)
    * initrd: Support ztd-compressed modules
    * pacman: Recognise Artix, an Arch derivative
    * Add a separate variable to store link flags, and use that to
    supply
    * Add appropriate globs for arm based kernels. The file names end
    in -arm64 but the architecture is named aarch64.
    * Add support for OCaml 5.0
    * Add LFS support for fts functions
    * Numerous bug fixes
  - Upstream bug fixes and features
    001-Improved-debugging-of-the-supermin-if-newer-calculation.patch
    002-Fix-if-newer-copy-kernel.patch
    003-Fix-kernel-filtering-for-aarch64-architecture.patch
    004-Use-output-complete-exe-instead-of-custom.patch
    005-Only-supply-output-complete-exe-to-final-link.patch
    006-Rename-function-file-kernel.patch
    007-Uncompress-kernel-on-RISC-V.patch
    008-Fix-link-to-renamed-kernel-documentation.patch
    009-New-mailing-list-email-address.patch
  - Dropped initrd_support_ztd-compressed_modules.patch

++++ wireless-regdb:

  - Update to version 20231201:
    * wireless-regdb: Update keys and maintainer information

------------------------------------------------------------------
------------------  2024-1-3  -  Jan 3 2024  -------------------
------------------------------------------------------------------

++++ grub2:

  - grub2.spec: Add ofnet to signed grub.elf to support powerpc net boot
    installation when secure boot is enabled (bsc#1217761)
  - Improved check for disk device when looking for PReP partition
    * 0004-Introduce-prep_load_env-command.patch

++++ kernel-default:

  - mkspec: Add multibuild support (JSC-SLE#5501, boo#1211226, bsc#1218184)
    When MULTIBUILD option in config.sh is enabled generate a _multibuild
    file listing all spec files.
  - commit f734347
  - block: fix the exclusive open mask in disk_scan_partitions
    (git-fixes).
  - commit 48da2dc
  - Build in the correct KOTD repository with multibuild
    (JSC-SLE#5501, boo#1211226, bsc#1218184)
    With multibuild setting repository flags is no longer supported for
    individual spec files - see
    https://github.com/openSUSE/open-build-service/issues/3574
    Add ExclusiveArch conditional that depends on a macro set up by
    bs-upload-kernel instead. With that each package should build only in
    one repository - either standard or QA.
    Note: bs-upload-kernel does not interpret rpm conditionals, and only
    uses the first ExclusiveArch line to determine the architectures to
    enable.
  - commit aa5424d
  - Update
    patches.suse/dpll-sanitize-possible-null-pointer-dereference-in-d.patch
    (jsc#PED-6079 bsc#1217944 CVE-2023-6679).
    Added CVE reference.
  - commit a38c222
  - ice: Fix PF with enabled XDP going no-carrier after reset
    (jsc#PED-4876).
  - ice: alter feature support check for SRIOV and LAG
    (jsc#PED-4876).
  - ice: stop trashing VF VSI aggregator node ID information
    (jsc#PED-4876).
  - bnxt_en: do not map packet buffers twice (jsc#PED-5742).
  - octeontx2-pf: Fix graceful exit during PFC configuration failure
    (jsc#PED-6931).
  - net/mlx5e: Correct snprintf truncation handling for fw_version
    buffer used by representors (jsc#PED-3311).
  - net/mlx5e: Correct snprintf truncation handling for fw_version
    buffer (jsc#PED-3311).
  - net/mlx5e: Fix error codes in alloc_branch_attr()
    (jsc#PED-3311).
  - net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()
    (jsc#PED-3311).
  - net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport
    num (jsc#PED-3311).
  - net/mlx5: Fix fw tracer first block check (jsc#PED-3311).
  - net/mlx5e: XDP, Drop fragmented packets larger than MTU size
    (jsc#PED-3311).
  - net/mlx5e: Decrease num_block_tc when unblock tc offload
    (jsc#PED-3311).
  - net/mlx5e: Fix overrun reported by coverity (jsc#PED-3311).
  - net/mlx5e: fix a potential double-free in fs_udp_create_groups
    (jsc#PED-3311).
  - net/mlx5e: Fix a race in command alloc flow (jsc#PED-3311).
  - net/mlx5e: Fix slab-out-of-bounds in
    mlx5_query_nic_vport_mac_list() (jsc#PED-3311).
  - net/mlx5e: fix double free of encap_header (jsc#PED-3311).
  - Revert "net/mlx5e: fix double free of encap_header"
    (jsc#PED-3311).
  - Revert "net/mlx5e: fix double free of encap_header in update
    funcs" (jsc#PED-3311).
  - i40e: Fix ST code value for Clause 45 (jsc#PED-4874).
  - ice: fix theoretical out-of-bounds access in ethtool link modes
    (jsc#PED-4876).
  - commit ca3b156
  - rpm/config.sh: Enable multibuild.
  - commit 8362cb4
  - perf vendor events: Update PMC used in PM_RUN_INST_CMPL event
    for power10 platform (jsc#PED-3594, jsc#PED-5091).
  - commit 12710f5
  - block: fix kernel-doc for disk_force_media_change() (git-fixes).
  - cdrom/gdrom: Fix build error (git-fixes).
  - bcache: Fix bcache device claiming (git-fixes).
  - bcache: Alloc holder object before async registration
    (git-fixes).
  - md: use mddev->external to select holder in export_rdev()
    (git-fixes).
  - commit 38dc146
  - perf vendor events power10: Update JSON/events (jsc#PED-3594,
    jsc#PED-5091).
  - perf vendor events: Update metric events for power10 platform
    (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Update metric event names for power10
    platform (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Update JSON/events for power10 platform
    (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Move JSON/events to appropriate files for
    power10 platform (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Drop STORES_PER_INST metric event for
    power10 platform (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Drop some of the JSON/events for power10
    platform (jsc#PED-3594, jsc#PED-5091).
  - perf vendor events: Update the JSON/events descriptions for
    power10 platform (jsc#PED-3594, jsc#PED-5091).
  - commit 8280d00

++++ bluez:

  - add fix-link-key-address-type.patch - thanks to
    pallaswept for identifying the right patch for the pairing
    regression

++++ nftables:

  - Fix the python bindings subpackages
    * The PEP517 python build requires setuptools
    * Actually use the rpm subpackage definition
    * The version is actually python3dist(nftables) = 0.1
    * is noarch and requires libnftables1 through dlopen, tell
    rpmlint
    * remove unused shebang

++++ python-M2Crypto:

  - require setuptools

++++ python-argcomplete:

  - Remove coverage check
  - Fix zsh test failures: avoid coloring terminal

++++ python-configobj:

  - Remove six from the rpm requirements. Why would we have
    remove_six.patch in the first place if we still require it?
  - Enable unit tests
  - require setuptools
  - remove python2 logic, this makes no sense after
    "remove_six.patch"

++++ libselinux-bindings:

  - The PEP517 python build requires setuptools

++++ suse-module-tools:

  - Update to version 16.0.42:
    * 60-io-scheduler.rules: test for "scheduler" sysfs attribute (boo#1216717)

------------------------------------------------------------------
------------------  2024-1-2  -  Jan 2 2024  -------------------
------------------------------------------------------------------

++++ glibc:

  - sem-open-o-creat.patch: sem_open: Clear O_CREAT when semaphore file is
    expected to exist (BZ #30789)
  - ldconfig-process-elf-file.patch: elf: Fix wrong break removal from
    8ee878592c
  - tls-modid-reuse.patch: elf: Fix TLS modid reuse generation assignment
    (BZ #29039)
  - getaddrinfo-eai-memory.patch: getaddrinfo: translate ENOMEM to
    EAI_MEMORY (bsc#1217589, BZ #31163)
  - libio-wdo-write.patch: libio: Check remaining buffer size in
    _IO_wdo_write (BZ #31183)

++++ kernel-default:

  - perf/x86/intel/uncore: Support Sierra Forest and Grand Ridge
    (jsc#PED-6055, jsc#PED-6010).
  - perf/x86/intel/uncore: Support IIO free-running counters on GNR
    (jsc#PED-6055, jsc#PED-6010).
  - perf/x86/intel/uncore: Support Granite Rapids (jsc#PED-6055,
    jsc#PED-6010).
  - perf/x86/uncore: Use u64 to replace unsigned for the uncore
    offsets array (jsc#PED-6055, jsc#PED-6010).
  - perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO
    format of SPR (jsc#PED-6055, jsc#PED-6010).
  - commit 5bc21af
  - x86/cpu: Fix Gracemont uarch (jsc#PED-6055, jsc#PED-6010).
  - Refresh patches.suse/x86-cpu-Fix-Crestmont-uarch.patch.
  - commit a634889
  - ext4: Fix warning in blkdev_put() (git-fixes).
  - Refresh
    patches.suse/ext4-Fix-reusing-stale-buffer-heads-from-last-f.patch.
  - commit fab1a49
  - reiserfs: fix blkdev_put() warning from release_journal_dev()
    (git-fixes).
  - block: fix wrong mode for blkdev_get_by_dev() from
    disk_scan_partitions() (git-fixes).
  - commit 8b9d231
  - ftrace: Fix modification of direct_function hash while in use
    (git-fixes).
  - commit b1c0500
  - tracing: Fix blocked reader of snapshot buffer (git-fixes).
  - commit 68d2572
  - ring-buffer: Fix wake ups when buffer_percent is set to 100
    (git-fixes).
  - commit 29d7ef2
  - 9p: prevent read overrun in protocol dump tracepoint
    (git-fixes).
  - commit 9a3061e
  - tracing / synthetic: Disable events after testing in
    synth_event_gen_test_init() (git-fixes).
  - commit 926c2ff
  - tracing/synthetic: fix kernel-doc warnings (git-fixes).
  - commit 53dc6a5
  - ring-buffer: Fix slowpath of interrupted event (git-fixes).
  - commit ba64bb4
  - ring_buffer: Use try_cmpxchg instead of cmpxchg (git-fixes).
  - Refresh
    patches.suse/ring-buffer-Remove-useless-update-to-write_stamp-in-rb_try_to_discard.patch.
  - commit b61b3c7
  - supported.conf: mark pci-pf-stub as supported (bsc#1218245)
  - commit f94262a
  - USB: serial: option: add Quectel EG912Y module support
    (git-fixes).
  - USB: serial: ftdi_sio: update Actisense PIDs constant names
    (git-fixes).
  - USB: serial: option: add Quectel RM500Q R13 firmware support
    (git-fixes).
  - USB: serial: option: add Foxconn T99W265 with new baseline
    (git-fixes).
  - iio: tmag5273: fix temperature offset (git-fixes).
  - Input: soc_button_array - add mapping for airplane mode button
    (git-fixes).
  - ALSA: usb-audio: Increase delay in MOTU M quirk (git-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA (git-fixes).
  - drm/i915/dmc: Don't enable any pipe DMC events (git-fixes).
  - drm/i915: Reject async flips with bigjoiner (git-fixes).
  - Bluetooth: Add more enc key size check (git-fixes).
  - Bluetooth: MGMT/SMP: Fix address type when using SMP over
    BREDR/LE (git-fixes).
  - Bluetooth: L2CAP: Send reject on command corrupted request
    (git-fixes).
  - Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has
    been sent (git-fixes).
  - selftests: mptcp: join: fix subflow_send_ack lookup (git-fixes).
  - wifi: cfg80211: fix certs build to not depend on file order
    (git-fixes).
  - wifi: cfg80211: Add my certificate (git-fixes).
  - spi: cadence: revert "Add SPI transfer delays" (git-fixes).
  - drm/i915/edp: don't write to DP_LINK_BW_SET when using rate
    select (git-fixes).
  - drm/i915: Introduce crtc_state->enhanced_framing (git-fixes).
  - drm/i915: Fix FEC state dump (git-fixes).
  - commit a8f651a
  - Update References
    patches.suse/Bluetooth-Reject-connection-with-the-device-which-ha.patch
    (git-fixes bsc#1215237 CVE-2020-26555).
  - commit 8449459
  - Update References
    patches.suse/Bluetooth-hci_event-Ignore-NULL-link-key.patch
    (git-fixes bsc#1215237 CVE-2020-26555).
  - commit 6302d04

++++ kernel-firmware-all:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-amdgpu:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-ath10k:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-ath11k:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-ath12k:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-atheros:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-bluetooth:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-bnx2:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-brcm:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-chelsio:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-dpaa2:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-i915:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-intel:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-iwlwifi:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-liquidio:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-marvell:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-media:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-mediatek:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-mellanox:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-mwifiex:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-network:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-nfp:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-nvidia:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-platform:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-prestera:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-qcom:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-qlogic:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-radeon:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-realtek:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-serial:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-sound:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-ti:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-ueagle:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ kernel-firmware-usb-network:

  - Update to version 20240102 (git commit b83108216200):
    * linux-firmware: add firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: add firmware for MT7925
    * ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
    * QCA: Add bluetooth firmware nvm files for QCA2066
    * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00629
  - Update aliases

++++ libcap-ng:

  - Update to version 0.8.4
    * In capng_change_id, clear PR_SET_KEEPCAPS if returning an error
    * pscap: add -p option for reporting a specified process
    * Annotate function prototypes to warn if results are unused
    * Drop python2 support

++++ c-ares:

  - Update to version 1.24
    Features:
    * Add support for IPv6 link-local DNS servers. Nameserver formats
    can now accept the 0face suffix, and a new ares_get_servers_csv()
    function was added to return servers that can contain the link-local
    interface name.
    Changes:
    * Unbundle GoogleTest for test cases. Package maintainers will now
    need torequire GoogleTest (GMock) as a build dependency if
    building tests. New GoogleTest versions require C++14 or later.
    * Replace nameserver parsing code to use new memory-safe functions.
    * Replace the sortlist parser with new memory-safe functions.
    * Various warning fixes and dead code removal.
    Bugfixes:
    * Old Linux versions require POSIX_C_SOURCE or _GNU_SOURCE to
    compile with thread safety support
    * A non-responsive DNS server that caused timeouts wouldn't
    increment thefailure count, this would lead to other servers
    not being tried. Regression introduced in 1.22.0
    * Some projects that depend on c-ares expect invalid parameter
    option valuespassed into ares_init_options() to simply be
    ignored. This behavior has been restored
    * getrandom() can fail if the kernel doesn't support
    the syscall, fall back to another random source
    * ares_cancel() when performing ares_gethostbyname() or
    ares_getaddrinfo()with AF_UNSPEC, if called after one address
    class was returned but before the other address class, it
    would return ARES_SUCCESS rather than ARES_ECANCELLED
  - disable-live-tests.patch: dropped, not needed

++++ patterns-base:

  - add skeleton for elemental client pattern (jsc#SMO-303)
  - fix KVM pattern dependency on aarch64 and ppc64le (no qemu-kvm)

++++ patterns-micro:

  - add skeleton for elemental client pattern (jsc#SMO-303)
  - fix KVM pattern dependency on aarch64 and ppc64le (no qemu-kvm)

++++ python-anyio:

  - update to 4.2.0:
    * Add support for byte-based paths in connect_unix,
    create_unix_listeners, create_unix_datagram_socket, and
    create_connected_unix_datagram_socket. (PR by Lura Skye)
    * Enabled the Event and CapacityLimiter classes to be
    instantiated outside an event loop thread
    * Broadly improved/fixed the type annotations. Among other
    things, many functions and methods that take variadic
    positional arguments now make use of PEP 646 TypeVarTuple to
    allow the positional arguments to be validated by static type
    checkers. These changes affected numerous methods and
    functions, including: * anyio.run() * TaskGroup.start_soon()
    * anyio.from_thread.run() * anyio.from_thread.run_sync() *
    anyio.to_thread.run_sync() * anyio.to_process.run_sync() *
    BlockingPortal.call() * BlockingPortal.start_task_soon() *
    BlockingPortal.start_task() (also resolves #560)
    * Fixed various type annotations of anyio.Path to match
    Typeshed: * anyio.Path.__lt__() * anyio.Path.__le__() *
    anyio.Path.__gt__() * anyio.Path.__ge__() *
    anyio.Path.__truediv__() * anyio.Path.__rtruediv__() *
    anyio.Path.hardlink_to() * anyio.Path.samefile() *
    anyio.Path.symlink_to() * anyio.Path.with_segments() (PR by
    Ganden Schaffner)
    * Fixed adjusting the total number of tokens in a
    CapacityLimiter on asyncio failing to wake up tasks waiting
    to acquire the limiter in certain edge cases (fixed with help
    from Egor Blagov)
    * Fixed loop_factory and use_uvloop options not being used on
    the asyncio backend
    * Fixed cancellation propagating on asyncio from a task group
    to child tasks if the task hosting the task group is in a
    shielded cancel scope

++++ python-setuptools:

  - update to 69.0.3:
    * Bugfixes - Retain valid names with underscores in egg_info.

++++ python-six:

  - require setuptools

++++ runc:

  - Update to runc v1.1.11. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.1.11>.

++++ sudo:

  - Update to 1.9.15p5:
    * Fixed evaluation of the lecture, listpw, verifypw, and fdexec sudoers
    Defaults settings when used without an explicit value. Previously, if
    specified without a value they were evaluated as boolean false, even when
    the negation operator ('!') was not present.
    * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP netgroup queries
    using the NETGROUP_BASE setting from being performed.
    * Sudo will now transparently rename a user's lecture file from the older
    name-based path to the newer user-ID-based path. GitHub issue #342.
    * Fixed a bug introduced in sudo 1.9.15 that could cause a memory allocation
    failure if sysconf(_SC_LOGIN_NAME_MAX) fails. Bug #1066.

++++ suse-module-tools:

  - Update to version 16.0.41:
    * rpm-script: fix issue during installation (bsc#1217775)
    * rpm-script: preun: remove stale .vmlinuz.hmac file

++++ vim:

  - update to 9.1.0000
    * add missing help tags
    * regenerate synmenu
    * proto files need update
    * improve filetype detection for *.v (V/Verilog/Coq)
    * Update sh syntax and add local keyword for bash
    * Update ftplugin and omni-complete
    * Update Version9.txt for release 9.1
    * Add help tags to items in version9.txt
    * Updated German translation
    * Improve Turkish documentation
    * update syntax and documentation
    * Wrong display with 'briopt=sbr' and 'nobreakindent'
    * Updates to indent and syntax
    * Fix folding of code blocks
    * Provide sass_recommended_style option
    * Updates to ftplugin and syntax
    * Make diffs foldable
    * Add small ftplugin
    * add Hungarian translation
    * Updated Russian translation
    * remove coveralls, move runtime/lang/Make_mvc.mak
    * correct the :public example
    * adjust tutor/README.ru.utf-8.txt
    * Update Italian translations
    * missing undo_ftplugin for indentkeys
    * cursor wrong after { in single line buffer
    * Visual not drawn with 'breakindent' when line doesn't fit
    * add help tag multiple-constructors.
    * fix indentation
    * Syntax fix
    * LTCG compile error ARM64 for write_chars
    * clarify behaviour of ]m and ]M motions
    * Update default links
    * update ConTeXt keywords and other minor fixes
    * Add variable categories and null related documentation
    * Update R runtime files and docs
    * Update Ukrainian translation
    * Coverity complains about not checking return value
    * Clarify that new() is not static
    * list of new/changed features in version9.txt
    * updates to indent, syntax and ftplugin
    * Add loong64 arch
    * add some error codes to `:help vim9class`
    * Vim9: inconsistent :type/:class messages
    * add support for matchit plugin
    * add variants of opcodes
    * Include Vim9 class features in version9.txt
    * Maximum callback depth is not configurable
    * Update Serbian messages translation
    * reformat and align :h ft-c-syntax
    * Update syntax file
    * Vim9: need a way to reserve future extension
    * Add TODO support to syntax script
    * Vim9: missing error messages
    * update helptags
    * POSIX function name in exarg causes issues
    * no filetype detection for execline scripts
    * reg_executing() wrong for :normal with range
    * Wrong cursor position when dragging out of window
    * Update Serbian messages translation
    * prevent E11 on FocusGained autocommand
    * Update Japanese translation
    * updated 8th syntax
    * change dependabot prefix to "CI"
    * Update change.txt
    * Compile error with Motif UI + mouse support
    * Create Changelog until v9.0.2175
    * Update Italian translations
    * Update tmux syntax rules
    * Update Turkish translations
    * Compiler warning for uninitialized var
    * update fortran syntax rules and doc notes
    * Vim9: segfault when assigning to type
    * remove deprecation warning for gdefault
    * Vim9: crash when compiling for statement and non-existing type
    * Vim9: compiling :defer may fail
    * Updated Irish translation
    * Update Logtalk runtime files for the latest language spec
    * update Racket runtime files
    * Update colorschemes
    * The options[] array is still not sorted alphabetically
    * Vim9: no support for const/final class/objects vars
    * Vim9: builtin funcs may accept a non-value
    * Moving tabpages on :drop may cause an endless loop
    * sync runtime files with upstream
    * grammar & typo fixes
    * add Tbreak command
    * Vim9: not consistently using :var for declarations
    * Memory leak in Configure Script when checking GTK
    * Vim9: can simplify arg type checking code
    * Vim9: can use type a func arg/return value
    * escape curdir in BrowseUpDir
    * Vim9: type can be assigned to list/dict
    * Vim9: type documentation out-dated
    * Vim9: not able to use imported interfaces and classes
    * Fix i386 build
    * instanceof() should use varargs as second arg
    * Update syntax file, fix missing for highlight
    * screenpos() may crash with neg. column
    * labeler.yml: update to v5
    * [security]: use-after-free in check_argument_type
    * Vim9: incorrectly parses :def func definitions
    * Vim9: can use typealias in assignment
    * ft detection maybe wrong if 'fic' set for *.[CH]
    * do not set b:did_ftplugin before sourcing scala ftplugin
    * Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2`
    * fix examples in comments for JSON formatting
    * Add json formating plugin (Issue #11426)
    * Update syntax file
    * link cmdline completion to to |wildcards| and fix typos
    * Update eval.txt
    * Vim9: type not kept when assigning vars
    * The option[] array is not sorted
    * unlet b:filetype_in_cpp_family for cpp & squirrel
    * fix typo in change.txt
    * update syntax and ftplugins
    * Update syntax file and syntax test
    * Sort options.txt alphabetically
    * update todo items
    * sort option-list alphabetically
    * no support to build on OpenVMS
    * Using type unknown for List/Dict containers
    * 'breakindent' is not drawn after diff filler lines
    * remove non-existent parameter in shift-command
    * Using int for errbuflen in option funcs
    * [security]: use-after-free in exec_instructions()
    * Vim does not detect pacman.log file
    * reference 'go-!' inside os_win32.txt for !start
    * Type check tests fail without the channel feature

------------------------------------------------------------------
------------------  2024-1-1  -  Jan 1 2024  -------------------
------------------------------------------------------------------

++++ libjpeg-turbo:

  - update to 3.0.1 (bsc#1211542, CVE-2023-2804):
    * The x86-64 SIMD functions now use a standard stack frame,
    prologue, and epilogue so that debuggers and profilers can
    reliably capture backtraces from within the functions.
    * Fixed two minor issues in the interblock smoothing algorithm
    that caused mathematical (but not necessarily perceptible)
    edge block errors when decompressing progressive JPEG images
    exactly two MCU blocks in width or that use vertical
    chrominance subsampling.
    * The TurboJPEG API now supports 4:4:1 (transposed 4:1:1)
    chrominance subsampling, which allows losslessly transposed or
    rotated 4:1:1 JPEG images to be losslessly cropped, partially
    decompressed, or decompressed to planar YUV images.
    * Fixed various segfaults and buffer overruns (CVE-2023-2804)
    * that occurred when attempting to decompress various
    specially-crafted malformed 12-bit-per-component and
    16-bit-per-component lossless JPEG images using color
    quantization or merged chroma upsampling/color conversion.  The
    underlying cause of these issues was that the color
    quantization and merged chroma upsampling/color conversion
    algorithms were not designed with lossless decompression
    in mind.  Since libjpeg-turbo explicitly does not support color
    conversion when compressing or decompressing lossless JPEG
    images, merged chroma upsampling/color conversion never should
    have been enabled for such images.  Color quantization is a
    legacy feature that serves little or no purpose with lossless
    JPEG images, so it is also now disabled when decompressing such
    images.  (As a result, djpeg can no longer decompress a
    lossless JPEG image into a GIF image.)
    * Fixed an oversight in 1.4 beta1[8] that caused various
    segfaults and buffer overruns when attempting to decompress
    various specially-crafted malformed 12-bit-per-component JPEG
    images using djpeg with both color quantization and RGB565
    color conversion enabled.
    * Fixed an issue whereby `jpeg_crop_scanline()` sometimes
    miscalculated the downsampled width for components with 4x2 or
    2x4 subsampling factors if decompression scaling was enabled.
    This caused the components to be upsampled incompletely, which
    caused the color converter to read from uninitialized memory.
    With 12-bit data precision, this caused a buffer overrun or
    underrun and subsequent segfault if the sample value read from
    uninitialized memory was outside of the valid sample range.
    * Fixed a long-standing issue whereby the `tj3Transform()`
    function, when used with the `TJXOP_TRANSPOSE`,
    `TJXOP_TRANSVERSE`, `TJXOP_ROT90`, or `TJXOP_ROT270` transform
    operation and without automatic JPEG destination buffer
    (re)allocation or lossless cropping, computed the worst-case
    transformed JPEG image size based on the source image
    dimensions rather than the transformed image dimensions.  If a
    calling program allocated the JPEG destination buffer based on
    the transformed image dimensions, as the API documentation
    instructs, and attempted to transform a specially-crafted
    4:2:2, 4:4:0, 4:1:1, or 4:4:1 JPEG source image containing a
    large amount of metadata, the issue caused `tj3Transform()` to
    overflow the JPEG destination buffer rather than fail
    gracefully.  The issue could be worked around by setting
    `TJXOPT_COPYNONE`.  Note that, irrespective of this issue,
    `tj3Transform()` cannot reliably transform JPEG source images
    that contain a large amount of metadata unless automatic JPEG
    destination buffer (re)allocation is used or `TJXOPT_COPYNONE`
    is set.
    * Significantly sped up the computation of optimal Huffman
    tables. This speeds up the compression of tiny images by as
    much as 2x and provides a noticeable speedup for images as
    large as 256x256 when using optimal Huffman tables.
    * All deprecated fields, constructors, and methods in the
    TurboJPEG Java API have been removed.
    * Arithmetic entropy coding is now supported with
    12-bit-per-component JPEG images.
    * Overhauled the TurboJPEG API to address long-standing
    limitations and to make the API more extensible and intuitive.

------------------------------------------------------------------
------------------  2023-12-31  -  Dec 31 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drdb: Convert to use bdev_open_by_path() (bsc#1216436).
  - null_blk: fix poll request timeout handling (bsc#1216436).
  - floppy: call disk_force_media_change when changing the format
    (bsc#1216436).
  - loop: do not enforce max_loop hard limit by (new) default
    (bsc#1216436).
  - loop: deprecate autoloading callback loop_probe() (bsc#1216436).
  - zram: further limit recompression threshold (bsc#1216436).
  - aoe: make aoe_class a static const structure (bsc#1216436).
  - brd: use cond_resched instead of cond_resched_rcu (bsc#1216436).
  - pktcdvd: Sort headers (bsc#1216436).
  - pktcdvd: Get rid of redundant 'else' (bsc#1216436).
  - pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
    (bsc#1216436).
  - pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
    (bsc#1216436).
  - pktcdvd: Drop redundant castings for sector_t (bsc#1216436).
  - pktcdvd: Get rid of pkt_seq_show() forward declaration
    (bsc#1216436).
  - pktcdvd: use sysfs_emit() to instead of scnprintf()
    (bsc#1216436).
  - pktcdvd: replace sscanf() by kstrtoul() (bsc#1216436).
  - commit 46dad64
  - pktcdvd: Get rid of custom printing macros (bsc#1216436).
  - Refresh
    patches.suse/block-use-the-holder-as-indication-for-exclusive-opens.patch.
  - commit 740ebd1
  - brd: use XArray instead of radix-tree to index backing pages
    (bsc#1216436).
  - commit c5b0ad5

++++ kernel-firmware-all:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-amdgpu:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-ath10k:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-ath11k:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-ath12k:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-atheros:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-bluetooth:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-bnx2:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-brcm:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-chelsio:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-dpaa2:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-i915:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-intel:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-iwlwifi:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-liquidio:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-marvell:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-media:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-mediatek:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-mellanox:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-mwifiex:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-network:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-nfp:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-nvidia:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-platform:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-prestera:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-qcom:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-qlogic:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-radeon:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-realtek:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-serial:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-sound:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-ti:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-ueagle:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ kernel-firmware-usb-network:

  - Update to version 20231226 (git commit abfcad8b1405):
    * rtl_bt: Add firmware and config files for RTL8852BT/RTL8852BE-VT
    * ASoC: tas2781: Add dsp firmware for different laptops
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: WCN6750 hw1.0: update board-2.bin
    * ath11k: IPQ8074 hw2.0: update board-2.bin
    * ath10k: WCN3990 hw1.0: update board-2.bin
    * ath10k: QCA9888 hw2.0: update board-2.bin
    * ath10k: QCA4019 hw1.0: update board-2.bin
    * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00309-
    * ath12k: add new driver and firmware for WCN7850
    * iwlwifi: update gl FW for core80-165 release
    * intel: vsc: Add firmware for Visual Sensing Controller
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2023 Models
    * cirrus: Add CS35L41 firmware and tunings for ASUS Zenbook 2022 Models
    * amdgpu: DMCUB updates for various AMDGPU ASICs
  - New subpackag kernel-firmware-ath12k
  - Update aliases

++++ update-alternatives:

  - Update to version 1.22.2.
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.2

------------------------------------------------------------------
------------------  2023-12-30  -  Dec 30 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Move LoopDevice class to context manager
    Change the LoopDevice class to be a context manager.
    All code using LoopDevice was updated to the following
    with statement:
    with LoopDevice(...) as loop_provider:
    loop_provider.some_member()
    This is related to Issue #2412

++++ kernel-default:

  - drbd: Annotate struct fifo_buffer with __counted_by
    (bsc#1216436).
  - rbd: take header_rwsem in rbd_dev_refresh() only when updating
    (bsc#1216436).
  - rbd: decouple parent info read-in from updating rbd_dev
    (bsc#1216436).
  - rbd: decouple header read-in from updating rbd_dev->header
    (bsc#1216436).
  - rbd: move rbd_dev_refresh() definition (bsc#1216436).
  - drbd: stop defining __KERNEL_SYSCALLS__ (bsc#1216436).
  - drbd: use __bio_add_page to add page to bio (bsc#1216436).
  - commit f0dd2a2
  - platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
    (git-fixes).
  - platform/x86/intel/pmc: Allow reenabling LTRs (git-fixes).
  - platform/x86/intel/pmc: Add suspend callback (git-fixes).
  - platform/x86: p2sb: Allow p2sb_bar() calls during PCI device
    probe (git-fixes).
  - linux/export: Ensure natural alignment of kcrctab array
    (git-fixes).
  - usb: fotg210-hcd: delete an incorrect bounds test (git-fixes).
  - usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate
    3.0 G3 (git-fixes).
  - usb: typec: ucsi: fix gpio-based orientation detection
    (git-fixes).
  - net: usb: ax88179_178a: avoid failed operations when device
    is disconnected (git-fixes).
  - thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth
    (git-fixes).
  - thunderbolt: Fix memory leak in margining_port_remove()
    (git-fixes).
  - iio: adc: imx93: add four channels for imx93 adc (git-fixes).
  - interconnect: qcom: sm8250: Enable sync_state (git-fixes).
  - interconnect: Treat xlate() returning NULL node as an error
    (git-fixes).
  - Input: ipaq-micro-keys - add error handling for devm_kmemdup
    (git-fixes).
  - lib/vsprintf: Fix %pfwf when current node refcount == 0
    (git-fixes).
  - pinctrl: at91-pio4: use dedicated lock class for IRQ
    (git-fixes).
  - net: phy: skip LED triggers on PHYs on SFP modules (git-fixes).
  - net/rose: fix races in rose_kill_by_device() (git-fixes).
  - wifi: mt76: fix crash with WED rx support enabled (git-fixes).
  - wifi: mac80211: mesh_plink: fix matches_local logic (git-fixes).
  - wifi: mac80211: mesh: check element parsing succeeded
    (git-fixes).
  - wifi: mac80211: check defragmentation succeeded (git-fixes).
  - wifi: mac80211: don't re-add debugfs during reconfig
    (git-fixes).
  - net: rfkill: gpio: set GPIO direction (git-fixes).
  - wifi: mac80211: check if the existing link config remains
    unchanged (git-fixes).
  - wifi: iwlwifi: pcie: add another missing bh-disable for
    rxq->lock (git-fixes).
  - wifi: ieee80211: don't require protected vendor action frames
    (git-fixes).
  - reset: Fix crash when freeing non-existent optional resets
    (git-fixes).
  - platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
    (git-fixes).
  - spi: atmel: Fix clock issue when using devices with different
    polarities (git-fixes).
  - net/rose: Fix Use-After-Free in rose_ioctl (git-fixes).
  - scripts/checkstack.pl: match all stack sizes for s390
    (git-fixes).
  - net: usb: qmi_wwan: claim interface 4 for ZTE MF290 (git-fixes).
  - nfc: virtual_ncidev: Add variable to check if ndev is running
    (git-fixes).
  - usb: aqc111: check packet for fixup for true limit (git-fixes).
  - platform/x86: intel_telemetry: Fix kernel doc descriptions
    (git-fixes).
  - Input: xpad - add HyperX Clutch Gladiate Support (git-fixes).
  - commit 5ce31fd
  - iio: adc: ti_am335x_adc: Fix return value check of
    tiadc_request_dma() (git-fixes).
  - iio: triggered-buffer: prevent possible freeing of wrong buffer
    (git-fixes).
  - iio: imu: inv_mpu6050: fix an error code problem in
    inv_mpu6050_read_raw (git-fixes).
  - iio: imu: adis16475: add spi_device_id table (git-fixes).
  - iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion
    time table (git-fixes).
  - iio: kx022a: Fix acceleration value scaling (git-fixes).
  - ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (git-fixes).
  - ASoC: hdmi-codec: fix missing report for jack initial status
    (git-fixes).
  - ASoC: tas2781: check the validity of prm_no/cfg_no (git-fixes).
  - ALSA: hda/tas2781: select program 0, conf 0 by default
    (git-fixes).
  - i2c: aspeed: Handle the coalesced stop conditions with the
    start conditions (git-fixes).
  - i2c: qcom-geni: fix missing clk_disable_unprepare() and
    geni_se_resources_off() (git-fixes).
  - gpio: dwapb: mask/unmask IRQ when disable/enale it (git-fixes).
  - gpiolib: cdev: add gpio_device locking wrapper around
    gpio_ioctl() (git-fixes).
  - drm/i915/mtl: Fix HDMI/DP PLL clock selection (git-fixes).
  - drm/i915/hwmon: Fix static analysis tool reported issues
    (git-fixes).
  - drm/amdgpu: re-create idle bo's PTE during VM state machine
    reset (git-fixes).
  - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
    (git-fixes).
  - Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis (git-fixes).
  - Bluetooth: hci_event: shut up a false-positive warning
    (git-fixes).
  - Bluetooth: Fix deadlock in vhci_send_frame (git-fixes).
  - Bluetooth: Fix not notifying when connection encryption changes
    (git-fixes).
  - ARM: OMAP2+: Fix null pointer dereference and memory leak in
    omap_soc_device_init (git-fixes).
  - bus: ti-sysc: Flush posted write only after srst_udelay
    (git-fixes).
  - drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
    (git-fixes).
  - drm/amdgpu/sdma5.2: add begin/end_use ring callbacks
    (git-fixes).
  - drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
    (git-fixes).
  - drm/i915: Fix ADL+ tiled plane stride when the POT stride is
    smaller than the original (git-fixes).
  - drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
    (git-fixes).
  - drm/i915: Fix remapped stride with CCS on ADL+ (git-fixes).
  - HID: Add quirk for Labtec/ODDOR/aikeec handbrake (git-fixes).
  - HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]
    (git-fixes).
  - HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
    (git-fixes).
  - HID: hid-asus: reset the backlight brightness level on resume
    (git-fixes).
  - HID: hid-asus: add const to read-only outgoing usb buffer
    (git-fixes).
  - HID: add ALWAYS_POLL quirk for Apple kb (git-fixes).
  - HID: glorious: fix Glorious Model I HID report (git-fixes).
  - HID: mcp2221: Allow IO to start during probe (git-fixes).
  - HID: mcp2221: Set driver data before I2C adapter add
    (git-fixes).
  - commit 1dc9b8c
  - nbd: pass nbd_sock to nbd_read_reply() instead of index
    (bsc#1216436).
  - nbd: fix null-ptr-dereference while accessing 'nbd->config'
    (bsc#1216436).
  - nbd: factor out a helper to get nbd_config without holding
    'config_lock' (bsc#1216436).
  - nbd: fold nbd config initialization into nbd_alloc_config()
    (bsc#1216436).
  - nbd: fix uaf in nbd_open (bsc#1216436).
  - nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl
    (bsc#1216436).
  - nbd: automatically load module on genl access (bsc#1216436).
  - block: simplify the disk_force_media_change interface
    (bsc#1216436).
  - nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
    (bsc#1216436).
  - drivers/rnbd: restore sysfs interface to rnbd-client
    (bsc#1216436).
  - scsi: block: virtio_blk: Set zone limits before revalidating
    zones (bsc#1216436).
  - scsi: block: nullblk: Set zone limits before revalidating zones
    (bsc#1216436).
  - block/rnbd: make all 'class' structures const (bsc#1216436).
  - block: move a few internal definitions out of blkdev.h
    (bsc#1216436).
  - rnbd-srv: replace sess->open_flags with a "bool readonly"
    (bsc#1216436).
  - commit 12893ed

++++ trousers:

  - add Requires(post): udev, Requires(post): coreutils
    * the post scriptlet uses udevamd and chown

------------------------------------------------------------------
------------------  2023-12-29  -  Dec 29 2023  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Update to 304:
    * Performance and stability improvements
    * Change "Add disk" default behavior
    * Add SSH keys to VM creation dialog
    * Performance and stability improvements

++++ cockpit-podman:

  - New version 82:
    * Validate fields in "Create container" dialog
    * Label Toolbox and Distrobox containers
    * Performance and stability improvements

++++ python-kiwi:

  - Ensure setfiles is detected inside the image-root
    We do not actually use setfiles from the host, we use it from the
    image root we create for the image build. Thus, we should look in
    the image root instead of on the host system.
    This prevents us from incorrectly detecting that setfiles is not
    available for setting SELinux contexts.
    Fixes: https://github.com/OSInside/kiwi/issues/2414
    Fixes: 2a22901ddd11ae23b6724b5e1aaa4261f219ccb6

++++ kernel-default:

  - block: use the holder as indication for exclusive opens
    (bsc#1216436).
  - Refresh
    patches.suse/ext4-Fix-reusing-stale-buffer-heads-from-last-f.patch.
  - Refresh patches.suse/target-add-rbd-backend.patch.
  - commit c8ca904
  - selftests/bpf: lsm_cgroup define sockaddr_ll (jsc#PED-6811).
  - commit 89c43a8
  - KEYS: use kfree_sensitive with key (jsc#PED-5460).
  - KEYS: fix kernel-doc warnings in verify_pefile (jsc#PED-5460).
  - KEYS: Replace all non-returning strlcpy with strscpy
    (jsc#PED-5460).
  - commit 49cc465

++++ libarchive:

  - skip write tests on 32bit, they OOM

++++ python-argcomplete:

  - update to 3.2.1:
    * Allow explicit zsh global completion activation (#467)
    * Fix and test global completion in zsh (#463, #466)
    * Add –yes option to activate-global-python-argcomplete (#461)
    * Test suite improvements
  - drop without_zsh.patch: obsolete

------------------------------------------------------------------
------------------  2023-12-28  -  Dec 28 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Use xdist on the CI to speed up the test runs
  - Add unit test job using python 3.12
  - Only run the job for this python environment
  - [ci] Switch runner to ubuntu-latest
  - Add missing raw string identifier infront of regexes

++++ kernel-default:

  - rnbd-srv: don't pass a holder for non-exclusive
    blkdev_get_by_path (bsc#1216436).
  - commit 87004c4
  - swsusp: don't pass a stack address to blkdev_get_by_path
    (bsc#1216436).
  - block: remove the unused mode argument to ->release
    (bsc#1216436).
  - block: pass a gendisk to ->open (bsc#1216436).
  - block: pass a gendisk on bdev_check_media_change (bsc#1216436).
  - cdrom: remove the unused mode argument to cdrom_release
    (bsc#1216436).
  - cdrom: track if a cdrom_device_info was opened for data
    (bsc#1216436).
  - cdrom: remove the unused bdev argument to cdrom_open
    (bsc#1216436).
  - block/rnbd-srv: make process_msg_sess_info returns void
    (bsc#1216436).
  - block/rnbd-srv: init err earlier in rnbd_srv_init_module
    (bsc#1216436).
  - block/rnbd-srv: init ret with 0 instead of -EPERM (bsc#1216436).
  - block/rnbd-srv: rename one member in rnbd_srv_dev (bsc#1216436).
  - block/rnbd-srv: no need to check sess_dev (bsc#1216436).
  - block/rnbd: introduce rnbd_access_modes (bsc#1216436).
  - block/rnbd-srv: remove unused header (bsc#1216436).
  - block/rnbd: kill rnbd_flags_supported (bsc#1216436).
  - nbd: Add the maximum limit of allocated index in nbd_dev_add
    (bsc#1216436).
  - commit dfaefc2
  - bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
    (jsc#PED-6811).
  - selftests/bpf: Fix a CI failure caused by vsock write
    (jsc#PED-6811).
  - selftests/bpf: Fix flaky cgroup_iter_sleepable subtest
    (jsc#PED-6811).
  - bpf: Ensure kptr_struct_meta is non-NULL for collection insert
    and refcount_acquire (jsc#PED-6811).
  - libbpf: Set close-on-exec flag on gzopen (jsc#PED-6811).
  - selftests/bpf: Add sockmap test for redirecting partial skb data
    (jsc#PED-6811).
  - selftests/bpf: Add more tests for check_max_stack_depth bug
    (jsc#PED-6811).
  - selftests/bpf: Add selftest for check_stack_max_depth bug
    (jsc#PED-6811).
  - commit 00d8cd6
  - Update
    patches.suse/tty-n_gsm-fix-the-UAF-caused-by-race-condition.patch
    (bsc#1012628 bsc#1218335 CVE-2023-6546).
  - commit 6ab066d
  - bpf, docs: Document existing macros instead of deprecated
    (jsc#PED-6811).
  - bpf, docs: BPF Iterator Document (jsc#PED-6811).
  - selftests/bpf: Fix compilation failure for prog
    vrf_socket_lookup (jsc#PED-6811).
  - selftests/bpf: Add vrf_socket_lookup tests (jsc#PED-6811).
  - selftests/bpf: Set the default value of consumer_cnt as 0
    (jsc#PED-6811).
  - selftests/bpf: Ensure that next_cpu() returns a valid CPU number
    (jsc#PED-6811).
  - selftests/bpf: Output the correct error code for pthread APIs
    (jsc#PED-6811).
  - selftests/bpf: Use producer_cnt to allocate local counter array
    (jsc#PED-6811).
  - bpf: Keep BPF_PROG_LOAD permission checks clear of validations
    (jsc#PED-6811).
  - selftests/bpf: Verify that check_ids() is used for scalars in
    regsafe() (jsc#PED-6811).
  - selftests/bpf: Check if mark_chain_precision() follows scalar
    ids (jsc#PED-6811).
  - bpf/docs: Update documentation for new cpumask kfuncs
    (jsc#PED-6811).
  - selftests/bpf: Update bpf_cpumask_any* tests to use
    bpf_cpumask_any_distribute* (jsc#PED-6811).
  - bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
    (jsc#PED-6811).
  - selftests/bpf: Add test for new bpf_cpumask_first_and() kfunc
    (jsc#PED-6811).
  - bpf: Add bpf_cpumask_first_and() kfunc (jsc#PED-6811).
  - bpf: Hide unused bpf_patch_call_args (jsc#PED-6811).
  - selftests/bpf: Add missing prototypes for several test kfuncs
    (jsc#PED-6811).
  - bpf: Factor out a common helper free_all() (jsc#PED-6811).
  - bpf: Cleanup unused function declaration (jsc#PED-6811).
  - selftests/bpf: Add missing selftests kconfig options
    (jsc#PED-6811).
  - selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDs
    (jsc#PED-6811).
  - bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are
    non-NULL (jsc#PED-6811).
  - bpf: Replace open code with for allocated object check
    (jsc#PED-6811).
  - bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
    (jsc#PED-6811).
  - selftests/bpf: Test table ID fib lookup BPF helper
    (jsc#PED-6811).
  - bpf: Add table ID to bpf_fib_lookup BPF helper (jsc#PED-6811).
  - net: Use umd_cleanup_helper() (jsc#PED-6811).
  - bpf: Replace all non-returning strlcpy with strscpy
    (jsc#PED-6811).
  - bpf/tests: Use struct_size() (jsc#PED-6811).
  - selftests/bpf: Add a test where map key_type_id with decl_tag
    type (jsc#PED-6811).
  - bpf: Fix bad unlock balance on freeze_mutex (jsc#PED-6811).
  - libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()
    (jsc#PED-6811).
  - libbpf: Ensure libbpf always opens files with O_CLOEXEC
    (jsc#PED-6811).
  - selftests/bpf: Check whether to run selftest (jsc#PED-6811).
  - libbpf: Change var type in datasec resize func (jsc#PED-6811).
  - bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE
    command (jsc#PED-6811).
  - libbpf: Selftests for resizing datasec maps (jsc#PED-6811).
  - libbpf: Add capability for resizing datasec maps (jsc#PED-6811).
  - selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET
    tests (jsc#PED-6811).
  - libbpf: Add opts-based bpf_obj_pin() API and add support for
    path_fd (jsc#PED-6811).
  - bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
    (jsc#PED-6811).
  - libbpf: Start v1.3 development cycle (jsc#PED-6811).
  - bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
    (jsc#PED-6811).
  - bpftool: Specify XDP Hints ifname when loading program
    (jsc#PED-6811).
  - selftests/bpf: Add xdp_feature selftest for bond device
    (jsc#PED-6811).
  - selftests/bpf: Test bpf_sock_destroy (jsc#PED-6811).
  - selftests/bpf: Add helper to get port using getsockname
    (jsc#PED-6811).
  - bpf: Add bpf_sock_destroy kfunc (jsc#PED-6811).
  - bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
    (jsc#PED-6811).
  - bpf: udp: Implement batching for sockets iterator
    (jsc#PED-6811).
  - udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
    (jsc#PED-6811).
  - bpf: udp: Encapsulate logic to get udp table (jsc#PED-6811).
  - udp: seq_file: Helper function to match socket attributes
    (jsc#PED-6811).
  - bpftool: Show target_{obj,btf}_id in tracing link info
    (jsc#PED-6811).
  - bpf: Show target_{obj,btf}_id in tracing link fdinfo
    (jsc#PED-6811).
  - selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent
    with kernel (jsc#PED-6811).
  - selftests/bpf: Fix dynptr/test_dynptr_is_null (jsc#PED-6811).
  - bpf, docs: Shift operations are defined to use a mask
    (jsc#PED-6811).
  - bpftool: Support bpffs mountpoint as pin path for prog loadall
    (jsc#PED-6811).
  - selftests/xsk: adjust packet pacing for multi-buffer support
    (jsc#PED-6811).
  - selftests/xsk: generate data for multi-buffer packets
    (jsc#PED-6811).
  - selftests/xsk: populate fill ring based on frags needed
    (jsc#PED-6811).
  - selftests/xsx: test for huge pages only once (jsc#PED-6811).
  - selftests/xsk: store offset in pkt instead of addr
    (jsc#PED-6811).
  - selftests/xsk: add packet iterator for tx to packet stream
    (jsc#PED-6811).
  - selftests/xsk: dump packet at error (jsc#PED-6811).
  - selftests/xsk: add varying payload pattern within packet
    (jsc#PED-6811).
  - selftests/xsk: generate simpler packets with variable length
    (jsc#PED-6811).
  - selftests/xsk: do not change XDP program when not necessary
    (jsc#PED-6811).
  - bpf: Move kernel test kfuncs to bpf_testmod (jsc#PED-6811).
  - selftests/bpf: Remove extern from kfuncs declarations
    (jsc#PED-6811).
  - selftests/bpf: Allow to use kfunc from testmod.ko in
    test_verifier (jsc#PED-6811).
  - selftests/bpf: Load bpf_testmod for verifier test
    (jsc#PED-6811).
  - selftests/bpf: Use un/load_bpf_testmod functions in tests
    (jsc#PED-6811).
  - selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
    (jsc#PED-6811).
  - selftests/bpf: Use only stdout in un/load_bpf_testmod functions
    (jsc#PED-6811).
  - selftests/bpf: Move test_progs helpers to testing_helpers object
    (jsc#PED-6811).
  - selftests/bpf: Move kfunc exports to
    bpf_testmod/bpf_testmod_kfunc.h (jsc#PED-6811).
  - libbpf: Store zero fd to fd_array for loader kfunc relocation
    (jsc#PED-6811).
  - selftests/bpf: Fix s390 sock_field test failure (jsc#PED-6811).
  - selftests/bpf: improve netcnt test robustness (jsc#PED-6811).
  - bpf, arm64: Support struct arguments in the BPF trampoline
    (jsc#PED-6811).
  - bpf: fix calculation of subseq_idx during precision backtracking
    (jsc#PED-6811).
  - refresh context of
    patches.suse/bpf-Use-scalar-ids-in-mark_chain_precision.patch
  - bpf: Document EFAULT changes for sockopt (jsc#PED-6811).
  - selftests/bpf: Correctly handle optlen > 4096 (jsc#PED-6811).
  - selftests/bpf: Update EFAULT {g,s}etsockopt selftests
    (jsc#PED-6811).
  - bpf: Add --skip_encoding_btf_inconsistent_proto,
  - -btf_gen_optimized to pahole flags for v1.25 (jsc#PED-6811).
  - selftests/bpf: Accept mem from dynptr in helper funcs
    (jsc#PED-6811).
  - bpf: verifier: Accept dynptr mem as mem in helpers
    (jsc#PED-6811).
  - selftests/bpf: Check overflow in optional buffer (jsc#PED-6811).
  - selftests/bpf: Test allowing NULL buffer in dynptr slice
    (jsc#PED-6811).
  - bpf: Allow NULL buffers in bpf_dynptr_slice(_rw) (jsc#PED-6811).
  - selftests/bpf: Add testcase for bpf_task_under_cgroup
    (jsc#PED-6811).
  - bpf: Add bpf_task_under_cgroup() kfunc (jsc#PED-6811).
  - bpf, docs: Update llvm_relocs.rst with typo fixes
    (jsc#PED-6811).
  - selftests/bpf: revert iter test subprog precision workaround
    (jsc#PED-6811).
  - selftests/bpf: add precision propagation tests in the presence
    of subprogs (jsc#PED-6811).
  - bpf: support precision propagation in the presence of subprogs
    (jsc#PED-6811).
  - bpf: fix mark_all_scalars_precise use in mark_chain_precision
    (jsc#PED-6811).
  - bpf: mark relevant stack slots scratched for register read
    instructions (jsc#PED-6811).
  - veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program
    flag (jsc#PED-6811).
  - libbpf: Fix comment about arc and riscv arch in bpf_tracing.h
    (jsc#PED-6811).
  - bpf: Emit struct bpf_tcp_sock type in vmlinux BTF
    (jsc#PED-6811).
  - selftests/bpf: Test_progs can read test lists from file
    (jsc#PED-6811).
  - selftests/bpf: Extract insert_test from parse_test_list
    (jsc#PED-6811).
  - selftests/bpf: Add fexit_sleep to DENYLIST.aarch64
    (jsc#PED-6811).
  - selftests/bpf: Fix selftest test_global_funcs/global_func1
    failure with latest clang (jsc#PED-6811).
  - bpftool: Dump map id instead of value for map_of_maps types
    (jsc#PED-6811).
  - selftests/bpf: Update the aarch64 tests deny list
    (jsc#PED-6811).
  - bpftool: Show map IDs along with struct_ops links
    (jsc#PED-6811).
  - docs/bpf: Add LRU internals description and graph
    (jsc#PED-6811).
  - docs/bpf: Add table to describe LRU properties (jsc#PED-6811).
  - selftests/bpf: Add test case to assert precise scalar path
    pruning (jsc#PED-6811).
  - selftests/bpf: Add tests for dynptr convenience helpers
    (jsc#PED-6811).
  - bpf: Add bpf_dynptr_clone (jsc#PED-6811).
  - refresh context in
    patches.suse/bpf-Make-bpf_refcount_acquire-fallible-for-non-.patch
  - bpf: Add bpf_dynptr_size (jsc#PED-6811).
  - bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
    (jsc#PED-6811).
  - bpf: Add bpf_dynptr_adjust (jsc#PED-6811).
  - kallsyms: remove unused arch_get_kallsym() helper
    (jsc#PED-6811).
  - commit a4a043b

++++ libdrm:

  - update to 2.4.119:
    * add amdgpu_va_get_start_addr

++++ lttng-tools:

  - update to 2.13.11:
    * docs: fix: Match stated automake requirement
    * Docs: Fix broken reference in lttng-add-trigger
    * Docs: Fix broken reference to lttng-concepts(7) man page
    disk space
    * Fix: lttng-add-context: leak of application context
    parameters
    * Fix: sessiond: bad fd used while rotating exiting app's
    buffers
    * Fix: consumerd: slow metadata push slows down application
    registration
    * event-rule: set event rule loglevel to domain specific value
    when unset
    * Fix: sessiond: preserve jul/log4j domain loglevels
    * Fix: sessiond: crash enabling event rules that differ only by
    loglevel type
    * Fix: sessiond: incorrect use of exclusions array leads to
    crash
    * Fix: sessiond: silent kernel notifier registration error
    * Fix: sessiond: size-based notification occasionally not
    triggered
    * Fix: adding a user space probe fails on thumb functions
    * Fix: Tests that assume CPU 0 is present
    * Fix: Wrong assumption about possible CPUs
    * Fix: lttng remove-trigger -h fails
    * Fix: ini parser: truncation of value name
    * Fix: truncated len in
    lttng_event_rule_user_tracepoint_serialize()

++++ lttng-ust:

  - update to 2.13.6:
    * Fix: segmentation fault on filter interpretation in "switch"
    mode
    * Fix: `ip` context is expressed as a base-10 field
    * Fix: c99: use __asm__ __volatile__
    * Fix: c99: static assert: clang build fails due to multiple
    typedef
    * Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time
    tracepoint.h is included
    * Fix: trace events in C++ constructors/destructors
    * Fix: trace events in C constructors/destructors
    * Fix: use unaligned pointer accesses for lttng_inline_memcpy

++++ newt:

  - update to 0.52.24:
    * add support for python3.13
    * fix compiler warnings

++++ ppp:

  - Reflect the rp-pppoe -> pppoe name change also in pppoe-peers.

------------------------------------------------------------------
------------------  2023-12-27  -  Dec 27 2023  -------------------
------------------------------------------------------------------

++++ fontconfig:

  - update to 2.15.0:
    * Do not change the order of orth files
    * Convert tabs to spaces
    * Convert more tabs to spaces in docs
    * Report more detailed logs instead of assertion.
    * Add some missing constant names for weight.
    * Adujst indentation between programlisting in fontconfig-user.sgml
    * Add another test case for flatpak
    * Update 65-nonlatin.conf for macOS
    * Change the order of the properties to the order of fontconfig
    cache format
    * Add missing property descriptions
    * Add namedinstance property
    * Remove the problematic language from code and doc
    * Use 'outline' instead of 'scalable' for bitmaps
    * Add more docs about selectfont
    * Rework CI implementation
    * Fix uninitialized memory access when failing memory allocation.
    * Create a symlink with relative path
    * Fix an error of "initializer element is not constant"
    * Update CaseFolding.txt to Unicode 15.1
    * Update the encoding table for Simplified Chinese
    * Retry to decode strings in the name table as UTF-16BE in some
    cases.
    * Work around decoding strings in Macintosh encoding for the
    name table.
    * Use memmove instead of memcpy
    * Rename README to NEWS and add README.md
    * Update so version
    * Fix leak of `reason` in _FcConfigParse when not complaining

++++ kernel-default:

  - smb: client: fix OOB in smbCalcSize() (bsc#1217947
    CVE-2023-6606).
  - commit b60bc77

++++ protobuf-c:

  - update to 1.5.0:
    * Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
    * remove deprecated functionality
    * Avoid "unused variable" compiler warning
    * Update autotools
    * Support for new Google protobuf 22.x, 23.x releases
    * Remove protobuf 2.x support

++++ python-distro:

  - update to 1.9.0:
    * Refactor distro.info() method to return an InfoDict [#360]
    * Ignore the file '/etc/board-release' [#353]
    * Ignore the file '/etc/ec2_version' [#359]
    * Test on modern versions of CPython and PyPy and macOS [#362]
    * Add support for ALT Linux Server 10.1 distribution [#354]
    * Add Debian Testing to the tests [#356]
    * Update archlinux resource for tests [#352]

++++ python-jsonschema-specifications:

  - update to 2023.12.1:
    * Ignore dotfiles when collectimg schemas

++++ python-psutil:

  - update to 5.9.7:
    * 2324_: enforce Ruff rule `raw-string-in-exception`, which
    helps providing clearer tracebacks when exceptions are
    raised by psutil.
    * 2325_, [PyPy]: psutil did not compile on PyPy due to missing
    `PyErr_SetExcFromWindowsErrWithFilenameObject` cPython API.
  - drop logind_y2038.patch (upstream)

++++ python-typing_extensions:

  - update to 4.9.0:
    * This feature release adds `typing_extensions.ReadOnly`, as
    specified by PEP 705, and makes various other improvements,
    especially to `@typing_extensions.deprecated()`.
    * Add support for PEP 705, adding `typing_extensions.ReadOnly`.
    * All parameters on `NewType.__call__` are now positional-only.
    This means that the signature of
    `typing_extensions.NewType.__call__` now exactly matches the
    * signature of `typing.NewType.__call__`.
    * Fix bug with using `@deprecated` on a mixin class.
    * Exclude `__match_args__` from `Protocol` members.
    * When creating a `typing_extensions.NamedTuple` class, ensure
    `__set_name__` is called on all objects that define
    `__set_name__` and exist in the values of the `NamedTuple`
    class's class dictionary.

++++ timezone:

  - update to 2023d:
    * Ittoqqortoormiit, Greenland changes time zones on
    2024-03-31.
    * Vostok, Antarctica changed time zones on 2023-12-18.
    * Casey, Antarctica changed time zones five times since
    2020.
    * Code and data fixes for Palestine timestamps starting in
    2072.
    * A new data file zonenow.tab for timestamps starting now.
    * Fix predictions for DST transitions in Palestine in
    2072-2075, correcting a typo introduced in 2023a.
    * Vostok, Antarctica changed to +05 on 2023-12-18.  It had
    been at +07 (not +06) for years.
    * Change data for Casey, Antarctica to agree with
    timeanddate.com, by adding five time zone changes since 2020.
    Casey is now at +08 instead of +11.
    * Much of Greenland, represented by America/Nuuk, changed
    its standard time from -03 to -02 on 2023-03-25, not on
    2023-10-28.
    * localtime.c no longer mishandles TZif files that contain
    a single transition into a DST regime.  Previously,
    it incorrectly assumed DST was in effect before the transition
    too.
    * tzselect no longer creates temporary files.
    * tzselect no longer mishandles the following:
    * Spaces and most other special characters in BUGEMAIL,
    PACKAGE, TZDIR, and VERSION.
    * TZ strings when using mawk 1.4.3, which mishandles
    regular expressions of the form /X{2,}/.
    * ISO 6709 coordinates when using an awk that lacks the
    GNU extension of newlines in -v option-arguments.
    * Non UTF-8 locales when using an iconv command that
    lacks the GNU //TRANSLIT extension.
    * zic no longer mishandles data for Palestine after the
    year 2075.

------------------------------------------------------------------
------------------  2023-12-26  -  Dec 26 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Allow target_blocksize to be available for kis image

------------------------------------------------------------------
------------------  2023-12-25  -  Dec 25 2023  -------------------
------------------------------------------------------------------

++++ sensors:

  - Update to version 3.6.1:
    * configs: Added a number of new configuration files
    * fancontrol: Add executable commands as temp sensors
    * pwmconfig, fancontrol: Allow read-only pwm*_enable
    * sensors: Handle json trailing ',' when no features are listed
    Add support for rated values
    Only do conversion to Fahrenheit on temperatures
    * sensors-detect: Add support for NCT6687D
    Add support for AMD CPU Family 19h
    Add support for FTS Teutates Chip
    Fix the driver for Nuvoton W83677HG-I
    * sensord: Add support of emergency alarm
    Change PIDFile path from /var/run to /run
    * Allow subfeatures to be ignored too
    * Flag allow-no-sensors added
    * Add support for dev_name formatted like "a000000.wifi"
    * Add ZSH completion for sensors and sensors-detect
    * Add ISA ACPI sensor driver name support
    * Add support for static only build
    * Add SDIO attached sensor support
    * Add PWM and frequency sensor support
  - Drop trailing space from hardedning patches
    * harden_fancontrol.service.patch
    * harden_lm_sensors.service.patch
    * harden_sensord.service.patch
  - Refresh
    * lm_sensors-3.4.0-sensord-service-extra-args.patch
    * var-run-deprecated.patch
  - Add rrd-drop-useless-cast.patch
  - Drop usptreamed patches
    * change-pidfile-path-from-var-run-to-run.patch
    * lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch
    * lm_sensors-3.6.0-sensors-detect-fix-driver-for-w83677hgi.patch
    * pwmconfig-handle-fan-input-error.patch
  - Drop obsolete spec file constructs, use autopatch.

------------------------------------------------------------------
------------------  2023-12-23  -  Dec 23 2023  -------------------
------------------------------------------------------------------

++++ libssh:

  - Fix regression parsing IPv6 addresses provided as hostname
    * Added libssh-fix-ipv6-hostname-regression.patch

------------------------------------------------------------------
------------------  2023-12-22  -  Dec 22 2023  -------------------
------------------------------------------------------------------

++++ iputils:

  - Update to version 20231222
    https://github.com/iputils/iputils/releases/tag/20231222
  - Use tar.xz instead of tar.gz
  - Update source URL

++++ kbd:

  - Update to version 2.6.4:
  - Use AX_ADD_FORTIFY_SOURCE to avoid redefining _FORTIFY_SOURCE
  - Do not look up include files in the current working directory

++++ kernel-default:

  - s390/vx: fix save/restore of fpu kernel context (git-fixes
    bsc#1218359).
  - commit 3ba3bc2
  - nvme: fix deadlock between reset and scan (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: prevent potential spectre v1 gadget (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config
    descriptions (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - nvme-ioctl: move capable() admin check to the end (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: ensure reset state check ordering (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Refresh:
  - patches.suse/nvme-tcp-do-not-terminate-commands-when-in-resetting.patch
  - patches.suse/nvme-tcp-make-err_work-a-delayed-work.patch
  - nvme: introduce helper function to get ctrl state (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-core: check for too small lba shift (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: check for valid nvme_identify_ns() before using it
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-core: fix a memory leak in nvme_ns_info_from_identify()
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: fine-tune sending of first keep-alive (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: tcp: fix compile-time checks for TLS mode (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: target: fix Kconfig select statements (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: target: fix nvme_keyring_id() references (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: move nvme_stop_keep_alive() back to original position
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: always initialize tls_handshake_tmo_work
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - commit b03ed0f
  - net/smc: Fix pos miscalculation in statistics (bsc#1218139).
  - commit 7941d68
  - ipv4: igmp: fix refcnt uaf issue when receiving igmp query
    packet (bsc#1218253 CVE-2023-6932).
  - commit af60a2b
  - perf: Fix perf_event_validate_size() lockdep splat
    (CVE-2023-6931 bsc#1218258).
  - perf: Fix perf_event_validate_size() (CVE-2023-6931
    bsc#1218258).
  - commit 0110162

++++ spirv-tools:

  - Update to release 2023.6~rc1
    * spirv-val: Loosen restriction on base type of
    DebugTypePointer and DebugTypeQualifier
    * spirv-val: Add WorkgroupMemoryExplicitLayoutKHR check for Block
    * opt: Add ComputeDerivativeGroup*NV capabilities to trim
    capabilities pass
    * opt: Do not crash when tryingto fold unsupported spec constant
    * opt: support 64-bit OpAccessChain index in FixStorageClass
    * opt: add StorageImageReadWithoutFormat to cap trim
    * opt: add PhysicalStorageBufferAddresses to trim

++++ libzypp:

  - CheckAccessDeleted: fix 'running in container' filter
    (bsc#1218291)
  - version 17.31.27 (22)

++++ python-setuptools:

  - Drop fix-get-python-lib-python38.patch: No Python <3.9 built
  - Drop ugly allow-only-direct-compilation.patch in favor of proper
    PEP517 compliant bootstrap, using a built-in pip and the wheel
    package
  - Add patch allow-only-direct-compilation.patch:
    * Allow forcing direct compilation.

++++ suseconnect-ng:

  - Update to version 1.5.0
    * Configure docker credentials for registry authentication
    * Feature: Support usage from Agama + Cockpit for ALP Micro system registration (bsc#1218364)
    * Add --json output option

------------------------------------------------------------------
------------------  2023-12-21  -  Dec 21 2023  -------------------
------------------------------------------------------------------

++++ cockpit:

  - new version 307:
    https://cockpit-project.org/blog/cockpit-307.html
    https://cockpit-project.org/blog/cockpit-306.html
    https://cockpit-project.org/blog/cockpit-305.html
    https://cockpit-project.org/blog/cockpit-304.html
    https://cockpit-project.org/blog/cockpit-303.html
    https://cockpit-project.org/blog/cockpit-302.html
    https://cockpit-project.org/blog/cockpit-301.html
  - css-overrides.patch, storage-btrfs.patch: refreshed

++++ combustion:

  - Update to version 1.3+git3:
    * 30firstboot: Do not detect firstboot in the zipl initrd "initgrub" mode
    (bsc#1218065)
    * Handle absence of NM and wicked properly
    * Use dracut $hookdir instead of hardcoding

++++ dracut:

  - Update to version 059+suse.533.g5a7cf9fa:
    * feat(dracut.sh): protect `push_host_devs` function
    * fix(dracut.sh): do not add device if `find_block_device` returns an error

++++ kernel-default:

  - thunderbolt: Only add device router DP IN to the head of the
    DP resource list (jsc#PED-6054).
  - commit 73bf26d
  - thunderbolt: Add DP IN added last in the head of the list of
    DP resources (jsc#PED-6054).
  - commit b502fd4

++++ systemd:

  - udev(-mini)?: ensure %_modulesloaddir exists and is owned
    properly. Allows other packages to install modules without worry
    of the parent directory. We do not ensure /etc/modules-load.d
    exists in the -mini flavor, as that directory is not meant to be
    used by packages.

++++ libzypp:

  - Call zypp commit plugins during transactional update (fixes #506)
  - Add support for loongarch64 (fixes #504)
  - Teach MediaMultiCurl to download HTTP Multibyte ranges.
  - Teach zsync downloads to MultiCurl.
  - Expand RepoVars in URLs downloading a .repo file (bsc#1212160)
    Convenient and helps documentation as it may refer to a single
    command for a bunch of distributions. Like e.g. "zypper ar
    'https://server.my/$releasever/my.repo'".
  - version 17.31.26 (22)

++++ nvme-cli:

  - Update to version 2.7.1:
    * nvme-print-json: Revert field name changes (bsc#1218306)

++++ tpm2.0-tools:

  - Update to version 5.6
    + tpm2_eventlog:
    * add H-CRTM event support
    * add support of efivar versions less than 38
    * Add support to check for efivar/efivar.h manually
    * Minor formatting fixes
    * tpm2_eventlog: add support for replay with different
    StartupLocality
    * Fix pcr extension for EV_NO_ACTION
    * Extend test of yaml string representation
    * Use helper for printing a string dump
    * Fix upper bound on unique data size
    * Fix YAML string formatting
    + tpm2_policy:
    * Add support for parsing forward seal TPM values
    * Use forward seal values in creating policies
    * Move dgst_size in evaluate_populate_pcr_digests()
    * Allow more than 8 PCRs for sealing
    * Move dgst_size in evaluate_populate_pcr_digests
    * Allow more than 8 PCRs for sealing
    * Make __wrap_Esys_PCR_Read() more dynamic to enable testing more
    PCRs
    + tpm2_encryptdecrypt: Fix pkcs7 padding stripping
    + tpm2_duplicate:
    * Support -a option for attributes
    * Add --key-algorithm option
    + tpm2_encodeobject: Use the correct -O option instead of -C
    + tpm2_unseal: Add qualifier static to enhance the privacy of unseal
    function
    + tpm2_sign:
    * Remove -m option which was added mistakenly
    * Revert sm2 sign and verifysignature
    + tpm2_createek:
    * Correct man page example
    * Fix usage of nonce
    * Fix integrating nonce
    + tpm2_clear: add more details about the action
    + tpm2_startauthsession: allow the file attribute for policy
    authorization.
    + tpm2_getekcertificate: Add AMD EK support
    + tpm2_ecdhzgen: Add public-key parameter
    + tpm2_nvreadpublic: Prevent free of unallocated pointers on failure
    + Bug-fixes:
    * The readthedocs build failed with module 'jinja2' has no
    attribute 'contextfilter' a requirement file was added to fix
    this problem
    * An error caused by the flags -flto -_FORTIFY_SOURCE=3 in kdfa
    implementation. This error can be avoided by switching off the
    optimization with pragma
    * Changed wrong function name of "Esys_Load" to "Esys_Load"
    * Function names beginning with Esys_ are wrongly written as Eys_
    * Reading and writing a serialized persistent ESYS_TR handles
    * cirrus-ci update image-family to freebsd-13-2 from 13-1
    + misc:
    * Change the default Python version to Python3 in the helper's
    code
    * Skip test which uses the sign operator for comparison in
    abrmd_policynv.sh
    * tools/tr_encode: Add a tool that can encode serialized ESYS_TR
    for persistent handles from the TPM2B_PUBLIC and the raw
    persistent TPM2_HANDLE
    * Add safe directory in config

------------------------------------------------------------------
------------------  2023-12-20  -  Dec 20 2023  -------------------
------------------------------------------------------------------

++++ dbus-broker:

  - Update to release 35
    * drop an error-checking remnant of old dir-iteration

++++ fwupd:

  - Own %{_modulesloaddir}: used to be present via udev-mini -> kmod
  - > suse-module-tools dependency before.

++++ open-iscsi:

  - Updated to latest upstream: two small changes, with no known
    functional changes:
    * Incorrect documentation for `iscsiadm -m session` print level
    (upstream issue #432)
    * Stop using deprecated inet_aton and inet_ntoa (upstream issue
    [#435])
  - Also, stopped using pre-prepared tarballs for the build, instead
    now using a service file to get latest SUSE srouces directly.
    This removed these two files:
    * open-iscsi-2.1.9-suse.tar.bz2, and
    * open-iscsi-SUSE-latest.diff.bz2
    whcih were both created by a shell script, and added a service-
    file-generated file of the form:
    * open-iscsi-2.1.9.suse+TAG_OFFSET.tar.xz
    where TAG_OFFSET is of the form "COMMIT_COUNT.HASH", where
    COMMIT_COUNT is the count of commits since 2.1.9-suse (in this
    case), and HASH is the git commit hash being used.

++++ kernel-default:

  - scsi: lpfc: use unsigned type for num_sge (bsc#1214747).
  - commit 50bbe87
  - r8152: Add RTL8152_INACCESSIBLE checks to more loops
    (git-fixes).
  - commit e6c2185
  - r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
    (git-fixes).
  - commit 6479271
  - r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() (git-fixes).
  - commit e5544fb
  - r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()
    (git-fixes).
  - commit a3f8de5
  - r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()
    (git-fixes).
  - commit c0fbad7
  - iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close
    (jsc#PED-4937).
  - iavf: Handle ntuple on/off based on new state machines for
    flow director (jsc#PED-4937).
  - iavf: Introduce new state machines for flow director
    (jsc#PED-4937).
  - dpll: sanitize possible null pointer dereference in
    dpll_pin_parent_pin_set() (jsc#PED-6079).
  - net: ena: Fix XDP redirection error (git-fixes).
  - net: ena: Fix DMA syncing in XDP path when SWIOTLB is on
    (git-fixes).
  - net: ena: Fix xdp drops handling due to multibuf packets
    (git-fixes).
  - net: ena: Destroy correct number of xdp queues upon failure
    (git-fixes).
  - qed: Fix a potential use-after-free in qed_cxt_tables_alloc
    (jsc#PED-5734).
  - octeontx2-af: Fix pause frame configuration (jsc#PED-6931).
  - octeontx2-af: Update RSS algorithm index (jsc#PED-6931).
  - octeontx2-pf: Fix promisc mcam entry action (jsc#PED-6931).
  - octeon_ep: explicitly test for firmware ready value
    (jsc#PED-6954).
  - octeontx2-af: fix a use-after-free in rvu_nix_register_reporters
    (jsc#PED-6931).
  - bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic
    (jsc#PED-5742).
  - bnxt_en: Fix wrong return value check in bnxt_close_nic()
    (jsc#PED-5742).
  - bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
    (jsc#PED-5742).
  - bnxt_en: Clear resource reservation during resume
    (jsc#PED-5742).
  - octeon_ep: initialise control mbox tasks before using APIs
    (jsc#PED-6954).
  - net/mlx5: Fix a NULL vs IS_ERR() check (jsc#PED-3311).
  - net/mlx5e: Check netdev pointer before checking its net ns
    (jsc#PED-3311).
  - net/mlx5: Nack sync reset request when HotPlug is enabled
    (jsc#PED-3311).
  - net/mlx5e: TC, Don't offload post action rule if not supported
    (jsc#PED-3311).
  - net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work
    (jsc#PED-3311).
  - net/mlx5e: Disable IPsec offload support if not FW steering
    (jsc#PED-3311).
  - net/mlx5e: Check the number of elements before walk TC
    rhashtable (jsc#PED-3311).
  - net/mlx5e: Reduce eswitch mode_lock protection context
    (jsc#PED-3311).
  - net/mlx5e: Tidy up IPsec NAT-T SA discovery (jsc#PED-3311).
  - net/mlx5e: Add IPsec and ASO syndromes check in HW
    (jsc#PED-3311).
  - net/mlx5e: Remove exposure of IPsec RX flow steering struct
    (jsc#PED-3311).
  - net/mlx5e: Unify esw and normal IPsec status table
    creation/destruction (jsc#PED-3311).
  - net/mlx5e: Ensure that IPsec sequence packet number starts
    from 1 (jsc#PED-3311).
  - net/mlx5e: Honor user choice of IPsec replay window size
    (jsc#PED-3311).
  - iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is
    zero (jsc#PED-4937).
  - i40e: Fix unexpected MFS warning message (jsc#PED-4874).
  - ice: Restore fix disabling RX VLAN filtering (jsc#PED-4876).
  - ice: change vfs.num_msix_per to vf->num_msix (jsc#PED-4876).
  - octeontx2-af: Update Tx link register range (jsc#PED-6931).
  - octeontx2-af: Add missing mcs flr handler call (jsc#PED-6931).
  - octeontx2-af: Fix mcs stats register address (jsc#PED-6931).
  - octeontx2-af: Fix mcs sa cam entries size (jsc#PED-6931).
  - octeontx2-af: Adjust Tx credits when MCS external bypass is
    disabled (jsc#PED-6931).
  - ionic: Fix dim work handling in split interrupt mode
    (jsc#PED-6953).
  - ionic: fix snprintf format length warning (jsc#PED-6953).
  - net: bnxt: fix a potential use-after-free in bnxt_init_tc
    (jsc#PED-5742).
  - octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
    (jsc#PED-6931).
  - octeontx2-pf: consider both Rx and Tx packet stats for adaptive
    interrupt coalescing (jsc#PED-6931).
  - octeontx2-af: Check return value of nix_get_nixlf before using
    nixlf (jsc#PED-6931).
  - octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam
    (jsc#PED-6931).
  - vdpa/mlx5: preserve CVQ vringh index (jsc#PED-3311).
  - ice: Fix VF Reset paths when interface in a failed over
    aggregate (jsc#PED-4876).
  - tools: ynl-gen: always construct struct ynl_req_state
    (git-fixes).
  - octeontx2-pf: Restore TC ingress police rules when interface
    is up (jsc#PED-6931).
  - octeontx2-pf: Fix adding mbox work queue entry when num_vfs >
    64 (jsc#PED-6931).
  - octeontx2-af: Fix possible buffer overflow (jsc#PED-6931).
  - tg3: Increment tx_dropped in tg3_tso_bug() (jsc#PED-5736).
  - tg3: Move thex_dropped counters to tg3_napi (jsc#PED-5736).
  - tg3: Fix the TX ring stall (jsc#PED-5736).
  - tg3: power down device only on SYSTEM_POWER_OFF (jsc#PED-5736).
  - tg3: Improve PTP TX timestamping logic (jsc#PED-5736).
  - tun: prevent negative ifindex (git-fixes).
  - net: ena: Flush XDP packets on error (git-fixes).
  - net: ena: Use pci_dev_id() to simplify the code (git-fixes).
  - tg3: Use pci_dev_id() to simplify the code (jsc#PED-5736).
  - net: ena: Add dynamic recycling mechanism for rx buffers
    (git-fixes).
  - commit 43e6daa
  - mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long (git-fixes).
  - commit fc58eb5
  - jbd2: remove unused t_handle_lock (git-fixes).
  - commit e50bd21
  - smackfs: Prevent underflow in smk_set_cipso() (git-fixes).
  - commit 19ba679
  - swiotlb: move slot allocation explanation comment where it
    belongs (git-fixes).
  - commit cdccf55
  - cpupower: Bump soname version (git-fixes).
  - commit a912f28
  - refscale: Fix uninitalized use of wait_queue_head_t (git-fixes).
  - commit 06a01d7
  - cpumask: eliminate kernel-doc warnings (git-fixes).
  - commit 94d578f
  - cpumask: fix function description kernel-doc notation
    (git-fixes).
  - commit 8b6305c
  - Revert ".gitignore: ignore *.cover and *.mbx" (git-fixes).
  - commit ac2dce9

++++ krb5:

  - update to 1.21.2 (bsc#1218211, CVE-2023-39975):
    * Fix double-free in KDC TGS processing [CVE-2023-39975].

++++ bluez:

  - update to 5.71:
    * Fix issue with not registering CSIS service.
    * Fix issue with registering pairing callbacks.
    * Fix issue with corruption during discovery filter parsing.
  - drop CVE-2023-45866.patch,
    Fix-.device_probe-failing-if-SDP-record-is-not.patch: upstream
  - update bluez-disable-broken-tests.diff: disable failing vcp test

++++ libnvme:

  - Update to version 1.7.1+0.g13ba383:
    * tree: do no free ns on error in nvme_ns_init

++++ libpwquality:

  - add: prereq "pam-config" in baselibs.conf
    * post scriptlet in pam_pwquality-32bit runs: pam-config

++++ systemd:

  - udev: only require kmod in the full flavor. udev-mini is only
    used inside OBS in a strictly defined setup and udev will never
    have to load device drivers there.
  - Import commit 071ac409a0564863657d8f8a5a35e6a4f914695f
    071ac409a0 rules: set up tty permissions and group for /dev/hvc* nodes (bsc#1218137)
    f693b3ed8a vconsole-setup: remember the correct error value when open_terminal() fails
    963d838bad vconsole-setup: handle the case where the vc is in KD_GRAPHICS mode more gracefully (bsc#1215282)
    6f53f71d2d vconsole-setup: simplify error handling

++++ libvirt:

  - apparmor: Add capabilities for PCI passthrough to virtxend profile
    bsc#1216656

++++ python-lxml:

  - update to 4.9.4:
    * LP#2046398: Inserting/replacing an ancestor into a node's
    children could loop indefinitely.
    * LP#1980767, GH#379: ``TreeBuilder.close()`` could fail with a
    ``TypeError`` after parsing incorrect input.
    * LP#1522052: A file-system specific test is now optional and
    should no longer fail on systems that don't support it.
    * Built with Cython 0.29.37.
  - drop libxml2212-tests.patch (upstream)

++++ supportutils:

  - Changes in version 3.1.28
    + Inhibit the conversion of port numbers to port names for network files (cherry picked from commit 55f5f716638fb15e3eb1315443949ed98723d250)
    + powerpc: collect rtas_errd.log and lp_diag.log files (pr#175)
    + Get list of pam.d file (cherry picked from commit eaf35c77fd4bc039fd7e3d779ec1c2c6521283e2)
    + Remove supportutils requires for util-linux-systemd and kmod (bsc#1193173)
    + Added missing klp information to kernel-livepatch.txt (bsc#1216390)
    + Fixed plugins creating empty files when using supportconfig.rc (bsc#1216388)
    + Provides long listing for /etc/sssd/sssd.conf (bsc#1211547)
    + Optimize lsof usage (bsc#1183663)
    + Added mokutil commands for secureboot (pr#179)
    + Collects chrony or ntp as needed (bsc#1196293)

++++ velociraptor-client:

  - Added workaround for missing Maintainers tag in Debian-based packages.
    obs-service-format_spec_file strips the Packager tag from the spec file
    before committing.  The build service replaces it with its own.  debbuild
    expects the Packager field to be present to generate the Maintainers tag
    in the output but it only receives the "cleaned" spec file.

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#160
  - fix 'pbl --version' to show correct version number
  - 1.10

++++ vim:

  - update to 9.0.2181:
    * Vim9: missing error messages
    * update helptags
    * POSIX function name in exarg causes issues
    * no filetype detection for execline scripts
    * reg_executing() wrong for :normal with range
    * Wrong cursor position when dragging out of window
    * Update Serbian messages translation
    * runtime(netrw): prevent E11 on FocusGained autocommand
    * Update Japanese translation
    * runtime(8th): updated 8th syntax
    * change dependabot prefix to "CI"
    * Update change.txt
    * Compile error with Motif UI + mouse support
    * Create Changelog until v9.0.2175
    * Update Italian translations
    * Update tmux syntax rules
    * Update Turkish translations
    * Compiler warning for uninitialized var
    * update fortran syntax rules and doc notes
    * Vim9: segfault when assigning to type
    * remove deprecation warning for gdefault
    * Vim9: crash when compiling for statement and non-existing type
    * Vim9: compiling :defer may fail
    * Updated Irish translation
    * Update Logtalk runtime files for the latest language spec
    * update Racket runtime files
    * Update colorschemes
    * The options[] array is still not sorted alphabetically
    * Vim9: no support for const/final class/objects vars
    * Vim9: builtin funcs may accept a non-value
    * Moving tabpages on :drop may cause an endless loop
    * sync runtime files with upstream
    * grammar & typo fixes
    * add Tbreak command
    * Vim9: not consistently using :var for declarations
    * Memory leak in Configure Script when checking GTK
    * Vim9: can simplify arg type checking code
    * Vim9: can use type a func arg/return value
    * escape curdir in BrowseUpDir
    * Vim9: type can be assigned to list/dict
    * Vim9: type documentation out-dated
    * Vim9: not able to use imported interfaces and classes
    * instanceof() should use varargs as second arg
    * Update syntax file, fix missing for highlight
    * screenpos() may crash with neg. column
    * [security]: use-after-free in check_argument_type
    * Vim9: incorrectly parses :def func definitions
    * Vim9: can use typealias in assignment
    * ft detection maybe wrong if 'fic' set for *.[CH]
    * re-generate helptags
    * do not set b:did_ftplugin before sourcing scala ftplugin(#13657)
    * Fix `w:netrw_bannercnt` ref error with `netrw_fastbrowse=2`
    * fix examples in comments for JSON formatting
    * Add json formating plugin (Issue #11426)
    * Update syntax file
    * link cmdline completion to to |wildcards| and fix typos
    * Update eval.txt
    * Vim9: type not kept when assigning vars
    * The option[] array is not sorted
    * unlet b:filetype_in_cpp_family for cpp & squirrel
    * fix typo in change.txt
    * update syntax and ftplugins
    * Update syntax file and syntax test
    * Sort options.txt alphabetically
    * update todo items
    * sort option-list alphabetically
    * no support to build on OpenVMS
    * Using type unknown for List/Dict containers
    * 'breakindent' is not drawn after diff filler lines
    * remove non-existent parameter in shift-command
    * Using int for errbuflen in option funcs
    * [security]: use-after-free in exec_instructions()
    * Vim does not detect pacman.log file
    * reference 'go-!' inside os_win32.txt for !start
    * Type check tests fail without the channel feature

------------------------------------------------------------------
------------------  2023-12-19  -  Dec 19 2023  -------------------
------------------------------------------------------------------

++++ checkpolicy:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * checkpolicy: Add the command line argument -N, --disable-neverallow
    * dispol: add option to display users, drop duplicate option to display booleans,
    show number of entries before listing them
    * dispol: Add the ability to show booleans, classes, roles, types and type attributes of policies
    * dispol: add options: --actions ACTIONS, --help
    * dismod: add options: --actions ACTIONS, --help
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ conmon:

  - New upstream release 2.1.10
    Bug fixes:
    * Fix incorrect free in conn_sock (removes fix-incorrect-free-in-conn_sock.patch)
    * logging: Respect log-size-max immediately after open

++++ kernel-default:

  - tcp: Fix listen() warning with v4-mapped-v6 address (git-fixes).
  - tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address
    (git-fixes).
  - tcp: Fix bind() regression for v4-mapped-v6 wildcard address
    (git-fixes).
  - tcp: Factorise sk_family-independent comparison in
    inet_bind2_bucket_match(_addr_any) (git-fixes).
  - commit 41534fb
  - Disable CONFIG_DEBUG_CREDENTIALS again because the feature has been
    removed from upstream in the mean time (jsc#PED-6721)"
  - commit 3c8d7db
  - ring-buffer: Have rb_time_cmpxchg() set the msb counter too
    (git-fixes).
  - commit 29f5745
  - ring-buffer: Fix 32-bit rb_time_read() race with
    rb_time_cmpxchg() (git-fixes).
  - commit 2dbbea6
  - ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
    (git-fixes).
  - commit 89b9305
  - ring-buffer: Remove useless update to write_stamp in
    rb_try_to_discard() (git-fixes).
  - commit c9b15cc
  - ring-buffer: Do not try to put back write_stamp (git-fixes).
  - commit c35af22
  - ring-buffer: Have saved event hold the entire event (git-fixes).
  - commit fada082
  - ring-buffer: Do not update before stamp when switching
    sub-buffers (git-fixes).
  - commit 9bf543e
  - tracing: Update snapshot buffer on resize if it is allocated
    (git-fixes).
  - commit caf0573
  - ring-buffer: Fix memory leak of free page (git-fixes).
  - commit a733f18
  - ring-buffer: Fix writing to the buffer with max_data_size
    (git-fixes).
  - commit 91450fc

++++ libguestfs:

  - Provide a tar-wrapper that creates bit-reproducible output (boo#1218191)

++++ jbigkit:

  - security update
  - added patches
    fix CVE-2022-1210 [bsc#1198146], Malicious file leads to a denial of service in TIFF File Handler
    + jbigkit-CVE-2022-1210.patch

++++ libnvme:

  - Update to version 1.7+0.gf38b1d7:
    * tree: do not open blk device on default
    * tree: read all attributes from sysfs when available
    * ioctl: set data length when retrieving LBA status
    * types: fix regression for vendor-specific field in nvme_id_ns
    * util: use cleanup functions
    * linux: use cleanup functions
    * json: use cleanup functions
    * fabrics: use cleanup functions
    * tree: use cleanup functions
    * cleanup: add cleanup functions
    * tree: fix incorrect return value
    * tree: Fix clearing application strings
    * libnvme: reshuffle nvme_generate_tls_key_identity()
    * libnvme: fixup error codes
    * libnvme: Implement 'nvme_generate_tls_key_identity()'
    * libnvme: support NVMe TLS identities version 1 (bsc#1219086)
    * libnvme: Add base64 functions
    * libnvme: separate out 'gen_tls_identity' and reshuffle 'derive_nvme_keys'
    * libnvme: separate out a function 'select_hmac'
    * libnvme: fix a memory leak when calling read_ssns()
    * libnvme: fix a memory leak in read_discovery()
    * fabrics: avoid redundant args in nvme_discovery_log()
    * fabrics: have nvmf_get_discovery_log() call nvmf_get_discovery_wargs()
    * fabrics: fetch smaller Discovery Log Page header
    * fabrics: avoid redundant Get Log Page on retry
    * fabrics: clear RAE for discovery log page commands
    * json-schema: add keyring and tls_key details (bsc#1219086)
    * types: add Host Behavior Support field definitions
    * mi: Cast values to u32 if shift overflows int
    * types: Cast values to u32 if shift overflows int
    * test: Avoid unaligned pointer dereferences
    * nbft: Avoid unaligned pointer dereferences
    * types: add cross-namespace copy formats, status codes, ONCS bits
    * nvme: Add length field to Hkdf-Expand-Label computation
    * ioctl: use lsp arg in nvme_get_log_boot_partition
    * fabrics: use SECTYPE to determine whether to use TLS (bsc#1219086)
    * fabrics: Allocate aligned payloads for id_ctrl and discovery log calls
    * linux: Allocate aligned payloads for id_ctrl and id_ns calls
    * ioctl: MSB variable-size storage/reference tags

++++ ceph:

  - Add ceph-cmake-3.28.patch: Fix build with cmake 3.28 and no git
    command found (https://github.com/ceph/ceph/pull/54963,
    boo#1218111).

++++ libselinux:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * libselinux: performance optimization for duplicate detection
    * Introduce getpolicyload - a helper binary to print the number of policy reloads on the running system
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ libsemanage:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ libsepol:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * struct cond_expr_t bool renamed to boolean
    The change is indicated by COND_EXPR_T_RENAME_BOOL_BOOLEAN macro
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ libssh:

  - Update to version 0.10.6
    https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-9-8-security-releases/
  - Fix CVE-2023-6004: ProxyCommand/ProxyJump features allow injection of malicious code through hostname (bsc#1218209)
  - Fix CVE-2023-48795: prefix truncation breaking ssh channel integrity (bsc#1218126)
  - Fix CVE-2023-6918: Added Missing checks for return values for digests (bsc#1218186)

++++ libssh2_org:

  - Security fix: [bsc#1218127, CVE-2023-48795]
    * Add 'strict KEX' to fix CVE-2023-48795 "Terrapin Attack"
    * Add libssh2_org-CVE-2023-48795.patch

++++ nvme-cli:

  - Update to version 2.7:
    * nvme-print-json: include vs for identify namespace
    * nvme-print-stdout: enhance connect message (bsc#1219086)
    * fabrics: fix connect error if hostid file does not exist (bsc#1219086)
    * fabrics: fix invalid output format error during nvme connect (bsc#1219086)
    * wdc: Fix vs-smart-add-log Command for SN650 and SN655
    * nvme: restric hmac options for gen-tls-key (bsc#1219086)
    * wdc: Fix UUID index fallback mechanism
    * plugins/ocp: Add OCP Telemetry String log page, Telemetry log page
    * completions: Add bash completions for telemetry string log page
    * plugins/solidigm: Added OCP 2.0 compatibility version command
    * plugins/solidigm: Added OCP 2.0 vs-drive-info command.
    * plugins/ocp: Fix printing order of various Latency Monitor Log buckets
    * nvme: validate output format split status from flag return value
    * nvme: simplify cleanup_nvme_dev()
    * cleanup: remove unused cleanup_charp()
    * wdc: Add support for SN861 2nd pci device id
    * nvme: replace libhugetlbfs with mmap and madvise
    * util/mem: move alloc helper to util section
    * nvme: auto cleanup filedescriptors
    * nvme: auto cleanup buffers
    * nvme: return error code in get_persistent_event_log
    * nvme: sanitize nvme-gen-tls-key
    * nvme: print out the resulting TLS identity for 'nvme check-tls-key'
    * nvme: Add version '1' identifier for nvme-gen-tls-key
    * subprojects/libnvme: update wrapper for TP8018
    * plugins/solidigm: Added re_sku_count smart atrribute
    * doc: Fix nvme-connect manpage --application option string
    * plugins/ocp: changed command clear-pcie-correctable-error-counters to match OCP 2.0 spec.
    * plugins/solidigm: Added command to clear PCIe Correctable Error Counters according to OCP 2.0
    * plugins/ocp: Reorganized clear feature code for better reuse
    * nvme: fixup length calculation for 'nvme gen-tls-key --secret'
    * doc: remove invalid hostkey info for --dhchap-secret
    * nvme-print-json: use human helper everywhere
    * nvme-print-json: remove obj_print helper
    * plugins/ocp: update nvme_show_select_result call
    * mailmap: only show contributer's name
    * nvme-print-json: Change to report status and message in array
    * nvme-print-json: Change to report feature select in array
    * nvme-print-json: Change to report error and data in array
    * nvme-print-json: Add show_init/finish calls to report features in array
    * nvme-print: Add nvme_show_error_status() to merge error message and status
    * nvme-print-json: Use r instead of root and use obj_add_***(r, ..., ...)
    * nvme-print-json: Delete static const char string global variables
    * nvme-print-json: Add remaining controller registers readable format
    * nvme-print-json: Add readable format cap, vs, cc, csts, nssr and crto registers
    * nvme-print-json: Combine duplicated json key and val string variables
    * nvme-print-json: Replase json_array_add_value_string() to array_add_str()
    * nvme-print-json: Replase json_object_add_value_uint128() to obj/root_add_uint128()
    * nvme-print-json: Replase json_object_add_value_object() to obj/root_add_obj()
    * nvme-print-json: Replase json_array_add_value_object() to array_add_obj()
    * nvme-print-json: Replase json_object_add_value_array() to obj/root_add_array()
    * nvme-print-json: Replase json_object_add_value_uint() to obj/root_add_uint()
    * nvme-print-json: Replase json_object_add_value_int() to obj/root_add_int()
    * nvme-print-json: Replase json_object_add_value_uint64() to obj/root_add_uint64()
    * nvme-print-json: Replase json_object_add_value_string() to obj/root_add_str()
    * nvme-print-json: Update feature_show_fields_*** to use root/obj_add_***()
    * nvme-print-json: Update lba_status_log to use root_add_***() and obj_add_***()
    * nvme-print-json: Replace lba_status_log printf() to root_add_result()
    * nvme-print-json: Add list_item print function
    * nvme-print-json: Add lba_status_info print function
    * nvme-print-json: Add lba_range print function
    * nvme-print-json: Add id_ctrl_rpmbs print function
    * nvme-print-json: Unify json_list and jroot object names to root
    * nvme-print-json: Add json_zns_changed print function
    * nvme-print-json: Add root_add_result() to output result message
    * nvme-print-json: Split persistent_event_log print function
    * nvme-print-json: Remove unnecessary string newline code
    * nvme-print-json: Replace effects_log_list print to use json_print()
    * nvme-print-json: Print persistent_event_log no log data result correctly
    * nvme-print-json: Add static "result" and "erorr" strings variables
    * nvme-print-json: Add single_property printf function
    * nvme: Replace get feature command stderr output to nvme_show_error()
    * nvme-print-json: Change d() output to use d_json()
    * nvme: Fix get-feature command mixed stdout and json outputs
    * nvme-print-json: Add remaining feature fields print functions
    * nvme-print-json: Update formatting and codying style
    * build: Add -std=c99 to CFLAGS for muon on CentOS 7
    * fabrics: add udev rule to avoid renaming nbft interfaces
    * fabrics: autoconnect: add service unit for connecting NBFT subsystems
    * fabrics: autoconnect: explicitly express module dependency
    * Updates to codeql config
    * libnvme-wrap: exit on VOID_FN lookup failure
    * plugins/ocp:Added the ocp C6h feature api
    * plugin/ocp_fid_c6h:Added the ocp C6h feature api
    * nvme-copy: support cross-namespace copy
    * nvme/plugins: fix mismatch operator
    * nvme: fix overflow possiblity
    * nvme: reduce identify cmd issue
    * nvme: allow set-features to take input from stdin
    * Fix common misspellings from codespell project
    * nvme-print: Correct to print correct ascii character string length
    * print-stdout: print Host Behavior Support correctly
    * build: Bump libnvme wrap
    * plugins/solidigm: Added support for temperature statistics log page
    * Add support for codeql sweeps
    * doc: Add virt-mgmt command
    * doc: Add id-uuid command
    * doc: Add list-secondary command
    * doc: Add id-ns-granularity command
    * doc: Add nvme commands --output-format and --verbose options
    * completions: Add nvme-mi-recv nad nvme-mi-send commands completions
    * completions: Change short option -o and -v duplicated to upper case
    * doc: Change short option -o and -v duplicated to upper case
    * nvme: Change short option -o and -v duplicated to upper case
    * nvme: Change phy-rx-eom-log command to use NVME_ARGS instead
    * plugins/memblaze: Add smart-log-add and latency-feature functions
    * plugins/solidigm: internal-logs Telemetry auto detect last data area.
    * nvme: Change to use NVME_FLBAS_META_EXT() macro to check flbas value
    * nvme-print-json: Add host memory buffer and timestamp features print functions
    * nvme-print-json: Add feature fields print functions
    * nvme-print-json: Add TMPTH feature print function
    * nvme-print-json: Add show_feature_fields print function
    * nvme-print-json: Add select_result print function
    * nvme-print-json: Use json_print to print and free object
    * nvme-print-json: Add lba_status print function
    * nvme-print-json: Combine variable definition and setting value
    * nvme-print-json: Add id_iocs print function
    * nvme-print-stdout: Fix coding style errors
    * nvme-print-json: Add directive print function
    * nvme: Fixed segmentation fault when getting host initiated telemetry
    * plugins/wdc: enhanced SN861 device support
    * plugins/wdc: cleanup line lengths
    * nvme: do not include meta data for PRACT=1 and MD=8
    * nvme: use block-count arg if provided
    * build: bump libnvme to disable tests option
    * build: Add static build on CI target
    * nvme-print: Add nvme_zns_start_zone_list() API function
    * nvme-print: Add nvme_zns_finish_zone_list() API function
    * nvme-print-binary: Set list function to NULL if unimplemented
    * nvme-print-json: Change order list functions and set NULL if unimplemented
    * nvme-print-stdout: Fix to set stdout_list_item print function missed
    * plugins/solidigm: log page name extraction using nvme_log_to_string function
    * nvme-print: Added missing logpage names in nvme_log_to_string function
    * udev-rules: rename netapp udev rule (bsc#1219086)
    * udev-rules: set ctrl_loss_tmo to -1 for ONTAP NVMe/TCP (bsc#1219086)
  - Remove upstreamed patches
    * remove 0001-fabrics-autoconnect-add-service-unit-for-connecting-.patch
    * remove 0002-fabrics-add-udev-rule-to-avoid-renaming-nbft-interfa.patch
  - Update spec file
    * remove libhugetblfs depedency
    * update NetApp udev rule file name

++++ openssh:

  - Added openssh-cve-2023-48795.patch (bsc#1217950, CVE-2023-48795).
    This mitigates a prefix truncation attack that could be used to
    undermine channel security.

++++ patterns-base:

  - obsolete SLE Micro patterns

++++ patterns-container:

  - add obsolete for microos patterns

++++ patterns-micro:

  - obsolete SLE Micro patterns

++++ policycoreutils:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>
  - Remove reproducible-build.patch since it is upstream now
  - Fix issues in get_os_version.patch

++++ libselinux-bindings:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * libselinux: performance optimization for duplicate detection
    * Introduce getpolicyload - a helper binary to print the number of policy reloads on the running system
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ python-semanage:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ restorecond:

  - Update to version 3.6
    https://github.com/SELinuxProject/selinux/releases/tag/3.6
    * Add notself support for neverallow rules
    * Improve man pages
    * man pages: Remove the Russian translations
    * Add notself and other support to CIL
    * Add support for deny rules
    * Translations updated from
    https://translate.fedoraproject.org/projects/selinux/
    * Bug fixes
  - Remove keys from keyring since they expired:
  - E853C1848B0185CF42864DF363A8AD4B982C4373
    Petr Lautrbach <plautrba@redhat.com>
  - 63191CE94183098689CAB8DB7EF137EC935B0EAF
    Jason Zaman <jasonzaman@gmail.com>
  - Add key to keyring:
  - B8682847764DF60DF52D992CBC3905F235179CF1
    Petr Lautrbach <lautrbach@redhat.com>

++++ velociraptor-client:

  - Added Recommends: auditd
  - Technically not *required* but Velociraptor's audit client enables
    audit and then listens on the multicast socket.  Without a listener
    on the unicast socket, the kernel will spam the system log with events.
  - Fixed debian packaging:
    * /etc/sysconfig -> /etc/default
    * %postun for systemd service cleanup
    * Note: obs-service-format_spec_file strips the Packager tag that
    debbuild uses to generate the Maintainer tag
  - Fix %SOURCE references.

------------------------------------------------------------------
------------------  2023-12-18  -  Dec 18 2023  -------------------
------------------------------------------------------------------

++++ conmon:

  - Add fix-incorrect-free-in-conn_sock.patch
    This fixes a regression in 2.1.9
    (https://github.com/containers/conmon/issues/475 and
    https://github.com/containers/conmon/issues/477)

++++ kernel-default:

  - soundwire: stream: fix NULL pointer dereference for multi_link
    (git-fixes).
  - phy: sunplus: return negative error code in sp_usb_phy_probe
    (git-fixes).
  - phy: mediatek: mipi: mt8183: fix minimal supported frequency
    (git-fixes).
  - dmaengine: idxd: Protect int_handle field in hw descriptor
    (git-fixes).
  - dmaengine: stm32-dma: avoid bitfield overflow assertion
    (git-fixes).
  - dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data (git-fixes).
  - dmaengine: ti: k3-psil-am62: Fix SPI PDMA data (git-fixes).
  - kernel/resource: Increment by align value in
    get_free_mem_region() (git-fixes).
  - clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name (git-fixes).
  - clk: rockchip: rk3128: Fix aclk_peri_src's parent (git-fixes).
  - commit b545118

++++ pkgconf:

  - update to 2.1.0:
    * new solver for higher performance with complicated graphs
    * Add --license selector to the pkgconf CLI
    * Add flag --verbose and --solution to CLI
    * Changes and fixes to --modversion
    * bug fixes and developer visible changes
  - drop pkgconf-CVE-2023-24056.patch, now included

++++ python-setuptools:

  - update to 69.0.2:
    * Added missing estimated date for removing
    ``setuptools.dep_util`` (deprecated in v69.0.0).
    * Fixed imports of ``setuptools.dep_util.newer_group``.
    * A deprecation warning is issued instead of a hard failure.
    * Include type information (``py.typed``, ``*.pyi``) by default
    (#3136) -- by :user:`Danie-1`,
    * Exported ``distutils.dep_util`` and ``setuptools.dep_util``
    through ``setuptools.modified``
    * Merged with pypa/distutils@7a04cbda0fc714.
    * Replaced hardcoded numeric values with :obj:`dis.opmap`,
    fixing problem with 3.13.0a1. (#4094)
    * Configuring project ``version`` and ``egg_info.tag_*`` in
    such a way that results in invalid version strings
    (according to :pep:`440`) is no longer permitted. (#4066)
    * Removed deprecated ``egg_base`` option from ``dist_info``.
    * The parsing of the deprecated ``metadata.license_file`` and
    ``metadata.requires`` fields in ``setup.cfg`` is no longer
    supported.
    * Users are expected to move to ``metadata.license_files`` and
    ``options.install_requires`` (respectively). (#4066)
    * Passing ``config_settings`` to ``setuptools.build_meta`` with
    deprecated values for ``--global-option`` is no longer
    allowed. (#4066)
    * Removed deprecated ``namespace-packages`` from
    ``pyproject.toml``.
    * Added strict enforcement for ``project.dynamic`` in
    ``pyproject.toml``.
    This removes the transitional ability of users configuring
    certain parameters via ``setup.py`` without making the
    necessary changes to ``pyproject.toml``
    * Removed handling of ``--config-settings["--build-option"]``
    in ``setuptools.build_meta`` from build-backend API hooks
    * other than* ``build_wheel``.
    * Improve backwards compatibility with deprecated CLI
    practices. (#4048)
    * Avoid using caching attributes in ``Distribution.metadata``
    for requirements. This is done for backwards compatibility
    with customizations that attempt to modify ``install_requires``
    or ``extras_require`` at a late point (still not recommended).
    * Rework how ``setuptools`` internally handles
    ``dependencies/install_requires`` and
    ``optional-dependencies/extras_require``. (#3903)
    * Improve the generated ``PKG-INFO`` files, by adding
    ``Requires-Dist`` fields.
    * Previously, these fields would be omitted in favour of a non-
    standard ``*.egg-info/requires.txt`` file (which is still
    generated for the time being). (#3904)
    * Improve atomicity when writing ``PKG-INFO`` files to avoid
    race conditions with ``importlib.metadata``. (#3904)
    * Fix the name given to the ``*-nspkg.pth`` files in editable
    installs, ensuring they are unique per distribution. (#4041)
    * Workaround some limitations on ``pkg_resources``-style legacy
    namespaces in the meta path finder for editable installations.
  - drop sphinx72.patch (upstream)

++++ sudo:

  - For existing products (SLE15-SP* and older) keep using /etc and don't
    switch to /usr/etc. So only SLES16/ALP, Tumbleweed and newer products
    will use both /etc and /usr/etc locations.
  - Update to 1.9.15p4:
    * Fixed a bug introduced in sudo 1.9.15 that could prevent a user’s
    privileges from being listed by sudo -l if the sudoers entry
    in /etc/nsswitch.conf contains [SUCCESS=return]. This did not affect the
    ability to run commands via sudo. Bug #1063.
  - Update to 1.9.15p3:
    * Always disable core dumps when sudo sends itself a fatal signal. Fixes a
    problem where sudo could potentially dump core dump when it re-sends the
    fatal signal to itself. This is only an issue if the command   * received
    a signal that would normally result in a core dump but the command did
    not actually dump core.
    * Fixed a bug matching a command with a relative path name when the sudoers
    rule uses shell globbing rules for the path name. Bug #1062.
    * Permit visudo to be run even if the local host name is not set. GitHub
    issue #332.
    * Fixed an editing error introduced in sudo 1.9.15 that could prevent
    sudoreplay from replaying sessions correctly. GitHub issue #334.
    * Fixed a bug introduced in sudo 1.9.15 where sudo -l > /dev/null could hang
    on Linux systems. GitHub issue #335.
    * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges specified
    in sudoers were not applied to the command being run.

++++ supportutils:

  - Changes in version 3.2.4
    + Inhibit the conversion of port numbers to port names for network files (pr#177)
    + powerpc: collect rtas_errd.log and lp_diag.log files (pr#174)
    + Get list of pam.d file (pr#176)
    + Remove supportutils requires for util-linux-systemd and kmod (bsc#1193173)
    + Provides long listing for /etc/sssd/sssd.conf (bsc#1211547)
    + Optimize lsof usage (bsc#1183663)
    + Added mokutil commands for secureboot (pr#178)
    + ipset - List entries for all sets (pr#180)
    + ipvsadm - Inspect the virtual server table (pr#181)

++++ suse-module-tools:

    * add blacklist entry for reiserfs (jsc#PED-6167)
    * rpm-script: add symlink /boot/.vmlinuz.hmac (bsc#1217775)
    * Remove kmp-install (boo#1214360)

++++ thin-provisioning-tools:

  - Update to version 1.0.9:
    * Update Cargo.lock
    * [build] Check Cargo.lock while it is updated
    * Bump version to 1.0.9
    * [build] Sync dependencies versions between Cargo.lock and Cargo.toml
    * [thin_check] Extend the --clear-needs-check-flag option to have auto-repair caps
    * [build] Require that Cargo.lock is up to date
    * [all] Fix clippy lints for Rust 1.74.0
    * Update cargo.lock
    * bump version nr to 1.0.8
    * [sync io engine] Stop reusing the same gap buffer.
    * [tests] Fix extra arguments for IO tests

------------------------------------------------------------------
------------------  2023-12-17  -  Dec 17 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 9.25.20 → 9.25.21
  - Cleanup tox targets
    Align tox targets with github workflows and fix targets
    not associated with a specific python version to use
    the python3 version installed on the host
  - Bump version: 9.25.19 → 9.25.20
  - Fixed unit tests for parallel invokation

++++ kernel-default:

  - drm: Fix FD ownership check in drm_master_check_perm()
    (git-fixes).
  - drm/amd/display: fix hw rotated modes when PSR-SU is enabled
    (git-fixes).
  - drm: Update file owner during use (git-fixes).
  - commit c714f47

++++ libxkbcommon:

  - dxvk need libxkbregistry0 for building -32bit variants, provide them.

++++ lsof:

  - lsof 4.99.3:
    * Fix compilation error when HASIPv6 is not defined
    * Add configure option --disable-liblsof to disable installation
    of liblsof
  - add lsof-4.99.3-fix-version-in-configure-ac.patch

------------------------------------------------------------------
------------------  2023-12-16  -  Dec 16 2023  -------------------
------------------------------------------------------------------

++++ kdump:

  - Update calibrate values for riscv64

++++ kernel-default:

  - ALSA: hda/realtek: Apply mute LED quirk for HP15-db (git-fixes).
  - ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170
    variants (git-fixes).
  - ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB
    (git-fixes).
  - commit e03385f
  - arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
    (git-fixes).
  - Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
    (git-fixes).
  - PCI: vmd: Fix potential deadlock when enabling ASPM (git-fixes).
  - PCI/ASPM: Add pci_enable_link_state_locked() (git-fixes).
  - PCI: loongson: Limit MRRS to 256 (git-fixes).
  - ALSA: hda/tas2781: reset the amp before component_add
    (git-fixes).
  - ALSA: hda/tas2781: call cleanup functions only once (git-fixes).
  - ALSA: hda/tas2781: handle missing EFI calibration data
    (git-fixes).
  - ALSA: hda/tas2781: leave hda_component in usable state
    (git-fixes).
  - dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel
    into DSI yaml (git-fixes).
  - drm/edid: also call add modes in EDID connector update fallback
    (git-fixes).
  - drm/amd/display: Restore guard against default backlight value <
    1 nit (git-fixes).
  - drm/i915: Use internal class when counting engine resets
    (git-fixes).
  - drm/i915/selftests: Fix engine reset count storage for
    multi-tile (git-fixes).
  - drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get
    (git-fixes).
  - drm/mediatek: Add spinlock for setting vblank event in
    atomic_begin (git-fixes).
  - drm/mediatek: fix kernel oops if no crtc is found (git-fixes).
  - commit 5207326

++++ tpm2-0-tss:

  - Move tmpfiles config to different package:
    * tmpfiles_create was being called with bad input (version ?)
    * it avoids breaking SLPP for libtss2-fapi1 (hence the prior
    warning in spec)
  - tss sysusers requires should be pre not post

------------------------------------------------------------------
------------------  2023-12-15  -  Dec 15 2023  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Switch build dependency to the generic distribution-release package

++++ cockpit-machines:

  - Depend from a new meta-subpackage (qemu-spice) that the qemu
    package now makes available for everyone that needs all the qemu
    modules necessary for using SPICE (such as, us)

++++ conmon:

  - New upstream release 2.1.9
    [#]## Bug fixes
    * fix some issues flagged by SAST scan
    * src: fix write after end of buffer
    * src: open all files with O_CLOEXEC
    * oom-score: restore oom score before running exit command
    [#]## Features
    * Forward more messages on the sd-notify socket
    * logging: -l passthrough accepts TTYs

++++ python-kiwi:

  - Make sure selinux policy is effectively applied
    setup_selinux_file_contexts is now called after the config.sh
    script. This makes sure that eventual policy related changes
    done in the optional config.sh are covered by a late setfiles
    call. In addition setup_selinux_file_contexts is called again
    at the end of any chroot based script hook. So we assume that
    any optional script target can change the system in a way that
    a new setfiles call might be required. It can happen that
    setfiles is called more often than required but as we cannot
    know what custom scripts does, it's better to call it more
    often compared to not often enough. This Fixes bsc#1210604

++++ haproxy:

  - Update to version 2.9.1+git0.f72603ceb:
    * [RELEASE] Released version 2.9.1
    * DOC: config: also add arguments to the converters in the table
    * DOC: config: add arguments to sample fetch methods in the table
    * BUG/MEDIUM: mux-quic: report early error on stream
    * BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
    * CLEANUP: mux-h1: Fix a trace message about C-L header addition
    * BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
    * BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
    * BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
    * BUG/MEDIUM: quic: QUIC CID removed from tree without locking
    * MINOR: version: mention that it's stable now
    * BUG/MINOR: ext-check: cannot use without preserve-env
    * BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
    * BUILD: ssl: update types in wolfssl cert selection callback
    * 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
    * 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

++++ kernel-default:

  - tracing/kprobes: Fix symbol counting logic by looking at
    modules as well (git-fixes).
  - commit 67de3c0
  - Documentation: probes: Add a new ret_ip callback parameter
    (git-fixes).
  - commit e84c194
  - supported.conf: mark ptp_ocp as supported
    Requested in jsc#PED-7238
  - commit e0c28d2
  - Delete doc/config-options.changes (jsc#PED-5021)
  - commit 34b84f2
  - ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()
    (jsc#PED-7238).
  - ptp: ocp: fix error code in probe() (jsc#PED-7238).
  - ptp_ocp: implement DPLL ops (jsc#PED-7238).
  - ptp: ocp: Fix error handling in ptp_ocp_device_init
    (jsc#PED-7238).
  - ptp: ocp: Add .getmaxphase ptp_clock_info callback
    (jsc#PED-7238).
  - commit aef9dcd
  - ring-buffer: Test last update in 32bit version of
    __rb_time_read() (git-fixes).
  - commit ddca15e
  - ring-buffer: Force absolute timestamp on discard of event
    (git-fixes).
  - commit 0078764
  - tracing: Disable snapshot buffer when stopping instance tracers
    (git-fixes).
  - commit 2ad5c37
  - tracing: Stop current tracer when resizing buffer (git-fixes).
  - commit 85717e3
  - tracing: Always update snapshot buffer size (git-fixes).
  - commit 55e4ec8
  - rethook: Use __rcu pointer for rethook::handler (git-fixes).
  - commit b909a07
  - fprobe: Pass return address to the handlers (git-fixes).
  - commit f25e9ba
  - kprobes: consistent rcu api usage for kretprobe holder
    (git-fixes).
  - commit 84b3761
  - tracing/kprobes: Fix the order of argument descriptions
    (git-fixes).
  - commit 7eb21fc
  - tracing: Have the user copy of synthetic event address use
    correct context (git-fixes).
  - commit 4b8ad11
  - tracing: Have trace_event_file have ref counters (git-fixes).
  - commit 61d272b
  - tracing: Expand all ring buffers individually (git-fixes).
  - commit 1970232
  - tracing/kprobes: Fix the description of variable length
    arguments (git-fixes).
  - commit df99ba1
  - tracing/kprobes: Return EADDRNOTAVAIL when func matches several
    symbols (git-fixes).
  - commit f57bfdc
  - neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section
    (git-fixes).
  - commit 4700835
  - fprobe: Fix to ensure the number of active retprobes is not zero
    (git-fixes).
  - commit da5f400
  - iomap: don't skip reading in !uptodate folios when unsharing
    a range (bsc#1218085).
  - commit d11e144
  - sign-file: Fix incorrect return values check (git-fixes).
  - commit 3b0f62f

++++ kernel-firmware-all:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-amdgpu:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-ath10k:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-ath11k:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-ath12k:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-atheros:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-bluetooth:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-bnx2:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-brcm:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-chelsio:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-dpaa2:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-i915:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-intel:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-iwlwifi:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-liquidio:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-marvell:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-media:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-mediatek:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-mellanox:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-mwifiex:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-network:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-nfp:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-nvidia:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-platform:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-prestera:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-qcom:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-qlogic:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-radeon:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-realtek:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-serial:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-sound:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-ti:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-ueagle:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ kernel-firmware-usb-network:

  - Update to version 20231214 (git commit b80907ec3a81):
    * qcom: Add Audio firmware for SM8650 QRD
    * qcom: Add Audio firmware for SM8550 QRD
    * Add rdfind for deb/rpm build jobs
    * wfx: update to firmware 3.17
    * wfx: fix broken firmware

++++ xmlsec1:

  - Update to 1.2.38
    * Have a look at the changelog for the list of changes

++++ qemu:

  - Rearrange dependencies and subpackages and filter features for ALP
    * [openSUSE] rpm: disable Xen support in ALP-based distros
    * [openSUSE] rpm: some more refinements of inter-subpackage dependencies
  - Fix boo#1084909 and create a new qemu-spice metapackage:
    * [openSUSE] rpm: normalize hostname, for reproducible builds (#44)
    * [openSUSE] rpm: new subpackage, for SPICE

++++ velociraptor-client:

  - Temporarily use the NODE_MODULES BEGIN/END form of the node_modules
    service due to a bug in debbuild preventing Debian builds from succeeding.
  - Update to version 0.7.0.4.git4.c1b68a5b:
    * hash: fix nil pointer dereference panic
    * velociraptor: add dummy main function for mage
  - Removed patch:
    * velociraptor-golang-mage-vendoring.diff
  - Rebased patch:
    * velociraptor-reproducible-timestamp.diff
  - Switched to using go_modules and node_modules source services
    * Eliminated bespoke vendoring scripts.
  - Pulled sysuser definition into the velociraptor package.

++++ systemd-presets-branding-ALP-transactional:

  - Enable rollback.service to restore registration in rollback case.

------------------------------------------------------------------
------------------  2023-12-14  -  Dec 14 2023  -------------------
------------------------------------------------------------------

++++ boost-base:

  - update to 1.84.0
    * new libraries:
    + Cobalt (single-threaded asynchronicity framework)
    + Redis (implements protocol RESP3)
    * for details on all changes see,
    https://www.boost.org/users/history/version_1_84_0.html
  - drop boost-phoenix-revert-std-tuple-support.patch (upstream)
  - drop boost-mpi-noreturn.patch (upstream)

++++ dbus-broker:

  - Update to release 34
    * Use AT_RANDOM for libexpat initialization to avoid a hidden
    dependency in libexpat-hashtables on `/dev/urandom` at
    runtime.
    * Check for SELinux Enforcing-mode and honor its value.
    * Support the new `ProcessFD` key in `GetConnectionCredentials()`.
    * Loading files from a directory will not enumerate the files
    in a predictable order rather than the pseudo-random order
    returned by the kernel.

++++ python-kiwi:

  - Decrease image size for encrypted integration test
    Encrypted images do not compress well, therefore the size
    should be smaller such that we don't produce monsters
  - Use ext4 for rawhide integration test
  - Fixed typo in error message

++++ kernel-default:

  - KVM: s390/mm: Properly reset no-dat (git-fixes bsc#1218054).
  - commit be0cefa
  - thunderbolt: Introduce tb_for_each_upstream_port_on_path()
    (jsc#PED-6054).
  - commit c195a89
  - efi/x86: Avoid physical KASLR on older Dell systems
    (bsc#1217344).
  - serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
    (git-fixes).
  - serial: sc16is7xx: address RX timeout interrupt errata
    (git-fixes).
  - parport: Add support for Brainboxes IX/UC/PX parallel cards
    (git-fixes).
  - nvme-pci: Add sleep quirk for Kingston drives (git-fixes).
  - ASoC: qcom: sc8280xp: Limit speaker digital volumes (git-fixes).
  - ASoC: ops: add correct range check for limiting volume
    (git-fixes).
  - nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
    (git-fixes).
  - nilfs2: fix missing error check for sb_set_blocksize call
    (git-fixes).
  - kconfig: fix memory leak from range properties (git-fixes).
  - i2c: designware: Fix corrupted memory seen in the ISR
    (git-fixes).
  - drm/amdgpu: correct chunk_ptr to a pointer to chunk (git-fixes).
  - drm/amdgpu: finalizing mem_partitions at the end of GMC v9
    sw_fini (git-fixes).
  - drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under
    SRIOV (v2) (git-fixes).
  - nouveau: use an rwlock for the event lock (git-fixes).
  - zstd: Fix array-index-out-of-bounds UBSAN warning (git-fixes).
  - drm/amdkfd: get doorbell's absolute offset based on the db_size
    (git-fixes).
  - drm/amdgpu: Fix refclk reporting for SMU v13.0.6 (git-fixes).
  - drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param
    'doorbell_index' (git-fixes).
  - commit 45ae2f4
  - thunderbolt: Send uevent after asymmetric/symmetric switch
    (jsc#PED-6054).
  - commit ad1d6a8
  - thunderbolt: Fix one kernel-doc comment (jsc#PED-6054).
  - commit 0dccd58
  - thunderbolt: Configure asymmetric link if needed and bandwidth
    allows (jsc#PED-6054).
  - commit c7bb9b9
  - thunderbolt: Add support for asymmetric link (jsc#PED-6054).
  - commit 1bf4da2

++++ openvswitch:

  - convert to sysuser generated users

++++ pcp:

  - declare the users/groups we create in the preinstall scripts
    (this is needed for newer rpm versions)

++++ procps:

  - procps-3.3.17-ignore-sysctl_conf.patch: ignore dangling symlink
    to missing /etc/sysctl.conf file [bsc#1217990]

++++ libzypp:

  - Fix build issue with zchunk build flags (fixes #500)
  - version 17.31.25 (22)
  - Open rpmdb just once during execution of %posttrans scripts
    (bsc#1216412)
  - Avoid using select() since it does not support fd numbers >
    1024 (fixes #447)
  - tools/DownloadFiles: use standard zypp progress bar (fixes #489)
  - Revert "Color download progress bar" (fixes #475)
    Cyan is already used for the output of RPM scriptlets. Avoid this
    colorific collision between download progress bar and scriptlet
    output.
  - Fix ProgressBar's calculation of the printed tag position (fixes #494)
  - Switch zypp::Digest to Openssl 3.0 Provider API (fixes #144)
  - Fix usage of deprecated CURL features (fixes #486)
  - version 17.31.24 (22)

++++ patterns-base:

  - introduce separate transactional and traditional flavor of base
    pattern
  - include crypto-policies-scripts (bsc#1217991)

++++ patterns-micro:

  - introduce separate transactional and traditional flavor of base
    pattern
  - include crypto-policies-scripts (bsc#1217991)

++++ suse-module-tools:

  - Update to version 16.0.39:
    * Add more modules to file system blacklist (jsc#PED-6167)
    Blacklisted filesystem modules that aren't officially supported
    by SUSE: f2fs, hfsplus, jfss2, kafs, ntfs3, orangefs, pstore, romfs, zonefs.
    As usual, the blacklist entries can be removed by running an
    explicit "modrobe $FS_MODULE" command.

++++ update-bootloader:

  - merge gh#openSUSE/perl-bootloader#159
  - rewrite pbl in sh (bsc#1214361)
  - adjust Makefile
  - add tests
  - Makefile cleanup
  - 1.9

++++ zypper:

  - Fix search/info commands ignoring --ignore-unknown (bsc#1217593)
    The switch makes search commands return 0 rather than 104 for
    empty search results.
  - version 1.14.68

------------------------------------------------------------------
------------------  2023-12-13  -  Dec 13 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - package: Drop unused xorriso dep on dracut-kiwi-live subpackage
    We do not actually use xorriso anywhere inside of the dracut module,
    nor do we pull in any utilities from the xorriso package into the
    generated initramfs anyway.
    Fixes: https://github.com/OSInside/kiwi/issues/2404

++++ jq:

  - Update to version 1.7.1
    Security
    * Fix CVE-2023-50246 (boo#1218034)
    + Fix heap buffer overflow in jvp_literal_number_literal.
    * Fix CVE-2023-50268 (boo#1218038)
    fix stack-buffer-overflow if comparing nan with payload.
    CLI changes
    * Make the default background color more suitable for bright
    backgrounds.
    * Allow passing the inline jq script after --.
    * Fix possible uninitialised value dereference if jq_init() fails
    Language changes
    * Simplify paths/0 and paths/1.
    * Reject U+001F in string literals.
    * Remove unused nref accumulator in block_bind_library.
    * Remove a bunch of unused variables, and useless assignments.
    * main.c: Remove unused EXIT_STATUS_EXACT option.
    * Actually use the number correctly casted from double to int as
    index.
    * src/builtin.c: remove unnecessary jv_copy-s in
    type_error/type_error2.
    * Remove undefined behavior caught by LLVM 10 UBSAN.
    * Convert decnum to binary64 (double) instead of decimal64.
    This makes jq behave like the JSON specification suggests and
    more similar to other languages.
    * Fix memory leaks on invalid input for ltrimstr/1 and
    rtrimstr/1.
    * Fix memory leak on failed get for setpath/2.
    * Fix nan from json parsing also for nans with payload that
    start with 'n'.
    * Allow carriage return characters in comments.
    Documentation changes
    * Generate links in the man page.
    libjq
    * Add extern C for C++.

++++ kdump:

  - upgrade to version 2.0.0
    * add support for riscv64 (bsc#1204214)
    * mkdumprd: fix the check for updated SSH keys
    * prefer by-path and device-mapper aliases (bsc#1217617)
    * udev: don't reload kdump if kernel handles hotplug (jsc#PED-5077)

++++ kernel-default:

  - xhci: Clean up ERST_PTR_MASK inversion (jsc#PED-6054).
  - commit 2207ebc
  - xhci: Set DESI bits in ERDP register correctly (jsc#PED-6054).
  - Refresh
    patches.suse/xhci-Adjust-segment-numbers-after-ring-expansion.patch.
  - Refresh
    patches.suse/xhci-Use-more-than-one-Event-Ring-segment.patch
  - commit 22f918b
  - RDMA/irdma: Avoid free the non-cqp_request scratch (git-fixes)
  - commit cd12372
  - RDMA/irdma: Fix support for 64k pages (git-fixes)
  - commit 261e7e0
  - RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned (git-fixes)
  - commit b19475f
  - RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz (git-fixes)
  - commit def5131
  - RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() (git-fixes)
  - commit 09164cb
  - RDMA/bnxt_re: Correct module description string (git-fixes)
  - commit 4ba52aa
  - RDMA/rtrs-clt: Remove the warnings for req in_use check (git-fixes)
  - commit 4e78606
  - RDMA/rtrs-clt: Fix the max_send_wr setting (git-fixes)
  - commit bb8ff91
  - RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight (git-fixes)
  - commit 1d28d3d
  - RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true (git-fixes)
  - commit 4d9e342
  - RDMA/rtrs-srv: Check return values while processing info request (git-fixes)
  - commit ab870d1
  - RDMA/rtrs-clt: Start hb after path_up (git-fixes)
  - commit 03ea4b1
  - RDMA/rtrs-srv: Do not unconditionally enable irq (git-fixes)
  - commit 35830e7
  - RDMA/irdma: Add wait for suspend on SQD (git-fixes)
  - commit be78063
  - RDMA/irdma: Do not modify to SQD on error (git-fixes)
  - commit 9415f0b
  - RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm (git-fixes)
  - commit 716447b
  - RDMA/core: Fix uninit-value access in ib_get_eth_speed() (git-fixes)
  - commit 5a19ead
  - xhci: pass port structure to tracing instead of port number
    (jsc#PED-6054).
  - commit 109343d
  - xhci: Expose segment numbers in debugfs (jsc#PED-6054).
  - commit c529649
  - xhci: Update last segment pointer after Event Ring expansion
    (jsc#PED-6054).
  - commit 4166daa
  - xhci: Use more than one Event Ring segment (jsc#PED-6054).
  - commit 0938c06
  - xhci: Adjust segment numbers after ring expansion
    (jsc#PED-6054).
  - commit c795cfc
  - xhci: expand next_trb() helper to support more ring types
    (jsc#PED-6054).
  - commit f43e1c2
  - usb: Inform the USB Type-C class about enumerated devices
    (jsc#6054).
  - commit c408f51
  - i2c: tegra: Fix failure during probe deferral cleanup (jsc#PED-7377)
  - commit e1a3e42
  - i2c: tegra: Share same DMA channel for RX and TX (jsc#PED-7377)
  - commit 60c8e2f
  - Update
    patches.suse/usb-typec-intel_pmc_mux-Configure-Displayport-Altern.patch
    (jsc#PED-6028 jsc#PED-6054).
    Added reference
  - commit 7144def
  - Update
    patches.suse/usb-typec-Add-Displayport-Alternate-Mode-2.1-Support.patch
    (jsc#PED-6028 jsc#PED-6054).
    Added reference
  - commit f2ceb0d
  - thunderbolt: Introduce tb_switch_depth() (jsc#PED-6028).
  - commit 5fe288f
  - cpufreq: tegra194: remove redundant AND with cpu_online_mask (jsc#PED-7377)
  - commit 2b048f4
  - cpufreq: tegra194: use refclk delta based loop instead of udelay (jsc#PED-7377)
  - commit b4d7280
  - cpufreq: tegra194: save CPU data to avoid repeated SMP calls (jsc#PED-7377)
  - commit 0414ad1
  - hwmon: (ina3221) Add support for channel summation disable (jsc#PED-7377)
  - commit ea00bac
  - memory: tegra: Set BPMP msg flags to reset IPC channels (jsc#PED-7377)
  - commit e67ef95
  - memory: tegra: Add Tegra234 clients for RCE and VI (jsc#PED-7377)
  - commit faa58f6
  - thunderbolt: Set path power management packet support bit for
    USB4 v2 routers (jsc#PED-6028).
  - commit 257221c
  - thunderbolt: Introduce tb_port_path_direction_downstream()
    (jsc#PED-6028).
  - commit 1d8db59
  - pinctrl: tegra: Consistently refer to SoC data (jsc#PED-7377)
  - commit a8faf7c
  - firmware: tegra: bpmp: Add support for DRAM MRQ GSCs (jsc#PED-7377)
  - commit 408475f
  - gpio: tegra186: Check PMC driver status before any request (jsc#PED-7377)
  - commit 3b10a2a
  - gpio: tegra186: Check GPIO pin permission before access. (jsc#PED-7377)
  - commit 0ce1a89
  - PCI: tegra194: Add interconnect support in Tegra234 (jsc#PED-7377)
  - commit d74fa9b
  - memory: tegra: make icc_set_bw return zero if BWMGR not supported (jsc#PED-7377)
  - commit 734a54f
  - thunderbolt: Use tb_tunnel_dbg() where possible to make logging
    more consistent (jsc#PED-6028).
  - commit 7ebfd05
  - memory: tegra: Add dummy implementation on Tegra194 (jsc#PED-7377)
  - commit d4119f8
  - memory: tegra: Make CPU cluster BW request a multiple of MC channels (jsc#PED-7377)
  - commit 312222e
  - dt-bindings: tegra: Add ICC IDs for dummy memory clients (jsc#PED-7377)
  - commit c75c8a3
  - memory: tegra: Add software memory clients in Tegra234 (jsc#PED-7377)
  - commit 1ccc65b
  - memory: tegra: Add memory clients for Tegra234 (jsc#PED-7377)
  - commit f35b21d
  - memory: tegra: Add interconnect support for DRAM scaling in Tegra234 (jsc#PED-7377)
  - commit ccec3a6
  - soc/tegra: fuse: Fix Tegra234 fuse size (jsc#PED-7377)
  - commit 7495f5c
  - soc/tegra: pmc: Add AON SW Wake support for Tegra234 (jsc#PED-7377)
  - commit 156c05b
  - thunderbolt: Change bandwidth reservations to comply USB4 v2
    (jsc#PED-6028).
  - commit 306e786
  - thunderbolt: Make is_gen4_link() available to the rest of the
    driver (jsc#PED-6028).
  - commit c1a0a56
  - thunderbolt: Create multiple DisplayPort tunnels if there are
    more DP IN/OUT pairs (jsc#PED-6028).
  - commit 06ff552
  - x86/sched/itmt: Give all SMT siblings of a core the same
    priority (jsc#PED-6056).
  - x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
    (jsc#PED-6056).
  - sched/topology: Remove SHARED_CHILD from ASYM_PACKING
    (jsc#PED-6056).
  - commit d22c830
  - soc/tegra: fuse: Add support for Tegra264 (jsc#PED-7377)
  - commit 920ec24
  - thunderbolt: Log NVM version of routers and retimers
    (jsc#PED-6028).
  - commit 0c50e04
  - thunderbolt: Use tb_tunnel_xxx() log macros in tb.c
    (jsc#PED-6028).
  - commit 605a60c
  - thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of
    the driver.
  - commit 00adf19
  - thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()
    (jsc#PED-6028).
  - commit 76fe0b7
  - usb: typec: altmodes/displayport: fixup drm internal api change
    vs new user (jsc#PED-6028).
  - commit ba2512f
  - usb: typec: Link enumerated USB devices with Type-C partner
    (jsc#PED-6028).
  - Refresh patches.suse/paddings-add-for-type-C-new-in-SP5.patch.
  - Refresh patches.suse/typeC-Add-kABI-placeholders.patch.
  - commit 4e3b5e7
  - drm: Add HPD state to drm_connector_oob_hotplug_event()
    (jsc#PED-6028).
  - commit ce9139c
  - HID: lenovo: Restrict detection of patched firmware only to
    USB cptkbd (git-fixes).
  - commit 4763471

++++ kernel-default-base:

  - Add macvlan

++++ bluez:

  - add CVE-2023-45866.patch (CVE-2023-45866, bsc#1217877)

++++ rpm:

  - fix Source url to match what is listed on https://rpm.org/download.html

++++ libslirp:

  - Update to version 4.7.0+60:
    * Avoid including <sys/param.h> on windows
    * Document functions
    * icmp: Handle ICMP packets as IPPROTO_IP on BSD
    * ip: Enforce strict aliasing
    * Fix including BaseTsd.h on mingw
    * Use SSIZE_T from BaseTsd.h on windows
    * Detach UDP socket if errno is ENOTCONN (Socket is not connected)
    * slirp: use localhost as dns when /etc/resolv.conf empty
    * missing semicolon
    * Drop unused UDP_UDPDATALEN macro
    * Reject domain-search when any entry ends with ".."
    * Use target address from Neighbor Advertisement
  - removed libslirp-semicolon.patch, now included

++++ wtmpdb:

  - Update to version 0.10.0
  - last: support matching for username and/or tty

++++ opensc:

  - Update to OpenSC 0.24.0:
    * Security
  - CVE-2023-40660: Fix Potential PIN bypass
    (#2806, frankmorgner/OpenSCToken#50, #2807)
  - CVE-2023-40661: Important dynamic analyzers reports
  - CVE-2023-4535: Out-of-bounds read in MyEID driver handling encryption
    using symmetric keys (f1993dc)
    * General improvements
  - Fix compatibility of EAC with OpenSSL 3.0 (#2674)
  - Enable use_file_cache by default (#2501)
  - Use custom libctx with OpenSSL >= 3.0 (#2712, #2715)
  - Fix record-based files (#2604)
  - Fix several race conditions (#2735)
  - Run tests under Valgrind (#2756)
  - Test signing of data bigger than 512 bytes (#2789)
  - Update to OpenPACE 1.1.3 (#2796)
  - Implement logout for some of the card drivers (#2807)
  - Fix wrong popup position of opensc-notify (#2901)
  - Fixed various issues reported by OSS-Fuzz and Coverity regarding card
    drivers, PKCS#11 and PKCS#15 init
    * PKCS#11
  - Check card presence state in C_GetSessionInfo (#2740)
  - Remove onepin-opensc-pkcs11 module (#2681)
  - Do not use colons in the token info label (#2760)
  - Present profile objects in all slots with the CKA_TOKEN attribute to
    resolve issues with NSS (#2928, #2924)
  - Use secure memory for PUK (#2906)
  - Don't logout to preserve concurrent access from different processes
    (#2907)
  - Add more examples to manual page (#2936)
  - Present profile objects in all virtual slots (#2928)
  - Provide CKA_TOKEN attribute for profile objects (#2924)
  - Improve --slot parameter documentation (#2951)
    * PKCS#15
  - Honor cache offsets when writing file cache (#2858)
  - Prevent needless amount of PIN prompts from pkcs15init layer (#2916)
  - Propagate CKA_EXTRACTABLE and SC_PKCS15_PRKEY_ACCESS_SENSITIVE from and
    back to PKCS#11 (#2936)
    * Minidriver
  - Fix for private keys that do not need a PIN (#2722)
  - Unbreak decipher when the first null byte of PKCS#1.5 padding is
    missing (#2939*
    * pkcs11-tool
  - Fix RSA key import with OpenSSL 3.0 (#2656)
  - Add support for attribute filtering when listing objects (#2687)
  - Add support for --private flag when writing certificates (#2768)
  - Add support for non-AEAD ciphers to the test mode (#2780)
  - Show CKA_SIGN attribute for secret keys (#2862)
  - Do not attempt to read CKA_ALWAYS_AUTHENTICATE on secret keys
    (#2864, #2913)
  - Show Sign/VerifyRecover attributes (#2888)
  - Add option to import generic keys (#2955)
    * westcos-tool
  - Generate 2k RSA keys by default (b53fc5c)
    * pkcs11-register
  - Disable autostart on Linux by default (#2680)
    * IDPrime
  - Add support for IDPrime MD 830, 930 and 940 (#2666)
  - Add support for SafeNet eToken 5110 token (#2812)
  - Process index even without keyrefmap and use correct label for second
    PIN (#2878)
  - Add support for Gemalto IDPrime 940C (#2941)
    * EPass2003
  - Change of PIN requires verification of the PIN (#2759)
  - Fix incorrect CMAC computation for subkeys (#2759, issue #2734)
  - Use true random number for mutual authentication for SM (#2766)
  - Add verification of data coming from the token in the secure messaging
    mode (#2772)
  - Avoid success when using unsupported digest and fix data length for RAW
    ECDSA signatures (#2845)
    * OpenPGP
  - Fix select data command (#2753, issue #2752)
  - Unbreak ed/curve25519 support (#2892)
    * eOI
  - Add support for Slovenian eID card (eOI) (#2646)
    * Italian CNS
  - Add support for IDEMIA (Oberthur) tokens (#2483)
    * PIV
  - Add support for Swissbit iShield FIDO2 Authenticator (#2671)
  - Implement PIV secure messaging (#2053)
    * SkeID
  - Add support for Slovak eID cards (#2672)
    * isoApplet
  - Support ECDSA with off-card hashing (#2642)
    * MyEID
  - Fix WRAP operation when using T0 (#2695)
  - Identify changes on the card and enable use_file_cache (#2798)
  - Workaround for unwrapping using 2K RSA key (#2921)
    * SC-HSM
  - Add support for opensc-tool --serial (#2675)
  - Fix unwrapping of 4096 keys with handling reader limits (#2682)
  - Indicate supported hashes and MGF1s (#2827)
  - Remove patches:
    * opensc-CVE-2023-40660-1of2.patch
    * opensc-CVE-2023-40660-2of2.patch
    * opensc-CVE-2023-40661-1of12.patch
    * opensc-CVE-2023-40661-2of12.patch
    * opensc-CVE-2023-40661-3of12.patch
    * opensc-CVE-2023-40661-4of12.patch
    * opensc-CVE-2023-40661-5of12.patch
    * opensc-CVE-2023-40661-6of12.patch
    * opensc-CVE-2023-40661-7of12.patch
    * opensc-CVE-2023-40661-8of12.patch
    * opensc-CVE-2023-40661-9of12.patch
    * opensc-CVE-2023-40661-10of12.patch
    * opensc-CVE-2023-40661-11of12.patch
    * opensc-CVE-2023-40661-12of12.patch
    * opensc-CVE-2023-4535.patch
    * opensc-CVE-2023-2977.patch
    * opensc-NULL_pointer_fix.patch

++++ podman:

  - Refactor network backend dependencies:
    * podman requires either netavark or cni-plugins. On ALP, require
    netavark, otherwise prefer netavark but don't force it.
    * This fixes missing cni-plugins in some scenarios
    * Default to netavark everywhere where it's available

------------------------------------------------------------------
------------------  2023-12-12  -  Dec 12 2023  -------------------
------------------------------------------------------------------

++++ dbus-1:

  - Add feature-suse-auto-socket-target-wants.patch: move
    from static enable symlinks to systemd created symlinks otherwise
    it can't be enabled by systemd-presets-common-SUSE
  - Update feature-suse-refuse-manual-start-stop.patch: prevent
    killing the socket or user service aswell

++++ dbus-broker:

  - Update feature-suse-refuse-manual-start-stop.patch: prevent
    killing user service aswell

++++ kernel-default:

  - usb: typec: mux: fix static inline syntax error (jsc#PED-6028).
  - commit b8ea6e4
  - usb: typec: intel_pmc_mux: Configure Displayport Alternate
    mode 2.1 (jsc#PED-6028).
  - commit 23d8b36
  - usb: typec: Add Displayport Alternate Mode 2.1 Support
    (jsc#PED-6028).
  - commit 4c18d99
  - usb: typec: ucsi: Fix NULL pointer dereference (jsc#PED-6028).
  - commit caa0786
  - usb: typec: altmodes/displayport: add support for embedded DP
    cases (jsc#PED-6028).
  - commit 98d133c
  - usb: typec: ucsi: Add debugfs for ucsi commands (jsc#PED-6028).
  - commit 98309e5
  - usb: typec: mux: intel: Add dependency on USB_COMMON
    (jsc#PED-6028).
  - commit d0dd47c
  - Update
    patches.suse/usb-typec-ucsi-Mark-dGPUs-as-DEVICE-scope.patch
    (bsc#1012628 jsc#PED-6028).
    Updated reference
  - commit f657452
  - usb: typec: intel_pmc_mux: Expose IOM port status to debugfs
    (jsc#PED-6028).
  - Refresh
    patches.suse/usb-typec-intel_pmc_mux-Add-new-ACPI-ID-for-Lunar-La.patch.
  - commit aadc1e8
  - usb: typec: intel_pmc_mux: Convert to platform remove callback
    returning void (jsc#PED-6028).
  - commit 9949917
  - usb: typec: mux: Remove alt mode parameters from the API
    (jsc#PED-6028).
  - commit 40910ac
  - usb: typec: mux: Clean up mux_fwnode_match() (jsc#PED-6028).
  - commit bebd2fd
  - usb: typec: ucsi: correctly access opcode (git-fixes).
  - commit 995d766
  - usb: typec: mux: gpio-sbu: Convert to platform remove callback
    returning void (jsc#PED-6028).
  - commit 6ee1ca6
  - usb: typec: mux: Remove some unneeded includes (jsc#PED-6028).
  - commit 2ab9be1
  - usb: typec: intel_pmc_mux: Configure Active and Retimer Cable
    type (jsc#PED-6028).
  - commit f657439
  - Update config files: just refreshes
  - commit 6e3665c
  - watchdog: advantech_ec_wdt: fix Kconfig dependencies
    (git-fixes).
  - commit 8542b63
  - tools: iio: iio_generic_buffer ensure alignment (git-fixes).
  - tools: iio: iio_generic_buffer: Fix some integer type and
    calculation (git-fixes).
  - commit 663b22c
  - serial: 8250_omap: Fix errors with no_console_suspend
    (git-fixes).
  - commit 21b4b9a
  - pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
    (git-fixes).
  - pwm: atmel-tcb: Fix resource freeing in error path and remove
    (git-fixes).
  - pwm: atmel-tcb: Harmonize resource allocation order (git-fixes).
  - commit d8a86b1
  - hwmon: (nct6775) Change labels for nct6799 (git-fixes).
  - hwmon: (nct6775) Fix register for nct6799 (git-fixes).
  - commit 7fac16b
  - hwmon: (nct6775) Fix IN scaling factors for 6798/6799
    (git-fixes).
  - hwmon: (nct6755) Add support for NCT6799D (git-fixes).
  - commit 939e9e6
  - can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set
    (git-fixes).
  - can: sun4i_can: Add support for the Allwinner D1 (git-fixes).
  - can: sun4i_can: Add acceptance register quirk (git-fixes).
  - commit afb2eb9
  - vga16fb: drop powerpc support (git-fixes).
  - commit 308b143
  - drm/mediatek: Fix using wrong drm private data to bind
    mediatek-drm (git-fixes).
  - drm/mediatek: Add crtc path enum for all_drm_priv array
    (git-fixes).
  - commit f3ff4cb
  - Move a few upstreamed patches into sorted section
  - commit 5e418e2
  - netfilter: nf_tables: bail out on mismatching dynset and set
    expressions (bsc#1217938 CVE-2023-6622).
  - commit 524bf5f
  - net/tg3: fix race condition in tg3_reset_task() (bsc#1217801).
  - commit 227cad2

++++ libguestfs:

  - Use ocaml-rpm-macros to track OCaml ABI
  - Remove unused perl_gen_filelist

++++ systemd:

  - Explicitely provide 'group(systemd-journal)' from the main package (bsc#1217852)
  - Import commit ce08cd5f66e1a661c2b9ed764ad7036decd76503
    ce08cd5f66 man/standard-conf: directory paths should end with '/'
    8324cbfde7 config files: update their header to reflect that they can be installed in /usr
    bc36846ad2 Reflect the fact that main config files can be installed in /usr
    e304a11f33 config files: more recommendations of `systemd-analyze cat-config`
    c45cecf279 meson: add build option for install path of main config files
    cc61b052c6 vconsole-setup: use a consistent log level when setfont fails with EX_OSERR (bsc#1212970)
    4fe3653dab tmpfiles: ignore EINVAL with --graceful (bsc#1216628)

------------------------------------------------------------------
------------------  2023-12-11  -  Dec 11 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Set kpartx as default mapper tool for s390
    Some time ago we moved the default partition mapper from
    kpartx to partx to reduce a package dependencies.
    However, on the s390 architecture partx does not work
    proplerly on e.g DASD devices. Thus the default mapper
    tool for this architecture will change to kpartx
    with this PR

++++ guestfs-tools:

  - Update to version 1.51.6
    * Include <libxml/parser.h> for xmlReadMemory
    * Test new --key all:SELECTOR option

++++ haproxy:

  - Update to version 2.9.0+git0.fddb8c13b:
    new major branch:
    https://www.haproxy.com/blog/announcing-haproxy-2-9
    https://www.mail-archive.com/haproxy@formilux.org/msg44400.html

++++ kernel-default:

  - selftests: netfilter: Run nft_audit.sh in its own netns
    (git-fixes).
  - commit 9660e2e
  - apparmor: Fix kernel-doc warnings in apparmor/resource.c
    (git-fixes).
  - apparmor: Fix kernel-doc warnings in apparmor/lib.c (git-fixes).
  - apparmor: Fix kernel-doc warnings in apparmor/audit.c
    (git-fixes).
  - buildid: reduce header file dependencies for module (git-fixes).
  - clk: Sanitize possible_parent_show to Handle Return Value of
    of_clk_get_parent_name (git-fixes).
  - clk: qcom: gcc-qdu1000: Register gcc_gpll1_out_even clock
    (git-fixes).
  - crypto: lrw,xts - Replace strlcpy with strscpy (git-fixes).
  - commit 448c480
  - drm/amdgpu: Restrict extended wait to PSP v13.0.6 (git-fixes).
  - drm/amdgpu: disable MCBP by default (git-fixes).
  - drm/amdgpu: update retry times for psp BL wait (git-fixes).
  - HSI: fix ssi_waketest() declaration (git-fixes).
  - commit 0e906dc
  - i2c: designware: fix __i2c_dw_disable() in case master is
    holding SCL low (git-fixes).
  - misc: open-dice: make OPEN_DICE depend on HAS_IOMEM (git-fixes).
  - kobject: Add sanity check for kset->kobj.ktype in
    kset_register() (git-fixes).
  - i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't
    work (git-fixes).
  - commit 8a847b4
  - of: dynamic: Fix of_reconfig_get_state_change() return value
    documentation (git-fixes).
  - of: address: Fix address translation when address-size is
    greater than 2 (git-fixes).
  - of: overlay: Reorder struct fragment fields kerneldoc
    (git-fixes).
  - of: property: fw_devlink: Add a devlink for panel followers
    (git-fixes).
  - commit ff21d44
  - PCI: vmd: Disable bridge window for domain reset (git-fixes).
  - PCI: fu740: Set the number of MSI vectors (git-fixes).
  - PCI: dwc: Provide deinit callback for i.MX (git-fixes).
  - commit 80cc726
  - PM: tools: Fix sleepgraph syntax error (git-fixes).
  - radix tree test suite: fix allocation calculation in
    kmem_cache_alloc_bulk() (git-fixes).
  - randstruct: Fix gcc-plugin performance mode to stay in group
    (git-fixes).
  - commit c8cb0af
  - uapi: propagate __struct_group() attributes to the container
    union (git-fixes).
  - commit d8d07c0
  - uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ (git-fixes).
  - commit 4169c49
  - soc: qcom: llcc: Refactor llcc driver to support multiple
    configuration (git-fixes).
  - selftests: netfilter: Extend nft_audit.sh (git-fixes).
  - selftests: netfilter: test for sctp collision processing in
    nf_conntrack (git-fixes).
  - selftests: netfilter: Test nf_tables audit logging (git-fixes).
  - selftests: fix dependency checker script (git-fixes).
  - selftests/ftrace: Correctly enable event in instance-event.tc
    (git-fixes).
  - serial: cpm_uart: Avoid suspicious locking (git-fixes).
  - samples/hw_breakpoint: mark sample_hbp as static (git-fixes).
  - samples/hw_breakpoint: fix building without module unloading
    (git-fixes).
  - samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'
    (git-fixes).
  - selftests/nolibc: fix up kernel parameters support (git-fixes).
  - kselftest/arm64: fix a memleak in zt_regs_run() (git-fixes).
  - commit afe41bf
  - USB: xhci-plat: fix legacy PHY double init (git-fixes).
  - usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM
    device (git-fixes).
  - commit 4a2ce58
  - usb-storage,uas: make internal quirks flags 64bit (git-fixes).
  - commit d51505a
  - tracing: Fix a possible race when disabling buffered events
    (bsc#1217036).
  - commit 6000069
  - USB: typec: tps6598x: Refactor tps6598x port registration
    (git-fixes).
  - commit 48961db
  - USB: typec: tps6598x: Add patch mode to tps6598x (git-fixes).
  - commit fd3d950
  - USB: typec: tsp6598x: Add cmd timeout and response delay
    (git-fixes).
  - commit 424ab23
  - tracing: Fix a warning when allocating buffered events fails
    (bsc#1217036).
  - commit eb5f373
  - tracing: Fix incomplete locking when disabling buffered events
    (bsc#1217036).
  - commit dab1aa2
  - usb: usbtest: fix a type promotion bug (git-fixes).
  - commit bfce8cb
  - usb:typec:tcpm:support double Rp to Vbus cable as sink
    (git-fixes).
  - commit 29c0fb8
  - usbmon: Use list_for_each_entry() helper (git-fixes).
  - commit 6a78e9c
  - usb: chipidea: tegra: Consistently use dev_err_probe()
    (git-fixes).
  - commit b0f110b
  - config.conf: Drop vanilla and syzkaller flavors
    kernel-vanilla was rather useless in the case of current builds, as
    we're based on 6.4.0, and it'll never change.
    Also, syzkaller config is still present even though it's disabled
    in config.conf.
    Let's drop both flavors now.  This aligns with SLE15-SP6, too.
  - commit bf54f25
  - ACPI: video: Use acpi_device_fix_up_power_children()
    (jsc#PED-6747).
  - ACPI: PM: Add acpi_device_fix_up_power_children() function
    (jsc#PED-6747).
  - ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone()
    cleanup (jsc#PED-6747).
  - x86/i8259: Skip probing when ACPI/MADT advertises PCAT
    compatibility (jsc#PED-6747).
  - ACPI: NFIT: Install Notify() handler before getting NFIT table
    (jsc#PED-6747).
  - cpu-hotplug: Provide prototypes for arch CPU registration
    (jsc#PED-6747).
  - cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
    (jsc#PED-6747).
  - ACPI: video: Fix NULL pointer dereference in
    acpi_video_bus_add() (jsc#PED-6747).
  - ACPI: processor: Fix uninitialized access of buf in
    acpi_set_pdc_bits() (jsc#PED-6747).
  - acpi: Provide ia64 dummy implementation of
    acpi_proc_quirk_mwait_check() (jsc#PED-6747).
  - thermal: Constify the trip argument of the .get_trend() zone
    callback (jsc#PED-6747).
  - thermal: core: Rework .get_trend() thermal zone callback
    (jsc#PED-6747).
  - ACPI: x86: s2idle: Add a function to get LPS0 constraint for
    a device (jsc#PED-6747).
  - ACPI: x86: s2idle: Add for_each_lpi_constraint() helper
    (jsc#PED-6747).
  - ACPI: x86: s2idle: Add more debugging for AMD constraints
    parsing (jsc#PED-6747).
  - commit 06de448
  - ACPI: x86: s2idle: Post-increment variables when getting
    constraints (jsc#PED-6747).
    Refresh
    patches.suse/ACPI-x86-s2idle-Fix-a-logic-error-parsing-AMD-constr.patch.
  - ACPI: Adjust #ifdef for *_lps0_dev use (jsc#PED-6747).
  - ACPI: Remove assorted unused declarations of functions
    (jsc#PED-6747).
  - ACPI: extlog: Fix finding the generic error data for v3
    structure (jsc#PED-6747).
  - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E
    (jsc#PED-6747).
  - ACPI: scan: Defer enumeration of devices with a _DEP pointing
    to IVSC device (jsc#PED-6747).
  - ACPI: thermal: Eliminate code duplication from
    acpi_thermal_notify() (jsc#PED-6747).
  - ACPI: thermal: Drop unnecessary thermal zone callbacks
    (jsc#PED-6747).
  - ACPI: thermal: Rework thermal_get_trend() (jsc#PED-6747).
  - ACPI: thermal: Use trip point table to register thermal zones
    (jsc#PED-6747).
  - thermal: core: Rework and rename __for_each_thermal_trip()
    (jsc#PED-6747).
  - thermal: core: Add priv pointer to struct thermal_trip
    (jsc#PED-6747).
  - commit 18c6b75
  - KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
    (jsc#PED-7322).
  - commit 4f7b650
  - nvmet: nul-terminate the NQNs passed in the connect command
    (bsc#1217250 CVE-2023-6121).
  - commit 36f653d
  - x86/tdx: Allow 32-bit emulation by default (jsc#PED-7322).
  - commit 9d07a99
  - KVM: s390: vsie: fix wrong VIR 37 when MSO is used (git-fixes
    bsc#1217931).
  - commit 4e22764
  - x86/coco: Disable 32-bit emulation by default on TDX and SEV
    (jsc#PED-7322).
  - commit d47b180
  - freezer,sched: Do not restore saved_state of a thawed task
    (git-fixes).
  - commit 8e98629
  - KVM: x86: Remove 'return void' expression for 'void function'
    (jsc#PED-7322).
  - commit 2d6a1b5
  - x86/entry: Do not allow external 0x80 interrupts (bsc#1217927)
  - commit 7be8772
  - x86/entry: Convert INT 0x80 emulation to IDTENTRY (bsc#1217927)
  - commit 028778b
  - KVM: Set file_operations.owner appropriately for all such
    structures (jsc#PED-7322).
  - commit 73a9ca1
  - x86/sev: Fix kernel crash due to late update to read-only
    ghcb_version (jsc#PED-7322).
  - commit c23f492
  - KVM: x86: Get CPL directly when checking if loaded vCPU is in
    kernel mode (jsc#PED-7322).
  - commit d36b994
  - ACPI: thermal: Introduce struct acpi_thermal_trip
    (jsc#PED-6747).
  - ACPI: thermal: Carry out trip point updates under zone lock
    (jsc#PED-6747).
  - ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()
    (jsc#PED-6747).
  - thermal: core: Introduce thermal_zone_device_exec()
    (jsc#PED-6747).
  - ACPI: thermal: Drop redundant local variable from
    acpi_thermal_resume() (jsc#PED-6747).
  - ACPI: thermal: Do not attach private data to ACPI handles
    (jsc#PED-6747).
  - ACPI: thermal: Drop enabled flag from struct acpi_thermal_active
    (jsc#PED-6747).
  - ACPI: processor: LoongArch: Get physical ID from MADT
    (jsc#PED-6747).
  - ACPI: processor: Refine messages in
    acpi_early_processor_control_setup() (jsc#PED-6747).
  - ACPI: processor: Remove acpi_hwp_native_thermal_lvt_osc()
    (jsc#PED-6747).
  - ACPI: processor: Use _OSC to convey OSPM processor support
    information (jsc#PED-6747).
  - ACPI: processor: Introduce acpi_processor_osc() (jsc#PED-6747).
  - ACPI: processor: Set CAP_SMP_T_SWCOORD in
    arch_acpi_set_proc_cap_bits() (jsc#PED-6747).
  - ACPI: processor: Clear C_C2C3_FFH and C_C1_FFH in
    arch_acpi_set_proc_cap_bits() (jsc#PED-6747).
  - ACPI: processor: Rename ACPI_PDC symbols (jsc#PED-6747).
  - ACPI: processor: Refactor arch_acpi_set_pdc_bits()
    (jsc#PED-6747).
  - ACPI: processor: Move processor_physically_present() to
    acpi_processor.c (jsc#PED-6747).
  - ACPI: processor: Move MWAIT quirk out of acpi_processor.c
    (jsc#PED-6747).
  - ACPI: video: Put ACPI video and its child devices into D0 on
    boot (jsc#PED-6747).
  - ACPI: thermal: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: NFIT: Remove unnecessary .remove callback (jsc#PED-6747).
  - ACPI: NFIT: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: HED: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: battery: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: video: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: AC: Install Notify() handler directly (jsc#PED-6747).
  - ACPI: bus: Set driver_data to NULL every time .add() fails
    (jsc#PED-6747).
  - ACPI: bus: Introduce wrappers for ACPICA notify handler
    install/remove (jsc#PED-6747).
  - ACPICA: Update version to 20230628 (jsc#PED-6747).
  - ACPICA: RHCT: Add flags, CMO and MMU nodes (jsc#PED-6747).
  - ACPICA: MADT: Add RISC-V external interrupt controllers
    (jsc#PED-6747).
  - ACPICA: Add a define for size of struct
    acpi_srat_generic_affinity device_handle (jsc#PED-6747).
  - ACPICA: Slightly simplify an error message in
    acpi_ds_result_push() (jsc#PED-6747).
  - ACPICA: Fix misspelled CDAT DSMAS define (jsc#PED-6747).
  - ACPICA: Add interrupt command to acpiexec (jsc#PED-6747).
  - ACPICA: Detect GED device and keep track of _EVT (jsc#PED-6747).
  - ACPICA: fix for conflict macro definition on zephyr interface
    (jsc#PED-6747).
  - ACPICA: Add support for _DSC as per ACPI 6.5 (jsc#PED-6747).
  - ACPICA: exserial.c: replace ternary operator with ACPI_MIN()
    (jsc#PED-6747).
  - ACPICA: Modify ACPI_STATE_COMMON (jsc#PED-6747).
  - ACPICA: Fix GCC 12 dangling-pointer warning (jsc#PED-6747).
  - commit 6bf05aa

++++ mozilla-nss:

  - update to NSS 3.90.1
    * bmo#1813401 - regenerate NameConstraints test certificates.
    * bmo#1854795 - add OSXSAVE and XCR0 tests to AVX2 detection.
  - Remove nss-fix-bmo1813401.patch which is now upstream.

++++ libguestfs:

  - Update to version 1.51.9
    * Include <libxml/parser.h> for xmlReadMemory
    * Language translations

++++ ncurses:

  - Add ncurses patch 20231209
    + modify infocmp "-u" option to not report cancels in use'd chunks
    which are not mentioned in the top-level terminal description.
    + remove xterm+sm+1006 from tmux (Debian #1057688).
    + used "infocmp -u" to help trim redundant capabilities -TD
    + updated man/edit_man.sh to allow for "\%" markers embedded after
    bold font escapes in manpage cross-references (Debian #1057541).
    + reduce compiler-warnings in configure checks

++++ podman:

  - Update to version 4.8.2:
    * v4.8.2
    * [CI:DOCS] Update RELEASE_NOTES.md for v4.8.2
    * Kube Play - set ReportWriter when building an image
    * Fix user-mode net init flag on first time install
    * bump c/common to v0.57.1
    * bump version to v4.8.2-dev

++++ python-maturin:

  - Update to 1.4.0
    * Fix two tiny typos in README.md!
    gh#PyO3/maturin#1853
    * Bump MSRV to 1.67
    gh#PyO3/maturin#1847
    * Tiny tweak: Use Rust markdown block
    gh#PyO3/maturin#1855
    * Recommend using pipx to install maturin
    gh#PyO3/maturin#1859
    * [pre-commit.ci] pre-commit autoupdate
    gh#PyO3/maturin#1860
    * Update cargo-options to 0.7.1
    gh#PyO3/maturin#1862
    * Add support for cross compiling with cross
    gh#PyO3/maturin#1865
    * Bump the crates-io group with 8 updates
    gh#PyO3/maturin#1866
    * [pre-commit.ci] pre-commit autoupdate
    gh#PyO3/maturin#1867
    * Bump openssl from 0.10.59 to 0.10.60
    gh#PyO3/maturin#1868
    * Bump actions/github-script from 6 to 7
    gh#PyO3/maturin#1873
    * Bump conda-incubator/setup-miniconda from 2 to 3
    gh#PyO3/maturin#1872
    * Bump mymindstorm/setup-emsdk from 12 to 13
    gh#PyO3/maturin#1871
    * Update rustls-pemfile to 2.0.0
    gh#PyO3/maturin#1874

++++ setools:

  - Update to version 4.4.4:
    * Update for compiling with libsepol 3.6.

------------------------------------------------------------------
------------------  2023-12-10  -  Dec 10 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: x86: Service NMI requests after PMI requests in VM-Enter
    path (jsc#PED-7322).
  - commit 84ab0a7
  - KVM: x86: Ignore MSR_AMD64_TW_CFG access (jsc#PED-7322).
  - commit 6eb91ae
  - KVM: x86: remove the unused assigned_dev_head from kvm_arch
    (jsc#PED-7322).
  - commit eebb75b
  - KVM: x86/mmu: Remove unnecessary 'NULL' values from sptep (jsc#PED-7322).
  - commit fad8a6d
  - x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]
    (jsc#PED-7322).
  - commit b101f52
  - KVM: x86: remove always-false condition in kvmclock_sync_fn
    (jsc#PED-7322).
  - commit e81fec9
  - KVM: x86: hyper-v: Don't auto-enable stimer on write from
    user-space (jsc#PED-7322).
  - commit 157e0df
  - KVM: x86: Update the variable naming in kvm_x86_ops.sched_in()
    (jsc#PED-7322).
  - commit 695cd14
  - KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when
    PML is disabled (jsc#PED-7322).
  - commit f84fc4e
  - KVM: x86: Use octal for file permission (jsc#PED-7322).
  - commit 3c39fe8
  - KVM: VMX: drop IPAT in memtype when CD=1 for
    KVM_X86_QUIRK_CD_NW_CLEARED (jsc#PED-7322).
  - commit 921babe
  - KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment
    starts/stops (jsc#PED-7322).
  - commit 9ab4a14
  - KVM: x86: Don't sync user-written TSC against startup values
    (jsc#PED-7322).
  - commit a4d4bc6
  - KVM: x86/mmu: Zap SPTEs on MTRR update iff guest MTRRs are
    honored (jsc#PED-7322).
  - commit caec33b
  - KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs
    are honored (jsc#PED-7322).
  - commit f32496f
  - KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRs
    (jsc#PED-7322).
  - commit 4e2c1c1
  - KVM: x86: Virtualize HWCR.TscFreqSel[bit 24] (jsc#PED-7322).
  - commit d06002b
  - gpiolib: sysfs: Fix error handling on failed export (git-fixes).
  - usb: gadget: f_hid: fix report descriptor allocation
    (git-fixes).
  - Revert "xhci: Loosen RPM as default policy to cover for AMD
    xHC 1.1" (git-fixes).
  - usb: typec: class: fix typec_altmode_put_partner to put plugs
    (git-fixes).
  - USB: gadget: core: adjust uevent timing on gadget unbind
    (git-fixes).
  - ARM: PL011: Fix DMA support (git-fixes).
  - serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
    (git-fixes).
  - serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
    (git-fixes).
  - hwtracing: hisi_ptt: Add dummy callback pmu::read() (git-fixes).
  - devcoredump: Send uevent once devcd is ready (git-fixes).
  - misc: mei: client.c: fix problem of return '-EOVERFLOW' in
    mei_cl_write (git-fixes).
  - misc: mei: client.c: return negative error code in mei_cl_write
    (git-fixes).
  - commit ef19e2e
  - KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set
    (jsc#PED-7322).
  - commit 37e6049
  - KVM: x86: Refine calculation of guest wall clock to use a
    single TSC read (jsc#PED-7322).
  - commit 5da4c9a
  - KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag
    (jsc#PED-7322).
  - commit 2253071
  - KVM: x86: Add SBPB support (jsc#PED-7322).
  - commit 7aa606a
  - KVM: x86: Add IBPB_BRTYPE support (jsc#PED-7322).
  - commit 3d54281

++++ lsof:

  - Skip tests that are difficult to emulate by qemu

------------------------------------------------------------------
------------------  2023-12-9  -  Dec 9 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
    (git-fixes).
  - ASoC: amd: yc: Add HP 255 G10 into quirk table (git-fixes).
  - commit 31f74df
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 (git-fixes).
  - ALSA: hda/realtek: Add Framework laptop 16 to quirks
    (git-fixes).
  - ALSA: hda/realtek: add new Framework laptop to quirks
    (git-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA
    (git-fixes).
  - ALSA: pcm: fix out-of-bounds in snd_pcm_state_names (git-fixes).
  - ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
    (git-fixes).
  - ALSA: hda/realtek: fix speakers on XPS 9530 (2023) (git-fixes).
  - ALSA: usb-audio: Add Pioneer DJM-450 mixer controls (git-fixes).
  - ALSA: hda/realtek: Apply quirk for ASUS UM3504DA (git-fixes).
  - commit 72e3db8
  - hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()
    (git-fixes).
  - hwmon: (acpi_power_meter) Fix 4.29 MW bug (git-fixes).
  - ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate
    (git-fixes).
  - ASoC: codecs: lpass-tx-macro: set active_decimator correct
    default value (git-fixes).
  - ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP
    (git-fixes).
  - drm/atomic-helpers: Invoke end_fb_access while owning plane
    state (git-fixes).
  - drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS
    (git-fixes).
  - drm/i915/mst: Reject modes that require the bigjoiner
    (git-fixes).
  - drm/i915/mst: Fix .mode_valid_ctx() return values (git-fixes).
  - drm/i915: Skip some timing checks on BXT/GLK DSI transcoders
    (git-fixes).
  - scripts/gdb: fix lx-device-list-bus and lx-device-list-class
    (git-fixes).
  - drivers/base/cpu: crash data showing should depends on
    KEXEC_CORE (git-fixes).
  - checkstack: fix printed address (git-fixes).
  - ACPI: video: Use acpi_video_device for cooling-dev driver data
    (git-fixes).
  - drm/amdgpu: Update EEPROM I2C address for smu v13_0_0
    (git-fixes).
  - drm/amd: Enable PCIe PME from D3 (git-fixes).
  - drm/amd/display: fix ABM disablement (git-fixes).
  - drm/amd/display: force toggle rate wa for first link training
    for a retimer (git-fixes).
  - drm/amdgpu: correct the amdgpu runtime dereference usage count
    (git-fixes).
  - drm/amd/display: Update min Z8 residency time to 2100 for DCN314
    (git-fixes).
  - drm/amd/display: Remove min_dst_y_next_start check for Z8
    (git-fixes).
  - drm/amdgpu: fix memory overflow in the IB test (git-fixes).
  - drm/amd/display: Simplify brightness initialization (git-fixes).
  - drm/amd/display: Use DRAM speed from validation for dummy
    p-state (git-fixes).
  - drm/amd/display: Fix MPCC 1DLUT programming (git-fixes).
  - drm/amdgpu: Force order between a read and write to the same
    address (git-fixes).
  - drm/amd/display: Include udelay when waiting for INBOX0 ACK
    (git-fixes).
  - nouveau: find the smallest page allocation to cover a buffer
    alloc (git-fixes).
  - selftests/net: mptcp: fix uninitialized variable warnings
    (git-fixes).
  - selftests/net: unix: fix unused variable compiler warning
    (git-fixes).
  - selftests/net: fix a char signedness issue (git-fixes).
  - selftests/net: ipsec: fix constant out of range (git-fixes).
  - drm/amd/display: Reduce default backlight min from 5 nits to
    1 nits (git-fixes).
  - drm/amd/display: Remove power sequencing check (git-fixes).
  - drm/amd/display: refactor ILR to make it work (git-fixes).
  - drm/amd/display: Refactor edp power control (git-fixes).
  - commit eb38444

------------------------------------------------------------------
------------------  2023-12-8  -  Dec 8 2023  -------------------
------------------------------------------------------------------

++++ busybox:

  - Install udhcpc and udhcpc6 into the same directory
    (udhcp6-install-path.patch)
  - Fully enable udhcpc and document that this tool needs special
    configuration and does not work out of the box [bsc#1217883]

++++ busybox-links:

  - Add new sub-package for udhcpc

++++ python-kiwi:

  - Update test-image-MicroOS
    Incorporate latest changes from upstream MicroOS and
    also add an encrypted profile build for testing

++++ filesystem:

  - Create systemd-tmpfile for /run (/run/lock missing bug report)

++++ kernel-default:

  - KVM: SVM: Treat all "skip" emulation for SEV guests as outright
    failures (jsc#PED-7322).
  - commit 7d41b6c
  - KVM: x86: Refactor can_emulate_instruction() return to be more
    expressive (jsc#PED-7322).
  - commit 3e2b139
  - KVM: x86/xen: Use fast path for Xen timer delivery
    (jsc#PED-7322).
  - commit c7b4170
  - KVM: X86: Reduce size of kvm_vcpu_arch structure when
    CONFIG_KVM_XEN=n (jsc#PED-7322).
  - commit 1d2e755
  - x86/tdx: Replace deprecated strncpy() with strtomem_pad()
    (jsc#PED-7322).
  - commit 8f088ed
  - KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
    (jsc#PED-7322).
  - commit ac8ba0c
  - KVM: x86: Fix lapic timer interrupt lost after loading a
    snapshot (jsc#PED-7322).
  - commit 6265217
  - KVM: SVM: Update SEV-ES shutdown intercepts with more metadata
    (jsc#PED-7322).
  - commit 3d2bced
  - KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUs
    (jsc#PED-7322).
  - Update config files.
  - commit 2be3fda
  - kernel-source: Remove config-options.changes (jsc#PED-5021)
    The file doc/config-options.changes was used in the past to document
    kernel config changes. It was introduced in 2010 but haven't received
    any updates on any branch since 2015. The file is renamed by tar-up.sh
    to config-options.changes.txt and shipped in the kernel-source RPM
    package under /usr/share/doc. As its content now only contains outdated
    information, retaining it can lead to confusion for users encountering
    this file.
    Config changes are nowadays described in associated Git commit messages,
    which get automatically collected and are incorporated into changelogs
    of kernel RPM packages.
    Drop then this obsolete file, starting with its packaging logic.
    For branch maintainers: Upon merging this commit on your branch, please
    correspondingly delete the file doc/config-options.changes.
  - commit adedbd2
  - KVM: x86: Force TLB flush on userspace changes to special
    registers (jsc#PED-7322).
  - commit c7de714
  - KVM: x86: Remove redundant vcpu->arch.cr0 assignments
    (jsc#PED-7322).
  - commit d8de618
  - doc/README.SUSE: Simplify the list of references (jsc#PED-5021)
    Reduce indentation in the list of references, make the style consistent
    with README.md.
  - commit 70e3c33
  - regmap: fix bogus error on regcache_sync success (git-fixes).
  - platform/x86: wmi: Skip blocks with zero instances (git-fixes).
  - platform/surface: aggregator: fix recv_buf() return value
    (git-fixes).
  - platform/x86: asus-wmi: Move i8042 filter install to shared
    asus-wmi code (git-fixes).
  - commit 4a6226a
  - x86/sev/docs: Update document URL in amd-memory-encryption.rst
    (jsc#PED-7322).
  - commit 62a88ab

++++ polkit:

  - Add 'dbus-service' as Requires instead of /usr/bin/dbus-daemon
    This allow to use other dbus implementations such as dbus-broker with this
    package again. (bsc#1217863)

++++ snapper:

  - drop permissions check in GetPluginsReport and ClearPluginsReport
    (gh#openSUSE/snapper#856)

++++ libvirt:

  - Add upstream commit 1a2f33cb59 to fix memory corruption in the
    remote driver

++++ patterns-base:

  - adjusted the content of KVM pattern

++++ patterns-micro:

  - adjusted the content of KVM pattern

++++ pcr-oracle:

  - Update to 0.5.4
  - Improve systemd-boot support
  - Add --boot-entry for systemd-boot
  - Manpage fixes
  - Fix PCR index in JSON file
  - Fix GrubPcrSnapshot parsing
  - Drop upstreamed patches: boot_entry.patch and fix_pcr_index.patch

++++ zypper:

  - patch: Make sure reboot-needed is remembered until next boot
    (bsc#1217873)
  - version 1.14.67

------------------------------------------------------------------
------------------  2023-12-7  -  Dec 7 2023  -------------------
------------------------------------------------------------------

++++ dhcp:

  - Revert dhclient-script removal and instead change usleep to sleep
    (boo#1216822)

++++ glib2:

  - Update to version 2.78.3:
    + Fix a crash-causing regression in xdgmime
    + Bugs fixed:
  - Crash in __gio_xdg_cache_mime_type_subclass
  - Backport “xdgmime: Update to upstream commit c2c814d4051f232”
    to glib-2-78

++++ gtk3:

  - Update to version 3.24.38+111:
    + [gtk3] Support tiled windows from xdg-shell.
    + Fix a minor issue in the file portal test.
    + wayland: Be more careful when loading cursors.
    + gdk/wayland: Use g_warning_once for cursor scale mismatches.
    + gdk/wayland: Don't fall back directly to 1 for mismatched
    cursor sizes.
    + Updated translations.
  - Drop upstream applied patch
    gtk3-gtkmountoperation-avoid-SEGV-after-bad-password-inpu.patch

++++ haproxy:

  - Update to version 2.8.5+git0.aaba8d090:
    * [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

++++ kernel-default:

  - scsi: fnic: Fix sg_reset success path (jsc#PED-6316).
  - scsi: fnic: Replace sgreset tag with max_tag_id (jsc#PED-6316).
  - commit aad5e69
  - drm/amdgpu: Remove unused variables from amdgpu_show_fdinfo
    (git-fixes).
  - commit 558199a
  - wifi: mt76: mt7921: fix the wrong rate selected in fw for the
    chanctx driver (git-fixes).
  - wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx
    driver (git-fixes).
  - wifi: mt76: move struct ieee80211_chanctx_conf up to struct
    mt76_vif (git-fixes).
  - wifi: mt76: fix potential memory leak of beacon commands
    (git-fixes).
  - wifi: mt76: update beacon size limitation (git-fixes).
  - wifi: mt76: fix clang-specific fortify warnings (git-fixes).
  - commit eb4e161
  - Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device
    tables (git-fixes).
  - Refresh
    patches.suse/Bluetooth-btusb-Add-0bda-b85b-for-Fn-Link-RTL8852BE.patch.
  - commit 665b80a
  - USB: serial: option: add Luat Air72*U series products
    (git-fixes).
  - USB: serial: option: add Fibocom L7xx modules (git-fixes).
  - USB: serial: option: don't claim interface 4 for ZTE MF290
    (git-fixes).
  - usb: misc: onboard-hub: add support for Microchip USB5744
    (git-fixes).
  - USB: dwc2: write HCINT with INTMASK applied (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
    (git-fixes).
  - ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger
    flag (git-fixes).
  - ASoC: cs35l56: Use PCI SSID as the firmware UID (git-fixes).
  - ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card
    (git-fixes).
  - ASoC: fsl-asoc-card: use integer type for fll_id and pll_id
    (git-fixes).
  - commit 8016cc8
  - ASoC: soc-dai: add flag to mute and unmute stream during trigger
    (git-fixes).
  - commit f25c117
  - Revert "drm/prime: Unexport helpers for fd/handle conversion"
    (git-fixes).
  - drm/amd/pm: fix a memleak in aldebaran_tables_init (git-fixes).
  - drm/panel: nt36523: fix return value check in nt36523_probe()
    (git-fixes).
  - drm/panel: starry-2081101qfh032011-53g: Fine tune the panel
    power sequence (git-fixes).
  - drm/i915: Call intel_pre_plane_updates() also for pipes getting
    enabled (git-fixes).
  - drm/i915/gsc: Mark internal GSC engine with reserved uabi class
    (git-fixes).
  - fbdev: omapfb: Drop unused remove function (git-fixes).
  - fbdev: stifb: Make the STI next font pointer a 32-bit signed
    offset (git-fixes).
  - drm/amdgpu: Remove duplicate fdinfo fields (git-fixes).
  - drm/rockchip: vop2: remove the unsupported format of cluster
    window (git-fixes).
  - drm/vc4: fix typo (git-fixes).
  - drm/rockchip: remove unused struct in vop2 (git-fixes).
  - drm/amd/display: remove useless check in should_enable_fbc()
    (git-fixes).
  - gpu: host1x: Correct allocated size for contexts (git-fixes).
  - commit abf7bd4
  - doc/README.SUSE: Add how to update the config for module signing
    (jsc#PED-5021)
    Configuration files for SUSE kernels include settings to integrate with
    signing support provided by the Open Build Service. This creates
    problems if someone tries to use such a configuration file to build
    a "standalone" kernel as described in doc/README.SUSE:
    * Default configuration files available in the kernel-source repository
    unset CONFIG_MODULE_SIG_ALL to leave module signing to
    pesign-obs-integration. In case of a "standalone" build, this
    integration is not available and the modules don't get signed.
    * The kernel spec file overrides CONFIG_MODULE_SIG_KEY to
    ".kernel_signing_key.pem" which is a file populated by certificates
    provided by OBS but otherwise not available. The value ends up in
    /boot/config-$VERSION-$RELEASE-$FLAVOR and /proc/config.gz. If someone
    decides to use one of these files as their base configuration then the
    build fails with an error because the specified module signing key is
    missing.
    Add information on how to enable module signing and where to find the
    relevant upstream documentation.
  - commit a699dc3
  - Add alt-commit tags to DRM patches
  - commit 1efaafd
  - drm/i915: Add missing GSCCS documentation (git-fixes).
  - drm/i915: Add missing CCS documentation (git-fixes).
  - drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in
    drm_bridge_state (git-fixes).
  - drm/gud: Use size_add() in call to struct_size() (git-fixes).
  - commit 60feada
  - Add cherry-pick IDs of DRM patches to blacklist and alt-commit tags
  - commit 444311c
  - drm/i915: Also check for VGA converter in eDP probe
    (bsc#1217282).
  - commit 327467b
  - Partially revert "drm/amd/display: Fix possible underflow for
    displays with large vblank" (git-fixes).
  - Refresh
    patches.suse/0398-drm-amd-display-Correct-unit-conversion-for-vstartup.patch.
  - Refresh
    patches.suse/1231-drm-amd-display-Roll-back-unit-correction.patch.
  - Refresh
    patches.suse/1232-drm-amd-display-Correct-unit-conversion-for-vstartup.patch.
  - commit 0d5ceec
  - drm/i915: do not clean GT table on error path (git-fixes).
  - drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel
    HFP and HBP (git-fixes).
  - drm/ast: Disconnect BMC if physical connector is connected
    (git-fixes).
  - drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP
    full (git-fixes).
  - drm/panel: simple: Fix Innolux G101ICE-L01 timings (git-fixes).
  - drm/panel: simple: Fix Innolux G101ICE-L01 bus flags
    (git-fixes).
  - drm/panel: auo,b101uan08.3: Fine tune the panel power sequence
    (git-fixes).
  - drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog
    (git-fixes).
  - drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
    (git-fixes).
  - drm/amd/display: Change the DMCUB mailbox memory location from
    FB to inbox (git-fixes).
  - drm/amd/display: Clear dpcd_sink_ext_caps if not set
    (git-fixes).
  - drm/amd/display: Enable fast plane updates on DCN3.2 and above
    (git-fixes).
  - drm/amd/display: fix a NULL pointer dereference in
    amdgpu_dm_i2c_xfer() (git-fixes).
  - drm/amd/display: Fix DSC not Enabled on Direct MST Sink
    (git-fixes).
  - drm/amd/display: Guard against invalid RPTR/WPTR being set
    (git-fixes).
  - drm/amdgpu: fix error handling in amdgpu_vm_init (git-fixes).
  - drm/amdgpu: Fix possible null pointer dereference (git-fixes).
  - drm/amdgpu: lower CS errors to debug severity (git-fixes).
  - drm/amdgpu: fix error handling in amdgpu_bo_list_get()
    (git-fixes).
  - drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
    (git-fixes).
  - drm/i915: Fix potential spectre vulnerability (git-fixes).
  - drm/i915: Bump GLK CDCLK frequency when driving multiple pipes
    (git-fixes).
  - i915/perf: Fix NULL deref bugs with drm_dbg() calls (git-fixes).
  - drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL
    (git-fixes).
  - drm/i915: Flush WC GGTT only on required platforms (git-fixes).
  - drm/amdgpu: fix GRBM read timeout when do mes_self_test
    (git-fixes).
  - drm/amdgpu/smu13: drop compute workload workaround (git-fixes).
  - drm/amdgpu: add a retry for IP discovery init (git-fixes).
  - drm/amdgpu: don't use pci_is_thunderbolt_attached() (git-fixes).
  - drm/amdgpu: don't use ATRM for external devices (git-fixes).
  - drm/amd/pm: Fix error of MACO flag setting code (git-fixes).
  - drm/amd/pm: Handle non-terminated overdrive commands
    (git-fixes).
  - drm/mediatek/dp: fix memory leak on ->get_edid callback error
    path (git-fixes).
  - drm/mediatek/dp: fix memory leak on ->get_edid callback audio
    detection (git-fixes).
  - drm/amd/display: enable dsc_clk even if dsc_pg disabled
    (git-fixes).
  - drm/amd/display: Add Null check for DPP resource (git-fixes).
  - drm: bridge: it66121: ->get_edid callback must not return err
    pointers (git-fixes).
  - commit 0cb9f4d
  - drm/amdgpu: fix software pci_unplug on some chips (git-fixes).
  - drm/qxl: prevent memory leak (git-fixes).
  - drm/i915/mtl: avoid stringop-overflow warning (git-fixes).
  - drm/amd/display: Avoid NULL dereference of timing generator
    (git-fixes).
  - drm/amd: check num of link levels when update pcie param
    (git-fixes).
  - drm/amd/display: fix num_ways overflow error (git-fixes).
  - drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching
    not supported (git-fixes).
  - drm/amdgpu: Fix a null pointer access when the smc_rreg pointer
    is NULL (git-fixes).
  - drm/amdkfd: Fix shift out-of-bounds issue (git-fixes).
  - drm/panel: st7703: Pick different reset sequence (git-fixes).
  - commit a67416d
  - drm: vmwgfx_surface.c: copy user-array safely (git-fixes).
  - drm_lease.c: copy user-array safely (git-fixes).
  - drm/msm/dp: skip validity check for DP CTS EDID checksum
    (git-fixes).
  - drm/amdgpu/vkms: fix a possible null pointer dereference
    (git-fixes).
  - drm/radeon: fix a possible null pointer dereference (git-fixes).
  - drm/amdgpu: Fix potential null pointer derefernce (git-fixes).
  - drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and
    Tonga (git-fixes).
  - drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
    (git-fixes).
  - drm/amd/display: use full update for clip size increase of
    large plane source (git-fixes).
  - drm/amd: Update `update_pcie_parameters` functions to use
    uint8_t arguments (git-fixes).
  - drm/amdgpu: update retry times for psp vmbx wait (git-fixes).
  - drm/amdkfd: Fix a race condition of vram buffer unref in svm
    code (git-fixes).
  - drm/amdgpu: not to save bo in the case of RAS err_event_athub
    (git-fixes).
  - drm/amd/display: add seamless pipe topology transition check
    (git-fixes).
  - drm/amd/display: Don't lock phantom pipe on disabling
    (git-fixes).
  - drm/amd/display: Blank phantom OTG before enabling (git-fixes).
  - drm/panel/panel-tpo-tpg110: fix a possible null pointer
    dereference (git-fixes).
  - drm/panel: fix a possible null pointer dereference (git-fixes).
  - drm/edid: Fixup h/vsync_end instead of h/vtotal (git-fixes).
  - drm/komeda: drop all currently held locks if deadlock happens
    (git-fixes).
  - commit 0591cfb
  - fbdev: fsl-diu-fb: mark wr_reg_wa() static (git-fixes).
  - fbdev: imsttfb: fix a resource leak in probe (git-fixes).
  - fbdev: imsttfb: fix double free in probe() (git-fixes).
  - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE
    (git-fixes).
  - drm/vc4: tests: Fix UAF in the mock helpers (git-fixes).
  - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (git-fixes).
  - drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs (git-fixes).
  - drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()
    (git-fixes).
  - drm/bridge: lt9611uxc: fix the race in the error path
    (git-fixes).
  - drm/amd/pm: Fix a memory leak on an error path (git-fixes).
  - drm/msm/dsi: free TX buffer in unbind (git-fixes).
  - drm/msm/dsi: use msm_gem_kernel_put to free TX buffer
    (git-fixes).
  - drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling
    (git-fixes).
  - drm/mediatek: Fix iommu fault during crtc enabling (git-fixes).
  - drm/mediatek: Fix iommu fault by swapping FBs after updating
    plane state (git-fixes).
  - drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
    (git-fixes).
  - drm/mediatek: Fix coverity issue with unintentional integer
    overflow (git-fixes).
  - drm/amd/display: Don't use fsleep for PSR exit waits
    (git-fixes).
  - drm/amd/display: Bail from dm_check_crtc_cursor if no relevant
    change (git-fixes).
  - drm/amd/display: Refactor dm_get_plane_scale helper (git-fixes).
  - drm/amd/display: Check all enabled planes in
    dm_check_crtc_cursor (git-fixes).
  - drm/amd/display: Fix null pointer dereference in error message
    (git-fixes).
  - drm/amdkfd: Handle errors from svm validate and map (git-fixes).
  - drm/amdkfd: fix some race conditions in vram buffer alloc/free
    of svm code (git-fixes).
  - drm/amdkfd: Remove svm range validated_once flag (git-fixes).
  - drm/amdkfd: ratelimited SQ interrupt messages (git-fixes).
  - drm/radeon: possible buffer overflow (git-fixes).
  - drm/rockchip: cdn-dp: Fix some error handling paths in
    cdn_dp_probe() (git-fixes).
  - drm: Call drm_atomic_helper_shutdown() at shutdown/remove time
    for misc drivers (git-fixes).
  - drm/bridge: tc358768: Fix tc358768_ns_to_cnt() (git-fixes).
  - drm/bridge: tc358768: Clean up clock period code (git-fixes).
  - drm/bridge: tc358768: Rename dsibclk to hsbyteclk (git-fixes).
  - drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
    (git-fixes).
  - drm/bridge: tc358768: Print logical values, not raw register
    values (git-fixes).
  - drm/bridge: tc358768: Use struct videomode (git-fixes).
  - drm/bridge: tc358768: Fix bit updates (git-fixes).
  - drm/bridge: tc358768: Fix use of uninitialized variable
    (git-fixes).
  - drm/bridge: lt8912b: Add missing drm_bridge_attach call
    (git-fixes).
  - drm/bridge: lt8912b: Manually disable HPD only if it was enabled
    (git-fixes).
  - drm/bridge: lt8912b: Fix crash on bridge detach (git-fixes).
  - drm/bridge: lt8912b: Fix bridge_detach (git-fixes).
  - drm: bridge: it66121: Fix invalid connector dereference
    (git-fixes).
  - drm/gma500: Fix call trace when psb_gem_mm_init() fails
    (git-fixes).
  - drm/rockchip: vop2: Add missing call to crtc reset helper
    (git-fixes).
  - drm/rockchip: vop2: Don't crash for invalid duplicate_state
    (git-fixes).
  - drm/rockchip: vop: Fix call to crtc reset helper (git-fixes).
  - drm/rockchip: vop: Fix reset of state in duplicate state crtc
    funcs (git-fixes).
  - drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY
    (git-fixes).
  - drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM
    (git-fixes).
  - commit 4e43af6
  - Update and enable
    patches.suse/sched-Temporarily-restore-deprecated-scheduler-sysctls-with-a-warning.patch
    (bsc#1192327, bsc#1191396, bsc#1216929).
    The deprecation warning was due to expire in SP6. However, due to
    upstream replacing CFS with EEVDF and bsc#1216929, extent the
    deprecation period until CFS is replaced.
  - commit 76dbd30
  - riscv: libstub: Implement KASLR by using generic functions
    (jsc#PED-5458).
    Refresh
    patches.suse/riscv-libstub-Implement-KASLR-by-using-generic-funct.patch.
  - libstub: Fix compilation warning for rv32 (jsc#PED-5458).
  - arm64: libstub: Move KASLR handling functions to kaslr.c
    (jsc#PED-5458).
    Refresh
    patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
  - efi: Do not include <linux/screen_info.h> from EFI header
    (jsc#PED-5458).
  - efi/arm64: Move EFI runtime call setup/teardown helpers out
    of line (jsc#PED-5458).
  - commit 08bc679
  - x86/boot: efistub: Assign global boot_params variable
    (jsc#PED-5458).
  - x86/efistub: Don't try to print after ExitBootService()
    (jsc#PED-5458).
  - efi/x86: Move EFI runtime call setup/teardown helpers out of
    line (jsc#PED-5458).
  - x86/efistub: Fix PCI ROM preservation in mixed mode
    (jsc#PED-5458).
  - efi/runtime-wrappers: Clean up white space and add __init
    annotation (jsc#PED-5458).
  - acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers
    (jsc#PED-5458).
  - efi/runtime-wrappers: Don't duplicate setup/teardown code
    (jsc#PED-5458).
    Refresh
    patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
  - efi/runtime-wrappers: Remove duplicated macro for service
    returning void (jsc#PED-5458).
  - efi/runtime-wrapper: Move workqueue manipulation out of line
    (jsc#PED-5458).
  - efi/runtime-wrappers: Use type safe encapsulation of call
    arguments (jsc#PED-5458).
  - efi/riscv: Move EFI runtime call setup/teardown helpers out
    of line (jsc#PED-5458).
  - efi/riscv: libstub: Fix comment about absolute relocation
    (jsc#PED-5458).
  - efi: memmap: Remove kernel-doc warnings (jsc#PED-5458).
  - efi: Remove unused extern declaration efi_lookup_mapped_addr()
    (jsc#PED-5458).
  - efivarfs: convert to ctime accessor functions (jsc#PED-5458).
  - efivarfs: update ctime when mtime changes on a write
    (jsc#PED-5458).
  - commit 3d4c9a7
  - EDAC/npcm: Add NPCM memory controller driver (jsc#PED-6747).
    Update config files. Add CONFIG_EDAC_NPCM is not set
    config/arm64/default
    config/armv7hl/default
  - EDAC/thunderx: Check debugfs file creation retval properly
    (jsc#PED-6747).
  - EDAC/amd64: Add support for ECC on family 19h model 60h-7Fh
    (jsc#PED-6747).
  - EDAC/amd64: Remove module version string (jsc#PED-6747).
  - commit b9ca23a

++++ util-linux-systemd:

  - util-linux:systemd build failures on s390x (bsc#1217651):
    Increase delay in waitpid test, add
    tests-increase-delay-for-waitpid-test.patch
  - Update to release 2.39.3
    * libblkid: add support for bcachefs sub-device labels
    * libblkid: detect large bcachefs superblocks
    * libblkid: validate that NTFS sector_size is a power of two
    * libblkid: report endianness for VXFS
    * libmount: Fix regression when mounting with atime
    * libmount: accept '\' as escape for options separator
    * libmount: gracefully handle NULL path in mnt_resolve_target()
    * libmount: report statx in features list
    * libsmartcols: handle nameless tables in export format
    * libuuid: avoid truncation of clocks.txt to improve performance
    * lscpu: fix caches separator for --parse=<list>
    * lscpu: Add Phytium FTC862 cpu model
    * lsfd: fix the form for the optional argument of --inet option
    in manpage
    * lsfd: avoid a case of undefined behavior
    * lsfd: fix a memory leak
    * lslogins: fix -y option formatting in manpage
    * more: avoid an out-of-bound access
    * setpriv: fix some group argument completion
    * setterm: avoid restoring flags from uninitialized memory
    * umount: handle bindmounts during --recursive
  - Remove upstreamed patches:
    libuuid-avoid-truncate-clocks.txt-to-improve-performance.patch,
    setterm-resize-uninit-flags.patch

++++ util-linux:

  - util-linux:systemd build failures on s390x (bsc#1217651):
    Increase delay in waitpid test, add
    tests-increase-delay-for-waitpid-test.patch
  - Update to release 2.39.3
    * libblkid: add support for bcachefs sub-device labels
    * libblkid: detect large bcachefs superblocks
    * libblkid: validate that NTFS sector_size is a power of two
    * libblkid: report endianness for VXFS
    * libmount: Fix regression when mounting with atime
    * libmount: accept '\' as escape for options separator
    * libmount: gracefully handle NULL path in mnt_resolve_target()
    * libmount: report statx in features list
    * libsmartcols: handle nameless tables in export format
    * libuuid: avoid truncation of clocks.txt to improve performance
    * lscpu: fix caches separator for --parse=<list>
    * lscpu: Add Phytium FTC862 cpu model
    * lsfd: fix the form for the optional argument of --inet option
    in manpage
    * lsfd: avoid a case of undefined behavior
    * lsfd: fix a memory leak
    * lslogins: fix -y option formatting in manpage
    * more: avoid an out-of-bound access
    * setpriv: fix some group argument completion
    * setterm: avoid restoring flags from uninitialized memory
    * umount: handle bindmounts during --recursive
  - Remove upstreamed patches:
    libuuid-avoid-truncate-clocks.txt-to-improve-performance.patch,
    setterm-resize-uninit-flags.patch

++++ lua54:

  - execresult.patch: Inspect errno only after failure

++++ openssl-3:

  - Add patch to fix BTI enablement on aarch64:
    * openssl-Enable-BTI-feature-for-md5-on-aarch64.patch

++++ sqlite3:

  - Fix Version to advertise as 3.44.2, matching the tarball version.

++++ podman:

  - Default to the new networking backend, netavark, on openSUSE (bsc#1217828)

++++ python-httpcore:

  - update to 1.0.2:
    * Fix `float("inf")` timeouts in `Event.wait` function. (#846)
    * Fix pool timeout to account for the total time spent
    retrying. (#823)
    * Raise a neater RuntimeError when the correct async deps are
    not installed. (#826)
    * Add support for synchronous TLS-in-TLS streams. (#840)
    * From version 1.0 our async support is now optional, as the
    package has minimal dependencies by default.
    * For async support use either `pip install
    'httpcore[asyncio]'` or `pip install 'httpcore[trio]'`.
    * The project versioning policy is now explicitly governed by
    SEMVER. See https://semver.org/.
    * Async support becomes fully optional. (#809)
    * Add support for Python 3.12. (#807)

++++ python-looseversion:

  - update to 1.3.0:
    * Restore Python 3 semantics for `LooseVersion`, creating
    `LooseVersion2` to restore Python 2 semantics.
    * Test on Python 3.12
    * Enable installation on Python 2+
    * Ensure consistent semantics between Python 2 and 3

++++ python-referencing:

  - Update to version 0.32.0:
    * Add Specification.detect.

------------------------------------------------------------------
------------------  2023-12-6  -  Dec 6 2023  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 10.1.5 (bsc#1217583)
    + Fix fallback path when IPv6 network path is not usable
    + Enable an IPv6 fallback path in IMDS access if it cannot be accessed
    over IPv4
    + Enable IMDS access over IPv6

++++ curl:

  - Update to 8.5.0:
    * Security fixes:
  - [bsc#1217573, CVE-2023-46218] cookie mixed case PSL bypass
  - [bsc#1217574, CVE-2023-46219] HSTS long file name clears contents
    * Changes:
  - gnutls: support CURLSSLOPT_NATIVE_CA
  - HTTP3: ngtcp2 builds are no longer experimental
    * Bugfixes:
  - asyn-thread: use pipe instead of socketpair for IPC when available
  - cmake: fix OpenSSL quic detection in quiche builds
  - conncache: use the closure handle when disconnecting surplus connections
  - content_encoding: make Curl_all_content_encodings allocless
  - cookie: lowercase the domain names before PSL checks
  - Curl_http_body: cleanup properly when Curl_getformdata errors
  - CURLMOPT_MAX_CONCURRENT_STREAMS: make sure the set value is within range
  - doh: provide better return code for responses w/o addresses
  - doh: use PIPEWAIT when HTTP/2 is attempted
  - duphandle: also free 'outcurl->cookies' in error path
  - duphandle: make dupset() not return with pointers to old alloced data
  - duphandle: use strdup to clone *COPYPOSTFIELDS if size is not set
  - easy: in duphandle, init the cookies for the new handle
  - easy_lock: add a pthread_mutex_t fallback
  - fopen: create new file using old file's mode
  - fopen: create short(er) temporary file name
  - getenv: PlayStation doesn't have getenv()
  - hostip: show the list of IPs when resolving is done
  - hsts: skip single-dot hostname
  - HTTP/2, HTTP/3: handle detach of onoing transfers
  - http: allow longer HTTP/2 request method names
  - hyper: temporarily remove HTTP/2 support
  - IPFS: fix IPFS_PATH and file parsing
  - multi: during ratelimit multi_getsock should return no sockets
  - multi: use pipe instead of socketpair to *wakeup()
  - ngtcp2: fix races in stream handling
  - ntlm_wb: use pipe instead of socketpair when possible
  - openssl: avoid BN_num_bits() NULL pointer derefs
  - openssl: fix building with v3 `no-deprecated` + add CI test
  - openssl: fix infof() to avoid compiler warning for %s with null
  - openssl: identify the "quictls" backend correctly
  - openssl: include SIG and KEM algorithms in verbose
  - openssl: two multi pointer checks should probably rather be asserts
  - openssl: when a session-ID is reused, skip OCSP stapling
  - quic: make eyeballers connect retries stop at weird replies
  - quic: manage connection idle timeouts
  - setopt: check CURLOPT_TFTP_BLKSIZE range on set
  - socks: better buffer size checks for socks4a user and hostname
  - socks: make SOCKS5 use the CURLOPT_IPRESOLVE choice
  - tool: fix --capath when proxy support is disabled
  - tool_getparam: limit --rate to be smaller than number of ms
  - transfer: abort pause send when connection is marked for closing
  - transfer: avoid calling the read callback again after EOF
  - transfer: only reset the FTP wildcard engine in CLEAR state
  - url: don't touch the multi handle when closing internal handles
  - urlapi: avoid null deref if setting blank host to url encode
  - urlapi: skip appending NULL pointer query
  - urlapi: when URL encoding the fragment, pass in the right length
  - vtls: cleanup SSL config management
  - vtls: consistently use typedef names for OpenSSL structs
  - vtls: late clone of connection ssl config
  - vtls: use ALPN "http/1.1" for HTTP/1.x, including HTTP/1.0
    * Rebase curl-secure-getenv.patch
    * Add curl-tests-errorcodes.patch

++++ python-kiwi:

  - Include either partx or partprobe to dracut
    The code in the 99kiwi-lib dracut module can either use
    partprobe or partx to do the job. We prefer partx over
    partprobe and error out if none of them could be found
    This Fixes #2400

++++ jitterentropy:

  - Make use of distro flags with %set_build_flags

++++ kernel-default:

  - config: Disable fbdev user-space interfaces (jsc#PED-7409)
    Unset CONFIG_FB_DEVICE to disable /dev/fb* and other fbdev user-space
    interfaces. Implicitly disables a few obsolete fbdev drivers we still
    had on arm64.
  - commit 5e51761
  - doc/README.SUSE: Remove how to build modules using kernel-source
    (jsc#PED-5021)
    Remove the first method how to build kernel modules from the readme. It
    describes a process consisting of the kernel-source installation,
    configuring this kernel and then performing an ad-hoc module build.
    This method is not ideal as no modversion data is involved in the
    process. It results in a module with no symbol CRCs which can be wrongly
    loaded on an incompatible kernel.
    Removing the method also simplifies the readme because only two main
    methods how to build the modules are then described, either doing an
    ad-hoc build using kernel-devel, or creating a proper Kernel Module
    Package.
  - commit 9285bb8

++++ kernel-firmware-all:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-amdgpu:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-ath10k:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-ath11k:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-ath12k:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-atheros:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-bluetooth:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-bnx2:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-brcm:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-chelsio:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-dpaa2:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-i915:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-intel:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-iwlwifi:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-liquidio:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-marvell:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-media:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-mediatek:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-mellanox:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-mwifiex:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-network:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-nfp:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-nvidia:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-platform:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-prestera:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-qcom:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-qlogic:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-radeon:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-realtek:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-serial:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-sound:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-ti:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-ueagle:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kernel-firmware-usb-network:

  - Update to version 20231205 (git commit bfc33c1e308e):
    * linux-firmware: Update AMD cpu microcode
    * cxgb4: Update firmware to revision 1.27.5.0
    * linux-firmware: add firmware for en8811h 2.5G ethernet phy
    * s5p-mfc: Add MFC v12 Firmware
    * qcom: update qrb4210 firmware
    * qcom: update qcm2290 firmware
    * qcom: update qcm2290/qrb4210 WiFi firmware file
    * qcom: update Venus firmware file for v6.0

++++ kmod:

  - Add upstream fixes since v31
    * tools-depmod-fix-Walloc-size.patch
    * libkmod-remove-pkcs7-obj_to_hash_algo.patch
    * configure-Check-that-provided-paths-are-absolute.patch
  - Refresh usrmerge patches to upstream version (cosmetic change only)

++++ libffi:

  - Add upstream patches to fix BTI on aarch64:
    * 808.patch
    * 810.patch

++++ gdbm:

  - libgdbm_compat4: Fix libgdbm version of Conflicts [bsc#1217727]

++++ json-c:

  - Drop unneeded -DCMAKE_C_FLAGS=-std=gnu99 to use distro CFLAGS

++++ libvirt-glib:

  - Update to version 5.0.0:
    + Fix compatiblity with libxml2 >= 2.12.0
    + Bump min libvirt version to 2.3.0
    + Bump min meson to 0.56.0
    + Require use of GCC >= 4.8 / CLang > 3.4 / XCode CLang > 5.1
    + Mark USB disks as removable by default
    + Add support for audio device backend config
    + Add support for DBus graphics backend config
    + Add support for controlling firmware feature flags
    + Improve compiler flag handling in meson
    + Extend library version script handling to FreeBSD
    + Fix pointer sign issue in capabilities config API
    + Fix compat with gnome.mkenums() in Meson 0.60.0
    + Avoid compiler warnings from gi-ir-scanner generated code by
    not setting glib version constraints
    + Be more robust about NULL GError parameters
    + Disable unimportant cast alignment compiler warnings
    + Use ‘pragma once’ in all header files
    + Updated translations.

++++ mailx:

  - Moving /etc/mailrc to /usr/etc/mail.rc
    * Add patch mailx-usr-etc.patch

++++ patterns-base:

  - Remove scout: the cnf handler has been rewritten in rust and no
    longer relies on scout/python.

++++ podman:

  - Update to version 4.8.1:
    * v4.8.1
    * Update RELEASE_NOTES.md for v4.8.1
    * Handle symlinks when checking DB vs runtime configs
    * libpod: Detect whether we have a private UTS namespace on FreeBSD
    * pkg/bindings: add new APIVersionError error type
    * fix podman-remote exec regression with v4.8
    * sqlite: fix issue in ValidateDBConfig()
    * sqlite: fix missing Commit() in RemovePodContainers()
    * sqlite: set busy timeout to 100s
    * Fix locking error in WSL machine rm -f
    * Gating test fixes
    * If API calls for kube play --replace, then replace pod
    * Fix wsl.conf generation when user-mode-networking is disabled
    * Bump to v4.8.1-dev

++++ tar:

  - GNU tar 1.34:
    * Fail when building GNU tar if the platform supports 64-bit
    time_t but the build only uses 32-bit time_t.
    * Leave the devmajor and devminor fields empty (rather than
    zero) for non-special files, as this is more compatible with
    traditional tar.
    Fixes:
    * Fix interaction of --update with --wildcards.
    * When extracting archives into an empty directory, do not create
    hard links to files outside that directory.
    * Handle partial reads from regular files.
    * Warn file changed as we read it less often. Formerly, tar
    warned if the file's size or ctime changed. However, this
    generated a false positive if tar read a file while another
    process hard-linked to it, changing its ctime. Now, tar warns
    if the file's size, mtime, user ID, group ID, or mode changes.
    Although neither heuristic is perfect, the new one should work
    better in practice.
    * Fix --ignore-failed-read to ignore file-changed read errors
    as far as exit status is concerned. You can now suppress
    file-changed issues entirely with --ignore-failed-read
  - -warning=no-file-changed.
    * Fix --remove-files to not remove a file that changed while we
    read it.
    * Fix --atime-preserve=replace to not fail if there was no need
    to replace, either because we did not read the file, or the
    atime did not change.
    * Fix race when creating a parent directory while another process
    is also doing so.
    * Fix handling of prefix keywords not followed by "." in pax
    headers.
    * Fix handling of out-of-range sparse entries in pax headers.
    * Fix handling of --transform='s/s/@/2'.
    * Fix treatment of options ending in slash in files-from list.
    * Fix crash on tar --checkpoint-action exec=\".
    * Fix low-memory crash when reading incremental dumps.
    * Fix --exclude-vcs-ignores memory allocation misuse.
  - Added patch:
    * add_forgotten-tests.patch: added 2 tests that upstream forgot in the release.
  - Update patch:
    * tar-backup-spec-fix-paths.patch: upstream fixed 2/3rd of paths
    * tar-fix-extract-unlink.patch
    some of this is overwritten by bsc1202436-1 and some was fixed
    upstream
    * add_readme-tests.patch as Makefile.in no longer exists
  - Removed:
    * tar-fix-race-condition.patch
    * tar-avoid-overflow-in-symlinks-tests.patch
    * bsc1200657.patch
    * bsc1202436-2.patch
    * bsc1202436-1.patch
  - Fix CVE-2023-39804, Incorrectly handled extension attributes in PAX
    archives can lead to a crash, bsc#1217969

------------------------------------------------------------------
------------------  2023-12-5  -  Dec 5 2023  -------------------
------------------------------------------------------------------

++++ dhcp:

  - Add new Kea migration assistant subpackage
  - Switch doc subpackage to noarch

++++ glib2:

  - Update to version 2.78.2:
    + Bugs fixed:
  - check for #ifdef PTRACE_O_EXITKILL will always fail since it
    isn't a macro
  - gsubprocess build-time test intermittently timing out since
    2.78.1
  - “meson: Improve PTRACE_O_EXITKILL presence check”
  - “Make GQuark register intentional leaks”
  - “gsignalgroup: Avoid function call with side effect in
    g_return_* macro”
  - “tests: Don't assume that sh optimizes simple commands into
    exec”
  - “xdgmime: Handle buggy type definitions with circular
    inheritance”
  - “collate: Don't segfault on bad input”

++++ glibc:

  - aarch64-rawmemchr-unwind.patch: aarch64: correct CFI in rawmemchr
    (bsc#1217445, BZ #31113)

++++ kernel-default:

  - Delete patches.suse/perf_timechart_fix_zero_timestamps.patch
    Unclear why it was originally added, no BZ reference/etc. No response to 2017
    request for update. No timely response to 2023 request. Deleting.
  - commit 8c9e160
  - dlm: fix plock lookup when using multiple lockspaces
    (git-fixes).
  - commit 0c958d7
  - ubifs: ubifs_link: Fix wrong name len calculating when UBIFS
    is encrypted (git-fixes).
  - commit 1f8caf2
  - ubifs: fix possible dereference after free (git-fixes).
  - commit fa55cd2
  - ubifs: Fix memory leak of bud->log_hash (git-fixes).
  - commit 211277a
  - afs: Fix file locking on R/O volumes to operate in local mode
    (git-fixes).
  - commit 67ccd69
  - afs: Return ENOENT if no cell DNS record can be found
    (git-fixes).
  - commit a820b19
  - afs: Make error on cell lookup failure consistent with OpenAFS
    (git-fixes).
  - commit 08310f9
  - afs: Fix afs_server_list to be cleaned up with RCU (git-fixes).
  - commit 9949efc
  - jfs: validate max amount of blocks before allocation
    (git-fixes).
  - commit ec51391
  - reiserfs: Replace 1-element array with C99 style flex-array
    (git-fixes).
  - commit a58aee5
  - reiserfs: Check the return value from __getblk() (git-fixes).
  - commit 393a14b
  - Refresh
    patches.suse/1316-drm-i915-Don-t-set-PIPE_CONTROL_FLUSH_L3-for-aux-inv.patch
    (git-fixes)
    Alt-commit
  - commit 2087259
  - Refresh
    patches.suse/1825-drm-i915-Fix-HPD-polling-reenabling-the-output-poll-.patch
    (git-fixes)
    Alt-commit
  - commit b3e83d1
  - Refresh
    patches.suse/drm-msm-dpu-drop-enum-dpu_core_perf_data_bus_id.patch
    (git-fixes)
    Alt-commit
  - commit d9a3a4c
  - Refresh
    patches.suse/drm-msm-mdss-correct-UBWC-programming-for-SM855.patch
    (git-fixes)
    Alt-commit
  - commit c2018e6
  - Refresh
    patches.suse/drm-msm-dsi-Drop-unused-regulators-from-QCM2290.patch
    (git-fixes)
    Alt-commit
  - commit ec015d6
  - Refresh
    patches.suse/Revert-Revert-drm-amdgpu-display-change-pipe-p.patch
    (git-fixes)
    Alt-commit
  - commit d29c603
  - Refresh
    patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-ca.patch
    (git-fixes)
    Alt-commit
  - commit 0c4bc0e
  - Refresh
    patches.suse/drm-amd-display-check-attr-flag-before-set-cur.patch
    (git-fixes)
    Alt-commit
  - commit 6f25591
  - Refresh
    patches.suse/drm-amd-display-Don-t-show-stack-trace-for-mis.patch
    (git-fixes)
    Alt-commit
  - commit 3934302
  - Refresh
    patches.suse/1795-drm-i915-fix-display-probe-for-IVB-Q-and-IVB-D-GT2-s.patch
    (git-fixes)
    Alt-commit
  - commit 0f8e49f
  - Refresh
    patches.suse/drm-i915-sdvo-fix-panel_type-initialization.patch
    (git-fixes)
    Alt-commit
  - commit 81db4b6
  - Refresh
    patches.suse/drm-i915-guc-slpc-Restore-efficient-freq-earli.patch
    (git-fixes)
    Alt-commit
  - commit 20c7a06
  - Refresh
    patches.suse/drm-i915-Fix-premature-release-of-request-s-re.patch
    (git-fixes)
    Alt-commit
  - commit baf4e7d
  - Refresh
    patches.suse/drm-i915-gt-Support-aux-invalidation-on-all-en.patch
    (git-fixes)
    Alt-commit
  - commit 914eee8
  - Refresh
    patches.suse/drm-i915-gt-Poll-aux-invalidation-register-bit.patch
    (git-fixes)
    Alt-commit
  - commit 067d27d
  - Refresh
    patches.suse/drm-i915-gt-Enable-the-CCS_FLUSH-bit-in-the-pi.patch
    (git-fixes)
    Alt-commit
  - commit fd562e5
  - Refresh
    patches.suse/drm-i915-gt-Ensure-memory-quiesced-before-inva.patch
    (git-fixes)
    Alt-commit
  - commit a1e8124
  - Refresh
    patches.suse/drm-i915-Fix-an-error-handling-path-in-igt_writ.patch
    (git-fixes)
    Alt-commit
  - commit a05014c
  - Refresh
    patches.suse/drm-i915-perf-add-sentinel-to-xehp_oa_b_counter.patch
    (git-fixes)
    Alt-commit
  - commit e9cc9e4
  - Refresh
    patches.suse/drm-i915-Fix-one-wrong-caching-mode-enum-usage.patch
    (git-fixes)
    Alt-commit
  - commit fde4211
  - Refresh
    patches.suse/drm-i915-guc-slpc-Apply-min-softlimit-correctly.patch
    (git-fixes)
    Alt-commit
  - commit cd6eb29
  - Refresh
    patches.suse/drm-i915-dpt-Use-shmem-for-dpt-objects.patch
    (git-fixes)
    Alt-commit
  - commit 4657d31
  - Refresh
    patches.suse/drm-i915-Don-t-preserve-dpll_hw_state-for-slave.patch
    (git-fixes)
    Alt-commit
  - commit e2e0b42
  - Refresh
    patches.suse/drm-i915-psr-Use-hw.adjusted-mode-when-calculat.patch
    (git-fixes)
    Alt-commit
  - commit 8cd0e38
  - Refresh
    patches.suse/drm-i915-psr-Fix-BDW-PSR-AUX-CH-data-register-o.patch
    (git-fixes)
    Alt-commit
  - commit 8abcc74
  - Refresh
    patches.suse/drm-amd-Fix-an-error-handling-mistake-in-psp_sw.patch
    (git-fixes)
    Alt-commit
  - commit 3baedc1
  - Refresh
    patches.suse/drm-amdgpu-vkms-relax-timer-deactivation-by-hrt.patch
    (git-fixes)
    Alt-commit
  - commit e7a79b2

++++ gpgme:

  - Make libgpgmepp-devel provide its CMake target file

++++ nfs-utils:

  - Update to version 2.6.4
  - https://kernel.org/pub/linux/utils/nfs-utils/2.6.4/2.6.4-Changelog
  - includes fixes for bsc#1210997
  - Removed patchs from this release
  - 0001-export-fix-handling-of-error-from-match_fsid.patch
  - Added some upstream patches
  - 0001-exportfs-remove-warning-if-neither-subtree_check-or-.patch
  - 0002-conffile-don-t-report-error-from-conf_init_file.patch
  - 0003-conffile-allow-usr-etc-to-provide-any-config-files-e.patch
  - 0004-fsidd-call-anonymous-sockets-by-their-name-only-don-.patch
    These fix minor bugs and allow config files to be in /usr/etc.
    So also move config files to /usr/etc and create directories
    foo.conf.d for each config file, so other config file can easily
    be addded.
    (boo#1216740)

++++ libxml2:

  - Update to version 2.12.2:
    * Regressions:
  - parser:
    . Fix invalid free in xmlParseBalancedChunkMemoryRecover
    . Make CRLF increment line number
  - globals: Disable TLS in static Windows builds
  - html: Reenable buggy detection of XML declarations
  - tree: Fix regression when copying DTDs
    * Build fixes
  - build: Disable compiler TLS by default
  - cmake: Update config.h.cmake.in
  - tests: Fix tests --with-valid --without-xinclude

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

  - fix typo in changelog:
    * NVreg_OpenRMEnableSupporteGpus -> NVreg_OpenRmEnableUnsupportedGpus
    (boo#1215981, comment#33)

++++ libxml2-python:

  - Update to version 2.12.2:
    * Regressions:
  - parser:
    . Fix invalid free in xmlParseBalancedChunkMemoryRecover
    . Make CRLF increment line number
  - globals: Disable TLS in static Windows builds
  - html: Reenable buggy detection of XML declarations
  - tree: Fix regression when copying DTDs
    * Build fixes
  - build: Disable compiler TLS by default
  - cmake: Update config.h.cmake.in
  - tests: Fix tests --with-valid --without-xinclude

++++ velociraptor-client:

  - Remove PrivateTmp and PrivateDevices settings in velociraptor-client.service (SENS-70)

------------------------------------------------------------------
------------------  2023-12-4  -  Dec 4 2023  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.10. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.10>
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ fwupd:

  - Update to version 1.9.10:
    + This release adds the following features:
  - Add support for not_hardware requirements
  - Add support for loongarch64
  - Add support for per-release priority attributes
  - Make USB claim retry count configurable across devices
    + This release fixes the following bugs:
  - Compare the HID report value when checking for duplicates
  - Consider the component priority when installing composite updates
  - Deploy the CCGX firmware correctly the first time
  - Do not export the 'main-system-firmware' and 'cpu' GUIDs
  - Enforce fwupd version requirements client side
  - Fix Genesys 'failed to get static tool info from device' error
  - Fix potential 'dereference before null check' in ccmx-dmc
  - Fix the 'already registered private FuMmDevice flag with value' warning
  - Fix the 'assertion backend_id != NULL failed' runtime warning
  - Fix Wacom USB device emulation by recording the composite phases
  - Generate generic request message text where possible
  - Hide HTTP passwords in fwupd debugging logs
  - Let the client know what interaction is expected
  - Make all critical warnings into backtraces for non-release builds
  - Never obsolete the wrong HSI attribute
  - Never show a HSI index that is impossible
  - Only apply fastboot plugin to modem devices supporting fastboot
  - Only send interactive requests when the sender is alive
  - Remove the now-obsolete Synaptics MST cascade device scanning
  - Replace the Redfish KCS user if required
  - Restrict mediatek-scaler devices on specific hardware only
  - Skip any recovery partitions when detecting ESP

++++ glibc:

  - Remove systemd from shadow and gshadow lookups (bsc#1217220)

++++ hwdata:

  - update to 0.377:
    * Fixed trailing spaces in pnp.ids

++++ kernel-default:

  - powerpc: Don't clobber f0/vs0 during fp|altivec register save
    (bsc#1217780).
  - commit 61607ae
  - Refresh sorted patches.
  - commit 8461cc6
  - supported.conf: Add UCSI CCG module in base image (jsc#PED-7377)
    This module is needed for Nvidia Orin platforms.
  - commit 5f1a01b
  - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
    (bsc#1215146 CVE-2023-42752).
  - commit 9e90fb6
  - net: deal with integer overflows in kmalloc_reserve()
    (bsc#1215146 CVE-2023-42752).
  - commit a668f40
  - Refresh + reenable patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch.
    Refresh + reenable the downstream
    patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch
    carried over from 15-SP4 for FIPS compliance.
  - commit ff6af6b
  - Refresh + reenable patches.suse/crypto-dh-implement-FIPS-PCT.patch.
    Refresh + reenable the downstream
    patches.suse/crypto-dh-implement-FIPS-PCT.patch
    carried over from 15-SP4 for FIPS compliance.
  - commit fde7d90
  - Refresh + reenable patches.suse/crypto-ecdh-implement-FIPS-PCT.patch.
    Refresh + reenable the downstream
    patches.suse/crypto-ecdh-implement-FIPS-PCT.patch
    carried over from 15-SP4 for FIPS compliance.
  - commit 413dd6f
  - Reenable downstream crypto driver rejection facility for FIPS mode
    Future FIPS certifications will need a means to prevent unapproved
    crypto drivers from being used.
    Reenable
    patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch
    Mark the patch populating the actual reject list,
    patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
    as carried over from 15-SP4, as needing further review (which can be
    conducted only once the complete set of all enabled crypto drivers has
    stabilized).
  - commit e6a9ec2
  - series.conf: remove pending soc-fsl patch
    Patch is already included in v6.4 kernel.
  - commit f60468b
  - Delete patches.suse/0002-crypto-HMAC---disallow-keys-112-bits-in-FIPS-mode.patch.
    Became obsolete with upstream commit
    37f36e571786 ("crypto: hmac - disallow keys < 112 bits in FIPS mode").
  - commit 5200362
  - Delete patches.suse/crypto-testmgr-enable-ecdsa-in-FIPS-mode.patch.
    Upstreamed as
    c27b2d2012e1 ("crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS
    mode").
  - commit c3e3384
  - Delete patches.suse/crypto-testmgr-disable-plain-ghash-in-FIPS-mode.patch.
    Upstreamed as
    2912eb9b17ac ("crypto: testmgr - disallow plain ghash in FIPS mode").
  - commit 9e31869
  - Delete patches.suse/crypto-testmgr-disable-plain-cbcmac-aes-in-FIPS-mode.patch.
    Upstreamed as
    1ce94a8c2c37 ("crypto: testmgr - disallow plain cbcmac(aes) in FIPS
    mode").
  - commit 2e60932
  - Delete patches.suse/crypto-xts-restrict-key-lengths-to-approved-values-i.patch.
    The patch got usptreamed in the meanwhile as
    1c4428b29588 ("crypto: xts - restrict key lengths to approved values in
    FIPS mode").
  - commit cdfd7ec
  - Delete patches.suse/crypto-dh-call-dh_init-after-drbg_init-and-jent_mod_.patch.
    With upstream commit adad556efcdd ("crypto: api - Fix built-in testing
    dependency failures"), the downstream quirk for getting the
    boot-time initialization ordering between jent, drbg and dh right
    should not be needed anymore. Drop it.
  - commit 0d9fac4
  - Delete crypto/dh safe-prime group patches
    With upstream commits
    1038fd78a1b8 ("crypto: kpp - provide support for KPP template instances")
    to
    35d2bf20683f ("crypto: dh - calculate Q from P for the full public key verification"),
    the safe-prime group DH patches are not needed anymore. Drop them.
  - Delete
    patches.suse/0003-crypto-dh-optimize-domain-parameter-serialization-fo.patch.
  - Delete
    patches.suse/0004-crypto-dh-introduce-RFC-7919-safe-prime-groups.patch.
  - Delete
    patches.suse/0005-crypto-testmgr-add-DH-RFC-7919-ffdhe3072-test-vector.patch.
  - Delete
    patches.suse/0006-crypto-dh-introduce-RFC-3526-safe-prime-groups.patch.
  - Delete
    patches.suse/0007-crypto-testmgr-add-DH-RFC-3526-modp2048-test-vector.patch.
  - Delete
    patches.suse/0008-crypto-testmgr-run-only-subset-of-DH-vectors-based-o.patch.
  - Delete
    patches.suse/0009-crypto-dh-implement-private-key-generation-primitive.patch.
  - Delete
    patches.suse/0010-crypto-dh-introduce-support-for-ephemeral-key-genera.patch.
  - Delete
    patches.suse/0011-crypto-dh-introduce-support-for-ephemeral-key-genera.patch.
  - Delete
    patches.suse/0012-crypto-dh-introduce-support-for-ephemeral-key-genera.patch.
  - Delete
    patches.suse/0013-crypto-testmgr-add-DH-test-vectors-for-key-generatio.patch.
  - Delete patches.suse/0014-lib-mpi-export-mpi_rshift.patch.
  - Delete
    patches.suse/0015-crypto-dh-store-group-id-in-dh-generic-s-dh_ctx.patch.
  - Delete
    patches.suse/0016-crypto-dh-calculate-Q-from-P-for-the-full-public-key.patch.
  - Delete
    patches.suse/0017-crypto-dh-try-to-match-domain-parameters-to-a-known-.patch.
  - Delete
    patches.suse/0018-crypto-dh-accept-only-approved-safe-prime-groups-in-.patch.
  - commit b5eb0fe

++++ libcontainers-common:

  - New release 20231204
  -  bump c/common to 0.57.0
    * Bump to v0.56.0 by
    * Fix typo in comment
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
    * Fix specification of unix:///run
    * libimage/layer_tree: if parent is empty and a manifest list then ignore check.
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
    * Split up util package into pkg/password, pkg/copy, pkg/version
    * Remove ActiveDestination method to move into podman
    * Default machine CPUs to Cores/2
    * pkg/config: do NOT set StaticDir and VolumeDir
    * Implement negated label match function
    * chore: import packages only once
    * CoC: fix email link
  -  bump c/storage to 1.51.0
    * Bump to v1.50.2
    * overlay, composefs: mount loop device RO
    * Run codespell on code
    * fix(deps): update module github.com/klauspost/compress to v1.17.0
    * store: serialize container deletion
    * pkg/system: reduce retry timeout for EnsureRemoveAll
    * overlay, composefs: use data-only lower layers
    * store: call RecordWrite() before graphDriver Cleanup()
    * fix(deps): update module golang.org/x/sys to v0.13.0
  -  bump c/image to 5.29.0
    * Bump to v5.28.0
    * fix(deps): update module github.com/containers/storage to v1.50.2
    * Run codespell on code
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
    * Use constants and types from opencontainers/image-spec/specs-go/v1
    * progress: set Current before Refill
    * copy: fix nil pointer dereference when checking compression algorithm
    * fix(deps): update module github.com/klauspost/compress to v1.17.0
    * fix(deps): update module github.com/sylabs/sif/v2 to v2.14.0
    * ociarchive: Add new ArchiveFileNotFoundError

++++ lcms2:

  - update to 2.16:
    * New: import .CUBE files as RGB device links
    * New: Read/Write MHC2 tags for Windows GPU access
    * New: Support for UTF8 on multi-localized Unicode functions
    * New: Support for OkLab color space, built-in and formatter.
    * Improved: floating point transforms float -> integer are now
    honored as float
    * Improved: MSYS2, mingw is now supported
    * Improved: preferred CMM, platform and creator now survives profile
    edition.
    * Fixed: tificc now can deal with Lab TIFF
    * Fixed: code can now be compiled by a C++17 compiler, "register"
    keyword use detected at compile time.
    * Fixed: Reverted PostScript creation that corrupted some interpreters.
    * Bug fixing

++++ ncurses:

  - Add ncurses patch 20231202
    + correct initial alignment of extended capabilities in infocmp, so
    that the "-u" option can be used for more than two terminal types.
    + improve formatting/style of manpages, changing environment variables
    to italics (patches by Branden Robinson).

++++ libnl3:

  - Update to release 3.9
    * route/link: add bonding interface options set rtnl apis
    * route: fix memleak in rtnl_act_parse()
    * route/tc: avoid integer overflow in rtnl_tc_calc_cell_log()

++++ openvswitch:

  - Add BuildRequires on python-setuptools. Previously this was pulled
    by python-Sphinx in the build environment.

++++ liburing:

  - Fix build on 32-bit x86

++++ libva:

  - This includes latest version of one of the components needed for
    Video (processing) hardware support on Intel GPUs (bsc#1217770)

++++ policycoreutils:

  - Re-add "Obsoletes: policycoreutils-python <= 2.6" to avoid file
    conflicts with /usr/share/bash-completion/completions/setsebool
    of older policycoreutils-python-2.6

++++ tuned:

  - do not package inoperable plugins (bsc#1217758)

++++ vim:

  - update to 9.0.2146
    * text-property without type errors when joining
    * wrong scrolling in insert mode with smoothscroll
    * Text properties causes wrong line wrapping
    * disable the test_terminal_resize2() test for GH CI in gui mode
    * [security]: buffer-overflow in ex_substitute
    * [security]: stack-buffer-overflow in option callback functions
    * [security]: buffer-overflow in suggest_trie_walk
    * [security]: use-after-free in win-enter
    * check that all files are listed in Filelist
    * html.angular ft is problematic
    * disable the test_terminal_resize() test for GH CI in GUI
    * Overflow logic requires long long
    * include several missing files
    * Can't detect angular & mustache filetypes

------------------------------------------------------------------
------------------  2023-12-3  -  Dec 3 2023  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add python3.6-in-sle.patch: SLE still takes python 3.6 as primary
    system, the patch allows meson to find python 3.6 in SLE.

++++ kernel-default:

  - firewire: core: fix possible memory leak in create_units()
    (git-fixes).
  - commit 00295fc

------------------------------------------------------------------
------------------  2023-12-2  -  Dec 2 2023  -------------------
------------------------------------------------------------------

++++ dbus-1:

  - common: dbus.socket still gets used after migration to
    dbus-broker so keep pre/post/postun scriptlets

++++ kernel-default:

  - ALSA: usb-audio: Don't try to submit URBs after disconnection
    (git-fixes).
  - commit edc2762
  - ALSA: hda/realtek: Add supported ALC257 for ChromeOS
    (git-fixes).
  - ALSA: hda/realtek: Headset Mic VREF to 100% (git-fixes).
  - ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32
    bps format (git-fixes).
  - ALSA: hda - Fix speaker and headset mic pin config for CHUWI
    CoreBook XPro (git-fixes).
  - commit e1dffb2
  - cpufreq/amd-pstate: Only print supported EPP values for
    performance governor (git-fixes).
  - cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq
    update (git-fixes).
  - cpufreq/amd-pstate: Fix the return value of
    amd_pstate_fast_switch() (git-fixes).
  - ALSA: cs35l41: Fix for old systems which do not support command
    (git-fixes).
  - ALSA: hda: cs35l41: Remove unnecessary boolean state variable
    firmware_running (git-fixes).
  - dma-buf: fix check in dma_resv_add_fence (git-fixes).
  - commit 68877b0

++++ libseccomp:

  - Update to release 2.5.5
    * Update the syscall table for Linux v6.7-rc3

------------------------------------------------------------------
------------------  2023-12-1  -  Dec 1 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to version 23.3.0:
    * It includes NVK, a new reverse-engineered Vulkan driver for
    Nvidia hardware. This driver is still in experimental phase,
    not quite ready for prime time yet, but adventurous users can
    give it a go!
    * New extensions & features (in no particular order):
  - VK_EXT_pipeline_robustness on ANV
  - VK_KHR_maintenance5 on RADV
  - OpenGL ES 3.1 on Asahi
  - GL_ARB_compute_shader on Asahi
  - GL_ARB_shader_atomic_counters on Asahi
  - GL_ARB_shader_image_load_store on Asahi
  - GL_ARB_shader_image_size on Asahi
  - GL_ARB_shader_storage_buffer_object on Asahi
  - GL_ARB_sample_shading on Asahi
  - GL_OES_sample_variables on Asahi
  - GL_OES_shader_multisample_interpolation on Asahi
  - GL_OES_gpu_shader5 on Asahi
  - EGL_ANDROID_blob_cache works when disk caching is disabled
  - VK_KHR_cooperative_matrix on RADV/GFX11+
  - Drop patches fixed upstream:
    * U_clover-llvm-move-to-modern-pass-manager.patch
    * U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
  - Refresh patches with quilt.
  - Use %patch -p N instead of deprecated %patchN.

++++ Mesa-drivers:

  - Update to version 23.3.0:
    * It includes NVK, a new reverse-engineered Vulkan driver for
    Nvidia hardware. This driver is still in experimental phase,
    not quite ready for prime time yet, but adventurous users can
    give it a go!
    * New extensions & features (in no particular order):
  - VK_EXT_pipeline_robustness on ANV
  - VK_KHR_maintenance5 on RADV
  - OpenGL ES 3.1 on Asahi
  - GL_ARB_compute_shader on Asahi
  - GL_ARB_shader_atomic_counters on Asahi
  - GL_ARB_shader_image_load_store on Asahi
  - GL_ARB_shader_image_size on Asahi
  - GL_ARB_shader_storage_buffer_object on Asahi
  - GL_ARB_sample_shading on Asahi
  - GL_OES_sample_variables on Asahi
  - GL_OES_shader_multisample_interpolation on Asahi
  - GL_OES_gpu_shader5 on Asahi
  - EGL_ANDROID_blob_cache works when disk caching is disabled
  - VK_KHR_cooperative_matrix on RADV/GFX11+
  - Drop patches fixed upstream:
    * U_clover-llvm-move-to-modern-pass-manager.patch
    * U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
  - Refresh patches with quilt.
  - Use %patch -p N instead of deprecated %patchN.

++++ NetworkManager-branding-openSUSE:

  - Fix most rpmlint warnings:
    + suse-zypp-packageand: use current Supplements: (A and B) syntax
    over packagand(A:B)
    + summary-ended-with-dot: Remove dot at the end of Summary:
    + no-%build-section: Add empty %build section
    + branding-supplements-missing: Fixes as part of
    suse-zypp-packageand.

++++ cloud-init:

  - Move fdupes call back to %install (boo#1214169)

++++ kernel-default:

  - kernel-binary: suse-module-tools is also required when installed
    Requires(pre) adds dependency for the specific sciptlet.
    However, suse-module-tools also ships modprobe.d files which may be
    needed at posttrans time or any time the kernel is on the system for
    generating ramdisk. Add plain Requires as well.
  - commit 8c12816
  - rpm: Use run_if_exists for all external scriptlets
    With that the scriptlets do not need to be installed for build.
  - commit 25edd65
  - EDAC/amd64: Cache and use GPU node map (jsc#PED-7382).
  - commit 662d7ea
  - EDAC/amd64: Add support for AMD heterogeneous Family 19h Model 30h-3Fh (jsc#PED-7382).
  - commit 1df4bed
  - EDAC/amd64: Document heterogeneous system enumeration (jsc#PED-7382).
  - commit a8ae10f
  - x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errors (jsc#PED-7382).
  - commit fd08174
  - x86/amd_nb: Re-sort and re-indent PCI defines (jsc#PED-7382).
  - Refresh
    patches.suse/x86-amd_nb-add-pci-ids-for-amd-family-1ah-based-models.patch.
  - commit 7dce06c
  - x86/amd_nb: Add MI200 PCI IDs (jsc#PED-7382).
  - Refresh
    patches.suse/PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGogh-US.patch.
  - Refresh
    patches.suse/x86-amd_nb-add-pci-ids-for-amd-family-1ah-based-models.patch.
  - commit 7c67cb5
  - scsi: lpfc: Copyright updates for 14.2.0.16 patches
    (bsc#1217731).
  - scsi: lpfc: Update lpfc version to 14.2.0.16 (bsc#1217731).
  - scsi: lpfc: Enhance driver logging for selected discovery events
    (bsc#1217731).
  - scsi: lpfc: Refactor and clean up mailbox command memory free
    (bsc#1217731).
  - scsi: lpfc: Return early in lpfc_poll_eratt() when the driver
    is unloading (bsc#1217731).
  - scsi: lpfc: Eliminate unnecessary relocking in
    lpfc_check_nlp_post_devloss() (bsc#1217731).
  - scsi: lpfc: Fix list_entry null check warning in
    lpfc_cmpl_els_plogi() (bsc#1217731).
  - scsi: lpfc: Fix possible file string name overflow when updating
    firmware (bsc#1217731).
  - scsi: lpfc: Correct maximum PCI function value for RAS fw
    logging (bsc#1217731).
  - commit 010cf45
  - Refresh patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch.
  - commit 3f78d5b
  - Delete patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch.
    This patch pertains to 32bit architectures which are no longer supported
    and it also dates back to 2008 so highly unlikely it's relevant
    nowadays. Simply drop it.
  - commit bcc8a7f
  - Delete
    patches.suse/s390-sles15sp2-kdump-fix-out-of-memory-with-PCI.patch.
    The issue has been fixed in 73045a08cf55.  This was a partial backport
    to older trees.
  - commit 6951e1d
  - Delete
    patches.suse/s390-qeth-remove-OSN-deprecation-notice.patch.
    OSN support has been already dropped in a8c7629c622b.
  - commit 239efff
  - Delete patches.suse/x86-retbleed-add-_x86_return_thunk-alignment-checks.patch.
    Changes of this patch are part of the SRSO series.
  - commit b864e53
  - Delete cdrom autoclose patches.
  - Delete patches.suse/bdev-add-open_finish.patch.
  - Delete patches.suse/cdrom-add-poll_event_interruptible.patch.
  - Delete patches.suse/cdrom-export-autoclose-logic-as-a-separate-function.patch.
  - Delete patches.suse/cdrom-factor-out-common-open_for_-code.patch.
  - Delete patches.suse/cdrom-wait-for-the-tray-to-close.patch.
  - Delete patches.suse/scsi-sr-wait-for-the-medium-to-become-ready.patch.
    Optical media are considered legacy, use on new product releases is not
    expected.
  - commit 5960718
  - wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()
    (git-fixes).
  - mmc: sdhci-sprd: Fix vqmmc not shutting down after the card
    was pulled (git-fixes).
  - mmc: sdhci-pci-gli: Disable LPM during initialization
    (git-fixes).
  - mmc: cqhci: Fix task clearing in CQE error recovery (git-fixes).
  - mmc: cqhci: Warn of halt or task clear failure (git-fixes).
  - mmc: block: Retry commands in CQE error recovery (git-fixes).
  - mmc: block: Be sure to wait while busy in CQE error recovery
    (git-fixes).
  - mmc: cqhci: Increase recovery halt timeout (git-fixes).
  - mmc: block: Do not lose cache flush during CQE error recovery
    (git-fixes).
  - efi/unaccepted: Fix off-by-one when checking for overlapping
    ranges (git-fixes).
  - commit 6d97442
  - Re-enable fixup to the acpi_pad driver
  - commit 884cf0a
  - Re-enable prerequisite patch to set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
  - commit 66ad499
  - Re-enable defaulting to intel_pstate/powersave on non-HWP machines
  - commit ba4df31
  - Re-enable idle-boost optimization for intel_pstate on non-HWP machines
  - commit 9d4c643
  - Re-enable intel_pstate optimization for low-utilization workloads on non-HWP machines
  - commit a2c92be
  - Re-enable aggressive iowait boost for intel_pstate for non-HWP machines
  - commit ec7d3fd

++++ c-ares:

  - Update to version 1.23
    Features:
    Introduce optional (but on by default) thread-safety for the c-ares library. This has no API nor ABI implications.
    resolv.conf in modern systems uses attempts and timeouts options instead of the old retrans and retry options.
    Query caching support based on TTL of responses. Can be enabled via ares_init_options() with ARES_OPT_QUERY_CACHE.
    Bugfixes:
    ares_init_options() for ARES_OPT_UDP_PORT and ARES_OPT_TCP_PORT accept theport in host byte order, but it was reading it as network byte order. Regression introduced in 1.20.0.
    ares_init_options() for ARES_FLAG_NOSEARCH was not being honored forares_getaddrinfo() or ares_gethostbyname(). Regression introduced in 1.16.0.
    Autotools MacOS and iOS version check was failing
    Environment variables passed to c-ares are meant to be an override for system configuration. Regression introduced in 1.22.0.
    Spelling fixes as detected by codespell.
    The timeout returned by ares_timeout() was truncated to milliseconds butvalidated to microseconds which could cause a user to attempt to process timeouts prior to the timeout actually expiring.
    CMake was not honoring CXXFLAGS passed in via the environment which couldcause compile and link errors with distribution hardening flags during packaging.
    Fix Windows UWP and Cygwin compilation.
    ares_set_servers_*() for legacy reasons needs to accept an empty server listand zero out all servers. This results in an inoperable channel and thus is only used in simulation testing, but we don't want to break users. Regression introduced in 1.21.0.
    Changes in version 1.22.1
    Bugfixes:
    Fix /etc/hosts processing performance with all entries using same IPaddress. Large hosts files using the same IP address for all entries could use exponential time.
    Fix typos in manpages
    Fix OpenWatcom building
    Changes in version 1.22.0
    Features:
    ares_reinit() is now implemented to re-read any system configuration and immediately apply to an existing ares channel
    The adig command line program has been rewritten and its format now more closely matches that of BIND's dig utility
    The new DNS message parser and writer functions have now been made public
    RFC9460 HTTPS and SVCB records are now supported
    RFC6698 TLSA records are now supported
    The server list is now internally dynamic and can be changed without impacting existing queries
    Hosts file processing is now cached until the file is detected to be changed to speed up repetitive lookups of large hosts files
    Changes:
    Internally all DNS messages are now written using the new DNS writing functions
    EDNS is now enabled by default
    Internal cleanups in function prototypes
    Bugfixes:
    Randomize retry penalties to prevent thundering herd issues when dns servers throttle requests
    Fix Windows build error for missing if_indextoname()

++++ libvirt:

  - Update to libvirt 9.10.0
  - jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
    jsc#PED-6851
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v9-10-0-2023-12-01
  - spec: Drop 'Requires: libvirt-daemon-proxy' from the
    libvirt-daemon-{qemu,xen,lxc,vbox} subpackages

++++ python-anyio:

  - update to 4.1.0:
    * Adapted to API changes made in Trio v0.23
    * Removed a checkpoint when exiting a task group
    * Renamed the ``cancellable`` argument in
    ``anyio.to_thread.run_sync()`` to
    * ``abandon_on_cancel`` (and deprecated the old parameter name)
    * Added support for voluntary thread cancellation via
    * ``anyio.from_thread.check_cancelled()``
    * Bumped minimum version of trio to v0.23
    * Exposed the ``ResourceGuard`` class in the public API
    * Fixed ``RuntimeError: Runner is closed`` when running higher-
    scoped async generator fixtures in some cases
    * Fixed discrepancy between ``asyncio`` and ``trio`` where
    reraising a cancellation exception in an ``except*`` block
    would incorrectly bubble out of its cancel scope
    * Any exceptions raising out of a task groups are now nested
    inside an ``ExceptionGroup`` (or ``BaseExceptionGroup`` if one
    or more ``BaseException`` were included)
    * Fixed task group not raising a cancellation exception on
    asyncio at exit if no child tasks were spawned and an outer
    cancellation scope had been cancelled before
    * Ensured that exiting a ``TaskGroup`` always hits a yield
    point, regardless of whether there are running child tasks to
    be waited on
    * On asyncio, cancel scopes will defer cancelling tasks that
    are scheduled to resume with a finished future
    * On asyncio and Python 3.9/3.10, cancel scopes now only
    suppress cancellation exceptions if the cancel message matches
    the scope
    * Task groups on all backends now raise a single cancellation
    exception when an outer cancel scope is cancelled, and no
    exceptions other than cancellation exceptions are raised in
    the group
    * **BACKWARDS INCOMPATIBLE** Changes the pytest plugin to run
    all tests and fixtures in the same task, allowing fixtures to
    set context variables for tests and other fixtures
    ``anyio.Path.relative_to()`` and
    * ``anyio.Path.is_relative_to()`` to only accept one argument,
    as passing multiple arguments is deprecated as of Python 3.12
    * **BACKWARDS INCOMPATIBLE** Dropped support for spawning tasks
    from old-style coroutine functions (``@asyncio.coroutine``)
    * **BACKWARDS INCOMPATIBLE** The ``policy`` option on the
    ``asyncio`` backend was changed to ``loop_factory`` to
    accommodate ``asyncio.Runner``
    * Dropped support for Python 3.7
    * Added support for Python 3.12
    * Fixed ``from_thread.run`` failing when used to call sniffio-
    dependent functions on asyncio from a thread running trio or curio
    * Fixed deadlock when using
    ``from_thread.start_blocking_portal(backend="asyncio")``
    * in a thread running trio or curio (PR by Ganden Schaffner)
    * Improved type annotations:
    * The ``item_type`` argument of ``create_memory_object_stream``
    was deprecated.
    * To indicate the item type handled by the stream, use
    * ``create_memory_object_stream[T_Item]()`` instead. Type
    checking should no longer fail when annotating memory object
  - drop tests-test_fileio.py-don-t-follow-symlinks-in-dev.patch
    (upstream)

++++ python-immutables:

  - update to 0.20:
    * Enable support for pattern matching (#96)
    * add support for aix/sunos (#98)
    * Python 3.12 compatibility (#105)
    * Add __contains__ to MapKeys (#99)
    * Add PEP 585 GenericAlias support (#101)
    * Move metadata to `pyproject.toml`, fix test fixture inclusion
    in sdist (#111)
  - drop python312.patch (upstream)

++++ python-libvirt-python:

  - Update to 9.10.0
  - Add all new APIs and constants in libvirt 9.10.0
  - jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
    jsc#PED-6851

++++ python313-pyparsing:

  - update to 3.1.1:
    * Fixed regression in Word(min), reported by Ricardo Coccioli,
    good catch!
    * Fixed bug in bad exception messages raised by Forward
    * Fixed regression in SkipTo, where ignored expressions were
    not checked when looking for the target expression.
    * Fixed type annotation for enable_packrat
    * Some general internal code cleanup
  - drop limit-error-messages.patch (upstream)

++++ rust-keylime:

  - Update to version 0.2.3+git.1701075380.a5dc985:
    * build(deps): bump actix-rt from 2.8.0 to 2.9.0
    * Bump version to 0.2.3
    * build(deps): bump reqwest from 0.11.20 to 0.11.22
    * Bump configuration version and fix enable_iak_idevid
    * Enable test functional/iak-idevid-register-with-certificates
    * Update packit plan with new tests
    * Add certificates and certificate checking for IDevID and IAK keys (#669)

------------------------------------------------------------------
------------------  2023-11-30  -  Nov 30 2023  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Update to version 1.9.0:
    * Release v1.9.0
    * v1.9.0 Update release notes
    * run cargo update
    * chore(deps): update dependency containers/automation_images to v20231116
    * fix(deps): update rust crate tokio to 1.34.0
    * fix(deps): update rust crate async-broadcast to 0.6.0
    * update trust-dns to hickory
    * fix(deps): update rust crate futures-util to 0.3.29
    * fix(deps): update rust crate trust-dns-server to 0.23.2
    * fix(deps): update rust crate trust-dns-proto to 0.23.2
    * tmt: initial enablement
    * aardvark main: change error reporting
    * chore(deps): update dependency containers/automation_images to v20231004
    * fix(deps): update rust crate trust-dns-proto to 0.23.1
    * fix(deps): update rust crate trust-dns-client to 0.23.1
    * clippy: some format fixes
    * fix(deps): update rust crate tokio to 1.33.0
    * Bump to v1.9.0-dev

++++ avahi:

  - Add avahi-CVE-2023-38472.patch: Fix reachable assertion in
    avahi_rdata_parse (bsc#1216853, CVE-2023-38472).

++++ librsvg:

  - Run service with new obs-service-cargo, drop cargo_config as
    source and clean up spec and service, and switch to zst as
    buildtime compression.

++++ grub2:

  - Fix reproducible build for grub.xen (bsc#1217619)
    * 0001-mkstandalone-ensure-stable-timestamps-for-generated-.patch
    * 0002-mkstandalone-ensure-deterministic-tar-file-creation-.patch

++++ guestfs-tools:

  - Remove obsolete requirement for ocaml-gettext-stub-devel
  - Require OCaml 4.07+

++++ jeos-firstboot:

  - Update to version 1.2.0.9:
    * Add KeyringMode=shared

++++ kernel-default:

  - Move upstreamed btusb patch into sorted section
  - commit 6282635
  - ALSA: hda: Disable power-save on KONTRON SinglePC (bsc#1217140).
  - commit 0ea5b2d
  - Revert "drm/amdgpu: Program xcp_ctl registers as needed"
    (git-fixes).
  - commit aefbf56
  - Refresh
    patches.suse/1344-drm-amdgpu-fix-SI-failure-due-to-doorbells-allocatio.patch
    (git-fixes)
    Alt-commit
  - commit 36abf6d
  - drm/msm/a6xx: Fix unknown speedbin case (git-fixes).
  - commit cb67e41
  - drm/msm/adreno: Fix SM6375 GPU ID (git-fixes).
  - commit 2146082
  - Revert "drm/amd/display: Enable Replay for static screen use
    cases" (git-fixes).
  - commit e83833a
  - Refresh
    patches.suse/1318-drm-i915-Invalidate-the-TLBs-on-each-GT.patch
    (git-fixes)
    Alt-commit
  - commit 030baea
  - drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU
    (git-fixes).
  - commit a3d0f57
  - Refresh
    patches.suse/1311-drm-amdgpu-fix-a-memory-leak-in-amdgpu_ras_feature_e.patch
    (git-fixes)
    Alt-commit
  - commit 3c3ade5
  - Refresh
    patches.suse/1310-Revert-drm-amdgpu-Report-vbios-version-instead-of-PN.patch
    (git-fixes)
    Alt-commit
  - commit 06528de
  - Refresh
    patches.suse/1307-drm-i915-gt-Prevent-error-pointer-dereference.patch
    (git-fixes)
    Alt-commit
  - commit 80dbf24
  - Refresh
    patches.suse/1290-drm-amd-display-fix-replay_mode-kernel-doc-warning.patch
    (git-fixes)
    Alt-commit
  - commit 5981676
  - Refresh patches.suse/1282-drm-amdgpu-fix-retry-loop-test.patch
    (git-fixes)
    Alt-commit
  - commit 56c8ca9
  - Refresh
    patches.suse/1275-drm-amdkfd-Fix-unaligned-64-bit-doorbell-warning.patch
    (git-fixes)
    Alt-commit
  - commit f2b0169
  - drm/ssd130x: Fix screen clearing (git-fixes).
  - commit a40227f
  - Refresh
    patches.suse/1199-fbdev-g364fb-fix-build-failure-with-mips.patch
    (git-fixes)
    Alt-commit
  - commit ee9589c
  - Refresh
    patches.suse/1261-Revert-Revert-drm-amd-display-Implement-zpos-propert.patch
    (git-fixes)
    Alt-commit
  - commit 5226b6f
  - drm/radeon: Remove the references of radeon_gem_ pread &
    pwrite ioctls (git-fixes).
  - commit 595958a
  - Refresh
    patches.suse/1247-Partially-revert-drm-amd-display-update-add-plane-to.patch
    (git-fixes)
    Alt-commit
  - commit 0845e8e
  - Refresh
    patches.suse/1242-drm-amd-pm-fix-debugfs-pm_info-output.patch
    (git-fixes)
    Alt-commit
  - commit 5a6ff22
  - Refresh
    patches.suse/1231-drm-amd-display-Roll-back-unit-correction.patch
    (git-fixes)
    Alt-commit
  - commit 06e2420
  - Refresh
    patches.suse/1178-drm-i915-Fix-TLB-Invalidation-seqno-store.patch
    (git-fixes)
    Alt-commit
  - commit 40d0fa9
  - drm/loongson: Fix error handling in lsdc_pixel_pll_setup()
    (git-fixes).
  - commit 223bebb
  - drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer
    FIFO on older Exynos (git-fixes).
  - commit 8f258a1
  - kunit: Fix obsolete name in documentation headers (func->action)
    (git-fixes).
  - commit 8c0a6d2
  - Disable Loongson drivers
    Loongson is a mips architecture, it doesn't make sense to build
    Loongson drivers on other architectures.
  - commit ae18007
  - arch/arm: Implement <asm/fb.h> with generic helpers
    (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).
  - commit e8d9e1a
  - drm/amdkfd: switch over to using drm_exec v3 (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).
  - Update config files.
  - supported.conf: Add drm_exec as supported
  - commit c240ef4
  - Refresh
    patches.suse/RDMA-Remove-unnecessary-ternary-operators.patch.
    Re-added missing hunk.
  - commit c1fe660
  - tcp_bpf: properly release resources on error paths
    (jsc#PED-6831).
  - commit 594eeec
  - tls: fix NULL deref on tls_sw_splice_eof() with empty record
    (jsc#PED-6831).
  - crypto: chelsio - stop using crypto_ahash::init (jsc#PED-6831).
  - IB/mlx5: Fix init stage error handling to avoid double free
    of same QP and UAF (jsc#PED-6864).
  - RDMA/mlx5: Fix mkey cache WQ flush (jsc#PED-6864).
  - RDMA/hfi1: Workaround truncation compilation error
    (jsc#PED-6864).
  - IB/hfi1: Fix potential deadlock on &irq_src_lock and
    &dd->uctxt_lock (jsc#PED-6864).
  - RDMA/core: Remove NULL check before dev_{put, hold}
    (jsc#PED-6864).
  - RDMA/hfi1: Remove redundant assignment to pointer ppd
    (jsc#PED-6864).
  - RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in
    bnxt_re_handle_cq_async_error() (jsc#PED-6864).
  - RDMA/hns: Fix init failure of RoCE VF and HIP08 (jsc#PED-6864).
  - RDMA/hns: Fix unnecessary port_num transition in HW stats
    allocation (jsc#PED-6864).
  - RDMA/hns: The UD mode can only be configured with DCQCN
    (jsc#PED-6864).
  - RDMA/hns: Add check for SL (jsc#PED-6864).
  - RDMA/hns: Fix signed-unsigned mixed comparisons (jsc#PED-6864).
  - RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
    (jsc#PED-6864).
  - RDMA/hns: Fix printing level of asynchronous events
    (jsc#PED-6864).
  - RDMA/core: Add support to set privileged QKEY parameter
    (jsc#PED-6864).
  - RDMA/bnxt_re: Do not report SRQ error in srq notification
    (jsc#PED-6864).
  - RDMA/bnxt_re: Report async events and errors (jsc#PED-6864).
  - RDMA/bnxt_re: Update HW interface headers (jsc#PED-6864).
  - IB/mlx5: Fix rdma counter binding for RAW QP (jsc#PED-6864).
  - RDMA/irdma: Add support to re-register a memory region
    (jsc#PED-6864).
  - RDMA/core: Fix a couple of obvious typos in comments
    (jsc#PED-6864).
  - IB/hfi1: Annotate struct tid_rb_node with __counted_by
    (jsc#PED-6864).
  - IB/mthca: Annotate struct mthca_icm_table with __counted_by
    (jsc#PED-6864).
  - IB/srp: Annotate struct srp_fr_pool with __counted_by
    (jsc#PED-6864).
  - RDMA/siw: Annotate struct siw_pbl with __counted_by
    (jsc#PED-6864).
  - RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_by
    (jsc#PED-6864).
  - RDMA/core: Annotate struct ib_pkey_cache with __counted_by
    (jsc#PED-6864).
  - RDMA/hns: Support SRQ record doorbell (jsc#PED-6864).
  - RDMA/ipoib: Add support for XDR speed in ethtool (jsc#PED-6864).
  - IB/mlx5: Adjust mlx5 rate mapping to support 800Gb
    (jsc#PED-6864).
  - IB/mlx5: Expose XDR speed through MAD (jsc#PED-6864).
  - IB/core: Add support for XDR link speed (jsc#PED-6864).
  - RDMA/mlx5: Implement mkeys management via LIFO queue
    (jsc#PED-6864).
  - IB/qib: Replace deprecated strncpy (jsc#PED-6864).
  - IB/hfi1: Replace deprecated strncpy (jsc#PED-6864).
  - RDMA/irdma: Replace deprecated strncpy (jsc#PED-6864).
  - RDMA/hns: Support SRQ restrack ops for hns driver
    (jsc#PED-6864).
  - RDMA/core: Add support to dump SRQ resource in RAW format
    (jsc#PED-6864).
  - RDMA/core: Add dedicated SRQ resource tracker function
    (jsc#PED-6864).
  - RDMA/hfi1: Use FIELD_GET() to extract Link Width (jsc#PED-6864).
  - RDMA/rtrs: Fix the problem of variable not initialized fully
    (jsc#PED-6864).
  - RDMA/rtrs: Require holding rcu_read_lock explicitly
    (jsc#PED-6864).
  - RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
    (jsc#PED-6864).
  - IB/hfi1: Remove open coded reference to skb frag offset
    (jsc#PED-6864).
  - RDMA/core: Fix repeated words in comments (jsc#PED-6864).
  - IB: Use capital "OR" for multiple licenses in SPDX
    (jsc#PED-6864).
  - infiniband: Remove the now superfluous sentinel element from
    ctl_table array (jsc#PED-6864).
  - tls: don't reset prot->aad_size and prot->tail_size for TLS_HW
    (jsc#PED-6831).
  - chtls: fix tp->rcv_tstamp initialization (jsc#PED-6831).
  - tls: use fixed size for tls_offload_context_{tx,rx}.driver_state
    (jsc#PED-6831).
  - chcr_ktls: use tls_offload_context_tx and driver_state like
    other drivers (jsc#PED-6831).
  - tls: validate crypto_info in a separate helper (jsc#PED-6831).
  - tls: remove tls_context argument from tls_set_device_offload
    (jsc#PED-6831).
  - tls: remove tls_context argument from tls_set_sw_offload
    (jsc#PED-6831).
  - tls: add a helper to allocate/initialize offload_ctx_tx
    (jsc#PED-6831).
  - tls: also use init_prot_info in tls_set_device_offload
    (jsc#PED-6831).
  - tls: move tls_prot_info initialization out of tls_set_sw_offload
    (jsc#PED-6831).
  - tls: extract context alloc/initialization out of
    tls_set_sw_offload (jsc#PED-6831).
  - tls: store iv directly within cipher_context (jsc#PED-6831).
  - tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE (jsc#PED-6831).
  - tls: store rec_seq directly within cipher_context
    (jsc#PED-6831).
  - tls: drop unnecessary cipher_type checks in tls offload
    (jsc#PED-6831).
  - tls: get salt using crypto_info_salt in tls_enc_skb
    (jsc#PED-6831).
  - tls: Use size_add() in call to struct_size() (jsc#PED-6831).
  - infiniband: Use user_backed_iter() to see if iterator is
    UBUF/IOVEC (jsc#PED-6864).
  - tcp: allow again tcp_disconnect() when threads are waiting
    (jsc#PED-6831).
  - net/tls: do not free tls_rec on async operation in
    bpf_exec_tx_verdict() (jsc#PED-6831).
  - tls: get cipher_name from cipher_desc in tls_set_sw_offload
    (jsc#PED-6831).
  - tls: use tls_cipher_desc to access per-cipher crypto_info in
    tls_set_sw_offload (jsc#PED-6831).
  - tls: use tls_cipher_desc to get per-cipher sizes in
    tls_set_sw_offload (jsc#PED-6831).
  - tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf
    (jsc#PED-6831).
  - tls: get crypto_info size from tls_cipher_desc in
    do_tls_setsockopt_conf (jsc#PED-6831).
  - tls: expand use of tls_cipher_desc in tls_sw_fallback_init
    (jsc#PED-6831).
  - tls: allocate the fallback aead after checking that the cipher
    is valid (jsc#PED-6831).
  - tls: expand use of tls_cipher_desc in tls_set_device_offload
    (jsc#PED-6831).
  - tls: validate cipher descriptions at compile time
    (jsc#PED-6831).
  - tls: extend tls_cipher_desc to fully describe the ciphers
    (jsc#PED-6831).
  - tls: rename tls_cipher_size_desc to tls_cipher_desc
    (jsc#PED-6831).
  - tls: reduce size of tls_cipher_size_desc (jsc#PED-6831).
  - tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc
    (jsc#PED-6831).
  - tls: move tls_cipher_size_desc to net/tls/tls.h (jsc#PED-6831).
  - net/tls: avoid TCP window full during ->read_sock()
    (jsc#PED-6831).
  - net/tls: Remove unused function declarations (jsc#PED-6831).
  - net/tls: implement ->read_sock() (jsc#PED-6831).
  - net/tls: split tls_rx_reader_lock (jsc#PED-6831).
  - net/tls: Use tcp_read_sock() instead of ops->read_sock()
    (jsc#PED-6831).
  - net/tls: handle MSG_EOR for tls_device TX flow (jsc#PED-6831).
  - net/tls: handle MSG_EOR for tls_sw TX flow (jsc#PED-6831).
  - crypto: chelsio - Remove unused declarations (jsc#PED-6831).
  - crypto: drivers - avoid memcpy size warning (jsc#PED-6831).
  - net/tls: fix comment typo (jsc#PED-6831).
  - tls: suppress wakeups unless we have a full record
    (jsc#PED-6831).
  - commit 458f647
  - s390/ap: fix AP bus crash on early config change callback
    invocation (git-fixes bsc#1217686).
  - commit d914b2f
  - pinctrl: avoid reload of p state in list iteration (git-fixes).
  - commit 1ab6bdb
  - README.SUSE: fix patches.addon use
    It's series, not series.conf in there.
    And make it more precise on when the patches are applied.
  - commit cb8969c

++++ llvm19:

  - Update to version 17.0.6.
    * This release contains bug-fixes for the LLVM 17.0.0 release.
    This release is API and ABI compatible with 17.0.0.
  - Rebase patches:
    * llvm-do-not-install-static-libraries.patch
    * llvm-normally-versioned-libllvm.patch
  - Use major version only instead of full (patch-level) version for
    versioned executables: we don't support parallel installation of
    multiple versions of the same LLVM major version. (boo#1217450)
    Also drop the clang-X.Y symlink that was introduced for
    boo#1012260, because Y is always 0.
  - Manage clang-cpp with update-alternatives like other binaries.

++++ libguestfs:

  - Require OCaml 4.07+

++++ liburing:

  - Make use of openSUSE build flags

++++ xmlsec1:

  - Make use of openSUSE build flags

++++ xxhash:

  - Make use of openSUSE build flags

++++ netavark:

  - Update to version 1.9.0:
    * v1.9.0 Release
    * v1.9.0 Release notes
    * test: fix syntax problem in helpers.bash
    * run cargo update
    * use OsString/Path over String for file paths
    * chore(deps): update dependency containers/automation_images to v20231116
    * firewalld-reload: fix CI tests
    * firewalld-reload: prevent race which could leak fw rules
    * fix(deps): update rust crate clap to ~4.4.8
    * CI: skip broken firewalld test
    * fix(deps): update rust crate http to 0.2.11
    * rpm: add netavark-firewalld-reload.service to spec
    * firewalld-reload: add integration tests
    * firewall/state: make sure to ignore enoent on read
    * firewall-reload: integrate actual logic to reload rules
    * firewall/state: improve error messages
    * firewall: add state functions to serialize configs
    * firewalld: fix lint errors with rust v1.73
    * firewall: do not use full Network in NetworkStruct
    * firewall: add dns_port to SetupNetwork
    * add firewalld-reload subcommand
    * fix(deps): update rust crate http to 0.2.10
    * fix(deps): update rust crate env_logger to 0.10.1
    * fix(deps): update rust crate tokio to 1.34
    * Update rust container build files
    * bridge: force static mac on bridge interface
    * fix(deps): update rust crate futures-core to 0.3.29
    * fix(deps): update rust crate serde to 1.0.190
    * fix(deps): update rust crate serde_json to 1.0.108
    * fix(deps): update rust crate sysctl to 0.5.5
    * fix(deps): update rust-futures monorepo to 0.3.29
    * CI: Drop CI VM distro name
    * chore(deps): update dependency containers/automation_images to v20231004
    * fix(deps): update rust crate tokio to 1.33
    * build-sys: Filter to tier 2 Linux declaratively
    * fix(deps): update rust crate sha2 to 0.10.8
    * fix podman.io community link
    * Bump to v1.9.0-dev

++++ patterns-base:

  - added more missing packages to the patterns (bsc#1216416)
  - explicitly require lzop for KVM patern (bsc#1217702)

++++ patterns-micro:

  - added more missing packages to the patterns (bsc#1216416)
  - explicitly require lzop for KVM patern (bsc#1217702)

++++ pv:

  - disable testsuite for s390x [bsc#1215338]
  - remove _constraints again as it didn't help
  - deleted sources
  - _constraints (not needed)

++++ python-jsonschema-specifications:

  - update to 2023.11.2:
    no changelog, only diff available at
    https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.11.1...v2023.11.2

++++ python-referencing:

  - Update to version 0.31.1:
    * Do more silly things to pepper over type checking nonsense.
    * Minor noxfile tweaking.
    * Add the explicit Tidelift link.
    * Complain about spurious type: ignores.
    * [pre-commit.ci] pre-commit autoupdate

++++ libselinux-bindings:

  - Also build python3-selinux for toolchain compability on SLE

------------------------------------------------------------------
------------------  2023-11-29  -  Nov 29 2023  -------------------
------------------------------------------------------------------

++++ blog:

  - Update to version 2.28
    * UTMP support is gone, remove dependency also add support for
    initramfs at shutdown.

++++ firewalld:

  - update to 2.0.2:
    * fix(policy): runtime dispatch update if *-zone=ANY (e8b9637)
    * fix(nm): release NM client after a timeout (d534f07)

++++ gobject-introspection:

  - Drop BuildRequires on pkgconfig(cairo)/pkgconfig(cairo-gobject),
    cairo is only needed for some tests.

++++ kernel-default:

  - RDMA/mlx5: Change the key being sent for MPV device affiliation
    (jsc#PED-3311).
  - netdevsim: Block until all devices are released (jsc#PED-3311).
  - net: make sure we never create ifindex = 0 (jsc#PED-3311).
  - commit 3490f32
  - staging/qlge: devlink use retained error fmsg API
    (jsc#PED-3311).
  - tools: ynl: fix duplicate op name in devlink (jsc#PED-3311).
  - net/mlx5e: Check return value of snprintf writing to fw_version
    buffer for representors (jsc#PED-3311).
  - net/mlx5e: Check return value of snprintf writing to fw_version
    buffer (jsc#PED-3311).
  - net/mlx5e: Reduce the size of icosq_str (jsc#PED-3311).
  - net/mlx5: Increase size of irq name buffer (jsc#PED-3311).
  - net/mlx5e: Update doorbell for port timestamping CQ before
    the software counter (jsc#PED-3311).
  - net/mlx5e: Track xmit submission to PTP WQ after populating
    metadata map (jsc#PED-3311).
  - net/mlx5e: Avoid referencing skb after free-ing in drop path
    of mlx5e_sq_xmit_wqe (jsc#PED-3311).
  - net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec
    offload (jsc#PED-3311).
  - net/mlx5e: Fix pedit endianness (jsc#PED-3311).
  - net/mlx5e: fix double free of encap_header in update funcs
    (jsc#PED-3311).
  - net/mlx5e: fix double free of encap_header (jsc#PED-3311).
  - net/mlx5: Decouple PHC .adjtime and .adjphase implementations
    (jsc#PED-3311).
  - net/mlx5: DR, Allow old devices to use multi destination FTE
    (jsc#PED-3311).
  - net/mlx5: Free used cpus mask when an IRQ is released
    (jsc#PED-3311).
  - Revert "net/mlx5: DR, Supporting inline WQE when possible"
    (jsc#PED-3311).
  - pds_core: fix up some format-truncation complaints
    (jsc#PED-3311).
  - vhost-vdpa: fix use after free in vhost_vdpa_probe()
    (jsc#PED-3311).
  - tools: ynl-gen: don't touch the output file if content is the
    same (jsc#PED-3311).
  - netlink: specs: devlink: add forgotten port function caps enum
    values (jsc#PED-3311).
  - vdpa/mlx5: implement .reset_map driver op (jsc#PED-3311).
  - vhost-vdpa: clean iotlb map during reset for older userspace
    (jsc#PED-3311).
  - vdpa: introduce .compat_reset operation callback (jsc#PED-3311).
  - vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
    (jsc#PED-3311).
  - vhost-vdpa: reset vendor specific mapping to initial state in
    .release (jsc#PED-3311).
  - vdpa: introduce .reset_map operation callback (jsc#PED-3311).
  - mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK
    (jsc#PED-3311).
  - vdpa/mlx5: Update cvq iotlb mapping on ASID change
    (jsc#PED-3311).
  - vdpa/mlx5: Make iotlb helper functions more generic
    (jsc#PED-3311).
  - vdpa/mlx5: Enable hw support for vq descriptor mapping
    (jsc#PED-3311).
  - vdpa/mlx5: Introduce mr for vq descriptor (jsc#PED-3311).
  - vdpa/mlx5: Improve mr update flow (jsc#PED-3311).
  - vdpa/mlx5: Move mr mutex out of mr struct (jsc#PED-3311).
  - vdpa/mlx5: Allow creation/deletion of any given mr struct
    (jsc#PED-3311).
  - vdpa/mlx5: Rename mr destroy functions (jsc#PED-3311).
  - vdpa/mlx5: Collapse "dvq" mr add/delete functions
    (jsc#PED-3311).
  - vdpa/mlx5: Take cvq iotlb lock during refresh (jsc#PED-3311).
  - vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
    (jsc#PED-3311).
  - vdpa/mlx5: Create helper function for dma mappings
    (jsc#PED-3311).
  - vhost-vdpa: uAPI to get dedicated descriptor group id
    (jsc#PED-3311).
  - vhost-vdpa: introduce descriptor group backend feature
    (jsc#PED-3311).
  - vdpa: introduce dedicated descriptor group for virtqueue
    (jsc#PED-3311).
  - vdpa/mlx5: Expose descriptor group mkey hw capability
    (jsc#PED-3311).
  - IB/mlx5: Rename 400G_8X speed to comply to naming convention
    (jsc#PED-3311).
  - IB/mlx5: Add support for 800G_8X lane speed (jsc#PED-3311).
  - tools: ynl: introduce option to process unknown attributes or
    types (jsc#PED-3311).
  - tools: ynl-gen: respect attr-cnt-name at the attr set level
    (jsc#PED-3311).
  - netlink: specs: support conditional operations (jsc#PED-3311).
  - netlink: make range pointers in policies const (jsc#PED-3311).
  - net/mlx5: fix uninit value use (jsc#PED-3311).
  - tools: ynl-gen: add support for exact-len validation
    (jsc#PED-3311).
  - devlink: remove netlink small_ops (jsc#PED-3311).
  - devlink: remove duplicated netlink callback prototypes
    (jsc#PED-3311).
  - netlink: specs: devlink: add the remaining command to generate
    complete split_ops (jsc#PED-3311).
  - devlink: rename netlink callback to be aligned with the
    generated ones (jsc#PED-3311).
  - netlink: specs: devlink: make dont-validate single line
    (jsc#PED-3311).
  - netlink: specs: devlink: remove reload-action from devlink-get
    cmd reply (jsc#PED-3311).
  - tools: ynl-gen: render rsp_parse() helpers if cmd has only
    dump op (jsc#PED-3311).
  - tools: ynl-gen: introduce support for bitfield32 attribute type
    (jsc#PED-3311).
  - genetlink: don't merge dumpit split op for different cmds into
    single iter (jsc#PED-3311).
  - tools: ynl-gen: change spacing around __attribute__
    (jsc#PED-3311).
  - pds_core: add an error code check in pdsc_dl_info_get
    (jsc#PED-3311).
  - netlink: specs: add support for auto-sized scalars
    (jsc#PED-3311).
  - tools: ynl-gen: make the mnl_type() method public
    (jsc#PED-3311).
  - devlink: convert most of devlink_fmsg_*() to return void
    (jsc#PED-3311).
  - net/mlx5: devlink health: use retained error fmsg API
    (jsc#PED-3311).
  - mlxsw: core: devlink health: use retained error fmsg API
    (jsc#PED-3311).
  - hinic: devlink health: use retained error fmsg API
    (jsc#PED-3311).
  - pds_core: devlink health: use retained error fmsg API
    (jsc#PED-3311).
  - netdevsim: devlink health: use retained error fmsg API
    (jsc#PED-3311).
  - devlink: retain error in struct devlink_fmsg (jsc#PED-3311).
  - tools: ynl-gen: support limit names (jsc#PED-3311).
  - tools: ynl-gen: support full range of min/max checks for
    integer values (jsc#PED-3311).
  - tools: ynl-gen: track attribute use (jsc#PED-3311).
  - devlink: document devlink_rel_nested_in_notify() function
    (jsc#PED-3311).
  - devlink: don't take instance lock for nested handle put
    (jsc#PED-3311).
  - devlink: take device reference for devlink object
    (jsc#PED-3311).
  - devlink: call peernet2id_alloc() with net pointer under RCU
    read lock (jsc#PED-3311).
  - net: treat possible_net_t net pointer as an RCU one and add
    read_pnet_rcu() (jsc#PED-3311).
  - net/mlx5e: Allow IPsec soft/hard limits in bytes (jsc#PED-3311).
  - net/mlx5e: Increase max supported channels number to 256
    (jsc#PED-3311).
  - net/mlx5e: Preparations for supporting larger number of channels
    (jsc#PED-3311).
  - net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free()
    API's (jsc#PED-3311).
  - net/mlx5e: Refactor mlx5e_rss_set_rxfh() and
    mlx5e_rss_get_rxfh() (jsc#PED-3311).
  - net/mlx5e: Refactor rx_res_init() and rx_res_free() APIs
    (jsc#PED-3311).
  - net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify code
    (jsc#PED-3311).
  - net/mlx5: Use PTR_ERR_OR_ZERO() to simplify code (jsc#PED-3311).
  - net/mlx5: Remove unused declaration (jsc#PED-3311).
  - net/mlx5: Replace global mlx5_intf_lock with HCA devcom
    component lock (jsc#PED-3311).
  - net/mlx5: Refactor LAG peer device lookout bus logic to mlx5
    devcom (jsc#PED-3311).
  - net/mlx5: Avoid false positive lockdep warning by adding
    lock_class_key (jsc#PED-3311).
  - net/mlx5: Redesign SF active work to remove table_lock
    (jsc#PED-3311).
  - net/mlx5: Parallelize vhca event handling (jsc#PED-3311).
  - docs: netlink: clean up after deprecating version
    (jsc#PED-3311).
  - tools: ynl: fix converting flags to names after recent cleanup
    (jsc#PED-3311).
  - net/mlx5: Handle IPsec steering upon master unbind/bind
    (jsc#PED-3311).
  - net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV
    traffic (jsc#PED-3311).
  - net/mlx5: Configure IPsec steering for egress RoCEv2 MPV traffic
    (jsc#PED-3311).
  - net/mlx5: Add create alias flow table function to ipsec roce
    (jsc#PED-3311).
  - net/mlx5: Implement alias object allow and create functions
    (jsc#PED-3311).
  - net/mlx5: Add alias flow table bits (jsc#PED-3311).
  - net/mlx5: Store devcom pointer inside IPsec RoCE (jsc#PED-3311).
  - net/mlx5: Register mlx5e priv to devcom in MPV mode
    (jsc#PED-3311).
  - RDMA/mlx5: Send events from IB driver about device affiliation
    state (jsc#PED-3311).
  - net/mlx5: Introduce ifc bits for migration in a chunk mode
    (jsc#PED-3311).
  - tools: ynl: use ynl-gen -o instead of stdout in Makefile
    (jsc#PED-3311).
  - netlink: specs: don't allow version to be specified for
    genetlink (jsc#PED-3311).
  - tools: ynl-gen: handle do ops with no input attrs
    (jsc#PED-3311).
  - tools: ynl-gen: lift type requirement for attribute subsets
    (jsc#PED-3311).
  - tools: ynl-gen: use uapi header name for the header guard
    (jsc#PED-3311).
  - tools: ynl: use uAPI include magic for samples (jsc#PED-3311).
  - tools: ynl: don't regen on every make (jsc#PED-3311).
  - handshake: Fix sign of key_serial_t fields (jsc#PED-3311).
  - handshake: Fix sign of socket file descriptor fields
    (jsc#PED-3311).
  - net/mlx5: Enable 4 ports multiport E-switch (jsc#PED-3311).
  - net/mlx5: Add a health error syndrome for pci data poisoned
    (jsc#PED-3311).
  - net/mlx5: DR, Handle multi destination action in the right order
    (jsc#PED-3311).
  - net/mlx5: DR, Add check for multi destination FTE
    (jsc#PED-3311).
  - net/mlx5: Bridge, Enable mcast in smfs steering mode
    (jsc#PED-3311).
  - net/mlx5e: Check police action rate for matchall filter
    (jsc#PED-3311).
  - net/mlx5e: Consider aggregated port speed during rate
    configuration (jsc#PED-3311).
  - net/mlx5: Remove redundant max_sfs check and field from struct
    mlx5_sf_dev_table (jsc#PED-3311).
  - net/mlx5: Remove SF table reference counting (jsc#PED-3311).
  - net/mlx5: Push common deletion code into mlx5_sf_del()
    (jsc#PED-3311).
  - net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all()
    (jsc#PED-3311).
  - net/mlx5: Move state lock taking into mlx5_sf_dealloc()
    (jsc#PED-3311).
  - net/mlx5: Convert SF port_indices xarray to function_ids xarray
    (jsc#PED-3311).
  - net/mlx5: Use devlink port pointer to get the pointer of
    container SF struct (jsc#PED-3311).
  - net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()
    (jsc#PED-3311).
  - tools: ynl: extend netdev sample to dump
    xdp-rx-metadata-features (jsc#PED-3311).
  - net/mlx5e: Set en auxiliary devlink instance as nested
    (jsc#PED-3311).
  - devlink: introduce possibility to expose info about nested
    devlinks (jsc#PED-3311).
  - devlink: convert linecard nested devlink to new rel
    infrastructure (jsc#PED-3311).
  - net/mlx5: SF, Implement peer devlink set for SF representor
    devlink port (jsc#PED-3311).
  - devlink: expose peer SF devlink instance (jsc#PED-3311).
  - devlink: introduce object and nested devlink relationship infra
    (jsc#PED-3311).
  - devlink: extend devlink_nl_put_nested_handle() with attrtype
    arg (jsc#PED-3311).
  - devlink: move devlink_nl_put_nested_handle() into netlink.c
    (jsc#PED-3311).
  - devlink: put netnsid to nested handle (jsc#PED-3311).
  - devlink: move linecard struct into linecard.c (jsc#PED-3311).
  - vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
    (jsc#PED-3311).
  - netlink: specs: devlink: fix reply command values
    (jsc#PED-3311).
  - devlink: Hold devlink lock on health reporter dump get
    (jsc#PED-3311).
  - vdpa: add get_backend_features vdpa operation (jsc#PED-3311).
  - vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend
    feature (jsc#PED-3311).
  - vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag
    (jsc#PED-3311).
  - pds_core: protect devlink callbacks from fw_down state
    (jsc#PED-3311).
  - devlink: move devlink_notify_register/unregister() to dev.c
    (jsc#PED-3311).
  - devlink: move small_ops definition into netlink.c
    (jsc#PED-3311).
  - devlink: move tracepoint definitions into core.c (jsc#PED-3311).
  - devlink: push linecard related code into separate file
    (jsc#PED-3311).
  - devlink: push rate related code into separate file
    (jsc#PED-3311).
  - devlink: push trap related code into separate file
    (jsc#PED-3311).
  - devlink: use tracepoint_enabled() helper (jsc#PED-3311).
  - devlink: push region related code into separate file
    (jsc#PED-3311).
  - devlink: push param related code into separate file
    (jsc#PED-3311).
  - devlink: push resource related code into separate file
    (jsc#PED-3311).
  - devlink: push dpipe related code into separate file
    (jsc#PED-3311).
  - devlink: move and rename devlink_dpipe_send_and_alloc_skb()
    helper (jsc#PED-3311).
  - devlink: push shared buffer related code into separate file
    (jsc#PED-3311).
  - devlink: push port related code into separate file
    (jsc#PED-3311).
  - devlink: push object register/unregister notifications into
    separate helpers (jsc#PED-3311).
  - tools/net/ynl: Add support for create flags (jsc#PED-3311).
  - tools/net/ynl: Implement nlattr array-nest decoding in ynl
    (jsc#PED-3311).
  - tools/net/ynl: Add support for netlink-raw families
    (jsc#PED-3311).
  - tools/net/ynl: Fix extack parsing with fixed header genlmsg
    (jsc#PED-3311).
  - tools/ynl: Add mcast-group schema parsing to ynl (jsc#PED-3311).
  - doc/netlink: Update genetlink-legacy documentation
    (jsc#PED-3311).
  - doc/netlink: Add a schema for netlink-raw families
    (jsc#PED-3311).
  - doc/netlink: Fix typo in genetlink-* schemas (jsc#PED-3311).
  - tools: ynl-gen: fix uAPI generation after tempfile changes
    (jsc#PED-3311).
  - tools: ynl-gen: support empty attribute lists (jsc#PED-3311).
  - tools: ynl-gen: fix collecting global policy attrs
    (jsc#PED-3311).
  - tools: ynl-gen: set length of binary fields (jsc#PED-3311).
  - tools: ynl: allow passing binary data (jsc#PED-3311).
  - tools: ynl-gen: use temporary file for rendering (jsc#PED-3311).
  - tools: ynl: add more info to KeyErrors on missing attrs
    (jsc#PED-3311).
  - genetlink: add genlmsg_iput() API (jsc#PED-3311).
  - genetlink: add a family pointer to struct genl_info
    (jsc#PED-3311).
  - genetlink: use attrs from struct genl_info (jsc#PED-3311).
  - genetlink: add struct genl_info to struct genl_dumpit_info
    (jsc#PED-3311).
  - genetlink: remove userhdr from struct genl_info (jsc#PED-3311).
  - genetlink: make genl_info->nlhdr const (jsc#PED-3311).
  - genetlink: push conditional locking into dumpit/done
    (jsc#PED-3311).
  - netlink: specs: devlink: extend health reporter dump attributes
    by port index (jsc#PED-3311).
  - devlink: extend health reporter dump selector by port index
    (jsc#PED-3311).
  - netlink: specs: devlink: extend per-instance dump commands to
    accept instance attributes (jsc#PED-3311).
  - devlink: allow user to narrow per-instance dumps by passing
    handle attrs (jsc#PED-3311).
  - netlink: specs: devlink: add commands that do per-instance dump
    (jsc#PED-3311).
  - tools: ynl-gen: add missing empty line between policies
    (jsc#PED-3311).
  - tools: ynl-gen: avoid rendering empty validate field
    (jsc#PED-3311).
  - devlink: Remove unused devlink_dpipe_table_resource_set()
    declaration (jsc#PED-3311).
  - netlink: specs: devlink: add info-get dump op (jsc#PED-3311).
  - ynl-gen-c.py: render netlink policies static for split ops
    (jsc#PED-3311).
  - ynl-gen-c.py: allow directional model for kernel mode
    (jsc#PED-3311).
  - ynl-gen-c.py: filter rendering of validate field values for
    split ops (jsc#PED-3311).
  - netlink: specs: add dump-strict flag for dont-validate property
    (jsc#PED-3311).
  - devlink: Remove unused extern declaration
    devlink_port_region_destroy() (jsc#PED-3311).
  - net: store netdevs in an xarray (jsc#PED-3311).
  - ynl: print xdp-zc-max-segs in the sample (jsc#PED-3311).
  - ynl: regenerate all headers (jsc#PED-3311).
  - ynl: mark max/mask as private for kdoc (jsc#PED-3311).
  - genetlink: add explicit ordering break check for split ops
    (jsc#PED-3311).
  - vhost-scsi: Rename vhost_scsi_iov_to_sgl (jsc#PED-3311).
  - vhost-scsi: Fix alignment handling with windows (jsc#PED-3311).
  - tools: ynl-gen: fix parse multi-attr enum attribute
    (jsc#PED-3311).
  - vhost: Make parameter name match of vhost_get_vq_desc()
    (jsc#PED-3311).
  - vhost: Allow worker switching while work is queueing
    (jsc#PED-3311).
  - vhost_scsi: add support for worker ioctls (jsc#PED-3311).
  - vhost: allow userspace to create workers (jsc#PED-3311).
  - vhost: replace single worker pointer with xarray (jsc#PED-3311).
  - vhost: add helper to parse userspace vring state/file
    (jsc#PED-3311).
  - vhost: remove vhost_work_queue (jsc#PED-3311).
  - vhost_scsi: flush IO vqs then send TMF rsp (jsc#PED-3311).
  - vhost_scsi: convert to vhost_vq_work_queue (jsc#PED-3311).
  - vhost_scsi: make SCSI cmd completion per vq (jsc#PED-3311).
  - vhost_sock: convert to vhost_vq_work_queue (jsc#PED-3311).
  - vhost: convert poll work to be vq based (jsc#PED-3311).
  - vhost: take worker or vq for flushing (jsc#PED-3311).
  - vhost: take worker or vq instead of dev for queueing
    (jsc#PED-3311).
  - vhost, vhost_net: add helper to check if vq has work
    (jsc#PED-3311).
  - vhost: add vhost_worker pointer to vhost_virtqueue
    (jsc#PED-3311).
  - vhost: dynamically allocate vhost_worker (jsc#PED-3311).
  - vhost: create worker at end of vhost_dev_set_owner
    (jsc#PED-3311).
  - tools: ynl: add display-hint support to ynl (jsc#PED-3311).
  - netlink: specs: add display-hint to schema definitions
    (jsc#PED-3311).
  - tools: ynl: improve the direct-include header guard logic
    (jsc#PED-3311).
  - tools: ynl: work around stale system headers (jsc#PED-3311).
  - tools: ynl-gen: inherit policy in multi-attr (jsc#PED-3311).
  - tools: ynl-gen: correct enum policies (jsc#PED-3311).
  - netlink: support extack in dump ->start() (jsc#PED-3311).
  - tools: ynl: add sample for ethtool (jsc#PED-3311).
  - tools: ynl: generate code for the ethtool family (jsc#PED-3311).
  - tools: ynl-gen: resolve enum vs struct name conflicts
    (jsc#PED-3311).
  - tools: ynl-gen: don't generate enum types if unnamed
    (jsc#PED-3311).
  - netlink: specs: support setting prefix-name per attribute
    (jsc#PED-3311).
  - tools: ynl-gen: record extra args for regen (jsc#PED-3311).
  - tools: ynl-gen: support excluding tricky ops (jsc#PED-3311).
  - tools: ynl-gen: support / skip pads on the way to kernel
    (jsc#PED-3311).
  - tools: ynl-gen: don't pass op_name to RenderInfo (jsc#PED-3311).
  - tools: ynl-gen: support code gen for events (jsc#PED-3311).
  - tools: ynl-gen: sanitize notification tracking (jsc#PED-3311).
  - tools: ynl: regen: stop generating common notification handlers
    (jsc#PED-3311).
  - tools: ynl-gen: stop generating common notification handlers
    (jsc#PED-3311).
  - tools: ynl: regen: regenerate the if ladders (jsc#PED-3311).
  - tools: ynl-gen: get attr type outside of if() (jsc#PED-3311).
  - tools: ynl-gen: combine else with closing bracket
    (jsc#PED-3311).
  - tools: ynl-gen: complete the C keyword list (jsc#PED-3311).
  - tools: ynl: regen: cleanup user space header includes
    (jsc#PED-3311).
  - tools: ynl-gen: cleanup user space header includes
    (jsc#PED-3311).
  - Revert "tools: ynl: Remove duplicated include in
    handshake-user.c" (jsc#PED-3311).
  - tools: ynl: Remove duplicated include in handshake-user.c
    (jsc#PED-3311).
  - tools: ynl: add sample for devlink (jsc#PED-3311).
  - tools: ynl-gen: don't generate forward declarations for policies
  - regen (jsc#PED-3311).
  - tools: ynl-gen: don't generate forward declarations for policies
    (jsc#PED-3311).
  - tools: ynl-gen: walk nested types in depth (jsc#PED-3311).
  - tools: ynl-gen: inherit struct use info (jsc#PED-3311).
  - tools: ynl-gen: try to sort the types more intelligently
    (jsc#PED-3311).
  - tools: ynl-gen: enable code gen for directional specs
    (jsc#PED-3311).
  - tools: ynl-gen: refactor strmap helper generation
    (jsc#PED-3311).
  - tools: ynl-gen: use enum names in op strmap more carefully
    (jsc#PED-3311).
  - netlink: specs: devlink: fill in some details important for C
    (jsc#PED-3311).
  - tools: ynl-gen: improve unwind on parsing errors (jsc#PED-3311).
  - tools: ynl-gen: fill in support for MultiAttr scalars
    (jsc#PED-3311).
  - tools: ynl: add sample for netdev (jsc#PED-3311).
  - tools: ynl-gen: clean up stray new lines at the end of
    reply-less requests (jsc#PED-3311).
  - tools: ynl-gen: generate static descriptions of notifications
    (jsc#PED-3311).
  - tools: ynl-gen: switch to family struct (jsc#PED-3311).
  - tools: ynl-gen: generate alloc and free helpers for req
    (jsc#PED-3311).
  - tools: ynl-gen: move the response reading logic into YNL
    (jsc#PED-3311).
  - tools: ynl-gen: generate enum-to-string helpers (jsc#PED-3311).
  - tools: ynl-gen: add error checking for nested structs
    (jsc#PED-3311).
  - tools: ynl-gen: loosen type consistency check for events
    (jsc#PED-3311).
  - tools: ynl-gen: don't override pure nested struct
    (jsc#PED-3311).
  - tools: ynl-gen: fix unused / pad attribute handling
    (jsc#PED-3311).
  - tools: ynl-gen: add extra headers for user space (jsc#PED-3311).
  - tools: ynl: Support enums in struct members in genetlink-legacy
    (jsc#PED-3311).
  - tools: ynl: Initialise fixed headers to 0 in genetlink-legacy
    (jsc#PED-3311).
  - doc: ynl: Add doc attr to struct members in genetlink-legacy
    spec (jsc#PED-3311).
  - net: ynl: prefix uAPI header include with uapi/ (jsc#PED-3311).
  - tools: ynl: Handle byte-order in struct members (jsc#PED-3311).
  - tools: ynl: Use dict of predefined Structs to decode scalar
    types (jsc#PED-3311).
  - commit 28f034d
  - drm/amd: Disable ASPM for VI w/ all Intel systems (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)
  - commit c59a93b
  - drm/i915/pmu: Check if pmu is closed before stopping event (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)
  - commit 7f05d5c
  - drm/i915/mcr: Hold GT forcewake during steering operations (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)
  - commit c8c81e8
  - drm/i915/perf: Determine context valid in OA reports (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)
  - commit d95b342
  - drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO (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)
  - commit 42eb0f9
  - drm/amdkfd: reserve a fence slot while locking the BO (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)
  - commit 1a8d66c
  - drm/amdgpu: Remove redundant call to priority_is_valid() (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)
  - commit d87d1ce
  - drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() (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)
  - commit 7783812
  - drm/amdgpu: ignore duplicate BOs again (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)
  - commit c284b6a
  - drm/mediatek: Correctly free sg_table in gem prime vmap (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)
  - commit 181dcf1
  - drm/i915: Retry gtt fault when out of fence registers (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)
  - commit 609ba44
  - drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes (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)
  - commit 32ebc18
  - gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET (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)
  - commit 9a23859
  - drm/amdgpu: Unset context priority is now invalid (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)
  - commit dba17d0
  - drm/edid: add 8 bpc quirk to the BenQ GW2765 (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)
  - commit 4494062
  - drm/ttm: Reorder sys manager cleanup step (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)
  - commit c730064
  - drm/nouveau/disp: fix DP capable DSM connectors (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)
  - commit 948759b
  - drm/nouveau: exec: fix ioctl kernel-doc warning (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)
  - commit 8beefef
  - drm/panel: Move AUX B116XW03 out of panel-edp back to panel-simple (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)
  - commit c79026f
  - drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with (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)
  - commit 281debb
  - drm/amdgpu: Reserve fences for VM update (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)
  - commit 7f7974a
  - drm/amdgpu: Fix possible null pointer dereference (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)
  - commit dd1c5e0
  - fbdev: core: syscopyarea: fix sloppy typing (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)
  - commit 0b1f5b7
  - fbdev: core: cfbcopyarea: fix sloppy typing (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)
  - commit 6b6c8a4
  - fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit() (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)
  - commit ac29aae
  - fbdev: uvesafb: Remove uvesafb_exec() prototype from (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)
  - commit eb63967
  - fbdev: sa1100fb: mark sa1100fb_init() static (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)
  - commit 8bc8206
  - fbdev: omapfb: fix some error codes (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)
  - commit 546ab49
  - fbdev: atyfb: only use ioremap_uc() on i386 and ia64 (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)
  - commit f1e69e2
  - drm/amdgpu: fix SI failure due to doorbells allocation (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)
  - commit d9ba14a
  - drm/amdgpu: add missing NULL check (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)
  - commit 79f653c
  - drm/amd/display: Don't set dpms_off for seamless boot (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)
  - commit 1c50480
  - drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits (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)
  - commit 0f9d053
  - drm/msm/dp: Add newlines to debug printks (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)
  - commit 7182856
  - drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (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)
  - commit 6ebf8ae
  - drm/msm/dsi: fix irq_of_parse_and_map() error checking (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)
  - commit 5672f8d
  - drm/msm/dsi: skip the wait for video mode done if not applicable (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)
  - commit 2aad66a
  - drm/msm/mdss: fix highest-bank-bit for msm8998 (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)
  - commit a2e812c
  - drm/msm/dp: do not reinitialize phy unless retry during link training (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)
  - commit 381896d
  - drm/tiny: correctly print `struct resource *` on error (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)
  - commit e91fe15
  - drm/atomic-helper: relax unregistered connector check (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)
  - commit d0c6a0d
  - drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP (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)
  - commit 7c55462
  - drm/vmwgfx: fix typo of sizeof argument (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)
  - commit fe2b01a
  - dma-buf: add dma_fence_timestamp helper (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)
  - commit 2b40c37
  - drm/nouveau: exec: report max pushs through getparam (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)
  - commit d62a7fa
  - drm/nouveau: chan: use channel class definitions (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)
  - commit e33824b
  - drm/nouveau: chan: use struct nvif_mclass (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)
  - commit ca57f46
  - drm: panel-orientation-quirks: Add quirk for One Mix 2S (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)
  - commit 731adeb
  - drm/tests: Fix kunit_release_action ctx argument (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)
  - commit 5bc11b8
  - drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master (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)
  - commit fb172c1
  - drm/amd: Fix detection of _PR3 on the PCIe root port (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)
  - commit f9b3bd2
  - drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() (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)
  - commit 9f79dc4
  - drm/amdgpu: Fix a memory leak (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)
  - commit 150411c
  - drm/amd/pm: add unique_id for gc 11.0.3 (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)
  - commit e378c9a
  - drm/i915: Invalidate the TLBs on each GT (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)
  - commit ef2a30e
  - drm/i915: Register engines early to avoid type confusion (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)
  - commit 4d4649a
  - drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval (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)
  - commit 072034c
  - i915/guc: Get runtime pm in busyness worker only if already active (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)
  - commit a522fe7
  - drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (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)
  - commit b08c2b7
  - drm/amdkfd: Use gpu_offset for user queue's wptr (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)
  - commit 3953fbf
  - drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enable (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)
  - commit 517ea49
  - Revert "drm/amdgpu: Report vbios version instead of PN" (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)
  - commit ff0b6a0
  - drm/amd/display: Fix MST recognizes connected displays as one (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)
  - commit ceb2606
  - drm/i915/gt: Prevent error pointer dereference (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)
  - commit d2d3297
  - fbdev/sh7760fb: Depend on FB=y (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)
  - commit 032242e
  - nouveau/u_memcpya: fix NULL vs error pointer bug (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)
  - commit eb36ffc
  - nouveau/u_memcpya: use vmemdup_user (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)
  - commit 7101c9d
  - drm/nouveau: sched: fix leaking memory of timedout job (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)
  - commit 767e495
  - drm/nouveau: fence: fix type cast warning in nouveau_fence_emit() (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)
  - commit a393281
  - drm: fix up fbdev Kconfig defaults (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)
  - commit 802eaca
  - Revert "drm/vkms: Fix race-condition between the hrtimer and the (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)
  - commit 7c6f9cc
  - drm/amdkfd: Insert missing TLB flush on GFX10 and later (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)
  - commit fa0a165
  - drm/amd/display: Fix 2nd DPIA encoder Assignment (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)
  - commit 211fd2f
  - drm/amd/display: Add DPIA Link Encoder Assignment Fix (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)
  - commit cac572f
  - drm/amd/display: fix replay_mode kernel-doc warning (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)
  - commit 0afda55
  - drm/amdgpu: Handle null atom context in VBIOS info ioctl (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)
  - commit 49af03d
  - drm/amdkfd: Checkpoint and restore queues on GFX11 (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)
  - commit e22977d
  - drm/amd/display: Adjust the MST resume flow (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)
  - commit 3cf5c40
  - drm/amdgpu: fallback to old RAS error message for aqua_vanjaram (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)
  - commit 61f9054
  - drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (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)
  - commit 7a70527
  - drm/amdgpu/soc21: don't remap HDP registers for SR-IOV (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)
  - commit 03e9b5e
  - drm/amd/display: Don't check registers, if using AUX BL control (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)
  - commit 85c8025
  - drm/amdgpu: fix retry loop test (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)
  - commit 7bf7556
  - drm/amd/display: Add dirty rect support for Replay (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)
  - commit 3b1fe06
  - Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory" (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)
  - commit 88dba3a
  - drm/amdkfd: Update CU masking for GFX 9.4.3 (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)
  - commit b386c0a
  - drm/amdkfd: Update cache info reporting for GFX v9.4.3 (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)
  - commit 35f6384
  - drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 (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)
  - commit fe25f99
  - drm/amdkfd: Fix unaligned 64-bit doorbell warning (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)
  - commit e646c45
  - drm/amdkfd: Fix reg offset for setting CWSR grace period (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)
  - commit 970ea3d
  - drm/drm_connector: Provide short description of param (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)
  - commit 5ad0f1f
  - drm/drm_exec: Work around a WW mutex lockdep oddity (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)
  - commit 9f9a786
  - drm: ci: docs: fix build warning - add missing escape (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)
  - commit 51886fc
  - drm: Add initial ci/ subdirectory (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)
  - commit 0e3bcd8
  - drm/amdgpu: Restrict bootloader wait to SMUv13.0.6 (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)
  - commit b00a240
  - drm/amd/display: limit the v_startup workaround to ASICs older than (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)
  - commit 7d9df69
  - drm/amdgpu: fix amdgpu_cs_p1_user_fence (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)
  - commit 704a521
  - Revert "Revert "drm/amd/display: Implement zpos property"" (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)
  - commit 5c04c08
  - drm/amdkfd: Add missing gfx11 MQD manager callbacks (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)
  - commit c060dd3
  - drm/amdgpu: Free ras cmd input buffer properly (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)
  - commit d59f18f
  - drm/amdgpu: Hide xcp partition sysfs under SRIOV (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)
  - commit bbd65f7
  - drm/amdgpu: use read-modify-write mode for gfx v9_4_3 SQ setting (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)
  - commit a82f602
  - drm/amdkfd: use mask to get v9 interrupt sq data bits correctly (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)
  - commit d28ba63
  - drm/amdgpu: Allocate coredump memory in a nonblocking way (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)
  - commit e75743d
  - drm/amdgpu: Support query ecc cap for aqua_vanjaram (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)
  - commit 9df9935
  - drm/amdgpu: Add umc_info v4_0 structure (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)
  - commit 62ac569
  - drm/amd/display: update blank state on ODM changes (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)
  - commit f350385
  - drm/amdgpu: Add SMU v13.0.6 default reset methods (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)
  - commit 01ff41b
  - Partially revert "drm/amd/display: update add plane to context logic (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)
  - commit ed62806
  - drm/amdgpu: Add bootloader wait for PSP v13 (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)
  - commit fa83197
  - drm/amdgpu: register a dirty framebuffer callback for fbcon (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)
  - commit f2a7f80
  - drm/amdgpu: Updated TCP/UTCL1 programming (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)
  - commit 5c9a562
  - drm/amd/pm: fix debugfs pm_info output (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)
  - commit 87e283e
  - drm/amdgpu: Fix the return for gpu mode1_reset (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)
  - commit eee062d
  - drm/amd/display: fix static screen detection setting (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)
  - commit 9c6b0b4
  - drm/amd/pm: Fix critical temp unit of SMU v13.0.6 (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)
  - commit b824103
  - drm/amdgpu: Remove SRAM clock gater override by driver (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)
  - commit 954f40d
  - drm/amdgpu: Add bootloader status check (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)
  - commit e8237a2
  - drm/amdkfd: use correct method to get clock under SRIOV (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)
  - commit 91d227e
  - drm/amdgpu: Unset baco dummy mode on nbio v7.9 (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)
  - commit 14a385d
  - drm/amd/display: set minimum of VBlank_nom (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)
  - commit 112fbfa
  - drm/amd/display: Correct unit conversion for vstartup
    (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).
  - commit be5efc2
  - drm/amd/display: Roll back unit correction (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).
  - commit 0b1f260
  - drm/amdgpu: Enable ras for mp0 v13_0_6 sriov (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)
  - commit 853f802
  - drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages (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)
  - commit 8d79ccb
  - drm/amdgpu/jpeg - skip change of power-gating state for sriov (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)
  - commit 1bca7ed
  - drm/amd/pm: Add critical temp for GC v9.4.3 (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)
  - commit c3012dd
  - drm/amd/pm: Update SMUv13.0.6 PMFW headers (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)
  - commit d762fd6
  - drm/amdgpu: update gc_info v2_1 from discovery (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)
  - commit 8568ba1
  - drm/amdgpu: update mall info v2 from discovery (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)
  - commit 1706b34
  - drm/amdgpu: Only support RAS EEPROM on dGPU platform (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)
  - commit 3acc630
  - Documentation/gpu: Update amdgpu documentation (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)
  - commit 6f0ca80
  - drm/amdgpu/pm: Add notification for no DC support (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)
  - commit a280c1c
  - drm/amd/display: Enable Replay for static screen use cases (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)
  - commit c9f5036
  - drm/nouveau: fence: fix undefined fence state after emit (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)
  - commit a50bf35
  - backlight: led_bl: Remove redundant of_match_ptr() (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)
  - commit 3cb5e04
  - backlight: lp855x: Drop ret variable in brightness change function (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)
  - commit ce4f083
  - backlight: lp855x: Catch errors when changing brightness (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)
  - commit d051ae3
  - backlight: qcom-wled: Explicitly include correct DT includes (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)
  - commit a45b995
  - fbdev/g364fb: fix build failure with mips (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)
  - commit e6197c4
  - fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flags (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)
  - commit 6249e39
  - fbdev: neofb: Shorten Neomagic product name in info struct (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)
  - commit bd2740c
  - fbdev: mx3fb: Remove the driver (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)
  - commit d345b0f
  - fbdev/core: Use list_for_each_entry() helper (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)
  - commit ffcf976
  - mei: make mei_class a static const structure (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)
  - commit 6c4d43c
  - mei: gsc: add module description (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)
  - commit c9be1cc
  - mei: pxp: Keep a const qualifier when calling mei_cldev_send() (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)
  - commit 2abde13
  - mei: obtain firmware version only on gsc. (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)
  - commit b3c05a8
  - mei: bus: enable asynchronous suspend. (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)
  - commit 870a347
  - mei: log firmware status on hw_start failure. (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)
  - commit aff7b98
  - tty: sysrq: switch sysrq handlers from int to u8 (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)
  - commit b19c8f9
  - PCI/VGA: Fix typos (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)
  - commit 7d4ef02
  - PCI/VGA: Simplify vga_client_register() (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)
  - commit 4665017
  - PCI/VGA: Simplify vga_arbiter_notify_clients() (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)
  - commit 5c6b030
  - PCI/VGA: Correct vga_update_device_decodes() parameter type (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)
  - commit 6965607
  - PCI/VGA: Correct vga_str_to_iostate() io_state parameter type (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)
  - commit eb88c53
  - PCI/VGA: Replace full MIT license text with SPDX identifier (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)
  - commit 47fd697
  - drm/i915: Fix TLB-Invalidation seqno store (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)
  - commit e0b54a3
  - drm/gpuva_mgr: remove unused prev pointer in __drm_gpuva_sm_map() (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)
  - commit 8ec603e
  - drm/tests/drm_kunit_helpers: Place correct function name in the (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)
  - commit 143dd6b
  - drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly (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)
  - commit db24d10
  - drm/nouveau: uvmm: fix unset region pointer on remap (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)
  - commit e2bc18c
  - drm/nouveau: sched: avoid job races between entities (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)
  - commit f7630bb
  - drm/ttm/tests: Fix type conversion in ttm_pool_test (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)
  - commit 1587360
  - drm/msm/a6xx: Bail out early if setting GPU OOB fails (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)
  - commit bdbcdd9
  - drm/msm/a6xx: Move LLC accessors to the common header (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)
  - commit 0fa653a
  - drm/msm/a6xx: Introduce a6xx_llc_read (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)
  - commit 3627a72
  - drm/msm/adreno: Add missing MODULE_FIRMWARE macros (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)
  - commit fefbd16
  - drm/msm/gpu: Push gpu lock down past runpm (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)
  - commit bb74beb
  - drm/msm: Remove vma use tracking (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)
  - commit ba79855
  - drm/msm: Take lru lock once per submit_pin_objects() (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)
  - commit 5015011
  - drm/msm: Use drm_gem_object in submit bos table (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)
  - commit 4a62c46
  - drm/msm: Take lru lock once per job_run (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)
  - commit b4c8902
  - drm/msm/adreno: adreno_gpu: Switch to memdup_user_nul() helper (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)
  - commit 5576c9c
  - drm/msm: Disallow relocs on a6xx+ (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)
  - commit 17fd04b
  - drm/msm/a6xx: Fix up GMU region reservations (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)
  - commit 95d7c48
  - drm/msm/a6xx: Improve GMU force shutdown sequence (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)
  - commit 290dd51
  - drm/msm/a6xx: Ensure clean GMU state in a6xx_gmu_fw_start (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)
  - commit 7719f70
  - drm/msm/a6xx: Skip empty protection ranges entries (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)
  - commit 1009fcf
  - drm/msm/a6xx: Use descriptive bitfield names for CP_PROTECT_CNTL (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)
  - commit 26dd175
  - drm/msm/a6xx: Add some missing header definitions (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)
  - commit 12d0189
  - drm/msm/a6xx: Fix misleading comment (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)
  - commit e81c887
  - drm/msm/adreno: Switch to chip-id for identifying GPU (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)
  - commit 67fcfaa
  - drm/msm/adreno: Move adreno info to config (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)
  - commit ce7da59
  - drm/msm/adreno: Add helper for formating chip-id (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)
  - commit 68db992
  - drm/msm/adreno: Add adreno family (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).
  - Refresh patches.suse/drm-msm-a690-Switch-to-a660_gmu.bin.patch.
  - commit 65ac2d6
  - drm/msm/adreno: Bring the a630 family together (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)
  - commit 7a40ea1
  - drm/msm/adreno: Move speedbin mapping to device table (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)
  - commit 8d08940
  - drm/msm/adreno: Allow SoC specific gpu device table entries (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)
  - commit 2a57b1c
  - drm/msm/adreno: Use quirk to identify cached-coherent support (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)
  - commit 02e183e
  - drm/msm/adreno: Use quirk identify hw_apriv (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)
  - commit 527750f
  - drm/msm/adreno: Remove redundant revn param (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)
  - commit 4929d04
  - drm/msm/adreno: Remove redundant gmem size param (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)
  - commit ab2dbc7
  - drm/msm/adreno: Remove GPU name (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)
  - commit ed69482
  - drm/msm/dpu: initialise clk_rate to 0 in (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)
  - commit ac95b42
  - drm/msm/dpu: clean up some inconsistent indenting (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)
  - commit 12a0237
  - drm/msm/dpu: Drop encoder vsync_event (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)
  - commit cc23a4d
  - drm/msm/dpu: fix DSC 1.2 enc subblock length (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)
  - commit 067458b
  - drm/msm/dpu: fix DSC 1.2 block lengths (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)
  - commit 9a17712
  - drm/msm/dpu: drop dpu_core_perf_destroy() (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)
  - commit b74d06c
  - drm/msm/dpu: move max clock decision to dpu_kms. (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)
  - commit 51815c2
  - drm/msm/dpu: remove extra clk_round_rate() call (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)
  - commit b8fafa2
  - drm/msm/dpu: remove unused fields from struct dpu_core_perf (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)
  - commit ba092f4
  - drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code (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)
  - commit 5ff1d0b
  - drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param (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)
  - commit 9c571c8
  - drm/msm/dpu: rework indentation in dpu_core_perf (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)
  - commit 76a43fb
  - drm/msm/dpu: drop separate dpu_core_perf_tune overrides (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)
  - commit 6b3bcfa
  - drm/msm/dpu: bail from _dpu_core_perf_crtc_update_bus if there are no (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)
  - commit 6ed7505
  - drm/msm/dpu: drop BWC features from DPU_MDP_foo namespace (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)
  - commit 850a1ba
  - drm/msm/dpu: drop UBWC configuration (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)
  - commit 43ac5c5
  - drm/msm/dpu: use MDSS data for programming SSPP (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)
  - commit 191242a
  - drm/msm/mdss: populate missing data (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)
  - commit e4561e7
  - drm/msm/mdss: export UBWC data (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)
  - commit 145d1ed
  - drm/msm/mdss: rename ubwc_version to ubwc_enc_version (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)
  - commit e6dcc4a
  - drm/msm/dpu: drop compatibility INTR defines (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)
  - commit 0c1bea9
  - drm/msm/dpu: drop now-unused mdss_irqs field from hw
    catalog (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).
  - Refresh
    patches.suse/drm-msm-dpu-increase-memtype-count-to-16-for-sm8550.patch.
  - commit 01388bb
  - drm/msm/dpu: autodetect supported interrupts (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)
  - commit 940ac24
  - drm/msm/dpu: split interrupt address arrays (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)
  - commit 9ab9578
  - drm/msm/dpu: inline __intr_offset (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)
  - commit d51db9c
  - drm/msm: Remove redundant DRM_DEV_ERROR() (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)
  - commit 6afda46
  - drm/msm/dsi: Reuse QCM2290 14nm DSI PHY configuration for SM6125 (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)
  - commit 0c6e922
  - drm/msm/mdss: Add SM6125 support (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)
  - commit 01a2177
  - drm/msm/dpu: Add SM6125 support (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)
  - commit b473f30
  - drm/msm/dpu: drop DPU_INTF_DATA_COMPRESS from dpu catalog (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)
  - commit ac0720d
  - drm/msm/dpu: rename enable_compression() to program_intf_cmd_cfg() (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)
  - commit 55586b1
  - drm/msm/dpu: rename all hw_intf structs to have dpu_hw prefix (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)
  - commit a460f4a
  - drm/msm/dpu: use dpu core's major version to enable data compress (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)
  - commit 6574b8b
  - drm/msm/dpu: re-introduce dpu core revision to the catalog (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)
  - commit e349e4a
  - drm/msm/dsi: Enable BURST_MODE for command mode for DSI 6G v1.3+ (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)
  - commit 8214b84
  - drm/msm/dpu: Update dev core dump to dump registers of sub-blocks (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)
  - commit 729bc25
  - drm/msm/dpu: Refactor printing of main blocks in device core dump (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)
  - commit 26d3958
  - drm/msm/dpu: Remove redundant prefix/suffix in name of sub-blocks (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)
  - commit b91a1e6
  - drm/msm/dpu: Define names for unnamed sblks (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)
  - commit 6d2c5b0
  - drm/msm/dpu: Drop unused num argument from relevant macros (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)
  - commit e67332a
  - drm/msm/dpu: drop empty features mask INTF_SDM845_MASK (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)
  - commit 544e06b
  - drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK (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)
  - commit 2b6196d
  - drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros (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)
  - commit c2ac749
  - drm/msm/dpu: inline WB_BLK macros (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)
  - commit 790e33e
  - drm/msm/dpu: inline various PP_BLK_* macros (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)
  - commit 7afd077
  - drm/msm/dpu: inline MERGE_3D_BLK macros (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)
  - commit 2023ad0
  - drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros (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)
  - commit 6c81597
  - drm/msm/dpu: inline LM_BLK macros (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)
  - commit b84d7a6
  - drm/msm/dpu: inline DSPP_BLK macros (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)
  - commit 2f07fcd
  - drm/msm/dpu: inline SSPP_BLK macros (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)
  - commit a677538
  - drm/msm/dpu: correct indentation for CTL definitions (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)
  - commit 69ecf04
  - drm/msm/dpu: drop zero features from dpu_ctl_cfg data (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)
  - commit 7f5b898
  - drm/msm/dpu: drop zero features from dpu_mdp_cfg data (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)
  - commit 521faa8
  - drm/msm/dpu: expand .clk_ctrls definitions (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)
  - commit 8b20388
  - drm/msm/dpu: drop enum dpu_mdp and MDP_TOP value (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)
  - commit 291bad8
  - drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field (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)
  - commit b1ebb23
  - drm/msm/dpu: simplify peer LM handling (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)
  - commit 15670d2
  - drm/msm/dpu: always use MSM_DP/DSI_CONTROLLER_n (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)
  - commit 441f4c3
  - drm/msm: enumerate DSI interfaces (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)
  - commit 0fb2908
  - drm/msm/dsi: Hook up refgen regulator (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)
  - commit 4ae0d69
  - drm/msm/dpu: remove struct drm_dsc_config from struct (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)
  - commit 96bc85e
  - drm/msm/dpu: retrieve DSI DSC struct through priv->dsi[0] (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)
  - commit cf8e010
  - drm/msm: stop storing the array of CRTCs in struct msm_drm_private (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)
  - commit 84452da
  - drm/msm/dpu1: Rename sm8150_dspp_blk to sdm845_dspp_blk (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)
  - commit 8b26912
  - drm/amdgpu: Add memory vendor information (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)
  - commit eb0e9dd
  - drm/amdgpu: Remove gfxoff check in GFX v9.4.3 (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)
  - commit 7cce2de
  - drm/amd/pm: Update pci link speed for smu v13.0.6 (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)
  - commit bbe978e
  - drm/amd/pm: allow the user to force BACO on smu v13.0.0/7 (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)
  - commit a8c1159
  - drm/amdgpu/vcn: Skip vcn power-gating change for sriov (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)
  - commit b62ecd9
  - drm/amd/display: Handle Replay related hpd irq (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)
  - commit eac1da6
  - drm/amdgpu/jpeg: sriov support for jpeg_v4_0_3 (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)
  - commit 061c164
  - drm/amd/display: Update adaptive sync infopackets for replay (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)
  - commit 7673184
  - drm/amd/display: Promote DAL to 3.2.247 (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)
  - commit 9c1c65d
  - drm/amd/display: [FW Promotion] Release 0.0.179.0 (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)
  - commit e3e49d7
  - drm/amdgpu: Replace ternary operator with min() in (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)
  - commit 537ad3d
  - drm/amd/display: Replace ternary operator with min() in (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)
  - commit f77174f
  - drm/amd: Hide unsupported power attributes (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)
  - commit b7e6f8f
  - drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWER (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)
  - commit 896e298
  - drm/amd: Show both power attributes for vega20 (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)
  - commit d747cfb
  - drm/amd: Fix the return for average power on aldebaran (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)
  - commit 7b0eb7c
  - drm/amd: Drop unnecessary helper for aldebaran (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)
  - commit bc6f954
  - drm/amd: Fix SMU 13.0.4/13.0.11 GPU metrics average power (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)
  - commit 112db07
  - drm/radeon: Use pci_dev_id() to simplify the code (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)
  - commit 18339da
  - drm/amdgpu: Remove duplicated includes (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)
  - commit 659cd36
  - drm/amd/pm: Clean up errors in amdgpu_smu.h (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)
  - commit b011a5a
  - drm/amd/display: enable low power mode for VGA memory (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)
  - commit 25eba37
  - drm/amd/pm: Clean up errors in smu_v11_0_pptable.h (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)
  - commit 4a9223f
  - drm/amdgpu: expand runpm parameter (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)
  - commit aa9317b
  - drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER` (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)
  - commit d5159f3
  - drm/amd: Remove freesync video mode amdgpu parameter (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)
  - commit 526d733
  - drm/amd: Add a new hwmon attribute for instantaneous power (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)
  - commit b813fea
  - drm/amdgpu/vcn: sriov support for vcn_v4_0_3 (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)
  - commit 4f9f13c
  - drm/amdgpu: Replace ternary operator with min() in (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)
  - commit 4d23b17
  - drm/amd/display: Add some missing register definitions (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)
  - commit 0bb2457
  - drm/amd/display: avoid crash and add z8_marks related in dml (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)
  - commit 09ce132
  - drm/amd/display: implement pipe type definition and adding accessors (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)
  - commit 56f41c4
  - drm/amd/display: Enable 8k60hz mode on single display (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)
  - commit c4b38e1
  - drm/amd/display: fix incorrect stream_res allocation for older ASIC (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)
  - commit d2de1b5
  - drm/amd/display: Gamut remap only changes missed (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)
  - commit bd95399
  - drm/amd/display: PMFW to wait for DMCUB ack for FPO cases (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)
  - commit 8438398
  - drm/amd/display: Enable subvp high refresh up to 175hz (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)
  - commit 84dc716
  - drm/amdgpu/vcn: change end doorbell index for vcn_v4_0_3 (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)
  - commit 800aded
  - drm/amdkfd: workaround address watch clearing bug for gfx v9.4.2 (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)
  - commit eb80485
  - drm/amd/display: disable clock gating logic reversed bug fix (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)
  - commit 4f0a17a
  - drm/amd/display: Support Compliance Test Pattern Generation with DP2 (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)
  - commit b0728f4
  - drm/amdgpu/jpeg: mmsch_v4_0_3 requires doorbell on 32 byte boundary (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)
  - commit 269d15e
  - drm/radeon: Remove unnecessary NULL values (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)
  - commit de9e98f
  - drm/amd/display: Remove unnecessary NULL values (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)
  - commit 5851f44
  - drm/amdgpu/vcn: mmsch_v4_0_3 requires doorbell on 32 byte boundary (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)
  - commit be8a027
  - drm/amdkfd: Remove unnecessary NULL values (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)
  - commit 41b0fc2
  - drm/amd/display: dmub_replay: don't use kernel-doc markers (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)
  - commit 9ecbf5c
  - drm/amd: Add amdgpu_hwmon_get_sensor_generic() (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)
  - commit 0b5c030
  - drm/amdgpu/vcn: Add MMSCH v4_0_3 support for sriov (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)
  - commit 646685f
  - drm/amdgpu: Add I2C EEPROM support on smu v13_0_6 (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)
  - commit 1af7daa
  - drm/amd/pm: bump SMU v13.0.5 driver_if header version (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)
  - commit 6749640
  - drm/amd/pm: correct the logics for retreiving SMU13 OD setting limits (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)
  - commit 3118a3a
  - drm/amd/pm: correct the way for checking custom OD settings (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)
  - commit 2bdc56f
  - drm/amd: Use pci_dev_id() to simplify the code (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)
  - commit 2128d7a
  - drm/amdkfd: fix double assign skip process context clear (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)
  - commit 9fc64d1
  - drm/amd/display: Update replay for clk_mgr optimizations (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)
  - commit 9dde09c
  - drm/amdgpu: Fix identifier names to function definition arguments in (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)
  - commit 829655f
  - drm/amdgpu: mode1 reset needs to recover mp1 for mp0 v13_0_10 (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)
  - commit b484e1f
  - drm/amd/pm: avoid driver getting empty metrics table for the first (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)
  - commit e38bde1
  - drm/amdkfd: Use memdup_user() rather than duplicating its (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)
  - commit 2fd2e0c
  - drm/amdgpu: Remove unnecessary ras cap check (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)
  - commit 56dd3b9
  - drm/amdkfd: fix build failure without CONFIG_DYNAMIC_DEBUG (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)
  - commit e0d7884
  - drm/radeon: Fix multiple line dereference in 'atom_iio_execute' (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)
  - commit b1547ca
  - drm/amd/pm: Add vclk and dclk sysnode for GC 9.4.3 (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)
  - commit 3b0948b
  - drm/amdkfd: Add missing tba_hi programming on aldebaran (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)
  - commit 351c603
  - drm/amdgpu: Fix missing comment for mb() in (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)
  - commit 8a21e52
  - drm/amd/display: Add Replay supported/enabled checks (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)
  - commit 9d1db90
  - drm/ttm/tests: Require MMU when testing (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)
  - commit 080a90b
  - drm/panel: simple: Fix Innolux G156HCE-L01 LVDS clock (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)
  - commit 80d5800
  - drm/etnaviv: fix error code in event_alloc() (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)
  - commit 82ac860
  - drm/etnaviv: expedited MMU fault handling (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)
  - commit 9c3226d
  - drm/etnaviv: drop GPU initialized property (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)
  - commit 81b5bb0
  - drm/etnaviv: better track GPU state (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)
  - commit 7399b38
  - drm/etnaviv: avoid runtime PM usage in etnaviv_gpu_bind (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)
  - commit 8d9aed2
  - drm/etnaviv: make clock handling symetric between runtime resume and (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)
  - commit 06b6cb5
  - drm/etnaviv: move runtime PM handling to events (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)
  - commit d86ecfc
  - drm/etnaviv: free events the usual way in recover worker (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)
  - commit d871a53
  - drm/etnaviv: move down etnaviv_gpu_recover_hang() in file (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)
  - commit 9fcd7e9
  - drm/etnaviv: add HWDB entry for GC520 r5341 c204 (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)
  - commit d333ee2
  - drm/etnaviv: add HWDB entry for VIP8000 Nano r8002 (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)
  - commit fa01bce
  - drm/etnaviv: slow down FE idle polling (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)
  - commit 323ffa6
  - drm: etnaviv: Replace of_platform.h with explicit includes (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)
  - commit f8e8e04
  - drm/amdgpu: don't allow userspace to create a doorbell BO (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)
  - commit 7c1e3ae
  - drm/amdkfd: rename device_queue_manager_init_v10_navi10() (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)
  - commit 75e0129
  - drm/amdkfd: drop IOMMUv2 support (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)
  - commit 1b99a24
  - drm/amdgpu: Use local64_try_cmpxchg in amdgpu_perf_read (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)
  - commit 138ead9
  - drm/amdgpu: Add pci usage to nbio v7.9 (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)
  - commit 29b9318
  - drm/amdgpu: Add pcie usage callback to nbio (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)
  - commit 723b3f9
  - drm/amdgpu: Extend poison mode check to SDMA/VCN/JPEG (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)
  - commit 0874abb
  - drm/buddy: Fix drm buddy info output format (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)
  - commit 0b8fef9
  - drm/amdgpu/irq: Move irq resume to the beginning (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)
  - commit f666477
  - drm/amdgpu: add RAS fatal error handler for NBIO v7.9 (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)
  - commit 6c0eec6
  - drm/amdgpu: Fix identation issues in (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)
  - commit b55995e
  - drm/amd/display: Get replay info from VSDB (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)
  - commit f94a93d
  - drm/amdgpu: Add FRU sysfs nodes only if needed (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)
  - commit aadfb33
  - drm/amd/pm: Clean up errors in smu73_discrete.h (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)
  - commit 45785f8
  - drm/amdgpu: Clean up errors in vcn_v3_0.c (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)
  - commit dcab0bb
  - drm/amdgpu: Clean up errors in tonga_ih.c (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)
  - commit 99c4c1b
  - drm/amdgpu: Clean up errors in gfx_v7_0.c (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)
  - commit 256bfc7
  - drm/amdgpu: Clean up errors in vcn_v4_0.c (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)
  - commit 49acbf4
  - drm/amdgpu: Clean up errors in uvd_v3_1.c (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)
  - commit 96455a9
  - drm/amdgpu: Clean up errors in mxgpu_vi.c (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)
  - commit 01d444d
  - drm/amdgpu: Clean up errors in nv.c (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)
  - commit 0bb4797
  - drm/amdgpu: Clean up errors in amdgpu_virt.c (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)
  - commit 110865c
  - drm/amdgpu: Clean up errors in amdgpu_ring.h (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)
  - commit 03eda90
  - drm/amdgpu: Clean up errors in amdgpu_trace.h (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)
  - commit c76f30f
  - drm/amdgpu: Clean up errors in mes_v11_0.c (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)
  - commit 1a38b6f
  - drm/amdgpu: Clean up errors in amdgpu_atombios.h (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)
  - commit 15188ed
  - drm/amdgpu: Clean up errors in soc21.c (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)
  - commit a9f6fc8
  - drm/amdgpu: Clean up errors in dce_v8_0.c (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)
  - commit 4a6393f
  - drm/amdgpu/jpeg: Clean up errors in vcn_v1_0.c (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)
  - commit 45c3481
  - drm/amdgpu: Clean up errors in mxgpu_nv.c (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)
  - commit 52d5222
  - drm/amdgpu: Clean up errors in dce_v10_0.c (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)
  - commit 0ae221e
  - drm/jpeg: Clean up errors in jpeg_v2_0.c (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)
  - commit 788cbaf
  - drm/amdgpu: Clean up errors in uvd_v7_0.c (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)
  - commit a179681
  - drm/amdgpu/atomfirmware: Clean up errors in amdgpu_atomfirmware.c (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)
  - commit 5f0abf0
  - drm/amdgpu: Clean up errors in mmhub_v9_4.c (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)
  - commit a06099a
  - drm/amdgpu: Clean up errors in vega20_ih.c (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)
  - commit 5bdca27
  - drm/amdgpu: Clean up errors in ih_v6_0.c (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)
  - commit f188575
  - drm/amdgpu: Clean up errors in amdgpu_psp.h (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)
  - commit 55122e7
  - drm/amdgpu: Clean up errors in vce_v3_0.c (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)
  - commit 144e2dc
  - drm/amdgpu: Clean up errors in cik_ih.c (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)
  - commit 627627a
  - drm/amd/display: Clean up errors in dce_clk_mgr.c (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)
  - commit bb5d110
  - drm/amd/display: Clean up errors in display_mode_vba_30.c (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)
  - commit fb5958d
  - drm/amd/display: Clean up errors in dcn10_dpp_dscl.c (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)
  - commit b254ea4
  - drm/amd/display: Clean up errors in dc_stream.c (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)
  - commit e44f359
  - drm/amd/display: Clean up errors in bios_parser2.c (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)
  - commit 1cd7a1b
  - drm/amd/display: Clean up errors in dcn316_smu.c (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)
  - commit ed26573
  - drm/amd/display: Clean up errors in dcn316_clk_mgr.c (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)
  - commit febb06d
  - drm/amd/display: Clean up errors in dcn315_smu.c (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).
  - Refresh
    patches.suse/drm-amd-display-Add-smu-write-msg-id-fail-retry-proc.patch.
  - commit bc8d717
  - drm/amd/display: Clean up errors in dce112_hw_sequencer.c (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)
  - commit 64b89fb
  - drm/amd/display: Clean up errors in dce110_hw_sequencer.c (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)
  - commit f247063
  - drm/amd/display: Clean up errors in dce110_timing_generator.c (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)
  - commit 561013e
  - drm/amd/dc: Clean up errors in hpd_regs.h (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)
  - commit 2b22e24
  - drm/amd/display: Clean up errors in ddc_regs.h (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)
  - commit f8b4e7a
  - drm/amd/display: Clean up errors in color_gamma.c (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)
  - commit 5c38e25
  - drm/amd/pm: Clean up errors in amdgpu_pm.c (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)
  - commit 0d2be93
  - drm/amd/pm: Clean up errors in sislands_smc.h (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)
  - commit 8e5571a
  - drm/amd/pm: Clean up errors in r600_dpm.h (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)
  - commit 5be628b
  - drivers/amd/pm: Clean up errors in smu8_smumgr.h (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)
  - commit 1685e0c
  - drm/amd/pm: Clean up errors in smu75.h (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)
  - commit 999e1b8
  - drm/amd/pm: Clean up errors in smu73.h (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)
  - commit 803021b
  - drm/amd/pm: Clean up errors in hwmgr.h (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)
  - commit 65a0a38
  - drm/amd/pm: Clean up errors in hardwaremanager.h (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)
  - commit 940ffe4
  - drm/amd/pm: Clean up errors in pp_thermal.h (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)
  - commit bf3524d
  - drm/amd/pm: Clean up errors in smu7.h (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)
  - commit f5d5000
  - drm/amd/pm: Clean up errors in smu7_fusion.h (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)
  - commit d4e451a
  - drm/amd/pm: Clean up errors in smu71.h (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)
  - commit d2c57a6
  - drm/amd/pm: Remove many unnecessary NULL values (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)
  - commit e2ebe7d
  - drm/amd/pm: Clean up errors in smu9_driver_if.h (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)
  - commit 050eba2
  - drm/amd/pm: Clean up errors in polaris_baco.c (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)
  - commit e11d131
  - drm/amd/pm: Clean up errors in vega20_pptable.h (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)
  - commit 98fd74b
  - drm/amd/pm: Clean up errors in vega12_hwmgr.h (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)
  - commit a52ea5d
  - drm/amd/pm/powerplay/hwmgr/hwmgr: Clean up errors in hwmgr.c (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)
  - commit 4d3e69d
  - Do not store build host name in initrd
    Without this patch, kernel-obs-build stored the build host name
    in its .build.initrd.kvm
    This patch allows for reproducible builds of kernel-obs-build and thus
    avoids re-publishing the kernel-obs-build.rpm when nothing changed.
    Note that this has no influence on the /etc/hosts file
    that is used during other OBS builds.
    https://bugzilla.opensuse.org/show_bug.cgi?id=1084909
  - commit fd3a75e
  - drm/amd/pm: Clean up errors in tonga_baco.c (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)
  - commit a1c10ad
  - gpu: amd: Clean up errors in ppatomfwctrl.h (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)
  - commit 8da463b
  - drm/amdgpu/powerplay: Clean up errors in vega20_hwmgr.c (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)
  - commit 20630ed
  - drm/amdgpu: Clean up errors in vega20_baco.c (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)
  - commit ada2ecf
  - drm/amd/pm: Clean up errors in vega20_hwmgr.h (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)
  - commit a581e9a
  - drm/amdgpu/powerplay: Clean up errors in smu_helper.h (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)
  - commit 77af78d
  - drm/amd: Clean up errors in vega10_processpptables.c (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)
  - commit 602fb81
  - drm/amd: Clean up errors in pptable_v1_0.h (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)
  - commit 7053832
  - drm/amd: Clean up errors in smu7_hwmgr.c (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)
  - commit c62ff78
  - drm/amd/pm: Clean up errors in vega10_pptable.h (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)
  - commit 9d55307
  - drm/amdgpu: Clean up errors in ppatomctrl.h (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)
  - commit 16bc54a
  - drm/amdgpu: Clean up errors in ci_baco.c (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)
  - commit 9f765cf
  - drm/amdgpu: Clean up errors in smu_helper.c (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)
  - commit 50ac13c
  - drm/amdgpu: Clean up errors in common_baco.c (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)
  - commit df711d1
  - drm/amdgpu: Clean up errors in smu7_powertune.c (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)
  - commit 5a867c3
  - drm/amd/pm: Clean up errors in vega12_baco.c (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)
  - commit a6a00d3
  - drm/amd/pm: Clean up errors in vega12_pptable.h (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)
  - commit e9897c4
  - drm/amd/pm: Clean up errors in vega10_powertune.c (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)
  - commit d46d954
  - drm/amd/pm: Clean up errors in fiji_baco.c (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)
  - commit f7cab30
  - drm/amd/pm: Clean up errors in smu10_hwmgr.c (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)
  - commit cd2aa69
  - drm/amd/pm/powerplay/hwmgr/ppevvmath: Clean up errors in ppevvmath.h (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)
  - commit 5fa9a44
  - drm/amd/pm: Clean up errors in vega12_hwmgr.c (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)
  - commit 589b632
  - drm/amd/pm: Clean up errors in vega10_baco.c (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)
  - commit 25b6051
  - drm/amd/pm: Clean up errors in amd_powerplay.c (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)
  - commit 11d6fce
  - drm/amd/pm: Clean up errors in amdgpu_smu.c (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)
  - commit a2ae1e4
  - drm/amd: Clean up errors in smu_v13_0_5_ppt.c (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)
  - commit 8fa3b39
  - drm/amd/pm: Clean up errors in smu_v13_0_5_ppt.c (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)
  - commit 2a768ad
  - drm/amd/pm: Clean up errors in smu_v13_0_6_ppt.c (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)
  - commit 7af29f0
  - drm/amd/pm: Clean up errors in aldebaran_ppt.c (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)
  - commit 7b6ef2e
  - drm/amd/pm: Clean up errors in smu_v13_0.c (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)
  - commit 9765c0e
  - drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.c (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)
  - commit 1b3452a
  - drm/amd/pm: Clean up errors in smu_v11_0.h (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)
  - commit 50026d8
  - drm/amdgpu: Remove a lot of unnecessary ternary operators (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)
  - commit 741b78c
  - drm/amd/display: Return value of function (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)
  - commit c2f91d2
  - drm/amdgpu: Report vbios version instead of PN (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)
  - commit 1a61709
  - drm/amd/display: Promote DAL to 3.2.246 (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)
  - commit c69f602
  - drm/amd/display: Change HDCP update sequence for DM (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)
  - commit 16b4d11
  - drm/amd/display: rename acquire_idle_pipe_for_layer to (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)
  - commit 27b0d5b
  - drm/amd/display: move idle pipe allocation logic into dcn specific (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)
  - commit 174f816
  - drm/amd/display: Use max memclk variable when setting max memclk (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)
  - commit 50095ac
  - drm/amd/display: Add vendor Id for reference (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)
  - commit 16a0355
  - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314 (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)
  - commit 6e03e34
  - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 (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)
  - commit c72bcdf
  - drm/amd/display: Revert "drm/amd/display: Read down-spread percentage (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)
  - commit c2c1834
  - drm/amd/display: do not treat clip_rect size change as a scaling (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)
  - commit 46f46a9
  - drm/amd/display: adjust visual confirm dpp height offset to be 1/240 (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)
  - commit c708d40
  - drm/amd/display: update add plane to context logic with a new (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)
  - commit fb425a6
  - drm/amd/display: always acquire MPO pipe for every blending tree (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)
  - commit 8478bcd
  - drm/amd/display: support plane clip with zero recout size (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)
  - commit 4e4159c
  - drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK (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)
  - commit 5848f4a
  - drm/amd/display: Set Stream Update Flags in commit_state_no_check (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)
  - commit aa765fa
  - drm/amd/display: Make mpc32 functions available to future DCNs (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)
  - commit d2acaf5
  - drm/amd/display: Fix a bug when searching for insert_above_mpcc (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)
  - commit 5fe864b
  - drm/amd/display: Enable DPIA trace with DC debug mask (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)
  - commit 654f103
  - drm/amd/display: Add interface to enable DPIA trace (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)
  - commit db06bed
  - drm/amd/display: fix a regression in blank pixel data caused by (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)
  - commit b7696dc
  - drm/amdgpu: cleanup MES process level doorbells (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)
  - commit 867b694
  - drm/amdgpu: use doorbell mgr for MES kernel doorbells (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)
  - commit fc38a8f
  - drm/amdgpu: remove unused functions and variables (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)
  - commit 3d4009d
  - drm/amdgpu: use doorbell mgr for kfd process doorbells (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)
  - commit ad3572f
  - drm/amdgpu: use doorbell mgr for kfd kernel doorbells (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)
  - commit e3791d7
  - drm/amd/display: Read replay data from sink (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)
  - commit 9169e9f
  - drm/amd/display: Add Freesync Panel DM code (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)
  - commit b171e7e
  - drm/amd/pm: update smu_v13_0_6 message vf flag (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)
  - commit 762a0b2
  - drm/amdgpu: Report Missing MES Firmware Versions with Sysfs (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)
  - commit 9cc3270
  - drm/amdgpu: get absolute offset from doorbell index (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)
  - commit 293c784
  - drm/amdgpu: create kernel doorbell pages (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)
  - commit 397a029
  - drm/amdgpu: Use nbio callback for nv and soc21 (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)
  - commit f5a03b6
  - drm/amdgpu: Add pci replay count to nbio v7.9 (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)
  - commit a58c73c
  - drm/amdgpu: initialize ttm for doorbells (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)
  - commit 6f8a022
  - drm/amdgpu: accommodate DOMAIN/PL_DOORBELL (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)
  - commit ec46125
  - drm/amdkfd: Sign-extend TMA address in trap handler (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)
  - commit 984d1d8
  - drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole (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)
  - commit 45f311c
  - drm/amdkfd: Sync trap handler binaries with source (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)
  - commit 03c63f8
  - drm/amdgpu: add UAPI for allocating doorbell memory (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)
  - commit 1b4015e
  - drm/amdgpu: don't modify num_doorbells for mes (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)
  - commit 5afe1c4
  - drm/amdgpu: Add pcie replay count callback to nbio (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)
  - commit bf34e78
  - drm/amd/display: Promote DC to 2.3.245 (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)
  - commit f34ae6f
  - Revert "drm/amd/display: Implement zpos property" (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)
  - commit f9e56be
  - drm/amd/display: Implement interface for notify cursor support change (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)
  - commit e2502e0
  - drm/amdgpu: Prefer pr_err/_warn/_notice over printk in (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)
  - commit 651fd4b
  - drm/amd/display: Temporary Disable MST DP Colorspace Property (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)
  - commit 658a48b
  - Revert "drm/amdgpu: Prefer dev_* variant over printk in (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)
  - commit 9bfa607
  - drm/amd/display: Clean up flip pending timeout handling (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)
  - commit ce746a9
  - drm/amdgpu: init TA microcode for SRIOV VF when MP0 IP is 13.0.6 (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)
  - commit ce43aa4
  - drm/amdgpu: remove SRIOV VF FB location programming (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)
  - commit c38d4ca
  - drm/amd/display: Add Functions to enable Freesync Panel Replay (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)
  - commit eafeb61
  - drm/amdgpu: enable SDMA MGCG for SDMA 5.2.x (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)
  - commit 87cf23f
  - drm/amdgpu: Issue ras enable_feature for gfx ip only (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)
  - commit 51d25bf
  - drm/amdgpu: Remove gfx v11_0_3 ras_late_init call (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)
  - commit e977177
  - drm/amdgpu: Clean up style problems in mmhub_v2_3.c (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)
  - commit e297261
  - drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & _psp.h (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)
  - commit c30de76
  - Revert "drm/radeon: Prefer dev_* variant over printk" (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)
  - commit f0b5e16
  - drm/amdgpu: Apply poison mode check to GFX IP only (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)
  - commit 5c3306f
  - drm/amdgpu: Only create err_count sysfs when hw_op is supported (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)
  - commit 50180da
  - drm/amd/display: Add structs for Freesync Panel Replay (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)
  - commit c2c8ace
  - drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.c (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)
  - commit 6a5f7cc
  - drm/amdgpu: Cleanup amdgpu/amdgpu_cgs.c (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)
  - commit a1b6b72
  - drm/amdgpu: Fix style issues in amdgpu_psp.c (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)
  - commit 28089d8
  - drm/amdgpu: Fix style issues in amdgpu_debugfs.c (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)
  - commit 404974f
  - drm/amd/pm: fix pp_dpm_sclk node not displaying correctly (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)
  - commit cc80f66
  - drm/amdkfd: avoid unmap dma address when svm_ranges are split (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)
  - commit 0da8192
  - drm/amd/display: Fix typo in enable and disable symclk_se (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)
  - commit 0d41960
  - drm/amd/display: Add symclk enable/disable during stream (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)
  - commit ef1a11b
  - drm/amdgpu/discovery: add ih 6.1.0 support (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)
  - commit f30acee
  - drm/amdgpu: add ih 6.1 support (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)
  - commit 5c29797
  - drm/amdgpu: add ih 6.1 registers (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)
  - commit 73b8ea4
  - drm/amdgpu/discovery: add smuio 14.0.0 support (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)
  - commit 972b09f
  - drm/amdgpu/discovery: add hdp 6.1.0 support (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)
  - commit 99b9933
  - drm/amdgpu/discovery: enable sdma6 for SDMA 6.1.0 (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)
  - commit f4b1685
  - drm/amdgpu/sdma6: initialize sdma 6.1.0 (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)
  - commit 7845cd3
  - drm:rcar-du: Enable ABGR and XBGR formats (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)
  - commit cbfe01b
  - drm: rcar-du: Add more formats to DRM_MODE_BLEND_PIXEL_NONE support (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)
  - commit f301ee8
  - drm/renesas: Convert to devm_platform_ioremap_resource() (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)
  - commit ba138f8
  - drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors (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)
  - commit c4a2938
  - drm: rcar-du: Replace DRM_INFO() with drm_info() (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)
  - commit 084e728
  - drm/mediatek/mtk_disp_ccorr: Remove half completed incorrect struct (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)
  - commit 8c3c24c
  - drm/mediatek/mtk_disp_aal: Remove half completed incorrect struct (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)
  - commit db605ff
  - drm/mediatek: Convert to platform remove callback returning void (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)
  - commit d5f83fc
  - drm/mediatek: Do not check for 0 return after calling (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)
  - commit 2636bb2
  - drm/mediatek: dp: Don't register HPD interrupt handler for eDP case (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)
  - commit e0f4e9d
  - drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus (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)
  - commit b5c4b29
  - drm/mediatek: dp: Add support for embedded DisplayPort aux-bus (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)
  - commit 9707eba
  - drm/mediatek: dp: Move PHY registration to new function (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)
  - commit 94dd21f
  - drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled (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)
  - commit 1410a87
  - drm/mediatek: dp: Enable event interrupt only when bridge attached (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)
  - commit c72db08
  - drm/mediatek: dp: Move AUX_P0 setting to (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)
  - commit 62f5d61
  - drm/mediatek: dp: Use devm variant of drm_bridge_add() (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)
  - commit 0fd002d
  - drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() (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)
  - commit a31cd2d
  - drm/mediatek: dp: Move AUX and panel poweron/off sequence to function (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)
  - commit ce39f87
  - drm/mediatek: mtk_dpi: Compress struct of_device_id entries (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)
  - commit e4a9a07
  - drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource() (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)
  - commit 5626424
  - drm/mediatek: mtk_dpi: Switch to .remove_new() void callback (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)
  - commit 93dca07
  - drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge() (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)
  - commit ebdfd46
  - drm/mediatek: mtk_dpi: Simplify with dev_err_probe() (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)
  - commit a883921
  - drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add() (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)
  - commit d5f0f5a
  - drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test (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)
  - commit fa01529
  - drm/i915/gt: Apply workaround 22016122933 correctly (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)
  - commit c7fa51d
  - drm/i915: Make i915_coherent_map_type GT-centric (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)
  - commit a7eaeb0
  - drm/i915/gt: Simplify shmem_create_from_object map_type selection (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)
  - commit 595d662
  - drm/i915/irq: move all PCH irq postinstall calls to display code (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)
  - commit 4a986ef
  - drm/i915/irq: add ilk_de_irq_postinstall() (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)
  - commit 71c4fc4
  - drm/i915/irq: add dg1_de_irq_postinstall() (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)
  - commit f14b6fd
  - drm/i915/irq: add dedicated intel_display_irq_init() (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)
  - commit c158412
  - drm/i915: debug log when GMD ID indicates there's no display (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)
  - commit 347ce07
  - drm/i915/display: pre-initialize some values in probe_gmdid_display() (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)
  - commit bf22e31
  - drm/i915/adls: s/ADLS_RPLS/RAPTORLAKE_S in platform and subplatform (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)
  - commit 4ad4e41
  - drm/i915/adln: s/ADLP/ALDERLAKE_P in ADLN defines (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)
  - commit dc1e51a
  - drm/i915/rplu: s/ADLP_RPLU/RAPTORLAKE_U in RPLU defines (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)
  - commit 1858210
  - drm/i915/rplp: s/ADLP_RPLP/RAPTORLAKE_P for RPLP defines (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)
  - commit bfdc798
  - drm/i915/adlp: s/ADLP/ALDERLAKE_P for display and graphics step (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)
  - commit 670a2b7
  - drm/i915/tgl: s/TGL/TIGERLAKE for platform/subplatform defines (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)
  - commit 5ba5274
  - drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform defines (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)
  - commit 62eb1b3
  - drm/i915/rkl: s/RKL/ROCKETLAKE for platform/subplatform defines (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)
  - commit 4ddf3a4
  - drm/i915/cml: s/CML/COMETLAKE for platform/subplatform defines (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)
  - commit 9a66f4b
  - drm/i915/cfl: s/CFL/COFFEELAKE for platform/subplatform defines (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)
  - commit fbc6f5a
  - drm/i915/kbl: s/KBL/KABYLAKE for platform/subplatform defines (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)
  - commit 8c34a1d
  - drm/i915/skl: s/SKL/SKYLAKE for platform/subplatform defines (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)
  - commit 270265d
  - drm/i915/bdw: s/BDW/BROADWELL for platform/subplatform defines (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)
  - commit f4c5258
  - drm/i915/hsw: s/HSW/HASWELL for platform/subplatform defines (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)
  - commit 5e3959a
  - drm/i915/fbc: Moved fence related code away from intel_fbc (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)
  - commit 49ccbcc
  - drm/i915/fbc: Make FBC check stolen at use time (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)
  - commit c388fb6
  - drm/i915: Move stolen memory handling into i915_gem_stolen (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)
  - commit dd04480
  - drm/i915/sdvo: ignore returned broken edid on (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)
  - commit f51cecb
  - drm/ttm: Remove two unused function declarations (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)
  - commit b2f59a6
  - drm/test: drm_exec: fix memory leak on object prepare (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)
  - commit 6c6d89f
  - drm: atmel-hlcdc: Support inverting the pixel clock polarity (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)
  - commit 9bf1b47
  - drm/panfrost: Sync IRQ by job's timeout handler (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)
  - commit 6c27ec1
  - drm/exec: add test case for using a drm_exec multiple times (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)
  - commit a6f24ad
  - drm/exec: use unique instead of local label (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)
  - commit caadabb
  - drm/ttm/tests: Add tests for ttm_pool (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)
  - commit 4d1b1eb
  - drm/ttm/tests: Add tests for ttm_device (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)
  - commit aa0bbd1
  - drm/ttm: Introduce KUnit test (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)
  - commit ba29275
  - accel/ivpu: Refactor memory ranges logic (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)
  - commit 9742a3a
  - accel/ivpu: Extend get_param ioctl to identify capabilities (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)
  - commit 01bebf5
  - drm/nouveau/sched: Don't pass user flags to drm_syncobj_find_fence() (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)
  - commit 40e3a15
  - drm/nouveau: uvmm: remove dedicated VM pointer from VMAs (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)
  - commit 7bb1cd4
  - drm/nouveau: uvmm: remove incorrect calls to mas_unlock() (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)
  - commit 004cab1
  - drm/nouveau: remove incorrect __user annotations (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)
  - commit 79f9429
  - drm/nouveau: nvkm: vmm: silence warning from cast (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)
  - commit 94db6c3
  - nouveau/dmem: fix copy-paste error in nouveau_dmem_migrate_chunk() (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)
  - commit 9e3836b
  - drm/mcde: remove redundant of_match_ptr (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)
  - commit 658d627
  - drm/tve200: remove redundant of_match_ptr (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)
  - commit c496827
  - drm/nouveau: debugfs: implement DRM GPU VA debugfs (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)
  - commit d31b698
  - drm/nouveau: implement new VM_BIND uAPI (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)
  - commit 3b325b3
  - drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm (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)
  - commit 1fc2b06
  - drm/nouveau: chan: provide nouveau_channel_kill() (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)
  - commit edb2adb
  - drm/nouveau: fence: fail to emit when fence context is killed (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)
  - commit fbbc216
  - drm/nouveau: fence: separate fence alloc and emit (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)
  - commit 3653482
  - drm/nouveau: move usercopy helpers to nouveau_drv.h (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)
  - commit 0c40b6f
  - drm/nouveau: bo: initialize GEM GPU VA interface (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)
  - commit 1f5b724
  - drm/nouveau: get vmm via nouveau_cli_vmm() (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)
  - commit ac6f9c9
  - drm/nouveau: new VM_BIND uAPI interfaces (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)
  - commit c6bd6f8
  - drm/nouveau: fixup the uapi header file. (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)
  - commit 9aca85e
  - drm/gem: fix lockdep check for dma-resv lock (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)
  - commit eb5827e
  - drm: Drop select FRAMEBUFFER_CONSOLE for DRM_FBDEV_EMULATION (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)
  - commit 2f1fd01
  - fbdev/xilinxfb: Use fbdev I/O helpers (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)
  - commit 52b5b23
  - fbdev/vesafb: Use fbdev I/O helpers (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)
  - commit 36a954d
  - fbdev/valkyriefb: Use fbdev I/O helpers (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)
  - commit 9bbd344
  - fbdev/uvesafb: Use fbdev I/O helpers (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)
  - commit 6a1ad73
  - fbdev/sunxvr2500: Use fbdev I/O helpers (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)
  - commit f30f4fd
  - fbdev/sunxvr1000: Use fbdev I/O helpers (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)
  - commit d51e6ae
  - fbdev/sstfb: Use fbdev I/O helpers (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)
  - commit bfba48d
  - fbdev/simplefb: Use fbdev I/O helpers (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)
  - commit c4eebc8
  - fbdev/sh7760fb: Use fbdev I/O helpers (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)
  - commit 861e211
  - fbdev/s3cfb: Use fbdev I/O helpers (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)
  - commit 373616b
  - fbdev/q40fb: Use fbdev I/O helpers (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)
  - commit 8d1b66a
  - fbdev/pxafb: Use fbdev I/O helpers (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)
  - commit 53c9de2
  - fbdev/pxa168fb: Use fbdev I/O helpers (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)
  - commit a340c69
  - fbdev/pmagb-b-fb: Use fbdev I/O helpers (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)
  - commit 6a1c979
  - fbdev/pmag-ba-fb: Use fbdev I/O helpers (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)
  - commit d9762d4
  - fbdev/pmag-aa-fb: Use fbdev I/O helpers (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)
  - commit 94c49b3
  - fbdev/platinumfb: Use fbdev I/O helpers (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)
  - commit aba0253
  - fbdev/omapfb: Use fbdev I/O helpers (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)
  - commit 4ffcc6b
  - fbdev/offb: Use fbdev I/O helpers (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)
  - commit 689e5e2
  - fbdev/ocfb: Use fbdev I/O helpers (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)
  - commit 50c187c
  - fbdev/mx3fb: Use fbdev I/O helpers (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)
  - commit f0e6acd
  - fbdev/mmpfb: Use fbdev I/O helpers (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)
  - commit 0d8a747
  - fbdev/mb862xxfb: Use fbdev I/O helpers (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)
  - commit 73ee82e
  - fbdev/maxinefb: Use fbdev I/O helpers (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)
  - commit a4c7625
  - fbdev/macfb: Use fbdev I/O helpers (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)
  - commit ec41eb8
  - fbdev/kyro: Use fbdev I/O helpers (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)
  - commit d4adc9e
  - fbdev/imxfb: Use fbdev I/O helpers (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)
  - commit ca329a5
  - fbdev/i740fb: Use fbdev I/O helpers (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)
  - commit d5b2571
  - fbdev/gxt4500: Use fbdev I/O helpers (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)
  - commit 7a8492b
  - fbdev/grvga: Use fbdev I/O helpers (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)
  - commit 62a419e
  - fbdev/goldfishfb: Use fbdev I/O helpers (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)
  - commit f7203d7
  - fbdev/geode/lxfb: Use fbdev I/O helpers (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)
  - commit 051019b
  - fbdev/geode/gxfb: Use fbdev I/O helpers (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)
  - commit d26dfec
  - fbdev/geode/gx1fb: Use fbdev I/O helpers (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)
  - commit df4f81d
  - fbdev/g364fb: Use fbdev I/O helpers (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)
  - commit 2392e89
  - fbdev/fsl-diu-fb: Use fbdev I/O helpers (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)
  - commit a551bab
  - fbdev/fm2fb: Use fbdev I/O helpers (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)
  - commit 298d9f6
  - fbdev/efifb: Use fbdev I/O helpers (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)
  - commit 94d5910
  - fbdev/da8xx-fb: Use fbdev I/O helpers (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)
  - commit c083df4
  - fbdev/chipsfb: Use fbdev I/O helpers (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)
  - commit 1a78107
  - fbdev/carminefb: Use fbdev I/O helpers (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)
  - commit d157b23
  - fbdev/aty128fb: Use fbdev I/O helpers (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)
  - commit 1928941
  - fbdev/atmel_lcdfb: Use fbdev I/O helpers (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)
  - commit aa2d36d
  - fbdev/asiliantfb: Use fbdev I/O helpers (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)
  - commit 1c3baf4
  - fbdev/acornfb: Use fbdev I/O helpers (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)
  - commit 734f51e
  - drm/panel: sitronix-st7789v: add jasonic jt240mhqs-hwt-ek-e3 support (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)
  - commit 25efe81
  - drm/panel: sitronix-st7789v: add support for partial mode (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)
  - commit c599baf
  - drm/panel: sitronix-st7789v: add panel orientation support (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)
  - commit 58ac529
  - drm/panel: sitronix-st7789v: fix indentation in drm_panel_funcs (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)
  - commit 1914f1e
  - drm: bridge: dw_hdmi: Fix ELD is not updated issue (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)
  - commit dfc4ede
  - drm/loongson: Add a check for lsdc_bo_create() errors (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)
  - commit feecccb
  - drm/doc: fix underline for section "DRM Sync Objects" (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)
  - commit 07e884e
  - drm/exynos: remove redundant of_match_ptr (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)
  - commit 5891630
  - drm/exynos: fix a possible null-pointer dereference due to data race (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)
  - commit fa84703
  - drm/i915: Remove unnecessary include (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)
  - commit cba28e5
  - drm/i915: Invalidate the TLBs on each GT (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)
  - commit de0d775
  - i915/drm/gt: Move the gt defines in the gt directory (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)
  - commit 829daf2
  - drm/i915/gt: Move TLB invalidation to its own file (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)
  - commit 2bcf31f
  - drm/i915/selftest/gsc: Ensure GSC Proxy init completes before (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)
  - commit 6aadf7c
  - drm/i915: Use the i915_vma_flush_writes helper (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)
  - commit 97bcfcb
  - drm/i915: Replace i915->gt0 with to_gt(i915) (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)
  - commit 3a2d9f8
  - drm/i915: use direct alias for i915 in requests (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)
  - commit ba6ddc4
  - drm/i915/huc: check HuC and GuC version compatibility on MTL (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)
  - commit a4d64c0
  - drm/i915: Expose RPS thresholds in sysfs (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)
  - commit dd1a7f2
  - drm/i915: Add helpers for managing rps thresholds (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)
  - commit b03c6e3
  - drm/i915: Record default rps threshold values (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)
  - commit ff9fa89
  - drm/i915: Move setting of rps thresholds to init (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)
  - commit f89f671
  - drm/i915/gt: Do not use stolen on MTL (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)
  - commit f01c0e1
  - drm/i915/mtl: Update cache coherency setting for context structure (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)
  - commit 60a424c
  - drm/i915/guc: Dump perf_limit_reasons for debug (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)
  - commit f110152
  - drm/i915: Remove some dead "code" (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)
  - commit 3293a8e
  - drm/i915/gt: Also check set bits in clr_set() (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)
  - commit b0cf0d8
  - drm/i915/gt: Remove bogus comment on IVB_FBC_RT_BASE_UPPER (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)
  - commit c59a88d
  - drm/i915/gt: Enable read back on XEHP_FF_MODE2 (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)
  - commit 2103951
  - drm/i915/gt: Drop read from GEN8_L3CNTLREG in ICL workaround (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)
  - commit bc1c09d
  - drm/i915/gt: Fix context workarounds with non-masked regs (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)
  - commit dc0012e
  - drm/i915/gt: Clear all bits from GEN12_FF_MODE2 (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)
  - commit a70fc82
  - drm/i915/gt: Move wal_get_fw_for_rmw() (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)
  - commit 7171e88
  - drm/i915: Replace kmap() with kmap_local_page() (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)
  - commit a12e8ef
  - drm/i915: Extend Wa_14015795083 platforms (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)
  - commit 380f587
  - drm/i915/mtl: Update workaround 14018778641 (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)
  - commit 16276de
  - drm/i915/gsc: Fix intel_gsc_uc_fw_proxy_init_done with directed (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)
  - commit da3f228
  - drm/i915/mtl/gsc: Add a gsc_info debugfs (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)
  - commit 1652e32
  - drm/i915/mtl/gsc: query the GSC FW for its compatibility version (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)
  - commit 2e10575
  - drm/i915/mtl/gsc: extract release and security versions from the gsc (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)
  - commit c8b6706
  - drm/i915/gsc: fixes and updates for GSC memory allocation (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)
  - commit 908a032
  - drm/i915: Fix a VMA UAF for multi-gt platform (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)
  - commit a97f282
  - drm/i915/uncore: fix race around i915->params.mmio_debug (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)
  - commit e63d491
  - drm/i915/uncore: split unclaimed_reg_debug() to header and footer (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)
  - commit cebd2e9
  - drm/i915: Add function to clear scanout flag for vmas (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)
  - commit 9da98e0
  - drm/i915/display: Remove i915_gem_object_types.h from (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)
  - commit a04382c
  - drm/i915: Add getter/setter for i915_gem_object->frontbuffer (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)
  - commit 525d907
  - drm/i915: Add macros to get i915 device from i915_gem_object (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)
  - commit dc6f202
  - drm/i915/color: Downscale degamma lut values read from hardware (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)
  - commit f2b9c31
  - drm/i915/color: Upscale degamma values for MTL (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)
  - commit df8042c
  - drm/i915/hotplug: Reduce SHPD_FILTER to 250us (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)
  - commit 674cba9
  - drm/i915: Simplify expression &to_i915(dev)->drm (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)
  - commit 1ef7023
  - drm/i915: Start using plane scale factor for relative data rate (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)
  - commit 0b37a3b
  - drm/i915/display: Do not use stolen on MTL (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)
  - commit a75a536
  - drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config (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)
  - commit 69f0f01
  - drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420 (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)
  - commit 7ec52cb
  - drm/i915/drm: Fix comment for YCbCr20 qp table declaration (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)
  - commit bb7b573
  - drm/i915/dsc: Move rc param calculation for native_420 (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)
  - commit f5c59c2
  - i915/display/hotplug: use drm_kms_helper_connector_hotplug_event() (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)
  - commit ad8f107
  - drm/i915: Don't rely that 2 VDSC engines are always enough for pixel (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)
  - commit 51cffb0
  - drm/i915: Add helper function for getting number of VDSC engines (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)
  - commit df2d5b6
  - drm/i915: Try to initialize DDI/ICL+ DSI ports for every VBT child (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)
  - commit a4b4463
  - drm/i915/bios: Extract intel_bios_encoder_port() (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)
  - commit 088be40
  - drm/i915: Remove AUX CH sanitation (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)
  - commit 18b1483
  - drm/i915: Remove DDC pin sanitation (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)
  - commit 0361771
  - drm/i915: Only populate aux_ch if really needed (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)
  - commit cb19e55
  - drm/i915: Initialize dig_port->aux_ch to NONE to be sure (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)
  - commit 0b71c19
  - drm/i915: Fail if DSC compression requirement is less than platform (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)
  - commit d50b703
  - drm/i915/dram: replace __raw_uncore_read32() with (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)
  - commit 1c766d4
  - drm/i915/uncore: add intel_uncore_regs() helper (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)
  - commit c59a1f1
  - drm/i915: make device info a const pointer to rodata (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)
  - commit ad4fb2d
  - drm/i915: move display device and runtime info to struct (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)
  - commit 94c8366
  - drm/i915: fix display info usage (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)
  - commit 97df2d1
  - drm/i915: separate display info printing from the rest (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)
  - commit d0d0175
  - drm/i915: move platform_engine_mask and memory_regions to device info (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)
  - commit 80b266e
  - drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence() (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)
  - commit 3ff6e6f
  - drm/doc: fix duplicate declaration warning (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)
  - commit de0909f
  - drm/i915: Prevent needless toggling of DC states during modesets (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)
  - commit 73b12aa
  - drm/i915: Add way to specify the power-off delay of a display power (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)
  - commit fdac847
  - drm/i915: Remove redundant forward declarations from display power (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)
  - commit 4cc76b6
  - drm/i915/hdcp: Add a debug statement at hdcp2 capability check (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)
  - commit 42bc19c
  - drm/i915/mtl: Skip using vbt hdmi_level_shifter selection on MTL (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)
  - commit d9dc382
  - drm/i915/mtl: Add new vswing table for C20 phy to support DP 1.4 (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)
  - commit f8da2f9
  - drm/i915/mtl: update DP 2.0 vswing table for C20 phy (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)
  - commit e60fc93
  - drm/i915: Convert HSW/BDW to use port_mask for DDI probe (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)
  - commit 6449f3e
  - drm/i915: Init DDI outputs based on port_mask on skl+ (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)
  - commit 24570a7
  - drm/i915: Beef up SDVO/HDMI port checks (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)
  - commit c275f39
  - drm/i915: Assert that the port being initialized is valid (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)
  - commit 7371a54
  - drm/i915: Assert that device info bitmasks have enough bits (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)
  - commit f26f2e7
  - drm/i915: Introduce device info port_mask (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)
  - commit 55d6381
  - drm/i915: Remove bogus DDI-F from hsw/bdw output init (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)
  - commit 6bddfa5
  - drm/i915/psr: Re-enable PSR1 on hsw/bdw (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)
  - commit 26e4a4e
  - drm/i915/psr: Allow PSR with sprite enabled on hsw/bdw (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)
  - commit f2de9f3
  - drm/i915/psr: Don't skip both TP1 and TP2/3 on hsw/bdw (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)
  - commit fd0ee6d
  - drm/i915/psr: Do no mask display register writes on hsw/bdw (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)
  - commit 8b2a6d1
  - drm/i915/psr: Implement WaPsrDPRSUnmaskVBlankInSRD:hsw (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)
  - commit 7e7c9eb
  - drm/i915/psr: Implement WaPsrDPAMaskVBlankInSRD:hsw (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)
  - commit 1c5c702
  - drm/i915/psr: Restore PSR interrupt handler for HSW (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)
  - commit 45ab5e3
  - drm/i915/psr: HSW/BDW have no PSR2 (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)
  - commit 2343131
  - drm/i915/psr: Bring back HSW/BDW PSR AUX CH registers/setup (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)
  - commit aa7143e
  - drm/i915/psr: Reintroduce HSW PSR1 registers (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)
  - commit 9c21736
  - drm/i915/psr: Wrap PSR1 register with functions (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)
  - commit 0f3dafc
  - drm/i915: Re-init clock gating on coming out of PC8+ (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)
  - commit 8fb1c6d
  - drm/i915/mtl: Cleanup usage of phy lane reset (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)
  - commit 78ccd90
  - drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism (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)
  - commit b1f6a34
  - drm/i915/dsi: Remove weird has_pch_encoder asserts (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)
  - commit 95767d3
  - drm/i915/dsi: Grab the crtc from the customary place (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)
  - commit 034f810
  - drm/i915/dsi: Move panel reset+power off to be the last thing (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)
  - commit 0858323
  - drm/i915/dsi: Respect power_off_delay on icl+ (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)
  - commit d35308c
  - drm/i915/dsi: Do DSC/scaler disable earlier on icl+ (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)
  - commit 07e1247
  - drm/i915/dsi: Move most things from .disable() into .post_disable() (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)
  - commit bfacdc5
  - drm/i915/dsi: Implement encoder->shutdown() for icl+ (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)
  - commit c8ffc2c
  - drm/i915/dsi: Respect power cycle delay on icl+ (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)
  - commit 0be8bcf
  - drm/i915/dsi: Gate DSI clocks earlier (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)
  - commit 5449fba
  - drm/i915/dsi: Split icl+ D-PHY vs. DSI timing steps (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)
  - commit becb7aa
  - drm/i915/dsi: Print the VBT MIPI sequence delay duration (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)
  - commit d31f23e
  - drm/i915/dsi: Do display on sequence later on icl+ (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)
  - commit 6cfe0ec
  - drm/i915/dsi: Do panel power on + reset deassert earlier on icl+ (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)
  - commit 1d89b73
  - drm/i915/gmch: avoid unused variable warning (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)
  - commit 8ce9713
  - fbdev/ps3fb: Build without kernel device (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)
  - commit f3b9ff8
  - drm/doc: document that PRIME import/export is always supported (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)
  - commit 8833490
  - drm/doc: document drm_event and its types (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)
  - commit b7e9055
  - drm/doc: add warning about connector_type_id stability (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)
  - commit 3c566b1
  - drm/doc: use proper cross-references for sections (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)
  - commit f710bd3
  - fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb static (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)
  - commit 7bcd44f
  - drm/drm_plane.h: fix grammar of the comment (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)
  - commit c57a12e
  - drm: bridge: dw_hdmi: Add cec suspend/resume functions (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)
  - commit 5a55e1e
  - drm/panel-simple: Add Innolux G156HCE-L01 panel entry (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)
  - commit e7b810f
  - drm/panel: Fix todo indentation for panel prepared/enabled cleanup (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)
  - commit ac87aa1
  - drm/panel: Fix kernel-doc typo for `follower_lock` (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)
  - commit c6a38fd
  - drm/tiny: panel-mipi-dbi: Allow sharing the D/C GPIO (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)
  - commit 63f8cc7
  - drm/mipi-dbi: Lock SPI bus before setting D/C GPIO (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)
  - commit 3499f43
  - drm/bridge: Add debugfs print for bridge chains (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)
  - commit 4659152
  - drm/panel: Add a way for other devices to follow panel state (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)
  - commit 2a5ab63
  - drm/panel: Check for already prepared/enabled in drm_panel (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)
  - commit 46a0a32
  - drm/panel-edp: Add enable timings for N140HCA-EAC panel (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)
  - commit 2092d1c
  - drm/panel: sitronix-st7789v: Check display ID (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)
  - commit 8e9c7c8
  - drm/panel: sitronix-st7789v: Add EDT ET028013DMA panel support (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)
  - commit 7cd0bfe
  - drm/panel: sitronix-st7789v: Clarify a definition (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)
  - commit 8b28196
  - drm/panel: sitronix-st7789v: Use 9 bits per spi word by default (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)
  - commit eeb06a1
  - drm/panel: sitronix-st7789v: add Inanbo T28CP45TN89 support (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)
  - commit bfee63e
  - drm/panel: sitronix-st7789v: avoid hardcoding polarity info (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)
  - commit 66c8cb3
  - drm/panel: sitronix-st7789v: avoid hardcoding invert mode (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)
  - commit 162e49f
  - drm/panel: sitronix-st7789v: add media bus format (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)
  - commit a75d367
  - drm/panel: sitronix-st7789v: avoid hardcoding panel size (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)
  - commit 4888077
  - drm/panel: sitronix-st7789v: avoid hardcoding mode info (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)
  - commit d5cbcc6
  - drm/panel: sitronix-st7789v: improve error handling (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)
  - commit ff70c7a
  - drm/panel: sitronix-st7789v: simplify st7789v_spi_write (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)
  - commit a2eedcf
  - drm/panel: sitronix-st7789v: make reset GPIO optional (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)
  - commit 30f3624
  - drm/panel: sitronix-st7789v: remove unused constants (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)
  - commit 674e16d
  - drm/panel: sitronix-st7789v: add SPI ID table (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)
  - commit b741341
  - drm/tests: Alloc drm_device on drm_exec tests (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)
  - commit 706217b
  - drm/virtio: Support sync objects (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)
  - commit 831798d
  - fbdev: Align deferred I/O with naming of helpers (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)
  - commit b696d52
  - fbdev: Use _DMAMEM_ infix for DMA-memory helpers (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)
  - commit 3662914
  - fbdev: Use _SYSMEM_ infix for system-memory helpers (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)
  - commit 6496dc4
  - fbdev: Use _IOMEM_ infix for I/O-memory helpers (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)
  - commit 27f5009
  - drm/panel: Support for startek-kd070fhfid015 MIPI-DSI panel (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)
  - commit fafa60b
  - drm/panel: ilitek-ili9881c: Add TDO TL050HDV35 LCD panel (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)
  - commit dadec3d
  - drm: panel: simple: specify bpc for powertip_ph800480t013_idf02 (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)
  - commit 4a430a9
  - drm/panel: r66451: select CONFIG_DRM_DISPLAY_DP_HELPER (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)
  - commit 5260952
  - drm/vc4: tests: pv-muxing: Document test scenario (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)
  - commit 2cfc6ff
  - drm/vc4: tests: Switch to atomic state allocation helper (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)
  - commit a4a328b
  - drm/vc4: tests: pv-muxing: Switch to managed locking init (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)
  - commit b515ed5
  - drm/vc4: tests: mock: Use a kunit action to unregister DRM device (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)
  - commit af3ac14
  - drm/vc4: tests: pv-muxing: Remove call to (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)
  - commit e15fd33
  - drm/tests: helpers: Create a helper to allocate an atomic state (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)
  - commit adcacda
  - drm/tests: helpers: Create a helper to allocate a locking ctx (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)
  - commit f5cfe1e
  - drm/tests: probe-helper: Remove call to (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)
  - commit bec27ca
  - drm/tests: modes: Remove call to drm_kunit_helper_free_device() (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)
  - commit 9cd286c
  - drm/tests: client-modeset: Remove call to (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)
  - commit 280cb78
  - drm/tests: helpers: Switch to kunit actions (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)
  - commit b8b3c17
  - drm/ssd130x: clean up some inconsistent indenting (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)
  - commit fe12b62
  - drm: Fix references to drm_plane_helper_check_state() (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)
  - commit 33279fc
  - drm/todo: Convert list of fbconv links to footnotes (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)
  - commit 88d5a79
  - drm/todo: Add atomic modesetting references (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)
  - commit db94af5
  - drm: Spelling s/randevouz/rendez-vous/ (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)
  - commit 69aff4f
  - drm: Spelling s/sempahore/semaphore/ (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)
  - commit 8e184c4
  - drm/udl: Convert to drm_crtc_helper_atomic_check() (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)
  - commit ee2f8db
  - drm/bridge_connector: Handle drm_connector_init_with_ddc() failures (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)
  - commit 2ffa0bc
  - gpu: ipu-v3: prg: Convert to devm_platform_ioremap_resource() (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)
  - commit 8c7e4ea
  - gpu: ipu-v3: pre: Convert to devm_platform_ioremap_resource() (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)
  - commit 63773c8
  - drm/imx/ipuv3: ipuv3-plane: reuse local variable height in (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)
  - commit 8e032d6
  - drm/imx/dcss: Use dev_err_probe (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)
  - commit ebb58fd
  - drm/panel: simple: Simplify matching using of_device_get_match_data() (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)
  - commit 2711515
  - video: logo: LOGO should depend on FB_CORE i.s.o. FB (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)
  - commit 6cb8553
  - Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()" (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)
  - commit 2cef5e4
  - drm/vkms: Fix race-condition between the hrtimer and the atomic (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)
  - commit 6af482c
  - drm/vkms: Add support to 1D gamma LUT (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)
  - commit 5d4c645
  - drm/tegra: sor: Convert to devm_platform_ioremap_resource() (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)
  - commit 5b9e7be
  - drm/tegra: hdmi: Convert to devm_platform_ioremap_resource() (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)
  - commit beb4e39
  - drm/tegra: output: hdmi: Support bridge/connector (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)
  - commit 9998518
  - drm/tegra: Enable runtime PM during probe (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)
  - commit 0f8263a
  - drm/tegra: dpaux: Use devm_platform_ioremap_resource() (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)
  - commit 4749140
  - gpu: host1x: Return error when context device not attached to IOMMU (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)
  - commit 21ed0ae
  - drm/tegra: Add error check for NVDEC firmware memory allocation (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)
  - commit 45b5644
  - drm/i915: Avoid -Wconstant-logical-operand in (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)
  - commit 86ee25c
  - drm/v3d: Avoid -Wconstant-logical-operand in (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)
  - commit cb84a72
  - drm/ssd130x: Use shadow-buffer helpers when managing plane's state (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)
  - commit edab47f
  - drm: xlnx: zynqmp_dpsub: Use devm_platform_ioremap_resource_byname() (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)
  - commit 24490ef
  - drm: xlnx: zynqmp_dpsub: Use dev_err_probe instead of dev_err (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)
  - commit 93896f6
  - drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() -> (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)
  - commit 59d5cd2
  - drm/amdgpu: correct vmhub index in GMC v10/11 (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)
  - commit cdd39f4
  - drm/amdgpu: Fix non-standard format specifiers in (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)
  - commit 90caeb8
  - drm/amdgpu: set completion status as preempted for the resubmission (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)
  - commit 1e5b481
  - drm/radeon: Fix ENOSYS with better fitting error codes in (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)
  - commit a827a3e
  - drm/radeon: Remove unnecessary NULL test before kfree in (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)
  - commit 2aae7e3
  - drm/amdgpu: Use parentheses for sizeof *numa_info in (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)
  - commit c18a31f
  - drm/amdgpu: Fix unnecessary else after return in 'amdgpu_eeprom_xfer' (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)
  - commit 4ce0726
  - drm/amdgpu/discovery: enable PSP 14.0.0 support (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)
  - commit ecd5ef8
  - drm/amdgpu: add PSP 14.0.0 support (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)
  - commit 986dbf6
  - drm/radeon: Fix format error (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)
  - commit a9a7212
  - drm/amdkfd: fix and enable ttmp setup for gfx11 (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)
  - commit 5a3ece9
  - drm/amdgpu: Move externs to amdgpu.h file from amdgpu_drv.c (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)
  - commit 2bc1a9b
  - drm/amdgpu: Prefer dev_* variant over printk in amdgpu_atpx_handler.c (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)
  - commit 653e64b
  - drm/amdgpu: Fix no new typedefs for enum _AMDGPU_DOORBELL_* (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)
  - commit 83861fa
  - drm/amdgpu: Fix ENOSYS means 'invalid syscall nr' in amdgpu_device.c (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)
  - commit 4dfff54
  - drm/amdgpu: remove repeat code for mes_add_queue_pkt (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)
  - commit b10b31d
  - drm/amdgpu: Checkpoint and Restore VRAM BOs without VA (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)
  - commit d06261d
  - drm/amdgpu: enable trap of each kfd vmid for gfx v9.4.3 (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)
  - commit 1ef12ad
  - drm/amd/pm: open brace '{' following struct go on the same line (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)
  - commit 93dc34f
  - drm/amd/pm: open brace '{' following function definitions go on the (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)
  - commit 013bbb2
  - drm/amd/pm: that open brace { should be on the previous line (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)
  - commit 8a47185
  - drm/amd/pm: Clean up errors in arcturus_ppt.c (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)
  - commit ca11d69
  - drm/amd/pm: Clean up errors in arcturus_ppt.c (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)
  - commit e48f777
  - drm/amd/pm: Clean up errors in navi10_ppt.c (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)
  - commit 4d84a0d
  - drm/amd/pm: add missing spaces before '(' (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)
  - commit bec02db
  - drm/radeon: Move assignment outside if condition (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)
  - commit 4798838
  - drm/radeon: that open brace { should be on the previous line (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)
  - commit 7783345
  - drm/radeon: that open brace { should be on the previous line (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)
  - commit 0e34a30
  - drm/radeon: add missing spaces after ',' and else should follow close (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)
  - commit 3fed5bd
  - drm/radeon: add missing spaces before ';' (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)
  - commit 6b06db7
  - drm/radeon/si_dpm: open brace '{' following struct go on the same (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)
  - commit 29c3fa5
  - drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metrics (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)
  - commit 33cc0f5
  - drm/amdgpu: load sdma ucode in the guest machine (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)
  - commit 701291a
  - drm/amdgpu: Use seq_puts() instead of seq_printf() (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)
  - commit 2c27823
  - drm/amdgpu: Remove else after return in 'is_fru_eeprom_supported' (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)
  - commit 9af2cfb
  - drm/amd/display: Remove else after return in 'dm_vblank_get_counter' (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)
  - commit 08c8e7e
  - drm/amdgpu: Add -ENOMEM error handling when there is no memory (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)
  - commit b386519
  - drm/amdgpu: Check APU flag to disable RAS (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)
  - commit bd2f1a9
  - drm/amdgpu: fix the indexing issue during rlcg access ctrl init (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)
  - commit f5df6f2
  - drm/amdgpu: add VISIBLE info in amdgpu_bo_print_info (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)
  - commit 0bf4a8f
  - drm/amdkfd: avoid svm dump when dynamic debug disabled (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)
  - commit ebc2915
  - drm/radeon: ERROR: "foo * bar" should be "foo *bar" (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)
  - commit 6104195
  - drm/amdgpu: open brace '{' following struct go on the same line (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)
  - commit 4488dca
  - drm/amd/pm: open brace '{' following struct go on the same line (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)
  - commit dd8fe74
  - drm/amd: open brace '{' following struct go on the same line (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)
  - commit 6fb2d67
  - drm/amd/display: 3.2.244 (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)
  - commit ead3e73
  - drm/amd/display: Fix underflow issue on 175hz timing (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)
  - commit 4b97e6e
  - drm/amd/display: Add interface to modify DMUB panel power options (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)
  - commit 0b99c49
  - drm/amd/display: Rearrange dmub_cmd defs order (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)
  - commit 37cb26c
  - drm/amd/display: Remove check for default eDP panel_mode (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)
  - commit f76bdeb
  - drm/amdgpu: Fix style issues in amdgpu_gem.c (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)
  - commit d449e5c
  - drm/amd/display: Add new sequence for 4-lane HBR3 on vendor specific (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)
  - commit 719cfc9
  - drm/amd/display: Update DPG test pattern programming (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)
  - commit a876938
  - drm/amd/display: Correct unit conversion for vstartup
    (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).
  - commit 454d046
  - drm/amd/display: Refactor recout calculation with a more generic (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)
  - commit e794682
  - drm/amd/display: Read down-spread percentage from lut to adjust (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)
  - commit 22873ff
  - drm/amd/display: Prevent invalid pipe connections (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)
  - commit 1fffd4e
  - drm/amdgpu: Update ring scheduler info as needed (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)
  - commit 9e5493a
  - drm/amdgpu: Enabling FW workaround through shared memory for VCN4_0_2 (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)
  - commit 261d0dc
  - drm/amd/display: Add VESA SCR case for default aux backlight (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)
  - commit 9d2c5d7
  - drm/radeon: Prefer dev_* variant over printk (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)
  - commit d5877a6
  - drm/radeon: Fix style issues in radeon _encoders.c & _gart.c (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)
  - commit 74398cb
  - drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c (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)
  - commit 3e3a03c
  - drm/radeon: Avoid externs & do not initialize globals to 0 in (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)
  - commit 4bcfc1c
  - drm/amd/display: Correct grammar mistakes (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)
  - commit 785bd04
  - drm/amdgpu: Return -ENOMEM when there is no memory in (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)
  - commit 1654426
  - drm/amdgpu: Fix do not add new typedefs in amdgpu_fw_attestation.c (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)
  - commit d7f8392
  - drm/amdgpu: Prefer #if IS_ENABLED over #if defined in amdgpu_drv.c (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)
  - commit baae507
  - drm/amdkfd: enable cooperative groups for gfx11 (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)
  - commit 7a5440f
  - drm/amdgpu: set sw state to gfxoff after SR-IOV reset (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)
  - commit dbe4c6a
  - drm/amdgpu: Fix one kernel-doc comment (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)
  - commit 9f1ed40
  - drm/amdgpu: Program xcp_ctl registers as needed (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)
  - commit 5a83804
  - drm/amd/display: Allow building DC with clang on RISC-V (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)
  - commit e3fbbcb
  - drm/amd/display: remove an unused file (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)
  - commit 519a329
  - drm/radeon: Prefer pr_err/_info over printk (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)
  - commit 1de20f5
  - drm/amdgpu: allow secure submission on VCN4 ring (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)
  - commit b6aa4c6
  - drm/amd: Avoid reading the VBIOS part number twice (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)
  - commit fda2f9e
  - drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (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)
  - commit 4a124c4
  - drm/amd/display: Promote DAL to 3.2.243 (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)
  - commit 3f2e43b
  - drm/amd/display: Add missing triggers for full updates (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)
  - commit 35b6f08
  - drm/amd/display: ABM pause toggle (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)
  - commit 97f0ac0
  - drm/amd/display: Fix ASIC check in aux timeout workaround (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)
  - commit f32bae8
  - drm/amd/display: Add link encoding to timing BW calculation (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)
  - commit 27584f5
  - drm/amd/display: Add stream overhead in BW calculations for 128b/132b (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)
  - commit 179397b
  - drm/amd/display: Initialize necessary uninitialized variables (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)
  - commit 4bad940
  - drm/amd/display: Add helpers to get DMUB FW boot options (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)
  - commit e78b39b
  - drm/amd/display: Promote DAL to 3.2.242 (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)
  - commit 783fc6e
  - drm/amd/display: Update 128b/132b downspread factor to 0.3% (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)
  - commit edd50e4
  - drm/amd/display: Fix race condition when turning off an output alone (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)
  - commit 0fe89d6
  - drm/amd/display: add additional refresh rate conditions for SubVP (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)
  - commit 3008066
  - drm/amd/display: refine to decide the verified link setting (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)
  - commit 8ffaef0
  - drm/amd/display: Fix DP2 link training failure with RCO (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)
  - commit ad159f7
  - drm/amd/display: Cache backlight_millinits in link structure and (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)
  - commit 3d86bfb
  - drm/amd/display: Reenable all root clock gating options (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)
  - commit a9e4df1
  - drm/amd/display: Update SW cursor fallback for subvp high refresh (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)
  - commit e72efdb
  - drm/amd/display: Skip querying caps when DMCUB emulation is in use (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)
  - commit 97c09e0
  - drm/amd/display: Update scaler recout data for visual confirm (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)
  - commit d6832ff
  - drm/amd/display: Skip enabling DMCUB when using emulation (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)
  - commit 508bec8
  - drm/amd/display: Reduce stack size (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)
  - commit 70178bb
  - drm/amd/display: Hardcode vco_freq for dcn316 (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)
  - commit 966a55c
  - drm/amd/display: Add missing static (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)
  - commit 9ee4bfa
  - drm/amd/display: Remove unused function (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)
  - commit 4559837
  - drm/amd/display: Improve the include of header file (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)
  - commit f71a98f
  - drm/amd/display: Re-add aux intercept disable delay generically for (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)
  - commit 17aa4fe
  - drm/amd/display: Use is_dig_enable function instead of dcn10 hardcode (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)
  - commit 2dbe713
  - drm/amd/display: Setup stream encoder before link enable for TMDS (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)
  - commit 9b8007b
  - drm/amdgpu: create a new file for doorbell manager (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)
  - commit 7e4b13d
  - drm/amdgpu: Add dcdebugmask option to enable DPIA trace (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)
  - commit e344d61
  - drm/amdgpu: Disable RAS by default on APU flatform (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)
  - commit dd97747
  - drm/amdgpu: Enable aqua vanjaram RAS (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)
  - commit ad66a9a
  - drm/amdgpu: Avoid possiblity of kernel crash in 'gmc_v8_0, (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)
  - commit ea09927
  - drm/amd/display: Eliminate warnings in amdgpu_dm_helpers.c (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)
  - commit dcec46e
  - drm/amd/display: Clean up style problems in amdgpu_dm_hdcp.c (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)
  - commit d09d525
  - drm/amd/display: Implement zpos property (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)
  - commit 3a4a519
  - drm/amd/display: Enable 3 plane for DCN 3.01 (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)
  - commit 5ea97a2
  - drm/amd/display: Expose more formats for overlay planes on DCN (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)
  - commit e25ebd9
  - Revert "drm/amdgpu:update kernel vcn ring test" (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)
  - commit 5f089c4
  - Revert "drm/amdgpu: update kernel vcn ring test" (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)
  - commit adec383
  - drm/amdgpu: Fix error & warnings in gmc_v8_0.c (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)
  - commit b2daa41
  - drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct (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)
  - commit 9338bd2
  - drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq' (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)
  - commit 528c8a6
  - drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2 (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)
  - commit 32e2bb7
  - drm/amdgpu: update kernel vcn ring test (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)
  - commit 932bd40
  - drm/amdgpu:update kernel vcn ring test (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)
  - commit 3b323da
  - drm/amdgpu: add watchdog timer enablement for gfx_v9_4_3 (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)
  - commit 9bee1ae
  - drm/amdkfd: Update CWSR grace period for GFX9.4.3 (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)
  - commit fe0e194
  - drm/radeon: ERROR: "(foo*)" should be "(foo *)" (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)
  - commit 73466ed
  - drm/radeon: ERROR: that open brace { should be on the previous line (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)
  - commit a9940d0
  - drm/radeon: ERROR: "(foo*)" should be "(foo *)" (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)
  - commit 49a8b69
  - drm/radeon: ERROR: "(foo*)" should be "(foo *)" (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)
  - commit 87f9c7b
  - drm/radeon: ERROR: "foo * bar" should be "foo *bar" (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)
  - commit ebc9d69
  - drm/amdgpu: use psp_execute_load_ip_fw instead (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)
  - commit b5cad4e
  - drm/amdgpu: rename psp_execute_non_psp_fw_load and make it global (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)
  - commit de5efba
  - drm/amdkfd: add multi-process debugging support for GC v9.4.3 (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)
  - commit f4646d0
  - drm/amdkfd: enable watch points globally for gfx943 (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)
  - commit ea10c46
  - drm/amdkfd: restore debugger additional info for gfx v9_4_3 (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)
  - commit 0a655f4
  - drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3 (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)
  - commit 68b0192
  - drm/amdgpu: Increase soft IH ring size (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)
  - commit 686cc56
  - drm/amdgpu/gfx10: move update_spm_vmid() out of rlc_init() (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)
  - commit 77d6f54
  - drm/amdgpu/gfx9: move update_spm_vmid() out of rlc_init() (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)
  - commit 234df01
  - drm/amdgpu: Fix errors & warnings in gfx_v10_0.c (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)
  - commit cf748eb
  - drm/amdgpu: Fix warnings in gfxhub_ v3_0, v3_0_3.c (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)
  - commit 3e3a4df
  - drm/amdgpu: Fix warnings in gmc_v8_0.c (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)
  - commit 96581b1
  - drm/amd/pm: disbale dcefclk device sysnode on GFX v9.4.3 chip (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)
  - commit 0eb34dc
  - drm/amdgpu/vkms: drop redundant set of fb_modifiers_not_supported (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)
  - commit 06d678c
  - drm/amdgpu: Remove else after return statement in (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)
  - commit 613db86
  - drm/amdgpu: Fix warnings in gmc_v11_0.c (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)
  - commit e3485cb
  - drm/amdgpu: Remove else after return statement in (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)
  - commit 8ee5ce2
  - drm/amdgpu: Fix warnings in gfxhub_v2_1.c (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)
  - commit d49da36
  - drm/amdgpu: Fix errors & warnings in gmc_ v6_0, v7_0.c (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)
  - commit c33614f
  - drm/amdgpu: Fix warnings in gmc_v10_0.c (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)
  - commit b6e4141
  - drm/amdgpu: Prefer dev_warn over printk (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)
  - commit c82f8a9
  - drm/amdgpu: Fix warnings in gfxhub_v2_0.c (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)
  - commit 37b495e
  - drm/amdgpu: Remove redundant GFX v9.4.3 sequence (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)
  - commit b48a00a
  - drm/amdgpu: Fix warnings in gfxhub_ v1_0, v1_2.c (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)
  - commit 9ee0ecc
  - drm/amd/display: Block optimize on consecutive FAMS enables (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)
  - commit 1597052
  - drm/amdgpu: Fix error & warnings in gmc_v9_0.c (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)
  - commit f9dccd1
  - drm/amdgpu: Change golden settings for GFX v9.4.3 (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)
  - commit e03daa7
  - drm/amdkfd: Skip handle mapping SVM range with no GPU access (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)
  - commit 8477aab
  - drm/amd/amdgpu: Add cu_occupancy sysfs file to GFX9.4.3 (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)
  - commit fe02625
  - drm/amdgpu: have bos for PDs/PTS cpu accessible when kfd uses cpu to (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)
  - commit 909192c
  - drm/amdkfd: Use KIQ to unmap HIQ (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)
  - commit ef49739
  - drm/amd/display: Clean up warnings in amdgpu_dm _mst_types, _plane, (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)
  - commit ee880e0
  - drm/amd/display: Remove unnecessary casts in amdgpu_dm_helpers.c (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)
  - commit 2f25065
  - drm/amd/display: Clean up warnings in amdgpu_dm_pp_smu.c (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)
  - commit 126ae0a
  - drm/amdgpu: skip address adjustment for GFX RAS injection (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)
  - commit 297bff1
  - drm/amdgpu: Update invalid PTE flag setting (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)
  - commit 1c60de9
  - drm/amdgpu: return an error if query_video_caps is not set (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)
  - commit 800c1a4
  - drm/amdkfd: Access gpuvm_export_dmabuf() API to get Dmabuf (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)
  - commit 85776dc
  - drm/amd: adjust whitespace for amdgpu_psp.h (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)
  - commit 262c697
  - drm/amd: Detect IFWI or PD upgrade support in psp_early_init() (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)
  - commit 8cbe487
  - drm/amd: Add documentation for how to flash a dGPU (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)
  - commit d54c4f5
  - drm/amd: Convert USB-C PD F/W attributes into groups (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)
  - commit 65f8cf9
  - drm/amd: Make flashing messages quieter (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)
  - commit 0296b9b
  - drm/amd: Use attribute groups for PSP flashing attributes (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)
  - commit 5a0b2e4
  - drm/amd/display: fix comment typo (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)
  - commit b109605
  - drm/amd/display: Use seq_puts() in 'amdgpu_current_colorspace_show()' (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)
  - commit 5d3eeab
  - drm/amd/display: Remove redundant braces in (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)
  - commit c590c8f
  - drm/amd/display: Clean up style problems in amdgpu_dm_irq.c (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)
  - commit b9cb92a
  - drm/amd/display: Remove else after return in (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)
  - commit 1c6fbc9
  - drm/amd/display: Remove else after return statement in (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)
  - commit 3f99186
  - drm/amdgpu: Rename aqua_vanjaram_reg_init.c (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)
  - commit fdd923b
  - dma-buf: Fix the typo in DMA-BUF statistics doc (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)
  - commit 13cf6f4
  - drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback (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)
  - commit 958888c
  - drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpers (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)
  - commit c9613b1
  - drm/ast: Do not enable PCI resources multiple times (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)
  - commit 0e037fe
  - drm/panel: ld9040: add backlight Kconfig dependency (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)
  - commit 499e82b
  - fbdev: Harmonize some comments in <linux/fb.h> (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)
  - commit 29509e3
  - fbdev: Remove FB_DEFAULT_SYS_OPS (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)
  - commit 2992fbc
  - drm/omapdrm: Set fbdev FBINFO_VIRTFB flag (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)
  - commit 59746a6
  - drm/omapdrm: Use GEM mmap for fbdev emulation (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)
  - commit 82bed15
  - drm/omapdrm: Set VM flags in GEM-object mmap function (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)
  - commit f025097
  - drm/exynos: Set fbdev FBINFO_VIRTFB flag (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)
  - commit e494471
  - drm/exynos: Use fbdev DMA helpers (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)
  - commit 2d6878a
  - drm/tegra: Store pointer to vmap'ed framebuffer in screen_buffer (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)
  - commit b8aa8e9
  - drm/tegra: Set fbdev FBINFO_VIRTFB flag (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)
  - commit 51d390c
  - drm/tegra: Use fbdev DMA helpers (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)
  - commit 0bf4739
  - drm/fbdev-dma: Use fbdev DMA helpers (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)
  - commit 154ed75
  - fbdev: Add fb_ops init macros for framebuffers in DMA-able
    memory (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).
  - Refresh patches.suse/fbdev-Update-fbdev-source-file-paths.patch.
  - commit 1a238ca
  - drm/panel: db7430: remove unused variables (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)
  - commit f3ff447
  - fbdev: Document that framebuffer_alloc() returns zero'ed data (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)
  - commit 4a943c8
  - fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT (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)
  - commit 5312a6a
  - vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver (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)
  - commit 082f5b7
  - fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT (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)
  - commit a53440f
  - fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT (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)
  - commit 7cd4e71
  - fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs (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)
  - commit 8c84118
  - fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structs (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)
  - commit a482610
  - fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT (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)
  - commit 2a8e673
  - auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers (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)
  - commit 813952e
  - hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver (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)
  - commit 9f76926
  - media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers (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)
  - commit 2bccf05
  - staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers (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)
  - commit 8d589f4
  - fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs (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)
  - commit aa04250
  - fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs (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)
  - commit 98d7662
  - fbdev: Remove FBINFO_DEFAULT from kzalloc()'ed structs (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)
  - commit 5689e57
  - fbdev: Remove FBINFO_DEFAULT from static structs (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)
  - commit 7b5ba4b
  - drm: Remove flag FBINFO_DEFAULT from fbdev emulation (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)
  - commit 29d4930
  - drm/managed: Clean up GFP_ flag usage in drmm_kmalloc() (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)
  - commit bd5d950
  - drm/bridge: Remove redundant i2c_client in anx7625/it6505 (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)
  - commit e6354da
  - drm/bridge: it6505: Fix Kconfig indentation (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)
  - commit eb6c702
  - drm: Make FB_CORE to be selected if DRM fbdev emulation is enabled (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)
  - commit ec9262c
  - fbdev: Split frame buffer support in FB and FB_CORE symbols (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)
  - commit baeb4cc
  - fbdev: Move core fbdev symbols to a separate Kconfig file (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)
  - commit 6da4910
  - video: Add auxiliary display drivers to Graphics support menu (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)
  - commit 2df63b6
  - drm/ssd130x: Fix pitch calculation in ssd130x_fb_blit_rect() (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)
  - commit 20b5369
  - drm/bridge: tc358767: give VSDELAY some positive value (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)
  - commit 03abf73
  - drm/bridge: tc358767: increase PLL lock time delay (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)
  - commit 47eb9e2
  - drm/arm/komeda: Remove component framework and add a simple encoder (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)
  - commit 424351c
  - drm: Explicitly include correct DT includes (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)
  - commit a0f4f63
  - gpu/host1x: Explicitly include correct DT includes (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)
  - commit e99a8b8
  - drm: debugfs: Silence warning from cast (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)
  - commit 1305306
  - drm: manager: Fix printk format for size_t (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)
  - commit 97576f2
  - drm/panel: simple: Drop prepared_time (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)
  - commit 6e01236
  - drm/syncobj: add IOCTL to register an eventfd (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)
  - commit 563d55a
  - drm: debugfs: provide infrastructure to dump a DRM GPU VA space (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)
  - commit 67ececb
  - drm: manager to keep track of GPUs VA mappings (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)
  - commit a22608a
  - drm/file: use explicit values for enum drm_minor_type (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)
  - commit b7c359e
  - drm/drv: use enum drm_minor_type when appropriate (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)
  - commit 05ab145
  - drm/panel: ld9040: Register a backlight device (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)
  - commit e87433c
  - drm/panel: ld9040: Use better magic values (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)
  - commit 225674a
  - drm/ssd130x: Change pixel format used to compute the buffer size (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)
  - commit 6ac0843
  - drm/loongson: Remove a useless check in (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)
  - commit 7bbd641
  - drm/amdgpu: use the new drm_exec object for CS v3 (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)
  - commit 3b49ee2
  - drm/amdgpu: use drm_exec for MES testing (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)
  - commit 8e5d5ab
  - drm/amdgpu: use drm_exec for GEM and CSA handling v2 (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)
  - commit 7810948
  - drm: add drm_exec selftests v4 (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)
  - commit 501f324
  - drm: execution context for GEM buffers v7 (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)
  - commit d6427a5
  - fbdev/hyperv_fb: Include <linux/screen_info.h> (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)
  - commit b5b6fdd
  - drm/arm: Make ARM devices menu depend on DRM (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)
  - commit 3158123
  - drm/ttm: Use init_on_free to delay release TTM BOs (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)
  - commit 018515d
  - drm/bridge: cdns-mhdp8546: Fix the interrupt enable/disable (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)
  - commit 211938a
  - drm/tidss: Update encoder/bridge chain connect model (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)
  - commit 9998db5
  - drm/bridge: sii902x: Set input_bus_flags in atomic_check (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)
  - commit fc9fe00
  - drm/bridge: sii902x: Support format negotiation hooks (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)
  - commit 1cded5c
  - drm/bridge: mhdp8546: Set input_bus_flags from atomic_check (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)
  - commit d561fea
  - drm/bridge: mhdp8546: Add minimal format negotiation (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)
  - commit 7b843ef
  - drm/bridge: tfp410: Set input_bus_flags in atomic_check (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)
  - commit 2baeb95
  - drm/bridge: tfp410: Support format negotiation hooks (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)
  - commit 668fcc8
  - drm/bridge: tc358767: Use devm_clk_get_enabled() helper (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)
  - commit 730a500
  - drm/nouveau/disp: use drm_kms_helper_connector_hotplug_event() (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)
  - commit 8439496
  - nouveau/dispnv50: add cursor pitch check (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)
  - commit 7badd07
  - drm/virtio: Conditionally allocate virtio_gpu_fence (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)
  - commit 806f2f3
  - fbdev/xen-fbfront: Generate deferred I/O ops (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)
  - commit 15744d2
  - fbdev/xen-fbfront: Select FB_SYS_HELPERS_DEFERRED (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)
  - commit 01d5e02
  - fbdev/ssd1307fb: Generate deferred I/O ops (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)
  - commit 2ef0955
  - fbdev/ssd1307fb: Select FB_SYS_HELPERS_DEFERRED (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)
  - commit dbe32f9
  - fbdev/metronomefb: Generate deferred I/O ops (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)
  - commit 8d568ae
  - fbdev/metronomefb: Select FB_SYS_HELPERS_DEFERRED (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)
  - commit 33d9265
  - fbdev/hecubafb: Generate deferred I/O ops (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)
  - commit 7c6aec7
  - fbdev/hecubafb: Select FB_SYS_HELPERS_DEFERRED (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)
  - commit 4755571
  - fbdev/broadsheetfb: Generate deferred I/O ops (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)
  - commit 31b0892
  - fbdev/broadsheetfb: Select FB_SYS_HELPERS_DEFERRED (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)
  - commit 4346cdd
  - sysfb: Do not include <linux/screen_info.h> from sysfb header (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)
  - commit 96a6eac
  - fbdev/sm712fb: Do not include <linux/screen_info.h> (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)
  - commit b3ceb5f
  - drm/nouveau/disp: drop unused argument in nv50_dp_mode_valid (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)
  - commit 380b88e
  - drm/nouveau/kms: don't call drm_dp_cec_set_edid() on TMDS (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)
  - commit 4efdee7
  - drm/nouveau/nvif: fix potential double-free (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)
  - commit 71d4e95
  - drm/nouveau/fifo/ga100-: add per-runlist nonstall intr handling (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)
  - commit 3576097
  - drm/nouveau/fifo/ga100-: remove individual runlists rather than (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)
  - commit 829a0e0
  - drm/nouveau/fifo: return ERR_PTR from nvkm_runl_new() (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)
  - commit 553d330
  - drm/nouveau/fifo: remove left-over references to nvkm_fifo_chan (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)
  - commit 7203dcc
  - drm/nouveau/fb/ga102-: construct vidmem heap via new gp102 paths (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)
  - commit 790f83b
  - drm/nouveau/fb/gp102-ga100: switch to simpler vram size detection (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)
  - commit 1b8133d
  - drm/nouveau/nvkm: punt spurious irq messages to debug level (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)
  - commit 1a6a02e
  - drm/nouveau/nvkm: fini object children in reverse order (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)
  - commit be0c2f3
  - drm: Add kms driver for loongson display controller (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)
  - commit fb09f02
  - drm/drm_gem.c: Remove surplus else after return (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)
  - commit 9dd4f0b
  - drm/gud: use vmalloc_array and vcalloc (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)
  - commit 83767b2
  - drm: bridge: samsung-dsim: Drain command transfer FIFO before (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)
  - commit 8ee9f13
  - drm/edid: Add quirk for OSVR HDK 2.0 (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)
  - commit 0eb8d3a
  - drm/tests: Fix swapped drm_framebuffer tests parameter names (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)
  - commit 6a86cb7
  - drm/edid: make read-only const array static (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)
  - commit e7e8ac1
  - drm/ast: Merge config and chip detection (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)
  - commit 2f33ae7
  - drm/ast: Move widescreen and tx-chip detection into separate helpers (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)
  - commit f9f7014
  - drm/ast: Detect AST 2510 model (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)
  - commit 8edb418
  - drm/ast: Detect AST 1400 model (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)
  - commit 729268b
  - drm/ast: Detect AST 1300 model (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)
  - commit 5b5b697
  - drm/ast: Distinguish among chip generations (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)
  - commit 181acce
  - drm/ast: Set up release action right after enabling MMIO (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)
  - commit cb50d55
  - drm/ast: Enable and unlock device access early during init (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)
  - commit c91d325
  - drm/ast: Set PCI config before accessing I/O registers (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)
  - commit a9c7a81
  - drm/ast: Remove device POSTing and config from chip detection (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)
  - commit 3556383
  - drm/ast: Remove dead else branch in POST code (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)
  - commit c09219a
  - drm/ast: Implement register helpers in ast_drv.h (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)
  - commit d8017e7
  - drm/ast: Remove vga2_clone field (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)
  - commit caff45a
  - drm/ttm: Don't shadow the operation context (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)
  - commit e635097
  - fbdev: Make support for userspace interfaces configurable (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)
  - commit 496f3d3
  - fbdev/core: Rework fb init code (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)
  - commit 14ba907
  - fbdev/core: Move file-I/O code into separate file (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)
  - commit 9e997e0
  - fbdev/core: Move procfs code to separate file (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)
  - commit d700660
  - fbdev/core: Add fb_device_{create,destroy}() (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).
  - Refresh patches.suse/fbdev-Update-fbdev-source-file-paths.patch.
  - commit 347dc1b
  - fbdev/core: Move framebuffer and backlight helpers into separate (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)
  - commit 3d9c3b4
  - fbdev/core: Pass Linux device to pm_vt_switch_*() functions (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)
  - commit 21a0428
  - fbdev/tdfxfb: Set i2c adapter parent to hardware device (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)
  - commit bb1555a
  - fbdev/smscufx: Detect registered fb_info from refcount (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)
  - commit 0057565
  - fbdev/sm501fb: Output message with fb_err() (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)
  - commit cd87e47
  - fbdev/sh7760fb: Use hardware device with dev_() output during probe (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)
  - commit c5f283b
  - fbdev/sh7760fb: Alloc DMA memory from hardware device (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)
  - commit 3588205
  - fbdev/sh7760fb: Output messages with fb_dbg() (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)
  - commit 090cc78
  - fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info() (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)
  - commit a288808
  - fbdev/rivafb: Use hardware device as backlight parent (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)
  - commit b8a23c8
  - fbdev/rivafb: Reorder backlight and framebuffer init/cleanup (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)
  - commit 5516076
  - fbdev/radeonfb: Use hardware device as backlight parent (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)
  - commit effc54c
  - fbdev/radeonfb: Reorder backlight and framebuffer cleanup (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)
  - commit 610e23f
  - fbdev/pxa168fb: Do not assign to struct fb_info.dev (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)
  - commit 63adb05
  - fbdev/nvidiafb: Use hardware device as backlight parent (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)
  - commit c72c6cc
  - fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup (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)
  - commit 2c1b2a1
  - fbdev/metronomefb: Use hardware device for dev_err() (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)
  - commit e96f9a0
  - fbdev/mb862xxfb: Output messages with fb_dbg() (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)
  - commit 3205fd3
  - fbdev/fsl-diu-fb: Output messages with fb_*() helpers (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)
  - commit 55f4f65
  - fbdev/ep93xx-fb: Output messages with fb_info() and fb_err() (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)
  - commit 6295d3f
  - fbdev/ep93xx-fb: Alloc DMA memory from hardware device (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)
  - commit 63f7c74
  - fbdev/broadsheetfb: Call device_remove_file() with hardware device (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)
  - commit ab9c4fc
  - fbdev/aty128fb: Use hardware device as backlight parent (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)
  - commit ecfb033
  - fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup (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)
  - commit 238ace4
  - fbdev/atyfb: Use hardware device as backlight parent (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)
  - commit 0e32f8d
  - fbdev/atyfb: Reorder backlight and framebuffer init/cleanup (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)
  - commit d8dc846
  - backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to (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)
  - commit fc64cf8
  - backlight/gpio_backlight: Rename field 'fbdev' to 'dev' (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)
  - commit 8dfbebb
  - backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev' (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)
  - commit 139d94c
  - drm/bridge: dw-hdmi: remove dead code and fix indentation (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)
  - commit 5a6bab6
  - drm/bridge: dw-hdmi: truly enforce 420-only formats when drm mode (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)
  - commit 58650ea
  - drm/bridge: dw-hdmi: change YUV420 selection logic at clock setup (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)
  - commit 412ab0c
  - drm: Clear fd/handle callbacks in struct drm_driver
    (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 bsc#1212533 bsc#1212533).
  - commit 0682bea
  - drm/vkms: Isolate writeback pixel conversion functions (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)
  - commit dfc41f8
  - drm/vkms: Enable ARGB8888 support for writeback (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)
  - commit c6897bb
  - drm/vkms: Reduce critical section (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)
  - commit afd698b
  - drm/bridge: ps8640: Drop the ability of ps8640 to fetch the EDID (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)
  - commit 4a30eb7
  - drm/kms: log when querying an object not included in lease (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)
  - commit bbec67c
  - drm/atomic: log errors in drm_mode_atomic_ioctl() (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)
  - commit 2cccebe
  - drm/atomic: log when page-flip is requested without CRTCs (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)
  - commit bf41925
  - drm/atomic: log on attempt to set legacy DPMS property (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)
  - commit f3a8f40
  - drm/atomic: log when CRTC_ID prop value is invalid (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)
  - commit 4a3c536
  - drm/atomic: log when getting/setting unknown properties (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)
  - commit 03fe55f
  - drm/atomic: drop extra bracket from log messages (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)
  - commit 166c22b
  - drm/atomic: log drm_atomic_replace_property_blob_from_id() errors (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)
  - commit 3930600
  - drm/bridge_connector: use drm_kms_helper_connector_hotplug_event() (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)
  - commit 1a9fce9
  - drm/sysfs: rename drm_sysfs_connector_status_event() (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)
  - commit 61c44ee
  - drm: fix code style for embedded structs in hdr_metadata_infoframe (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)
  - commit 0a89952
  - drm/mgag200: set variable mgag200_modeset storage-class-specifier to (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)
  - commit 2e421ab
  - drm/i2c: Switch i2c drivers back to use .probe() (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)
  - commit c71867b
  - drm/bridge: tc358762: Handle HS/VS polarity (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)
  - commit b537bb4
  - drm/bridge: tc358762: Guess the meaning of LCDCTRL bits (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)
  - commit 827de55
  - drm/bridge: tc358762: Instruct DSI host to generate HSE packets (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)
  - commit 4d11ee2
  - drm/bridge: tc358762: Switch to atomic ops (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)
  - commit a82c782
  - drm/bridge: tc358762: Split register programming from pre-enable to (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)
  - commit e7cd4d1
  - drm/bridge: tc358764: Use BIT() macro for actual bits (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)
  - commit 06bd23b
  - drm/shmem-helper: Switch to reservation lock (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)
  - commit d1a0581
  - dma-buf: Change locking policy for mmap() (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)
  - commit ac2396c
  - drm: Don't assert held reservation lock for dma-buf mmapping (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)
  - commit a932e37
  - udmabuf: Don't assert held reservation lock for dma-buf mmapping (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)
  - commit 1e66319
  - dma-buf/heaps: Don't assert held reservation lock for dma-buf (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)
  - commit b27aa6c
  - drm/bridge: lt9611uxc: Add MODULE_FIRMWARE macro (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)
  - commit 1f3e719
  - drm/vkms: Fix all kernel-doc warnings of the vkms_composer file (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)
  - commit 8fb61dc
  - drm/vkms: Add kernel-doc to the function vkms_compose_row() (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)
  - commit f3240bb
  - drm/amdgpu: Remove struct drm_driver.gem_prime_mmap
    (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).
  - commit a8c3bd6
  - drm: Remove struct drm_driver.gem_prime_mmap (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)
  - commit a5b75d1
  - drm/msm: Initialize mmap offset after constructing the buffer object (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)
  - commit 37a6146
  - drm/tidss: Add support for AM625 DSS (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)
  - commit fb43c66
  - drm/ingenic: Kconfig: select REGMAP and REGMAP_MMIO (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)
  - commit 57e6e57
  - drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc() (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)
  - commit 960f287
  - drm/ssd130x: Don't allocate buffers on each plane update (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)
  - commit 4c2e920
  - drm/ssd130x: Set the page height value in the device info data (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)
  - commit 9dc9f5c
  - drm/ssd130x: Make default width and height to be controller dependent (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)
  - commit d0eb063
  - drm/omap: Convert to platform remove callback returning void (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)
  - commit a7db0d4
  - drm/tilcdc: Convert to platform remove callback returning void (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)
  - commit 3984872
  - drm/rcar-du: Convert to platform remove callback returning void (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)
  - commit aeeeed8
  - drm/xlnx/zynqmp_dpsub: Convert to platform remove callback returning (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)
  - commit d1812c0
  - drm/vc4: Convert to platform remove callback returning void (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)
  - commit d7708dc
  - drm/v3d: Convert to platform remove callback returning void (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)
  - commit 4586137
  - drm/tve200: Convert to platform remove callback returning void (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)
  - commit 42a6a4b
  - drm/tiny: Convert to platform remove callback returning void (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)
  - commit 9e85153
  - drm/tidss: Convert to platform remove callback returning void (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)
  - commit 11e86cd
  - drm/sun4i: Convert to platform remove callback returning void (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)
  - commit 5b9ee38
  - drm/stm: Convert to platform remove callback returning void (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)
  - commit ff3979a
  - drm/sti: Convert to platform remove callback returning void (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)
  - commit 41e902e
  - drm/rockchip: Convert to platform remove callback returning void (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)
  - commit 64f75ef
  - drm/panfrost: Convert to platform remove callback returning void (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)
  - commit f422724
  - drm/panel: Convert to platform remove callback returning void (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)
  - commit cde21fd
  - drm/mxsfb: Convert to platform remove callback returning void (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)
  - commit 0278c8b
  - drm/meson: Convert to platform remove callback returning void (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)
  - commit 40b20f7
  - drm/mcde: Convert to platform remove callback returning void (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)
  - commit 8415c9c
  - drm/logicvc: Convert to platform remove callback returning void (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)
  - commit c609196
  - drm/lima: Convert to platform remove callback returning void (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)
  - commit 008a0ed
  - drm/hisilicon: Convert to platform remove callback returning void (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)
  - commit 3cb3636
  - drm/fsl-dcu: Convert to platform remove callback returning void (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)
  - commit d642fc9
  - drm/atmel-hlcdc: Convert to platform remove callback returning void (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)
  - commit 6d97778
  - drm/aspeed: Convert to platform remove callback returning void (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)
  - commit 660a848
  - drm/arm/malidp: Convert to platform remove callback returning void (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)
  - commit 5225e88
  - drm/arm/hdlcd: Convert to platform remove callback returning void (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)
  - commit c2e0de8
  - drm/komeda: Convert to platform remove callback returning void (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)
  - commit cd20618
  - drm/panel: Add driver for Visionox r66451 panel (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)
  - commit 45d98bb
  - drm/panel: s6d7aa0: remove the unneeded variable in s6d7aa0_lock (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)
  - commit a034f60
  - drm/panel-edp: Add AUO B116XAB01.4 edp panel entry (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)
  - commit ddfadf7
  - drm/i915: Move abs_diff() to math.h (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)
  - commit 1065525
  - minmax: add in_range() macro (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)
  - commit 8aa39d7
  - fbdev: Rename fb_mem*() helpers (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)
  - commit 623f5ce
  - fbdev: Move framebuffer I/O helpers into <asm/fb.h> (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)
  - commit 3677e17
  - fbdev: Include <linux/fb.h> instead of <asm/fb.h> (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)
  - commit 7b99b28
  - fbdev: Include <linux/io.h> in various drivers (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)
  - commit b6f13a5
  - arch/x86: Include <asm/fb.h> in fbdev source file (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)
  - commit ba9d5aa
  - arch/sparc: Implement <asm/fb.h> with generic helpers (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)
  - commit bc778c5
  - arch/mips: Implement <asm/fb.h> with generic helpers (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)
  - commit 099db9c
  - arch/loongarch: Implement <asm/fb.h> with generic helpers (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)
  - commit 42e92f7
  - arch/ia64: Implement <asm/fb.h> with generic helpers (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)
  - commit fca35d0
  - arch/sparc: Implement fb_is_primary_device() in source file (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)
  - commit 8fa5c8c
  - arch/arm64: Implement <asm/fb.h> with generic helpers (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)
  - commit 56f1e53
  - arch/powerpc: Implement <asm/fb.h> with generic helpers (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)
  - commit 34b3f04
  - arch/x86: Implement <asm/fb.h> with generic helpers (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)
  - commit 0164da8
  - fbdev: Prepare generic architecture helpers (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)
  - commit a7d5a6f
  - fbdev: Simplify fb_is_primary_device for x86 (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)
  - commit fcdb57b
  - kunit: Add kunit_add_action() to defer a call until test exit (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)
  - commit 9e287dc
  - Update
    patches.suse/drm-amd-display-fix-the-ability-to-use-lower-resolut.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)
  - commit 8404fa8
  - Update
    patches.suse/i915-pmu-Move-execlist-stats-initialization-to-execl.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)
  - commit 2fd6ed4
  - Update
    patches.suse/drm-virtio-clean-out_fence-on-complete_submit.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)
  - commit 738fc58
  - Update
    patches.suse/drm-meson-fix-memory-leak-on-hpd_notify-callback.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)
  - commit 2c12b17
  - Update
    patches.suse/drm-tests-Fix-incorrect-argument-in-drm_test_mm_inse.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)
  - commit c561b23
  - 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)
  - commit 47616ce
  - Update
    patches.suse/drm-radeon-make-fence-wait-in-suballocator-uninterrr.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)
  - commit 2f1fe41
  - Update
    patches.suse/drm-i915-Only-check-eDP-HPD-when-AUX-CH-is-shared.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)
  - commit 6df7557
  - Update
    patches.suse/drm-amd-display-fix-the-white-screen-issue-when-64GB.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)
  - commit 4d88cb6
  - Update
    patches.suse/drm-gm12u320-Fix-the-timeout-usage-for-usb_bulk_msg.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)
  - commit 9c9c815
  - Update
    patches.suse/drm-amd-Make-fence-wait-in-suballocator-uninterrupti.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)
  - commit 4481783
  - Update
    patches.suse/drm-amd-display-prevent-potential-division-by-zero-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)
  - commit 8ee87e7
  - Update
    patches.suse/drm-amd-display-enable-cursor-degamma-for-DCN3-DRM-l.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)
  - commit d7269a0
  - Update
    patches.suse/Revert-drm-amd-display-Remove-v_startup-workaround-f.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)
  - commit 22fc7e2
  - Update
    patches.suse/drm-amd-display-always-switch-off-ODM-before-committ.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)
  - commit 325c0a3
  - Update
    patches.suse/drm-amd-display-Remove-wait-while-locked.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)
  - commit 1cd430d
  - Update
    patches.suse/drm-amd-display-Add-smu-write-msg-id-fail-retry-proc.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).
  - commit 1378da5
  - Update
    patches.suse/drm-amd-display-register-edp_backlight_control-for-D.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)
  - commit 4244f35
  - Update
    patches.suse/drm-amd-display-fix-mode-scaling-RMX_.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)
  - commit 681b74c
  - 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)
  - commit fed52bf
  - Update
    patches.suse/drm-i915-gvt-Drop-unused-helper-intel_vgpu_reset_gtt.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)
  - commit 959b2ba
  - Update
    patches.suse/drm-i915-gvt-Put-the-page-reference-obtained-by-KVM-.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)
  - commit 162958b
  - Update
    patches.suse/drm-i915-gvt-Verify-pfn-is-valid-before-dereferencin.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)
  - commit 248c2eb
  - Update
    patches.suse/backlight-gpio_backlight-Drop-output-GPIO-direction-.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)
  - commit c8813fe
  - Update
    patches.suse/backlight-lp855x-Initialize-PWM-state-on-first-brigh.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)
  - commit 14664b8
  - Update patches.suse/fbdev-Update-fbdev-source-file-paths.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).
  - commit 77328b5
  - Update
    patches.suse/drm-radeon-Use-RMW-accessors-for-changing-LNKCTL.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)
  - commit fd18279
  - Update
    patches.suse/drm-amdgpu-Use-RMW-accessors-for-changing-LNKCTL.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)
  - commit 3d35ea3
  - Update patches.suse/drm-msm-a690-Switch-to-a660_gmu.bin.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).
  - commit 042bead
  - Update patches.suse/drm-msm-a6xx-Fix-GMU-lockdep-splat.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)
  - commit c92d672
  - Update
    patches.suse/drm-msm-a2xx-Call-adreno_gpu_init-earlier.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)
  - commit 824fe06
  - Update
    patches.suse/drm-msm-dpu-fix-the-irq-index-in-dpu_encoder_phys_wb.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)
  - commit 58fd4bd
  - 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)
  - commit b731701
  - Delete
    patches.suse/drm-msm-dpu-fix-DSC-1.2-enc-subblock-length.patch.
    Patch will be added back at the end of the series
  - commit 1bb4eb2
  - Delete patches.suse/drm-msm-dpu-fix-DSC-1.2-block-lengths.patch.
    Patch will be added back at the end of the series
  - commit 737c54e
  - Update
    patches.suse/drm-msm-dpu-increase-memtype-count-to-16-for-sm8550.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).
  - commit 05c3d3a
  - Update
    patches.suse/drm-msm-Update-dev-core-dump-to-not-print-backwards.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)
  - commit 0fdccff
  - Update
    patches.suse/drm-etnaviv-fix-dumping-of-active-MMU-context.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)
  - commit b886c30
  - Update
    patches.suse/drm-amd-display-ensure-async-flips-are-only-accepted.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)
  - commit 2f02292
  - Update
    patches.suse/drm-amd-pm-fix-variable-dereferenced-issue-in-amdgpu.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)
  - commit 370cff5
  - Update
    patches.suse/drm-mediatek-Fix-void-pointer-to-enum-cast-warning.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)
  - commit a241211
  - Update
    patches.suse/drm-mediatek-Fix-potential-memory-leak-if-vmap-fail.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)
  - commit 531cb9f
  - Update
    patches.suse/drm-mediatek-Fix-dereference-before-null-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)
  - commit d9053c7
  - Update
    patches.suse/drm-mediatek-Add-cnt-checking-for-coverity-issue.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)
  - commit 120f8f0
  - Update
    patches.suse/drm-mediatek-Remove-freeing-not-dynamic-allocated-me.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)
  - commit cf71ba4
  - Update
    patches.suse/drm-mediatek-dp-Add-missing-error-checks-in-mtk_dp_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)
  - commit 252686f
  - Update
    patches.suse/drm-mediatek-Fix-uninitialized-symbol.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)
  - commit 0398059
  - Delete
    patches.suse/drm-i915-gsc-Fix-intel_gsc_uc_fw_proxy_init_done-wit.patch.
    Patch will be added back at the end of the series
  - commit 0cec422
  - Update
    patches.suse/drm-panel-simple-Add-missing-connector-type-and-pixe.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)
  - commit 480b1c5
  - Update
    patches.suse/drm-bridge-fix-Wunused-const-variable-warning.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)
  - commit 831c067
  - Update
    patches.suse/drm-Remove-references-to-removed-transitional-helper.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)
  - commit 70797bf
  - Update
    patches.suse/drm-repaper-Reduce-temporary-buffer-size-in-repaper_.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)
  - commit c408677
  - Update
    patches.suse/drm-armada-Fix-off-by-one-error-in-armada_overlay_ge.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)
  - commit 265854d
  - Update
    patches.suse/drm-ast-report-connection-status-on-Display-Port.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)
  - commit be87d58
  - Update patches.suse/drm-ast-Add-BMC-virtual-connector.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)
  - commit b7b8af8
  - Update
    patches.suse/drm-gem-fb-helper-Consistenly-use-drm_dbg_kms.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)
  - commit 4a8046c
  - Update
    patches.suse/drm-atomic-helper-Update-reference-to-drm_crtc_force.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)
  - commit 880633f
  - Update
    patches.suse/drm-tegra-dpaux-Fix-incorrect-return-value-of-platfo.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)
  - commit 6b85e49
  - Update
    patches.suse/drm-xlnx-zynqmp_dpsub-Add-missing-check-for-dma_set_.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)
  - commit 9894150
  - Update
    patches.suse/drm-amdgpu-Update-min-to-min_t-in-amdgpu_info_ioctl.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)
  - commit 43fcd0c
  - Update
    patches.suse/drm-amd-display-dc.h-eliminate-kernel-doc-warnings.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)
  - commit 4508ddb
  - Update
    patches.suse/drm-amdgpu-avoid-integer-overflow-warning-in-amdgpu_.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)
  - commit ad4bf25
  - Update
    patches.suse/drm-amd-display-Do-not-set-drr-on-pipe-commit.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)
  - commit b5e023d
  - Update
    patches.suse/drm-bridge-anx7625-Drop-device-lock-before-drm_helpe.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)
  - commit c1a25ce
  - Update
    patches.suse/drm-adv7511-Fix-low-refresh-rate-register-for-ADV753.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)
  - commit e60c131
  - Update
    patches.suse/drm-bridge-anx7625-Use-common-macros-for-HDCP-capabi.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)
  - commit 54dfcaa
  - Update
    patches.suse/drm-bridge-anx7625-Use-common-macros-for-DP-power-se.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)
  - commit c418a3a
  - Update
    patches.suse/drm-hyperv-Fix-a-compilation-issue-because-of-not-in.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)
  - commit 3a2847f
  - Update patches.suse/drm-ast-Fix-DRAM-init-on-AST2200.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)
  - commit e51853b
  - 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)
  - commit 5be18a2
  - Update
    patches.suse/backlight-lv5207lp-Compare-against-struct-fb_info.de.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)
  - commit 980e082
  - Update
    patches.suse/backlight-gpio_backlight-Compare-against-struct-fb_i.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)
  - commit f4f179b
  - Update
    patches.suse/backlight-bd6107-Compare-against-struct-fb_info.devi.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)
  - commit 830534c
  - Update
    patches.suse/0001-drm-prime-Unexport-helpers-for-fd-handle-conversion.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)
  - commit a625538
  - Delete
    patches.suse/0001-drm-Clear-fd-handle-callbacks-in-struct-drm_driver.patch.
    Patch will be added back at the end of the series
  - commit 3250a1d
  - thunderbolt: Set lane bonding bit only for downstream port
    (git-fixes).
  - commit 26a8c0c
  - 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)
  - commit bb05cb3
  - Update
    patches.suse/drm-bridge-dw-mipi-dsi-Fix-enable-disable-of-DSI-con.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)
  - commit 8e41e9d
  - thunderbolt: Use weight constants in
    tb_usb3_consumed_bandwidth() (git-fixes).
  - commit c9839f2
  - thunderbolt: Use constants for path weight and priority
    (git-fixes).
  - commit 38fefd9
  - thunderbolt: Fix typo of HPD bit for Hot Plug Detect
    (git-fixes).
  - commit 10dd7d1
  - Update ath11k hibernation patches from the latest code (bsc#1207948)
  - commit 625056b
  - thunderbolt: Fix debug log when DisplayPort adapter not
    available for pairing (git-fixes).
  - commit 5d790f3
  - Update
    patches.suse/netfilter-conntrack-dccp-copy-entire-header-to-.patch
    references (add CVE-2023-39197 bsc#1216976).
  - commit fa8e914
  - Update
    patches.suse/netfilter-nf_tables-fix-GC-transaction-races-w.patch
    references (add CVE-2023-4244 bsc#1215420).
  - commit 3e08695
  - tty: Fix uninit-value access in ppp_sync_receive() (git-fixes).
  - pwm: Fix double shift bug (git-fixes).
  - sbsa_gwdt: Calculate timeout with 64-bit math (git-fixes).
  - soundwire: dmi-quirks: update HP Omen match (git-fixes).
  - thunderbolt: Apply USB 3.x bandwidth quirk only in software
    connection manager (git-fixes).
  - usb: gadget: f_ncm: Always set current gadget in ncm_bind()
    (git-fixes).
  - usb: host: xhci: Avoid XHCI resume delay if SSUSB device is
    not present (git-fixes).
  - usb: ucsi: glink: use the connector orientation GPIO to provide
    switch events (git-fixes).
  - usb: dwc3: core: configure TX/RX threshold for DWC3_IP
    (git-fixes).
  - tty: vcc: Add check for kstrdup() in vcc_probe() (git-fixes).
  - selftests/efivarfs: create-read: fix a resource leak
    (git-fixes).
  - platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad
    X120e (git-fixes).
  - platform/chrome: kunit: initialize lock for fake ec_dev
    (git-fixes).
  - powercap: intel_rapl: Downgrade BIOS locked limits pr_warn()
    to pr_debug() (git-fixes).
  - wifi: iwlwifi: mvm: fix size check for fw_link_id (git-fixes).
  - wifi: ath10k: Don't touch the CE interrupt registers after
    power up (git-fixes).
  - wifi: ath12k: mhi: fix potential memory leak in
    ath12k_mhi_register() (git-fixes).
  - wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15
    Pro (2023) (git-fixes).
  - wifi: ath12k: fix possible out-of-bound write in
    ath12k_wmi_ext_hal_reg_caps() (git-fixes).
  - wifi: ath10k: fix clang-specific fortify warning (git-fixes).
  - wifi: ath12k: fix possible out-of-bound read in
    ath12k_htt_pull_ppdu_stats() (git-fixes).
  - wifi: ath9k: fix clang-specific fortify warnings (git-fixes).
  - wifi: ath12k: Ignore fragments from uninitialized peer in  dp
    (git-fixes).
  - wifi: mac80211: don't return unset power in
    ieee80211_get_tx_power() (git-fixes).
  - wifi: mac80211_hwsim: fix clang-specific fortify warning
    (git-fixes).
  - wifi: plfxlc: fix clang-specific fortify warning (git-fixes).
  - selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config
    (git-fixes).
  - commit cf64eb4
  - media: imon: fix access to invalid resource for the second
    interface (git-fixes).
  - media: ccs: Fix driver quirk struct documentation (git-fixes).
  - media: cobalt: Use FIELD_GET() to extract Link Width
    (git-fixes).
  - media: vivid: avoid integer overflow (git-fixes).
  - media: gspca: cpia1: shift-out-of-bounds in set_flicker
    (git-fixes).
  - i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing
    DAT_data (git-fixes).
  - phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched
    tuning regs (git-fixes).
  - phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
    (git-fixes).
  - iio: adc: stm32-adc: harden against NULL pointer deref in
    stm32_adc_probe() (git-fixes).
  - mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs (git-fixes).
  - PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk
    (git-fixes).
  - PCI: Use FIELD_GET() to extract Link Width (git-fixes).
  - PCI: mvebu: Use FIELD_PREP() with Link Width (git-fixes).
  - PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width
    fields (git-fixes).
  - PCI: Do error check on own line to split long "if" conditions
    (git-fixes).
  - misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe
    controller (git-fixes).
  - PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling (git-fixes).
  - PCI: dwc: Add dw_pcie_link_set_max_link_width() (git-fixes).
  - PCI: Disable ATS for specific Intel IPU E2000 devices
    (git-fixes).
  - PCI: Extract ATS disabling to a helper function (git-fixes).
  - commit 14c7271
  - ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings
    (git-fixes).
  - i2c: dev: copy userspace array safely (git-fixes).
  - i2c: sun6i-p2wi: Prevent potential division by zero (git-fixes).
  - i2c: fix memleak in i2c_new_client_device() (git-fixes).
  - i3c: mipi-i3c-hci: Fix out of bounds access in
    hci_dma_irq_handler (git-fixes).
  - 9p: v9fs_listxattr: fix %s null argument warning (git-fixes).
  - 9p/trans_fd: Annotate data-racy writes to file::f_flags
    (git-fixes).
  - crypto: hisilicon/qm - prevent soft lockup in receive loop
    (git-fixes).
  - crypto: x86/sha - load modules based on CPU features
    (git-fixes).
  - crypto: pcrypt - Fix hungtask for PADATA_RESET (git-fixes).
  - ARM: 9320/1: fix stack depot IRQ stack filter (git-fixes).
  - ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90
    quirk (git-fixes).
  - gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound
    (git-fixes).
  - ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from
    firmware (git-fixes).
  - ASoC: SOF: Pass PCI SSID to machine driver (git-fixes).
  - ASoC: soc-card: Add storage for PCI SSID (git-fixes).
  - ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
    (git-fixes).
  - ALSA: hda: Fix possible null-ptr-deref when assigning a stream
    (git-fixes).
  - HID: lenovo: Detect quirk-free fw on cptkbd and stop applying
    workaround (git-fixes).
  - HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W
    (git-fixes).
  - atm: iphase: Do PCI error checks on own line (git-fixes).
  - string.h: add array-wrappers for (v)memdup_user() (git-fixes).
  - gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010
    (git-fixes).
  - ACPI: EC: Add quirk for HP 250 G7 Notebook PC (git-fixes).
  - ACPI: APEI: Fix AER info corruption when error status data
    has multiple sections (git-fixes).
  - Bluetooth: btusb: Add date->evt_skb is NULL check (git-fixes).
  - atl1c: Work around the DMA RX overflow issue (git-fixes).
  - clocksource/drivers/timer-atmel-tcb: Fix initialization on
    SAM9 hardware (git-fixes).
  - clocksource/drivers/timer-imx-gpt: Fix potential memory leak
    (git-fixes).
  - commit 3ef9447

++++ kernel-firmware-all:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-amdgpu:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-ath10k:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-ath11k:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-ath12k:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-atheros:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-bluetooth:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-bnx2:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-brcm:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-chelsio:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-dpaa2:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-i915:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-intel:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-iwlwifi:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-liquidio:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-marvell:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-media:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-mediatek:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-mellanox:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-mwifiex:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-network:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-nfp:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-nvidia:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-platform:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-prestera:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-qcom:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-qlogic:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-radeon:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-realtek:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-serial:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-sound:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-ti:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-ueagle:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ kernel-firmware-usb-network:

  - Update to version 20231128 (git commit d9f6088f7e91):
    * Add a COPYOPTS variable
    * rtl_bt: Update RTL8852A BT USB firmware to 0xDFC8_145F

++++ gpgme:

  - Update to 1.23.2:
    * Preserve more specific existing failure code.  [T6575]
    * qt: Start dirmngr with gpgconf to avoid multiple instances. [T6833]
    * qt: On Windows, use UTF-8 when logging the error text.  [T5960]
    * qt: Remove left-over partial files more persistently.  [T6584]
    * qt: Use a temporary file name when creating signed or encrypted
    archives. [T6721]
    * qt: Build Qt 6 bindings with -fPIC if requested or Qt 6 was built
    with this flag. [T6781]
    * Notes:
  - qt: DefaultKeyGenerationJob     DEPRECATED.
    * Release-info: https://dev.gnupg.org/T6782

++++ ncurses:

  - Add ncurses patch 20231125
    + add information about "ttycap", termcap's forerunner, to tset.1
    (patch by Branden Robinson).
    + improve formatting/style of manpages, including section reordering
    (patches by Branden Robinson).
    + modify usage messages in configure script, bracketing optional values
    (report by Branden Robinson).

++++ pcr-oracle:

  - Update to 0.5.3
  - Improve documentation
  - Detect key format store via extension
  - Replace --key-format and --policy-format options with a single
  - -target-platform option
  - The json file can contain multiple predictions
  - Remove fix_rsa.patch as is already upstream
  - Add boot_entry.patch to add new parameter to point to a new systemd
    boot entry
  - Add fix_pcr_index.patch to fix the PCR index number in the JSON file

++++ qemu:

  - Align to upstream stable release. It includes many of the patches we had
    backported ourself, to fix bugs and issues, plus more. See here for details:
    * https://lore.kernel.org/qemu-devel/1700589639.257680.3420728.nullmailer@tls.msk.ru/
    * https://gitlab.com/qemu-project/qemu/-/commits/stable-8.1?ref_type=heads
    An (incomplete!) list of such backports is:
    * Update version for 8.1.3 release
    * hw/mips: LOONGSON3V depends on UNIMP device
    * target/arm: HVC at EL3 should go to EL3, not EL2
    * s390x/pci: only limit DMA aperture if vfio DMA limit reported
    * target/riscv/kvm: support KVM_GET_REG_LIST
    * target/riscv/kvm: improve 'init_multiext_cfg' error msg
    * tracetool: avoid invalid escape in Python string
    * tests/tcg/s390x: Test LAALG with negative cc_src
    * target/s390x: Fix LAALG not updating cc_src
    * tests/tcg/s390x: Test CLC with inaccessible second operand
    * target/s390x: Fix CLC corrupting cc_src
    * tests/qtest: ahci-test: add test exposing reset issue with pending callback
    * hw/ide: reset: cancel async DMA operation before resetting state
    * target/mips: Fix TX79 LQ/SQ opcodes
    * target/mips: Fix MSA BZ/BNZ opcodes displacement
    * ui/gtk-egl: apply scale factor when calculating window's dimension
    * ui/gtk: force realization of drawing area
    * ati-vga: Implement fallback for pixman routines
    * ...

++++ rsync:

  - Moved rsyncd.conf and rsyncd.secrets to /usr/etc.
    * Add rsync-usr-etc.patch

++++ vim:

  - Update to version 9.0.2136
    * MSVC errorformat can be improved
    * No test for mode() when executing Ex commands
    * Revise Makefile
    * Update syntax file
    * ml_get error when scrolling
    * Cannot detect overstrike mode in Cmdline mode
    * Duplicate Netbeans Error Message
    * not all nushell files detected
    * Updated German translations
    * add additional nginx keywords
    * add Make_mvc.mak file for tutor
    * updated Russian translations for tutorials
    * updated Italian translation
    * some errors with translation Makefiles
    * [security]: use-after-free in call_dfunc()
    * Update doc Makefiles with comments from #13567
    * add indentation plugin (fixes #13574)
    * runtime(swig): add syntax and filetype plugins
    * translation Makefiles can be improved
    * unused assignments when checking 'listchars'
    * File info disappears when 'cmdheight' has decreased
    * INT overflow detection logic can be simplified
    * Problem with initializing the length of range() lists
    * [security]: prevent overflow in indenting
    * [security]: use-after-free in ex_substitute
    * Fix handling of very long filename on longlist style
    * un-used assignment in do_source_buffer_init
    * remove dead-condition in ex_class
    * [security]: avoid double-free in get_style_font_variants
    * [security] use-after-free in qf_free_items
    * expand $COMSPEC without applying 'wildignore'
    * Improve keymap file highlighting
    * include new doc-Makefiles
    * Fix whitespace and formatting of some help files
    * minor typo fixes
    * No test for defining sign without attribute
    * crash when callback function aborts because of recursiveness
    * overflow detection not accurate when adding digits
    * Coverity warns for another overflow in shift_line()
    * Refactor doc-Makefiles
    * document proper notation of gVim, document vim-security list
    * Update Serbian messages translation
    * [security]: overflow in shift_line
    * [security]: overflow in get_number
    * [security]: overflow in ex address parsing
    * [security]: overflow in nv_z_get_count
    * [security]: overflow with count for :s command
    * [security]: FPE in adjust_plines_for_skipcol
    * [security]: Use-after-free in win_close()
    * comment out strange error condition check
    * skipcol not reset when topline changed
    * wast filetype should be replaced by wat filetype
    * fix typo in pi_gzip.txt

------------------------------------------------------------------
------------------  2023-11-28  -  Nov 28 2023  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Use %patch -p N instead of deprecated %patchN.

++++ accountsservice:

  - Use %patch -p N instead of deprecated %patchN.

++++ python-kiwi:

  - Bump version: 9.25.18 → 9.25.19

++++ fontconfig:

  - Run autoreconf for Leap 15.x to fix build breakage

++++ glib2:

  - Use %autosetup instead of %setup/%patch.

++++ gsettings-desktop-schemas:

  - Use %autosetup instead of %setup/%patch.

++++ gstreamer-plugins-base:

  - Use %autosetup instead of %setup/%patch.

++++ gtk3:

  - Use %patch -p N instead of deprecated %patchN.

++++ guestfs-tools:

  - Update to version 1.51.5
    * No upstream changelog found in sources or webpage
    * customize: Change --chown to use UID:GID:FILENAME
    * Implement virt-customize --tar-in
    * Dropped the virt-dib tool
    * Various bug fixes and language translations

++++ kernel-default:

  - nf_tables: fix NULL pointer dereference in
    nft_expr_inner_parse() (bsc#1217473 CVE-2023-5972).
  - nf_tables: fix NULL pointer dereference in nft_inner_init()
    (bsc#1217473 CVE-2023-5972).
  - commit 426f5f1
  - mlx5: Fix type of mode parameter in mlx5_dpll_device_mode_get()
    (jsc#PED-3311).
  - commit a1db2ea
  - mlx5: Implement SyncE support using DPLL infrastructure
    (jsc#PED-3311).
  - Update config files.
  - supported.conf: marked mlx5_dpll as supported
  - commit 329a356
  - s390/dasd: use correct number of retries for ERP requests
    (git-fixes bsc#1217591).
  - commit 8ac2855
  - x86/shstk: Delay signal entry SSP write until after user accesses (git-fixes).
  - commit b625f6e
  - x86/shstk: Remove useless clone error handling (git-fixes).
  - commit 68f810b
  - x86/shstk: Handle vfork clone failure correctly (git-fixes).
  - commit d02edac
  - media: v4l2-subdev: Fix a 64bit bug (git-fixes).
  - lockdep: Fix block chain corruption (git-fixes).
  - commit cabedb7
  - Re-enable CONFIG_IA32_EMULATION_DEFAULT_DISABLED (jsc#PED-3184)
  - commit 41264f0

++++ kernel-firmware-all:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-amdgpu:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-ath10k:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-ath11k:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-ath12k:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-atheros:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-bluetooth:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-bnx2:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-brcm:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-chelsio:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-dpaa2:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-i915:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-intel:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-iwlwifi:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-liquidio:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-marvell:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-media:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-mediatek:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-mellanox:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-mwifiex:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-network:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-nfp:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-nvidia:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-platform:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-prestera:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-qcom:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-qlogic:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-radeon:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-realtek:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-serial:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-sound:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-ti:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-ueagle:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ kernel-firmware-usb-network:

  - Update to version 20231127 (git commit 4124f8f928d5):
    * Make rdfind optional
    * ice: update ice DDP wireless_edge package to 1.3.13.0
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * Makefile, copy-firmware: Use portable "command -v" to detect installed programs
    * amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
    * powervr: add firmware for Imagination Technologies AXE-1-16M GPU
    * ice: update ice DDP comms package to 1.3.45.0
    * ice: update ice DDP package to 1.3.35.0
    * mediatek: Remove an unused packed library
    * amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
  - Drop obsoleted copy-file-skip-rdfind.patch; use --ignore-duplicates

++++ util-linux-systemd:

  - Remove /etc/filesystem, the content is outdated
    (/etc cleanup, [jsc#PED-240])

++++ util-linux:

  - Remove /etc/filesystem, the content is outdated
    (/etc cleanup, [jsc#PED-240])

++++ libdrm:

  - adjusted n_libdrm-drop-valgrind-dep-generic.patch,
    n_libdrm-drop-valgrind-dep-intel.patch to fix build on sle15-sp6

++++ libguestfs:

  - Update to version 1.51.8
    * There are no upstream release notes for verion 1.51.x
    * Dropped the virt-dib tool
    * Add support for lzma and zstd compression methods.
    * Add --chown option for virt-customize
    * Add new virt-customize --tar-in operation
    * Various bug fixes and language translations
  - Drop patch contained in new tarball
    Omit-file--S-option-on-older-distros-that-lack-support.patch

++++ pcp:

  - This version *does not* break API or ABI compatibility with the
    previous 5.2.5 release.
  - Remove 0009-remove-rundir-install.patch. Obsoleted.
  - Remove 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch.
    Obsoleted.
  - Various minor changes/improvements to the RPM spec file.
  - Upgrade to 5.3.7. This is the latest release in the 5.X series.
    Changes from 5.3.7:
  - Client tools and utilities:
    pcp2elasticsearch: implement authentication support
    pcp-ss: fixed incorrect client-side filtering
    pcp-ss: fixed reporting of IPv6 sockets in LISTEN state
    pmrep: 'iostat-multipath-wwid' for multipath disk monitoring
  - PMDA additions, enhancements and bug fixes:
    pmdalinux: add disk.wwid.* aggregated multipath metrics
    pmdalinux: add new MPTCP metrics from latest Linux kernel versions
    pmdalinux: fix up TTY metrics on s390x platform
    pmdalinux: add network.tcp.tcploss metric
    pmdamssql: fix config file logic, python string handling
    pmdadenki: fix crash in labels callback with multiple instances
    pmdasockets: changed default filter in sockets PMDA to "state all"
  - Server-side utilities and log management scripts:
    pmlogconf: correctly handle metric state transitions on (re-)probe
    pmie systemd: add missing systemd configuration and shell code
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
    libpcp_web: resolve a number of small memory leaks
  - Security Enhanced Linux:
    selinux: use interface calls instead of a simple rule
    selinux: add several more obscure missing selinux rules
    selinux: additional debugfs policy requirement for pmdakvm
    selinux: resolve an AVC observed on el8 with pmdashping
  - Misc build, infrastructure and packaging updates:
    rpms: switch to conditional selinux dependency for containers
    debs: reproducible build updates
  - Documentation and QA infrastructure:
    docs: add section to pcpcompat(1) about python2
    docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1)
    docs: improve pmproxy --timeseries and pmseries --load documentation
    CI: disable cppcheck for pcp-atop temporarily due to a cppcheck bug
    Changes from 5.3.6:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L468
    Changes from 5.3.5:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L497
    Changes from 5.3.4:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L557
    Changes from 5.3.3:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L606
    Changes from 5.3.2:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L665
    Changes from 5.3.1:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L753
    Changes from 5.3.0:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L854

++++ snapper:

  - report plugin failures (gh#openSUSE/snapper#846)
  - version 0.10.7

++++ lshw:

  - Update to version B.02.19.2+git.20231115:
    * merge github PR #98

++++ podman:

  - Update to version 4.8.0:
    * Bump to v4.8.0
    * Update release notes for 4.8.0
    * Add notes on upcoming deprecations to release notes
    * [v4.8] Bump to Buildah v1.33.2
    * [CI:DOCS] Update release notes
    * machine applehv: create better error on start failure
    * Bump to v4.8.0-dev
    * Bump to v4.8.0-rc1
    * Create release notes for v4.8.0
    * Update release notes from v4.7 branch
    * Cirrus: Update operating branch
    * rootless_tutorial: modernize
    * Bump Buildah to v1.33.1
    * Bump Buildah to v1.33.0
    * Update to libhvee 0.5.0
    * vmtypes names cannot be used as machine names
    * Add support for --compat-auth-file in login/logout
    * Update tests for a c/common error message change
    * Update c/image and c/common to latest, c/buildah to main
    * CI: test overlay and vfs
    * [CI:DOCS] Add link to podman py docs
    * Test fixes for debian
    * pasta tests: remove some skips
    * VM images: bump to 2023-11-16
    * fix(deps): update module k8s.io/kubernetes to v1.28.4 [security]
    * [CI:DOCS] Machine test timeout env var
    * Quadlet - add support for UID and GID Mapping
    * Quadlet - Allow using symlink on the base search paths
    * [skip-ci] Update dessant/lock-threads action to v5
    * Avoid empty SSH keys on applehv
    * qemu,parseUSB: minor refactor
    * fix(deps): update module github.com/gorilla/handlers to v1.5.2
    * docs: fix relabeling command
    * Pass secrets from the host down to internal podman containers
    * (Temporary) Emergency CI fix: quay search is broken
    * Update podman-stats.1.md.in
    * [CI:BUILD] packit: handle builds for RC releases
    * Quadlet test - add case for multi = sign in mount
    * set RLIMIT_NOFILE soft limit to match the hard limit on mac
    * rootless: use functionalities from c/storage
    * CI: e2e: fix a smattering of test bugs that slipped in
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1
    * vendor: update c/storage
    * Improve the documentation of quadlet
    * Fix socket mapping socket mapping nits
    * fix(deps): update module golang.org/x/tools to v0.15.0
    * fix(deps): update github.com/containers/libhvee digest to 9651e31
    * [skip-ci] Update github/issue-labeler action to v3.3
    * Document --userns=auto behaviour for rootless users
    * machine: qemu: add usb host passthrough
    * fix(deps): update module golang.org/x/net to v0.18.0
    * fix(deps): update module github.com/onsi/gomega to v1.30.0
    * Refactor Ignition configuration for virt providers
    * [CI:BUILD] rpm: disable GOPROXY
    * Automatic code cleanups - JetBrains
    * Refactor key machine objects
    * systests: add [NNN] prefix in logs, NNN = filename
    * systests: add a last-minute check for db backend
    * applehv: allow virtiofs to mount to /
    * Run codespell on podman
    * update completion scripts for cobra v1.8.0
    * Fix man page display of podman-kube-generate
    * Try to fix the broken formatting of man podman‐kube‐apply(1).
    * fix(deps): update module golang.org/x/text to v0.14.0
    * docs: make CNI removal explicit
    * fix(deps): update module github.com/gorilla/mux to v1.8.1
    * fix(deps): update module github.com/spf13/cobra to v1.8.0
    * fix(deps): update module golang.org/x/sync to v0.5.0
    * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18
    * Podman push --help should reveal default compression
    * Update container-device-interface (CDI) to v0.6.2
    * fix: adjust helper string in machine_common
    * fix: adjust helper string in machine_common
    * remote,test: remove .dockerignore which is a symlink
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.2
    * fix: adjust helper string in machine_common
    * vendor: update github.com/coreos/go-systemd/v22 to latest main
    * CI: default to sqlite
    * vendor: update c/common
    * check system connections before machine init
    * Consume OCI images for machine image
    * freebsd: drop dead code
    * libpod: make removePodCgroup linux specific
    * containers: drop special handling for ErrCgroupV1Rootless
    * compose: fix compose provider debug message
    * image: replace GetStoreImage with ResolveReference
    * vendor: bump c/image to 373c52a9466f
    * Refactor machine socket mapping
    * AppleHV: Fix machine rm error message
    * Add status messages to podman --remote commit
    * End-of-Life policy for github issues
    * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.10
    * Support passing of Ulimits as -1 to mean max
    * fix(deps): update github.com/docker/go-connections digest to 0b8c1f4
    * fix(deps): update github.com/crc-org/vfkit digest to f3c783d
    * Log gvproxy and server9 to file on log-level=debug
    * Change to using gopsutil for cross-OS process ops
    * Initial addition of 9p code to Podman
    * libpod: fix /etc/hostname with --uts=host
    * systests: stty test: retry once on flake
    * systests: pasta: avoid hangs
    * Fix secrets scanning GHA Workflow
    * [skip-ci] Update dawidd6/action-send-mail action to v3.9.0
    * docs: clarify systemd cgroup mount
    * podman build --remote URI Dockerfile shoud not be treated as file
    * Small fixes for wacko CI environments
    * Do not add powercap mask if no paths are masked
    * compose: try all possible providers before throwing an error
    * podman kube play --replace should force removal of pods and containers
    * Sort kube options alphabetically
    * container.conf: support attributed string slices
    * CI: podman farm tests cleanup
    * Mask /sys/devices/virtual/powercap
    * Update module github.com/google/uuid to v1.4.0
    * fix(deps): update module github.com/docker/docker to v24.0.7+incompatible
    * fix(deps): update module go.etcd.io/bbolt to v1.3.8
    * CI: systest: safer random_rfc1918_subnet
    * CI: e2e: safer GetPort()
    * Fix broken code block markup in Introduction.rst
    * chore(deps): update module google.golang.org/grpc to v1.57.1 [security]
    * chore: remove npipe const and use vmtype const for checking
    * Update module github.com/onsi/gomega to v1.29.0
    * CI: try to fix more networking flakes
    * fix: check wsl npipe when executing podman compose
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.1
    * Quadlet - explicit support for read-only-tmpfs
    * compat API: fix image-prune --all
    * Makefile - allow more control over Ginkgo parameters
    * Add e2e tests for farm build
    * vendor c/{buildah,common}: appendable containers.conf strings, Part 1
    * Add podman farm build command
    * Add emulation package
    * Use buildah default isolation when working with podman play kube
    * docs(API): Fix compat network (dis-)connect
    * test/e2e: do not import buildah
    * pkg/specgen: remove config_unsupported.go
    * pkg/parallel/ctr: add !remote tag
    * pkg/domain/filters: add !remote tag
    * pkg/ps: add !remote tag
    * pkg/systemd/generate: add !remote tag
    * libpod: add !remote tag
    * pkg/autoupdate: add !remote tag
    * vendor latest c/common
    * libpod: remove build support non linux/freebsd
    * Fix typo
    * test/apiv2: adapt apiv2 test on cgroups v1 environment
    * ginkgo setup: retry cache pulls
    * Support size option when creating tmpfs volumes
    * not mounted layers should be reported as info not error
    * CI: stop using registry.k8s.io
    * fix(deps): update module github.com/vbatts/git-validation to v1.2.1
    * test fixes for c/common tag chnages
    * vendor latest c/common
    * hyperV: Update lastUp time
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.0
    * lint: disable testifylint
    * lint: fix warnings found by perfsprint
    * lint: fix warnings found by inamedparam
    * lint: fix warnings found by protogetter
    * libpod: skip DBUS_SESSION_BUS_ADDRESS in conmon
    * Use node hostname in kube play when hostNetwork=true
    * cirrus setup: special-case perl unicode
    * network: document ports and macvlan interaction
    * quadlet: document cgroupv2 requirement
    * [skip-ci] Update actions/checkout digest to b4ffde6
    * Revert "Emergency workaround for CI breakage"
    * remote: exec: do not leak session IDs on errors
    * fix(deps): update github.com/containers/storage digest to 79aa304
    * fix(deps): update module k8s.io/kubernetes to v1.28.3
    * System tests: fix broken silence127
    * Add TERM iff TERM not defined in container when podman exec -t
    * Emergency workaround for CI breakage
    * Kill gvproxy when machine rm -f
    * Fix path for omvf vars on Darwin/arm64
    * Allow systemd specifiers in User and Group Quadlet keys
    * libpod: rename confusing import name
    * use FindInitBinary() for init binary
    * vendor latest c/common
    * exec: do not leak session IDs on errors
    * systests: cp test: lots of cleanup
    * Define better error message for container name conflicts with external storage.
    * Quadlet - support ImageName for .image files
    * test/system: ignore 127 if it is the expected rc
    * test/apiv2/20-containers.at: fix NanoCPUs tests on cgroups v1
    * image history: fix walking layers
    * fix(api): Ensure compatibality for network connect
    * [CI:DOCS] Add cross-build target info.
    * machine set: document --rootful better
    * libpod: restart+userns cleanup netns correctly
    * Minor log and doc fixes
    * Quadlet man page - discuss volume removal explicitly
    * Quadlet - add support for KubeDownForce
    * System Test - Quadlet kube oneshot
    * Fix output of podman --remote top
    * buildah-bud: test relative TMPDIR
    * Fix handling of --read-only-tmpfs flag
    * Vendor common and buildah main
    * remote,build: wire unsetlabels
    * test: build with TMPDIR as relative
    * docs: add unsetlabel
    * vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.2
    * fix: pull error response docker rest api compatibility
    * Show client info even if remote connection fails
    * fix(deps): update github.com/containers/libhvee digest to e51be96
    * Run codespell
    * SetLock for all virt providers
    * Machine: Teardown on init failure
    * healthcheck: make sure to always show health_status events
    * Apply suggestions from code review
    * [CI:DOCS]rtd: implement v2 build file
    * Quadlet - support oneshot .kube files
    * libpod: fix deadlock while parallel container create
    * fix(deps): update module golang.org/x/net to v0.17.0
    * api: add `compatMode` paramenter to libpod's pull endpoint
    * api: break out compat image pull
    * fix(deps): update module github.com/cpuguy83/go-md2man/v2 to v2.0.3
    * use sqlite as default database
    * vendor latest c/common
    * fix(deps): update module github.com/nxadm/tail to v1.4.11
    * Check for image with /libpod/containers/create
    * container: always check if mountpoint is mounted
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
    * vendor: update c/storage
    * api: drop debug statement
    * Quadlet - add support for global arguments
    * Add system test
    * fix(deps): update module golang.org/x/tools to v0.14.0
    * Don't ignore containerfiles outside of build context
    * fix(deps): update github.com/containers/libhvee digest to fcf1cc2
    * fix(deps): update module golang.org/x/term to v0.13.0
    * Update module golang.org/x/sys to v0.13.0
    * [CI:DOCS] Add updating version on podman.io to release process
    * containers.conf: add `privileged` field to containers table
    * Implement secrets/credential scanning
    * Cirrus: Execute Windows podman-machine e2e tests
    * vendor: bump c/storage
    * Update module golang.org/x/sync to v0.4.0
    * [CI:DOCS] update swagger version on docs.podman.io
    * Create Qemu command wrapper
    * Adjust to path name change for resolved unit
    * Revert "Fix WSL systemd detection"
    * [CI:BUILD] rpm/copr: gvforwarder recommends for RHEL
    * [CI:DOCS] update kube play delete endpoint docs
    * [CI:DOCS] Remove dead link from README
    * test/system: --env-file test fixes
    * Revert "feat(env): support multiline in env-file"
    * Revert "docs(env-file): improve document description"
    * Revert "fix(env): parsing --env incorrect in cli"
    * Filter health_check and exec events for logging in console
    * inspect: ignore ENOENT during device lookup
    * test, manifest: test push retry
    * Fix locale issues with WSL version detection
    * vendor: update module github.com/docker/distribution to v2.8.3+incompatible
    * vendor: bump c/common to v0.56.1-0.20231002091908-745eaa498509
    * Update github.com/containers/libhvee digest to e9b1811
    * windows: Use prebuilt gvproxy/win-sshproxy binaries
    * Volume create - fast exit when ignore is set and volume exists
    * Update golang.org/x/exp digest to 9212866
    * Update github.com/opencontainers/runtime-spec digest to c0e9043
    * remove selinux tag as not needed anymore
    * [skip-ci] Improve podmansh(1)
    * Build applehv for Intel Macs
    * Revert "GHA Workflow: Faster discussion-locking"
    * update vfkit vendored code
    * Add DefaultMode to kube play
    * Fix broken podman images filters
    * Remove `c.ExtraFiles` line in machine
    * podman: run --replace prints only the new container id
    * New machines should show Never as LastUp
    * podman machine: disable zincati update service
    * Revert "cirrus setup: install en_US.UTF-8 locale"
    * Cirrus: CI VM images w/ newer automation-library
    * CI VMs: bump to f39 + f38
    * [CI:DOCS] Update podman load doc
    * Update mac installer to latest gvproxy release
    * Fix WSL systemd detection
    * Add documentation for the vrf option on netavark
    * fix(deps): update github.com/containers/common digest to 9342cdd
    * fix: typos in links, path and code example
    * e2e: ExitCleanly(): manual special cases
    * e2e: ExitCleanly(): the final fron^Wcommit
    * [CI:DOCS] Add win-sshproxy target to winmake
    * wsl: enable machine init tests
    * Update docs/source/markdown/options/rdt-class.md
    * move IntelRdtClosID to HostConfig
    * use default when user does not provide rdt-class
    * Add documentation for Intel RDT support
    * Add test for Intel RDT support
    * Add Intel RDT support
    * [CI:DOCS] Fix podman form update --help examples
    * Quadlet container mount - support non key=val options
    * test/e2e: default to netavark
    * [skip-ci] Update dawidd6/action-send-mail action to v3.9.0
    * fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.7.1
    * fix(deps): update github.com/containers/common digest to 4619314
    * applehv: enable machine tests for start
    * applehv: machine tests for stop and rm
    * Update machine tests README
    * Add podman socket info to machine inspect
    * Fix podman machine info test for hyperV
    * libpod: pass entire environment to conmon
    * e2e: ExitCleanly(): manual fixes to get tests working
    * e2e: ExitCleanly(): a few more
    * FCOS+podman-next: correct GHA conditional syntax
    * pkg/machine/e2e: wsl stop
    * wsl: machine tests for inspect
    * wsl: machine tests for ssh
    * fix(deps): update github.com/containers/common digest to e18cda8
    * wsl: machine start test
    * wsl machine tests: set
    * wsl: machine tests
    * Skip proxy test for hyperV
    * Enable machine e2e test for applehv
    * hyperV: Respect rootful option on machine init
    * [CI:BUILD] FCOS image: enable nightly build
    * e2e: use safe fedora-minimal image
    * hyperv: machine e2e tests for set command
    * podman build: correct default pull policy
    * fix handling of static/volume dir
    * unbreak CI: useradd not found
    * hyperv: set more realistic starting state
    * hyperv: use StopWithForce with remove
    * Fix all ports exposed by kube play
    * Fix setting timezone on HyperV
    * fix(deps): update github.com/containers/gvisor-tap-vsock digest to 97028a6
    * Fix farm update to check for connections
    * Adjust machine CPU tests
    * Bump version on main
    * [CI:BUILD] Packit: show SHORT_SHA in `podman --version` for COPR builds
    * Vendor c/common
    * pod rm: do not log error if anonymous volume is still used
    * e2e: ExitCleanly(): manual fixes to get tests passing
    * e2e: ExitCleanly(): a few more
    * fixes for pkg/machine/e2e on hyperv
    * test: fix rootless propagation test
    * [CI:BUILD] packit: tag @containers/packit-build team on copr build failures
    * Enable disk resizing for applehv
    * Various updates for hyperv and machine e2e tests
    * test: update fedoraMinimal version
    * specgen, rootless: fix mount of cgroup without a netns
    * Automatically remove anonymous volumes when removing a container
    * Use ActiveServiceDestination in ssh remoteConnectionUsername
    * fix(deps): update github.com/containers/gvisor-tap-vsock digest to 9298405
    * e2e: ExitCleanly(): generate_kube_test.go
    * e2e: generate kube -> kube generate
    * e2e: ExitCleanly(): generate_kube_test.go
    * windows cannot "do" extra files
    * e2e: ExitCleanly(): Fixes for breaking tests
    * play kube -> kube play
    * e2e: ExitCleanly(): play_kube_test.go
    * introduce pkg/strongunits
    * Makefile equiv Powershell script
    * pass --syslog to the cleanup process
    * vendor of containers/common
    * fix --authfile auto-update test
    * compat API: speed up network list
    * Change priority for cli-flags for remotely operating Podman
    * libpod: remove unused ContainerState() fucntion
    * [CI:BUILD] Packit: Enable failure notifications for cockpit tests
    * e2e: ExitCleanly(): more low-hanging fruit
    * e2e: ExitCleanly(): more low-hanging fruit
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
    * Enable machine e2e tests for WSL
    * systests: tighter checks for unwanted warnings
    * GHA Workflow: Faster discussion-locking
    * [CI:BUILD] FCOS + podman-next image: pull in wasm
    * [CI:BUILD] rpm: remove gvproxy subpackage
    * [CI:DOCS] Tweak podman to Podman in a few farm man pages
    * Docs on sig-proxy are wrong, we support TTY
    * e2e: ExitCleanly(): low-hanging fruit, part 2
    * e2e: ExitCleanly(): low-hanging fruit, part 1
    * Buildtag out unix commands for common OS files
    * systests: clean up after tests; fix missing path in logs
    * [CI:BUILD] followup PR for fcos with podman-next
    * Implement gvproxy networking using cmdline wrapper
    * fix, test: rmi should work with images w/o layers
    * vendor: bump c/common to v0.56.1-0.20230919073449-d1d9d38d8282
    * Quadlet Image test - rearrange test function
    * e2e: continuing ExitCleanly() work: manual tweaks
    * e2e: continuing ExitCleanly() work
    * [CI:DOCS] Improve podman-tag man page
    * [CI:DOCS] Improve podman-build man page
    * [CI:DOCS] Include precheck to release process
    * [CI:DOCS] consistentize filter options in man pages
    * Quadlet - add support for .image units
    * --env-host: use default from containers.conf
    * error when --module is specified on the command level
    * man page crossrefs: add --filter autocompletes
    * Fix specification of unix:///run
    * Add label! filter and tests to containers and pods
    * Add test for legacy address without two slashes
    * Use url with scheme and path for the unix address

++++ python-certifi:

  - update to 2023.11.17:
    Added certs:
    * Subject: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc.
    * Subject: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc.
    * Subject: CN=CommScope Public Trust ECC Root-01 O=CommScope
    * Subject: CN=CommScope Public Trust ECC Root-02 O=CommScope
    * Subject: CN=CommScope Public Trust RSA Root-01 O=CommScope
    * Subject: CN=CommScope Public Trust RSA Root-02 O=CommScope
    Removed certs:
    * Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068

++++ python-cryptography:

  - update to 41.0.7 (CVE-2023-49083, bsc#1217592):
    * Fixed compilation when using LibreSSL 3.8.2.
    * Fixed a null-pointer-dereference and segfault that could
    occur when loading certificates from a PKCS#7 bundle.
    Credit to **pkuzco** for reporting the issue. **CVE-2023-49083**

++++ regionServiceClientConfigAzure:

  - Update to version 2.0.1 (bsc#1217537)
    + Replacing 104.45.31.195.pem 191.237.254.253.pem certs
    expiring in 8 years and new length of 4096
    These certs will replace the current certs that
    expire soon

++++ regionServiceClientConfigEC2:

  - Update to version 4.1.1 (bsc#1217536)
    + Replace 54.247.166.75.pem and 54.253.118.149.pem old soon to expired certs
    with new generated ones that expire in 8 years and have longer length (4096)

++++ regionServiceClientConfigGCE:

  - Update to version 4.0.1 (bsc#1217538)
    + Replace 130.211.242.136.pem and 130.211.88.88.pem certs
    expiring in 8 years and new length of 4096
    These certs will replace the current certs that
    expire soon

++++ selinux-policy:

  - Trigger rebuild of the policy when pcre2 gets updated to avoid
    regex version mismatch errors (bsc#1216747).

++++ thin-provisioning-tools:

  - Update vendored dependencies

------------------------------------------------------------------
------------------  2023-11-27  -  Nov 27 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - Reformat avahi-gacdir.patch to apply as patch -p1.
  - Use %autopatch instead of deprecated %patchN format.

++++ dracut:

  - Update to version 059+suse.530.gba7b6a35:
    * fix(dracut.sh): skip README for AMD microcode generation (bsc#1217083)
    * fix(90kernel-modules): add intel_lpss_pci for MacBook Pro 2017
    * feat(kernel-modules): install SPMI modules on ARM/RISC-V
    * feat(kernel-modules): add Qualcomm IPC router to enable USB
    * fix(pcsc): add --disable-polkit to pcscd.service
    * fix(pcsc): add opensc load module file

++++ kernel-default:

  - i40e: Fix adding unsupported cloud filters (jsc#PED-4874).
  - ice: restore timestamp configuration after device reset
    (jsc#PED-4876).
  - ice: unify logic for programming PFINT_TSYN_MSK (jsc#PED-4876).
  - ice: remove ptp_tx ring parameter flag (jsc#PED-4876).
  - octeontx2-pf: Fix ntuple rule creation to direct packet to VF
    with higher Rx queue than its PF (jsc#PED-6931).
  - dpll: Fix potential msg memleak when genlmsg_put_reply failed
    (jsc#PED-6079).
  - octeontx2-pf: Fix memory leak during interface down
    (jsc#PED-6931).
  - ice: fix DDP package download for packages without signature
    segment (jsc#PED-4876).
  - ice: dpll: fix output pin capabilities (jsc#PED-4876).
  - ice: dpll: fix check for dpll input priority range
    (jsc#PED-4876).
  - ice: dpll: fix initial lock status of dpll (jsc#PED-4876).
  - ice: Fix VF-VF direction matching in drop rule in switchdev
    (jsc#PED-4876).
  - ice: Fix VF-VF filter rules in switchdev mode (jsc#PED-4876).
  - ice: lag: in RCU, use atomic allocation (jsc#PED-4876).
  - ice: Fix SRIOV LAG disable on non-compliant aggregate
    (jsc#PED-4876).
  - i40e: Fix devlink port unregistering (jsc#PED-4874).
  - i40e: Do not call devlink_port_type_clear() (jsc#PED-4874).
  - net: ethtool: Fix documentation of ethtool_sprintf()
    (jsc#PED-5734).
  - chelsio: Do not include crypto/algapi.h (jsc#PED-6951).
  - ice: Hook up 4 E830 devices by adding their IDs (jsc#PED-4876).
  - ice: Remove redundant zeroing of the fields (jsc#PED-4876).
  - ice: Add support for E830 DDP package segment (jsc#PED-4876).
  - ice: Add ice_get_link_status_datalen (jsc#PED-4876).
  - ice: Add 200G speed/phy type use (jsc#PED-4876).
  - ice: Add E830 device IDs, MAC type and registers (jsc#PED-4876).
  - bnxt_en: Fix 2 stray ethtool -S counters (jsc#PED-5742).
  - bnxt_en: extend media types to supported and autoneg modes
    (jsc#PED-5742).
  - bnxt_en: convert to linkmode_set_bit() API (jsc#PED-5742).
  - bnxt_en: Refactor NRZ/PAM4 link speed related logic
    (jsc#PED-5742).
  - bnxt_en: refactor speed independent ethtool modes
    (jsc#PED-5742).
  - bnxt_en: support lane configuration via ethtool (jsc#PED-5742).
  - bnxt_en: add infrastructure to lookup ethtool link mode
    (jsc#PED-5742).
  - bnxt_en: Fix invoking hwmon_notify_event (jsc#PED-5742).
  - bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
    (jsc#PED-5742).
  - ice: cleanup ice_find_netlist_node (jsc#PED-4876).
  - ice: make ice_get_pf_c827_idx static (jsc#PED-4876).
  - ice: manage VFs MSI-X using resource tracking (jsc#PED-4876).
  - ice: set MSI-X vector count on VF (jsc#PED-4876).
  - ice: add bitmap to track VF MSI-X usage (jsc#PED-4876).
  - ice: implement num_msix field per VF (jsc#PED-4876).
  - ice: store VF's pci_dev ptr in ice_vf (jsc#PED-4876).
  - ice: add drop rule matching on not active lport (jsc#PED-4876).
  - ice: remove unused ice_flow_entry fields (jsc#PED-4876).
  - ethtool: untangle the linkmode and ethtool headers
    (jsc#PED-5734).
  - qed: devlink health: use retained error fmsg API (jsc#PED-5734).
  - bnxt_en: devlink health: use retained error fmsg API
    (jsc#PED-5742).
  - i40e: Align devlink info versions with ice driver and add docs
    (jsc#PED-4874).
  - igc: replace deprecated strncpy with strscpy (jsc#PED-4860).
  - igbvf: replace deprecated strncpy with strscpy (jsc#PED-4866).
  - igb: replace deprecated strncpy with strscpy (jsc#PED-4866).
  - i40e: use scnprintf over strncpy+strncat (jsc#PED-4874).
  - ice: Refactor finding advertised link speed (jsc#PED-4876).
  - qede: Refactor qede_forced_speed_maps_init() (jsc#PED-5734).
  - ethtool: Add forced speed to supported link modes maps
    (jsc#PED-5734).
  - eth: bnxt: fix backward compatibility with older devices
    (jsc#PED-5742).
  - dpll: netlink/core: change pin frequency set behavior
    (jsc#PED-6079).
  - ice: dpll: implement phase related callbacks (jsc#PED-4876).
  - dpll: netlink/core: add support for pin-dpll signal phase
    offset/adjust (jsc#PED-6079).
  - dpll: spec: add support for pin-dpll signal phase offset/adjust
    (jsc#PED-6079).
  - dpll: docs: add support for pin signal phase offset/adjust
    (jsc#PED-6079).
  - i40e: Add PBA as board id info to devlink .info_get
    (jsc#PED-4874).
  - i40e: Refactor and rename i40e_read_pba_string() (jsc#PED-4874).
  - i40e: Add handler for devlink .info_get (jsc#PED-4874).
  - i40e: Split and refactor i40e_nvm_version_str() (jsc#PED-4874).
  - i40e: Add initial devlink support (jsc#PED-4874).
  - sfc: support offloading ct(nat) action in RHS rules
    (jsc#PED-6894).
  - sfc: parse mangle actions (NAT) in conntrack entries
    (jsc#PED-6894).
  - qed: replace uses of strncpy (jsc#PED-5734).
  - sfc: replace deprecated strncpy with strscpy (jsc#PED-6894).
  - net/mlx4_core: replace deprecated strncpy with strscpy
    (jsc#PED-3309).
  - netdev: replace napi_reschedule with napi_schedule
    (jsc#PED-3309).
  - netdev: make napi_schedule return bool on NAPI successful
    schedule (jsc#PED-3309).
  - bna: replace deprecated strncpy with strscpy_pad (jsc#PED-6884).
  - netlink: specs: remove redundant type keys from attributes in
    subsets (jsc#PED-6079).
  - i40e: Move DDP specific macros and structures to i40e_ddp.c
    (jsc#PED-4874).
  - i40e: Remove circular header dependencies and fix headers
    (jsc#PED-4874).
  - i40e: Split i40e_osdep.h (jsc#PED-4874).
  - i40e: Move memory allocation structures to i40e_alloc.h
    (jsc#PED-4874).
  - i40e: Simplify memory allocation functions (jsc#PED-4874).
  - i40e: Refactor I40E_MDIO_CLAUSE* macros (jsc#PED-4874).
  - i40e: Move I40E_MASK macro to i40e_register.h (jsc#PED-4874).
  - i40e: Remove back pointer from i40e_hw structure (jsc#PED-4874).
  - sfc: support TC rules which require OR-AR-CT-AR flow
    (jsc#PED-6894).
  - sfc: ensure an extack msg from efx_tc_flower_replace_foreign
    EOPNOTSUPPs (jsc#PED-6894).
  - sfc: offload foreign RHS rules without an encap match
    (jsc#PED-6894).
  - sfc: support TC left-hand-side rules on foreign netdevs
    (jsc#PED-6894).
  - i40e: Add rx_missed_errors for buffer exhaustion (jsc#PED-4874).
  - cxgb4: Annotate struct smt_data with __counted_by
    (jsc#PED-6951).
  - cxgb4: Annotate struct sched_table with __counted_by
    (jsc#PED-6951).
  - cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_by
    (jsc#PED-6951).
  - cxgb4: Annotate struct clip_tbl with __counted_by
    (jsc#PED-6951).
  - chelsio/l2t: Annotate struct l2t_data with __counted_by
    (jsc#PED-6951).
  - Revert "bnxt_en: Support QOS and TPID settings for the SRIOV
    VLAN" (jsc#PED-5742).
  - ice: fix linking when CONFIG_PTP_1588_CLOCK=n (jsc#PED-4876).
  - bnxt_en: Update VNIC resource calculation for VFs
    (jsc#PED-5742).
  - bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
    (jsc#PED-5742).
  - bnxt_en: Event handler for Thermal event (jsc#PED-5742).
  - bnxt_en: Use non-standard attribute to expose shutdown
    temperature (jsc#PED-5742).
  - bnxt_en: Expose threshold temperatures through hwmon
    (jsc#PED-5742).
  - bnxt_en: Modify the driver to use
    hwmon_device_register_with_info (jsc#PED-5742).
  - bnxt_en: Move hwmon functions into a dedicated file
    (jsc#PED-5742).
  - bnxt_en: Enhance hwmon temperature reporting (jsc#PED-5742).
  - bnxt_en: Update firmware interface to 1.10.2.171 (jsc#PED-5742).
  - Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code
    block (jsc#PED-6079).
  - Documentation: dpll: Fix code blocks (jsc#PED-6079).
  - ice: make use of DEFINE_FLEX() in ice_switch.c (jsc#PED-4876).
  - ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item
    (jsc#PED-4876).
  - ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp
    (jsc#PED-4876).
  - ice: make use of DEFINE_FLEX() in ice_ddp.c (jsc#PED-4876).
  - ice: drop two params of ice_aq_move_sched_elems()
    (jsc#PED-4876).
  - ice: ice_sched_remove_elems: replace 1 elem array param by u32
    (jsc#PED-4876).
  - overflow: add DEFINE_FLEX() for on-stack allocs (jsc#PED-4876).
  - ice: Remove the FW shared parameters (jsc#PED-4876).
  - ice: PTP: add clock domain number to auxiliary interface
    (jsc#PED-4876).
  - ice: Use PTP auxbus for all PHYs restart in E822 (jsc#PED-4876).
  - ice: Auxbus devices & driver for E822 TS (jsc#PED-4876).
  - netdev: Remove unneeded semicolon (jsc#PED-6079).
  - ice: check netlist before enabling ICE_F_GNSS (jsc#PED-4876).
  - ice: introduce ice_pf_src_tmr_owned (jsc#PED-4876).
  - ice: fix pin assignment for E810-T without SMA control
    (jsc#PED-4876).
  - ice: remove ICE_F_PTP_EXTTS feature flag (jsc#PED-4876).
  - ice: PTP: move quad value check inside ice_fill_phy_msg_e822
    (jsc#PED-4876).
  - ice: PTP: Rename macros used for PHY/QUAD port definitions
    (jsc#PED-4876).
  - ice: PTP: Clean up timestamp registers correctly (jsc#PED-4876).
  - ice: introduce hw->phy_model for handling PTP PHY differences
    (jsc#PED-4876).
  - ice: Support cross-timestamping for E823 devices (jsc#PED-4876).
  - ice: retry acquiring hardware semaphore during cross-timestamp
    request (jsc#PED-4876).
  - ice: prefix clock timer command enumeration values with ICE_PTP
    (jsc#PED-4876).
  - net/mlx5: Lift reload limitation when SFs are present
    (jsc#PED-3311).
  - net/mlx5: Disable eswitch as the first thing in mlx5_unload()
    (jsc#PED-3311).
  - ice: implement dpll interface to control cgu (jsc#PED-4876).
  - ice: add admin commands to access cgu configuration
    (jsc#PED-4876).
  - netdev: expose DPLL pin handle for netdevice (jsc#PED-6079).
  - dpll: netlink: Add DPLL framework base functions (jsc#PED-6079).
  - dpll: core: Add DPLL framework base functions (jsc#PED-6079).
  - dpll: spec: Add Netlink spec in YAML (jsc#PED-6079).
  - dpll: documentation on DPLL subsystem interface (jsc#PED-6079).
  - ice: Check CRC strip requirement for VLAN strip (jsc#PED-4876).
  - ice: Support FCS/CRC strip disable for VF (jsc#PED-4876).
  - sfc: make coding style of PTP addresses consistent with core
    (jsc#PED-6894).
  - i40e: fix potential memory leaks in i40e_remove()
    (jsc#PED-4874).
  - i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
    (jsc#PED-4874).
  - sfc: cleanup and reduce netlink error messages (jsc#PED-6894).
  - net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
    (jsc#PED-6951).
  - i40e: sync next_to_clean and next_to_process for programming
    status desc (jsc#PED-4874).
  - igc: Fix ambiguity in the ethtool advertising (jsc#PED-4860).
  - igb: Fix potential memory leak in igb_add_ethtool_nfc_entry
    (jsc#PED-4866).
  - i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value (jsc#PED-4874).
  - i40e: xsk: remove count_mask (jsc#PED-4874).
  - vdpa/mlx5: Fix firmware error on creation of 1k VQs
    (jsc#PED-3311).
  - vdpa/mlx5: Fix double release of debugfs entry (jsc#PED-3311).
  - qed: fix LL2 RX buffer allocation (jsc#PED-5734).
  - net/mlx5e: Fix VF representors reporting zero counters to
    "ip -s" command (jsc#PED-3311).
  - net/mlx5e: Don't offload internal port if filter device is
    out device (jsc#PED-3311).
  - net/mlx5e: Take RTNL lock before triggering netdev notifiers
    (jsc#PED-3311).
  - net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on
    shutdown (jsc#PED-3311).
  - net/mlx5e: RX, Fix page_pool allocation failure recovery for
    legacy rq (jsc#PED-3311).
  - net/mlx5e: RX, Fix page_pool allocation failure recovery for
    striding rq (jsc#PED-3311).
  - net/mlx5: Handle fw tracer change ownership event based on MTRC
    (jsc#PED-3311).
  - net/mlx5: Bridge, fix peer entry ageing in LAG mode
    (jsc#PED-3311).
  - net/mlx5: E-switch, register event handler before arming the
    event (jsc#PED-3311).
  - net/mlx5: Perform DMA operations in the right locations
    (jsc#PED-3311).
  - ice: Fix safe mode when DDP is missing (jsc#PED-4876).
  - ice: reset first in crash dump kernels (jsc#PED-4876).
  - i40e: prevent crash on probe if hw registers have invalid values
    (jsc#PED-4874).
  - ice: fix over-shifted variable (jsc#PED-4876).
  - net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp
    (jsc#PED-3311).
  - net/mlx5e: macsec: use update_pn flag instead of PN comparation
    (jsc#PED-3311).
  - ice: block default rule setting on LAG interface (jsc#PED-4876).
  - devlink: remove converted commands from small ops
    (jsc#PED-3311).
  - devlink: remove duplicate temporary netlink callback prototypes
    (jsc#PED-3311).
  - devlink: pass flags as an arg of dump_one() callback
    (jsc#PED-3311).
  - devlink: introduce dumpit callbacks for split ops
    (jsc#PED-3311).
  - devlink: rename doit callbacks for per-instance dump commands
    (jsc#PED-3311).
  - devlink: introduce devlink_nl_pre_doit_port*() helper functions
    (jsc#PED-3311).
  - devlink: parse rate attrs in doit() callbacks (jsc#PED-3311).
  - devlink: parse linecard attr in doit() callbacks (jsc#PED-3311).
  - devlink: clear flag on port register error path (jsc#PED-3311).
  - devlink: use generated split ops and remove duplicated commands
    from small ops (jsc#PED-3311).
  - devlink: include the generated netlink header (jsc#PED-3311).
  - devlink: add split ops generated according to spec
    (jsc#PED-3311).
  - devlink: un-static devlink_nl_pre/post_doit() (jsc#PED-3311).
  - devlink: introduce couple of dumpit callbacks for split ops
    (jsc#PED-3311).
  - devlink: rename couple of doit netlink callbacks to match
    generated names (jsc#PED-3311).
  - devlink: rename devlink_nl_ops to devlink_nl_small_ops
    (jsc#PED-3311).
  - devlink: remove reload failed checks in params get/set callbacks
    (jsc#PED-3311).
  - tools: ynl: generate code for the devlink family (jsc#PED-3311).
  - tools: ynl: generate code for the handshake family
    (jsc#PED-3311).
  - tools: ynl: support fou and netdev in C (jsc#PED-3311).
  - tools: ynl: user space helpers (jsc#PED-3311).
  - commit d1397b2
  - KVM: s390: pv: Allow AP-instructions for pv-guests
    (jsc#PED-5441).
  - KVM: s390: Add UV feature negotiation (jsc#PED-5441).
  - s390/uv: UV feature check utility (jsc#PED-5441).
  - KVM: s390: pv: relax WARN_ONCE condition for destroy fast
    (jsc#PED-5441).
  - commit 4d04ae4
  - s390/vfio-ap: make sure nib is shared (jsc#PED-5441).
  - KVM: s390: export kvm_s390_pv*_is_protected functions
    (jsc#PED-5441).
  - s390/uv: export uv_pin_shared for direct usage (jsc#PED-5441).
  - s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36
    (jsc#PED-5441).
  - s390/vfio-ap: handle queue state change in progress on reset
    (jsc#PED-5441).
  - s390/vfio-ap: use work struct to verify queue reset
    (jsc#PED-5441).
  - s390/vfio-ap: store entire AP queue status word with the queue
    object (jsc#PED-5441).
  - s390/vfio-ap: remove upper limit on wait for queue reset to
    complete (jsc#PED-5441).
  - s390/vfio-ap: allow deconfigured queue to be passed through
    to a guest (jsc#PED-5441).
  - s390/vfio-ap: wait for response code 05 to clear on queue reset
    (jsc#PED-5441).
  - s390/vfio-ap: clean up irq resources if possible (jsc#PED-5441).
  - s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW
    after TAPQ (jsc#PED-5441).
  - commit ce9cd9c
  - Update
    patches.suse/net-usb-lan78xx-reorder-cleanup-operations-to-.patch
    (bsc#1217068 CVE-2023-6039).
    Reference updated. Bug retroactively declared a security issue.
  - commit 1d8baa2
  - s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()
    (git-fixes bsc#1217510).
  - commit 074bb1e
  - hv_netvsc: Mark VF as slave before exposing it to user-mode
    (git-fixes).
  - hv_netvsc: Fix race of register_netdevice_notifier and VF
    register (git-fixes).
  - hv_netvsc: fix race of netvsc and VF register_netdevice
    (git-fixes).
  - x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize
    hv_nmi_unknown() (git-fixes).
  - x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
    (git-fixes).
  - hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles
    (git-fixes).
  - commit 5d419c2

++++ samba:

  - Update to 4.19.3
    * sid_strings test broken by unix epoch > 1700000000;
    (bso#15520).
    * smbd crashes if asked to return full information on close of
    a stream handle with delete on close disposition set;
    (bso#15487).
    * smbd: fix close order of base_fsp and stream_fsp in
    smb_fname_fsp_destructor(); (bso#15521).
    * Improve logging for failover scenarios; (bso#15499).
    * Files without "read attributes" NFS4 ACL permission are not
    listed in directories; (bso#15093).
    * CVE-2018-14628 [SECURITY] Deleted Object tombstones visible
    in AD LDAP to normal users; (bso#13595).
    * Kerberos TGS-REQ with User2User does not work for normal
    accounts; (bso#15492).
    * vfs_gpfs stat calls fail due to file system permissions;
    (bso#15507).
    * Samba doesn't build with Python 3.12; (bso#15513).

++++ libsemanage:

  - Remove dependency on /usr/bin/python3, making scripts to depends on
    the real python3 binary, not the link. bsc#1212476

++++ sqlite3:

  - Update to release 3.44.2
    * Fix a mistake in the CLI that was introduced by the fix in
    3.44.1.
    * Fix a problem in FTS5 that was discovered during internal fuzz
    testing only minutes after the 3.44.1 release was tagged.
    * Fix incomplete assert() statements that the fuzzer discovered.
    * Fix a couple of harmless compiler warnings that appeared in
    debug builds with GCC 16.

++++ tpm2-0-tss:

  - libtss2-fapi1 requires system-user-tss for tmpfile creation

++++ pam-config:

  - Update to version 2.10
  - Enable session and account support for kanidm and himmelblau

++++ patterns-base:

  - removed desktop patterns
  - added missing packages to the patterns (bsc#1216447, #1216445)
  - removed vm-install from KVM pattern
  - Added missing packages in several patterns for parity with
    SLE Micro 5.x (bsc#1216416, #1216449, #1216447, #1216417)
  - Added the KVM host pattern

++++ patterns-container:

  - added missing libcontainers-sles-mounts (bsc#1216443)

++++ patterns-micro:

  - removed desktop patterns
  - added missing packages to the patterns (bsc#1216447, #1216445)
  - removed vm-install from KVM pattern
  - Added missing packages in several patterns for parity with
    SLE Micro 5.x (bsc#1216416, #1216449, #1216447, #1216417)
  - Added the KVM host pattern

++++ pcsc-tools:

  - update to 1.7.0:
    * 182 new ATRs
    * pcsc_scan:
    + add debug option -d
    + add PnP option -p
    * gscriptor: i18n and l10n in English (default), French
    and Russian
    * configure: add --enable-ATRparser=foobar to specify an
    ATR parser
    * minor fixes and improvements

++++ perl:

  - Update to perl 5.38.2
    * fixes [CVE-2023-47038] Write past buffer end via illegal
    user-defined Unicode property [bnc#1217084]
    * fixes [CVE-2023-47039] Perl for Windows binary hijacking
    vulnerability [bnc#1217085]

++++ permissions:

  - Remove dependency on /usr/bin/python3, making scripts to depends on
    the real python3 binary, not the link. bsc#1212476

++++ policycoreutils:

  - Change deprecated `%patch1 -p1` syntax to supported `%patch -P1 -p1`
    (bsc#1216669)

++++ python-Pygments:

  - update to 2.17.2:
    * Fix a packaging issue on macOS
    * Updated lexers:
    * TOML: Fix bug making lexing of single-quoted strings too
    eager
    * Cypher: fix comment matching, add missing keywords
    * Fortran: add ``elseif`` keyword
    * Lean: make it available as ``lean3``, in preparation for
    * a possible switch to ``lean`` highlighting as Lean 4
    * JSON: add MIME types and file extensions for several line-
    delimited JSON formats
    * Nix: many improvements
    * OCaml: Add ``and`` keyword, remove ``value`` from keywords
    * Python: add ``starlark`` and ``bazel`` aliases
    * Snowball: Treat ``len`` like ``size``
    * Spice: add ``panic`` keyword and ``->`` operator
    * squid.conf: fix catastrophic backtracking
    * TOML: rewritten, with many fixes
    * Turtle: support blank nodes
    * Wikitext: fix erroneous highlighting of LanguageConverter
    markup
    * CMake: support ``[=[ bracketed arguments ]=]```
    * Fix ctags support and tests
    * Include ``Lexer.add_filter`` in the documentation
    * Add a ``Lean3Lexer`` alias
    * The ``pygments.styles`` module contains a new ``STYLES``
    variable with a dictionary of built-in styles.  The old
    ``STYLE_MAP`` variable, which uses a different format,
    is kept for backwards compatibility.
    * On Windows, add a new installation extra (``windows-
    terminal``) which pulls in dependencies for colored
    console output. See :doc:`cmdline` for more details.
    * Support more file types in ``autopygmentize`` script
    * Change color of numbers in ``rrt`` style
    * Fix error when trying to look up plugin formatters by file
    extension of the output format
    * Use Hatchling as a build backend instead of setuptools.
    * This change is transparent to most users. Distribution
    packagers who build without build isolation need to add
    hatchling as a build dependency and remove setuptools.
    People downloading source distributions and wheels from PyPI
    directly should note that they now have ``pygments`` in their
    file names instead of ``Pygments``.
    * Improve the test framework to also check for lost tokens when
    processing the snippets and example files
    * Improve the *Dracula* style definition to make it easier to
    maintain

++++ python-argcomplete:

  - update to 3.1.6:
    * Respect user choice in activate-global-python-argcomplete
    * Escape colon in zsh completions. Fixes #456
    * Call \_default as a fallback in zsh global completion

++++ python-httpx:

  - update to 0.25.2:
    * Add missing type hints to few `__init__()` methods. (#2938)
    * Add support for Python 3.12. (#2854)
    * Add support for httpcore 1.0 (#2885)
    * Raise `ValueError` on `Response.encoding` being set after
    `Response.text` has been accessed. (#2852)
  - drop newer-httpcore.patch (upstream)

++++ python-idna:

  - update to 3.6:
    * Fix regression to include tests in source distribution.
    * Update to Unicode 15.1.0
    * String codec name is now "idna2008" as overriding the system codec
    "idna" was not working.
    * Fix typing error for codec encoding
    * "setup.cfg" has been added for this release due to some downstream
    * lack of adherence to PEP 517. Should be removed in a future release
    so please prepare accordingly.
    * Removed reliance on a symlink for the "idna-data" tool to comport
    with PEP 517 and the Python Packaging User Guide for sdist
    archives.
    * Added security reporting protocol for project

++++ python-jsonpatch:

  - update 1.33:
    * fix invalid remove index
    * remove unused import
    * feat(jsondiff): Add support for preserving Unicode characters

++++ python-jsonpointer:

  - update to 2.4:
    * migrate to github actions

++++ python-lxml:

  - Add libxml2212-tests.patch to fix tests with new libxml2

++++ python-msgpack:

  - update to 1.0.7:
    * remove inline macro for msvc
    * do not fallback on build error
    * fix: build status badge
    * Drop python2 support
    * Drop Python 3.6 support
    * try Cython 3.0
    * sphinx-related work

++++ python-urllib3:

  - update to 2.1.0:
    * Removed support for the deprecated urllib3[secure] extra.
    * Removed support for the deprecated SecureTransport TLS
    implementation.
    * Removed support for the end-of-life Python 3.7.
    * Allowed loading CA certificates from memory for proxies.
    * Fixed decoding Gzip-encoded responses which specified
    ``x-gzip`` content-encoding.

++++ restorecond:

  - Change deprecated `%patch1 -p1` syntax to supported `%patch -P1 -p1`
    (bsc#1216669)

++++ supportutils-plugin-suse-public-cloud:

  - %changelog section needs to be present in the spec file

------------------------------------------------------------------
------------------  2023-11-26  -  Nov 26 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xhci: Enable RPM on controllers that support low-power states
    (git-fixes).
  - commit 5ca8a90
  - USB: serial: option: fix FM101R-GL defines (git-fixes).
  - USB: dwc3: qcom: fix ACPI platform device leak (git-fixes).
  - USB: dwc3: qcom: fix software node leak on probe errors
    (git-fixes).
  - USB: dwc3: qcom: fix resource leaks on probe deferral
    (git-fixes).
  - USB: dwc3: qcom: fix wakeup after probe deferral (git-fixes).
  - dt-bindings: usb: qcom,dwc3: fix example wakeup interrupt types
    (git-fixes).
  - usb: dwc3: set the dma max_seg_size (git-fixes).
  - usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
    (git-fixes).
  - usb: cdnsp: Fix deadlock issue during using NCM gadget
    (git-fixes).
  - usb: dwc3: Fix default mode initialization (git-fixes).
  - usb: typec: tcpm: Skip hard reset when in error recovery
    (git-fixes).
  - dt-bindings: usb: hcd: add missing phy name to example
    (git-fixes).
  - kselftest/arm64: Fix output formatting for za-fork (git-fixes).
  - arm64: mm: Fix "rodata=on" when
    CONFIG_RODATA_FULL_DEFAULT_ENABLED=y (git-fixes).
  - arm/xen: fix xen_vcpu_info allocation alignment (git-fixes).
  - commit 5dff477

------------------------------------------------------------------
------------------  2023-11-25  -  Nov 25 2023  -------------------
------------------------------------------------------------------

++++ growpart:

  - update to 0.33:
    * More busybox compatibility changes
    * growpart: Add support for overprovisioning (#35)
    * mount-image-callback: do not rely on udevadm
    * growpart: only run `udevadm` if it exists (#36) [oittaa]
    * growpart: detect whether blkid is util-linux version and
    act accordingly
    * growpart doesn't work when LANG=cs_CZ.UTF-8
    * growpart: change flock call to use short option for
    Busybox compatibility [Dermot Bradley]
    * growpart: Use LANG=C to parse sfdisk output
    * Fix bad variable use.
    * Whitespace cleanups.
    * Growpart fix undefined variable in growpart error message.
    * cloud-image-utils: Add depends on fdisk, drop e2fsprogs
    * growpart: add flock support to prevent udev races
    * Drop the python2 only cloud-utils-euca package and tools.
    * test-growpart: fix logic error resulting in test failure.
  - fix URL (development moved to GitHub)
  - use fully qualified urls for source validation
  - drop licenseGPLv3.patch (upstream)

++++ kernel-default:

  - Update config files: refreshed vanilla config again
  - commit 18c6bad

++++ libbpf:

  - update to 1.3.0:
    * support for `netfilter` programs is added
    `SEC("netfilter")` is now available
    * API function `bpf_program__attach_netfilter()` is now
    available
    * support for `tcx` BPF programs is added:
    * the following new SEC definitions are now available:
    SEC("tc/egress"), SEC("tc/ingress"), SEC("tcx/egress"),
    SEC("tcx/ingress")
    * the following SEC definitions are now considered legacy:
    SEC("tc"), SEC("action"), SEC("classifier")
    * functions `bpf_prog_attach_opts()` and
    `bpf_prog_query_opts()` are extended to work with `tcx`
    programs, plus two new API functions are added:
    * the following new SEC definitions are now available:
    SEC("uprobe.multi"), SEC("uprobe.multi.s"),
    SEC("uretprobe.multi"), SEC("uretprobe.multi.s")
    * support for section `SEC("usdt.s")` is added for sleepable
    `usdt` programs;
    * support for Unix domain socket cgroup BPF programs is added
    the following new SEC definitions are now available:
    SEC("cgroup/connect_unix"),SEC("cgroup/sendmsg_unix"),
    SEC("cgroup/recvmsg_unix"), SEC("cgroup/getpeername_unix"),
    SEC("cgroup/getsockname_unix")
    * new `LIBBPF_OPTS_RESET()` utility macro;
    * new `bpf_object__unpin()` function to complement existing
    `bpf_object__pin()`;
    * new API functions for work with ring buffers
    * uprobe SEC matcher extended to allow golang symbols;
    * uprobe support for symbols versioning;
    * `bpf_map__set_value_size()` can now be used to resize memory
    mapped region for memory mapped maps;
    * `struct bpf_xdp_query_opts` extended with `xdp_zc_max_segs`
    output field;
    * basic BTF sanity check pass added to reject bogus BTF.
    * fix for btf_dump__dump_type_data() when type contains
    bitfields;
    * fix for correct work of offsetof() and container_of() macro
    with CO-RE;
    * no longer attempt to load modules BTF when resolving CO-RE
    relocations if CAP_SYS_ADMIN are absent;
    * regex based function search for "kprobe.multi/" programs no
    longer attempts to trace functions that cannot be traced;
    * bpf_program__set_type() no longer resets sec_def if it is set
    to a custom fallback SEC handler;
    * fix for memory leak possible after
    bpf_program__set_attach_target() call;

++++ libdrm:

  - update to 2.4.118:
    * improve SMPTE color LUT accuracy
    * util: factor out and optimize C8 SMPTE color LUT
    * util: add support for DRM_FORMAT_C[124]
    * util: store number of colors for indexed formats
    * util: add SMPTE pattern support for C4 format
    * util: add SMPTE pattern support for C1 format
    * util: add SMPTE pattern support for C2 format
    * modetest: add support for DRM_FORMAT_C[124]
    * modetest: add SMPTE pattern support for C[124] formats
    * intel: determine target endianness using meson
    * util: fix 32 bpp patterns on big-endian
    * util: fix 16 bpp patterns on big-endian
    * util: add missing big-endian RGB16 frame buffer formats
    * modetest: add support for parsing big-endian formats
    * util: add test pattern support for big-endian XRGB1555/RGB565
    * util: fix pwetty on big-endian
    * util: add pwetty support for big-endian RGB565
    * modetest: add support for big-endian XRGB1555/RGB565
    * modetest: add support for DRM_FORMAT_NV{15,20,30}
    * modetest: switch usage to proper options grammar
    * xf86drm: add drmGetNodeTypeFromDevId
    * Sync headers with drm-next
    * xf86drmMode: add drmModeCloseFB()

++++ rdma-core:

  - Update to v49.0 (jsc#PED-6891, jsc#PED-6864, jsc#PED-6839, jsc#PED-6836,
    jsc#PED-6828, jsc#PED-6824, jsc#PED-6958, jsc#PED-6943, jsc#PED-6933, jsc#PED-6916)
  - No release notes available.

++++ nghttp2:

  - update to 1.58.0:
    * Update manual pages
    * Bump neverbleed
    * Bump ngtcp2
    * Prefer clock_gettime if __CYGWIN__ defined
    * Do not require strict c++ mode
    * nghttpx: Stricter transfer-encoding checks
    * Refactor character comparison
    * Integration servertester h3
    * integration: Enable http3 test with cmake

++++ pcsc-lite:

  - version 2.0.1
    * SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
    * SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
    * polkit is enabled by default
    * libpcscspy: fix a crash with NULL pointers
    * Doxygen: fix SCardBeginTransaction() documentation
    * fix pcscd internal thread safety issues (clang -fsanitize=thread)
    * Some other minor improvements

++++ python313-core:

  - Update to 3.13.0a2:
    Python 3.13.0 alpha 2¶
  - Core and Builtins:
  - Don’t include comments in f-string debug expressions. Patch
    by Pablo Galindo
  - Slightly optimize the Tier 2 (uop) interpreter by only
    loading oparg and operand when needed. Also double the
    trace size limit again, to 512 this time.
  - Change docstrings of __dict__ and __weakref__.
  - Lower the max parser stack depth to 1000 under WASI debug
    builds.
  - When Python is built in debug mode, set the C recursion
    limit to 500 instead of 1500. A debug build is likely built
    with low optimization level which implies higher stack
    memory usage than a release build. Patch by Victor Stinner.
  - Enable translating unspecialized FOR_ITER to Tier 2.
  - Make hashlib related modules thread-safe without the GIL
  - Deprecate assignment to a function’s __code__ field when
    the new code object is of a mismatched type (e.g., from a
    generator to a plain function).
  - Raise exception if frame.clear() is called on a suspended
    frame.
  - Implement native thread ids for GNU KFreeBSD.
  - Use exponential backoff to reduce the number of failed tier
    2 optimization attempts by over 99%.
  - Joining a thread now ensures the underlying OS thread has
    exited. This is required for safer fork() in multi-threaded
    processes.
  - Make sure that tier 2 traces are de-optimized if the code
    is instrumented
  - Specialize slot loads and stores for _Py_T_OBJECT as well
    as Py_T_OBJECT_EX
  - Speed up BaseExceptionGroup.derive(),
    BaseExceptionGroup.subgroup(), and
    BaseExceptionGroup.split() by changing how they parse
    passed arguments.
  - Fix runtime crash when some error happens in opcode
    LOAD_FROM_DICT_OR_DEREF.
  - Add support for sharing tuples between interpreters using
    the cross-interpreter API. Patch by Anthony Shaw.
  - The oparg of YIELD_VALUE is now 1 if the instruction
    is part of a yield-from or await, and 0 otherwise. The
    SUSPENDED frame state is now split into SUSPENDED and
    SUSPENDED_YIELD_FROM. This simplifies the code in
    _PyGen_yf.
  - Merge the Tier 1 (bytecode) and Tier 2 (micro-ops)
    interpreters together, moving the Tier 2 interpreter
    loop and switch into _PyEval_EvalFrameDefault() in
    Python/ceval.c. The Python/executor.c file is gone. Also
    the TIER_ONE and TIER_TWO macros are now handled by the
    code generator. Beware! This changes the environment
    variables to enable micro-ops and their debugging to
    PYTHON_UOPS and PYTHON_LLTRACE.
  - Speed up Traceback object creation by lazily compute the
    line number. Patch by Pablo Galindo
  - Allow type comments in parenthesized with statements
  - Add support for sharing floats between interpreters using
    the cross-interpreter API. Patch by Anthony Shaw.
  - Add support for sharing of True and False between
    interpreters using the cross-interpreter API. Patch by
    Anthony Shaw.
  - Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs
    read out of bounds
  - Fix an issue in the codeop that was causing SyntaxError
    exceptions raised in the presence of invalid syntax to not
    contain precise error messages. Patch by Pablo Galindo
  - Fix a bug that was causing SyntaxWarning to appear twice
    when parsing if invalid syntax is encountered later. Patch
    by Pablo galindo
  - Added a new environment variable PYTHON_FROZEN_MODULES. It
    determines whether or not frozen modules are ignored by
    the import machinery, equivalent of the -X frozen_modules
    command-line option.
  - Remove oparg from YIELD_VALUE. Change oparg of RESUME to
    include information about the except-depth. These changes
    make it possible to simplify the code in generator close.
  - Fix a regression that prevented jumping across is None and
    is not None when debugging. Patch by Savannah Ostrowski.
  - Show source lines in tracebacks when using the -c option
    when running Python. Patch by Pablo Galindo
  - Fix a bug where a global declaration in an except block is
    rejected when the global is used in the else block.
  - Fix error messages for indented blocks with functions
    and classes with generic type parameters. Patch by Pablo
    Galindo
  - Remove unnecessary instruction pointer updates before
    returning from frames.
  - Correctly display the traceback for MemoryError exceptions
    using the traceback module. Patch by Pablo Galindo
  - Fixed crash due to improperly initialized static
    MemoryError in subinterpreter.
  - Return NULL for PyTrace_RETURN events caused by an
    exception
  - Fix argument parsing by _PyArg_UnpackKeywordsWithVararg
    for functions defining pos-or-keyword, vararg, and kw-only
    parameters.
  - Replace prev_instr on the interpreter frame by instr_ptr
    which points to the beginning of the instruction that
    is currently executing (or will execute once the frame
    resumes).
  - Allow the repl to show source code and complete
    tracebacks. Patch by Pablo Galindo
  - Add PYTHON_PRESITE=package.module to import a module
    early in the interpreter lifecycle before site.py is
    executed. Python needs to be built in debug mode for this
    option to exist.
  - Implement biased reference counting in --disable-gil
    builds.
  - Fix regression in Python 3.12 where
    types.CodeType.replace() would produce a broken code object
    if called on a module or class code object that contains a
    comprehension. Patch by Jelle Zijlstra.
  - Removed chained classmethod descriptors (introduced in
    bpo-19072). This can no longer be used to wrap other
    descriptors such as property. The core design of this
    feature was flawed and caused a number of downstream
    problems. To “pass-through” a classmethod, consider using
    the __wrapped__ attribute that was added in Python 3.10.
  - Use local events for opcode tracing
  - Add mimalloc memory allocator support.
  - When PyConfig.stdlib_dir is explicitly set, it’s now
    respected and won’t be overridden by PyConfig.home.
  - Fix incorrect SystemError about AST constructor recursion
    depth mismatch.
  - Improve error message for unterminated strings with
    escapes.
  - Improved error messages for elif/else statements not
    matching any valid statements. Patch by Jeremiah Vivian.
  - Library
  - Fix SystemError in the TextIOWrapper constructor with
    non-encodable “errors” argument in non-debug mode.
  - Added the NI_IDN constant to the socket module when present
    in C at build time for use with socket.getnameinfo().
  - Issue warning message instead of having RuntimeError be
    displayed when event loop has already been closed at
    StreamWriter.__del__().
  - Fix crashes in io.TextIOWrapper.reconfigure() when pass
    invalid arguments, e.g. non-string encoding.
  - curses: restore wide character support (including
    curses.unget_wch() and get_wch()) on macOS, which was
    unavailable due to a regression in Python 3.12.
  - contextlib.suppress now supports suppressing exceptions
    raised as part of a BaseExceptionGroup, in addition to the
    recent support for ExceptionGroup.
  - The mmap.mmap class now has an seekable() method that
    can be used where it requires a file-like object with
    seekable and the seek() method return the new absolute
    position. Patch by Donghee Na.
  - Remove posix.fallocate() under WASI as the underlying
    posix_fallocate() is not available in WASI preview2.
  - Fix truncating arguments on an embedded null character in
    os.putenv() and os.unsetenv() on Windows.
  - wsgiref.util.is_hop_by_hop() is now exposed correctly in
    __all__.
  - Avoid executing the default function in cmd.Cmd in an
    except block
  - Fix doctest for SyntaxError not-builtin subclasses.
  - Add extra argument validation for alias command in pdb
  - time: Make time.clock_gettime() and time.clock_gettime_ns()
    functions up to 2x faster by faster calling
    convention. Patch by Victor Stinner.
  - Call loop exception handler for exceptions in
    client_connected_cb of asyncio.start_server() so that
    applications can handle it. Patch by Kumar Aditya.
  - Fix reference leaks in bind_class() and bind_all() methods
    of tkinter widgets.
  - asyncio.loop.create_unix_server() will now automatically
    remove the Unix socket when the server is closed.
  - Added io.text_encoding(), io.DEFAULT_BUFFER_SIZE, and
    io.IncrementalNewlineDecoder to io.__all__.
  - Remove the code to set the REMOTE_HOST header from wsgiref
    module, as it is unreachable. This header is used for
    performance reasons, which is not necessary in the wsgiref
    module.
  - Speed up pathlib.PurePath.relative_to() and
    is_relative_to().
  - Fixed typo in math.sumprod().
  - Remove mention of not supported “vsapi” element type
    in tkinter.ttk.Style.element_create(). Add tests for
    element_create() and other ttk.Style methods. Add examples
    for element_create() in the documentation.
  - Add show_group parameter to
    traceback.format_exception_only(), which allows to format
    ExceptionGroup instances.
  - Another attempt at fixing asyncio.Server.wait_closed(). It
    now blocks until both conditions are true: the server is
    closed, and there are no more active connections. (This
    means that in some cases where in 3.12.0 this function
    would incorrectly have returned immediately, it will now
    block; in particular, when there are no active connections
    but the server hasn’t been closed yet.)
  - Optimize recursive wildcards in pathlib.
  - Fix time not checking for errors when initializing.
  - Add error checking during _socket module init.
  - Fix _blake2 not checking for errors when initializing.
  - Fix select not checking for errors when initializing.
  - Fix ssl not checking for errors when initializing.
  - Fix crash in io.BytesIO.getbuffer() called repeatedly for
    empty BytesIO.
  - Postpone removal version for locale.getdefaultlocale() to
    Python 3.15.
  - Fix doctest output comparison for exceptions with notes.
  - Fix invalid state handling in asyncio.TaskGroup and
    asyncio.Timeout. They now raise proper RuntimeError if they
    are improperly used and are left in consistent state after
    this.
  - Make turtledemo run without default root enabled.
  - Support alias and convenience vars for pdb completion
  - Added newline parameter to pathlib.Path.read_text(). Patch
    by Junya Okabe.
  - Make pdb enter post-mortem mode even for SyntaxError
  - Set f_trace_lines = True on all frames upon pdb.set_trace()
  - Expose the setup and cleanup portions of
    asyncio.run_forever() as the standalone
    methods asyncio.run_forever_setup() and
    asyncio.run_forever_cleanup(). This allows for tighter
    integration with GUI event loops.
  - Support setting the asyncio.Runner loop_factory kwarg in
    unittest.IsolatedAsyncioTestCase
  - Fix tty.setraw() and tty.setcbreak(): previously they
    returned partially modified list of the original tty
    attributes. tty.cfmakeraw() and tty.cfmakecbreak() now make
    a copy of the list of special characters before modifying
    it.
  - Make line number of function breakpoint more precise in pdb
  - Emit deprecation warning for non-integer numbers in gettext
    functions and methods that consider plural forms even if
    the translation was not found.
  - Ensure that select.kqueue() objects correctly appear as
    closed in forked children, to prevent operations on an
    invalid file descriptor.
  - Add __reduce__ method to IPv6Address in order to keep
    scope_id
  - Improve errors for unsupported look-behind patterns. Now
    re.error is raised instead of OverflowError or RuntimeError
    for too large width of look-behind pattern.
  - Add the ipaddress.IPv4Address.ipv6_mapped property, which
    retuns the IPv4-mapped IPv6 address.
  - Implement the CLI of the symtable module and improve the
    repr of Symbol.
  - Improved error handling in pdb command line interface,
    making it produce more concise error messages.
  - Change compileall to only strip the stripdir prefix from  .
    Prthe full path recorded in the compiled .pyc file, when    .
    Prthe prefix matches the start of the full path in its      .
    Prentirety. When the prefix does not match, no stripping    .
    Pris performed and a warning to this effect is displayed    .
    Previously all path components of the stripdir prefix that  .
    Prmatched the full path were removed, while those that did  .
    Prnot match were left alone (including ones interspersed    .
    Prbetween matching components)                              .
  - Make the DictProxy and ListProxy types in
    multiprocessing.managers Generic Alias Types for [] use in
    typing contexts.
  - Add glob.translate(). This function converts a pathname
    with shell-style wildcards to a regular expression.
  - Define USE_XATTRS on Cygwin so that XATTR-related functions
    in the os module become available.
  - New methods mailbox.Maildir.get_info(),
    mailbox.Maildir.set_info(), mailbox.Maildir.get_flags(),
    mailbox.Maildir.set_flags(), mailbox.Maildir.add_flag(),
    mailbox.Maildir.remove_flag(). These methods speed up
    accessing a message’s info and/or flags and are useful
    when it is not necessary to access the message’s contents,
    as when iterating over a Maildir to find messages with
    specific flags.
  - Fix returning of empty byte strings after seek in zipfile
    module
  - Added a parameter local_exit for code.interact() to
    prevent exit() and quit from closing sys.stdin and raise
    SystemExit.
  - Change the behavior of tkinter.Text.count(). It now always
    returns an integer if one or less counting options are
    specified. Previously it could return a single count as a
    1-tuple, an integer (only if option "update" was specified)
    or None if no items found. The result is now the same if
    wantobjects is set to 0.
  - Switch the storage of the unicode codepoint names to
    use a different data-structure, a directed acyclic word
    graph. This makes the unicodedata shared library about 440
    KiB smaller. Contributed by Carl Friedrich Bolz-Tereick
    using code from the PyPy project.
  - Omit the interface scope from an IPv6 address when used as
    Host header by http.client.
  - zipinfo now supports the full range of values in the TZ
    string determined by RFC 8536 and detects all invalid
    formats. Both Python and C implementations now raise
    exceptions of the same type on invalid data.
  - Tests
  - Make the default value of test.support.infinite_recursion()
    to be conditional based on whether optimizations were used
    when compiling the interpreter. This helps with platforms
    like WASI whose stack size is greatly restricted in debug
    builds.
  - Gathering line coverage of standard libraries within the
    regression test suite is now precise, as well as much
    faster. Patch by Łukasz Langa.
  - Make regrtest --verbose3 option compatible with
  - -huntrleaks -jN options. The ./python -m test -j1 -R 3:3
  - -verbose3 command now works as expected. Patch by Victor
    Stinner.
  - Remove no longer used functions run_unittest() and
    run_doctest() from the test.support module.
  - Fix regrtest if the SOURCE_DATE_EPOCH environment
    variable is defined: use the variable value as the random
    seed. Patch by Victor Stinner.
  - test_gdb: Fix detection of gdb built without Python
    scripting support. Patch by Victor Stinner.
  - Test case matching patterns specified by options --match,
  - -ignore, --matchfile and --ignorefile are now tested in
    the order of specification, and the last match determines
    whether the test case be run or ignored.
  - Add unit test for usercustomize and sitecustomize hooks
    from site.
  - Build
  - Make make regen-unicodedata work for out-of-tree builds of
    CPython.
  - Add Tools/build/regen-configure.sh script to regenerate
    the configure with an Ubuntu container image. The
    quay.io/tiran/cpython_autoconf:271 container image
    (tiran/cpython_autoconf) is no longer used. Patch by Victor
    Stinner.
  - For wasi-threads, memory is now exported to fix
    compatibility issues with some wasm runtimes.
  - AIX 32bit needs -latomic to build the _testcapi extension
    module.
  - The errno, md5, resource, winsound, _ctypes_test,
    _multiprocessing.posixshmem, _scproxy, _stat,
    _testimportmultiple and _uuid C extensions are now built
    with the limited C API. Patch by Victor Stinner.
  - IDLE
  - Add docstrings to the IDLE debugger module. Fix two
    bugs: initialize Idb.botframe (should be in Bdb); in
    Idb.in_rpc_code, check whether prev_frame is None before
    trying to use it. Greatly expand test_debugger.
  - Tools/Demos
  - Argument Clinic now supports the @critical_section
    directive that instructs Argument Clinic to generate a
    critical section around the function call, which locks the
    self object in --disable-gil builds. Patch by Sam Gross.
  - C API
  - Add again the private _PyThreadState_UncheckedGet()
    function as an alias to the new public
    PyThreadState_GetUnchecked() function. Patch by Victor
    Stinner.
  - Restore the removed _PyDict_GetItemStringWithError()
    function. It is used by numpy. Patch by Victor Stinner.
  - Restore removed private C API functions, macros and
    structures which have no simple replacement for now:
    _PyDict_GetItem_KnownHash()
    _PyDict_NewPresized()
    _PyHASH_BITS
    _PyHASH_IMAG
    _PyHASH_INF
    _PyHASH_MODULUS
    _PyHASH_MULTIPLIER
    _PyLong_Copy()
    _PyLong_FromDigits()
    _PyLong_New()
    _PyLong_Sign()
    _PyObject_CallMethodId()
    _PyObject_CallMethodNoArgs()
    _PyObject_CallMethodOneArg()
    _PyObject_CallOneArg()
    _PyObject_EXTRA_INIT
    _PyObject_FastCallDict()
    _PyObject_GetAttrId()
    _PyObject_Vectorcall()
    _PyObject_VectorcallMethod()
    _PyStack_AsDict()
    _PyThread_CurrentFrames()
    _PyUnicodeWriter structure
    _PyUnicodeWriter_Dealloc()
    _PyUnicodeWriter_Finish()
    _PyUnicodeWriter_Init()
    _PyUnicodeWriter_Prepare()
    _PyUnicodeWriter_PrepareKind()
    _PyUnicodeWriter_WriteASCIIString()
    _PyUnicodeWriter_WriteChar()
    _PyUnicodeWriter_WriteLatin1String()
    _PyUnicodeWriter_WriteStr()
    _PyUnicodeWriter_WriteSubstring()
    _PyUnicode_AsString()
    _PyUnicode_FromId()
    _PyVectorcall_Function()
    _Py_IDENTIFIER()
    _Py_c_abs()
    _Py_c_diff()
    _Py_c_neg()
    _Py_c_pow()
    _Py_c_prod()
    _Py_c_quot()
    _Py_c_sum()
    _Py_static_string()
    _Py_static_string_init()
  - Add again <ctype.h> and <unistd.h> includes in Python.h,
    but don’t include them in the limited C API version 3.13
    and newer. Patch by Victor Stinner.
  - Add internal-only one-time initialization API: _PyOnceFlag
    and _PyOnceFlag_CallOnce.
  - Add PyDict_Pop() and PyDict_PopString() functions:
    remove a key from a dictionary and optionally return the
    removed value. This is similar to dict.pop(), but without
    the default value and not raising KeyError if the key
    missing. Patch by Stefan Behnel and Victor Stinner.
  - Rename Py_NOGIL to Py_GIL_DISABLED. Patch by Hugo van
    Kemenade.
  - Add PyList_Extend() and PyList_Clear() functions: similar
    to Python list.extend() and list.clear() methods. Patch by
    Victor Stinner.
  - On Windows, Python.h no longer includes the <stddef.h>
    standard header file. If needed, it should now be included
    explicitly. Patch by Victor Stinner.
  - Implement “Python Critical Sections” from PEP 703. These
    are macros to help replace the GIL with per-object locks in
    the --disable-gil build of CPython. The macros are no-ops
    in the default build.
  - In the limited C API version 3.13, Py_SET_REFCNT() function
    is now implemented as an opaque function call. Patch by
    Victor Stinner.
  - Add PyErr_FormatUnraisable() function.
  - Move the undocumented private _PyArg functions
    and _PyArg_Parser structure to internal C API
    (pycore_modsupport.h). Patch by Victor Stinner.
  - Support non-ASCII keyword names in
    PyArg_ParseTupleAndKeywords().
  - Introduced PyUnstable_PerfTrampoline_CompileCode(),
    PyUnstable_PerfTrampoline_SetPersistAfterFork() and
    PyUnstable_CopyPerfMapFile(). These functions allow
    extension modules to initialize trampolines eagerly, after
    the application is “warmed up”. This makes it possible to
    have perf-trampolines running in an always-enabled fashion.
  - Add the PySys_Audit() function to the limited C API. Patch
    by Victor Stinner.
  - Add PyMem_RawMalloc(), PyMem_RawCalloc(),
    PyMem_RawRealloc() and PyMem_RawFree() to the limited C
    API. Patch by Victor Stinner.
  - Functions PyDict_GetItem(), PyDict_GetItemString(),
    PyMapping_HasKey(), PyMapping_HasKeyString(),
    PyObject_HasAttr(), PyObject_HasAttrString(), and
    PySys_GetObject(), which clear all errors occurred
    during calling the function, report now them using
    sys.unraisablehook().
  - Remove redundant C-contiguity check in getargs.c, binascii,
    ssl and Argument Clinic. Patched by Stefan Krah and Furkan
    Onder
  - Adjust patches:
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - python-3.3.0b1-test-posix_fadvise.patch

++++ python313:

  - Update to 3.13.0a2:
    Python 3.13.0 alpha 2¶
  - Core and Builtins:
  - Don’t include comments in f-string debug expressions. Patch
    by Pablo Galindo
  - Slightly optimize the Tier 2 (uop) interpreter by only
    loading oparg and operand when needed. Also double the
    trace size limit again, to 512 this time.
  - Change docstrings of __dict__ and __weakref__.
  - Lower the max parser stack depth to 1000 under WASI debug
    builds.
  - When Python is built in debug mode, set the C recursion
    limit to 500 instead of 1500. A debug build is likely built
    with low optimization level which implies higher stack
    memory usage than a release build. Patch by Victor Stinner.
  - Enable translating unspecialized FOR_ITER to Tier 2.
  - Make hashlib related modules thread-safe without the GIL
  - Deprecate assignment to a function’s __code__ field when
    the new code object is of a mismatched type (e.g., from a
    generator to a plain function).
  - Raise exception if frame.clear() is called on a suspended
    frame.
  - Implement native thread ids for GNU KFreeBSD.
  - Use exponential backoff to reduce the number of failed tier
    2 optimization attempts by over 99%.
  - Joining a thread now ensures the underlying OS thread has
    exited. This is required for safer fork() in multi-threaded
    processes.
  - Make sure that tier 2 traces are de-optimized if the code
    is instrumented
  - Specialize slot loads and stores for _Py_T_OBJECT as well
    as Py_T_OBJECT_EX
  - Speed up BaseExceptionGroup.derive(),
    BaseExceptionGroup.subgroup(), and
    BaseExceptionGroup.split() by changing how they parse
    passed arguments.
  - Fix runtime crash when some error happens in opcode
    LOAD_FROM_DICT_OR_DEREF.
  - Add support for sharing tuples between interpreters using
    the cross-interpreter API. Patch by Anthony Shaw.
  - The oparg of YIELD_VALUE is now 1 if the instruction
    is part of a yield-from or await, and 0 otherwise. The
    SUSPENDED frame state is now split into SUSPENDED and
    SUSPENDED_YIELD_FROM. This simplifies the code in
    _PyGen_yf.
  - Merge the Tier 1 (bytecode) and Tier 2 (micro-ops)
    interpreters together, moving the Tier 2 interpreter
    loop and switch into _PyEval_EvalFrameDefault() in
    Python/ceval.c. The Python/executor.c file is gone. Also
    the TIER_ONE and TIER_TWO macros are now handled by the
    code generator. Beware! This changes the environment
    variables to enable micro-ops and their debugging to
    PYTHON_UOPS and PYTHON_LLTRACE.
  - Speed up Traceback object creation by lazily compute the
    line number. Patch by Pablo Galindo
  - Allow type comments in parenthesized with statements
  - Add support for sharing floats between interpreters using
    the cross-interpreter API. Patch by Anthony Shaw.
  - Add support for sharing of True and False between
    interpreters using the cross-interpreter API. Patch by
    Anthony Shaw.
  - Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs
    read out of bounds
  - Fix an issue in the codeop that was causing SyntaxError
    exceptions raised in the presence of invalid syntax to not
    contain precise error messages. Patch by Pablo Galindo
  - Fix a bug that was causing SyntaxWarning to appear twice
    when parsing if invalid syntax is encountered later. Patch
    by Pablo galindo
  - Added a new environment variable PYTHON_FROZEN_MODULES. It
    determines whether or not frozen modules are ignored by
    the import machinery, equivalent of the -X frozen_modules
    command-line option.
  - Remove oparg from YIELD_VALUE. Change oparg of RESUME to
    include information about the except-depth. These changes
    make it possible to simplify the code in generator close.
  - Fix a regression that prevented jumping across is None and
    is not None when debugging. Patch by Savannah Ostrowski.
  - Show source lines in tracebacks when using the -c option
    when running Python. Patch by Pablo Galindo
  - Fix a bug where a global declaration in an except block is
    rejected when the global is used in the else block.
  - Fix error messages for indented blocks with functions
    and classes with generic type parameters. Patch by Pablo
    Galindo
  - Remove unnecessary instruction pointer updates before
    returning from frames.
  - Correctly display the traceback for MemoryError exceptions
    using the traceback module. Patch by Pablo Galindo
  - Fixed crash due to improperly initialized static
    MemoryError in subinterpreter.
  - Return NULL for PyTrace_RETURN events caused by an
    exception
  - Fix argument parsing by _PyArg_UnpackKeywordsWithVararg
    for functions defining pos-or-keyword, vararg, and kw-only
    parameters.
  - Replace prev_instr on the interpreter frame by instr_ptr
    which points to the beginning of the instruction that
    is currently executing (or will execute once the frame
    resumes).
  - Allow the repl to show source code and complete
    tracebacks. Patch by Pablo Galindo
  - Add PYTHON_PRESITE=package.module to import a module
    early in the interpreter lifecycle before site.py is
    executed. Python needs to be built in debug mode for this
    option to exist.
  - Implement biased reference counting in --disable-gil
    builds.
  - Fix regression in Python 3.12 where
    types.CodeType.replace() would produce a broken code object
    if called on a module or class code object that contains a
    comprehension. Patch by Jelle Zijlstra.
  - Removed chained classmethod descriptors (introduced in
    bpo-19072). This can no longer be used to wrap other
    descriptors such as property. The core design of this
    feature was flawed and caused a number of downstream
    problems. To “pass-through” a classmethod, consider using
    the __wrapped__ attribute that was added in Python 3.10.
  - Use local events for opcode tracing
  - Add mimalloc memory allocator support.
  - When PyConfig.stdlib_dir is explicitly set, it’s now
    respected and won’t be overridden by PyConfig.home.
  - Fix incorrect SystemError about AST constructor recursion
    depth mismatch.
  - Improve error message for unterminated strings with
    escapes.
  - Improved error messages for elif/else statements not
    matching any valid statements. Patch by Jeremiah Vivian.
  - Library
  - Fix SystemError in the TextIOWrapper constructor with
    non-encodable “errors” argument in non-debug mode.
  - Added the NI_IDN constant to the socket module when present
    in C at build time for use with socket.getnameinfo().
  - Issue warning message instead of having RuntimeError be
    displayed when event loop has already been closed at
    StreamWriter.__del__().
  - Fix crashes in io.TextIOWrapper.reconfigure() when pass
    invalid arguments, e.g. non-string encoding.
  - curses: restore wide character support (including
    curses.unget_wch() and get_wch()) on macOS, which was
    unavailable due to a regression in Python 3.12.
  - contextlib.suppress now supports suppressing exceptions
    raised as part of a BaseExceptionGroup, in addition to the
    recent support for ExceptionGroup.
  - The mmap.mmap class now has an seekable() method that
    can be used where it requires a file-like object with
    seekable and the seek() method return the new absolute
    position. Patch by Donghee Na.
  - Remove posix.fallocate() under WASI as the underlying
    posix_fallocate() is not available in WASI preview2.
  - Fix truncating arguments on an embedded null character in
    os.putenv() and os.unsetenv() on Windows.
  - wsgiref.util.is_hop_by_hop() is now exposed correctly in
    __all__.
  - Avoid executing the default function in cmd.Cmd in an
    except block
  - Fix doctest for SyntaxError not-builtin subclasses.
  - Add extra argument validation for alias command in pdb
  - time: Make time.clock_gettime() and time.clock_gettime_ns()
    functions up to 2x faster by faster calling
    convention. Patch by Victor Stinner.
  - Call loop exception handler for exceptions in
    client_connected_cb of asyncio.start_server() so that
    applications can handle it. Patch by Kumar Aditya.
  - Fix reference leaks in bind_class() and bind_all() methods
    of tkinter widgets.
  - asyncio.loop.create_unix_server() will now automatically
    remove the Unix socket when the server is closed.
  - Added io.text_encoding(), io.DEFAULT_BUFFER_SIZE, and
    io.IncrementalNewlineDecoder to io.__all__.
  - Remove the code to set the REMOTE_HOST header from wsgiref
    module, as it is unreachable. This header is used for
    performance reasons, which is not necessary in the wsgiref
    module.
  - Speed up pathlib.PurePath.relative_to() and
    is_relative_to().
  - Fixed typo in math.sumprod().
  - Remove mention of not supported “vsapi” element type
    in tkinter.ttk.Style.element_create(). Add tests for
    element_create() and other ttk.Style methods. Add examples
    for element_create() in the documentation.
  - Add show_group parameter to
    traceback.format_exception_only(), which allows to format
    ExceptionGroup instances.
  - Another attempt at fixing asyncio.Server.wait_closed(). It
    now blocks until both conditions are true: the server is
    closed, and there are no more active connections. (This
    means that in some cases where in 3.12.0 this function
    would incorrectly have returned immediately, it will now
    block; in particular, when there are no active connections
    but the server hasn’t been closed yet.)
  - Optimize recursive wildcards in pathlib.
  - Fix time not checking for errors when initializing.
  - Add error checking during _socket module init.
  - Fix _blake2 not checking for errors when initializing.
  - Fix select not checking for errors when initializing.
  - Fix ssl not checking for errors when initializing.
  - Fix crash in io.BytesIO.getbuffer() called repeatedly for
    empty BytesIO.
  - Postpone removal version for locale.getdefaultlocale() to
    Python 3.15.
  - Fix doctest output comparison for exceptions with notes.
  - Fix invalid state handling in asyncio.TaskGroup and
    asyncio.Timeout. They now raise proper RuntimeError if they
    are improperly used and are left in consistent state after
    this.
  - Make turtledemo run without default root enabled.
  - Support alias and convenience vars for pdb completion
  - Added newline parameter to pathlib.Path.read_text(). Patch
    by Junya Okabe.
  - Make pdb enter post-mortem mode even for SyntaxError
  - Set f_trace_lines = True on all frames upon pdb.set_trace()
  - Expose the setup and cleanup portions of
    asyncio.run_forever() as the standalone
    methods asyncio.run_forever_setup() and
    asyncio.run_forever_cleanup(). This allows for tighter
    integration with GUI event loops.
  - Support setting the asyncio.Runner loop_factory kwarg in
    unittest.IsolatedAsyncioTestCase
  - Fix tty.setraw() and tty.setcbreak(): previously they
    returned partially modified list of the original tty
    attributes. tty.cfmakeraw() and tty.cfmakecbreak() now make
    a copy of the list of special characters before modifying
    it.
  - Make line number of function breakpoint more precise in pdb
  - Emit deprecation warning for non-integer numbers in gettext
    functions and methods that consider plural forms even if
    the translation was not found.
  - Ensure that select.kqueue() objects correctly appear as
    closed in forked children, to prevent operations on an
    invalid file descriptor.
  - Add __reduce__ method to IPv6Address in order to keep
    scope_id
  - Improve errors for unsupported look-behind patterns. Now
    re.error is raised instead of OverflowError or RuntimeError
    for too large width of look-behind pattern.
  - Add the ipaddress.IPv4Address.ipv6_mapped property, which
    retuns the IPv4-mapped IPv6 address.
  - Implement the CLI of the symtable module and improve the
    repr of Symbol.
  - Improved error handling in pdb command line interface,
    making it produce more concise error messages.
  - Change compileall to only strip the stripdir prefix from  .
    Prthe full path recorded in the compiled .pyc file, when    .
    Prthe prefix matches the start of the full path in its      .
    Prentirety. When the prefix does not match, no stripping    .
    Pris performed and a warning to this effect is displayed    .
    Previously all path components of the stripdir prefix that  .
    Prmatched the full path were removed, while those that did  .
    Prnot match were left alone (including ones interspersed    .
    Prbetween matching components)                              .
  - Make the DictProxy and ListProxy types in
    multiprocessing.managers Generic Alias Types for [] use in
    typing contexts.
  - Add glob.translate(). This function converts a pathname
    with shell-style wildcards to a regular expression.
  - Define USE_XATTRS on Cygwin so that XATTR-related functions
    in the os module become available.
  - New methods mailbox.Maildir.get_info(),
    mailbox.Maildir.set_info(), mailbox.Maildir.get_flags(),
    mailbox.Maildir.set_flags(), mailbox.Maildir.add_flag(),
    mailbox.Maildir.remove_flag(). These methods speed up
    accessing a message’s info and/or flags and are useful
    when it is not necessary to access the message’s contents,
    as when iterating over a Maildir to find messages with
    specific flags.
  - Fix returning of empty byte strings after seek in zipfile
    module
  - Added a parameter local_exit for code.interact() to
    prevent exit() and quit from closing sys.stdin and raise
    SystemExit.
  - Change the behavior of tkinter.Text.count(). It now always
    returns an integer if one or less counting options are
    specified. Previously it could return a single count as a
    1-tuple, an integer (only if option "update" was specified)
    or None if no items found. The result is now the same if
    wantobjects is set to 0.
  - Switch the storage of the unicode codepoint names to
    use a different data-structure, a directed acyclic word
    graph. This makes the unicodedata shared library about 440
    KiB smaller. Contributed by Carl Friedrich Bolz-Tereick
    using code from the PyPy project.
  - Omit the interface scope from an IPv6 address when used as
    Host header by http.client.
  - zipinfo now supports the full range of values in the TZ
    string determined by RFC 8536 and detects all invalid
    formats. Both Python and C implementations now raise
    exceptions of the same type on invalid data.
  - Tests
  - Make the default value of test.support.infinite_recursion()
    to be conditional based on whether optimizations were used
    when compiling the interpreter. This helps with platforms
    like WASI whose stack size is greatly restricted in debug
    builds.
  - Gathering line coverage of standard libraries within the
    regression test suite is now precise, as well as much
    faster. Patch by Łukasz Langa.
  - Make regrtest --verbose3 option compatible with
  - -huntrleaks -jN options. The ./python -m test -j1 -R 3:3
  - -verbose3 command now works as expected. Patch by Victor
    Stinner.
  - Remove no longer used functions run_unittest() and
    run_doctest() from the test.support module.
  - Fix regrtest if the SOURCE_DATE_EPOCH environment
    variable is defined: use the variable value as the random
    seed. Patch by Victor Stinner.
  - test_gdb: Fix detection of gdb built without Python
    scripting support. Patch by Victor Stinner.
  - Test case matching patterns specified by options --match,
  - -ignore, --matchfile and --ignorefile are now tested in
    the order of specification, and the last match determines
    whether the test case be run or ignored.
  - Add unit test for usercustomize and sitecustomize hooks
    from site.
  - Build
  - Make make regen-unicodedata work for out-of-tree builds of
    CPython.
  - Add Tools/build/regen-configure.sh script to regenerate
    the configure with an Ubuntu container image. The
    quay.io/tiran/cpython_autoconf:271 container image
    (tiran/cpython_autoconf) is no longer used. Patch by Victor
    Stinner.
  - For wasi-threads, memory is now exported to fix
    compatibility issues with some wasm runtimes.
  - AIX 32bit needs -latomic to build the _testcapi extension
    module.
  - The errno, md5, resource, winsound, _ctypes_test,
    _multiprocessing.posixshmem, _scproxy, _stat,
    _testimportmultiple and _uuid C extensions are now built
    with the limited C API. Patch by Victor Stinner.
  - IDLE
  - Add docstrings to the IDLE debugger module. Fix two
    bugs: initialize Idb.botframe (should be in Bdb); in
    Idb.in_rpc_code, check whether prev_frame is None before
    trying to use it. Greatly expand test_debugger.
  - Tools/Demos
  - Argument Clinic now supports the @critical_section
    directive that instructs Argument Clinic to generate a
    critical section around the function call, which locks the
    self object in --disable-gil builds. Patch by Sam Gross.
  - C API
  - Add again the private _PyThreadState_UncheckedGet()
    function as an alias to the new public
    PyThreadState_GetUnchecked() function. Patch by Victor
    Stinner.
  - Restore the removed _PyDict_GetItemStringWithError()
    function. It is used by numpy. Patch by Victor Stinner.
  - Restore removed private C API functions, macros and
    structures which have no simple replacement for now:
    _PyDict_GetItem_KnownHash()
    _PyDict_NewPresized()
    _PyHASH_BITS
    _PyHASH_IMAG
    _PyHASH_INF
    _PyHASH_MODULUS
    _PyHASH_MULTIPLIER
    _PyLong_Copy()
    _PyLong_FromDigits()
    _PyLong_New()
    _PyLong_Sign()
    _PyObject_CallMethodId()
    _PyObject_CallMethodNoArgs()
    _PyObject_CallMethodOneArg()
    _PyObject_CallOneArg()
    _PyObject_EXTRA_INIT
    _PyObject_FastCallDict()
    _PyObject_GetAttrId()
    _PyObject_Vectorcall()
    _PyObject_VectorcallMethod()
    _PyStack_AsDict()
    _PyThread_CurrentFrames()
    _PyUnicodeWriter structure
    _PyUnicodeWriter_Dealloc()
    _PyUnicodeWriter_Finish()
    _PyUnicodeWriter_Init()
    _PyUnicodeWriter_Prepare()
    _PyUnicodeWriter_PrepareKind()
    _PyUnicodeWriter_WriteASCIIString()
    _PyUnicodeWriter_WriteChar()
    _PyUnicodeWriter_WriteLatin1String()
    _PyUnicodeWriter_WriteStr()
    _PyUnicodeWriter_WriteSubstring()
    _PyUnicode_AsString()
    _PyUnicode_FromId()
    _PyVectorcall_Function()
    _Py_IDENTIFIER()
    _Py_c_abs()
    _Py_c_diff()
    _Py_c_neg()
    _Py_c_pow()
    _Py_c_prod()
    _Py_c_quot()
    _Py_c_sum()
    _Py_static_string()
    _Py_static_string_init()
  - Add again <ctype.h> and <unistd.h> includes in Python.h,
    but don’t include them in the limited C API version 3.13
    and newer. Patch by Victor Stinner.
  - Add internal-only one-time initialization API: _PyOnceFlag
    and _PyOnceFlag_CallOnce.
  - Add PyDict_Pop() and PyDict_PopString() functions:
    remove a key from a dictionary and optionally return the
    removed value. This is similar to dict.pop(), but without
    the default value and not raising KeyError if the key
    missing. Patch by Stefan Behnel and Victor Stinner.
  - Rename Py_NOGIL to Py_GIL_DISABLED. Patch by Hugo van
    Kemenade.
  - Add PyList_Extend() and PyList_Clear() functions: similar
    to Python list.extend() and list.clear() methods. Patch by
    Victor Stinner.
  - On Windows, Python.h no longer includes the <stddef.h>
    standard header file. If needed, it should now be included
    explicitly. Patch by Victor Stinner.
  - Implement “Python Critical Sections” from PEP 703. These
    are macros to help replace the GIL with per-object locks in
    the --disable-gil build of CPython. The macros are no-ops
    in the default build.
  - In the limited C API version 3.13, Py_SET_REFCNT() function
    is now implemented as an opaque function call. Patch by
    Victor Stinner.
  - Add PyErr_FormatUnraisable() function.
  - Move the undocumented private _PyArg functions
    and _PyArg_Parser structure to internal C API
    (pycore_modsupport.h). Patch by Victor Stinner.
  - Support non-ASCII keyword names in
    PyArg_ParseTupleAndKeywords().
  - Introduced PyUnstable_PerfTrampoline_CompileCode(),
    PyUnstable_PerfTrampoline_SetPersistAfterFork() and
    PyUnstable_CopyPerfMapFile(). These functions allow
    extension modules to initialize trampolines eagerly, after
    the application is “warmed up”. This makes it possible to
    have perf-trampolines running in an always-enabled fashion.
  - Add the PySys_Audit() function to the limited C API. Patch
    by Victor Stinner.
  - Add PyMem_RawMalloc(), PyMem_RawCalloc(),
    PyMem_RawRealloc() and PyMem_RawFree() to the limited C
    API. Patch by Victor Stinner.
  - Functions PyDict_GetItem(), PyDict_GetItemString(),
    PyMapping_HasKey(), PyMapping_HasKeyString(),
    PyObject_HasAttr(), PyObject_HasAttrString(), and
    PySys_GetObject(), which clear all errors occurred
    during calling the function, report now them using
    sys.unraisablehook().
  - Remove redundant C-contiguity check in getargs.c, binascii,
    ssl and Argument Clinic. Patched by Stefan Krah and Furkan
    Onder
  - Adjust patches:
  - bpo-31046_ensurepip_honours_prefix.patch
  - fix_configure_rst.patch
  - python-3.3.0b1-fix_date_time_compiler.patch
  - python-3.3.0b1-test-posix_fadvise.patch

++++ python-charset-normalizer:

  - update to 3.3.2:
    * Unintentional memory usage regression when using large
    payload that match several encoding (#376)
    * Regression on some detection case showcased in the
    documentation (#371)
    * Noise (md) probe that identify malformed arabic
    representation due to the presence of letters in isolated
    form
    * Optional mypyc compilation upgraded to version 1.6.1 for
    Python >= 3.8
    * Improved the general detection reliability based on reports
    from the community

------------------------------------------------------------------
------------------  2023-11-24  -  Nov 24 2023  -------------------
------------------------------------------------------------------

++++ haproxy:

  - Update to version 2.8.4+git0.a4ebf9d3b:
    * [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

++++ ignition:

  - Update to version 2.17.0:
    * NEWS: update 2.17.0
    * packit: add initial support
    * Bump minimum Go version to 1.19
    * Add vsock modules into ramdisk
    * Sync repo templates ⚙
    * providers/applehv: Add Apple Hypervisor
    * tests/blackbox: allow skipping critical logging check
    * stages/disks: retry `sgdisk --zap-all` invocation
    * Add optionally-installed grub2 code
    * internal/exec/stages/disks: prevent races with udev
    * providers/hetzner: add support for Hetzner Cloud
    * docs: expand development docs and rationale
    * doc/development: list the test frameworks
    * docs/development: improve formatting of blackbox section
    * build(deps): updated dependencies
  - Increased required Go version
  - Removed Changelog part of
    0005-dracut-Don-t-include-the-ignition-module-by-default.patch -
    the information is part of the patch description already and
    conflicts with the upstream Changelog.

++++ kernel-default:

  - Trim the old entries in changelogs, start from 6.4 fork
  - commit f25abaa
  - igb: Fix an end of loop test (jsc#PED-4872).
  - commit 071f08c
  - rpm/kernel-source.changes.old: Remove old changelog entries
    The RPM changelog has grown to ~400k lines which unnecessarily increases
    size of the resulting packages, especially because the same changelog is
    at the moment used for all built packages. For instance, size of the
    kernel-macros package is now at ~12MB while the actual content is ~30kB.
    To reduce the size, bump the cut-off commit for the changelog to the
    predecessor of 126b9a7394d ("Change to SLE15-SP6 branch
    (jsc#PED-4593)").
    Note that the auto-generated changelog currently relies on author dates.
    Some commits that were cherry-picked on the branch have their author
    date earlier than the commit 126b9a7394d and hence appear before this
    commit in the produced changelog as well.
  - commit f2af818
  - iavf: delete the iavf client interface (jsc#PED-4937).
  - iavf: add a common function for undoing the interrupt scheme
    (jsc#PED-4937).
  - iavf: use unregister_netdev (jsc#PED-4937).
  - iavf: rely on netdev's own registered state (jsc#PED-4937).
  - iavf: fix the waiting time for initial reset (jsc#PED-4937).
  - iavf: in iavf_down, don't queue watchdog_task if comms failed
    (jsc#PED-4937).
  - iavf: simplify mutex_trylock+sleep loops (jsc#PED-4937).
  - iavf: fix comments about old bit locks (jsc#PED-4937).
  - ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()
    (jsc#PED-4872).
  - iavf: delete unused iavf_mac_info fields (jsc#PED-4937).
  - intel: fix format warnings (jsc#PED-4872).
  - intel: fix string truncation warnings (jsc#PED-4937).
  - ionic: replace deprecated strncpy with strscpy (jsc#PED-6953).
  - virtchnl: Add header dependencies (jsc#PED-4937).
  - iavf: remove "inline" functions from iavf_txrx.c (jsc#PED-4937).
  - net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush()
    (jsc#PED-4872).
  - ethernet/intel: Use list_for_each_entry() helper (jsc#PED-4872).
  - ionic: expand the descriptor bufs array (jsc#PED-6953).
  - ionic: add a check for max SGs and SKB frags (jsc#PED-6953).
  - ionic: count SGs in packet to minimize linearize (jsc#PED-6953).
  - iavf: Add ability to turn off CRC stripping for VF
    (jsc#PED-4937).
  - virtchnl: Add CRC stripping capability (jsc#PED-4937).
  - iavf: Fix promiscuous mode configuration flow messages
    (jsc#PED-4937).
  - iavf: in iavf_down, disable queues when removing the driver
    (jsc#PED-4937).
  - iavf: initialize waitqueues before starting watchdog_task
    (jsc#PED-4937).
  - ixgbe: fix crash with empty VF macvlan list (jsc#PED-4872).
  - ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
    (jsc#PED-6953).
  - ixgbe: fix timestamp configuration code (jsc#PED-4872).
  - e1000e: Add support for the next LOM generation (jsc#PED-4868).
  - ionic: Remove unused declarations (jsc#PED-6953).
  - e1000e: Use PME poll to circumvent unreliable ACPI wake
    (jsc#PED-4868).
  - net: e1000e: Remove unused declarations (jsc#PED-4868).
  - rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
    (jsc#PED-4872).
  - ixgbe: Remove unused function declarations (jsc#PED-4872).
  - ionic: add FLR recovery support (jsc#PED-6953).
  - ionic: pull out common bits from fw_up (jsc#PED-6953).
  - ionic: extract common bits from ionic_probe (jsc#PED-6953).
  - ionic: extract common bits from ionic_remove (jsc#PED-6953).
  - ionic: remove dead device fail path (jsc#PED-6953).
  - ionic: use vmalloc_array and vcalloc (jsc#PED-6953).
  - ionic: add support for ethtool extended stat link_down_count
    (jsc#PED-6953).
  - e1000e: Add @adapter description to kdoc (jsc#PED-4868).
  - commit 91e995b
  - x86/shstk: Change order of __user in type (jsc#PED-6018).
  - commit 0107db9
  - x86/ibt: Convert IBT selftest to asm (jsc#PED-6018).
  - commit 134cc83
  - x86/shstk: Don't retry vm_munmap() on -EINTR (jsc#PED-6018).
  - commit 2d18a08
  - x86/kbuild: Fix Documentation/ reference (jsc#PED-6018).
  - commit 3171868
  - x86/shstk: Move arch detail comment out of core mm (jsc#PED-6018).
  - commit 480c637
  - x86/shstk: Add ARCH_SHSTK_STATUS (jsc#PED-6018).
  - commit 2938766
  - x86/shstk: Add ARCH_SHSTK_UNLOCK (jsc#PED-6018).
  - commit dcfff9e
  - x86: Add PTRACE interface for shadow stack (jsc#PED-6018).
  - commit f572a94
  - selftests/x86: Add shadow stack test (jsc#PED-6018).
  - commit e6a828d
  - x86/cpufeatures: Enable CET CR4 bit for shadow stack (jsc#PED-6018).
  - commit f024116
  - x86/shstk: Wire in shadow stack interface (jsc#PED-6018).
  - commit 75d6c19
  - x86: Expose thread features in /proc/$PID/status (jsc#PED-6018).
  - commit 2652028
  - x86/shstk: Support WRSS for userspace (jsc#PED-6018).
  - commit da1f8ce
  - x86/shstk: Introduce map_shadow_stack syscall (jsc#PED-6018).
  - Refresh patches.suse/x86-Remove-the-arch_calc_vm_prot_bits-macro-from-the-UAPI.patch.
  - commit 9a5d440
  - s390/dasd: protect device queue against concurrent access
    (git-fixes bsc#1217481).
  - commit 55f7a58
  - x86/shstk: Check that signal frame is shadow stack mem (jsc#PED-6018).
  - commit 6123f67
  - x86/shstk: Check that SSP is aligned on sigreturn (jsc#PED-6018).
  - commit 84f44b1
  - x86/shstk: Handle signals for shadow stack (jsc#PED-6018).
  - commit 75bc417
  - x86/shstk: Introduce routines modifying shstk (jsc#PED-6018).
  - commit 5a66753
  - x86/shstk: Handle thread shadow stack (jsc#PED-6018).
  - commit fbc0ee7
  - x86/shstk: Add user-mode shadow stack support (jsc#PED-6018).
  - commit f8f3c51
  - x86/shstk: Add user control-protection fault handler (jsc#PED-6018).
  - Refresh patches.suse/kabi-reserve-cpuid-leaves.patch.
  - commit 677fca7
  - x86: Introduce userspace API for shadow stack (jsc#PED-6018).
  - commit e1b906b
  - x86/fpu: Add helper for modifying xstate (jsc#PED-6018).
  - commit 84b123e
  - x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states (jsc#PED-6018).
  - commit 5c1ce43
  - Documentation/x86: Add CET shadow stack description (jsc#PED-6018).
  - commit db3df55
  - mm: Don't allow write GUPs to shadow stack memory (jsc#PED-6018).
  - commit 2df8433
  - x86/mm: Teach pte_mkwrite() about stack memory (jsc#PED-6018).
  - commit aa2b115
  - x86/mm: Introduce MAP_ABOVE4G (jsc#PED-6018).
  - Refresh patches.suse/x86-Remove-the-arch_calc_vm_prot_bits-macro-from-the-UAPI.patch.
  - commit 9d9379d
  - mm/mmap: Add shadow stack pages to memory accounting (jsc#PED-6018).
  - commit 1d2d642
  - x86/mm: Warn if create Write=0,Dirty=1 with raw prot (jsc#PED-6018).
  - commit f6fee82
  - mm: Warn on shadow stack memory in wrong vma (jsc#PED-6018).
  - commit 07bece3
  - mm: Add guard pages around a shadow stack (jsc#PED-6018).
  - commit 0d78258
  - Ensure ia32_emulation is always enabled for kernel-obs-build
    If ia32_emulation is disabled by default, ensure it is enabled
    back for OBS kernel to allow building 32bit binaries (jsc#PED-3184)
    [ms: Always pass the parameter, no need to grep through the config which
    may not be very reliable]
  - commit 56a2c2f
  - ata: pata_isapnp: Add missing error check for devm_ioport_map()
    (git-fixes).
  - HID: fix HID device resource race between HID core and debugging
    support (git-fixes).
  - net: usb: ax88179_178a: fix failed operations during
    ax88179_reset (git-fixes).
  - commit 4731042

++++ libxslt:

  - Update to version 1.1.39:
    * Bug fixes: extensions: Don't search imports for extension
    prefixes
    * Improvements:
  - transform: Check maximum depth when processing default
    templates
  - build:
    . Add more missing include
    . Add missing includes
  - python: Don't set deprecated global
  - imports: Limit nesting depth
  - extensions: Report top-level elements in
    xsltDebugDumpExtensions
  - Add extern "C" { } block to xsltlocale.h
    * Portability:
  - python: Make it compatible with python3.12
  - date:
    . Fix check for localtime_s
    . Fix check for gmtime_s
    * Build systems:
  - pkg-config files include cflags for static builds
  - Handle NOCONFIG case when setting locations from CMake target
    properties
  - autotools: Make xslt-config executable
    * Tests:
  - tests: Structured error handler now passes a const xmlError
  - python: Fix tests on MinGW
  - fuzz: Fix xmlFuzzEntityLoader after recent libxml2 changes

++++ libxml2:

  - Update to verson 2.12.1:
    * Regressions:
  - hash: Fix deletion of entries during scan
  - parser: Only enable SAX2 if there are SAX2 element handlers
    * Build fixes:
  - autotools: Stop checking for snprintf
  - dict: Fix '__thread' before 'static'
  - fix: pthread weak references in globals.c
  - tests: Fix build with older MSVC

++++ libxml2-python:

  - Update to verson 2.12.1:
    * Regressions:
  - hash: Fix deletion of entries during scan
  - parser: Only enable SAX2 if there are SAX2 element handlers
    * Build fixes:
  - autotools: Stop checking for snprintf
  - dict: Fix '__thread' before 'static'
  - fix: pthread weak references in globals.c
  - tests: Fix build with older MSVC

++++ selinux-policy:

  - Update to version 20231124:
    * Allow virtnetworkd_t to execute bin_t (bsc#1216903)

++++ os-update:

  - Update to version 1.14
  - Fix check if rebootmgrctl is installed

------------------------------------------------------------------
------------------  2023-11-23  -  Nov 23 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - avahi-autoipd: drop the post script part migrating the user
    owning files in /var/lib/avahi-autoipd: the code was aiding
    migrations from SLE<=11/openSUSE<=12.3, which are no longer in
    scope for upgrades nowadays.

++++ cloud-regionsrv-client:

  - Update to version 10.1.4 (bsc#1217451)
    + Fetch cert for new update server during failover

++++ combustion:

  - Update to version 1.3:
    * Add udev rule for VMware guestinfo
    * Read VMware guestinfo value as base64 encoded gzipped script
    * Support VMware guestinfo

++++ docker-compose:

  - Update to version 2.23.3:
    * bump buildx to v0.12.0 and adapt code to changes
  - Update to version 2.23.2:
    * build(deps): bump github.com/compose-spec/compose-go
    * build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
    * build(deps): bump github.com/docker/cli
    * build(deps): bump github.com/docker/docker
    * build(deps): bump github.com/moby/buildkit from 0.12.2 to
    0.12.3
    * in watch mode force pull policy to build for services with both
    build and develop attributes This default behaviour will force
    a rebuild of the service images at watch process startup and be
    sure containers will be in sync with the local source code
    * Assume /src/pkg/compose/testdata absolute workingdir to make
    tests reproducible
    * avoir use of []types.ServiceConfig
    * identify services to build and don't display 'building' if none
    * fix --remove-orphans not to consider disabled services as
    orphaned
    * introduce RuntimeVersion for code to check container runtime
    supports required features
    * push also consider build.tags
    * Make it context aware and add test skipping options

++++ python-kiwi:

  - Fix typo in workflow overview doc section

++++ ethtool:

  - update to upstream release 6.6
    * Feature: support for more CMIS transceiver modules (-m)
    * Fix: fix build on systems with old kernel uapi headers

++++ kernel-default:

  - Update config files: fix vanilla config again
  - commit 30db8eb
  - x86/mm: Check shadow stack page fault errors (jsc#PED-6018).
  - commit 64b7940
  - mm: Introduce VM_SHADOW_STACK for shadow stack memory (jsc#PED-6018).
  - commit 6889091
  - x86/mm: Remove _PAGE_DIRTY from kernel RO pages (jsc#PED-6018).
  - commit 4155b6a
  - x86/mm: Start actually marking _PAGE_SAVED_DIRTY (jsc#PED-6018).
  - commit 806180b
  - x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY (jsc#PED-6018).
  - commit 81aee3e
  - x86/mm: Introduce _PAGE_SAVED_DIRTY (jsc#PED-6018).
  - commit 72a3b8f
  - octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB silicon
    (jsc#PED-6931).
  - Refresh
    patches.suse/page_pool-split-types-and-declarations-from-page_poo.patch.
  - commit 9853343
  - octeontx2-pf: Free pending and dropped SQEs (jsc#PED-6931).
  - octeontx2-pf: Fix holes in error code (jsc#PED-6931).
  - octeontx2-pf: Fix error codes (jsc#PED-6931).
  - page_pool: remove PP_FLAG_PAGE_FRAG (jsc#PED-6931).
  - octeon_ep: assert hardware structure sizes (jsc#PED-6954).
  - octeontx2-af: devlink health: use retained error fmsg API
    (jsc#PED-6931).
  - octeontx2-af: Enable hardware timestamping for VFs
    (jsc#PED-6931).
  - octeontx2-af: replace deprecated strncpy with strscpy
    (jsc#PED-6931).
  - net: add DEV_STATS_READ() helper (jsc#PED-6931).
  - octeontx2-pf: Tc flower offload support for MPLS (jsc#PED-6931).
  - octeon_ep: restructured interrupt handlers (jsc#PED-6954).
  - octeon_ep: support to fetch firmware info (jsc#PED-6954).
  - octeontx2-pf: Enable PTP PPS output support (jsc#PED-6931).
  - octeon_ep: update BQL sent bytes before ringing doorbell
    (jsc#PED-6954).
  - octeontx2-pf: Fix page pool frag allocation warning
    (jsc#PED-6931).
  - octeontx2-pf: mcs: update PN only when update_pn is true
    (jsc#PED-6931).
  - net: macsec: indicate next pn update when offloading
    (jsc#PED-6931).
  - octeontx2-pf: Do xdp_do_flush() after redirects (jsc#PED-6931).
  - octeon_ep: fix tx dma unmap len values in SG (jsc#PED-6954).
  - octeontx2-pf: Fix page pool cache index corruption
    (jsc#PED-6931).
  - octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue
    mbox handler (jsc#PED-6931).
  - Revert "net: macsec: preserve ingress frame ordering"
    (jsc#PED-6931).
  - cteonxt2-pf: Fix backpressure config for multiple PFC priorities
    to work simultaneously (jsc#PED-6931).
  - octeontx2-af: CN10KB: fix PFC configuration (jsc#PED-6931).
  - octeontx2-pf: Fix PFC TX scheduler free (jsc#PED-6931).
  - octeontx2-pf: fix page_pool creation fail for rings > 32k
    (jsc#PED-6931).
  - octeontx2-af: print error message incase of invalid pf mapping
    (jsc#PED-6931).
  - octeontx2-af: Add validation of lmac (jsc#PED-6931).
  - octeontx2-af: Don't treat lack of CGX interfaces as error
    (jsc#PED-6931).
  - octeontx2-af: CN10KB: Add USGMII LMAC mode (jsc#PED-6931).
  - octeontx2-pf: Use PTP HW timestamp counter atomic update feature
    (jsc#PED-6931).
  - net: macsec: Use helper functions to update stats
    (jsc#PED-6931).
  - octeontx2-pf: Allow both ntuple and TC features on the interface
    (jsc#PED-6931).
  - octeon_ep: Add control plane host and firmware versions
    (jsc#PED-6954).
  - octeontx2-af: Harden rule validation (jsc#PED-6931).
  - octeontx2-af: Remove redundant functions rvu_npc_exact_mac2u64()
    (jsc#PED-6931).
  - octeontx2-af: Use u64_to_ether_addr() to convert ethernet
    address (jsc#PED-6931).
  - octeontx2-af: Remove redundant functions mac2u64() and cfg2mac()
    (jsc#PED-6931).
  - octeontx2-af: TC flower offload support for inner VLAN
    (jsc#PED-6931).
  - octeontx2-af: Code restructure to handle TC outer VLAN offload
    (jsc#PED-6931).
  - octeontx2: Remove unnecessary ternary operators (jsc#PED-6931).
  - octeontx2-pf: TC flower offload support for SPI field
    (jsc#PED-6931).
  - tc: flower: Enable offload support IPSEC SPI field
    (jsc#PED-6931).
  - net: flow_dissector: Add IPSEC dissector (jsc#PED-6931).
  - octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol
    error (jsc#PED-6931).
  - octeontx2-af: Install TC filter rules in hardware based on
    priority (jsc#PED-6931).
  - octeontx2-pf: htb offload support for Round Robin scheduling
    (jsc#PED-6931).
  - octeontx2-pf: implement transmit schedular allocation algorithm
    (jsc#PED-6931).
  - octeontx2-pf: mcs: Generate hash key using ecb(aes)
    (jsc#PED-6931).
  - octeon_ep: use vmalloc_array and vcalloc (jsc#PED-6954).
  - octeontx2-pf: TC flower offload support for rxqueue mapping
    (jsc#PED-6931).
  - octeontx2-af: Set XOFF on other child transmit schedulers
    during SMQ flush (jsc#PED-6931).
  - octeontx2-af: add option to toggle DROP_RE enable in rx cfg
    (jsc#PED-6931).
  - octeontx2-af: Enable LBK links only when switch mode is on
    (jsc#PED-6931).
  - octeontx2-af: extend RSS supported offload types (jsc#PED-6931).
  - octeontx2-af: Add devlink option to adjust mcam high prio zone
    entries (jsc#PED-6931).
  - net: flow_dissector: add support for cfm packets (jsc#PED-6931).
  - octeontx2-pf: Add support for page pool (jsc#PED-6931).
  - octeontx2-pf: mcs: Support VLAN in clear text (jsc#PED-6931).
  - octeontx2-pf: mcs: Remove unneeded semicolon (jsc#PED-6931).
  - octeontx2-pf: ethtool expose qos stats (jsc#PED-6931).
  - octeontx2-pf: Add support for HTB offload (jsc#PED-6931).
  - octeontx2-pf: Prepare for QOS offload (jsc#PED-6931).
  - octeontx2-pf: Refactor schedular queue alloc/free calls
    (jsc#PED-6931).
  - octeontx2-pf: qos send queues management (jsc#PED-6931).
  - octeontx2-pf: Rename tot_tx_queues to non_qos_queues
    (jsc#PED-6931).
  - octeontx2-pf: mcs: Offload extended packet number(XPN) feature
    (jsc#PED-6931).
  - net: octeontx2: Use alloc_ordered_workqueue() to create ordered
    workqueues (jsc#PED-6931).
  - commit 72b73a0
  - x86/mm: Move pmd_write(), pud_write() up in the file (jsc#PED-6018).
  - commit 01f99e3
  - x86/cpufeatures: Add CPU feature flags for shadow stacks (jsc#PED-6018).
  - commit de97834
  - x86/traps: Move control protection handler to separate file (jsc#PED-6018).
  - commit 8795a47
  - x86/shstk: Add Kconfig option for shadow stack (jsc#PED-6018).
  - commit ae7b58e
  - mm: Move VM_UFFD_MINOR_BIT from 37 to 38 (jsc#PED-6018).
  - commit 482ef18
  - mm: Re-introduce vm_flags to do_mmap() (jsc#PED-6018).
  - commit b4652a8
  - mm: Make pte_mkwrite() take a VMA (jsc#PED-6018).
  - commit bb00ef0
  - mm: Move pte/pmd_mkwrite() callers with no VMA to _novma() (jsc#PED-6018).
  - commit c09c22f
  - mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() (jsc#PED-6018).
  - commit 898949c

++++ openssl:

  - Update to 3.1.4 (jsc#PED-6570)

++++ libsolv:

  - add zstd support for the installcheck tool
  - add putinowndirpool cache to make file list handling in
    repo_write much faster
  - bump version to 0.7.27

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

  - Update to 545.29.06

++++ python-markdown-it-py:

  - Update to version 3.0.0:
    * drop python 3.7 support
    * Update from upstream markdown-it 12.2.0 to 13.0.0
  - A key change is the addition of a new Token type, text_special,
    which is used to represent HTML entities and backslash escaped
    characters.
  - This ensures that (core) typographic transformation rules are not
    incorrectly applied to these texts.
  - The final core rule is now the new text_join rule, which joins
    adjacent text/text_special tokens, and so no text_special tokens
    should be present in the final token stream.
  - Any custom typographic rules should be inserted before text_join.
  - A new linkify rule has also been added to the inline chain, which
    will linkify full URLs (e.g. https://example.com), and fixes
    collision of emphasis and linkifier (so
    http://example.org/foo._bar_-_baz is now a single link, not
    emphasized).
  - Emails and fuzzy links are not affected by this.
    * REFACTOR: Replace most character code use with strings
  - The use of StateBase.srcCharCode is deprecated (with
    backward-compatibility), and all core uses are replaced by
    StateBase.src.
  - Conversion of source string characters to an integer
    representing the Unicode character is prevalent in the upstream
    JavaScript implementation, to improve performance. However, it
    is unnecessary in Python and leads to harder to read code and
    performance deprecations (during the conversion in the StateBase
    initialisation).
    * Centralise indented code block tests
  - For CommonMark, the presence of indented code blocks prevent any
    other block element from having an indent of greater than 4
    spaces.
  - Certain Markdown flavors and derivatives, such as mdx and djot,
    disable these code blocks though, since it is more common to use
    code fences and/or arbitrary indenting is desirable.
  - Previously, disabling code blocks did not remove the indent
    limitation, since most block elements had the 3 space limitation
    hard-coded.
  - This change centralised the logic of applying this limitation
    (in StateBlock.is_code_block), and only applies it when indented
    code blocks are enabled.
    * Maintenance changes
  - Strict type annotation checking has been applied to the whole
    code base, ruff is now used for linting, and fuzzing tests have
    been added to the CI, to integrate with Google OSS-Fuzz testing,
    thanks to @DavidKorczynski.

++++ skopeo:

  - Update to version 1.14.0:
    * Bump to v1.14.0
    * fix(deps): update module github.com/containers/common to v0.57.0
    * chore(deps): update dependency containers/automation_images to v20231116
    * fix(deps): update module github.com/containers/image/v5 to v5.29.0
    * Add documentation and smoke tests for the new --compat-auth-file options
    * Update c/image and c/common to latest
    * fix(deps): update module github.com/containers/storage to v1.51.0
    * fix(deps): update module golang.org/x/term to v0.14.0
    * fix(deps): update module github.com/spf13/cobra to v1.8.0
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.2
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.1
    * fix(deps): update github.com/containers/common digest to 3e5caa0
    * chore(deps): update module google.golang.org/grpc to v1.57.1 [security]
    * fix(deps): update module github.com/containers/ocicrypt to v1.1.9
    * Update github.com/klauspost/compress to v1.17.2
    * chore(deps): update module github.com/docker/docker to v24.0.7+incompatible [security]
    * Fix ENTRYPOINT documentation, drop others.
    * Remove unused environment variables in Cirrus
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.0
    * chore(deps): update dependency containers/automation_images to v20231004
    * chore(deps): update module golang.org/x/net to v0.17.0 [security]
    * copy: Note support for `zstd:chunked`
    * fix(deps): update module golang.org/x/term to v0.13.0
    * fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible
    * fix(deps): update github.com/containers/common digest to 745eaa4
    * Packit: switch to @containers/packit-build team for copr failure notification comments
    * Packit: tag @lsm5 on copr build failures
    * vendor of containers/common
    * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
    * fix(deps): update module github.com/containers/common to v0.56.0
    * Cirrus: Remove multi-arch skopeo image builds
    * fix(deps): update module github.com/containers/image/v5 to v5.28.0
    * Increase the golangci-lint timeout
    * fix(deps): update module github.com/containers/storage to v1.50.2
    * fix(deps): update module github.com/containers/storage to v1.50.1
    * fix(deps): update golang.org/x/exp digest to 9212866
    * Fix a man page link
    * fix(deps): update github.com/containers/image/v5 digest to 58d5eb6
    * GHA: Closed issue/PR comment-lock test
    * fix(deps): update module github.com/containers/common to v0.55.4
    * fix(deps): update module github.com/containers/storage to v1.49.0
    * rpm: spdx compatible license field
    * chore(deps): update dependency golangci/golangci-lint to v1.54.2
    * chore(deps): update dependency containers/automation_images to v20230816
    * Packit: set eln target correctly
    * packit: Build PRs into default packit COPRs
    * DOCS: Update Go version requirement info
    * DOCS: Add information about the cross-build
    * fix(deps): update module github.com/containers/ocicrypt to v1.1.8
    * fix(deps): update module github.com/containers/common to v0.55.3
    * Update c/image after https://github.com/containers/image/pull/2070
    * chore(deps): update dependency golangci/golangci-lint to v1.54.1
    * chore(deps): update dependency containers/automation_images to v20230809
    * fix(deps): update golang.org/x/exp digest to 352e893
    * chore(deps): update dependency containers/automation_images to v20230807
    * Update to Go 1.19
    * fix(deps): update module golang.org/x/term to v0.11.0
    * Update c/image for golang.org/x/exp
    * RPM: define gobuild macro for rhel/centos stream
    * Fix handling the unexpected return value combination from IsRunningImageAllowed
    * Close the PolicyContext, as required by the API
    * Use globalOptions.getPolicyContext instead of an image-targeted SystemContext
    * Packit: remove pre-sync action
    * fix(deps): update module github.com/containers/common to v0.55.2
    * proxy: Change the imgid to uint64
    * [CI:BUILD] Packit: install golist before updating downstream spec
    * Update module golang.org/x/term to v0.10.0
    * Bump to v1.14.0-dev
    * Bump to v1.13.0

++++ os-update:

  - Update to version 1.13
  - Skip restart of virtlockd by default

------------------------------------------------------------------
------------------  2023-11-22  -  Nov 22 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - avahi-autoipd: guard %post chown with -h, to not follow symlinks
    (boo#1217398).

++++ python-kiwi:

  - Add missing documentation for oem-unattended-id
  - Allow install disk overwrite from cmdline
    Add rd.kiwi.oem.installdevice=DEVICE. Configures the disk device
    that should be used in an OEM installation. This overwrites any
    other oem device setting, e.g device filter or maxdisk and just
    continues the installation on the given device. However, the
    device must exist and must be a block special.
    This Fixes jira#PED-7180

++++ grub2:

  - Fix unattended boot with TPM2 allows downgrading kernel and rootfs, also
    enhancing the overall security posture (bsc#1216680)
    * 0001-Improve-TPM-key-protection-on-boot-interruptions.patch
    * 0002-Restrict-file-access-on-cryptodisk-print.patch
    * 0003-Restrict-ls-and-auto-file-completion-on-cryptodisk-p.patch
    * 0004-Key-revocation-on-out-of-bound-file-access.patch

++++ kernel-default:

  - Update config files: CONFIG_SND_SOC_WSA883X=m for Thinkpad X13s audio (bsc#1217412)
  - commit 72eb62b
  - x86/microcode/AMD: Rip out static buffers (jsc#PED-5525).
  - Refresh patches.suse/x86-cpu-Fix-amd_check_microcode-declaration.patch.
  - commit aca1f5e
  - EDAC/amd64: Add support for AMD family 1Ah models 00h-1Fh and 40h-4Fh (jsc#PED-5524).
  - commit f369b43
  - hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models (jsc#PED-5524).
  - commit 76f4f91
  - x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models (jsc#PED-5524).
  - Refresh patches.suse/PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGogh-US.patch.
  - commit d4e29d6
  - s390/uv: Update query for secret-UVCs (jsc#PED-3289
    jsc#PED-5417).
  - s390/uv: replace scnprintf with sysfs_emit (jsc#PED-3289
    jsc#PED-5417).
  - s390/uvdevice: Add 'Lock Secret Store' UVC (jsc#PED-3289
    jsc#PED-5417).
  - s390/uvdevice: Add 'List Secrets' UVC (jsc#PED-3289
    jsc#PED-5417).
  - s390/uvdevice: Add 'Add Secret' UVC (jsc#PED-3289 jsc#PED-5417).
  - s390/uvdevice: Add info IOCTL (jsc#PED-3289 jsc#PED-5417).
  - s390/uv: Always export uv_info (jsc#PED-3289 jsc#PED-5417).
  - commit 278af04
  - s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
    (git-fixes bsc#1217410).
  - commit b3d3c85
  - KVM: SVM: Fix build error when using
  - Werror=unused-but-set-variable (jsc#PED-7322).
  - commit 2b98018
  - x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
    (jsc#PED-7322).
  - commit ce7c103
  - x86: KVM: SVM: add support for Invalid IPI Vector interception
    (jsc#PED-7322).
  - commit ccd8a47
  - arm64: Prevent misaligned patch-site warnings (bsc#1214934).
    The DYNAMIC_FTRACE_WITH_CALL_OPS optimization uses the compiler option
  - falign-functions=8 with the expectation that functions will get aligned
    on 8-byte boundary. However, GCC treats this option only as a hint and
    in certain situations doesn't align the functions. This then results in
    in warnings about misaligned patch-sites during system boot.
    Unset DYNAMIC_FTRACE_WITH_CALL_OPS for now to prevent these warnings
    until the kernel+GCC have a way to set the needed alignment properly.
    Unfortunately, DYNAMIC_FTRACE_WITH_CALL_OPS cannot be unset only in the
    arm64 config file because the option is promtless and gets automatically
    reset to the value of HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS. Make therefore
    sure the latter is unset first by patching the respective Kconfig.
  - commit 0db2d14
  - x86: KVM: SVM: always update the x2avic msr interception
    (jsc#PED-7322).
  - commit 7ea5c62
  - KVM: x86: Constrain guest-supported xfeatures only at
    KVM_GET_XSAVE{2} (jsc#PED-7322).
  - commit 311b967
  - idpf: add SRIOV support and other ndo_ops (jsc#PED-6716).
  - Update config files.
  - supported.conf: marked idpf as supported
  - commit 2317135
  - idpf: fix potential use-after-free in idpf_tso() (jsc#PED-6716).
  - net: page_pool: add missing free_percpu when page_pool_init fail
    (jsc#PED-6716).
  - page_pool: update document about fragment API (jsc#PED-6716).
  - page_pool: introduce page_pool_alloc() API (jsc#PED-6716).
  - page_pool: unify frag_count handling in page_pool_is_last_frag()
    (jsc#PED-6716).
  - idpf: cancel mailbox work in error path (jsc#PED-6716).
  - idpf: set scheduling mode for completion queue (jsc#PED-6716).
  - page_pool: fragment API support for 32-bit arch with 64-bit DMA
    (jsc#PED-6716).
  - idpf: add ethtool callbacks (jsc#PED-6716).
  - idpf: add singleq start_xmit and napi poll (jsc#PED-6716).
  - idpf: add RX splitq napi poll support (jsc#PED-6716).
  - idpf: add TX splitq napi poll support (jsc#PED-6716).
  - idpf: add splitq start_xmit (jsc#PED-6716).
  - idpf: initialize interrupts and enable vport (jsc#PED-6716).
  - idpf: configure resources for RX queues (jsc#PED-6716).
  - idpf: configure resources for TX queues (jsc#PED-6716).
  - idpf: add ptypes and MAC filter support (jsc#PED-6716).
  - idpf: add create vport and netdev configuration (jsc#PED-6716).
  - idpf: add core init and interrupt request (jsc#PED-6716).
  - idpf: add controlq init and reset checks (jsc#PED-6716).
  - idpf: add module register and probe functionality
    (jsc#PED-6716).
  - virtchnl: add virtchnl version 2 ops (jsc#PED-6716).
  - page_pool: fix documentation typos (jsc#PED-6716).
  - docs: net: page_pool: de-duplicate the intro comment
    (jsc#PED-6716).
  - page_pool: add a lockdep check for recycling in hardirq
    (jsc#PED-6716).
  - page_pool: place frag_* fields in one cacheline (jsc#PED-6716).
  - net: skbuff: don't include <net/page_pool/types.h> to
    <linux/skbuff.h> (jsc#PED-6716).
  - page_pool: split types and declarations from page_pool.h
    (jsc#PED-6716).
  - docs: net: page_pool: use kdoc to avoid duplicating the
    information (jsc#PED-6716).
  - net: page_pool: merge page_pool_release_page() with
    page_pool_return_page() (jsc#PED-6716).
  - net: page_pool: hide page_pool_release_page() (jsc#PED-6716).
  - eth: stmmac: let page recycling happen with skbs (jsc#PED-6716).
  - eth: tsnep: let page recycling happen with skbs (jsc#PED-6716).
  - commit 7d16fc6
  - x86/fpu: Allow caller to constrain xfeatures when copying to
    uabi buffer (jsc#PED-7322).
  - commit 6ec8afd
  - KVM: x86/pmu: Synthesize at most one PMI per VM-exit
    (jsc#PED-7322).
  - commit c54b9f9
  - KVM: x86: Mask LVTPC when handling a PMI (jsc#PED-7322).
  - commit 38f87fd
  - rpm: Define git commit as macro
  - commit bcc92c8
  - KVM: x86/pmu: Truncate counter value to allowed width on write
    (jsc#PED-7322).
  - commit b3a4bf5
  - x86/sev: Change npages to unsigned long in snp_accept_memory()
    (jsc#PED-7322).
  - commit 851ed71
  - platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related
    messages (bsc#1217382).
  - include/linux/suspend.h: Only show pm_pr_dbg messages at
    suspend/resume (bsc#1217382).
  - commit e8774c4
  - x86/sev: Use the GHCB protocol when available for SNP CPUID
    requests (jsc#PED-7322).
  - commit ed834cf
  - kernel-source: Move provides after sources
  - commit dbbf742
  - KVM: SVM: Do not use user return MSR support for virtualized
    TSC_AUX (jsc#PED-7322).
  - commit 1162f08
  - Update config files: just refreshing
  - commit 2edd057
  - platform/x86/amd/pmc: adjust getting DRAM size behavior
    (bsc#1217382).
  - platform/x86/amd/hsmp: Fix iomem handling (bsc#1217382).
  - platform/x86/amd/pmc: Add dump_custom_stb module parameter
    (bsc#1217382).
  - platform/x86/amd/pmc: Handle overflow cases where the
    num_samples range is higher (bsc#1217382).
  - platform/x86/amd/pmc: Use flex array when calling
    amd_pmc_stb_debugfs_open_v2() (bsc#1217382).
  - platform/x86/amd/hsmp: improve the error log (bsc#1217382).
  - platform/x86/amd/hsmp: add support for metrics tbl
    (bsc#1217382).
  - platform/x86/amd/hsmp: create plat specific struct
    (bsc#1217382).
  - platform/x86/amd/pmc: Add PMFW command id to support S2D force
    flush (bsc#1217382).
  - platform/x86: Add s2idle quirk for more Lenovo laptops
    (bsc#1217382).
  - uapi: stddef.h: Fix header guard location (bsc#1217382).
  - platform/x86/amd/pmc: Fix build error with randconfig
    (bsc#1217382).
  - platform/x86/amd/pmc: Move PMC driver to separate directory
    (bsc#1217382).
  - platform/x86/amd/pmf: Use str_on_off() helper (bsc#1217382).
  - Compiler Attributes: counted_by: Adjust name and identifier
    expansion (bsc#1217382).
  - platform/x86/amd: pmc: Use release_mem_region() to undo
    request_mem_region_muxed() (bsc#1217382).
  - platform/x86/amd: pmf: Add new ACPI ID AMDI0103 (bsc#1217382).
  - platform/x86/amd: pmc: Add new ACPI ID AMDI000A (bsc#1217382).
  - platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxx
    (bsc#1217382).
  - platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc
    (bsc#1217382).
  - lib/string_helpers: Split out string_choices.h (bsc#1217382).
  - platform/x86/amd: pmc: Update metrics table info for Pink
    Sardine (bsc#1217382).
  - platform/x86/amd: pmc: Add helper function to check the cpu id
    (bsc#1217382).
  - platform/x86/amd: pmc: Get STB DRAM size from PMFW
    (bsc#1217382).
  - platform/x86/amd: pmc: Pass true/false to bool argument
    (bsc#1217382).
  - Compiler Attributes: Add __counted_by macro (bsc#1217382).
  - commit bc41d9e
  - KVM: x86/mmu: Stop zapping invalidated TDP MMU roots
    asynchronously (jsc#PED-7322).
  - commit 885e45c
  - KVM: x86/mmu: Do not filter address spaces in
    for_each_tdp_mmu_root_yield_safe() (jsc#PED-7322).
  - commit bc3d564
  - KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
    (jsc#PED-7322).
  - commit fa07165
  - KVM: x86/mmu: Use dummy root, backed by zero page, for !visible
    guest roots (jsc#PED-7322).
  - commit 1cb5a4a
  - KVM: x86/mmu: Disallow guest from using !visible slots for
    page tables (jsc#PED-7322).
  - commit e4de09c
  - KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow
    page (jsc#PED-7322).
  - commit a2abdae
  - KVM: x86/mmu: Harden new PGD against roots without shadow pages
    (jsc#PED-7322).
  - commit 81cc556
  - KVM: x86/mmu: Add helper to convert root hpa to shadow page
    (jsc#PED-7322).
  - commit 9f5cccc
  - KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs,
    not callers (jsc#PED-7322).
  - commit b426979
  - KVM: x86/mmu: Drop @slot param from exported/external page-track
    APIs (jsc#PED-7322).
  - commit f60a53a
  - KVM: x86/mmu: Bug the VM if write-tracking is used but not
    enabled (jsc#PED-7322).
  - commit 9a0fd92
  - KVM: x86/mmu: Assert that correct locks are held for page
    write-tracking (jsc#PED-7322).
  - commit 4c2f351
  - KVM: x86/mmu: Rename page-track APIs to reflect the new reality
    (jsc#PED-7322).
  - commit 6294c39
  - KVM: x86/mmu: Drop infrastructure for multiple page-track modes
    (jsc#PED-7322).
  - commit f8f8636
  - KVM: x86/mmu: Use page-track notifiers iff there are external
    users (jsc#PED-7322).
  - commit 88d749b
  - KVM: x86/mmu: Move KVM-only page-track declarations to internal
    header (jsc#PED-7322).
  - commit 890548b
  - KVM: x86: Remove the unused page-track hook track_flush_slot()
    (jsc#PED-7322).
  - commit 21fdf4a

++++ ncurses:

  - Add ncurses patch 20231121
    + amend fix for Debian #1055882, correcting nul terminator check in
    waddnstr (Debian #1056340).

++++ snapper:

  - fix building with libxml 2.12.0 (gh#openSUSE/snapper#848)

++++ sqlite3:

  - Update to release 3.44.1
    * Change the CLI so that it uses UTF-16 for console I/O on Windows.
    * Other obscure bug fixes.

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

  - no longer try to overwrite NVreg_OpenRmEnableUnsupportedGpus driver
    option setting; apparently it's ignored by the driver (boo#1215981,
    comment#26)

++++ python-linux-procfs:

  - update to 0.7.3:
    * python 3.12 support (remove distutils)
    * drop spec files and add SPDX licenses

++++ qemu:

  - Backports and bugfixes:
    * [openSUSE] Make Sphinx build reproducible (boo#1102408)
    * target/s390x/arch_dump: Add arch cleanup function for PV dumps (bsc#1217227)
    * dump: Add arch cleanup function (bsc#1217227)
    * target/s390x/dump: Remove unneeded dump info function pointer init (bsc#1217227)

++++ selinux-policy:

  - Add new modules that were missed in the last update to
    modules-mls-contrib.conf
  - Add new modules that were missed in the last update to
    modules-targeted-contrib.conf (bsc#1215405)

++++ sudo:

  - Update to 1.9.15p2:
    * Fixed a bug on BSD systems where sudo would not restore the
    terminal settings on exit if the terminal had parity enabled.
    GitHub issue #326.
  - Update to 1.9.15p1:
    * Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based
    sudoers from being able to read the ldap.conf file.
    GitHub issue #325.
  - Update to 1.9.15:
    * Fixed an undefined symbol problem on older versions of macOS
    when "intercept" or "log_subcmds" are enabled in sudoers.
    GitHub issue #276.
    * Fixed "make check" failure related to getpwent(3) wrapping
    on NetBSD.
    * Fixed the warning message for "sudo -l command" when the command
    is not permitted.  There was a missing space between "list" and
    the actual command due to changes in sudo 1.9.14.
    * Fixed a bug where output could go to the wrong terminal if
    "use_pty" is enabled (the default) and the standard input, output
    or error is redirected to a different terminal.  Bug #1056.
    * The visudo utility will no longer create an empty file when the
    specified sudoers file does not exist and the user exits the
    editor without making any changes.  GitHub issue #294.
    * The AIX and Solaris sudo packages on www.sudo.ws now support
    "log_subcmds" and "intercept" with both 32-bit and 64-bit
    binaries.  Previously, they only worked when running binaries
    with the same word size as the sudo binary.  GitHub issue #289.
    * The sudoers source is now logged in the JSON event log.  This
    makes it possible to tell which rule resulted in a match.
    * Running "sudo -ll command" now produces verbose output that
    includes matching rule as well as the path to the sudoers file
    the matching rule came from.  For LDAP sudoers, the name of the
    matching sudoRole is printed instead.
    * The embedded copy of zlib has been updated to version 1.3.
    * The sudoers plugin has been modified to make it more resilient
    to ROWHAMMER attacks on authentication and policy matching.
    This addresses CVE-2023-42465.
    * The sudoers plugin now constructs the user time stamp file path
    name using the user-ID instead of the user name.  This avoids a
    potential problem with user names that contain a path separator
    ('/') being interpreted as part of the path name.  A similar
    issue in sudo-rs has been assigned CVE-2023-42456.
    * A path separator ('/') in a user, group or host name is now
    replaced with an underbar character ('_') when expanding escapes
    in @include and @includedir directives as well as the "iolog_file"
    and "iolog_dir" sudoers Default settings.
    * The "intercept_verify" sudoers option is now only applied when
    the "intercept" option is set in sudoers.  Previously, it was
    also applied when "log_subcmds" was enabled.  Sudo 1.9.14
    contained an incorrect fix for this.  Bug #1058.
    * Changes to terminal settings are now performed atomically, where
    possible.  If the command is being run in a pseudo-terminal and
    the user's terminal is already in raw mode, sudo will not change
    the user's terminal settings.  This prevents concurrent sudo
    processes from restoring the terminal settings to the wrong values.
    GitHub issue #312.
    * Reverted a change from sudo 1.9.4 that resulted in PAM session
    modules being called with the environment of the command to be
    run instead of the environment of the invoking user.
    GitHub issue #318.
    * New Indonesian translation from translationproject.org.
    * The sudo_logsrvd server will now raise its open file descriptor
    limit to the maximum allowed value when it starts up.  Each
    connection can require up to nine open file descriptors so the
    default soft limit may be too low.
    * Better log message when rejecting a command if the "intercept"
    option is enabled and the "intercept_allow_setid" option is
    disabled.  Previously, "command not allowed" would be logged and
    the user had no way of knowing what the actual problem was.
    * Sudo will now log the invoking user's environment as "submitenv"
    in the JSON logs.  The command's environment ("runenv") is no
    longer logged for commands rejected by the sudoers file or an
    approval plugin.

++++ update-alternatives:

  - Update to version 1.22.1.
    The full changelog is very large. Please check it here:
    https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.1
  - Refresh update-alternatives-suse.patch so it applies cleanly.

++++ xkeyboard-config:

  - the current source supersedes old sle15-sp5 patches (see
    changelog below)
    * U_Map-evdev-keycodes-KEY_RFKILL-and-KEY_WWAN-to-XF86RF.patch
    * U_Updating-Old-Hungarian.patch
    * U_Fix-media-keys-lag-on-ABNT2-keyboard.patch
    * U_Add-the-new-AZERTY-layout-norm-NF-Z71-300.patch

------------------------------------------------------------------
------------------  2023-11-21  -  Nov 21 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update mailmap

++++ fuse-overlayfs:

  - update to 1.13:
    * fix a performance issue when dealing with big directories.

++++ fwupd:

  - Update to version 1.9.9 (boo#1217295):
    + This release adds the following features:
  - Add a new generic request for the device power cable.
    + This release adds support for the following hardware:
  - Lenovo X1 Yoga Gen7 530E.
  - Advantech BMC devices.

++++ git:

  - update to 2.43.0:
    * The "--rfc" option of "git format-patch" used to be a valid way to
    override an earlier "--subject-prefix=<something>" on the command
    line and replace it with "[RFC PATCH]", but from this release, it
    merely prefixes the string "RFC " in front of the given subject
    prefix.  If you are negatively affected by this change, please use
    "--subject-prefix=PATCH --rfc" as a replacement.
    * In Git 2.42, "git rev-list --stdin" learned to take non-revisions
    (like "--not") from the standard input, but the way such a "--not" was
    handled was quite confusing, which has been rethought.  The updated
    rule is that "--not" given from the command line only affects revs
    given from the command line that comes but not revs read from the
    standard input, and "--not" read from the standard input affects
    revs given from the standard input and not revs given from the
    command line.
    * A message written in olden time prevented a branch from getting
    checked out, saying it is already checked out elsewhere. But these
    days, we treat a branch that is being bisected or rebased just like
    a branch that is checked out and protect it from getting modified
    with the same codepath.  The message has been rephrased to say that
    the branch is "in use" to avoid confusion.
    * Hourly and other schedules of "git maintenance" jobs are randomly
    distributed now.
    * "git cmd -h" learned to signal which options can be negated by
    listing such options like "--[no-]opt".
    * The way authentication related data other than passwords (e.g.,
    oauth token and password expiration data) are stored in libsecret
    keyrings has been rethought.
    * Update the libsecret and wincred credential helpers to correctly
    match which credential to erase; they erased the wrong entry in
    some cases.
    * Git GUI updates.
    * "git format-patch" learned a new "--description-file" option that
    lets cover letter description to be fed; this can be used on
    detached HEAD where there is no branch description available, and
    also can override the branch description if there is one.
    * Use of the "--max-pack-size" option to allow multiple packfiles to
    be created is now supported even when we are sending unreachable
    objects to cruft packs.
    * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the
    "--subject-prefix" option and used "[RFC PATCH]"; now we will add
    "RFC" prefix to whatever subject prefix is specified.
    * "git log --format" has been taught the %(decorate) placeholder for
    further customization over what the "--decorate" option offers.
    * The default log message created by "git revert", when reverting a
    commit that records a revert, has been tweaked, to encourage people
    to describe complex "revert of revert of revert" situations better in
    their own words.
    * The command-line completion support (in contrib/) learned to
    complete "git commit --trailer=" for possible trailer keys.
    * "git update-index" learned the "--show-index-version" option to
    inspect the index format version used by the on-disk index file.
    * "git diff" learned the "diff.statNameWidth" configuration variable,
    to give the default width for the name part in the "--stat" output.
    * "git range-diff --notes=foo" compared "log --notes=foo --notes" of
    the two ranges, instead of using just the specified notes tree,
    which has been corrected to use only the specified notes tree.
    * The command line completion script (in contrib/) can be told to
    complete aliases by including ": git <cmd> ;" in the alias to tell
    it that the alias should be completed in a similar way to how "git
    <cmd>" is completed.  The parsing code for the alias has been
    loosened to allow ';' without an extra space before it.
    * "git for-each-ref" and friends learned to apply mailmap to
    authorname and other fields in a more flexible way than using
    separate placeholder letters like %a[eElL] every time we want to
    come up with small variants.
    * "git repack" machinery learned to pay attention to the "--filter="
    option.
    * "git repack" learned the "--max-cruft-size" option to prevent cruft
    packs from growing without bounds.
    * "git merge-tree" learned to take strategy backend specific options
    via the "-X" option, like "git merge" does.
    * "git log" and friends learned the "--dd" option that is a
    short-hand for "--diff-merges=first-parent -p".
    * The attribute subsystem learned to honor the "attr.tree"
    configuration variable that specifies which tree to read the
    .gitattributes files from.
    * "git merge-file" learns a mode to read three variants of the
    contents to be merged from blob objects.
    * see https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.0.txt

++++ grub2:

  - grub2.spec: Fix openQA test failure in SLE-15-SP6 due to missing
    font in memdisk

++++ kernel-default:

  - drm/i915/gvt: switch from ->track_flush_slot() to
  - >track_remove_region() (jsc#PED-7322).
  - commit 485ec9a
  - KVM: x86: Add a new page-track hook to handle memslot deletion
    (jsc#PED-7322).
  - commit 120d16f
  - drm/i915/gvt: Don't bother removing write-protection on
    to-be-deleted slot (jsc#PED-7322).
  - commit ad319bd
  - KVM: x86: Reject memslot MOVE operations if KVMGT is attached
    (jsc#PED-7322).
  - commit 07041be
  - KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
    (jsc#PED-7322).
  - commit a40a090
  - KVM: x86/mmu: Don't bounce through page-track mechanism for
    guest PTEs (jsc#PED-7322).
  - commit 000dab9
  - KVM: x86/mmu: Don't rely on page-track mechanism to flush on
    memslot change (jsc#PED-7322).
  - commit df05e91
  - xfs: allow inode inactivation during a ro mount log recovery
    (git-fixes).
  - commit eb5b88b
  - KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}()
    to mmu.c (jsc#PED-7322).
  - commit c587251
  - drm/i915/gvt: Protect gfn hash table with vgpu_lock
    (jsc#PED-7322).
  - commit 482fee2
  - drm/i915/gvt: Use an "unsigned long" to iterate over memslot
    gfns (jsc#PED-7322).
  - commit 549b1d3
  - drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible
    2M GTT (jsc#PED-7322).
  - commit d9cb58b
  - drm/i915/gvt: Error out on an attempt to shadowing an unknown
    GTT entry type (jsc#PED-7322).
  - commit 4212804
  - drm/i915/gvt: Explicitly check that vGPU is attached before
    shadowing (jsc#PED-7322).
  - commit 022343b
  - drm/i915/gvt: Don't try to unpin an empty page range
    (jsc#PED-7322).
  - commit 206703b
  - drm/i915/gvt: Verify hugepages are contiguous in physical
    address space (jsc#PED-7322).
  - commit 6312ded
  - drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
    (jsc#PED-7322).
  - commit bea1f04
  - KVM: x86/mmu: BUG() in rmap helpers iff
    CONFIG_BUG_ON_DATA_CORRUPTION=y (jsc#PED-7322).
  - commit cf85326
  - wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API (git-fixes).
  - commit b356cb3
  - irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent
    GIC designs (git-fixes).
  - gve: Fixes for napi_poll when budget is 0 (git-fixes).
  - rtc: pcf85363: fix wrong mask/val parameters in
    regmap_update_bits call (git-fixes).
  - KEYS: Include linux/errno.h in linux/verification.h (git-fixes).
  - hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs
    on chip (git-fixes).
  - module/decompress: use kvmalloc() consistently (git-fixes).
  - soc: qcom: pmic_glink: fix connector type to be DisplayPort
    (git-fixes).
  - soc: qcom: llcc: Handle a second device without data corruption
    (git-fixes).
  - clk: renesas: rzg2l: Fix computation formula (git-fixes).
  - clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields
    (git-fixes).
  - clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus
    pll (git-fixes).
  - clk: qcom: clk-alpha-pll: introduce stromer plus ops
    (git-fixes).
  - hwmon: (sch5627) Disallow write access if virtual registers
    are locked (git-fixes).
  - hwmon: (sch5627) Use bit macros when accessing the control
    register (git-fixes).
  - spi: omap2-mcspi: Fix hardcoded reference clock (git-fixes).
  - spi: omap2-mcspi: switch to use modern name (git-fixes).
  - wifi: iwlwifi: mvm: fix netif csum flags (git-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() (git-fixes).
  - wifi: iwlwifi: mvm: Don't always bind/link the P2P Device
    interface (git-fixes).
  - wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison
    (git-fixes).
  - wifi: mt76: get rid of false alamrs of tx emission issues
    (git-fixes).
  - wifi: mt76: mt7996: set correct wcid in txp (git-fixes).
  - wifi: mt76: remove unused error path in
    mt76_connac_tx_complete_skb (git-fixes).
  - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
    (git-fixes).
  - wifi: iwlwifi: increase number of RX buffers for EHT devices
    (git-fixes).
  - wifi: mac80211: move sched-scan stop work to wiphy work
    (git-fixes).
  - wifi: mac80211: move offchannel works to wiphy work (git-fixes).
  - wifi: mac80211: move scan work to wiphy work (git-fixes).
  - wifi: mac80211: move radar detect work to wiphy work
    (git-fixes).
  - wifi: cfg80211: add flush functions for wiphy work (git-fixes).
  - gve: Use size_add() in call to struct_size() (git-fixes).
  - rtc: pcf85363: Allow to wake up system without IRQ (git-fixes).
  - HID: cp2112: Make irq_chip immutable (git-fixes).
  - wifi: mt76: connac: move connac3 definitions in
    mt76_connac3_mac.h (git-fixes).
  - spi: omap2-mcspi: remove redundant dev_err_probe() (git-fixes).
  - commit d64fd89
  - KVM: x86/mmu: Plumb "struct kvm" all the way to
    pte_list_remove() (jsc#PED-7322).
  - commit 513e4f4
  - KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON()
    stub (jsc#PED-7322).
  - commit c9fb2cf
  - KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU
    Kconfig (jsc#PED-7322).
  - update config
  - commit f004b77
  - KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without
    PAE enabled (jsc#PED-7322).
  - commit 7d62f44
  - KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to
    WARN_ON_ONCE() (jsc#PED-7322).
  - commit 5ab00fb
  - KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
    (jsc#PED-7322).
  - commit a09fb69
  - KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
    (jsc#PED-7322).
  - commit 4bf9e14
  - KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
    (jsc#PED-7322).
  - commit a10cc31
  - KVM: x86/mmu: Delete the "dbg" module param (jsc#PED-7322).
  - commit cd5af0a
  - KVM: x86/mmu: Delete rmap_printk() and all its usage
    (jsc#PED-7322).
  - commit c0a0a72
  - KVM: x86/mmu: Delete pgprintk() and all its usage
    (jsc#PED-7322).
  - commit 33d28b6
  - KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside
    clear_dirty_pt_masked() (jsc#PED-7322).
  - commit 2be22f3
  - KVM: VMX: Delete ancient pr_warn() about KVM_SET_TSS_ADDR not
    being set (jsc#PED-7322).
  - commit 45a383f
  - xfs: abort intent items when recovery intents fail (git-fixes).
  - commit 8c58e35
  - xfs: factor out xfs_defer_pending_abort (git-fixes).
  - commit c11ee61
  - xfs: recovery should not clear di_flushiter unconditionally
    (git-fixes).
  - commit 127d2ec
  - KVM: SVM: Require nrips support for SEV guests (and beyond)
    (jsc#PED-7322).
  - commit c1ca735
  - xfs: up(ic_sema) if flushing data device fails (git-fixes).
  - commit 7ac0b39
  - xfs: only remap the written blocks in xfs_reflink_end_cow_extent
    (git-fixes).
  - commit e4edf9a
  - xfs: make sure maxlen is still congruent with prod when rounding
    down (git-fixes).
  - commit c4c4007
  - xfs: fix units conversion error in xfs_bmap_del_extent_delay
    (git-fixes).
  - commit 5b9b3d4
  - xfs: adjust the incore perag block_count when shrinking
    (git-fixes).
  - commit d1fc147
  - xfs: require a relatively recent V5 filesystem for LARP mode
    (git-fixes).
  - commit 62ce09a

++++ kernel-firmware-all:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-amdgpu:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-ath10k:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-ath11k:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-ath12k:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-atheros:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-bluetooth:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-bnx2:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-brcm:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-chelsio:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-dpaa2:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-i915:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-intel:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-iwlwifi:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-liquidio:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-marvell:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-media:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-mediatek:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-mellanox:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-mwifiex:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-network:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-nfp:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-nvidia:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-platform:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-prestera:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-qcom:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-qlogic:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-radeon:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-realtek:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-serial:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-sound:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-ti:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-ueagle:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ kernel-firmware-usb-network:

  - Update to version 20231120 (git commit 9552083a783e):
    * mediatek: Sync shared memory structure changes
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * i915: Update MTL DMC to v2.19
    * Make email replies more resilient
    * Try both utf-8 and windows-1252 for decoding email

++++ multipath-tools:

  - Update to version 0.9.7+76+suse.5f857af:
    * Update to upstream 0.9.7 (jsc#PED-6464)
    * added max_retries config option to limit SCSI retries
    * added auto_resize config option to enable resizing multipath maps automatically
    * fixed memory and error handling for code using aio (marginal path code,
    directio path checker)
    * dropped modules-load.d/multipath.conf; replaced by a dependency on
    modprobe@dm-multipath.service (systemd >= 245: SLE15-SP3 and later only)
    and a softdep on sd_mod for the SCSI device handlers
    (bsc#1217377)
    * On SLE/Leap suse-module-tools doesn't ship a scsi_mod->sd_mod softdep yet.
    Add it here, too. It will be overridden by s-m-t when it's added there.
    * drop usr_prefix= setting in SLE build recipes (set to /usr by upstream
    automatically)

++++ libgcrypt:

  - Re-create HMAC checksum after RPM build strips the library
    (bsc#1217058)

++++ nghttp2:

  - fix unversioned provides to be in sync with nghttp3

++++ readline:

  - Add upstream patch readline82-002
    * It's possible for readline to try to zero out a line that's not null-
    terminated, leading to a memory fault.
  - Add upstream patch readline82-003
  - Add upstream patch readline82-004
  - Add upstream patch readline82-005
    * If an application is using readline in callback mode, and a signal arrives
    after readline checks for it in rl_callback_read_char() but before it
    restores the application's signal handlers, it won't get processed until the
    next time the application calls rl_callback_read_char(). Readline needs to
    check for and resend any pending signals after restoring the application's
    signal handlers.
  - Add upstream patch readline82-006
    * This is a variant of the same issue as the one fixed by patch 5. In this
    case, the signal arrives and is pending before readline calls rl_getc().
    When this happens, the pending signal will be handled by the loop, but may
    alter or destroy some state that the callback uses. Readline needs to treat
    this case the same way it would if a signal interrupts pselect/select, so
    compound operations like searches and reading numeric arguments get cleaned
    up properly.
  - Add upstream patch readline82-007
    * If readline is called with no prompt, it should display a newline if return
    is typed on an empty line. It should still suppress the final newline if
    return is typed on the last (empty) line of a multi-line command.

++++ sssd:

  - Adapt spec file for SLE 15 SP6/Leap 15.6; (jsc#PED-6714);
    * Remove package sssd-common, merged into sssd
    * Continue building deprecated files provider and infopipe
    responder
    * Disable selinux and semanage
    * Provide rcsssd shortcut

++++ systemd:

  - udev: Tighten permissions for DRM render nodes (bsc#1217118). Note that this
    implicitly enables `uaccess`, so any logged-in user still gets access
    regardless of group membership. Some use cases, e.g. remote access via ssh,
    might require you to add the desired user to the `render` group.
    See:
    https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/3S3HAWVODHC2FQI4E76IFGCSRVRJ63KG/

++++ netcfg:

  - Fix syntax of localhost entries in hosts [bsc#1217355]

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

  - use different modprobe.d config file to resolve conflict with
    older driver package (boo#1217370); overwrite
    NVreg_OpenRmEnableUnsupportedGpus driver option setting (disable it),
    since letting it enabled is supposed to break booting (boo#1215981,
    comment#23)

++++ ovmf:

  - Sync change log to prepare for sending edk2-stable202308 ovmf to SLE15-SP6
    (jsc#PED-6233, jsc#PED-5523)
  - Removed the following backported patches because they are merged
    to edk2 mainline:
  - ovmf-SecurityPkg-DxeImageVerificationLib-Check-result-of-.patch
    494127613b SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2
    (CVE-2019-14560, bsc#1174246)

++++ sudo:

  - Package/ship empty /etc/sudoers.d directory for admins to
    discover where to put their won config.

++++ xkeyboard-config:

  - includes fixes for
    * missing mappings for evdev keys KEY_RFKILL and KEY_WWAN
    (boo#1123784)
    * capslock in Old Hungarian layout (boo#1153774)
    * wrong keyboard mapping causing input delays with ABNT2 keyboards
    (bsc#1191242)
  - includes backport of French standardized AZERTY layout (AFNOR:
    NF Z71-300) (bsc#1188867)
  - supersedes a patch called 'U_fixed-keycode-comment.patch' from
    sle15-sp5, which wasn't applied there any longer either.
    <I247> = 247;   // #define KEY_UWB                 239
    is defined in keycodes/evdev since a long time ...

------------------------------------------------------------------
------------------  2023-11-20  -  Nov 20 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - buildrequire 'pkgconfig(SPIRV-Tools)' also with disabled rusticl
    (new dep since some time)
  - re-disable rusticl on sle15-sp6 to prevent more deps (rust-bindgen)
  - buildrequire 'pkgconfig(LLVMSPIRVLib)' also with disabled rusticl
    (new dep since some time)
  - enable rusticl on sle15-sp6

++++ Mesa-drivers:

  - buildrequire 'pkgconfig(SPIRV-Tools)' also with disabled rusticl
    (new dep since some time)
  - re-disable rusticl on sle15-sp6 to prevent more deps (rust-bindgen)
  - buildrequire 'pkgconfig(LLVMSPIRVLib)' also with disabled rusticl
    (new dep since some time)
  - enable rusticl on sle15-sp6

++++ busybox-links:

  - zgrep: don't set the label option as only the real grep
    supports it (bsc#1215943)

++++ cpupower:

  - Fix library file version: libcpupower.so.0.0.1 -> libcpupower.so.1.0.1
    (bsc#1217044)
    A cpupower_fix_library_so_name.patch

++++ transactional-update:

  - Version 4.5.0
  - libtukit: Use permissions of real /etc when creating overlay
    [bsc#1215878]
  - libtukit, tukit: Support "rollback" via library now
  - tukitd: Implement Snapshot delete and rollback methods
  - tukit: Check for missing arguments with "close" and "abort"
    commands
  - t-u: Warn user when using "kdump" if it isn't configured to
    avoid confusion with "setup-kdump" [boo#1215725]
  - t-u: Abort if mkdumprd run is not successful
  - t-u: Use defaut from config file if t-u is called without
    arguments [gh#openSUSE/transactional-update#101]
  - Improved README.md [gh#openSUSE/transactional-update#59] and
    API docs
  - Code cleanup

++++ kernel-default:

  - xfs: reserve less log space when recovering log intent items
    (git-fixes).
  - commit 2df5f25
  - xfs: fix log recovery when unknown rocompat bits are set
    (git-fixes).
  - commit 0b95382
  - xfs: use per-mount cpumask to track nonempty percpu inodegc
    lists (git-fixes).
  - commit 85b92c2
  - xfs: fix per-cpu CIL structure aggregation racing with dying
    cpus (git-fixes).
  - commit d1f8099
  - xfs: fix an agbno overflow in __xfs_getfsmap_datadev
    (git-fixes).
  - commit 2369f5b
  - xfs: fix dqiterate thinko (git-fixes).
  - commit d463542
  - KVM: x86: Disallow guest CPUID lookups when IRQs are disabled
    (jsc#PED-7322).
  - commit 6bbb6e4
  - xfs: fix agf_fllast when repairing an empty AGFL (git-fixes).
  - commit d00a02c
  - KVM: nSVM: Use KVM-governed feature framework to track "vNMI
    enabled" (jsc#PED-7322).
  - commit 574073b
  - KVM: nSVM: Use KVM-governed feature framework to track "vGIF
    enabled" (jsc#PED-7322).
  - commit 5f38203
  - KVM: nSVM: Use KVM-governed feature framework to track "Pause
    Filter enabled" (jsc#PED-7322).
  - commit ebf0cbb
  - KVM: nSVM: Use KVM-governed feature framework to track "LBRv
    enabled" (jsc#PED-7322).
  - commit 71ab721
  - fs: ocfs2: namei: check return value of ocfs2_add_entry()
    (git-fixes).
  - commit 792fc1a
  - KVM: nSVM: Use KVM-governed feature framework to track
    "vVM{SAVE,LOAD} enabled" (jsc#PED-7322).
  - commit 3388e7f
  - KVM: nSVM: Use KVM-governed feature framework to track "TSC
    scaling enabled" (jsc#PED-7322).
  - commit 9c63e90
  - KVM: nSVM: Use KVM-governed feature framework to track "NRIPS
    enabled" (jsc#PED-7322).
  - commit 8449389
  - KVM: nVMX: Use KVM-governed feature framework to track "nested
    VMX enabled" (jsc#PED-7322).
  - commit 8ec7550
  - KVM: x86: Use KVM-governed feature framework to track "XSAVES
    enabled" (jsc#PED-7322).
  - Refresh
    patches.suse/KVM-SVM-Fix-TSC_AUX-virtualization-setup.patch.
  - commit 4542bb1
  - KVM: VMX: Rename XSAVES control to follow KVM's preferred
    "ENABLE_XYZ" (jsc#PED-7322).
  - commit 6830ffb
  - KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for
    XSAVE enabling (jsc#PED-7322).
  - commit 652e9dd
  - KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
    (jsc#PED-7322).
  - commit 16a8f99
  - KVM: x86/mmu: Use KVM-governed feature framework to track
    "GBPAGES enabled" (jsc#PED-7322).
  - commit c52c867
  - KVM: x86: Add a framework for enabling KVM-governed x86 features
    (jsc#PED-7322).
  - commit 6cced89
  - x86: kvm: x86: Remove unnecessary initial values of variables
    (jsc#PED-7322).
  - commit ba5f3e4
  - KVM: VMX: Rename vmx_get_max_tdp_level() to
    vmx_get_max_ept_level() (jsc#PED-7322).
  - commit 9fc841c
  - KVM: x86: Remove WARN sanity check on hypervisor timer
    vs. UNINITIALIZED vCPU (jsc#PED-7322).
  - commit 987d422
  - KVM: x86: Remove break statements that will never be executed
    (jsc#PED-7322).
  - commit 19bb15f
  - KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
    (jsc#PED-7322).
  - commit 9fcdb4e
  - KVM: arm64: Use kvm_arch_flush_remote_tlbs() (jsc#PED-7322).
  - commit 685780b
  - KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
    (jsc#PED-7322).
  - commit c993bcc
  - KVM: Allow range-based TLB invalidation from common code
    (jsc#PED-7322).
  - commit 4179168
  - KVM: Declare kvm_arch_flush_remote_tlbs() globally
    (jsc#PED-7322).
  - commit 04da59a

++++ libX11:

  - this update is needed due to jsc#PED-7282; it includes the
    security fix for CVE-2022-3555 (bsc#1204425, bsc#1208881) and
    a fix for a race condition in libX11 that causes various
    applications to crash randomly (boo#1181963)

++++ ncurses:

  - Add ncurses patch 20231118
    + improve description of length-parameter and error-returns in several
    manpages:  curs_addchstr.3x, curs_addstr.3x, curs_addwstr.3x,
    curs_in_wch.3x, curs_in_wchstr.3x, curs_inchstr.3x, curs_ins_wstr.3x,
    curs_insstr.3x, curs_instr.3x, curs_inwstr.3x
    + amend parameter check for entire string versus specific length in
    winsnstr() and wins_nwstr() to match Solaris.
    + make similar correction to wins_nwstr().
    + correct loop termination condition in waddnstr() and waddnwstr()
    (Debian #1055882, cf: 20201205).

++++ netcfg:

  - Remove empty netgroup example file from /etc [jsc#PED-240].
    NIS, the main consumer, got already dropped.
  - Remove empty ethers example file, /usr/etc should not contain
    examples, for the format there is the manual page, does not
    support IPv6.

++++ pcr-oracle:

  - Add fix_rsa.patch to support the export in PEM format of the public
    key
  - FAPI is not present until tpm2-tss >= 2.4.0. Express that in the
    BuildRequirement

++++ virt-manager:

  - Upstream bug fixes (bsc#1027942) (jsc#PED-6305)
    001-cli-disk-Add-driver.metadata_cache-options.patch
    002-tests-cli-Fix-test-output-after-previous-commit.patch
    003-fsdetails-Fix-an-error-with-source.socket-of-virtiofs.patch
    004-cli-Drop-unnecessary-disk-prop-aliases.patch
    005-tests-testdriver-Add-filesystem-socket-example.patch
    006-virtinstall-split-no_install-conditional-apart-to-track-code-coverage.patch
    007-virtinstall-fix-regression-with-boot-and-no-install-method.patch
    008-tests-Add-a-compat-check-for-linux2020-in-amd-sev-test-case.patch
    009-cli-cpu-Add-maxphysaddr.mode-bits-options.patch
    010-virt-install-help-required-options-are-wrong.patch
    011-cloner-Sync-uuid-and-sysinfo-system-uuid.patch
    012-virt-install-unattended-and-cloud-init-conflict.patch
    013-virt-install-Reuse-cli.fail_conflicting.patch
    014-cli-support-boot-loader.stateless-.patch
    015-diskbackend-Drop-support-for-sheepdog.patch
    016-Fix-pylint-pycodestyle-warnings-with-latest-versions.patch
    017-tests-cpio-set-owner-to-00.patch
    018-addhardware-Fix-backtrace-when-controller.index-is-None.patch
    019-Clean-up-FileChooser-usage-a-bit.patch
    020-guest-Query-availability-of-usb-redirdevs-in-domcaps.patch
    021-guest-Query-availability-of-spicevmc-channels-in-domcaps.patch
    022-tests-Add-domcaps-coverage-for-usb-redir-spicevmc-channel-checks.patch
    023-tests-Update-to-latest-kvm-domcaps.patch
    024-progress-Fix-showing-correct-final-total.patch
    025-virtinstall-Fix-the-allocating-disk-size-printed-by-the-progress-bar.patch
    026-virtinstall-Hide-total_size-in-the-progress-bar-if-it-doesnt-need.patch
    027-asyncjob-Fix-backtrace-when-no-cursor-theme-installed.patch
    029-asyncjob-Remove-unused-import.patch
    030-Packit-initial-enablement.patch
    031-virt-install-Recommend-boot-uefi.patch
    032-virt-install-Document-Secure-Boot-setups.patch
    033-cloner-clone-serial-files.patch
    034-tests-cli-test-serial-file-clone.patch
    035-man-virt-install-Add-a-note-about-different-behavior-of-boot-on-s390x.patch
    036-tests-uitests-Fix-window-reposition-on-f38.patch
    037-tests-livetests-work-around-qemu-media-change-regression.patch
    038-tests-uitests-Fix-manager-window-repositioning-test.patch
    039-tests-Default-uitests-to-verbosity-2.patch
    040-uitests-Make-hotplug-test-pass-on-both-f37-and-f38.patch
    041-uitests-More-attempts-at-making-manager-reposition-test-reliable.patch
    042-tests-uitests-make-menu-operations-more-robust.patch
    043-rpm-convert-license-to-SPDX-format.patch
    044-uitests-Drop-hotplug-work-around-f38-libvirt-is-fixed-now.patch
    045-virtinst-delay-lookup_capsinfo-until-we-really-need-it.patch
    046-virtinst-suppress-lookup_capsinfo-exception-in-machine-type-alias-check.patch
    047-tests-data-refresh-Fedora-tree-URLs-in-virt-install-osinfo-expected-XMLs.patch
    048-tests-Add-unit-test-coverage-for-539.patch
    049-fix-indentation-of-multiline-log.exception-invocations.patch
    050-virt-clone-Copy-disk-permissions-as-well.patch
    051-data-appstream-add-launchable-tag.patch
    052-Fix-some-pylint.patch
    055-connectauth-Drop-sanity-checking-for-libvirtd.patch
    056-delete-Fix-ambiguity-that-confused-pylint.patch
    057-Fix-filesystem-socket.source.patch
  - Replaced patches
    11a887ec-cli-disk-Add-driver.metadata_cache-options.patch
    1cb0be40-virtinstall-split-no_install-conditional-apart-to-track-code-coverage.patch
    58f5e36d-fsdetails-Fix-an-error-with-source.socket-of-virtiofs.patch
    67832d30-addhardware-Fix-backtrace-when-controller-index-is-None.patch
    7295ebfb-tests-cli-Fix-test-output-after-previous-commit.patch
    999ccb85-virt-install-unattended-and-cloud-init-conflict.patch
    b0d05167-cloner-Sync-uuid-and-sysinfo-system-uuid.patch
    c22a876e-tests-Add-a-compat-check-for-linux2020-in-amd-sev-test-case.patch
    e94786c0-virtinstall-fix-regression-with-boot-and-no-install-method.patch
    fbdf0516-cli-cpu-Add-maxphysaddr.mode-bits-options.patch
  - Dropped patches
    virtman-check-for-libvirt-modular-daemons.patch
    virtman-fix-osinfo-tests.patch

------------------------------------------------------------------
------------------  2023-11-19  -  Nov 19 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: Rename kvm_arch_flush_remote_tlb() to
    kvm_arch_flush_remote_tlbs() (jsc#PED-7322).
  - commit 351a707
  - x86/sev: Do not handle #VC for DR7 read/write (jsc#PED-7322).
  - commit a9a776c
  - KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state
    isn't loaded (jsc#PED-7322).
  - commit 81530d1
  - KVM: x86: Always write vCPU's current TSC offset/ratio in
    vendor hooks (jsc#PED-7322).
  - commit 9ad9c95
  - KVM: SVM: Clean up preemption toggling related to
    MSR_AMD64_TSC_RATIO (jsc#PED-7322).
  - commit 841dae0
  - KVM: nSVM: Use the "outer" helper for writing multiplier to
    MSR_AMD64_TSC_RATIO (jsc#PED-7322).
  - commit e3261fa
  - KVM: x86: Advertise AMX-COMPLEX CPUID to userspace
    (jsc#PED-7322).
  - commit 9edc054
  - KVM: VMX: Skip VMCLEAR logic during emergency reboots if
    CR4.VMXE=0 (jsc#PED-7322).
  - commit 47a29cf
  - KVM: SVM: Use "standard" stgi() helper when disabling SVM
    (jsc#PED-7322).
  - commit dbe2300
  - KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
    (jsc#PED-7322).
  - commit 0092171
  - x86/virt: KVM: Move "disable SVM" helper into KVM SVM
    (jsc#PED-7322).
  - commit c4273ba
  - KVM: VMX: Ensure CPU is stable when probing basic VMX support
    (jsc#PED-7322).
  - commit b977b90
  - KVM: SVM: Check that the current CPU supports SVM in
    kvm_is_svm_supported() (jsc#PED-7322).
  - Refresh
    patches.suse/x86-cpu-Clear-SVM-feature-if-disabled-by-BIOS.patch.
  - commit 9bada09
  - Revert "i2c: pxa: move to generic GPIO recovery" (git-fixes).
  - commit 0f0ffd2
  - x86/virt: KVM: Open code cpu_has_svm() into
    kvm_is_svm_supported() (jsc#PED-7322).
  - Refresh
    patches.suse/x86-cpu-Clear-SVM-feature-if-disabled-by-BIOS.patch.
  - commit 48ec546

------------------------------------------------------------------
------------------  2023-11-18  -  Nov 18 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
    (jsc#PED-7322).
  - commit 14c13bb
  - x86/virt: KVM: Move VMXOFF helpers into KVM VMX (jsc#PED-7322).
  - commit e383ee5
  - x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
    (jsc#PED-7322).
  - commit 7d47a34
  - x86/reboot: Expose VMCS crash hooks if and only if
    KVM_{INTEL,AMD} is enabled (jsc#PED-7322).
  - commit b8ccd40
  - x86/reboot: Disable virtualization during reboot iff callback
    is registered (jsc#PED-7322).
  - commit 51e28f6
  - x86/reboot: Hoist "disable virt" helpers above "emergency
    reboot" path (jsc#PED-7322).
  - commit 2ae38a5
  - x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot
    callback (jsc#PED-7322).
  - commit 82d368e
  - x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
    (jsc#PED-7322).
  - commit 74463ec
  - x86/reboot: Harden virtualization hooks for emergency reboot
    (jsc#PED-7322).
  - commit 3e513e8
  - x86/reboot: VMCLEAR active VMCSes before emergency reboot
    (jsc#PED-7322).
  - commit e3124aa

++++ llvm19:

  - Update to version 17.0.5.
    * This release contains bug-fixes for the LLVM 17.0.0 release.
    This release is API and ABI compatible with 17.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Also test clang-tools-extra (at least most parts) and lld.
  - Adapt test in lld-default-sha1.patch.
  - Don't disable testing if qemu_user_space_build has been set to 0.

++++ libfido2:

  - update to 1.14.0:
    * fido2-cred -M, fido2-token -G: support raw client data
    via -w flag.
    * New API calls:
    * * fido_assert_authdata_raw_len;
    * * fido_assert_authdata_raw_ptr;
    * * fido_assert_set_winhello_appid.
  - add keyring for gpg validation

------------------------------------------------------------------
------------------  2023-11-17  -  Nov 17 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - let sle15-sp6 require llvm17/clang17

++++ Mesa-drivers:

  - let sle15-sp6 require llvm17/clang17

++++ dracut:

  - Update to version 059+suse.522.g0fc72191:
    * fix(install.d): do not create rescue entry when working with UKIs
    * fix(install.d): skip if $KERNEL_INSTALL_INITRD_GENERATOR is set otherwise
    * feat(resume): do not attempt to install systemd-hibernate-resume@.service
    * feat(install.d): add sort-key field to rescue BLS entries
    * fix(install.d): do not generate a new initrd if any INITRD_FILE is provided
    * fix(install.d): do not create initramfs if the supplied image is UKI
    * feat(install.d): allow using dracut in combination with ukify
    * fix(resume): add new systemd-hibernate-resume.service
    * feat(systemd): install systemd-executor

++++ gnutls:

  - Update to 3.8.2: [bsc#1217277, CVE-2023-5981]
    * libgnutls: Fix timing side-channel inside RSA-PSK key exchange.
    [GNUTLS-SA-2023-10-23, CVSS: medium] [CVE-2023-5981]
    * libgnutls: Add API functions to perform ECDH and DH key agreement
    The functionality has been there for a long time though they were
    not available as part of the public API.  This enables applications
    to implement custom protocols leveraging non-interactive key
    agreement with ECDH and DH.
    * libgnutls: Added support for AES-GCM-SIV ciphers (RFC 8452)
    The new algorithms GNUTLS_CIPHER_AES_128_SIV_GCM and
    GNUTLS_CIPHER_AES_256_SIV_GCM have been added to be used through
    the AEAD interface.  Note that, unlike
    GNUTLS_CIPHER_AES_{128,256}_SIV_GCM, the authentication tag is
    appended to the ciphertext, not prepended.
    * libgnutls: transparent KTLS support is extended to FreeBSD kernel
    The kernel TLS feature can now be enabled on FreeBSD as well as
    Linux when compiled with the --enable-ktls configure option.
    * gnutls-cli: New option --starttls-name
    Depending on deployment, application protocols such as XMPP may
    require a different origin address than the external address to be
    presented prior to STARTTLS negotiation.  The --starttls-name can
    be used to specify specify the addresses separately.
    * API and ABI modifications:
  - gnutls_pubkey_import_dh_raw: New function
  - gnutls_privkey_import_dh_raw: New function
  - gnutls_pubkey_export_dh_raw: New function
  - gnutls_privkey_export_dh_raw: New function
  - gnutls_x509_privkey_import_dh_raw: New function
  - gnutls_privkey_derive_secret: New function
  - GNUTLS_KEYGEN_DH: New enum member of gnutls_keygen_types_t
  - GNUTLS_CIPHER_AES_128_SIV_GCM: Added
  - GNUTLS_CIPHER_AES_256_SIV_GCM: Added
    * Rebase gnutls-FIPS-140-3-references.patch
    * Remove upstream: gnutls-GNUTLS_NO_EXTENSIONS-compatibility.patch

++++ kernel-default:

  - KVM: x86: Retry APIC optimized map recalc if vCPU is
    added/enabled (jsc#PED-7322).
  - commit ff5641d
  - KVM: x86/pmu: Move .hw_event_available() check out of PMC
    filter helper (jsc#PED-7322).
  - commit 78cfd97
  - KVM: x86/pmu: Require nr fixed_pmc_events to match nr max
    fixed counters (jsc#PED-7322).
  - commit 33e7647
  - KVM: x86/pmu: Simplify intel_hw_event_available()
    (jsc#PED-7322).
  - commit ae027fa
  - KVM: x86/pmu: Use enums instead of hardcoded magic for arch
    event indices (jsc#PED-7322).
  - commit dccb63e
  - KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to
    DEBUGCTL (jsc#PED-7322).
  - commit fe05910
  - KVM: SVM: Clean up handling of LBR virtualization enabled
    (jsc#PED-7322).
  - commit ca10c6d
  - KVM: SVM: Fix dead KVM_BUG() code in LBR MSR virtualization
    (jsc#PED-7322).
  - commit a8580a7
  - ALSA: hda/realtek: Add quirks for HP Laptops (git-fixes).
  - ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks
    (git-fixes).
  - ALSA: hda/realtek: Enable Mute LED on HP 255 G10 (git-fixes).
  - ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC
    (git-fixes).
  - ALSA: hda/realtek: Enable Mute LED on HP 255 G8 (git-fixes).
  - ALSA: hda/realtek - Add Dell ALC295 to pin fall back table
    (git-fixes).
  - commit e078e4b
  - KVM: VMX: Drop manual TLB flush when migrating
    vmcs.APIC_ACCESS_ADDR (jsc#PED-7322).
  - commit 9882cc6
  - dmaengine: ioat: Free up __cleanup() name (jsc#PED-7167).
  - commit b1b6a91
  - KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"
    (jsc#PED-7322).
  - commit c440a2c
  - KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
    (jsc#PED-7322).
  - commit aa0df00
  - cleanup: Make no_free_ptr() __must_check (jsc#PED-7167).
  - commit 3dd1359
  - locking: Introduce __cleanup() based infrastructure (jsc#PED-7167).
  - commit 1036fd2
  - virt: tdx-guest: Add Quote generation support using TSM_REPORTS  (jsc#PED-7167).
  - Update config files.
  - commit a2c35cc
  - virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT (jsc#PED-7167).
  - commit e16a069
  - virt: sevguest: Prep for kernel internal get_ext_report() (jsc#PED-7167).
  - commit dc2d8c4
  - configfs-tsm: Introduce a shared ABI for attestation reports (jsc#PED-7167).
  - commit bfe5573
  - virt: coco: Add a coco/Makefile and coco/Kconfig (jsc#PED-7167).
  - commit 6e8031f
  - virt: sevguest: Fix passing a stack buffer as a scatterlist target (jsc#PED-7167).
  - commit 52d5bdb
  - x86/tdx: Mark TSC reliable (jsc#PED-7167).
  - commit 8675487
  - KVM: x86: Advertise host CPUID 0x80000005 in
    KVM_GET_SUPPORTED_CPUID (jsc#PED-7322).
  - commit 8c9b80c
  - KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
    (jsc#PED-7322).
  - commit f5da26c
  - KVM: x86: Use sysfs_emit() instead of sprintf() (jsc#PED-7322).
  - commit e7d27fe
  - KVM: SVM: Don't try to pointlessly single-step SEV-ES guests
    for NMI window (jsc#PED-7322).
  - commit cac6d67
  - ravb: Fix use-after-free issue in ravb_tx_timeout_work()
    (bsc#1212514 CVE-2023-35827).
  - ravb: Fix up dma_free_coherent() call in ravb_remove()
    (bsc#1212514 CVE-2023-35827).
  - commit e41ee33
  - KVM: SEV-ES: Eliminate #DB intercept when DebugSwap enabled
    (jsc#PED-7322).
  - commit 5d193a3
  - KVM: SEV: Enable data breakpoints in SEV-ES (jsc#PED-7322).
  - commit dc5754f
  - KVM: SVM/SEV/SEV-ES: Rework intercepts (jsc#PED-7322).
  - Refresh
    patches.suse/KVM-SVM-Fix-TSC_AUX-virtualization-setup.patch.
  - commit cd7fccd
  - KVM: SEV-ES: explicitly disable debug (jsc#PED-7322).
  - commit 33a326d
  - KVM: SVM: Rewrite sev_es_prepare_switch_to_guest()'s comment
    about swap types (jsc#PED-7322).
  - commit 3bb9fda
  - drm/vmwgfx: Keep a gem reference to user bos in surfaces (CVE-2023-5633, bsc#1216527)
  - commit d4cf539
  - i2c: i801: Add support for Intel Birch Stream SoC (jsc#PED-6040
    jsc#PED-6048).
  - commit 54e234b
  - Update patch reference for SPI patch (jsc#PED-6040 jsc#PED-6048)
  - commit e9cca4e
  - KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV
    (jsc#PED-7322).
  - commit 289d0b4
  - KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the
    header (jsc#PED-7322).
  - commit e5993c1

++++ kernel-firmware-all:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-amdgpu:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-ath10k:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-ath11k:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-ath12k:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-atheros:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-bluetooth:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-bnx2:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-brcm:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-chelsio:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-dpaa2:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-i915:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-intel:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-iwlwifi:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-liquidio:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-marvell:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-media:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-mediatek:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-mellanox:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-mwifiex:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-network:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-nfp:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-nvidia:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-platform:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-prestera:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-qcom:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-qlogic:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-radeon:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-realtek:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-serial:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-sound:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-ti:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-ueagle:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ kernel-firmware-usb-network:

  - Update to version 20231116 (git commit 6723a8d90923):
    * iwlwifi: fix for the new FWs from core83-55 release
    * Enable deb and rpm builds on tags
    * linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
    * linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops

++++ util-linux-systemd:

  - regression fix for clock.txt on xfs (upstreamed) (bsc#1207987)
    * Add libuuid-avoid-truncate-clocks.txt-to-improve-performance.patch

++++ util-linux:

  - regression fix for clock.txt on xfs (upstreamed) (bsc#1207987)
    * Add libuuid-avoid-truncate-clocks.txt-to-improve-performance.patch

++++ libdrm:

  - adjusted n_libdrm-drop-valgrind-dep-generic.patch,
    n_libdrm-drop-valgrind-dep-intel.patch

++++ libksba:

  - Update to 1.6.5:
    * Add Brainpool curve detection using parameters with compressed
    base point. [rKeb23f853f178]
    * New configure option --with-libtool-modification. [T6619]
    * Release-info: https://dev.gnupg.org/T6822

++++ p11-kit:

  - Update to 0.25.3:
    * rpc: fix serialization of NULL mechanism pointer [#601]
    * fix meson build failure in macOS (appleframeworks not found) [#603]

++++ pcp:

  - Only auto-trigger pcp-pmda-postfix for automatic installation
    when pcp and postfix are present. Supplementing pcp alone would
    auto-install postfix on all systems.
  - Supplement pcp-pmda-rsyslog against pcp and rsyslog.

++++ sssd:

  - Fix spec file for Leap
  - /usr/etc migration, restore /etc/sssd/sssd.conf.rpmsave after
    update (bsc#1216865)
  - Do not install the KRB5 IDP plugin, it is useless without the
    OIDC child
  - Drop no longer valid --without-secrets configure switch

++++ unbound:

  - Update to 1.19.0:
    * Features:
  - Fix #850: [FR] Ability to use specific database in Redis, with
    new redis-logical-db configuration option.
  - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream
    requests. This can be helpful for devices that cannot handle
    DNSSEC information. But it should not be enabled otherwise, because
    that would stop DNSSEC validation. The DNSSEC validation would not
    work for Unbound itself, and also not for downstream users. Default
    is no. The option is disable-edns-do: no
  - Expose the script filename in the Python module environment 'mod_env'
    instead of the config_file structure which includes the linked list
    of scripts in a multi Python module setup; fixes #79.
  - Expose the configured listening and outgoing interfaces, if any, as
    a list of strings in the Python 'config_file' class instead of the
    current Swig object proxy; fixes #79.
  - Mailing list patches from Daniel Gröber for DNS64 fallback to plain
    AAAA when no A record exists for synthesis, and minor DNS64 code
    refactoring for better readability.
  - Merge #951: Cachedb no store. The cachedb-no-store: yes option is
    used to stop cachedb from writing messages to the backend storage.
    It reads messages when data is available from the backend.
    The default is no.
    * Bug Fixes:
  - Fix for version generation race condition that ignored changes.
  - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL.
  - Fix for WKS call to getservbyname that creates allocation on exit in
    unit test by testing numbers first and testing from the services list later.
  - Fix autoconf 2.69 warnings in configure.
  - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1.
  - Merge #931: Prevent warnings from -Wmissing-prototypes.
  - Fix to scrub resource records of type A and AAAA that have an
    inappropriate size. They are removed from responses.
  - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c.
  - Fix to add EDE text when RRs have been removed due to length.
  - Fix to set ede match in unit test for rr length removal.
  - Fix to print EDE text in readable form in output logs.
  - Fix send of udp retries when ENOBUFS is returned. It stops looping
    and also waits for the condition to go away. Reported by Florian Obser.
  - Fix authority zone answers for obscured DNAMEs and delegations.
  - Merge #936: Check for c99 with autoconf versions prior to 2.70.
  - Fix to remove two c99 notations.
  - Fix rpz tcp-only action with rpz triggers nsdname and nsip.
  - Fix misplaced comment.
  - Merge #881: Generalise the proxy protocol code.
  - Fix #946: Forwarder returns servfail on upstream response noerror no data.
  - Fix edns subnet so that queries with a source prefix of zero cause the
    recursor send no edns subnet option to the upstream.
  - Fix that printout of EDNS options shows the EDNS cookie option by name.
  - Fix infinite loop when reading multiple lines of input on a broken remote
    control socket. Addesses #947 and #948.
  - Fix #949: "could not create control compt".
  - Fix that cachedb does not warn when serve-expired is disabled about use
    of serve-expired-reply-ttl and serve-expired-client-timeout.
  - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x.
  - Better fix for infinite loop when reading multiple lines of input on a
    broken remote control socket, by treating a zero byte line the same as
    transmission end. Addesses #947 and #948.
  - For multi Python module setups, clean previously parsed module functions
    in __main__'s dictionary, if any, so that only current module functions
    are registered.
  - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME.
  - Fixes for the DNS64 patches.
  - Update the dns64_lookup.rpl test for the DNS64 fallback patch.
  - Merge #955 from buevsan: fix ipset wrong behavior.
  - Update testdata/ipset.tdir test for ipset fix.
  - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error.
  - Clearer configure text for missing protobuf-c development libraries.
  - autoconf.
  - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default
    declaration.
  - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by
    dukeartem to also fix the udp_ancil with dnscrypt.
  - Fix SSL compile failure for definition in log_crypto_err_io_code_arg.
  - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg.
  - Fix compilation without openssl, remove unused function warning.
  - Mention flex and bison in README.md when building from repository source.

++++ libxml2:

  - Bring back a patch that was mistakenly removed in the last update.
    * Readded libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch

++++ mdadm:

  - No longer recommend smtp-daemon: this was a remainder from the
    cron configuration, which was removed back in 2018.

++++ python-jsonschema:

  - update to 4.20.0:
    * Properly consider items (and properties) to be evaluated by
    unevaluatedItems (resp. unevaluatedProperties) when behind a
    $dynamicRef as specified by the 2020 and 2019 specifications.
    * jsonschema.exceptions.ErrorTree.__setitem__ is now deprecated.
    More broadly, in general users of jsonschema should never be
    mutating objects owned by the library.

++++ python-jsonschema-specifications:

  - update to 2023.11.1:
    no changelog, only diff available at
    https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.07.1...v2023.11.1

++++ libxml2-python:

  - Bring back a patch that was mistakenly removed in the last update.
    * Readded libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch

++++ supportutils:

  - Changes in version 3.1.27
    + Fixed podman display issue (bsc#1217287)
    + Added nvme-stas configuration to nvme.txt (bsc#1216049)
    + Added timed command to fs-files.txt (bsc#1216827)
    + Collects zypp history file issue#166 (bsc#1216522)
    + Changed -x OPTION to really be exclude only (issue#146)
    + Collect HA related rpm package versions in ha.txt (pr#169)
  - Changes in versin 3.2.3
    + Fixed podman display issue (bsc#1217287)
    + Added timed command to fs-files.txt (bsc#1216827)
    + Added nvme-stas configuration to nvme.txt (bsc#1216049)
    + Collects zypp history file issue#166 pr#170 (bsc#1216522)
    + Collect HA related rpm package versions in ha.txt (pr#168)
    + Change -x OPTION to really be exclude only issue#146 (pr#161)

------------------------------------------------------------------
------------------  2023-11-16  -  Nov 16 2023  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.23.1:
    * Strip project prefix from docker-compose up output
    * render quiet after filtering applied
    * bump golang to version 1.21.4
    * bump compose-go to v1.20.1
    * reject compose file using `secrets|configs.driver or
    template_driver`
    * skips flaky e2e tests on watch and attach
    * fix docker/compose#11170 add newline in cmd/compose/build.go
    fmt.Fprint
    * fix --pull documentation
    * improve watch configuration logging Add action associated to
    each managed path
    * lint
    * do not resolve cache dir until remote resource is in use
    * add a copyright notice with original author
    * implement runtime file selection
    * re-implement cache folder detection
    * introduce --resolve-image-digests for publish to seal service
    images by digest
    * fix build
    * fix
    * ENGDOCS-1764
    * add docs upstream validation workflow
    * build(deps): bump go.uber.org/goleak from 1.2.1 to 1.3.0
    * linter errors fixed
    * NetworkList to NetworkInspect for ID search
    * Squashing feature branch commits in order to add signoff
    message.
    * Use project.ServiceNames() if no service specified in hash
    * Add branch configuration for pull_request trigger
    * Initial codeql.yml commit
    * fix SIGTERM support to stop/kill stack
    * align with OCI artifact best practices
    * refactor(cmd/compose/run): remove redundant `len` check
    * fail start if depependency is missing

++++ fwupd:

  - Re-add fwupd-bsc1130056-change-shim-path.patch: patch was dropped
    in error (boo#1217138).

++++ grub2:

  - Update the TPM2 patches to skip the persistent SRK handle if not
    specified and improve the error messages
    + 0003-protectors-Add-TPM2-Key-Protector.patch
    + 0005-util-grub-protect-Add-new-tool.patch
    + 0004-tpm2-Support-authorized-policy.patch

++++ kernel-default:

  - Update config files: fix build breakage of vanilla flavors
  - commit d1c18a5
  - Update
    patches.suse/vringh-don-t-use-vringh_kiov_advance-in-vringh_iov_x.patch
    (git-fixes, bsc#1215710, CVE-2023-5158).
  - commit 28b6595
  - KVM: VMX: Use vmread_error() to report VM-Fail in "goto" path
    (jsc#PED-7322).
  - commit 6e729ae
  - mm/page_alloc: remove unnecessary next_page in
    break_down_buddy_pages (bsc#1212886 (MM functional and
    performance backports)).
  - mm/page_alloc: remove unnecessary check in
    break_down_buddy_pages (bsc#1212886 (MM functional and
    performance backports)).
  - mm/compaction: factor out code to test if we should run
    compaction for target order (bsc#1212886 (MM functional and
    performance backports)).
  - mm/compaction: improve comment of is_via_compact_memory
    (bsc#1212886 (MM functional and performance backports)).
  - mm/compaction: remove repeat compact_blockskip_flush check
    in reset_isolation_suitable (bsc#1212886 (MM functional and
    performance backports)).
  - mm/compaction: correctly return failure with bogus
    compound_order in strict mode (bsc#1212886 (MM functional and
    performance backports)).
  - mm/compaction: call list_is_{first}/{last} more intuitively
    in move_freelist_{head}/{tail} (bsc#1212886 (MM functional
    and performance backports)).
  - mm/compaction: use correct list in move_freelist_{head}/{tail}
    (bsc#1212886 (MM functional and performance backports)).
  - cpufreq: Rebuild sched-domains when removing cpufreq driver
    (bsc#1212887 (Scheduler functional and performance backports)).
  - cpufreq: schedutil: Merge initialization code of sg_cpu in
    single loop (bsc#1212887 (Scheduler functional and performance
    backports)).
  - sched/fair: Remove SIS_PROP (bsc#1184587, bsc#1212887 (Scheduler
    functional and performance backports)).
  - sched/fair: Use candidate prev/recent_used CPU if scanning
    failed for cluster wakeup (bsc#1184587, bsc#1212887 (Scheduler
    functional and performance backports)).
  - sched/fair: Scan cluster before scanning LLC in wake-up path
    (bsc#1184587, bsc#1212887 (Scheduler functional and performance
    backports)).
  - sched: Add cpus_share_resources API (bsc#1184587, bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/nohz: Update comments about NEWILB_KICK (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/fair: Remove duplicate #include (bsc#1212887 (Scheduler
    functional and performance backports)).
  - =?UTF-8?q?sched/psi:=20Update=20poll=20=3D>=20rtpoll=20in?=
    =?UTF-8?q?=20relevant=C2=A0comments?= (bsc#1212887 (Scheduler
    functional and performance backports)).
  - sched: Make PELT acronym definition searchable (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched: Fix stop_one_cpu_nowait() vs hotplug (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/psi: Bail out early from irq time accounting (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/topology: Move the declaration of 'schedutil_gov' to
    kernel/sched/sched.h (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/topology: Change behaviour of the 'sched_energy_aware'
    sysctl, based on the platform (bsc#1212887 (Scheduler functional
    and performance backports)).
  - sched/topology: Remove the EM_MAX_COMPLEXITY limit (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/topology: Consolidate and clean up access to a CPU's
    max compute capacity (bsc#1184587, bsc#1212887 (Scheduler
    functional and performance backports)).
  - sched/core: Update stale comment in try_to_wake_up()
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/debug: Add new tracepoint to track compute energy
    computation (bsc#1212887 (Scheduler functional and performance
    backports)).
  - sched/uclamp: Ignore (util == 0) optimization in feec()
    when p_util_max = 0 (bsc#1213179 (PREEMPT_RT functional and
    performance backports)).
  - sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
    (bsc#1213179 (PREEMPT_RT functional and performance backports)).
  - sched/debug: Avoid checking in_atomic_preempt_off() twice
    in schedule_debug() (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/fair: Rename check_preempt_curr() to wakeup_preempt()
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/fair: Rename check_preempt_wakeup() to
    check_preempt_wakeup_fair() (bsc#1212887 (Scheduler functional
    and performance backports)).
  - sched/headers: Remove duplicated includes in
    kernel/sched/sched.h (bsc#1212887 (Scheduler functional and
    performance backports)).
  - freezer,sched: Use saved_state to reduce some spurious wakeups
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/core: Remove ifdeffery for saved_state (bsc#1212887
    (Scheduler functional and performance backports)).
  - mm/page_alloc: correct start page when guard page debug is
    enabled (bsc#1212886 (MM functional and performance backports)).
  - cpufreq: schedutil: Update next_freq when cpufreq_limits change
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/rt: Fix live lock between select_fallback_rq() and RT push
    (bsc#1213179 (PREEMPT_RT functional and performance backports)).
  - mm/compaction: remove unused parameter pgdata of
    fragmentation_score_wmark (bsc#1212886 (MM functional and
    performance backports)).
  - mm/page_alloc: remove unnecessary parameter batch of nr_pcp_free
    (bsc#1212886 (MM functional and performance backports)).
  - mm/page_alloc: remove track of active PCP lists range in bulk
    free (bsc#1212886 (MM functional and performance backports)).
  - mm/page_alloc: avoid unneeded alike_pages calculation
    (bsc#1212886 (MM functional and performance backports)).
  - commit 41dc481
  - KVM: VMX: Make VMREAD error path play nice with noinstr
    (jsc#PED-7322).
  - commit bdf4743
  - KVM: x86/irq: Conditionally register IRQ bypass consumer again
    (jsc#PED-7322).
  - commit 0b61d3f
  - KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
    (jsc#PED-7322).
  - commit db6111a
  - KVM: x86: check the kvm_cpu_get_interrupt result before using it
    (jsc#PED-7322).
  - commit 748ea0b
  - KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
    (jsc#PED-7322).
  - commit bb7e9f2
  - KVM: x86: VMX: __kvm_apic_update_irr must update the IRR
    atomically (jsc#PED-7322).
  - commit 7d7f61c
  - KVM: x86: Remove PRIx* definitions as they are solely for user
    space (jsc#PED-7322).
  - commit d9a47ed
  - KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails
    (jsc#PED-7322).
  - commit 8bf89b7
  - KVM: x86/mmu: Add "never" option to allow sticky disabling of
    nx_huge_pages (jsc#PED-7322).
  - commit ab03076
  - KVM: x86: Update comments about MSR lists exposed to userspace
    (jsc#PED-7322).
  - commit 1507087
  - KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
    (jsc#PED-7322).
  - Refresh patches.suse/x86-srso-Add-SRSO_NO-support.patch.
  - commit 68fcef6
  - KVM: x86/svm/pmu: Add AMD PerfMonV2 support (jsc#PED-7322).
  - commit 13a75fa
  - KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2
    flag (jsc#PED-7322).
  - commit e5d63c4
  - KVM: x86/pmu: Constrain the num of guest counters with
    kvm_pmu_cap (jsc#PED-7322).
  - commit 69969fd

++++ kernel-firmware-all:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-amdgpu:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath10k:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath11k:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ath12k:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-atheros:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-bluetooth:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-bnx2:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-brcm:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-chelsio:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-dpaa2:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-i915:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-intel:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-iwlwifi:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-liquidio:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-marvell:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-media:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mediatek:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mellanox:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-mwifiex:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-network:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-nfp:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-nvidia:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-platform:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-prestera:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-qcom:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-qlogic:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-radeon:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-realtek:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-serial:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-sound:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ti:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-ueagle:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ kernel-firmware-usb-network:

  - Update to version 20231115 (git commit a07fd0b96b5a):
    * iwlwifi: add new FWs from core83-55 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
    * Add a workaround for gitlab.freedesktop.org pull requests
    * Add extra debugging output when processing pull requests
    * Process pull requets directly from mbox
    * linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

++++ libxml2:

  - Removed patches (already in upstream):
    * libxml2-CVE-2023-39615.patch
    * libxml2-CVE-2023-45322.patch
    * libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch
    * python312.patch
  - Update to 2.12.0:
    * Major changes:
  - Most of the known issues leading to quadratic behavior in the
    XML parser were fixed. Internal hash tables were rewritten to
    reduce memory consumption.
  - Starting with this release, it should be enough to add the
  - -with-legacy configuration option to provide maximum ABI
    compatibility.
  - libxml2 will now store global variables in thread-local
    storage if supported by the compiler. This avoids allocating
    the data lazily which can result in a fatal error condition.
  - A new API function xmlCheckThreadLocalStorage was added so the
    allocation can be checked earlier if compiler TLS is not
    supported.
  - To prepare for future improvements, some API functions now
    expect or return a const xmlError struct.
  - Several cyclic dependencies in public header files were fixed.
  - Refactoring of the encoding code has been mostly completed.
    Calling xmlSwitchEncoding from client code is now fully
    supported, for example to override the encoding for the push
    parser.
  - When parsing data from memory, libxml2 will now stream data
    chunk by chunk instead of copying the whole buffer (possibly
    twice with encodings), reducing peak memory consumption
    considerably.
  - A new API function xmlCtxtSetMaxAmplification was added to
    allow parsing of files that would otherwise trigger the
    billion laughs protection.
  - Several bugs in the regex determinism checks were fixed.
    Invalid XML Schemas which previous versions erroneously
    accepted will now be rejected.
    * Deprecations
  - globals: Deprecate xmlLastError
  - parser: Deprecate global parser options
  - win32: Deprecate old Windows build system
    * Bug fixes
  - parser: Stop switching to ISO-8859-1 on encoding errors
  - parser: Support encoded external PEs in entity values
  - string: Fix UTF-8 validation in xmlGetUTF8Char
  - SAX2: Allow multiple top-level elements
  - parser: Update line number after coalescing text nodes
  - parser: Check for truncated multi-byte sequences
    * See the full changelog here:
  - https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0
  - Update to version 2.11.6:
    * Regressions:
  - threads: Fix --with-thread-alloc
  - xinclude: Fix ‘last’ pointer in xmlXIncludeCopyNode
    * Bug fixes: parser: Fix potential use-after-free in
    xmlParseCharDataInternal

++++ patterns-base:

  - Bump to 6.0
  - Resync with patterns-microos (add coreutils-systemd and make
    some dependencies conditional to grub2)

++++ patterns-micro:

  - Bump to 6.0
  - Resync with patterns-microos (add coreutils-systemd and make
    some dependencies conditional to grub2)

++++ pcsc-ccid:

  - Fix build dependency - require zlib-devel instead of zlib

++++ python-anyio:

  - update to 3.7.1:
    * Fixed sending large buffers via UNIX stream sockets on
    asyncio
    * Fixed several minor documentation issues (broken links to
    classes, missing classes or attributes)
    * Dropped support for Python 3.6
    * Improved type annotations:
    * Several functions and methods that were previously annotated
    as accepting ``Coroutine[Any, Any, Any]`` as the return type
    of the callable have been amended to accept ``Awaitable[Any]``
    instead, to allow a slightly broader set of coroutine-like
    inputs, like ``async_generator_asend`` objects returned from
    the ``asend()`` method of async generators, and to match
    the ``trio`` annotations:
    * ``anyio.run()``
    * ``anyio.from_thread.run()``
    * ``TaskGroup.start_soon()``
    * ``TaskGroup.start()``
    * ``BlockingPortal.call()``
    * ``BlockingPortal.start_task_soon()``
    * ``BlockingPortal.start_task()``
    * Changed ``TLSAttribute.shared_ciphers`` to match the
    documented semantics of ``SSLSocket.shared_ciphers``
    of always returning ``None`` for client-side streams
    * Fixed ``CapacityLimiter`` on the asyncio backend to order
    waiting tasks in the FIFO order (instead of LIFO)
    * Fixed ``CancelScope.cancel()`` not working on asyncio if
    called before entering the scope
    * Fixed ``open_signal_receiver()`` inconsistently yielding
    integers instead of ``signal.Signals`` instances on the
    ``trio`` backend
    * Fixed ``to_thread.run_sync()`` hanging on asyncio if the
    target callable raises ``StopIteration``
    * Fixed ``start_blocking_portal()`` raising an unwarranted
    * ``RuntimeError: This portal is not running`` if a task raises
    an exception that causes the event loop to be closed
    * Fixed ``current_effective_deadline()`` not returning ``-inf``
    on asyncio when the currently active cancel scope has been
    cancelled (PR by Ganden Schaffner)
    * Fixed the ``OP_IGNORE_UNEXPECTED_EOF`` flag in an SSL context
    created by default in ``TLSStream.wrap()`` being inadvertently
    set on Python 3.11.3 and 3.10.11
    * Fixed ``CancelScope`` to properly handle asyncio task
    uncancellation on Python 3.11
    * Fixed ``OSError`` when trying to use
    ``create_tcp_listener()`` to bind to a link-local
    * IPv6 address (and worked around related bugs in ``uvloop``)
    * Worked around a `PyPy bug
    <https://foss.heptapod.net/pypy/pypy/-/issues/3938>`_
    when using ``anyio.getaddrinfo()`` with for IPv6 link-local
    addresses containing interface names
  - drop fix-failing-tls-tests.patch
    support-trio-0.22.patch: obsolete
  - update to 3.7.1:
    * Fixed sending large buffers via UNIX stream sockets on
    asyncio
    * Fixed several minor documentation issues (broken links to
    classes, missing classes or
    * attributes)
    * **3.7.0**
    * Dropped support for Python 3.6
    * Improved type annotations:
    * Several functions and methods that were previously annotated
    as accepting
    * ``Coroutine[Any, Any, Any]`` as the return type of the
    callable have been amended to
    * accept ``Awaitable[Any]`` instead, to allow a slightly
    broader set of coroutine-like
    * inputs, like ``async_generator_asend`` objects returned from
    the ``asend()`` method
    * of async generators, and to match the ``trio`` annotations:
    * ``anyio.run()``
    * ``anyio.from_thread.run()``
    * ``TaskGroup.start_soon()``
    * ``TaskGroup.start()``
    * ``BlockingPortal.call()``
    * ``BlockingPortal.start_task_soon()``
    * ``BlockingPortal.start_task()``
    * Note that this change involved only changing the type
    annotations; run-time
    * functionality was not altered.
    * The ``TaskStatus`` class is now a generic protocol, and
    should be parametrized to
    * indicate the type of the value passed to
    ``task_status.started()``
    * The ``Listener`` class is now covariant in its stream type
    * ``create_memory_object_stream()`` now allows passing only
    ``item_type``
    * Object receive streams are now covariant and object send
    streams are correspondingly
    * contravariant
    * Changed ``TLSAttribute.shared_ciphers`` to match the
    documented semantics of
    * ``SSLSocket.shared_ciphers`` of always returning ``None`` for
    client-side streams
    * Fixed ``CapacityLimiter`` on the asyncio backend to order
    waiting tasks in the FIFO
    * order (instead of LIFO) (PR by Conor Stevenson)
    * Fixed ``CancelScope.cancel()`` not working on asyncio if
    called before entering the
    * scope
    * Fixed ``open_signal_receiver()`` inconsistently yielding
    integers instead of
    * ``signal.Signals`` instances on the ``trio`` backend
    * Fixed ``to_thread.run_sync()`` hanging on asyncio if the
    target callable raises
    * ``StopIteration``
    * Fixed ``start_blocking_portal()`` raising an unwarranted
    * ``RuntimeError: This portal is not running`` if a task raises
    an exception that causes
    * the event loop to be closed
    * Fixed ``current_effective_deadline()`` not returning ``-inf``
    on asyncio when the
    * currently active cancel scope has been cancelled (PR by
    Ganden Schaffner)
    * Fixed the ``OP_IGNORE_UNEXPECTED_EOF`` flag in an SSL context
    created by default in
    * ``TLSStream.wrap()`` being inadvertently set on Python 3.11.3
    and 3.10.11
    * Fixed ``CancelScope`` to properly handle asyncio task
    uncancellation on Python 3.11
    * (PR by Nikolay Bryskin)
    * Fixed ``OSError`` when trying to use
    ``create_tcp_listener()`` to bind to a link-local
    * IPv6 address (and worked around related bugs in ``uvloop``)
    * Worked around a `PyPy bug
    <https://foss.heptapod.net/pypy/pypy/-/issues/3938>`_
    * when using ``anyio.getaddrinfo()`` with for IPv6 link-local
    addresses containing
    * interface names

++++ libxml2-python:

  - Removed patches (already in upstream):
    * libxml2-CVE-2023-39615.patch
    * libxml2-CVE-2023-45322.patch
    * libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch
    * python312.patch
  - Update to 2.12.0:
    * Major changes:
  - Most of the known issues leading to quadratic behavior in the
    XML parser were fixed. Internal hash tables were rewritten to
    reduce memory consumption.
  - Starting with this release, it should be enough to add the
  - -with-legacy configuration option to provide maximum ABI
    compatibility.
  - libxml2 will now store global variables in thread-local
    storage if supported by the compiler. This avoids allocating
    the data lazily which can result in a fatal error condition.
  - A new API function xmlCheckThreadLocalStorage was added so the
    allocation can be checked earlier if compiler TLS is not
    supported.
  - To prepare for future improvements, some API functions now
    expect or return a const xmlError struct.
  - Several cyclic dependencies in public header files were fixed.
  - Refactoring of the encoding code has been mostly completed.
    Calling xmlSwitchEncoding from client code is now fully
    supported, for example to override the encoding for the push
    parser.
  - When parsing data from memory, libxml2 will now stream data
    chunk by chunk instead of copying the whole buffer (possibly
    twice with encodings), reducing peak memory consumption
    considerably.
  - A new API function xmlCtxtSetMaxAmplification was added to
    allow parsing of files that would otherwise trigger the
    billion laughs protection.
  - Several bugs in the regex determinism checks were fixed.
    Invalid XML Schemas which previous versions erroneously
    accepted will now be rejected.
    * Deprecations
  - globals: Deprecate xmlLastError
  - parser: Deprecate global parser options
  - win32: Deprecate old Windows build system
    * Bug fixes
  - parser: Stop switching to ISO-8859-1 on encoding errors
  - parser: Support encoded external PEs in entity values
  - string: Fix UTF-8 validation in xmlGetUTF8Char
  - SAX2: Allow multiple top-level elements
  - parser: Update line number after coalescing text nodes
  - parser: Check for truncated multi-byte sequences
    * See the full changelog here:
  - https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0
  - Update to version 2.11.6:
    * Regressions:
  - threads: Fix --with-thread-alloc
  - xinclude: Fix ‘last’ pointer in xmlXIncludeCopyNode
    * Bug fixes: parser: Fix potential use-after-free in
    xmlParseCharDataInternal

++++ python-referencing:

  - Update to version 0.31.0:
    * Add referencing.jsonschema.EMPTY_REGISTRY.
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * Enable TCH rules for slightly reducing runtime imports.
    * [pre-commit.ci] pre-commit autoupdate
    * Add tests for Registry being truthy or falsy.
    * Apparently this setting is now autodetected.
    * yarl -> url.py in the (trivial) docs usage.
    * Ignore the dirhtml directory usable for docs generation.
    * Unpin pyright, as whatever was previously broken seems fixed.
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * Pull in some style ignores that we don't really need yet.
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * referencing, not Bowtie
    * New pip-compile default.
    * Update requirements.
    * Remove the now-unneeded noqa's.
    * Ask ruff to fix things when it runs.
    * [pre-commit.ci] pre-commit autoupdate
    * [pre-commit.ci] pre-commit autoupdate
    * Update requirements.
    * [pre-commit.ci] pre-commit autoupdate
    * [pre-commit.ci] pre-commit autoupdate
    * Add and ensure the noxfile gets documented.
    * Bump actions/checkout from 3 to 4
    * [pre-commit.ci] pre-commit autoupdate
    * Few more ruff rules.
    * Bump docs requirements.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump suite from `fa1b818` to `9153b05`
    * [pre-commit.ci] pre-commit autoupdate
    * Bump suite from `b094fe5` to `fa1b818`
    * Minor tweaks to some annotations.
    * [pre-commit.ci] pre-commit autoupdate

++++ python-rich:

  - update to version 13.7.0:
    * Added
    + Adds missing parameters to Panel.fit #3142
    + Fixed
    + Some text goes missing during wrapping when it contains
    double width characters #3176
    + Ensure font is correctly inherited in exported HTML #3104
    + Fixed typing for FloatPrompt.
  - additional changes from 13.6.0:
    * Added Python 3.12 to classifiers.
  - additional changes from 13.5.3:
    * Fixed
    + Markdown table rendering issue with inline styles and links
    [#3115]
    + Fix Markdown code blocks on a light background #3123

++++ python-sniffio:

  - Remove dependency on curio completely.

------------------------------------------------------------------
------------------  2023-11-15  -  Nov 15 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - build with valgrind only on 64bit platforms

++++ Mesa-drivers:

  - build with valgrind only on 64bit platforms

++++ bash:

  - Declare token YYEOF to be able to support older bison versions
    as well
  - Be sure to have a usable bison installed at build time

++++ btrfsprogs:

  - update to 6.6.2
    * squota: change key number of EXTENT_OWNER_REF_KEY, sync with kernel 6.7-rc1
    * property set/get: completely skip char devices, trying to set properties
    and open /dev/watchdog* causes a reboot
    * other: build warnings, test updates, documentation updates
  - update to 6.6.1
    * fix device scanning ioctl definition, accidental change to the 'forget' ioctl
    that breaks mounting multi-device filesystems
  - update to 6.6
    * new global option --dry-run, now implemented for 'subvolume delete'
    * fi defrag: new option --step to defragment files in steps, report progress
    * balance: removed support for obsolete short syntax 'btrfs balance /path'
    * mkfs: print zone count for each device in the overview
    * check:
    * verify inline ref ordering
    * deprecate --clear-space-cache, moved to the 'rescue' group
    * rescue clear-space-cache: new command moved from 'btrfs check' implementing
    the same as option --clear-space-cache (to be deprecated and removed in the
    future)
    * dump-tree: output sequence number for inline refs
    * fixes:
    * fi resize: fallback to lowest devid when 1 does not exist, previously the
    command would fail with "No such device"
    * fi usage: fix "devices 0 != 1" message and broken output on multi-device
    filesystem
    * open files in non-blocking mode when reading fsid, this could hang when
    trying to open fifo files or some special character devices, was observed
    with 'prop set/get'
    * experimental:
    * mkfs: parametric zone size for emulated zoned mode
    * other:
    * cleanups refactoring
    * new and updated tests
    * CI updates
    * documentation updates

++++ cpupower:

  - Rename libcpupower0 to libcpupower1 following changes in SONAME.
  - Use ldconfig_scriptlets macro for post(un) handling.

++++ fwupd:

  - Update to version 1.9.8:
    + This release adds the following features:
  - Add a DP AUX device subclass and port the Synaptics MST
    plugin to it
  - Add a feature flag for non-generic requests where
    translations are required
  - Hide generic VID/PIDs to avoid accidental firmware matches
  - Optionally set the modem carrier configuration as the branch
    name
  - Rename 'fwupdmgr sync-bkc' to 'fwupdmgr sync' and also
    consider the branch
  - Require additional requirements for devices using non-OEM USB
    VIDs
  - Set the waiting-for-user status when sending a request
  - Support uSWID SBoM data with LZMA compressed payloads
    + This release adds support for the following hardware:
  - Kinetic SST/MST DisplayPort converters
  - Wacom Cintiq Pros (DTH172, DTH227)

++++ gstreamer:

  - Update to version 1.22.7:
    + Highlighted bugfixes:
  - Security fixes for the MXF demuxer and AV1 codec parser
  - glfilter: Memory leak fix for OpenGL filter elements
  - d3d11videosink: Fix toggling between fullscreen and maximized, and window switching in fullscreen mode
  - DASH / HLS adaptive streaming fixes
  - Decklink card device provider device name string handling fixes
  - interaudiosrc: handle non-interleaved audio properly
  - openh264: Fail gracefully if openh264 encoder/decoder creation fails
  - rtspsrc: improved whitespace handling in response headers by certain cameras
  - v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats handling fixes
  - video-scaler, audio-resampler: downgraded "Can't find exact taps" debug log messages
  - wasapi2: Don't use global volume control object
  - Rust plugins: various improvements in aws, fmp4mux, hlssink3, livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
  - WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements and fixes
  - Cerbero build tools: recognise Windows 11; restrict parallelism of gst-plugins-rs build on small systems
  - Packages: ca-certificates update; fix gio module loading and TLS support on macOS
    + gstreamer:
  - debugutils: provide gst_debug_bin_to_dot_data() implementation even if debug system is disabled
  - Rebase reduce-required-meson.patch

++++ gstreamer-plugins-base:

  - Update to version 1.22.7:
    + audioaggregator, audiomixer: Make access to the pad list
    thread-safe while mixing
    + basetextoverlay: Fix overlay never rendering again if width
    reaches 1px
    + glfiter: Protect GstGLContext access
    + glfilter: Only add parent meta if inbuf != outbuf
    + macOS: fix huge memory leak with glfilter-based elements
    + rtspconnection: Ignore trailing whitespace in rtsp headers
    + video-scaler, audio-resampler: downgrade 'can't find exact
    taps' to debug
  - Rebase reduce-required-meson.patch

++++ hwdata:

  - update to 0.376:
    * Update pci, usb and vendor ids

++++ jq:

  - build with valgrind only on 64 bit architectures

++++ kernel-default:

  - KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters
    is met (jsc#PED-7322).
  - commit 6edee2c
  - KVM: x86/pmu: Disable vPMU if the minimum num of counters
    isn't met (jsc#PED-7322).
  - commit 199733e
  - KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
    (jsc#PED-7322).
  - commit ab5f3e4
  - KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic
    x86 code (jsc#PED-7322).
  - commit fdb8fa6
  - KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to
    common x86 (jsc#PED-7322).
  - commit 8fd326a
  - KVM: x86/pmu: Reject userspace attempts to set reserved
    GLOBAL_STATUS bits (jsc#PED-7322).
  - commit f4f31af
  - KVM: x86/pmu: Move reprogram_counters() to pmu.h (jsc#PED-7322).
  - commit 6ed2f9e
  - KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask
    (jsc#PED-7322).
  - commit b6e40eb
  - KVM: x86: Clean up: remove redundant bool conversions
    (jsc#PED-7322).
  - commit c6ebf77
  - KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdef
    (jsc#PED-7322).
  - commit 77c31a2
  - KVM: Clean up kvm_vm_ioctl_create_vcpu() (jsc#PED-7322).
  - commit f204490
  - KVM: x86/mmu: Trigger APIC-access page reload iff vendor code
    cares (jsc#PED-7322).
  - commit 9906ec2
  - KVM: x86: Use standard mmu_notifier invalidate hooks for APIC
    access page (jsc#PED-7322).
  - commit f5d1e35
  - KVM: VMX: Retry APIC-access page reload if invalidation is
    in-progress (jsc#PED-7322).
  - commit c5d63a5
  - ASoC: cs35l41: Use modern pm_ops (bsc#1213745).
  - ASoC: cs35l41: Make use of dev_err_probe() (bsc#1213745).
  - commit 057e20a
  - Update patch reference for ALSA fixes (bsc#1213745)
  - commit ecf4282
  - KVM: SVM: enhance info printk's in SEV init (jsc#PED-7322).
  - commit 4cb4282
  - KVM: x86: Correct the name for skipping VMENTER l1d flush
    (jsc#PED-7322).
  - commit 13e86f3
  - KVM: x86: Update number of entries for KVM_GET_CPUID2 on
    success, not failure (jsc#PED-7322).
  - commit a353e10
  - KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set
    handler (jsc#PED-7322).
  - commit 12ad0a7
  - config: enable tls for nvme-tcp (bsc#1193201)
    Enable CONFIG_NVME_TCP_TLS and CONFIG_NVME_TARGET_TCP_TLS
    Update config files:
    config/arm64/default
    config/armv7hl/default
    config/ppc64le/default
    config/s390x/default
    config/x86_64/default
  - commit 96f0023
  - security/keys: export key_lookup() (bsc#1193203 jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - commit 463e716
  - KVM: x86: Fix poll command (jsc#PED-7322).
  - commit 54c1199
  - KVM: x86: Move common handling of PAT MSR writes to
    kvm_set_msr_common() (jsc#PED-7322).
  - commit d7b3999
  - KVM: x86: Make kvm_mtrr_valid() static now that there are no
    external users (jsc#PED-7322).
  - commit a22909f
  - nvme-tcp: enable TLS handshake upcall (bsc#1193203 jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Disable CONFIG_NVME_TCP_TLS for the time being, because
    there is a bug in Kconfig which is fixed later on.
    Refresh:
  - patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch
    Update:
    config/arm64/default
    config/armv7hl/default
    config/ppc64le/default
    config/s390x/default
    config/s390x/zfcpdump
    config/x86_64/default
  - commit 5e8fdaa
  - KVM: x86: Move PAT MSR handling out of mtrr.c (jsc#PED-7322).
  - commit 4901174
  - KVM: x86: Use MTRR macros to define possible MTRR MSR ranges
    (jsc#PED-7322).
  - commit bef7bcd
  - hv_netvsc: fix netvsc_send_completion to avoid multiple message
    length checks (git-fixes).
  - commit 5c686ef
  - KVM: x86: Add helper to get variable MTRR range from MSR index
    (jsc#PED-7322).
  - commit c0ff7be
  - nvme: keyring: fix conditional compilation (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: common: make keyring and auth separate modules
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: start keep-alive after admin queue setup (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-loop: always quiesce and cancel commands before destroying
    admin q (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: always set valid seq_num in dhchap reply
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: add flag for bi-directional auth (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: auth success1 msg always includes resp (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-tcp: Fix a memory leak (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: use crypto_shash_tfm_digest() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: allow mixing of secret and hash lengths (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: use transformed key size to create resp (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: alloc nvme_dhchap_key as single buffer (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: use 'spin_lock_bh' for state_lock() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: rework NVME_AUTH Kconfig selection (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Update:
    config/arm64/default
    config/armv7hl/default
    config/ppc64le/default
    config/s390x/default
    config/x86_64/default
  - nvmet-tcp: peek icreq before starting TLS (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: control messages for recvmsg() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: enable TLS handshake upcall (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Disable CONFIG_NVME_TARGET_TCP_TLS for the time being, because
    there is a bug in Kconfig which is fixed later on.
    Update:
    config/arm64/default
    config/armv7hl/default
    config/ppc64le/default
    config/s390x/default
    config/s390x/zfcpdump
    config/x86_64/default
  - --
  - nvmet: Set 'TREQ' to 'required' when TLS is enabled
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: allocate socket file (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: make TCP sectype settable via configfs (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: parse options 'keyring' and 'tls_key'
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Refresh:
  - patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch
  - nvme-tcp: improve icreq/icresp logging (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-tcp: control message handling for recvmsg() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-tcp: allocate socket file (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-keyring: implement nvme_tls_psk_default() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-tcp: add definitions for TLS cipher suites (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: add TCP TSAS definitions (jsc#PED-6254 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
    Move patches.suse/0012-nvme-add-TCP-TSAS-definitions.patch
    to sorted section.
  - nvme-keyring: define a 'psk' keytype (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-keyring: register '.nvme' keyring (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-pci: add BOGUS_NID for Intel 0a54 device (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-auth: complete a request only after freeing the dhchap
    pointers (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: sanitize metadata bounce buffer for reads (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-auth: use chap->s2 to indicate bidirectional authentication
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-rdma: do not try to stop unallocated queues (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: avoid bogus CRTO values (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-pci: do not set the NUMA node of device if it has none
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: host: hwmon: constify pointers to hwmon_channel_info
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - net/handshake: Trace events for TLS Alert helpers (bsc#1193203
    jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - SUNRPC: Use new helpers to handle TLS Alerts (bsc#1193203
    jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - net/handshake: Add helpers for parsing incoming TLS Alerts
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - SUNRPC: Send TLS Closure alerts before closing a TCP
    socket (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - net/handshake: Add API for sending TLS Closure alerts
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - net/tls: Add TLS Alert definitions (bsc#1193203 jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - net/tls: Move TLS protocol elements to a separate header
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - scsi: nvme: zns: Set zone limits before revalidating zones
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: ensure disabling pairs with unquiesce (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fc: fix race between error recovery and creating
    association (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - nvme-fc: return non-zero status code when fails to create
    association (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - nvme: fix parameter check in nvme_fault_inject_init()
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: warn only once for legacy uuid attribute (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: use PAGE_SECTORS_SHIFT (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme: add BOGUS_NID quirk for Samsung SM953 (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Refresh:
  - patches.suse/nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Samsung-.patch
  - nvme: disable controller on reset state failure (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: sync timeout work on failed reset (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: ensure unquiesce on teardown (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-mpath: fix I/O failure with EAGAIN when failing over I/O
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: host: fix command name spelling (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvmet: Reorder fields in 'struct nvmet_ns' (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: Print capabilities changes just once (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - NFS: Add an "xprtsec=" NFS mount option (bsc#1193203
    jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - NFS: Have struct nfs_client carry a TLS policy field
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - SUNRPC: Add a TCP-with-TLS RPC transport class (bsc#1193203
    jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - SUNRPC: Capture CMSG metadata on client-side receive
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - SUNRPC: Ignore data_ready callbacks during TLS handshakes
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth
    flavor (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - SUNRPC: Trace the rpc_create_args (bsc#1193203 jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - SUNRPC: Plumb an API for setting transport layer security
    (bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - NFS: Improvements for fs_context-related tracepoints
    (#bsc#1193203 jsc#PED-6252 jsc#PED-5728 jsc#PED-5062
    jsc#PED-3535).
  - nvme: forward port sysfs delete fix (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme: skip optional id ctrl csi if it failed (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-core: use nvme_ns_head_multipath instead of ns->head->disk
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-fcloop: Do not wait on completion when unregister fails
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: open code __nvmf_host_find() (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: error out to unlock the mutex (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: Increase block size variable size to 32-bit (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fcloop: no need to return from void function (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-auth: remove unnecessary break after goto (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet-auth: remove some dead code (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-core: remove redundant check from nvme_init_ns_head
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: move sysfs code to a dedicated sysfs.c file (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
    Refresh:
  - patches.suse/nvme-Move-pr-code-to-it-s-own-file.patch
  - patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch
  - nvme-fabrics: prevent overriding of existing host (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: check hostid using uuid_equal (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: unify common code in admin and io queue connect
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: reorder fields in 'struct nvmefc_fcp_req' (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: reorder fields in 'struct nvmf_ctrl_options'
    (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme: reorder fields in 'struct nvme_ctrl' (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvmet: reorder fields in 'struct nvmet_sq' (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-fabrics: add queue setup helpers (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - nvme-pci: cleaning up nvme_pci_init_request (jsc#PED-6252
    jsc#PED-5728 jsc#PED-5062 jsc#PED-3535).
  - nvme-rdma: fix typo in comment (jsc#PED-6252 jsc#PED-5728
    jsc#PED-5062 jsc#PED-3535).
  - commit 262d1d0
  - KVM: x86: Add helper to query if variable MTRR MSR is base
    (versus mask) (jsc#PED-7322).
  - commit 4ecc863
  - KVM: SVM: Use kvm_pat_valid() directly instead of
    kvm_mtrr_valid() (jsc#PED-7322).
  - commit f7f75bb
  - arm64: dts: imx: Add imx8mm-prt8mm.dtb to build (git-fixes)
  - commit 736bf94
  - arm64: cpufeature: Fix CLRBHB and BC detection (git-fixes)
  - commit b4172c3
  - KVM: VMX: Open code writing vCPU's PAT in VMX's MSR handler
    (jsc#PED-7322).
  - commit cd1aca0
  - KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
    (jsc#PED-7322).
  - commit 87f7261

++++ libdrm:

  - use valgrind support only on 64bit platforms

++++ libgcrypt:

  - Update to 1.10.3:
    * Bug fixes:
  - Fix public key computation for other EdDSA curves. [rC469919751d6e]
  - Remove out of core handler diagnostic in FIPS mode. [T6515]
  - Check that the digest size is not zero in gcry_pk_sign_md and
    gcry_pk_verify_md. [T6539]
  - Make store an s-exp with \0 is considered to be binary. [T6747]
  - Various constant-time improvements.
    * Portability:
  - Use getrandom call only when supported by the platform. [T6442]
  - Change the default for --with-libtool-modification to never. [T6619]
    * Release-info: https://dev.gnupg.org/T6817
    * Remove patch upstream libgcrypt-1.10.0-out-of-core-handler.patch

++++ nfs-utils:

  - Build with --enable-junction so that nfsref is built
    https://lore.kernel.org/linux-nfs/DFBBA6DD-7F22-4A38-BAA2-DBD40EB81BB9@oracle.com/

++++ virglrenderer:

  - Add pkgconfig(libva) BuildRequires: Enable support for hardware
    video acceleration
  - Add pkgconfig(vulkan) BuildRequires: Enable support for venus on
    Tumbleweed (build failed on leap)

++++ makedumpfile:

  - Enable build for riscv64.
  - Reduce compatibility cruft.
  - Update to 1.7.4:
    * Add riscv64 support
    * Support kernels up to v6.6 (x86_64)
  - Drop upstreamed patches:
    * ppc64-do-page-traversal-if-vmemmap_list-not-po.patch
    * Support-struct-module_memory-on-Linux-6.4-and-.patch
  - Build with a bundled eppic git snapshot.

++++ pcr-oracle:

  - Update to 0.5.2
  - Support EV_EVENT_TAG events from the kernel (PCR9 for the cmdline
    and the kernel)
  - Fix cmdline measurements
  - Update to 0.5.1
  - Measure the kernel as an EFI binary (PCR4)

++++ pv:

  - increase required memory in _constraints [bsc#1217165]
    (tests still fails in ETA related tests)

++++ python-psutil:

  - update to version 5.9.6:
    * Enhancements
    + 1703: cpu_percent() and cpu_times_percent() are now thread
    safe, meaning they can be called from different threads and
    still return meaningful and independent results.
    + 2266: if Process class is passed a very high PID, raise
    NoSuchProcess instead of OverflowError. (patch by Xuehai Pan)
    + 2246: drop python 3.4 & 3.5 support. (patch by Matthieu
    Darbois)
    + 2290: PID reuse is now pre-emptively checked for
    Process.ppid() and Process.parents().
    + 2312: use ruff Python linter instead of flake8 + isort. It's
    an order of magnitude faster + it adds a ton of new code
    quality checks.
    * Bug fixes
    + 2195, [Linux]: no longer print exception at import time in
    case /proc/stat can't be read due to permission error.
    + 2268: bytes2human() utility function was unable to properly
    represent negative values.
    + 2284, [Linux]: Process.memory_full_info() may incorrectly
    raise ZombieProcess if it's determined via
    /proc/pid/smaps_rollup.
    + 2288, [Linux]: correctly raise ZombieProcess on
    Process.exe(), Process.cmdline() and Process.memory_maps()
    instead of returning a "null" value.
    + 2290: differently from what stated in the doc, PID reuse is
    not pre-emptively checked for Process.nice() (set),
    Process.ionice(), (set), Process.cpu_affinity() (set),
    Process.rlimit() (set), Process.parent().
  - refresh skip_rlimit_tests_on_python2.patch
  - drop removal of shebang: fixed upstream

++++ qemu:

  - Fix bsc#1216638:
    * target/s390x: Fix LAALG not updating cc_src
    * target/s390x: Fix CLC corrupting cc_src

++++ ovmf:

  - Add ovmf-UefiCpuPkg-BaseXApicX2ApicLib-fix-CPUID_V2_EXTENDED_.patch
    fix CPUID_V2_EXTENDED_TOPOLOGY detection (bsc#1216472)
  - Sync change log to prepare for sending edk2-stable202308 ovmf to SLE15-SP6
    (jsc#PED-6233, jsc#PED-5523)
  - Removed the following backported patches because they are merged
    to edk2 mainline:
  - ovmf-MdeModulePkg-PiSmmCore-SmmEntryPoint-underflow-CVE-2.patch
    cab1f02565 MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)
    (bsc#1196741)

++++ velociraptor-client:

  - Update to version 0.7.0.4.git0.e09a0df8:
    * Add additional sanitization to HTML templates on JS side. (#2) (#3077) (CVE-2023-5950)
    * vql/linux/sdjournal: Fix open/close lifetimes
    * vql/linux/audit: fix shutdown races
    * vql/linux/audit: fix goroutine lifetimes
    * vql/linux/audit: limit messageQueue to within runService
    * vql/linux/audit: add auditService.Log()
    * vql/linux/audit: pull parts of shutdown into shutdown watcher
    * vql/linux/audit: remove unnecessary error handling for reassembler
    * vql/linux/audit: remove unused waitgroup from main event loop
    * vql/linux/audit: handle top-level cancelation properly
    * vql/linux/audit: make explicit that goroutines in the main errgroup don't return errors
    * vql/linux/audit: make stats reporting separate from debug prints
    * vql/linux/audit: simplify polling in listener
    * vql/linux/audit: tests, check various rule scenarios
    * vql/linux/audit: Add more client failure test cases
    * vql/linux/audit: Fix audit client lifecycle
    * vql/linux/audit: Change listener lifecycle to enable testing
    * vql/linux/audit: Fix DeleteRule in mock client
    * vql/linux/audit: Fix typo causing double-lock in notifyMissingRule
    * vql/linux/audit: Close reassembler if NewListenerBytes fails
    * vql/linux/audit: limit messageQueue scope to within runService
    * vql/linux/audit: Make messageQueue lifetime more apparent
    * vql/linux/audit: mainEventLoop shouldn't exit on canceled context
    * vql/linux/audit: Clean up context handling in shutdown goroutine
    * vql/linux/audit: fix test suite handling
    * bpf: only build libbpf in the go generate stage
    * bpf: add libbpf/include/uapi to the include path for bpf.h

++++ tuned:

  - Update to version 2.21.0.17+git.5d3b469:
    * Add API functions to retrieve active instances and their devices
    * Add a tuned-adm command for moving devices between plugin instances
    * Add support for sysctl names with slash
    * Make all functions in plugin_sysctl.py methods of SysctlPlugin
    * RHEL-3689: Print all arguments of failing command in err_msg
    * style: fix inconsistent whitespace in plugin_cpu.py
    * Return 0 when ksm services do not exist
    * fix error
    * Converted SPEC file license to SPDX

------------------------------------------------------------------
------------------  2023-11-14  -  Nov 14 2023  -------------------
------------------------------------------------------------------

++++ bash:

  - Add upstream patches
    * bash52-021
    There is an off-by-one error that causes command substitutions to fail when
    they appear in a word expansion inside a here-document.
    * bash52-020
    The parser did not allow `time' to appear as the first reserved word in a
    command substitution.
    * bash52-019
    There are some cases where the shell reaped a background (asynchronous) job
    and would incorrectly try to set the terminal's process group back to the
    shell's. In these cases it never set the terminal process group to that
    jobs's process group initially, so resetting it is incorrect.
    * bash52-018
    There are two problems with returning tokens to yyparse() when the shell
    encounters a syntax error or when it reads EOF.
    When reading a WORD token, the parser has to return the correct value to
    yyparse. Previous versions returned a value < 0, which the bash parser
    translated into YYERRCODE for bison, and in newer versions of bison, the
    appropriate reset actions didn't happen. We should return YYUNDEF, which
    bison uses for `invalid token'. Since we can return a token < 0 for both
    invalid tokens and EOF, the bash tokenizer needs to differentiate between
    those two cases.
    * bash52-017
    In certain cases, using the `.' builtin in a subshell would optimize away
    the rest of the commands in the subshell.
    * bash52-016
    If an expression in an arithmetic for loop expands to NULL, the shell
    would crash.
  - Correct offsets of patches
    * bash-4.3-sigrestart.patch
    * bash-5.2.dif

++++ grub2:

  - Fix XFS regression in 2.12~rc1 and support large extent counters
    * 0001-fs-xfs-Incorrect-short-form-directory-data-boundary-.patch
    * 0002-fs-xfs-Fix-XFS-directory-extent-parsing.patch
    * 0003-fs-xfs-add-large-extent-counters-incompat-feature-su.patch

++++ kernel-default:

  - KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()
    (jsc#PED-7322).
  - commit c112bd5
  - KVM: VMX: Move the comment of CR4.MCE handling right above
    the code (jsc#PED-7322).
  - Refresh
    patches.suse/KVM-VMX-Don-t-fudge-CR0-and-CR4-for-restricted-.patch.
  - commit d949c89
  - KVM: VMX: Treat UMIP as emulated if and only if the host
    doesn't have UMIP (jsc#PED-7322).
  - commit f14c556
  - KVM: VMX: Use kvm_read_cr4() to get cr4 value (jsc#PED-7322).
  - commit 8066ed9
  - KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
    (jsc#PED-7322).
  - commit a4b8f0e
  - KVM: x86/mmu: Add comment on try_cmpxchg64 usage in
    tdp_mmu_set_spte_atomic (jsc#PED-7322).
  - commit acb7b2c
  - cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
  - commit ae63067
  - x86/sev: Get rid of special sev_es_enable_key (jsc#PED-7322).
  - commit 55f727d
  - x86/coco: Mark cc_platform_has() and descendants noinstr
    (jsc#PED-7322).
  - Refresh
    patches.suse/msft-hv-2822-x86-coco-Get-rid-of-accessor-functions.patch.
  - commit 706e3c1
  - s390/ap: re-init AP queues on config on (git-fixes bsc#1217132).
  - commit bbbdea7
  - scsi: lpfc: Update lpfc version to 14.2.0.15 (bsc#1217124
    jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flag
    (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Validate ELS LS_ACC completion payload (bsc#1217124
    jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Reject received PRLIs with only initiator fcn role
    for NPIV ports (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the
    same as pci offline (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Remove unnecessary zero return code assignment in
    lpfc_sli4_hba_setup (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Prevent use-after-free during rmmod with mapped
    NVMe rports (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - scsi: lpfc: Early return after marking final NLP_DROPPED flag
    in dev_loss_tmo (bsc#1217124 jsc#PED-6252 jsc#PED-5728).
  - commit 6aad84d
  - Update
    patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.100-k.patch
    (bsc#1214928 jsc#PED-5063 jsc#PED-6878 jsc#PED-6252
    jsc#PED-5728).
  - commit 4fc35e1
  - powerpc/perf/hv-24x7: Update domain value check (bsc#1215931).
  - commit e9c382b
  - Documentation/x86: Document resctrl's new sparse_masks (jsc#PED-6016).
  - commit b5bd5e7
  - x86/resctrl: Add sparse_masks file in info (jsc#PED-6016).
  - commit 503e62f
  - x86/resctrl: Enable non-contiguous CBMs in Intel CAT (jsc#PED-6016).
  - commit c9afc8e
  - x86/resctrl: Rename arch_has_sparse_bitmaps (jsc#PED-6016).
  - commit 988a4aa

++++ lua54:

  - Add skip-tests_big-endian.patch to skip little-endian-only
    tests (bsc#1216930).

++++ python-blinker:

  - update to version 1.7.0:
    * Fixed messages printed to standard error about unraisable
    exceptions during signal cleanup, typically during interpreter
    shutdown. #123
    * Allow the Signal set_class to be customised, to allow calling
    of receivers in registration order. #116.
    * Drop Python 3.7 and support Python 3.12. #126
  - additional changes from 1.6.3:
    * Fix SyncWrapperType and AsyncWrapperType #108
    * Fixed issue where signal.connected_to would not disconnect the
    receiver if an instance of BaseException was raised. #114
  - require python >= 3.8: upstream dropped 3.7 support
  - drop setuptools and wheel, add flit-core as BuildRequires:
    upstream switched build system

++++ python-maturin:

  - Update to 1.3.2
    * Switch to Ruff formatter
    gh#PyO3/maturin#1817
    * Upgrade ring to 0.17
    gh#PyO3/maturin#1819
    * Un-deprecate MATURIN_PEP517_ARGS env var
    gh#PyO3/maturin#1820
    * Add support for uniffi library mode
    gh#PyO3/maturin#1729
    * Fix missing member in Cargo.toml for sdist of nested workspace
    layout
    gh#PyO3/maturin#1828
    * Metadata: escape display name in email addresses
    gh#PyO3/maturin#1832
    * Fix rewriting workspace Cargo.toml in sdist
    gh#PyO3/maturin#1841
    * Fix glob workspace members matching in sdist
    gh#PyO3/maturin#1846
    * Add sdist tests for well-known downstream repositories
    gh#PyO3/maturin#1849

++++ thin-provisioning-tools:

  - Update to version 1.0.7:
    * v1.0.7
    * [thin_generate_metadata] Fix command line parsing
    * [tests] Introduce era_generate_metadata
    * [era] Factor out MetadataGenerator
    * [era_invalidate] Fix missing value_parser for the --written-since option
    * [tests] Support additional program-specific arguments in IO tests
    * [examples] Add a custom emitter examples
    * Remove unnecesary type casting
    * [file_utils] Verify ioctl request code in tests
    * [file_utils] Fix the ioctl request code for the powerpc architecture
    * bump version to 1.0.6
    * [build] Update dependencies
    * [thin_delta] Remove redundant code
    * [thin_delta] Fix range mappings construction
    * [thin_delta] Fix command line parsing
    * [pack/unpack] Fix clippy lints
    * Bump version to v1.05
    * Add some test cases to delta_list
    * [pack/unpack]  Fix some wrapping issues
    * [tests] Ensure the scope of thin_check --super-block-only
    * [tests] Test repairing thin metadata with stale superblock
    * [thin_generate_damage] Support overriding superblock fields
    * [tests] Validate more fields in repaired thin superblock
    * [thin_explore] Fix visiting empty leaves
    * [xml] Improve xml value parsing and error handling
    * [all] Update error messages for xml parsers
    * [build] Update quick-xml to v0.29
    * [build] Update clap to v4.3
    * [build] Update dependencies
    * [thin_rmap] Check the input ranges
    * [thin_dump/repair] Fix the ordering of found empty roots
    * [report] Fix stderr redirection
    * [thin_dump/repair] Ensure the tools never fail with repairable metadata
    * [build] allow overriding PDATA_TOOLS in Makefile
    * [build] fix build on musl
    * [thin_stat] Display column headers and further statistics
    * [thin_stat] Display data run length statistics for measuring data locality
    * [thin_explore] Fix unit conversion for data block size
    * [thin_explore] Display space maps usage and roots
    * [thin_stat] Fix opening read-only files
    * [thin_dump] Fix a regression that cannot keep shared defs with only one predecessor
    * [commands] Print out error root cause if available

------------------------------------------------------------------
------------------  2023-11-13  -  Nov 13 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - avahi-autoipd: only migrate files owned by avahi user if said
    user exists: if the user does not exist (fresh installs), then
    there is no chance any file is owned by the user (boo#1216730).

++++ drbd:

  - drbd: fix build error against kernel v6.6.1 (boo#1217078)
    * add upstream patches
    + 0021-compat-sock-Remove-sendpage-in-favour-of-sendmsg-MSG.patch
    + 0022-compat-block-replace-fmode_t-with-a-block-specific-t.patch
    + 0023-compat-genetlink-remove-userhdr-from-struct-genl_inf.patch
    * remove patch which are already included in upstream patches:
  - bsc-1215699_fix-build-error-against-kernel-v6.5.4.patch

++++ fdo-client:

  - Remove build key via utils/keys_gen.sh. (bsc#1216293)

++++ kernel-default:

  - s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir
    (LTC#203998 bsc#1217090).
  - commit 4781bdc
  - s390/cmma: fix detection of DAT pages (LTC#203998 bsc#1217090).
  - commit 9f7f14f
  - s390/mm: add missing arch_set_page_dat() call to gmap
    allocations (LTC#203998 bsc#1217090).
  - commit 96c498d
  - s390/mm: add missing arch_set_page_dat() call to
    vmem_crst_alloc() (LTC#203998 bsc#1217090).
  - commit bec6f3f
  - nvme: update firmware version after commit (bsc#1215291).
  - commit 164c5ac
  - s390/cmma: fix initial kernel address space page table walk
    (LTC#203998 bsc#1217090).
  - commit fbdf8df
  - rpm/check-for-config-changes: add HAVE_SHADOW_CALL_STACK to IGNORED_CONFIGS_RE
    Not supported by our compiler.
  - commit eb32b5a
  - qla0xxx: add debug log for unmaintained hw detected
    (bsc#1216033, jsc#PED-6878, jsc#PED-6930).
  - commit f03aff2
  - config: Enable support for sysfb infrastructure on armv7hl (jsc#PED-1117, bsc#1216864)
  - commit 8b528ba
  - config: Enable support for sysfb infrastructure on arm64 (jsc#PED-1117, bsc#1216864)
  - commit 6b6ada0
  - supported.conf: Move lz4-related modules to kernel-*-extra (bsc#1217030)
  - commit ad6609a
  - net: Avoid address overwrite in kernel_connect (bsc#1216861).
  - commit 0b11b1e
  - Update
    patches.suse/igb-set-max-size-RX-buffer-when-store-bad-packet-is-.patch
    (jsc#PED-4082 bsc#1216259 CVE-2023-45871).
    Added CVE reference.
  - commit d155aca

++++ kernel-firmware-all:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-amdgpu:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-ath10k:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-ath11k:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-ath12k:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-atheros:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-bluetooth:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-bnx2:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-brcm:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-chelsio:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-dpaa2:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-i915:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-intel:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-iwlwifi:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-liquidio:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-marvell:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-media:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-mediatek:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-mellanox:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-mwifiex:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-network:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-nfp:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-nvidia:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-platform:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-prestera:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-qcom:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-qlogic:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-radeon:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-realtek:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-serial:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-sound:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-ti:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-ueagle:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ kernel-firmware-usb-network:

  - Update to version 20231110 (git commit 74158e7ac86d):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * Ensure rdfind is installed
    * Add checks for destination directory being specified
    * Fix symlink creation for some files
    * Fix classification of some pull requests
    * nvidia: add GSP-RM version 535.113.01 firmware images
  - Skip rdfind (not included in our distro as default):
    copy-file-skip-rdfind.patch
  - Fix make-files.sh to handle symlinked directories

++++ ncurses:

  - Add ncurses patch 20231111
    + used "infocmp -u" to help trim redundant capabilities -TD
    + add limit checks in infocmp needed when processing extended
    capabilities with the "-u" option.
    + fix inconsistent sort-order in see-also sections of manpages.
    + fix a few compiler warnings for Solaris 10.
    + modify endwin() to return an error if it is called again without an
    intervening screen update (report by Rajeev Pillai, NetBSD #57592).
  - Add ncurses patch 20231104
    + modify reset command to avoid altering clocal if the terminal uses a
    modem (prompted by discussion with Werner Fink, Michal Suchanek,
    OpenSUSE bsc#1201384, Debian #60377).
    + build-fixes for --with-caps variations.
    + correct a couple of section-references in INSTALL
  - Add ncurses patch 20231028
    + move xterm focus mode 1004 from xterm+sm+1006 into xterm+focus as
    fe/fd capabilities, like vim (vim-pr #13440).
    + modify --with-pkg-config-libdir option to make "libdir" the default,
    as documented, rather than "auto" (report by Branden Robinson).
    + improve messages from configure script (patches by Branden Robinson).
  - Fix offsets of patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ openssl-3:

  - Security fix: [bsc#1216922, CVE-2023-5678]
    * Fix excessive time spent in DH check / generation with large Q
    parameter value.
    * Applications that use the functions DH_generate_key() to generate
    an X9.42 DH key may experience long delays. Likewise,
    applications that use DH_check_pub_key(), DH_check_pub_key_ex
    () or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42
    DH parameters may experience long delays. Where the key or
    parameters that are being checked have been obtained from an
    untrusted source this may lead to a Denial of Service.
    * Add openssl-CVE-2023-5678.patch

++++ libosinfo:

  - Update to version 1.11.0 (jsc#PED-6305)
    Changes in this release include:
    * Several minor memory leak fixes
    * Several CI improvements
    * Several translations improvements
  - Drop 3a0fef72.patch as it is now part of the tarball

++++ sssd:

  - Update to release 2.9.3
    * The proxy provider is now able to handle certificate mapping
    and matching rules and users handled by the proxy provider can
    be configured for local Smartcard authentication. Besides the
    mapping rule local Smartcard authentication should be enabled
    with the `local_auth_policy` option in the backend and with
    `pam_cert_auth` in the PAM responder.

++++ libxml2:

  - Security fix: CVE-2023-45322 (bsc#1216129)
    * use-after-free in xmlUnlinkNode() in tree.c
    * Added file libxml2-CVE-2023-45322.patch

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

  - Update to 545.29.02
  - added fbdev=1 option for nvidia-drm module, which gives us a proper
    framebuffer console now ...
  - nosimplefb kernel option no longer needed with usage of nvidia-drm's
    fbdev=1 option
  - nvidia's NVreg_OpenRmEnableUnsupportedGpus=1 option no longer
    needed; GeForce and Workstation GPUs now officially supported
  - support added for H100/H800 GPUs (Hopper)

++++ osinfo-db:

  - Update to database version 20231027 (jsc#PED-6305)
    osinfo-db-20231027.tar.xz

++++ pcr-oracle:

  - Update to 0.5.0
  - Support systemd-cryptenroll JSON files
  - Generate RSA keys in more scenarios
  - Select RSA key size
  - Drop systemd-boot.patch (already present in upstream)

++++ libxml2-python:

  - Security fix: CVE-2023-45322 (bsc#1216129)
    * use-after-free in xmlUnlinkNode() in tree.c
    * Added file libxml2-CVE-2023-45322.patch

++++ vim:

  - Update to version 9.0.2103
  - drop vim-changelog.sh
    * recursive callback may cause issues on some archs
    * matchparen highlight not cleared in completion mode
    * improve the breakpoint sign label
    * Improve CONTRIBUTING.md
    * Renamed "makefile_*.mak" for Vim documentation
    * Update for Lynx 2.8.9
    * Improve :let-heredoc syntax highlighting
    * clarify when formatoptions applies
    * Update for i3 4.23
    * Update usr_51.txt to be more inclusive
    * Add missing null_<type> help tags
    * labeler.yml use all instead of any for doc detection
    * No filetype support for xcompose files
    * clarify `:help inclusion` section
    * labeler.yml: Add some more component detection rules
    * No support for cypher files
    * Vim9: confusing usage of private
    * labeler.yml: add documentation label
    * fix grammar in termdebug doc, remove trailing spaces
    * improve window handling, shorten var types
    * handle buffer-local mappings properly
    * statusline may look different than expected
    * Vim9: need more assignment tests
    * Update for Wget2 2.1.0
    * Unsupported option causes skipping of modeline test
    * tests: failure in test_arabic
    * Switch Hindu-Arabic to Arabic numerals in arabic keymap
    * Update the translation of Russian messages to Vim 9.0.2091
    * improve the error detection
    * document vim-script library function
    * Make dist/vim.vim work properly when lacking vim9script support
    * Vim9: cannot convert list to string using +=
    * add legacy version for central vim library
    * centralize safe executable check and add vim library
    * clarify terminal capabilities for focus reporting
    * complete_info() skips entries with 'noselect'
    * Add Makefile for the Vim documentation on Windows
    * sound_playfile() fails when using powershell
    * Vim9: still allows abstract static methods
    * Update sh syntax and add shDerefOffset to shDerefVarArray for bash
    * make strace ft check less strict
    * build-failure in vim9class
    * code cleanup for option callbacks needed
    * Vim9: abstract can be used in interface
    * Vim9: abstract static methods are possible
    * runtime(sh) Update sh syntax and add shDblParen to shCaseList
    * Perl: xsubpp may be in non-standard location
    * Add noble (24.04 LTS) as Ubuntu release name
    * test_channel may fail because of IPv6 config issue
    * smoothscroll may result in wrong cursor position
    * add shDblParen to shLoopList for bash
    * vim9_script test too large
    * all secure options should note this restriction in the documentation
    * Not all Dart files detected

------------------------------------------------------------------
------------------  2023-11-12  -  Nov 12 2023  -------------------
------------------------------------------------------------------

++++ shared-mime-info:

  - Update to 2.4
    * Restore mimetype name for *.bz2 and *.tar.bz2
    * Improve detection of application/mac-binhex40
    * Add application/x-msdownload and subtypes
    * Add Windows app store types
    * Give Windows Installer packages the package icon
    * Lower priority for text/x-mpsub's magic, so it doesn't match
    pcb-drillFile.drl
    * Add application/x-powershell
    * Add application/wasm
    * Change comment of text/x-mpsub
    * Change comment of text/x-mpl2
    * Add text/x-component
    * Give higher priority to the more specific image/apng magic
    * Recognize *.jfif as image/jpeg
    * Add application/its+xml
    * Add text/x-vb
    * Add text/x-basic
    * Add new group "chemical" in update-mime-database
    * Add mimetype for Protein Data Bank (pdb) files
    * Remove too generic magic from application/x-pak
    * Add application/json5
    * Add text/vbscript.encode
    * Add text/jscript.encode
    * Add text/jscript as synonym of text/javascript
    * Fix backwards relationship between text/javascript and
    application/ecmascript
    * Add application/vnd.cups-ppd
    * Add application/x-ms-shortcut
    * Give application/x-mswinurl the link icon

------------------------------------------------------------------
------------------  2023-11-11  -  Nov 11 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: sd: Introduce manage_shutdown device flag (git-fixes).
  - commit 4dbfc08
  - PM: hibernate: Clean up sync_read handling in
    snapshot_write_next() (git-fixes).
  - Refresh
    patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch.
  - Refresh
    patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch.
  - commit 57d38a1
  - spi: Fix null dereference on suspend (git-fixes).
  - mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of
    AER (git-fixes).
  - mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of
    AER (git-fixes).
  - mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC
    Q2J54A (git-fixes).
  - i2c: designware: Disable TX_EMPTY irq while waiting for block
    length byte (git-fixes).
  - i2c: i801: fix potential race in
    i801_block_transaction_byte_by_byte (git-fixes).
  - i3c: master: svc: fix random hot join failure since timeout
    error (git-fixes).
  - mtd: cfi_cmdset_0001: Byte swap OTP info (git-fixes).
  - kernel/reboot: emergency_restart: Set correct system_state
    (git-fixes).
  - PCI: qcom-ep: Add dedicated callback for writing to DBI2
    registers (git-fixes).
  - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card
    (git-fixes).
  - ima: detect changes to the backing overlay file (git-fixes).
  - ima: annotate iint mutex to avoid lockdep false positive
    warnings (git-fixes).
  - selftests/resctrl: Move _GNU_SOURCE define into Makefile
    (git-fixes).
  - selftests/resctrl: Remove duplicate feature check from CMT test
    (git-fixes).
  - mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM
    L1.2 (git-fixes).
  - arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or
    newer (git-fixes).
  - regmap: Ensure range selector registers are updated after
    cache sync (git-fixes).
  - ACPI: resource: Do IRQ override on TongFang GMxXGxx (git-fixes).
  - Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE
    (git-fixes).
  - usb: typec: ucsi: Fix missing link removal (git-fixes).
  - usb: misc: onboard_hub: add support for Microchip USB2412 USB
    2.0 hub (git-fixes).
  - ata: libata-scsi: Fix delayed scsi_rescan_device() execution
    (git-fixes).
  - ata: libata-scsi: Disable scsi device manage_system_start_stop
    (git-fixes).
  - ata: libata-scsi: link ata port and scsi device (git-fixes).
  - ata: libata-eh: fix reset timeout type (git-fixes).
  - lib: test_scanf: Add explicit type cast to result initialization
    in test_number_prefix() (git-fixes).
  - arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region
    as reserved (git-fixes).
  - X.509: if signature is unsupported skip validation (git-fixes).
  - spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
    (git-fixes).
  - spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
    (git-fixes).
  - spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
    (git-fixes).
  - commit cb45743
  - ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83
    on i2c bus (git-fixes).
  - ALSA: info: Fix potential deadlock at disconnection (git-fixes).
  - ALSA: hda: Add ASRock X670E Taichi to denylist (git-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS UX7602ZM (git-fixes).
  - commit 163245c
  - lsm: fix default return value for vm_enough_memory (git-fixes).
  - commit 5592231
  - arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
    (git-fixes).
  - ASoC: SOF: sof-client: trivial: fix comment typo (git-fixes).
  - ASoC: dapm: fix clock get name (git-fixes).
  - ASoC: hdmi-codec: register hpd callback on component probe
    (git-fixes).
  - ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix
    error messages (git-fixes).
  - ALSA: hda/realtek: Add support dual speaker for Dell
    (git-fixes).
  - spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
    (git-fixes).
  - Revert "mmc: core: Capture correct oemid-bits for eMMC cards"
    (git-fixes).
  - mmc: vub300: fix an error code (git-fixes).
  - mmc: sdhci_am654: fix start loop index for TAP value parsing
    (git-fixes).
  - lsm: fix default return value for inode_getsecctx (git-fixes).
  - commit 1c5dac0

++++ harfbuzz:

  - Update to version 8.3.0:
    + Improve memory barrier to fix potential segfaults
    + Various subsetting and instancing fixes.
    + Rename “hb-subset” option “--instance” to “--variations” to
    match the other tools, old option kept as an alias
  - -devel: fix no-library-dependency-on libharbuzz-cairo0

++++ lsof:

  - lsof 4.99.0:
    * Do not hard-code fd numbers in epoll test
    * --with-selinux configure option.
    * Improve performance by using closefrom()
    * Introduce liblsof for programmatic access over spawning lsof
    in a subprocess
  - build with libtirpc
  - switch to upstream tarball again as it dropped proprietary code

------------------------------------------------------------------
------------------  2023-11-10  -  Nov 10 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Replace the regex-based loader entry fix with string parsing (#2388)
    A user building RHEL images ran into issues with the initrd.
    It turns out that RHEL uses some patches that mean the
    initrd/linux files in RHEL are not installed to /boot, which trips
    up the original regex. The new fix doesn't rely on matching the
    path in boot, instead just finding the initrd/linux files and rewriting
    them in place.
    This change also adds the pre-and-post fix loader entries to the debug logs.
    Reference: https://bugzilla.suse.com/1208701
    Fixes suse bsc#1208701
  - Fix mbrid setup for read-only systems
    On filesystems without a UUID (e.g squashfs) the fallback boot id
    setup should apply if neither UUID nor MBR ID is present. This
    is a followup fix for Issue #2391

++++ kernel-default:

  - powerpc/rtas: Serialize firmware activation sequences
    (jsc#PED-4486).
  - commit ccdd6c9
  - powerpc/rtas: Facilitate high-level call sequences
    (jsc#PED-4486).
  - commit 6c17a9b
  - powerpc/rtas: Factor out function descriptor lookup
    (jsc#PED-4486).
  - commit 01cd933
  - Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
    (git-fixes).
  - Refresh
    patches.suse/Bluetooth-hci_sync-always-check-if-connection-is-ali.patch.
  - commit 4bc4bad
  - Bluetooth: Make handle of hci_conn be unique (git-fixes).
  - Bluetooth: ISO: Pass BIG encryption info through QoS
    (git-fixes).
  - commit 0637142
  - Bluetooth: btrtl: Ignore error return for hci_devcd_register()
    (git-fixes).
  - commit dfe20be
  - Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C
    (git-fixes).
  - Bluetooth: btrtl: Correct the length of the HCI command for
    drop fw (git-fixes).
  - Bluetooth: btrtl: Add Realtek devcoredump support (git-fixes).
  - commit e021641
  - powerpc/selftests: Add test for papr-sysparm (jsc#PED-4486).
  - powerpc/pseries/papr-sysparm: Expose character device to user
    space (jsc#PED-4486).
  - powerpc/pseries/papr-sysparm: Validate buffer object lengths
    (jsc#PED-4486).
  - commit 9c23c8f
  - powerpc/pseries: Add papr-vpd character driver for VPD retrieval (jsc#PED-4486).
    Refresh to current upstream submission.
  - commit 38bae06
  - ASoC: cs35l41: Detect CSPL errors when sending CSPL commands
    (git-fixes).
  - commit 6a51af5
  - ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA
    (git-fixes).
  - Refresh
    patches.suse/ASoC-cs35l41-Fix-broken-shared-boost-activation.patch.
  - commit 30a890a
  - ALSA: hda: cs35l41: Fix missing error code in
    cs35l41_smart_amp() (git-fixes).
  - ALSA: hda: cs35l41: mark cs35l41_verify_id() static (git-fixes).
  - ALSA: hda: cs35l41: Check CSPL state after loading firmware
    (git-fixes).
  - ALSA: hda: cs35l41: Do not unload firmware before reset in
    system suspend (git-fixes).
  - ALSA: hda: cs35l41: Force a software reset after hardware reset
    (git-fixes).
  - ALSA: hda: cs35l41: Run boot process during resume callbacks
    (git-fixes).
  - ALSA: hda: cs35l41: Assert Reset prior to de-asserting in
    probe and system resume (git-fixes).
  - ALSA: hda: cs35l41: Assert reset before system suspend
    (git-fixes).
  - ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook
    Fury 17 G9 (git-fixes).
  - ALSA: hda: cs35l41: Consistently use dev_err_probe()
    (git-fixes).
  - ALSA: hda: cs35l41: Add read-only ALSA control for forced mute
    (git-fixes).
  - ALSA: hda/realtek: Support ACPI Notification framework via
    component binding (git-fixes).
  - ALSA: hda: cs35l41: Add notification support into component
    binding (git-fixes).
  - commit 2b0e0de
  - Update patch reference for QXL fix (CVE-2023-39198 bsc#1216965)
  - commit 1010980
  - Add tag to
    patches.suse/RDMA-irdma-Prevent-zero-length-STAG-registration.patch
    (git-fixes CVE-2023-25775).
  - commit db23c56
  - selftests: pmtu.sh: fix result checking (git-fixes).
  - Fix termination state for idr_for_each_entry_ul() (git-fixes).
  - net: dsa: lan9303: consequently nested-lock physical MDIO
    (git-fixes).
  - Input: synaptics-rmi4 - fix use after free in
    rmi_unregister_function() (git-fixes).
  - i2c: iproc: handle invalid slave state (git-fixes).
  - watchdog: ixp4xx: Make sure restart always works (git-fixes).
  - watchdog: of_xilinx_wdt: Remove unnecessary clock disable call
    in the remove path (git-fixes).
  - pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
    (git-fixes).
  - pwm: sti: Reduce number of allocations and drop usage of
    chip_data (git-fixes).
  - commit bbb7764

++++ libqmi:

  - update to update to 1.34.0:
    * New services:
    * * New 'ATR' service to support AT commands over QMI,
    defined by Telit, including "Send" request and "Received"
    indication.
    * * New 'IMS' service, including "Get IMS Services Enabled
    Setting" request/response.
    * * New 'IMSA' (IMS Application) service, including "Get
    IMS Registration Status" and "Get IMS Services Status"
    request/responses.
    * * New 'IMSP' (IMS Presence) service, including "Get
    Enabler State" request/response.
    * * New 'SSC' service (Qualcomm Snapdragon Sensor Core),
    including the "Control" request/response, and
    "Report Small"/"Report Large" indications.
    * * nas: added the "WCDMA RSCP" TLV in "Get Signal Info"
    response and "Signal Info" indication.
    * * wds: added the "Report Profile Changes" TLV in
    * * Support for 16-bit service ids added, used in the QRTR
    backend.
    * * Response and indication parser messages are now
    published in the API.
    * * The library now allows connecting to a unix domain
    socket named 'qmux_socket' instead of a device file.
    * * Extended the 'QmiWdsProfileType' enum type with EPC and
    ALL values.
    * * Extended the
    'QmiUimCardApplicationPersonalizationFeature' enum type with
    additional GW-related values.
    * * New 'QmiUimCardApplicationPersonalizationFeatureStatus'
    enum type.
    * * New 'QmiImspEnablerState' enum type, used in the IMPS
    service.
    * * New 'QmiImsaImsRegistrationStatus',
    'QmiImsaServiceStatus' and
    * qmicli:
    * * New '--uim-remote-unlock' command.
    * * New '--imsp-get-enabler-state' command.
    * * New '--imsa-get-ims-registration-status' and

++++ snappy:

  - update to 1.1.10:
    * Performance improvements
    * Compilation fixes for various environments
  - drop fix-always-inline.patch (obsolete)

++++ python-argcomplete:

  - update to 3.1.4:
    * Call \_default as a fallback in zsh global completion
    * zsh: Allow to use external script (#453)
    * Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#449)
    * Use homebrew prefix by default
    * zsh: Allow to use external script (#453)

++++ python-cryptography:

  - update to 41.0.5:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.1.4.
    * Added a function to support an upcoming ``pyOpenSSL``
    release.

++++ setroubleshoot:

  - Update to version 3.3.32:
    * Rename session bus name to org.fedoraproject.sealert
    * seapplet: wrap SEApplet() to try except
    * util.py: Add doctext test for build_module_type_cache()
    * Update translations
  - Add explicit dependency on python3-six for server subpackage.
  - Remove buildrequires on gtk2-devel

++++ traceroute:

  - update to 2.1.3:
    * Fix command line parsing in wrappers. (CVE-2023-46316 bsc#1216591)

------------------------------------------------------------------
------------------  2023-11-9  -  Nov 9 2023  -------------------
------------------------------------------------------------------

++++ bcache-tools:

  - Update to snapshot 1.1+git37.a5e3753
    * support ``bcache show -d`` for nvdimm-meta device
  - Abolish /usr/bin/env [boo#1216370]
  - Delete (merged):
    0001-bcache-tools-set-zoned-size-aligned-data_offset-on-b.patch
    0002-bcache-tools-add-is_zoned_device.patch
    0003-bcache-tools-convert-writeback-to-writethrough-mode-.patch
    0004-bcache-tools-add-struct-cache_sb_disk-into-bcache.h.patch
    0005-bcache-tools-bitwise.h-more-swap-bitwise-for-differe.patch
    0006-bcache-tools-list.h-only-define-offsetof-when-it-is-.patch
    0007-bcache-tools-add-to_cache_sb-and-to_cache_sb_disk.patch
    0008-bcache-tools-define-separated-super-block-for-in-mem.patch
    0009-bcache-tools-upgrade-super-block-versions-for-featur.patch
    0010-bcache-tools-add-large_bucket-incompat-feature.patch
    0011-bcache-tools-add-print_cache_set_supported_feature_s.patch
    0012-bcache-tools-Fix-potential-coredump-issues.patch
    0013-bcache-tools-Export-CACHED_UUID-and-CACHED_LABEL.patch
    0014-bcache-tools-Remove-the-dependency-on-libsmartcols.patch
    0015-bcache-tools-make-permit-only-one-cache-device-to-be.patch
    0016-bcache-tools-add-bcache-status.patch
    0017-bcache-tools-add-man-page-bcache-status.8.patch
    0018-Makefile-install-bcache-status.patch
    0019-bcache.h-fix-typo-from-SUUP-to-SUPP.patch
    0020-bcache-tools-only-call-set_bucket_size-for-cache-dev.patch
    0021-bcache.h-add-BCH_FEATURE_INCOMPAT_LARGE_BUCKET-to-BC.patch
    0022-bcache-tools-check-incompatible-feature-set.patch
    0023-bcache-tools-introduce-BCH_FEATURE_INCOMPAT_LOG_LARG.patch
    0024-bcache-tools-display-obsoleted-bucket-size-configura.patch
    0025-bcache-tools-recover-the-missing-sb.csum-for-showing.patch
    0026-bcache-tools-only-call-to_cache_sb-for-bcache-device.patch
    0027-bcache-tools-improve-column-alignment-for-bcache-sho.patch
    0028-bcache-tools-Update-super-block-version-in-bch_set_f.patch
    0029-bcache-tools-improve-is_zoned_device.patch

++++ python-kiwi:

  - Fixed test-image-disk-legacy test description
    The configured embedded ESP image size is too big, max 30MB
    are possible as El Torito boot load size
  - Don't make toml a requirement

++++ fwupd:

  - Do not pass -Dsystemd_unit_user=root to meson: use fwupd's
    defautl fwupd_refresh user (boo#1216973).

++++ kernel-default:

  - Update ath11k hibernation fix patch set (bsc#1207948)
    Refreshed patches from the latest subsystem tree
  - commit 9792e08
  - x86/xen: Set default memory type for PV guests to WB
    (bsc#1216611).
  - commit 1fb865a
  - x86/mtrr: Remove unused code (bsc#1216611).
  - commit 51227c2
  - x86/mm: Only check uniform after calling mtrr_type_lookup()
    (bsc#1216611).
  - commit 730fe1e
  - x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
    (bsc#1216611).
  - commit 567033f
  - x86/mtrr: Use new cache_map in mtrr_type_lookup() (bsc#1216611).
  - commit 8d9ece0
  - x86/mtrr: Add mtrr=debug command line option (bsc#1216611).
  - commit 05b029d
  - x86/mtrr: Construct a memory map with cache modes (bsc#1216611).
  - commit 88ed34b
  - x86/mtrr: Add get_effective_type() service function
    (bsc#1216611).
  - commit f135ec2
  - x86/mtrr: Allocate mtrr_value array dynamically (bsc#1216611).
  - commit 26e92d9
  - x86/mtrr: Move 32-bit code from mtrr.c to legacy.c
    (bsc#1216611).
  - commit dbf2dd7
  - x86/mtrr: Have only one set_mtrr() variant (bsc#1216611).
  - commit 2940cc3
  - x86/mtrr: Replace vendor tests in MTRR code (bsc#1216611).
  - commit 77388db
  - usb: storage: set 1.50 as the lower bcdDevice for older "Super
    Top" compatibility (git-fixes).
  - tty: 8250: Add support for Intashield IX cards (git-fixes).
  - tty: 8250: Add support for additional Brainboxes PX cards
    (git-fixes).
  - tty: 8250: Add support for Intashield IS-100 (git-fixes).
  - tty: 8250: Add support for Brainboxes UP cards (git-fixes).
  - tty: 8250: Add support for additional Brainboxes UC cards
    (git-fixes).
  - misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device
    support (git-fixes).
  - ASoC: SOF: sof-pci-dev: Fix community key quirk detection
    (git-fixes).
  - ALSA: usb-audio: add quirk flag to enable native DSD for
    McIntosh devices (git-fixes).
  - ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
    (git-fixes).
  - PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD
    device (git-fixes).
  - r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
    (git-fixes).
  - r8152: Check for unplug in rtl_phy_patch_request() (git-fixes).
  - efi: fix memory leak in krealloc failure handling (git-fixes).
  - ASoC: da7219: Correct the process of setting up Gnd switch in
    AAD (git-fixes).
  - ASoC: codecs: tas2780: Fix log of failed reset via I2C
    (git-fixes).
  - ASoC: rt5650: fix the wrong result of key button (git-fixes).
  - ASoC: soc-dapm: Add helper for comparing widget name
    (git-fixes).
  - spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 (git-fixes).
  - Input: synaptics-rmi4 - handle reset delay when using SMBus
    trsnsport (git-fixes).
  - dmaengine: ste_dma40: Fix PM disable depth imbalance in
    d40_probe (git-fixes).
  - media: i2c: ov8858: Don't set fwnode in the driver (git-fixes).
  - can: flexcan: remove the auto stop mode for IMX93 (git-fixes).
  - arm64: dts: imx93: add the Flex-CAN stop mode by GPR
    (git-fixes).
  - irqchip/stm32-exti: add missing DT IRQ flag translation
    (git-fixes).
  - ASoC: tlv320adc3xxx: BUG: Correct micbias setting (git-fixes).
  - ASoC: core: Do not call link_exit() on uninitialized rtd objects
    (git-fixes).
  - ASoC: simple-card: fixup asoc_simple_probe() error handling
    (git-fixes).
  - commit a07dd6a

++++ less:

  - add zstd support to lessopen

++++ python-packaging:

  - Update ot 23.2:
    * parse_marker should consume the entire source string in #687
    * Create a Security Policy file in #695
    * Add python 3.12 to CI in #689
    * Remove URL validation from requirement parsing in #684
    * Add types for packaging.version._Version in #665
    * Add PyPy 3.10 to CI in #699
    * Remove unused argument in _manylinux._is_compatible in #700
    * Canonicalize names for requirements comparison in #696
    * Add platform tag support for LoongArch in #693
    * Ability to install armv7l manylinux/musllinux wheels on armv8l in #690
    * Include CHANGELOG.rst in sdist in #704
    * Update pyupgrade to Python 3.7+ in #580
    * Fix version pattern pre-releases in #705
    * Fix typos found by codespell in #706
    * Support enriched metadata in #686
    * Correct rST syntax in CHANGELOG.rst in #709
    * fix: platform tag for GraalPy in #711
    * Document that this library uses a calendar-based versioning scheme in #717
    * fix: Update copyright date for docs in #713
    * Bump pip version to avoid known vulnerabilities in #720
    * Typing annotations fixed in version.py in #723
    * parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721
    * Fix code blocks in CHANGELOG.md in #724

------------------------------------------------------------------
------------------  2023-11-8  -  Nov 8 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed grub mbrid file search
    To identify the root device for ISO images (live and install media)
    that boots via grub2, kiwi uses a grub2 --file search. The searched
    file was named /boot/mbrid, however this is not a unique name and
    could be found on other devices of the system as well. To connect
    the search to the correct media this commit changes the search to
    an ID based method which is unique to the image build process.
    This Fixes #2389
  - Don't use kernel-install
    kernel-install does a lot more then making the kernel available
    to the ESP. It calls dracut, it creates loader entries and all
    that is unexpected and also breaks the boot because the way
    dracut is called in the image build case where host != target
    leads to broken results. This commit refactors the systemd-boot
    support in kiwi to prevent the use of kernel-install
  - Add check_efi_fat_image_has_correct_size
    Add runtime check for to check that the efifatimagesize
    does not exceed the max El Torito load size

++++ drbd:

  - drbd failed to build after 15sp6/dolomit updated kernel (bsc#1216666)
    * Add patch
    + bsc-1216666-compat-sock-Remove-sendpage-in-favour-of-sendmsg-MSG.patch

++++ kernel-default:

  - netfs: Only call folio_start_fscache() one time for each folio
    (bsc#1216954).
  - commit edff202
  - regmap: prevent noinc writes from clobbering cache (git-fixes).
  - pcmcia: ds: fix possible name leak in error path in
    pcmcia_device_add() (git-fixes).
  - pcmcia: ds: fix refcount leak in pcmcia_device_add()
    (git-fixes).
  - pcmcia: cs: fix possible hung task and memory leak pccardd()
    (git-fixes).
  - commit 2de7d14

++++ libeconf:

  - Update to version 0.6.0:
    * Supporting Linux Userspace API (UAPI) Group
    chapter "Configuration Files Specification".
    See: https://uapi-group.org/specifications/specs/
    configuration_files_specification/

++++ podman:

  - Use crun only on selected archs

------------------------------------------------------------------
------------------  2023-11-7  -  Nov 7 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for ISO boot via systemd-boot
    Create proper EFI FAT image via bootctl to be used as
    alt loader in xorriso. This allows to boot the ISO
    via EFI e.g kvm -bios /usr/share/qemu/ovmf-x86_64.bin -cdrom file.iso
    Please note, hybrid boot is done via grub's hybrid MBR and
    as systemd-boot does not provide one, hybrid boot is out
    of scope yet. This Fixes #2281

++++ kernel-default:

  - media: venus: hfi_parser: Add check to keep the number of
    codecs within range (git-fixes).
  - media: venus: hfi: add checks to handle capabilities from
    firmware (git-fixes).
  - media: venus: hfi: fix the check to handle session buffer
    requirement (git-fixes).
  - media: venus: hfi: add checks to perform sanity on queue
    pointers (git-fixes).
  - media: cec: meson: always include meson sub-directory in
    Makefile (git-fixes).
  - media: platform: mtk-mdp3: fix uninitialized variable in
    mdp_path_config() (git-fixes).
  - media: imx-jpeg: notify source chagne event when the first
    picture parsed (git-fixes).
  - media: siano: Drop unnecessary error check for
    debugfs_create_dir/file() (git-fixes).
  - media: aspeed: Drop unnecessary error check for
    debugfs_create_file() (git-fixes).
  - media: dvb-usb-v2: af9035: fix missing unlock (git-fixes).
  - media: cadence: csi2rx: Unregister v4l2 async notifier
    (git-fixes).
  - staging: media: ipu3: remove ftrace-like logging (git-fixes).
  - media: lirc: drop trailing space from scancode transmit
    (git-fixes).
  - media: sharp: fix sharp encoding (git-fixes).
  - media: ccs: Correctly initialise try compose rectangle
    (git-fixes).
  - media: cedrus: Fix clock/reset sequence (git-fixes).
  - media: vidtv: mux: Add check and kfree for kstrdup (git-fixes).
  - media: vidtv: psi: Add check for kstrdup (git-fixes).
  - media: s3c-camif: Avoid inappropriate kfree() (git-fixes).
  - media: mtk-jpegenc: Fix bug in JPEG encode quality selection
    (git-fixes).
  - media: amphion: handle firmware debug message (git-fixes).
  - media: bttv: fix use after free error due to btv->timeout timer
    (git-fixes).
  - media: ov5640: Fix a memory leak when ov5640_probe fails
    (git-fixes).
  - media: i2c: max9286: Fix some redundant of_node_put() calls
    (git-fixes).
  - media: verisilicon: Do not enable G2 postproc downscale if
    source is narrower than destination (git-fixes).
  - media: hantro: Check whether reset op is defined before use
    (git-fixes).
  - media: imx-jpeg: initiate a drain of the capture queue in
    dynamic resolution change (git-fixes).
  - media: qcom: camss: Fix csid-gen2 for test pattern generator
    (git-fixes).
  - media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is
    greater than 3 (git-fixes).
  - media: qcom: camss: Fix invalid clock enable bit disjunction
    (git-fixes).
  - media: qcom: camss: Fix missing vfe_lite clocks check
    (git-fixes).
  - media: qcom: camss: Fix VFE-480 vfe_disable_output()
    (git-fixes).
  - media: qcom: camss: Fix VFE-17x vfe_disable_output()
    (git-fixes).
  - media: qcom: camss: Fix vfe_get() error jump (git-fixes).
  - media: qcom: camss: Fix pm_domain_on sequence in probe
    (git-fixes).
  - commit dd330a0

++++ kernel-firmware-all:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-amdgpu:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-ath10k:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-ath11k:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-ath12k:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-atheros:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-bluetooth:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-bnx2:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-brcm:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-chelsio:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-dpaa2:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-i915:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-intel:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-iwlwifi:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-liquidio:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-marvell:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-media:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-mediatek:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-mellanox:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-mwifiex:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-network:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-nfp:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-nvidia:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-platform:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-prestera:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-qcom:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-qlogic:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-radeon:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-realtek:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-serial:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-sound:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-ti:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-ueagle:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ kernel-firmware-usb-network:

  - Update to version 20231107 (git commit a5a6dded0c7f):
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * qca: add bluetooth firmware for WCN3988
    * linux-firmware: ixp4xx: Add the IXP4xx firmware
    * rtw89: 8852b: update fw to v0.29.29.5
    * rtw89: 8852b: update fw to v0.29.29.4
    * rtw89: 8851b: update fw to v0.29.41.3
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
    * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
    * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
    * Disable deb and rpm CI other than at release
    * Use `git am` instead of `b4 shazam`
    * rtl_nic: update firmware of RTL8156B
    * Catch unicode decode errors

++++ alsa:

  - Backport upstream fixes for sequencer and mixer:
    0006-seq-Fix-invalid-sanity-check-in-snd_seq_set_input_bu.patch
    0007-mixer-simple-Support-dB-TLVs-for-CTL_SINGLE-controls.patch
    0008-seq-Clear-UMP-event-flag-for-legacy-apps.patch
    0009-seq-Simplify-snd_seq_extract_output.patch
    0010-seq-Check-protocol-compatibility-with-the-current-ve.patch
  - Clean up spec file

++++ xz:

  - Update to version 5.4.5:
    * liblzma:
  - Fixed an assertion failure that could be triggered by a large
    unpadded_size argument. It was verified that there was no
    other bug than the assertion failure.
  - Fixed a bug that prevented building with Windows Vista
    threading when __attribute__((__constructor__)) is not
    supported.
    * xz now properly handles special files such as "con" or "nul" on
    Windows. Before this fix, the following wrote "foo" to the
    console and deleted the input file "con_xz":
    echo foo | xz > con_xz
    xz --suffix=_xz --decompress con_xz
    * Small fixes and improvements to the tests.
    * Updated translations: Chinese (simplified) and Esperanto.

++++ libmbim:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

++++ nghttp2:

  - add keyring for gpg validation
  - spec file cleanups

++++ libsolv:

  - fix evr roundtrip in testcases
  - do not use deprecated headerUnload with newer rpm versions
  - bump version to 0.7.26

++++ mailx:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

++++ sysuser-tools:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

------------------------------------------------------------------
------------------  2023-11-6  -  Nov 6 2023  -------------------
------------------------------------------------------------------

++++ cyrus-sasl:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

++++ fde-tools:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

++++ kernel-default:

  - rtc: efi: fixed typo in efi_procfs() (git-fixes).
  - rtc: brcmstb-waketimer: support level alarm_irq (git-fixes).
  - commit 74519c3

++++ bluez:

  - update to 5.70:
    * Fix issue with not sending GATT confirmations.
    * Fix issue with not handling initiator properly.
    * Fix issue with not checking PBAP counter length.
    * Add support for MICP profile and MICS service.
  - add Fix-.device_probe-failing-if-SDP-record-is-not.patch to fix
    regression when pairing game controllers

++++ libvisual:

  - Fix build with RPM 4.19: unnumbered patches are no longer
    supported.

++++ python-maturin:

  - Update to 1.3.1
    * Use external uniffi-bindgen if no root package is configured
    gh#PyO3/maturin#1797
    * Add trusted publishing section to the user guide
    gh#PyO3/maturin#1800
    * Fix wheel filename for GraalPy
    gh#PyO3/maturin#1802
    * Pytest skeleton in mixed template
    gh#PyO3/maturin#1807
    * Keep trailing newlines from templates
    gh#PyO3/maturin#1808
    * Bump rustix from 0.37.23 to 0.37.25
    gh#PyO3/maturin#1809
    * Auto detect Python 3.13
    gh#PyO3/maturin#1810
    * Fix missing workspace.members in sdist
    gh#PyO3/maturin#1811
    * Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
    gh#PyO3/maturin#1815

------------------------------------------------------------------
------------------  2023-11-5  -  Nov 5 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 9.25.17 → 9.25.18

++++ kernel-default:

  - i3c: master: svc: fix SDA keep low when polling IBIWON timeout
    happen (git-fixes).
  - i3c: master: svc: fix check wrong status register in irq handler
    (git-fixes).
  - i3c: master: svc: fix ibi may not return mandatory data byte
    (git-fixes).
  - i3c: master: svc: fix wrong data return when IBI happen during
    start frame (git-fixes).
  - i3c: master: svc: fix race condition in ibi work thread
    (git-fixes).
  - i3c: Fix potential refcount leak in
    i3c_master_register_new_i3c_devs (git-fixes).
  - i3c: master: cdns: Fix reading status register (git-fixes).
  - cxl/region: Fix x1 root-decoder granularity calculations
    (git-fixes).
  - cxl/region: Fix cxl_region_rwsem lock held when returning to
    user space (git-fixes).
  - cxl/region: Do not try to cleanup after
    cxl_region_setup_targets() fails (git-fixes).
  - cxl/mem: Fix shutdown order (git-fixes).
  - mtd: rawnand: meson: check return value of devm_kasprintf()
    (git-fixes).
  - mtd: rawnand: intel: check return value of devm_kasprintf()
    (git-fixes).
  - mtd: rawnand: arasan: Include ECC syndrome along with in-band
    data while checking for ECC failure (git-fixes).
  - mtd: rawnand: tegra: add missing check for platform_get_irq()
    (git-fixes).
  - 9p/net: fix possible memory leak in p9_check_errors()
    (git-fixes).
  - modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host
    (git-fixes).
  - modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host
    (git-fixes).
  - pinctrl: renesas: rzg2l: Make reverse order of enable() for
    disable() (git-fixes).
  - dmaengine: stm32-mdma: correct desc prep when channel running
    (git-fixes).
  - dmaengine: pxa_dma: Remove an erroneous BUG_ON() in
    pxad_free_desc() (git-fixes).
  - dmaengine: ti: edma: handle irq_of_parse_and_map() errors
    (git-fixes).
  - dmaengine: idxd: Register dsa_bus_type before registering idxd
    sub-drivers (git-fixes).
  - commit 0e1ee29

++++ llvm19:

  - Update to version 17.0.4.
    * This release contains bug-fixes for the LLVM 17.0.0 release.
    This release is API and ABI compatible with 17.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Include libomptarget.devicertl.a in libomp*-devel, which is
    required for (GPU) offloading.

++++ python-Pygments:

  - Add skip-wcag-contrast-ratio.patch to make
    python-wcag-contrast-ratio just optional dependency
    (gh#pygments/pygments!2564).

------------------------------------------------------------------
------------------  2023-11-4  -  Nov 4 2023  -------------------
------------------------------------------------------------------

++++ gawk:

  - Update to 5.3.0:
    * Built-in CSV file parsing (--csv)
    * Support a new \u escape sequence for specifying code points in
    multi-byte encodings
    * Pipe output is buffered if PROCINFO["BUFFERPIPE"] exists

++++ git:

  - git 2.42.1:
    * The usual number of bug fixes, including
    * Fix "git diff" exit code handling
    * Various fixes to the behavior of "rebase -i" when the command
    got interrupted by conflicting changes

++++ kernel-default:

  - usb: raw-gadget: properly handle interrupted requests
    (git-fixes).
  - usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()
    (git-fixes).
  - usb: typec: tcpm: Add additional checks for contaminant
    (git-fixes).
  - usb: host: xhci-plat: fix possible kernel oops while resuming
    (git-fixes).
  - xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
    (git-fixes).
  - USB: usbip: fix stub_dev hub disconnect (git-fixes).
  - usb: dwc3: document gfladj_refclk_lpm_sel field (git-fixes).
  - usb: chipidea: Simplify Tegra DMA alignment code (git-fixes).
  - usb: chipidea: Fix DMA overwrite for Tegra (git-fixes).
  - dt-bindings: usb: qcom,dwc3: Fix SDX65 clocks (git-fixes).
  - usb: dwc2: fix possible NULL pointer dereference caused by
    driver concurrency (git-fixes).
  - tty: n_gsm: fix race condition in status line change on dead
    connections (git-fixes).
  - tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks
    (git-fixes).
  - tty: 8250: Fix up PX-803/PX-857 (git-fixes).
  - tty: 8250: Fix port count of PX-257 (git-fixes).
  - tty: 8250: Remove UC-257 and UC-431 (git-fixes).
  - dt-bindings: serial: rs485: Add rs485-rts-active-high
    (git-fixes).
  - tty: serial: samsung_tty: remove dead code (git-fixes).
  - tty: serial: meson: fix hard LOCKUP on crtscts mode (git-fixes).
  - tty/sysrq: replace smp_processor_id() with get_cpu()
    (git-fixes).
  - dt-bindings: serial: fix regex pattern for matching serial
    node children (git-fixes).
  - serial: exar: Revert "serial: exar: Add support for Sealevel
    7xxxC serial cards" (git-fixes).
  - tty: tty_jobctrl: fix pid memleak in disassociate_ctty()
    (git-fixes).
  - driver core: Release all resources during unbind before updating
    device links (git-fixes).
  - device property: Replace custom implementation of COUNT_ARGS()
    (git-fixes).
  - driver core: Add missing parameter description to
    __fwnode_link_add() (git-fixes).
  - iio: frequency: adf4350: Use device managed functions and fix
    power down issue (git-fixes).
  - misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()
    (git-fixes).
  - apparmor: fix invalid reference on profile->disconnected
    (git-fixes).
  - seq_buf: fix a misleading comment (git-fixes).
  - verification/dot2k: Delete duplicate imports (git-fixes).
  - scripts/gdb: fix usage of MOD_TEXT not defined when
    CONFIG_MODULES=n (git-fixes).
  - selftests/clone3: Fix broken test under !CONFIG_TIME_NS
    (git-fixes).
  - kselftest: vm: fix mdwe's mmap_FIXED test case (git-fixes).
  - ata: libata-eh: Fix compilation warning in ata_eh_link_report()
    (git-fixes).
  - ata: libata-core: Fix compilation warning in
    ata_dev_config_ncq() (git-fixes).
  - ata: sata_mv: Fix incorrect string length computation in
    mv_dump_mem() (git-fixes).
  - kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h
    (git-fixes).
  - commit 7857243
  - Move upstreamed patches into sorted section
  - commit 266765d

------------------------------------------------------------------
------------------  2023-11-3  -  Nov 3 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: qedf: Remove unused declaration (jsc#PED-6887).
  - scsi: mpi3mr: Update driver version to 8.5.0.0.0 (jsc#PED-6833).
  - scsi: mpi3mr: Enhance handling of devices removed after
    controller reset (jsc#PED-6833).
  - scsi: mpi3mr: WRITE SAME implementation (jsc#PED-6833).
  - scsi: mpi3mr: Add support for more than 1MB I/O (jsc#PED-6833).
  - scsi: mpi3mr: Update MPI Headers to version 3.00.28
    (jsc#PED-6833).
  - scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out
    (jsc#PED-6833).
  - scsi: mpi3mr: Fix the type used for pointers to bitmap
    (jsc#PED-6833).
  - scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()
    (jsc#PED-6833).
  - scsi: bnx2i: Replace all non-returning strlcpy with strscpy
    (jsc#PED-6881).
  - commit e96a6ce
  - x86/cpu: Clear SVM feature if disabled by BIOS (bsc#1214700).
  - commit 84980be
  - genirq: Fix software resend lockup and nested resend (bsc#1216838)
  - commit 89cd9f2
  - tpm_tis_spi: Add hardware wait polling (bsc#1213534)
  - commit ec3c751
  - iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)
  - commit 7166c48
  - arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)
  - commit d16cd96
  - genirq: Use a maple tree for interrupt descriptor management (bsc#1216838)
  - commit 7eccb48
  - genirq: Encapsulate sparse bitmap handling (bsc#1216838)
  - commit 85b3f80
  - genirq: Use hlist for managing resend handlers (bsc#1216838)
  - commit 3f03452
  - perf: arm_cspmu: Add missing MODULE_DEVICE_TABLE (bsc#1216837)
  - commit e992f19
  - perf/arm_cspmu: Decouple APMT dependency (bsc#1216837)
  - commit 8252670
  - perf/arm_cspmu: Clean up ACPI dependency (bsc#1216837)
  - commit 22cdbfa
  - padata: Fix refcnt handling in padata_free_shell() (git-fixes).
  - leds: trigger: ledtrig-cpu:: Fix 'output may be truncated'
    issue for 'cpu' (git-fixes).
  - leds: pwm: Don't disable the PWM when the LED should be off
    (git-fixes).
  - leds: turris-omnia: Do not use SMBUS calls (git-fixes).
  - mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated
    devs (git-fixes).
  - mfd: qcom-spmi-pmic: Fix revid implementation (git-fixes).
  - mfd: qcom-spmi-pmic: Fix reference leaks in revid helper
    (git-fixes).
  - mfd: dln2: Fix double put in dln2_probe (git-fixes).
  - mfd: core: Ensure disabled devices are skipped without aborting
    (git-fixes).
  - mfd: core: Un-constify mfd_cell.of_reg (git-fixes).
  - i2c: core: Run atomic i2c xfer when !preemptible (git-fixes).
  - PCI: endpoint: Fix double free in __pci_epc_create()
    (git-fixes).
  - x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and
    Phoenix USB4 (git-fixes).
  - PCI/sysfs: Protect driver's D3cold preference from user space
    (git-fixes).
  - PCI: keystone: Don't discard .probe() callback (git-fixes).
  - PCI: keystone: Don't discard .remove() callback (git-fixes).
  - PCI: kirin: Don't discard .remove() callback (git-fixes).
  - PCI: exynos: Don't discard .remove() callback (git-fixes).
  - PCI: vmd: Correct PCI Header Type Register's multi-function
    check (git-fixes).
  - PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
    (git-fixes).
  - module/decompress: use vmalloc() for gzip decompression
    workspace (git-fixes).
  - watchdog: move softlockup_panic back to early_param (git-fixes).
  - proc: sysctl: prevent aliased sysctls from getting passed to
    init (git-fixes).
  - r8169: fix rare issue with broken rx after link-down on RTL8125
    (git-fixes).
  - r8169: fix the KCSAN reported data race in rtl_rx while reading
    desc->opts1 (git-fixes).
  - r8169: fix the KCSAN reported data-race in rtl_tx while reading
    TxDescArray[entry].opts1 (git-fixes).
  - r8169: fix the KCSAN reported data-race in rtl_tx() while
    reading tp->cur_tx (git-fixes).
  - commit 6cdb862
  - crypto: qat - fix deadlock in backlog processing (git-fixes).
  - crypto: hisilicon/qm - fix EQ/AEQ interrupt issue (git-fixes).
  - crypto: qat - fix double free during reset (git-fixes).
  - crypto: hisilicon/qm - fix PF queue parameter issue (git-fixes).
  - crypto: qat - increase size of buffers (git-fixes).
  - crypto: caam/jr - fix Chacha20 + Poly1305 self test failure
    (git-fixes).
  - crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure
    (git-fixes).
  - hwrng: geode - fix accessing registers (git-fixes).
  - hwrng: bcm2835 - Fix hwrng throughput regression (git-fixes).
  - dt-bindings: leds: Last color ID is now 14 (LED_COLOR_ID_LIME)
    (git-fixes).
  - dt-bindings: mfd: mt6397: Split out compatible for MediaTek
    MT6366 PMIC (git-fixes).
  - HID: uclogic: Fix a work->entry not empty bug in __queue_work()
    (git-fixes).
  - HID: uclogic: Fix user-memory-access bug in
    uclogic_params_ugee_v2_init_event_hooks() (git-fixes).
  - HID: logitech-hidpp: Move get_wireless_feature_index() check
    to hidpp_connect_event() (git-fixes).
  - HID: logitech-hidpp: Revert "Don't restart communication if
    not necessary" (git-fixes).
  - HID: logitech-hidpp: Don't restart IO, instead defer
    hid_connect() only (git-fixes).
  - hid: lenovo: Resend all settings on reset_resume for compact
    keyboards (git-fixes).
  - hid: cp2112: Fix duplicate workqueue initialization (git-fixes).
  - gtp: fix fragmentation needed check with gso (git-fixes).
  - gtp: uapi: fix GTPA_MAX (git-fixes).
  - commit a4c70dd
  - certs: Break circular dependency when selftest is modular
    (git-fixes).
  - Refresh
    patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch.
  - commit dfb1cad
  - crypto: qat - fix unregistration of crypto algorithms
    (git-fixes).
  - crypto: qat - ignore subsequent state up commands (git-fixes).
  - crypto: qat - fix state machines cleanup paths (git-fixes).
  - crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
    (git-fixes).
  - ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA
    (git-fixes).
  - ARM: 9321/1: memset: cast the constant byte to unsigned char
    (git-fixes).
  - backlight: pwm_bl: Disable PWM on shutdown, suspend and remove
    (git-fixes).
  - ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails
    (git-fixes).
  - ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe
    (git-fixes).
  - ASoC: ams-delta.c: use component after check (git-fixes).
  - ASoC: intel: sof_sdw: Stop processing CODECs when enough are
    found (git-fixes).
  - ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support
    (git-fixes).
  - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv
    (git-fixes).
  - ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter
    or member not described (git-fixes).
  - ASoC: codecs: wsa-macro: fix uninitialized stack variables
    with name prefix (git-fixes).
  - ASoC: SOF: ipc4-topology: Use size_add() in call to
    struct_size() (git-fixes).
  - ASoC: doc: Update codec to codec examples (git-fixes).
  - ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI
    becomes inactive (git-fixes).
  - ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time
    (git-fixes).
  - ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() (git-fixes).
  - ASoC: cs35l41: Undo runtime PM changes at driver exit time
    (git-fixes).
  - ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler
    (git-fixes).
  - ASoC: cs35l41: Fix broken shared boost activation (git-fixes).
  - ASoC: cs35l41: Initialize completion object before requesting
    IRQ (git-fixes).
  - ASoC: cs35l41: Handle mdsync_up reg write errors (git-fixes).
  - ASoC: cs35l41: Handle mdsync_down reg write errors (git-fixes).
  - ASoC: SOF: core: Ensure sof_ops_free() is still called when
    probe never ran (git-fixes).
  - commit e345c76

++++ libeconf:

  - Update to version 0.5.3:
    * Added bindings for python3 and C#

++++ json-c:

  - Update to 0.17:
    + New features:
    * json_patch: add first implementation only with patch application
    * Add --disable-static and --disable-dynamic options to the cmake-configure script.
    * Add -DBUILD_APPS=NO option to disable app build
    * Minimum cmake version is now 3.9
    + Significant changes and bug fixes:
    * When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and
    closing curly or square braces on same line for empty objects or arrays.
    * Disable locale handling when targeting a uClibc system due to problems
    with its duplocale() function.
    * When parsing with JSON_TOKENER_STRICT set, integer overflow/underflow
    now result in a json_tokener_error_parse_number. Without that flag
    values are capped at INT64_MIN/UINT64_MAX.
    * Fix memory leak with emtpy strings in json_object_set_string
    * json_object_from_fd_ex: fail if file is too large (>=INT_MAX bytes)
    * Add back json_number_chars, but only because it's part of the public API.
    * Entirely drop mode bits from open(O_RDONLY) to avoid warnings on certain
    platforms.
    * Specify dependent libraries, including -lbsd, in a more consistent way so
    linking against a static json-c works better
    * Fix a variety of build problems and add & improve tests
    * Update RFC reference to https://www.rfc-editor.org/rfc/rfc8259
  - Remove deprecated suse_version checks

++++ sqlite3:

  - Update to release 3.44.0
    * Aggregate functions can now include an ORDER BY clause after
    their last parameter. The arguments to the function are
    processed in the order specified. This can be important for
    functions like string_agg() and json_group_array().
    * Add support for the concat() and concat_ws() scalar SQL
    functions, compatible with PostgreSQL, SQLServer, and MySQL.
    * Add support for the string_agg() aggregate SQL function,
    compatible with PostgreSQL and SQLServer.
    * New conversion letters on the strftime() SQL function: %e %F
    %I %k %l %p %P %R %T %u
    * Add new C-language APIs: sqlite3_get_clientdata() and
    sqlite3_set_clientdata().
    * Many errors associated with CREATE TABLE are now raised when
    the CREATE TABLE statement itself is run, rather than being
    deferred until the first time the table is actually used.

++++ xxhash:

  - Update to release 0.8.2
    * ARM NEON speed improvements; on M1 Pro it is +20% speed for
    XXH3 and XXH128 (from 30.0 GB/s to 36 GB/s).
    * Added support for ARM's SVE vector extension.
    * Resolved some issues with XXH3's s390x vector implementation.
  - Delete xxhash-avoid-armv6-unaligned-access.patch (should be
    fixed by c0dd448b), delete 836f4e735cf368542f14005e41d2f84ec29dfd60.patch
    (merged), delete 15ce80f9f2760609d8cc68cea76d3f3217ab70e1.patch
    (merged)

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

  - cleanup; sle12 no longer supported

++++ openssh:

  - Enhanced SELinux functionality. Added
    * openssh-7.8p1-role-mls.patch
    Proper handling of MLS systems and basis for other SELinux
    improvements
    * openssh-6.6p1-privsep-selinux.patch
    Properly set contexts during privilege separation
    * openssh-6.6p1-keycat.patch
    Add ssh-keycat command to allow retrival of authorized_keys
    on MLS setups with polyinstantiation
    * openssh-6.6.1p1-selinux-contexts.patch
    Additional changes to set the proper context during privilege
    separation
    * openssh-7.6p1-cleanup-selinux.patch
    Various changes and putting the pieces together
    For now we don't ship the ssh-keycat command, but we need the patch
    for the other SELinux infrastructure
    This change fixes issues like bsc#1214788, where the ssh daemon
    needs to act on behalf of a user and needs a proper context for this

++++ rust-keylime:

  - Update to version 0.2.2+git.1697658634.9c7c6fa:
    * build(deps): bump rustix from 0.37.11 to 0.37.25
    * build(deps): bump tempfile from 3.6.0 to 3.8.0
    * build(deps): bump base64 from 0.21.0 to 0.21.4
    * build(deps): bump serde_json from 1.0.96 to 1.0.107
    * build(deps): bump openssl from 0.10.55 to 0.10.57
    * cargo: Bump serde to version 1.0.188
    * tests: Fix tarpaulin issues with dropped -v option
    * build(deps): bump signal-hook from 0.3.15 to 0.3.17
    * build(deps): bump actix-web from 4.3.1 to 4.4.0
    * build(deps): bump thiserror from 1.0.40 to 1.0.48
    * Remove private_in_public
    * Initial PR to add support for IDevID and IAK
    * build(deps): bump uuid from 1.3.1 to 1.4.1
    * build(deps): bump log from 0.4.17 to 0.4.20
    * build(deps): bump reqwest from 0.11.16 to 0.11.20
    * Do not use too specific version on cargo audit workflow
    * Add workflow to run cargo-audit security audit
    * README: update dependencies for Debian and Ubuntu
    * Use latest versions of checkout/upload-artifacts
    * docker: Add 'keylime' system user
    * Use "currently" for swtpm emulator warning (#632)
    * Update container workflow actions versions
    * Build container image and push to quay.io
    * README: update requirements

++++ velociraptor-client:

  - Enabled builds on CentOS 7/8 (currently without eBPF, needs llvm)
  - Enabled builds on Ubuntu 20.04 and 22.04 (23.* pending OBS changes)
  - Enabled builds on Debian 11, 12, Unstable, Testing, and Next
  - Limit server builds to x86_64 until esbuild issue is sorted

------------------------------------------------------------------
------------------  2023-11-2  -  Nov 2 2023  -------------------
------------------------------------------------------------------

++++ dhcp:

  - Remove dhclient-script (boo#1216822).

++++ fwupd:

  - Disable passim support for now. For openSUSE users this is likely
    less intereting that it would be for enterprise customers.

++++ kernel-default:

  - Refresh sorted patches.
  - commit 60c433a
  - powerpc/vas: Limit open window failure messages in log bufffer
    (bsc#1216687 ltc#203927).
  - commit ebbc65f
  - ata: pata_octeon_cf: fix error return code in (bsc#1216435).
  - commit 0f8e43f
  - platform/x86/intel/tpmi: Prevent overflow for cap_offset
    (jsc#PED-5555 jsc#PED-5557).
  - commit 1a30c51
  - platform/x86/intel: tpmi: Remove hardcoded unit and offset
    (jsc#PED-5555 jsc#PED-5557).
  - commit 2815b7f
  - platform/x86/intel-uncore-freq: tpmi: Provide cluster level
    control (jsc#PED-4901 jsc#PED-4961).
  - commit d195bba
  - platform/x86/intel-uncore-freq: Support for cluster level
    controls (jsc#PED-4901 jsc#PED-4961).
  - commit 698bea8
  - platform/x86/intel-uncore-freq: Uncore frequency control via
    TPMI (jsc#PED-4901 jsc#PED-4961).
  - commit ab99025
  - cpufreq: intel_pstate: Fix scaling for hybrid-capable systems
    with disabled E-cores (jsc#PED-4927 jsc#PED-4929).
  - commit 7d3ce95
  - scripts/kernel-doc: Fix the regex for matching -Werror flag
    (git-fixes).
  - commit 7fb028b
  - docs: usb: fix reference to nonexistent file in UVC Gadget
    (git-fixes).
  - scripts/kernel-doc: match -Werror flag strictly (git-fixes).
  - docs: admin-guide: sysctl: fix details of struct dentry_stat_t
    (git-fixes).
  - selftests/resctrl: Reduce failures due to outliers in MBA/MBM
    tests (git-fixes).
  - selftests/resctrl: Fix uninitialized .sa_flags (git-fixes).
  - selftests/resctrl: Ensure the benchmark commands fits to its
    array (git-fixes).
  - selftests/pidfd: Fix ksft print formats (git-fixes).
  - kunit: Fix missed memory release in kunit_free_suite_set()
    (git-fixes).
  - firmware: raspberrypi: Fix devm_rpi_firmware_get documentation
    (git-fixes).
  - firmware: ti_sci: Mark driver as non removable (git-fixes).
  - firmware: qcom_scm: use 64-bit calling convention only when
    client is 64-bit (git-fixes).
  - firmware: tegra: Add suspend hook and reset BPMP IPC early on
    resume (git-fixes).
  - firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode
    of messaging (git-fixes).
  - firmware: arm_ffa: Assign the missing IDR allocation ID to
    the FFA device (git-fixes).
  - clk: scmi: Free scmi_clk allocated when the clocks with invalid
    info are skipped (git-fixes).
  - ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins
    (git-fixes).
  - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz (git-fixes).
  - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg
    (git-fixes).
  - arm64: dts: meson: a1: reorder gpio_intc node definition
    (git-fixes).
  - arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators
    (git-fixes).
  - arm64: dts: qcom: msm8976: Fix ipc bit shifts (git-fixes).
  - arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size
    (git-fixes).
  - arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM
    (git-fixes).
  - arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM
    (git-fixes).
  - arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM
    (git-fixes).
  - arm64: dts: qcom: sdm845-mtp: fix WiFi configuration
    (git-fixes).
  - arm64: dts: qcom: sm8350: fix pinctrl for UART18 (git-fixes).
  - arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs
    (git-fixes).
  - arm64: dts: qcom: qrb2210-rb1: Swap UART index (git-fixes).
  - arm64: dts: qcom: sc7280: Add missing LMH interrupts
    (git-fixes).
  - arm64: dts: qcom: sm6125: Sort spmi_bus node numerically by reg
    (git-fixes).
  - arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters
    (git-fixes).
  - arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory
    (git-fixes).
  - arm64: dts: qcom: msm8916: Fix iommu local address range
    (git-fixes).
  - arm64: dts: qcom: sc7280: link
    usb3_phy_wrapper_gcc_usb30_pipe_clk (git-fixes).
  - arm64: dts: qcom: sdm845: cheza doesn't support LMh node
    (git-fixes).
  - arm64: dts: qcom: sdm845: Fix PSCI power domain names
    (git-fixes).
  - arm64: dts: imx8mn: Add sound-dai-cells to micfil node
    (git-fixes).
  - arm64: dts: imx8mm: Add sound-dai-cells to micfil node
    (git-fixes).
  - arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios
    (git-fixes).
  - arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry
    (git-fixes).
  - arm64: tegra: Use correct interrupts for Tegra234 TKE
    (git-fixes).
  - arm64: tegra: Fix P3767 QSPI speed (git-fixes).
  - arm64: tegra: Fix P3767 card detect polarity (git-fixes).
  - mmc: meson-gx: Remove setting of CMD_CFG_ERROR (git-fixes).
  - arm64/arm: xen: enlighten: Fix KPTI checks (git-fixes).
  - arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n
    (git-fixes).
  - clocksource/drivers/arm_arch_timer: limit XGene-1 workaround
    (git-fixes).
  - accel/habanalabs/gaudi2: Fix incorrect string length computation
    in gaudi2_psoc_razwi_get_engines() (git-fixes).
  - commit 431e850

++++ p11-kit:

  - Update to 0.25.2:
    * fix error code checking of readpassphrase for --login option [#595]
    * build fixes [#594]
    * test fixes [#596]

++++ sssd:

  - Offer the sssd.conf template as %doc (for examples, do actually
    see the "Examples" section of the sssd.conf(5) manpage)

++++ systemd:

  - Disable utmp support
    The announcement can be found at:
    https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/MYIWGQEE54VJDBYXMQCEY7XKEAIUFLAU/
    The user visible consequence of it is that /run/utmp file is no more created.
    systemd itself doesn't depend on utmp anymore since "shared/wall: use logind
    if build without utmp support" has been backported.

++++ patterns-base:

  - Do not recommend nscd anymore. NIS is being phased out and modern
    technologies like sssd are not compatible with it anyway.

++++ python-anyio:

  - add tests-test_fileio.py-don-t-follow-symlinks-in-dev.patch (kernel
    6.6 fix)

------------------------------------------------------------------
------------------  2023-11-1  -  Nov 1 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2023-38470.patch: Ensure each label is at least one
    byte long (bsc#1215947, CVE-2023-38470).

++++ python-kiwi:

  - Add partx to module-setup of kiwi-lib too

++++ fde-tools:

  - Update to version 0.7.2
    + Add help output for the command tpm-authorize
    + Improve the multi-devices support

++++ fwupd:

  - Update to versrion 1.9.7:
    + This release adds the following features:
  - Add support for child device requirements in metadata.
  - Allow to have more than one host BKC.
  - Delete BootNext as a post-reboot action to work around broken
    firmware.
  - Parse cabinet archives internally without libgcab.
  - Use close-ended mode for eMMC FFU to speed up firmware
    updates.
    + This release adds support for the following hardware:
  - Logitech Rally System devices.
  - More PixartRF HPAC devices.
  - More Synaptics Prometheus fingerprint readers.
  - Some Western Digital eMMC devices.
  - VIA VL830 and VL832.

++++ kernel-default:

  - wifi: ath12k: fix htt mlo-offset event locking (git-fixes).
  - wifi: ath12k: fix dfs-radar and temperature event locking
    (git-fixes).
  - wifi: ath11k: fix gtk offload status event locking (git-fixes).
  - wifi: ath11k: fix htt pktlog locking (git-fixes).
  - wifi: ath11k: fix dfs radar event locking (git-fixes).
  - wifi: ath11k: fix temperature event locking (git-fixes).
  - wifi: iwlwifi: empty overflow queue during flush (git-fixes).
  - wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume
    (git-fixes).
  - wifi: iwlwifi: pcie: synchronize IRQs before NAPI (git-fixes).
  - wifi: iwlwifi: mvm: remove TDLS stations from FW (git-fixes).
  - wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface
    (git-fixes).
  - wifi: iwlwifi: mvm: Correctly set link configuration
    (git-fixes).
  - wifi: iwlwifi: yoyo: swap cdb and jacket bits values
    (git-fixes).
  - wifi: mac80211: Fix setting vif links (git-fixes).
  - wifi: mac80211: don't recreate driver link debugfs in reconfig
    (git-fixes).
  - wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK
    (git-fixes).
  - wifi: iwlwifi: mvm: fix removing pasn station for responder
    (git-fixes).
  - wifi: iwlwifi: mvm: update station's MFP flag after association
    (git-fixes).
  - wifi: wilc1000: use vmm_table as array in wilc struct
    (git-fixes).
  - wifi: rtw88: Remove duplicate NULL check before calling
    usb_kill/free_urb() (git-fixes).
  - wifi: wfx: fix case where rates are out of order (git-fixes).
  - wifi: ath11k: fix Tx power value during active CAC (git-fixes).
  - wifi: ath: dfs_pattern_detector: Fix a memory initialization
    issue (git-fixes).
  - wifi: mt76: Drop unnecessary error check for
    debugfs_create_dir() (git-fixes).
  - commit c7c9050
  - spi: nxp-fspi: use the correct ioremap function (git-fixes).
  - spi: mpc52xx-psc: Make mpc52xx_psc_spi_transfer_one_message()
    static (git-fixes).
  - thermal/qcom/tsens: Drop ops_v0_1 (git-fixes).
  - thermal/drivers/mediatek: Fix probe for THERMAL_V2 (git-fixes).
  - thermal: intel: powerclamp: fix mismatch in get function for
    max_idle (git-fixes).
  - thermal: ACPI: Include the right header file (git-fixes).
  - thermal: core: Don't update trip points inside the hysteresis
    range (git-fixes).
  - thermal: core: prevent potential string overflow (git-fixes).
  - wifi: mt76: mt7915: fix beamforming availability check
    (git-fixes).
  - wifi: mt76: mt7996: fix TWT command format (git-fixes).
  - wifi: mt76: mt7996: fix rx rate report for CBW320-2 (git-fixes).
  - wifi: mt76: mt7996: fix wmm queue mapping (git-fixes).
  - wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap
    (git-fixes).
  - wifi: mt76: mt7996: fix beamform mcu cmd configuration
    (git-fixes).
  - wifi: mt76: mt7603: improve stuck beacon handling (git-fixes).
  - wifi: mt76: mt7603: improve watchdog reset reliablity
    (git-fixes).
  - wifi: mt76: mt7603: rework/fix rx pse hang check (git-fixes).
  - wifi: rtlwifi: fix EDCA limit set by BT coexistence (git-fixes).
  - wifi: ath12k: fix DMA unmap warning on NULL DMA address
    (git-fixes).
  - wifi: ath12k: fix undefined behavior with __fls in dp
    (git-fixes).
  - wifi: mac80211: fix check for unusable RX result (git-fixes).
  - wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for
    debugfs_create_file() (git-fixes).
  - wifi: iwlwifi: Use FW rate for non-data frames (git-fixes).
  - wifi: iwlwifi: don't use an uninitialized variable (git-fixes).
  - wifi: iwlwifi: honor the enable_ini value (git-fixes).
  - wifi: mac80211: fix # of MSDU in A-MSDU calculation (git-fixes).
  - wifi: cfg80211: fix off-by-one in element defrag (git-fixes).
  - wifi: mac80211: fix RCU usage warning in mesh fast-xmit
    (git-fixes).
  - string: Adjust strtomem() logic to allow for smaller sources
    (git-fixes).
  - usb: atm: Use size_add() in call to struct_size() (git-fixes).
  - commit 6ae6091
  - power: supply: core: Use blocking_notifier_call_chain to avoid
    RCU complaint (git-fixes).
  - hte: tegra: Fix missing error code in tegra_hte_test_probe()
    (git-fixes).
  - platform/x86: wmi: Fix opening of char device (git-fixes).
  - platform/x86: wmi: Fix probe failure when failing to register
    WMI devices (git-fixes).
  - Revert "hwmon: (sch56xx-common) Add automatic module loading
    on supported devices" (git-fixes).
  - Revert "hwmon: (sch56xx-common) Add DMI override table"
    (git-fixes).
  - hwmon: (nct6775) Fix incorrect variable reuse in fan_div
    calculation (git-fixes).
  - hwmon: (coretemp) Fix potentially truncated sysfs attribute name
    (git-fixes).
  - hwmon: (axi-fan-control) Fix possible NULL pointer dereference
    (git-fixes).
  - spi: tegra: Fix missing IRQ check in tegra_slink_probe()
    (git-fixes).
  - regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve
    (git-fixes).
  - regmap: debugfs: Fix a erroneous check after snprintf()
    (git-fixes).
  - gpio: mockup: remove unused field (git-fixes).
  - PM: hibernate: Use __get_safe_page() rather than touching the
    list (git-fixes).
  - PM / devfreq: rockchip-dfi: Make pmu regmap mandatory
    (git-fixes).
  - keys: Remove unused extern declarations (git-fixes).
  - KEYS: trusted: tee: Refactor register SHM usage (git-fixes).
  - KEYS: trusted: Rollback init_trusted() consistently (git-fixes).
  - pstore/platform: Add check for kstrdup (git-fixes).
  - commit 4216161
  - clk: npcm7xx: Fix incorrect kfree (git-fixes).
  - clk: ti: fix double free in of_ti_divider_clk_setup()
    (git-fixes).
  - clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
    (git-fixes).
  - clk: asm9620: Remove 'hw' local variable that isn't checked
    (git-fixes).
  - clk: Drive clk_leaf_mux_set_rate_parent test from clk_ops
    (git-fixes).
  - clk: renesas: rzg2l: Trust value returned by hardware
    (git-fixes).
  - clk: renesas: rzg2l: Lock around writes to mux register
    (git-fixes).
  - clk: renesas: rzg2l: Wait for status bit of SD mux before
    continuing (git-fixes).
  - clk: renesas: rcar-gen3: Extend SDnH divider table (git-fixes).
  - clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from
    GPLL clocks (git-fixes).
  - clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from
    GPLL clocks (git-fixes).
  - clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from
    PLL clocks (git-fixes).
  - clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from
    PLL clocks (git-fixes).
  - clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config
    (git-fixes).
  - clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM
    (git-fixes).
  - clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src (git-fixes).
  - clk: qcom: mmcc-msm8974: remove ocmemcx_ahb_clk (git-fixes).
  - clk: qcom: mmcc-msm8998: Fix the SMMU GDSC (git-fixes).
  - clk: qcom: mmcc-msm8998: Don't check halt bit on some branch
    clks (git-fixes).
  - clk: qcom: clk-rcg2: Fix clock rate overflow for high parent
    frequencies (git-fixes).
  - clk: qcom: gcc-msm8996: Remove RPM bus clocks (git-fixes).
  - clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent
    clocks (git-fixes).
  - clk: socfpga: Fix undefined behavior bug in struct
    stratix10_clock_data (git-fixes).
  - clk: visconti: Fix undefined behavior bug in struct
    visconti_pll_provider (git-fixes).
  - clk: imx: imx8qxp: Fix elcdif_pll clock (git-fixes).
  - clk: imx: imx8dxl-rsrc: keep sorted in the ascending order
    (git-fixes).
  - gpio: mockup: fix kerneldoc (git-fixes).
  - cpufreq: tegra194: fix warning due to missing opp_put
    (git-fixes).
  - cpufreq: stats: Fix buffer overflow detection in trans_stats()
    (git-fixes).
  - commit a94ed03
  - clk: imx: imx8mq: correct error handling path (git-fixes).
  - clk: imx: Select MXC_CLK for CLK_IMX8QXP (git-fixes).
  - clk: mediatek: fix double free in mtk_clk_register_pllfh()
    (git-fixes).
  - clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data
    (git-fixes).
  - clk: linux/clk-provider.h: fix kernel-doc warnings and typos
    (git-fixes).
  - ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()
    (git-fixes).
  - =?UTF-8?q?ACPI:=20video:=20Add=20acpi=5Fbacklight=3Dvendo?=
    =?UTF-8?q?r=20quirk=20for=20Toshiba=20Port=C3=A9g=C3=A9=20R100?=
    (git-fixes).
  - ACPI: property: Allow _DSD buffer data only for byte accessors
    (git-fixes).
  - ACPI: FPDT: properly handle invalid FPDT subtables (git-fixes).
  - Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
    (git-fixes).
  - Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
    (git-fixes).
  - can: dev: can_put_echo_skb(): don't crash kernel if
    can_priv::echo_skb is accessed out of bounds (git-fixes).
  - can: dev: can_restart(): fix race condition between controller
    restart and netif_carrier_on() (git-fixes).
  - can: dev: can_restart(): don't crash kernel if carrier is OK
    (git-fixes).
  - can: etas_es58x: add missing a blank line after declaration
    (git-fixes).
  - can: etas_es58x: rework the version check logic to silence
  - Wformat-truncation (git-fixes).
  - can: sja1000: Fix comment (git-fixes).
  - commit 4c5a896
  - rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
    Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
    to fix build on x86_32.
    There was a fix submitted to upstream but it was not accepted:
    https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
    So carry this in IGNORED_CONFIGS_RE instead.
  - commit 7acca37

++++ libvirt:

  - Update to libvirt 9.9.0
  - jsc#PED-3279, jsc#PED-4931, jsc#PED-5432
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v9-9-0-2023-11-01

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

  - Update to version 535.129.03

++++ podman:

  - Update to version 4.7.2:
    * v4.7.2
    * Update RELEASE_NOTES.md for v4.7.2
    * compose: try all possible providers before throwing an error
    * Mask /sys/devices/virtual/powercap
    * fix: check wsl npipe when executing podman compose
    * rtd: implement v2 build file
    * Adjust to path name change for resolved unit
    * Switch version to 4.7.2-dev

++++ python-libvirt-python:

  - Update to 9.9.0
  - Add all new APIs and constants in libvirt 9.9.0
  - jsc#PED-3279, jsc#PED-4931, jsc#PED-5432

++++ runc:

  - Update to runc v1.1.10. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.1.10>.

++++ yast2:

  - Added Repository#refresh method (related to bsc#1215884)
  - 5.0.3

------------------------------------------------------------------
------------------  2023-10-31  -  Oct 31 2023  -------------------
------------------------------------------------------------------

++++ drbd:

  - drbd failed to build after 15sp6/dolomit updated kernel (bsc#1216666)
    * Add patch
    + 0008-compat-block-introduce-holder-ops.patch

++++ ipmitool:

  - bsc#1216556 L3: ipmitool: Unsupported LAN Parameter
    lookup error SLE15 SP4+
    Fix regression introduced by 351dad24a26f56580ba6
    lan: Add processing of get/set specific CCs:
    https://github.com/ipmitool/ipmitool/pull/388
    https://github.com/ipmitool/ipmitool/pull/389
    Be aware: Even the pullrequest is open for a while, this patch is not
    integrated in latest mainstream master branch.
    A    lanp-Fix-error-response-from-Unsupported-Parameter-lookup.patch.txt
    M    enterprise-numbers

++++ kdump:

  - upgrade to version 1.9.8
    * drop obsolete dependency on systemd-sysvinit (bsc#1216745)

++++ kernel-default:

  - io_uring: kiocb_done() should *not* trust ->ki_pos if
  - >{read,write}_iter() failed (git-fixes).
  - io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
    (bsc#1216693 CVE-2023-46862).
  - io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ
    ring address (git-fixes).
  - commit 6d923bd
  - io-wq: fully initialize wqe before calling
    cpuhp_state_add_instance_nocalls() (git-fixes).
  - commit 8ccfa86
  - cgroup/cpuset: Inherit parent's load balance state in v2
    (bsc#1216760).
  - commit 03391cc
  - net-memcg: Fix scope of sockmem pressure indicators
    (bsc#1216759).
  - commit 8c6b513
  - x86/efistub: Avoid legacy decompressor when doing EFI boot
    (jsc#PED-5458).
    Refresh
    patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
  - x86/efistub: Perform SNP feature test while running in the
    firmware (jsc#PED-5458).
  - efi/libstub: Add limit argument to efi_random_alloc()
    (jsc#PED-5458).
  - x86/decompressor: Factor out kernel decompression and relocation
    (jsc#PED-5458).
  - x86/decompressor: Move global symbol references to C code
    (jsc#PED-5458).
  - decompress: Use 8 byte alignment (jsc#PED-5458).
  - x86/efistub: Prefer EFI memory attributes protocol over DXE
    services (jsc#PED-5458).
  - x86/efistub: Perform 4/5 level paging switch from the stub
    (jsc#PED-5458).
  - x86/decompressor: Merge trampoline cleanup with switching code
    (jsc#PED-5458).
  - x86/decompressor: Pass pgtable address to trampoline directly
    (jsc#PED-5458).
  - x86/decompressor: Only call the trampoline when changing paging
    levels (jsc#PED-5458).
  - x86/decompressor: Call trampoline directly from C code
    (jsc#PED-5458).
  - x86/decompressor: Avoid the need for a stack in the 32-bit
    trampoline (jsc#PED-5458).
  - x86/decompressor: Use standard calling convention for trampoline
    (jsc#PED-5458).
  - x86/decompressor: Call trampoline as a normal function
    (jsc#PED-5458).
  - x86/decompressor: Assign paging related global variables earlier
    (jsc#PED-5458).
  - x86/decompressor: Store boot_params pointer in callee save
    register (jsc#PED-5458).
  - x86/efistub: Clear BSS in EFI handover protocol entrypoint
    (jsc#PED-5458).
  - x86/decompressor: Avoid magic offsets for EFI handover
    entrypoint (jsc#PED-5458).
  - x86/efistub: Simplify and clean up handover entry code
    (jsc#PED-5458).
  - x86/efistub: Branch straight to kernel entry point from C code
    (jsc#PED-5458).
  - x86/head_64: Store boot_params pointer in callee save register
    (jsc#PED-5458).
  - commit f5ec8bb
  - drivers/clocksource/timer-ti-dm: Don't call clk_get_rate()
    in stop function (git-fixes).
  - dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow
    interrupt names (git-fixes).
  - PCI/MSI: Provide stubs for IMS functions (git-fixes).
  - selftests/x86/lam: Zero out buffer for readlink() (git-fixes).
  - objtool: Propagate early errors (git-fixes).
  - iov_iter, x86: Be consistent about the __user tag on
    copy_mc_to_user() (git-fixes).
  - commit 2039524
  - perf/core: Fix potential NULL deref (bsc#1216584 CVE-2023-5717).
  - commit a0baaba

++++ util-linux-systemd:

  - Setterm - avoid restoring flags from uninitialized memory
    * setterm-resize-uninit-flags.patch

++++ util-linux:

  - Setterm - avoid restoring flags from uninitialized memory
    * setterm-resize-uninit-flags.patch

++++ sssd:

  - Update dependencies to require the same subpackages version and
    release
  - Fix /usr/etc migration fragment in wrong "%pre kcm" instead of
    "%pre"
  - Move sss_analyze to sssd-tools package
  - Default config is unworkable, just stop installing it altogether
    [boo#1216739]

++++ podman:

  - crun is not available for armv6 (because of criu), so use runc
    on armv6

++++ python-httpx:

  - Add upstream newer-httpcore.patch
    * it only allows httpcore 1.0.0 in the pyproject.toml, no code changes

++++ strace:

  - Update to strace 6.6
    * Implemented --kill-on-exit option that instructs the tracer to set
    PTRACE_O_EXITKILL option to all tracee processes and not to detach them
    on cleanup so they will not be left running after the tracer exit.
    * Implemented automatic activation of --kill-on-exit option when
  - -seccomp-bpf is enabled and -p/--attach option is not used.
    * Implemented decoding of map_shadow_stack syscall.
    * Implemented decoding of FSCONFIG_CMD_CREATE_EXCL fsconfig command.
    * Implemented decoding of IFLA_BRPORT_BACKUP_NHID netlink attribute.
    * Implemented decoding of SECCOMP_IOCTL_NOTIF_SET_FLAGS ioctl.
    * Implemented decoding of UFFDIO_CONTINUE, UFFDIO_POISON, and
    UFFDIO_WRITEPROTECT ioctls.
    * Updated lists of ARCH_*, BPF_*, DEVCONF_*, IORING_*, KEXEC_*, MAP_*, NT_*,
    PTRACE_*, QFMT_*, SEGV_*, UFFD_*, V4L2_*, and XDP_* constants.
    * Updated lists of ioctl commands from Linux 6.6.

++++ velociraptor-client:

  - Update to version sensor-base-0.7.0~git0.602f673:
    * vql/linux/audit: fix staticcheck checks
    * vql/linux/audit: gofumpt -extra
    * vql/linux/audit: don't overload EAGAIN
    * vql/linux/audit: actually add test cases
    * cronsnoop: fix panic when crontab has empty line
    * SUSE: Add docker-compose environment
    * SUSE: add Docker files
    * SUSE: Do build tests on every pull request
    * Github: Run build workflow on each pull request
    * vql/functions/hash: cache results on Linux
    * rpm: introduce rpm vql plugin
    * Add Linux.Sys.Bash to Server.Monitor.Shell artifact
    * Updating the NewFiles and ProcessStatuses Artifacts
    * vql/linux/cronsnoop: Add cronsnoop() plugin
    * Extend audit artifacts to use new interface
    * vql/linux/audit: rearchitect plugin for scalability
    * vql/linux/audit: use go-libaudit v2 for live audit message processing
    * file_store/directory/listener_bytes: Add listener to use serialized interface
    * utils/refcount: add simple refcount implementation
    * file_store/directory/buffer: add direct-serialized interface
    * Add artifact to monitor user group updates (#24)
    * Linux.Events.ProcessExecutions: catch 32-bit execve calls
    * Add custom artifacts for login and logout attempts recorded by auditd
    * vql/linux/bpflib: add sample vmlinux.h includes for test builds
    * vql/linux/bpf/chattrsnoop: Add plugin to catch changes to inode attributes
    * vql/linux/bpf/dnssnoop: Add dnssnoop() plugin
    * vql/linux/bpf/tcpsnoop: Add tcpsnoop plugin
    * vql/linux/bpf: add support to add bpf plugins for Linux
    * SSHLogin: require _TRANSPORT != 'kernel' from watch_journal()
    * SUSE: Add SSHLogin artifacts
    * Update the Linux.Events.SSHLogin artifact to scan the systemd journal
    * Update the Linux.Syslog.SSHLogin artifact to scan the systemd journal
    * Add parser to read systemd journal on Linux
    * Linux.Detection.ImmutableFiles: Enumerate immutable files under a path
    * linux: add lsattr() function to enumerate file attributes
    * github/workflows/linux: do apt-get update to refresh package lists
    * github: run testcases on Linux builds in new workflow
    * Add systemd-dev as build dependency for github workflow
    * magefile.go: use current architecture for Linux builds
    * build: update to mage 0.15
    * Update tool dependencies on each build (#2987) (#2989)
    * Various Bugfixes  (#2981)
    * Fixed IPv6 formatting in Windows.Forensics.UserAccessLogs (#2980)
    * Add Yara device scanning (#44) (#2978)
    * Added a sample bash script for offline collector generation. (#2975)
    * Implemented a fix for Windows.Timeline.Prefetch (#2974)
    * Include MAC addresses in client host dashboard (#2943)
    * logscale: fix stats_interval parameter handling (#2973)
    * Update Lnk.yaml (#2972)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-transform-react-jsx, @babel/runtime (#2970)
    * add suspicious field and targeted default (#2971)
    * Add filesystem type to data returned by file accessor on Unix (#2967)
    * [Snyk] Upgrade axios-retry from 3.6.1 to 3.7.0 (#2963)
    * Implemented a writeback service to manage the writeback file. (#2966)
    * [Snyk] Upgrade axios-retry from 3.6.0 to 3.6.1 (#2949)
    * Added FAT accessor for parsing FAT filesystems (#2961)
    * [Snyk] Upgrade recharts from 2.7.3 to 2.8.0 (#2950)
    * [Snyk] Upgrade axios from 1.4.0 to 1.5.0 (#2951)
    * Fix device major/minor number calculations (#2958)
    * Relay hunt creation errors to the Hunts API (#2953)
    * [Snyk] Upgrade: @babel/core, @babel/runtime (#2948)
    * Improve various bits of VQL documentation (#2945)
    * Update bluemonday dependency. (#2941)
    * Users testcases (#2942)
    * Order columns in hostname flatten output (#2939)
    * Add a generic hostsfile artifact (#2930)
    * Report process names as well as pid for errors (#2937)
    * Send hard coded labels in periodic client info updates (#2935)
    * [Snyk] Upgrade ace-builds from 1.24.0 to 1.24.1 (#2932)
    * Add Modify() method to client info manager. (#2933)
    * Remove unused parameter by Bloodhound artifact (#2924)
    * [Snyk] Upgrade ace-builds from 1.23.4 to 1.24.0 (#2928)
    * Fix AptSources deb822 parsing bug and add deb822 test  (#2926)
    * Bugfixes: Artifact bugs due to FullPath->OSPath refactor (#2923)
    * [Snyk] Upgrade: @babel/core, @babel/runtime (#2917)
    * fix: upgrade recharts from 2.7.2 to 2.7.3
    * Update the config file docs.
    * Bugfix: Include tool versions from root org (#2913)
    * Fix issues in AptSources artifact and support deb822 format (#2851)
    * Disable compatibility with URL style paths (#2912)
    * [Snyk] Upgrade: @fortawesome/fontawesome-svg-core, @fortawesome/free-solid-svg-icons (#2907)
    * Added Windows.ETW.FileCreation (#2905)
    * Various documentation improvements (#2904)
    * [Snyk] Upgrade interactjs from 1.10.17 to 1.10.18 (#2902)
    * Update to latest SQLiteHunter (#2901)
    * [Snyk] Upgrade axios-retry from 3.5.1 to 3.6.0 (#2900)
    * Fix URL for VelociraptorWindowsMSI (#2868)
    * Allow embedded config to come from an external file (#2899)
    * Add OriginalFileName to Name regex search for better hunting (#2895)
    * Bugfix: Allow serve url to be set without materializing (#2894)
    * Bugfix: accessors should provide their underlying file (#2893)
    * Shuffle the list of URLs (#2888)
    * Create Mutants.yaml (#2877)
    * Added profile_memory() and profile_goroutines() VQL functions (#2887)
    * [Snyk] Upgrade ace-builds from 1.23.3 to 1.23.4 (#2883)
    * Create Notification.yaml (#2878)
    * Fix the issue of full cpus/ram when handling corrupted org (#2886)
    * [Snyk] Upgrade ace-builds from 1.23.2 to 1.23.3 (#2854)
    * Fix copy-pasted comment in Admin.Client.Uninstall artifact (#2872)
    * Create Windows.Detection.Registry.yaml (#2861)
    * [Snyk] Upgrade @babel/core from 7.22.8 to 7.22.9 (#2862)
    * fix: upgrade humanize-duration from 3.28.0 to 3.29.0
    * fix test
    * Bugfix: Hunt creation with labels
    * Bugfix: CreateCollector bug in uploading to the cloud (#2852)
    * [Snyk] Upgrade ace-builds from 1.23.1 to 1.23.2 (#2850)
    * Merge fix for ntfs library, add back KapeTriage SDS target (#2849)
    * Encode download filename in UTF8 to support better i8n (#2848)
    * [Snyk] Upgrade @babel/core from 7.22.6 to 7.22.8 (#2846)
    * [Snyk] Upgrade axios-retry from 3.5.0 to 3.5.1 (#2847)
    * Bugfix: Add Cell From Flow adapted to new flow widgets (#2844)
    * Feature/humio plugin (#2617)
    * [Snyk] Upgrade @babel/runtime from 7.22.5 to 7.22.6 (#2841)
    * Implemented memory protections for notebook cell calculations (#2842)
    * Added search term label:none for unlabeled clients. (#2840)
    * Incorporate SQLiteHunter project (#2839)
    * Add RDP cache (#43) (#2838)
    * Leave collection behind when uploading to cloud (#2834)
    * Added a VSS accessor to automatically diff files from different vss (#2833)
    * Added query debug endpoint at http://localhost:6060/debug/query (#2832)
    * Fixed bug in KapeFiles Extract (#2830)
    * Various bug fixes (#2829)
    * [Snyk] Upgrade axios-retry from 3.5.0 to 3.5.1 (#2827)
    * [Snyk] Upgrade ace-builds from 1.23.0 to 1.23.1 (#2826)
    * Implement src IP filtering for the GUI (#2825)
    * Refactor code to wrap gopsutils (#2824)
    * Extended Client Event GUI to allow specifying max_wait (#2821)
    * Bump word-wrap from 1.2.3 to 1.2.4 in /gui/velociraptor (#2820)
    * Bugfix: Max Wait deadline was reset when a query returned a row (#2819)
    * Implemented better uploads UI for notebooks  (#2816)
    * [Snyk] Upgrade ace-builds from 1.22.1 to 1.23.0 (#2812)
    * Modified glob() to return the globs that hit the result. (#2813)
    * [Snyk] Upgrade ace-builds from 1.22.0 to 1.22.1 (#2786)
    * Update ServiceCreationComspec.yaml (#2806)
    * [Snyk] Upgrade recharts from 2.7.1 to 2.7.2 (#2809)
    * [Snyk] Security upgrade @babel/core from 7.22.5 to 7.22.6 (#2787)
    * [Snyk] Upgrade recharts from 2.6.2 to 2.7.1 (#2794)
    * Bump semver from 5.7.1 to 5.7.2 in /gui/velociraptor (#2803)
    * Bugfix: Update GUI shell interface to use the new GetClientFlows API. (#2802)
    * RPM packaging: architecture autodetection & spec compliance (#2797)
    * Debian packaging: architecture autodetection & spec compliance (#2796)
    * Added Linux.Forensics.Journal artifact (#2799)
    * Bring back highlight for urgent collections. (#2795)
    * Update flow list view to use paged table (#2791)
    * Add lnk and test refresh (#2790)
    * Report total number of matching clients in search (#2789)
    * Rebuild the index from the client info snapshot (#2781)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-syntax-flow, @babel/plugin-transform-react-jsx, @babel/runtime (#2783)
    * Update Favicons.yaml (#2780)
    * Write client info database to a snapshot  (#2776)
    * Added an S3 accessor (#2774)
    * Removed unknown parameter 'Separator' from options in call of Artifac… (#2773)
    * Trimmed Spaces around labels in labels.go (#2771)
    * Bugfix: Allow `user_grant` to set roles through the policy (#2769)
    * [Snyk] Upgrade @popperjs/core from 2.11.7 to 2.11.8 (#2758)
    * Introduces the `really_do_it` argument to `org_delete` (#2767)
    * Audit user creation and user role modifications. (#2766)
    * Update Bam.yaml due to a dead link. Previous link is dead due to a website restructuring. (#2763)
    * [Snyk] Upgrade styled-components from 5.3.10 to 5.3.11 (#2759)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-transform-react-jsx, @babel/runtime (#2757)
    * Update and rename Kerbroasting.yaml to Kerberoasting.yaml (#2754)
    * Bugfix: Org admin should see all orgs (#2753)
    * [Snyk] Upgrade ace-builds from 1.21.1 to 1.22.0 (#2750)
    * Correct UI typo and update translations (#2748)
    * Correct `scope` plugin reference typo (#2747)
    * [Snyk] Upgrade axios-retry from 3.4.0 to 3.5.0 (#2743)
    * Log error messages during rekeying (#2745)
    * [Snyk] Upgrade ace-builds from 1.21.0 to 1.21.1 (#2738)
    * Bump fast-xml-parser from 4.1.3 to 4.2.4 in /gui/velociraptor (#2739)
    * Bugfix: Sort flows before fetching them into the GUI (#2740)
    * Bump vite from 4.1.4 to 4.1.5 in /gui/velociraptor (#2736)
    * [Snyk] Upgrade ace-builds from 1.20.0 to 1.21.0 (#2733)
    * [Snyk] Upgrade qs from 6.11.1 to 6.11.2 (#2734)
    * Allow in place updating of simple result sets (#2732)
    * [Snyk] Upgrade recharts from 2.6.0 to 2.6.2 (#2727)
    * [Snyk] Upgrade ace-builds from 1.19.0 to 1.20.0 (#2728)
    * Update NetstatEnriched.yaml (#2724)
    * Update NetstatEnriched (#2723)
    * Added a leveldb plugin and parser for Chrome Session Storage. (#2722)
    * [Snyk] Upgrade recharts from 2.5.0 to 2.6.0 (#2720)
    * Allow SQLite files to be copied always. (#2719)
    * Add Linux.SuSE.Packages artifact (#2712)
    * Ehancement: Add Source field to Windows.Applicaiton.History to show sync status (#2716)
    * Revert "Add SyncStatus to History.yaml" (#2715)
    * Add SyncStatus to History.yaml (#2714)
    * Propagate default hunt expiry from the config to the GUI (#2713)
    * [Snyk] Upgrade ace-builds from 1.18.0 to 1.19.0 (#2709)
    * [Snyk] Upgrade react-bootstrap from 1.6.6 to 1.6.7 (#2710)
    * Updated the SQLECmd artifact to support MacOS and Linux (#2708)
    * Bugfix: http_client parameters did not handle url().Query objects (#2706)
    * [Snyk] Upgrade @babel/core from 7.21.5 to 7.21.8 (#2704)
    * Linux.RHEL.Packages: Silence dnf output (#2703)
    * Allow the inventory service to disable external fetching  (#2701)
    * S3_Upload: Adding KMS and Prefix arguments (#2699)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-transform-react-jsx, @babel/runtime (#2693)
    * http_client(): Don't drop responses with empty Content (#2696)
    * Treat Tool name+version as a unique tool. (#2697)
    * Updated Windows.KapeFiles.Targets to support multiple drives (#2692)
    * Added tgz support to the unzip() plugin. (#2691)
    * Bugfix: SkipVerify did not remove custom verification function. (#2690)
    * [Snyk] Upgrade axios from 1.3.6 to 1.4.0 (#2686)
    * Fix typo in vi.jsx (#2684)
    * Update Vietnamese language (#2681)
    * Copy scope responder when calling an VQL function.  (#2682)
    * Added Vietnamese translation (#2680)
    * Bugfix: Miscounting total rows (#2679)
    * [Snyk] Upgrade axios from 1.3.5 to 1.3.6 (#2672)
    * Added a Certs authenticator (#2678)
    * [Snyk] Upgrade ace-builds from 1.17.0 to 1.18.0 (#2674)
    * [Snyk] Upgrade styled-components from 5.3.9 to 5.3.10 (#2677)
    * Block collections in locked down servers  (#2667)
    * Allow additional event artifacts to be specified in client config. (#2664)
    * add fixed decoded data output as preview_upload method (#2663)
    * [Snyk] Upgrade ace-builds from 1.16.0 to 1.17.0 (#2662)
    * Added context menu for downloading VFS files. (#2659)
    * Bugfix: Total row count was inaccurate (#2658)
    * Refactored vfs widget (#2657)
    * Refactored VFS download GUI (#2656)
    * Add filters for hunting to Windows.System.Powershell.ModuleAnalysisCache (#2655)
    * Improved the artifact import GUI  (#2654)
    * Modify Windows.EventLogs.ScheduledTasks (#2652)
    * [Snyk] Upgrade axios from 1.3.4 to 1.3.5 (#2650)
    * Fix typo - "filesyste" to "filesystem" (#2649)
    * Added binary parser for appcompatcache (#2645)
    * Improved eslint score (#2642)
    * Added a more complete text viewer implementation (#2641)
    * [Snyk] Upgrade react-datetime-picker from 4.2.0 to 4.2.1 (#2640)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-syntax-flow (#2637)
    * [Snyk] Upgrade moment-timezone from 0.5.42 to 0.5.43 (#2638)
    * Added a filter to the artifact search screen (#2639)
    * Add network usage transfer summary suggestion (#2636)
    * Extend http_client() to support SMB urls. (#2635)
    * Handle client crashes by reporting to the server (#2634)
    * [Snyk] Upgrade: @fortawesome/fontawesome-svg-core, @fortawesome/free-solid-svg-icons (#2633)
    * [Snyk] Upgrade @popperjs/core from 2.11.6 to 2.11.7 (#2626)
    * [Snyk] Upgrade moment-timezone from 0.5.41 to 0.5.42 (#2627)
    * Initial implementation of alerting framework. (#2631)
    * Update tool definitions to support expected_hash and version  (#2629)
    * Update test certs (#2625)
    * Refactored repository service. (#2624)
    * Forward audit events to a server artifact (#2623)
    * Document vql plugin and function permissions (#2620)
    * Added a lockdown mode to the server config. (#2619)
    * Added a VQL function upload_smb() (#2618)
    * Added upload_azure() function (#2616)
    * Added the EXPLAIN keyword (#2614)
    * [Snyk] Upgrade ace-builds from 1.15.3 to 1.16.0 (#2612)
    * [Snyk] Upgrade recharts from 2.4.3 to 2.5.0 (#2613)
    * Create monitoring_logs.go (#2611)
    * [Snyk] Upgrade @babel/core from 7.21.0 to 7.21.3 (#2609)
    * Add UserAccessLogs and formatting fix (#2607)
    * Bugfix: Preparing flow export from server artifact flows (#2606)
    * [Snyk] Upgrade styled-components from 5.3.8 to 5.3.9 (#2605)
    * Refactor launcher to split writing record and queuing message (#2604)
    * Added an SMB accessor (#2601)
    * Uplift client id validation to the client info manager (#2598)
    * Refactor launcher service to use a storage dependency (#2597)
    * Update Amcache.yaml (#2596)
    * Rework table filtering UI (#2595)
    * Splunk Configuration Details (#2594)
    * Implement TLS certificate pinning and Fallback Address (#2585)
    * [Snyk] Upgrade qs from 6.11.0 to 6.11.1 (#2593)
    * Fixed bug in grok library (#2592)
    * Add functionality to get efi variables (#2583)
    * Bugfix: Flow Deletion did not remove uploaded bulk files. (#2589)
    * Added hunt_update() VQL function to allow stopping/starting hunt (#2587)
    * Protect CryptCATAdmin functions behind dangerous api flag (#2586)
    * Close the WinVerifyTrust structure regardless of error. (#2584)
    * Added DISABLE_DANGEROUS_API_CALLS parameter (#2582)
    * [Snyk] Upgrade ace-builds from 1.15.2 to 1.15.3 (#2580)
    * [Snyk] Upgrade styled-components from 5.3.7 to 5.3.8 (#2581)
    * Bugfix: Trace file generator regression (#2579)
    * Restrict VerifyFileSignature to only run on a single thread. (#2578)
    * Dedudplicate labels in GUI (#2577)
    * Build(deps): Bump github.com/crewjam/saml from 0.4.12 to 0.4.13 (#2575)
    * Suppress logging to files for admin commands (#2571)
    * Add client id to client monitoring events  (#2569)
    * Added START_HUNT permission to control who can start a hunt (#2566)
    * Added automated translations for missing terms (#2565)
    * More work on pedump vql function (#2557)
    * Add a hunt reconstruct command to recover hunt objects from logs. (#2556)
    * Bugfix: When exporting a sparse file also export the idx file. (#2555)
    * [Snyk] Upgrade moment-timezone from 0.5.40 to 0.5.41 (#2553)
    * Added pe_dump VQL function  (#2554)
    * Bugfix: Race condition in minions (#2552)
    * Bugfix: Fixed bug in fifo plugin. (#2550)
    * Support reading raw devices with the file accessor. (#2549)
    * Bugfix: Lstat of device using NTFS accessor (#2547)
    * Refactored path handling in auth handlers (#2546)
    * Fixed base path bug (#2545)
    * Bugfix: Do not require repack to load a valid config (#2543)
    * Fixed incorrect usage of HTTP transport that broke in go1.19.6 (#2536)
    * Disabled http2 client. (#2535)
    * Build With go 1.19 (#2534)
    * Fix bug in template (#2533)
    * Prepare for 0.6.8-rc2 (#2529)
    * Bugfix: Parsing OSPath from list of components (#2528)
    * Bugfix: notebook export did not include uploads (#2527)
    * Bugfix: Client delete in non-root org did not invalidate cache (#2525)
    * Add 'Headers' to output
    * Sync KapeFiles.Targets artifact (#2522)
    * Allow http_client() to handle cookies. (#2520)
    * [Snyk] Upgrade ace-builds from 1.15.1 to 1.15.2 (#2519)
    * Added some Linux artifacts (#2514)
    * Refactoring side panel navigation as "main menu" navigation, tweaked the hamburger button (#2497)
    * Add Windows.Registry.PuttyHostKeys (#2516)
    * [Snyk] Security upgrade styled-components from 5.3.6 to 5.3.7 (#2491)
    * [Snyk] Upgrade ace-builds from 1.15.0 to 1.15.1 (#2504)
    * Update ModuleAnalysisCache.yaml (#2512)
    * Update description formatting (#2509)
    * Add first round of yara context updates (#2505)
    * Trigger client and server monitoring table rebuild (#2501)
    * Added more uploader tests (#2500)
    * Bugfix: Notebook Uploader so it reports filestore components. (#2499)
    * Added a max_row_buffer_size parameter (#2498)
    * Revamped the Metadata UI (#2496)
    * Added new artifact parameter type: server_metadata (#2494)
    * Bugfix: Server artifact running should use parent context for save (#2493)
    * Deduplicate glob hits (#2490)
    * Hex column types did not required hex encoding (#2488)
    * Pass collection_context to server artifact runner directly. (#2487)
    * [Snyk] Security upgrade is-svg from 4.3.2 to 4.4.0 (#2485)
    * Additional button labels, alt text for screen readers (#2486)
    * Reload inventory service from an event artifact (#2484)
    * Client summary react call should be ignored if call was cancelled. (#2483)
    * Record the client's install time in the writeback file. (#2482)
    * Fix bug in uploading of sparse files. (#2481)
    * Adding eslint support (#2480)
    * Explicitly set the data length in FileBuffer messages (#2479)
    * Adding label names to various buttons for accessibility (#2474)
    * Fixed x86 autoruns tool definition (#2477)
    * Use a more compact flow_id for hunts. (#2472)
    * Reuse the same session id for all flows in the same hunt. (#2471)
    * Implemented file_nocase for Linux and Darwin (#2468)
    * Bugfix: Timestamp detection assumed entire cell is a timestamp (#2467)
    * Implemented utf8 preserving Zip encoding. (#2464)
    * Bump golang.org/x/net from 0.5.0 to 0.7.0 (#2462)
    * Refactored repack functionality into a VQL function (#2461)
    * [Snyk] Upgrade axios from 1.2.5 to 1.2.6 (#2460)
    * [Snyk] Upgrade ace-builds from 1.14.0 to 1.15.0 (#2455)
    * [Snyk] Upgrade axios from 1.2.4 to 1.2.5 (#2456)
    * Fix crashes when parsing malformed PE and OLE files. (#2457)
    * Allow redirect when changing org selection (#2453)
    * [Snyk] Upgrade axios from 1.2.3 to 1.2.4 (#2448)
    * Store client path components in the uploads metadata (#2451)
    * Bugfix: syslog and csv watchers did not initialize scope (#2450)
    * Bugfix: missing rows in VFS ListDirectory (#2449)
    * Updated mail plugin to support skip_verify (#2447)
    * Fixed some race conditions (#2446)
    * [Snyk] Upgrade axios-retry from 3.3.1 to 3.4.0 (#2445)
    * Refactor and reimplement the pool client. (#2444)
    * Update ClientInfo message for pool client (#2442)
    * [Snyk] Upgrade: @babel/plugin-transform-react-jsx, @babel/runtime (#2440)
    * Track tool definitions by defining artifact (#2439)
    * [Snyk] Upgrade axios-retry from 3.3.1 to 3.4.0 (#2438)
    * Refactored event monitoring to not use globals (#2437)
    * Update WDigest.yaml (#2434)
    * Refactor and add tests for Linux.Remediation.Quarantine (#2433)
    * Reworked split_records() and parse_records_with_regex() (#2431)
    * [Snyk] Upgrade axios from 1.2.2 to 1.2.3 (#2429)
    * [Snyk] Upgrade react-datetime-picker from 4.1.1 to 4.2.0 (#2430)
    * minor changed to PSlist and DllList (#2428)
    * Fixed GUI to handle tables with varying columns per row. (#2425)
    * Split Windows.Sys.Users into two different artifacts (#2424)
    * Added progress reporting to offline collector (#2423)
    * Allow client side collections to be traced. (#2422)
    * [Snyk] Upgrade humanize-duration from 3.27.3 to 3.28.0 (#2421)
    * Added a tempfile based materializer to have safe queries (#2420)
    * Update Process.yaml (#2419)
    * Brought back the pool client (#2418)
    * Update Process.yaml (#2417)
    * [Snyk] Upgrade recharts from 2.3.1 to 2.3.2 (#2416)
    * Uploads are now deduplicated on store_as_name. (#2415)
    * Enrich SRUM artifact with the Username as well as SID (#2413)
    * Implemented a preview Column renderer (#2412)
    * [Snyk] Upgrade recharts from 2.3.0 to 2.3.1 (#2411)
    * Add PSList filters (#2407)
    * Put back the extra ForemanCheckin message on each post (#2410)
    * Send ClientInfo messages all the time (#2409)
    * Implement limits on server artifacts (#2406)
    * Support backwards compatibility comms with older clients. (#2405)
    * Implement collection limits on client (#2403)
    * Update go.yml (#2401)
    * Read flow object from storage for System.Flow.Completion (#2400)
    * Refactor client flow context manager (#2399)
    * [Snyk] Upgrade @babel/core from 7.20.7 to 7.20.12 (#2396)
    * Bump ua-parser-js from 0.7.32 to 0.7.33 in /gui/velociraptor (#2398)
    * utils/time.jsx: fix handling of nanosecond-resolution timestamps (#2397)
    * Memory uplift (#39) (#2394)
    * http_comms: create ring buffer temporary file in the same directory (#2393)
    * Update server artifact runner to use FlowRequests (#2392)
    * Added new client message type FlowRequest (#2391)
    * Allow default timezone to be specified on commandline (#2388)
    * [Snyk] Upgrade axios from 1.2.1 to 1.2.2 (#2387)
    * Verify FILESYSTEM_WRITE permission on copy() function (#2384)
    * Apply Minimum TLS version to the API server (#2383)
    * [Snyk] Upgrade: @babel/core, @babel/plugin-transform-react-jsx, @babel/runtime (#2382)
    * [Snyk] Security upgrade recharts from 2.2.0 to 2.3.0 (#2381)
    * Update and rename Server.Alerts.ProcessCreation.yaml to ProcessCreati… (#2380)
    * Update collection artifacts_with_results during execution (#2379)
    * Process monitoring messages with the new comms protocol. (#2378)
    * Create Windows.Detection.ProcessCreation (#2362)
    * Create Server.Alerts.ProcessCreation.yaml (#2363)
    * Fix time factor in FlowStat (#2377)
    * Refactored comms between client and server (#2375)
    * Update Splunk Artifact and notebook cells (#2374)
    * Allow for dynamic base_path (#2365)
    * Update ParentProcess.yaml (#2369)
    * Refactor: TLS config is now consitant for all TLS servers (#2367)
    * Bump json5 from 1.0.1 to 1.0.2 in /gui/velociraptor (#2366)
    * [Snyk] Upgrade ace-builds from 1.13.2 to 1.14.0 (#2361)
    * Add rate limits for client connections. (#2360)
    * Batch client log messages into JSONL groups (#2359)
    * Added client manager to keep track of all queries in the same flow. (#2358)
    * [Snyk] Upgrade ace-builds from 1.13.1 to 1.13.2 (#2356)
    * Added a client plugin vfs_ls (#2355)
    * Correct uninstall args for RPM based agents (#2354)
    * Fix download link colors in themes (#2349)
    * Theme fixes (#2346)
    * Refactored hunt and collection export code (#2347)
    * Use pageable tables for the VFS (#2343)
    * Compress all assets with brotli and serve them already compressed. (#2342)
    * Add BinaryRename update (#2341)
    * Vite improvements (#2340)
    * Update History.yaml (#2339)
    * Migrate GUI from create-react-app (CRA) to Vite (#2332)
    * Fix Linux.Sys.LastUserLogin (#2333)
    * Use 'auto' accessor to prevent issues with uploads (#2331)
    * Refactored audit logging (#2328)
    * Fix typo - 'Passowrd' to 'Password' (#2327)
    * Disable escape to close artifact editor (#2324)
    * Add starlark,yaml,xml, and float params (#2323)
    * Bump express from 4.17.2 to 4.18.2 in /gui/velociraptor (#2321)
    * [Snyk] Upgrade moment-timezone from 0.5.38 to 0.5.39 (#2319)
    * More fixes for Windows.System.VAD (#2317)
    * Bugfix: When org is not specified this JS code raised (#2315)
    * Fixed typo in VAD PR (#2313)
    * Add VAD protection message, status and type for completeness (#2312)
    * Bugfix: Do not materialize the VAD array in Windows.System.VAD (#2310)
    * Bugfix: Reset crypto cache when client is deleted (#2308)
    * Fixed Windows.Sys.Users artifact. (#2306)
    * Theme fixes and improvements (#2305)
    * Added an --msi flag to the config repack command (#2304)
    * Fix golden tests (#2302)
    * [Snyk] Upgrade ace-builds from 1.12.5 to 1.13.0 (#2301)
    * Bump decode-uri-component from 0.2.0 to 0.2.2 in /gui/velociraptor (#2299)
    * Fix freebsd build (#2298)
    * Bugfix: Collector timeout was set in ns (#2297)
    * Added write_jsonl plugin. (#2296)
    * Bugfix: Export notebook to zip broken (#2295)
    * Theme fixes (#2291)
    * User admin management screeb (#2212)
    * Use 'HuntDescription' value for hunt() 'description' value (#2289)
    * Add shaded container around artifact description content (#2287)
    * ACE editor font corrections (#2285)
    * Ensure reserved user names can not be used (#2284)
    * Theme fixes and improvements (#2283)
    * Fix example for dummy proxy in documentation (#2281)
    * Bugfix: uploads.json in the flow download refered to filestore paths (#2282)
    * Bugfix: Downloading CSV from table breaks with error. (#2280)
    * Theme fixes and improvements (#2278)
    * Upgrade Velociraptor's yara plugin to support yara 4.2.3 (#2277)
    * Fixed the Windows.KapeFiles.Extract artifact (#2275)
    * [Snyk] Upgrade ace-builds from 1.12.4 to 1.12.5 (#2269)
    * Added code to automatically reformat VQL in notebook. (#2271)
    * Bugfix: http_client was unable to open unix domain sockets (#2270)
    * [Snyk] Upgrade ace-builds from 1.12.3 to 1.12.4 (#2264)
    * Bugfix: Minions should not start the ServerMonitoringService (#2260)
    * Made threshold for sparse file expansions configurable. (#2259)
    * Bugfix: Export download supports expanding sparse files (#2258)
    * Bugfix: Do not expand sparse files when importing (#2257)
    * Bugfix: Store client specific dashboard in client space. (#2255)
    * Bugfix: Dashboard refresh button did not refresh it (#2254)
    * Return EOF from timed result set when reading past the end (#2253)
    * Fix context management in event table updates. (#2252)
    * Bugfix: Dashboard refresh button did not refresh it (#2251)
    * Theme fixes (#2250)
    * Bump loader-utils from 1.4.1 to 1.4.2 in /gui/velociraptor (#2249)
    * Fixed bug in line splitting in execve() plugin (#2248)
    * Fixed bug in VQL Drilldown view (#2246)
    * Update Server.Import.PreviousReleases (#2245)
    * Update colors in tree widget to match theme (#2243)
    * Font adjustments in themes (#2242)
    * Refactor the Windows.NTFS.MFT artifact for back compatibility (#2241)
    * Theme improvements and alignment (#2240)
    * Update user delete VQL and grant (#2238)
    * Refactored Org to OrgRecord protobuf  (#2237)
    * Update parse_mft() and parse_usn() to allow drive prefix. (#2236)
    * Add choice to config wizard for allow list (#2234)
    * Bugfix: Allow client metadata with , (#2233)
    * [Snyk] Upgrade ace-builds from 1.12.0 to 1.12.3 (#2230)
    * Propagate user's prefered timezone for export tables (#2232)
    * MappingNameRegex fix (#2231)
    * More documentation of the config file. (#2228)
    * Bump loader-utils from 1.4.0 to 1.4.1 in /gui/velociraptor (#2225)
    * users: AddUserToOrg needs GetUserWithHashes or it will remove passwor… (#2227)
    * Refactored user management code into a separate module. (#2224)
    * [Snyk] Upgrade ace-builds from 1.11.1 to 1.12.0 (#2221)
    * [Snyk] Upgrade moment-timezone from 0.5.37 to 0.5.38 (#2222)
    * Added an LRU for ACL manager (#2223)
    * Enforce an allow list on plugins, functions and accessors (#2214)
    * tests: fix binary copying in CollectorSetupTest (#2210)
    * Update protobuf generation script (#2213)
    * Linux quarantine (#2211)
    * Bugfix: Flush server artifact logs into storage frequently (#2207)
    * Fix HTTP Params/Add HTTP Method Validation (#2203)
    * Bugfix: Sync NTFS (#2206)
    * file_store: handle watching artifacts with named sources (#2204)
    * Add Provider and ProviderRegex (#2198)
    * Bugfix: sparse files were not properly detected. (#2200)
    * Add timestamp_field, hostname_field, and hostname param to splunk_upload (#2187)
  - Removed velociraptor-kafka-humio-gateway package.
    * kafka-humio-gateway was dropped in favor of the new upstream LogScale plugin

------------------------------------------------------------------
------------------  2023-10-30  -  Oct 30 2023  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.511.g0bdb16ac:
    * fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
    * fix(systemd-repart): correct undefined $libdir
    * fix(dracut-systemd): use `DRACUT_VERSION` instead of `VERSION`
    * fix(dracut.sh): abort if Bash is in POSIX mode
    * fix(dracut-initramfs-restore.sh): do not set selinux labels if disabled
    * fix(network): correct network device naming (bsc#1192986)

++++ gpg2:

  - Fix the build in SLE and Leap by adding an exclude in the files
    section for the dirmngr's systemd user units. [jsc#PED-7093]

++++ grub2:

  - Fix fadump not working with 1GB/2GB/4GB LMB[P10] (bsc#1216253)
    * 0001-kern-ieee1275-init-Restrict-high-memory-in-presence-.patch

++++ kernel-default:

  - scsi: pm80xx: Avoid leaking tags when processing
    OPC_INB_SET_CONTROLLER_CONFIG command (jsc#PED-6874).
  - scsi: pm80xx: Use phy-specific SAS address when sending
    PHY_START command (jsc#PED-6874).
  - scsi: libsas: Delete sas_ssp_task.task_prio (jsc#PED-6874).
  - scsi: libsas: Delete sas_ssp_task.enable_first_burst
    (jsc#PED-6874).
  - scsi: libsas: Delete struct scsi_core (jsc#PED-6874).
  - scsi: libsas: Delete enum sas_phy_type (jsc#PED-6874).
  - scsi: libsas: Delete enum sas_class (jsc#PED-6874).
  - scsi: libsas: Delete sas_ha_struct.lldd_module (jsc#PED-6874).
  - scsi: pm80xx: Set RETFIS when requested by libsas
    (jsc#PED-6874).
  - scsi: libsas: Add return_fis_on_success to sas_ata_task
    (jsc#PED-6874).
  - scsi: pm8001: Remove unused declarations (jsc#PED-6874).
  - scsi: pm80xx: Fix error return code in pm8001_pci_probe()
    (jsc#PED-6874).
  - scsi: aacraid: Avoid -Warray-bounds warning (jsc#PED-6875).
  - scsi: pm80xx: Add fatal error checks (jsc#PED-6874).
  - scsi: pm80xx: Add GET_NVMD timeout during probe (jsc#PED-6874).
  - scsi: pm80xx: Update PHY state after hard reset (jsc#PED-6874).
  - scsi: pm80xx: Log port state during HW event (jsc#PED-6874).
  - scsi: pm80xx: Log phy_id and port_id in the device registration
    request (jsc#PED-6874).
  - scsi: pm80xx: Print port_id in HW events (jsc#PED-6874).
  - scsi: pm80xx: Enable init logging (jsc#PED-6874).
  - scsi: pm80xx: Log some HW events by default (jsc#PED-6874).
  - scsi: aacraid: Replace all non-returning strlcpy with strscpy
    (jsc#PED-6875).
  - commit ddefe4e
  - perf: Disallow mis-matched inherited group reads (bsc#1216584
    CVE-2023-5717).
  - commit 9197206
  - pinctrl: tegra: avoid duplicate field initializers (bsc#1216215)
  - commit ef05e40
  - config/arm64: Enable Tegra234 pinmux driver (bsc#1216215)
    Add a config to enable building of Tegra234 pinmux driver.
  - commit d69049b
  - pinctrl: tegra: Add Tegra234 pinmux driver (bsc#1216215)
  - commit 519eedc
  - nvmet-tcp: Fix a possible UAF in queue intialization setup
    (bsc#1215768 CVE-2023-5178).
  - commit ea9717a

++++ kernel-default-base:

  - Add dummy (boo#1216647)

++++ gpgme:

  - update to 1.23.1:
    * fixes for other platforms

++++ procps:

  - procps-ng-3.3.17-logind.patch: Fix crash of "w -s -h"

++++ shadow:

  - Update to 4.14.2:
    * libshadow:
    + Fix build with musl libc.
    + Avoid NULL dereference.
    + Update utmp at an initial login
    * useradd(8):
    + Set proper SELinux labels for def_usrtemplate
    * Manual:
    + Document --prefix in chage(1), chpasswd(8), and passwd(1)
  - Drop upstreamed shadow-4.14.0-selinux-labels.patch

++++ systemd:

  - Fix typo in /etc/systemd/user.confd.d (bsc#1216676)

++++ pcsc-ccid:

  - version 1.5.4
    * fix a regression introduced in 1.5.3
  - version 1.5.3
    * Add support of
  - ACS ACR1552 1S CL Reader
  - ACS ACR1552 CL Reader
  - ACS ACR1581
  - ACS ACR40T ICC Reader
  - ACS ACR40U ICC Reader
  - ACS WalletMate 1S CL Reader
  - Aktiv Rutoken SCR 3101 NFC Reader
  - CIRIGHT ONE PASS U2F
  - Dexon Tecnologias Digitais LTDA eSmartDX
  - Excelsecu Card reader
  - GHI NC001
  - Identiv uTrust Token Flex
  - SpringCard M519 with idProduct: 0x6212
  - SpringCard M519 with idProduct: 0x621A
  - WCMi SD5931
    * parse: create output.bin file
    * udev: Disable USB-persist for CCID devices
    * configure: fail if flex is not found
    * Some other minor improvements

++++ python-jsonschema:

  - update tp 4.19.2:
    * Fix the error message for additional items when used with
    heterogeneous arrays.
    * Don't leak the additionalItems keyword into JSON Schema draft
    2020-12, where it was replaced by items.

++++ python-pyudev:

  - update hypothesis_settings.patch:
    * Extend deadline for test_child_of_parents that fails on ppc64le (bsc#1216607)

++++ python-rpm:

  - Modernize python-rpm.spec to stop using deprecated macros
    (%python_build and %python_install).

++++ selinux-policy:

  - Update to version 20231030:
    * Allow system_mail_t manage exim spool files and dirs
    * Dontaudit keepalived setattr on keepalived_unconfined_script_exec_t
    * Label /run/pcsd.socket with cluster_var_run_t
    * ci: Run cockpit tests in PRs
    * Add map_read map_write to kernel_prog_run_bpf
    * Allow systemd-fstab-generator read all symlinks
    * Allow systemd-fstab-generator the dac_override capability
    * Allow rpcbind read network sysctls
    * Support using systemd containers
    * Allow sysadm_t to connect to iscsid using a unix domain stream socket
    * Add policy for coreos installer
    * Add policy for nvme-stas
    * Confine systemd fstab,sysv,rc-local
    * Label /etc/aliases.lmdb with etc_aliases_t
    * Create policy for afterburn
    * Make new virt drivers permissive
    * Split virt policy, introduce virt_supplementary module
    * Allow apcupsd cgi scripts read /sys
    * Allow kernel_t to manage and relabel all files
    * Add missing optional_policy() to files_relabel_all_files()
    * Allow named and ndc use the io_uring api
    * Deprecate common_anon_inode_perms usage
    * Improve default file context(None) of /var/lib/authselect/backups
    * Allow udev_t to search all directories with a filesystem type
    * Implement proper anon_inode support
    * Allow targetd write to the syslog pid sock_file
    * Add ipa_pki_retrieve_key_exec() interface
    * Allow kdumpctl_t to list all directories with a filesystem type
    * Allow udev additional permissions
    * Allow udev load kernel module
    * Allow sysadm_t to mmap modules_object_t files
    * Add the unconfined_read_files() and unconfined_list_dirs() interfaces
    * Set default file context of HOME_DIR/tmp/.* to <<none>>
    * Allow kernel_generic_helper_t to execute mount(1)
    * Allow sssd send SIGKILL to passkey_child running in ipa_otpd_t
    * Allow systemd-localed create Xserver config dirs
    * Allow sssd read symlinks in /etc/sssd
    * Label /dev/gnss[0-9] with gnss_device_t
    * Allow systemd-sleep read/write efivarfs variables
    * ci: Fix version number of packit generated srpms
    * Dontaudit rhsmcertd write memory device
    * Allow ssh_agent_type create a sockfile in /run/user/USERID
    * Set default file context of /var/lib/authselect/backups to <<none>>
    * Allow prosody read network sysctls
    * Allow cupsd_t to use bpf capability
    * Allow sssd domain transition on passkey_child execution conditionally
    * Allow login_userdomain watch lnk_files in /usr
    * Allow login_userdomain watch video4linux devices
    * Change systemd-network-generator transition to include class file
    * Revert "Change file transition for systemd-network-generator"
    * Allow nm-dispatcher winbind plugin read/write samba var files
    * Allow systemd-networkd write to cgroup files
    * Allow kdump create and use its memfd: objects (bsc#1219207)
    * Allow fedora-third-party get generic filesystem attributes
    * Allow sssd use usb devices conditionally
    * Update policy for qatlib
    * Allow ssh_agent_type manage generic cache home files
    * Change file transition for systemd-network-generator
    * Additional support for gnome-initial-setup
    * Update gnome-initial-setup policy for geoclue
    * Allow openconnect vpn open vhost net device
    * Allow cifs.upcall to connect to SSSD also through the /var/run socket
    * Grant cifs.upcall more required capabilities
    * Allow xenstored map xenfs files
    * Update policy for fdo
    * Allow keepalived watch var_run dirs
    * Allow svirt to rw /dev/udmabuf
    * Allow qatlib  to modify hardware state information.
    * Allow key.dns_resolve connect to avahi over a unix stream socket
    * Allow key.dns_resolve create and use unix datagram socket
    * Use quay.io as the container image source for CI
    * ci: Move srpm/rpm build to packit
    * .copr: Avoid subshell and changing directory
    * Allow gpsd, oddjob and oddjob_mkhomedir_t write user_tty_device_t chr_file
    * Label /usr/libexec/openssh/ssh-pkcs11-helper with ssh_agent_exec_t
    * Make insights_client_t an unconfined domain
    * Allow insights-client manage user temporary files
    * Allow insights-client create all rpm logs with a correct label
    * Allow insights-client manage generic logs
    * Allow cloud_init create dhclient var files and init_t manage net_conf_t
    * Allow insights-client read and write cluster tmpfs files
    * Allow ipsec read nsfs files
    * Make tuned work with mls policy
    * Remove nsplugin_role from mozilla.if
    * allow mon_procd_t self:cap_userns sys_ptrace
    * Allow pdns name_bind and name_connect all ports
    * Set the MLS range of fsdaemon_t to s0 - mls_systemhigh
    * ci: Move to actions/checkout@v3 version
    * .copr: Replace chown call with standard workflow safe.directory setting
    * .copr: Enable `set -u` for robustness
    * .copr: Simplify root directory variable
    * Allow rhsmcertd dbus chat with policykit
    * Allow polkitd execute pkla-check-authorization with nnp transition
    * Allow user_u and staff_u get attributes of non-security dirs
    * Allow unconfined user filetrans chrome_sandbox_home_t
    * Allow svnserve execute postdrop with a transition
    * Do not make postfix_postdrop_t type an MTA executable file
    * Allow samba-dcerpc service manage samba tmp files
    * Add use_nfs_home_dirs boolean for mozilla_plugin
    * Fix labeling for no-stub-resolv.conf
    * Revert "Allow winbind-rpcd use its private tmp files"
    * Allow upsmon execute upsmon via a helper script
    * Allow openconnect vpn read/write inherited vhost net device
    * Allow winbind-rpcd use its private tmp files
    * Update samba-dcerpc policy for printing
    * Allow gpsd,oddjob,oddjob_mkhomedir rw user domain pty
    * Allow nscd watch system db dirs
    * Allow qatlib to read sssd public files
    * Allow fedora-third-party read /sys and proc
    * Allow systemd-gpt-generator mount a tmpfs filesystem
    * Allow journald write to cgroup files
    * Allow rpc.mountd read network sysctls
    * Allow blueman read the contents of the sysfs filesystem
    * Allow logrotate_t to map generic files in /etc
    * Boolean: Allow virt_qemu_ga create ssh directory
    * Allow systemd-network-generator send system log messages
    * Dontaudit the execute permission on sock_file globally
    * Allow fsadm_t the file mounton permission
    * Allow named and ndc the io_uring sqpoll permission
    * Allow sssd io_uring sqpoll permission
    * Fix location for /run/nsd
    * Allow qemu-ga get fixed disk devices attributes
    * Update bitlbee policy
    * Label /usr/sbin/sos with sosreport_exec_t
    * Update policy for the sblim-sfcb service
    * Add the files_getattr_non_auth_dirs() interface
    * Fix the CI to work with DNF5
    * Make systemd_tmpfiles_t MLS trusted for lowering the level of files
    * Revert "Allow insights client map cache_home_t"
    * Allow nfsidmapd connect to systemd-machined over a unix socket
    * Allow snapperd connect to kernel over a unix domain stream socket
    * Allow virt_qemu_ga_t create .ssh dir with correct label
    * Allow targetd read network sysctls
    * Set the abrt_handle_event boolean to on
    * Permit kernel_t to change the user identity in object contexts
    * Allow insights client map cache_home_t
    * Label /usr/sbin/mariadbd with mysqld_exec_t
    * Allow httpd tcp connect to redis port conditionally
    * Label only /usr/sbin/ripd and ripngd with zebra_exec_t
    * Dontaudit aide the execmem permission
    * Remove permissive from fdo
    * Allow sa-update manage spamc home files
    * Allow sa-update connect to systemlog services
    * Label /usr/lib/systemd/system/mimedefang.service with antivirus_unit_file_t
    * Allow nsd_crond_t write nsd_var_run_t & connectto nsd_t
    * Allow bootupd search EFI directory
    * Change init_audit_control default value to true
    * Allow nfsidmapd connect to systemd-userdbd with a unix socket
    * Add the qatlib  module
    * Add the fdo module
    * Add the bootupd module
    * Set default ports for keylime policy
    * Create policy for qatlib
    * Add policy for FIDO Device Onboard
    * Add policy for bootupd
    * Add support for kafs-dns requested by keyutils
    * Allow insights-client execmem
    * Add support for chronyd-restricted
    * Add init_explicit_domain() interface
    * Allow fsadm_t to get attributes of cgroup filesystems
    * Add list_dir_perms to kerberos_read_keytab
    * Label /var/run/tmpfiles.d/static-nodes.conf with kmod_var_run_t
    * Allow sendmail manage its runtime files

++++ strace:

  - Remove haveged build requirement and usage in test suite as it is
    not needed anymore (jsc#PED-6184).

++++ toolbox:

  - Update to version 2.3+git20231030.3a6ef35:
    * Mount /dev/pts as mount type=devpts instead of --volume
    * fix typo creat -> create
    * Remove trailing whitespace
    * Fix bash error when container cannot be pulled

------------------------------------------------------------------
------------------  2023-10-29  -  Oct 29 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - iio: afe: rescale: Accept only offset channels (git-fixes).
  - iio: exynos-adc: request second interupt only when touchscreen
    mode is used (git-fixes).
  - iio: adc: xilinx-xadc: Correct temperature offset/scale for
    UltraScale (git-fixes).
  - iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature
    thresholds (git-fixes).
  - misc: fastrpc: Unmap only if buffer is unmapped from DSP
    (git-fixes).
  - misc: fastrpc: Clean buffers on remote invocation failures
    (git-fixes).
  - misc: fastrpc: Free DMA handles for RPC calls with no arguments
    (git-fixes).
  - misc: fastrpc: Reset metadata buffer to avoid incorrect free
    (git-fixes).
  - i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
    (git-fixes).
  - i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()
    (git-fixes).
  - i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()
    (git-fixes).
  - i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()
    (git-fixes).
  - i2c: aspeed: Fix i2c bus hang in slave read (git-fixes).
  - ARM: OMAP: timer32K: fix all kernel-doc warnings (git-fixes).
  - arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards
    (git-fixes).
  - arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399
    (git-fixes).
  - arm64: dts: rockchip: set codec system-clock-fixed on
    px30-ringneck-haikou (git-fixes).
  - arm64: dts: rockchip: use codec as clock master on
    px30-ringneck-haikou (git-fixes).
  - arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate
    (git-fixes).
  - arm64: dts: qcom: apq8096-db820c: fix missing clock populate
    (git-fixes).
  - arm64: dts: qcom: sa8775p: correct PMIC GPIO label in
    gpio-ranges (git-fixes).
  - firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()
    (git-fixes).
  - wifi: mac80211: don't drop all unprotected public action frames
    (git-fixes).
  - wifi: cfg80211: fix assoc response warning on failed links
    (git-fixes).
  - wifi: cfg80211: pass correct pointer to rdev_inform_bss()
    (git-fixes).
  - r8152: Release firmware if we have an error in probe
    (git-fixes).
  - r8152: Cancel hw_phy_work if we have an error in probe
    (git-fixes).
  - r8152: Run the unload routine if we have errors during probe
    (git-fixes).
  - r8152: Increase USB control msg timeout to 5000ms as per spec
    (git-fixes).
  - net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg
    (git-fixes).
  - net: ieee802154: adf7242: Fix some potential buffer overflow
    in adf7242_stats_show() (git-fixes).
  - treewide: Spelling fix in comment (git-fixes).
  - commit fcf0a1e

------------------------------------------------------------------
------------------  2023-10-28  -  Oct 28 2023  -------------------
------------------------------------------------------------------

++++ c-ares:

  - update to 1.21.0:
    * Replace multiple DNS hand-made parsers with new memory-safe DNS
    message parser
    * developer visible changes and bug fixes

++++ vim:

  - Update to version 9.0.2078
    * several problems with type aliases
    * Vim9: No support for type aliases
    * TextChangedI may not always trigger
    * Completion menu may be wrong
    * don't echo empty lines
    * typo in quickfix.c comments
    * update debian related runtime files
    * Vim9: no nr2str conversion in list-unpack
    * objdump files not recognized
    * [security] disallow setting env in restricted mode
    * possible to escape bracketed paste mode with Ctrl-C
    * [security] overflow in :history
    * clarify bracketed paste mode
    * missing code formatting in if_pyth.txt
    * xxd: coloring was disabled on Cygwin
    * xxd: corrupting files when reversing bit dumps
    * EXPAND flag set for filetype option
    * cannot use buffer-number for errorformat
    * Fix typos in several documents
    * pacman hooks are detected as conf filetype
    * Janet files are not recognised
    * not able to detect xkb filetypes
    * *.{gn,gni} files are not recognized
    * small updates to the documentation for varargs
    * Update ftplugin - comment motions
    * outstanding exceptions may be skipped
    * tests: avoid error when no swap files exist
    * Vim9: no strict type checks for funcrefs varargs
    * do not use hard-coded match id
    * no digraph for quadruple prime
    * Vim9: non-consistent error messages
    * win32: iscygpty needs update
    * Add new ftplugin
    * zig filetype detection test wrong
    * win32: using deprecated wsock32 api
    * Vim9: wrong error for non-existing object var
    * Update Zig runtime files
    * Vim9: crash with deferred function call and exception
    * Vim9: not recognizing qualified class vars for infix ops
    * python: uninitialized warning
    * perl: warning about inconsistent dll linkage
    * tests: checking for swap files takes time
    * Vim9: exceptions confuse defered functions
    * allow for overriding systemd ftplugin settings

------------------------------------------------------------------
------------------  2023-10-27  -  Oct 27 2023  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.8. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.8>
    Includes fixes for:
  - CVE-2022-1996 bsc#1200528
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ docker:

  - Update to Docker 24.0.7-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2407>. bsc#1217513
    * Deny containers access to /sys/devices/virtual/powercap by default.
  - CVE-2020-8694 bsc#1170415
  - CVE-2020-8695 bsc#1170446
  - CVE-2020-12912 bsc#1178760
  - 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

++++ python-kiwi:

  - Change partprobe fallback to partx
    Informing the kernel about a new partition geometry can be done in a
    busy state and is also effective for new devices and new mounts based
    on the new geometry. busy state mounts of course will not see it until
    swap of the busy state but a complete refuse of operation like it
    happens with blockdev is imho not required. Just as partprobe, partx
    is less restrictive on the busy state. That's why this commit changes
    the partprobe fallback to use partx instead of blockdev

++++ kernel-default:

  - powerpc/stacktrace: Fix arch_stack_walk_reliable()
    (bsc#1215199).
  - commit e0a2d02
  - powerpc/pseries: Fix STK_PARAM access in the hcall tracing code
    (bsc#1215199).
  - commit 17dca43
  - powerpc/qspinlock: Fix stale propagated yield_cpu (bsc#1215199).
  - commit 3d91081
  - powerpc/pseries: use kfree_sensitive() in plpks_gen_password()
    (bsc#1215199).
  - commit 928df42
  - Refresh patches.suse/integrity-powerpc-Do-not-select-CA_MACHINE_KEYRING.patch.
    Update patch metadata.
  - commit 42c8385
  - supported.conf: Add ultrasoc-smb support (jsc#PED-4733)
  - commit a3bd516
  - Update
    patches.suse/0001-x86-sev-Disable-MMIO-emulation-from-user-mode.patch
    (bsc#1212649 CVE-2023-46813).
  - Update
    patches.suse/0002-x86-sev-Check-IOBM-for-IOIO-exceptions-from-user-spa.patch
    (bsc#1212649 CVE-2023-46813).
  - Update
    patches.suse/0003-x86-sev-Check-for-user-space-IOIO-pointing-to-kernel.patch
    (bsc#1212649 CVE-2023-46813).
  - commit 5ed02d6

++++ spirv-tools:

  - Update to release 2023.5~rc1
    * opt: add new trim passes
    * SPV_QCOM_image_processing support
    * Add SPV_EXT_fragment_shader_interlock and
    SPV_KHR_physical_storage_buffer to allow lists
    * Add a new legalization pass to dedupe invocation interlock
    instructions

++++ p11-kit:

  - Update to 0.25.1:
    * fix probing of C_GetInterface [#535]
    * p11-kit: add command to list tokens [#581]
    * p11-kit: add command to list mechanisms supported by a token [#576]
    * p11-kit: add command to generate private-public keypair on a token
    [#551, #582]
    * p11-kit: add commands to import/export certificates and public
    keys into/from a token [#543, #549, #568, #588]
    * p11-kit: add commands to list and delete objects of a token
    [#533, #544, #571]
    * p11-kit: add --login option to login into a token with object
    and profile management commands [#587]
    * p11-kit: adjust behavior of PKCS#11 profile management commands
    [#558, #560, #583, #591]
    * p11-kit: print PKCS#11 URIs in list-modules [#532]
    * bug and build fixes [#528 #529, #534, #537, #540, #541, #545,
    [#547], #550, #557, #572, #575, #579, #585, #586, #590]
    * test fixes [#553, #580]
    * Remove patch fixed upstream:
  - d1d4b0ac316a27c739ff91e6c4153f1154e96e5a.patch

++++ rpm:

  - disable sysusers handling for now

++++ vulkan-loader:

  - Update to release SDK-1.3.268.0
    * Add VK_LOADER_LAYERS_ALLOW environment variable.
    * Add Debug extension support to test layer

++++ suse-module-tools:

  - Update to version 16.0.38:
    * modprobe.d: use softdep to load sd_mod and sg (boo#1216070)

------------------------------------------------------------------
------------------  2023-10-26  -  Oct 26 2023  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2023-38473.patch: derive alternative host name from
    its unescaped version (bsc#1216419 CVE-2023-38473).

++++ boost-base:

  - Fix build for gnu-mpich-hpc broken by previous update

++++ python-kiwi:

  - Create live persistent storage without busy state
    With the former logic the live ISO was already mounted when an
    eventual persistent storage partition was created. This leads
    to an issue on re-reading the partition table, not for all but
    several tools. This commit changes the order of tasks such that
    the setup of the persistent write storage is performed prior
    mounting the live ISO. In addition to this change an alternative
    method using blockdev to re-read the partition was added in case
    partprobe is not present. This also allows to get rid of the
    parted dependency which provides partprobe

++++ grub2:

  - Fix a potential error when appending multiple keys into the
    synthesized initrd
    * Fix-the-size-calculation-for-the-synthesized-initrd.patch

++++ kernel-default:

  - quota: rename dquot_active() to inode_quota_active()
    (bsc#1214997).
  - commit 7b1c518
  - quota: Fix slow quotaoff (bsc#1216621)
  - commit 8f9ab60
  - quota: fix dqput() to follow the guarantees dquot_srcu should
    provide (bsc#1214963).
  - commit bd9f623
  - quota: add new helper dquot_active() (bsc#1214998).
  - commit a6eddf2
  - quota: factor out dquot_write_dquot() (bsc#1214995).
  - commit 580a3c6
  - jbd2: correct the end of the journal recovery scan range
    (bsc#1214955).
  - commit 2b92f59
  - jbd2: check 'jh->b_transaction' before removing it from
    checkpoint (bsc#1214953).
  - commit 9e3e6a0
  - jbd2: fix checkpoint cleanup performance regression
    (bsc#1214952).
  - commit ef5fb7d
  - ext4: avoid potential data overflow in next_linear_group
    (bsc#1214951).
  - commit 785ff8e
  - block/mq-deadline: use correct way to throttling write requests
    (bsc#1214993).
  - commit 6d6927a
  - x86/sev: Check for user-space IOIO pointing to kernel space
    (bsc#1212649).
  - x86/sev: Check IOBM for IOIO exceptions from user-space
    (bsc#1212649).
  - x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
  - commit ccb5459
  - Disable CONFIG_IA32_EMULATION_DEFAULT_DISABLED again (jsc#PED-3184)
  - commit f4027be
  - ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in
    ata_eh_reset() (bsc#1216436).
  - commit c6250f7
  - ata: libata: remove references to non-existing error_handler()
    (bsc#1216436).
  - Refresh
    patches.suse/ata-libata-core-Fix-port-and-device-removal.patch.
  - commit 69b2823
  - PM: hibernate: fix resume_store() return value when hibernation
    not available (bsc#1216436).
  - commit 2d0c292
  - net: rfkill: reduce data->mtx scope in rfkill_fop_open
    (git-fixes).
  - commit e434c5e
  - ata: libata-core: fix when to fetch sense data for successful
    commands (bsc#1216436).
  - commit 5246ba2
  - Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when
    aborting (git-fixes).
  - Refresh
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_disconnect_all_syn.patch.
  - Refresh
    patches.suse/Bluetooth-hci_sync-Fix-UAF-on-hci_abort_conn_sync.patch.
  - commit a7663b4
  - selftests/ftrace: Add new test case which checks non unique
    symbol (git-fixes).
  - platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c
    events (git-fixes).
  - platform/x86: asus-wmi: Only map brightness codes when using
    asus-wmi backlight control (git-fixes).
  - platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from
    0x20 to 0x2e (git-fixes).
  - USB: serial: option: add Fibocom to DELL custom modem FM101R-GL
    (git-fixes).
  - USB: serial: option: add entry for Sierra EM9191 with new
    firmware (git-fixes).
  - USB: serial: option: add Telit LE910C4-WWX 0x1035 composition
    (git-fixes).
  - mmc: core: Capture correct oemid-bits for eMMC cards
    (git-fixes).
  - mmc: core: Fix error propagation for some ioctl commands
    (git-fixes).
  - Bluetooth: hci_sock: Correctly bounds check and pad
    HCI_MON_NEW_INDEX name (git-fixes).
  - Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
  - Bluetooth: hci_sock: fix slab oob read in create_monitor_event
    (git-fixes).
  - Bluetooth: hci_event: Fix coding style (git-fixes).
  - Bluetooth: hci_sync: always check if connection is alive before
    deleting (git-fixes).
  - Bluetooth: Reject connection with the device which has same
    BD_ADDR (git-fixes).
  - Bluetooth: ISO: Fix invalid context error (git-fixes).
  - Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
  - platform/x86: touchscreen_dmi: Add info for the Positivo C4128B
    (git-fixes).
  - platform/x86: touchscreen_dmi: Add info for the BUSH Bush
    Windows tablet (git-fixes).
  - HID: Add quirk to ignore the touchscreen battery on HP ENVY
    15-eu0556ng (git-fixes).
  - HID: nintendo: reinitialize USB Pro Controller after resuming
    from suspend (git-fixes).
  - HID: multitouch: Add required quirk for Synaptics 0xcd7e device
    (git-fixes).
  - HID: holtek: fix slab-out-of-bounds Write in
    holtek_kbd_input_event (git-fixes).
  - HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720
    Triathlon mouse (git-fixes).
  - wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
  - wifi: mac80211: allow transmitting EAPOL frames with tainted
    key (git-fixes).
  - wifi: mac80211: work around Cisco AP 9115 VHT MPDU length
    (git-fixes).
  - wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
  - rfkill: sync before userspace visibility/changes (git-fixes).
  - wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
  - wifi: cfg80211: validate AP phy operation before starting it
    (git-fixes).
  - wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len
    (git-fixes).
  - Bluetooth: hci_core: Fix build warnings (git-fixes).
  - Bluetooth: Avoid redundant authentication (git-fixes).
  - Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
  - selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and
    hugetlb_reparenting_test.sh that may cause error (git-fixes).
  - i2c: mux: Avoid potential false error message in
    i2c_mux_add_adapter (git-fixes).
  - accel/ivpu: Don't flood dmesg with VPU ready message
    (git-fixes).
  - gpio: timberdale: Fix potential deadlock on &tgpio->lock
    (git-fixes).
  - Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
    (git-fixes).
  - Bluetooth: hci_conn: Fix modifying handle while aborting
    (git-fixes).
  - Bluetooth: hci_sync: Fix not handling ISO_LINK in
    hci_abort_conn_sync (git-fixes).
  - commit 6c9ea2b
  - fs: buffer: use __bio_add_page to add single page to bio
    (bsc#1216436).
  - dm: dm-zoned: use __bio_add_page for adding single metadata page
    (bsc#1216436).
  - commit 6413c7c
  - floppy: use __bio_add_page for adding single page to bio
    (bsc#1216436).
  - zram: use __bio_add_page for adding single page to bio
    (bsc#1216436).
  - zonefs: use __bio_add_page for adding single page to bio
    (bsc#1216436).
  - gfs2: use __bio_add_page for adding single page to bio
    (bsc#1216436).
  - jfs: logmgr: use __bio_add_page to add single page to bio
    (bsc#1216436).
  - md: raid5: use __bio_add_page to add single page to new bio
    (bsc#1216436).
  - md: raid5-log: use __bio_add_page to add single page
    (bsc#1216436).
  - md: use __bio_add_page to add single page (bsc#1216436).
  - swap: use __bio_add_page to add page to bio (bsc#1216436).
  - commit 936fc88

++++ libeconf:

  - Update to version 0.5.2:
    * Add python bindings (#188)
    * docu version 0.5.2
    * Fix test (#185)
    * Plug memory leak (#186)

++++ libsoup:

  - Update to version 3.4.4:
    + Improve HTTP/2 performance when a lot of buffering happens
    + Support building libnghttp2 as a subproject

++++ wtmpdb:

  - Update to version 0.9.3
  - wtmpdb last: don't print date in the future if there is no
    db entry

------------------------------------------------------------------
------------------  2023-10-25  -  Oct 25 2023  -------------------
------------------------------------------------------------------

++++ glib2:

  - Update to version 2.78.1:
    + Fix truncating files when `g_file_set_contents_full()` is
    called without `G_FILE_SET_CONTENTS_CONSISTENT`
    + Fix `-Dlibelf=disabled` on Linux
    + Bugs fixed:
  - NetworkManager 1.44.0 crashes repeatedly with glib 2.78.0
  - gsubprocess-testprog.c: build error with cygwin
    (sys/ptrace.h: No such file or directory)
  - gio clears modification time in microseconds when setting
    with `set_modification_date_time`
  - Build of glib 2.78.0 ignores -Dlibelf=disabled
  - glib-2.78.0 fails at gio/tests/gsubprocess.p/gsubprocess.c.o
  - Segfault when creating GIO GPropertyAction without properties
  - `g_file_set_contents_full()` doesn't truncate the file
    (without `G_FILE_SET_CONTENTS_CONSISTENT`)
  - guniprop.c: Avoid creating (temporarily) out-of-bounds
    pointers
  - Fixes for integer cast warnings when targeting CHERI
  - Fix test_find_program on FreeBSD
  - gconstructor.h: Ensure [c|d]tor prototypes are present for
    MSVC
  - Fix gutils-user-database test on macOS
  - Add value annotation to G_TYPE_FUNDAMENTAL_MAX
  - meson: Fix Windows build with PCRE2 as sibling subproject
  - gconstructor.h: Ensure [c|d]tor prototypes are present for
    MSVC
  - glocalfileinfo: Preserve microseconds for access/modify times
  - Make sure the `GTask` is freed on a graceful disconnect
  - Buffer needs to be aligned correctly to receive
    linux_dirent64.
  - gtestutils.h: Fix warning with -Wsign-conversion caused by
    g_assert_cmpint
  - tests: Drop unnecessary include from gsubprocess-testprog.c
  - wakeup: do single read when using eventfd()
  - wakeup: Fix g_wakeup_acknowledge if signal comes in”
  - Use g_task_return in task threads
  - build: Fix -Dlibelf=disabled on Linux
  - gfileutils: Add a missing ftruncate() call when writing files
    + Updated translations.
  - Drop 0005-gthreadedresolver-Fix-race.patch: Fixed upstream.

++++ grub2:

  - Fix Xen chainloding error of no matching file path found (bsc#1216081)
    * grub2-efi-chainload-harder.patch

++++ open-iscsi:

  - Updated to latest upstream, which includes (bsc#1210514):
    * several fixes to harden iscsiuio, including:
  - logging now uses syslog
  - shutdown now waits for helper threads to complete
  - netlink socket cleanup
    * some minor bug fixes, some helping builds on musl
    This updates iscsiuio version to 0.7.8.8.
    This updates open-iscsi-SUSE-latest.diff.bz2

++++ kernel-default:

  - scsi: pmcraid: Use pci_dev_id() to simplify the code
    (jsc#PED-6876).
  - commit b91c280
  - maple_tree: add GFP_KERNEL to allocations in
    mas_expected_entries() (git-fixes).
  - commit 7b18b6a

++++ multipath-tools:

  - Update to version 0.9.6+115+suse.07776fb
    * multipathd: Added support to handle FPIN-Li events for FC-NVMe

++++ gpgme:

  - Update to 1.23.0:
    * Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. [T6559]
    * New keylist mode GPGME_KEYLIST_MODE_WITH_V5FPR. [T6705]
    * New key capability flags has_*. [T6748]
    * gpgme-tool: Support use of Windows HANDLE. [T6634]
    * qt: Support refreshing keys via WKD. [T6672]
    * qt: Handle cancel in changeexpiryjob. [T6754]
    * Remove patches fixed upstream:
  - gpgme-qt-tests-Fix-build-in-source-directory.patch
  - gpgme-build-Suggest-out-of-source-build.patch

++++ libzypp:

  - Stop using boost version 1 timer library (fixes #489,
    bsc#1215294)
  - version 17.31.23 (22)

++++ patterns-base:

  - Do not recommend yast stuff in x11 pattern. That's what the yast
    patterns are for

++++ policycoreutils:

  - Add reproducible-build.patch to make the output of "sepolicy manpage"
    deterministic (bsc#1216452)

++++ python-httpcore:

  - Update to 0.18.0:
  - Add support for HTTPS proxies.
  - Handle sni_hostname extension with SOCKS proxy.
  - Change the type of Extensions from Mapping[Str, Any] to
    MutableMapping[Str, Any].
  - Handle HTTP/1.1 half-closed connections gracefully.
  - Drop Python 3.7 support.
  - Update httpcore-allow-deprecationwarnings-test.patch
  - Skip failing tests test_ssl_request and test_extra_info
    (gh#encode/httpcore!832)

++++ suse-module-tools:

    * weak-modules2: ignore INITRD_MODULES (jsc#PED-1915), obtain
    list of modules from dracut.conf.d instead

++++ yast2:

  - Fix firewalld zones reader adapting it to the new firewall-cmd
  - -list-all-zones output format (bsc#1216534)
  - 5.0.2

------------------------------------------------------------------
------------------  2023-10-24  -  Oct 24 2023  -------------------
------------------------------------------------------------------

++++ boost-base:

  - Drop support for obsolete openmpi[123]
  - Prepare support for openmpi5

++++ glib2:

  - Use sed call to replace gio-querymodules with gio-querymodules-64
    in gio-2.0.pc where appropiate.

++++ gzip:

  - Fix s390x build with 'gcc -Dalignas=_Alignas' bug#66709

++++ kernel-default:

  - nvme-fc: Prevent null pointer dereference in
    nvme_fc_io_getuuid() (bsc#1214842).
  - commit 5b24bcd
  - ubi: Refuse attaching if mtd's erasesize is 0 (CVE-2023-31085
    bsc#1210778).
  - commit fe27c91
  - ata: libata-core: fetch sense data for successful commands
    iff CDL enabled (bsc#1216436).
  - ata: libata-eh: do not thaw the port twice in ata_eh_reset() (bsc#1216436).
  - commit 8140c93
  - ata: libata: remove deprecated EH callbacks (bsc#1216436).
  - ata: libata-core: remove ata_bus_probe() (bsc#1216436).
  - ata: sata_sx4: drop already completed TODO (bsc#1216436).
  - ata,scsi: remove ata_sas_port_init() (bsc#1216436).
  - ata,scsi: cleanup __ata_port_probe() (bsc#1216436).
  - ata: libata-core: inline ata_port_probe() (bsc#1216436).
  - ata: libata-sata: remove ata_sas_sync_probe() (bsc#1216436).
  - ata,scsi: remove ata_sas_port_destroy() (bsc#1216436).
  - ata,scsi: remove ata_sas_port_{start,stop} callbacks (bsc#1216436).
  - commit 479419d
  - ata: libata-sata: Improve ata_change_queue_depth()
    (bsc#1216436).
  - commit 7abb4aa
  - ata: ahci_octeon: Remove unnecessary include (bsc#1216436).
  - ata: pata_octeon_cf: Add missing header include (bsc#1216436).
  - ata: ahci: Cleanup ahci_reset_controller() (bsc#1216436).
  - ata: Use of_property_read_reg() to parse "reg" (bsc#1216436).
  - ata: libata-scsi: Use ata_ncq_supported in (bsc#1216436).
  - ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()
    (bsc#1216436).
  - ata: libata-sata: Simplify ata_change_queue_depth()
    (bsc#1216436).
  - commit a819779
  - ata: libata-eh: Clarify ata_eh_qc_retry() behavior at call
    (bsc#1216436).
  - commit fda3e7d
  - block: uapi: Fix compilation errors using ioprio.h with C++
    (bsc#1216436).
  - block: fix rootwait= again (bsc#1216436).
  - commit 40a1246
  - PM: hibernate: Fix writing maj:min to /sys/power/resume
    (bsc#1216436).
  - scsi: block: Improve ioprio value validity checks (bsc#1216436).
  - scsi: ata: libata-scsi: Fix ata_msense_control kdoc comment
    (bsc#1216436).
  - block: don't return -EINVAL for not found names in
    (bsc#1216436).
  - block: fix rootwait= (bsc#1216436).
  - commit caf530a
  - net: rfkill: gpio: prevent value glitch during probe
    (git-fixes).
  - net: usb: smsc95xx: Fix an error code in smsc95xx_reset()
    (git-fixes).
  - gve: Do not fully free QPL pages on prefill errors (git-fixes).
  - commit 8715cb1

++++ kexec-tools:

  - Fix build with old glibc with 6419b008fde783fd0cc2cc266bd1c9cf35e99a0e.patch

++++ openssl-3:

  - Update to 3.1.4:
    * Fix incorrect key and IV resizing issues when calling
    EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2()
    with OSSL_PARAM parameters that alter the key or IV length
    [bsc#1216163, CVE-2023-5363].

++++ systemd:

  - Import commit b53f364c264cd598d4210b64285a55d362b47b89
    b53f364c26 test: install af_packet kernel module on openSUSE
    86b7521a3c shared/wall: use logind if build without utmp support
    65aac5858f errno-util: allow ERRNO_IS_* to accept types wider than int
    8f93b89db4 basic/errno-util: add wrappers which only accept negative errno
    1b815b3e76 Introduce RET_GATHER and use it in src/shared/

++++ zeromq:

  - update to 4.3.5:
    * Relicensing from LGPL-3.0+ (with custom exceptions) to MPL-2.0 is now complete.
    libzmq is now distributed under the Mozilla Public License 2.0. Relicensing
    grants have been collected from all relevant authors, and some functionality
    has been clean-room reimplemented where that was not possible. In layman terms,
    the new license provides the same rights and obligations as before. Source
    files are now tagged using the SPDX license identifier format.
    Details of the relicensing process can be seen at: #2376
    Relicensing grants have been archived at:
    https://github.com/rlenferink/libzmq-relicense
    A special thanks to everybody who helped with this long and difficult task,
    with the process, the reimplementations, the collections and everything else.
    * New DRAFT (see NEWS for 4.2.0) socket options:
    ZMQ_BUSY_POLL will set the SO_BUSY_POLL socket option on the underlying
    sockets, if it is supported.
    ZMQ_HICCUP_MSG will send a message when the peer has been disconnected.
    ZMQ_XSUB_VERBOSE_UNSUBSCRIBE will configure a socket to pass all
    unsubscription messages, including duplicated ones.
    ZMQ_TOPICS_COUNT will return the number of subscribed topics on a
    PUB/SUB socket.
    ZMQ_NORM_MODE, ZMQ_NORM_UNICAST_NACK, ZMQ_NORM_BUFFER_SIZE,
    ZMQ_NORM_SEGMENT_SIZE, ZMQ_NORM_BLOCK_SIZE, ZMQ_NORM_NUM_PARITY,
    ZMQ_NORM_NUM_AUTOPARITY and ZMQ_NORM_PUSH to control various aspect of
    NORM sockets.
    See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
    * New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from
    zmq_poll in the same way that ppoll differs from poll.
    See doc/zmq_ppoll.txt for details.
    * Various bug fixes and performance improvements.
  - qemu-user.patch: upstreamed, removed

++++ openssh:

  - Add cb4ed12f.patch: Fix build using zlib 1.3. The check expected
    a version in the form a.b.c[.d], which no longer matches 1.3.

++++ python-M2Crypto:

  - Update to 0.40.0:
  - OK, SO NOT THIS RELEASE, BUT IN THE NEXT RELEASE PYTHON2 WILL
    TRULY GO!
  - BREAKING CHANGES:
  - There are no SWIG generated files (src/SWIG/_m2crytpo_wrap.c)
    included anymore, so swig must be installed, no
    exceptions! Also, for compatibility with Python 3.12+, swig
    4.0+ is required.
  - All support for asyncore has been removed, as it has been
    removed in Python 3.12 as well (which means also removal of
    contrib/dispatcher.py, M2Crypto/SSL/ssl_dispatcher.py,
    ZServerSSL).
  - All use of distutils (including the bundled ones in
    setuptools) has been removed, so `setup.py clean` is no
    more.
  - Excessively complicated and error-prone __init__py has been
    cleaned and `import M2Crypto` doesn’t include everything
    anymore. Imports should specified as for example with `from
    M2Crypto import foo`.
  - ASN1_Time handling has been mostly rewritten and it almost
    works even on Windows.
  - All tests in Gitlab CI (with exceptions of some skipped tests
    especially on Windows) are now green, tests of Python 2.7 on
    CentOS 7 have been included.
  - Introduce m2.err_clear_error()
  - Make X509_verify_cert() accessible as m2.x509_verify_cert
  - Add 32bit_ASN1_Time.patch to quench errors on 32bit archs.

++++ python-argcomplete:

  - add setuptools_scm for proper version detection

++++ python-psutil:

  - Rebase logind_y2038.patch based on the reviewed code

++++ python-pycairo:

  - update to 1.25.1:
    * fix a crash in pypy3.10
    * Fix the build with CPython 3.13.0a1
  - introduced from 1.25.0:
    * update to cairo 1.18.0 (for windows only)
    * new apis:
  - Status.SVG_FONT_ERROR
  - FontOptions.get_color_mode(), FontOptions.set_color_mode(), ColorMode
  - FontOptions.set_color_palette(), FontOptions.get_color_palette(), COLOR_PALETTE_DEFAULT
  - FontOptions.set_custom_palette_color(), FontOptions.get_custom_palette_color()
  - TAG_CONTENT, TAG_CONTENT_REF
  - Pattern.get_dither(), Pattern.set_dither(), Dither

++++ qemu:

  - [openSUSE] supportconfig: Adapt plugin to modern supportconfig

++++ zypp-boot-plugin:

  - Update to version 0.0.6:
    * Using Boost:child for RPM calls instead of unsecure system()
    call (bsc#1215988).

------------------------------------------------------------------
------------------  2023-10-23  -  Oct 23 2023  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20231023.f347d36:
    * Remove %ghost lastlog entry, lastlog is long gone
    * Remove shaky safe-rm and safe-rmdir helpers (bsc#1159103)

++++ btrfsprogs:

  - update to 6.5.3
    * mkfs:
    * add short aliases for -O specification, block-group-tree (bgt),
    free-space-tree (fst), raid-stripe-tree (rst)
    * don't try to resize the image (namely when backed by file) when --rootdir
    contains sparse file larger than the image
    * also copy xattr/permissions/ugid/timestamps of the top --rootdir directory
    * add new option --device-uuid to let user specify exact uuid of the
    device item (only for single device filesystems)
    * check:
    * on zoned devices, use correct super block offsets when repairing
    * check inline extent refs order
    * subvolume create: add new option --parent to create missing path
    components of the given path (like mkdir -p)
    * rescue clear-ino-cache: new command moved from 'btrfs check' implementing
    the same as option --clear-ino-cache (to be deprecated and removed in the
    future)
    * dump-tree: allow '-' in tree identifier names for option -t
    * btrfstune:
    * drop short option and add long option to enable squota
    * tune space reservation and batch size for block-group-tree conversion
    * scrub status: print correct value of "Bytes scrubbed" for unfinished runs
    * qgroup show: fix crash when attempting to print path of stale qgroups
    * experimental features:
    * move build of raid-stripe-tree out for testing but it's still considered
    experimental
    * other:
    * shell completion updates
    * sync raid-stripe-tree code with kernel
    * build fixes
    * new and updated tests
  - update to 6.5.2
    * new feature support:
    * raid-stripe-tree, new tree to track extent mapping for raid profiles,
    allows raid1*, raid0 and raid10 on zoned devices (kernel 6.7)
    * simple quotas, simplified accounting that does not track exclusive and
    shared extents (kernel 6.7)
    * mkfs with duplicate UUID on a single device, temp-fsid (kernel 6.7)
    * metadata_uuid: enhanced capabilities to repair partially updated fsid on
    multiple devices
    * other:
    * updated tests and CI
    * sync sources with kernel

++++ fde-tools:

  - Update to version 0.7.1
    + add-secondary-key: remove the generation of the secondary
    password
    + add-secondary-key: remove the inclusion of
    'add-secondary-password'
    + luks: list all underlying LUKS device
    + Introduce FDE_DEVS to list all LUKS devices
  - Drop upstreamd patch
    + fde-tools-remove-redundant-2nd-pw-creation.patch

++++ git:

  - Add rule for /etc/gitconfig in gitweb.cgi apparmor profile (bsc#1216501).
  - gitweb.cgi AppArmor profile
  - make the profile a named profile
  - add local/ include to make custom additions easier

++++ glibc:

  - gb18030-2022.patch: add GB18030-2022 charmap (jsc#PED-4908, BZ #30243)

++++ grub2:

  - Use grub-tpm2 token to unlock keyslots to make the unsealing process more
    efficient and secure.
    * 0001-luks2-Use-grub-tpm2-token-for-TPM2-protected-volume-.patch

++++ kernel-default:

  - scsi: qla2xxx: Fix double free of dsd_list during driver load
    (git-fixes).
  - commit 6a26394
  - scsi: mpt3sas: Fix in error path (bsc#1216435, jsc#PED-6835,
    jsc#PED-6936).
  - scsi: mpt3sas: Remove volatile qualifier (bsc#1216435,
    jsc#PED-6835, jsc#PED-6936).
  - commit f8805cf
  - scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1
    (bsc#1216435, jsc#PED-6384, jsc#PED-6937).
  - scsi: megaraid_sas: Log message when controller reset
    is requested but not issued (bsc#1216435, jsc#PED-6384,
    jsc#PED-6937).
  - scsi: megaraid_sas: Increase register read retry rount from
    3 to 30 for selected registers (bsc#1216435, jsc#PED-6384,
    jsc#PED-6937).
  - commit 37d282c
  - scsi: megaraid: Pass in NULL scb for host reset (bsc#1216435,
    jsc#PED-6384, jsc#PED-6937).
  - commit 87b74dd
  - scsi: megaraid_sas: Fix deadlock on firmware crashdump
    (bsc#1216435, jsc#PED-6384, jsc#PED-6937).
  - scsi: megaraid: Use pci_dev_id() to simplify the code
    (bsc#1216435, jsc#PED-6384, jsc#PED-6937).
  - scsi: megaraid_sas: Use pci_dev_id() to simplify the code
    (bsc#1216435, jsc#PED-6384, jsc#PED-6937).
  - scsi: Add HAS_IOPORT dependencies (bsc#1216435, jsc#PED-6384,
    jsc#PED-6937).
  - scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays
    (bsc#1216435, jsc#PED-6384, jsc#PED-6937).
  - commit 67b8176
  - s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216507).
  - commit ad465bf
  - s390/cio: fix a memleak in css_alloc_subchannel (git-fixes
    bsc#1216505).
  - commit 5731d29
  - Update vanilla config files to fix build breakage
  - commit 3ddde7f
  - phy: qcom-qmp-combo: initialize PCS_USB registers (git-fixes).
  - phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1
    (git-fixes).
  - phy: qcom-qmp-usb: initialize PCS_USB registers (git-fixes).
  - phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins
    (git-fixes).
  - phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
  - phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
  - efi/unaccepted: Fix soft lockups caused by parallel memory
    acceptance (git-fixes).
  - efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
    (git-fixes).
  - commit dd0ca5b
  - Update
    patches.suse/blk-flush-fix-rq-flush.seq-for-post-flush-requests.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-ioc-fix-recursive-spin_lock-unlock_irq-in-ioc_cl.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-ioc-protect-ioc_destroy_icq-by-queue_lock.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-defer-to-the-normal-submission-path-for-non-f.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-defer-to-the-normal-submission-path-for-post-.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-do-not-do-head-insertions-post-pre-flush-comm.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-don-t-use-the-requeue-list-to-queue-flush-com.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-factor-out-a-blk_rq_init_flush-helper.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-fix-two-misuses-on-RQF_USE_SCHED.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-make-sure-elevator-callbacks-aren-t-called-fo.patch
    (jsc#PED-5728).
  - Update patches.suse/blk-mq-reflow-blk_insert_flush.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-release-scheduler-resource-when-request-compl.patch
    (jsc#PED-5728).
  - Update patches.suse/blk-mq-remove-RQF_ELVPRIV.patch
    (jsc#PED-5728).
  - Update
    patches.suse/blk-mq-use-the-I-O-scheduler-for-writes-from-the-flu.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Add-PR-callouts-for-read-keys-and-reservation.patch
    (jsc#PED-5728).
  - Update patches.suse/block-BFQ-Add-several-invariant-checks.patch
    (jsc#PED-5728).
  - Update patches.suse/block-BFQ-Move-an-invariant-check.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Introduce-blk_rq_is_seq_zoned_write.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Introduce-op_needs_zoned_write_locking.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Rename-BLK_STS_NEXUS-to-BLK_STS_RESV_CONFLICT.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Replace-all-non-returning-strlcpy-with-strscpy.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-Simplify-blk_req_needs_zone_write_lock.patch
    (jsc#PED-5728).
  - Update patches.suse/block-add-a-mark_dead-holder-operation.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-avoid-repeated-work-in-blk_mark_disk_dead.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-consolidate-the-shutdown-logic-in-blk_mark_dis.patch
    (jsc#PED-5728).
  - Update patches.suse/block-constify-partition-prober-array.patch
    (jsc#PED-5728).
  - Update patches.suse/block-constify-struct-part_attr_group.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-constify-struct-part_type-part_type.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-constify-the-whole_disk-device_attribute.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-delete-partitions-later-in-del_gendisk.patch
    (jsc#PED-5728).
  - Update patches.suse/block-don-t-plug-in-blkdev_write_iter.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-factor-out-a-bd_end_claim-helper-from-blkdev_p.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-introduce-block_io_start-block_io_done-tracepo.patch
    (jsc#PED-5728).
  - Update patches.suse/block-introduce-holder-ops.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Add-a-word-in-a-source-code-commen.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Clean-up-deadline_check_fifo.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Fix-a-bug-in-deadline_from_pos.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Fix-handling-of-at-head-zoned-writ.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Handle-requeued-requests-correctly.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Reduce-lock-contention.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Simplify-deadline_skip_seq_writes.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-mq-deadline-Track-the-dispatch-position.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-queue-data-commands-from-the-flush-state-machi.patch
    (jsc#PED-5728).
  - Update patches.suse/block-refactor-bd_may_claim.patch
    (jsc#PED-5728).
  - Update patches.suse/block-remove-blk_drop_partitions.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-remove-redundant-req_op-in-blk_rq_is_passthrou.patch
    (jsc#PED-5728).
  - Update patches.suse/block-turn-bdev_lock-into-a-mutex.patch
    (jsc#PED-5728).
  - Update
    patches.suse/block-unhash-the-inode-earlier-in-delete_partition.patch
    (jsc#PED-5728).
  - Update
    patches.suse/dm-Add-support-for-block-PR-read-keys-reservation.patch
    (jsc#PED-5728).
  - Update
    patches.suse/fs-remove-the-special-CONFIG_BLOCK-def_blk_fops.patch
    (jsc#PED-5728).
  - Update patches.suse/nvme-Add-a-nvme_pr_type-enum.patch
    (jsc#PED-5728).
  - Update patches.suse/nvme-Add-helper-to-send-pr-command.patch
    (jsc#PED-5728).
  - Update patches.suse/nvme-Add-pr_ops-read_keys-support.patch
    (jsc#PED-5728).
  - Update
    patches.suse/nvme-Add-pr_ops-read_reservation-support.patch
    (jsc#PED-5728).
  - Update
    patches.suse/nvme-Don-t-hardcode-the-data-len-for-pr-commands.patch
    (jsc#PED-5728).
  - Update
    patches.suse/nvme-Fix-reservation-status-related-structs.patch
    (jsc#PED-5728).
  - Update patches.suse/nvme-Move-pr-code-to-it-s-own-file.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-Add-support-for-block-PR-read-keys-reservation.patch
    (jsc#PED-5728).
  - Update patches.suse/scsi-Move-sd_pr_type-to-scsi_common.patch
    (jsc#PED-5728).
  - Update patches.suse/scsi-Rename-sd_pr_command.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-target-Add-block-PR-support-to-iblock.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-target-Allow-backends-to-hook-into-PR-handling.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-target-Pass-struct-target_opcode_descriptor-to-.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-target-Rename-sbc_ops-to-exec_cmd_ops.patch
    (jsc#PED-5728).
  - Update
    patches.suse/scsi-target-Report-and-detect-unsupported-PR-command.patch
    (jsc#PED5728).
  - commit 5348bdb

++++ kernel-firmware-all:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-amdgpu:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-ath10k:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-ath11k:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-ath12k:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-atheros:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-bluetooth:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-bnx2:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-brcm:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-chelsio:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-dpaa2:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-i915:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-intel:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-iwlwifi:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-liquidio:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-marvell:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-media:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-mediatek:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-mellanox:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-mwifiex:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-network:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-nfp:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-nvidia:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-platform:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-prestera:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-qcom:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-qlogic:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-radeon:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-realtek:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-serial:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-sound:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-ti:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-ueagle:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ kernel-firmware-usb-network:

  - Update to version 20231019 (git commit d983107a2dfa)
    (bsc#1215823, CVE-2023-20592):
    * Fix the robot email script
    * linux-firmware: Update AMD cpu microcode
    * Add support for sending emails while processing a PR/patch
    * amdgpu: update SMU 13.0.0 firmware
    * linux-firmware: add Amlogic bluetooth firmware
    * Add a script for a robot to open up pull requests
    * i915: Add GuC v70.13.1 for DG2, TGL, ADL-P and MTL
    * iwlwifi: add a missing FW from core80-39 release
    * amdgpu: update raven firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.7 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.8 firmware from 5.7 branch
    * amdgpu: update GC 10.3.7 firmware from 5.7 branch
    * amdgpu: update DCN 3.1.6 firmware from 5.7 branch
    * amdgpu: update SDMA 5.2.6 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.5 firmware from 5.7 branch
    * amdgpu: update GC 10.3.6 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.0 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.0 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.0 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.0 firmware from 5.7 branch
    * amdgpu: update GC 11.0.0 firmware from 5.7 branch
    * amdgpu: update vega20 firmware from 5.7 branch
    * amdgpu: update beige goby firmware from 5.7 branch
    * amdgpu: update vega12 firmware from 5.7 branch
    * amdgpu: update vega10 firmware from 5.7 branch
    * amdgpu: update dimgrey cavefish firmware from 5.7 branch
    * amdgpu: update picasso firmware from 5.7 branch
    * amdgpu: update navy flounder firmware from 5.7 branch
    * amdgpu: update vangogh firmware from 5.7 branch
    * amdgpu: update green sardine firmware from 5.7 branch
    * amdgpu: update sienna cichlid firmware from 5.7 branch
    * amdgpu: update PSP 13.0.11 firmware from 5.7 branch
    * amdgpu: update GC 11.0.4 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.1 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.4 firmware from 5.7 branch
    * amdgpu: update GC 11.0.1 firmware from 5.7 branch
    * amdgpu: update navi14 firmware from 5.7 branch
    * amdgpu: update renoir firmware from 5.7 branch
    * amdgpu: update navi12 firmware from 5.7 branch
    * amdgpu: update VCN 4.0.4 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.7 firmware from 5.7 branch
    * amdgpu: update SDMA 6.0.2 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.7 firmware from 5.7 branch
    * amdgpu: update GC 11.0.2 firmware from 5.7 branch
    * amdgpu: update yellow carp firmware from 5.7 branch
    * amdgpu: update navi10 firmware from 5.7 branch
    * amdgpu: update raven2 firmware from 5.7 branch
    * amdgpu: update SMU 13.0.10 firmware from 5.7 branch
    * amdgpu: update PSP 13.0.10 firmware from 5.7 branch
    * amdgpu: update GC 11.0.3 firmware from 5.7 branch
    * amdgpu: update aldebaran firmware from 5.7 branch

++++ samba:

  - packaging: samba-tool domain provision requires python3-Markdown;
    (bsc#1216519).

++++ ncurses:

  - Add ncurses patch 20231021
    + use oldxterm+sm+1006 in vte-2014 (report by Benno Schulenberg) -TD
    + add ansi+apparrows -TD
    + change defaults for configure opaque and widec options (prompted by
    discussion with Branden Robinson).
    + minor cleanup of compiler- and manpage-warnings.
  - Correct offsets off some hunks in patches
    * ncurses-5.9-ibm327x.dif
    * ncurses-6.4.dif

++++ libxml2:

  - Add python312.patch to make it compatible with python 3.12
    https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/226
  - Use pyproject_wheel and pyproject_install macros instead of
    python_build, python_install

++++ psmisc:

  - Fix version at configure time as there was no .tarball-version

++++ libxml2-python:

  - Add python312.patch to make it compatible with python 3.12
    https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/226
  - Use pyproject_wheel and pyproject_install macros instead of
    python_build, python_install

------------------------------------------------------------------
------------------  2023-10-22  -  Oct 22 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpiolib: acpi: Add missing memset(0) to
    acpi_get_gpiod_from_data() (git-fixes).
  - gpio: vf610: set value before the direction to avoid a glitch
    (git-fixes).
  - gpio: vf610: mask the gpio irq in system suspend and support
    wakeup (git-fixes).
  - rust: error: Markdown style nit (git-fixes).
  - rust: error: fix the description for `ECHILD` (git-fixes).
  - apple-gmux: Hard Code max brightness for MMIO gmux (git-fixes).
  - platform/surface: platform_profile: Propagate error if profile
    registration fails (git-fixes).
  - platform/x86: msi-ec: Fix the 3rd config (git-fixes).
  - platform/x86: intel-uncore-freq: Conditionally create attribute
    for read frequency (git-fixes).
  - thunderbolt: Call tb_switch_put() once DisplayPort bandwidth
    request is finished (git-fixes).
  - KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash
    (git-fixes).
  - commit 26b3332

------------------------------------------------------------------
------------------  2023-10-21  -  Oct 21 2023  -------------------
------------------------------------------------------------------

++++ iptables:

  - The presence of nftables does not mandate that iptables use
    backend-nft [bsc#1206383].

++++ kernel-default:

  - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
    (git-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).
  - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx
    (git-fixes).
  - commit 67f74c9
  - ACPI: irq: Fix incorrect return value in acpi_register_gsi()
    (git-fixes).
  - ACPI: bus: Move acpi_arm_init() to the place of after
    acpi_ghes_init() (git-fixes).
  - Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
    (git-fixes).
  - pinctrl: qcom: lpass-lpi: fix concurrent register updates
    (git-fixes).
  - mtd: rawnand: Ensure the nand chip supports cached reads
    (git-fixes).
  - mtd: rawnand: qcom: Unmap the right resource upon probe failure
    (git-fixes).
  - mtd: rawnand: pl353: Ensure program page operations are
    successful (git-fixes).
  - mtd: rawnand: arasan: Ensure program page operations are
    successful (git-fixes).
  - mtd: spinand: micron: correct bitmask for ecc status
    (git-fixes).
  - mtd: physmap-core: Restore map_rom fallback (git-fixes).
  - mtd: rawnand: marvell: Ensure program page operations are
    successful (git-fixes).
  - mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw
    (git-fixes).
  - mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can
    suspend (git-fixes).
  - mmc: core: sdio: hold retuning if sdio in 1-bit mode
    (git-fixes).
  - dt-bindings: mmc: sdhci-msm: correct minimum number of clocks
    (git-fixes).
  - ASoC: cs42l42: Fix missing include of gpio/consumer.h
    (git-fixes).
  - ASoC: cs35l56: ASP1 DOUT must default to Hi-Z when not
    transmitting (git-fixes).
  - ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe
    errors (git-fixes).
  - ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind
    (git-fixes).
  - ASoC: codecs: wcd938x: fix runtime PM imbalance on remove
    (git-fixes).
  - ASoC: codecs: wcd938x: fix regulator leaks on probe errors
    (git-fixes).
  - ASoC: codecs: wcd938x: fix resource leaks on bind errors
    (git-fixes).
  - ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
  - ASoC: codecs: wcd938x: drop bogus bind error handling
    (git-fixes).
  - ASoC: pxa: fix a memory leak in probe() (git-fixes).
  - ASoC: cs35l56: Fix illegal use of init_completion() (git-fixes).
  - Revert "accel/ivpu: Use cached buffers for FW loading"
    (git-fixes).
  - commit 14a1c75

------------------------------------------------------------------
------------------  2023-10-20  -  Oct 20 2023  -------------------
------------------------------------------------------------------

++++ fwupd:

  - Update to version 1.9.6:
    + This release adds the following features:
  - Add a launchd agent for macOS.
  - Add a new security attribute for BIOS capsule updates to be
    enabled.
  - Add functionality to fix specific host security attributes.
  - Add global information from the context into the report data.
  - Add support for coSWID payload sections.
  - Add support for parsing the EDID.
  - Allow adding only-quirk instance IDs from quirk files.
  - Install a sysusers.d systemd file when using
  - Dsystemd_unit_user.
    + For The changes of 1.9.0…1.9.5, please consult
    https://github.com/fwupd/fwupd/releases
  - Add pkgconfig(passim) BuildRequires: new dependency.
  - Pass -Dplugin_amdgpu=disabled to meson: not buildable just yet.
  - Pass -Dlaunchd=disabled to meson: launched is MacOS only.
  - Drop -Dplugin_dell=enabled meson parameter: no longer supported.
  - Drop fwupd-bsc1130056-change-shim-path.patch: no longer
    applicable.

++++ kernel-default:

  - qedf: Wait for stag work during unload (bsc#1214852).
  - qedf: Don't process stag work during unload (bsc#1214852).
  - commit dcc092a
  - bonding: Return pointer to data after pull on skb (bsc#1214754).
  - commit 03a709a
  - usb: cdns3: Modify the return value of cdns_set_active ()
    to void when CONFIG_PM_SLEEP is disabled (git-fixes).
  - commit 67c5409
  - usb: hub: Guard against accesses to uninitialized BOS
    descriptors (git-fixes).
  - thunderbolt: Check that lane 1 is in CL0 before enabling lane
    bonding (git-fixes).
  - thunderbolt: Workaround an IOMMU fault on certain systems with
    Intel Maple Ridge (git-fixes).
  - Input: powermate - fix use-after-free in
    powermate_config_complete (git-fixes).
  - Input: xpad - add PXN V900 support (git-fixes).
  - Input: goodix - ensure int GPIO is in input for gpio_count ==
    1 && gpio_int_idx == 0 case (git-fixes).
  - Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table
    (git-fixes).
  - pinctrl: avoid unsafe code pattern in find_pinctrl()
    (git-fixes).
  - of: dynamic: Fix potential memory leak in of_changeset_action()
    (git-fixes).
  - wifi: brcmfmac: Replace 1-element arrays with flexible arrays
    (git-fixes).
  - wifi: cfg80211: add missing kernel-doc for cqm_rssi_work
    (git-fixes).
  - power: supply: ab8500: Set typing and props (git-fixes).
  - media: vb2: frame_vector.c: replace WARN_ONCE with a comment
    (git-fixes).
  - spi: stm32: add a delay before SPI disable (git-fixes).
  - spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
  - thermal/of: add missing of_node_put() (git-fixes).
  - platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode
    (git-fixes).
  - spi: sun6i: fix race between DMA RX transfer completion and
    RX FIFO drain (git-fixes).
  - spi: sun6i: reduce DMA RX transfer width to single byte
    (git-fixes).
  - mtd: spi-nor: Correct flags for Winbond w25q128 (git-fixes).
  - media: pci: cx23885: replace BUG with error return (git-fixes).
  - media: tuners: qt1010: replace BUG_ON with a regular error
    (git-fixes).
  - media: dvb-usb-v2: gl861: Fix null-ptr-deref in
    gl861_i2c_master_xfer (git-fixes).
  - media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()
    (git-fixes).
  - media: anysee: fix null-ptr-deref in anysee_master_xfer
    (git-fixes).
  - media: af9005: Fix null-ptr-deref in af9005_i2c_xfer
    (git-fixes).
  - media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()
    (git-fixes).
  - media: dvb-usb-v2: af9035: Fix null-ptr-deref in
    af9035_i2c_master_xfer (git-fixes).
  - media: mdp3: Fix resource leaks in of_find_device_by_node
    (git-fixes).
  - usb: chipidea: add workaround for chipidea PEC bug (git-fixes).
  - usb: ehci: add workaround for chipidea PORTSC.PEC bug
    (git-fixes).
  - usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
    (git-fixes).
  - usb: cdns3: Put the cdns set active part outside the spin lock
    (git-fixes).
  - wifi: ath12k: add check max message length while scanning with
    extraie (git-fixes).
  - wifi: ath12k: Fix memory leak in rx_desc and tx_desc
    (git-fixes).
  - wifi: mac80211_hwsim: drop short frames (git-fixes).
  - wifi: mac80211: check for station first in client probe
    (git-fixes).
  - wifi: cfg80211: ocb: don't leave if not joined (git-fixes).
  - wifi: cfg80211: reject auth/assoc to AP with our address
    (git-fixes).
  - wifi: mac80211: check S1G action frame size (git-fixes).
  - wifi: iwlwifi: pcie: avoid a warning in case prepare card failed
    (git-fixes).
  - wifi: ath12k: avoid array overflow of hw mode for
    preferred_hw_mode (git-fixes).
  - wifi: ath12k: Fix a NULL pointer dereference in
    ath12k_mac_op_hw_scan() (git-fixes).
  - wifi: wil6210: fix fortify warnings (git-fixes).
  - wifi: ath9k: fix printk specifier (git-fixes).
  - wifi: ath9k: fix fortify warnings (git-fixes).
  - mt76: mt7921: don't assume adequate headroom for SDIO headers
    (git-fixes).
  - wifi: mwifiex: fix fortify warning (git-fixes).
  - wifi: rtw88: delete timer and free skb queue when unloading
    (git-fixes).
  - mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 (git-fixes).
  - tpm_tis: Resend command to recover from data transfer errors
    (git-fixes).
  - commit 5c51dbd
  - HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
    (git-fixes).
  - ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support
    in MTL match table (git-fixes).
  - ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match
    table (git-fixes).
  - ASoC: Intel: sof_sdw: add support for SKU 0B14 (git-fixes).
  - bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart
    wake-up (git-fixes).
  - ASoC: SOF: Intel: MTL: Reduce the DSP init timeout (git-fixes).
  - ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget
    setup failure (git-fixes).
  - ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link
    (git-fixes).
  - ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset
    (git-fixes).
  - ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET
    initially low (git-fixes).
  - ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width
    (git-fixes).
  - ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()
    (git-fixes).
  - firmware: cirrus: cs_dsp: Only log list of algorithms in debug
    build (git-fixes).
  - ASoC: rt5640: Only cancel jack-detect work on suspend if active
    (git-fixes).
  - ASoC: cs35l56: Disable low-power hibernation mode (git-fixes).
  - ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag
    (git-fixes).
  - Add DMI ID for MSI Bravo 15 B7ED (git-fixes).
  - ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend()
    (git-fixes).
  - Input: tca6416-keypad - fix interrupt enable disbalance
    (git-fixes).
  - Input: tca6416-keypad - always expect proper IRQ number in
    i2c client (git-fixes).
  - ata: ahci: Add Elkhart Lake AHCI controller (git-fixes).
  - bus: ti-sysc: Configure uart quirks for k3 SoC (git-fixes).
  - firmware: arm_scmi: Harden perf domain info access (git-fixes).
  - Fix nomenclature for USB and PCI wireless devices (git-fixes).
  - Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID
    (git-fixes).
  - Bluetooth: Fix hci_suspend_sync crash (git-fixes).
  - Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922
    (git-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922
    (git-fixes).
  - Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922
    (git-fixes).
  - Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device
    (git-fixes).
  - commit b65853c
  - ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to
    irq1_edge_low_force_override[] (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA
    (git-fixes).
  - ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
    (git-fixes).
  - ALSA: usb-audio: Fix microphone sound on Nexigo webcam
    (git-fixes).
  - ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset
    (git-fixes).
  - alx: fix OOB-read compiler warning (git-fixes).
  - ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects
    (git-fixes).
  - ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1
    and iMac12,2 (git-fixes).
  - ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (git-fixes).
  - commit cf1d1d0
  - PM: hibernate: don't use early_lookup_bdev in resume_store
    (bsc#1216436).
  - dm: only call early_lookup_bdev from early boot context
    (bsc#1216436).
  - dm: remove dm_get_dev_t (bsc#1216436).
  - dm: open code dm_get_dev_t in dm_init_init (bsc#1216436).
  - dm-snap: simplify the origin_dev == cow_dev check in
    snapshot_ctr (bsc#1216436).
  - block: move more code to early-lookup.c (bsc#1216436).
  - block: move the code to do early boot lookup of block devices
    to block/ (bsc#1216436).
  - init: clear root_wait on all invalid root= strings
    (bsc#1216436).
  - init: improve the name_to_dev_t interface (bsc#1216436).
  - init: move the nfs/cifs/ram special cases out of name_to_dev_t
    (bsc#1216436).
  - init: factor the root_wait logic in prepare_namespace into a
    helper (bsc#1216436).
  - init: handle ubi/mtd root mounting like all other root types
    (bsc#1216436).
  - init: don't remove the /dev/ prefix from error messages
    (bsc#1216436).
  - init: pass root_device_name explicitly (bsc#1216436).
  - init: refactor mount_root (bsc#1216436).
  - init: rename mount_block_root to mount_root_generic
    (bsc#1216436).
  - init: remove pointless Root_* values (bsc#1216436).
  - PM: hibernate: move finding the resume device out of
    software_resume (bsc#1216436).
  - commit a10eb49
  - PM: hibernate: remove the global snapshot_test variable
    (bsc#1216436).
  - Refresh
    patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch.
  - commit af576bb
  - PM: hibernate: factor out a helper to find the resume device
    (bsc#1216436).
  - driver core: return bool from driver_probe_done (bsc#1216436).
  - commit cab67f3
  - gfs2: Don't use filemap_splice_read (bsc#1216396).
  - nfsd: Fix reading via splice (bsc#1216396).
  - shmem: minor fixes to splice-read implementation (bsc#1216396).
  - block: Fix dio_cleanup() to advance the head index
    (bsc#1216396).
  - commit 4153b2a
  - Enable CONFIG_DEBUG_CREDENTIALS (jsc#PED-6721)
  - commit c6c6196
  - Enable CONFIG_DEBUG_SG (jsc#PED-6719).
  - commit d87ed97
  - ext4: wire up the ->mark_dead holder operation for log devices
    (bsc#1216436).
  - ext4: wire up sops->shutdown (bsc#1216436).
  - commit be93c9b
  - ext4: split ext4_shutdown (bsc#1216436).
  - Refresh
    patches.suse/ext4-fix-to-check-return-value-of-freeze_bdev-i.patch.
  - commit 7192c4c
  - xfs: wire up the ->mark_dead holder operation for log and RT
    devices (bsc#1216436).
  - xfs: wire up sops->shutdown (bsc#1216436).
  - commit acb6e5e
  - fs: add a method to shut down the file system (bsc#1216436).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit 665d59b
  - block: mark bio_add_folio as __must_check (bsc#1216436).
  - commit 158b336
  - fs: iomap: use bio_add_folio_nofail where possible
    (bsc#1216436).
  - Refresh
    patches.suse/iomap-Rename-iomap_page-to-iomap_folio_state-and-others.patch.
  - commit 35f9aa2
  - block: add bio_add_folio_nofail (bsc#1216436).
  - block: mark bio_add_page as __must_check (bsc#1216436).
  - dm-crypt: use __bio_add_page to add single page to clone bio
    (bsc#1216436).
  - md: raid1: check if adding pages to resync bio fails
    (bsc#1216436).
  - md: raid1: use __bio_add_page for adding single page to bio
    (bsc#1216436).
  - md: check for failure when adding pages in
    alloc_behind_master_bio (bsc#1216436).
  - commit e90ff1b
  - scsi: core: ata: Do no try to probe for CDL on old drives
    (bsc#1216435).
  - scsi: libsas: Add return_fis_on_success to sas_ata_task
    (bsc#1216435).
  - commit 52e719b
  - scsi: ata: libata: Handle completion of CDL commands using
    policy 0xD (bsc#1216435).
  - scsi: ata: libata: Set read/write commands CDL index
    (bsc#1216435).
  - scsi: ata: libata: Add ATA feature control sub-page translation
    (bsc#1216435).
  - scsi: ata: libata-scsi: Add support for CDL pages mode sense
    (bsc#1216435).
  - scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()
    (bsc#1216435).
  - scsi: ata: libata: Detect support for command duration limits
    (bsc#1216435).
  - scsi: ata: libata: Change ata_eh_request_sense() to not set
    CHECK_CONDITION (bsc#1216435).
  - scsi: ata: libata-scsi: Remove unnecessary !cmd checks
    (bsc#1216435).
  - scsi: sd: Handle read/write CDL timeout failures (bsc#1216435).
  - scsi: sd: Set read/write command CDL index (bsc#1216435).
  - scsi: core: Allow enabling and disabling command duration limits
    (bsc#1216435).
  - commit 69aa7a3
  - scsi: core: Detect support for command duration limits
    (bsc#1216435).
  - Refresh
    patches.suse/scsi-Do-not-attempt-to-rescan-suspended-devices.patch.
  - commit 2174f78
  - scsi: core: Support Service Action in scsi_report_opcode()
    (bsc#1216435).
  - scsi: core: Support retrieving sub-pages of mode pages
    (bsc#1216435).
  - scsi: core: Rename and move get_scsi_ml_byte() (bsc#1216435).
  - scsi: core: Allow libata to complete successful commands via EH
    (bsc#1216435).
  - scsi: block: Introduce BLK_STS_DURATION_LIMIT (bsc#1216435).
  - scsi: block: Introduce ioprio hints (bsc#1216435).
  - scsi: block: ioprio: Clean up interface definition
    (bsc#1216435).
  - commit a45bd09
  - selftests: mptcp: join: no RST when rm subflow/addr (git-fixes).
  - wifi: cfg80211: use system_unbound_wq for wiphy work
    (git-fixes).
  - net: phy: bcm7xxx: Add missing 16nm EPHY statistics (git-fixes).
  - Bluetooth: hci_event: Fix using memcmp when comparing keys
    (git-fixes).
  - Bluetooth: Fix a refcnt underflow problem for hci_conn
    (git-fixes).
  - Bluetooth: hci_event: Ignore NULL link key (git-fixes).
  - nfc: nci: fix possible NULL pointer dereference in
    send_acknowledge() (git-fixes).
  - selftests: openvswitch: Fix the ct_tuple for v4 (git-fixes).
  - selftests: openvswitch: Catch cases where the tests are killed
    (git-fixes).
  - selftests: openvswitch: Add version check for pyroute2
    (git-fixes).
  - docs: fix info about representor identification (git-fixes).
  - selftests/powerpc: Fix emit_tests to work with run_kselftest.sh
    (git-fixes).
  - commit 96142ad
  - Refresh
    patches.suse/mm-gup-add-missing-gup_must_unshare-check-to-gup_huge_pgd.patch.
  - commit 9284a43

++++ libdrm:

  - Update to 2.4.117
    * modetest: print modifiers in hex as well
    * modetest: custom mode support
    * meson: fix intel requirements
    * meson: Use feature.require() and feature.allowed()
    * meson: replace deprecated program.path -> program.full_path
    * modetest: avoid erroring if there's no gamma legacy support
    * amdgpu: Fix pointer/integer mismatch warning
    * amdgpu: Use PRI?64 to format uint64_t
    * util: add NV24 and NV42 frame buffer formats
    * util: add pattern support for DRM_FORMAT_NV{24,42}
    * modetest: add support for DRM_FORMAT_NV{24,42}
    * util: fix grey in YUV SMPTE patterns
    * modetest: fix mode_vrefresh() for interlace/dblscan/vscan
    * util: remove unused definitions of RED, GREEN, and BLUE
    * amdgpu: add marketing names from amd-5.4.6 (22.40.6)
    * amdgpu: add marketing names from amd-5.5.1 (23.10.1)
    * amdgpu: add marketing names from PRO Edition 23.Q3 W7000
    * amdgpu: add marketing names from Adrenalin 23.7.2
    * amdgpu: add marketing names from Adrenalin 23.9.1
    * modetest: document why no blob is created for linear gamma LUT
    * modetest: allocate and commit atomic request around set_property()
    * modetest: permit -r and -s to work together
    * modetest: allow using -r and -P
    * modetest: add support for writeback connector
    * amdgpu: amdgpu_drm.h for new GPUVM fault ioctl
    * amdgpu: add support for querying VM faults information
    * xf86drm: mark DRM_MAX_MINOR as deprecated
    * ci: bump FreeBSD to 13.2

++++ systemd:

  - Drop 0001-conf-parser-introduce-early-drop-ins.patch
    The usage of drop-ins is now the official way for configuring systemd and its
    various daemons on Factory/ALP.
    See: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/KWRBTAVQ6MGHVAHKDZZ6GIRX4RMHKHQ6/

++++ python-httpx:

  - Update to 0.25.0:
  - Drop support for Python 3.7.
  - Support HTTPS proxies.
  - Change the type of Extensions from Mapping[Str, Any] to
    MutableMapping[Str, Any].
  - Add socket_options argument to httpx.HTTPTransport and
    httpx.AsyncHTTPTransport classes.
  - The Response.raise_for_status() method now returns
    the response instance. For example: data =
    httpx.get('...').raise_for_status().json().
  - Return 500 error response instead of exceptions when
    raise_app_exceptions=False is set on ASGITransport.
  - Ensure all WSGITransport environs have a SERVER_PROTOCOL.
  - Always encode forward slashes as %2F in query parameters
  - Use Mozilla documentation instead of httpstatuses.com for
    HTTP error reference
  - Requires higher version of httpcore.

++++ systemd-default-settings:

  - The usage of drop-ins is now the official way for configuring systemd and its
    various daemons on Factory/ALP. Hence the early drop-ins SUSE specific
    "feature" has been abandoned.

------------------------------------------------------------------
------------------  2023-10-19  -  Oct 19 2023  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.23.0:
    * check that the pull policy provided is a valid one or is not
    missing when --pull is used
    * remove uncessary return value of pullComposeFiles function
    * enable profile when down is ran with explicit service names
    * add sync+restart action to watch attribute
    * build(deps): bump github.com/containerd/containerd from 1.7.6
    to 1.7.7
    * build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
    * build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0
    * build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0
    * remove refrecence docs generation
    * remove cucumber tests as we haven't added new ones for a while
    * add support of COMPOSE_ENV_FILES env variable to pass a list of
    env files
    * add dry-run support for publish command
    * extract method to reduce cyclomatic complexity
    * warn user remote resource is disabled
    * Don't delete dependent services
    * Apply platform before hashing
    * deps: remove deprecated github.com/pkg/errors
    * Include image name in error message
    * pkg/compose/publish: use empty config descriptor mediaType
    * pkg/remote/oci: check artifactType instead of config.mediaType
    * pkg/remote/oci: refer to the manifest as manifest
    * update the watch warning message when no services with a
    develop section
    * ci: enable verbose output for e2e tests (#11045)
    * truncate command by default, introduce --no-trunc flag to get
    the full command
    * build(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2

++++ dracut:

  - Update to version 059+suse.503.g41e99e72:
    * fix(dracut.spec): do not require libgcrypt20-hmac for dracut-fips (bsc#1216059)

++++ kernel-default:

  - arm64: Update config files. (bsc#1216523)
    Make iMX93 clock and pinctrl driver build-in.
  - commit 09c889a
  - SUNRPC: Fix the recent bv_offset fix (bsc#1216396)
  - commit 0bab547
  - crypto: fix uninit-value in af_alg_free_resources (bsc#1216396)
  - commit d4bf8b0
  - crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390 (bsc#1216396)
  - commit f6818fc
  - crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit (bsc#1216396)
  - commit f4767f4
  - kcm: Fix unnecessary psock unreservation. (bsc#1216396)
  - commit e3f83d9
  - ip, ip6: Fix splice to raw and ping sockets (bsc#1216396)
  - commit 7633d3f
  - splice, net: Fix splice_to_socket() to handle pipe bufs larger than a page (bsc#1216396)
  - commit 0e2c116
  - drbd: swap bvec_set_page len and offset (bsc#1216396)
  - commit 98a0211
  - sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg (bsc#1216396)
  - commit 7da5d0a
  - net: tls: set MSG_SPLICE_PAGES consistently (bsc#1216396)
  - commit fb18afe
  - udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES (bsc#1216396)
  - commit d1f0111
  - udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES (bsc#1216396)
  - commit b95d993
  - splice, net: Fix splice_to_socket() for O_NONBLOCK socket (bsc#1216396)
  - commit ede475b
  - perf beauty: Update copy of linux/socket.h with the kernel sources (bsc#1216396)
  - commit 9c84033
  - crypto: algif_hash - Fix race between MORE and non-MORE sends (bsc#1216396)
  - commit af859fa
  - crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE) (bsc#1216396)
  - commit b15c021
  - crypto: af_alg - Fix merging of written data into spliced pages (bsc#1216396)
  - commit e0c6887
  - nvme-tcp: Fix comma-related oops (bsc#1216396)
  - commit 8fb1409
  - libceph: Partially revert changes to support MSG_SPLICE_PAGES (bsc#1216396)
  - commit 5ac4d7b
  - perf trace: fix MSG_SPLICE_PAGES build error (bsc#1216396)
  - commit af42c7b
  - net: Kill MSG_SENDPAGE_NOTLAST (bsc#1216396)
  - commit dbaaf08
  - sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) (bsc#1216396)
  - commit 65346bf
  - ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage() (bsc#1216396)
  - commit 806190c
  - scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (bsc#1216396)
  - commit 6796e48
  - scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (bsc#1216396)
  - commit 68eb15b
  - drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage() (bsc#1216396)
  - commit 77f6ffe
  - smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES (bsc#1216396)
  - commit 7d6c8d0
  - nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage (bsc#1216396)
  - commit 3769e90
  - nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage (bsc#1216396)
  - commit b80950a
  - dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (bsc#1216396)
  - commit 090e5e1
  - rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (bsc#1216396)
  - commit b3f9468
  - ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage() (bsc#1216396)
  - commit 0f390d4
  - ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (bsc#1216396)
  - commit ce165ef
  - net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock() (bsc#1216396)
  - commit 1512d4b
  - tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage (bsc#1216396)
  - commit edd381a
  - kcm: Send multiple frags in one sendmsg() (bsc#1216396)
  - commit abcba7f
  - kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage (bsc#1216396)
  - commit a791e49
  - tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES) (bsc#1216396)
  - commit c34fb39
  - sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage (bsc#1216396)
  - commit ee8f1a6
  - algif: Remove hash_sendpage*() (bsc#1216396)
  - commit 3242e29
  - Remove file->f_op->sendpage (bsc#1216396)
  - commit 3d3afbc
  - tls/device: Convert tls_device_sendpage() to use
    MSG_SPLICE_PAGES (bsc#1216396).
  - tls/device: Support MSG_SPLICE_PAGES (bsc#1216396).
  - tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - tls/sw: Support MSG_SPLICE_PAGES (bsc#1216396).
  - splice, net: Fix SPLICE_F_MORE signalling in
    splice_direct_to_actor() (bsc#1216396).
  - kcm: Use splice_eof() to flush (bsc#1216396).
  - chelsio/chtls: Use splice_eof() to flush (bsc#1216396).
  - ipv4, ipv6: Use splice_eof() to flush (bsc#1216396).
  - tls/device: Use splice_eof() to flush (bsc#1216396).
  - tls/sw: Use splice_eof() to flush (bsc#1216396).
  - splice, net: Add a splice_eof op to file-ops and socket-ops
    (bsc#1216396).
  - splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than
  - >sendpage() (bsc#1216396).
  - commit 0872e02
  - tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
    (bsc#1216396).
  - net: Block MSG_SENDPAGE_* from being passed to sendmsg()
    by userspace (bsc#1216396).
  - commit 5429db8
  - crypto: af_alg/hash: Support MSG_SPLICE_PAGES (bsc#1216396).
  - crypto: af_alg: Convert af_alg_sendpage() to use
    MSG_SPLICE_PAGES (bsc#1216396).
  - crypto: af_alg: Support MSG_SPLICE_PAGES (bsc#1216396).
  - crypto: af_alg: Indent the loop in af_alg_sendmsg()
    (bsc#1216396).
  - crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
    (bsc#1216396).
  - crypto: af_alg: Pin pages rather than ref'ing if appropriate
    (bsc#1216396).
  - commit dc4f265
  - Move netfs_extract_iter_to_sg() to lib/scatterlist.c
    (bsc#1216396).
  - Refresh
    patches.suse/crypto-cifs-fix-error-handling-in-extract_iter.patch.
  - commit 5ee67fd
  - Wrap lines at 80 (bsc#1216396).
  - Fix a couple of spelling mistakes (bsc#1216396).
  - Drop the netfs_ prefix from netfs_extract_iter_to_sg()
    (bsc#1216396).
  - commit d9781c6
  - kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - kcm: Support MSG_SPLICE_PAGES (bsc#1216396).
  - commit b35a878
  - chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - chelsio: Support MSG_SPLICE_PAGES (bsc#1216396).
  - commit ecc4c7a
  - regmap: fix NULL deref on lookup (git-fixes).
  - usb: typec: altmodes/displayport: Signal hpd low when exiting
    mode (git-fixes).
  - xhci: Preserve RsvdP bits in ERSTBA register correctly
    (git-fixes).
  - xhci: Clear EHB bit only at end of interrupt handler
    (git-fixes).
  - xhci: track port suspend state correctly in unsuccessful resume
    cases (git-fixes).
  - usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
    (git-fixes).
  - usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command
    fails (git-fixes).
  - usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap
    call (git-fixes).
  - usb: musb: Get the musb_qh poniter after musb_giveback
    (git-fixes).
  - usb: musb: Modify the "HWVers" register address (git-fixes).
  - usb: cdnsp: Fixes issue with dequeuing not queued requests
    (git-fixes).
  - thunderbolt: Restart XDomain discovery handshake after failure
    (git-fixes).
  - thunderbolt: Correct TMU mode initialization from hardware
    (git-fixes).
  - serial: Reduce spinlocked portion of uart_rs485_config()
    (git-fixes).
  - iio: pressure: ms5611: ms5611_prom_is_valid false negative bug
    (git-fixes).
  - Input: psmouse - fix fast_reconnect function for PS/2 mode
    (git-fixes).
  - media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the
    streams API is disabled (git-fixes).
  - power: supply: qcom_battmgr: fix enable request endianness
    (git-fixes).
  - power: supply: qcom_battmgr: fix battery_id type (git-fixes).
  - nfc: nci: assert requested protocol is valid (git-fixes).
  - net: usb: dm9601: fix uninitialized variable use in
    dm9601_mdio_read (git-fixes).
  - net: nfc: fix races in nfc_llcp_sock_get() and
    nfc_llcp_sock_get_sn() (git-fixes).
  - phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls
    to shared registers (git-fixes).
  - phy: lynx-28g: lock PHY while performing CDR lock workaround
    (git-fixes).
  - phy: lynx-28g: cancel the CDR check work item on the remove path
    (git-fixes).
  - pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
  - pinctrl: starfive: jh7110: Fix failure to set irq after
    CONFIG_PM is enabled (git-fixes).
  - pinctrl: nuvoton: wpcm450: fix out of bounds write (git-fixes).
  - KEYS: trusted: Remove redundant static calls usage (git-fixes).
  - irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source
    (git-fixes).
  - commit 7f41ba4
  - iio: adc: ad7192: Correct reference voltage (git-fixes).
  - iio: addac: Kconfig: update ad74413r selections (git-fixes).
  - iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
  - iio: imu: bno055: Fix missing Kconfig dependencies (git-fixes).
  - iio: adc: imx8qxp: Fix address for command buffer registers
    (git-fixes).
  - iio: cros_ec: fix an use-after-free in
    cros_ec_sensors_push_data() (git-fixes).
  - iio: admv1013: add mixer_vgate corner cases (git-fixes).
  - iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
  - iio: dac: ad3552r: Correct device IDs (git-fixes).
  - dmaengine: stm32-dma: fix residue in case of MDMA chaining
    (git-fixes).
  - dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of
    MDMA chaining (git-fixes).
  - dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag
    is set (git-fixes).
  - dmaengine: stm32-mdma: use Link Address Register to compute
    residue (git-fixes).
  - dmaengine: stm32-mdma: abort resume if no ongoing transfer
    (git-fixes).
  - dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
    (git-fixes).
  - dmaengine: idxd: use spin_lock_irqsave before
    wait_event_lock_irq (git-fixes).
  - dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required
    property (git-fixes).
  - ieee802154: ca8210: Fix a potential UAF in ca8210_probe
    (git-fixes).
  - dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update
    description for '#interrupt-cells' property (git-fixes).
  - commit 273ec57
  - counter: microchip-tcb-capture: Fix the use of internal GCLK
    logic (git-fixes).
  - counter: chrdev: fix getting array extensions (git-fixes).
  - can: isotp: isotp_sendmsg(): fix TX state detection and wait
    behavior (git-fixes).
  - arm64: dts: mediatek: mt8195: Set DSU PMU status to fail
    (git-fixes).
  - arm64: dts: mediatek: fix t-phy unit name (git-fixes).
  - arm64: dts: mediatek: mt8195-demo: update and reorder reserved
    memory regions (git-fixes).
  - arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
    (git-fixes).
  - ata: pata_parport: implement set_devctl (git-fixes).
  - ata: pata_parport: fix pata_parport_devchk (git-fixes).
  - arm64: dts: qcom: sm8150: extend the size of the PDC resource
    (git-fixes).
  - ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM
    (git-fixes).
  - ASoC: hdmi-codec: Fix broken channel map reporting (git-fixes).
  - ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
  - ALSA: hda: cs35l41: Cleanup and fix double free in firmware
    request (git-fixes).
  - ASoC: SOF: amd: fix for firmware reload failure after playback
    (git-fixes).
  - ASoC: fsl_sai: Don't disable bitclock for i.MX8MP (git-fixes).
  - ASoC: simple-card-utils: fixup simple_util_startup() error
    handling (git-fixes).
  - ASoC: Intel: soc-acpi: fix Dell SKU 0B34 (git-fixes).
  - ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP
    (git-fixes).
  - commit 4cbb4f2
  - net: fix signedness bug in skb_splice_from_iter() (bsc#1216396).
  - block: Use iov_iter_extract_pages() and page pinning in
    direct-io.c (bsc#1216396).
  - mm: Provide a function to get an additional pin on a page
    (bsc#1216396).
  - mm: Don't pin ZERO_PAGE in pin_user_pages() (bsc#1216396).
  - block: convert bio_map_user_iov to use iov_iter_extract_pages
    (bsc#1216396).
  - block: Convert bio_iov_iter_get_pages to use
    iov_iter_extract_pages (bsc#1216396).
  - block: Add BIO_PAGE_PINNED and associated infrastructure
    (bsc#1216396).
  - block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with
    inverted logic (bsc#1216396).
  - block: Fix bio_flagged() so that gcc can better optimise it
    (bsc#1216396).
  - iomap: Don't get an reference on ZERO_PAGE for direct I/O
    block zeroing (bsc#1216396).
  - commit 0c6b192
  - splice: kdoc for filemap_splice_read() and copy_splice_read()
    (bsc#1216396).
  - iov_iter: Kill ITER_PIPE (bsc#1216396).
  - splice: Remove generic_file_splice_read() (bsc#1216396).
  - splice: Use filemap_splice_read() instead of (bsc#1216396).
  - cifs: Use filemap_splice_read() (bsc#1216396).
  - trace: Convert trace/seq to use copy_splice_read()
    (bsc#1216396).
  - zonefs: Provide a splice-read wrapper (bsc#1216396).
  - xfs: Provide a splice-read wrapper (bsc#1216396).
  - orangefs: Provide a splice-read wrapper (bsc#1216396).
  - ocfs2: Provide a splice-read wrapper (bsc#1216396).
  - ntfs3: Provide a splice-read wrapper (bsc#1216396).
  - nfs: Provide a splice-read wrapper (bsc#1216396).
  - f2fs: Provide a splice-read wrapper (bsc#1216396).
  - ext4: Provide a splice-read wrapper (bsc#1216396).
  - ecryptfs: Provide a splice-read wrapper (bsc#1216396).
  - ceph: Provide a splice-read wrapper (bsc#1216396).
  - afs: Provide a splice-read wrapper (bsc#1216396).
  - 9p: Add splice_read wrapper (bsc#1216396).
  - net: Make sock_splice_read() use copy_splice_read() by
    (bsc#1216396).
  - tty, proc, kernfs, random: Use copy_splice_read() (bsc#1216396).
  - coda: Implement splice-read (bsc#1216396).
  - overlayfs: Implement splice-read (bsc#1216396).
  - shmem: Implement splice-read (bsc#1216396).
  - splice: Make splice from a DAX file use copy_splice_read()
    (bsc#1216396).
  - splice: Make splice from an O_DIRECT fd use (bsc#1216396).
  - splice: Check for zero count in vfs_splice_read() (bsc#1216396).
  - splice: Make do_splice_to() generic and export it (bsc#1216396).
  - commit 4891151
  - splice: Clean up copy_splice_read() a bit (bsc#1216396).
  - Refresh
    patches.suse/splice-don-t-call-file_accessed-in-copy_splice_.patch.
  - commit 664e8a5
  - splice: Rename direct_splice_read() to copy_splice_read()
    (bsc#1216396).
  - splice: Make filemap_splice_read() check s_maxbytes
    (bsc#1216396).
  - commit a541fa9
  - unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - Delete
    patches.suse/af_unix-Fix-null-ptr-deref-in-unix_stream_send.patch.
  - commit e25becd
  - af_unix: Support MSG_SPLICE_PAGES (bsc#1216396).
  - commit f1ae971
  - ip: Remove ip_append_page() (bsc#1216396).
  - udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - ip6, udp6: Support MSG_SPLICE_PAGES (bsc#1216396).
  - ip, udp: Support MSG_SPLICE_PAGES (bsc#1216396).
  - tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
    (bsc#1216396).
  - siw: Inline do_tcp_sendpages() (bsc#1216396).
  - tls: Inline do_tcp_sendpages() (bsc#1216396).
  - espintcp: Inline do_tcp_sendpages() (bsc#1216396).
  - tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around
    tcp_sendmsg (bsc#1216396).
  - tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
    (bsc#1216396).
  - tcp: Support MSG_SPLICE_PAGES (bsc#1216396).
  - net: Add a function to splice pages into an skbuff for
    MSG_SPLICE_PAGES (bsc#1216396).
  - net: Pass max frags into skb_append_pagefrags() (bsc#1216396).
  - net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
    (bsc#1216396).
  - net/tcp: optimise io_uring zc ubuf refcounting (bsc#1216396).
  - net/tcp: don't peek at tail for io_uring zc (bsc#1216396).
  - commit 1cbac60

++++ llvm19:

  - Update to version 17.0.3.
    * This release contains bug-fixes for the LLVM 17.0.0 release.
    This release is API and ABI compatible with 17.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Disable zstd support for now regardless of whether libzstd-devel
    is installed. (boo#1216121)
  - Limit number of LTO threads on 32-bit architectures to prevent
    out-of-memory during linking.

++++ nftables:

  - Update to release 1.0.9
    * Custom conntrack timeouts can use time specification with
    units other than seconds.
    * Allow combination of dnat with numgen.
    * Allow for using constants as key in dynamic sets.
    * Support for matching on the target address of a IPv6 neighbour
    solicitation/advertisement.
    * Restore bitwise operations in combination with maps, e.g. jump
    to chain depending on bitwise operation on packet mark.
    * Fix crash with log prefix longer that 127 bytes.
  - Drop merged 0001-Revert-py-replace-distutils-with-setuptools.patch

++++ openssl-3:

  - Performance enhancements for cryptography from OpenSSL 3.2
    [jsc#PED-5086, jsc#PED-3514]
    * Add patches:
  - openssl-ec-Use-static-linkage-on-nistp521-felem_-square-mul-.patch
  - openssl-ec-56-bit-Limb-Solinas-Strategy-for-secp384r1.patch
  - openssl-ec-powerpc64le-Add-asm-implementation-of-felem_-squa.patch
  - openssl-ecc-Remove-extraneous-parentheses-in-secp384r1.patch
  - openssl-powerpc-ecc-Fix-stack-allocation-secp384r1-asm.patch
  - openssl-Improve-performance-for-6x-unrolling-with-vpermxor-i.patch
  - FIPS: Add the FIPS_mode() compatibility macro and flag support.
    * Add patches:
  - openssl-Add-FIPS_mode-compatibility-macro.patch
  - openssl-Add-Kernel-FIPS-mode-flag-support.patch

++++ sqlite3:

  - sqlite3-rtree-i686.patch: temporary build fix for 32-bit x86.

++++ systemd:

  - Ship the main configuration files in /usr/lib/
    Besides the fact that shipping files in /etc is not recommended anymore, this
    change will hopefully encourage users to customize the defaults via the mean
    of drop-ins hence removing the risk of conflicts with downstream
    customization.
    In contrary, shipping empty directories *.conf.d/ in /etc is not a concern and
    should suggest users to create drop-ins (bsc#1207056).
  - systemd.spec: add files.portable and files.journal-remote

++++ pcr-oracle:

  - Add systemd-boot.patch to support systemd-cryptenroll JSON files

++++ python-typing_extensions:

  - Update to 4.8.0:
  - Add typing_extensions.Doc, as proposed by PEP 727
  - Drop support for Python 3.7 (including PyPy-3.7)
  - Fix bug where get_original_bases() would return incorrect
    results when called on a concrete subclass of a generic class
  - Fix bug where ParamSpec(default=...) would raise a TypeError
    on Python versions <3.11

++++ swtpm:

  - Add missing requires for certtool

++++ systemd-default-settings:

  - Import 0.8
    f34372f User priority '26' for SLE-Micro
    c8b6f0a Revert "Convert more drop-ins into early ones"

++++ systemd-presets-branding-ALP-transactional:

  - No longer depends on systemd-presets-branding-openSUSE.

++++ systemd-presets-common-SUSE:

  - nvme-cli: enable nvmf-autoconnect.service for improved user experience
    (bsc#1216369).

------------------------------------------------------------------
------------------  2023-10-18  -  Oct 18 2023  -------------------
------------------------------------------------------------------

++++ combustion:

  - Update to version 1.2+git9:
    * Override subvol= with the new snapshot if necessary

++++ glibc:

  - dtors-reverse-ctor-order.patch: Remove, has been reverted

++++ kernel-default:

  - blk-flush: fix rq->flush.seq for post-flush requests (PED-5728).
  - commit 331daeb
  - blk-mq: release scheduler resource when request completes
    (PED-5728).
  - block: queue data commands from the flush state machine at
    the head (PED-5728).
  - block/mq-deadline: Fix a bug in deadline_from_pos() (PED-5728).
  - blk-mq: fix two misuses on RQF_USE_SCHED (PED-5728).
  - blk-ioc: fix recursive spin_lock/unlock_irq() in
    ioc_clear_queue() (PED-5728).
  - commit 6d273e4
  - KVM: s390: fix gisa destroy operation might lead to cpu stalls
    (git-fixes).
  - commit 27384f0

++++ harfbuzz:

  - Update to version 8.2.2:
    + Fix regression from 8.1.0 in shaping fonts with duplicate
    feature tags.
    + Fix regression from 8.2.0 in parsing CSS-style feature strings.
    + Variable fonts instanciation now handles more tables.
    + Various CMake build improvements.
    + Various fixes to build without errors with gcc 4.9.2.

++++ virglrenderer:

  - Update to version 1.0.0:
    + Switch to Venus protocol version 1.0.0
    + Drop experimental tag from Venus configuration flag and update
    API.
    + Support passing fences from guest to host for waiting
    and inter-context fence sharing/syncing.
  - Drop virglrenderer-CVE-2022-0175.patch and
    virglrenderer-CVE-2022-0135.patch: fixed upstream.

++++ libvirt:

  - supportconfig: Adapt plugin to modern supportconfig

++++ python-urllib3:

  - update to 2.0.7 (bsc#1216377, CVE-2023-45803):
    * Made body stripped from HTTP requests changing the request method
    to GET after HTTP 303 "See Other" redirect responses.

++++ qemu:

  - [openSUSE] Add -p1 to autosetup in spec files
    * So patches can be applied easily (might be useful for development)
  - Update to version 8.1.2:
    This fixes the following upstream issues:
    * https://gitlab.com/qemu-project/qemu/-/issues/1826
    * https://gitlab.com/qemu-project/qemu/-/issues/1834
    * https://gitlab.com/qemu-project/qemu/-/issues/1846
    It also contains a fix for:
    * CVE-2023-42467 (bsc#1215192)
    As well as several upstream backports (list available at:
    https://lore.kernel.org/qemu-devel/24dfb1c2-dc40-4841-893d-5d530638b684@tls.msk.ru/)

++++ supportutils:

  - Changes in version 3.2.2
    + Added supportutils to current PED-4456
    + Fixed kernel and added user live patching PED-4524
    + Fixed plugins creating empty files bsc#1216388
    + Fixed supportconfig using external test command bsc#1216150
    + Removed older versions of SLES_VER bsc#1216147
    + Fixed supportconfig kdump and analyzevmcore errors bsc#1216146
    + Cron and At are replaced with systemd.timer bsc#1216229
    + Offers apparmor or selinux based on configuration bsc#1216233
    + Filted proc access errors bsc#1216151
    + Remove all SuSE-release references bsc#1216228
    + Remove references to /etc/init.d bsc#1216230
    + Changed config directory to /etc/supportutuils for all conf and header.txt bsc#1216232
    + Removed package requires for kmod and util-linux-systemd
    + Remove check_service function from supportconfig.rc bsc#1216231
    + Support has been removed for scplugin.rc, use supportconfig.rc bsc#1216241

++++ vim:

  - Update to version 9.0.2043
    * Vim9: issue with funcref assignmentand varargs
    * Test_cq_zero_exmode fails without channel feature
    * trim(): hard to use default mask
    * include syntax script for json5
    * trim(): hard to use default mask
    * completion shows current word after completion restart
    * Vim9: object method funcref not cleaned up after use
    * A few remaining cmdline completion issues with C-E/Y
    * if_python: rework python3.12 build dependency
    * [security] use-after-free with wildmenu
    * don't try to copy SMACK attribute, when none exist
    * gcc overflow-warning for f_resolve
    * Fix more typos
    * cannot get mouse click pos for tab or virt text
    * correct <PageUp>/<PageDown> behavior in 'wildmenu'
    * TextChangedI may be triggered by non-insert mode change
    * no max callback recursion limit
    * Vim9: no support for partials using call()
    * confusing build dependencies
    * Vim9: no support for bitwise operators in lambda funcs
    * win32: python3 dll loading can be improved
    * no cmdline completion for ++opt args
    * no filetype detection for Debian sources
    * need more tests for :cq
    * getmousepos() returns wrong index for TAB char
    * Coverity complains about change in charset
    * Update Serbian messages translation
    * Update ftplugin
    * Vim9: islocked() needs more work
    * Improve command-line completion docs
    * Vim9: no support for funcrefs
    * complete_info() returns wrong index
    * linebreak applies for leading whitespace
    * Vim9: assignment operators don't work for class vars
    * Vim9: does not handle islocked() from a method correctly
    * confusing ifdefs in if_<lang>.c
    * Unicode tables outdated
    * Vim9: error message can be more accurate
    * INI files not detected
    * [security] use-after-free from buf_contents_changed()
    * cmdline-completion for comma-separated options wrong
    * test: undofile left behind
    * Vim9: covariant parameter types allowed
    * Vim9: need more tests
    * partially revert patch v9.0.1997
    * Missing test file
    * xxd: compilation warning
    * make command name for &iskeywordprg more unique
    * Vim9: need cleanup of class related interface code
    * updated translation of xxd manpage
    * Vim9: segfault with islocked()
    * Vim9: use-after-free in deep call stack
    * Update ftplugin
    * Vim9: some error messages can be improved
    * xxd: cannot reverse a bit dump
    * Some unused code in move.c and string.c
    * remove E1520 tag
    * Cannot build with python312
    * Update vim9class help
    * Invalid memory access with empty 'foldexpr'
    * inconsistent feature description
    * warning about unused function definition
    * [security] segfault in exmode
    * no cmdline completion for setting the font
    * strange error number
    * diff (`df`) may open the wrong window
    * Update `.netrwbook` immediately on bookmark change
    * revert permission changes for xxd manpages again
    * Vim9: double error message given
    * Vim9: potential use-after-free for class members
    * win32: font-size calculation can be improved
    * Update Serbian messages translation
    * Vim9: accepting type-annotations
    * Correct filetype detection pattern and style
    * scrolling inactive window not possible with cursorbind
    * error when trying to :bd unloaded buffer
    * vim9: clean up from v9.0.1955
    * not being able to scroll up in diff mode
    * win32: issues with stable python ABI
    * No filetype detection for just files
    * Vim9: object members can change type
    * update translation of xxd manpage
    * update xxd manpage and mention $NO_COLOR env
    * fix two typos in `vim9.txt` and `options.txt`
    * remove E1507 help tag, which is no longer used
    * style: space before tab in optionstr.c
    * xattr: permission-denied errors on write
    * Update Russian message translation to Vim 9.0.1968
    * add missing error numbers in the help.
    * mention how to disable folding in diff mode
    * vim9: using contra-variant type-checks
    * Clean up cmdline option completion code
    * win32: missing '**' expansion test
    * macOS: FEAT_SOUND guard too restrictive
    * win32: high-dpi support can be improved
    * [security] buffer-overflow in trunc_string()
    * cmdline completion should consider key option
    * xattr errors not translated
    * configure prints stray 6 when checking libruby
    * wrong auto/configure script
    * xattr support fails to build on MacOS X
    * Configure script may not detect xattr
    * No support for writing extended attributes
    * 'listchars' completion misses "multispace" and "leadmultispace"
    * Vim9: methods parameters and types are covariant
    * cannot complete option values
    * termcap options should change when setting keyprotocol
    * Custom completion skips orig cmdline if it invokes glob()
    * Vim9: lockvar issues with objects/classes
    * CI: change netrw label in labeller bot
    * Misplaced comment in errors.h
    * Vim9: unused static field
    * text-objects: document how escaped delimiters are handled
    * Vim9: hard to debug vim9_class errors from CI
    * Vim9: error codes spread out
    * Vim9: allows reserved keywords as members
    * Vim9: object variable "this." should only be used in constructor
    * Bash Expansion test fails on Windows/MacOS
    * regenerate xxd manpage
    * filename expansion using ** in bash may fail
    * Vim9: missing support for ro-vars in interface
    * mention mouse scrolling in scrollbind-quickadj
    * Update syntax file
    * update i3config syntax
    * runtime(rmd) Update ftplugin and syntax files
    * Vim9: function instruction pointer invalidated
    * Update Serbian messages translation
    * Vim9: execution stack invalidated with null object
    * only invoke bash help in ftplugin if it has been detected to be bash
    * Memory leak detected
    * Update help tags
    * wrong upstream version in libvterm README
    * still a problem when processing LSP RPC requests
    * Update Vim9 class items
    * Vim9: Consistenly use class/object variable and class/object method in help
    * multispace wrong when scrolling horizontally
    * missing test for mouse click + 'virtedit'
    * test: using wrong expected message in test_crypt
    * Vim9: not consistent error messages
    * :bwipe fails after switching window from aucmd_win.
    * Can change the type of a v: variable using if_lua
    * Vim9: error when using null object constructor
    * grammar fixes in doc
    * Update the version9.txt with a template for version 9.1 enhancements
    * Add a missing '<' to the help of strutf16len()
    * make test_compilers fails on ubuntu
    * fix typo in tutor.nl
    * compiler warnings with clang-17
    * runtime tests fail with tiny vim
    * Vim9: constructor type checking bug
    * patch 1916 (fixed terminal size) not optimal
    * Vim9: not enough info in error message
    * if_python: still undefined behaviour with function pointer
    * LSP server message still wrongly handled (after 9.0.1922)
    * curswant wrong on click with 've' and 'wrap' set
    * format jumplist examples more consistently
    * LSP server request message is misinterpreted as a response message
    * not possible to use the jumplist like a stack
    * Vim9: cannot write public var in nested object
    * Wrong curswant when clicking on empty line or with vsplits
    * No filetype detection for Authzed filetypes
    * undefined behaviour with python function pointer
    * Crash when allocating large terminal screen
    * r_CTRL-C works differently in visual mode
    * Vim9: few issues when accessing object members
    * if_python: undefined behaviour for function pointers
    * Vim9: segfault with null object and instanceof()
    * add help tag describing object-selection
    * Vim9: problem calling class method from other class
    * undefined behaviour upper/lower function ptrs
    * fix filetype detection for remote editing files
    * Add Kotlin runtime files
    * No support for liquidsoap filetypes
    * Vim9: Interfaces should not support class methods and variables
    * FEAT_FLOAT no longer defined
    * mention additional packages for msys2
    * Man plugin does not respect 'gdefault'
    * Vim9: Coverity complains about dead code
    * win32: not correctly freeing environment
    * Configure script uses non-portable == comparison
    * potential buffer overflow in PBYTE macro
    * Vim9: restrict access to static vars
    * Highlight all :loadkeymap abbreviations in vim syntax
    * Fix :unlet error in ftplugin
    * Updated documentation on editorconfig
    * improve syntax highlighting
    * sync rust runtime files with upstream
    * syntax structure cleanup
    * documentation updates
    * improved i3config highlighting
    * Vim9: confusing error with .= in compiled functions
    * "below" virtual text doesn't work with 'rightleft'
    * Vim9: finding object method/member is inefficient
    * Add g:c_syntax_for_h to filetype-overrule docs

++++ virt-manager:

  - Supportconfig: Adapt plugin to modern supportconfig
    The supportconfig 'scplugin.rc' file is deprecated in favor of
    supportconfig.rc'. Adapt the virt-manager plugin to the new scheme.
    virt-manager-supportconfig

------------------------------------------------------------------
------------------  2023-10-17  -  Oct 17 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 9.25.16 → 9.25.17

++++ glibc:

  - Avoid use of SSE in i586 build

++++ gpg2:

  - Do not pull revision info from GIT when autoconf is run. This
    removes the -unknown suffix after the version number.
    * Add gnupg-nobetasuffix.patch [bsc#1216334]

++++ kdump:

  - upgrade to version 1.9.7
    * prevent dracut emergency shell
    * s390: consolidate low-level network configuration with zdev
    * s390: Explicitly request zFCP devices

++++ kernel-default:

  - Crash: add lock to serialize crash hotplug handling
    (jsc-PED#5077).
  - commit 5a5c5bb
  - Refresh SED OPAL patches to current version.
  - commit 8de998c
  - x86/crash: optimize CPU changes (jsc#PED-5077).
  - commit f30f3fe
  - crash: change crash_prepare_elf64_headers() to
    for_each_possible_cpu() (jsc#PED-5077).
  - commit e79d809
  - x86/crash: add x86 crash hotplug support (jsc#PED-5077).
    Update config files
  - commit d5e636c
  - crash: memory and CPU hotplug sysfs attributes (jsc#PED-5077).
  - commit 82db65e
  - kexec: exclude elfcorehdr from the segment digest
    (jsc#PED-5077).
  - commit 2859a0e
  - crash: add generic infrastructure for crash hotplug support
    (jsc#PED-5077).
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - commit 374d01d
  - crash: move a few code bits to setup support of crash hotplug
    (jsc#PED-5077).
  - Refresh
    patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
  - commit 563a4f9
  - usb: typec: ucsi: Use GET_CAPABILITY attributes data to set
    power supply scope (git-fixes).
  - commit f685c38
  - usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
    (git-fixes).
  - commit eb4f8c3
  - usb: gadget: udc-xilinx: fix incorrect type in assignment
    warning (git-fixes).
  - commit 0c5300f
  - usb: gadget: udc-xilinx: fix cast from restricted __le16 warning
    (git-fixes).
  - commit 0e0e0a8
  - usb: gadget: udc-xilinx: fix restricted __le16 degrades to
    integer warning (git-fixes).
  - commit 54667be
  - usb: gadget: udc: udc-xilinx: Use
    devm_platform_get_and_ioremap_resource() (git-fixes).
  - commit 5cb0f73
  - scsi: target: Pass struct target_opcode_descriptor to enabled
    (PED-5728).
  - commit a0c7a7a
  - ceph: remove unnecessary check for NULL in parse_longname()
    (bsc#1216331).
  - commit fea4023
  - usb: Explicitly include correct DT includes (git-fixes).
    parts for qcom driver not backported removed
  - commit 27319fe
  - usb: gadget/udc-xilinx: Convert to platform remove callback
    returning void (git-fixes).
  - commit 110ff09
  - usb: gadget: udc: udc-xilinx: Add identifier to read_fn function
    arg (git-fixes).
  - commit 0db2eea
  - usb: dwc3: Soft reset phy on probe for host (git-fixes).
  - commit 47c619c
  - KVM: SVM: Fix TSC_AUX virtualization setup (git-fixes).
  - commit f04f3c5
  - ceph: fix type promotion bug on 32bit systems (bsc#1216327).
  - libceph: use kernel_connect() (bsc#1216326).
  - ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
    (bsc#1216325).
  - commit 211b7b9
  - KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
    (git-fixes).
  - commit 8d2756e
  - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
    (git-fixes).
  - commit 5373e91
  - xen-netback: use default TX queue size for vifs (git-fixes).
  - commit 2ad4e6c
  - scsi: Do not rescan devices with a suspended queue (git-fixes).
  - commit c0a7368

++++ kmod:

  - Fix tests
    * refresh configure-Detect-openssl-sm3-support.patch
    * refresh kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch
    * refresh usr-lib-modules.patch

++++ brotli:

  - build with optflags again

++++ libgcrypt:

  - Do not pull revision info from GIT when autoconf is run. This
    removes the -unknown suffix after the version number.
    * Add libgcrypt-nobetasuffix.patch [bsc#1216334]

++++ libgpg-error:

  - Do not pull revision info from GIT when autoconf is run. This
    removes the -unknown suffix after the version number.
    * Add libgpg-error-nobetasuffix.patch [bsc#1216334]

++++ libksba:

  - Do not pull revision info from GIT when autoconf is run. This
    removes the -unknown suffix after the version number.
    * Run autoreconf for the added patch and add the build
    dependecies on autoconf, automake and libtool.
    * Add libksba-nobetasuffix.patch [bsc#1216334]

++++ ncurses:

  - Add ncurses patch 20231016
    + make the recent change to setupterm optional "--enable-check-size"
    (Debian #1054022).

++++ libnvme:

  - Update to version 1.6+5.g68c6ffb:
    * avoid stack corruption by unaligned DMA to user space buffers
    (bsc#1216344, gh#linux-nvme/libnvme#727)

++++ libtirpc:

  -  update to 1.3.4 (bsc#1199467)
    * binddynport.c honor ip_local_reserved_ports
    * gss-api: expose gss major/minor error in authgss_refresh()
    * rpcb_clnt.c: Eliminate double frees in delete_cache()
    * rpcb_clnt.c: memory leak in destroy_addr
    * portmapper: allow TCP-only portmapper
    * getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
    * clnt_raw.c: fix a possible null pointer dereference
    * bindresvport.c: fix a potential resource leakage

++++ libvirt:

  - spec: Disable use of libnbd/nbdkit
    bsc#1216274

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

  - cleanup: get rid of possibiliy to hardcode pci list; it's no
    longer required anyway; secureboot signing has been fixed ...
  - removed pci-table.patch

------------------------------------------------------------------
------------------  2023-10-16  -  Oct 16 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed argument processing of config.bootoptions
    Instead of adding an extra space to make the subsequent reading
    to work, use an awk script that does it without nasty workarounds
  - Allow test-image-disk-ramdisk to be build locally
  - Bump version: 9.25.15 → 9.25.16
  - Fixed doc search field
    The search in the documentation is broken with the rtd
    schema and latest sphinx. Stick with sphinx 5.0.0 for the
    moment which fixes the issue
  - Bump version: 9.25.14 → 9.25.15
  - Make codacy happy
  - Support release version in signkey URLs
    Using one of the $releasever/${releasever} variable placeholders
    in an URL as part of a <signing key="..."/> element did not replace
    the placeholder with the value of the <release-version> element.
    This commit fixes this and also makes sure that the result list
    for downloading signing keys is unique. This Fixes #2381

++++ gpg2:

  - Fix Emacs EasyPG behavior when parsing output:
    * gpg: Report BEGIN_* status before examining the input.
    * Upstream task: https://dev.gnupg.org/T6481
    * Add gnupg-Report-BEGIN_-status-before-examining-the-input.patch

++++ grub2:

  - Fix detection of encrypted disk's uuid in powerpc to cope with logical disks
    when signed image installation is specified (bsc#1216075)
    * 0003-grub-install-support-prep-environment-block.patch
  - grub2.spec: Add support to unlocking multiple encrypted disks in signed
    grub.elf image for logical disks

++++ kernel-default:

  - scsi: Do not attempt to rescan suspended devices (git-fixes).
  - scsi: sd: Differentiate system and runtime start/stop management
    (git-fixes).
  - scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).
  - scsi: lpfc: Fix the NULL vs IS_ERR() bug for
    debugfs_create_file() (git-fixes).
  - scsi: pm8001: Setup IRQs on resume (git-fixes).
  - commit afc950d
  - block: add a mark_dead holder operation (PED-5728).
  - block: introduce holder ops (PED-5728).
  - block: remove blk_drop_partitions (PED-5728).
  - block: delete partitions later in del_gendisk (PED-5728).
  - block: unhash the inode earlier in delete_partition (PED-5728).
  - block: avoid repeated work in blk_mark_disk_dead (PED-5728).
  - block: consolidate the shutdown logic in blk_mark_disk_dead
    and del_gendisk (PED-5728).
  - block: turn bdev_lock into a mutex (PED-5728).
  - block: refactor bd_may_claim (PED-5728).
  - block: factor out a bd_end_claim helper from blkdev_put
    (PED-5728).
  - block: Replace all non-returning strlcpy with strscpy
    (PED-5728).
  - blk-ioc: protect ioc_destroy_icq() by 'queue_lock' (PED-5728).
  - block: constify the whole_disk device_attribute (PED-5728).
  - block: constify struct part_attr_group (PED-5728).
  - block: constify struct part_type part_type (PED-5728).
  - block: constify partition prober array (PED-5728).
  - commit 00b3f62
  - block: introduce block_io_start/block_io_done tracepoints
    (PED-5728).
  - block: remove redundant req_op in blk_rq_is_passthrough
    (PED-5728).
  - block: don't plug in blkdev_write_iter (PED-5728).
  - block: BFQ: Move an invariant check (PED-5728).
  - commit ff11de8
  - blk-mq: don't use the requeue list to queue flush commands
    (PED-5728).
  - blk-mq: do not do head insertions post-pre-flush commands
    (PED-5728).
  - blk-mq: defer to the normal submission path for post-flush
    requests (PED-5728).
  - blk-mq: use the I/O scheduler for writes from the flush state
    machine (PED-5728).
  - blk-mq: defer to the normal submission path for non-flush
    flush commands (PED-5728).
  - blk-mq: reflow blk_insert_flush (PED-5728).
  - blk-mq: factor out a blk_rq_init_flush helper (PED-5728).
  - fs: remove the special !CONFIG_BLOCK def_blk_fops (PED-5728).
  - commit f3ede31
  - block: BFQ: Add several invariant checks (PED-5728).
  - block: mq-deadline: Fix handling of at-head zoned writes
    (PED-5728).
  - block: mq-deadline: Handle requeued requests correctly
    (PED-5728).
  - block: mq-deadline: Track the dispatch position (PED-5728).
  - block: mq-deadline: Reduce lock contention (PED-5728).
  - block: mq-deadline: Simplify deadline_skip_seq_writes()
    (PED-5728).
  - block: mq-deadline: Clean up deadline_check_fifo() (PED-5728).
  - block: Introduce blk_rq_is_seq_zoned_write() (PED-5728).
  - block: Introduce op_needs_zoned_write_locking() (PED-5728).
  - block: Simplify blk_req_needs_zone_write_lock() (PED-5728).
  - block: mq-deadline: Add a word in a source code comment
    (PED-5728).
  - commit 37cc91c
  - blk-mq: make sure elevator callbacks aren't called for
    passthrough request (PED-5728).
  - blk-mq: remove RQF_ELVPRIV (PED-5728).
  - commit 1dd7720
  - scsi: target: Add block PR support to iblock (PED-5728).
  - scsi: target: Report and detect unsupported PR commands
    (PED-5728).
  - scsi: target: Allow backends to hook into PR handling
    (PED-5728).
  - scsi: target: Rename sbc_ops to exec_cmd_ops (PED-5728).
  - nvme: Add pr_ops read_reservation support (PED-5728).
  - nvme: Add a nvme_pr_type enum (PED-5728).
  - nvme: Add pr_ops read_keys support (PED-5728).
  - nvme: Add helper to send pr command (PED-5728).
  - nvme: Move pr code to it's own file (PED-5728).
  - nvme: Don't hardcode the data len for pr commands (PED-5728).
  - nvme: Fix reservation status related structs (PED-5728).
  - dm: Add support for block PR read keys/reservation (PED-5728).
  - scsi: Add support for block PR read keys/reservation (PED-5728).
  - scsi: Move sd_pr_type to scsi_common (PED-5728).
  - scsi: Rename sd_pr_command (PED-5728).
  - block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT (PED-5728).
  - block: Add PR callouts for read keys and reservation (PED-5728).
  - commit 83e6b70
  - sched/psi: Delete the 'update_total' function parameter from
    update_triggers() (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/psi: Avoid updating PSI triggers and ->rtpoll_total when
    there are no state changes (bsc#1212887 (Scheduler functional
    and performance backports)).
  - sched/headers: Remove comment referring to rq::cpu_load, since
    this has been removed (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/numa: Complete scanning of inactive VMAs when there
    is no alternative (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/numa: Complete scanning of partial VMAs regardless of
    PID activity (bsc#1212887 (Scheduler functional and performance
    backports)).
  - sched/numa: Move up the access pid reset logic (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/numa: Trace decisions related to skipping VMAs
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/numa: Rename vma_numab_state::access_pids[] =>
    ::pids_active[], ::next_pid_reset => ::pids_active_reset
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/numa: Document vma_numab_state fields (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/psi: Change update_triggers() to a 'void' function
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/rt: Change the type of 'sysctl_sched_rt_period' from
    'unsigned int' to 'int' (bsc#1212887 (Scheduler functional
    and performance backports)).
  - sched/nohz: Remove unnecessarily complex error handling pattern
    from find_new_ilb() (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/nohz: Use consistent variable names in find_new_ilb() and
    kick_ilb() (bsc#1212887 (Scheduler functional and performance
    backports)).
  - sched/nohz: Update idle load-balancing (ILB) comments
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/debug: Print 'tgid' in sched_show_task() (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/rt/docs: Use 'real-time' instead of 'realtime'
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/rt/docs: Clarify & fix sched_rt_* sysctl docs (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/rt: Disallow writing invalid values to sched_rt_period_us
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/deadline: Make dl_rq->pushable_dl_tasks update drive
    dl_rq->overloaded (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/core: Refactor the task_flags check for worker sleeping
    in sched_submit_work() (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/fair: Fix warning in bandwidth distribution (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/fair: Make cfs_rq->throttled_csd_list available on !SMP
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/core: Optimize in_task() and in_interrupt() a bit
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/fair: Ratelimit update to tg->load_avg (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/core: Use do-while instead of for loop in
    set_nr_if_polling() (bsc#1212887 (Scheduler functional and
    performance backports)).
  - sched/fair: Fix cfs_rq_is_decayed() on !SMP (bsc#1212887
    (Scheduler functional and performance backports)).
  - sched/topology: Fix sched_numa_find_nth_cpu() comment
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
    (bsc#1212887 (Scheduler functional and performance backports)).
  - sched/fair: Fix open-coded numa_nearest_node() (bsc#1212887
    (Scheduler functional and performance backports)).
  - numa: Generalize numa_map_to_online_node() (bsc#1212887
    (Scheduler functional and performance backports)).
  - commit bd1fdcf
  - hv/hv_kvp_daemon:Support for keyfile based connection profile
    (git-fixes).
  - hyperv: reduce size of ms_hyperv_info (git-fixes).
  - x86/hyperv: Add common print prefix "Hyper-V" in hv_init
    (git-fixes).
  - x86/hyperv: Remove hv_vtl_early_init initcall (git-fixes).
  - x86/hyperv: Restrict get_vtl to only VTL platforms (git-fixes).
  - net: mana: Fix oversized sge0 for GSO packets (git-fixes).
  - net: mana: Fix the tso_bytes calculation (git-fixes).
  - net: mana: Fix TX CQE error handling (git-fixes).
  - commit dc3936e
  - rcu: dump vmalloc memory info safely (git-fixes).
  - mm/vmalloc: add a safer version of find_vm_area() for debug
    (git-fixes).
  - mm: hugetlb: use flush_hugetlb_tlb_range() in
    move_hugetlb_page_tables() (git-fixes).
  - mm: don't drop VMA locks in mm_drop_all_locks() (git-fixes).
  - mm: hugetlb_vmemmap: fix a race between vmemmap pmd split
    (git-fixes).
  - madvise:madvise_free_huge_pmd(): don't use mapcount() against
    large folio for sharing check (git-fixes).
  - smaps: use vm_normal_page_pmd() instead of
    follow_trans_huge_pmd() (git-fixes).
  - mm/hugetlb: fix pgtable lock on pmd sharing (git-fixes).
  - commit 0b9afbb
  - mm: memcontrol: fix GFP_NOFS recursion in memory.high
    enforcement (git-fixes).
  - memcontrol: ensure memcg acquired by id is properly set up
    (git-fixes).
  - commit 76715d0

++++ samba:

  - Update to 4.19.2
    * Use-after-free in aio_del_req_from_fsp during smbd shutdown
    after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423).
    * clidfs.c do_connect() missing a "return" after a
    cli_shutdown() call; (bso#15426).
    * macOS mdfind returns only 50 results; (bso#15463).
    * GETREALFILENAME_CACHE can modify incoming new filename with
    previous cache entry value; (bso#15481).
    * libnss_winbind causes memory corruption since samba-4.18,
    impacts sendmail, zabbix, potentially more; (bso#15464).
    * ctdbd: setproctitle not initialized messages flooding logs;
    (bso#15479).
    * CVE-2023-5568 Heap buffer overflow with freshness tokens in
    the Heimdal KDC in Samba 4.19; (bso#15491).
    * The heimdal KDC doesn't detect s4u2self correctly when fast
    is in use; (bso#15477).

++++ ncurses:

  - Add ncurses patch 20231014
    + improve formatting/style of manpages (patches by Branden Robinson).
    + updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
    + update config.guess, config.sub

++++ nfs-utils:

  - 0001-export-fix-handling-of-error-from-match_fsid.patch
    Errors from match_fsid() shouldn't be fatal.
    (bsc#1214540)

++++ nghttp2:

  - version update to 1.57.0 [bsc#1216174]
    1.57.0
    * Fixes CVE-2023-44487 (bsc#1216123)
    * Bump ngtcp2 by @tatsuhiro-t in #1944
    * Add dependabot to update actions by @tatsuhiro-t in #1946
    * Bump golang.org/x/net to v0.15.0 by @tatsuhiro-t in #1950
    * Bump actions/setup-go from 3 to 4 by @dependabot in #1948
    * Bump actions/checkout from 3 to 4 by @dependabot in #1949
    * Bump actions/upload-artifact from 1 to 3 by @dependabot in #1947
    * docker: Bump base image to debian 12 by @tatsuhiro-t in #1951
    * nghttpx: Header field name must be lowercase by @tatsuhiro-t in #1953
    * Bump quictls by @tatsuhiro-t in #1945
    * Apps fix by @tatsuhiro-t in #1957
    * nghttpx: Fix bug that --single-process does not work by @tatsuhiro-t in #1958
    * Fix clang-format by @tatsuhiro-t in #1959
    * Rework session management by @tatsuhiro-t in #1961
    1.56.0
    * doc: Bump boringssl by @tatsuhiro-t in #1928
    * Fix memory leak by @tatsuhiro-t in #1930
    * Return void by @tatsuhiro-t in #1931
    * nghttpx: Rework sending and receiving ECN bits by @tatsuhiro-t in #1934
    * CMSG_DATA does not necessarily return an aligned pointer by @tatsuhiro-t in #1935
    * Bump quictls by @tatsuhiro-t in #1937
    * Bump ngtcp2 and its dependencies by @tatsuhiro-t in #1939
    * nghttpx: Simplify std::unique_ptr get and release by @tatsuhiro-t in #1940
    * Bump llhttp to 926c982942eb53a13f01c1e9e6b19bd3b196e7dd by @tatsuhiro-t in #1941
    * Bump libbpf to v1.2.2 by @tatsuhiro-t in #1942
    * Update Dockerfile by @tatsuhiro-t in #1943

++++ python-setuptools:

  - Do not ship bundled exes

------------------------------------------------------------------
------------------  2023-10-14  -  Oct 14 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Add U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
    Fix https://gitlab.freedesktop.org/mesa/mesa/-/issues/9889

++++ Mesa-drivers:

  - Add U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
    Fix https://gitlab.freedesktop.org/mesa/mesa/-/issues/9889

++++ zchunk:

  - update to 1.3.2:
    * Handle overflow errors in malformed zchunk files

------------------------------------------------------------------
------------------  2023-10-13  -  Oct 13 2023  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.7. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.7>
  - Add patch to fix build on SLE-12:
    + 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ dnsmasq:

  - SLP got dropped, remove config (bsc#1214884)

++++ kernel-default:

  - s390/bpf: Fix unwinding past the trampoline (git-fixes
    bsc#1216214).
  - commit 7d2a51f
  - s390/bpf: Fix clobbering the caller's backchain in the
    trampoline (git-fixes bsc#1216213).
  - commit 053aa82

++++ python313-core:

  - Update to 3.13.0a1:
    * Allow the count argument of str.replace() to be a keyword. (Contributed by
    Hugo van Kemenade in gh-106487.)
    * Compiler now strip indents from docstrings. This will reduce the size of
    bytecode cache (e.g. .pyc file). For example, cache file size for
    sqlalchemy.orm.session in SQLAlchemy 2.0 is reduced by about 5%. This
    change will affect tools using docstrings, like doctest. (Contributed by
    Inada Naoki in gh-81283.)
    * The compile() built-in can now accept a new flag, ast.PyCF_OPTIMIZED_AST,
    which is similar to ast.PyCF_ONLY_AST except that the returned AST is
    optimized according to the value of the optimize argument. (Contributed by
    Irit Katriel in gh-108113).
    * multiprocessing, concurrent.futures, compileall: Replace os.cpu_count()
    with os.process_cpu_count() to select the default number of worker threads
    and processes. Get the CPU affinity if supported. (Contributed by Victor
    Stinner in gh-109649.)
    * os.path.realpath() now resolves MS-DOS style file names even if the file is
    not accessible. (Contributed by Moonsik Park in gh-82367.)

++++ snapper:

  - fix diff for lvm based configs (bsc#1216191)
  - make SystemCmd take vector of strings

++++ systemd:

  - Don't include entries listed in kbd-model-map.xkb-generated (provided by kbd
    package) in kbd-model-map anymore. Yast, the only user of these entries,
    directly parses kbd-model-map.xkb-generated now (bsc#1211104).
  - tmpfiles-suse.conf: drop entries for /run/lock and /var/log/wtmp
    /run/lock is now defined by filesystem package and wtmp has been replaced by
    wtmpdb on TW.

++++ python313:

  - Update to 3.13.0a1:
    * Allow the count argument of str.replace() to be a keyword. (Contributed by
    Hugo van Kemenade in gh-106487.)
    * Compiler now strip indents from docstrings. This will reduce the size of
    bytecode cache (e.g. .pyc file). For example, cache file size for
    sqlalchemy.orm.session in SQLAlchemy 2.0 is reduced by about 5%. This
    change will affect tools using docstrings, like doctest. (Contributed by
    Inada Naoki in gh-81283.)
    * The compile() built-in can now accept a new flag, ast.PyCF_OPTIMIZED_AST,
    which is similar to ast.PyCF_ONLY_AST except that the returned AST is
    optimized according to the value of the optimize argument. (Contributed by
    Irit Katriel in gh-108113).
    * multiprocessing, concurrent.futures, compileall: Replace os.cpu_count()
    with os.process_cpu_count() to select the default number of worker threads
    and processes. Get the CPU affinity if supported. (Contributed by Victor
    Stinner in gh-109649.)
    * os.path.realpath() now resolves MS-DOS style file names even if the file is
    not accessible. (Contributed by Moonsik Park in gh-82367.)

++++ shared-mime-info:

  - Update to version 2.3:
    * Add DOS/Windows batch file type
    * Add Gerber and Excellon drill files
    * Add JPEG XR mime type
    * Add Modrinth modpack
    * Add OpenVPN profile
    * Add Portable Font Resource application/font-tdpfr.
    * Add TAK audio mime type
    * Add application/vnd.microsoft.windows.thumbnail-cache
    * Add application/vnd.ms-officetheme
    * Add application/x-bzip for bzip2's deprecated predecessor bzip
    * Add application/x-bzip3
    * Add application/x-fishscript and application/x-nuscript
    * Add application/x-ms-pdb
    * Add application/x-zpaq
    * Add definition and test file for StuffIt X archives.
    * Add image/apng
    * Add mime type for Typst files
    * Add mimetype application/x-lmdb
    * Add mimetype for Blueprint source code
    * Add mimetype for CBOR
    * Add mimetype for Devicetree source code
    * Add mimetype for ERIS link files
    * Add mimetype for Flattened Devicetree (binary)
    * Add mimetype for Quite OK Image Format (QOI)
    * Add perf data file type
    * Add subclass information for .ppt and .xls
    * Add support for newer AAXC Audible Audiobook format
    * Add text/julia for Julia source code
    * Add text/x-nim and text/x-nimscript
    * Add todo.txt mime type
    * Add two new languages
    * Avoid meson errors when 'build-tools' is set to false
    * Bump magic priority for application/ovf
    * CI: Use dnf5 instead of dnf
    * Change descriptions to say LibreOffice rather than OpenOffice
    * Don't install man page on Windows
    * Fix description for audio/x-xi
    * Give application/x-raw-floppy-disk-image the floppy media icon
    * Give generic optical disk images the optical media icon
    * Identify .pdb files without a signature match as
    application/vnd.palm
    * Improve matching for message/rfc822
    * Lengthen image/png magic
    * Make application/pgp-* not inherit from text/plain
    * Make application/vnd.squashfs a subclass of
    application/vnd.efi.img
    * Make update-mime-database compatible with MSVC (by porting it
    to C++)
    * Prefer application/java-archive to application/x-java-archive
    * Prefer application/vnd.efi.img over
    application/x-raw-disk-image
    * Prefer application/vnd.efi.iso over application/x-cd-image
    * Prefer audio/vnd.wave over audio/x-wav
    * Prefer video/vnd.avi over video/x-msvideo
    * Remove "##" magic for matlab files
    * Rename application/x-bzip to application/x-bzip2
    * Revert "use Title Case for mime type description"
    * Update application/sieve.
    * Updated to latest xdgmime
    * add tiled map editor map and tileset files
    * application/javascript: Rename to text/javascript
    * application/vnd.dart: use IANA registered type
    * application/vnd.dbf: use IANA registered type
    * application/yaml: use IANA registered type
    * audio/x-wav: Add missing sub-class relationship with
    application/x-riff
    * buildsystem - add options for building tests and translations
    * ci: Use ci-templates to build image
    * ci: Use detached pipelines
    * icons for 3d model formats
    * spec: Clarify that namespaceURI can be empty
    * text/markdown: add x-office-document generic-icon
    * text/vnd.familysearch.gedcom: use IANA registered type
    * use Sentence case for mime type descriptions
    * use Title Case for mime type description
    * video/vnd.youtube.yt: add magic
    * video/vnd.youtube.yt: use IANA registered type
  - Add generic c++_compiler BuildRequires: shared-mime-info now
    depends on a c++ compiler.

++++ xfsprogs:

  - update to 6.5.0
  - libxfs: fix atomic64_t detection on x86_32
  - libxfs: use XFS_IGET_CREATE when creating new files
  - libfrog: fix overly sleep workqueues
  - xfs_db: use directio for device access
  - libxfs: make platform_set_blocksize optional with directio
  - mkfs: add a config file for 6.6 LTS kernels
  - mkfs: enable reverse mapping by default
  - mkfs: enable large extent counts by default
  - xfs_db: create unlinked inodes
  - xfs_db: dump unlinked buckets
  - xfsprogs: don't allow udisks to automount XFS filesystems with no prompt
  - xfs_repair: fix repair failure caused by dirty flag being abnormally set on buffer
  - drop 0001-repair-shift-inode-back-into-place-if-corrupted-by-b.patch
    This was a fix for a regression that occurred in SLE12 SP1. We can
    safely drop this, as upgrading to SLE15 (and later) is only supported
    from SLE12-SP4.

------------------------------------------------------------------
------------------  2023-10-12  -  Oct 12 2023  -------------------
------------------------------------------------------------------

++++ combustion:

  - Update to version 1.2+git8:
    * Set mount propagation flags for /sysroot in the right order

++++ kernel-default:

  - KVM: SEV: remove ghcb variable declarations (CVE-2023-4155
    bsc#1214022).
  - commit 0ec9b57

++++ kernel-firmware-all:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-amdgpu:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-ath10k:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-ath11k:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-ath12k:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-atheros:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-bluetooth:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-bnx2:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-brcm:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-chelsio:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-dpaa2:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-i915:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-intel:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-iwlwifi:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-liquidio:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-marvell:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-media:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-mediatek:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-mellanox:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-mwifiex:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-network:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-nfp:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-nvidia:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-platform:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-prestera:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-qcom:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-qlogic:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-radeon:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-realtek:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-serial:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-sound:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-ti:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-ueagle:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ kernel-firmware-usb-network:

  - Add Provides to sub-packages from kernel-firmware (bsc#1214789);
    this will work around the potential conflicts of compressed vs
    uncompressed installations

++++ samba:

  - packaging: Remove /etc/slp.reg.d from samba spec file;
    (bsc#1216160)
  - use systemd-logind rather than utmp for y2038 safety;
    (bsc#1216159).

++++ libnvme:

  - Add missing jsc# tracking references to changelog

++++ openssl-3:

  - As of openssl 3.1.3, the devel package installs at least 5200
    manpage files and is the owner of the most files in the man3
    directory (in second place after lapack-man); move these manpages
    off to the -doc subpackage to reduce the walltime to install just
    openssl-3-devel (because there is also an invocation of mandb
    that runs at some point).

++++ libzypp:

  - Preliminary disable 'rpm --runposttrans' usage for chrooted
    systems (bsc#1216091)
    This limits the %transfiletrigger(postun|in) support in the
    default installer if --root is used (as described in bsc#1041742).
    The chrooted execution of the scripts in 'rpm --runposttrans'
    broke in rpm-4.18. It's expected to be fixed in rpm-4.19.
    Then we'll enable the feature again.
  - fix comment typo on zypp.conf (boo#1215979)
  - version 17.31.22 (22)

++++ microos-tools:

  - Update to version 2.21+git5:
    * 98selinux-microos: Set mount propagation properly
    * 98selinux-microos: Convert tabs to spaces
    * 98selinux-microos: Don't include setenforce unnecessarily
    * Add spec file
    * systemd-proxy-env: fix typos in setup-systemd-proxy-env
  - Use the .spec file from the repo

++++ nvme-cli:

  - Add missing jsc# and bsc# tracking entries in change log.

++++ podman:

  - Use crun on Tumbleweed & ALP for WASM support

++++ python-urllib3:

  - Update Buildrequires to upstream list.

++++ selinux-policy:

  - Update to version 20231012:
    * Allow sssd_t watch permission to net_conf_t dirs (bsc#1216052)
    * Revert fix for bsc#1205770 since it causes a regression for bsc#1214887

++++ zypper:

  - Return 104 also if info suggests near matches (fixes #504)
  - Rephrase upgrade message for openSUSE Tumbleweed (bsc#1212422)
  - Fix typo (fixes #484)
  - version 1.14.66

------------------------------------------------------------------
------------------  2023-10-11  -  Oct 11 2023  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.4.0:
    * Security fixes:
  - SOCKS5 heap buffer overflow [bsc#1215888, CVE-2023-38545]
  - cookie injection with none file [bsc#1215889, CVE-2023-38546]
    * Changes:
  - curl: add support for the IPFS protocols via HTTP gateway
  - curl_multi_get_handles: get easy handles from a multi handle
  - mingw: delete support for legacy mingw.org toolchain
    * Bugfixes:
  - base64: also build for curl
  - cf-socket: simulate slow/blocked receives in debug
  - configure: check for the capath by default
  - connect: expire the timeout when trying next
  - connect: only start the happy eyeballs timer when needed
  - cookie: do not store the expire or max-age strings
  - cookie: remove unnecessary struct fields
  - cookie: set ->running in cookie_init even if data is NULL
  - create-dirs.d: clarify it also uses --output-dirs
  - http2: refused stream handling for retry
  - http: h1/h2 proxy unification
  - http: use per-request counter to check too large headers
  - idn: if idn2_check_version returns NULL, return error
  - lib: enable hmac for digest as well
  - lib: let the max filesize option stop too big transfers too
  - lib: move handling of 'data->req.writer_stack' into Curl_client_write()
  - lib: provide and use Curl_hexencode
  - lib: use wrapper for curl_mime_data fseek callback
  - libssh2: fix error message on failed pubkey-from-file
  - libssh: cap SFTP packet size sent
  - MQTT: improve receive of ACKs
  - multi: do CURLM_CALL_MULTI_PERFORM at two more places
  - multi: round the timeout up to prevent early wakeups
  - openssl: improve ssl shutdown handling
  - openssl: use X509_ALGOR_get0 instead of reaching into X509_ALGOR
  - pytest: exclude test_03_goaway in CI runs due to timing dependency
  - quic: set ciphers/curves the same way regular TLS does
  - quiche: fix build error with --with-ca-fallback
  - socks: return error if hostname too long for remote resolve
  - tftpd: always use curl's own tftp.h
  - tool_getparam: accept variable expansion on file names too
  - upload-file.d: describe the file name slash/backslash handling
  - url: fall back to http/https proxy env-variable if ws/wss not set
  - url: fix netrc info message
  - wolfssh: do cleanup in Curl_ssh_cleanup
  - wolfssl: allow capath with CURLOPT_CAINFO_BLOB
  - wolfssl: if CURLOPT_CAINFO_BLOB is set, ignore the CA files
  - wolfssl: ignore errors in CA path
    * Rebase libcurl-ocloexec.patch

++++ docker:

  - Add a patch to fix apparmor on SLE-12, reverting the upstream removal of
    version-specific templating for the default apparmor profile. bsc#1213500
    + 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - 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

++++ glib2:

  - Require /usr/bin/dbus-daemon by the devel package: GDBusTest
    launches an own dbus-daemon with a separate environment, so that
    test code does not have to rely on the session bus. Ensure
    consumers of GDBusTest have the needed dep present.
  - Change the dbus-launch Requires to %{_bindir}/dbus-launch: be
    flexible about potential future package layout changes.

++++ kernel-default:

  - gve: Support IPv6 Big TCP on DQ (bsc#1214479).
  - Refresh patches.suse/gve-unify-driver-name-usage.patch.
  - commit ff50f3e
  - gve: RX path for DQO-QPL (bsc#1214479).
  - gve: Tx path for DQO-QPL (bsc#1214479).
  - gve: Control path for DQO-QPL (bsc#1214479).
  - gve: trivial spell fix Recive to Receive (bsc#1214479).
  - gve: use vmalloc_array and vcalloc (bsc#1214479).
  - commit 6799c0b
  - scsi: core: Improve warning message in scsi_device_block()
    (bsc#1209284).
  - scsi: core: Replace scsi_target_block() with
    scsi_block_targets() (bsc#1209284).
  - scsi: core: Don't wait for quiesce in scsi_device_block()
    (bsc#1209284).
  - scsi: core: Don't wait for quiesce in scsi_stop_queue()
    (bsc#1209284).
  - scsi: core: Merge scsi_internal_device_block() and
    device_block() (bsc#1209284).
  - scsi: sg: Increase number of devices (bsc#1209284).
  - scsi: bsg: Increase number of devices (bsc#1209284).
  - commit 62d1aaa
  - s390/dasd: fix hanging device after request requeue (git-fixes
    LTC#203629 bsc#1215124).
  - commit f7703bd
  - xen/events: replace evtchn_rwlock with RCU (bsc#1215745,
    xsa-441, cve-2023-34324).
  - commit 4249e3a
  - scsi: ibmvfc: Implement channel queue depth and event buffer
    accounting (bsc#1209834 ltc#202097).
  - scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
    (bsc#1209834 ltc#202097).
  - commit ee84b98
  - Resurrect x86 UV patches that were mistakenly dropped (bsc#1215696)
  - commit 6f640d6
  - io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem
    pages (git-fixes).
  - io_uring: ensure io_lockdep_assert_cq_locked() handles disabled
    rings (git-fixes).
  - io_uring/kbuf: don't allow registered buffer rings on highmem
    pages (git-fixes).
  - commit 7c0dd42

++++ efivar:

  - We don’t mandoc at all after all (gh#rhboot/efivar#229 and
    gh#rhboot/efivar#253).

++++ freetype2:

  - Update to version 2.13.2:
  - Better support for CFF2 variation fonts.
  - TrueType interpreter  version 38 (also known  as 'Infinality')
    has been removed.
  - Improved OpenVMS support.

++++ libglvnd:

  - Update to 1.7.0:
    * meson.build: error out on unsupported OSes
    * Update bin/symbols-check.py from mesa/mesa@9d42e31b
    * EGL/libeglcurrent: fix crash on library unload
    * HGL: add Haiku libGL.so implementation based on EGL
    * symbols-check: Add Haiku platform symbols
    * tests/egl: Fix LIBRARY_PATH on Haiku

++++ rpm:

  - update to rpm-4.19.1
    * new spec snippet support for dynamic spec generation
    * new sysusers.d integration for automated user and group handling
    * new CMake build system
    * removal of various deprecated and/or unused APIs
    * various internal code cleanups
  - refreshed patches:
    * brp-compress-no-img.patch
    * brp.diff
    * brpcompress.diff
    * build.diff
    * enable-postin-scripts-error.diff
    * fileattrs.diff
    * findlang.diff
    * findsupplements.diff
    * langnoc.diff
    * macrosin.diff
    * platformin.diff
    * posttrans.diff
    * refreshtestarch.diff
    * rpm-findlang-inject-metainfo.patch
    * rpmqpack.diff
    * rpmrc.diff
    * selinux_transactional_update.patch
    * localetag.diff
    * weakdepscompat.diff
    * zstdpool.diff
  - deleted patches:
    * cpuid_lzcnt.patch
    * libmagic-exceptions.patch
    * remove-awk-dependency.patch
    * whatrequires-doc.diff
    * x86_64-microarchitectures.patch
  - new patches:
    * python_setup.diff
    * rpmsort_reverse.diff
    * canongnu.diff
  - new file:
    * build-aux.tar.bz2 (taken from rpm-4.18)
  - fix --runposttrans not working correctly with the --root
    option [bnc#1216091]

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

  - Add a devel package so other modules can be built against this
    one. [jira#PED-4964]
  - disabled build of nvidia-peermem module; it's no longer needed
    and never worked anyway (it was only a stub) [boo#1211892]

++++ python-rpm:

  - update to rpm-4.19.1

++++ qemu:

  - Update to version 8.1.1:
    Upstream backports and bugfixes, among which:
    * tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR (Marc-Andr303251 Lureau)
    * meson: Fix targetos match for illumos and Solaris. (Jonathan Perkin)
    * s390x/ap: fix missing subsystem reset registration (Janosch Frank)
    * ui: fix crash when there are no active_console (Marc-Andr303251 Lureau)
    * virtio-gpu/win32: set the destroy function on load (Marc-Andr303251 Lureau)
    * target/riscv: Allocate itrigger timers only once (Akihiko Odaki)
    * target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes (Leon Schuermann)
    * target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0 (Daniel Henrique Barboza)
    * hw/riscv: virt: Fix riscv,pmu DT node path (Conor Dooley)
    * [...]
    * target/arm: Fix 64-bit SSRA (Richard Henderson)
    * target/arm: Fix SME ST1Q (Richard Henderson)
    * accel/kvm: Specify default IPA size for arm64 (Akihiko Odaki)
    * kvm: Introduce kvm_arch_get_default_type hook (Akihiko Odaki)
    * include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts (Thomas Huth)
    * target/s390x: Check reserved bits of VFMIN/VFMAX's M5 (Ilya Leoshkevich)
    * target/s390x: Fix VSTL with a large length (Ilya Leoshkevich)
    * target/s390x: Use a 16-bit immediate in VREP (Ilya Leoshkevich)
    * target/s390x: Fix the "ignored match" case in VSTRS (Ilya Leoshkevich)
    Full list available at:
    * https://lore.kernel.org/qemu-devel/d0d2ac8f-313a-c937-dc3a-88e45fce933c@tls.msk.ru/

++++ zypp-boot-plugin:

  - Update to version 0.0.5:
    * Fix in checking installhint(reboot-needed) (bsc#1215988).

------------------------------------------------------------------
------------------  2023-10-10  -  Oct 10 2023  -------------------
------------------------------------------------------------------

++++ gpg2:

  - Install the internal executables in the /usr/libexec dir instead
    of /usr/lib64. These files are keyboxd, scdaemon, gpg-auth
    gpg-check-pattern, gpg-pair-tool, gpg-preset-passphrase,
    gpg-protect-tool, gpg-wks-client, dirmngr_ldap and tpm2daemon.

++++ iptables:

  - Update to release 1.8.10
    * xtables-translate: support rule insert with index
    * broute table support in ebtables-nft
    * nft-variants' debug output (pass multiple ``-v`` flags) now
    contains sets if present
    * Add mld-listener type names to icmp6 match

++++ kernel-default:

  - rdma: fix INFINIBAND_USER_ACCESS dependency (jsc#PED-6864).
  - net: enetc: reset taprio stats when taprio is deleted
    (jsc#PED-4860).
  - commit 584e676
  - Refresh patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch (jsc#PED-6081 jsc#PED-6130)
    Add entries for more *.pnvm files
  - commit a47aae0
  - locking/rtmutex: Add a lockdep assert to catch potential nested
    blocking (bsc#1214683 (PREEMPT_RT prerequisite backports)).
  - locking/rtmutex: Use rt_mutex specific scheduler helpers
    (bsc#1214683 (PREEMPT_RT prerequisite backports)).
  - sched: Provide rt_mutex specific scheduler helpers (bsc#1214683
    (PREEMPT_RT prerequisite backports)).
  - sched: Extract __schedule_loop() (bsc#1214683 (PREEMPT_RT
    prerequisite backports)).
  - locking/rtmutex: Avoid unconditional slowpath for
    DEBUG_RT_MUTEXES (bsc#1214683 (PREEMPT_RT prerequisite
    backports)).
  - sched: Constrain locks in sched_submit_work() (bsc#1214683
    (PREEMPT_RT prerequisite backports)).
  - tick/rcu: Fix false positive "softirq work is pending" messages
    (bsc#1214683 (PREEMPT_RT prerequisite backports)).
  - commit 1d28f04
  - netfilter: nfnetlink_osf: avoid OOB read (bsc#1216046
    CVE-2023-39189).
  - commit ea34632
  - RDMA/irdma: Allow accurate reporting on QP max send/recv WR
    (jsc#PED-6864).
  - Refresh
    patches.suse/RDMA-Remove-unnecessary-ternary-operators.patch.
  - Refresh
    patches.suse/RDMA-irdma-Drop-unused-kernel-push-code.patch.
  - commit 06f966d
  - RDMA/bnxt_re: Initialize Doorbell pacing feature (jsc#PED-6864).
  - Refresh
    patches.suse/RDMA-bnxt_re-Fix-max_qp-count-for-virtual-functions.patch.
  - Refresh patches.suse/RDMA-bnxt_re-Remove-a-redundant-flag.patch.
  - commit d397127
  - RDMA/rxe: Send last wqe reached event on qp cleanup
    (jsc#PED-6864).
  - Refresh
    patches.suse/RDMA-rxe-Fix-unsafe-drain-work-queue-code.patch.
  - commit c7d93ae
  - igc: Add XDP hints kfuncs for RX timestamp (jsc#PED-4860).
  - Refresh
    patches.suse/igc-Fix-TX-Hang-issue-when-QBV-Gate-is-closed.patch.
  - commit 1039403
  - Update
    patches.suse/Input-cyttsp4_core-change-del_timer_sync-to-tim.patch
    (bsc#1012628 bsc#1213971 CVE-2023-4134).
  - commit 879ed5d
  - RDMA/bnxt_re: Decrement resource stats correctly (jsc#PED-6864).
  - RDMA/bnxt_re: Fix the handling of control path response data
    (jsc#PED-6864).
  - RDMA/erdma: Fix NULL pointer access in regmr_cmd (jsc#PED-6864).
  - RDMA/erdma: Fix error code in erdma_create_scatter_mtt()
    (jsc#PED-6864).
  - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
    (jsc#PED-5734).
  - ice: always add legacy 32byte RXDID in supported_rxdids
    (jsc#PED-4876).
  - sfc: handle error pointers returned by
    rhashtable_lookup_get_insert_fast() (jsc#PED-6894).
  - igc: Expose tx-usecs coalesce setting to user (jsc#PED-4860).
  - bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
    (jsc#PED-5742).
  - igc: Fix infinite initialization loop with early XDP redirect
    (jsc#PED-4860).
  - igb: clean up in all error paths when enabling SR-IOV
    (jsc#PED-4866).
  - igb: Change IGB_MIN to allow set rx/tx value between 64 and 80
    (jsc#PED-4866).
  - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64
    and 80 (jsc#PED-4866).
  - igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
    (jsc#PED-4860).
  - igb: disable virtualization features on 82580 (jsc#PED-4866).
  - sfc: check for zero length in EF10 RX prefix (jsc#PED-6894).
  - IB/hfi1: Reduce printing of errors during driver shut down
    (jsc#PED-6864).
  - RDMA/hfi1: Move user SDMA system memory pinning code to its
    own file (jsc#PED-6864).
  - RDMA/hfi1: Use list_for_each_entry() helper (jsc#PED-6864).
  - RDMA/mlx5: Fix trailing */ formatting in block comment
    (jsc#PED-6864).
  - RDMA/rxe: Fix redundant break statement in switch-case
    (jsc#PED-6864).
  - RDMA/siw: Call llist_reverse_order in siw_run_sq (jsc#PED-6864).
  - RDMA/bnxt_re: Fix kernel doc errors (jsc#PED-6864).
  - RDMA/erdma: Implement hierarchical MTT (jsc#PED-6864).
  - RDMA/erdma: Refactor the storage structure of MTT entries
    (jsc#PED-6864).
  - RDMA/erdma: Renaming variable names and field names of struct
    erdma_mem (jsc#PED-6864).
  - RDMA/hns: Support hns HW stats (jsc#PED-6864).
  - RDMA/hns: Dump whole QP/CQ/MR resource in raw (jsc#PED-6864).
  - RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp()
    (jsc#PED-6864).
  - RDMA/mlx4: Copy union directly (jsc#PED-6864).
  - RDMA/bnxt_re: Add support for dmabuf pinned memory regions
    (jsc#PED-6864).
  - RDMA/bnxt_re: Protect the PD table bitmap (jsc#PED-6864).
  - RDMA/bnxt_re: Initialize mutex dbq_lock (jsc#PED-6864).
  - IB/core: Add more speed parsing in ib_get_width_and_speed()
    (jsc#PED-6864).
  - RDMA/cxgb4: Set sq_sig_type correctly (jsc#PED-6864).
  - RDMA/hns: Remove unused declaration hns_roce_modify_srq()
    (jsc#PED-6864).
  - RDMA: Make all 'class' structures const (jsc#PED-6864).
  - RDMA: Remove unnecessary NULL values (jsc#PED-6864).
  - RDMA/hns: Fix port active speed (jsc#PED-6864).
  - RDMA/bnxt_re: Remove unnecessary variable initializations
    (jsc#PED-6864).
  - RDMA/bnxt_re: Avoid unnecessary memset (jsc#PED-6864).
  - RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() function
    (jsc#PED-6864).
  - RDMA/bnxt_re: Fix the sideband buffer size handling for FW
    commands (jsc#PED-6864).
  - RDMA/hns: Remove unused function declarations (jsc#PED-6864).
  - IB/mlx5: Add HW counter called rx_dct_connect (jsc#PED-6864).
  - RDMA/mthca: Remove unnecessary NULL assignments (jsc#PED-6864).
  - RDMA/irdma: Fix one kernel-doc comment (jsc#PED-6864).
  - RDMA/siw: Fix tx thread initialization (jsc#PED-6864).
  - RDMA/mlx: Remove unnecessary variable initializations
    (jsc#PED-6864).
  - RDMA/irdma: Use HW specific minimum WQ size (jsc#PED-6864).
  - RDMA/core: Get IB width and speed from netdev (jsc#PED-6864).
  - bnxt_re: Update the debug counters for doorbell pacing
    (jsc#PED-6864).
  - bnxt_re: Expose the missing hw counters (jsc#PED-6864).
  - bnxt_re: Update the hw counters for resource stats
    (jsc#PED-6864).
  - bnxt_re: Reorganize the resource stats (jsc#PED-6864).
  - RDMA/irdma: Cleanup and rename irdma_netdev_vlan_ipv6()
    (jsc#PED-6864).
  - RDMA/irdma: Add table based lookup for CQ pointer during an
    event (jsc#PED-6864).
  - RDMA/irdma: Refactor error handling in create CQP
    (jsc#PED-6864).
  - RDMA/irdma: Drop a local in irdma_sc_get_next_aeqe
    (jsc#PED-6864).
  - IB/hfi1: Use struct_size() (jsc#PED-6864).
  - RDMA/hns: Remove VF extend configuration (jsc#PED-6864).
  - RDMA/hns: Support get XRCD number from firmware (jsc#PED-6864).
  - RDMA/qedr: Remove duplicate assignments of va (jsc#PED-6864).
  - RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp()
    (jsc#PED-6864).
  - RDMA/bnxt_re: Add a new uapi for driver notification
    (jsc#PED-6864).
  - RDMA/bnxt_re: Implement doorbell pacing algorithm
    (jsc#PED-6864).
  - RDMA/bnxt_re: Update alloc_page uapi for pacing (jsc#PED-6864).
  - RDMA/bnxt_re: Enable pacing support for the user apps
    (jsc#PED-6864).
  - bnxt_en: Share the bar0 address with the RoCE driver
    (jsc#PED-5742).
  - bnxt_en: Update HW interface headers (jsc#PED-5742).
  - RDMA/cma: Avoid GID lookups on iWARP devices (jsc#PED-6864).
  - RDMA/cma: Deduplicate error flow in cma_validate_port()
    (jsc#PED-6864).
  - RDMA/core: Set gid_attr.ndev for iWARP devices (jsc#PED-6864).
  - RDMA/bnxt_re: use vmalloc_array and vcalloc (jsc#PED-6864).
  - RDMA/siw: use vmalloc_array and vcalloc (jsc#PED-6864).
  - RDMA/erdma: use vmalloc_array and vcalloc (jsc#PED-6864).
  - RDMA/irdma: Fix building without IPv6 (jsc#PED-6864).
  - RDMA/irdma: Implement egress VLAN priority (jsc#PED-6864).
  - RDMA/efa: Add RDMA write HW statistics counters (jsc#PED-6864).
  - RDMA/mlx5: align MR mem allocation size to power-of-two
    (jsc#PED-6864).
  - sfc: Check firmware supports Ethernet PTP filter (jsc#PED-6894).
  - sfc: extend pedit add action to handle decrement ipv6 hop limit
    (jsc#PED-6894).
  - sfc: introduce pedit add actions on the ipv4 ttl field
    (jsc#PED-6894).
  - sfc: add decrement ipv6 hop limit by offloading set hop limit
    actions (jsc#PED-6894).
  - sfc: add decrement ttl by offloading set ipv4 ttl actions
    (jsc#PED-6894).
  - sfc: add mac source and destination pedit action offload
    (jsc#PED-6894).
  - sfc: introduce ethernet pedit set action infrastructure
    (jsc#PED-6894).
  - IB/core: Reorder GID delete code for RoCE (jsc#PED-6864).
  - bnxt: use the NAPI skb allocation cache (jsc#PED-5742).
  - bnxt_en: Add tx_resets ring counter (jsc#PED-5742).
  - bnxt_en: Display the ring error counters under ethtool -S
    (jsc#PED-5742).
  - bnxt_en: Save ring error counters across reset (jsc#PED-5742).
  - bnxt_en: Increment rx_resets counter in bnxt_disable_napi()
    (jsc#PED-5742).
  - bnxt_en: Let the page pool manage the DMA mapping
    (jsc#PED-5742).
  - bnxt_en: Use the unified RX page pool buffers for XDP and
    non-XDP (jsc#PED-5742).
  - sfc: Remove unneeded semicolon (jsc#PED-6894).
  - sfc: offload left-hand side rules for conntrack (jsc#PED-6894).
  - sfc: conntrack state matches in TC rules (jsc#PED-6894).
  - sfc: handle non-zero chain_index on TC rules (jsc#PED-6894).
  - sfc: offload conntrack flow entries (match only) from CT zones
    (jsc#PED-6894).
  - sfc: functions to insert/remove conntrack entries to MAE
    hardware (jsc#PED-6894).
  - sfc: functions to register for conntrack zone offload
    (jsc#PED-6894).
  - sfc: add MAE table machinery for conntrack table (jsc#PED-6894).
  - bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c
    (jsc#PED-5742).
  - bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
    (jsc#PED-5742).
  - eth: add missing xdp.h includes in drivers (jsc#PED-4860).
  - eth: bnxt: fix warning for define in struct_group
    (jsc#PED-5742).
  - eth: bnxt: fix one of the W=1 warnings about fortified memcpy()
    (jsc#PED-5742).
  - sfc: Remove vfdi.h (jsc#PED-6894).
  - sfc: Cleanups in io.h (jsc#PED-6894).
  - sfc: Miscellaneous comment removals (jsc#PED-6894).
  - sfc: Remove struct efx_special_buffer (jsc#PED-6894).
  - sfc: Filter cleanups for Falcon and Siena (jsc#PED-6894).
  - sfc: Remove some NIC type indirections that are no longer needed
    (jsc#PED-6894).
  - sfc: Remove PTP code for Siena (jsc#PED-6894).
  - sfc: Remove EFX_REV_SIENA_A0 (jsc#PED-6894).
  - sfc: Remove support for siena high priority queue
    (jsc#PED-6894).
  - sfc: Remove siena_nic_data and stats (jsc#PED-6894).
  - sfc: Remove falcon references (jsc#PED-6894).
  - net/mlx4: clean up a type issue (jsc#PED-3309).
  - eth: bnxt: handle invalid Tx completions more gracefully
    (jsc#PED-5742).
  - eth: bnxt: take the bit to set as argument of
    bnxt_queue_sp_work() (jsc#PED-5742).
  - eth: bnxt: move and rename reset helpers (jsc#PED-5742).
  - net: bna: Remove unnecessary (void*) conversions (jsc#PED-6884).
  - igc: Add TransmissionOverrun counter (jsc#PED-4860).
  - bnxt_en: use dev_consume_skb_any() in bnxt_tx_int
    (jsc#PED-5742).
  - infiniband: convert to ctime accessor functions (jsc#PED-6864).
  - fs: add ctime accessors infrastructure (jsc#PED-6864).
  - sfc: allocate a big enough SKB for loopback selftest packet
    (jsc#PED-6894).
  - RDMA/bnxt_re: Initialize dpi_tbl_lock mutex (jsc#PED-6864).
  - sfc: fix field-spanning memcpy in selftest (jsc#PED-6894).
  - RDMA/rxe: Fix an error handling path in rxe_bind_mw()
    (jsc#PED-6864).
  - bna: Remove error checking for debugfs_create_dir()
    (jsc#PED-6884).
  - RDMA/bnxt_re: Fix an IS_ERR() vs NULL check (jsc#PED-6864).
  - RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"
    (jsc#PED-6864).
  - RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
    (jsc#PED-6864).
  - RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()
    (jsc#PED-6864).
  - RDMA/bnxt_re: Remove incorrect return check from slow path
    (jsc#PED-6864).
  - RDMA/bnxt_re: Enable low latency push (jsc#PED-6864).
  - RDMA/bnxt_re: Reorg the bar mapping (jsc#PED-6864).
  - RDMA/bnxt_re: Move the interface version to chip context
    structure (jsc#PED-6864).
  - RDMA/bnxt_re: Query function capabilities from firmware
    (jsc#PED-6864).
  - RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage
    (jsc#PED-6864).
  - RDMA/bnxt_re: Add disassociate ucontext support (jsc#PED-6864).
  - RDMA/bnxt_re: Use the common mmap helper functions
    (jsc#PED-6864).
  - RDMA/bnxt_re: Initialize opcode while sending message
    (jsc#PED-6864).
  - RDMA/cma: Remove NULL check before dev_{put, hold}
    (jsc#PED-6864).
  - RDMA/rxe: Simplify cq->notify code (jsc#PED-6864).
  - RDMA/rxe: Fixes mr access supported list (jsc#PED-6864).
  - RDMA/bnxt_re: optimize the parameters passed to helper functions
    (jsc#PED-6864).
  - RDMA/bnxt_re: remove redundant cmdq_bitmap (jsc#PED-6864).
  - RDMA/bnxt_re: use firmware provided max request timeout
    (jsc#PED-6864).
  - RDMA/bnxt_re: cancel all control path command waiters upon error
    (jsc#PED-6864).
  - RDMA/bnxt_re: post destroy_ah for delayed completion of AH
    creation (jsc#PED-6864).
  - RDMA/bnxt_re: Add firmware stall check detection (jsc#PED-6864).
  - RDMA/bnxt_re: handle command completions after driver detect
    a timedout (jsc#PED-6864).
  - RDMA/bnxt_re: set fixed command queue depth (jsc#PED-6864).
  - RDMA/bnxt_re: remove virt_func check while creating RoCE FW
    channel (jsc#PED-6864).
  - RDMA/erdma: Refactor the original doorbell allocation mechanism
    (jsc#PED-6864).
  - RDMA/erdma: Associate QPs/CQs with doorbells for authorization
    (jsc#PED-6864).
  - RDMA/erdma: Allocate doorbell resources from hardware
    (jsc#PED-6864).
  - RDMA/erdma: Configure PAGE_SIZE to hardware (jsc#PED-6864).
  - RDMA/rxe: Implement rereg_user_mr (jsc#PED-6864).
  - RDMA/rxe: Let rkey == lkey for local access (jsc#PED-6864).
  - RDMA/rxe: Introduce rxe access supported flags (jsc#PED-6864).
  - RDMA//rxe: Optimize send path in rxe_resp.c (jsc#PED-6864).
  - RDMA/rxe: Rename IB_ACCESS_REMOTE (jsc#PED-6864).
  - RDMA/hns: Add clear_hem return value to log (jsc#PED-6864).
  - RDMA/hns: Remove unnecessary QP type checks (jsc#PED-6864).
  - IB/hfi1: Remove unused struct mmu_rb_ops fields .insert,
    .invalidate (jsc#PED-6864).
  - IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template
    tracepoints (jsc#PED-6864).
  - RDMA/rtrs: Remove duplicate cq_num assignment (jsc#PED-6864).
  - RDMA/rxe: Fix comments about removed tasklets (jsc#PED-6864).
  - RDMA/rxe: Add workqueue support for rxe tasks (jsc#PED-6864).
  - sfc: falcon: use padding to fix alignment in loopback test
    (jsc#PED-6894).
  - sfc: siena: use padding to fix alignment in loopback test
    (jsc#PED-6894).
  - sfc: use padding to fix alignment in loopback test
    (jsc#PED-6894).
  - sfc: keep alive neighbour entries while a TC encap action is
    using them (jsc#PED-6894).
  - bnxt_en: Link representors to PCI device (jsc#PED-5742).
  - sfc: fix uninitialized variable use (jsc#PED-6894).
  - sfc: add CONFIG_INET dependency for TC offload (jsc#PED-6894).
  - sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=n
    (jsc#PED-6894).
  - net/sched: taprio: report class offload stats per TXQ, not
    per TC (jsc#PED-4860).
  - sfc: Add devlink dev info support for EF10 (jsc#PED-6894).
  - sfc: generate encap headers for TC offload (jsc#PED-6894).
  - sfc: neighbour lookup for TC encap action offload
    (jsc#PED-6894).
  - sfc: MAE functions to create/update/delete encap headers
    (jsc#PED-6894).
  - sfc: add function to atomically update a rule in the MAE
    (jsc#PED-6894).
  - sfc: some plumbing towards TC encap action offload
    (jsc#PED-6894).
  - net: enetc: report statistics counters for taprio
    (jsc#PED-4860).
  - net: enetc: refactor enetc_setup_tc_taprio() to have a
    switch/case for cmd (jsc#PED-4860).
  - net/sched: taprio: add netlink reporting for offload statistics
    counters (jsc#PED-4860).
  - net/sched: taprio: don't overwrite "sch" variable in
    taprio_dump_class_stats() (jsc#PED-4860).
  - sfc: handle VI shortage on ef100 by readjusting the channels
    (jsc#PED-6894).
  - net/mlx4: Use bitmap_weight_and() (jsc#PED-3309).
  - igb: Define igb_pm_ops conditionally on CONFIG_PM
    (jsc#PED-4866).
  - net: remove __skb_frag_set_page() (jsc#PED-5742).
  - sfc: support TC decap rules matching on enc_src_port
    (jsc#PED-6894).
  - commit d69eedd
  - x86/platform/uv: Use alternate source for socket to node data
    (bsc#1215696).
  - commit 1ce9cf2
  - KVM: arm64: Avoid soft lockups due to I-cache maintenance (bsc#1215880)
  - commit a486709
  - KVM: arm64: Drop is_kernel_in_hyp_mode() from (bsc#1215880)
  - commit 5a1d7a4
  - arm64: tlbflush: Rename MAX_TLBI_OPS (bsc#1215880)
  - commit a4d53b2

++++ alsa:

  - Fix symbol version:
    0005-seq-Fix-typos-in-symbol-version-definitions.patch

++++ c-ares:

  - Update to version 1.20.1
    * Remove bin/acountry from built tools as nerd.dk is gone
    * Default per-query timeout has been reduced to 2s with a 3x retry count
    * rand: add support for getrandom()
    Bug fixes:
    * TCP back to back queries were broken
    * Ensure queries for ares_getaddrinfo() are not requeued during
    destruction
    * ares_getaddrinfo() should not retry other address classes if
    one address class has already been returned
    * Avoid production ill-formed result when qualifying a name
    with the root domain
    * Fix missing prefix for CMake generated libcares.pc
    * DNS server ports can now be read from system configuration
    instead of defaulting to port 53, aka openBSD resolv.conf format
    * Replace usages of sprintf with snprintf

++++ fuse3:

  - Update to release 3.16.2
    * Various minor bugfixes and improvements.

++++ samba:

  - CVE-2023-4091: samba: Client can truncate file with read-only
    permissions; (bsc#1215904); (bso#15439).
  - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC,
    allows blocking sleep on request; (bso#1215905); (bso#15474).
  - CVE-2023-42670: samba:  The procedure number is out of range
    when starting Active Directory Users and Computers;
    (bsc#1215906); (bso#15473).
  - CVE-2023-3961: samba: Unsanitized client pipe name passed to
    local_np_connect(); (bsc#1215907); (bso#15422).
  - CVE-2023-4154: samba: dirsync allows SYSTEM access with only
    "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES;
    (bsc#1215908); (bso#15424).

++++ sqlite3:

  - Update to: 3.43.2:
    * Fix a couple of obscure UAF errors and an obscure memory leak.
    * Omit the use of the sprintf() function from the standard
    library in the CLI, as this now generates warnings on some
    platforms.
    * Avoid conversion of a double into unsigned long long integer,
    as some platforms do not do such conversions correctly.

++++ snowball:

  - Update to version 2.2.0:
    + New code generator: Ada generator.
    + Javascript: Fix generated code to use integer division rather
    than floating point division.
    + Python:
  - Python 2 is no longer actively supported.
  - Fix code generated for division.  Previously the Python code
    we generated used integer division but rounded negative
    fractions towards negative infinity rather than zero under
    Python 2, and under Python 3 used floating point division.
    + For more information, see shipped NEWS file.
  - Rebase build-options.diff and shared-library.diff.
  - Bump libstemmer.so.0d to libstemmer.so.1d: we have no guarantee
    that upstreams static-only-library maintains any kind of ABI.

++++ libxmlb:

  - baselibs.conf: don't build libxmlb2-32bit; baselibs.conf was
    added for the x86-64-v3 flavor; the -32bit was an unintended side
    effect.

++++ skopeo:

  - Bump go version to 1.21 (bsc#1215611)

------------------------------------------------------------------
------------------  2023-10-9  -  Oct 9 2023  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Update to version 23.3 (bsc#1216011, bsc#1215794, bsc#1215740)
    + Remove patches included upstream:
  - cloud-init-fix-ca-test.patch
  - cloud-init-cve-2023-1786-redact-instance-data-json-main.patch
  - cloud-init-power-rhel-only.patch
  - cloud-init-flake8-fixes.patch
    + Add
  - cloud-init-keep-flake.patch
  - cloud-init-lint-fixes.patch
    + Update
  - cloud-init-write-routes.patch (bsc#1216007)
    + Bump pycloudlib to 1!5.1.0 for ec2 mantic daily image support (#4390)
    + Fix cc_keyboard in mantic (LP: #2030788)
    + ec2: initialize get_instance_userdata return value to bytes (#4387)
    [Noah Meyerhans]
    + cc_users_groups: Add doas/opendoas support (#4363) [dermotbradley]
    + Fix pip-managed ansible
    + status: treat SubState=running and MainPID=0 as service exited
    + azure/imds: increase read-timeout to 30s (#4372) [Chris Patterson]
    + collect-logs fix memory usage (SC-1590) (#4289)
    [Alec Warren] (LP: #1980150)
    + cc_mounts: Use fallocate to create swapfile on btrfs (#4369) [王煎饼]
    + Undocument nocloud-net (#4318)
    + feat(akamai): add akamai to settings.py and apport.py (#4370)
    + read-version: fallback to get_version when git describe fails (#4366)
    + apt: fix cloud-init status --wait blocking on systemd v 253 (#4364)
    + integration tests: Pass username to pycloudlib (#4324)
    + Bump pycloudlib to 1!5.1.0 (#4353)
    + cloud.cfg.tmpl: reorganise, minimise/reduce duplication (#4272)
    [dermotbradley]
    + analyze: fix (unexpected) timestamp parsing (#4347) [Mina Galić]
    + cc_growpart: fix tests to run on FreeBSD (#4351) [Mina Galić]
    + subp: Fix spurious test failure on FreeBSD (#4355) [Mina Galić]
    + cmd/clean: fix tests on non-Linux platforms (#4352) [Mina Galić]
    + util: Fix get_proc_ppid() on non-Linux systems (#4348) [Mina Galić]
    + cc_wireguard: make tests pass on FreeBSD (#4346) [Mina Galić]
    + unittests: fix breakage in test_read_cfg_paths_fetches_cached_datasource
    (#4328) [Ani Sinha]
    + Fix test_tools.py collection (#4315)
    + cc_keyboard: add Alpine support (#4278) [dermotbradley]
    + Flake8 fixes (#4340) [Robert Schweikert]
    + cc_mounts: Fix swapfile not working on btrfs (#4319) [王煎饼] (LP: #1884127)
    + ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen (#4281)
    [Wei Zhou]
    + ec2: Support double encoded userdata (#4276) [Noah Meyerhans]
    + cc_mounts: xfs is a Linux only FS (#4334) [Mina Galić]
    + tests/net: fix TestGetInterfaces' mock coverage for get_master (#4336)
    [Chris Patterson]
    + change openEuler to openeuler and fix some bugs in openEuler (#4317)
    [sxt1001]
    + Replace flake8 with ruff (#4314)
    + NM renderer: set default IPv6 addr-gen-mode for all interfaces to eui64
    (#4291) [Ani Sinha]
    + cc_ssh_import_id: add Alpine support and add doas support (#4277)
    [dermotbradley]
    + sudoers not idempotent (SC-1589)  (#4296) [Alec Warren] (LP: #1998539)
    + Added support for Akamai Connected Cloud (formerly Linode) (#4167)
    [Will Smith]
    + Fix reference before assignment (#4292)
    + Overhaul module reference page (#4237) [Sally]
    + replaced spaces with commas for setting passenv (#4269) [Alec Warren]
    + DS VMware: modify a few log level (#4284) [PengpengSun]
    + tools/read-version refactors and unit tests (#4268)
    + Ensure get_features() grabs all features (#4285)
    + Don't always require passlib dependency (#4274)
    + tests: avoid leaks into host system checking of ovs-vsctl cmd (#4275)
    + Fix NoCloud kernel commandline key parsing (#4273)
    + testing: Clear all LRU caches after each test (#4249)
    + Remove the crypt dependency (#2139) [Gonéri Le Bouder]
    + logging: keep current file mode of log file if its stricter than the
    new mode (#4250) [Ani Sinha]
    + Remove default membership in redundant groups (#4258)
    [Dave Jones] (LP: #1923363)
    + doc: improve datasource_creation.rst (#4262)
    + Remove duplicate Integration testing button (#4261) [Rishita Shaw]
    + tools/read-version: fix the tool so that it can handle version parsing
    errors (#4234) [Ani Sinha]
    + net/dhcp: add udhcpc support (#4190) [Jean-François Roche]
    + DS VMware: add i386 arch dir to deployPkg plugin search path
    [PengpengSun]
    + LXD moved from linuxcontainers.org to Canonical [Simon Deziel]
    + cc_mounts.py: Add note about issue with creating mounts inside mounts
    (#4232) [dermotbradley]
    + lxd: install lxd from snap, not deb if absent in image
    + landscape: use landscape-config to write configuration
    + Add deprecation log during init of DataSourceDigitalOcean (#4194)
    [tyb-truth]
    + doc: fix typo on apt.primary.arches (#4238) [Dan Bungert]
    + Inspect systemd state for cloud-init status (#4230)
    + instance-data: add system-info and features to combined-cloud-config
    (#4224)
    + systemd: Block login until config stage completes (#2111) (LP: #2013403)
    + tests: proposed should invoke apt-get install -t=<release>-proposed
    (#4235)
    + cloud.cfg.tmpl: reinstate ca_certs entry (#4236) [dermotbradley]
    + Remove feature flag override ability (#4228)
    + tests: drop stray unrelated file presence test (#4227)
    + Update LXD URL (#4223) [Sally]
    + schema: add network v1 schema definition and validation functions
    + tests: daily PPA for devel series is version 99.daily update tests to
    match (#4225)
    + instance-data: write /run/cloud-init/combined-cloud-config.json
    + mount parse: Fix matching non-existent directories (#4222) [Mina Galić]
    + Specify build-system for pep517 (#4218)
    + Fix network v2 metric rendering (#4220)
    + Migrate content out of FAQ page (SD-1187) (#4205) [Sally]
    + setup: fix generation of init templates (#4209) [Mina Galić]
    + docs: Correct some bootcmd example wording
    + fix changelog
    + tests: reboot client to assert x-shellscript-per-boot is triggered
    + nocloud: parse_cmdline no longer detects nocloud-net datasource (#4204)
    (LP: 4203, #2025180)
    + Add docstring and typing to mergemanydict (#4200)
    + BSD: add dsidentify to early startup scripts (#4182) [Mina Galić]
    + handler: report errors on skipped merged cloud-config.txt parts
    (LP: #1999952)
    + Add cloud-init summit writeups (#4179) [Sally]
    + tests: Update test_clean_log for oci (#4187)
    + gce: improve ephemeral fallback NIC selection (CPC-2578) (#4163)
    + tests: pin pytest 7.3.1 to avoid adverse testpaths behavior (#4184)
    + Ephemeral Networking for FreeBSD (#2165) [Mina Galić]
    + Clarify directory syntax for nocloud local filesystem. (#4178)
    + Set default renderer as sysconfig for centos/rhel (#4165) [Ani Sinha]
    + Test static routes and netplan 0.106
    + FreeBSD fix parsing of mount and mount options (#2146) [Mina Galić]
    + test: add tracking bug id (#4164)
    + tests: can't match MAC for LXD container veth due to netplan 0.106
    (#4162)
    + Add kaiwalyakoparkar as a contributor (#4156) [Kaiwalya Koparkar]
    + BSD: remove datasource_list from cloud.cfg template (#4159) [Mina Galić]
    + launching salt-minion in masterless mode (#4110) [Denis Halturin]
    + tools: fix run-container builds for rockylinux/8 git hash mismatch
    (#4161)
    + fix doc lint: spellchecker tripped up (#4160) [Mina Galić]
    + Support Ephemeral Networking for BSD (#2127)
    + Added / fixed support for static routes on OpenBSD and FreeBSD (#2157)
    [Kadir Mueller]
    + cc_rsyslog: Refactor for better multi-platform support (#4119)
    [Mina Galić] (LP: #1798055)
    + tests: fix test_lp1835584 (#4154)
    + cloud.cfg mod names: docs and rename salt_minion and set_password (#4153)
    + tests: apt support for deb822 format .sources files on mantic
    + vultr: remove check_route check (#2151) [Jonas Chevalier]
    + Update SECURITY.md (#4150) [Indrranil Pawar]
    + Update CONTRIBUTING.rst (#4149) [Indrranil Pawar]
    + Update .github-cla-signers (#4151) [Indrranil Pawar]
    + Standardise module names in cloud.cfg.tmpl to only use underscore
    (#4128) [dermotbradley]
    + tests: update test_webhook_reporting
    + Modify PR template so autoclose works
    + doc: add missing semi-colon to nocloud cmdline docs (#4120)
    + .gitignore: extend coverage pattern (#4143) [Mina Galić]
    From 23.2.2
    + Fix NoCloud kernel commandline key parsing (#4273) (Fixes: #4271)
    (LP: #2028562)
    + Fix reference before assignment (#4292) (Fixes: #4288) (LP: #2028784)
    From 23.2.1
    + nocloud: Fix parse_cmdline detection of nocloud-net datasource (#4204)
    (Fixes: 4203) (LP: #2025180)
    From 23.2
    + BSD: simplify finding MBR partitions by removing duplicate code
    [Mina Galić]
    + tests: bump pycloudlib version for mantic builds
    + network-manager: Set higher autoconnect priority for nm keyfiles (#3671)
    [Ani Sinha]
    + alpine.py: change the locale file used (#4139) [dermotbradley]
    + cc_ntp: Sync up with current FreeBSD ntp.conf (#4122) [Mina Galić]
    + config: drop refresh_rmc_and_interface as RHEL 7 no longer supported
    [Robert Schweikert]
    + docs: Add feedback button to docs
    + net/sysconfig: enable sysconfig renderer if network manager has ifcfg-rh
    plugin (#4132) [Ani Sinha]
    + For Alpine use os-release PRETTY_NAME (#4138) [dermotbradley]
    + network_manager: add a method for ipv6 static IP configuration (#4127)
    [Ani Sinha]
    + correct misnamed template file host.mariner.tmpl (#4124) [dermotbradley]
    + nm: generate ipv6 stateful dhcp config at par with sysconfig (#4115)
    [Ani Sinha]
    + Add templates for GitHub Issues
    + Add 'peers' and 'allow' directives in cc_ntp (#3124) [Jacob Salmela]
    + FreeBSD: Fix user account locking (#4114) [Mina Galić] (GH: #1854594)
    + FreeBSD: add ResizeGrowFS class to cc_growpart (#2334) [Mina Galić]
    + Update tests in Azure TestCanDevBeReformatted class (#2771)
    [Ksenija Stanojevic]
    + Replace Launchpad references with GitHub Issues
    + Fix KeyError in iproute pformat (#3287) [Dmitry Zykov]
    + schema: read_cfg_paths call init.fetch to lookup /v/l/c/instance
    + azure/errors: introduce reportable errors for imds (#3647)
    [Chris Patterson]
    + FreeBSD (and friends): better identify MBR slices (#2168)
    [Mina Galić] (LP: #2016350)
    + azure/errors: add host reporting for dhcp errors (#2167)
    [Chris Patterson]
    + net: purge blacklist_drivers across net and azure (#2160)
    [Chris Patterson]
    + net: refactor hyper-v VF filtering and apply to get_interfaces() (#2153)
    [Chris Patterson]
    + tests: avoid leaks to underlying filesystem for /etc/cloud/clean.d
    (#2251)
    + net: refactor find_candidate_nics_on_linux() to use get_interfaces()
    (#2159) [Chris Patterson]
    + resolv_conf: Allow > 3 nameservers (#2152) [Major Hayden]
    + Remove mount NTFS error message (#2134) [Ksenija Stanojevic]
    + integration tests: fix image specification parsing (#2166)
    + ci: add hypothesis scheduled GH check (#2149)
    + Move supported distros list to docs (#2162)
    + Fix logger, use instance rather than module function (#2163)
    + README: Point to Github Actions build status (#2158)
    + Revert "fix linux-specific code on bsd (#2143)" (#2161)
    + Do not generate dsa and ed25519 key types when crypto FIPS mode is
    enabled (#2142) [Ani Sinha] (LP: 2017761)
    + Add documentation label automatically (#2156)
    + sources/azure: report success to host and introduce kvp module (#2141)
    [Chris Patterson]
    + setup.py: use pkg-config for udev/rules path (#2137) [dankm]
    + openstack/static: honor the DNS servers associated with a network
    (#2138) [Gonéri Le Bouder]
    + fix linux-specific code on bsd (#2143)
    + cli: schema validation of jinja template user-data (SC-1385) (#2132)
    (LP: #1881925)
    + gce: activate network discovery on every boot (#2128)
    + tests: update integration test to assert 640 across reboots (#2145)
    + Make user/vendor data sensitive and remove log permissions (#2144)
    (LP: #2013967)
    + Update kernel command line docs (SC-1457) (#2133)
    + docs: update network configuration path links (#2140) [d1r3ct0r]
    + sources/azure: report failures to host via kvp (#2136) [Chris Patterson]
    + net: Document use of `ip route append` to add routes (#2130)
    + dhcp: Add missing mocks (#2135)
    + azure/imds: retry fetching metadata up to 300 seconds (#2121)
    [Chris Patterson]
    + [1/2] DHCP: Refactor dhcp client code  (#2122)
    + azure/errors: treat traceback_base64 as string (#2131) [Chris Patterson]
    + azure/errors: introduce reportable errors (#2129) [Chris Patterson]
    + users: schema permit empty list to indicate create no users
    + azure: introduce identity module (#2116) [Chris Patterson]
    + Standardize disabling cloud-init on non-systemd (#2112)
    + Update .github-cla-signers (#2126) [Rob Tongue]
    + NoCloud: Use seedfrom protocol to determine mode (#2107)
    + rhel: Remove sysvinit files. (#2114)
    + tox.ini: set -vvvv --showlocals for pytest (#2104) [Chris Patterson]
    + Fix NoCloud kernel commandline semi-colon args
    + run-container: make the container/VM timeout configurable (#2118)
    [Paride Legovini]
    + suse: Remove sysvinit files. (#2115)
    + test: Backport assert_call_count for old requests (#2119)
    + Add "licebmi" as contributor (#2113) [Mark Martinez]
    + Adapt DataSourceScaleway to upcoming IPv6 support (#2033)
    [Louis Bouchard]
    + rhel: make sure previous-hostname file ends with a new line (#2108)
    [Ani Sinha]
    + Adding contributors for DataSourceAkamai (#2110) [acourdavAkamai]
    + Cleanup ephemeral IP routes on exception (#2100) [sxt1001]
    + commit 09a64badfb3f51b1b391fa29be19962381a4bbeb [sxt1001] (LP: #2011291)
    + Standardize kernel commandline user interface (#2093)
    + config/cc_resizefs: fix do_resize arguments (#2106) [Chris Patterson]
    + Fix test_dhclient_exits_with_error (#2105)
    + net/dhcp: catch dhclient failures and raise NoDHCPLeaseError (#2083)
    [Chris Patterson]
    + sources/azure: move pps handling out of _poll_imds() (#2075)
    [Chris Patterson]
    + tests: bump pycloudlib version (#2102)
    + schema: do not manipulate draft4 metaschema for jsonschema 2.6.0 (#2098)
    + sources/azure/imds: don't count timeout errors as connection errors
    (#2074) [Chris Patterson]
    + Fix Python 3.12 unit test failures (#2099)
    + integration tests: Refactor instance checking (#1989)
    + ci: migrate remaining jobs from travis to gh (#2085)
    + missing ending quote in instancedata docs(#2094) [Hong L]
    + refactor: stop passing log instances to cc_* handlers (#2016) [d1r3ct0r]
    + tests/vmware: fix test_no_data_access_method failure (#2092)
    [Chris Patterson]
    + Don't change permissions of netrules target (#2076) (LP: #2011783)
    + tests/sources: patch util.get_cmdline() for datasource tests (#2091)
    [Chris Patterson]
    + macs: ignore duplicate MAC for devs with driver driver qmi_wwan (#2090)
    (LP: #2008888)
    + Fedora: Enable CA handling (#2086) [František Zatloukal]
    + Send dhcp-client-identifier for InfiniBand ports (#2043) [Waleed Mousa]
    + cc_ansible: complete the examples and doc (#2082) [Yves]
    + bddeb: for dev package, derive debhelper-compat from host system
    + apport: only prompt for cloud_name when instance-data.json is absent
    + datasource: Optimize datasource detection, fix bugs (#2060)
    + Handle non existent ca-cert-config situation (#2073) [Shreenidhi Shedi]
    + sources/azure: add networking check for all source PPS (#2061)
    [Chris Patterson]
    + do not attempt dns resolution on ip addresses (#2040)
    + chore: fix style tip (#2071)
    + Fix metadata IP in instancedata.rst (#2063) [Brian Haley]
    + util: Pass deprecation schedule in deprecate_call() (#2064)
    + config: Update grub-dpkg docs (#2058)
    + docs: Cosmetic improvements and styling (#2057) [s-makin]
    + cc_grub_dpkg: Added UEFI support (#2029) [Alexander Birkner]
    + tests: Write to /var/spool/rsyslog to adhere to apparmor profile (#2059)
    + oracle-ds: prefer system_cfg over ds network config source (#1998)
    (LP: #1956788)
    + Remove dead code (#2038)
    + source: Force OpenStack when it is only option (#2045) (LP: #2008727)
    + cc_ubuntu_advantage: improve UA logs discovery
    + sources/azure: fix regressions in IMDS behavior (#2041) [Chris Patterson]
    + tests: fix test_schema (#2042)
    + dhcp: Cleanup unused kwarg (#2037)
    + sources/vmware/imc: fix-missing-catch-few-negtive-scenarios (#2027)
    [PengpengSun]
    + dhclient_hook: remove vestigal dhclient_hook command (#2015)
    + log: Add standardized deprecation tooling (SC-1312) (#2026)
    + Enable SUSE based distros for ca handling (#2036) [Robert Schweikert]
    From 23.1.2
    + Make user/vendor data sensitive and remove log permissions
    (LP: #2013967) (CVE-2023-1786)
    From 23.1.1
    + source: Force OpenStack when it is only option (#2045)
    + sources/azure: fix regressions in IMDS behavior (#2041)
    [Chris Patterson]

++++ glibc:

  - Add systemd also to gshadow lookups (jsc#PED-5188)
  - For SLE continue to use nsswitch.conf without systemd

++++ gpg2:

  - Provide the systemd-user files since they have been removed
    upstream since version 2.4.1. [bsc#1201564]
    * Add gpg2-systemd-user.tar.xz

++++ kernel-default:

  - mm, memcg: reconsider kmem.limit_in_bytes deprecation
    (bsc#1208788 bsc#1213705).
  - commit 8678375
  - Revert "Delete patches.suse/memcg-drop-kmem-limit_in_bytes.patch."
    This reverts commit 52c1db3eb4e2acbdd91aaaefddc26b7207cd4c90.
    It'll be fixed differently in a following commit.
    Restore the commit with upstream commit already for proper sorting.
  - commit dcac9e6
  - blk-cgroup: Fix NULL deref caused by blkg_policy_data being
    installed before init (bsc#1216062).
  - commit 82eb0da
  - HID: sony: remove duplicate NULL check before calling
    usb_free_urb() (git-fixes).
  - commit 4e63039
  - PCI/PM: Mark devices disconnected if upstream PCIe link is
    down on resume (git-fixes).
  - PCI: qcom: Fix IPQ8074 enumeration (git-fixes).
  - platform/x86: hp-wmi:: Mark driver struct with __refdata to
    prevent section mismatch warning (git-fixes).
  - platform/mellanox: tmfifo: fix kernel-doc warnings (git-fixes).
  - platform/x86/intel/ifs: release cpus_read_lock() (git-fixes).
  - platform/x86: think-lmi: Fix reference leak (git-fixes).
  - net: lan743x: also select PHYLIB (git-fixes).
  - wifi: iwlwifi: mvm: Fix incorrect usage of scan API (git-fixes).
  - wifi: mac80211: Create resources for disabled links (git-fixes).
  - wifi: mac80211: fix potential key use-after-free (git-fixes).
  - wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling
    (git-fixes).
  - wifi: mwifiex: Fix oob check condition in
    mwifiex_process_rx_packet (git-fixes).
  - wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM
    (git-fixes).
  - wifi: mac80211: fix mesh id corruption on 32 bit systems
    (git-fixes).
  - wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
  - wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
  - wifi: cfg80211/mac80211: hold link BSSes when assoc fails for
    MLO connection (git-fixes).
  - wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
  - wifi: mt76: fix lock dependency problem for wed_lock
    (git-fixes).
  - net: nfc: llcp: Add lock when modifying device list (git-fixes).
  - regulator/core: Revert "fix kobject release warning and memory
    leak in regulator_register()" (git-fixes).
  - regulator/core: regulator_register: set device->class earlier
    (git-fixes).
  - regmap: rbtree: Fix wrong register marked as in-cache when
    creating new node (git-fixes).
  - nilfs2: fix potential use after free in
    nilfs_gccache_submit_read_data() (git-fixes).
  - Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" (git-fixes).
  - serial: 8250_port: Check IRQ data before use (git-fixes).
  - soc: imx8m: Enable OCOTP clock for imx8mm before reading
    registers (git-fixes).
  - power: supply: rk817: Fix node refcount leak (git-fixes).
  - power: supply: core: fix use after free in uevent (git-fixes).
  - power: supply: rt9467: Fix rt9467_run_aicl() (git-fixes).
  - power: supply: rk817: Add missing module alias (git-fixes).
  - power: supply: ucs1002: fix error code in ucs1002_get_property()
    (git-fixes).
  - power: supply: mt6370: Fix missing error code in
    mt6370_chg_toggle_cfo() (git-fixes).
  - spi: spi-gxp: BUG: Correct spi write return value (git-fixes).
  - commit 411dd64
  - dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible
    string (git-fixes).
  - media: dt-bindings: imx7-csi: Make power-domains not required
    for imx8mq (git-fixes).
  - dt-bindings: media: renesas,vin: Fix field-even-active spelling
    (git-fixes).
  - gpio: aspeed: fix the GPIO number passed to
    pinctrl_gpio_set_config() (git-fixes).
  - gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
  - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit
    (git-fixes).
  - HID: sony: Fix a potential memory leak in sony_probe()
    (git-fixes).
  - iwlwifi: mvm: handle PS changes in vif_cfg_changed (git-fixes).
  - net: usb: smsc75xx: Fix uninit-value access in
    __smsc75xx_read_reg (git-fixes).
  - leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
  - modpost: add missing else to the "of" check (git-fixes).
  - firmware: arm_scmi: Fixup perf power-cost/microwatt support
    (git-fixes).
  - firmware: arm_ffa: Don't set the memory region attributes for
    MEM_LEND (git-fixes).
  - firmware: imx-dsp: Fix an error handling path in
    imx_dsp_setup_channels() (git-fixes).
  - bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
  - i2c: npcm7xx: Fix callback completion ordering (git-fixes).
  - gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
    (git-fixes).
  - clk: tegra: fix error return case for recalc_rate (git-fixes).
  - clk: si521xx: Fix regmap write accessor (git-fixes).
  - clk: si521xx: Use REGCACHE_FLAT instead of NONE (git-fixes).
  - clk: sprd: Fix thm_parents incorrect configuration (git-fixes).
  - cxl/region: Match auto-discovered region decoders by HPA range
    (git-fixes).
  - cxl/pci: Fix appropriate checking for _OSC while handling CXL
    RAS registers (git-fixes).
  - gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
    (git-fixes).
  - i2c: xiic: Correct return value check for xiic_reinit()
    (git-fixes).
  - i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
  - i2c: mux: demux-pinctrl: check the return value of
    devm_kstrdup() (git-fixes).
  - i2c: i801: unregister tco_pdev in i801_probe() error path
    (git-fixes).
  - gve: fix frag_list chaining (git-fixes).
  - net: usb: qmi_wwan: add Quectel EM05GV2 (git-fixes).
  - commit 144b2b0
  - Bluetooth: hci_codec: Fix leaking content of local_codecs
    (git-fixes).
  - Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).
  - Bluetooth: Fix hci_link_tx_to RCU lock usage (git-fixes).
  - Bluetooth: hci_sync: Fix handling of
    HCI_QUIRK_STRICT_DUPLICATE_FILTER (git-fixes).
  - Bluetooth: Delete unused hci_req_prepare_suspend() declaration
    (git-fixes).
  - ACPI: NFIT: Fix incorrect calculation of idt size (git-fixes).
  - arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
    (git-fixes).
  - bus: ti-sysc: Use fsleep() instead of usleep_range() in
    sysc_reset() (git-fixes).
  - ARM: uniphier: fix cache kernel-doc warnings (git-fixes).
  - ata: libata-core: Do not register PM operations for SAS ports
    (git-fixes).
  - ata: libata-core: Fix port and device removal (git-fixes).
  - ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
  - ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
  - ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED
    OPERATION CODES (git-fixes).
  - accel/ivpu: Use cached buffers for FW loading (git-fixes).
  - accel/ivpu: Do not use wait event interruptible (git-fixes).
  - commit 8671b07
  - misc: rtsx: Fix some platforms can not boot and move the l1ss
    judgment to probe (bsc#1214397,bsc#1214428).
  - commit cb63da0
  - Drop the downstream revert patch for rtsx driver (bsc#1214397,bsc#1214428)
    The upstream fix will follow
  - commit 12a98ef
  - config/arm64: Unset default IOMMU passthrough option (jsc#PED-7009)
    This will effectively enable ARM64 SMMU translation by default,
    which will help to avoid installation and runtime issues on some
    platforms. The passtrhough mode could still be enabled by kernel
    cmdline.
  - commit 8b95409
  - RDMA/mlx5: Remove not-used cache disable flag (git-fixes)
  - commit d265793
  - mkspec-dtb: add toplevel symlinks also on arm
  - commit ed29cae
  - RDMA/core: Require admin capabilities to set system parameters (git-fixes)
  - commit ba648d8
  - RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
  - commit 4975d08
  - RDMA/mlx5: Fix mkey cache possible deadlock on cleanup (git-fixes)
  - commit 36b7bc4
  - RDMA/mlx5: Fix NULL string error (git-fixes)
  - commit 997bcef
  - RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)
  - commit 386907d
  - RDMA/mlx5: Fix assigning access flags to cache mkeys (git-fixes)
  - commit 48eb599
  - IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
  - commit db2e278
  - RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
  - commit d432eb1
  - RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
  - commit e989827
  - RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
  - commit c91349a
  - RDMA/siw: Fix connection failure handling (git-fixes)
  - commit 0c6c2d5
  - RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
  - commit decf5af
  - scsi: RDMA/srp: Fix residual handling (git-fixes)
  - commit e8f13ae
  - RDMA/efa: Fix wrong resources deallocation order (git-fixes)
  - commit ee5fede
  - RDMA/siw: Correct wrong debug message (git-fixes)
  - commit db9b78b
  - RDMA/siw: Balance the reference of cep->kref in the error path (git-fixes)
  - commit 870a58d
  - Revert "IB/isert: Fix incorrect release of isert connection" (git-fixes)
  - commit 2517e23
  - RDMA/irdma: Prevent zero-length STAG registration (git-fixes)
  - commit 301ea4d
  - RDMA/irdma: Drop unused kernel push code (git-fixes)
  - commit 9786b53
  - RDMA: Remove unnecessary ternary operators (git-fixes)
  - commit b3ae7a5
  - platform/x86: ISST: Fix usage counter (jsc#PED-6156).
  - commit f576773
  - platform/x86: ISST: Reset default callback on unregister
    (jsc#PED-6156).
  - commit 7c37bca
  - IB/uverbs: Fix an potential error pointer dereference (git-fixes)
  - commit ae6bd28
  - RDMA/hns: Fix CQ and QP cache affinity (git-fixes)
  - commit fc1cada
  - RDMA/hns: Fix inaccurate error label name in init instance (git-fixes)
  - commit 34aadc0
  - RDMA/hns: Fix incorrect post-send with direct wqe of wr-list (git-fixes)
  - commit ff3c701
  - RDMA/bnxt_re: Remove a redundant flag (git-fixes)
  - commit 001b6a1
  - RDMA/bnxt_re: Fix max_qp count for virtual functions (git-fixes)
  - commit cc851d8
  - RDMA/irdma: Replace one-element array with flexible-array member (git-fixes)
  - commit 2f666f0
  - RDMA/rxe: Fix incomplete state save in rxe_requester (git-fixes)
  - commit 7b5bacf
  - RDMA/rxe: Fix rxe_modify_srq (git-fixes)
  - commit 7c8a1be
  - RDMA/rxe: Fix unsafe drain work queue code (git-fixes)
  - commit d04f3ed
  - RDMA/rxe: Move work queue code to subroutines (git-fixes)
  - commit 069a48c
  - RDMA/siw: Fabricate a GID on tun and loopback devices (git-fixes)
  - commit 58aadd5
  - RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() (git-fixes)
  - commit 8fd5f7d
  - remove ARCH_DEFAULT_KEXEC from Kconfig.kexec (jsc#PED-5077).
  - Update config files.
  - commit a2c1b41
  - kexec: rename ARCH_HAS_KEXEC_PURGATORY (jsc#PED-5077).
  - Update config files.
  - commit 4e0f1dd
  - sh/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit d29693b
  - s390/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - Update config files.
  - commit 0e6748b
  - riscv/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit bbf5fbe
  - powerpc/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - Update config files.
  - Refresh
    patches.suse/powerpc-kexec_file-Add-KEXEC_SIG-support.patch.
  - commit 077b3fb
  - parisc/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit c64a611
  - mips/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit 1ae0d67
  - m68k/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit 6e42e37
  - loongarch/kexec: refactor for kernel/Kconfig.kexec
    (jsc#PED-5077).
  - commit 6db9a98
  - arm64/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
    Update config files.
  - commit 7a2ece0
  - ia64/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - commit 1ec163c

++++ kernel-firmware-all:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-amdgpu:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-ath10k:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-ath11k:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-ath12k:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-atheros:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-bluetooth:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-bnx2:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-brcm:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-chelsio:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-dpaa2:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-i915:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-intel:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-iwlwifi:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-liquidio:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-marvell:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-media:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-mediatek:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-mellanox:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-mwifiex:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-network:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-nfp:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-nvidia:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-platform:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-prestera:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-qcom:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-qlogic:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-radeon:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-realtek:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-serial:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-sound:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-ti:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-ueagle:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ kernel-firmware-usb-network:

  - Update to version 20231006 (git commit 389575a8a177) (jsc#PED-6130, jsc#PED-6081):
    * WHENCE: add symlink for BananaPi M64
    * linux-firmware: Add firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX201
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX211
    * linux-firmware: Update firmware file for Intel Bluetooth AX210
    * linux-firmware: Update firmware file for Intel Bluetooth 9560
    * linux-firmware: Update firmware file for Intel Bluetooth 9260
    * Build debian and fedora images
    * Add new Makefile target to build a deb and rpm package
    * i915: Update MTL DMC to v2.17
    * iwlwifi: add FWs for new GL and MA device types with multiple RF modules
    * amd_pmf: Add initial PMF TA for Smart PC Solution Builder
    * linux-firmware: Update FW files for MRVL PCIE 8997 chipsets
    * rtl_bt: Update RTL8851B BT USB firmware to 0x048A_D230
    * iwlwifi: add new FWs from core81-65 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core81-65 release
  - Drop fdupes to avoid missing files for split packages (bsc#1215464)
  - Add conflicts to each split subpk against uncompressed raw package;
    the contents may conflict and the compressed files won't be effective
    unless the raw files get removed
  - Update aliases

++++ ncurses:

  - Add ncurses patch 20231007
    + improve loop-limit for get_position().
    + improve manual description of immedok (Debian #1053603).
    + fix a few formatting issues with manpages (Debian #1053123).
    + improve formatting/style of manpages (patches by Branden Robinson).

++++ libnvme:

  - Use glob for python3-libnvme file listening. Workaround pycache_only
    problems for SLE/Leap builds.
  - Drop usused libuuid dependency

++++ libva:

  - Update to version 2.20.0:
    * av1: Revise offsets comments for av1 encode
    * drm:
  - Limit the array size to avoid out of range
  - Remove no longer used helpers
    * jpeg: add support for crop and partial decode
    * trace:
  - Add trace for vaExportSurfaceHandle
  - Unlock mutex before return
  - Fix minor issue about printf data type and value range
    * va/backend:
  - Annotate vafool as deprecated
  - Document the vaGetDriver* APIs
    * va/x11/va_fglrx: Remove some dead code
    * va/x11/va_nvctrl: Remove some dead code
    * va:
  - Add new VADecodeErrorType to indicate the reset happended in
    the driver
  - Add vendor string on va_TraceInitialize
  - Added Q416 fourcc (three-plane 16-bit YUV 4:4:4)
  - Drop no longer applicable vaGetDriverNames check
  - Fix:don't leak driver names, when override is set
  - Fix:set driver number to be zero if vaGetDriverNames failed
  - Optimize code of getting driver name for all protocols/os
    (wayland,x11,drm,win32,android)
  - Remove legacy code paths
  - Remove unreachable "DRIVER BUG"
    * win32:
  - Only print win32 driver messages in DEBUG builds
  - Remove duplicate adapter_luid entry
    * x11/dri2: limit the array handling to avoid out of range access
    * x11:
  - Allow disabling DRI3 via LIBVA_DRI3_DISABLE env var
  - Implement vaGetDriverNames
  - Remove legacy code paths
  - Refresh propagate-dpy.patch with quilt.

++++ libxkbcommon:

  - Update to release 1.6.0
    * Remove keysyms: XKB_KEY_dead_lowline,
    XKB_KEY_dead_aboveverticalline, XKB_KEY_dead_belowverticalline,
    XKB_KEY_dead_longsolidusoverlay
    * Add Compose iterator API to iterate the entries in a compose
    table.
    * Structured log messages with a message registry. There is an
    ongoing work to assign unique identifiers to log messages and
    add a corresponding error index documentation page.
    * Add a new warning for numeric keysyms references in XKB files:
    the preferred keysym reference form is its name or its Unicode
    value, if relevant.
    * Add the upper bound `XKB_KEYSYM_MAX` to check valid keysyms.
    * Add a warning when loading a keymap using RMLVO with no layout
    but with the variant set.
    * Add support for ``modifier_map None { … }``. This feature is
    missing compared to the X11 implementation. It allows to reset
    the modifier map of a key.

++++ nvme-cli:

  - Use fixed timestamps for documentation allowing reproducable builds
  - Announce nvmeof-boot-support support via Provides
  - Filter rpmlint warnings for systemd-service-without-service_ macros
  - Add missing service files for NBFT feature
    * add 0001-fabrics-autoconnect-add-service-unit-for-connecting-.patch
    * add 0002-fabrics-add-udev-rule-to-avoid-renaming-nbft-interfa.patch

++++ python-maturin:

  - Update to 1.3.0
    * Refactor Cargo sdist generator to avoid rewriting local
    dependencies in gh#PyO3/maturin#1741
    * Added --pip-path argument to develop command in
    gh#PyO3/maturin#1753
    * Ignore sdist output files when building sdist in
    gh#PyO3/maturin#1756
    * Use python.exe by default in build command on Windows in
    gh#PyO3/maturin#1757
    * Don't require uniffi-bindgen to be installed for uniffi
    bindings in gh#PyO3/maturin#1762
    * Fix platform tag for graalpy in gh#PyO3/maturin#1773
    * Always set minor version to 0 when major version >= 11 for
    macOS in gh#PyO3/maturin#1778
    * Warning about incorrect maturin version pyproject.toml
    [build-system] requires in gh#PyO3/maturin#1793
  - Release 1.2.3 - 2023-08-17
    * Fix sdist build failure with workspace path dependencies by
    HerringtonDarkholme in gh#PyO3/maturin#1739
  - Release 1.2.2 - 2023-08-14
    * Fix non interactive mode check when username/password was
    supplied from cli in gh#PyO3/maturin#1737
  - Release 1.2.1 - 2023-08-14
    * Add non-interactive mode to upload command in
    gh#PyO3/maturin#1722
    * Fix link-native-libraries check for emscripten target in
    gh#PyO3/maturin#1724
    * Add support for ALL_PROXY to upload command in
    gh#PyO3/maturin#1727
    * Handle renamed Rust dependency in sdist in gh#PyO3/maturin#1728
    * Fix invalid TOML when rewriting workspace inherited
    dependencies in gh#PyO3/maturin#1733
  - Release 1.2.0 - 2023-08-06
    * Add basic support for implicit namespaces gh#PyO3/maturin#1645
    * Add Linux mips64 and mips architecture support in
    gh#PyO3/maturin#1712
    * Add x86_64h-apple-darwin target support in gh#PyO3/maturin#1717

++++ xkeyboard-config:

  - Update to version 2.40
    * mostly updated translation
    * a few bugfixes

------------------------------------------------------------------
------------------  2023-10-8  -  Oct 8 2023  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 9.25.13 → 9.25.14
  - Update pypi release to trusted workflow

++++ gtk3:

  - Revert RPM ternary operations on SLE where rpm version is not
    ready.

------------------------------------------------------------------
------------------  2023-10-7  -  Oct 7 2023  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - doc/README.PATCH-POLICY.SUSE: Convert the document to Markdown
    (jsc#PED-5021)
  - commit c05cfc9
  - doc/README.SUSE: Convert the document to Markdown (jsc#PED-5021)
  - commit bff5e3e

++++ llvm19:

  - Update to version 17.0.2.
    * This release contains bug-fixes for the LLVM 17.0.0 release.
    This release is API and ABI compatible with 17.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.

------------------------------------------------------------------
------------------  2023-10-6  -  Oct 6 2023  -------------------
------------------------------------------------------------------

++++ ModemManager:

  - Add explicit /usr/bin/dbus-daemon BuildRequires: Needed for
    tests.

++++ grub2:

  - Fix CVE-2023-4692 (bsc#1215935)
  - Fix CVE-2023-4693 (bsc#1215936)
    * 0001-fs-ntfs-Fix-an-OOB-write-when-parsing-the-ATTRIBUTE_.patch
    * 0002-fs-ntfs-Fix-an-OOB-read-when-reading-data-from-the-r.patch
    * 0003-fs-ntfs-Fix-an-OOB-read-when-parsing-directory-entri.patch
    * 0004-fs-ntfs-Fix-an-OOB-read-when-parsing-bitmaps-for-ind.patch
    * 0005-fs-ntfs-Fix-an-OOB-read-when-parsing-a-volume-label.patch
    * 0006-fs-ntfs-Make-code-more-readable.patch
  - Bump upstream SBAT generation to 4

++++ kernel-default:

  - docs: ABI: sysfs-bus-event_source-devices-hv_gpci:
    Document affinity_domain_via_partition sysfs interface file
    (jsc#PED-5059).
  - powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show
    affinity domain via partition information (jsc#PED-5059).
  - docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document
    affinity_domain_via_domain sysfs interface file (jsc#PED-5059).
  - powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show
    affinity domain via domain information (jsc#PED-5059).
  - docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document
    affinity_domain_via_virtual_processor sysfs interface file
    (jsc#PED-5059).
  - powerpc/hv_gpci: Add sysfs file inside hv_gpci device to
    show affinity domain via virtual processor information
    (jsc#PED-5059).
  - docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document
    processor_config sysfs interface file (jsc#PED-5059).
  - powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show
    processor config information (jsc#PED-5059).
  - docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document
    processor_bus_topology sysfs interface file (jsc#PED-5059).
  - powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show
    processor bus topology information (jsc#PED-5059).
  - commit 4340580
  - arm/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - Update config files.
  - commit 9b5f79b
  - x86/kexec: refactor for kernel/Kconfig.kexec (jsc#PED-5077).
  - Update config files.
  - commit cce285e
  - tracing/user_events: Align set_bit() address for all archs
    (git-fixes).
  - commit 0517cb9
  - powercap: intel_rapl: Fix invalid setting of Power Limit 4
    (jsc#PED-4897).
  - commit 93c416d
  - ring-buffer: Update "shortest_full" in polling (git-fixes).
  - commit b94b97e
  - kexec: consolidate kexec and crash options into (jsc#PED-5077).
    Update config files
  - commit c2b1332
  - ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
  - commit bba0794
  - bpf: Add override check to kprobe multi link attach (git-fixes).
  - commit 2bdd913
  - tracing/synthetic: Print out u64 values properly (git-fixes).
  - commit 7459811
  - tracing/synthetic: Fix order of struct trace_dynamic_info
    (git-fixes).
  - commit 9637422
  - tracing: Have event inject files inc the trace array ref count
    (git-fixes).
  - commit 6d09b7b
  - tracing: Have option files inc the trace array ref count
    (git-fixes).
  - commit a16dcad
  - tracing: Have current_trace inc the trace array ref count
    (git-fixes).
  - commit e5136de
  - tracing: Have tracing_max_latency inc the trace array ref count
    (git-fixes).
  - commit 468c799
  - tracing: Increase trace array ref count on enable and filter
    files (git-fixes).
  - commit 2d3bc8b
  - tracing: Fix race issue between cpu buffer write and swap
    (git-fixes).
  - commit 4e2c5ec
  - tracing: Remove extra space at the end of hwlat_detector/mode
    (git-fixes).
  - commit 08c501c
  - tracing: Remove unnecessary copying of tr->current_trace
    (git-fixes).
  - commit b14a2bd
  - s390/bpf: Let arch_prepare_bpf_trampoline return program size
    (git-fixes bsc#1216004).
  - commit d65e779
  - powerpc/ftrace: Fix dropping weak symbols with older toolchains
    (git-fixes).
  - commit 8cbedc1
  - bpf: Clear the probe_addr for uprobe (git-fixes).
  - commit a128a8f
  - powercap: intel_rapl: Introduce RAPL TPMI interface driver (jsc#PED-4897).
  - powercap: RAPL: Fix a NULL vs IS_ERR() bug (jsc#PED-4897).
  - Update config files.
  - supported.conf:
  - commit 0f77921
  - powercap: intel_rapl: Introduce core support for TPMI interface
    (jsc#PED-4897).
  - commit f7281be
  - powercap: intel_rapl: Introduce RAPL I/F type (jsc#PED-4897).
  - commit 9639227
  - powercap: intel_rapl: Make cpu optional for rapl_package
    (jsc#PED-4897).
  - commit 28bdcc2
  - powercap: intel_rapl: Remove redundant cpu parameter
    (jsc#PED-4897).
  - commit 3651b8f
  - powercap: intel_rapl: Add support for lock bit per Power Limit
    (jsc#PED-4897).
  - commit 977316b
  - powercap: intel_rapl: Cleanup Power Limits support
    (jsc#PED-4897).
  - commit c7a8fb1
  - powercap: intel_rapl: Use bitmap for Power Limits
    (jsc#PED-4897).
  - commit 66103f9
  - powercap: intel_rapl: Change primitive order (jsc#PED-4897).
  - commit d24fd48
  - powercap: intel_rapl: Use index to initialize primitive
    information (jsc#PED-4897).
  - commit 3c01ff3
  - powercap: intel_rapl: Support per domain energy/power/time unit
    (jsc#PED-4897).
  - commit c42816c
  - powercap: intel_rapl: Support per Interface primitive
    information (jsc#PED-4897).
  - commit dd80bd7
  - i40e: Fix VF VLAN offloading when port VLAN is configured
    (jsc#PED-4874).
  - iavf: schedule a request immediately after add/delete vlan
    (jsc#PED-4937).
  - iavf: add iavf_schedule_aq_request() helper (jsc#PED-4937).
  - iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK
    is set (jsc#PED-4937).
  - xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible
    ERR_PTR() (jsc#PED-4876).
  - ice: avoid executing commands on other ports when driving sync
    (jsc#PED-4876).
  - qed/qede: Remove unused declarations (jsc#PED-5734).
  - ice: split ice_aq_wait_for_event() func into two (jsc#PED-4876).
  - ice: embed &ice_rq_event_info event into struct ice_aq_task
    (jsc#PED-4876).
  - ice: ice_aq_check_events: fix off-by-one check when filling
    buffer (jsc#PED-4876).
  - ice: drop two params from ice_aq_alloc_free_res()
    (jsc#PED-4876).
  - ice: use list_for_each_entry() helper (jsc#PED-4876).
  - ice: Remove redundant VSI configuration in eswitch setup
    (jsc#PED-4876).
  - ice: move E810T functions to before device agnostic ones
    (jsc#PED-4876).
  - ice: refactor ice_vsi_is_vlan_pruning_ena (jsc#PED-4876).
  - ice: refactor ice_ptp_hw to make functions static
    (jsc#PED-4876).
  - ice: refactor ice_sched to make functions static (jsc#PED-4876).
  - ice: Utilize assign_bit() helper (jsc#PED-4876).
  - ice: refactor ice_vf_lib to make functions static
    (jsc#PED-4876).
  - ice: refactor ice_lib to make functions static (jsc#PED-4876).
  - ice: refactor ice_ddp to make functions static (jsc#PED-4876).
  - ice: remove unused methods (jsc#PED-4876).
  - virtchnl: fix fake 1-elem arrays for structures allocated as
    `nents` (jsc#PED-4876).
  - virtchnl: fix fake 1-elem arrays in structures allocated as
    `nents + 1` (jsc#PED-4876).
  - virtchnl: fix fake 1-elem arrays in structs allocated as
    `nents + 1` - 1 (jsc#PED-4876).
  - qed: remove unused 'resp_size' calculation (jsc#PED-5734).
  - i40e: Replace one-element array with flex-array member in
    struct i40e_profile_aq_section (jsc#PED-4874).
  - i40e: Replace one-element array with flex-array member in
    struct i40e_section_table (jsc#PED-4874).
  - i40e: Replace one-element array with flex-array member in
    struct i40e_profile_segment (jsc#PED-4874).
  - i40e: Replace one-element array with flex-array member in
    struct i40e_package_header (jsc#PED-4874).
  - ice: clean up __ice_aq_get_set_rss_lut() (jsc#PED-4876).
  - ice: add FW load wait (jsc#PED-4876).
  - ice: Add get C827 PHY index function (jsc#PED-4876).
  - ice: Rename enum ice_pkt_flags values (jsc#PED-4876).
  - ice: Add direction metadata (jsc#PED-4876).
  - ice: Accept LAG netdevs in bridge offloads (jsc#PED-4876).
  - i40e: Remove unused function declarations (jsc#PED-4874).
  - net: move struct netdev_rx_queue out of netdevice.h
    (jsc#PED-4876).
  - i40e: remove i40e_status (jsc#PED-4874).
  - ice: update reset path for SRIOV LAG support (jsc#PED-4876).
  - ice: enforce no DCB config changing when in bond (jsc#PED-4876).
  - ice: enforce interface eligibility and add messaging for SRIOV
    LAG (jsc#PED-4876).
  - ice: support non-standard teardown of bond interface
    (jsc#PED-4876).
  - ice: Flesh out implementation of support for SRIOV on bonded
    interface (jsc#PED-4876).
  - ice: process events created by lag netdev event handler
    (jsc#PED-4876).
  - ice: implement lag netdev event handler (jsc#PED-4876).
  - ice: changes to the interface with the HW and FW for
    SRIOV_VF+LAG (jsc#PED-4876).
  - ice: Add driver support for firmware changes for LAG
    (jsc#PED-4876).
  - ice: Correctly initialize queue context values (jsc#PED-4876).
  - ice: add tracepoints for the switchdev bridge (jsc#PED-4876).
  - ice: implement static version of ageing (jsc#PED-4876).
  - ice: implement bridge port vlan (jsc#PED-4876).
  - ice: Add VLAN FDB support in switchdev mode (jsc#PED-4876).
  - ice: Add guard rule when creating FDB in switchdev
    (jsc#PED-4876).
  - ice: Switchdev FDB events support (jsc#PED-4876).
  - ice: Implement basic eswitch bridge setup (jsc#PED-4876).
  - ice: Unset src prune on uplink VSI (jsc#PED-4876).
  - ice: Disable vlan pruning for uplink VSI (jsc#PED-4876).
  - ice: Don't tx before switchdev is fully configured
    (jsc#PED-4876).
  - ice: Prohibit rx mode change in switchdev mode (jsc#PED-4876).
  - ice: Skip adv rules removal upon switchdev release
    (jsc#PED-4876).
  - net: add missing net_device::xdp_zc_max_segs description
    (jsc#PED-4876).
  - i40e: xsk: add TX multi-buffer support (jsc#PED-4874).
  - ice: xsk: Tx multi-buffer support (jsc#PED-4876).
  - i40e: xsk: add RX multi-buffer support (jsc#PED-4874).
  - ice: xsk: add RX multi-buffer support (jsc#PED-4876).
  - xsk: support mbuf on ZC RX (jsc#PED-4876).
  - xsk: add new netlink attribute dedicated for ZC max frags
    (jsc#PED-4876).
  - xsk: add support for AF_XDP multi-buffer on Tx path
    (jsc#PED-4876).
  - xsk: allow core/drivers to test EOP bit (jsc#PED-4876).
  - xsk: introduce wrappers and helpers for supporting multi-buffer
    in Tx path (jsc#PED-4876).
  - xsk: add support for AF_XDP multi-buffer on Rx path
    (jsc#PED-4876).
  - xsk: move xdp_buff's data length check to xsk_rcv_check
    (jsc#PED-4876).
  - xsk: prepare both copy and zero-copy modes to co-exist
    (jsc#PED-4876).
  - xsk: introduce XSK_USE_SG bind flag for xsk socket
    (jsc#PED-4876).
  - xsk: prepare 'options' in xdp_desc for multi-buffer use
    (jsc#PED-4876).
  - i40e: Wait for pending VF reset in VF set callbacks
    (jsc#PED-4874).
  - i40e: Add helper for VF inited state check with timeout
    (jsc#PED-4874).
  - ice: remove unnecessary (void*) conversions (jsc#PED-4876).
  - kbuild: Drop -Wdeclaration-after-statement (jsc#PED-3311).
  - commit 90ab4c5
  - config: s390x: vanilla: fix build issue
  - commit 9aaa9b5
  - powercap: intel_rapl: Support per Interface rapl_defaults
    (jsc#PED-4897).
  - commit 950dab1
  - Revert "config: s390x: fix vanilla build issue"
    This reverts commit 140a1914f728f337b738db7821eac8fd32ee581c.
    Fix is incorrect. Next commit will fix the build using ./run_oldconfig.sh --vanilla
  - commit d6bed17
  - powercap: intel_rapl: Allow probing without CPUID match
    (jsc#PED-4897).
  - commit cd0b9eb

++++ shadow:

  - Update to 4.14.1:
    Build system: Merge libshadow and libmisc into a single libshadow.
    This fixes problems in the linker, which were reported at least
    in Gentoo. #791
  - Add Alejandro Colomar (new stable branch maintainer) to shadow.keyring

++++ makedumpfile:

  - Add Support-struct-module_memory-on-Linux-6.4-and-.patch (jsc#PED-4593)
  - Add ppc64-do-page-traversal-if-vmemmap_list-not-po.patch (bsc#1215364)
  - Re-enable eppic on systems with old enough libeppic

++++ opensc:

  - Security Fix: [CVE-2023-40661, bsc#1215761]
    * opensc: multiple memory issues with pkcs15-init (enrollment tool)
    * Add patches:
  - opensc-CVE-2023-40661-1of12.patch
  - opensc-CVE-2023-40661-2of12.patch
  - opensc-CVE-2023-40661-3of12.patch
  - opensc-CVE-2023-40661-4of12.patch
  - opensc-CVE-2023-40661-5of12.patch
  - opensc-CVE-2023-40661-6of12.patch
  - opensc-CVE-2023-40661-7of12.patch
  - opensc-CVE-2023-40661-8of12.patch
  - opensc-CVE-2023-40661-9of12.patch
  - opensc-CVE-2023-40661-10of12.patch
  - opensc-CVE-2023-40661-11of12.patch
  - opensc-CVE-2023-40661-12of12.patch

++++ podman:

  - podman-docker: Provides docker to avoid conflicts
    when using podman with docker-compose (bsc#1215926)
  - Update to version 4.7.1:
    * New version: v4.7.1
    * Update RELEASE_NOTES.md for v4.7.1
    * compat API: speed up network list
    * inspect: ignore ENOENT during device lookup
    * test/system: --env-file test fixes
    * Revert "feat(env): support multiline in env-file"
    * Revert "docs(env-file): improve document description"
    * Revert "fix(env): parsing --env incorrect in cli"
    * [CI:DOCS] update swagger version on docs.podman.io
    * Fix locale issues with WSL version detection
    * switch version to 4.7.1-dev

++++ policycoreutils:

  - Move dbus configuration file to /usr/share instead of /etc

++++ python-cffi:

  - Upgrade to 1.16.0:
  - Add support for Python 3.12. With the removal of distutils
    from Python 3.12, projects using CFFI features that depend on
    distutils at runtime must add a dependency on setuptools to
    function under Python 3.12+. CFFI does not declare a runtime
    setuptools requirement to avoid an unnecessary dependency for
    projects that do not require it.
  - Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  - Move project source under src/; a more standard layout that
    also enables CI to more easily catch packaging errors.
  - Move project home to python-cffi/cffi on GitHub.
  - Add support for PEP517 builds; setuptools is now a required
    build dependency.
  - Declare python_requires metadata for Python 3.8+. This allows
    unsupported Pythons to continue using previously released
    sdists and wheels.
  - Add missing calls to PyObject_GC_UnTrack to avoid
    ResourceWarning 15c4b71
  - Remove upstreamed patch
    8a3c2c816d789639b49d3ae867213393ed7abdff.patch
  - Clean up the SPEC file

++++ qemu:

  - Fix (bsc#1215486):
    * [openSUSE][RPM] spec: enable the Pipewire audio backend (bsc#1215486)

------------------------------------------------------------------
------------------  2023-10-5  -  Oct 5 2023  -------------------
------------------------------------------------------------------

++++ crypto-policies:

  - Remove dependency on /usr/bin/python3, making scripts to depends on
    the real python3 binary, not the link. bsc#1212476

++++ grub2:

  - Add patch to fix reading files from btrfs with "implicit" holes:
    * 0001-fs-btrfs-Zero-file-data-not-backed-by-extents.patch

++++ kernel-default:

  - Refresh SED Opal patches to current version.
  - Refresh patches.suse/block-sed-opal-SED-Opal-keystore.patch.
  - Refresh patches.suse/block-sed-opal-keystore-access-for-SED-Opal-keys.patch.
  - Refresh patches.suse/powerpc-pseries-PLPKS-SED-Opal-keystore-support.patch.
  - commit af23332
  - config: s390x: fix vanilla build issue
  - commit 140a191
  - sfc: fix use-after-free in efx_tc_flower_record_encap_match()
    (jsc#PED-3311).
  - commit 66a3362
  - net/mlx5e: Move MACsec flow steering operations to be used as
    core library (jsc#PED-3311).
  - Update config files.
  - commit 980e37c
  - mlx5/core: E-Switch, Create ACL FT for eswitch manager in
    switchdev mode (jsc#PED-3311).
  - net/mlx5e: Clear mirred devices array if the rule is split
    (jsc#PED-3311).
  - vdpa/mlx5: Remove unused function declarations (jsc#PED-3311).
  - net/mlx5: Convert PCI error values to generic errnos
    (jsc#PED-3311).
  - net/mlx5: Use RMW accessors for changing LNKCTL (jsc#PED-3311).
  - net/mlx5: Dynamic cyclecounter shift calculation for PTP free
    running clock (jsc#PED-3311).
  - net/mlx5: Implement devlink port function cmds to control
    ipsec_packet (jsc#PED-3311).
  - net/mlx5: Implement devlink port function cmds to control
    ipsec_crypto (jsc#PED-3311).
  - net/mlx5: Provide an interface to block change of IPsec
    capabilities (jsc#PED-3311).
  - net/mlx5: Add IFC bits to support IPsec enable/disable
    (jsc#PED-3311).
  - net/mlx5e: Rewrite IPsec vs. TC block interface (jsc#PED-3311).
  - net/mlx5: Drop extra layer of locks in IPsec (jsc#PED-3311).
  - devlink: Expose port function commands to control IPsec packet
    offloads (jsc#PED-3311).
  - devlink: Expose port function commands to control IPsec crypto
    offloads (jsc#PED-3311).
  - net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering
    operations to be used as core library" (jsc#PED-3311).
  - RDMA/mlx5: Handles RoCE MACsec steering rules addition and
    deletion (jsc#PED-3311).
  - net/mlx5: Add RoCE MACsec steering infrastructure in core
    (jsc#PED-3311).
  - net/mlx5: Configure MACsec steering for ingress RoCEv2 traffic
    (jsc#PED-3311).
  - net/mlx5: Configure MACsec steering for egress RoCEv2 traffic
    (jsc#PED-3311).
  - net/mlx5: Add MACsec priorities in RDMA namespaces
    (jsc#PED-3311).
  - RDMA/mlx5: Implement MACsec gid addition and deletion
    (jsc#PED-3311).
  - net/mlx5: Maintain fs_id xarray per MACsec device inside macsec
    steering (jsc#PED-3311).
  - net/mlx5: Remove netdevice from MACsec steering (jsc#PED-3311).
  - net/mlx5e: Move MACsec flow steering and statistics database
    from ethernet to core (jsc#PED-3311).
  - net/mlx5e: Rename MACsec flow steering functions/parameters
    to suit core naming style (jsc#PED-3311).
  - net/mlx5: Remove dependency of macsec flow steering on ethernet
    (jsc#PED-3311).
  - macsec: add functions to get macsec real netdevice and check
    offload (jsc#PED-3311).
  - net/mlx5e: Support IPsec upper TCP protocol selector
    (jsc#PED-3311).
  - net/mlx5e: Support IPsec upper protocol selector field offload
    for RX (jsc#PED-3311).
  - net/mlx5: Store vport in struct mlx5_devlink_port and use it
    in port ops (jsc#PED-3311).
  - net/mlx5: Check vhca_resource_manager capability in each op
    and add extack msg (jsc#PED-3311).
  - net/mlx5: Relax mlx5_devlink_eswitch_get() return value checking
    (jsc#PED-3311).
  - net/mlx5: Return -EOPNOTSUPP in
    mlx5_devlink_port_fn_migratable_set() directly (jsc#PED-3311).
  - net/mlx5: Reduce number of vport lookups passing vport pointer
    instead of index (jsc#PED-3311).
  - net/mlx5: Embed struct devlink_port into driver structure
    (jsc#PED-3311).
  - net/mlx5: Don't register ops for non-PF/VF/SF port and avoid
    checks in ops (jsc#PED-3311).
  - net/mlx5: Remove no longer used
    mlx5_esw_offloads_sf_vport_enable/disable() (jsc#PED-3311).
  - net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and
    use it from SF code (jsc#PED-3311).
  - net/mlx5: Allow mlx5_esw_offloads_devlink_port_register()
    to register SFs (jsc#PED-3311).
  - net/mlx5: Push devlink port PF/VF init/cleanup calls out of
    devlink_port_register/unregister() (jsc#PED-3311).
  - net/mlx5: Push out SF devlink port init and cleanup code to
    separate helpers (jsc#PED-3311).
  - net/mlx5: Rework devlink port alloc/free into init/cleanup
    (jsc#PED-3311).
  - net/mlx5: Devcom, only use devcom after NULL check in
    mlx5_devcom_send_event() (jsc#PED-3311).
  - net/mlx5: DR, Supporting inline WQE when possible
    (jsc#PED-3311).
  - net/mlx5: Rename devlink port ops struct for PFs/VFs
    (jsc#PED-3311).
  - net/mlx5: Remove VPORT_UPLINK handling from devlink_port.c
    (jsc#PED-3311).
  - net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink
    port directly (jsc#PED-3311).
  - net/mlx5: Remove health syndrome enum duplication
    (jsc#PED-3311).
  - net/mlx5: DR, Remove unneeded local variable (jsc#PED-3311).
  - net/mlx5: DR, Fix code indentation (jsc#PED-3311).
  - net/mlx5: IRQ, consolidate irq and affinity mask allocation
    (jsc#PED-3311).
  - net/mlx5e: Fix spelling mistake "Faided" -> "Failed"
    (jsc#PED-3311).
  - net/mlx5e: aRFS, Introduce ethtool stats (jsc#PED-3311).
  - net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS rule
    (jsc#PED-3311).
  - net/mlx5e: aRFS, Prevent repeated kernel rule migrations
    requests (jsc#PED-3311).
  - net/mlx5: Don't query MAX caps twice (jsc#PED-3311).
  - net/mlx5: Remove unused MAX HCA capabilities (jsc#PED-3311).
  - net/mlx5: Remove unused CAPs (jsc#PED-3311).
  - net/mlx5: Fix error message in
    mlx5_sf_dev_state_change_handler() (jsc#PED-3311).
  - net/mlx5: Remove redundant check of mlx5_vhca_event_supported()
    (jsc#PED-3311).
  - net/mlx5: Use mlx5_sf_start_function_id() helper instead of
    directly calling MLX5_CAP_GEN() (jsc#PED-3311).
  - net/mlx5: Remove redundant SF supported check from
    mlx5_sf_hw_table_init() (jsc#PED-3311).
  - net/mlx5: Use auxiliary_device_uninit() instead of device_put()
    (jsc#PED-3311).
  - net/mlx5: E-switch, Add checking for flow rule destinations
    (jsc#PED-3311).
  - net/mlx5: Check with FW that sync reset completed successfully
    (jsc#PED-3311).
  - net/mlx5: Expose max possible SFs via devlink resource
    (jsc#PED-3311).
  - net/mlx5e: Add recovery flow for tx devlink health reporter
    for unhealthy PTP SQ (jsc#PED-3311).
  - net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs
    (jsc#PED-3311).
  - net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst
    (jsc#PED-3311).
  - net/mlx5: Expose NIC temperature via hardware monitoring kernel
    API (jsc#PED-3311).
  - net/mlx5: Expose port.c/mlx5_query_module_num() function
    (jsc#PED-3311).
  - net/mlx5: Bridge, Only handle registered netdev bridge events
    (jsc#PED-3311).
  - net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvl
    (jsc#PED-3311).
  - net/mlx5: Fix typo reminder -> remainder (jsc#PED-3311).
  - net/mlx5: Allocate completion EQs dynamically (jsc#PED-3311).
  - net/mlx5: Handle SF IRQ request in the absence of SF IRQ pool
    (jsc#PED-3311).
  - net/mlx5: Rename mlx5_comp_vectors_count() to
    mlx5_comp_vectors_max() (jsc#PED-3311).
  - net/mlx5: Add IRQ vector to CPU lookup function (jsc#PED-3311).
  - net/mlx5: Introduce mlx5_cpumask_default_spread (jsc#PED-3311).
  - net/mlx5: Implement single completion EQ create/destroy methods
    (jsc#PED-3311).
  - net/mlx5: Use xarray to store and manage completion EQs
    (jsc#PED-3311).
  - net/mlx5: Refactor completion IRQ request/release handlers in
    EQ layer (jsc#PED-3311).
  - net/mlx5: Use xarray to store and manage completion IRQs
    (jsc#PED-3311).
  - net/mlx5: Refactor completion IRQ request/release API
    (jsc#PED-3311).
  - net/mlx5: Track the current number of completion EQs
    (jsc#PED-3311).
  - net/mlx5e: Make TC and IPsec offloads mutually exclusive on
    a netdev (jsc#PED-3311).
  - net/mlx5e: Add get IPsec offload stats for uplink representor
    (jsc#PED-3311).
  - net/mlx5e: Modify and restore TC rules for IPSec TX rules
    (jsc#PED-3311).
  - net/mlx5e: Make IPsec offload work together with eswitch and TC
    (jsc#PED-3311).
  - net/mlx5: Compare with old_dest param to modify rule destination
    (jsc#PED-3311).
  - net/mlx5e: Support IPsec packet offload for TX in switchdev mode
    (jsc#PED-3311).
  - net/mlx5e: Refactor IPsec TX tables creation (jsc#PED-3311).
  - net/mlx5e: Handle IPsec offload for RX datapath in switchdev
    mode (jsc#PED-3311).
  - net/mlx5e: Support IPsec packet offload for RX in switchdev mode
    (jsc#PED-3311).
  - net/mlx5e: Refactor IPsec RX tables creation and destruction
    (jsc#PED-3311).
  - net/mlx5e: Prepare IPsec packet offload for switchdev mode
    (jsc#PED-3311).
  - net/mlx5e: Change the parameter of IPsec RX skb handle function
    (jsc#PED-3311).
  - net/mlx5e: Add function to get IPsec offload namespace
    (jsc#PED-3311).
  - net: flow_dissector: Use 64bits for used_keys (jsc#PED-3311).
  - net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix
    (jsc#PED-3311).
  - net/mlx5: Make mlx5_eswitch_load/unload_vport() static
    (jsc#PED-3311).
  - net/mlx5: Make mlx5_esw_offloads_rep_load/unload() static
    (jsc#PED-3311).
  - net/mlx5: Remove pointless devlink_rate checks (jsc#PED-3311).
  - net/mlx5: Don't check vport->enabled in port ops (jsc#PED-3311).
  - net/mlx5e: Make flow classification filters static
    (jsc#PED-3311).
  - net/mlx5e: Remove duplicate code for user flow (jsc#PED-3311).
  - net/mlx5: Allocate command stats with xarray (jsc#PED-3311).
  - net/mlx5: split mlx5_cmd_init() to probe and reload routines
    (jsc#PED-3311).
  - net/mlx5: Remove redundant cmdif revision check (jsc#PED-3311).
  - net/mlx5: Re-organize mlx5_cmd struct (jsc#PED-3311).
  - net/mlx5e: E-Switch, Allow devcom initialization on more vports
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Register devcom device with switch id key
    (jsc#PED-3311).
  - net/mlx5: Devcom, Infrastructure changes (jsc#PED-3311).
  - net/mlx5: Use shared code for checking lag is supported
    (jsc#PED-3311).
  - net/mlx5: Fix flowhash key set/get for custom RSS
    (jsc#PED-3311).
  - net/mlx5e: Support IPsec NAT-T functionality (jsc#PED-3311).
  - net/mlx5e: Check for IPsec NAT-T support (jsc#PED-3311).
  - net/mlx5: Add relevant capabilities bits to support NAT-T
    (jsc#PED-3311).
  - sch_htb: Allow HTB quantum parameter in offload mode
    (jsc#PED-3311).
  - mlxsw: spectrum_flower: Add ability to match on port ranges
    (jsc#PED-3311).
  - mlxsw: spectrum_acl: Pass main driver structure to
    mlxsw_sp_acl_rulei_destroy() (jsc#PED-3311).
  - mlxsw: spectrum_acl: Add port range key element (jsc#PED-3311).
  - mlxsw: spectrum_port_range: Add port range core (jsc#PED-3311).
  - mlxsw: resource: Add resource identifier for port range
    registers (jsc#PED-3311).
  - mlxsw: reg: Add Policy-Engine Port Range Register
    (jsc#PED-3311).
  - ptp: Make max_phase_adjustment sysfs device attribute invisible
    when not supported (jsc#PED-3311).
  - net/mlx5: Fix SFs kernel documentation error (jsc#PED-3311).
  - mlxsw: spectrum_flower: Add ability to match on layer 2 miss
    (jsc#PED-3311).
  - mlxsw: spectrum_flower: Do not force matching on iif
    (jsc#PED-3311).
  - mlxsw: spectrum_flower: Split iif parsing to a separate function
    (jsc#PED-3311).
  - devlink: save devlink_port_ops into a variable in
    devlink_port_function_validate() (jsc#PED-3311).
  - sfc: support TC decap rules matching on enc_ip_tos
    (jsc#PED-3311).
  - sfc: populate enc_ip_tos matches in MAE outer rules
    (jsc#PED-3311).
  - commit d4d7288

++++ libXrandr:

  - Update to version 1.5.4
    This release fixes a bug where an invalid pointer (a pointer to the
    middle of a buffer returned from malloc() instead of to the beginning
    of the buffer) could be passed to free() when cleaning up after an
    out-of-bounds output is found in the response from the X server to
    XRRGetMonitors().

++++ parted:

  - updated fatresize to version 0.2 which includes a man-page
    removed patches:
  - fatresize-fix-getting-dev-name.patch

++++ systemd:

  - rpmlintrc: allow systemd-network and systemd-container sub-packages to ship
    shared libs. These are actually NSS plugins and are not really subject to
    shlib policy.

++++ opensc:

  - Security Fix: [CVE-2023-4535, bsc#1215763]
    * Add patches:
  - opensc-CVE-2023-4535.patch
  - opensc-NULL_pointer_fix.patch

++++ python-argcomplete:

  - update to 3.1.2:
    * Ensure Python 3.12+ compatibility in check_console_script

++++ python-cryptography:

  - update to 41.0.4:
    * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.1.3.

++++ python-dnspython:

  - Don't use curio.

++++ python-sniffio:

  - Clean up the SPEC file

++++ python-urllib3:

  - update to 2.0.6 (bsc#1215968, CVE-2023-43804):
    * Added the Cookie header to the list of headers to strip from
    requests when redirecting to a different host. As before, different
    headers can be set via Retry.remove_headers_on_redirect
  - 2.0.5:
    * Allowed pyOpenSSL third-party module without any deprecation
    warning. #3126
    * Fixed default blocksize of HTTPConnection classes to match
    high-level classes. Previously was 8KiB, now 16KiB. #3066

++++ qemu:

  - (Properly) fix: bsc#1213210
    * linux-user/elfload: Enable vxe2 on s390x
  - Fix: bsc#1215677
    * optionrom: Remove build-id section

++++ os-update:

  - Update to version 1.12
  - Add support for systemd soft-reboot

++++ yast2:

  - Fix case-insensitive finding of LICENSE.*.TXT (bsc#1215698)
  - 5.0.1

++++ zypp-boot-plugin:

  - Update to version 0.0.4:
    * Update README.md
    * Added libopenssl to soft-reboot, removed openssl from
    soft-reboot

------------------------------------------------------------------
------------------  2023-10-4  -  Oct 4 2023  -------------------
------------------------------------------------------------------

++++ Mesa:

  - Update to Mesa 23.2.1
    * Mesa 23.2.1 is a new development release. People who are
    concerned with stability and reliability should stick with a
    previous release or wait for Mesa 23.2.2.
    * Mesa 23.2.1 is an unusual first stable release due to the
    accidentl tagging of 23.2.0 durring the rc cycle.
    * Mesa 23.2.1 implements the OpenGL 4.6 API, but the version
    reported by glGetString(GL_VERSION) or
    glGetIntegerv(GL_MAJOR_VERSION) /
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
    driver being used. Some drivers don't support all the features
    required in OpenGL 4.6. OpenGL 4.6 is **only** available if
    requested at context creation. Compatibility contexts may
    report a lower version depending on each driver.
    * Mesa 23.2.1 implements the Vulkan 1.3 API, but the version
    reported by the apiVersion property of the
    VkPhysicalDeviceProperties struct depends on the particular
    driver being used.
    * More details in:
  - -> https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.2/docs/relnotes/23.2.1.rst

++++ Mesa-drivers:

  - Update to Mesa 23.2.1
    * Mesa 23.2.1 is a new development release. People who are
    concerned with stability and reliability should stick with a
    previous release or wait for Mesa 23.2.2.
    * Mesa 23.2.1 is an unusual first stable release due to the
    accidentl tagging of 23.2.0 durring the rc cycle.
    * Mesa 23.2.1 implements the OpenGL 4.6 API, but the version
    reported by glGetString(GL_VERSION) or
    glGetIntegerv(GL_MAJOR_VERSION) /
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
    driver being used. Some drivers don't support all the features
    required in OpenGL 4.6. OpenGL 4.6 is **only** available if
    requested at context creation. Compatibility contexts may
    report a lower version depending on each driver.
    * Mesa 23.2.1 implements the Vulkan 1.3 API, but the version
    reported by the apiVersion property of the
    VkPhysicalDeviceProperties struct depends on the particular
    driver being used.
    * More details in:
  - -> https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.2/docs/relnotes/23.2.1.rst

++++ cockpit-tukit:

  - Update to version 0.1.0~git0.8c6c01a:
    * Automatically update UI when user gets admin access
    * Updated minimum cockpit version in spec file
    * Updated the version to 0.1.0 so it's closer to semver

++++ e2fsprogs:

  - Update specfile to make sure regenerate_initrd_post macro is defined

++++ fde-tools:

  - Add fde-tools-remove-redundant-2nd-pw-creation.patch to remove
    the creation of the secondary password in 'add-secondary-key'

++++ glibc:

  - setxid-propagate-glibc-tunables.patch: Propagate GLIBC_TUNABLES in
    setxid binaries
  - tunables-string-parsing.patch: tunables: Terminate if end of input is
    reached (CVE-2023-4911, bsc#1215501)

++++ groff:

  - Define ext_man="%{?ext_man}%{!?ext_man:.gz}" shell variable in
    the install directive, and replace "%{?ext_man}" with
    "${ext_man:-}" to fix groff-gf.7.gz file ending up uncompressed
    (despite the name) due to the use of %{?ext_man} in the mv/ln
    TARGET parameter used for the preparation of Alternatives. Also
    define a simple shell contruct which identifies whether the
    manpage file is compressed. If not, it unsets the $ext_man
    variable, then ajdusting the mv/ln calls. That's all necessary
    because even though ext_man macro is defined, it doesn't mean the
    file has the extension (which dependes whether the build script
    compresses it).

++++ kernel-default:

  - scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes
    bsc#1215938).
  - commit 2f8f411
  - net/mlx5: Update the driver with the recent thermal changes
    (jsc#PED-3311).
  - Refresh
    patches.suse/net-mlx5-Register-a-unique-thermal-zone-per-dev.patch.
  - commit d703dfe
  - devlink: bring port new reply back (jsc#PED-3311).
  - blacklist.conf: removed temp blacklist for this commit
  - commit becfbcb
  - net/mlx5: Fix mlx5_cmd_update_root_ft() error flow
    (jsc#PED-3311).
  - commit f123e4d
  - vdpa/mlx5: Fix crash on shutdown for when no ndev exists
    (jsc#PED-3311).
  - vdpa/mlx5: Correct default number of queues when MQ is on
    (jsc#PED-3311).
  - net/mlx5e: Add capability check for vnic counters
    (jsc#PED-3311).
  - net/mlx5: Fix devlink controller number for ECVF (jsc#PED-3311).
  - net/mlx5: Return correct EC_VF function ID (jsc#PED-3311).
  - net/mlx5: DR, Fix peer domain namespace setting (jsc#PED-3311).
  - net/mlx5: Bridge, set debugfs access right to root-only
    (jsc#PED-3311).
  - vdpa/mlx5: Support interrupt bypassing (jsc#PED-3311).
  - net/mlx5: Rely on dev->link_active_reporting (jsc#PED-3311).
  - RDMA/mlx5: Handle DCT QP logic separately from low level QP
    interface (jsc#PED-3311).
  - RDMA/mlx5: Reduce QP table exposure (jsc#PED-3311).
  - net/mlx5: Nullify qp->dbg pointer post destruction
    (jsc#PED-3311).
  - net/mlx5: Remove pointless vport lookup from
    mlx5_esw_check_port_type() (jsc#PED-3311).
  - net/mlx5: Remove redundant check from
    mlx5_esw_query_vport_vhca_id() (jsc#PED-3311).
  - net/mlx5: Remove redundant is_mdev_switchdev_mode() check from
    is_ib_rep_supported() (jsc#PED-3311).
  - net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from
    is_ib_rep_supported() (jsc#PED-3311).
  - net/mlx5e: E-Switch, Fix shared fdb error flow (jsc#PED-3311).
  - net/mlx5e: Remove redundant comment (jsc#PED-3311).
  - net/mlx5e: E-Switch, Pass other_vport flag if vport is not 0
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Use xarray for devcom paired device index
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Add peer fdb miss rules for vport manager
    or ecpf (jsc#PED-3311).
  - net/mlx5e: Use vhca_id for device index in vport rx rules
    (jsc#PED-3311).
  - net/mlx5: Lag, Remove duplicate code checking lag is supported
    (jsc#PED-3311).
  - net/mlx5: Fix error code in mlx5_is_reset_now_capable()
    (jsc#PED-3311).
  - net/mlx5: Fix reserved at offset in hca_cap register
    (jsc#PED-3311).
  - net/mlx5: Fix UAF in mlx5_eswitch_cleanup() (jsc#PED-3311).
  - net/mlx5: Add .getmaxphase ptp_clock_info callback
    (jsc#PED-3311).
  - ptp: Add .getmaxphase callback to ptp_clock_info (jsc#PED-3311).
  - ptp: Clarify ptp_clock_info .adjphase expects an internal
    servo to be used (jsc#PED-3311).
  - net/mlx5: Remove unused ecpu field from struct mlx5_sf_table
    (jsc#PED-3311).
  - net/mlx5: Add header file for events (jsc#PED-3311).
  - net/mlx5: DR, update query of HCA caps for EC VFs
    (jsc#PED-3311).
  - net/mlx5: Fix the macro for accessing EC VF vports
    (jsc#PED-3311).
  - net/mlx5e: Add local loopback counter to vport stats
    (jsc#PED-3311).
  - net/mlx5: Expose bits for local loopback counter (jsc#PED-3311).
  - net/mlx5e: Remove mlx5e_dbg() and msglvl support (jsc#PED-3311).
  - net/mlx5: E-Switch, remove redundant else statements
    (jsc#PED-3311).
  - net/mlx5: Bridge, expose FDB state via debugfs (jsc#PED-3311).
  - net/mlx5: Bridge, pass net device when linking vport to bridge
    (jsc#PED-3311).
  - net/mlx5: Create eswitch debugfs root directory (jsc#PED-3311).
  - net/mlx5: Handle sync reset unload event (jsc#PED-3311).
  - net/mlx5: Check DTOR entry value is not zero (jsc#PED-3311).
  - net/mlx5: Expose timeout for sync reset unload stage
    (jsc#PED-3311).
  - net/mlx5: Ack on sync_reset_request only if PF can do reset_now
    (jsc#PED-3311).
  - net: tls: make the offload check helper take skb not socket
    (jsc#PED-3311).
  - net/mlx5e: Remove a useless function call (jsc#PED-3311).
  - net/mlx5: Light probe local SFs (jsc#PED-3311).
  - net/mlx5: Move esw multiport devlink param to eswitch code
    (jsc#PED-3311).
  - net/mlx5: Split function_setup() to enable and open functions
    (jsc#PED-3311).
  - net/mlx5: Set max number of embedded CPU VFs (jsc#PED-3311).
  - net/mlx5: Update SRIOV enable/disable to handle EC/VFs
    (jsc#PED-3311).
  - net/mlx5: Query correct caps for min msix vectors
    (jsc#PED-3311).
  - net/mlx5: Use correct vport when restoring GUIDs (jsc#PED-3311).
  - net/mlx5: Add new page type for EC VF pages (jsc#PED-3311).
  - net/mlx5: Add/remove peer miss rules for EC VFs (jsc#PED-3311).
  - net/mlx5: Add management of EC VF vports (jsc#PED-3311).
  - net/mlx5: Update vport caps query/set for EC VFs (jsc#PED-3311).
  - net/mlx5: Enable devlink port for embedded cpu VF vports
    (jsc#PED-3311).
  - net/mlx5: mlx5_ifc updates for embedded CPU SRIOV
    (jsc#PED-3311).
  - net/mlx5: Simplify unload all rep code (jsc#PED-3311).
  - net/mlx5e: simplify condition after napi budget handling change
    (jsc#PED-3311).
  - mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch
    manager (jsc#PED-3311).
  - net/mlx5: Skip inline mode check after
    mlx5_eswitch_enable_locked() failure (jsc#PED-3311).
  - net/mlx5e: TC, refactor access to hash key (jsc#PED-3311).
  - net/mlx5e: Remove RX page cache leftovers (jsc#PED-3311).
  - net/mlx5e: Expose catastrophic steering error counters
    (jsc#PED-3311).
  - net/mlx5: Enable 4 ports VF LAG (jsc#PED-3311).
  - net/mlx5: LAG, block multiport eswitch LAG in case ldev have
    more than 2 ports (jsc#PED-3311).
  - net/mlx5: LAG, block multipath LAG in case ldev have more than
    2 ports (jsc#PED-3311).
  - net/mlx5: LAG, change mlx5_shared_fdb_supported() to static
    (jsc#PED-3311).
  - net/mlx5: LAG, generalize handling of shared FDB (jsc#PED-3311).
  - net/mlx5: LAG, check if all eswitches are paired for shared FDB
    (jsc#PED-3311).
  - {net/RDMA}/mlx5: introduce lag_for_each_peer (jsc#PED-3311).
  - RDMA/mlx5: Free second uplink ib port (jsc#PED-3311).
  - net/mlx5: Devcom, extend mlx5_devcom_send_event to work with
    more than two devices (jsc#PED-3311).
  - net/mlx5: Devcom, introduce devcom_for_each_peer_entry
    (jsc#PED-3311).
  - net/mlx5: E-switch, mark devcom as not ready when all eswitches
    are unpaired (jsc#PED-3311).
  - net/mlx5: Devcom, Rename paired to ready (jsc#PED-3311).
  - net/mlx5: DR, handle more than one peer domain (jsc#PED-3311).
  - net/mlx5: E-switch, generalize shared FDB creation
    (jsc#PED-3311).
  - net/mlx5: E-switch, Handle multiple master egress rules
    (jsc#PED-3311).
  - net/mlx5: E-switch, refactor FDB miss rule add/remove
    (jsc#PED-3311).
  - net/mlx5: E-switch, enlarge peer miss group table
    (jsc#PED-3311).
  - net/mlx5e: Handle offloads flows per peer (jsc#PED-3311).
  - net/mlx5e: en_tc, re-factor query route port (jsc#PED-3311).
  - net/mlx5e: rep, store send to vport rules per peer
    (jsc#PED-3311).
  - net/mlx5e: tc, Refactor peer add/del flow (jsc#PED-3311).
  - net/mlx5e: en_tc, Extend peer flows to a list (jsc#PED-3311).
  - flow_offload: Reject matching on layer 2 miss (jsc#PED-3311).
  - flow_dissector: Dissect layer 2 miss from tc skb extension
    (jsc#PED-3311).
  - skbuff: bridge: Add layer 2 miss indication (jsc#PED-3311).
  - devlink: move port_del() to devlink_port_ops (jsc#PED-3311).
  - devlink: move port_fn_state_get/set() to devlink_port_ops
    (jsc#PED-3311).
  - devlink: move port_fn_migratable_get/set() to devlink_port_ops
    (jsc#PED-3311).
  - devlink: move port_fn_roce_get/set() to devlink_port_ops
    (jsc#PED-3311).
  - devlink: move port_fn_hw_addr_get/set() to devlink_port_ops
    (jsc#PED-3311).
  - mlx5: register devlink ports with ops (jsc#PED-3311).
  - sfc: register devlink port with ops (jsc#PED-3311).
  - devlink: move port_type_set() op into devlink_port_ops
    (jsc#PED-3311).
  - mlx4: register devlink port with ops (jsc#PED-3311).
  - devlink: remove no longer true locking comment from
    port_new/del() (jsc#PED-3311).
  - net/mlx5e: E-Switch, Initialize E-Switch for eswitch manager
    (jsc#PED-3311).
  - net/mlx5: devlink, Only show PF related devlink warning when
    needed (jsc#PED-3311).
  - net/mlx5: E-Switch, Use metadata matching for RoCE loopback rule
    (jsc#PED-3311).
  - net/mlx5: E-Switch, Use RoCE version 2 for loopback traffic
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Add a check that log_max_l2_table is valid
    (jsc#PED-3311).
  - net/mlx5e: E-Switch: move debug print of adding mac to correct
    place (jsc#PED-3311).
  - net/mlx5e: E-Switch, Check device is PF when stopping esw
    offloads (jsc#PED-3311).
  - net/mlx5: Remove redundant vport_group_manager cap check
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Use metadata for vport matching in
    send-to-vport rules (jsc#PED-3311).
  - net/mlx5e: E-Switch, Allow get vport api if esw exists
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Update when to set other vport context
    (jsc#PED-3311).
  - net/mlx5e: Remove redundant __func__ arg from fs_err() calls
    (jsc#PED-3311).
  - net/mlx5e: E-Switch, Remove flow_source check for metadata
    matching (jsc#PED-3311).
  - net/mlx5: E-Switch, Remove redundant check (jsc#PED-3311).
  - net/mlx5: Remove redundant esw multiport validate function
    (jsc#PED-3311).
  - sch_htb: Allow HTB priority parameter in offload mode
    (jsc#PED-3311).
  - net: introduce and use skb_frag_fill_page_desc() (jsc#PED-3311).
  - macsec: Use helper macsec_netdev_priv for offload drivers
    (jsc#PED-3311).
  - commit ff2baea
  - netfilter: xt_sctp: validate the flag_info count (CVE-2023-39193
    bsc#1215860).
  - commit 1bae227
  - netfilter: xt_u32: validate user space input (CVE-2023-39192
    bsc#1215858).
  - commit 8c838db
  - ipv4: fix null-deref in ipv4_link_failure (CVE-2023-42754
    bsc#1215467).
  - commit de82205

++++ bluez:

  - Moved btmgmt to main rpm of bluez. (jsc#PED-6216)

++++ dav1d:

  - Update to version 1.3.0
    * Reduce memory usage in numerous places
    * ABI break in Dav1dSequenceHeader, Dav1dFrameHeader,
    Dav1dContentLightLevel structures
    * new API function to check the API version:
    dav1d_version_api()
    * Rewrite of the SGR functions for ARM64 to be faster
    * NEON implemetation of save_tmvs for ARM32 and ARM64
    * x86 palette DSP for pal_idx_finish function
  - Bump soversion to 7

++++ ncurses:

  - Add ncurses patch 20231001
    + modify setupterm to provide for using ANSI cursor-position report (in
    user6/user7 terminfo capabilities) to obtain screensize if neither
    environment variables or ioctl is used.  The ncurses test-program
    with options "-E -T" demonstrates this feature.
    + improve error messages in tic (patch by Branden Robinson).
    + improve formatting/style of manpages (patches by Branden Robinson).
    + modify test/clip_printw.c to optionally test non-wrapped updates.
    + fix reallocation loop for vsnprintf() in _nc_sprintf_string() by
    copying the va_list variable (patch by Ian Abbott).
  - Add ncurses patch 20230923
    + improve formatting of manpages (patches by Branden Robinson).
    + amend change to delscreen() to limit the windows which it creates to
    just those associated with the screen (report by Frederic Boiteux,
    cf: 20220813).

++++ libnvme:

  - Enable tests during build
  - Set git version tag
  - Drop unused make dependency
  - Drop unencessary minimum version depedency on meson.
  - Re-enable libdbus feature. Upstream defaults changed.

++++ pciutils:

  - Apply "lspci-Fixed-buffer-overflows-in-ls-tree.c.patch" to fix a
    buffer overflow error that would cause lspci to crash on systems
    with complex topologies. [bsc#1215265]
  - Add "pciutils.keyring" so that the tarball's signature can be
    verified at build time.
  - Use "%license" tag instead of "%doc" to install the package's
    license file.

++++ systemd:

  - Drop 5000-core-manager-run-generators-directly-when-we-are-in-.patch
    Since dracut-059+suse.447.g9d1fc722, this workaround is not needed anymore.

++++ netcfg:

  - Remove ftpusers, none of our ftp servers uses that anymore
  - Remove defaultdomain, NIS got dropped

++++ nvme-cli:

  - Enable test during build (bsc#1207686)
  - Drop minimum version meson dependency
  - Add asciidoc dependency
  - Build documentation when requested

++++ opensc:

  - Security Fix: [CVE-2023-40660, bsc#1215762]
    * opensc: PIN bypass when card tracks its own login state
    * Add patches:
  - opensc-CVE-2023-40660-1of2.patch
  - opensc-CVE-2023-40660-2of2.patch

++++ selinux-policy:

  - Use /var/adm/update-scripts in macros.selinux-policy. The rpm state
    directory doesn't exist on SUSE systems (bsc#1213593)

------------------------------------------------------------------
------------------  2023-10-3  -  Oct 3 2023  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Update to version 1.44.2:
    + Better log IPv4 Address Conflict Detection (ACD) conflicts
    + Remove the upper limit of 65535 for PIDs read from the PID file
    + Allow missing default gateway with oFono
    + Honor the CLICOLOR_FORCE environment variable
    + Fix generating connection with IPv6 method disabled vs ignored
    + Fix possible segmentation fault when doing a checkpoint
    rollback
    + Documentation improvements
  - Switch to source services, use explicit released tag.

++++ firewalld:

  - update to 2.0.1:
    * fix(cli): all --list-all-zones output identical (d30bc61)
    * fix(cli): properly show default zone attribute (ea8d9a8)
    * fix(cli): properly show active attribute for zones and policies (b202403)
    * fix(cli): --get-active-zones should include the default zone (dae9112)
    * fix(nftables): always flush main table on start (cd20981)
    * fix(runtimeToPermanent): deepcopy settings before mangling (9c53639)
    * docs: fix reference to lockdown-whitelist.xml in SYNOPSIS section (1c77205)
    * fix(firewall-config): escape markup stored in bindings store (c876fd0)
    * fix(tests): avoid deprecated assertRaisesRegexp for assertRaisesRegex (2935119)
    * fix(icmp): fix check_icmpv6_name() to use correct IPv6 names (af3c35b)
    * fix(ipset): fix configuring IP range for ipsets with nftables (6a050ec)
    * fix(ipset): fix configuring "timeout","maxelem" values for ipsets with nftables (7d3340c)
    * fix(core): fix exception while parsing invalid "tcp-mss-clamp" in policy (ff61209)
    * docs(policy): fix wrong documentation of in man firewalld.policy (21026d9)
  - removed following patch:
    [- fix_list_all_zones_output.patch]

++++ kernel-default:

  - crypto: akcipher - Do not copy dst if it is NULL (jsc#PED-5460).
  - crypto: sig - Fix verify call (jsc#PED-5460).
  - crypto: akcipher - Set request tfm on sync path (jsc#PED-5460).
  - commit d75a995
  - fs/smb/client: Reset password pointer to NULL (bsc#1215899
    CVE-2023-5345).
  - commit 5ddd22d
  - crypto: sm2 - Fix crash caused by uninitialized context
    (jsc#PED-5460).
  - KEYS: asymmetric: Fix error codes (jsc#PED-5460).
  - crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabled
    (jsc#PED-5460).
  - KEYS: asymmetric: Use new crypto interface without scatterlists
    (jsc#PED-5460).
  - KEYS: asymmetric: Move sm2 code into x509_public_key
    (jsc#PED-5460).
  - commit 253faa7
  - supported.conf: Add new p10 crypto modules (jsc#PED-5089).
  - commit 1cbe2fd
  - doc/README.PATCH-POLICY.SUSE: Remove the list of links (jsc#PED-5021)
    All links have been incorporated into the text. Remove now unnecessary
    list at the end of the document.
  - commit 43d62b1
  - KEYS: Add forward declaration in asymmetric-parser.h
    (jsc#PED-5460).
  - crypto: sig - Add interface for sign/verify (jsc#PED-5460).
  - Update config files.
    Add CONFIG_CRYPTO_SIG2
  - crypto: akcipher - Add sync interface without SG lists
    (jsc#PED-5460).
  - crypto: algboss - Add missing dependency on RNG2 (jsc#PED-5460).
  - commit 746bfd1
  - doc/README.SUSE: Adjust heading style (jsc#PED-5021)
    * Underscore all headings as a preparation for Markdown conversion.
    * Use title-style capitalization for the document name and
    sentence-style capitalization for section headings, as recommended in
    the current SUSE Documentation Style Guide.
  - commit 11e3267
  - crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSX
    (jsc#PED-5089).
  - commit a08f0f4
  - crypto: vmx - Improved AES/XTS performance of 6-way unrolling
    for ppc (jsc#PED-5089).
  - crypto: powerpc - Add chacha20/poly1305-p10 to Kconfig and
    Makefile (jsc#PED-5089).
  - Update config files.
  - crypto: poly1305-p10 - Glue code for optmized Poly1305
    implementation for ppc64le (jsc#PED-5089).
  - crypto: poly1305-p10 - An optimized Poly1305 implementation
    with 4-way unrolling for ppc64le (jsc#PED-5089).
  - crypt: chacha20-p10 - Glue code for optmized Chacha20
    implementation for ppc64le (jsc#PED-5089).
  - crypto: chacha20-p10 - An optimized Chacha20 implementation
    with 8-way unrolling for ppc64le (jsc#PED-5089).
  - commit 7745266
  - Update
    patches.suse/tcp-Reduce-chance-of-collisions-in-inet6_hashfn.patch
    references (add CVE-2023-1206 bsc#1212703).
  - commit 06ff030
  - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro
    for ip_set_hash_netportnet.c (CVE-2023-42753 bsc#1215150).
  - commit 695ac3b
  - netfilter: ipset: Fix race between IPSET_CMD_CREATE and
    IPSET_CMD_SWAP (CVE-2023-42756 bsc#1215767).
  - commit fd797f5
  - io_uring/fs: remove sqe->rw_flags checking from LINKAT
    (git-fixes).
  - commit 244bd5e

++++ libX11:

  - update to 1.8.7
    This release contains fixes for the issues reported in security
    advisory here:
    https://lists.x.org/archives/xorg-announce/2023-October/003424.html
    * fixes CVE-2023-43785 libX11: out-of-bounds memory access in
    _XkbReadKeySyms() (boo#1215683)
    * fixes CVE-2023-43786 libX11: stack exhaustion from infinite recursion
    in PutSubImage() (boo#1215684)
    * fixes CVE-2023-43787 libX11: integer overflow in XCreateImage()
    leading to a heap overflow (boo#1215685)
    along with:
    * Fail XOpenDisplay() if server-provided default visual is invalid (!233)
    * Bring XKB docs in line with actual implementation (!231, !228)
    * Xutil.h: declare XEmptyRegion() and XEqualRegion() as Bool (!225)
    * Assorted updates to en_US.UTF-8 compose keys (!213, !214, !215, !216,
    !217, !219, !220, !222, !223, !226, !227, !229)

++++ libgcrypt:

  - POWER: performance enhancements for cryptography [jsc#PED-5088]
    * Optimize Chacha20 and Poly1305 for PPC P10 LE: [T6006]
  - Chacha20/poly1305: Optimized chacha20/poly1305 for
    P10 operation [rC88fe7ac33eb4]
  - ppc: enable P10 assembly with ENABLE_FORCE_SOFT_HWFEATURES
    on arch-3.00 [rC2c5e5ab6843d]
    * Add patches:
  - libgcrypt-Chacha20-poly1305-Optimized-chacha20-poly1305.patch
  - libgcrypt-ppc-enable-P10-assembly-with-ENABLE_FORCE_SOF.patch

++++ libxmlb:

  - Update to 0.3.14
    * Fix comparing indexed text with integer values
  - Enable libstemmer-devel BuildRequires and pass stemmer=true to
    meson setup, libstemmer now available in Tumbleweed.
  - Use ldconfig_scriptlets macro for post(un) handling.

------------------------------------------------------------------
------------------  2023-10-2  -  Oct 2 2023  -------------------
------------------------------------------------------------------

++++ catatonit:

  - Update to catatonit v0.2.0.
    * Change license to GPL-2.0-or-later.
  - Remove upstreamed patches:
  - 99bb9048f.patch

++++ fde-tools:

  - Bring ExclusiveArch back and only enable the build for the
    architectures with the proper UEFI Secure Boot and TPM 2.0/TCG
    protocol support: aarch64 x86_64 riscv64

++++ grub2:

  - Update the TPM 2.0 patches to support more RSA and ECC algorithms
    * 0002-tpm2-Add-TPM-Software-Stack-TSS.patch
    * 0003-protectors-Add-TPM2-Key-Protector.patch
    * 0005-util-grub-protect-Add-new-tool.patch
  - Remove build require for gcc-32bit, target platform didn't rely on libgcc
    function shipped with compiler but rather using functions supplied in grub
    directly.

++++ kernel-default:

  - Update patch headers to reflect state of TDX for Hyper-V (bsc#1206453).
  - commit 4f4b833
  - printk: ringbuffer: Fix truncating buffer size min_t cast
    (bsc#1215875).
  - commit 4ef741a
  - Update patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch
    (bsc#1012628 jsc#PED-5085).
  - commit 516edff

++++ python313-core:

  - Update to the final release of 3.12.0:
    Python 3.12 is the latest stable release of the Python
    programming language, with a mix of changes to the language and
    the standard library. The library changes focus on cleaning up
    deprecated APIs, usability, and correctness. Of note, the
    distutils package has been removed from the standard library.
    Filesystem support in os and pathlib has seen a number of
    improvements, and several modules have better performance.
    The language changes focus on usability, as f-strings have had
    many limitations removed and ‘Did you mean …’ suggestions
    continue to improve. The new type parameter syntax and type
    statement improve ergonomics for using generic types and type
    aliases with static type checkers.
    This article doesn’t attempt to provide a complete
    specification of all new features, but instead gives
    a convenient overview. For full details, you should refer to
    the documentation, such as the Library Reference and Language
    Reference. If you want to understand the complete
    implementation and design rationale for a change, refer to the
    PEP for a particular new feature; but note that PEPs usually
    are not kept up-to-date once a feature has been fully
    implemented.
  - New syntax features:
  - PEP 695, type parameter syntax and the type statement
  - New grammar features:
  - PEP 701, f-strings in the grammar
  - Interpreter improvements:
  - PEP 684, a unique per-interpreter GIL
  - PEP 669, low impact monitoring
  - Improved ‘Did you mean …’ suggestions for NameError,
    ImportError, and SyntaxError exceptions
  - Python data model improvements:
  - PEP 688, using the buffer protocol from Python
  - Significant improvements in the standard library:
  - The pathlib.Path class now supports subclassing
  - The os module received several improvements for Windows
    support
  - A command-line interface has been added to the sqlite3
    module
  - isinstance() checks against runtime-checkable protocols
    enjoy a speed up of between two and 20 times
  - The asyncio package has had a number of performance
    improvements, with some benchmarks showing a 75% speed
    up.
  - A command-line interface has been added to the uuid
    module
  - Due to the changes in PEP 701, producing tokens via the
    tokenize module is up to up to 64% faster.
  - Security improvements:
  - Replace the builtin hashlib implementations of SHA1,
    SHA3, SHA2-384, SHA2-512, and MD5 with formally verified
    code from the HACL* project. These builtin
    implementations remain as fallbacks that are only used
    when OpenSSL does not provide them.
  - C API improvements:
  - PEP 697, unstable C API tier
  - PEP 683, immortal objects
  - CPython implementation improvements:
  - PEP 709, comprehension inlining
  - CPython support for the Linux perf profiler
  - Implement stack overflow protection on supported
    platforms
  - New typing features:
  - PEP 692, using TypedDict to annotate **kwargs
  - PEP 698, typing.override() decorator
  - Important deprecations, removals or restrictions:
  - PEP 623: Remove wstr from Unicode objects in Python’s
    C API, reducing the size of every str object by at least
    8 bytes.
  - PEP 632: Remove the distutils package. See the migration
    guide for advice replacing the APIs it provided. The
    third-party Setuptools package continues to provide
    distutils, if you still require it in Python 3.12 and
    beyond.
  - gh-95299: Do not pre-install setuptools in virtual
    environments created with venv. This means that
    distutils, setuptools, pkg_resources, and easy_install
    will no longer available by default; to access these run
    pip install setuptools in the activated virtual
    environment.
  - The asynchat, asyncore, and imp modules have been
    removed, along with several unittest.TestCase method
    aliases.
  - Refresh bluez-devel-vendor.tar.xz from bluez-devel 5.69-1.1.

++++ libvirt:

  - Update to libvirt 9.8.0 (jsc#PED-3279)
  - bsc#1215708
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v9-8-0-2023-10-02

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

  - preamble: added conflict to nvidia-gfxG05-kmp to prevent users
    from accidently installing conflicting proprietary kernelspace
    drivers from CUDA repository

++++ python313:

  - Update to the final release of 3.12.0:
    Python 3.12 is the latest stable release of the Python
    programming language, with a mix of changes to the language and
    the standard library. The library changes focus on cleaning up
    deprecated APIs, usability, and correctness. Of note, the
    distutils package has been removed from the standard library.
    Filesystem support in os and pathlib has seen a number of
    improvements, and several modules have better performance.
    The language changes focus on usability, as f-strings have had
    many limitations removed and ‘Did you mean …’ suggestions
    continue to improve. The new type parameter syntax and type
    statement improve ergonomics for using generic types and type
    aliases with static type checkers.
    This article doesn’t attempt to provide a complete
    specification of all new features, but instead gives
    a convenient overview. For full details, you should refer to
    the documentation, such as the Library Reference and Language
    Reference. If you want to understand the complete
    implementation and design rationale for a change, refer to the
    PEP for a particular new feature; but note that PEPs usually
    are not kept up-to-date once a feature has been fully
    implemented.
  - New syntax features:
  - PEP 695, type parameter syntax and the type statement
  - New grammar features:
  - PEP 701, f-strings in the grammar
  - Interpreter improvements:
  - PEP 684, a unique per-interpreter GIL
  - PEP 669, low impact monitoring
  - Improved ‘Did you mean …’ suggestions for NameError,
    ImportError, and SyntaxError exceptions
  - Python data model improvements:
  - PEP 688, using the buffer protocol from Python
  - Significant improvements in the standard library:
  - The pathlib.Path class now supports subclassing
  - The os module received several improvements for Windows
    support
  - A command-line interface has been added to the sqlite3
    module
  - isinstance() checks against runtime-checkable protocols
    enjoy a speed up of between two and 20 times
  - The asyncio package has had a number of performance
    improvements, with some benchmarks showing a 75% speed
    up.
  - A command-line interface has been added to the uuid
    module
  - Due to the changes in PEP 701, producing tokens via the
    tokenize module is up to up to 64% faster.
  - Security improvements:
  - Replace the builtin hashlib implementations of SHA1,
    SHA3, SHA2-384, SHA2-512, and MD5 with formally verified
    code from the HACL* project. These builtin
    implementations remain as fallbacks that are only used
    when OpenSSL does not provide them.
  - C API improvements:
  - PEP 697, unstable C API tier
  - PEP 683, immortal objects
  - CPython implementation improvements:
  - PEP 709, comprehension inlining
  - CPython support for the Linux perf profiler
  - Implement stack overflow protection on supported
    platforms
  - New typing features:
  - PEP 692, using TypedDict to annotate **kwargs
  - PEP 698, typing.override() decorator
  - Important deprecations, removals or restrictions:
  - PEP 623: Remove wstr from Unicode objects in Python’s
    C API, reducing the size of every str object by at least
    8 bytes.
  - PEP 632: Remove the distutils package. See the migration
    guide for advice replacing the APIs it provided. The
    third-party Setuptools package continues to provide
    distutils, if you still require it in Python 3.12 and
    beyond.
  - gh-95299: Do not pre-install setuptools in virtual
    environments created with venv. This means that
    distutils, setuptools, pkg_resources, and easy_install
    will no longer available by default; to access these run
    pip install setuptools in the activated virtual
    environment.
  - The asynchat, asyncore, and imp modules have been
    removed, along with several unittest.TestCase method
    aliases.
  - Refresh bluez-devel-vendor.tar.xz from bluez-devel 5.69-1.1.

++++ python-charset-normalizer:

  - update to 3.3.0:
    * Allow to execute the CLI (e.g. normalizer) through `python -m
    charset_normalizer.cli` or `python -m charset_normalizer`
    * Support for 9 forgotten encoding that are supported by Python
    but unlisted in `encoding.aliases` as they have no alias
    * Optional mypyc compilation upgraded to version 1.5.1 for
    Python >= 3.7
    * Unable to properly sort CharsetMatch when both chaos/noise
    and coherence were close due to an unreachable condition in
    \_\_lt\_\_ (#350)

++++ python-libvirt-python:

  - Update to 9.8.0
  - Add all new APIs and constants in libvirt 9.8.0
  - jsc#PED-3279

